@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #272727;
}

/* .sticky-nav {
    position: sticky;
    top: 0px;
} */

.nav-PaddingSection {
    padding: 0.2% 6%;
    background: #08185e;
    
}

.navSection {
    display: flex;
    padding: 1%;
    justify-content: space-between;
    align-items: center;
}

.leftNav li {
    list-style: none;
}
.leftNav li a{
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    font-family: "Teko", serif;
    font-weight: 650;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.leftNav img {
    width: 150px;
}

.rightNav {
    display: flex;
    align-items: center;
    gap: 40px;
}
.rightnavbar{
    display: flex;
    align-items: center;
    gap: 20px;
}
.nav-buttons{
    display: flex;
    align-items: center;
    gap: 10px;
}
.rightNav li {
    list-style: none;
}

.rightNav li:hover {
    border-bottom: 1px solid #56a77c;
}

.rightNav li a {
    font-family: "Teko", serif;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nav-buttons button {
    background: #fe368a;
    color: #fff !important;
    text-transform: uppercase;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 4px;
}
.nav-buttons .btn2{
    background-color: #19a731 !important;
    
}
.nav-buttons button:hover {
    background-color: #fe368aca;
}

.nav-buttons button:active {
    background-color: rgba(0, 0, 0, 0.336);
}

.nav-buttons button i {
    background: transparent;
    color: black;
    font-size: 14px;
    margin-left: 5px;
}

.Menu {
    position: absolute;
    right: 30px;
    top: 35px;
    display: none;
}

.Menu i {
    color: #ffffff;
    font-size: 22px;
}

@media only screen and (max-width: 992px) {
    .navSection {
        flex-direction: column;
    }
    .Menu {
        display: block;
    }
    .leftNav {
        justify-content: start;
        width: 100%;
    }
    .rightNav {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
        width: 100%;
        display: none;
    }
    .rightnavbar{
        flex-direction: column;
    }
}

.active {
    display: flex;
}

/* nav close */

.paddingSection {
    padding: 1% 6%;
}

.mainPadding {
    padding: 2% 7%;
}
video {
    object-fit: cover;
    width: 100%;
    height: 55vh;
    position:relative;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .play-button{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-40%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .play-button button{
    background: #19a731;
    color: #fff !important;
    text-transform: uppercase;
    outline: none;
    font-size: 12px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 4px;
  }

.main-section {
    /* width: 100%;
   background: url(../Images/intro-bg.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   overflow: hidden;
   z-index: 1000; */
   /* height: 80vh; */
   
}

.hero-Section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.hero-Section .image-wrapper {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.hero-Section .image-wrapper img{
    width: 70%;
}

.hero-Section-Content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-Section-Content h1 {
    margin: 1% 0%;
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    text-transform:capitalize;
    font-family: "Teko", serif;
    color: #000;
    text-align: center;
}
.hero-Section-Content h6 {
    font-size: 19px;
    color: #000;
    text-align: center;
    font-weight: 350;
    line-height: 27px;
    font-family: "Roboto", serif;
}
.section-btn{
    display: flex;
    justify-content: start;
    align-items: start;
}
.section-btn a {
    margin: 15px auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px 20px;
    background: #19a731;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 750;
}

.section-btn a:hover {
    background-color: #fe368ad3;
}

.section-btn a:active {
    background-color: rgba(0, 0, 0, 0.336);
}
.banner-bg{
    background: url(../Images/banner-bg.png);
     width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   overflow: hidden;
}
.banner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner img{
    width: 100%;
}

.slots{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
}
.slots-home{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
}
.slot-image-home {
    width: 400px;
    background-color: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
  }
.slot-image {
    width: 250px;
    background-color: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
  }
  .slot-image:hover {
    transform: translateY(-5px);
  }
  .slot-image-home:hover {
    transform: translateY(-5px);
  }
  .slot-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
  }
  .slot-image-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
  }
  
  .slot-image:hover::before {
    opacity: 1;
  }
  .slot-image-home:hover::before {
    opacity: 1;
  }
  .slot-image img {
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
  }
  .slot-image-home img {
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
  }
  .cta-button {
    text-align: center;
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    transition: bottom 0.3s ease;
  }
  
  .slot-image:hover .cta-button {
    bottom: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slot-image-home:hover .cta-button {
    bottom: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .slot-image-home .cta-button a {
    display: inline-block;
    background-color: #08185e;
    color: #fff;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
  }
  .cta-button a {
    display: inline-block;
    background-color: #08185e;
    color: #fff;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    font-family: "Roboto", serif;
  }
  .content p a strong{
    color:#08185e !important;
  }
  .cta-button a:hover {
    background-color: #162a85;
  }
  
  .slot-image:hover .popup {
    display: block;
  }
.top-slots .slots{
     margin: 1% 0%;
}
.top-slots .slots-home{
     margin: 1% 0%;
}
.rapid-fire-slot{
    background-color: #0d3ab8;
}
.rapid-fire div p{
    color: #000;
}
.games-heading p{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 750;
    color: #000;
    margin-top: 20px;
}
.games-heading p i{
    font-size: 16px;
    color: #000;
}

.faqs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Section11th {
    padding: 0px 20px 20px 20px;
}

.Section11th .box {
    background-color: #cbcbcb73;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px 40px;
}

.Section11th .box .ans {
    width: 800px;
}

.Section11th .question {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    padding: 5px 0px;
}

.Section11th .question h3 {
    font-size: 22px;
    color: #000;
    font-family: "Teko", serif;
    font-weight: 500;
}

.Section11th .question i {
    font-size: 17px;
    width: 40px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.Section11th .ans {
    line-height: 28px;
    margin-top: 10px;
    color: #000;
    padding-left: 10px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.8s;
    display: flex;
    flex-direction: column;
}

.Section11th .ans p {
    font-size: 16px;
    color: #000;
    font-family: "Roboto", serif;
}

.ans.active {
    max-height: 300px;
    /* overflow-y: scroll; */
}
.intro{
    padding: 1% 10% !important;
}
.world-side-image img{
    float: right;
    width: 40% !important;
    padding: 1%;
}
.world-left-image img{
    float: left;
    width: 40% !important;
    padding: 1%;
}
.intro h2{
    font-size: 33px;
    color: #000;
    margin: 1% 0%;
    font-family: "Teko", serif;
    font-weight: 500;
}
.h2heading{
    padding: 1px 0px;
    margin: 1% 0%;
}
.h2heading h2{
    font-size: 40px !important;
    margin: 1% 0%;
    color: #000;
    text-align: center;
    font-weight: 500;
    font-family: "Teko", serif;
}
.content h4{
    margin: 2% 0% 1% 0%;
    color: #000;
    font-size: 20px;
    font-weight: 650;
    font-family: "Roboto", serif;
}
.content ul{
    margin: 5px 0px;
}
.content ul li{
    margin: 10px 0px;
    font-size: 19px;
    line-height: 28px;
    margin-left: 5%;
    color: #000;
    font-family: "Roboto", serif;
}
.content ul li strong{
    color: #000;
    font-size: 19px;
}
.content ol li{
    margin: 5px 0px;
    font-size: 19px;
    line-height: 28px;
    margin-left: 5%;
    color: #000;
    font-family: "Roboto", serif;
}
.content ol > li{
    margin: 20px 0px;
    font-size: 19px;
    line-height: 28px;
    margin-left: 5%;
    color: #000;
    font-family: "Roboto", serif;
}
.content ol li strong{
    color: #000;
    font-family: "Roboto", serif;
}
.content p{
    font-size: 19px;
    line-height: 28px;
    color: #000;
    font-family: "Roboto", serif;
}
.card-heading{
    font-size: 16px;
    font-weight: 750;
    color: #112268;
    font-family: "Roboto", serif;
}
.card-heading-bg{
    font-size: 16px;
    font-weight: 750;
    color: #112268;
}
.footer{
    border-top: 2px solid #fff;
    background-color: #000;
}
.footer-section p{
    font-family: "Roboto", serif;
    line-height: 23px;
    font-size: 15px;
    text-align: center;
    color: white;
}
.footer-conditions p{
    color: #fff;
}
.footer-conditions p a{
    color: #fff;
}
.button-section a{
    text-decoration: none;
}
.button-section button{
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
    cursor: pointer;
    padding: 15px 20px;
    background: #08185e;
    text-decoration: none;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 750;
    border: none;
    width: 300px;
}
.button-section button:hover{
    background-color: rgba(20, 30, 129, 0.827)
}

@media only screen and (max-width: 992px){
    .Section11th .box {
        width: 100%;
    }
}

@media only screen and (max-width: 768px){
    .hero-Section-Content h1 {
        font-size: 39px;
        line-height: 38px;
    }
    .hero-Section-Content h2 {
        font-size: 21px;
        line-height: 35px;
    }
    .hero-Section .image-wrapper img{
        width: 100%;
    }
    .Section11th .box .ans {
        width: 100%;
    }
    .Section11th .box {
        padding: 10px;
    }
    .Section11th .box .question h3 {
        font-size: 20px;
    }
    .Section11th .question i {
        font-size: 20px;
        width: 30px;
        height: 30px;
    }
    .mainfaqsHeading {
        padding: 10px;
    }
}

@media only screen and (max-width: 576px){
    .leftNav img {
        width: 100px;
    }
    .Menu {
        top: 27px;
    }
    .hero-Section {
        padding: 20px;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .hero-Section-Content {
        width: 100%;
    }
    .hero-Section .image-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .hero-Section .image-wrapper img {
        width: 70%;
    }
    .intro h2 {
        font-size: 25px;
    }
    .hero-Section-Content h1 {
        font-size: 22px;
        line-height: 21px;
        margin-top: 7%;
    }
    .hero-Section-Content h6 {
        font-size: 15px;
        line-height: 18px;
    }
    .slots {
        flex-wrap: wrap;
    }
    .slots-home {
        flex-wrap: wrap;
    }

    .slot-image{
        width: 30%;
    }
    .slot-image-home{
        width: 100%;
    }
    .Section11th .box .question h3 {
        font-size: 15px;
    }
    .Section11th .ans p {
        font-size: 14px;
    }
    .Section11th {
        padding: 0px;
    }
    .h2heading h2 {
        font-size: 22px !important;
    }
    .content h4 {
        font-size: 16px;
    }
    .content ul li{
        font-size: 15px;
    }
    .content ul li strong {
        font-size: 15px;
    }
    .content ol li{
        font-size: 15px;
    }
    .intro {
        padding: 1% 5% !important;
    }
    .nav-PaddingSection {
        padding: 4.2% 6%;
    }
    .section-btn a {
        font-size: 10px;
    }
    .slots {
        gap: 10px;
    }
    .content p {
        font-size: 15px;
        line-height: 27px;
        font-family: "Roboto", serif;
    }
    .cta-button {
        width: 80%;
    }
    .cta-button a {
        padding: 4px 20px;
        font-size: 8px;
    }
    .world-side-image img {
        float: right;
        width: 100% !important;
        padding: 1%;
    }
    .world-left-image img {
        float: right;
        width: 100% !important;
        padding: 1%;
    }
    .nav-buttons {
        margin-top: 2rem;
    }
    .play-button {
        top: 71%;
        left: 48%;
    }
    /* .main-section{
        height: 60vh;
    } */
}