@font-face {
    font-family: 'Swiss', sans-serif;
    src: url("../fonts/Swiss_regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Swiss_light', sans-serif;
    src: url("../fonts/Swiss_Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Swiss_bold', sans-serif;
    src: url("../fonts/Swiss_bold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Swiss', sans-serif !important;
    overflow-x: hidden;
    background-color: #000 !important;
    color: #fff !important;
    scroll-behavior: smooth;
    ;
}

.inp {
    position: relative;
}

.container {
    max-width: 1600px !important;
    width: 90% !important;
}

#mainHeader {
    background-color: #0b092a;
}


.hero_bg {
    background-image: url('../images/hero_img.webp');
    background-position: center;
    background-repeat: no-repeat;
}

.hero_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/VARSA_text.webp');
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 80% 100%;
}

.hero_bg .img,
.hero_bg .hero_hed {
    position: relative;
    z-index: 2;
}

.hero_bg .img {
    filter: drop-shadow(0px 4px 4px rgb(0, 0, 0));
}

.hed_btn.btn {
    background-color: #3A5EFB;
    color: #fff;
    border-radius: 10px;
    padding: 5px 15px;
}

.hed_btn.btn:hover {
    background-color: #1131c2;
    color: #fff;
}

.navbar-nav .nav-link:hover {
    color: #3A5EFB !important;
}

.scrolled {
    background-image: linear-gradient(180deg, #001562 0%, #091130 100%);
}

#mainHeader .navbar-toggler {
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 30px;
    font-size: 14px;
    padding: 8px;
    border-radius: 7px;
}




.navbar-collapse {
    transition: 0.5s ease-in-out;
}

.hero_hed h1 {
    font-size: 65px;
    font-weight: bolder;
    font-family: 'Swiss_bold', sans-serif;
    margin: 0 0 20px 0;
}

.hero_hed p {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

.launch_crd {
    position: relative;
    border: 1px solid #2D2D2D;
    border-radius: 26px;
    padding: 32px;
    overflow: hidden;
}

.launch_crd::before {
    background: linear-gradient(90deg, #253787 0%, #041F94 100%);
    opacity: 0.25;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.launch_crd .hed h2 {
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 10px 0;
    font-family: 'Swiss_bold', sans-serif;
}

.launch_crd .crd {
    background-image: linear-gradient(180deg, #001562 0%, #091130 100%);
    text-align: center;
    border-radius: 16px;
    padding: 40px 20px;
    border: 1px solid #ffffff48;
}

.launch_crd .crd h4 {
    font-size: 24px;
    font-family: "M PLUS 2", sans-serif;
    letter-spacing: 3px;
}

.launch_crd .crd p {
    margin: 0;
    font-size: 72px;
    font-weight: 800;
    font-family: 'Swiss_bold', sans-serif;
    line-height: normal;

}

.app_launch {
    position: relative;
}

.mtch_bg .hed h3 {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 20px 0;
    font-family: 'Swiss_bold', sans-serif;
}

.mtch_bg .hed p {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Swiss_light', sans-serif;
}

.mtch_itm_rw .item {
    width: 32%;
    padding: 30px;
    background-image: linear-gradient(180deg, #15225c 0%, #ffffff0d 100%);
    border-radius: 30px;
    border: 1px solid #ffffff48;
}

.mtch_bg {
    position: relative;
    background-image: url('../images/match_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0;
}

.mtch_itm_rw .item .img {
    margin-bottom: 20px;
}

.mtch_itm_rw .item .hed h5 {
    font-size: 24px;
    font-weight: 700;
}

.abt_bg .hed h3 {
    font-size: 36px;
    font-weight: 700;
}

.abt_bg .hed p {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Swiss_light', sans-serif;
}

.abt_bg .hed ol li {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Swiss_light', sans-serif;
    line-height: 50px;
}

.waitlist_bg {
    position: relative;
    background-image: url('../images/main_bg_round.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.waitlist_bg .hed h2 {
    font-size: 36px;
    font-weight: 700;
}

.wat_crd {
    padding: 70px 30px;
    background-color: rgb(0 0 0 / 40%);
    border-radius: 30px;
    height: 100%;
    align-content: center;
}

.wat_crd h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.inp input {
    background-color: transparent;
    color: white;
    border: 1px solid #ffffff29;
    border-radius: 12px;
    padding: 10px 20px;
}

.inp textarea {
    background-color: transparent;
    color: white;
    border: 1px solid #ffffff29;
    border-radius: 12px;
    padding: 10px 20px;
}

.inp input:focus,
.inp textarea:focus {
    background-color: #ffffff05;
    box-shadow: none;
    border: 1px solid #ffffff45;
    color: white;
}


.inp label,
.inp span {
    margin-bottom: 10px;
    color: #ffffff8c;
}

.inp span {
    font-size: 12px;
}

.inp input::placeholder,
.inp textarea::placeholder {
    color: #ffffff4a;
}

.inp input[type="radio"] {
    width: 15px;
    height: 15px;
    appearance: none;
    padding: 0;
    border: 1px solid #101b48;
    outline: 1px solid #fff;
}

.inp input[type="radio"]:checked {
    background-color: #3A5EFB;
    outline: 1px solid #3A5EFB;
}

.btn.sub_wat {
    background-color: #3A5EFB;
    color: #fff;
    padding: 10px 40px;
    border-radius: 12px;
    border: none;
    font-size: 16px;
    margin-bottom: 20px;
}

.wat_form span {
    color: #C9C9C9;
}

.btn.sub_wat:hover {
    background-color: #0f2fb9;
}

.app_screens {
    position: relative;
}

.app_screens::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/main_bg_round.webp');
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 58%;
    transform: rotate(180deg);
}

.app_screens .hed {
    position: relative;
}

.app_screens .hed h3 {
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 20px 0;
    font-family: 'Swiss_bold', sans-serif;
    color: #E2E7FE;
}

.app_screens .hed p {
    color: #E2E7FE;
}

.app_slider {
    position: relative;
    padding: 10px 0 0;
    margin: 30px 0 30px;
    transition: 0.5s ease-in-out;
}

.owl-dots .owl-dot {
    display: flex;
    justify-content: center;
    /*position: absolute;*/
    /*bottom: -40px;*/
    list-style: none;
    gap: 10px;
    left: 0;
    right: 0;
    padding: 0;
}

.owl-dots .owl-dot .owl-dot.active {
    background-color: #fff;
}

.owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.owl-dots .owl-dot span {
    display: block;
    width: 20px !important;
    height: 20px !important;
    padding: 0;
    border: none;
    border-radius: 50px;
    border: 1px solid #CEDDF8 !important;
    text-indent: -9999px;
    background: #ceddf80a !important;
}

.owl-dots .owl-dot.active span {
    background: #fff !important;
}
.owl-item img {
    display: flex;
    max-width: 100%;
    height: auto;
    min-height: 490px;
    justify-content: center;
    align-items: center;
}

.owl-item {
    display: flex !important;
    justify-content: center;
}

.app_screens .container {
    position: relative;
    z-index: 99;
}

.app_screens .owl-item {
    margin: 40px 0px;
    transition: 0.5s ease-in-out;
}

.app_screens .owl-item.active.center {
    transform: scale(1.1);
}


.contact_bg {
    position: relative;
    background-image: url('../images/main_bg_round.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact_bg .hed h2 {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 10px 0;
    font-family: 'Swiss_bold', sans-serif;
}

.cont_fmt {
    background-color: hsl(0deg 0% 100% / 6%);
    padding: 30px;
    border-radius: 30px;
    margin: 40px 0 60px;
}

.cont_crd .cont_dtl p {
    margin: 0;
    font-size: 16px;
}

.cont_crd {
    background-color: hsl(0deg 0% 0% / 14%);
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    position: relative;
}

.cont_social {
    position: absolute;
    bottom: 30px;
}

.cont_crd h3 {
    font-size: 32px;
    font-weight: 800;
}

.cont_crd .cont_lnks ul {
    padding: 0;
    margin: 30px 0 30px 0;
}

.cont_crd .cont_lnks ul li {
    margin-bottom: 30px;
}

.cont_crd .cont_lnks ul li p {
    margin: 0;
}

.cont_crd .cont_lnks ul li a {
    text-decoration: none;
    color: white;
}

.cmp_bg {
    background-image: url('../images/cmp_bg.webp');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 800px;
    position: relative;
    padding: 50px 0 50px;
}

.cmp_bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background-image: url('../images/cmp_bot_bg.webp');
    z-index: 9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 0.7;
}

.cmp_bg .hed h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.cmp_bg .hed {
    padding: 80px 0 120px;
    position: relative;
    z-index: 99;
}

.cmp_bg .hed p {
    font-size: 20px;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}

.amb_sec .hed h3 {
    font-size: 26px;
    font-weight: 800;
    max-width: 900px;
    line-height: 50px;
    margin: 0 auto;
    background: linear-gradient(45deg, #7D89BC, #FFFFFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.amb_sec .hed p {
    font-size: 26px;
}

.spc_itm {
    border: 1px solid hsl(0deg 0% 100% / 20%);
    margin: 0 10px 20px;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #00031C;
}

.spc_itm .itm h5 {
    margin: 0;
    font-size: 16px;
}

.bec_sec {
    position: relative;
    background-image: url('../images/bg_foot.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.amb_form .hed h3 {
    font-weight: 800;
}

.bec_sec .amb_form {
    background-color: hsl(0deg 0% 0% / 30%);
    padding: 35px;
    border-radius: 20px;
    border: 1px solid #ffffff24;
}

.quck_links {
    list-style: none;
    margin: 0;
}

.quck_links li h3 {
    font-weight: 700;
}

.quck_links li {
    margin-bottom: 20px;
}

.desc {
    width: 85%;
    margin: 20px 0 0 0;
}

.bdr_tp {
    border-top: 1px solid #464457;
    margin-top: 20px;
}

.quck_links a {
    text-decoration: none;
    font-weight: 600;
    color: #3A5EFB;
}

.quck_links li.quck_itm a {
    color: white;
}

/* Base modal styling */
.custom-modal {
  background-color: #0b092a;
  color: #ffffff;
  border-radius: 15px;
  border: none;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
}
.modal-header.modal-header-success {
    background-image: linear-gradient(180deg, #001562 0%, #091130 100%) !important;
    color: #fff;
}
.custom-modal {
    border-radius: 15px;
    overflow: hidden;
}

/* Header styles */
.modal-header {
  border: none;
  justify-content: center;
  font-weight: bold;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/* Body */
.modal-body {
  font-size: 15px;
  padding: 20px;
}

/* Footer */
.modal-footer {
  border: none;
  padding: 15px;
}

/* Button (uses your theme) */
.hed_btn.btn {
  background-color: #3A5EFB;
  color: #fff;
  border-radius: 10px;
  padding: 8px 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.hed_btn.btn:hover {
  background-color: #2e4ed9;
}

.owl-carousel .item {
  /*background: #ccc;*/
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  /*opacity: 0.5;*/
}

.owl-carousel .center .item {
  transform: scale(1.1);
  opacity: 1;
  z-index: 2;
}

@media (max-width: 1200px) {
    .mtch_itm_rw .item {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .hero_hed h1 {
        font-size: 38px;
    }

    .hero_hed p {
        font-size: 16px;
    }

    .launch_crd .hed h2 {
        font-size: 28px;
    }
    
    .launch_crd .crd p {
        font-size: 35px;
    }

    .launch_crd .crd h4 {
        font-size: 16px;
    }

    .mtch_bg .hed h3,
    .abt_bg .hed h3,
    .waitlist_bg .hed h2,
    .app_screens .hed h3,
    .contact_bg .hed h2,
    .cmp_bg .hed h3 {
        font-size: 30px;
    }

    .mtch_itm_rw .item .hed h5 {
        font-size: 16px;
    }

    .abt_bg .hed p,
    .abt_bg .hed ol li,
    .mtch_bg .hed p,
    .cont_crd .cont_dtl p,
    .cmp_bg .hed p {
        font-size: 14px;
    }

    .wat_crd h4 {
        font-size: 22px;
    }

    .amb_sec .hed h3,
    .amb_sec .hed p {
        font-size: 18px;
        line-height: 32px;
    }

    .spc_itm .itm h5 {
        font-size: 14px;
    }

    .cont_crd h3 {
        font-size: 20px;
    }

    .mtch_itm_rw .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .mtch_bg {
        padding: 20px 0;
    }

    .wat_crd {
        padding: 0;
    }

    .cont_crd {
        margin-bottom: 100px;
    }

    .cont_fmt {
        margin: 0;
        padding: 20px;
    }

    .cmp_bg .hed {
        padding: 0;
    }

    .bec_sec .amb_form {
        padding: 0 20px;
        border-radius: 20px;
    }

    .desc {
        margin: 20px 0 20px 0;
    }

    .launch_crd .crd {
        margin-bottom: 15px;
        padding: 25px 15px;
        padding: 30px 15px;
    }
    
    .launch_crd .row > div {
    padding-inline: 7px;
}

    .navbar-collapse.collapse.show {
        margin: 10px 0;
    }

    .hero_bg .img img {
        max-width: 100%;
        height: auto;
    }

    .mtch_itm_rw {
        margin: 30px 0 0;
    }
    .app_screens .owl-item.active.center {
    transform: scale(1);
}
.hero_bg::before {
    background-size: contain;
}
}