* {
    margin: 0px;
    padding: 0px;
}
.navbar {
    margin-top: 0;
    background-color: #1d4369;
}

.navbar-brand img {
    max-width: 100%;
    height: auto;
}

.navbar-nav .nav-link {
    color: #fff;
    /* background-color: #1d4369; */
    font-size: 16px;
}

.navbar-toggler-icon{
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3e%3cpath d="M4 7h22" /%3e%3cpath d="M4 15h22" /%3e%3cpath d="M4 23h22" /%3e%3c/svg%3e') !important;
          }

.btn-primary,
.btn-secondary {
    margin-left: 10px;
    text-align: start;
    background-color: #296fad;
    border: none;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 15px;
}

.btn-primary:hover,
.btn-secondary:hover {
    background-color: #296fad;
} 


.allround-section {
    background-color: #f6f6f6;
}

.hero-section {
    background-color: #1d4369;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    box-sizing: border-box;
    padding: 30px;
}

.betting-image {
    text-align: center;
    padding-top: 20px;
}

.betting-image img {
    width: 100%;
    border-radius: 20pxzs;
}

.hero-section h1 {
    text-align: justify;
    font-size: 30px;
    color: #fff;
}

.contant p {
    color: #fff;
    text-align: justify;

}

.exchnage-img img {
    width: 70%;
    padding-top: 20px;
    border-radius: 10px;
}

.conatnt {
    padding-top: 20px;
}


.conatnt h2 {
    text-align: center;
    font-size: 25px;
    color: #fff;
    background-image: linear-gradient(to right, #195686, #4c96e4);
    font-weight: bold;
}

.conatnt p {
    text-align: justify;
    
}
.btn {
    background-image: linear-gradient(to right, #195686, #4c96e4);
    padding: 8px;
}

.btn a {
    color: #fff
}

/* betting section start*/
.heading {
    text-align: center;
    background: linear-gradient(to right, #195686, #4c96e4);
    padding: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}

.betting-image img {
    width: 100%;

}

.pra {
    text-align: justify;

}

/* end betting section */


/* diamond exchnssge better section start */
.conatnt h3 {
    text-align: center;
    background: linear-gradient(to right, #195686, #4c96e4);
    padding: 5px;
    color: #fff;
    font-size:25px;

}

/* end betting section */
/* login section start */
.sign-image img{
    width:500px;
}


/* end login section */

.mobile-image{
    display:none;
}

@media screen and (max-width: 768px) {
    .navbar-collapse {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .navbar-nav {
        flex-direction: column;
    }

    .navbar-toggler {
        margin-bottom: 10px;
    }

    .btn-primary,
    .btn-secondary {
        margin: 10px 0;
    }
    
    .desk-image{
        display:none;
    }
    
    .mobile-image{
        display:block;
    }
}

@media(max-width:426px) {
    .logo-image img {
        width: 80%;
    }

    .hero-section h1 {
        text-align:center;
        font-size: 26px;
        color: #fff;
    }

    .exchnage-img {
        text-align: center;
        border-radius: 20px;
    }

    .conatnt {
        padding-top: 20px;
    }

    .conatnt h2 {
        text-align: center;
        font-size: 25px;
        color: #fff;
        background-image: linear-gradient(to right, #195686, #4c96e4);
        font-weight: bold;

    }

    .sign-image img{
        width:350px;
    }


}

@media(max-width:376px) {
    .conatnt h2 {
        text-align: center;
        font-size: 20px;
        color: #fff;
        background-image: linear-gradient(to right, #195686, #4c96e4);
        font-weight: bold;

    }

    .heading {
        font-size: 25px;
    }

    .conatnt h3 {
        text-align: center;
        background: linear-gradient(to right, #195686, #4c96e4);
        padding: 5px;
        color: #fff;
        font-size: 20px;

    }

    .sign-image img{
        width:350px;
    }


}

@media screen and (min-width: 768px) {
    .tell{
        display: none;
    }
}

.tell{
    padding:1rem 0rem;
}
.overlay-button {
        /*position: absolute;*/
        /*top: 80%;*/
        /*left: 70%;*/
        transform: translate(-50%, -50%);
        padding: 10px 20px;
        font-size: 18px;
        font-weight: 800;
        border: 2px solid #fff;
        color: white;
        /* White text color */
        border-radius: 5px;
        /* Optional: add rounded corners */
        cursor: pointer;
        /* Add a pointer cursor on hover */
        background: linear-gradient(to right, #1891e2, #0e78ea);
        /* Gradient color */
        animation: pulse 1s infinite;

    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
    
        50% {
            transform: scale(1.1);
        }
    
        100% {
            transform: scale(1);
    }
    }
    @media only screen and (max-width: 767px) {
        .overlay-button {
            width: 90%;
            /*top: 75%;*/
            /*left: 5%;*/
            /*position: absolute;*/
            transform: translate(-50%, -50%);
            padding: 10px 30px;
            font-size: 18px;
            color: white;
            /* White text color */
            border: 2px solid #fff;
            border-radius: 5px;
            /* Optional: add rounded corners */
            cursor: pointer;
            /* Add a pointer cursor on hover */
            background: linear-gradient(to right, #1d4369, #1d4369);
            /* Gradient color */
            animation: pulse 1s infinite;
            display: inline-block;
        }}
.care{
    color: #fff;
    font-size: 15px;
   font-weight: 700;
}
.hear{
    font-size: 18px;
    font-weight: 700;
}

.fa-instagram{background-color:#e83e8c;border-radius:30px;padding:10px;}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 35px;
    background: linear-gradient(
      90deg,
      rgb(55, 223, 97) 0%,
      rgb(9, 187, 3) 100%
    );    
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 32px;
    box-shadow: 2px 2px 3px #030303;
    z-index: 100;
  }
  
  .my-float {
    margin-bottom: 8px;
    margin-top: 1px; 
    margin-left: 1px;
    font-size: 30px;
  }