@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
body{
    background: #191826;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}




.butn{
    background: #003f99;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    padding: 15px 30px;
    text-decoration: none;
}
.butn:hover{
    color: #fff;
}
.para{
    font-size: 21px;
    font-weight: 300;
}
.h2tag{
    font-size: 43px;
    font-weight: 700;
}
.head{
    max-width: 80%;
    margin: 0 auto 30px;
    text-align: center;
}
.flx a{
    color: transparent;
}

.definav{
    background: #000;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.definav .butn{
    padding: 10px 30px;
}
.definav .navbar-collapse{
      justify-content: flex-end;
}
.definav button i{
    color: #fff;
}
.definav .flx img{
    height: 42px;
    border-radius: 10px;
}



.banner{
    background: linear-gradient(270deg,#03dce4,#003e99);
}
.banner h1{
    font-size: 50px;
    font-weight: 700;
}

.easy_access{
    background: #12101d;
}
.easy_access ul{
    padding-left: 0;
    border: 1px solid #646372;
    border-radius: 10px;
    width: 100%;
}
.easy_access li{
    position: relative;
    list-style-type: none;
    border-bottom: 1px solid #646372;
    padding: 20px;
    padding-left: 60px;
}
.easy_access li:nth-last-child(1){
    border-bottom: 0;
}
.easy_access li::before{
    content: "";
    background: url("../images/liicon.png") no-repeat center;
    width: 20px;
    left: 30px;
    top: 0;
    height: 20px;
    position: absolute;
    bottom: 0;
    margin: auto 0;
}


.img_sec .img_shade{
    position: relative;
    text-align: center;
}
.img_sec .img_shade::before {
    content: "";
    position: absolute;
    background: #165055;
    width: 60%;
    height: 60%;
    filter: blur(111px);
    z-index: -1;
    border-radius: 50%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.bgcolor{
    background: #12101d;
    z-index: 1;
    position: relative;
}


.box_section .box{
    background: linear-gradient(311deg,#03dce4,#003e99);
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    margin: 15px 0;
    width: 100%;
}
.box_section .box p{
    font-weight: 700;
    margin-top: 30px;
}


.getapk{
    background: linear-gradient(270deg,#03dce4,#003e99);
}
.getapk h5{
    font-size: 21px;
    font-weight: 700;
}
.getapk p{
    margin-bottom: 0;
}
.getapk .row{
    align-items: center;
}




.coming .modal-header {
    border-bottom: 0px solid #29253c;
}
.coming  .modal-content{
    background-color: #ffffff00;
    border: 0 !important;
}
.coming .btn-close{
    opacity: 1;
    filter: invert(1);
}
.coming  .closeicon{
    position: absolute;
    right: 50px;
    top: 50px;
    background-color: antiquewhite;
    padding: 12px;
    border-radius: 50%;
    background-size: 12px;
}


.terms .head{
    font-size: 26px;
    font-weight: 500;
}

.footer .flx{
    text-align: center;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.footer a{
    color: #fff;
}

.download_popup .modal-content{
    background: #12101d;
}
.download_popup .modal-body{
    padding: 30px;
}
.download_popup  .closeicon { 
    right: 0 !important;
    top: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: #ffc67b;
}
.download_popup  ul{
    list-style-type: none;
    padding: 0; 
    font-size: 17px;
}
.download_popup li{
    margin-top: 10px;
}
@media (max-width:1199px) {
    .h2tag {
        font-size: 33px;
    }
    .banner h1 {
        font-size: 40px;
    }
}
@media (max-width:991px) {
    .coming .closeicon {
        right: 20px;
        top: 20px;
    }
    .download_popup .closeicon {
        right: 7px !important;
        top: -3px !important;
    }
    .banner {
        padding-top: 130px !important;
    }
}
@media (max-width:767px) {
    .bgcolor .row{
        flex-direction: column-reverse;
    }
    .img_sec img{
        margin-bottom: 25px;
    }
    .h2tag {
        font-size: 28px;
    }
}