/* FONTS */

@font-face {
    font-family: "Epilogue Light";
    src: url('Assets/fonts/epilogue-2/Epilogue-Light.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Bevan";
    src: url('Assets/fonts/Bevan/Bevan-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "IntegralCF";
    src: url('Assets/fonts/Integral-CF-Font-Family/Fontspring-DEMO-integralcf-regular.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Satoshi";
    src: url('/Assests/fonts/Satoshi-Variable/Satoshi-Variable.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "DM Sans";
    src: url('Assets/fonts/DM-Sans-Font/DMSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}


body{
    width: 1280px;
    margin: 0px auto;
    overflow-x: hidden;
    height: 100vh;
}

.ngo{
    /* width: 1280px;
    margin: 0px auto; */
    display: grid;
    justify-content: center;
}

.nav-two{
    display: none;
}

nav{
    /* max-width: 100%; */
    display: flex;
    justify-content: safe center;
    align-items: center;
    position: fixed;
    background-color: #ffffff;
    width: 1280px;
    margin: 0px auto;
    z-index: 60;
    /* paddingg: 0px 10px 0px 30px; */
    gap: 280px;

}

.logo{
    display: flex;
    align-items: center;
    font-family: "DM Sans";
    color:  #800080;
    gap: 50px;
    /* margin-left: 25px; */
}

.logo > h3{
    font-size: 13px;
    width: 50px;
    margin-top: 20px;
    
}

.logo span{
    color: #000000;

}
nav img{
    width: 20px;
}

nav ul {
    display: flex;
    align-items: center;
    font-family: "DM Sans";
    list-style: none;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    left: 40px;
}

ul a{
    text-decoration: none;
    font-family: "DM Sans";
    background-color: #ffffff;
    color:  #000000;
    padding: 10px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    align-items: center;
}

.home{
    position: relative;
    left: 35px;
}

.vol-btn{
    position: relative;
    right: 35px;
}

.get-btn{
    cursor: pointer;
    position: relative;
    left: 0px;
}

.cont-btn{
    position: relative;
    right: 35px;
}


nav a{
    text-decoration: none;
}

nav a button{
    font-family: "DM Sans";
    background-color: #800080;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 100px;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
}



#vol-btn{
    position: relative;
    background-color:  #f98f0d;
    left: 22px;
}

#vol-btn:hover{
    border: 2px solid #f98f0d;
    background-color: #ffffff;
    color: #f98f0d;
}
 

#donate-btn:hover{
    background-color: #ffffff;
    color: #800080;
    border: 2px solid #800080;
}


.nav-two{
    display: none;
}

/* HERO SECTION */

.donate-section{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.donate-section img{
    position: absolute;
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    filter: brightness(30%);
}

.donate-hero-container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 100px;
    color: #ffffff;
}

.donate-orange{
    background-color: #f98f0d;
    width: 150px;
    height: 3px;
    margin-bottom: -25px;
}

.donate-hero-container h3{
    font-family: "IntegralCF";
    font-size: 40px;
}

.donate-hero-container p{
    font-family: "DM Sans";
    font-size: 13px;
    width: 500px;
    margin-top: -25px;
}

.only-btn{
    display: flex;
    align-items: center;
}

.only-btn button{
    width: 100px;
    padding: 12px;
    cursor: pointer;
    border: none;
}

.dt-btn{
    background-color: #800080;
    color: #ffffff;
    border: none;
    padding: 12px;
}

.dt-btn:hover{
    background-color: #ffffff;
    color: #800080;
    border: 2px solid #800080;
}

.volun-btn{
    background-color: #ffffff;
    color: #f98f0d;
    border: 2px solid #f98f0d;
}

.volun-btn:hover{
    background-color: #f98f0d;
    color: #ffffff;
    border:2px solid #ffffff;
}

/* PAYMENT SECTION */

.payment-section{
    display: grid;
    justify-content: center;
    font-family: "DM Sans";
    padding: 0px 0px;
    background-color: rgba(237, 240, 240, 0.477);
    margin-top: 50px;
}

.payment-section > p{
    text-align: center;
    margin-top: -20px;
}

.payment-type{
    text-align: center;
}

.payment-type h3{
    font-size: 30px;
    width: 600px;
    margin-top: -3px;
}

.payment-type span{
    color: #f98f0d;
}

.payment-type > p{
    margin-top: 80px;
    font-size: 13px;
    background-color: #f2acf2;
    color: #300130;
    padding: 10px;
    border-radius: 25px;
    display: inline-block;
}

.name-img{
    display: flex;
    gap: 30px;
}

.name-img a{
    text-decoration: none;
    color: #000000;
}

.btc{
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: space-between;
    padding: 20px;
    background-color: #ffffff;
    border: 3px solid #800080;
    border-radius: 10px;
    margin-bottom: 20px;
}

.btc img{
    width: 50px;
    border-radius: 5px;
}

.btc:hover{
    background-color: #ebddeb5a;
    transform: scaleX(1.01);
    transition: 0.2s;
}

.trc{
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: space-between;
    padding: 20px;
    background-color: #ffffff;
    border: 3px solid #8d7ada5a;
    border-radius: 10px;
    margin-bottom: 20px;
}

.trc img{
    width: 50px;
    border-radius: 10px;
}

.trc:hover{
    background-color: #ebddeb5a;
    transform: scaleX(1.01);
    transition: 0.2s;
}

.other{
   display: flex;
    /* align-items: center; */
    font-size: 15px;
    justify-content: center;
    padding: 20px; 
    background-color: #ffffff;
    border: 3px solid #8d7ada5a;
    border-radius: 10px;
    margin-bottom: 20px;
}

.other img{
    width: 50px;
    border-radius: 10px;
}

.other:hover{
    background-color: #ebddeb5a;
    transform: scaleX(1.01);
    transition: 0.2s;
}

.other p{
    text-align: center;
}

.crypto{
    font-family: "DM Sans";
}

.crypto button{
    border: 2px solid #f0e3f0;
    padding: 10px;
    background-color: #ffffff;
    color: #800080;
    cursor: pointer;
    border-radius: 5px;
}

.lock{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: "DM Sans";
}

.lock img{
    width: 20px;
    margin-bottom: 4px;
}



/* LAST PART */
.last-part-two{
    display: none;
}

.last-part{
    /* background-color: #000000; */
    color: #ffffff;
}

.just-text-sec{
    display: flex;
    justify-content: space-between;
    /* margin: 50px 0px; */
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
    height: 300px;
    align-items: center;
    background-color: #252424;
    
}

.just-text-sec h3{
    font-family: "Epilogue Light";
    font-size: 30px;
    width: 200px;
    line-height: 40px;
}


.just-text-sec p{
    width: 500px;
    font-family: "Epilogue Light";
    line-height: 30px;
}




/* LAST SECTION */
.last-sec{
    display: flex;
    justify-content: space-between;
    font-family: "DM Sans";
    gap: 0px;
    margin: 50px auto;
    color: #000000;
}

.last-sec img{
    width: 100px;
}

.text-logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
    left: 80px;
    width:  100px;
}

.text-logo h3{
    color: #800080;
    font-family: "DM Sans";
    font-size: 13px;
    width: 25px;
    padding-left: 20px;
}

.text-logo span{
    color: #000000;
}


.last-sec-list{
    font-size: 10px;

}

.last-sec-list li{
    list-style: none;
    line-height: 30px;
}

.last-sec-list a{
    color: #000000;
    text-align: left;
    gap: 0px;
}

.heading{
    font-weight: 700;
    font-size: 15px;
    font-family: "DM Sans";
    color: #121212;
}

/* FOOTER */
footer{
    padding: 0px 60px;
    font-size: 12px;
    margin-top: 0px;
    color: #000000;
}

footer p{
    text-align: center;
    font-family: "DM Sans";
}

hr{
    color: #800080;
    width: 100%;
    
}




/* RESPONSIVE DESIGN */
/* MOBILE */
@media (width <= 480px) {

    nav{
        display: none;
    }

    body{
        width: 100%;
        overflow-x: hidden;
    } 

    .nav-two{
        display: flex;
        position: fixed;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        align-items: center;
        background-color: #ffffff;
        justify-content: space-between;
        width: calc(100% - 20px);
        max-width: 460px;
        box-sizing: border-box;
        margin: 0px auto;
        font-family: "Epilogue Light";
        z-index: 60;
        padding: 0px 10px;
    }

    .logo-two{
        display: flex;
        align-items: center;
        font-family: "DM Sana";
        color: #800080;
        gap: 10px;
    }

    .logo-two a{
        text-decoration: none;
    }

    .logo-two img{
        width: 50px;
    }

    .logo-two h3{
        font-size: 12px;
        width: 20px;
    }

    .menu{
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .menu img{
        width: 20px;
    }

    .menu button{
        font-family: "DM Sans";
        background-color: #800080;
        color: #ffffff;
        border: 1px solid #ffffff;
        width: 70px;
        border-radius: 5px;
        padding: 10px;
        font-size: 9px;
        cursor: pointer;
    }

    .menu .mobile-menu-toggle{
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        padding: 0px;
        border: 1px solid rgba(218, 122, 215, 0.3);
        background-color: #ffffff;
        border-radius: 5px;
    }

    .menu .mobile-menu-toggle img{
        width: 20px;
    }

    .menu .mobile-donate-btn:hover,
    .menu .mobile-menu-toggle:hover{
        background-color: #ffffff;
        color: #800080;
        border: 2px solid #800080;
    }

    .mobile-nav-links{
        position: absolute;
        top: calc(100% + 8px);
        left: 10px;
        right: 10px;
        display: grid;
        gap: 4px;
        padding: 8px;
        background-color: #ffffff;
        border: 1px solid rgba(218, 122, 216, 0.18);
        border-radius: 8px;
        box-shadow: 0px 16px 30px rgba(61, 24, 56, 0.14);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    }

    .mobile-nav-open .mobile-nav-links{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0px);
    }

    .mobile-nav-links a{
        display: flex;
        align-items: center;
        min-height: 44px;
        padding: 0px 12px;
        color: #8E7ADA;
        text-decoration: none;
        font-size: 12px;
        font-weight: 700;
        border-radius: 5px;
    }

    .mobile-nav-links a:hover,
    .mobile-nav-links a.active{
        background-color: rgba(142, 122, 218, 0.1);
    }

    .mobile-menu-toggle:focus-visible,
    .mobile-nav-links a:focus-visible{
        outline: 2px solid #800080;
        outline-offset: 2px;
    }
.nav-two{
        display: flex;
        position: fixed;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        align-items: center;
        background-color: #ffffff;
        justify-content: space-between;
        width: calc(100%);
        max-width: 460px;
        box-sizing: border-box;
        margin: 0px auto;
        font-family: "DM Sans";
        z-index: 60;
        padding: 0px 10px;
        /* background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px); */
    }

    .logo-two{
        display: flex;
        align-items: center;
        font-family: "DM Sans";
        color:  #800080;
        gap: 10px;
    }

    .logo-two a{
        display: flex;
        align-items: center;
        text-decoration: none;
    }

    .logo-two img{
        width: 50px;
    }

    .logo-two h3{
        font-size: 12px;
        width: 20px;
    }

    .menu{
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .menu img{
        width: 20px;
    }

    .menu button{
    font-family: "DM Sans";
    background-color:  #800080;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 70px;
    border-radius: 5px;
    padding: 10px;
    font-size: 9px;
    cursor: pointer;
    /* margin-right: 20px; */
}

.menu .mobile-menu-toggle{
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0px;
    border: 1px solid #800080;
    background-color: #ffffff;
    border-radius: 5px;
}

.menu .mobile-menu-toggle img{
    width: 20px;
}

.menu .mobile-donate-btn:hover,
.menu .mobile-menu-toggle:hover{
    background-color: #ffffff;
    color: #800080;
    border: 2px solid #800080;
}

.mobile-nav-links{
    position: absolute;
    top: calc(100% + 8px);
    left: 10px;
    right: 10px;
    display: grid;
    gap: 4px;
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid rgba(204, 122, 218, 0.18);
    border-radius: 8px;
    box-shadow: 0px 16px 30px rgba(52, 24, 61, 0.14);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.mobile-nav-open .mobile-nav-links{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0px);
}

.mobile-nav-links a{
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0px 12px;
    color: #800080;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
}

.mobile-nav-links a:hover,
.mobile-nav-links a.active{
    background-color: rgba(218, 122, 205, 0.1);
}

.mobile-menu-toggle:focus-visible,
.mobile-nav-links a:focus-visible{
    outline: 2px solid #800080;
    outline-offset: 2px;
}

#donate-btn:hover{
    background-color: #ffffff;
    color: #800080;
    border: 2px solid #800080;
}


/* DONATE SECTION */

.donate-hero-container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 100px;
    color: #ffffff;
}

.donate-hero-container h3{
    font-size: 30px;
}

.donate-hero-container p{
    font-size: 12px;
    width: 340px;
}
/* PAYMENT SECTION */

.payment-section{
    display: grid;
    justify-content: center;
    font-family: "DM Sans";
    padding: 100px 0px;
    background-color: rgba(237, 240, 240, 0.477);
    margin-top: -10px;
    width: 90%;
    margin: 0px auto;
}

.payment-type{
    text-align: center;
}

.payment-type h3{
    font-size: 23px;
    text-align: center;
    position: relative;
    left: 17px;
    width: 350px;
}

.payment-type p{
    font-size: 15px;
}

.name-img{
    display: flex;
    gap: 30px;
}

.name-img a{
    text-decoration: none;
    color: #000000;
}

.btc{
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: space-between;
    padding: 20px;
    background-color: #ffffff;
    border: 3px solid #c47ada5a;
    border-radius: 10px;
    margin-bottom: 20px;
}

.btc img{
    width: 50px;
    border-radius: 5px;
}

.btc:hover{
    background-color: #f0e5f45a;
    transform: scaleX(1.01);
    transition: 0.2s;
}

.trc{
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: space-between;
    padding: 20px;
    background-color: #ffffff;
    border: 3px solid #c47ada5a;
    border-radius: 10px;
    margin-bottom: 20px;
}

.trc img{
    width: 50px;
    border-radius: 10px;
}

.trc:hover{
    background-color: #f0e5f45a;
    transform: scaleX(1.01);
    transition: 0.2s;
}

.other{
   display: flex;
    /* align-items: center; */
    font-size: 15px;
    justify-content: center;
    padding: 20px; 
    background-color: #ffffff;
    border: 3px solid #c47ada5a;
    border-radius: 10px;
    margin-bottom: 20px;
}

.other img{
    width: 50px;
    border-radius: 10px;
}

.other:hover{
    background-color: #f0e5f45a;
    transform: scaleX(1.01);
    transition: 0.2s;
}

.other p{
    text-align: center;
}

.crypto{
    font-family: "Epilogue Light";
}

.crypto button{
    border: 2px solid #800080;
    padding: 10px;
    background-color: #ffffff;
    color: #800080;
    cursor: pointer;
    border-radius: 5px;
}

.lock{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: "Epilogue Light";
}

.lock img{
    width: 20px;
    margin-top: 20px;
}


/* LAST PART */
.last-part{
    display: none;
}
.last-part-two{
    display: block;
    /* background-color: #000000; */
    color: #ffffff;
    margin-top: 0px;
}

.just-text-sec-two{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px 0px;
    padding-left: 40px;
    padding-right: 40px;
    height: 300px;
    align-items: center;
    background-color: #252424;
    
}

.just-text-sec-two a{
    text-decoration: none;
    
}

.explore h3{
    font-family: "DM Sans";
    text-align: center;
    font-size: 30px;
    width: 250px;
    line-height: 40px;
    color: #ffffff;
}


.explore p{
    width: 350px;
    font-family: "DM Sans";
    line-height: 30px;
    font-size: 11px;
    text-align: center;
    /* margin-top: -10px; */
}




/* LAST SECTION */

.top-sec-two{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -80px;
    /* right: 10px; */
    gap: 50px;
}

#social-sec-two{
    max-width: 80px;
    position: relative;
    /* right: 10px; */
    justify-content: left;
    right: 20px;
}

.the-list{
    position: relative;
    right: 30px;
}

#contact-sec-two {
    position: relative;
    right: 40px;
    text-align: left;
    /* right: 5px; */
}


.bottom-sec-two{
    position: relative;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    /* gap: 150px; */
}

#service-sec-two{
    position: relative;
    top: 0px;
    right: 50px;
}

.last-sec-two{
    display: grid; 
    justify-content: center;
    margin-top: 20px;
    padding: 0px 10px 0px 10px;
    font-family: "DM Sans";
    gap: 90px;
    margin: 0px 55px 0px 40px;
    color: #000000;
}


.last-sec-two img{
    width: 100px;
}

.text-logo-two{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
    right: 100px;
    align-items: center;
}

.text-logo-two h3{
    color: #800080;
    font-size: 20px;
    width: 25px;
    padding-left: 10px;
}

.last-sec-list-two{
    font-size: 12px;

}

.last-sec-list-two li{
    list-style: none;
    line-height: 30px;
}

.last-sec-list-two a{
    color: #000000;
    text-align: left;
}

.heading-two{
    font-weight: 700;
    font-size: 15px;
}

/* FOOTER */

footer{
    padding: 0px 0px;
    font-family: "DM Sans";
    font-size: 12px;
    color: #000000;
}

footer p{
    position: relative;
    text-align: center;
    width: 350px;
    padding-left: 0px;
}

hr{
    color: #000000;
    /* max-width: 350px; */
    /* margin: 0px auto; */
}

}



/* RESPONSIVE DESIGN */
/* TABLET */

@media (480px < width <= 1024px) {
    body{
    width: 1200px;
    margin: 0px auto;
    overflow-x: hidden;
    height: 100vh;
}

.ngo{
    max-width: 1200px;
    margin: 0px auto;
    display: grid;
    justify-content: center; 
}

nav{
    max-width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    background-color: #ffffff;
    z-index: 60;
    padding: 0px 0px 0px 43px;
    gap: 90px;
}

.logo{
    display: flex;
    align-items: center;
    font-family: "DM Sans";
    color:  #800080;
    margin: 0px;
    /* margin-left: 25px; */
}

.logo > h3{
    font-size: 12px;
    max-width: 20px;
}

nav img{
    max-width: 50px;
}

nav ul {
    display: flex;
    align-items: center;
    gap: 90px;
    font-family: "DM Sans";
    list-style: none;
    font-size: 13px;
    font-weight: 700;

}

nav a{
    text-decoration: none;
}


ul a{
    text-decoration: none;
    font-family: "DM Sans";
    background-color: #ffffff;
    color:  #000000;
    padding: 0px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
}

.home{
    color:  #000000;
    cursor: pointer;
    margin-bottom: px;
}

.home-border{
    display: flex;
    flex-direction: column;
    margin-bottom: -2px;
}

.border{
    background-color:  #800080;
    width: 20px;
    height: 2px;
    margin-left: 8px;
    margin-top: 10px;

}

nav a button{
    font-family: "DM Sans";
    background-color:  #800080;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 100px;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
    /* margin-right: 20px; */
    /* margin: 0px; */
}

#donate-btn:hover{
    background-color: #ffffff;
    color: #800080;
    border: 2px solid #800080;
}

hr{
    width: 100%;
    margin: 0px auto;
    color: #a7a2a297;
}



/* PAYMENT SECTION */

.payment-section{
    width: 100%;
    display: grid;
    justify-content: center;
    font-family: "DM Sans";
    padding: 100px 0px;
    background-color: rgba(237, 240, 240, 0.477);
    margin-top: -10px;
}

.payment-type{
    text-align: center;
}

.payment-type h3{
    font-size: 30px;
    margin-left: 25px;
}

.payment-type p{
    font-size: 20px;
}

.name-img{
    display: flex;
    gap: 30px;
}

.name-img a{
    text-decoration: none;
    color: #000000;
}

.btc{
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: space-between;
    padding: 20px;
    background-color: #ffffff;
    border: 3px solid #da7ad45a;
    border-radius: 10px;
    margin-bottom: 20px;
}

.btc img{
    width: 50px;
    border-radius: 5px;
}

.btc:hover{
    background-color: #f4e5f35a;
    transform: scaleX(1.01);
    transition: 0.2s;
}

.trc{
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: space-between;
    padding: 20px;
    background-color: #ffffff;
    border: 3px solid #da7ad45a;
    border-radius: 10px;
    margin-bottom: 20px;
}

.trc img{
    width: 50px;
    border-radius: 10px;
}

.trc:hover{
    background-color: #f4e5f45a;
    transform: scaleX(1.01);
    transition: 0.2s;
}

.other{
   display: flex;
    /* align-items: center; */
    font-size: 15px;
    justify-content: center;
    padding: 20px; 
    background-color: #ffffff;
    border: 3px solid #da7ad45a ;
    border-radius: 10px;
    margin-bottom: 20px;
}

.other img{
    width: 50px;
    border-radius: 10px;
}

.other:hover{
    background-color: #f3e5f45a;
    transform: scaleX(1.01);
    transition: 0.2s;
}

.other p{
    text-align: center;
}

.crypto{
    font-family: "DM Sans";
    margin-right: 400px;
}

.crypto button{
    border: 2px solid #800080;
    padding: 10px;
    background-color: #ffffff;
    color: #800080;
    cursor: pointer;
    border-radius: 5px;
}

.lock{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: "DM Sans";
}

.lock img{
    width: 20px;
    margin-bottom: 4px;
}



/* LAST PART */
.last-part-two{
    display: none;
}

.last-part{
    /* background-color: #000000; */
    color: #ffffff;
    margin-top: 0px;
}

.just-text-sec{
    display: flex;
    justify-content: center;
    margin: 50px 0px;
    padding-left: 40px;
    padding-right: 40px;
    height: 300px;
    align-items: center;
    background-color: #252424;
    /* margin-right: 400px; */
}

.just-text-sec a{
    text-decoration: none;
}

.just-text-sec h3{
    font-family: "DM Sans";
    font-size: 30px;
    width: 200px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    margin-right: 350px;
}


.just-text-sec p{
    width: 500px;
    font-family: "DM Sans";
    line-height: 30px;
    text-align: center;
    margin-right: 350px;
}




/* LAST SECTION */
.last-sec{
    display: flex; 
    justify-content: center;
    margin-top: 20px;
    padding: 0px 10px 0px 10px;
    font-family: "DM Sans";
    gap: 90px;
    margin: 0px 400px 0px 0px;
    color: #000000;
}

.last-sec img{
    width: 70px;
}

.text-logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
    margin-right: 10px;
}

.text-logo h3{
    color: #800080;
    font-size: 15px;
    width: 25px;
    padding-left: 10px;
}

.last-sec-list{
    font-size: 12px;

}

.last-sec-list li{
    list-style: none;
    line-height: 30px;
}

.last-sec-list a{
    color: #000000;
    text-align: left;
}

.heading{
    font-weight: 700;
    font-size: 15px;
}

/* FOOTER */
footer{
    padding: 0px 60px;
    font-family: "Epilogue Light";
    font-size: 12px;
    margin-top: 0px;
    color: #000000;
}

hr{
    color: #8E7ADA;
    width: 700px;
    margin-right: 400px;
}
}
