/* Primary	Rose Gold	#C8A39E
Background	Soft Champagne	#F8F3ED
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #fbf7f3;
}
header{
    background-color: white;
}
.dancing-script-title {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
.caveat-signature {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.playwrite-au-qld-subheads {
    font-family: "Playwrite AU QLD", cursive;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.alegreya-paragraph {
    font-family: "Alegreya", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.red-rose-title {
    font-family: "Red Rose", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    text-align: center;
}

.header1{
    height: 5vh;
    width: 100%;
    background-color: #f7eee4;
    border-bottom: 0.5px solid #979490;

}

.parent_upperheader{
    padding: 8px 100px 0px 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.header1 ul li a{
    text-decoration: none;
    color: #4E3323;
    margin-right: 8px;
    position: relative;
    font-weight: 100;
}
.header1 ul li{
    margin-right: 10px;
    text-decoration: none;
    display: inline;
    
}
.upperright i:hover{
    color: #8F5F35;
    transform: rotateY(180deg);
    transition: 0.5s;

}
.header1 ul li a::after{
    position: absolute;
    content: "";
    width: 1.5px;
    height: 0px;
    background-color: #B29790;
    left:-4px;
    bottom: 0;
    transition: 0.8s;
}
.header1 ul li a:hover::after{
    height: 100%;
}
.header1 ul li a::before{
    position: absolute;
    content: "";
    width: 1.5px;
    height: 0px;
    background-color: #B29790;
    right: -4px;
    top: 0;
    transition: 0.5s;
}
.header1 ul li a:hover::before{
    height: 100%;
}

.header2{
    height: 10vh;
    width: 100%;
    background-color: WHITE;
}
.header2 ul li a{
    text-decoration: none;
    color: #4E3323;
    margin-right: 8px; 
    position: relative;
    font-weight: 100;
    padding: 8px 8px;
}
.header2 ul li , .lowerright i{
    display: inline;
}
.parent_lowerheader{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center ;
    margin: 10px 78px;
    margin-right: 85px;
}
.lowermiddle{
    margin-left: -28px;
    font-size: 20px;
    font-weight: 400;
    padding-left: 8px;
}
.lowermiddle ul li a {
    margin-right: 5px;
}
.lowerright ul li a{
    margin-right: 5px;
}
.lowerright i{
    font-size: 17px;
}
.lowerright i:hover{
    color: #8F5F35; 
    transition: 0.2s;
}
.active:hover{
    border-right: 1px solid #b78e26;
    border-left: 1px solid #b78e26;
    transition: 0.5s ease;
}
.active::after{
    position: absolute;
    content: "";
    width: 0px;
    height: 0.3px;
    background-color: #8F5F35;
    top: -2px;
    left: 0;
    transition: 0.4s;
}
.active:hover::after{
    width: 100%;
    height: 1.5px;
}
.active::before{
    position: absolute;
    content: "";
    width: 0px;
    height: 0.3px;
    background-color: #8F5F35;
    bottom: -2px;
    left: 0;
    transition: 0.4s;
}
.active:hover::before{
    width: 100%;
    height: 1px;
}

.hidden{
    position: absolute;
    top: 100px;
    left: 725px;
    width: 310px;
    height: 200px;
    border: 0.5px solid #8F5F35;
    background-color: rgb(255, 255, 255);
    border-radius: 15px ;
    transform: scale(0);
    visibility: hidden;
    z-index: 4;
}

.parentpages{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.pagein ul li{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.blogdiv ul li{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.headline{
    font-weight: 100;
    cursor: text;
}
.dottedline{
    border-bottom: 1px dotted #8F5F35;
    width: 40px;
    margin-top: 5px;
    margin-right: 10px ;
}
.parentpages li a:hover{
    color: #8F5F35; 
    transform: scale(1.05);
    transition: 0.5s;
}
li:hover  .hidden{
    visibility: visible;
    transform: scale(1);
    transition: 1s ease;
}
.hidden:hover .hidden{
    visibility: visible;
}
.lowerright{
    position: relative;
}
.numbercart{
    position: absolute;
    top: -19px;
    right: 32px;
    background-color: #F5E1C8;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #4e3323e7;
    text-align: center;
}
.transi{
    padding-right: 20px;
}
.transi:hover .numbercart{
transform: translateY(-4px);
transition: 1s ease;
}
.header3{
    height: 5vh;
    width: 100%;
    background-color: #4e3323e7;
    color: white;
    text-align: center;
    line-height: 5vh;
    font-size: 17px;
    text-transform: capitalize;
    word-spacing: 3px;
}
.header3 span{
    color: #F5E1C8;
    cursor: pointer;
    word-spacing: 2px;
    border-bottom: 0.5px solid #f6e9e1;
}
.header3 span:hover{
    letter-spacing: 2px;
    transition: 0.5s;
}
main{
    width: 100%;
    height: 79vh;
    background: linear-gradient(to right, #f6e9e1, #fceeee);
    background-image: url(..//images/final_back_main2.jpg);
    color: #3c2f2f;    
    /* background-attachment: fixed; */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(91, 90, 90, 0.15);
    top: 0;
    left: 0;
}
.imgmain{
    position: relative;
}
.main_details{
    width: 500px;
    height: 100px;
    position: absolute;
    top: 200px;
    top: 228px;
    left: 200px;
    color: #F7E7CE;
    font-weight: bold;

    text-align: center;
}
.main_details h2{
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 12px;
    font-weight: bold;
    color: #4E3323;
}
.main_details h4{
    font-size: 15px;
    text-transform: capitalize;
    color: #8F5F35;
    margin-bottom: 15px;
    /* font-family: 'Courier New', Courier, monospace; */
    font-weight: bolder;
}

.main_details p{
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #8F5F35 ;
    font-weight: bold;

}
.main_btn {
    padding: 8px 16px;
    background: none;
    border: 0.25px solid #F5E1C8;
    font-size: 15px;
    color: #8F5F35 ;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 8px;
    font-weight: 400;

    box-shadow: 0 2px 5px 3px #F5E1C8;
}

.main_btn:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 120%;
    background-color: #F1DDCF;
    top: 50%;
    transform: skewX(30deg) translate(-150%, -50%);
    transition: all 0.5s;
}

.main_btn:hover {
    background-color: #F5E1C8;
    color: #fff;
    box-shadow: 0 2px 0 2px #F7E7CE;
    font-weight: bolder;

}

.main_btn:hover::before {
    transform: skewX(30deg) translate(150%, -50%);
    transition-delay: 0.1s;
}

.main_btn:active {
    transform: scale(0.9);
}

.section2{
    width: 100%;
    height: 80vh;
    background-color: #fbf7f3;
    display: flex;
    align-items: center;
}

.section2 .parent_sec2{
    width: 80%;
    height: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.section2 .parent_sec2 .imgsub1{
    background-image: url(..//images/male_section2.jpg);
}
.section2 .parent_sec2 .imgsub2{
    background-image: url(..//images/female_section2.jpg);
}
.section2 .parent_sec2 .imgsub3{
    background-image: url(..//images/unisex_section2.jpg);
}
.section2 .parent_sec2 .imgsub1,
.section2 .parent_sec2 .imgsub2,
.section2 .parent_sec2 .imgsub3{
    width: 32%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 21px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 2px 5px 5px #F7E7CE;
    margin-top: 10px;
    transition: all 1s;
    position: relative;
    overflow: hidden;
}
.parent_sec2 .content-sec2{
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}
.parent_sec2 .content-sec2 p{
    text-shadow: 0px 1px 14px #F5E1C8;
}

.parent_sec2 .content-sec2 a{
    text-decoration: none;
    text-shadow: 1px 1px 14px rgb(87, 59, 34);
    color: #F5E1C8;
    margin-top: 20px;
    border-bottom: 3px solid #F5E1C8;
    padding-bottom: 3px;
}
.imgsub1:hover img,
.imgsub2:hover img,
.imgsub3:hover img{
    transform: scale(1.1);
    transition: all 1s;
}

.imgsub1:hover .content-sec2,
.imgsub2:hover .content-sec2,
.imgsub3:hover .content-sec2{
    bottom: 0;
    padding-bottom: 10px;
    transition: all 1s ;
}

.section3{
    width: 100%;
    height: 80vh;
    background-color: #fbf7f3;
}
.parent-head-sec3{
    width: 80%;
    height: 10vh;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #8F5F35;
    font-family: 'Jost', sans-serif;
}
.parent-cat-sec3 span{
    margin-left: 20px;
    font-size: 16px;
    color: #4E3323;
    font-weight: bold;
    font-family: 'Jost', sans-serif;
    cursor: pointer;
}
.parent-head-sec3 h2{
    font-size: 28px;
}
.parent-cat-sec3 .active_span{
    color: #8F5F35;
    border-bottom: 5px solid #8F5F35;
    padding-bottom: 21px;
}
.parent-imgs-sec3{
    width: 80%;
    height: 70vh;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    perspective: 1000px;
}
.parent-imgs-sec3 .img-sec3{
    height: 65%;
    width: 23.75%;
    position: relative;

}
.parent-imgs-sec3 .img-sec3 {
    perspective: 1000px; 
}

.parent-imgs-sec3 .img-sec3-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 1s ease-in-out;
}


.parent-imgs-sec3 .img-sec3:hover .img-sec3-inner {
    transform: rotateY(180deg);
}

.img-front,
.img-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; 
}

.img-back {
    transform: rotateY(180deg);
}

.content-img{
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%,-50%);
    font: 14px 'Jost', sans-serif; color: #4E3323; font-weight: 700;
    text-align: center;
    cursor: pointer;
}

.content-img span{
    padding: 0px 2px;
}
.content-img del{
    color: #8f5f35b7;
    font-size: 13px;
}
.content-img P:hover{
    color: #8F5F35;
}

.img-sec3-inner .img-back .icons{
    position: absolute;
    top: 94.2%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: #f5e1c898;
    cursor: pointer;
    background-color: #f5e1c823;
    width: 80px;
    height: 35px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: all 1s ease;
}
.img-sec3-inner .img-back .icons i{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-sec3-inner .img-back .icons i:hover{
    background-color: #8F5F35;
    color: white;
    transition: all 1s ease;
}

.section4{
    margin-top: 80px;
    width: 100%;
    height: 50vh;
    background-color: #f7eee4;
    border-top: 1px solid #8F5F35;
    border-bottom: 1px solid #8F5F35;
    font-family: 'Jost', sans-serif;
    position: relative;
}
.parent-sec4{
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-family: 'Jost', sans-serif;
    margin: auto;
}
.parent-sec4 h3{
    margin-top: -10px;
    font-size: 30px;
    font-weight: 900;
    color: #4E3323;
}
.parent-sec4 p{
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
    color: #4e332388;
}
.parent-sec4 .author{
    display: flex;
    justify-content: center;
}
.parent-sec4 .author img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    outline: 1px solid #8F5F35;
    border: 0.5px solid #ffffff;
    outline-offset: 1px;
    margin-right: 10px;
}
.author .content-author{
    margin-top: 15px;
    font-size: 20px;
}
.content-author h6{
    color: #4E3323;
    font-size: 15px;
}
.content-author p {
    color: #4e332370;
    font-size: 12px;
}

.section4 a {
    position: absolute;
    top: 48%;
    color: #8f5f3599;
    font-size: 25px;
}

.section4 .left{
    left: 80px;
    cursor: pointer;
}
.section4 .right{
    right: 90px;
    cursor: pointer;
}

.section4 a :hover{
    color: #8F5F35;
    transition: all 1s ease;
}

.section5{
    width: 100%;
    height:80vh;
    font-family: 'Jost', sans-serif;
    position: relative;
}
.title-sec5{
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    color: #4E3323;
}


.parent-imgs-sec5{
    width: 80%;
    height: 70vh;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.parent-imgs-sec5 .img-sec5{
    height: 65%;
    width: 23.75%;
}

.parent-imgs-sec5 .img-sec5 .img1{
    height: 100%;
    width: 100%;
    position: relative;
    background-image: url(..//images/woman1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.parent-imgs-sec5 .img-sec5 .img2{
    height: 100%;
    width: 100%;
    position: relative;
    background-image: url(..//images/woman2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.parent-imgs-sec5 .img-sec5 .img3{
    height: 100%;
    width: 100%;
    position: relative;
    background-image: url(..//images/woman3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.parent-imgs-sec5 .img-sec5 .img4{
    height: 100%;
    width: 100%;
    position: relative;
    background-image: url(..//images/woman4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    cursor: pointer;
}






.img-sec5 .img1::after{
    content: '';
    background-image: url(..//images/woman11-11.jpg);
    position: absolute;
    top: -100px;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
.img-sec5 .img1:hover::after{
    top: 0;
    opacity: 1;
    transition: all 1s ease;
}

.img-sec5 .img2::after{
    content: '';
    background-image: url(..//images/woman2-2.jpg);
    position: absolute;
    top: -100px;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
.img-sec5 .img2:hover::after{
    top: 0;
    opacity: 1;
    transition: all 1s ease;
}

.img-sec5 .img3::after{
    content: '';
    background-image: url(..//images/woman3-3.jpg);
    position: absolute;
    top: -100px;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
.img-sec5 .img3:hover::after{
    top: 0;
    opacity: 1;
    transition: all 1s ease;
}

.img-sec5 .img4::after{
    content: '';
    background-image: url(..//images/woman4-4.jpg);
    position: absolute;
    top: -100px;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
.img-sec5 .img4:hover::after{
    top: 0;
    opacity: 1;
    transition: all 1s ease;
}

.content-img5{
    margin-top: 5px;
    font: 14px 'Jost', sans-serif; color: #4E3323; font-weight: 700;
    text-align: center;
    cursor: pointer;
}

.content-img5 span{
    padding: 0px 2px;
}
.content-img5 del{
    color: #8f5f35b7;
    font-size: 13px;
}
.content-img5 P:hover{
    color: #8F5F35;
}

.img .icons{
    position: absolute;
    top: 94.2%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    color: #f5e1c898;
    cursor: pointer;
    background-color: #f5e1c823;
    width: 80px;
    height: 35px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}
.img .icons i{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img .icons i:hover{
    background-color: #8F5F35;
    color: white;
    transition: all 1s ease;
}
.img:hover .icons{
    visibility: visible;
    opacity: 1;
    z-index: 2;
    transition: 2s;
}

.section5 a {
    position: absolute;
    top: 50%;
    color: #8f5f3599;
    font-size: 22px;
}


.section5 .left{
    left: -20px;
    cursor: pointer;
}
.section5 .right{
    right: -20px;
    cursor: pointer;
}

.section5 a :hover{
    color: #8F5F35;
    transition: all 1s ease;
}

.section6{
    height: 100vh;
    width: 100%;
    background-color: #faefe2;
    border-top: 1px solid #8F5F35;
    border-bottom: 1px solid #8F5F35;
    font-family: 'Jost', sans-serif;
}
.title-sec6{
    width: 100%;
    height: 5vh;
    text-align: center;
    padding-top: 40px;
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    text-transform: capitalize;
    color: #4E3323;
}
.parent-news{
    width: 80%;
    height: 90vh;
    display: flex;
    flex-direction:row ;
    justify-content: space-between;
    align-items: center;
    
    margin: auto;
    font-family: 'Jost', sans-serif;
}
.subparent-news{
    width: 31%;
    height: 100%;
}
.upper-subnews{
    width: 100%;
    height: 75%;
}
.upper-subnews img{
    width: 100%;
    height: 80%;
    margin-top: 90px;
}
.upper-subnews img:hover{
    transform: scale(1.03);
    transition: all 0.5s;
}
.lower-subnews{
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
}

.p-insigths{
    font-size: 14px;
    color: #ceb3a4;
    text-transform: capitalize;
}
.lower-subnews h5{
    font-size: 16px;
    color: #8F5F35;
    margin-top: 5px;
    text-transform: capitalize;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
}
.subparent-news:hover h5{
    color: #ceb3a4;
    transition: all 1s ;
}
.p-news{
    color: #66432e;
    font-size: 12px;
    text-transform: capitalize;
    margin-top: 5px;
}
.lower-subnews a{
    color: #8F5F35;
    font-size: 14px;
    margin-top: 5px;
    text-transform: capitalize;
    cursor: pointer;
}
.lower-subnews a:hover{
    color: #ac9487;
    transform: scale(1.02);
    transition: all 0.5s;
}

.section7{
    height: 25vh;
    width: 100%;
}
.features{
    width: 80%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Jost', sans-serif;
    color: #4E3323;
}
.feature{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.features i{
    color: #8F5F35;
    font-size: 35px;
    text-align: center;
    cursor: pointer;
}
.hdn{
    position: relative;
}
.motion{
    overflow: hidden
}
.hiddi{
    position: absolute;
    text-align: center;
    top: 40PX;
    left: 0;
}

.feature:hover .afteractive i{
    transform : translateY(-60px);
    transition:  0.7s ;

}
.feature:hover .hiddi i{
    transform : translateY(-40px);
    transition: 0.7s ;
}
.feature h6{
    color:#4e33239b ;
}

footer{
    margin-top: 10px;
    background-color: #4E3323;
    height: 80vh;
    width: 100%;
    font-family: 'Jost', sans-serif;
    color: #fbf2f2;
    padding-top: 30px;
}
.container-footer{
    width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.uperparent{
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #F7E7CE;
    padding-bottom: 25px;
}

.leftupper h5{
    font-weight: 100;
    margin-top: 5px;
    text-align: center;
    color: #fbf2f2ca ;
}
.middleupper input{
    width: 400px;
    height: 50px;
    border: 1px solid #F7E7CE;
    outline: 0.5px solid #8F5F35;
    outline-offset: 0.5px;
    background-color: #4E3323;
    color: #fbf2f2ca ;
    padding: 5px;
    text-transform: capitalize;
    font-size: 15px;
}
.middleupper button{
    width: 150px;
    height: 50px;
    border: 1px solid #F7E7CE;
    outline: 0.5px solid #8F5F35;
    outline-offset: 0.5px;
    background-color: #4E3323;
    color: #fbf2f2ca ;
    text-transform: capitalize;
    font-size: 17px;
    cursor: pointer;
}
.middleupper button:hover{
    background-color: #8F5F35;
    font-size: 18px;
    transform: scale(1.04);
    transition: 0.2s linear;
}
.rightupper{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}
.rightupper i{
    transform: translate(-50%,-50%);
    font-size: 22px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    color: #fbf2f298;

}
.rightupper i:hover{
    transform: translate(-50%,-50%) scale(1.1);
    transition: 0.2s linear;
    color: #fbf2f2cc;
    border: 1px dotted #8f5f35db;
}

.midlleparent{
    width: 100%;
    height: 45vh;
    border-bottom : 1px solid #F7E7CE;
}
.parent-middleparent{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.leftmiddle{
    width: 20%;
    height: 100%;
}
.leftmiddle img{
    margin-top: 20px;
    height: 70%;
    width: 85%;
    transform: scale(1.1);
}
.mid1middle, .mid2middle, .mid3middle, .rightmiddle{
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    margin-top: -45px;
}
.midlleparent a{
    text-decoration: none;
    color: #fbf2f2ca ;
}
.parent-middleparent ul li {
    list-style: none;
}

.parent-middleparent ul{
    list-style: none;   
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.parent-middleparent ul li a{
    text-decoration: none;
    color: #fbf2f2ca ;
}
.parent-middleparent ul li a:hover{
    font-size: 16.5px;
    text-decoration: underline;
    color: #fbf2f292;
    transition: 0.1s linear;
}
.parent-middleparent h3{
    color: #f1e2e2 ;
}

.lowerparent{
    width: 100%;
    height: 10vh;
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    text-transform: capitalize;
}
.lowerparent i{
    color: #F7E7CE;
}

