:root {
    --primary:  #002D62;
    --secondary:  #001B3A;
    --dark: #36454F;
    --light: #F1ECE6;
    --gold: #ffb547;
    --gold-dark: #fca21c;
    --dark-red: #9b111e;
}

body {
    position: relative;
    width: 100%;
    height: auto;
    overflow-y: hidden; 
    scrollbar-width: none; 
}

.landingpage-main-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    scroll-behavior: smooth; 
}

/* For WebKit browsers */
.landingpage-main-wrapper::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

/* Show scrollbar thumb on hover/scroll */
.landingpage-main-wrapper:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.landing-navbar-wrapper {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 2004px;
    background-color: #fff;
    z-index: 999;
    transform: translate(-50%, 0px);
}

@media (max-width: 991px) {
    .landing-navbar-wrapper {
        background-color: var(--secondary);
    }
}

.landingpage-main-content {
    position: relative;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
    /* color: #001B3A !important; */
    font-weight: 900 !important;
}

/* ================== HERO ================== */

/* START SECTION ONE */

.section-one {
    width: 100%;
    height: auto;
    /* min-height: 89vh; */
    background: url(../images/landingpage_hero.jpg) center / cover no-repeat;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
}

#section-one-id {
    background-attachment: fixed;
}

.hero-content-wrapper {
    width: 100%;
    height: auto;
    padding: 150px 24px;
}

.section-one-content {
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    .section-one {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
}
@media (max-width: 820px) {
    /* .section-one {
        background: url(../images/landingpage_hero.jpg) calc(100% - -416px) bottom / cover no-repeat;
    } */
}

.hero-content h1{
    font-size: 90px;
    line-height: 100px;
    color: var(--secondary);
}

@media (max-width: 1200px) {
    .hero-content h1{
        font-size: 60px;
    }
}

@media (max-width: 720px) {
    .hero-content h1{
        font-size: 54px;
    }
}

@media (max-width: 520px) {
    .hero-content h5 { 
        font-size: 16px !important;
    }
    .hero-content h1{
        font-size: 32px;
        line-height: 50px;
    }
}

.hero-content h5 { 
    font-size: 30px;
}

.section-one  .form-wrapper {
    background-color: #0000002a;
    border-radius: 100px;
    padding: 0px 16px 30px;
}

.section-one  .form-wrapper form  {
    width: 100%;
    height: 100%;
    border: 4px solid white;
    border-radius: 80px;
    background-color: #001b3a36;
}

.hero-form-button {
    background-color: var(--gold);
    font-weight: 600;
    color: var(--primary);
}
.hero-form-button:hover {
    background-color: var(--gold-dark);
    color: var(--secondary);
}

/* END SECTION ONE */

/* START SECTION TWO */
.section-two {
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--secondary);
    overflow: hidden;
}

.svg-plane-image {
    position: absolute;
    width: 580px;
    top: 24px;
    right: -390px;
    transform: scaleX(-1);
    z-index: 2 !important;
}
@media (max-width: 1200px) {
    .svg-plane-image {
        width: 400px;
        top: 0px;
        right: -200px;
    }
}

@media (max-width: 767px) {
    .svg-plane-image {
        width: 317px;
        right: -120px;
    }
}
@media (max-width: 494px) {
    .svg-plane-image {
        width: 235px;
        right: -95px;
    }
}
@media (max-width: 390px) {
    .svg-plane-image {
        width: 165px;
        right: -65px;
    }
}

.svg-middleleft-image {
    position: absolute;
    left: -10px;
    top: 30%;
    z-index: 1 !important;
}

.svg-middleright-image {
    position: absolute;
    right: -10px;
    top: 12%;
    z-index: 1 !important;
}


.section-two-content{
    position: relative;
    z-index: 99 !important;
}
@media (max-width: 390px) {
    .section-two .section-two-content .cards-wrapper .card h5{
        font-size: 18px !important;
    }
    .section-two .section-two-content .cards-wrapper .card p {
        font-size: 14px !important;
    }
     .section-two .section-two-content .cards-wrapper .card svg  {
        width: 40px !important;
        height: 40px !important;
    }
}

.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.cards-wrapper .card {
    min-width: 300px;
    flex: 30%;
    border-radius: 70px;
    display: flex;
    align-content: space-between;
}

.cards-wrapper .card h5 {
    font-size: 25px !important;
    font-weight: 800 !important;
}

.card-one {
    background: #002D62;
    background: linear-gradient(313deg,rgba(0, 45, 98, 1) 31%, rgba(255, 181, 71, 1) 100%);
}

.card-two {
    background: #FFB547;
    background: linear-gradient(313deg,rgba(255, 181, 71, 1) 46%, rgba(0, 45, 98, 1) 100%);
}

.card-three {
    background: #9b8c2a;
    background: linear-gradient(137deg,rgba(155, 140, 42, 1) 0%, rgba(155, 17, 30, 1) 50%, rgba(155, 17, 30, 1) 100%);
}

.card-four {
    background: #9B111E;
    background: linear-gradient(153deg,rgba(155, 17, 30, 1) 0%, rgba(155, 17, 30, 1) 16%, rgba(59, 52, 53, 1) 62%);
}

.card-five {
    background: #9b8c2a;
    background: linear-gradient(137deg,rgb(155, 106, 42) 0%, rgba(155, 17, 30, 1) 50%, rgba(155, 17, 30, 1) 100%);
}
.card-six {
    background: #11369b;
    background: linear-gradient(118deg,rgba(17, 54, 155, 1) 0%, rgba(155, 17, 30, 1) 64%, rgba(155, 17, 30, 1) 31%);
}
/* END SECTION TWO */


/* START SECTION THREE */
.section-three {
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--secondary);
    overflow: hidden;
}

.syllabus-wrapper {
    position: relative;
    width: 100%;
    padding: 24px;
    padding-top: 50px;
    padding-bottom: 375px;
    height: auto;
    background: 
        linear-gradient(to bottom right, rgba(19, 23, 51, 0.678), rgba(19, 23, 51, 0.678)),
        url(../images/bg-image.jpg) right bottom / cover no-repeat;
    overflow: hidden;
}
.syllabus-wrapper .content-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translate(0%, 5%);
    z-index: 99;
}
.syllabus-wrapper .content-text p {
    border-radius: 100px;
    margin-left:  20px;
    margin-right: 20px;
}

.syllabus-text-content {
    position: relative;
    z-index: 9;
}

.syllabus-wrapper div h1 {
    font-size: 64px !important;
    font-weight: 800;
    color: var(--light);
}

.syllabus-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    min-width: 1400px;
    height: 500px;
    left: -50%;
    bottom: -50%;
    background-color: var(--gold);
    rotate: 48deg;
    transform: translate(-25%, -18%);
}

.syllabus-wrapper::after {
    position: absolute;
    content: "";
    width: 250%;
    height: 100%;
    right: -50%;
    bottom: -30%;
    background-color: var(--secondary);
    rotate: -12deg;
    transform: translate(-5%, 50%);
    border-top: 6px solid red;
}


@media (max-width: 1400px) {
   .syllabus-wrapper::before {
        left: -50%;
        bottom: -58%;
    } 
}
@media (max-width: 1244px) {
    .syllabus-wrapper {
        padding-top: 24px;
        padding-bottom: 375px;
    }
    .syllabus-wrapper div h1 {
        font-size: 48px !important;
        line-height: 50px;
    }
     .syllabus-wrapper div p {
        font-size: 20px !important;
    }
    .syllabus-wrapper .content-text p {
        font-size: 14px !important;
    }
    .syllabus-wrapper::before {
        left: -48%;
        bottom: -90%;
    }
    .syllabus-wrapper::after {
        bottom: -12%;
    } 
}
@media (max-width: 991px) {
    .syllabus-wrapper .content-text p {
        font-size: 14px !important;
    }
    .syllabus-wrapper::before {
        left: -53%;
        bottom: -116%;
    }
}
@media (max-width: 767px) {
    .syllabus-wrapper {
        padding-top: 40px;
        padding-bottom: 344px;
    }
    .syllabus-wrapper div h1 {
        font-size: 32px !important;
        line-height: 50px;
    }
    .syllabus-wrapper div p {
        font-size: 16px !important;
    }
    .syllabus-wrapper::before {
        left: -100%;
        bottom: -78%;
    }
}
@media (max-width: 530px) {
        .syllabus-wrapper::before{
        left: -120%;
        bottom: -85%;
    }

}
@media (max-width: 411px) {
      .syllabus-wrapper div h1 {
        font-size: 25px !important;
        line-height: 50px;
    }

}

.shape-01-svg {
    position: absolute;
    bottom: 14px;
    right: 20px;
    z-index: 99;
}

.shape-01-svg svg {
    width: 144% !important;
    height: 41% !important;
}
@media (max-width: 820px) {
    .shape-01-svg {
        bottom: 52px !important;
        right: -17px !important;
    }
    .shape-01-svg svg {
        width: 190px !important;
    }
}

.section-three-content {
    position: relative;
}

.section-three-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    top: -10px;
    left: 0;
    background-color: var(--secondary);
}

.triaggle-shape-1 {
    position: absolute;
    left: 0;
    top: -8px;
    rotate: 90deg;
}

.triaggle-shape-2 {
    position: absolute;
    top: -165px;
    right: 0;
    rotate: -90deg;
}
.triaggle-shape-2 svg {
    width: 300px;
}
@media (max-width: 820px) {
    .triaggle-shape-1 {
        top: -230px;
    }

    .triaggle-shape-1 svg {
        width: 137px;
        height: 295px;
    }

    .triaggle-shape-2 {
        top: -124px;
        right: 0;
    }

    .triaggle-shape-2 svg {
        width: 210px;
        height: 248px;
    }
}

.atpl-subject-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex: 20%;
    justify-content: center;
    gap: 10px;
    z-index: 99;
}
.atpl-subject-wrapper li {
    width: auto;
    padding: 8px 16px;
    background-color: var(--light);
    border-radius: 100px;
    color: var(--dark);
    font-weight: 700;
}
.atpl-subject-wrapper li span {
    color: var(--dark-red);
    font-weight: 700;
}
@media (max-width: 767px) {
    .atpl-subject-wrapper li {
        width: 100%;
    }
}

/* END SECTION THREE */

/* START SECTION FOUR */
.section-four {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.row-1 {
    position: relative;
    width: 100%;
    height: 60vh;
    background: #f5f0f0;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(199, 195, 195, 1) 96%);
}

.section-four-second-text-content {
    padding-top: 180px;
}
@media (max-width: 991px) {
    .row-1 {
        height: auto !important
    }

    .row-1 .laptop-img-box {
        position: relative !important;
        width: 100%;
        max-width: 540px;
        height: auto;
        margin: 0 auto;
        margin-bottom: -35px;
    }
     .row-1 .laptop-img-wrapper::before {
        width: 78%;
        left: 10%;
        bottom: -72px;
    }
}
@media (max-width: 735px) {
    .row-1 .laptop-img-box {
        padding: 1px 30px;
    }
    .row-1 .laptop-img-wrapper::before {
        width: 78%;
        left: 10%;
        bottom: -72px;
    }
}

.device-box {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;

    border: 3px solid red;
}
.laptop-img-wrapper {
    position: relative;
}
.laptop-img-wrapper::before {
    position: absolute;
    content: "";
    width: 103%;
    height: 27px;
    /* background-color: rgb(0 0 0 / 85%); */
    background-color: #0101019C;
    left: -12%;
    bottom: -24px;
    border-radius: 44%;
    /* filter: blur(16px); */
    z-index: 1;
    transform: translate(10px, -5px);
}

.laptop-img-box {
    position: absolute;
    width: auto;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    left: 0;
    bottom: -40px;
    z-index: 2;
    /* object-fit: cover; */
}
 .laptop-image {
    width: 100%;
    height: 100%;
}
/* END SECTION FOUR */

/* START SECTION FIVE */
.section-five {
    position: relative;
    width: 100%;
    height: auto;
}

.marquee-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.marquee {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    display: block;
    transform-origin: 50% 100%;
    transition: transform 0.1s;
    background-color: var(--secondary);
}

.marquee .inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: white;
    white-space: nowrap;
    gap: 30%;
    margin: 0 20%;
    transform: translate(-50%, -50%);
}
.marquee .inner p {
    margin-bottom: 0 !important;
        font-size: 20px;
    font-weight: 700;
}
.marquee .inner p:first-child {
    opacity: 0;
    width: 1px !important;
}

/* .section-five-image-box {
    position: relative;
    width: 70%;
    height: 100%;
    min-height: 1200px;
    object-fit: cover;
} */

.section-five-svg-plane-code {
    /* position: absolute;
    width: 80%;
    height: 100%;
    top: 120px;
    left: 0; */
}
.section-five-svg-plane-code svg path {
    fill: #002D62 !important;
}

.section-five-hand-box {
    position: relative;
    width: 100%;
    height: 500px;
}
.section-five-hand-img {
     position: absolute;
    width: auto;
    /* max-width: 100%; */
    height: auto;
    left: 0;
    bottom: -8px;

}

.section-five-hand-img img{
    width: 100%;
    height: 100%;
    /* position: absolute;
    left: -40px;
    bottom: -7px; */
}

.section-five-image-box img {
    width: 100%;
    height: auto;
    transform: scale(1.5) translateY(-16%) translateX(8%);
}


.section-five-trial-text {
    font-size: 50px;
    color: #F1ECE6; /* fill color */
    text-shadow: rgb(155, 17, 30) 8px 0px 0px, rgb(155, 17, 30) 7.93758px 0.997398px 0px, rgb(155, 17, 30) 7.7513px 1.97923px 0px, rgb(155, 17, 30) 7.44406px 2.93018px 0px, rgb(155, 17, 30) 7.02066px 3.8354px 0px, rgb(155, 17, 30) 6.4877px 4.68078px 0px, rgb(155, 17, 30) 5.85351px 5.45311px 0px, rgb(155, 17, 30) 5.12797px 6.14035px 0px, rgb(155, 17, 30) 4.32242px 6.73177px 0px, rgb(155, 17, 30) 3.44941px 7.21814px 0px, rgb(155, 17, 30) 2.52258px 7.59188px 0px, rgb(155, 17, 30) 1.55638px 7.84714px 0px, rgb(155, 17, 30) 0.565898px 7.97996px 0px, rgb(155, 17, 30) -0.433417px 7.98825px 0px, rgb(155, 17, 30) -1.42597px 7.87189px 0px, rgb(155, 17, 30) -2.39627px 7.63269px 0px, rgb(155, 17, 30) -3.32917px 7.27438px 0px, rgb(155, 17, 30) -4.21013px 6.80256px 0px, rgb(155, 17, 30) -5.02539px 6.22459px 0px, rgb(155, 17, 30) -5.76223px 5.54948px 0px, rgb(155, 17, 30) -6.40915px 4.78778px 0px, rgb(155, 17, 30) -6.95606px 3.95136px 0px, rgb(155, 17, 30) -7.39442px 3.05329px 0px, rgb(155, 17, 30) -7.71739px 2.10757px 0px, rgb(155, 17, 30) -7.91994px 1.12896px 0px, rgb(155, 17, 30) -7.9989px 0.132735px 0px, rgb(155, 17, 30) -7.95304px -0.865561px 0px, rgb(155, 17, 30) -7.78307px -1.85035px 0px, rgb(155, 17, 30) -7.49165px -2.80627px 0px, rgb(155, 17, 30) -7.08333px -3.71839px 0px, rgb(155, 17, 30) -6.56448px -4.57249px 0px, rgb(155, 17, 30) -5.94318px -5.35524px 0px, rgb(155, 17, 30) -5.22915px -6.05442px 0px, rgb(155, 17, 30) -4.43352px -6.65912px 0px, rgb(155, 17, 30) -3.5687px -7.15991px 0px, rgb(155, 17, 30) -2.6482px -7.54898px 0px, rgb(155, 17, 30) -1.68637px -7.82024px 0px, rgb(155, 17, 30) -0.698222px -7.96947px 0px, rgb(155, 17, 30) 0.300817px -7.99434px 0px, rgb(155, 17, 30) 1.29516px -7.89446px 0px, rgb(155, 17, 30) 2.2693px -7.67139px 0px, rgb(155, 17, 30) 3.20802px -7.32862px 0px, rgb(155, 17, 30) 4.09668px -6.87148px 0px, rgb(155, 17, 30) 4.92142px -6.30711px 0px, rgb(155, 17, 30) 5.66936px -5.64432px 0px, rgb(155, 17, 30) 6.32883px -4.89346px 0px, rgb(155, 17, 30) 6.88954px -4.06623px 0px, rgb(155, 17, 30) 7.34274px -3.17555px 0px, rgb(155, 17, 30) 7.68136px -2.23532px 0px, rgb(155, 17, 30) 7.90012px -1.26021px 0px, rgb(155, 17, 30) 7.9956px -0.265434px 0px;        /* fallback, not widely supported */
}
.section-five-svg-50 svg path {
    fill: black !important;
}

/* START SECTION FIVE */

/* START SECTION SIX */
.section-six {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 90vh;
    overflow: hidden;
}
.section-six::before {
    position: absolute;
    content: "";
    width: 105%;
    height: 105%;
    left: -15px;
    top: -15px;
    background: linear-gradient(to bottom right, rgba(19, 23, 51, 0.678), rgba(19, 23, 51, 0.678)), url(../images/bg-image2.jpg) center / cover no-repeat;
    filter: blur(8px);
    z-index: 1;
}

.section-six-content {
    position: relative;
    z-index: 2;
}
   

/* ================== ABOUT ================== */

/* START ABOUT SECTION ONE */
.about-section-one {
    position: relative;
    width: 100%;
    height: auto;
    background: url(../images/plane-bg.jpg) center / cover no-repeat;
    padding:250px 15px;
}
.about-section-one::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000099;
    z-index: 1;
}
.about-section-one-content {
    position: relative;
    z-index: 2;
}

.about-logo svg {
    width: 142px;
    height: 93px;
}

.about-title svg {
    width: 440px;
    height: 74px;
}

@media (max-width: 1200px) {
    .about-section-one .about-section-one-content .about-logo svg {
        width: 100px;
    }
    .about-section-one .about-section-one-content .about-title svg {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .about-section-one .about-section-one-content .about-logo svg {
        width: 80px;
    }

    .about-section-one .about-section-one-content .about-title svg {
        width: 220px;
    }
}



/* START ABOUT SECTION TWO */
.about-section-two {
    position: relative;
    width: 100%;
    height: auto;
    padding: 120px 24px;
}

.about-section-two h1,
.about-section-two h2 {
    font-weight: 900 !important;
    -webkit-text-stroke: 1px 
    var(--secondary);letter-spacing: 2px;
}
@media (max-width: 767px) {
    .about-section-two h1,
    .about-section-two h2 {
        font-size: 20px;
    }
}

.about-section-two-left-textcontent .welcome-text{
    color: var(--gold) !important;
    -webkit-text-stroke: 1px 
    var(--gold);letter-spacing: 2px;
}

.about-section-two-right-textcontent p{
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .about-section-two-right-textcontent p{
        font-size: 16px;
        font-weight: 600;
    }
}

@media (max-width: 991px) {
    .about-section-two-right-textcontent  {
        text-align: justify !important;
    }
}

.about-section-two-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 220px;
    padding: 24px 34px;
}

@media (max-width: 767px) {
    .about-section-two-img-wrapper {
        padding: 8px;
        border-radius: 40px !important;
    }
}

.about-section-two-img-box {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover; 
}
.about-section-two-img-box img {
    width: 100%;
    height: 100%;
}


/* END ABOUT SECTION TWO */


/* START ABOUT SECTION THREE */
.about-section-three {
    position: relative;
    width: 100%;
    height: auto;
}

.about-section-three-content {
    margin-bottom: 110px;
}

.about-section-three-svg svg path{
   fill: #000000 !important;
}

.about-section-thre-space-app-text {
    margin-top: 210px;
}

@media (max-width: 767px) {
    .about-section-three-content {
        margin-bottom: 60px;
    }

    .about-section-thre-space-app-text {
        margin-top: 125px;
    }
    .about-section-three-svg svg {
        width: 110px !important;
        height: 110px !important;
    }
}

/* END ABOUT SECTION THREE */



/* START ABOUT SECTION FOUR */
.about-section-four {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 90vh;
    padding: 120px 24px;
   background: url(../images/Background_1.png) center / cover no-repeat;
}

/* END ABOUT SECTION FOUR */




/* START ABOUT SECTION FIVE */
.about-section-five {
    position: relative;
    width: 100%;
    height: auto;
    padding: 120px 24px;
    overflow: hidden;
    background-color: #F2F2F2;
}
.about-section-four .about-section-five-svg svg{
    width: 80px;
    height: 64px;
}

.about-section-five-svg svg path{
   fill: #000000 !important;
}

@media (max-width: 991px) {
     .about-section-five-svg svg{
        width: 100px !important;
        height: 64px !important;
    }
}

.stay-connected-box {
    position: relative;
    font-size: 70px; 
    color: #001B3A; 
    -webkit-text-stroke: 1px 
    #001B3A;letter-spacing: 2px;
}

@media (max-width: 991px) {
    .stay-connected-box {
        font-size: 40px; 
    }
}

@media (max-width: 767px) {
    .stay-connected-box {
        font-size: 30px; 
    }
}

.stay-connected-box::after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -10px;
    left: 0;
    padding: 3px;
    border-radius: 100px;
    background-color: #FFB547;
}

/* END ABOUT SECTION FIVE */

/* START ABOUT SECTION SIX */
.about-section-six {
    position: relative;
    width: 100%;
    height: auto;
}

.about-section-six-contact h1 {
    font-size: 50px;
    font-weight: 900;
    color: var(--secondary); 
    -webkit-text-stroke: 3px 
    var(--secondary);letter-spacing: 2px;
}
.about-section-six-contact h3,
.about-section-six-contact p {
    font-weight: 900;
    color: var(--secondary);
}

.about-section-six .contant-form {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: auto;
    background-color: var(--secondary);
}
@media (max-width: 991px) {
    .about-section-six .contant-form {
        width: 100%;
        max-width: unset !important;
    }
}

.about-section-six .form-group {
    position: relative;
    margin-top: 2rem;
    font-family: sans-serif;
}

@media (max-width: 767px) {
    .about-section-six .form-group {
        margin-top: 1rem;
    }
    .about-section-six .form-control {
        padding: 10px;
        font-size: 14px;
    }
    .about-section-six .form-label {
        font-size: 12px;
    }
    .about-section-six .form-control:focus + .about-section-six .form-label,
    .about-section-six .form-control:not(:placeholder-shown) + .about-section-six .form-label {
        font-size: 12px !important;
    }
}

.about-section-six .form-control {
    width: 100%;
    padding: 12px 12px 12px 12px;
    font-size: 16px;
    border: 1px solid var(--light);
    color: var(--light);
    border-radius: 4px;
    background: var(--secondary);
}

.about-section-six .form-label {
    position: absolute;
    left: 12px;
    top: 12px;
    color: var(--light);
    font-weight: 50 !important;
    pointer-events: none;
    background: #001B3A;
    transition: 0.2s ease all;
    padding: 0 4px;
}

/* Move label up when input is focused or not empty */
.about-section-six .form-control:focus +  .form-label,
.about-section-six .form-control:not(:placeholder-shown) + .form-label {
    top: -14px;
    font-size: 16px;
    color: var(--light);
    font-weight: 700;
    background: #001B3A;
}
.about-section-six .form-control:focus {
    background: #001B3A;
}
/* END ABOUT SECTION SIX */







/* ================== Services ================== */

.services-page-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    overflow: hidden;
}

.services-section-one-content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 200px 24px;
    background: url(../images/services-bg.jpg) center / cover no-repeat;
}

.services-section-one-content::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #01112498;
    z-index: 1;
}

.services-section-one-content .services-section-one-header h1{
    position: relative;
    font-size: 60px;
    z-index: 9 !important;
    color: var(--light) !important;
        -webkit-text-stroke: 1px 
    var(--light);
    letter-spacing: 1px;
}
@media (max-width: 991px) {
    .services-section-one-content {
        padding: 130px 24px;
    }
    .services-section-one-content .services-section-one-header h1{
        font-size: 40px;
    }
}

.services-section-one {
    width: 100%;
    height: auto;
}

.services-section-one-box-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--secondary);
}

.services-section-one-box-wrapper .row {
    position: relative;
    z-index: 99;
}

.card-services {
    position: relative;
    width: 100%;
    max-width: 300px;
    height: 258px;
}
@media (max-width: 767px) {
    .card-services {
        max-width: 400px;
    }
}

.card-services-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: -18px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    border-radius: 10px;
    background-color: var(--secondary);
    transform: translate(-50%, -50%);
}
/* .card-services-icon svg path{
    fill: var(--secondary) !important;
    stroke-dashoffset: 2px !important;
} */

.card-services-text {
    position: absolute;
    width: 100%;
    height: 275px;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: var(--light);
    border-radius: 10px;
    padding: 16px;
    padding-top: 70px !important;
}
.card-services-text h6{
    -webkit-text-stroke: 1px 
    var(--secondary);
    letter-spacing: 1px;
}
/* START ABOUT SECTION one */


.services-section-one-lines-box,
.services-section-one-lines-box-bottom,
.services-section-one-lines-box-bottom2,
.services-section-one-cube-shape-box,
.services-section-one-shape2-box,
.services-section-one-shape2-box-flipped {
    position: absolute;
    width: 100%;
    height: auto;
     z-index: 2;
}
.services-section-one-lines-box {
    left: 0;
    top: -48px;
}

.services-section-one-cube-shape-box {
    width: 100% !important;
    left: -0;
    top: 380px;
    transform: scale(1.2);
}
.services-section-one-shape2-box {
    width: 425px !important;
    left: -18px;
    top: 50%;
    transform: translate(0px, -830px);
}
.services-section-one-shape2-box-flipped {
    width: 425px;
    right: -16px;
    top: 50%;
    transform: translate(0px, -325px) scaleX(-1);
}

.services-section-one-lines-box img,
.services-section-one-lines-box-bottom img,
.services-section-one-lines-box-bottom2 img,
.services-section-one-cube-shape-box img,
.services-section-one-shape2-box img,
.services-section-one-shape2-box-flipped img {
    width: 100%;
    height: 100%;
}

.services-section-one-text-content {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 220px auto;
    color: var(--light);
    padding: 24px;
    z-index: 9;
}
@media (max-width: 991px) {
    .services-section-one-text-content {
        margin: 100px auto;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .services-section-one-text-content {
        margin: 50px auto;
        text-align: center;
    }
}

.services-section-one-card-wrapper {
    position: relative;
    width: 100%;
    max-width: 1300px;
    padding-bottom: 200px !important;
    margin: 0 auto;
}

.services-section-one-card-content-1,
.services-section-one-card-content-2,
.services-section-one-card-content-3,
.services-section-one-card-content-4,
.services-section-one-card-content-5,
.services-section-one-card-content-6,
.services-section-one-card-content-7,
.services-section-one-card-content-8  {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 450px;
    margin: 20px auto;
    border: 2px solid var(--light);
    border-radius: 40px;
}
.services-section-one-card-content-1 div,
.services-section-one-card-content-2 div,
.services-section-one-card-content-3 div,
.services-section-one-card-content-4 div,
.services-section-one-card-content-5 div,
.services-section-one-card-content-6 div,
.services-section-one-card-content-7 div,
.services-section-one-card-content-8 div {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    border-radius: 40px;
    padding: 24px;
}
@media (min-width: 370px) and (max-width: 991px){
    .services-section-one-card-content-1 div h3,
    .services-section-one-card-content-2 div h3,
    .services-section-one-card-content-3 div h3,
    .services-section-one-card-content-4 div h3,
    .services-section-one-card-content-5 div h3,
    .services-section-one-card-content-6 div h3,
    .services-section-one-card-content-7 div h3,
    .services-section-one-card-content-8 div {
        font-size: 24px;
    }
    .services-section-one-card-content-1 div p,
    .services-section-one-card-content-2 div p,
    .services-section-one-card-content-3 div p,
    .services-section-one-card-content-4 div p,
    .services-section-one-card-content-5 div p,
    .services-section-one-card-content-6 div p,
    .services-section-one-card-content-7 div p,
    .services-section-one-card-content-8 div {
        font-size: 14px;
        margin-bottom: 0;
    }
}


.services-section-one-card-content-1 div {
    background: linear-gradient(296.28deg, #FFB547 3.03%, #002D62 98.51%);
}
.services-section-one-card-content-2 div {
   background: linear-gradient(296.28deg, #1DEDDC 3.03%, #001B3A 98.51%);
}
.services-section-one-card-content-3 div {
    background: linear-gradient(296.28deg, #1DEDDC 3.03%, #001B3A 98.51%);
}
.services-section-one-card-content-4 div {
    background: linear-gradient(296.28deg, #F2AE47 3.03%, #002D62 98.51%);
}
.services-section-one-card-content-5 div {
    background: linear-gradient(296.28deg, #EBAA48 3.03%, #002D62 98.51%);
}
.services-section-one-card-content-6 div {
    background: linear-gradient(296.28deg, #1DEDDC 3.03%, #001B3A 98.51%);
}
.services-section-one-card-content-7 div {
    background: linear-gradient(296.28deg, #1DEDDC 3.03%, #001B3A 98.51%);
}
.services-section-one-card-content-8 div {
    background: linear-gradient(296.28deg, #FFB547 3.03%, #002D62 98.51%);
}

.services-section-one ul li {
    list-style: unset !important;
}

.services-section-one-Subscribe-button-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding: 100px 24px;
  background: linear-gradient(180deg, #012945 0%, #0A5F85 3%, #1496A8 75%, #9CE2E6 100%);
}

.services-section-one-Subscribe-button-box {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;
    z-index: 99;
    background: #FFFFFF4F;
    /* border-radius: 80px; */
    padding: 100px 25px;
}

@media (max-width: 991px) {
    .services-section-one-Subscribe-button-box {
        display: block;
        padding: 100px 16px;
        padding-bottom: 16px !important;
    }
}

.globe-svg {
    position: absolute;
    left: 50%;
    top: 10%;
    width: 155px;
    transform: translate(-50%, -8%);
}

.globe-svg img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    .globe-svg {
        left: 50%;
        top: 0;
        width: 155px;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 991px) {
    .globe-svg {
        left: 50%;
        top: 0;
        width: 125px;
        transform: translate(-50%, -50%);
    }
}

.services-section-one-Subscribe-button-box .bg-white {
    padding: 25px;
    border-radius: 30px;
    width: 100%;
    max-width: 750px;
}

.services-section-one-Subscribe-button-box-text {
    padding-right: 50px;
    padding-left: 20px;
}

.services-section-one-Subscribe-button-box div h1 {
    font-size: 60px;
    color: var(--light);
    -webkit-text-stroke: 1px 
    var(--light);
    letter-spacing: 1px;
}

@media (max-width: 1200px) {
    .services-section-one-Subscribe-button-box-text {
        padding-right: 0;
        padding-left: 0;
    }
    .services-section-one-Subscribe-button-box div h1 {
    font-size: 40px;
    }
}

@media (max-width: 767px) {
    .services-section-one-Subscribe-button-box div h1 {
        font-size: 20px;
    }
    .services-section-one-Subscribe-button-box div p {
        font-size: 16px;
    }
}

.services-section-one-lines-box-bottom {
    left: 0;
    top: 0;
    transform: translate(0, -77%) scaleY(-1);
}

.services-section-one-lines-box-bottom2 {
    left: 0px;
    width: 70%;
    top: 0;
    rotate: -84deg;
    transform: translate(32%, -15%) scaleY(-1);
    opacity: .2;
}

@media (max-width: 767px) {
    .services-section-one-lines-box-bottom {
        min-height: 800px !important;
        width: 226%;
        top: -137px;
    }
    .services-section-one-lines-box-bottom2 {
        width: 100%;
        top: -117px;
    }
}

/* START ABOUT SECTION TWO */
.services-section-two {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: var(--secondary);
}



/* SEARCH MODAL */

.search-button svg path {
  stroke: #A90015 !important;
  stroke-width: 1.8px !important;
  fill: transparent !important;
}

.landing-humburger {
    border: none !important;
    margin-right: 0 !important;
}
/* .retewrtwet {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 99;
} */


/* PRICING PLAN */
  .pricing-section {
    position: relative;
    background-image: url(../../static/img/gradient-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 1rem 6rem 1rem;
    color: #fff;
  }

  .pricing-section .glass-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    backdrop-filter: blur(10px);
  }

  .pricing-section .text-gradient {
    display: inline-block;
    background: linear-gradient(90deg, #ffffff, #05ffff, #ffb547);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .pricing-section .plan-card {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    padding: 2rem;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .pricing-section .plan-card h3 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }
  .pricing-section .plan-card .price {
    font-size: 3rem;
    font-weight: bold;
  }
  .pricing-section .plan-card .duration {
    font-size: 1rem;
    margin-bottom: 1rem;
    opacity: 0.8;
  }
  .pricing-section .plan-card .btn-subscribe {
    margin-bottom: 1rem;
    font-weight: bold; /* Make the button text bold */
  }
  .pricing-section .plan-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .pricing-section .plan-card ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
  }
  .pricing-section .plan-card ul li.checked::before {
    content: "\2713";
    color: #ffc107;
    margin-right: 0.5rem;
  }
  .pricing-section .plan-card ul li.cross::before {
    content: "\2717";
    color: #f44336;
    margin-right: 0.5rem;
  }

  /* Enlarge the center card */
  .pricing-section .plan-card.premium {
    transform: scale(1.05);
    z-index: 1;
  }

  .pricing-section .badge-popular {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #e53935;
    color: #fff;
    padding: 0.25rem 0.75rem;
    border-radius: 50px;
    font-size: 0.75rem;
  }

/* END PRICING PLAN */

/* PAYMENT */
.payment-content {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 20px;
    padding-top: 120px !important;
}

  .StripeElement {
    padding: 10px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: white;
  }
  .StripeElement--focus {
    border-color: #80bdff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  }

  .credit-card {
    background: linear-gradient(135deg, #3b8beb, #7b2ff7);
    color: white;
    border-radius: 15px;
    padding: 20px 25px;
    min-height: 200px;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    margin-bottom: 30px;
  }

  .credit-card h6 {
    opacity: 0.9;
  }

  .card-number {
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin: 20px 0;
  }

  .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .chip {
    width: 50px;
    height: 35px;
    background-color: gold;
    border-radius: 8px;
  }










































