@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;
}

.sticky-nav {
    position: sticky;
    top: 0px;
    z-index: 1000;
}

.nav-PaddingSection {
    padding: 0.2% 6%;
    background: #0471A1;
    
}

.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: 100px;
}

.rightNav {
    display: flex;
    align-items: center;
    gap: 40px;
}
.nav-buttons{
    display: flex;
    align-items: center;
    gap: 10px;
}
.nav-buttons button {
    background: #F47321;
    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: 20px;
    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;
}

  .sidebar {
    width:  90%;
    position: sticky;
    top: 100px;
    margin-left: 10px;
  }
 .sidebar h3 {
    font-weight: 700;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    margin-top: 30px;
  }
  .btn-group, .tags-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .tags-group a{
    text-decoration: none;
  }
  button, .tag {
    background: #f5faff;
    border: 1px solid #c6d7e8;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 11px;
    color: #176ea5;
    cursor: pointer;
    user-select: none;
  }
  .btn-group button a{
    text-decoration: none;
  }
  button:hover, .tag:hover {
    background: #d0e7ff;
  }
  input[type="search"] {
    width: 100%;
    padding: 7px 10px;
    font-size: 13px;
    border: 1px solid #c6d7e8;
    border-radius: 4px;
    margin-bottom: 12px;
    color: #333;
    box-sizing: border-box;
  }
  .tag {
    cursor: default;
  }
/* nav close */

.paddingSection {
    padding: 1% 6%;
}
.main{
    display: flex;
        flex-direction: row-reverse;
}
.main-body{
width: 80%;
}
.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;
}
.main-section { 
    padding: 3% 0%;
   background: #F8F9FA;
/* background: linear-gradient(1deg, rgba(0, 0, 0, 1) 9%, rgba(71, 10, 14, 1) 73%); */
}
.main-section .logo-Chaturbate{
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-section .logo-Chaturbate img{
    width: 200px;
}

.hero-Section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
}


.hero-Section-Content {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-Section-Content p {
    margin: 1% 0%;
    font-size: 15px;
    /* line-height: px; */
    font-weight: 500;
    text-transform:capitalize;
    color: #000;
    text-align: center;
}
.hero-Section-Content2 h1 {
    /* margin: 1% 0%; */
    font-size: 35px;
    font-weight: 600;
     line-height: 45px;
    background-color: #F8F9FA;
    text-transform:capitalize;
    color: #000;
    text-align: center;
}
.img-section-cat {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.img-section-cat img {
    width: 120px;
    border-radius: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.img-section-cat img:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.main-section h6 {
    font-size: 16px;
    color: #000;
    padding: 0% 6%;
    text-align: center;
    font-weight: 350;
    line-height: 23px;
}
.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 40px 10px 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: "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: 16px;
    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){
    .hero-Section-Content h1 {
        font-size: 39px;
        line-height: 38px;
    }
    .quote-container {
    max-width: 500px;
    }
    .main-body{
width: 100%;
}
    .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;
    }
    .sidebar{
        display: none;
    }
   
}

@media only screen and (max-width: 576px){
    .main-body{
        width: 100%;
    }
    .leftNav img {
        width: 160px;
    }
    .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: 22px;
    }
    .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;
}
}