@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #272727;
    font-family: "Roboto", sans-serif;
}

/* .sticky-nav {
    position: sticky;
    top: 0px;
    z-index: 1000;
} */

.nav-PaddingSection {
    padding: 0% 6%;
    background-color: #181818;
    
}

.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-weight: 650; */
    /* letter-spacing: 1px; */
    /* text-transform: uppercase; */
}
.leftNav{
      display: flex;
      text-align: center;
      justify-content: center;
}

.leftNav img {
    width: 60px;
}

.rightNav {
    display: flex;
    align-items: center;
    gap: 40px;
}
.rightNav ul{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    list-style: none;
    gap: 20px;
}
.rightNav ul li{
    color: #fff;
    cursor: pointer;
    font-weight: 500;
}
.rightNav ul a{
    text-decoration: none;
}
.rightNav ul a:hover li{
    text-decoration: underline;
}
.nav-buttons{
    display: flex;
    align-items: center;
    gap: 10px;
}
.nav-buttons button {
    background: #fe368a;
    color: #000 !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: #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% 6%;
}
.main{
    display: flex;
}
.main-body{
width: 100%;
}
.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 {
}

.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: 40px;
    line-height: 45px;
    font-weight: 500;
    text-transform:capitalize;
    
    color: #000;
    text-align: center;
}
.hero-Section-Content h6 {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-align: center;
    font-weight: 400;
    
}
.hero-Section-Content h6 a{
    text-decoration: none;
}
.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: #000;
    font-weight: 750;
}

.section-btn a:hover {
    background-color: #fe368ad3;
}

.section-btn a:active {
    background-color: rgba(0, 0, 0, 0.336);
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner img{
    width: 100%;
}

.content p a{
    text-decoration: none;
}
  .content p a strong{
    color:#050505 !important;
    font-weight: 600;
  }
  

.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-weight: 400;
}

.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: 25px;
    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: 17px;
    color: #000;
    
}

.ans.active {
    max-height: 300px;
    /* overflow-y: scroll; */
}
.intro{
    padding: 1% 10% !important;
}
.intro h2{
    font-size: 33px;
    color: #000;
    margin: 1% 0%;
    
    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;
    
}
.content h4{
    margin: 2% 0% 1% 0%;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    
}
.content ul{
    margin: 5px 0px;
    list-style: none;
}
.content ul li{
    margin: 10px 0px;
    font-size: 18px;
    line-height: 28px;
    margin-left: 5%;
    color: #000;
    
}
.content ul li strong{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.content ol li{
    margin: 5px 0px;
    font-size: 18px;
    line-height: 28px;
    margin-left: 5%;
    color: #000;
    
}
.content ol > li{
    margin: 20px 0px;
    font-size: 18px;
    line-height: 28px;
    margin-left: 5%;
    color: #000;
    
}
.content ol li strong{
    color: #000;
    
}
.content p{
    font-size: 18px;
    line-height: 28px;
    color: #000;
    
}
.card-heading{
    font-size: 16px;
    font-weight: 750;
    color: #112268;
    
}
.card-heading-bg{
    font-size: 16px;
    font-weight: 750;
    color: #112268;
}
.footer{
    border-top: 2px solid #fff;
    background-color: #000;
}
.footer-section p{
    font-size: 13px;
    text-align: center;
    color: #fff;
    
}
.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: 10px 20px;
    background: #19a731;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 750;
    border: none;
    width: 250px;
}
.button-section button:hover{
    background-color: #fe368ad3;
}

.offer-content h3 {
  padding: 15px 0px 0px 0px;
  font-size: 22.5px;
  font-weight: bolder;
}

.offer-content p {
  margin: 0px 0px 10px 0px;
  font-kerning: normal;
  font-size: 17px;
  font-weight: 100;
  line-height: 2;
  color: red;
  font-weight: 500;
}

.offer-Ratings span {
    
  font-size: 15px;
  font-weight: 700;
}

.offer-checked {
  color: green;
}

.offer-black {
  color: rgb(87, 87, 87);
}

.offer-grey {
  color: rgb(158, 158, 158);
}

.offer-mainbod {
  display: flex;
  height: auto;
  margin-top: 2%;
  justify-content: center;
  align-items: center;
}

.offer-box {
  border-radius: 10px;
  background: #ffffff;
  width: 90vw;
  height: 240px;
  box-shadow: 0px 5px 12px #dbdbdb;

  display: flex;
}
.offer-image {
  border-radius: 10px 0 0 10px;
  height: 100%;
  width: 30%;
  background-size: cover;
}
.offer-image img{
     height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 10px 0px 0px 10px;
}
.offer-wrap {
  flex: 1;
}
.offer-content {
  display: flex;
  flex-direction: column;
  padding: 10px 20px 10px 20px;
}
.content h3 {
  margin: 0;
  margin-bottom: 5px;
}
.offer-Ratings {
  color: rgb(158, 158, 158);
  padding: 20px 20px 10px 20px;
}
.offer-Ratings p {
  margin: 0;
}

.offer-wrap2 {
  display: flex;
  height: 45%;
  width: 450px;
  border-bottom-right-radius: 10px;
  justify-content: space-between;
  background-color: rgb(237, 255, 233);
}

.offer-wrap2 button {
  font-size: 15px;
  font-weight: bold;
  color: #0d0d0d;
  background-color: #bada55;
  border-radius: 8px;
  border: 1px solid #bada55;
  width: 140px;
  height: 50px;
  margin-right: 20px;
  margin-top: 10px;
  box-shadow: 0px 5px 12px #dbdbdb;
  cursor: pointer;
}

.offer-wrap2container {
  background-color: rgb(237, 255, 233);
  height: 49%;
}

.offer-terms {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 14px;
  color: rgb(32, 32, 32);
}





@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){
    .main-body{
        width: 100%;
    }
    .leftNav img {
        width: 40px;
    }
    .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: 22px;
        line-height: 26px;
        margin-top: 7%;
    }
    .hero-Section-Content h6 {
        font-size: 15px;
        line-height: 25px;
    }

    .slot-image{
        width: 30%;
    }
    .slot-image-home{
        width: 100%;
    }
    .Section11th .box .question h3 {
        font-size: 16px;
        font-weight: 500;
    }
    .Section11th .ans p {
        font-size: 15px;
        line-height: 25px;
    }
    .Section11th {
        padding: 0px;
    }
    .h2heading h2 {
        font-size: 22px !important;
    }
    .content h4 {
        font-size: 16px;
    }
    .content ul li{
        font-size: 15px;
            line-height: 25px;
    }
    .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;
    }
    .content p {
        font-size: 15px;
        line-height: 25px;
        
    }
    .nav-buttons {
        margin-top: 2rem;
    }
    .play-button {
        top: 66%;
    }
    /* .main-section{
        height: 60vh;
    } */

    .offer-box {
    display: flex;
    flex-direction: column;
    height: 100%;
 
}
.offer-image {
    width: 100%;
}
.offer-image img{
    border-top-right-radius: 10px;
}
.offer-wrap2 {
    height: 50%;
    width: 100%;
}
.offer-wrap2container {
    height: 49%;
            padding: 10px;
}
.offer-content p {
    line-height: 1.5;
}
.offer-mainbod {
    height: auto;
}
.rightNav ul{
    flex-direction: column;
    gap: 10px;
}
.paddingSection {
    padding: 4% 6%;
}
}