@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt: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: #272727;
    
}

/* .sticky-nav {
    position: sticky;
    top: 0px;
    z-index: 1000;
} */

.nav-PaddingSection {
    padding: 0.2% 6%;
    background: #0B2C4A;
}

.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{
      display: flex;
      text-align: center;
      justify-content: center;
}

.leftNav img {
    width: 170px;
}

.rightNav {
    display: flex;
    align-items: center;
    gap: 40px;
}
.nav-buttons{
    display: flex;
    align-items: center;
    gap: 10px;
}
.siderbar .nav-buttons{
    margin-bottom: 8%;
}
.siderbar .nav-buttons button{
    padding: 10px;
}
.nav-buttons button {
    background: #FFE161;
    color: #000 ;
    text-transform: uppercase;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 4px;
}
.nav-buttons .btn2{
    background-color: #19a731 !important;
    color: #fff !important;
    
}
.nav-buttons button:hover {
    background-color: #FFE161;
}

.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: #fff;
    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% 3%;
    
}
.main{
    display: flex;
}
.main-body{
width: 85%;
}
.siderbar{
    width: 15%;
    background: #0B2C4A;
    position: sticky;
    top: 0px;
    height: 100vh;
    padding: 10px;
    font-family: "Prompt", serif;
}
.siderbar .about{
  padding: 10px;
  background-color: #D3E6F8;
  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;
}
.siderbar .about ul li:hover a{
    color: #fff;
}
.siderbar .about ul li:hover{
   background: #2a4e9b;
background: linear-gradient(#0B2C4A);
padding-left: 20px;
border-radius: 4px;
}
.siderbar .about ul li a{
    width: 100%;
    text-decoration: none;
    list-style: none; 
    color: #000;
    font-weight: 300;
    font-size: 12px;
}
.mainPadding {
    padding: 2% 4%;
}
  .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: #D3E6F8;
}

.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 {
  font-size: 52px;
  /* background: -webkit-linear-gradient(#265fcf, #36d3ef); */
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */

    margin: 1% 0%;
    /* font-size: 40px; */
    line-height: 65px;
    font-weight: 500;
    text-transform:capitalize;
    font-family: "Teko", serif;
    
    text-align: center;
}
.hero-Section-Content h6 {
    font-size: 18px;
    
    text-align: center;
    font-weight: 400;
    line-height: 27px;
    font-family: "Prompt", serif;
}
.hero-Section-Content h6 a{
    text-decoration: none;
    /* color: #fff; */
}
.hero-Section-Content h6 a strong{
    font-weight: 400;
    /* color: #fff; */
}
.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%;
    
}
.banner-pricing {
    display: flex;
    flex-direction: column;
    /* margin-top: 4%; */
    justify-content: center;
    align-items: center;
     background-color: #D3E6F8 !important;
}
.banner-pricing img{
     display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: auto;
}
.banner-pricing h4{
    font-size: 35px;
    margin-top: 4%;
    font-weight: 500;
    color: red;
    font-family: "Teko", serif;
}
.banner-pricing h3{
    font-size: 50px;
    font-weight: 500;
    font-family: "Teko", serif;
}


.user-reviews-section{
    display: flex;
    flex-wrap: wrap;
    padding: 2% 0%;
    gap: 10px;
     background-color: #D3E6F8 !important;
}
.quote-container {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px;
}

.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: 18px;
    line-height: 20px;
  text-align: center;
  font-family: "Teko", serif;
}

.reviewer-photo {
  position: relative;
  z-index: 9;
  margin: 20px auto 10px;
  text-align: center;
}

.reviewer-photo img {
  border-radius: 50%;
  border: 6px solid #ffffff;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
}

.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: "Teko", serif;
}

.reviewer-details .title {
  font-size: 17px;
  font-weight: 400;
  font-family: "Teko", serif;
}



  .content p a strong{
    color: #003E55;
    font-weight: 450;
  }
.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: 18px;
    /* color: #fff; */
}

.faqs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Section11th {
    padding: 0px 20px 20px 20px;
     background-color: #D3E6F8 !important;
}

.Section11th .box {
    background-color: #fff;
    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: #000000;
    font-family: "Teko", 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;
    
}

.Section11th .ans {
    line-height: 25px;
    margin-top: 10px;
    
    padding-left: 10px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.8s;
    display: flex;
    flex-direction: column;
}

.Section11th .ans p {
    font-size: 18px;
    
    font-family: "Prompt", serif;
}

.ans.active {
    max-height: 300px;
    /* overflow-y: scroll; */
}
.intro{
    padding: 1% 6% !important;
     background-color: #D3E6F8 !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;
    
    margin: 1% 0%;
    font-family: "Teko", serif;
    font-weight: 500;
}
.h2heading{
    background-image: linear-gradient(#0B2C4A);
    padding: 1px 0px;
    margin: 1.5% 0%;
}
.h2heading h2{
    color: #fff;
    font-size: 40px !important;
    margin: 1% 0%;
    
    text-align: center;
    font-weight: 500;
    font-family: "Teko", serif;
}
.content h4{
    margin: 2% 0% 0% 0%;
    font-size: 19px;
    font-weight: 500;
    font-family: "Prompt", serif;
}
.content ul{
    margin: 5px 0px;
}
.content ul li{
    margin: 10px 0px;
    font-size: 18px;
    line-height: 28px;
    margin-left: 5%;
    
    font-family: "Prompt", serif;
}
.content ul li strong{
    
    font-size: 18px;
    font-weight: 450;
}
.content ol li{
    margin: 5px 0px;
    font-size: 18px;
    line-height: 28px;
    margin-left: 5%;
    
    font-family: "Prompt", serif;
}
.content ol > li{
    margin: 20px 0px;
    font-size: 18px;
    line-height: 28px;
    margin-left: 5%;
    
    font-family: "Prompt", serif;
}
.content ol li strong{
    
    font-family: "Prompt", serif;
}
.content p{
    font-size: 18px;
    line-height: 28px;
    font-family: "Prompt", serif;
}
.content img{
    float: left;
    width: 40%;
}
.card-heading{
    font-size: 18px;
    font-weight: 750;
    color: #112268;
    font-family: "Prompt", serif;
}
.card-heading-bg{
    font-size: 18px;
    font-weight: 750;
    color: #112268;
}

.guarantee-section{
    /* margin-top: 7%; */
            display: flex;
            gap: 40px;
            justify-content: center;
            align-items: center;
            font-family: "Prompt", serif;
          }
          .guarantee-section img{
            width: 300px;
          }
          .guarantee-section h3{
            font-size: 40px;
            font-weight: 600;
          }
          .guarantee-section p{
             font-size: 18px;
    line-height: 28px;
          }

.footer{
    border-top: 2px solid #fff;
    background-color: #000;
}
.footer-section p{
    font-size: 13px;
    text-align: center;
    color: white;
    font-family: "Prompt", serif;
}
.footer-conditions p{
    color: #fff;
}
.footer-conditions p a{
    color: #fff;
}
.button-section{
    background-color: #D3E6F8;
}
.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: 20px 20px;
    background: -webkit-linear-gradient(#FFE161);
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: 750;
    border: none;
    /* width: 250px; */
}
.button-section button:hover{
    background: linear-gradient(#FFE161);
}

@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;
    }
    .siderbar{
        display: none;
    }
    .guarantee-section{
            display: flex;
            flex-direction: column;
    }
    .guarantee-section h3{
        line-height: 43px;
    }
}

@media only screen and (max-width: 576px){
    .main-body{
        width: 100%;
    }
    .leftNav img {
        width: 130px;
    }
    .Menu {
        top: 20px;
    }
    .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: 30px;
        line-height: 26px;
        margin-top: 7%;
    }
    .hero-Section-Content h6 {
        font-size: 15px;
        line-height: 22px;
    }
    .Section11th .box .question h3 {
        font-size: 19px;
    }
    .Section11th .ans p {
        font-size: 14px;
    }
    .Section11th {
        padding: 0px;
    }
    .h2heading h2 {
        font-size: 30px !important;
    }
    .content h4 {
        font-size: 18px;
    }
    .content ul li{
        font-size: 15px;
    }
    .content ul li strong {
        font-size: 15px;
    }
    .content ol li{
        font-size: 15px;
        line-height: 25px;
    }
    .what-is{
       
    }
    .intro {
        padding: 1% 3% !important;
        
    }
    .nav-PaddingSection {
        padding: 4.2% 6%;
    }
    .section-btn a {
        font-size: 10px;
    }
    .content p {
        font-size: 15px;
        line-height: 25px;
        font-family: "Prompt", serif;
    }
    .content p:first-child{
        padding-top: 2%;
    }
    .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%;
    }
    .button-section button {
   font-size: 15px;
    padding: 10px 20px;
}
.content img {
    
    width: 100%;
}
.banner-pricing img {
    width: 300px;
}

.guarantee-section h3{
        font-size: 35px;
    }
    .guarantee-section img {
    width: 245px;
}
.guarantee-section p{
            font-size: 15px;
        line-height: 25px;
}
.banner-pricing h3 {
    font-size: 35px;
}
.banner-pricing h4 {
    font-size: 25px;
}
.nav-buttons button {
    font-size: 13px;
}
    /* .main-section{
        height: 60vh;
    } */
}