@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    color: #272727;
}

.sticky-nav {
    position: sticky;
    top: 0px;
}

.nav-PaddingSection {
    padding: 0.2% 6%;
    background-color: #ee1d3a;
}

.navSection {
    display: flex;
    padding: 1%;
    justify-content: space-between;
    align-items: center;
    background: #ee1d3a;
    border: 1.2px solid #fff;
    border-top: none;
    border-radius: 0px 0px 20px 20px;
}

.leftNav li {
    list-style: none;
}

.leftNav img {
    width: 150px;
}

.rightNav {
    display: flex;
    align-items: center;
    gap: 40px;
}
.rightnavbar{
    display: flex;
    align-items: center;
    gap: 10px;
}
.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 {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.rightNav button {
    background: #227c25;
    color: #fff !important;
    text-transform: uppercase;
    outline: none;
    font-size: 10px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    padding: 10px 10px;
    border-radius: 20px;
}
.rightNav .btn1{
    background-color: transparent;
}

.rightNav button:hover {
    background-color: #fe368aca;
}

.rightNav button:active {
    background-color: rgba(0, 0, 0, 0.336);
}

.rightNav button i {
    background: transparent;
    color: black;
    font-size: 14px;
    margin-left: 5px;
}

.Menu {
    position: absolute;
    right: 30px;
    top: 25px;
    display: none;
}

.Menu i {
    color: #ffffff;
    font-size: 22px;
}
.bottom-nav ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    margin-top: 2%;
    padding: 10px;
    border-radius: 30px;
}
.bottom-nav ul li a{
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}
.bottom-nav ul li:hover a{
    color: #ee1d3a;
}
@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% 10%;
}
.main-section {
    width: 100%;
    background: url(../Images/home-banner2.jpeg);
    background-size:cover;
    background-position: top;
    background-repeat: no-repeat;
}

.hero-Section {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
    justify-content: center;
}
.hero-Section-Content p{
    margin-top: 2%;
    color: #fff;
}
.hero-Section .image-wrapper {
    width: 40%;
}

.hero-Section-Content {
    /* width: 100%; */
    display: flex;
    flex-direction: column;
}

.hero-Section-Content h1 {
    font-size: 50px;
    line-height: 54px;
    font-weight: 800;
    color: #fff;
}
.hero-Section-Content h2 {
    font-size: 30px;
    line-height: 54px;
    font-weight: 800;
    color: #032274;
    margin: 10px 0px;
}
.section-btn a {
    margin: 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
    cursor: pointer;
    padding: 10px 20px;
    background: #227c25;
    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);
}

.slots-slide{
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.slots-slide .slot-image a img{
    width: 400px;
    margin: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
.slots-slide-2nd{
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.slots-slide-2nd .slot-image a img{
    width: 300px;
    margin: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
.slots-slide-3rd{
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.slots-slide-3rd .slot-image a img{
    width: 150px;
    margin: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
.slots{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.slots .slot-image a img{
    width: 90%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 6px;
}
.top-slots .slots{
     margin: 1% 0%;
}
.rapid-fire-slot{
    background-color: #0d3ab8;
}
.rapid-fire div p{
    color: #fff;
}
.top-chase{
    width: 100%;
}
.chase{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.chase-image{
    height: 100%;
    border-radius: 6px;
}
.chase-image img{
    width: 100%;
    height: 175px;
    border-radius: 6px;
}
.games-heading p{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 750;
    color: #ee1d3a;
}
.games-heading p i{
    font-size: 16px;
}

.faqs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Section11th {
    padding: 20px;
}

.Section11th .box {
    border: 1px solid #1f4f45;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px 40px;
}

.Section11th .box .ans {
    background-color: white;
    width: 800px;
}

.Section11th .question {
    background-color: white;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    padding: 5px 0px;
}

.Section11th .question h3 {
    font-size: 22px;
    color: #ee1d3a;
}

.Section11th .question i {
    font-size: 17px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Section11th .ans {
    line-height: 30px;
    margin-top: 10px;
    color: rgb(9, 6, 1);
    padding-left: 10px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.8s;
    display: flex;
    flex-direction: column;
}

.Section11th .ans p {
    font-size: 16px;
    background-color: white;
}

.ans.active {
    max-height: 300px;
    overflow-y: scroll;
}
.intro{
    padding: 1% 10% !important;
}
.intro h2{
    font-size: 33px;
    color: #ee1d3a;
    margin: 1% 0%;
}
.h2heading h2{
    font-size: 30px !important;
    margin: 1% 0%;
    color: #ee1d3a;
}
.content h4{
    margin-top: 1%;
    font-size: 18px;
}
.content ol li{
    margin: 5px 0px;
}
.card-heading{
    font-size: 16px;
    font-weight: 750;
    color: #ee1d3a;
}
.card-heading-bg{
    font-size: 16px;
    font-weight: 750;
    color: #ee1d3a;
}
.games-heading{
    font-size: 18px;
    font-weight: 750;
    color: #ee1d3a;
}
.footer{
    background-color: #000;
}
.footer-section p{
    font-size: 15px;
    text-align: center;
    color: white;
}
.footer-conditions p{
    color: #fff;
}
.footer-conditions p a{
    color: #fff;
}

@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;
    }
    .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){
    .hero-Section {
        padding: 20px;
    }
    .hero-Section-Content h1 {
        font-size: 31px;
        line-height: 30px;
    }
    .hero-Section-Content h2 {
        font-size: 21px;
    }
    .hero-Section-Content p {
        margin-top: 7%;
    }
    .chase-image img {
        width: 97%;
        height: 54px;
        border-radius: 3px;
    }
    .slots {
        flex-wrap: wrap;
    }
    .slot-image{
        width: 33%;
    }
    .hero-Section .image-wrapper {
        width: 0%;
    }
    .Section11th .box .question h3 {
        font-size: 15px;
    }
    .Section11th .ans p {
        font-size: 14px;
    }
    .Section11th {
        padding: 0px;
    }
    .h2heading h2 {
        font-size: 18px !important;
    }
    .content h4 {
        font-size: 16px;
    }
    .intro {
        padding: 1% 5% !important;
    }
    .Menu {
        right: 39px;
        top: 11px;
    }
    .bottom-nav ul li a {
        font-size: 9px;
    }
    .slots-slide .slot-image a img {
        width: 100px;
    }
    .slots-slide-2nd .slot-image a img {
        width: 100px;
    }
    .slots-slide-3rd .slot-image a img {
        width: 100px;
    }
    p{
        font-size: 14px !important  ;
        line-height: 21px;
    }
    li{
        font-size: 14px !important  ;
        line-height: 21px;
    }
    .intro h2 {
        font-size: 28px;
        text-align: center;
    }
    .footer-section p {
        font-size: 12px !important;
    }
    
}