html, body {
    overflow-x: hidden;
}


.dropdown-menu {
    background: transparent;
    margin-top: 10px;
    border: none;
    box-shadow: none;
    border-radius: 100px;
}
.dropdown-item {
    color: rgb(240, 235, 235);
    background-color: black;
}
.dropdown-item:hover {
    background-color: rgba(211, 200, 200, 0.926);
}
.btn-transparent {
    background: transpaent;
    border: none;
    color: rgb(182, 171, 171);
}

.buttonnev:hover{
    background: linear-gradient(to right, rgb(204, 68, 68), rgb(137, 137, 160));
    color: aliceblue;

}


/* vsds  */
.navhead {
    background: black;
    padding: 15px 0;
}
.logo {
    color: white;
    font-size: 28px;
}
.nav-link, .dropdown-toggle {
    color: white !important;
    font-weight: 500;
}
.buttonnev {
    background: white;
    color: black;
    font-weight: bold;
    border-radius: 25px;
    padding: 8px 16px;
}
.buttonnev:hover {
    background: linear-gradient(to right, rgb(204, 68, 68), rgb(137, 137, 160));

}

/* for hover  */

.dropdown:hover .dropdown-menu {
    display: block;
}




    /* Fade-in Animation */
    .animate-fade-in {
        opacity: 0;
        transform: translateY(20px);
        animation: fadeInUp 1s ease-out forwards;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .buttunsection2{
    background: linear-gradient(to right, rgb(204, 68, 68), rgb(137, 137, 160));
        
    }
    .card1 {
        background: #222;
        border-radius: 10px;
        padding: 20px;
    }
    @media (max-width: 768px) {
        .card1 {
            margin: 10px 0;
        }
    }   


    
    .custom-card {
        background: #343a40;
        color: white;
        border-radius: 15px;
        overflow: hidden;
        max-width: 550px;
        margin: auto;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    
    .custom-card img {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    

    .search-container {
        background-color: black;
        padding: 15px;
    }

    .search-wrapper {
        max-width: 100%;
    }

    .search-input {
        border-radius: 25px 0 0 25px;
        padding: 10px;
    }

    .search-btn {
        border-radius: 0 25px 25px 0;
    }

    /* Responsive Styling */
    @media (max-width: 768px) {
        .search-col {
            width: 100%;
        }
    }



    /* section3 card  */

    .icon-style {
        font-size: 35px;
        color: rgb(191, 89, 130);
    }
    .card1 {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
    }
    

/* section 4  */
.swapicon{
    font-size:36px;
}
/* index2 ccs  */

.hero-video {
    width: 100%;
    height: auto;
    border-radius: 10px; /* Optional: For rounded corners */
}

@media (max-width: 768px) {
    .hero-video {
        max-height: 400px; /* Adjust height for smaller screens */
    }
}

.card1 {
    background-color: #1a1a1a; 
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.1);
    border: 1px solid #6c757d;
}
.icon-style {
    font-size: 3rem;
    color: rgb(208, 29, 100);
}

.text1{
    color: rgb(211, 71, 99);
}




.btnsec3:hover {
    background: linear-gradient(to right, rgb(204, 68, 68), rgb(137, 137, 160));

}
.btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-icon-w img {
    /*width: 30px;*/
    height: 30px;
    margin-right: 10px;
}
.exchange-list .col-md-4 {
    margin-bottom: 15px;
}
   





