@import url('bootstrap.min.css');

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Regular.eot');
    src: url('../fonts/Nexa-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Regular.woff2') format('woff2'),
        url('../fonts/Nexa-Regular.woff') format('woff'),
        url('../fonts/Nexa-Regular.ttf') format('truetype'),
        url('../fonts/Nexa-Regular.svg#Nexa-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/Nexa-Bold.eot');
    src: url('../fonts/Nexa-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-Bold.woff2') format('woff2'),
        url('../fonts/Nexa-Bold.woff') format('woff'),
        url('../fonts/Nexa-Bold.ttf') format('truetype'),
        url('../fonts/Nexa-Bold.svg#Nexa-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nexa XBold';
    src: url('../fonts/Nexa-XBold.eot');
    src: url('../fonts/Nexa-XBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Nexa-XBold.woff2') format('woff2'),
        url('../fonts/Nexa-XBold.woff') format('woff'),
        url('../fonts/Nexa-XBold.ttf') format('truetype'),
        url('../fonts/Nexa-XBold.svg#Nexa-XBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heathergreen';
    src: url('../fonts/Heathergreen.eot');
    src: url('../fonts/Heathergreen.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Heathergreen.woff2') format('woff2'),
        url('../fonts/Heathergreen.woff') format('woff'),
        url('../fonts/Heathergreen.ttf') format('truetype'),
        url('../fonts/Heathergreen.svg#Heathergreen') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Nexa';
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Nexa';
    padding: 0;
}

a {
    text-decoration: none;
    transition: all .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;
}

/***** HEADER *****/
header {
    padding: 35px 0;
    position: relative;
}

.header-shape {
    position: absolute;
    left: 0;
    top: 0;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    height: 42px;
}

.navbar-nav {
    margin-right: 114px;
    gap: 58px;
}

.navbar-nav .nav-item .nav-link {
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    display: flex;
    align-items: center;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #03045E;
}

.header-right ul {
    display: flex;
    align-items: center;
    gap: 14px;
}

.btn-defult {
    border-radius: 23px;
    height: 46px;
    padding: 0;
    border: 1px solid #0077B6;
    color: #0077B6;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 120px;
}

.btn-defult:hover {
    background-color: #0077B6;
    color: #fff;
}

.btn-defult.register-btn {
    border-color: #03045E;
    background-color: #03045E;
    color: #fff;
}

.btn-defult.register-btn:hover {
    background-color: transparent;
    color: #03045E;
}

/**** BANNER SEC ******/
.banner-sec {
    padding: 114px 0 40px;
    position: relative;
}

.banner-inner {
    position: relative;
}

.banner-shape1 {
    position: absolute;
    top: -77px;
    left: 0;
}

.banner-shape2 {
    position: absolute;
    left: 50%;
    top: -42px;
}

.banner-shape3 {
    position: absolute;
    left: 210px;
    bottom: 30px;
}

.banner-sec .text-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.banner-sec .text-box strong {
    font-family: 'Nexa XBold';
    font-weight: bold;
    font-size: 10px;
    text-decoration: underline;
    line-height: 1;
    display: block;
    color: #000;
}

.banner-sec .text-box h1 {
    color: #000;
    font-family: 'Nexa XBold';
    font-weight: bold;
    font-size: 35px;
    margin: 22px 0 16px 0;
    line-height: 55px;
}

.banner-sec .text-box h1 span {
    color: #0077B6;
    display: inline-flex;
}

.banner-sec .text-box p {
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    max-width: 593px;
    width: 100%;
    margin-bottom: 24px;
}

.btn-default {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00193E;
    border-radius: 23px;
    height: 46px;
    max-width: 209px;
    width: 100%;
}

.btn-default:hover {
    background-color: #90e0ef;
    color: #00193E;
}

.banner-sec .image-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-down {
    margin: 116px 0 0 0;
}

.scroll-down a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 18px;
}

.scroll-down a p {
    color: #000000;
    font-weight: bold;
    font-size: 11.58px;
    line-height: 1;
}

.banner-shape4 {
    position: absolute;
    right: 0;
    bottom: 110px;
}

/***** TITLE *****/
.title {
    text-align: center;
    margin-bottom: 24px;
}

.title span {
    color: #000;
    font-size: 10px;
    line-height: 1;
    font-family: 'Nexa XBold';
    font-weight: bold;
    display: block;
    text-decoration: underline;
    margin-bottom: 30px;
}

.title h2 {
    color: #000;
    font-size: 30px;
    line-height: 1;
    font-family: 'Nexa XBold';
    font-weight: bold;
}

.title p {
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    margin-top: 26px;
}

/**** ABOUT SEC *****/
.about-sec {
    padding: 40px 0;
}

.about-inner {
    padding: 20px 0
}

.about-inner .text-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-inner .text-box h3 {
    color: #000000;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.6px;
}

.about-inner .text-box p {
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    color: #000;
    margin: 20px 0;
}

.about-btn ul {
    display: flex;
    align-items: center;
    gap: 14px;
}

/***** COUNTDOWN SEC ******/
.countdown-sec {
    padding-bottom: 60px;
}

.countdown-inner {
    background-color: #00193E;
    border-radius: 20px;
    max-width: 1177px;
    width: 100%;
    margin: 0 auto;
    padding: 69px 91px;
}

.countdown-inner ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.countdown-inner ul li {
    text-align: center;
}

.countdown-inner ul li h4 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.6px;
    margin-bottom: 25px;
}

.countdown-inner ul li p {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

/***** SOLUTION SEC *****/
.solution-sec {
    background-color: #F8F8F8;
    padding: 40px 0 89px;
}

.solution-sec .title {
    margin-bottom: 90px;
}

.solution-sec .image-holder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.solution-box {
    background-color: #FFFFFF;
    border-radius: 25px;
    padding: 33px 36px;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 32px;
}

.solution-box:last-child {
    margin: 0;
}

.solution-box span {
    display: flex;
    align-items: center;
}

.solution-box .text-box {
    flex: 1;
    width: 100%;
}

.solution-box .text-box h4 {
    color: #000;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    font-family: 'Nexa XBold';
    margin-bottom: 15px;
}

.solution-box .text-box p {
    color: #000000;
    font-size: 10px;
    font-weight: normal;
    line-height: 18px;
    max-width: 463px;
    width: 100%;
}

/***** BRAND SEC ******/
.brand-sec {
    padding: 34px 0;
}

.brand-sec ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-sec ul li a {
    display: flex;
    align-items: center;
}

.brand-sec ul li a:hover img {
    filter: grayscale(0);
    transition: all 0.5s ease-in-out;
}

.brand-sec ul li a img {
    filter: grayscale();
    transition: all 0.5s ease-in-out;
}

/***** PAYMENT SEC *****/
.payment-sec {
    padding: 60px 0 95px;
}

.arrow-process {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
}

.arrow-process ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.right-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -48px;
}

.payment-inner {
    position: relative;
    margin: 70px 0 0 0;
}

.payment-inner .row {
    margin: 0 -28px;
}

.payment-inner [class*="col-"] {
    padding: 0 28px;
}

.payment-box {
    border-radius: 15.425px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 32px 24px 30px;
    margin: 28px 0;
}

.payment-box span {
    font-family: 'Heathergreen';
    font-size: 97.03px;
    line-height: 1;
    -webkit-text-stroke-width: 1.617147445678711px;
    -webkit-text-stroke-color: rgb(31, 136, 191, 0.5);
    display: block;
    letter-spacing: 2.911px;
    color: #fff;
}

.payment-box h4 {
    letter-spacing: 0.401px;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Nexa XBold';
    color: #000;
    margin: 38px 0 21px;
}

.payment-box p {
    font-weight: bold;
    line-height: 26.2px;
    font-size: 10.8px;
    color: #000;
    max-width: 242px;
    width: 100%;
}

/***** TESTIMONIAL SEC *****/
.testimonial-sec {
    background-color: #F8F8F8;
    padding: 50px 0 71px;
}

.testimonial-inner {
    margin: 60px 0 0 0;
}

.testimonial-box {
    background-color: #fff;
    border-radius: 30px;
    padding: 25px 30px;
    margin: 0 0 22px 0;
    position: relative;
}

.testimonial-box:last-child {
    margin: 0;
}

.twitter {
    position: absolute;
    right: 31px;
    top: 30px;
}

.testimonial-box .media {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 14px;
}

.testimonial-box .media .text-box {
    flex: 1;
    width: 100%;
}

.testimonial-box .media .text-box h4 {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 12px;
}

.testimonial-box .media .text-box span {
    color: #AEAEAE;
    font-size: 7px;
    font-weight: bold;
    line-height: 1;
    display: block;
}

.testimonial-box p {
    color: #000000;
    font-weight: bold;
    font-size: 10px;
    line-height: 18px;
}

/***** REGISTER ******/
.register-sec {
    background-color: #000000;
    padding: 60px 0 50px;
}
.register-inner {
    max-width: 815px;
    width: 100%;
    margin: 60px auto 0;
}
.form-group{
    margin-bottom: 46px;
    position: relative;
}
.down-arrow{
    position: absolute;
    top: 0; 
    right: 0;
}
.down-arrow img{
    height: 20px;
}
.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #6D6D6D;
    border-radius: 0;
    color: #B0B0B0;
    font-weight: normal;
    font-size: 15px;
    line-height: 1;
    padding: 0 0 22px 20px;
}

.form-control::placeholder {
    color: #B0B0B0;
}
.form-control:focus {
    color: #B0B0B0;
    background-color:  transparent;
    border-color: #6D6D6D;
    outline: 0;
    box-shadow: none;
}
.Submit-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    background-color: #25E1FF;
    border: 1px solid #25E1FF;
    border-radius: 25px;
    height: 44px;
    max-width: 177px;
    width: 100%;
    margin: 0 auto;
    padding: 2px 0 0 0;
    transition: all 0.5s ease-in-out;
} 
.Submit-btn:hover{
    background-color: transparent;
    color: #25E1FF;
    transition: all 0.5s ease-in-out;
}
/***** FOOTER *****/
footer{
    padding: 50px 0 0 0;
    position: relative;
}
.footer-logo{
    display: flex;
    align-items: center;
}
.footer-logo img{
    height: 46px;
}
.footer-link h4{
    color: #000;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    font-family: 'Nexa XBold';
    margin-bottom: 22px;
}
.footer-link ul li{
    margin-bottom: 30px;
}
.footer-link ul li:last-child{
    margin-bottom: 0;
}
.footer-link ul li a{
    color: #000;
    font-size: 12.44px;
    font-weight: normal;
    line-height: 1;
    text-decoration: underline;
    display: block;
}
.footer-link ul li a:hover{
    color: #25E1FF;
}
.footer-link ul.info li{
    margin-bottom: 22px;
}
.footer-link ul.info li:last-child{
    margin: 0;
}
.footer-link ul.info li a{
    text-decoration: none;
}
.footer-link ul li{
    display: flex;
    align-items: center;
    gap: 17px;
}
.footer-link ul li span{
    display: flex;
    align-items: center;
}
.footer-link ul li p{
    color: #000;
    font-size: 12.44px;
    font-weight: normal;
    line-height: 20.7px;
    max-width: 149px;
    width: 100%;
}
.newsletter-main{
    max-width: 295px;
    width: 100%;
    margin-left: auto;
}
.newsletter p{
    color: rgb(64, 64, 64, 0.5);
    line-height: 18.7px;
    font-size: 14.22px;
    font-weight: normal;
    max-width: 260px;
    width: 100%;
}
.newsletter form{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}
.newsletter form .form-control{
    color: #00193E;
    font-weight: normal;
    line-height: 1;
    font-size: 14.22px;
    border: 1px solid #000000;
    border-radius: 27px;
    height: 41.33px;
    padding: 0 0 0 24px;
    flex: 1;
}
.newsletter form .form-control::placeholder{
    color: rgb(0, 25, 62, 0.5);
}
.newsletter form a{
    font-weight: bold;
    font-size: 12.44px;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: center;
    background-color: #03045E;
    height: 41.33px;
    width: 105px;
    border-radius: 20.44px;
    justify-content: center;
}
.newsletter form a:hover{
    background-color: #25E1FF;
}
.copyright{
    border-top: 1px solid rgb(70, 70, 70, 0.2);
    padding: 28px 0;
    margin-top: 50px;
}
.copyright ul{
    display: flex;
    align-items: center;
   justify-content: center; 
   gap: 12px
}
.copyright ul li a{
     border: 1px solid #38A1FF;
     width: 30px;
     height: 30px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
}
.copyright ul li a:hover{
    background-color: #38A1FF;
}
.copyright ul li a svg path{ 
    transition: all 0.5s ease-in-out;
}
.copyright ul li a:hover svg path{
    fill: #fff;
    transition: all 0.5s ease-in-out;
}
.copyright p{
    text-align: center;
    color: rgba(0, 0, 0, 0.30);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14.22px;
    line-height: 1;
    margin-top: 26px;
}
.copyright p span {
    display: inline-block;
    color: #000;
    margin-left: 5px;
}
.back-top{
    position: absolute;
    bottom: 40px;
    right: 86px;
}
.back-top a{
    display: flex;
    align-items: center;
    justify-content: center;
}