@font-face {
    font-family: 'Nevan RUS';
    src: url('./font/Nevan RUS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
    h1,h2,h3,h4,h5,h6{
        font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
    }
    p{
        font-family: "PT Serif", serif;
  font-weight: 300;
  font-style: normal;
    }
    .btn-blue{
        background-color: #0a1952;
        color: #fff;
    }
    .btn-outline-primary{
        border: 1px solid #0a1952;
        color: #0a1952;
    }

    .navbar-brand img{
        width: 100%;
    }
    .nav-item a{
        font-family: "PT Serif", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
    }
    #banner {
    background-image: 
        linear-gradient(180deg, #b4c2de 0%, #fff8f8 100%),
        url('./images/shape4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-container h1 {
    letter-spacing: 0.5rem;
    color: #11377c;
 font-family: 'Nevan RUS', sans-serif;
}
.mid-banner{
    position: absolute;
    top: 35%;
}
.mid-banner .row{
    justify-content: space-between;
}

.mid-banner p {
    font-size: 16px;
}
.mid-banner h5{
    color: #11377c;
}

.letter-space {
    letter-spacing: 0.6rem;
}

.lower-strip-banner h3 {
    font-size: 1.5rem;
}
.banner-b-coin{
    width: 90px;
}
.banner-s-coin{
    width: 50px;
}
.footer-b-card {
    color: #fff;
    
    background:linear-gradient(225deg,#1e95cb 0,#11377c 100%);
    border: 1px solid #353535;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
    backdrop-filter: blur(10px);
    text-align: start;
}
.footer-side-text{
    text-align: left;
    background-color: #11377c;
    border-radius: 1rem;
    margin-top: 1rem;
     
}
.banner-bottomright{
    display: flex;
    align-items: center;
    gap: 2rem;
}
.footer-side-text h5{
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
     font-family: 'Nevan RUS', sans-serif;
}
.footer-side-text p{
    font-size: 17px;
}
#impact{
    padding: 3rem 0rem;
    background-color: rgb(59 130 249 / 12%);
}
#mission{
    padding: 3rem 0rem;
    background: url('./images/blue-bg.webp');
    background-position: top;
}
.impact-video video{
    width: 100%;
    height: 22rem;
    object-fit: cover;
    border-radius: 12px;
}
.impact-text h2{
    font-size: 35px;
    margin: 1rem 0rem;
     font-family: 'Nevan RUS', sans-serif;
}
.impact-text a{
    padding: 1rem 2.5rem;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: #11377c;
    text-decoration: none;
    border-radius: 12px;
}
.mission-img img{
    width: 70%;
}
.s-coin img{
    width: 6rem;
}
#faq-type{
    background: url("images/bl-bg.png");
    background-repeat: no-repeat;
    background-position: right;
    
}

.faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10%;
    color: #fff;
    font-size: 18px;
}

.icon-bg-1 {
    background-color: #6c5ce7; 
}
.icon-bg-2 {
    background-color: #00b894; 
}
.icon-bg-3 {
    background-color: #fd79a8; 
}
.icon-bg-4 {
    background-color: #0984e3; 
}
.icon-bg-5 {
    background-color: #e17055; 
}

.roadmap-image img{
    width:100%;
}










#cryptocurrency{
    padding: 3rem 0rem;
    background: linear-gradient(180deg, #b4c2de 0%, #fff8f8 100%)
}
.icon-circle {
    width: 4rem;
    height: 3.5rem;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 12px;
                    border-radius: 50%;
                    color: #fff; /* white icon */
                    font-size: 20px;
                }


.map-card1,.map-card2,.map-card3{
    position: absolute;
    box-shadow: 0px 14px 64px 0px rgba(15, 15, 15, 0.1);
    background: #162765;
    border-radius: 12px;
    
    padding: 19px 74px 19px 16px;
    color: #fff;
}

.map-card1{
    top: 3%;
    left: 0;
}
.map-card2{
    top: 38%;
    right: 0;
}
.map-card3{
    top: 80%;
    left: 40%;
}


.certification-frame {
    border: 4px solid #e0e0e0;
    border-radius: 16px;
    padding: 8px;
    background: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
}

.certification-frame:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

#our-certifications h2 {
    font-weight: 600;
}

#our-certifications p {
    color: #555;
}

#payment{
    background-color: #0a1952;
    padding: 2rem 0rem;
}

footer{
    background-color: #051038;
}
footer a,footer i{
    color: #fff;
    text-decoration: none;
}
footer ul li{
    text-align: justify;
    margin-bottom: 6px;
}
.red-dot {
            position: relative;
            padding-left: 1.5rem;
            margin-bottom: 0.5rem;
        }
        .red-dot::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.6em;
            width: 0.5rem;
            height: 0.5rem;
            background-color: rgb(243, 212, 38);
            border-radius: 50%;
        }

@media (max-width: 768px) {
    .banner-container h1 {
        font-size: 3rem;
        letter-spacing: 0.2rem;
    }
    .mid-banner p {
        width: 90% !important;
    }
    .lower-strip-banner h3 {
        font-size: 1.25rem;
        text-align: center;
    }
    .mid-banner{
    position: relative !important; 
}
.footer-side-text{
    margin-top: 0px;
    margin-bottom: 2rem;
}
}
