
/* 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: auto;
    background-color: var(--accent-color);
    /* background-color: rgba(0, 0, 0, 0.868); */
    backdrop-filter: blur(10px);
    /* background-color: rgba(41, 41, 41, 0.616);
    backdrop-filter: blur(10px); */
}
header .logo{
    margin-bottom: 2px;
    margin-top: 5px;
    
}

header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile){
    height: auto ;
}


header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) {
    background-color: var(--accent-color);
    backdrop-filter: blur(10px);
}

header {
    top: 95px;
}


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

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

.top-header{
    width: 100%;
    top: 0;
    background-color: white; 
    margin-block: 0;
    padding-block: 0.2rem;
    position: fixed !important;
    z-index: 100;
    padding-block: 0.5rem;
}
.top-header .logo{
    width: 160px;
}


.md-flex {
    display: flex
;
    justify-content: center;
}

#mainmenu a {
    padding: 5px 0px 5px 40px !important;
    letter-spacing: 4px;
}

#mainmenu ul a{
    padding: 0.5rem !important;
}

#mainmenu{
    margin-bottom: 10px;
}

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

#mainmenu li > ul{
    top: 40px !important;
}

/* END HEADER*********** */
.main-btns-container{
    margin-bottom: 30px;
}

#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: 2px solid black;
    border-radius: 50%;
    padding: 1.34rem 1.5rem;
    margin-right: 0.3rem;
}

.main-btns-container2{
    display: flex; justify-content: center; align-items: center; gap: 25px
}

.cus-video-play-button{
    transition: all 300ms ease-in-out;
}
.cus-video-play-button:hover{
    transform: scale(1.03);
    transition: all 300ms ease-in-out;
}

.service-text-wrapper{
    color: white;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.absolute-text{
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all 500ms ease-in-out;
}

.service-container:hover .absolute-text{
    height: auto;
    opacity: 1;
}

.service-bg{
    
    transition: all 400ms ease-in-out;
}
.service-container:hover .service-bg{
    background-color: rgba(0, 0, 0, 0.8);
}



#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;
}



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



footer{
    background: url(./z-images/bg6.jpg);
    /* background-repeat: no-repeat;
    background-size: cover; */
} 













    #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;
    }
    
  
    
    
    
    .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;
    }

   

/* 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;
}








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

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


/* (default from bootstrap) */

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


/* (default from bootstrap) */

@media (max-width: 992px){
    .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;
}
.main-btns-container2{
    flex-direction: column;
    gap: 0;
}
.top-header .logo{
    margin-top: 10px;
}
.top-header{
    position: relative !important;
}
header{
    top: auto;
}
}


/* (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){
    header .logo{
       width: 210px;
       margin-top: 20px;
        
    }
    header{
        align-items: center;
    }
}


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