@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Tomorrow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ol,
ul,
li {
    list-style: none;
    padding: 0;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}


ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

html {
    scrollbar-width: none;
    /* Firefox */
}

body::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}


body {
    font-family: "Bai Jamjuree", serif;
    background: linear-gradient(185deg, #000 12.22%, #01101F 42.18%, #010C16 70.4%);
    background-repeat: no-repeat;
}

header {
    padding-top: 112px;
}

.navbar-brand,
.navbar {
    margin: 0;
    padding: 0;
}

.brand {
    height: 115px;
    object-fit: cover;
    object-position: center;
}

.main-btn {
    font-size: 15px;
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 40px;
    border: 1px solid #FFF;
    padding-inline: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-btn:hover {
    background: #fff;
    border-color: #003F5F;
    color: #003F5F;
}

.nav-link {
    font-size: 18px;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 !important;
}

.nav-link:hover,
.nav-link:focus {
    color: #8df9ff;
}
.nav-link:focus-visible{
    box-shadow: none;
}
.nav-item {
    margin-right: 40px;
}

.nav-btn {
    padding-left: 59px;
}

.main-heading {
    font-size: 44px;
    color: #FFF;
    font-family: "Tomorrow", serif;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 57.2px */
}

.hero {
    padding-bottom: 185px;
}

.hero-left h1 {
    max-width: 447px;
    width: 100%;
    padding-bottom: 3px;
}

.hero-left p {
    font-size: 18px;
    color: #FFF;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 27px */
    max-width: 440px;
    width: 100%;
}

.small-ttile {
    font-size: 24px;
    color: #FFF;
    font-family: "Tomorrow", serif;
    font-style: normal;
    font-weight: 300;
    display: block;
    line-height: 130%;
    /* 31.2px */
}

.hero-left {
    padding-top: 40px;
}

.technology-main small {
    font-size: 16px;
    color: #BABABA;
    font-family: "Tomorrow", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
    text-transform: capitalize;
    padding-bottom: 12px;
    display: block;
}

.technology-main ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    border: 1px solid rgb(255, 255, 255, 0.3);
    padding-top: 33px;
    padding-bottom: 17px;
    padding-inline: 40px;
}

.technology-main {
    padding-bottom: 149px;
}

.ai-main .main-heading {
    max-width: 375px;
    width: 100%;
    padding-bottom: 27px;
}

.ai-main p {
    font-size: 18px;
    color: #FFF;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 27px */
    max-width: 332px;
    width: 100%;
}

.ai-main {
    position: relative;
}

.ai-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
}

.ai-inner-right {
    position: relative;
    right: -40px;
}

.custom-swiper .swiper-wrapper {
    padding-bottom: 143px;
}

.custom-ai .main-heading {
    max-width: 959px;
    width: 100%;
    padding-bottom: 40px;
}

.custom-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    max-height: 587px;
    min-height: 587px;
    border: 1px solid #003F5F;
    border-radius: 200px;
    padding-top: 48px;
    padding-bottom: 82px;
    text-align: center;
    position: relative;
}

.custom-boxes h4 {
    font-size: 24px;
    color: #E0DFDF;
    font-family: "Tomorrow", serif;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    padding-bottom: 20px;
    max-width: 201px;
    margin: 0 auto;
    width: 100%;
    min-height: 82px;
}

.custom-boxes p {
    font-size: 16px;
    color: #BABABA;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    text-transform: capitalize;
    max-width: 242px;
    margin: 0 auto;
    width: 100%;
}

.custom-main {
    max-width: 1149px;
    width: 100%;
    margin: 0 auto;
}

.arw-main {
    position: absolute;
    bottom: -2px;
    min-width: 275px;
    left: -1px;
    width: 100%;
}

.arw-main.arw-main2 {
    bottom: 115px;
}

.custom-swiper .swiper {
    padding-right: 16px;
}

.stay-connected-main {
    text-align: center;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.stay-connected-main h4 {
    text-transform: capitalize;
    padding-bottom: 33px;
}

.stay-connected-main p {
    font-size: 20px;
    color: #FFF;
    text-align: center;
    font-family: "Tomorrow", serif;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    /* 28px */
    text-transform: capitalize;
    max-width: 668px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 31px;
}

.stay-connected-main a {
    display: inline-flex;
    height: 49px;
    padding-inline: 48px;
}

.footer-img {
    margin-top: -98px;
    width: 100%;
    margin-left: -20px;
    z-index: -1;
    position: relative;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-links li {
    font-size: 12px;
    color: #CACACA;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    /* 18px */
    text-transform: capitalize;
}

.footer-links li a {
    color: #CACACA;
}

.footer-links ol {
    display: flex;
    align-items: center;
    gap: 40px;
}

.footer-bottom {
    padding-bottom: 236px;
}

.footer-links ul li a {
    display: inline-flex;
    align-items: center;
}

.footer-links ul,
.footer-links ul li {
    display: flex;
    align-items: center;
}
.footer-links ul li{
    font-size: 16px;
    font-weight: 600;
}
.line {
    margin-left: 10px;
}

/*  */
.progress-container {
    position: fixed;
    top: 50%;
    left: 0;
    width: 14%;
    height: 1px;
    background: rgba(169, 208, 225, 0.20);
    z-index: 9999;
    transform: translateY(-50%) rotate(90deg);
    border-radius: 10px;
    overflow: visible;
}

.progress-bar {
    height: 100%;
    width: 0;
    background: #FFF;
    transition: width 0.2s ease;
    border-radius: 10px;
    overflow: hidden;
}

.progress-circle,
.mobile-progress-cirlce {
    position: absolute;
    top: auto;
    bottom: -4px;
    left: 100%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: left 0.2s ease;
}
/* terms page */
.top-header p {
    font-size: 16px;
    color: #FFF;
    text-align: center;
    font-family: "Tomorrow", serif;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 20.8px */
    text-transform: capitalize;
}

.top-header {
    display: flex;
    padding-top: 15px;
    padding-bottom: 12px;
    align-items: center;
    gap: 69px;
    justify-content: center;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.25);
    background: #000;
}
.terms-page{
    background: linear-gradient(185deg, #100F16 12.21%, #020F1D 39.36%, #13121A 70.4%);
}
.terms-inner ul li{
    font-size: 16px;
    color: #FFF;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 24px */
padding-bottom: 34px;
}
.terms-inner ul li span{
    display: block;
}
.terms-inner ul li a{
    color: #fff;
}
.terms-inner ul li:last-child{
    padding-bottom: 0;
}
.terms-hero .main-heading{
    padding-bottom: 24px;
}
.terms-page header{
    padding-top: 32px;
    padding-bottom: 25px;
}
.terms-main{
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
}
.terms-page header .container{
    max-width: 1275px;
    width: 100%;
}
.terms-page .footer-bottom .container{
    max-width: 1130px;
    width: 100%;
}
.terms-hero{
    padding-bottom: 80px;
}
.terms-page .footer-bottom{
    padding-bottom: 35px;
}
/* privacy page */
.privacy-page .terms-hero {
    padding-bottom: 37px;
}
/* subscribe page */
.subscribe-page .brand-main{
    margin-top: 42px;
    margin-left: 62px;
    display: inline-block;
}
.subscribe-inner p{
    font-size: 16px;
    color: #FFF;
    font-family: "Tomorrow", serif;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    text-transform: capitalize;
    max-width: 347px;
    margin: 0 auto;
    text-align: center;
}
.subscribe-inner .main-heading{
    padding-bottom: 80px;
}
.subscribe-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 34px;
}
.subscribe-right h2{
    font-size: 34px;
    color: #4D4D4D;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 44.2px */
}
.input-main{
    display: flex;
    align-items: center;
    gap: 5px;
}
.input-main label{
    font-size: 18px;
    color: #000;
text-align: center;
font-family: "Roboto", serif;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 23.4px */  
margin-bottom: 0;
}
.subscribe-main{
    display: flex;
    align-items: flex-start;
    height: 100vh;
}
.subscribe-right{
    border: 1px solid #FFF;
    background: #F9F9F9;
    height: 100%;
    width: 26%;
    text-align: center;
    padding-top: 210px;
}
.subscribe-right p{
    font-size: 18px;
    color: #4D4D4D;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-top: 8px;
    padding-bottom: 28px;
    max-width: 376px;
    width: 100%;
    margin: 0 auto;
}
.subscribe-right-main{
    max-width: 393px;
    width: 100%;
    margin: 0 auto;
}
.subscribe-left {
    height: 100%;
    width: 74%;
}
.subscribe-inner {
    padding-top: 130px;
}
.input-main input{
    border-radius: 4px;
border: 1px solid #DADCE0;
background: transparent;
}
.input-main .form-control:focus{
    box-shadow: none;
    border-color: #DADCE0;
    background-color: transparent;
}
.mbl-show{
    display: none;
}
.home-page .top-header{
    display: none;
}
.navbar-open,
.home-page{
    overflow: hidden;
}
.navbar-toggler{
    border: 0;
    background: transparent;
}
.submit-btn{
    font-size: 18px;
    text-align: center;
font-style: normal;
font-weight: 400;
line-height: normal;
color: #000;
border-radius: 40px;
border: 1px solid #000;
margin-top: 24px;
padding-inline: 50px;
height: 48px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.submit-btn:hover{
    background: #000;
    color: #fff;
}