
@import url(variables.css);

/* HEADER*********** */
/* header.header-mobile {
    height: 80px;
} */

body{
    overflow-x: hidden;
}
section,
body {
    background: #141414;
}

header{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 80%, rgba(9, 9, 9, 0.5) 100%);
}
header .logo{
    margin-bottom: 2px;
    margin-top: 5px;
    
}
header.smaller .logo{
    display: none;
}
header.smaller .top-nav-custom{
    display: none;
}

header.smaller .logo{
    width: 130px;
    margin-top: 10px;
}

header .my-nav-items{
    display: none;
}
header.smaller .my-nav-items{
    display: block;
}

header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) {
    height: 85px;
    background: #fdfdfdb3;
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;

}

#mainmenu a, header.transparent.header-light #mainmenu a {
    color: #292929;
    font-weight: 400;
}

.top-nav-custom{
    padding-inline: 60px;
}

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

#mainmenu li > ul.cosmetic-procedures {
    width: 301px;
}

#mainmenu li .cosmetic-procedures li a {
    width: 100%;
}



/* HEADER*********** */

.gallery-links li{
    list-style: none;
    margin-block: 1rem;
}

.forms-links li{
    /* list-style: none; */
    margin-block: 1rem;
}

.team-container{
    background-color: rgba(49, 49, 49, 0.3); 
    padding: 1rem 2rem;
    border-radius: 7px;
}

.each-gallery-item-container,
.each-gallery-item-container2{
    background-color: rgba(24, 24, 24, 0.699); 
    padding: 1rem 1rem;
    border-radius: 3px;
}
.each-gallery-item-container2{
    background-color: rgba(43, 43, 43, 0.699); 
}


#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: 40%;
}
.team-member-container .text{
    margin-left: 2.5rem;
    width: 50%;
}

blockquote.testimonial-big:before{
    content: "";
}
blockquote.testimonial-big{
    font-size: 28px;
    text-align: left;
}




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





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

.procedures-items li{
    color: rgb(59, 59, 59);
    position: relative;
    font-size: 25px;
    margin-block: 2rem;
    list-style: none;
    transition: all 250ms ease;
}
.procedures-items a{
    position: relative;
    color: rgb(227, 227, 227);
    font-size: 25px;
    transition: color 250ms ease;
}

.procedures-items li a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 2px;
    background-color: rgba(236, 236, 236, 0.693);
    transition: all 300ms ease;

}
.procedures-items li:hover a::after{
    width: 100%;
}

.procedures-items li:hover{
    transform: translateX(6px);
    
}
.procedures-items li:hover a{
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.procedure-items-container{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3rem 2rem;
}


.testimonials-container{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 4rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(80%, 20%);
}


.contact-form-container{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 4rem;
    margin-block: 100px;
}

.social-icons i:hover{
    background-color: transparent !important;
    transform: scale(1.01);
    color: var(--accent-color);
}








.procedures-items2 {
    padding-left: 0;
    
}
.procedures-items2 li{
    display: inline-block;
    /* margin: 1rem 1.5rem; */
    gap: 1.5rem;
    margin-right: 2rem;
    margin-block:  1rem;
    
}
.procedures-items2 li a{
    color: black;
    font-weight: 400;
    font-size: 25px;
}


.mobile-map{
    display: none;
}
.desktop-map{
    display: block;
}





@media (max-width: 1400px){
    header a{
        font-size: 12px;
    }
    .non-surgical-container{
        height: 430px;
    }

    .vertical-text {
        margin-left: 70px;
    }
    .testimonials-container{
        padding: 4rem 2rem;
        width: 100%;
        position: relative;
        transform: translate(0, -20%);
    }

}

@media (max-width: 1200px){
    header a{
        font-size: 11px;
    }
    .service1{
        width: calc(100% / 3) ;
        height: 550px;
    }
}

@media (max-width: 1000px){
    header .logo{
        width: 250px;
    }
    header{
        height: 90px;
    }
    .mobile-margin{
        margin-block: 30px !important;
    }
    .inner-padding{
        padding: 0;
    }
    .mobile-d-none{
        display: none;
    }
    .slider {

        display: none;
        }

    .non-surgical-container{
        height: auto;
    }

    .md-mt-0{
        margin-top: 0;
    }
    .questions-container{
        padding: 1rem ;
        background-image: url(./z-images/bg-10.png);
        margin-left: 0px;
        margin-top: 20px;
        position: relative;
        z-index: 10;
        border-radius: 5px;
    }
    .team-member-container{
        flex-direction: column;
    }
    .team-member-container .image,
    .team-member-container .text{
        width: 100%;
    }
    #the-center-method .img-col img{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    #the-center-method .img-col{
        padding-inline: 0 ;
        margin-bottom: 0;
    }
    #the-center-method .text-container{
        padding-inline: 2rem;
    }

    .testimonials-container{
        transform: translate(0, 0);
    }
    .desktop-map{
        display: none;
    }
    .mobile-map{
        display: block;
    }
}


@media (max-width: 760px){
    .service1{
        width: calc(100% / 2) ;
        height: 400px;
    }

    .contact-border{
        border-right: none;
        border-bottom: 1px solid #d8b454;
    }

    .contact-form-container{
        padding: 2rem 1rem;
    }
}

.owl-theme .owl-dots .owl-dot span {
    background: rgb(116, 116, 116);
}
@media (max-width: 600px) {

    #quote-section{
        margin-top: 0 !important;
    }
    
    /* .absolute-text-container{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    } */
}

@media (max-width: 500px){
    header .logo{
        margin-right: 0px;
    }
    header .logo{
        width: 200px;
    }
    .font-3rem{
        font-size: 2rem;
    }
    .service1{
        width: calc(100% / 1) ;
        height: 300px;
    }
}


