 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

 body {
     margin: 0;
     padding: 0;
     font-family: 'Montserrat', sans-serif;
 }

 .banner {
     background-image: url(../images/banner1.png);
     width: auto;
     height: 856px;
     background-size: cover;
     background-position: bottom;
     background-repeat: no-repeat;
 }

 .btn {
     display: flex !important;
     justify-content: left !important;
     gap: 17px;
     margin-top: 10px;
 }

 button.btn6.btn-primary {
     padding: 5px 21px;
     border-radius: 5px;
     border: 1px solid !important;
     background-color: unset !important;
 }

 button.btn6.btn-primary:hover {
     background-color: #001055 !important;
     border: unset !important;
     border-radius: 30px;
 }

 .dashboard .dash-main .btn4:hover {
     background-color: #1891e3 !important;
     border: unset;

 }

 .why-token-p {
     font-size: 20px;
 }

 button.btn1.btn-primary {
     padding: 9px 33px;
     border-radius: 32px;
     border: none;
     background-color: #1891e3 !important;
     font-size: 20px !important;
     font-weight: normal;
 }

 button.btn1.btn-primary:hover {
     background-color: #001055 !important;
     border: unset;
 }


 button.btn2.btn-primary:hover {
     background-color: #001055 !important;
     border: unset;
 }

 .navbar-light .navbar-nav .nav-link:hover {
     color: #001055 !important;
 }


 button.btn2.btn-primary {
     padding: 10px 27px;
     border-radius: 32px;
     border: 1px solid white;
     background-color: transparent !important;
     font-size: 20px !important;
     font-weight: normal;
 }

 .btn {
     margin-top: 25px;
 }

 .navbar {
     padding: 20px;
     z-index: 999;
     top: 0;
     padding-inline: 30px;
     transition: .5s;
 }

 .navbar.fixed {
     background: #2856bf;
     position: fixed;
     width: 100%;
     padding-top: 0;
     padding-bottom: 0;
     transition: .5s;
 }

 .navbar.fixed .navbar-brand img {
     padding: 10px 0;
     width: 54%;
     transition: .5s;
 }

 img.mobile-img {
     width: 100%;
 }


 /* .banner .left-side::before { content: ""; position: absolute; width: 75px; height: 316px; float: left; left: 0%; top: 27%; background: url(../images/left-shape.png); opacity: 13%;} */

 .banner .left-side {
     display: flex;
     justify-content: center;
     flex-direction: column;
     position: relative;
     top: -100px;
 }

 .banner h1 {
     color: white;
     font-size: 43px;
     font-weight: bold;
     line-height: 67px;
     width: 90%;
 }

 .nav-link:hover {
     color: unset !important;
 }

 .banner .mobile {
     float: left;
     width: 100%;
     height: 688px;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 /* .banner .mobile .mobile-img {
    width: 100%;
}
 */

 .navbar {
     padding: 20px;
     top: 0;
     padding-inline: 30px;
 }

 .navbar-light .navbar-nav .nav-link {
     color: white !important;
     font-size: 16px;
     font-weight: 500;

 }

 .navbar-brand {
     font-weight: 800;
     text-transform: uppercase;
     font-size: 2em;
 }

 .navbar-brand img {
     padding-top: 11px;
     width: 61%;
 }

 .navbar-nav {
     margin-left: auto;


 }

 li.nav-item {
     padding-right: 17px;
 }

 .nav-item {
     margin-right: 25px;
     color: white;
 }

 .features {
     float: left;
     width: 100%;
     padding: 100px 0px;

 }

 .features .fea-text1 {
     text-align: center;
     font-size: 27px;
     color: #3E3E3E;

 }


 .features .fea-text2 {
     color: #2856BF;
     width: 55%;
     text-align: center;
     font-weight: 700;
     font-size: 40px;

 }

 /* .features #f2::after {
    content: "";
    position: absolute;
    height: 0.5px;
    width: 100%;
    background: #706565;
    bottom: 0;
}
.features #f1::after {
    content: "";

    height: 0.5px;
    width: 100%;
    background: linear-gradient( to top, #706565, rgba(0, 0, 0, 0) ) 1 100%;
    bottom: 0;
}

.features #f3::after {
    content: "";
    position: absolute;
    height: 0.5px;
    width: 100%;
    background: #706565;
    bottom: 0;
} */
 .features .text {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
 }


 .features .up-sec .box1 {
     width: 100%;
     padding: 20px 63px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: unset;
 }

 .features .up-sec {
     display: flex;
     padding: 0px;
 }

 p.fea-p {
     text-align: center;
     margin-top: 16px;
     font-size: 17px;
 }

 .features .down-sec .box1 {
     width: 100%;
     padding: 20px 63px;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: unset;
 }

 .features .down-sec {
     display: flex;
     padding: 0px;
 }

 .features .up-sec {
     margin-top: 79px;
     border-bottom: 1px solid;

     border-image: linear-gradient(90deg, white, black, white) 1;
 }

 h3.fea-h3 {
     margin-top: 14px;
     font-size: 20px;
     font-weight: 700;
     text-align: center;
     color: #414244;
 }

 .features #f1 {
     border-width: 1px;
     border-right: solid 1px;
     border-image: linear-gradient(to top, #706565, rgba(0, 0, 0, 0)) 1 100%;
     position: relative;
 }

 .features #f2 {
     border-width: 1px;
     border-right: solid 1px;
     border-image: linear-gradient(to top, #706565, rgba(0, 0, 0, 0)) 1 100%;
     position: relative;
 }

 .features #f3 {

     border-width: 1px;
     border-bottom: solid 1px;
     border-image: linear-gradient(to top, #706565, rgba(0, 0, 0, 0)) 1 100%;
     position: relative;


 }

 .features #f4 {
     border-width: 1px;
     border-right: solid 1px;
     border-image: linear-gradient(to bottom, #706565, rgba(0, 0, 0, 0)) 1 100%;
 }




 .features #f5 {
     border-width: 1px;
     border-right: solid 1px;
     border-image: linear-gradient(to bottom, #706565, rgba(0, 0, 0, 0)) 1 100%;
 }

 .why {
     float: left;
     width: 100%;
     background-image: url(../images/why-image.jpg);
     background-size: cover;
     background-repeat: no-repeat;
     padding: 100px 0px;

 }


 .why .why-left {
     display: flex;
     flex-wrap: wrap;
     gap: 20px;
     margin-top: 65px;

 }

 .why-left .why-box {
     width: 48%;
     padding: 25px;
     background-color: #ffffff;
     border-radius: 15px;
 }

 .why .why-h6 {
     margin-top: 12px;
     font-size: 19px;
     font-weight: 700;
 }

 .why h1 {
     color: white;
     font-weight: 700
 }

 .why h5 {
     color: white;
 }

 .why .why-sec-img {
     width: 100%;
 }

 .why .why-right {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .dashboard {
     float: left;
     width: 100%;
     padding: 100px 0px;
 }

 .main-head {
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
 }

 .main-head p {
     width: 45%;
     text-align: center;
 }

 .main-head h1 {
     width: 52%;
     text-align: center;
     font-size: 34px;
     color: #001055;
     font-weight: 700;
 }

 .dashboard .dash-main {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 50px 0px;
     flex-direction: column;
 }

 .dash-main .dash-end {
     float: left;
     width: 100%;
     display: flex;
     padding: 35px 0px;
 }

 div#boder {
     padding: 35px 32px;
 }

 .down-dash {
     padding: 35px 32px;
     width: 100%;
 }

 p.dash-p-2 {
     padding-right: 53px;
 }

 .dash-main .dash-end .dash-h3-1 {
     text-align: right;
     font-size: 20px;
     font-weight: 700;
     color: #001055;
 }

 h3.dash-h3-2 {
     font-size: 20px;
     font-weight: 700;
     color: #001055;

 }

 .dash-main .dash-end .dash-p-1 {
     text-align: right;
     padding-left: 72px;
 }

 .dash-end #boder {

     border-width: 1px;
     border-right: solid 1px;
     border-image: linear-gradient(to top, #706565, rgba(0, 0, 0, 0)) 1 100%;
 }

 .dashboard .dash-main .btn4 {
     padding: 14px 40px;
     border-radius: 5px;
     background-color: #001055;
     border: unset !important;
 }

 .token-list ul {
     list-style: none;
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
 }

 .token-list ul {
     list-style: none;
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     padding: 0px;
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 37px 70px;
     margin-top: 92px;

 }


 .token-sec {
     float: left;
     width: 100%;

     padding: 100px 0;
     background-image: url(../images/token-img.png);
     background-position: center;
     background-size: cover;
 }

 .why-token h2 {
     text-align: center;
     color: white;
     font-size: 34px;
     font-weight: 700;
 }

 .why-token p {
     text-align: center;
     color: white;
     padding: 0px 0px;
 }

 .token h1 {
     text-align: center;
     font-size: 36px;
     color: white;
     margin: 0px;
     padding: 10px;
     font-weight: bold;

 }

 .token p {
     color: white;
     margin: 0px;
     text-align: center;
 }

 .token .left-sec {
     width: 100%;
     margin-top: 80px;

     display: flex;
     justify-content: space-between;
     margin-left: 250px;

 }

 .token .head-sec {
     width: 80%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;

 }



 .token .right-sec {
     width: 100%;
     margin-top: 20px;
 }

 .token .right-sec {
     width: 100%;
     margin-top: 40px;
     margin-left: 250px;

     display: flex;
     justify-content: space-between;
 }





 .pay {
     float: left;
     width: 100%;
     background-color: #ffffff;
     padding: 100px 0px;
 }

 .pay-left .pay-left-h1 {
     font-size: 38px;
     font-weight: 700;
     line-height: 53px;
 }

 .pay .pay-left-p {
     width: 85%;
 }

 .pay .pay-left .btn5 {
     padding: 10px 30px;
     border-radius: 40px;
     margin-top: 30px;
     background-color: #0A0548;
     border: unset !important;
 }

 .pay .pay-left .btn5:hover {
     background-color: #1891e3 !important;


 }




 /* tpay */

 section.tpay {
    float: left;
    width: 100%;
    padding: 100px 0px;
    background:url(../images/tpay-bg.jpg) no-repeat ;
    background-size: cover;
}


section.tpay .main-tpay .tpay-left {
    float: left;
    width: 50%;
}

section.tpay .main-tpay .tpay-left ul {
    list-style: none;
    padding: 0;
}

section.tpay .main-tpay .tpay-left ul li {
    color: white;
    margin-bottom: 23px;
    font-size: 18px;
    margin-left: 50px;
    line-height: 34px;
    position: relative;
    border-bottom: 1px dotted;
    padding-bottom: 22px;
}
section.tpay .main-tpay .tpay-left h2 {
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin-bottom: 26px;
}
.tpay-right .tpya-right-head {
    font-size: 34px;
    color: white;
    text-align: center;
    margin-bottom: 38px;
}
.tpay-right {
    float: left;
    width: 50%;
}
.tpay-right ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    
}
.tpay-right ul li {
    margin-left: 25%;
    margin-bottom: 25px;
}
.tpay-right ul li a {
    text-decoration: unset;
    font-size: 26px;
    font-weight: 500;
    color: #d3d3d3;
}
.tpay-right ul li a img {
    margin-right: 15px;
}
section.tpay .main-tpay .tpay-left ul li::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background: url(../images/ar.png)no-repeat;
    left: -8%;
    margin-top: 3px;
}


 /* tpay */

 .footer {
     float: left;
     width: 100%;
     padding: 80px 0;
     background-image: url(../images/footer-background.png);
     background-size: cover;
     background-position: center;

 }

 .footer img {
     width: 34%;
     float: left;
 }

 .footer .left-footer .neq-txt {
     padding-top: 30px;
     font-size: 16px;
 }

 .footer2 {
     display: flex;
     flex-direction: column;

 }

 .footer p {
     color: white;
     float: left;

     flex-direction: column;
     font-size: 14px;

 }

 .footer h5 {
     color: white;

     padding-bottom: 20px;
     font-size: 16px;
 }

 .footer3 {
     display: flex;
     flex-direction: column;

 }

 .footer4 {
     display: flex;
     flex-direction: column;



 }

 .bottumfooter {
     float: left;
     width: 100%;
     padding: 25px 0;
     background-color: #091f52;
     border-top: #f4f4f4 solid 1px;
 }

 .bottumfooter p {
     float: right;
     color: white;
     margin-bottom: 0px;
     font-size: 14px;

 }

 .bottumfooter .head-type {
     float: left;
     width: 100%;
     display: flex;
     justify-content: space-between;
 }

 .bottumfooterright {
     width: 30%;
     background-color: #091f52;
 }

 .bottumfooterleft {
     background-color: #091f52;
     display: flex;
     float: left;
     width: 20%;
     justify-content: space-between;
 }





 .f-head {
     display: flex;
     justify-content: center;
 }

 .footer .left-footer {
     display: flex;
     flex-direction: column;
     margin-top: 6px;
 }

 .footer .left-footer .neq-txt {
     font-size: 16px;
     margin-left: 0px;
 }























 @media screen and (max-width: 1200px) {

     .banner h1 {

         width: 100%;
     }

     .features .fea-text2 {
         color: #2856BF;
         width: 78%;
     }

     .nav-item {
         margin-right: 10px;
         color: white;
     }

     .features .up-sec .box1 {
         width: 100%;
         padding: 20px 24px;
     }

     .features .down-sec .box1 {
         width: 100%;
         padding: 20px 24px;
     }
     .tpay-right ul li {
        margin-left: 17%;
        margin-bottom: 25px;
    }
    section.tpay .main-tpay .tpay-left ul li::before {
        left: -11%;
        margin-top: 3px;
    }
    li.nav-item {
        padding-right: 0px;
    }
 }

 @media screen and (max-width: 992px) {



     .why .why-left {
         display: flex;
         flex-wrap: wrap;
         gap: 20px;
         margin-top: 65px;
         width: 100%;
     }
     section.tpay .main-tpay .tpay-left {
        float: left;
        width: 100%;
    }
    .tpay-right {
        float: left;
        width: 100%;
    }
    .tpay-right ul li {
        margin-left: 32%;
        margin-bottom: 25px;
    }
     .btn {
         display: flex !important;
         justify-content: center !important;
         gap: 17px;
         margin-top: 10px;
     }

     .why .why-right {
         display: flex;
         justify-content: center;
         align-items: center;
         width: 100%;
     }

     p.dash-p-2 {
         padding-right: 0px;
     }

     .why .why-sec-img {
         margin-top: 56px;
         width: 66%;
     }

     .main-head h1 {
         width: 78%;
         text-align: center;
     }

     .main-head p {
         width: 73%;
         text-align: center;
     }

     .dash-main .dash-end .dash-p-1 {
         text-align: right;
         padding-left: 0px;
     }

     .down-dash {
         padding: 35px 32px;
         width: 100%;
         padding-right: 0px;
     }

     .why-token p {
         text-align: center;
         color: white;
         padding: 0px 0px;
     }

     .col-md-6.pay-left {
         width: 100%;
         display: flex;
         flex-direction: column;
         align-items: center;
         margin-top: 50px;
     }

     .pay .col-md-6 {
         width: 100%;
         display: flex;
         justify-content: center;
         margin-top: 50px;
     }

     .banner h1 {
         color: white;
         font-size: 36px;
         font-weight: bold;
         line-height: 59px;
         width: 100%;
     }

     .pay-left .pay-left-h1 {

         text-align: center;
     }

     .pay .pay-left-p {
         width: 85%;
         text-align: center;
     }

     .col-md-5 {
         flex: 0 0 auto;
         width: 100%;
     }

     .footer img {
         float: left;
         width: 21%;
         margin-left: 54px;
     }





     .banner h1 {
         color: white;
         font-size: 32px;
         font-weight: bold;
         line-height: 50px;
         width: 100%;
         text-align: center;
     }

     .banner .mobile .mobile-img {
         width: 70%;
     }


     .footer img {
         float: left;
         width: 21%;
         margin-left: 54px;
     }


     .footer .left-footer .neq-txt {
         padding-top: unset;
         margin-left: 29px;
     }

     .footer2 {
         display: flex;
         flex-direction: column;
         margin-top: 55px;
         margin-left: 100px;
         width: 30%;
     }

     .footer h5 {
         color: white;
         padding-bottom: 20px;
         font-size: 14px;
     }

     .footer p {
         color: white;
         float: left;
         display: flex;
         flex-direction: column;
         font-size: 13px;
     }

     .account .imgright p {
         line-height: 22px;
         font-size: 12px;
     }

     .bottumfooter p {
         float: right;
         color: white;
         margin-bottom: 0px;
         font-size: 11px;
     }

     .footer3 {
         display: flex;
         flex-direction: column;
         margin-top: 55px;
         width: 30%;
     }

     .footer4 {
         margin-top: 55px;
     }

     .banner .mobile {
         float: left;
         width: 100%;
         height: auto;
         display: flex;
         justify-content: center;
         align-items: start;
     }

     .banner {
         background-image: url(../images/banner1.png);
         width: auto;
         height: auto;
         background-size: cover;
         background-position: bottom;
         background-repeat: no-repeat;
     }

     .banner .left-side {
         margin-top: 152px;
     }

     .banner .left-side {
         margin-top: 152px;
         width: 100%;
     }

 }


 @media screen and (max-width: 768px) {

     .banner h1 {
         color: white;
         font-size: 32px;
         font-weight: bold;
         line-height: 50px;
         width: 100%;
         text-align: center;
     }
     .tpay-right ul li {
        margin-left: 21%;
        margin-bottom: 25px;
    }
    .tpay-right .tpya-right-head {
        font-size: 34px;
        color: white;
        text-align: center;
        margin-bottom: 38px;
        margin-top: 30px;
        font-weight: 700;
    }
    .tpay-right .tpya-right-head h3 {
        font-weight: 700;
    }
     .banner .mobile .mobile-img {
         width: 70%;
     }

     .btn {
         display: flex !important;
         justify-content: center !important;
         gap: 17px;
         margin-top: 10px;
     }


     .banner .mobile {
         float: left;
         width: 100%;
         height: auto;
         display: flex;
         justify-content: center;
         align-items: start;
     }

     .banner {
         background-image: url(../images/banner1.png);
         width: auto;
         height: auto;
         background-size: cover;
         background-position: bottom;
         background-repeat: no-repeat;
     }

     .banner .left-side {
         margin-top: 152px;
     }

     .features .fea-text2 {
         color: #2856BF;
         width: 100%;
     }

     .features .up-sec {
         margin-top: 79px;
         display: contents;
     }

     .features #f1 {
         border-right: unset;
         border-bottom: unset;
     }

     .features #f2 {
         border-right: unset;
         border-bottom: unset;
     }

     .features .down-sec {
         display: contents;
         padding: 0px;
     }

     .features #f3 {
         border-bottom: unset;
     }

     .features #f4 {
         border-right: unset;

     }

     .features #f5 {
         border-right: unset;
     }

     .why h5 {
         color: white;
         text-align: center;
     }

     .why h1 {
         color: white;
         font-weight: 700;
         text-align: center;
     }

     .why-left .why-box {
         width: 48%;
         padding: 25px;
         background-color: #ffffff;
         border-radius: 15px;
         display: flex;
         flex-direction: column;
         align-items: center;
     }

     .why .why-h6 {
         margin-top: 12px;
         font-weight: 600;
         text-align: center;
     }

     p.why-p {
         text-align: center;
     }

     .dash-main .dash-end {
         float: left;
         width: 100%;
         display: flex;
         padding: 35px 0px;
         flex-direction: column;
     }

     .dash-end #boder {
         border-right: none;
         width: 100%;
     }

     .footer2 {
         display: flex;
         flex-direction: column;
         margin: 0px;
         margin-left: 0px;
         margin-top: 55px;
     }

     .footer3 {
         display: flex;
         flex-direction: column;
         margin-right: 105px;
     }

     .footer3 {
         display: flex;
         flex-direction: column;
         margin-left: 50px;
         margin-right: 55px;

     }

     .footer4 {
         display: flex;
         flex-direction: column;
         width: min-content;
     }

     .footer .left-footer .neq-txt {
         padding-top: 10px;
         margin-left: 29px;
     }

     .bottumfooterleft {
         background-color: #091f52;
         display: flex;
         float: left;
         width: 37%;
         justify-content: space-between;

     }

     .col-md-3.footer4 {
         width: 20%;
     }

     .col-md-2.footer2 {
         width: 30% !important;
     }

     .col-md-2.footer3 {
         width: 30%;
     }
 }


 @media screen and (max-width: 576px) {

     img.laptop {
         width: 75%;
     }
     .tpay-right ul li {
        margin-left: 15%;
        margin-bottom: 25px;
    }
    .tpay-right ul li a {
        text-decoration: unset;
        font-size: 20px;
        font-weight: 500;
        color: #d3d3d3;
    }
     img.pay-img {
         width: 66%;
     }
     section.tpay .main-tpay .tpay-left h2 {
        font-size: 30px;

    }
    section.tpay .main-tpay .tpay-left ul li::before {
        left: -10%;
        margin-top: 3px;
    }
     .footer img {
         float: left;
         width: 100px;
         margin-left: 0px;
     }
     .tpay-right ul li a img {
        margin-right: 15px;
       
    }
    section.tpay {
        padding: 50px 0px;
    }
     .why-left .why-box {
         width: 100%;
         padding: 25px;
         background-color: #ffffff;
         border-radius: 15px;
         display: flex;
         flex-direction: column;
         align-items: center;
     }

     .bottumfooterleft {
         background-color: #091f52;
         display: flex;
         float: left;
         width: 45%;
     }

     .col-md-3.footer4 {
         width: 50%;
     }

     .footer .left-footer .neq-txt {
         padding-top: 20px;
         padding-left: 0px;
         font-size: 14px;
         width: unset;
     }

     .footer2 {
         display: flex;
         flex-direction: column;
         margin-top: 55px;
     }

 }