 
.header {
    background-color: #ffffff;
    padding: 12px 20px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}

 
.logo {
    max-height: 50px;
}

 
.header .btn {
    border-radius: 30px;
    font-weight: 600;
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
}

 
.demo-btn {
    background-color: red;
}

 
.login-btn {
    background-color: green;
}

/* Mobile Responsive ...................................................*/
@media (max-width: 576px) {
    .logo {
        max-height: 40px;
    }

    .header .btn {
        padding: 6px 14px;
        font-size: 12px;
    }
}
/* ...................................................................................... */

.volume-hd{
    color: rgba(110, 169, 236, 0.664);
    
}


.scroll-bar {
    background: rgb(7, 45, 89);
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
}

 
.scroll-text {
    display: inline-block;
    padding-left: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    animation: scrollText 20s linear infinite;
}

 
@keyframes scrollText {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}


/* baner start.................. */

 
.banner-section {
    width: 100%;
    overflow: hidden;
}

 
.banner-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


/* ......................................... */
 
.exchange-section {
    background: rgb(6, 6, 63);
    padding: 60px 0;
}

 
.exchange-title {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

 
.exchange-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    
    cursor: pointer;
    transition: 0.3s ease;

}

 


.exchange-card img {
    width: 100%;
    height: auto;
    
     
}

 
.exchange-card .tag {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #1e90ff;
    color: white;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
}

 
/* ,,,, */
/* Instant Section */
.instant-section {
    background: #000000;
    padding: 80px 0;
}

 
.instant-title {
    font-size: 48px;
    font-weight: 800;
    color: #f7dd98;
    margin-bottom: 20px;
}

.instant-title span {
    color: #8dd19c;
}
 

.instant-text {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
}

 
.instant-img {
    max-width: 100%;
    height: auto;
}


/* Casino ...........game....... */
.casino-section {
    background: rgb(16, 16, 69);
    padding: 60px 20px;
}

 
.casino-title {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
}

 
.casino-card {
    border-radius: 18px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s ease;
}

.casino-card:hover {
    transform: scale(1.05);
}

 
.casino-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}



/* Best To Others Section............................*/
.best-section {
    background: black;
    padding: 80px 0;
}


.best-img {
    max-width: 100%;
    height: auto;
}

 
.best-title {
    font-size: 44px;
    font-weight: 800;
    color: #f1d78f;
    margin-bottom: 20px;
}

.best-title span {
    color: #9ff5b1;
}

 
.best-text {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.7;
}

 

/* Game provide ............... */
.provider-section {
    background: rgb(16, 16, 69);
    padding: 70px 0;
}

.provider-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.provider-card {
    background: transparent;
    border: 1px solid #ffffff;
    padding: 2px;
    transition: 0.3s ease;
}

.provider-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

 
/* footer part.............. */
.main-footer {
    background: #ffffff;
    padding: 60px 0 30px;
    border-top: 1px solid #ddd;
}

.footer-logo {
    width: 180px;
    margin-bottom: 20px;
}

.footer-text {
    font-size: 15px;
    color: #222;
    line-height: 1.7;
}

.footer-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
     text-decoration: none;
}

.payment-logos img {
    height: 40px;
    margin: 8px;
}

.footer-links {
    list-style: none;
    padding: 0;
     
}

.footer-links li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #444;
    cursor: pointer;
      
}

.security-box img {
    
    margin-bottom: 15px;
}

.footer-bottom {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
}

.footer-bottom a {
    color: #0a2e8a;
    text-decoration: none;
    margin: 0 5px;
}

 