@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #F4F7FC;
}

li, a, button{
    font-size: 16px;
    color: #8c9bb4;
    text-decoration: none;
}

header{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 3%;
}

.logo{
    cursor: pointer;
    width: auto;
    height: 50px;
    order: 1;
}

.logo__new{
    cursor: pointer;
    width: auto;
    height: 50px;
    order: 1;
}

nav{
    order: 2;
    margin-left: auto;
}

.nav_links{
    list-style: none;
}

.nav_links li{
    display: inline-block;
    padding: 0px 20px;
}

.nav_links li a {
transition: all 0.3s ease 0s;
}

.nav_links li a {
    color: #5c7297;
}
.cta{
order: 3;
margin-left: auto;
}

.toggle-button{
  position: absolute;
  top: 2.7rem;
  right: 5%;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.toggle-button .bar{
    height: 3px;
    width: 100%;
    background-color: #8C9BB4;
    border: none;
    border-radius: 10px;
}


button{
    padding: 10px 25px;
    background-color: rgba(40,171,227,1);
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease 0s;
    color: #FFF;
    box-shadow: 0 30px 30px 0 #dfe5ef;
    font-size: 16px;
    cursor:pointer;

}

button:hover{
    background-color: rgba(40,171,227,1);
    box-shadow: 0 15px 30px 0 rgba(182, 192, 209, 1);
}


body{
    font-family: 'Roboto', sans-serif;
}

.Main-Section{
    width: 100%;
    background-image: url(https://buyucoin.s3.ap-south-1.amazonaws.com/cms/images/landingpage/background.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 0%;
}

.background-wave{
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 7%;
    width: 95%;
    background-color: transparent;
}

.container-x{
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    background-color: transparent;
}
.main-para{
padding: 5%;
background-color: transparent;
}

.heading-1{
    font-family: Roboto;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #5c7297;
    background-color: transparent;
}

.para{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #8c9bb4;
    padding-top: 5%;
    background-color: transparent;
}

.btn{
    padding: 20px 25px;
    background-color: rgba(40,171,227,1);
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease 0s;
    color: #FFF;
    box-shadow: 0 30px 30px 0 #dfe5ef;
    font-size: 16px;
    margin-left: 0%;
    font-weight: bold;
}

.btn-1{
    margin-left: 5%;
    padding: 20px 25px;
    background-color: rgba(40,171,227,1);
    border: none;
    border-radius: 8px;
    transition: all 0.3s ease 0s;
    color: #FFF;
    box-shadow: 0 30px 30px 0 #dfe5ef;
    font-size: 16px;
    font-weight: bold;
}
.main-img{
    background-color: transparent;
}

.img-1{
    max-width: 125%;
    background-color: transparent;}

.button-1{
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    background-color: transparent;
    margin-top: 5%;
}

.second-2{
    background-color: #FBFCFF;
    max-width: 100%;
    text-align: center;
}
.heading-2{
    color: #5C7297;
    font-size: 26px;
    font-weight: normal;
    background-color: #FBFCFF;
}
.grid-cage{
    max-width: 100%;
    background-color: #FBFCFF;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    padding: 3% 10% 3% 10%;
}

.card{
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 0 30px 50px 0 rgba(223, 229, 239, 0.7);
    color: #5c7297;
    text-align: center;
    padding-top: 15%;
    padding-bottom: 15%;
}

.circle{
    width: 50%;
    height: 100px;
    border: none;
    border-radius: 90px;
    background-color: #5c7297;
    margin-left: auto;
    margin-right: auto;
}

.heading-4{
    font-weight: normal;
    font-size: 20px;
    margin-top: 10%;
    background-color: transparent;
}

.hr{
    height: 1px;
    width: 60%;
    background-color: #8C9BB4;
}

.hr-x{
    height: 1px;
    width: 60%;
    background-color: #DFE5EF;
}
.section-3{
    background-color: #FBFCFF;
    max-width: 100%;
    text-align: center;
    padding-top: 4%;
}

.para-1{
    font-size: 18px;
    font-weight: lighter;
    color: #8c9bb4;
    padding-top: 1%;
    background-color: transparent;
}

.tbl{
    background-color: #FBFCFF;
    margin-top: 2%;
}

.sec-3-1{
    background-color: #FBFCFF;
    width: 100%;
}

.td-des{
padding-left: 15px;
}

.img-2{
    max-width: 30%;
    margin-top: 2%;
    background-color: #FBFCFF;
}

.footer-container{
    max-width: 100%;
    background-color: #F4F7FC;
    display: grid;
    grid-template-columns: 0.5fr 2fr 1fr;
    grid-gap: 30px;
    padding: 3% 10% 3% 10%;
}

.f-link{
    display: block;
    list-style: none;
}

.f-link li{
    display: inline-block;
    padding: 0px 20px;
}

.logo-1{
    width: auto;
    height: 50px;
}

.iconx{
    width: 30%;
    max-height: 60px;
    background-color: transparent;
}

.f-col-1{
    width: auto;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}
.f-col-1-r{
    display: inline-block;
    width: auto;
    float: right;
    vertical-align: bottom;
    margin-top: auto;
    margin-bottom: auto;
}

.icons-1{
    width: 25px;
}
.icons-1-s{
    width: 25px;
    margin-left: 10px;
}

.para-x{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #8c9bb4;
    background-color: transparent;
    padding-top: 2%;
    padding-bottom: 2%;
}

.payment__banner{
    display: flex;
    justify-content: space-evenly;
    background-image: linear-gradient(
        120deg
        , #141414, #002957 103%);
    
}



.payment__bnnrfirst{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.payment__bnnrfirst h2{
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.payment__bnnrfirst p{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    width: 64%;
    margin: 0 auto;
}

.payment__inputemail{
    margin-top: 82px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 382px;
}

.payment__inputemail input{
    background: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 10px 15px;
    border: none;
    width: 75%;
    font-size: 16px;
    outline: none;
}

.payment__inputemail button{
    background-image: linear-gradient(110deg, #61b4ec, #0077c7 102%);
    padding: 10px;
    width: 25%;
    border-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 16px;
    box-shadow: none;
}



.payment__bnnrsecond img{
    object-fit: contain;
    max-width: 100%;
}


.card p{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    margin: 15px 15px 26px;
    display: flex;
    height: 35px;
}


.card a{
    color: #28abe3;
    text-decoration: none;
    cursor: pointer;
}

.flex-cage{
    display: flex;
    width: 80%;
    justify-content: start;
    flex-wrap: wrap;
    position: relative;
}

.payment__Sub{
    position: relative;
}

.circle-1{
    position: absolute;
    z-index: -9;
    right: -49px;
    top: -99px;
}
.circle-2{
    position: absolute;
    z-index: -9;
    left: -49px;
    bottom: 52px;
}

.circle-3{
    position: absolute;
    z-index: -9;
    right: -63px;
    bottom: -68px;
}



.flex-cage .card{
    width:300px;
    height: auto;
    padding: 20px;
    margin:20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
}


.flex-cage .card:last-child{
    border: none;
    box-shadow: none;
    text-align: left;
}

.flex-cage .card:last-child p{
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #0e1926;
    margin-bottom: 89px;
}

.flex-cage .card:last-child a{
    padding: 16px 23.4px 16px 18px;
    border-radius: 27px;
    background-image: linear-gradient(104deg, #61b4ec, #0077c7 103%);
    color: #fff;
    margin-left: 15px;
}

.heading-5{
    margin-top: 5%;
    font-size: 16px;
    font-weight: 600;
    padding: 5%;
    color: #101821;
}

.payment__section{
    margin-top: 3rem;
    position: relative;
}

.payment__section .heading-2{
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    color: #0e1926;
    background: #fff;
}

.payment__Sectiontop{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #3d4f64;
    width: 29%;
    margin: 25px 0;
}

.payment__coming{
    margin: 132px 0;
    width: 70%;
    position: relative;
}

.coming__soon{
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
    background-image: linear-gradient(120deg, #141414, #002957 103%);
    align-items: center;
    height: 151px;
    overflow: hidden;
}

.coming__soontext h3{
    font-size: 33px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #ffffff;
}

.coming__soontext p{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
}

.footer-payment{
    max-width: 100%;
    background-color: #F4F7FC;
    display: grid;
    grid-template-columns: 0.01fr 4fr 1fr;
    grid-gap: 13px;
    padding: 3% 10% 3% 10%;
    background-color: #002957;
}

.cta-login a:first-child{
    color: #fff;
    cursor: pointer;
}

.cta-login a:last-child{
    background-color: #fff;
    color: #11161d;
    padding: 11px;
    border-radius: 56px;
    margin-left: 15px;
}





@media (max-width: 768px){
    .payment__Sectiontop {
        font-size: 14px;
        width: 53%;
        margin: 4px 0;
    }
    .circle-1 {
        position: absolute;
        z-index: -9;
        right: -49px;
        top: -51px;
    }
    .coming__soontext h3 {
        font-size: 22px;
    }

    .flex-cage .card {
        width: 256px;
    }
    .payment__bnnrfirst h2 {
        font-size: 45px;
    }
    .payment__inputemail {
        margin-top: 54px;
        width: unset;
    }
    .payment__bnnrsecond img {
        object-fit: contain;
        padding: 50px;
    }
    .toggle-button{
        display: flex;
    }

    .navbar{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 5%;
        order: unset;
        width: 100%;
        background-color: #FFF;
    }
    .nav_links{
        display: none;
        align-items: flex-start;
       flex-direction: column;
       margin-left: 0%;
       justify-content: space-between;
       width: 100%;
       background-color: #FFF;
    }

    .nav_links a{
        margin-top: 2%;
        width: 100%;
        background-color: #FFF;
    }
    .nav_links a li{
        background-color: #FFF;
        width: 100%;
    }
    nav{
        margin-left: 0%;
        background-color: #FFF;
        width: 100%;
    }
    .cta{
        display: none;
        align-items: center;
        margin-left: 0mm;
        margin-top: 3%;
        width: 100%;
    }
   
    .logo{
        background-color: white;
    }
    .imgx1{
        background-color: white;
    }

    .btx1{
        width: 100%;
        font-size: 18px;
    }

    .nav_links.active{
        display: flex;
    }

    .cta.active{
        display: flex;
    }

    .container-x{
        display: flex;
        flex-wrap: wrap;
    }

    .grid-cage{
        display: flex;
        flex-wrap: wrap;
    }

    .button-1{
        display: flex;
        flex-wrap: wrap;
    }

    .heading-1{
        font-size: 24px;
        text-align: center;
    }

    .para, .para-1{
        font-size: 12px;
        text-align: center;
    }

    .btn{
        display: block;
        text-align: center;
        font-size: 12px;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
    .btn-1{
        display: block;
        text-align: center;
        font-size: 12px;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    .main-img{
        padding: 0;
        margin: auto;
        align-items: center;
    }
    .img-1{
        margin: auto;
        width: 100%;

    }
    .heading-2{
        font-size: 20px;
        padding: 5%;
    }
    
    .heading-4{
        margin-top: 5%;
        font-size: 20px;
        padding: 5%;
    }

   

    .card{
        width: 100%;
        margin:15px 0;
    }

   
    .hr{
        display: none;
    }

    .iconx{
        opacity: 0.7;
    }

    .tbl{
        width: 80%;
    }

    .cta-button{
        width: 95%;
    }

    .img-2{
        max-width: 100%;
    }

    .footer-container{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background-color: #F4F7FC;
    }

    .f-link li{
        text-align: left;
        align-items: center;
        padding: 5px;
    }

    .f-col-1-r{
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    }

    .f-col-1{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    align-items: center;
    }

    .para-x{
        margin-top: 5%;
    }


}