@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

  table {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
table {
  border-collapse: collapse;
}
tbody td {
  border: 1px solid #141313;
  padding: 10px;
  text-align: left;
}
.heading {
  text-align: center;
  background: linear-gradient(to right, #195686, #a51f5b);
  padding: 5px;
  color: #fff !important;
  font-weight: bold;
  font-size: 25px;
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #25D366;
  color: white;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, box-shadow 0.3s;
}
*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: 'Mulish', sans-serif;
}
body{
    background: #a51f5b;
}
.sec1{
    padding:2rem 0;
}
.sec1 h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
}
.sec1 p{
    margin-bottom: 1rem;
    font-size: 20px;
}
.sec1 .sec1-img img{
    width:80%;
}
.sec1 .sec1-img{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
header{
    padding: 10px 0 0;
}
.sec-1btn{
    margin-top: 5rem;
}
.sec-1btn a{
    text-decoration: none;
    color: #ffffff;
    background: #175d7b;
    padding: 16px 25px;
    font-weight: 500;
    transition: 0.4s;
    border-radius: 64px;
    letter-spacing: 1px;
    font-size: 20px;
    border: 1px solid #fff;
}
.sec-1btn a:hover{
background:#152040;
}
.img-last{
    height:400px;
    width:100%;
    background-image: url('img/sec-i6.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5rem;
    
}
/* newcss */

.banner-sec{
    padding: 7rem 0;
    color:#fff;
}

.white-sec{
    background: #fff;
}

.white-sec h3, .white-sec p, .white-sec p b{
    color:#000;
}
.white-sec h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 500;
}
.white-sec p{
    font-size: 17px;
}
.white-sec h6{
    color:#000;
    font-weight:600;
    padding: 15px 0;
}
.light-yellow{
    background: #F0ECE1;
    padding: 15px 0;
}

.bg-text h3 , .bg-text p , .bg-text{
    color:#fff;
}
.bg-text ul li{
    line-height: 25px;
}
.y-card img{
min-height:300px;
}

.y-card h5{
    color:#000;
    margin-top:10px;
}


.white-sec ul li{
    color:#000;
}
.white-sec ul li b{
    color:#000;
}
.bg-text ul li , .bg-text ul li b{
    color:#ffffff;
}

.nav-link {
    color: #fff !important;
    padding-left: 25px !important;
}

.banner-sec img{
    width: 38%;
    margin-bottom: 1rem;
}
.banner-sec h2{
    font-size: 50px;
}
.pic-2{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.pic-2 img{
    width:50%;
}
.sec3-bg1{
    background:url(img/p2-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sec3-bg2{
    background:url(img/p2-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sec3-bg3{
    background:url(img/p2-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sec-3 .sec3-bg{
    color:#fff;
    padding: 4rem 0.7rem !important;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec-3 .sec3-bg p{
    color:#fff;
    font-size: 14px;
}
.sec-3 .sec3-bg h4{
    font-size: 20px;
    margin-bottom: 2rem;
}
.sec1 ol li{
    margin-bottom: 1rem;
}
ul li, ol li, p{
    font-size: 17px;
    line-height: 31px;
}
.sec-blue .sec3-bg{
    color:#fff;
    padding: 4rem 0.7rem !important;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: auto;
}
.sec-blue .sec3-bg h4 {
    font-size: 21px;
    margin-bottom: 3rem;
}
.sec-3 .sec3-bg p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}
.num-box i{
    font-size: 49px;
    margin-bottom: 2rem;
}

.num-box h4{
    font-weight: 700;
}
.lr-1-img{
    background: url(img/lr1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lr-2-img{
    background: url(img/lr2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.lr-3-img{
    background: url(img/lr3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lr-4-img{
    background: url(img/lr4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.l-r-bg{
    background: #a51f5b;
    color: #fff !important;
}
.l-r-bg h3, .l-r-bg p,.l-r-bg li {
     color: #fff !important;
}
.bg-black{
    background: #000;
}
.bg-black img{
    width: 100%;
}

.bg-black h4{
    color: #EDAD00;
    font-size: 16px;
    text-align: center;
    margin-top: 1rem;
}
.p-box h4{
font-weight: 700;
}
.bg-blue{
    background: #a51f5b;
    padding: 1rem 0;
}
.bg-blue p{
    color: #fff;
}

.col-bet{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.navbar-toggler {
border:var(--bs-border-width) solid rgb(255 255 255 / 15%)
}
.upi-sec img{
    width: auto;
}
.games-box {
    width:100%;
    justify-content: space-between;

}
.games-box li{
    list-style: none;
    padding:10px;
    
}
.games-box li h5{
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}


.whatsapp {
    width: 50px;
    height: 51px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 5%;
    left: 20px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
    padding: 0px;
    background: #00e676;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    text-decoration: none;
}
.whatsapp:hover{
    text-decoration:none;
}
  @keyframes scrollDownAnimation {
                from {
                    transform: translateY(0);
                }
                to {
                    transform: translateY(-10px);
                }
            }





@media only screen and (max-width: 767px) {
    .games-box {
        width:100%;
        justify-content: center;
        flex-wrap: wrap;
    
    }
    .games-box li {
        list-style: none;
        padding: 10px;
        width: 49%;
    }
    .upi-sec img{
        width: 100%;
    }

.banner-sec {
    text-align:center;
    padding: 3rem 0;
    color: #fff;
}
    .sec1 .sec1-img img {
        width: 80%;
        margin-top: 2rem;
    }
    .sec1 h3 {
        font-size: 24px;
        margin-bottom: 2rem;
        line-height: 33px;
    }
    .sec1 p {
        margin-bottom: 1rem;
        font-size: 18px;
    }
    .sec-1btn {
        margin-bottom: 2rem;
        margin-top: 3rem;
    }
    .mt-5 {
        margin-top: 1rem!important;
    }
    .sec1 {
        padding: 2rem 0;
    }
    .y-card img {
        min-height: 155px;
    }
    .img-last {
        height: 200px;
    }
    .sec1 .sec1-img {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .sec-3 .sec3-bg {
        color: #fff;
        padding: 4rem 0.7rem !important;
        min-height: 200px;
    }
    .sec-blue .sec3-bg {
        color: #fff;
        padding: 2rem 0.7rem 1rem !important;
    }
    .sec-blue .sec3-bg h4 {
        font-size: 21px;
        margin-bottom: 1rem;
    }
    .sec-blue .sec3-bg {
        border-bottom: 1px solid #b5b5b5;
    }
    .num-box p{
        font-size:12px;
    }
    .num-box i {
        font-size: 49px;
        margin-bottom: 1rem;
    }
    .eighteen-plus{
       margin: auto;
    }
    .navbar-collapse {
        background: #fff;
        position: relative;
        bottom: -122%;
        transition: 1s;
    }
    .nav-link {
        color: #000 !important;
        padding-left: 16px !important;
        border-bottom: 1px solid #efefef;
    }
    .navbar-collapse.show{
        bottom: 0;
    }
}
