body {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 400;
    background: #1E1E1E;
    color: #fff;
}

.main-header {
    padding: 20px 0 20px 0;
}

.main-header .header-wrp {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.main-header .header-wrp img {
    width: 100px;
}

.main-header ul {
    padding: 0;
    margin: 0;
}

.main-banner img {
    margin-left: -72%;
    width: 184%;
}

.main-header ul li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}

/* .main-header ul li:not(:last-child){
    border-right: 1px solid #fff;
} */

a {
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms ease;
}

a:hover {
    color: #0066b3 !important;
}

.main-header ul li a {
    list-style: none;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 19px;
    line-height: 23px;
    color: #fff;
    transition: all 200ms ease;
    text-transform: uppercase;
}

.main-banner {
    background: url(./img/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    overflow: hidden;
}

.main-banner .text-wrp {
    padding: 9% 0 0 0;
}

.btn {
    background: linear-gradient(85.36deg, #0066B3 0%, #697D9F 103.15%);
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 43px;
    display: flex;
    color: #FFFFFF;
    text-align: center;
    display: inline;
    padding: 15px 50px;
    border: none;
    transition: all 200ms ease;
}

.btn:hover {
    color: #0066b3;
    background: #fff;
}

.main-banner h1 {
    font-style: normal;
    line-height: 71px;
    font-weight: 700;
    font-size: 80px;
    color: #fff;
}

.main-banner h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 45px;
    color: #ABABAB;
}


.main-banner p {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 31px;
    padding-top: 21px;
    padding-bottom: 50px;
    font-family: 'Archivo', sans-serif;
    width: 60%;
}

.timer-sec {
    background: linear-gradient(180deg, #1A1A1A 0%, #000000 42.71%, #1A1A1A 100%);
    padding: 50px 0 60px 0;
    text-align: center;
}

.custom-padding {
    padding: 0 130px;
}

.timer-sec h3 {
    font-family: 'Archivo', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 27px;
    line-height: 35px;
    text-align: center;
}

.timer-sec #countdown {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    /* line-height: 90px; */
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}


.timer-sec #countdown .number-wrp {
    text-align: center;
}

.timer-sec #countdown sup {
    font-weight: 400;
    font-size: 40px;

}

.timer-sec #countdown .number-wrp:first-of-type {
    border-bottom: 10px solid #01AEE0;
}

.timer-sec #countdown .number-wrp:nth-of-type(2) {
    border-bottom: 10px solid #01ADD2;
}

.timer-sec #countdown .number-wrp:nth-of-type(3) {
    border-bottom: 10px solid #01AA8F;
}

.timer-sec #countdown .number-wrp:nth-of-type(4) {
    border-bottom: 10px solid #01A75D;
}

.social-links {
    background: #000000;
    text-align: center;
    padding: 7% 0;
}

.social-links .btn-row {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.modal h5 {
    color: #000000;
    font-size: 29px;
}

.modal .close {
    background: transparent;
    border: none;
    font-size: 31px;
}

.modal .btn {
    display: inline;
    padding: 10px 40px;
    font-size: 15px;
    line-height: 16px;
    border: 1px solid transparent;
}

.modal .btn:hover {
    border: 1px solid #0066B3;
    color: #0066B3;
    background: transparent;
}

.modal-body,
.modal-header {
    padding: 12px 20px;
}

.modal-footer {
    padding: 20px 0px;
    border: none;
}

.modal label {
    color: #000000;
    font-size: 16px;
}

.modal .btn-secondary {
    border: 1px solid #0066B3;
    color: #0066B3;
    background: transparent;
}

.modal .form-control {
    padding: 10px 5px;
}

.swal2-styled.swal2-confirm {
    background: linear-gradient(85.36deg, #0066B3 0%, #697D9F 103.15%) !important;
    text-transform: uppercase !important;
    padding: 10px 33px !important;
}

.swal2-title {
    font-size: 24px !important;
    font-weight: 400 !important;
}



.modal .form-group {
    margin-bottom: 15px;
}

#videoModal .modal-body,
#videoModal .modal-header {
    padding: 0;
    text-align: right;
}

#videoModal .btn-close {
    padding: 13px;
    font-size: 12px;
}

footer {
    background: #1A1A1A;
    padding: 50px 0;
}

footer .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    color: #fff;
    text-decoration: none;
    transition: all 200ms ease;
    position: relative;
    padding: 0 15px
}

footer ul li a::after {
    content: "";
    height: 20px;
    width: 2px;
    background: #fff;
    display: inline;
    position: absolute;
    bottom: 0;
    right: -2px;
}

footer ul li:first-child a {
    padding-left: 0;
}

footer ul li:last-child a::after {
    display: none;
}

footer ul li a:hover {
    color: #0066b3 !important;
}

footer .logo-wrp img {
    width: 100px;
}

.mobile-only {
    display: none;
}

.main-header ul li {
    position: relative;
}

.main-header ul li:not(:last-child)::after {
    content: "";
    height: 20px;
    width: 2px;
    background: #fff;
    display: inline;
    position: absolute;
    bottom: 1px;
    right: -2px;
}

.btn-with-icon {
    position: relative;
    padding: 16px 20px;
    max-width: 390px;
    width: 100%;
    text-align: center;

}

.btn-with-icon svg {
    position: absolute;
    left: 22px;
    top: 17px;
    width: 30px;
}

.btn-with-icon:hover svg path {
    fill: #0066b3;
}

.terms-sec {
   padding-bottom: 50px;
  
}

.terms-sec .content {
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    border: none;
    overflow: hidden;
    /* background: linear-gradient(155.44deg, #271548 0%, #210C4B 100%); */
    border-radius: 15px;
    padding: 50px 40px;
    box-shadow: 1px 1px 3px #16367e, inset 2px 2px 1px #495fa3;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;   
    padding: 50px;
    margin-top: 50px;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Archivo', sans-serif;

}

.grid-wrp .token-row{
display: flex;
align-items: center;
gap: 50px;
margin: 30px 0;
}

.terms-sec li {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.terms-sec li p, .terms-sec ul li{
    font-weight: 400;
    font-size: 15px;
}

.terms-sec a{
    color: #4ea3e3;
    text-decoration: none;

}

.sub-ul{
    padding-left: 15px;
}

.terms-sec table td{
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

.terms-sec .title{
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 20px;
    padding-bottom: 20px;
    display: block;
}

.terms-sec table th{
    color: #fff;
   text-align: left;
   font-family: 'Archivo Narrow', sans-serif;
}

.grid-sec .text-small{
    font-size: 11px;
    line-height: 15px;
    margin-top: 55px;
}

.terms-sec ol ul li{
    margin-bottom: 15px;
}
.terms-sec a:hover{
    color: #00FFA3;  

}


@media only screen and (max-width: 1440px) {
    .custom-padding {
        padding: 0 65px;
    }

    .main-banner h1 {
        font-size: 68px;
        line-height: 58px;
    }

    .main-banner h3 {
        font-size: 31px;
        line-height: 34px;
    }

    .main-banner p {
        font-size: 23px;
        line-height: 29px;

    }

    .main-banner img {
        margin-left: -61%;
        width: 172%;
    }

    .main-banner .text-wrp {
        padding: 4% 0 0 0;
    }

    .main-banner {
        padding: 34px 0;
    }

    /* .main-banner img {
        margin-left: -27%;
        width: 174%;
    }

    .main-banner h1 {
        font-size: 86px;
        line-height: 70px;
    }

    .main-banner p {
        font-size: 26px;
        line-height: 41px;
    }

    .timer-sec #countdown {
        font-size: 119px;
        line-height: 125px;
    }

    .timer-sec #countdown sup {
        font-size: 70px;
    }

    .timer-sec h3 {
        padding-bottom: 20px;
    }

    .btn {
        font-size: 28px;
        line-height: 38px;
    }

    .btn-with-icon {
        max-width: 405px;
    } */
}

/* @media only screen and (max-width: 1440px) {
    .main-banner h1 {
        font-size: 81px;
        line-height: 70px;
    }
} */

@media only screen and (max-width: 1200px) {
    .main-banner p {
        width: 76%;
    }

    /* .timer-sec #countdown {
        font-size: 86px;
        line-height: 117px;
    }

    .timer-sec #countdown sup {
        font-size: 60px;
    }

    .btn-with-icon {
        max-width: 365px;
    }

    .btn {
        font-size: 25px;
        line-height: 38px;
    }

    .btn-with-icon svg {
        width: 11%;
    } */

    .main-banner p {
        width: 92%;
    }
}

@media only screen and (max-width: 768px) {
    .main-banner img {
        margin-left: 0;
        width: 39%;
    }
    /* .terms-sec {
        padding-bottom: 50px;
    } */
    .terms-sec .content{
        width: 100%;
        padding: 15px;
    }
    .terms-sec table td {
   
        font-size: 13px;
        line-height: 20px;
        text-align: left;
    }
    .terms-sec p, .terms-sec li p{
        font-size: 14px;
    line-height: 20px;
    }
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .custom-padding {
        padding: 0 45px;
    }

    .main-banner .row {
        flex-direction: column-reverse;
    }

    /* .timer-sec #countdown {
        font-size: 68px;
        line-height: 109px;
    } */

    /* .timer-sec #countdown sup {
        font-size: 50px;
    } */

    /* .btn-with-icon {
        font-size: 22px;
        line-height: 38px;
        padding: 11px 19px;
    } */

    /* footer ul li a {
        font-size: 18px;
        line-height: 32px;
    } */

    /* footer ul li a::after {
        height: 21px
    }

    .main-header ul li a {
        font-size: 22px;
        line-height: 24px;
    } */

    .main-banner h1 {
        font-size: 55px;
        line-height: 50px;
    }

    .main-banner p {
        font-size: 20px;
        line-height: 27px;
    }

    .main-banner h3 {
        font-size: 27px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .main-header .header-wrp img {
        width: 120px;
    }
    
    .main-banner {
    padding: 5px 0;
}

.terms-sec .title{
    text-align: left;
}
    .main-header ul li a {
        font-size: 19px;
        line-height: 24px;
    }

    .main-banner p {
        font-size: 15px;
        line-height: 41px;
        padding-top: 9px;
        padding-bottom: 0px;
    }

    .main-banner h1 {
        padding-top: 0px;
    }

    .timer-sec #countdown {
        font-size: 37px;
        line-height: 90px;
    }

    .timer-sec #countdown sup {
        font-size: 30px;
    }

    .timer-sec #countdown .number-wrp:first-of-type,
    .timer-sec #countdown .number-wrp:nth-of-type(2),
    .timer-sec #countdown .number-wrp:nth-of-type(3),
    .timer-sec #countdown .number-wrp:nth-of-type(4) {
        border-width: 7px;
    }

    .btn-with-icon {
        font-size: 18px;
        line-height: 38px;
        padding: 11px 10px;
    }

    .logo-wrp img {
        width: 95px;
    }

    footer ul {
        margin-bottom: 10px;
    }

    .custom-padding {
        padding: 0 15px;
    }

    .main-banner h3 {
        font-size: 36px;
        line-height: 40px;
    }

    .modal h5 {
        font-size: 30px;
    }

    .btn-with-icon svg {
        position: absolute;
        left: 22px;
        top: 9px;
        width: 27px;
    }
}



@media only screen and (max-width: 600px) {
    .main-header .header-wrp {
        align-items: center;
    }

    .main-banner img {
        margin-left: -22%;
        width: 101%;
    }

    .main-banner h1 {
        font-size: 39px;
        line-height: 38px;
    }

    .main-banner h3 {
        font-size: 22px;
        line-height: 20px;
    }

    .main-banner p {
        line-height: 22px;
        width: 100%;
    }

    .main-header .header-wrp img {
        width: 90px;
    }

    .main-header ul li a {
        font-size: 16px;
        line-height: 24px;
    }

    .btn {
        font-size: 20px;
        line-height: 38px;
    }

    .social-links .btn-row {
        gap: 20px;
    }

    .social-links .btn-row {
        flex-wrap: wrap;
    }

    footer ul li a {
        font-size: 15px;
        line-height: 32px;
        padding: 0 6px;
    }

    footer ul li a::after {
        height: 18px;
        bottom: 0;
        right: -3px;
    }

    .timer-sec h3 {
        font-size: 19px;
        margin: 0;
    }

    .timer-sec {
        padding: 18px 0 35px 0;
    }

    footer .footer-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 20px;
    }

    footer ul {
        margin-bottom: 0;
    }

    .modal .btn {
        padding: 4px 31px;
        font-size: 15px;
        line-height: 28px;
    }

    .modal label {
        font-size: 16px;
    }
}

@media only screen and (max-width: 320px) {
    .main-header .header-wrp img {
        width: 75px;
    }

    .main-header ul li:not(:last-child)::after {
        height: 15px;
    }

    .main-header ul li a {
        font-size: 14px;
        line-height: 24px;
    }

    /* .main-banner h1 {
        font-size: 50px;
        line-height: 52px;
    }

    .main-banner p {
        line-height: 27px;
        font-size: 18px;
    } */

    .timer-sec #countdown {
        font-size: 36px;
        line-height: 60px;
    }

    .timer-sec #countdown sup {
        font-size: 20px;
    }

    .btn-with-icon {
        font-size: 18px !important;
        line-height: 38px;
        padding: 9px 10px;
    }

    .main-banner p {
        font-size: 14px;
    }
}