.wrapper {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background: #fff;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999;
}

.sticky+.content {
    padding-top: 102px;
}

.mobileHeader {
    display: none !important;
}

.wrapper .image {
    height: 100%;
    width: 100%;
    display: flex;
}

.wrapper .image>div {
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper .image .image-1 {

    height: 100%;
    width: 100%;
    background-image: url("/assets/images/homeImg/imgComparer1.png");


}

.wrapper .image .image-2 {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url("/assets/images/homeImg/imgComparer2.png");



}

.wrapper .slider {

    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
}

.wrapper .slider input {
    width: 100%;
    outline: none;
    height: 100%;
    background: none;
    -webkit-appearance: none;
}

.wrapper .slider input::-webkit-slider-thumb {
    width: .3rem;
    background: var(--clr1);
    -webkit-appearance: none;
    cursor: col-resize;
}

.wrapper .slider .dragLine {
    width: .3rem;
    height: 100%;
    position: absolute;
    left: 49.85%;
    pointer-events: none;
    background-color: var(--clr1);
}

.wrapper .slider .dragLine::before,
.wrapper .slider .dragLine::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 222px;
    background: #fff;
}

.wrapper .slider .dragLine::before {
    top: 0;
    background-color: var(--clr1);

}

.wrapper .slider .dragLine::after {
    bottom: 0;
    background-color: var(--clr1);

}

.wrapper .slider .dragLine span {
    height: 4.2rem;
    width: 4.2rem;
    border: .3rem solid var(--clr1);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.wrapper .slider .dragLine span::before,
.wrapper .slider .dragLine span::after {
    position: absolute;
    content: "";
    top: 50%;
    border: 1rem solid transparent;
    border-bottom-width: 0;
    border-right-width: 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.wrapper .slider .dragLine span::before {
    border-left-color: var(--clr1);
    left: 40%;
}

.wrapper .slider .dragLine span::after {
    left: 60%;
    border-top-color: var(--clr1);
}







/* body {
  background: #333;
  padding: 70px 0;
  font: 15px/20px Arial, sans-serif;
} */

/* .container {
    margin: 0 auto;
    width: 250px;
    height: 200px;
    position: relative;
    perspective: 1000px;
} */

.carousel {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.carousel div {
    transform-style: preserve-3d;

}

.item {
    display: block;
    position: absolute;
    background: #000;
    width: 250px;
    height: 200px;
    line-height: 200px;
    font-size: 5em;
    text-align: center;
    color: #FFF;
    /* opacity: 0.95; */
    border-radius: 10px;
    transition: transform 1s;
}

.a {
    transform: rotateY(0deg) translateZ(250px);
}

.a .item {
    background: #ed1c24;
}

.b {
    transform: rotateY(60deg) translateZ(250px) rotateY(-60deg);
}

.b .item {
    background: #0072bc;
}

.c {
    transform: rotateY(120deg) translateZ(250px) rotateY(-120deg);
}

.c .item {
    background: #39b54a;
}

.d {
    transform: rotateY(180deg) translateZ(250px) rotateY(-180deg);
}

.d .item {
    background: #f26522;
}

.e {
    transform: rotateY(240deg) translateZ(250px) rotateY(-240deg);
}

.e .item {
    background: #630460;
}

.f {
    transform: rotateY(300deg) translateZ(250px) rotateY(-300deg);
}

.f .item {
    background: #8c6239;
}

.carousel-section {
    position: relative;
}

.next,
.prev {
    color: #444;
    position: absolute;
    top: 100px;
    padding: 1em 2em;
    cursor: pointer;
    background: #CCC;
    border-radius: 5px;
    border-top: 1px solid #FFF;
    box-shadow: 0 5px 0 #999;
    transition: box-shadow 0.1s, top 0.1s;
}

.next:hover,
.prev:hover {
    color: #000;
}

.next:active,
.prev:active {
    top: 104px;
    box-shadow: 0 1px 0 #999;
}

.next {
    right: 5em;
}

.prev {
    left: 5em;
}



/* header  */

.navbar-brand img {
    width: 91px;
    height: 51px;
}

.nav-item .fa-arrow-right {
    background-color: var(--clr1);
    border-radius: 50%;
    padding: 3px;
    margin-left: 5px;
}

.navbar .c-container {
    display: flex;
}

.navbar-nav {
    gap: 20px;
}

#mainHeader {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    transition: top 0.3s ease-in-out;
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    /* margin-top: 20px; */
    /* margin-bottom: 40px; */
    background-color: rgba(255, 255, 255, 0) !important;
}

.headerSticky {
    margin-top: 130px;
}

.navbar.sticky {
    background-color: white !important;
    margin: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



/* banner  */
.bannerSection {
    display: flex;
    align-items: center;
    flex-direction: column;
    /* justify-content: flex-start; */
    justify-content: center;
    /* background-position: 0 -15%; */
    position: relative;
    margin-top: 95px;
}

.bannerVideo {
    width: 70%;
    display: flex;
    justify-content: center;
}

.bannerVideo video {
    width: 80%;

}

.bannerGoogleImg {
    width: 155px;
    object-fit: contain;
}


/* .bannerSection::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('../images/homeImg/blurBg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    bottom: -13%;
    background-repeat: no-repeat;
} */
.laptopSection {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* background-position: 0 -15%; */
    position: relative;
    z-index: 1;
    /* background-color: var(--clr2); */
    /* margin-top: 150px; */
}

.laptopBackgroundSec {
    position: relative;
}

.laptopBackgroundSec::after {
    opacity: .7;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/homeImg/blurBg.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 0 50%;
}


/* .laptopSection::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/homeImg/blurBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 0 -150px;
} */

.laptopBanner {
    display: flex;
    justify-content: center;
}

.exploreBtn {
    align-self: center;
    color: black;
}

#button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */

.content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
}

@media (min-width: 500px) {
    .content {
        width: 43%;
    }

    #button {
        margin: 30px;
    }
}

.content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
}

.content h3 {
    font-style: italic;
    color: #96a2a7;
}


#bottomToTop {
    display: inline-block;
    background-color: black;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 9999999999999999;
}

#bottomToTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#bottomToTop:hover {
    cursor: pointer;
    background-color: #333;
}

#bottomToTop:active {
    background-color: #555;
}

#bottomToTop.show {
    opacity: 1;
    visibility: visible;
}

/* Styles for the content section */

@media (min-width: 500px) {
    #bottomToTop {
        margin: 30px;
    }
}



/* 
.bannerFirst {
    height: 100vh;
    min-height: 935px;
}

.laptopBanner {
    height: 100vh;
    max-height: 935px;
}

.calendarSection {
    height: 100vh;
}
    .aboutSection {
    height: 100vh;} 

    .sectionEight {
    height: 100vh;
}
    .sectionTen {
    height: 100vh;
}
    .sectionTwelve {
    height: 100vh;
    }
    
*/

.laptopBanner video {
    width: 70%;
    height: 100%;
    object-fit: contain;
}

.calendarSection .c-container,
.calendarSection .row {
    height: 100%;
}

.bannerSection h1 {
    width: 100%;
}

.bannerSectionIn h1 span {
    display: block;
}

.researchSectionIn span {
    display: block;
}

.calendarSectionIn .block {
    display: block;
}

.carouselSection h2 span {
    display: block;
}

.aboutSection h2 span {
    display: block;
}

.sectionEightIn h2 span {
    display: block;
}

.sectionTen h2 span {
    display: block;
}

.sectionElevenIn .block {
    display: block;
}

.twelveInnerCol {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.sectionTwelveVid {
    display: flex;
    justify-content: center;
}

.sectionTwelveVid video {
    border-radius: 40px;
    width: 40%;
}

.twelveInnerPara span {
    display: block;
}

.twelveInner .block {
    display: block;
}


.footerInner a {
    color: black;
}

.statsContainer .fs1 span {
    display: block;
}

.bannerSectionIn {
    display: flex;
    /* width: 100%; */
    justify-content: space-between;
    align-items: center;
}

.bannerSectionIn>div {
    width: 100%;
}

.reviewSection {
    position: relative;
}

.reviewSection::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/homeImg/blurBg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    top: 0;
    opacity: .7;
}



.reviewSectionImg .img1 {
    width: 240px;
    object-fit: contain;
}

.reviewCard {
    padding: 20px 86px 20px 20px;
    display: flex;
    margin-right: 20px;
    align-items: center;
    background-color: white;
    margin: 80px;
    border-radius: 200px;
    box-shadow: 0px 11.05px 63.16px 0px #FFCB005E;

}

.reviewCard img {
    object-fit: contain;
    width: 190px;
    height: auto;
    margin-right: 60px;
    border-radius: 50%;
}

.reviewSection h2 span {
    display: block;
}

.bannerImgIn {
    max-width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bannerImages {

    /* width: 100%; */
    display: flex;
    /* flex: 1; */
    justify-content: center;

}

.bannerImages .bannerImgIn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bannerImages {
    position: relative;
}

.starImg {
    position: absolute;
    width: 120px;
    height: 120px;
}

.starImg1 {
    left: 11%;
}

.starImg2 {
    bottom: 30%;
    right: 11%;
}

.bannerSection .c-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



/* research section  */

.researchSection {
    /* height: 120vh; */
    padding-top: 124px;
    height: 1218px;
    position: relative;
    /* background: linear-gradient(to bottom, #fefaf3, #f8f0db); */
}

.researchSection::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background-image: url('../images/homeImg/dumbell2.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    bottom: 0;
    z-index: 0;
}

.researchSectionIn {
    display: flex;
}

.researchSectionIn h2 {
    max-width: 760px;
}

.researchSectionIn p {
    max-width: 600px;
    margin-bottom: 20px;
}

.bulletCards {
    height: 600px;
    width: 400px;
    /* box-shadow: #ffcc004f 0px 19px 60px, #ffcc0045 0px 15px 52px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background-color: white; */
    transition: all 0.5s ease;
}




.bulletCardFlipOut {
    position: relative;
    width: 100%;

    height: 100%;
}

.bulletCardFlip {

    background-color: white;
    border-radius: 200px;
}

.bulletCardFlip {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
}

.bulletCards.active:hover .bulletCardFlip {
    transform: rotateY(180deg);
    transition: transform 0.5s;
}

.frontCard,
.backCard {
    position: absolute;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.backCard {
    transform: rotateY(180deg);

}

.backCard p {
    width: 70%;
}










.bulletCards:nth-child(1) .bulletCardFlip {
    box-shadow: #ffcc004f -16px 19px 60px, #ffcc0045 -16px 15px 52px;
}

.bulletCards:nth-child(2) .bulletCardFlip {
    box-shadow: #ffcc004f 0px 19px 60px, #ffcc0045 0px 15px 52px;
}

.bulletCards:nth-child(3) .bulletCardFlip {
    box-shadow: #ffcc0029 0px 19px 60px, #ffcc002c 0px 15px 52px;
}

.bulletCards:nth-child(4) .bulletCardFlip {
    box-shadow: #ffcc0011 0px 19px 60px, #ffcc001e 0px 15px 52px;
}

.bellImg {
    width: clamp(1.5rem, 4vw, 4rem);
    display: inline-block;
}

.calendarImg {
    width: clamp(1.5rem, 4vw, 4rem);
    display: inline-block;
}

.checkImg {
    width: clamp(1.5rem, 4vw, 4rem);
    display: inline-block;
}

.bellImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.calendarImg {
    width: clamp(1.5rem, 4vw, 4rem);
    display: inline-block;
}

.calendarImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.checkImg {
    width: clamp(1.5rem, 7vw, .9em);
    display: inline-block;
}

.checkImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*

.bellImg::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    background: radial-gradient(circle, rgba(160, 107, 220, 1) 0%, rgba(190, 154, 231, 1) 32%, rgba(226, 210, 244, 0.45) 69%, rgba(255, 255, 255, 0.05) 100%);
    opacity: .3;
} */



.bulletCards img {
    width: 253px;
    /* height: 203px; */
    object-fit: contain;
    /* margin-bottom: 100px; */
}

.bulletCards i {
    padding: 8px;
    background-color: var(--clr1);
    border-radius: 50%;
}

.bulletCards p {
    margin-bottom: 20px;
}

.calendarSection {
    display: flex;
    background-color: #FFFBF3;
}

.bulletCardsContainer {
    position: relative;
    display: flex;
    height: 100%;
    /* justify-content: center; */
    width: 100%;
}



.bulletCards[data-slide="0"] {
    z-index: 5;
}

.bulletCards[data-slide="1"] {
    z-index: 4;
    left: 25%;
    /* zoom: 90%; */
}

.bulletCards[data-slide="2"] {
    z-index: 3;
    left: 51%;
    /* zoom: 75%; */
}

.bulletCards[data-slide="3"] {
    z-index: 2;
    left: 72%;
    /* zoom: 60%; */
}

.calendarSectionIn {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    padding: 150px 0;
}


.bulletCards.active {}




.calendarSectionIn .fs1 {
    /* width: 56%; */
}

.bulletCardsContainer {
    height: 650px;
    min-width: 621px;
    max-width: 621px;
}

.carouselSection {
    /* padding-bottom: 140px; */
    /* padding-top: 140px; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /* background-position: 0 -20%; */
    position: relative;
}

.carouselSection::after {
    /* content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/homeImg/blurBg2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    bottom: -15%; */
}

.carouselCard {
    background: linear-gradient(209.54deg, #FDF1C5 8.71%, #FFFFFF 74.84%);
    border-radius: 40px;
    max-width: 255px;
    min-width: 300px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1), rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* ,  0px -24px 52px 0px #FFCB0080,  0px -8.52px 12.07px 0px #0000000D inset */

    /* height: 339px; */
    padding: 0 47px;
    padding-bottom: 40px;
    height: 350px !important;

}

.carouselCard .fs3 {
    line-height: 24px;
}

.carouselCard img {
    width: 169px;
    height: 177px;
    object-fit: contain;
}

.carouselCard p {
    margin-top: 11px;
    font-size: 15px;
    letter-spacing: normal;

}

.carouselCard h4 {
    font-size: 26px;
}



.carouselMain .slick-slide>div {
    height: 530px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carouselMain .slick-slide.slick-current.slick-center>div {
    transform: scale(135%);
    z-index: 3;
    position: relative;
}

.carouselMain .slick-prev-sibling>div,
.carouselMain .slick-next-slide>div {
    position: relative;
    transform: scale(120%);
    z-index: 2;
}

.carouselMain .slick-slide>div {
    transition: transform 0.3s ease;
}

.carouselMain .slick-dots button {
    display: block !important;
    width: 1rem;
    height: 1rem !important;
    padding: 0 !important;
    border-radius: 100%;
    border: 2px solid white !important;
    text-indent: -9999px !important;
    background-color: transparent;
}



.carouselMain .slick-dots {
    display: flex;
    justify-content: center;

    margin: 0;
    padding: 1rem 0;

    list-style-type: none;

    li {
        margin: 0 0.25rem;
    }



}

.carouselMain .slick-dots li.slick-active button {
    border: 2px solid white !important;
    width: 3rem;
    border-radius: 30px;
    background: linear-gradient(130deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.46) 50%, rgba(255, 255, 255, 0) 100%);
}



/* carousel  */
























.aboutSection {
    background-color: var(--clr2);
    position: relative;
    z-index: -2;
    padding: 100px 0;
}


.aboutSectionIn {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    width: 75%;


}

.aboutSectionIn img {
    /* width: 20%;
    height: 100%; */
    object-fit: contain;
}

/* 
.aboutSection .fs1 {
    width: 50%;
} */

.aboutSection p {
    margin-top: 100px;
    font-size: 24px;
}

.aboutSection .c-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}


.sectionEightIn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sectionEight {
    background-color: #FFFEF9;
}

.sectionEight .c-container {
    height: 100%;
}

.sectionEightIn img {
    width: 50%;
}

.sectionEightIn video {
    width: 30%;
    mix-blend-mode: multiply;
    border-radius: 40px;
}

.sectionNineIn h4 {
    font-size: 24px;
    line-height: 30px;
}


.sectionNine {
    padding: 120px 0;
    position: relative;
}

.sectionNine::after {
    opacity: .7;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/homeImg/blurBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 0 -50px;
}

.sectionNineIn {
    /* text-align: center; */
}

.sectionNineIn h4 {
    margin-bottom: 50px;
}

.sectionNine h2 span {
    display: block;
}

.sectionNineCard {
    position: relative;
    display: flex;
    justify-content: center;
}

.sectionNineCard video {
    width: 50%;
    object-fit: contain;
}

.shadowImg {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    bottom: -50px;
    left: 0;
    mix-blend-mode: multiply;
}


.imageGridNine {
    display: flex;
    justify-content: space-around;
}

.imageGridNine img {
    width: 300px;
    object-fit: contain;
}

.gridNineIn {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 90px; */
    flex-direction: column;
}

.gridNineIn P {
    width: 225px;
    text-align: center;
}

.gridNineIn p {
    margin-top: 18px;
}

.gridNineIn.last p {
    width: 315px;
}

.contentGridNine {
    display: flex;
    justify-content: space-around;
}

.imageGridNine>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.middleGridItem {
    position: relative;
}

.middleGridItem::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 55%;
    background-color: transparent;
    bottom: 21%;
    left: -25%;
}

.middleGridItem::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 55%;
    background-color: transparent;
    bottom: 21%;
    right: -26%;
}

.sectionTen .fs1 {
    width: 80%;
}

.sectionTen {
    /* background-color: #FFFBF6; */
    display: flex;
    align-items: center;
    /* padding: 120px 0; */
    position: relative;
}

/* .sectionTen::after {
    opacity: .7;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/homeImg/blurBg2.png);
    background-repeat: no-repeat;
    background-size: 100% 120%;
    z-index: -1;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 0 -100px;
} */

.sectionTenInner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/* .sectionTenInner img {
    width: 50%;
} */

.sectionEleven {
    /* height: 130vh; */
    /* display: flex;
    align-items: center; */
    /* padding: 100px 0; */
}

.sectionTwelve {
    display: flex;
    align-items: center;
    /* padding: 120px 0; */

}

.sectionEleven {

    position: relative;
}

.sectionElevenImg {
    margin-top: 70px;
    /* overflow-x: hidden; */
}

/* .sectionElevenImg {} */

/* .sectionElevenImg::after {
    position: absolute;
    background-image: url('/assets/images/homeImg/lines.png');
    width: 100%;
    content: '';
    right: 0;
    height: 87%;
    background-size: contain;
    top: 3%;
} */






.sectionTenCardOuter {
    position: relative;
    height: 100%;
}

.sectionTenCard {
    position: absolute;
    width: 225px;
    height: 230px;
    /* margin: -150px; */
    float: left;
    perspective: 500px;
    display: flex;
    justify-content: center;
    z-index: 1;
    align-items: center;
}

.sectionTenCard img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sectionTenCardContent {
    position: absolute;
    width: 100%;
    height: 100%;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */

    transition: transform 1s;
    transform-style: preserve-3d;
}

.sectionTenCard:hover .sectionTenCardContent {
    transform: rotateY(180deg);
    transition: transform 0.5s;
}

.sectionTenCard[data-tencard="0"] {
    left: 140px;
    /* z-index: -1; */
}

.sectionTenCard[data-tencard="1"] {
    left: 65px;
    top: 38%;
    z-index: 0;
}

.sectionTenCard[data-tencard="2"] {
    left: 235px;
    bottom: -65px;
    z-index: 3;
}

.sectionTenCard[data-tencard="3"] {
    right: 140px;
    top: 0;
}

.sectionTenCard[data-tencard="4"] {
    right: 65px;
    top: 38%;
    z-index: 0;
}

.sectionTenCard[data-tencard="5"] {
    right: 235px;
    bottom: -65px;
    z-index: 3;
}

.front,
.back {
    position: absolute;
    height: 100%;
    width: 100%;
    /* background: white; */
    /* line-height: 300px; */
    /* color: #03446A; */
    text-align: center;
    font-size: 60px;
    border-radius: 5px;
    backface-visibility: hidden;
}

.laptopBoy {
    margin-top: 30px;
}

.laptopBoyImg {
    width: 1255px;
    position: relative;
    object-fit: contain;
    /* z-index: 1; */
    pointer-events: none;
    mix-blend-mode: multiply;
}

.back {
    /* background: #03446A; */
    /* color: white; */
    transform: rotateY(180deg);
}




.twelveInner2 {
    display: flex;
}

/* .sectionTwelve {
    background-color: var(--clr3);
} */

.twelveInner2-1 p {
    margin-top: 57px;
    margin-bottom: 42px;
}

.twelveInner2-1 p span {
    display: block;
}

/* .twelveInner2-1 {
    width: 40%;
} */

.twelveInner2 img {
    margin-top: 80px;
}

footer {
    background-color: var(--clr1);
}

.footerInnerImage {
    width: 160px;
    height: 90px;
}

.footerInner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 50px 0;
}

.footerInner h4 {
    font-size: 22px;
    font-family: var(--fontGothamBold);
    margin-bottom: 30px;
}

.footerInner ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .c-container {
    display: flex;
    justify-content: center;
}

.footerInner img {
    object-fit: contain;

}

.socialIcons img {
    width: 30px;
    height: 30px;
}

.socialIcons {
    margin-top: 17px;
}

.infoEmail {
    margin-top: 12px;
}

.infoEmail a {
    color: black;
}

.copyRight {
    align-self: flex-end;
}

#mainHeader.scrolled {
    background-color: white !important;
    margin-top: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

form input {
    border: 2px solid var(--clr1);
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}

.contactSection .fs1-3 span {
    position: static;
}

.contactFormSection {
    padding-top: 220px;
    padding-bottom: 110px;
}

.contactSectionOuter {
    display: flex;
}

.contactFormInner {
    width: 100%;
}

.contactFormInner .innerSpan {
    width: 79%;
    margin-top: 20px;
}

.contactForm input {
    border: 2px solid var(--clr1);
    border-radius: 20px;
    width: 100%;
    height: 65px;
    padding: 0 15px;
}

.contactForm input {
    /* width: 70%; */
}

.contactForm textarea {
    border: 2px solid var(--clr1);
    border-radius: 20px;
    width: 100%;
    height: 200px;
    padding: 15px 15px 0;
}

.contactFormSection {
    position: relative;
}

.contactFormSection::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('../images/homeImg/blurBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: .4;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
}


.contactForm textarea[type="text"] {
    width: 70%;
}


.contactForm {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.is-invalid {
    border-color: #ff0000 !important;
}

.error-message {
    display: block;
    color: #ff0000;
    font-size: 0.8em;
    margin-top: 5px;
}


.formSocialIcons {
    display: flex;
    gap: 20px;
}

.formSocialIcons i {
    color: var(--clr1);
}

.formSocialIconsInner {
    display: flex;
    gap: 15px;
}

.formLower {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.formMessage {
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px;
}

.formMessage.success {
    background-color: #d4edda;
    color: #155724;
}

.formMessage.error {
    background-color: #f8d7da;
    color: #721c24;
}

.reviewCardCarousel .slick-arrow {
    display: none !important;

}

.statsSection .fs1 span {
    display: block;
}

.statsCardContainer {
    position: relative;
    height: 100%;
}

.statsCard {
    position: absolute;
    height: 300px;
    box-shadow: 0px 7.1025px 47.9419px rgba(252, 215, 28, 0.7);
    border-radius: 40px;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 60px;
    background-color: white;
    transition: all 0.3s ease;
    will-change: transform, left;

}

.statsCard[data-statsCard='1'] {
    z-index: -1;
    right: -120px;
    top: 50%;
    transform: translateY(-50%) scale(0.8)
}

.statsCard[data-statsCard='0'] {
    z-index: 0;
    /* right: -120px; */
    top: 50%;
    transform: translateY(-50%) scale(1)
}

/* .statsCard p{
} */

.percentageHeading {
    color: var(--clr1);
    margin-bottom: 20px;
}

.statsSection {
    position: relative;
    /* z-index:   10; */
}

.statsSection::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('../images/homeImg/blurBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
}

.statsHeadingGroup {
    transition: opacity 0.5s ease;
    text-align: left;
}

/* .statsWrapper {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.statsTrack {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}
.statsSectionContainer {
  flex: 0 0 100vw;
  height: 100%;
} */

.statsCard p {
    /* width: 60%; */
}

.statsSectionContainer {
    position: relative;
    z-index: 1;
}

.statsSectionContainer .row {
    height: 100%;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* or dark background if preferred */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999999;
}

.loader img {
    width: 200px;
    /* adjust as needed */
}

.main-content {
    opacity: 0;
}






.swiper {
    width: 305px;
    background-color: transparent;
    /* height: 320px; */
}

.swiper-wrapper {
    background-color: transparent;
}

.swiper-slide {
    background-color: transparent;
}
.swiper-3d .swiper-slide-shadow{
    background-color: transparent;
}

/* .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 18px;
      font-size: 22px;
      font-weight: bold;
      color: #fff;
    } */

/* .swiper-slide:nth-child(1n) {
      background-color: rgb(206, 17, 17);
    }

    .swiper-slide:nth-child(2n) {
      background-color: rgb(0, 140, 255);
    }

    .swiper-slide:nth-child(3n) {
      background-color: rgb(10, 184, 111);
    }

    .swiper-slide:nth-child(4n) {
      background-color: rgb(211, 122, 7);
    }

    .swiper-slide:nth-child(5n) {
      background-color: rgb(118, 163, 12);
    }

    .swiper-slide:nth-child(6n) {
      background-color: rgb(180, 10, 47);
    }

    .swiper-slide:nth-child(7n) {
      background-color: rgb(35, 99, 19);
    }

    .swiper-slide:nth-child(8n) {
      background-color: rgb(0, 68, 255);
    }

    .swiper-slide:nth-child(9n) {
      background-color: rgb(218, 12, 218);
    }

    .swiper-slide:nth-child(10n) {
      background-color: rgb(54, 94, 77);
    } */

    .mobileCarouselMain{
        display: none;
    }

@media (min-width: 1280px) {


    .footerBackground {
        background-color: transparent !important;
    }

    footer {
        position: fixed;
        background-color: var(--clr1);
        bottom: 0;
        width: 100%;
        left: 0;
    }

    .swipe-section {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }



    .panel {
        position: absolute;
        height: 100vh;
        background-color: white;
        min-height: 768px;
        height: 100vh;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0 !important;
        padding: 0 !important;
    }

    .researchSectionIn {
        margin-top: 130px;
    }

    .sectionElevenImg img {
        width: 70%;
    }

    .researchSection::before {
        background-image: url(../images/homeImg/dumbell3.png);
    }

    .sectionElevenImg {
        display: flex;
        justify-content: center;
    }

    .sectionEleven .c-container {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .sectionEleven {
        display: flex;
        align-items: center;
    }

    .carouselSection .c-container {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .statsSection .c-container {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .sectionNine .c-container {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .reviewSection .c-container {
        height: 100%;
    }

    .reviewSectionInner {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .sectionTenCardOuter {
        zoom: 70%;
    }

}


@media (min-height: 1080px) {
    .sectionTenCardOuter {
        zoom: 65%;
    }
}

@media (min-width: 1280px) and (max-height: 768px) {
    .sectionTenCardOuter {
        zoom: 50%;
    }

    .panel {
        min-height: 633px;
    }

    /* .carouselMain {
        zoom: 60% !important;
    } */

    .sectionTen .c-container {
        display: flex;
        flex-direction: column;
        /* height: 100%; */
        justify-content: center;
    }

    .sectionTenInner {
        flex: 1;
    }

    .researchSection::before {
        background-position: 0 110%;
    }
}


@media (min-width: 1920px) {
    .researchSection::before {
        display: none;
    }

    .dumbellExtended {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1920px) {
    .dumbellExtended {
        display: none;
    }

    .researchSection::before {
        display: block;
    }
}

@media (max-width: 1750px) {
    .sectionElevenImg img {
        width: 50%;
    }
}


@media (max-width: 1600px) {

    .carouselMain {
        zoom: 85%;
    }

    /* .researchSection {
        height: 1170px;
    } */

    .middleGridItem::before {
        width: 50%;
        bottom: 23%;
        right: -24%;
    }

    .middleGridItem::after {
        width: 50%;
        bottom: 23%;
        left: -22%;
    }

    .fs1-2 span {
        right: -13%;
    }

}

@media (max-width: 1400px) {
    .bulletCardsContainer {
        zoom: 60%;
    }


    .middleGridItem::before {
        width: 50%;
        right: -23%;
        bottom: 27%;
    }

    .middleGridItem::after {
        width: 46%;
        left: -18%;
        bottom: 26%;
    }

    .laptopBackgroundSec::after {
        background-position: 0 -128px;
    }

    /* .researchSection {
        height: 1050px;
    } */
}

@media (max-width: 1280px) {

    .sectionElevenImg img {
        width: 100%;
    }

    .navbar {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .carouselMain {
        zoom: 80%;
    }

    .bannerImgIn {
        width: 70%;
    }

    .researchSection {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .researchSection {
        height: 950px;
    }

    .aboutSectionIn {

        width: 80%;
    }

    .aboutSectionIn img {
        width: 35%;
    }
}


@media (max-width: 1200px) {
    .laptopBackgroundSec::after {
        background-position: 0 -100px;
    }

    .researchSection {
        height: 1000px;
    }


    .bannerSection {
        background-size: contain;
        margin-bottom: 60px;
    }

    .aboutSectionIn img {
        width: 30%;
    }

    .middleGridItem::before {
        width: 43%;
        right: -20%;
        bottom: 23%;
    }

    .middleGridItem::after {
        width: 37%;
        left: -14%;
        bottom: 23%;
    }

    /* 
    .fs1-2 span {
        position: static;
    }

    .fs1-3 span {
        position: static;
    } */


    .fs1-2 .innerSpan {
        font-size: 15px;
        line-height: 24px;
        font-family: var(--fontGothamRegular);
        color: black;
        width: 100%;
        display: inline-block;
        margin-top: 16px;
        position: static;
        bottom: 0;
        right: 0;
        letter-spacing: 0;
    }

    .fs1-3 .innerSpan {
        font-size: 15px;
        line-height: 24px;
        font-family: var(--fontGothamRegular);
        color: black;
        width: 100%;
        display: inline-block;
        margin-top: 16px;
        position: static;
        bottom: 0;
        right: 0;
        letter-spacing: 0;
    }

    .statsSection {
        height: 60vh;
        min-height: 800px;
    }

    .statsSection .c-container {
        height: 100%;
    }
}


@media (max-width: 991px) {
    .mobileCarouselMain{
        display: block;    
    }
    .carouselMain{
        display: none;
    }

    .statsSection .c-container {
        height: 50%;
    }

    .statsSection {
        display: flex;
        align-items: center;
    }

    .reviewCard {
        flex-direction: column;
        padding: 20px 20px 20px 20px;
        align-items: center;
        text-align: center;
        justify-content: center;
        border-radius: 40px;
    }

    .reviewCard p {
        margin-top: 20px;
    }

    .reviewCard img {
        margin-right: 0;
    }

    /* .reviewCard {
        padding: 20px 86px 20px 20px;
        display: flex;
        margin-right: 20px;
        align-items: center;
        margin: 80px;
        border-radius: 200px;
        box-shadow: 0px 11.05px 63.16px 0px #FFCB005E;

    } */


    .contactSectionOuter {
        flex-direction: column;
    }

    .contactFormInner {
        width: 100%;
    }

    .footerInner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footerLinks {
        margin-top: 30px;
    }

    .copyRight {
        align-self: center;
        margin-top: 20px;
    }

    .contactFooter {

        margin-top: 20px;
    }

    .footerInner ul {
        gap: 8px;
    }

    .sectionEightIn {
        padding: 50px 0;
        flex-direction: column;
    }

    .sectionEightIn video {
        width: 70%;
    }

    .sectionEightIn .fs1 {
        align-self: flex-start;
    }

    .sectionEightIn video {
        margin-top: 20px;
    }

    .calendarSection .fs1 {
        align-self: flex-start;
    }

    .sectionTwelve {
        padding: 50px 0;
    }

    /* 
    .sectionTwelve .fs1-3 span {
        margin-top: 30px;
    } */

    .calendarSectionIn {
        padding: 80px 0;
    }

    .researchSection {
        height: 1000px;
    }

    .navbar {
        margin-top: 10px;
    }

    .bannerSection .c-container {
        align-items: flex-start;
    }

    .calendarSectionIn {
        flex-direction: column;
    }

    .researchSectionIn {
        flex-direction: column;
    }

    .fs1 {
        /* line-height: 50px; */
    }

    .researchSectionIn .fs1 {
        margin-bottom: 30px;
    }

    .bannerSection .fs1 {
        margin-bottom: 30px;
    }

    /* .researchSectionIn br{
        display: none;
    } */

    .desktopHeader {
        display: none !important;
    }

    .mobileHeader {
        display: flex !important;
    }

    .laptopBanner {
        height: 400px;
    }

    .bannerSectionIn {
        flex-direction: column;
        width: 100%;
    }

    .laptopBanner video {
        width: 100%;
    }

    /* 
    .bannerSection {
        background-position: 0px 160%;
        background-size: contain;
        background-image: url('/assets/images/homeImg/mobilebgBlur.png');
    } */

    .bannerSection::after {
        background-image: url('../images/homeImg/mobilebgBlur.png');
        background-repeat: no-repeat;
        background-size: 100% 70%;
        background-position: bottom;
        z-index: -1;
        bottom: -13%;
    }

    .bannerImgIn {
        max-width: 84%;
    }

    .navbar .c-container {
        display: block;
    }

    .imageGridNine {
        flex-direction: column;
    }

    .middleGridItem::after {
        display: none;
    }

    .middleGridItem::before {
        display: none;
    }

    .fs1-2 {
        width: 100%;
    }

    .fs1-3 {
        width: 100%;
    }

    .twelveInner3-1 {
        display: flex;
        justify-content: center;
    }

    .twelveInner3-1 img {
        object-fit: contain;
        width: 70%;
    }

    .twelveInner2-1 p {
        white-space: nowrap;
    }

    .twelveInner2 {
        flex-direction: column;
    }
    .bannerSection{
        margin-top: 140px;
    }
    #mainHeader{
        margin-top: 0;
        background-color: white !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .sectionTen{
        margin-top: 100px;
    }
}

@media (max-width: 800px) {
    .researchSection {
        height: 900px;
    }
}


@media (max-width: 768px) {
    .researchSection {
        height: 800px;
    }

    .bannerSection h1 {
        width: 100%;

    }

    .fs1 {
        font-size: 40px;
        /* line-height: 32px; */
        letter-spacing: -2px;
        margin-bottom: 30px;
    }

    .fs1-2 {
        font-size: 40px;
        line-height: 32px;
        letter-spacing: -2px;
        margin-bottom: 30px;
    }

    .fs1-3 {
        font-size: 40px;
        line-height: 32px;
        letter-spacing: -2px;
        margin-bottom: 30px;
    }

    /* .bannerSection .fs1 {
        font-size: 40px;
        line-height: 32px;
        letter-spacing: -2px;
        margin-bottom: 30px;
    }

    .researchSectionIn .fs1 {
        font-size: 40px;
        line-height: 32px;
        letter-spacing: -2px;
        margin-bottom: 30px;
    }

    .calendarSection .fs1 {
        font-size: 40px;
        line-height: 32px;
        letter-spacing: -2px;
        margin-bottom: 30px;
    }

    .aboutSection .fs1 {
        font-size: 40px;
        line-height: 32px;
        letter-spacing: -2px;
        margin-bottom: 30px;
    } */

    .aboutSectionIn img {
        width: 60%;
    }

    .aboutSectionIn {
        margin-top: 0;
    }

    .aboutSection p {
        margin-top: 30px;
    }

    .bannerSection::after {
        background-size: 100% 80%;
    }

    .laptopBanner {
        height: auto;
    }

    /* .bannerSection h1 br {
        display: none;
    } */
}

@media (max-width: 650px) {
    .researchSection {
        height: 800px;
    }
}

@media (max-width: 576px) {

    .reviewSectionTop {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .laptopBackgroundSec::after {
        background-position: 0 -33px;
        background-size: 100% 52%;
    }



    .reviewCard {
        margin: 47px;
        box-shadow: 0px 11.05px 20px 0px #FFCB005E;
    }

    .bulletCardsContainer {
        zoom: 45%;
    }

    .researchSection {
        height: 700px;
    }

    .laptopBoy {
        zoom: 41%;
    }

    .bulletCardsContainer .fs2 {
        font-size: 22px;
    }

    .statsCard {

        padding: 40px 17px;


    }
}

@media (max-width: 500px) {
    .bulletCardsContainer {
        zoom: 45%;
    }

    .researchSection {
        height: 700px;
    }

    .laptopBoy {
        zoom: 37%;
    }
}

@media (max-width: 430px) {
    .researchSection {
        height: 750px;
    }

    .bulletCardsContainer {
        zoom: 45%;
    }

    .researchSection {
        height: 700px;
    }

    .laptopBoy {
        zoom: 30%;
    }
}

@media (max-width: 370px) {
    .researchSection {
        height: 800px;
    }
}