*{
    margin: 0px;
    font-family: "Inter", sans-serif;
}
nav .joinbutton1 a{
    text-decoration: none;
    color: rgb(163, 163, 163);
}
nav .joinbutton1 a i{
    color: rgb(14, 173, 14);
}
html {
  scroll-behavior: smooth;
}
body{
    background-color: rgb(23, 17, 26);
    width: 100vw;
    overflow-x: hidden;
}
.logoimg{
    width: 50px;
}
nav{
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 1% 10%; */

    border-bottom: solid rgb(55, 48, 56) 0.2px;
}
nav div{
    margin: 10px 20px;
}
.navlinks{
    /* border: solid rgb(58, 53, 61) 0.5px; */
    width:600px;
    border-radius: 25px;
    margin-left: 4%;
}
.navlinks2{
    /* border: solid rgb(58, 53, 61) 0.5px; */
    width:600px;
    border-radius: 25px;
    margin-left: 4%;
    display: none;
}
.navlist{
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 13px;    
}
.navitemlinks{
    color: white;
    text-decoration: none;
    font-weight: 100;
    letter-spacing: 1.5px;
    transition: 0.4s;
}
.navitem{
    transition: 0.4s;
}
.navitem:hover{
    transform: scale(1.1);
    transition: 0.4s;
}
.navitemlinks:hover{
    transition: 0.4s;
    text-decoration: underline;
    text-underline-offset: 5px;
    
    }

    .hamburger {
    display: none;
    font-size: 28px;
    color: white;
    cursor: pointer;
}

@media (max-width: 768px) {
    nav {
        /* flex-direction: column; */
        /* align-items: flex-start; */
    }
    .navend{
        display: flex;
        justify-content: space-around;
        text-wrap: nowrap;
        align-items: center;
    }
    .navlinks{
        display: none;
    }
    .hamburger {
        display: block;
        margin: 1px 10px;
    }

    .navlinks2 {
        display: none;
        width: 100%;
        margin-left: -20%;
    }

    .navlinks2.active {
        display: block;
        position: absolute;
        left: 90%;
        top: 7%;
    }

    .navlist {
        position: absolute;
        flex-direction: column;
        align-items: flex-end;
        background-color:rgb(23, 17, 26);
        padding: 10px 20px;
        z-index: 1;
    }

    .navitem {
        margin-bottom: 10px;
    }

    .joinbutton1 {
        margin: 10px 15px 10px 15px;
    }
}

.hero{
    border-width: 0.5px ;
}
.hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.badge{
    background-color: black;
    border: solid rgb(55, 48, 56);
    border-width: 0.5px;
    border-radius: 25px;
    height: 40px;
    width: 200px;
    display: flex;
    align-items: center;
    margin-top: 6%;

    padding: 0.2% 0%;
}
.newbadge{
    /* background-color: #9855FF; */
    /* margin-left: 3%; */
    padding: 5px 5%;
    border-radius: 30px;
    /* font-weight: 600;
    font-size: 12px; */
}
.newbadge img{
    width: 50px;
}
.badgetext{
    color: #ffffff;
    text-wrap: nowrap;
    font-weight: 500;
    /* margin-left: 4%; */
}
.herotext{
    margin-top: 1%;
}
.herohead{
    font-weight: 500;
    font-size: 100px;
    text-align: center;
    background-image: linear-gradient(180deg, #ffffff, #B372CF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.heropara{
    margin-top: 1%;
    color: white;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 200;
}
.joinbutton1:hover{
    transform: scale(1.1);
    transition: 0.3s;
}
.joinbutton1{
    transition: 0.3s;
}
.herobuttonlink{
    color: black;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    border-radius: 8px;
    background-color: white;
    margin: 10px;
    transition: 0.5s;
}
.herobuttonlink:hover{
    box-shadow: 0px 0px 10px 10px rgb(88, 1, 138);
    transform: scale(1.1);
}
.herobutton{
    margin-top: 1%;
    transition: 0.5s;
    border: solid rgba(255, 255, 255, 0.2);
    border-width: 0.5px;
    border-radius: 10px; 
    z-index: 1;
}
.heroimgdiv{
    margin-top: 2%;
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    gap: 50px;
    max-width: 98vw;
    margin-right: 60px;
}
.imgdivmob{
    display: none;
}
.heroimgdiv ul li{
    list-style: none;
}
.heroimgdiv ul{
    display: flex;
    flex-direction: column;
    gap: 50px;
    color: rgb(247, 215, 252);
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 2px;
}
.h-l{
    text-align: left;
}
.h-r{
    text-align: right;
}
.heroimg{
    /* box-shadow: 0px -80px 200px 10px #602A9A; */
    animation: shadows 15s infinite;
    width: 100%;
    border-radius: 15px;
    /* filter: brightness(0.7); */
}

.companytext{
    color: rgb(221, 219, 219);
    /* letter-spacing: 1px; */
    margin-top: 3%;
}
.companies{
    /* width: 100vw !important; */
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.companylogos{
    margin-top: 3%;
    display: grid;
    gap: 12px;
    grid-template-columns: auto auto auto auto
}
.logocomp{
    border: solid rgba(255, 255, 255, 0.1);
    border-width: 0.5px;
    padding: 30px 25px;
    border-radius: 10px;
    transition: 0.4s;
}
.logocomp:hover{
    box-shadow: inset 0px 0px 100px 10px #602A9A,0px 0px 100px 10px #602A9A;
    /* box-shadow: 0px 0px 100px 10px #602A9A; */
    transform: scale(1.05);
    transition:0.4s
}
.bento{
    text-align: center;
    margin-top: 5%;
}
.bentotxt{
    z-index: 1;
}
.bentopara{
    color: white;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1.5px;
}
.bento1{
    display: flex;
    justify-content: center;
    margin-top: 3%;
    margin-left: -16%;
}
.bento2img{
    width: 1000px;
    margin-left: 4%;
    /* box-shadow: inset 0px 0px 100px 10px #602A9A; */
}
.bento1img, .bento4img{
    width: 300px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: solid rgba(255, 255, 255, 0.1);
    border-width: 0.5px;
    margin-left: 13%;
    padding-bottom: 1%;
    border-radius: 15px;
    z-index: 1;
    text-align: center;
    font-size: 12px;
}
.bento1img img,.bento4img img{
    width: 280px;
}
.bento2imgclass{
    width: 800px;
}


.bentoimg1txt{
    color: white;
    font-weight: 100;
    text-align: left;
    letter-spacing: 1.5px;
}
.bentoimg1head{
    color: white;
    font-weight: 300;
    text-align: left;
    letter-spacing: 1.5px;
    margin-bottom: 3%;
    margin-top: 10%;
}
.cone{
    margin-left: -2%;
    width: 270px;
}
.bento2img{
    /* background-image: url(./Assets/bennt.png); */
    background-size:cover;
    width: 700px;
    height: 360px;
    transition: 0.3s;
    
    /* box-shadow: 0px -80px 1000px 1px #602A9A; */
}
.benthead{
    color: white;
    font-weight: 300;
    font-size: 35px;
}
.bentcont{
    color: white;
    font-weight: 100;
    font-size: 22px;
    margin-top: 3%;
    padding: 1%;
}
.cont{
    transition: 0.3s;
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
}


.bento3img{
    /* background-image: url(./Assets/bennet2.png); */
    background-size:cover;
    width: 630px;
    height: 360px;
    transition: 0.3s;
    margin-left: 13%;
}


/*  */
.features{
    margin-top: 2%;
    background-image: linear-gradient(to bottom right, #190D2E, #020103);
    height: 700px;
    justify-self: center;
    width: 90%;
    border: solid rgba(255, 255, 255, 0.2);
    border-width: 0.5px;
}
.featurescont{
    width: 250px;
    margin:3% 3%;
}
.featureshead{
    color: white;
    font-size: 56px;
    font-weight: 400;
    margin:3% 3%;
    letter-spacing: 1.5px;
}
.featureicon{
    margin-bottom: -1%;
}
.featuresbodyhead{
    color: white;
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
    margin-left: 2%;
}
.featuresbodytext{
    color: white;
    font-weight: 200;
    font-size: 14px;
    margin-top: 5%;
}
.featuresbody{
    display: grid;
    grid-template-columns: auto auto auto;
    margin-left: 2%;
    gap: 30px;
}
.clients{
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.headingsmain{
    color: white;
    font-weight: 400;
    font-size: 56px;
    margin-top: 3%;
    text-align: center;
}

.contmain{
    color: white;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1.2px;
    text-align: center;
    margin-top: 3%;
}
.reviews-div{
    /* display: flex; */
    width: 90vw;
    gap: 2px;
}
.review{
    margin-top: 1%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    /* border-top: solid rgba(134, 101, 145, 0.651) 0.5px; */
    border-bottom: solid rgba(134, 101, 145, 0.651) 0.5px;
    width: 400px;
    padding: 2%;
    background-color: #020103; 
    height: 500px;  
    border-radius: 20px ;
}
.reviewtext{
    color: white;
    font-size: 17px;
    font-weight: 200;
}
.revimg{
    /* box-shadow: 0px 0px 200px 10px #602A9A; */
    filter: drop-shadow(0px 0px 100px #602A9A);
}

.revtext{
    margin-left: 3%;
    margin-top: 1.5%;

}
.username{
    margin-top: 4%;
    color: white;
    font-weight: 200;
    font-size: 15px;
}
.design{
    color: white;
    font-weight: 100;
    font-size: 15px;
}
.pricing{
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card{
    /* height: 500px; */
    border: solid rgba(134, 101, 145, 0.651) 0.5px;
    border-radius: 10px;
    width: 300px;
    transition: 0.5s;
}
.card-lifetime{
    border: solid rgba(134, 101, 145, 0.651) 0.5px;
    border-radius: 10px;
    width: 300px;
    transition: 0.5s;
    transform: scale(1.1) !important;
    border:double rgba(134, 101, 145, 0.651) 3px;
}
.card-lifetime:hover{
    transform: scale(1.2) !important;
    background-image: linear-gradient(to bottom right, #190D2E, #020103);
    box-shadow: 0px 0px 100px 10px #602A9A;
    transition: 0.5s;
    border-radius: 15px;
    border: 0px;
}
.contmain2{
    color: white;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1.2px;
    text-align: center;
    margin-top: 1.5%;
}
.package{
    color: white;
    list-style: none;
    border-top: solid rgba(134, 101, 145, 0.651) 0.5px;
    width: 200px;
    /* height: 300px; */
}
.cardhead{
    font-size: 30px;
    color: white;
    font-weight: 300;
    margin-left: 10%;
    padding-top: 10%;
}
.price{
    color: white;
    font-size: 15px;
    margin-left: 10%;
    font-weight: 100;
}

.lifetime:hover{
    transform: scale(1.2) !important;
    z-index: 1;
}
.details{
    margin-top: 10%;
    display: flex;
    justify-content: center;
    padding: 5%;
}
.packagedetails{
    margin-left: -25%;
    margin-top: 18px;
}
.joinbutton{
    padding: 10px 80px;
    background-color: #602A9A;
    margin-top: 10%;
    color: white;
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 100;
    border-radius: 10px;
    transition: 0.5s;
}
.packagebutton{
    display: flex;
    align-items: center;
    justify-content: center;
}
.packages{
    margin: 5%;
    display: flex;
    justify-content: space-evenly;
    width: 55%;
    gap: 30px;
}
.card:hover{
    transform: scale(1.1) !important;
    background-image: linear-gradient(to bottom right, #190D2E, #020103);
    box-shadow: 0px 0px 100px 10px #602A9A;
    transition: 0.5s;
    border-radius: 15px;
    border: 0px;
    z-index: 1;
}
.joinbutton:hover{
    box-shadow: inset 0px 0px 5px 3px #dcd8e0,0px 0px 10px 1px #602A9A;
    transform: scale(1.1);
}
.cta{
    height: 600px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2%;
}
.cta-info{
    display: flex;
    margin-top: 30px;
    gap: 5%;
    color: rgb(170, 165, 165);
    letter-spacing: 1px;
}
.cta-info .contactinfo .cta-link{
    color: rgb(209, 168, 255);
    text-decoration: none;
}
.cta-info a:hover{
    text-decoration: underline;
}
.phone{
    text-wrap: nowrap;
    margin-top: 5%;
}
.waitlistbutton{
    color: black;
}
.cta{
    margin-top: 3%;
    background-image: url(./Assets/pattern\ 1.png);
    height: 400px;
    justify-self: center;
    align-items: center;
    width: 80%;
    border: solid rgba(134, 101, 145, 0.651) 0.5px;
    border-radius: 15px;
    box-shadow: inset 0px 100px 300px 3px #27143b;
}
.ctahead{
    margin-top: 40px;
    color: white;
    font-weight: 400;
    font-size: 56px;
    text-align: center;
}
.inputcta{
    width: 400px;
    margin-left: 1%;
    display: flex;
    gap: 10px;
}
input{
    /* margin-top: 5%; */
    background-color: transparent;
    border-width: 0.5px;
    border: solid 1px white;
    border-radius: 10px 10px 10px 10px;
    height: 35px;
    width: 250px;
    padding: 2%;
    color: white;
}
.waitlistbutton{
    color: #020103;
    background-color: white;
    padding: 4.5% 4%;
    cursor: pointer;
}
.waitlistbutton{
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    border-radius: 10px 10px 10px 10px;
    transition: 0.2s;
}
.waitlistbutton:hover{
    transform: scale(1.1);
}
.waitlistbutton:active{
    transform: scale(0.9);
}
.trialtext{
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    color: rgb(170, 165, 165);
}
.footerlogo{
    color: white;
    align-items: center;
    display: flex;
    margin-left: 10%;
    width: 400px;
}
.footerlogo img{
    width: 50px;
}
.footername{
    margin-left: 2%;
}
.footer{
    display: flex;
    justify-content: space-between;
    border-top: solid rgba(134, 101, 145, 0.651) 0.5px;
    padding: 3%;
    /* background-image: linear-gradient(to bottom right, #190D2E, #020103); */
}
.footertxt{
    display: flex;
    color: white;
}
.footerlist{
    list-style: none;;
}
.footerlink{
    text-decoration: none;
    font-weight: 100;
    letter-spacing: 1.4px;
    font-size: 13px;
    color: white;
}
.footerlinklist{
    margin-bottom: 30%;
}
.linkhead{
    margin-bottom: 35%;
}
.footerlinklist:hover{
    transform: scale(1.1);
    text-decoration: underline;
    text-underline-offset: 5px;
}
.social{
    margin-left: 10%;
    margin-top: 20px;
    display: flex;
    gap: 30px;
    font-size: 18px;
    justify-content: center;
}
.social a{
    color: white;
}

.social a:hover{
    transform: scale(1.4);
    transition: 0.2s;
}
.container{
    background-image: linear-gradient(to bottom, rgb(23, 17, 26), #020103);
}
.doctors-panel{
    text-align: center;
    color: aliceblue;
    margin-top: 3%;
}
.doctor h2{
    font-size: 17px;
    margin: 20px;
    text-wrap: nowrap;
}
.doctor{
    margin: 10px;
}
.doctor p{
    font-size: 14px;
}
.doctor img{
    width: 125px;
    border-radius: 10px;
}
.doctors-div{
    margin: 2.5%;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.doctors-div .doctor{
    flex: 1;
}
.associations{
    width: 100vw;
    margin: 50px auto;
    overflow-x: hidden;
}
.associations h1{
    margin-bottom: -4%;
}

.marquee-wrapper {
    /* overflow-x: hidden; */
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    margin-top: 5%;
}
.associates{
    display: flex;
    animation: scroll-left 15s linear infinite;
}
.associates span{
  display: flex;
  padding-right: 50px;
  gap: 40px;
}
.associates span img{
    width: 150px;
    align-self: center;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    /* filter: drop-shadow(0px 0px 20px purple); */
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}








@keyframes shadows {
    0%{
        box-shadow: 0px -80px 200px 10px #602A9A;
    }
    20%{
        box-shadow: 0px -40px 100px 7px #602A9A;
    }
    40%{
        box-shadow: 3px -50px 600px 3px #602A9A;
    }
    60%{
        box-shadow: -10px 10px 200px 10px #602A9A;
    }
    80%{
        box-shadow: 12px -10px 150px 1px #602A9A;
    }
    100%{
        box-shadow: 0px -80px 200px 10px #602A9A;
    }
    
}


.swiper-container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  /* overflow-x: hidden; */
  justify-self: center;
  padding: 50px 0;
}

.swiper-slide {
  text-align: center;
  transition: transform 0.5s ease;
  transform: scale(0.2);
  opacity: 0.5;
}


/* Active slide styling (middle one) */
.swiper-slide-active {
  transform: scale(1.2);
  opacity: 1;
  z-index: 10;
}
.swiper-slide {
  transform: scale(0.5) !important;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
  filter: blur(2px);
}

/* Middle (active) slide */
.swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1;
  filter: none;
filter: drop-shadow(0px 0px 100px #602A9A);
  z-index: 2;
}

/* Previous & next to active (optional styling) */
.swiper-slide-prev,
.swiper-slide-next {
  transform: scale(0.5) !important;
  opacity: 0.7;
  filter: blur(1px);
}