
/* REMINDER: if I change anything on root I must to change it on variables.css too */
:root{
    --accent-color: #3b4757;
    --sec-color: #fff;
    --title-font: 'Cormorant Garamond', serif;
    --subtitle-font: 'Josefin Sans', serif;

    --accent-color-op1: rgba(59, 71, 87, 0.9);
    --accent-color-op2: rgba(59, 71, 87, 0.7);
}

/* HEADER*********** */
header{
    height: 110px;
    background: var(--accent-color);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.35) 80%, rgba(255, 255, 255, 0.5) 100%);
    /* background-color: rgba(41, 41, 41, 0.616);
    backdrop-filter: blur(10px); */
}
header .logo{
    margin-bottom: 2px;
    margin-top: 15px;
    
}
header.smaller .logo{
    margin-bottom: 2px;
    margin-top: 10px;
    
}



header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) {
    background-color: rgba(255, 255, 255, 0.616);
    backdrop-filter: blur(10px);
}

header {
    top: auto;
}

header.smaller{
    top: 0;
}

header .header-cta{
    display: none !important;
}

header.smaller .header-cta{
    display: block !important;
}

.top-header{
    background-color: var(--accent-color-op2); 
    margin-block: 0;
    padding-block: 1rem;
}

#mainmenu a {
    padding: 25px 30px 25px 30px;
    letter-spacing: 2px;
}


.main-title-container{
    background-color: rgba(65, 65, 65, 0.5);
    padding: 2rem 1rem;
    border-radius: 5px;
}

#mainmenu li a{
    font-size: 14px;
    font-weight: 600;
}


/* END HEADER*********** */


#section1{
    background-color: white;
    background: linear-gradient(0deg, rgba(253, 253, 253, 1) 0%, rgba(217, 217, 205, 0.8) 50%, rgba(252, 252, 252, 1) 100%);
}

.bg-image1{
    position: absolute;
    top:0;
    left: 0;
    z-index: 0;
    width: 50vw;
    height: 100%;
    background: url(z-images/animations/bg.svg);
}

.custom-play-icon{
    border: 1px solid black;
    border-radius: 50%;
    padding: 1.5rem;
    margin-right: 1rem;
}





#section2-2{
    margin-top: -150px;
}
#section2-2 .row{
    border-radius: 10px;
}
#section2-2 img,
#section2-2 #jarallax-container-1{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#section2-2 .text-container{
    padding-inline: 2rem;
}

.invisalign-container{
    background-color: rgb(22, 22, 22);
    padding: 4.5rem 2.5rem;
}



#section3{
    background-color: var(--accent-color);
}

#section3 .row{
    /* border: 1px solid rgba(255, 255, 255, 0.349); */
    background-color: rgba(255, 255, 255, 0.171);
}

#section3 .row.team{
    /* border: 1px solid rgba(255, 255, 255, 0.349); */
    background-color: rgba(0, 0, 0, 0.425);
}
#section3 .dr-gaddy-info{
    padding-inline: 2rem;
}
#section3 .team-info{
    padding-inline: 2rem;
}


#section4 .service-container{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #74747479;
}

.project-name{
    color: white !important;
    font-family: var(--title-font);
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 300;
}

.testimonials-container{
    padding: 1rem 3rem 3rem 3rem;
}

#service1 .background-image{
    background: url(./z-images/img1.png);
}
#service2 .background-image{
    background: url(./z-images/img5.png);
}
#contactForm .background-image{
    background: url(./z-images/family-01.png);
    /* background-position: top; */
}
#service4 .background-image{
    background: url(./z-images/img9.png);
}



footer{
    background: url(./z-images/home-banner.jpg);
}













    #the-center-method .row{
        background-color: #d1d1d1;
        background: url(./z-images/bg-09.png);
        border-radius: 10px;
    }
    #the-center-method .text-container{
        padding-inline: 1rem;
    }
    #the-center-method .img-col{
        padding-right: 0 ;
    }
    #the-center-method .img-col img{
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }





    /* TEAM ******************<< */

    .team-member-container{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .team-member-container .image{
        width: 50%;
    }
    .team-member-container .text{
        width: 50%;
    }

    blockquote.testimonial-big{
        color: #3b3b3b;
    }

    blockquote.testimonial-big:before{
        content: "";
    }





    .overlay-bg.custom{
        background: linear-gradient(to right,transparent 0%,transparent 50%,black 100%);
    }

    .procedure-item img {
        height: 30px;
        width: 30px;
        margin: 0 8px;
        margin-right: 10px;
        margin-bottom: 15px;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-name: bounce-side;
    }

    .procedure-item {
        margin-top: 40px;
    }
    .procedure-item a{
        font-size: 25px;
    }
    .procedure-item a:hover{
        color: #747474;
    }

    @keyframes bounce-side {
        0% {
            transform: translateX(-5px);
        }
        50% {
            transform: translateX(5px);
        }
        
        100% {
            transform: translateX(-5px);
        }
    }




    /* SERVICES************* */
    .custom-service-item{
        position: relative;
        overflow: hidden;
        margin-inline: 2.5px;
        transition: all 400ms ease-in-out;
    }
    
    .custom-service-item .overlay-bg{
        opacity: 0.7;
        transition: all 700ms ease;
    }
    
    .custom-service-item:hover .overlay-bg{
        opacity: 1;
    }
    
    .absolute-text{
        padding: 2rem;
        padding-bottom: 0;
        width: 100%;
        position: absolute;
        bottom: 50%;
        left: 0;
        transform: translate(0, 50%);
        z-index: 10000;
        transition: all 650ms ease-in;
        color: white;
    }
    
    
    
    .custom-service-item img{
        transition: all 700ms ease-in-out;
    
    }
    
    .custom-services-item h3.service-title{
        /* margin-bottom: 50px; */
        font-weight: 400 !important;
    }
    
    .custom-service-item:hover img{
        transform: scale(1.1);
    }

    .nav-pills .nav-link.active{
        background-color: transparent;
        border: 1px solid #d8b454;
    }
    

  
    /* #service2 .background-image{
        background: url(./z-images/bg-07.jpg);
    } */
    /* SERVICES************* */

    #jarallax-container-0{
        top: -20px !important;
    }

    /* TESTIMONIALS STYLE **********************************************  */
    #testimonials .de_testi blockquote {
        margin: 0;
        border: none;
        padding: 20px 30px 30px 80px;
        background: none;
        font-style: normal;
        line-height: 1.3em;
    }

    #testimonials .de_testi blockquote:before {
        content: "";
        display: none;
    }
    
    
    #quote-section .left{
        background: url(./z-images/animations/left-quote.png) no-repeat center top;
        background-size: 30% !important;
        /* border-bottom: 1px solid #ccc; */
        
    }
    #quote-section .right{
        background: url(./z-images/animations/right-quote.png) no-repeat center bottom;
        background-size: 30% auto !important;
        /* border-top: 1px solid #ccc; */
    }
    
    #quote-section p,
    #quote-section h4 {
        font-size: 20px;
        line-height: 1.8;
        font-weight: 200;
        color: black;
        /* font-family: "acumin-pro-condensed"; */
    }
    
    #quote-section  p {
        font-size: 16px;
        margin-top: 40px;
        /* font-weight: 700; */
        position: relative;
    }

    #quote-section #testimonial-carousel-single h4{
        font-size: 20px;
    }
    #quote-section #testimonial-carousel-single p{
        font-size: 12px;
    }

    .owl-theme .owl-dots .owl-dot span {
        background: rgb(116, 116, 116);
    }
  
    /* TESTIMONIALS STYLE**********************************************  */


    .vertical-text {
        font-family: 'Hussar', sans-serif;
        writing-mode: vertical-rl; /* Texto en dirección vertical */
        transform: rotate(180);
        text-orientation: sideways; /* Orientación del texto */
        font-size: 120px;
        letter-spacing: 0.5rem;
        font-weight: 600;
        position: relative;
        opacity: 0; /* Ocultar el texto inicialmente */
        transition: opacity 1s;
        color: transparent;
        -webkit-text-stroke: 4px rgba(255, 255, 255, 0.479); 
        margin-left: 220px;
    }




    .non-surgical-container{
        height: 380px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .ns-img{
        width: 100% !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }



    .contact-border{
        border-right: 1px solid var(--accent-color);
    }

    .services1-container{
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .service1{
        width: calc(100% / 6) ;
        height: 700px;
        position: relative;
        text-align: center;
        background-size: cover;
        background-position: 50%;
    }

    .service1.a1{
        background-image: url(z-images/img5.png);
    }
    .service1.a2{
        background-image: url(z-images/services/body.png);
    }
    .service1.a3{
        background-image: url(z-images/img7.png);
    }
    .service1.a4{
        background-image: url(z-images/services/skin-tigh.png);
    }
    .service1.a5{
        background-image: url(z-images/img3.png);
    }
    .service1.a6{
        background-image: url(z-images/img4.png);
    }

    .service1::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.74); /* Cambia los valores RGB a tu color deseado y ajusta el último valor (0.5) para la opacidad */
        transition: all 250ms ease;
      }
    .service1 img{
        position: absolute;
        bottom: 5%;
        width: 60%;
        right: 50%;
        transform: translate(50%, 0);
    }
    .service1 h2{
        position: absolute;
        bottom: 15%;
        right: 50%;
        transform: translate(50%, 0);
        z-index: 20;
        color: rgb(255, 255, 255);
    }

    /* .services-overlay{
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #74747469;
        z-index: 10;
    } */

    .service1:hover::before{
        background: rgba(255, 255, 255, 0.007);
    }
/* SECTIONS******************************************** */


.slider {
    width: 100%;
    height: 750px;
    position: relative;
}

.slides {

display: flex;
}

.slide {
position: absolute;
opacity: 0;
transition: opacity 0.5s ease-in-out;
}

.slide.active {
opacity: 1;
}

.slide img {
width: 100%;
height: 750px;
display: block;
}


.description-container{
    background-color: #d1d1d11c;
    padding: 2rem;
    border-radius: 5px;
}
.description-container2{
    border: 1px solid rgba(255, 255, 255, 0.288);
    padding: 3rem;
    border-radius: 5px;
}


footer{
    background-image: url(./z-images/bg11.png) !important;
    background-size: cover;
    background-position: bottom;
}

 /* OUR TEAM STYLE ******************************************* */
 .member-info-container{
    position: absolute;
    /* background-color: rgba(0, 0, 0, 0.3); */
    background: rgb(248,255,255);
background: linear-gradient(184deg, rgba(248,255,255,0) 10%, rgba(0,0,0,0.6222864145658263) 66%);
    width: 100%;
    height: auto;
    z-index: 10;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 1rem;
}

.de-team-list img{
    border-radius: 5px;
}

.de-team-list .modal-body img{
    width: 60% !important;
    display: block;
    margin-inline: auto;
    border-radius: 10px;
}

@media (max-width: 700px){
    .de-team-list .modal-body img{
        width: 100% !important;
    }
}
/* OUR TEAM STYLE ******************************************* */


#logo.mobile{
    display: none;
}

#logo.desktop{
    display: block;
}


/* BREAKPOINTS************************************************* */

/* (default from bootstrap) */
@media (max-width: 1400px){
    #mainmenu a {
        padding: 25px 10px 25px 10px;
        letter-spacing: 1px;
    }
}


/* (default from bootstrap) */

@media (max-width: 1200px){
    
}


/* (default from bootstrap) */

@media (max-width: 992px){
    #logo.mobile{
        display: block;
    }
    #logo.desktop{
        display: none;
    }
    .mobile-d-none{
        display: none;
    }
    #section2-2 img,
    #section2-2 #jarallax-container-1{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    }
    .box-icon .text {
        margin-left: 0;
    }
}


/* (default from bootstrap) */

@media (max-width: 768px){
    .contact-border{
        border-right: none;
        border-bottom: 1px solid var(--accent-color);
    }
}


/* (default from bootstrap) */
@media (max-width: 576px){
    
}


/* BREAKPOINTS************************************************* */