@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #ffffff;
}
body{
    font-family: "Poppins", sans-serif;
}

/* .sticky-nav {
    position: sticky;
    top: 0px;
    z-index: 1000;
} */

.nav-PaddingSection {
    padding: 0.2% 0%;
    background: #131313;
    
}

.navSection {
    display: flex;
    padding: 1% 6%;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(122, 122, 122, 0.05) 0px 6px 24px 0px, #4d4d4d 0px 0px 0px 1px;
}

.leftNav li {
    list-style: none;
    /* display: none; */
}

.leftNav li a {
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 650;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.leftNav img {
    width: 60px;
}

.rightNav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.siderbar .nav-buttons {
    margin-bottom: 8%;
}
.siderbar p{
    font-size: 1.4rem;
    font-weight: 600;

}

.siderbar .nav-buttons button {
    padding: 10px;
}

.siderbar .nav-buttons button:nth-of-type(1) {
    background: url(../Images/casino.jpg);
}

.siderbar .nav-buttons .btn2 {
    background: url(../Images/sports.jpg) !important;
    /* opacity: 0.8; */
}

.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;
    }
}

.active {
    display: flex;
}

/* nav close */

.paddingSection {
    padding: 1% 6%;
    background-color: #131313;
}

.main {
    display: flex;
}

.main-body {
    width: 85%;
}

.siderbar {
    width: 15%;
    background-color: #131313;
    position: sticky;
    top: 0px;
    box-shadow: rgba(122, 122, 122, 0.05) 0px 6px 24px 0px, #4d4d4d 0px 0px 0px 1px;
    height: 100vh;
    padding: 10px;
    font-family: "Poppins", sans-serif;
}

.siderbar .about {
    padding: 10px;
    background-color: #131313;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.siderbar .about ul {
    width: 100%;
    list-style: none;
    
}

.siderbar .about ul li {
    width: 100%;
    padding: 5px;
    box-shadow: rgba(122, 122, 122, 0.05) 0px 6px 24px 0px, #4d4d4d 0px 0px 0px 1px;
    margin-top: 10px;
    border-radius: 5px;
}

.siderbar .about ul li:hover {
    background-color: #557086;
}

.siderbar .about ul li a {
    width: 100%;
    text-decoration: none;
    list-style: none;
    color: #ffffff;
    font-weight: 300;
    font-size: 12px;
    margin-left: 10%;
}

.mainPadding {
    padding: 2% 7%;
}

.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 {
    background-color: #131313;
}

.hero-Section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.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: 35px;
    line-height: 45px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    text-align: center;
}

.hero-Section-Content h6 {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    font-weight: 350;
    line-height: 27px;
    font-family: "Poppins", sans-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 {
    background-color: #131313;
    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: 12px;
    left: 0;
    width: 100% !important;
    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: #9b9b9b2b;
    color: #000;
    padding: 7px 20px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
}

.cta-button a {
    display: inline-block;
    background-color: #131313c3;
    color: #ffffff;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    text-align: start;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.cta-button a span{
    font-size: 12px;
    color: #799f20;
}

.content p a strong {
    color: #19a731 !important;
    font-weight: 450;
}

.cta-button a:hover {
    background-color: #131313dc;
}

.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: #fff;
    margin-top: 20px;
}

.games-heading p i {
    font-size: 16px;
    color: #fff;
}

.faqs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Section11th {
    padding: 0px 20px 20px 20px;
    background-color: #131313;
}

.Section11th .box {
    background-color: #131313;
    border-radius: 5px;
    box-shadow: rgba(122, 122, 122, 0.05) 0px 6px 24px 0px, #4d4d4d 0px 0px 0px 1px;
    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: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.Section11th .question i {
    font-size: 17px;
    width: 40px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.Section11th .ans {
    line-height: 26px;
    margin-top: 10px;
    color: #ffffff;
    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: #ffffff;
    font-family: "Poppins", sans-serif;
}

.ans.active {
    max-height: 300px;
    /* overflow-y: scroll; */
}

.intro {
    padding: 1% 10% !important;
    background-color: #131313;
}

.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: #ffffff;
    margin: 1% 0%;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.h2heading {
    padding: 1px 0px;
    margin: 1% 0%;
}

.h2heading h2 {
    font-size: 35px !important;
    margin: 1% 0%;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.content h4 {
    margin: 2% 0% 1% 0%;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.content ul {
    margin: 5px 0px;
}

.content ul li {
    margin: 10px 0px;
    font-size: 16px;
    line-height: 28px;
    margin-left: 5%;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

.content ul li strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 450;
}

.content ol li {
    margin: 5px 0px;
    font-size: 16px;
    line-height: 28px;
    margin-left: 5%;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

.content ol>li {
    margin: 20px 0px;
    font-size: 16px;
    line-height: 28px;
    margin-left: 5%;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

.content ol li strong {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

.content p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
}

.card-heading {
    font-size: 16px;
    font-weight: 750;
    color: #112268;
    font-family: "Poppins", sans-serif;
}

.card-heading-bg {
    font-size: 16px;
    font-weight: 750;
    color: #112268;
}

.user-reviews-section{
    display: flex;
    flex-wrap: wrap;
    padding: 2% 0%;
    gap: 10px;
     background-color: #131313 !important;
}
.quote-container {
  position: relative;
  background-color: #131313;
  color: #ffffff;
  border-radius: 10px;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
  box-shadow: rgba(122, 122, 122, 0.05) 0px 6px 24px 0px, #4d4d4d 0px 0px 0px 1px;
}

.bottom {
  position: absolute;
  min-height: 200px;
  bottom: 0;
  left: 0;
  line-height: 0;
  transform: rotate(180deg);
  width: 440px;
}

.bottom svg.curves {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  transform: rotateY(180deg);
}

.bottom .shape-fill {
  fill: #00b7ff;
}

.star-rating {
  color: #ff1133;
  margin: 17px 0 10px;
  font-size: 1.8em;
  text-align: center;
}

p.quote {
  margin: 15px 0;
       font-size: 16px;
    line-height: 28px;
  text-align: center;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}


.reviewer-details {
  position: relative;
  z-index: 9;
  text-align: center;
  color: #ffffff;
}

.reviewer-details .name {
  font-size: 20px;
  font-weight: 500;
  display: block;
  padding: 7px 0 10px 0;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
}

.reviewer-details .title {
  font-size: 17px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.footer {
    border-top: 2px solid #fff;
    background-color: #000;
}

.footer-section p {
    font-size: 13px;
    text-align: center;
    color: white;
    font-family: "Poppins", sans-serif;
}

.footer-conditions p {
    color: #fff;
}

.footer-conditions p a {
    color: #fff;
}

.button-section{
    margin: 2% 0%;
}
.button-section a{
    text-decoration: none;
}
.button-section button{
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 30px;
    cursor: pointer;
    padding: 10px 20px;
    background: #6c882d;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border: none;
    width: 250px;
}
.button-section button:hover{
    background-color: #85af21;
}

@media only screen and (max-width: 992px) {
    .Section11th .box {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .navSection {
    box-shadow: none;
}
    .leftNav li {
    list-style: none;
    display: block;
}
    .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;
    }
    .siderbar {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    p.quote{
        font-size: 15px;
        line-height: 25px;
    }
    .main-body {
        width: 100%;
    }
    .leftNav img {
        width: 63px;
    }
    .Menu {
        top: 27px;
    }
    .hero-Section {
        padding: 20px;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .hero-Section-Content {
        width: 100%;
    }
    .intro h2 {
        font-size: 25px;
    }
    .hero-Section-Content h1 {
       font-size: 26px;
       line-height: 34px;
       margin-top: 7%;
    }
    .hero-Section-Content h6 {
       font-size: 15px;
        line-height: 25px;
    }
    .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;
        line-height: 25px;
    }
    .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: 25px;
        font-family: "Poppins", sans-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: 66%;
    }
    /* .main-section{
        height: 60vh;
    } */
}