@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Quantix';
    src: url('../fonts/Quantix-ExtraBold.eot');
    src: url('../fonts/Quantix-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quantix-ExtraBold.woff2') format('woff2'),
        url('../fonts/Quantix-ExtraBold.woff') format('woff'),
        url('../fonts/Quantix-ExtraBold.ttf') format('truetype'),
        url('../fonts/Quantix-ExtraBold.svg#Quantix-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quantix ExtBd';
    src: url('../fonts/Quantix-ExtraBold_1.eot');
    src: url('../fonts/Quantix-ExtraBold_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quantix-ExtraBold_1.woff2') format('woff2'),
        url('../fonts/Quantix-ExtraBold_1.woff') format('woff'),
        url('../fonts/Quantix-ExtraBold_1.ttf') format('truetype'),
        url('../fonts/Quantix-ExtraBold_1.svg#Quantix-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quantix';
    src: url('../fonts/Quantix-Regular.eot');
    src: url('../fonts/Quantix-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quantix-Regular.woff2') format('woff2'),
        url('../fonts/Quantix-Regular.woff') format('woff'),
        url('../fonts/Quantix-Regular.ttf') format('truetype'),
        url('../fonts/Quantix-Regular.svg#Quantix-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quantix';
    src: url('../fonts/Quantix-Regular_1.eot');
    src: url('../fonts/Quantix-Regular_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Quantix-Regular_1.woff2') format('woff2'),
        url('../fonts/Quantix-Regular_1.woff') format('woff'),
        url('../fonts/Quantix-Regular_1.ttf') format('truetype'),
        url('../fonts/Quantix-Regular_1.svg#Quantix-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





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

:root {
    --primary-color: #7FC8EA;
    --secondary-color: #F4C92D;
    --text-color: #fff;
    --accent-color: #8a8a8a; 
}
body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    /* overflow: hidden; */
    transition: all .5s;
    background: #000 !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Quantix';
}
[data-barba="container"] {
  position: absolute;
  z-index: 1;
  will-change: transform, opacity;
  width: 100%;
}
.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
a, button {
    transition: .3s all ease-in-out;
    text-decoration: none;
    color: #fff;
}
figure {
    margin: 0;
    position: relative;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}






/* header */
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
}
.navigation {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    position: relative;
}

.menuList ul {
    display: flex;
    align-items: center;
    gap: 25px;
}

.menuList {
    flex: 0 0 33%;
    padding-top: 2.75rem;
}

.logo {
    flex: 0 0 33%;
    text-align: center;
}

.headBtn {
    flex: 0 0 33%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    padding-top: 1.75rem;
}

.menuList ul li a {
    color: #000;
    font-size: 1.125rem;
    font-family: 'Quantix';
    font-weight: 800;
}

.headBtn a:first-child {
    background: #1E1E1E;
    height: 55px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 3px solid transparent;
    border-image: linear-gradient(to bottom, #777777 0%, #FFFFFF 50%, #777777 100%) 1;
    border-image-slice: 1;
    font-family: 'Quantix';
    font-size: 1rem;
    font-weight: 800;
    color: white;
    position: relative;
    gap: 15px;
}

.headBtn a:nth-child(2) {
    background: linear-gradient(180deg, #3D81F1, #3C6FB7);
    height: 55px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 3px solid transparent;
    border-image: linear-gradient(to bottom, #47ACEA 0%, #98E3EB 41%, #45B1FF 100%) 1;
    border-image-slice: 1;
    font-family: 'Quantix';
    font-size: 1rem;
    font-weight: 800;
    color: white;
    position: relative;
    gap: 15px;
}

.headElm {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.logo img {
    width: 70%;
}
.headBtn a:first-child:before,
.headBtn a:nth-child(2):before {
    content: '';
    height: 50%;
    width: 100%;
    background: linear-gradient(90deg, transparent 20%, #ffffff26 50%, transparent 80%);
    position: absolute;
    top: 0;
    border-radius: 50%;
}

.headBtn a:first-child:after,
.headBtn a:nth-child(2):after {
    content: '';
    height: 50%;
    width: 100%;
    background: linear-gradient(90deg, transparent 20%, #ffffff26 50%, transparent 80%);
    position: absolute;
    bottom: 0;
    border-radius: 50%;
}
/* header end */



/* main banner */


/* .mainBanner .slide{
  width:910px;
  height:784px;
  position:relative;
  background-size:contain;
}

.mainBanner .item{
  width:220px;
  height:220px;
  position:absolute;
  offset-path: path("M 880 80 Q 455 80 455 700");
  offset-rotate: 0deg;

  animation: moveItem 5s linear infinite;
}

.mainBanner .item img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
}

.item1{ animation-delay:0s; }
.item2{ animation-delay:2.5s; }
.item3{ animation-delay:5s; }

@keyframes moveItem{
  0%{
    offset-distance:0%;
  }
  100%{
    offset-distance:100%;
  }
} */
/* MAIN SLIDER */
    .main-swiper {
        width: 100%;
        height: 100vh;
    }

    .main-swiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* THUMBS OVERLAY */
    .thumbs-swiper {
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: 10;
    }

    .thumbs-swiper .swiper-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .thumbs-swiper .swiper-slide {
        position: absolute;
        /* keep for overlap design */
        width: 160px !important;
        height: 160px;
        border-radius: 50%;
        overflow: hidden;
        opacity: 1;
        filter: blur(2px);
        transition: all 0.6s ease;
        pointer-events: auto;
        transform: unset !important;
        /* allow clicking */
    }

    /* Custom overlapping positions */
    .thumbs-swiper .swiper-slide:nth-child(1) {
        top: 20%;
        right: 10%;
        height: 150px;
        width: 150px !important;
    }

    .thumbs-swiper .swiper-slide:nth-child(2) {
        top: 36%;
        right: 32%;
        height: 190px;
        width: 190px !important;
    }

    .thumbs-swiper .swiper-slide:nth-child(3) {
        bottom: 7%;
        right: 40%;
        height: 220px;
        width: 220px !important;
    }

    .thumbs-swiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* ACTIVE THUMB */
    .thumbs-swiper .swiper-slide-thumb-active {
        opacity: 1;
        filter: blur(0);
        transform: scale(1.15);
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
    }

    /* NAV */
    .swiper-button-next,
    .swiper-button-prev {
        color: white;
        z-index: 20;
    }

    .banSlide .overlay {
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .road {
        position: absolute;
        bottom: 15%;
        z-index: 1;
        right: 0;
        transform: translateY(20%);
        width: 48%;
    }

    .banContImg {
        margin-left: 0;
        position: relative;
        z-index: 1;
    }
    .mainBanner:before {
        content: '';
        height: 20%;
        width: 100%;
        position: absolute;
        bottom: 0;
        background: linear-gradient(0deg, black 0%, transparent 100%);
        z-index: 11;
    }
.mainBanner .reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.mainBanner .reveal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.road img {
  display: block;
  width: 100%;
}
.banSlide {
    position: relative;
}
h1 span#my-text {
    color: var(--primary-color);
    font-size: 6.45rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    position: relative;
    z-index: 111;
    text-shadow: 0 10px 8.8px rgba(0, 0, 0, 0.6);
}
.banSlide:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, #AADBFF 0%, #9eccee00 60%);
    z-index: 1;
}


.banCont h1 {
    color: var(--primary-color);
    font-size: 6.875rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    position: relative;
    z-index: 111;
    text-shadow: 0 10px 8.8px rgba(0,0,0,0.6);
}

.banCont h1 span {
    font-size: 4rem;
    color: white;
}
.banBtn {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.banCont {
    position: relative;
    z-index: 11;
    margin-left: -1rem;
}

.banCont:before {
    content: '';
    height: 800px;
    width: 820px;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
    background: #000000;
    opacity: 1;
    filter: blur(215px);
}
.banSlide .overlay:after {
    content: '';
    height: 50%;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, #000 0%, transparent 60%);
    z-index: 0;
    bottom: 0;
}

.banSlide figure {
    position: relative;
}

.mainBanner {
    min-height: 100vh;
    position: relative;
}
.belm1 {
    position: absolute;
    z-index: 11;
    top: 30%;
    right: 6%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0px 0px 44px 0px rgba(0,0,0,0.25);
}

.belm2 {
    position: absolute;
    z-index: 11;
    top: 50%;
    right: 26%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 4px 7px 11px 0px rgba(0, 0, 0, 0.30);
}

.belm3 {
    position: absolute;
    z-index: 11;
    bottom: 15%;
    right: 33%;
    transform: translate(-50%, 50%);
    border-radius: 50%;
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.25);
}


.banSlider .slider-nav {
            display: none;
        }
        .newSlideNav {
            position: absolute;
            z-index: 111;
            bottom: 0;
            right: 0;
            height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: end;
            width: 50%;
        }
        .newSlideNav {
            height: 100vh;
            position: absolute;
            display: flex;
            flex-direction: column;
            align-items: end;
            width: 50%;
            bottom: 0;
            z-index: 11;
            right: 0;
            opacity: 0;
        }
        .newSlideNav a {
            position: absolute;
        }

        .newSlideNav a:first-child {
            top: 30px;
            right: 12%;
            transform: translateX(-50%);
        }

        .newSlideNav a:nth-child(2) {
            top: 25%;
            left: 27%;
            transform: translateX(-50%);
        }

        .newSlideNav a:last-child {
            bottom: 19%;
            left: 9%;
            transform: translateX(-50%);
        }

        .banSlide .overlay {
            z-index: 1;
            display: flex;
            align-items: end;
            justify-content: center;
        }
/* main banner end */



/* slider section */
.slide-text, .slide-text-two {
  width: 100%;
  background: linear-gradient(180deg, #7FC8EA 0%, #006C9E 100%);
  padding: 1em 0;
  display: flex;
  flex-direction: row;
  white-space: nowrap; /* important */
  overflow-x: hidden;
}
.slideCont {
    display: flex !important;
    align-items: center;
    gap: 30px;
    margin: 0 15px;
}

.slideCont h3 {
    margin: 0 !important;
    text-transform: uppercase;
    font-size: 1.813rem;
    font-family: 'Quantix';
    font-weight: 800;
    color: #fff;
    line-height: 1;
}
.textslideSect {
    margin: 0;
    position: relative;
    z-index: 11;
    width: 100%;
    overflow: hidden !important;
    padding: 5rem 0 3rem;
}
.slide-text {
    transform: rotate(2deg);
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}

.slide-text-two {
    position: relative;
    transform: rotate(-2deg);
    margin-top: -3rem;
}
/* slider section end */




/* about section */
.about-sect {
    background-image: url(../images/absBg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5rem 0;
    position: relative;
}
.about-sect .overlay:before {
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, black 0%, transparent 60%);
    position: absolute;
    top: 0;
    opacity: 0.5;
}

.about-sect .overlay:after {
    content: '';
    height: 30%;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, black 0%, transparent 60%);
}

.aboutCont {
    position: relative;
    z-index: 11;
}
.charBg {
    position: absolute;
    left: 0;
    width: 50%;
    top: 55%;
    transform: translateY(-50%) !important;
    z-index: 1;
}

.sectionHeading {
    color: white;
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: 800;
    margin-left: -50%;
    text-shadow: 0 10px 8.8px rgba(0, 0, 0, 0.6);
}

.sectionHeading span {
    color: var(--primary-color);
}

.aboutCont p {
    color: white;
    font-size: 1.563rem;
    margin: 30px 0 40px -7rem;
    width: 80%;
    line-height: 1.5;
}

.aboutCont a {
    text-align: center;
    margin: 70px 100px;
    display: flex;
}
.aboutCont a img {
  animation: spin 7s linear infinite;
}
.aboutImg {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    gap: 20px;
    justify-content: center;
}

.aboutImg figure:first-child {
    position: relative;
    left: 0;
}
/* about section end */



/* game section */
.game-sect {
    padding: 5rem 0;
    position: relative;
}
.gameCont {
    padding: 0 5rem 0;
}

.gameCont .overlay {
    display: flex;
    justify-content: space-around;
    padding: 5rem 4rem;
    gap: 100px;
}

.gameCont .overlay .sectionHeading {
    margin: 0;
    flex: 0 0 50%;
    color: #000000;
    text-shadow: none;
}

.gameCont .overlay p {
    font-size: 1.563rem;
    width: 30%;
}

.gameCont figure {
    position: relative;
    border-radius: 42px;
    overflow: hidden;
}
.imgSlider .slick-slide .imgSlide {
    transform: scale(0.75);
    transition: .3s all ease-in-out;
}

.imgSlider .slick-slide.slick-current.slick-active.slick-center .imgSlide {
    transform: scale(1);
}

.imgSlider {
    margin-top: -18rem;
}
.imgSlide figure {
    position: relative;
    border-radius: 85px;
    overflow: hidden;
}

.imgSlide figure:before {
    content: '';
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    opacity: 1;
    transition: .3s all ease-in-out;
}

.imgSlider .slick-slide.slick-current.slick-active.slick-center .imgSlide figure:before {
    opacity: 0;
}

.imgSlider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  margin-bottom: -3rem;
  gap: 3px;
}
.imgSlider .slick-dots li {
  margin: 0 0.35rem;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
}
.imgSlider .slick-dots button {
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #7B7B7B;
  text-indent: -9999px;
  outline: 4px solid #363737;
}
.imgSlider .slick-dots li.slick-active button {
  background-color: #7B7B7B;
  width: 15px;
  height: 15px;
  outline-color: var(--primary-color);
}
.imgSlider .slick-dots li.slick-active {
    margin: 0 0.35rem;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
}
/* game section end */


/* cta section */
.cta-sect {
    background: url(../images/ctaBg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10rem 0;
    position: relative;
    margin: 5rem 0 0;
}
.cta-sect::before {
    content: '';
    height: 5%;
    width: 100%;
    position: absolute;
    top: -32px;
    right: 0;
    background: linear-gradient(145deg, transparent 50%, #7FC8EA 50% , #7FC8EA 40%);
}
.ctaCont .sectionHeading {
    margin: 0;
    text-align: left;
    font-size: 3.13rem;
    line-height: 1.3;
}

.ctaCont p {
    color: white;
    font-size: 1.375rem;
    margin: 15px 0 0;
}

.revDiv {
    background: #7D12FE;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 15px 30px;
    width: 50%;
    border-radius: 10px;
    margin-top: 3rem;
}

.revDiv h4 {
    color: white;
    font-family: 'Roboto';
    font-size: 1.375rem;
    margin: 5px 0;
}

.revDiv p {
    color: white;
    font-size: 0.8rem;
    margin: 0;
    opacity: 0.77;
}

.revLeft {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cta-sect::after {
    content: '';
    height: 5%;
    width: 100%;
    position: absolute;
    bottom: -32px;
    right: 0;
    background: linear-gradient(145deg, #7FC8EA 50%, #7FC8EA 50%, transparent 40%);
}
.ctaImg .btn {
    height: 135px;
    width: 135px;
    background: linear-gradient(145deg, #A6D6FA 0%, #3982AE 88%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.75rem;
    transition: .3s all ease-in-out;
    box-shadow: 2px 3px 14px #61A1CA;
}

.ctaImg .btn:hover {
    transform: rotate(360deg);
}

.ctaImg {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* cta section end */


/* explore section */
.exp-sect {
    margin: 5rem 0 0;
    padding: 5rem 0;
    position: relative;
}

.expCont .sectionHeading {
    margin: 0;
    text-align: center;
    width: 55%;
    margin: 0 auto;
}
.expBg {
    position: absolute;
    top: 0;
    height: 900px;
    width: 100%;
    object-fit: cover;
}

.exp-sect:before {
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, black, transparent);
    position: absolute;
    z-index: 1;
    top: 0;
}

.expWay {
    position: absolute;
    bottom: 20px;
    z-index: 1;
}
.expSlider {
    position: relative;
    z-index: 11;
    margin: 5rem 0 0 0 !important;
    min-height: 770px;
}

.expCont {
    position: relative;
    z-index: 1;
}
.expSlide {
    text-align: center !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
/* explore section end */


/* seven section */
.wrapper{width: 100vw;display: flex;align-items: center;justify-content: end;}

  /* MAIN */
  .main-slider{
    height:460px;
    border-radius:16px;
    overflow:hidden;
    background:#000;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    margin-bottom:14px;
    position:relative;
  }

  /* Each slide as a "hero" */
  .seven .main-slider .swiper-slide{
    position:relative;
    color:#fff;
    display:flex;
    align-items:flex-end;
    padding:42px;
  }
  .seven-main-slider {
        width: 35%;
        margin-right: 0;
        height: 610px;
    }
  /* content card */
  .content{
    position:relative;
    z-index:2;
  }
  .eyebrow{
    opacity: 0;
  }
  .desc{
    opacity: 0;
  }

  /* Reveal animation (triggered by class on active slide) */
  .reveals{
    opacity:0;
    transform: translateY(30px);
    transition: opacity 1s ease, transform 1s ease;
    will-change: opacity, transform;
  }
  .swiper-slide.is-active .reveals{
    opacity:1;
    transform: translateY(0);
  }
  .swiper-slide.is-active .reveals.d2{ transition-delay: .10s; }
  .swiper-slide.is-active .reveals.d3{ transition-delay: .20s; }
  .swiper-slide.is-active .reveals.d4{ transition-delay: .30s; }

  /* THUMBS (1 visible) */
  .seven-thumb-slider{
    width: 55%;
    border-radius:14px;
    overflow:hidden;
    background: transparent;
    box-shadow: 0 8px 22px rgba(0,0,0,.12);
    margin: 0;
  }
  .seven-thumb-slider .swiper-slide{
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:700;
    color:#fff;
    opacity:.55;
    cursor:pointer;
    user-select:none;
    transition: opacity .25s ease, transform .25s ease;
  }
  .seven-thumb-slider .swiper-slide-thumb-active{
    opacity:1;
    transform: scale(1.02);
  }

  /* PAGINATION UI (line + dots) */
  .pagination-ui{
    position:absolute;
    left: 0;
    bottom: 0;
    transform: translateX(0%);
    width: min(200px, 92%);
    height:30px;
    z-index:20;
    pointer-events:none;
  }

  .pagination-line{
    position:absolute;
    left:10px;
    right:10px;
    top:50%;
    transform:translateY(-50%);
    height:6px;
    pointer-events:none;
    z-index:1;
  }
  .pagination-line svg{ width:100%; height:100%; display:block; }

  .line-track{
    stroke: transparent;
    stroke-width: 3;
    stroke-linecap: round;
  }
  .line-progress{
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    transition: stroke-dashoffset 120ms linear;
  }

  .pagination-ui .swiper-pagination{
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 10px;
    z-index:2;
    pointer-events:auto; /* dots clickable */
  }

  .pagination-ui .swiper-pagination-bullet{
    width:14px;
    height:14px;
    border-radius:999px;
    background: black;
    opacity:1;
    margin:0 !important;
    cursor:pointer;
    transition: transform .2s ease, background .2s ease;
    border: 2px solid white;
  }
  .pagination-ui .swiper-pagination-bullet-active{
    background:#fff;
    transform: scale(1);
  }




.seven-sect .overlay {
    background: url(../images/sevnBg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.seven-sect {
    position: relative;
    padding: 8rem 0;
}
.sevenCont {
    position: relative;
    z-index: 11;
}
.sevenCont .sectionHeading {
    margin: 0;
}

.sevenCont p {
    color: white;
    font-size: 1.375rem;
    padding: 2rem 1rem 2rem 0;
    margin: 2rem 0 1rem 0;
    position: relative;
}


.sevenCont p:before {
    content: '';
    height: 2px;
    width: 140%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
}
/* seven section end */


/* logo section */
.logo-sect {
    background: #262626;
    padding: 4rem 0 6rem;
    position: relative;
    z-index: 2;
}

.lgSlider {
    margin: 0 !important;
}
.lgSlide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.charElm {
    position: absolute;
    bottom: 0;
}
/* logo section end */



/* character section */
.charaCont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3rem 0;
    position: relative;
}

.charaCont figure {
    position: absolute;
}

.char-sect {
    position: relative;
    min-height: 880px;
}

.charaCont figure:first-child {
    top: 14px;
    left: 0;
    transform: translateX(0%);
    width: 30.7%;
}


.charaCont figure:nth-child(2) {
    top: 0;
    left: 32.5%;
    transform: translateX(-50%);
}

.charaCont figure:nth-child(3) {
    top: 0;
    left: 49.5%;
    transform: translateX(-50%);
    width: 33%;
}

.charaCont figure:nth-child(4) {
    top: 0;
    right: 17%;
    transform: translateX(0%);
    width: 33%;
}

.charaCont figure:last-child {
  top: 14px;
  right: 0;
  transform: translateX(0%);
  width: 32.7%;
}
.char-sect .overlay:before {
    content: '';
    height: 30%;
    width: 100%;
    background: linear-gradient(180deg, black 30%, transparent 100%);
    position: absolute;
    top: 0;
    z-index: 1;
}

.char-sect .overlay:after {
    content: '';
    height: 30%;
    width: 100%;
    background: linear-gradient(0deg, black 30%, transparent 100%);
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.char-sect:before {
    content: '';
    height: 100%;
    width: 12%;
    background: linear-gradient(90deg, black 0%, transparent 100%);
    position: absolute;
    left: 0;
    z-index: 1;
}

.char-sect:after {
    content: '';
    height: 100%;
    width: 12%;
    background: linear-gradient(270deg, black 5%, transparent 70%);
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
}

.textslideSect.test-sld-one.test-sld-one-mrg {
    margin-top: -5rem;
}
/* character section end */



/* testimonials section */
.testCont {
    background: #353535;
    border-radius: 30px 10px;
    position: relative;
    padding: 5rem 0 0;
    border: 1px solid white;
}

.testCont p {
    color: white;
    text-align: center;
    margin: 0;
    padding: 3rem 30px 3rem;
    font-size: 15px;
    opacity: .7;
    line-height: 1.75;
}

.info {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    position: absolute;
    top: -50px;
    left: 5%;
}

.text {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: flex-end;
}

.testSlider .slick-slider {
    padding: 15rem 0 !important;
}

.testSlider .slick-slide {
    padding: 5rem 0;
    margin: 0 30px;
    opacity: 0.33;
    transform: scale(0.9);
    transition: .3s all ease-in-out;
}
.testSlider .slick-slide.slick-current.slick-active {
    transform: scale(1.1);
    opacity: 1;
}
.testSlider .slick-list.draggable {
    padding: 0 !important;
}
.text p {
    padding: 0;
}


.info h4 {
    color: white;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 3px;
}

.info p {
    text-transform: uppercase;
    color: white;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 500;
}

.quote {
    position: absolute;
    top: 35%;
    left: 9%;
    transform: translateX(-50%);
}

.quoteTwo {
    position: absolute;
    bottom: 29px;
    right: 5%;
    transform: scale(-1);
}


.testSlider .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  margin-bottom: -3rem;
  gap: 3px;
}
.testSlider .slick-dots li {
  margin: 0 0.35rem;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
}
.testSlider .slick-dots button {
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #7B7B7B;
  text-indent: -9999px;
  outline: 4px solid #363737;
}
.testSlider .slick-dots li.slick-active button {
  background-color: #7B7B7B;
  width: 15px;
  height: 15px;
  outline-color: var(--primary-color);
}
.testSlider .slick-dots li.slick-active {
    margin: 0 0.35rem;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
}
.testHead {
    position: relative;
    z-index: 11;
    margin-bottom: 3rem;
}

.test-sect {
    padding: 5rem 0 30rem;
    background: url(../images/testBg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testHead .sectionHeading {
    margin: 0;
    text-align: center;
}
/* testimonials section end */

/* join section */
.joinCont {
  background: url(../images/joinBg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.joinCont figure {
    margin-top: -9.65rem;
}

.join-sect {
    margin-bottom: -6rem;
    position: relative;
    z-index: 11;
    margin-top: -12rem;
}
.joinText h2 {
    color: white;
    font-size: 2.813rem;
    font-weight: 800;
    padding: 0 120px 0 0;
    text-transform: uppercase;
}

.joinText .playBtn {
    height: 60px;
    width: 175px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.375rem;
    margin: 20px 0 0;
    border: 2px solid black;
}

.joinText .playBtn:hover {
    background: var(--primary-color);
    color: white;
    border-color: white;
}
/* join section end */

/* footer */

footer {
  background: url(../images/footBg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10rem 0 1.5rem;
  position: relative;
}
.foot-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid white;
    padding-bottom: 2.5rem;
}

.foot-top .menuList {
    flex: 0 0 60%;
}

.foot-top .menuList ul li a {
    color: white;
    font-size: 1.35rem;
}

.foot-top .menuList ul {
    justify-content: space-between;
}

.subscribe {
    flex: 0 0 35%;
}

.subscribe h3 {
    color: white;
    font-weight: 800;
    font-size: 1.563rem;
    margin: 0 0 20px 0;
}

.subscribe input:focus {
    outline: none;
    box-shadow: none;
}
.subscribe input {
    width: 70%;
    background: #FFFFFF;
    height: 60px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #E7E8F2;
    padding: 0 1rem;
    color: #0A142F;
    font-size: 14px;
}
.subscribe button:focus {
    outline: none;
    box-shadow: none;
}
.subscribe button {
    height: 61px;
    width: 18%;
    border: none;
    background: #0081FE;
    border-radius: 0 6px 6px 0;
    font-size: 1rem;
    margin-left: -1rem;
    border: 1px solid #0081FE;
}
.foot-bottom p {
    text-align: right;
    margin: 0;
    padding: 24px 0 0;
    color: white;
    font-size: 1.125rem;
    opacity: 0.5;
    font-family: 'Quantix';
    font-weight: 800;
}
/* footer end */

@keyframes spin {
  0% {
    transform: rotate(0deg); /* Start at 0 degrees */
  }
  100% {
    transform: rotate(360deg); /* Rotate to 360 degrees (one full turn) */
  }
}

.about-sect:before {
    content: '';
    height: 30%;
    width: 100%;
    background: linear-gradient(3deg, black 10%, transparent 90%);
    position: absolute;
    bottom: 0;
}



.mainBanner.show {
  & img {
    transition: all 0.5s ease;
    transform: scale(1);
    &:nth-child(2)
      {   transition-delay: .6s;  }
    &:nth-child(3)
      {   transition-delay: .7s;  }
    &:nth-child(4)
      {   transition-delay: .8s;  }
  }
  &:not(.show) {
    & img 
      {
        transform: scale(0)
      }         
    }
  }
















/* Huzaifa Css button hover animation */
@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0px #fff, 0 0 0.1px #fff, 0 0 1px #f4c92d,
        0 0 1px #f4c92d, 0 0 15px #f4c92d, inset 0 0 10px #f4c92d;
    }
    70% {
      -webkit-box-shadow: 0 0 0px #dfdddd, 0 0 0.1px #cabebe, 0 0 1px #ceae3c,
        0 0 1px #ac890e, 0 0 15px #f7c308, inset 0 0 10px #756116;
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(243, 194, 16, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(243, 193, 11, 0.603);
      box-shadow: 0 0 0 0 rgba(230, 186, 27, 0.87);
    }
    70% {
      -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
      -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
      box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
  }
  
  
  .btn-animate {
      transition: all 0.2s ease-in;
      position: relative;
      overflow: hidden;   
      cursor: pointer;
      z-index: 1;
      animation: pulse 2s infinite;
    }
    
    .btn-animate:before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%) scaleY(1) scaleX(1.25);
      top: 100%;
      width: 140%;
      height: 180%;
      border-radius: 50%;
      display: block;
      transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
      z-index: -1;
    }
    
    .btn-animate:after {
      content: "";
      position: absolute;
      left: 55%;
      transform: translateX(-50%) scaleY(1) scaleX(1.45);
      top: 180%;
      width: 160%;
      height: 190%;
      background-color: #f4c92d;
      border-radius: 50%;
      display: block;
      transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
      z-index: -1;
    }
    
    .btn-animate:hover {
      color: #000;
      border: 1px solid #f4c92d;
    }
    
    .btn-animate:hover:before {
      top: -35%;
      background-color: #f4c92d;
      transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
    }
    
    .btn-animate:hover:after {
      top: -45%;
      background-color: #f4c92d;
      transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
    }
    
  
  /* Huzaifa Css button hover animation */


/* Hamburger Button */
    .hamburger {
      position: absolute;
      top: 50%;
      right: 3%;
      width: 32px;
      height: 24px;
      cursor: pointer;
      z-index: 1002;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transform: translateY(-50%);
    }

    .hamburger span {
      display: block;
      height: 4px;
      background: black;
      border-radius: 2px;
      transition: 0.4s;
    }

    /* Animation when active */
    .hamburger.active span:nth-child(1) {
      transform: translateY(10px) rotate(45deg);
    }
    .hamburger.active span:nth-child(2) {
      opacity: 0;
    }
    .hamburger.active span:nth-child(3) {
      transform: translateY(-10px) rotate(-45deg);
    }

    /* Sidebar Menu */
    .side-menu {
      position: fixed;
      top: 0;
      right: -380px;
      width: 350px;
      height: 101vh;
      background: #090f1f;
      box-shadow: -2px 0 20px rgba(0, 0, 0, 0.15);
      padding: 80px 70px 80px 40px;
      transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      z-index: 111;
      overflow: hidden;
    }

    .side-menu.active {
      right: 0;
    }

    .side-menu ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .side-menu ul li {
      opacity: 0;
      transform: translateX(30px);
      margin: 20px 0;
      transition: 0.5s ease;
    }

    .side-menu.active ul li {
      opacity: 1;
      transform: translateX(0);
    }

    .side-menu.active ul li:nth-child(1) { transition-delay: 0.2s; }
    .side-menu.active ul li:nth-child(2) { transition-delay: 0.35s; }
    .side-menu.active ul li:nth-child(3) { transition-delay: 0.5s; }
    .side-menu.active ul li:nth-child(4) { transition-delay: 0.65s; }

    .side-menu ul li a {
      color: white;
      font-size: 1.125rem;
      font-weight: 500;
      text-decoration: none;
      position: relative;
      padding-bottom: 3px;
    }

    .side-menu ul li a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0%;
      height: 2px;
      background: #111;
      transition: width 0.3s ease;
    }

    .side-menu ul li a:hover::after {
      width: 100%;
    }

    /* Overlay */
    .mobileHam .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.45);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease;
      z-index: 1000;
      display: none;
    }

    .mobileHam .overlay.active {
      opacity: 1;
      visibility: visible;
      display: none;
    }
    .mobileHam {
        display: none;
    }
   /* Submenu */
    .submenumobile {
      list-style: none;
      padding-left: 15px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
    }

    .submenumobile li {
      margin: 10px 0;
      opacity: 0;
      transform: translateX(20px);
      transition: 0.3s ease;
    }

    .submenumobile.active {
      max-height: 500px; /* enough space for items */
    }

    .submenumobile.active li {
      opacity: 1;
      transform: translateX(0);
    }

    .submenumobile li a {
      color: #333;
      text-decoration: none;
      font-size: 16px;
    }

    .submenumobile li a:hover {
      color: #007bff;
    }
    .arrow {
      cursor: pointer;
      transition: transform 0.3s ease;
      color: white;
    }

    .arrow.rotate {
      transform: rotate(90deg);
    }
    .menu-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }

    .menu-header .main-link {
      color: white;
      font-size: 1.125rem;
      font-weight: 500;
      text-decoration: none;
    }

    .newSlideSect.port-inner-sect {
        overflow: unset;
    }




/* new custom code */
.scroll-slide-inner {
    position: relative;
    overflow: hidden;
}
.scroll-slide-inner .swiper-container {
  height: 100vh;
}
.scroll-slide-inner .swiper-slide {
    width: 100% !important; 
}
.scroll-slide-inner .swiper-slide {
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}

.scroll-slide-inner .swiper-slide-1 {
    background: linear-gradient(to right, #9796f0, #fbc7d4);
}

.scroll-slide-inner .swiper-slide-2 {
    background: linear-gradient(to right, #ec008c, #fc6767);
}

.scroll-slide-inner .swiper-slide-3 {
  background: linear-gradient(to right, #2193b0, #6dd5ed);
}

.scroll-slide-inner .swiper-slide-4 {
  background: linear-gradient(to right, #ffe259, #ffa751);
}

.scroll-slide-inner .swiper-slide-5 {
  background: linear-gradient(to right, #0052d4, #4364f7, #6fb1fc);
}

/* new custom code end */




.scl-page {
    display: flex;
    align-items: center;
    padding-left: 15rem;
}

.scl-pg-right, .scl-pg-leftght {
    flex: 0 0 50%;
}
.sclcontent {
    padding: 5rem 0;
    width: 60%;
}

.scl-img img {
    height: 450px;
    object-fit: cover;
}


.srpCont {
    position: relative;
}





.section-reveal {
  position: relative;
  height: 20vh; /* Adjust as needed */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Important for containing the reveal */
}

.background-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/logBg.webp'); /* Replace with your image */
  background-size: cover;
  background-position: center;
  z-index: 1; /* Ensure content is above mask */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.reveal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Initially covers the background */
  height: 100%;
  background-color: white; /* Color of the mask */
  z-index: 2; /* Ensure mask is above background */
}




.hideDesktop {
    display: none;
}
.mainBanner .reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.logCont .overlay {
    display: flex;
    align-items: center;
}

.headElm {
    width: 100%;
}
.charElm {
    width: 100%;
}



/* head mobile */
.hideDesktops .logo {
  font-size: 20px;
  font-weight: bold;
}

/* HAMBURGER */
.hideDesktops .hamburger {
  width: 30px;
  height: 22px;
  cursor: pointer;
}

.hideDesktops .hamburger span {
  display: block;
  height: 3px;
  background: white;
  margin: 5px 0;
}

/* OFFCANVAS */
.hideDesktops .offcanvas {
  position: fixed;
  bottom: 0;
  right: -100%;
  width: 30%;
  height: 100%;
  background: #fff;
  padding: 20px;
  transition: right 0.4s ease;
  box-shadow: -5px 0 20px rgba(0,0,0,0.2);
  visibility: unset;
  z-index: 999999999;
}

.hideDesktops .offcanvas.active {
  right: 0;
}

/* CLOSE BUTTON */
.hideDesktop.close-btn {
  font-size: 28px;
  cursor: pointer;
  text-align: right;
}

/* MENU */
.hideDesktops .menu {
  margin-top: 40px;
}

.hideDesktops .menu a {
  display: block;
  text-decoration: none;
  font-size: 1.25rem;
  color: #111;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
}

/* CONTACT */
.hideDesktops .contact {
  margin-top: 40px;
}

.hideDesktops .contact h4,
.hideDesktops .contact p {
  opacity: 0;
  transform: translateY(20px);
}

/* ACTIVE ANIMATIONS */
.hideDesktops .offcanvas.active .menu a {
  animation: fadeUp 0.5s forwards;
}

.hideDesktops .offcanvas.active .menu a:nth-child(1){animation-delay:0.2s;}
.hideDesktops .offcanvas.active .menu a:nth-child(2){animation-delay:0.3s;}
.hideDesktops .offcanvas.active .menu a:nth-child(3){animation-delay:0.4s;}
.hideDesktops .offcanvas.active .menu a:nth-child(4){animation-delay:0.5s;}

.hideDesktops .offcanvas.active .contact h4 {
  animation: fadeUp 0.5s forwards;
  animation-delay:0.7s;
}

.hideDesktops .offcanvas.active .contact p:nth-child(2){
  animation: fadeUp 0.5s forwards;
  animation-delay:0.8s;
}

.hideDesktops .offcanvas.active .contact p:nth-child(3){
  animation: fadeUp 0.5s forwards;
  animation-delay:0.9s;
}

/* KEYFRAMES */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* head mobile end */


/* inner pages */
.innerBanner {
    position: relative;
    height: 100vh;
    background: url(../images/innBan.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerContent {
    text-align: center;
    position: relative;
    z-index: 11;
}

.innerContent h1 {
    font-size: 6rem;
    color: white;
    font-family: 'Quantix';
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 10px 10px rgba(0,0,0,0.6);
    line-height: 1.125;
}

.innerContent h1 span {
    color: var(--primary-color);
}

.innerContent ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    position: relative;
}


.innerContent ul li a {
    font-size: 1.688rem;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Quantix';
    position: relative;
    line-height: 1;
    padding: 0 15px;
    z-index: 111;
    text-shadow: 2.9px 2.5px 0 rgba(0,0,0,0.6);
}

.innerContent ul li + li a:after {
    content: '';
    height: 100%;
    width: 3px;
    background: white;
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%) rotate(20deg);
}

.innerContent ul li {
    line-height: 1;
}
.close-btn {
    height: 40px;
    width: 40px;
    background: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
}
.mainBanner.innerBanner::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(rgb(170, 219, 255) 0%, rgba(158, 204, 238, 0) 60%);
}
.innerContent ul:before {
    content: '';
    height: 70px;
    width: 35%;
    background: linear-gradient(90deg, rgba(127,200,230, 0) 0%, rgba(127,200,230, 1) 50%, rgba(127,200,230, 0) 100%);
    position: absolute;
    z-index: 111;
}
.about-sect-inner {
    background: black;
    position: relative;
    padding: 8rem 0;
}
.about-sect-inner .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../images/abpElm.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.abpCont .sectionHeading {
    margin: 0 0 20px 0;
}

.abpCont p {
    color: white;
    font-size: 1.563rem;
}

.abpCont {
    position: relative;
    z-index: 11;
}

.abpCont .banBtn {
    margin-top: 2.5rem;
}
.abpElmOne {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-20%);
}

.abpElmTwo {
    position: absolute;
    bottom: -200px;
    left: 0;
}



.table {
  display: flex;
  width: 100%;
  height: 100%;
}

.table__cell.active {
    width: 150%;
    box-shadow: unset !important;
}
.table__cell {
  position: relative;
  display: flex;
  width: 20%;
  align-items: center;
  justify-content: center;
  transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
  height: 100vh;
  padding: 0 5rem;
}
.table__cell:nth-child(1) {
  background: url(../images/abAcc1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0px 40px 30px rgba(0,0,0,0.7);
}
.table__cell:nth-child(2) {
  background: url(../images/abAcc2.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0px 40px 30px rgba(0,0,0,0.7);
}
.table__cell:nth-child(3) {
  background: url(../images/abAcc3.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0px 40px 30px rgba(0,0,0,0.7);
}
.table__cell:nth-child(4) {
    background-position: center;
}
.table__cell:nth-child(5) {
      background-size: cover;
}
/* .table__cell:hover {
  width: 150%;
} */
.table__cell span {
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0;
}
.table__cell:hover span {
  opacity: 1;
  transition-delay: 300ms;
}
.ab-info-sect {
    padding: 10rem 0;
    position: relative;
    margin-bottom: 28rem;
}

.abp-content .sectionHeading {
    margin: 0;
    color: black;
    text-shadow: unset;
}

.ab-info-sect:after {
    content: '';
    height: 710px;
    width: 70%;
    background: url(../images/abpBef.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 5%;
    right: 0;
    z-index: 0;
}
.abp-content {
    position: relative;
    z-index: 11;
    margin-top: 15rem;
}

.ab-info-sect figure {
    position: relative;
    z-index: 1;
    border: 20px solid black;
}
.abiElm {
    position: absolute;
    z-index: 11;
    left: 0;
    top: 65%;
    transform: translateY(-50%) !important;
}
.abp-content p {
    font-size: 1.563rem;
    width: 100%;
    margin: 15px 0 0;
}
.blg-sect {
    padding: 10rem 0 25rem;
    position: relative;
}

.blg-card {
    background: #1A1A1A;
    padding: 1.25rem 1.25rem 2rem;
    border-radius: 14px;
    margin: 25px 0 0;
    position: relative;
}

.blg-card img {
    border-radius: 7px;
}

.blgCont h5 {
    background: rgba(75,107,251,0.05);
    color: #7FC8EA;
    padding: 10px 20px;
    font-size: 1.125rem;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
}

.blgCont {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.blgCont h3 {
    color: white;
    margin: 1rem 0 2rem;
    font-size: 1.688rem;
    font-weight: 600;
}
.blg-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blg-foot .author {
    display: flex;
    gap: 10px;
    align-items: center;
}

.blg-foot h4 {
    font-size: 1.188rem;
    margin: 0;
    color: #97989F;
    font-family: "Work Sans", sans-serif;
}
.blgElm {
    position: absolute;
    bottom: -280px;
    right: 0;
}

.blgElmOne {
    position: absolute;
    top: 10%;
    left: 0;
}
.blg-last p {
    color: white;
    opacity: 0.7;
    font-family: 'Roboto';
    line-height: 1.75;
    font-size: 1.125rem;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 1.25rem;
}

.blg-last {
    margin-top: 2rem;
}
.blg-single-sidebar {
    margin-top: 35px;
    position: relative;
}
.blg-single-sect {
    padding: 8rem 0 25rem;
    position: relative;
}
.blg-single-sidebar h2 {
    color: white;
    font-size: 2.423rem;
    margin-top: 3rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
}
.blg-search input {
    width: 85%;
    height: 50px;
    padding: 14px;
    border-radius: 5px 0 0 5px;
    border: none;
    background: #404040;
    color: white;
}

.blg-search button {
    height: 50px;
    width: 14%;
    border: none;
    background: linear-gradient(0deg, #59ACD3, #2E596D);
    border-radius: 5px;
}

.blg-search {
    background: #404040;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    border: 2px solid #A8A8A8;
}

.blg-search input:focus {
    outline: none;
    box-shadow: none;
}
.blg-single-sect .blgElm {
    top: -100px;
    bottom: unset;
}

.blg-single-sect .blgElmOne {
    bottom: -200px;
    top: unset;
}

.contact-sect {
    padding: 5rem 0 20rem;
}

.contactForm {
    background: #1A1A1A;
    padding: 3rem;
    border: calc(8px + 0.2vw) solid transparent;
    background-origin: border-box;
    border: 3px solid transparent;
    border-image: linear-gradient(to bottom, #7FC8EA 0%, #006C9E 100%) 1;
    border-image-slice: 1;
    border-radius: 15px !important;
    position: relative;
}

.contactForm h2 {
    color: white;
    font-weight: 600;
    font-size: 1.688rem;
    text-transform: uppercase;
    margin: 10px 0 5px;
    padding: 0;
}

.contactForm p {
    color: #97989F;
    font-size: 1.125rem;
}

.contactForm label {
    color: #FBFBFB;
    font-size: 1.188rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    margin: 20px 0 5px;
}

.contactForm input {
    height: 60px;
    background: #282828;
    border: 1px solid #6B6B6B;
    border-radius: 15px;
    padding: 20px;
}

.contactForm textarea {
    border: 1px solid #6B6B6B;
    background: #282828;
    height: 200px;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 20px;
}

.contactForm input:focus, .contactForm textarea:focus {
    background: #282828;
    border-color: var(--primary-color);
    outline: none;
    box-shadow: none;
}

.contactForm .btn {
    background: linear-gradient(0deg, #7FC8EA, #185073);
    height: 60px;
    border: none;
    width: 300px;
    font-size: 22px;
    font-weight: 600;
}
.contactForm.cnt-info {
    background: url(../images/contactBg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
    padding: 3rem 10px 10px;
    position: relative;
}
.contactForm .btn:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.contactForm.cnt-info p {
    color: #FFFFFF;
    opacity: 0.7;
    font-family: 'Work Sans';
    padding: 0 2rem;
}

.contactForm.cnt-info ul {
    border-top: 2px solid white;
    margin: 35px 2rem 0;
    padding: 2rem 0rem 0rem;
}

.contactForm.cnt-info ul li a {
    display: flex;
    align-items: center;
    gap: 25px;
}
.contactForm.cnt-info ul li a .info {
    position: relative;
    top: unset;
    transform: unset;
    left: unset;
    display: block;
}
.contactForm.cnt-info h2 {
    padding: 0 2rem;
}

.contactForm.cnt-info ul li a .icon {
    flex: 0 0 15%;
}

.contactForm.cnt-info ul li a .icon i {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    font-size: 1.75rem;
    color: white;
}

.contactForm.cnt-info ul li {
    margin: 20px 0 30px;
}

.contactForm.cnt-info ul li a .info h5 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    color: white;
}

.contactForm.cnt-info ul li a .info h6 {
    font-family: 'Work Sans';
    font-size: 1.125rem;
    font-weight: 500;
    color: white;
}
.mapOuter {
    text-align: center;
    padding: 6rem 0 0;
}



.banContImg .newSlideNav {
    width: 100%;
    opacity: 1;
}

.banContImg figure {
    position: relative;
    z-index: 1111;
}

.banContImg .newSlideNav a:first-child {
    top: 35px;
    right: -9%;
    transform: translateX(-50%);
}

.banContImg .newSlideNav a:nth-child(2) {
    top: 26%;
    left: 32%;
    transform: translateX(-50%);
}

.banContImg .newSlideNav a:last-child {
    bottom: 18%;
    left: 10%;
    transform: translateX(-50%);
}

.postContent .nav-tabs {
    border: none;
    background: rgba(23, 23, 23, 0.5);
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid transparent;
    border-image: linear-gradient(to left, #00000000 0%, rgba(194, 194, 194, 0.9) 21%, #FFFFFF 54%, rgba(235, 235, 235, 0.9) 84%, #00000000 100%) 1;
    border-image-slice: 1;
}

.postContent .nav-tabs .nav-link {
    background: transparent;
    border: none;
    color: white;
    font-size: 1.188rem;
    font-family: 'Quantix';
    font-weight: 600;
    text-shadow: 0 2px 2px rgba(0,0,0,0.6);
    width: 270px;
    padding: 0;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 3px solid transparent;
    border-image: linear-gradient(to left, #00000000 0%, #FFFFFF 0%, #00000000 0) 1;
    border-image-slice: 1;
    transition: .3s all ease-in-out;
}

.postContent .nav-tabs .nav-link:before {
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(127, 200, 234, 0) 0%, rgba(127, 200, 234, 1) 50%, rgba(127, 200, 234, 0) 100% );
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: .3s all ease-in-out;
}

.postContent .nav-tabs .nav-link:hover:before {
    opacity: 1;
}

.postContent .nav-tabs .nav-link.active:before {
    opacity: 2;
}
.head {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
}

.head h4 {
    font-size: 1.125rem;
    font-family: 'Work Sans';
    text-transform: uppercase;
    font-weight: 700;
    color: #252525;
    margin: 0;
}

.head h6 {
    color: black;
    font-size: 1.125rem;
    font-family: 'Work Sans';
    font-weight: 400;
    opacity: 0.6;
    margin: 0;
}

.head span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.head span  img {
    height: 45px;
    width: 45px;
}

.head span figure {
    flex: 0 0 30%;
}

.head span a {
    color: black;
    font-size: 2rem;
}

.comTab .foot {
    background: white;
    padding: 1rem;
}

.comTab .foot p {
    font-size: 11px;
    font-weight: 500;
    font-family: 'Work Sans';
    margin-bottom: 10px;
}

.comTab .foot ul li {
    color: black;
    opacity: 0.6;
    font-size: 11px;
    font-weight: 500;
    font-family: 'Work Sans';
}

.comTab {
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0 0;
}
.postContent .nav-tabs .nav-link.active, 
.postContent .nav-tabs .nav-link:hover {
    border-image: linear-gradient(to left, #00000000 0%, #FFFFFF 50%, #00000000 100%) 1;
}
.post-sect {
    padding: 5rem 0 25rem;
}
.expSlider .slick-slide {
    transition: .3s all ease-in-out;
}
.expSlider .slick-slide {
    margin-top: -11rem;
}

.expSlider .slick-track {
    padding: 13rem 0 0;
}
.expSlider .slick-slide.slick-current.slick-active {
    margin: -50px 0 0 0;
    height: 580px !important;
}
.expSlider .slick-slide.slick-current.slick-active img {
    transform: scale(1.1);
    margin-top: 0;
}


.table__cell.active span {
    opacity: 1;
    transition-delay: 300ms;
}
.table__cell:nth-child(1) figure,
.table__cell:nth-child(2) figure,
.table__cell:nth-child(3) figure {
    height: 100%;
    width: 100%;
}

.table__cell:nth-child(1) figure img,
.table__cell:nth-child(2) figure img,
.table__cell:nth-child(3) figure img {
    height: 100%;
    object-fit: cover;
    padding: 0;
}

.table__cell:nth-child(1) figure  .overlay,
.table__cell:nth-child(2) figure  .overlay,
.table__cell:nth-child(3) figure  .overlay {
    display: flex;
    align-items: center;
    padding: 0 32rem 0 10rem;
}

span {}

.table__cell:nth-child(1) figure .overlay .sectionHeading,
.table__cell:nth-child(2) figure .overlay .sectionHeading,
.table__cell:nth-child(3) figure .overlay .sectionHeading {
    margin: 0;
    padding-right: 0;
}

.table__cell:nth-child(1) figure .overlay p, 
.table__cell:nth-child(2) figure .overlay p,
.table__cell:nth-child(3) figure .overlay p {
    color: white;
    font-size: 25px;
}

.table__cell:nth-child(1) figure .overlay:before,
.table__cell:nth-child(2) figure .overlay:before,
.table__cell:nth-child(3) figure .overlay:before {
    content: '';
    height: 507px;
    width: 889px;
    background: black;
    position: absolute;
    z-index: 0;
    filter: blur(140px);
    border-radius: 50%;
    opacity: 0.77;
    left: 30px;
}

.table__cell:nth-child(1) figure .overlay span,
.table__cell:nth-child(2) figure .overlay span,
.table__cell:nth-child(3) figure .overlay span {
    position: relative;
}
.accSlide {
    position: relative;
}

.accSlide:before {
    content: '';
    height: 250px;
    width: 100%;
    position: absolute;
    top: -2px;
    background: linear-gradient(180deg, #000000 0%, transparent 53%);
    z-index: 1;
}

.acc-slide-sect {
    overflow: hidden;
}
.accSlide:after {
    content: '';
    height: 250px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    background: linear-gradient(0deg, #000000 0%, transparent 53%);
    z-index: 1;
}
.aboutImg img {
    border-radius: 25px;
}
.blg-last h3 {
    color: var(--primary-color);
    margin: 3rem 0 0;
    font-weight: 600;
    font-size: 1.5rem;
}


.formPop .modal-dialog {
    max-width: 1000px;
}

.formPop .modal-content {
    background: url(../images/formBg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 1rem;
    border-radius: 0;
    box-shadow: none;
    border: none;
    position: relative;
}

.formPop .modal-header {
    border: none;
    padding: 0;
}

.formPop .modal-header .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    opacity: 1;
    color: white !important;
}

.formPop h3 {
    color: white;
    font-size: 2.875rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.formPop h3 span {
    color: var(--primary-color);
}

.formPop h4 {
    color: white;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.formPop h4 span {
    color: var(--primary-color);
}

.formPop p {
    color: white;
    text-align: center;
    font-size: 1rem;
    font-family: 'Poppins';
}

.formPop .form-control {
    height: 60px;
    background: rgba(255,255,255,0.13);
    border: 2px solid #9BC4D7;
    margin: 10px 0;
    border-radius: 11px;
    color: white;
    padding: 20px 16px;
}

.formPop .form-control:focus {
    box-shadow: none;
}

.formPop textarea.form-control {
    height: 150px;
}
.formImg {
    margin: -128px 0 -100px -330px;
}

.formPop .form-control::placeholder {
    color: white;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    opacity: 0.8;
}
.popupForm label {
    color: white;
    font-size: 14px;
    font-family: 'poppins';
}

.popupForm .form-check {
    margin: 15px 0 15px;
}

.popupForm .btn {
    background: linear-gradient(45deg, #175370, #7FC8EA);
    height: 60px;
    width: 290px;
    border: 2px solid #69CFFF;
    font-size: 1.563rem;
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: 1px 0 20px #53BBEB;
    border-radius: 12px;
}
.formPop .modal .modal-dialog {
    transform: none;
    margin: 1.75rem 10rem 1.75rem 28rem;
}
    .pyramid {
      width: 0;
      height: 0;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-bottom: 60px solid var(--primary-color); /* Main pyramid color */
      position: absolute;
      top: -31px;
      right: -31px;
      transform: rotate(45deg);
      backdrop-filter: drop-shadow(2px 4px 6px rgba(0,0,0,1));
    }

    /* Gradient shadow beneath the pyramid */
    .pyramid::after {
      /* content: ""; */
      position: absolute;
      top: 0;
      left: -100px;
      width: 0;
      height: 0;
      border-left: 100px solid transparent;
      border-right: 100px solid transparent;
      border-top: 40px solid;
      border-image: linear-gradient(to bottom, rgba(0,0,0,0.3), transparent) 1;
    }
.formPop .modal-content:before {
    content: '';
    height: 96%;
    width: 98%;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid var(--primary-color);
    border-radius: 12px;
}
.blg-last ul li {
    color: white;
    opacity: 0.7;
    font-family: 'Roboto';
    line-height: 1.75;
    font-size: 1.125rem;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-top: 5px;
}

.blg-last ul {
    list-style: disc;
    margin-left: 1.25rem;
}
#formResponse span {
    font-size: 14px;
    color: #ffffff !important;
    font-family: 'Quantix';
    font-weight: 600;
}

#formResponse {
    margin: 40px 0 0 !important;
    text-align: left !important;
}
/* inner pages end */



