*, *::before, *::after 
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html 
{
    scroll-behavior: smooth;

}

@font-face {
    font-family: Inter;
    src: url(inter.ttf);
    font-display: swap;

}

@font-face {
    font-family: Poppins;
    src: url(poppins.ttf);
    font-display: swap;

}

body 
{
    font-size: normal;
    font-family: "Inter", sans-serif;
    /* background: rgb(238,244,255); */
    background: linear-gradient(135deg, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0.1)), url("./imgs/background.webp");
    background-position: center center;
    background-repeat: repeat-y;
    background-size: contain;
    

}

.modules-container
{
    display: flex;
    width: 90%;
    margin: 5vh auto 10vh;
    gap: 3rem;
  
}

.modules-container .modules 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    gap: 2rem;
}

.modules-container .modules h2
{
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.modules-container .modules h2 span
{
    font-size: 32px;
    margin-left: 8px;
}

.modules-container .modules:first-child
{
    align-items: flex-start;
}

.modules-container .modules:last-child
{
    align-items: flex-start;
}

.modules-container .modules .module
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 100%;
    background-image: linear-gradient(135deg, #000 35%, #63808a);
    padding: 1rem 1.5rem;
    border-radius: 32px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: all 350ms ease-in-out;
}

.modules-container .modules .module::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-90deg,rgb(82, 13, 211), royalblue);
    z-index: -1;
    border-radius: 32px;
    transition: opacity 0.35s ease-in-out;
    opacity: 0;
}
  
.modules-container .modules .module.active::before {
    opacity: 1;
}

.modules-container .modules .module.active::before
{
    border-radius: 32px;
}

.modules-container .modules .module.active:hover::before
{
    border-radius: 32px;
}

.modules-container .modules .module.active
{
    border-radius: 32px;
}


.modules-container .modules .module:hover
{
    border-radius: 32px;
}

.modules-container .modules .module p 
{
    color: #fff;
    font-size: 1.2vw;
    font-weight: bold;
    white-space: nowrap;
    
}

.modules-container .modules:first-child .module 
{
    /* justify-content: center; */
    padding-left: 2rem;
}

.modules-container .modules:last-child .module 
{
    /* justify-content: center; */
    padding-right: 2rem;
}

.modules-container .modules .module .module-icon
{
    color: #fff;
}

.modules-container .modules .module 
{
    
}

.modules-container .modules .module:not(.active) .module-icon
{
    color: royalblue;
}


.perspective 
{
    /* width: 99%;
    height: 99vh;
    position: fixed;
    border: 3px solid rgb(105, 18, 227);
    box-shadow: 0px 0px 10px rgb(105, 18, 227);
    background: transparent;
    overflow-y: scroll;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 35px; */
}


.container 
{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.before-header 
{
    width: 100%;
    height: 1.5rem;
    background: transparent;
    backdrop-filter: blur(8px);
}

.home-header
{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    width: 85%;
}

header 
{
    background: linear-gradient(90deg, black, rgba(0, 0, 0, .8));
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 65px;
    padding: .5rem 1.5rem .5rem 1rem;
    

    /* top: 20px; */
    margin: 0 auto 1.5rem;
    width: 100%; 
    border-radius: 50px;
    cursor: pointer;
    transform-origin: bottom;
    /* filter: blur(1px); */
    color: #fff;
    transition: all 350ms ease-in-out;
}

/* @media only screen and (min-width: 1200px) 
{
    header:hover 
    {
        width: 100%;
        border-radius: 0;
        margin-top: -2rem;
        margin-bottom: 2rem;
        /* height: 100px; */
        /* margin-top: 0; */
        /* filter: blur(0px); */
    /*} 
} */

.container 
{
    margin-top: calc(10vh + 20px);
}


header .list 
{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.home-header .navigation-icon 
{
    display: none;
}



header .logo
{
    display: flex;
    margin: 0 1rem;
    align-items: center;

}

header .logo p
{
    font-weight: bolder;
    color: var(--home-opposite-text-color);
    display: none;
}

header .items
{
    display: flex;
    justify-content: flex-start;
}

header .items .item 
{
    color: var(--home-opposite-text-color);
    cursor: pointer;
    font-size: 16px;
    font-family: "Inter";
    font-weight: 600;
    margin-left: 16px;
    margin-right: 16px;
}

header .items .item a 
{
    text-decoration: none;
    color: inherit;
    font-family: "Poppins";

}

header .items .item.active a
{
    border-bottom: 3px solid var(--home-contrast-color);
    
}



header .right-container,
header .center-container
{
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    
}

header .right-container
{
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
}

header .right-container .button
{
    width: 100%;
    min-width: 100px;
    width: auto;
    padding: 1rem 1rem;
    max-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--home-contrast-color);
    border-radius: 35px;
    cursor: pointer;
    transition: all 400ms ease-in-out;
    
}

header .right-container .button p 
{
    color: var(--home-opposite-text-color);
    font-family: "Inter";
    font-weight: 700;
    font-size: 18px;
    transition: all 400ms ease-in-out;
}

header .right-container .button:hover 
{
    background: var(--home-contrast-color);
}

header .right-container .button:hover p
{
    color: var(--home-opposite-text-color);
}



/* Slider */

.mySlides {
    display: none;
    aspect-ratio: calc(16 / 9);

}

img {
    vertical-align: middle;
    border-radius: 16px;
    -moz-box-shadow: rgba(44, 72, 164, 0.911) 0px 0px 50px;
    -webkit-box-shadow: rgba(44, 72, 164, 0.911) 0px 0px 50px;
    -o-box-shadow: rgba(44, 72, 164, 0.911) 0px 0px 50px;
    box-shadow: rgba(44, 72, 164, 0.911) 0px 0px 50px;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;

}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 50px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    backdrop-filter: blur(10px);
    border-radius: 16px;
    background: rgba(0, 0, 0, .3);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

header 
{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 8vh;
}

h2.title 
{
    margin-top: 5rem;
    text-align: center;
    font-size: 60px;
    line-height: 5rem;
}

.sm-title 
{
    margin-top: 15vh;
    margin-bottom: 1rem;
    font-size: 50px;
    text-align: center;
}

.description 
{
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 22px;
    font-family: "Inter", "Poppins", sans-serif;
}


iframe 
{
    width: 100%;
    border-radius: 16px;
    -moz-box-shadow: rgba(44, 72, 164, 0.911) 0px 0px 32px;
    -webkit-box-shadow: rgba(44, 72, 164, 0.911) 3px 3px 32px;
    -o-box-shadow: rgba(44, 72, 164, 0.911) 3px 3px 32px;
    box-shadow: rgba(44, 72, 164, 0.911) 0px 0px 33px;
}

.under-footer 
{
    width: 100%;
    min-height: 30vh;
    background: #000;
    color: #fff;
    margin-top: 5rem;
    padding: 2rem 1rem;
}

.phone-container
{
    position: fixed;
    bottom: 35px;
    right: 35px;
    background: linear-gradient(135deg, #000 35%, #63808a);
    padding: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #fff;
    z-index: 1000;
    transition: all 350ms ease-in-out;
}

.phone-container:hover
{
    -moz-box-shadow: rgba(44, 72, 164, 0.911) 0px 0px 32px;
    -webkit-box-shadow: rgba(44, 72, 164, 0.911) 3px 3px 32px;
    -o-box-shadow: rgba(44, 72, 164, 0.911) 3px 3px 32px;
    box-shadow: rgba(44, 72, 164, 0.911) 0px 0px 33px;     
}

.phone-container i 
{
    color: #fff;
    font-size: 22px;
}


.under-footer h2 
{
    font-size: 55px;
    text-align: center;
    line-height: 70px;
}

h2 span 
{
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(0deg,rgb(82, 13, 211), royalblue);
    -webkit-background-clip: text;
}


.treatments-container 
{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* min-height: 90vh; */

}


.modules-container .module-context 
{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    flex: 2;
    position: relative;
    background-image: linear-gradient(135deg, #000 35%, #63808a);
    /* width: 70%; */
    border-radius: 12px;
    padding: 1rem;
    /* min-height: 40vh; */
}

.modules-container .module-context p 
{
    font-family: "Poppins";
    font-weight: 500;
    font-size: 1.3vw;
}

.modules-container .module-context img
{
    position: absolute;
    width: 50px;
    bottom: 5px;
    left: 5px;
}

.modules-container .module-context h2 
{
    color: #fff;
    font-size: 32px;
  
}

.modules-container .module-context p
{
    margin: 1.5rem auto 3.5rem;
    color: #d0cccc;
    font-size: 16px;
}

.modules-container .module-context ul 
{
    margin: 1rem;
}

.phone-container 
{}

footer 
{
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

footer .section 
{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

footer .section-title 
{
    margin-bottom: 1rem;
}

footer .section .section-container
{
    display: flex;
    gap: .5rem;
    align-items: center;
    
}

footer .section .section-container i 
{
    font-size: 18px;
    background: linear-gradient(90deg, black, rgba(0, 0, 0, .8));
    color: #fff;
    padding: .65rem;
    border-radius: 50%;
    cursor: pointer;
}

footer .section .section-container p 
{
    width: 100%;
}

footer .section button 
{
    width: 100%;
    max-width: 200px;
    margin-top: -.5rem;
    background: linear-gradient(90deg, black, rgba(0, 0, 0, .8));
    border: none;
    outline: none;
    padding: .65rem .5rem;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    font-family: "Inter";
    border-radius: 7.5px;
    cursor: pointer;
}

footer .section:last-child 
{
    gap: 1rem;
}

.google-reviews 
{
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 5rem;
}

.google-reviews .review 
{
    flex: 1;
    background: linear-gradient(90deg, black, rgba(0, 0, 0, .8));
    padding: 1rem;
    border-radius: 16px;
    cursor: pointer;
    transition: box-shadow 350ms ease-in-out;
}

.google-reviews .review .name 
{
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1rem;
}

.google-reviews .review .name .icon 
{
    border: 2px solid #fff;
    border-radius: 50%;
    padding: .5rem .6rem;
    color: #fff;
}

.google-reviews .review .name h2
{
    color: #fff;
}

.google-reviews .review .stars 
{
    display: flex;
    gap: .5rem;
}

.google-reviews .review .stars .star .fas.fa-star 
{
    color: gold;
}

.google-reviews .review .stars .star.active 
{
    background: transparent;
}

.google-reviews .review p 
{
    color: #fff;
    margin: 1rem 0;
    font-size: 18px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
}

.google-reviews .review:hover 
{
    -moz-box-shadow: rgba(44, 72, 164, 0.911) 0px 0px 32px;
    -webkit-box-shadow: rgba(44, 72, 164, 0.911) 3px 3px 32px;
    -o-box-shadow: rgba(44, 72, 164, 0.911) 3px 3px 32px;
    box-shadow: rgba(44, 72, 164, 0.911) 0px 0px 33px;
}

.under-footer p
{
    margin-top: 2rem;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

@media only screen and (max-width: 1600px)
{
    .google-reviews 
    {
        flex-direction: column;
        max-width: 90%;
        margin: 0 auto;
    }

    .google-maps-container 
    {
        width: 90%;
        margin: 0 auto;
    }

    footer .section:last-child p 
    {
        white-space: nowrap;
    }

    .slideshow-container 
    {
        width: 90%;
        margin: 0 auto;
    }

    p.description 
    {
        width: 90%;
        margin: 0 auto;
    }

    footer 
    {
        width: 90%;
        margin: 2rem auto;
    }

    .modules-container
    {
        flex-direction: column;
    }

    .modules-container .modules .module p
    {
        font-size: 1.75vw;
    }

    
}

@media only screen and (max-width: 900px) 
{
    footer 
    {
        flex-direction: column;
    }

    h2.title,
    .sm-title,
    .under-footer h2
    {
        font-size: 35px;
        line-height: 50px;
        margin-top: 100px;
    }

    .home-header 
    {
        width: 95%;
        margin: 0 auto;
    }

    .modules-container .modules .module p 
    {
        font-size: 22px;
    }

}

@media only screen and (max-width: 700px) 
{
    
}


@media only screen and (max-width: 500px)
{

    .under-footer
    {
        min-height: auto;
    }

    h2.title, .sm-title, .under-footer h2    {
        font-size: 7vw;
        line-height: calc(7vw + 10px);
    }

    .under-footer h2  
    {
        margin-top: 0;
    }
}

@media only screen and (max-width: 900px)
{

    .home-header .navigation-icon 
    {
        position: fixed;
        right: 25px;
        top: 40px;
        z-index: 1000;

    }

    .home-header:not(.active-navigation) .navigation-icon 
    {
        width: 60px;
        height: 60px;
        background-image: linear-gradient(135deg, #000 35%, #63808a);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
     
        gap: 0;
    }

  

    .home-header:not(.active-navigation) .navigation-icon .line
    {
        width: 25px;
        background: #fff;
    }

 

    header 
    {
        position: fixed;
        /* margin-left: 1rem; */
        /* margin-top: 0; */
        display: none;
        width: 100%;
    }

    /* header .list
    {
        display: none;
        position: absolute;
        left: -200%;
        transition: all 500ms ease-in-out;
    } */

    header.active-navigation 
    {
        background: var(--home-opposite-background-color);
        display: flex;
    }

    /* header .center-container, header .right-container
    {
        display: block;
    } */

    header.active-navigation .list
    {
        display: flex;
        flex-direction: column;
        left: 0;
        width: 100%;
        background: #000;
        height: 100%;
        top: 70px;
        height: max-content;
        left: 0;
        align-items: center;
        backdrop-filter: blur(10px);
        z-index: 10000;
        border-radius: 20px;
        justify-content: center;
        padding-top: 2rem;
    }

    header .right-container .button
    {
        width: 90%;
    }
    
    header.active-navigation .list .center-container .items
    {
        flex-direction: column;
        gap: 3rem;
        padding-bottom: 2rem;
    }

    header.active-navigation .list .logo
    {
        display: none;
    }
   

    .home-header .navigation-icon 
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: auto;
        cursor: pointer;
    }

    .home-header .navigation-icon .line 
    {
        width: 40px;
        height: 3px;
        background-color: #fff;
        margin-top: .3rem;
        margin-bottom: .3rem;
        transition: all 350ms ease-in-out;
    }

    .home-header.active-navigation .navigation-icon .line:first-child
    {
        transform: rotateZ(35deg) translateY(15px) skewY(10deg);
    }

    .home-header.active-navigation .navigation-icon .line:last-child 
    {
        transform: rotateZ(-35deg) translateY(-15px) skewY(-10deg);
    }

    .home-header.active-navigation .navigation-icon .line:nth-child(2) 
    {
        opacity: 0;
    }

    header .items .item
    {
        /* font-size: 20px; */
        text-align: center;
       
    }

    header .right-container, header .center-container
    {
        width: 90%;
        /* margin-left: auto;
        margin-right: auto; */
    }

    header .right-container
    {
        margin-left: 0;
        margin-block: 2rem;
    }

    header .right-container,
    header .center-container
    {
        justify-content: center;

        
    }


  
}


body
{
}