@import url('variables.css');

header li{
    letter-spacing: 4px !important;
    font-weight: 200;
}
header li a{
    font-weight: 300;
}


header .logo{
    display: block;
    width: 300px ;
}

header.smaller{
    height: 100px !important;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 7px 29px 0px;
}
header.smaller .logo{
    display: block;
    width: 260px ;
}

/* header.transparent {
    border: none;
    background: linear-gradient(0deg, rgb(0, 0, 0, 0) 0%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.7) 100%);
} */
/* header.transparent {
    background: #969696da;
    background: linear-gradient(0deg, rgb(0, 0, 0, 0) 0%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.7) 100%);
    backdrop-filter: blur(10px);
    border-bottom: none;
} */



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


.hero-margin{
    margin-block: 120px;
}



/* HOMEPAGE STYLES ************************************* */
.header-container{
    padding-inline: 4rem;
}



    /* SERVICES SECTION************************************ */

    #services .services-container{
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.3);
        padding: 2rem 3rem;
        border-radius: 6px;
    }

    .big-service-container{
        height: 200px;
    }

    .services2-container{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 8px;
    }
    .big-service-container{
        border-radius: 5px;
    }
    .big-service-container .overlay-bg{
        border-radius: 5px;
    }


    .container-padding{
        padding-inline: 4rem;
    }

    .service1{
        border-left: 1px solid rgba(0, 0, 0, 0.075);
    }


    .invisalign-container{
        background-color: var(--accent-color-op);
        padding: 4.5rem 2.5rem;
    }


    .about-image-container{
        position: absolute ;
        top: -50%;
        left: 0;
        width: 100%;
    }
    .about-image-container img{
        width: 80%;
    }

    
    /* SERVICES SECTION************************************ */


    
    #cta1.side-bg .background-image{background:url(z-images/bg3.png);}

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

        #associations img{
            padding: 0rem 0.3rem;
            width: 20%;
            margin-inline: 10px;
        }
       
    }
    /* OUR TEAM STYLE ******************************************* */

    /* GALLERY STYLES *****************************************************  */
    .absolute-gallery{
        position: absolute;
        width: 100%;
        /* padding-inline: 20px; */
        background-color: rgba(241, 241, 241, 0.7);
        bottom: 5%;
        display: flex;
        align-items: center;
    }

    .absolute-gallery p{
        margin: 0.3rem 0.1rem !important;
        color: #2a2b2c;
        font-weight: 600;
        line-height: 1rem;
        font-size: 10px;    
    }

    .custom-image-container{
        position: relative;
    }

    /* GALLERY STYLES *****************************************************  */


    /* TESTIMONIALS*************************** */
    .testimonials-container{
        /* background: url(z-images/testimonials-bg.png) top;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
        /* padding: 2rem 2.5rem; */
        border-radius: 5px;
    }
    .testimonials-container blockquote{
        font-size: 20px;
    }

    .absolute-quote{
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 0
    }
    /* TESTIMONIALS*************************** */



    section#contactForm{
        padding-inline: 0;
    }
    
    .cta-container{
        background-color: rgb(24, 24, 24);
        backdrop-filter: blur(20px);
        backdrop-filter: opacity(20%);
        /* margin-top: 5rem; */
        border-radius: 10px;
    }

    .absolute-cta-image{
        position: absolute;
        bottom: -80px;
        right: 0;
    }
    
    /* .absolute-cta-image img{
        position: absolute;
        bottom: 0;
        left: 10%;
    } */

    .form-container{
        background-color: #f5f5f573;
        padding-inline: 1rem;
        border-radius: 5px;
    }
/* HOMEPAGE STYLES ************************************* */

.subfooter{
    background: rgb(8,12,21);
background: linear-gradient(0deg, rgba(8,12,21,1) 0%, rgba(0,0,0,1) 100%);
}
footer{
    background: rgb(14, 14, 14);
    background: linear-gradient(0deg, rgb(37, 37, 37) 0%, rrgba(15, 15, 15, 0.452)100%);
}

.b-and-a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.b-and-a img{
    width: 50%;
    padding-inline: 5px;
}


.bg-absolute1{
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    background-color: black;
}
/* SCROLLING CTA****************************** */
blockquote{
    color: rgb(85, 85, 85);
}

.stars-container{
    margin-bottom: 40px;
}
.stars-container img{
    width: 30% !important;
    margin: auto;
}
#scrolling-cta blockquote.testimonial-big:before {
    content: "";
    font-size: 0;
    display: none;
}
#scrolling-cta .price{
    font-size: 40px;
}

#scrolling-cta #testimonial-carousel-single .testimonial-big{
    background-color: white;
    border: 2px solid #00539f;
    border-radius: 5px;
    padding: 1.5rem 0.8rem;
}
#scrolling-cta #testimonial-carousel-single .testimonial-big .title{
    color: #00539f;
}

.sk-ww-google-reviews .sk-google-reviews-badge-info{
    display: none !important;
}

.z10{
    z-index: 10;
}
/* ************CAROUSEL*************** */

.carrusel-container {
    position: relative;
    /* width: 80%; */
    margin: 50px auto;
    overflow: hidden;
}

.carrusel-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carrusel-item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 40px;
    /* border: 1px solid #ddd; */
    display: flex;
    align-items: center;
}
.carrusel-item .team-member-container .image img{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.office-tour .carrusel-item .team-member-container .image img{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 38px;
    background-color: transparent;
    border: none;
    color: white;
    cursor: pointer;
}
.office-tour .prev-btn,
.office-tour .next-btn {
    color: rgb(0, 0, 0);
}

.prev-btn {
    left: 0px;
}

.next-btn {
    right: 0px;
}

.xl-block{
    display: none;
}




.blogs-container{
    padding: 2rem;
    /* border: 1px solid rgba(0, 0, 0, .2); */
    background-color: var(--trd-color);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.blogs-container h3{
    font-weight: 700;
    font-size: 20px;
}
.blogs-container p{
    font-weight: 400;
    font-size: 14px;
}
.blogs-container a{
    transition: 200ms all ease-in-out;
}
.blogs-container a:hover{
    font-weight: 600;
}


.subheader-btns-container a{
    display: inline-block;
    margin-top: 10px;
}




/* ************CAROUSEL*************** */

@media(max-width: 1000px){
    .mobile-d-none{
        display: none;
    }
    .hero-margin{
        margin-block: 0px;
    }
    .font-4rem{
        font-size: 2.5rem;
    }
}
@media(max-width: 1228px){
    .lg-none{
        display: none !important;
    }
    .about-image-container{
        position: relative;
    }
    .about-image-container img{
        width: 100%;
    }
    .about-padding{
        padding: 2rem;
    }
    
}
@media(max-width: 1433px){
    header.smaller .logo{
        display: block;
        width: 110px ;
    }
    .xl-none{
        display: none !important;
    }
    header .logo{
        display: block;
        width: 130px ;
    }
    .inner-margin1{
        margin-top: 70px;
        margin-bottom: 30px;
    }
    #mainmenu li a{
        font-size: 12px;
    }
    .xl-block{
        display: block;
    }
}


@media(max-width: 997px){
    .inner-margin1{
        margin-top: 0;
        margin-bottom: 10px;
    }
    .md-none{
        display: none !important;
    }
}



@media(max-width: 1700px){
    header .logo{
        display: block;
        width: 200px ;
    }
    
    header.smaller .logo{
        display: block;
        width: 150px ;
    }
    
}

@media (max-width: 500px) {
    #scrolling-cta #testimonial-carousel-single .cus-btn2{
        padding-inline: 8px;
        font-size: 13px;

    }
    .b-and-a{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .b-and-a img{
        width: 100% !important;
    }

    .main-btns-container{
        flex-direction: column;
    }
    .font-2rem{
        font-size: 1.5rem;
    }
    .font-3rem{
        font-size: 2rem;
    }
    .font-3-5rem{
        font-size: 2.5rem;
    }
    .font-4rem{
        font-size: 1.7rem;
    }

    .cus-btn1,
    .cus-btn2,
    .cus-btn3{
        padding: 0.65rem 1rem;
        border-radius: 1px;
    }

    .bg-absolute1{
        position: absolute;
        width: 100%;
        height: 30%;
        top: 60%;
        /* bottom: -40%; */
        background-color: black;
    }

    .address-image{
        height: 500px;
        width: auto;
        position: relative;
        left: -120%;
    }
}
/* SCROLLING CTA****************************** */
@media(max-width: 1500px){
    .header-container{
        padding-inline: 4rem;
    }
    
}
/* SCROLLING CTA****************************** */