@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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #272727;
     font-family: "Poppins", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #fff;
  color: #000;
  
  line-height: 1.6;
  padding: 0 1rem;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}

.logo img{
  width: 250px;
  border-radius: 10px;
}


.auth-buttons {
  display: flex;
  gap: 1rem;
}

.auth-buttons a {
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.auth-buttons .login {
  border: 2px solid red;
  color: red;
  background: transparent;
}

.auth-buttons .login:hover {
  background: red;
  color: white;
}

.auth-buttons .join {
  background-color: red;
  color: white;
}

.auth-buttons .join:hover {
  background-color: darkred;
}

.main-head {
  margin: 0rem auto;
  padding: 2rem;
  background: #fafafa;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  background-image: url(../Images/bg-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

h1 {
  color: red;
  font-size: 2.5rem;
  text-align: center;
  /* margin-bottom: 1rem; */
}

.subtitle {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.2rem;
}
.form-cont{
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
}
.chat-form {
    max-width: 400px;
}

.chat-form select,
.chat-form input,
.chat-form button {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all 0.2s ease-in-out;
}

.chat-form input:focus,
.chat-form select:focus {
  outline: none;
  border-color: #ff4d4d;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
}

.chat-form button {
  background-color: red;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

.chat-form button:hover {
  background-color: darkred;
}

/* Responsive */
@media (max-width: 600px) {
  header {
    flex-direction: column;
    align-items: flex-start;
  }

  .auth-buttons {
    margin-top: 10px;
  }

  main {
    margin: 2rem auto;
    padding: 0rem;
  }

  h1 {
    font-size: 1.4rem;
  }
}
.paddingSection {
    padding: 1% 6%;
}
.main{
    /* display: flex;
        flex-direction: row-reverse; */
}
.main-body{
width: 100%;
}
.mainPadding {
    padding: 0% 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;
  }
.what-is{
    background-color: #F8F9FA;
}
.img-section-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.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: #ffffff;
    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: #F8F9FA;
    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);
    cursor: pointer;
  }
  .slot-image-home:hover {
    transform: translateY(-5px);
  }
  .slot-image img {
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
  }
  .slot-image-home img {
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
  }
 
  .content p a strong{
    color:#000 !important;
    font-weight: 550;
  }
 
  
  .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: #fff;
}
.cams-heading p{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
}
.cams-heading p i{
    font-size: 16px;
}

.user-reviews-section{
    display: flex;
    flex-wrap: wrap;
    padding: 2% 0%;
    gap: 10px;
     background-color: #F8F9FA !important;
}
.quote-container {
  position: relative;
  background-color: #F8F9FA;
  color: #0000;
  border-radius: 10px;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
}

.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: 0px 0 10px;
  font-size: 1.8em;
  text-align: center;
}

p.quote {
  margin: 15px 0;
      font-size: 18px;
    line-height: 25px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.reviewer-photo {
  position: relative;
  z-index: 9;
  margin: 20px auto 10px;
  text-align: center;
}

.reviewer-photo img {
  border-radius: 50%;
  border: 6px solid #000;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
}

.reviewer-details {
  position: relative;
  z-index: 9;
  text-align: center;
  color: #000;
}

.reviewer-details .name {
  font-size: 20px;
  font-weight: 500;
  display: block;
  padding: 7px 0 10px 0;
  font-family: "Poppins", sans-serif;
  color: #000;
}

.reviewer-details .title {
  font-size: 17px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}


.faqs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Section11th {
    padding: 0px 20px 20px 20px;
    background-color: #F8F9FA;
}

.Section11th .box {
    background-color: #cbcbcb73;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px 40px;
}

.Section11th .box .ans {
    width: 700px;
}

.Section11th .question {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    padding: 5px 0px;
}

.Section11th .question h3 {
    font-size: 22px;
     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;
}

.Section11th .ans {
    line-height: 26px;
    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: 16px;
     font-family: "Poppins", sans-serif;
}

.ans.active {
    max-height: 300px;
    /* overflow-y: scroll; */
}
.intro{
    padding: 1% 10% !important;
    background-color: #F8F9FA;
}
.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: "Poppins", sans-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: 600;
    line-height: 45px;
     font-family: "Poppins", sans-serif;
}
.content h4{
    margin: 2% 0% 1% 0%;
    color: #000;
    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: #000;
     font-family: "Poppins", sans-serif;
}
.content ul li strong{
    color: #000;
    font-size: 16px;
    font-weight: 450;
}
.content ol li{
    margin: 5px 0px;
    font-size: 16px;
    line-height: 28px;
    margin-left: 5%;
    color: #000;
     font-family: "Poppins", sans-serif;
}
.content ol > li{
    margin: 20px 0px;
    font-size: 16px;
    line-height: 28px;
    margin-left: 5%;
    color: #000;
     font-family: "Poppins", sans-serif;
}
.content ol li strong{
    color: #000;
     font-family: "Poppins", sans-serif;
}
.content p{
    font-size: 18px;
    line-height: 28px;
    color: #000;
     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;
}
.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){
   
    .quote-container {
    max-width: 500px;
    }
    .main-body{
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;
    }
    .sidebar{
        display: none;
    }
   
}

@media only screen and (max-width: 576px){
    .main-body{
        width: 100%;
    }
    .leftNav img {
        width: 160px;
    }
    .Menu {
        top: 27px;
    }
  p.quote {
    font-size: 15px;
  }
  .reviewer-details .name{
    font-size: 15px;
  }
    .intro h2 {
        font-size: 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;
        line-height: 26px;
    }
    .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%;
    }
    .img-section-cat img {
    width: 90px;
    border-radius: 20px;
}
.hero-Section-Content2 h1 {
    /* margin: 1% 0%; */
    font-size: 25px;
    line-height: 31px;
}
}