@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #ffffff;
}

body {
    font-family: "Roboto Condensed", sans-serif;
    background-color: #1C1D20;
}

html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 40px;
}

.sticky-nav {
    position: sticky;
    top: 0px;
    z-index: 1000;
}

.nav-PaddingSection {
    padding: 0.2% 0%;
    background: #1C1D20;

}

.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-weight: 650;
    letter-spacing: 1px;
}

.leftNav img {
    width: 150px;
}

.rightNav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}



.nav-buttons button {
    background: #f97187;
    color: #fff !important;
    text-transform: uppercase;
    outline: none;
    font-size: 14px;
    font-weight: 550;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 4px;
}


.nav-buttons .btn2 {
    /* background-color: #19a731 !important; */
    outline: #f97187;
    background-color: #fff;
    color: #000 !important;
}

.nav-buttons .btn2:hover {
    background-color: #fff;
    outline: #f97187;
    color: #000 !important;
}

.nav-buttons button:hover {
    background-color: #f97187ca;
}

.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;
    }

    .leftNav {
        justify-content: start;
    }

    .rightNav {
        display: none;
    }
}

.active {
    display: flex;
}

/* nav close */

.paddingSection {
    padding: 1% 2%;
    background-color: #131313;
}

.main {
    display: flex;
}

.main-body {
    width: 100%;
}


.sidebar {
    position: sticky;
    top: 0px;
    width: 270px;
    height: 100vh;
    background: #1C1D20;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #1f1f24;
    transition: 0.3s ease;
}

.top-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.menu-toggle {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-left: 10px;
}

.logo {
    font-size: 22px;
    font-weight: 600;
    color: white;
}

.logo span {
    color: #ff4d6d;
}

.menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border-radius: 14px;
    cursor: pointer;
    color: #c9c9c9;
    transition: 0.2s ease;
    border: 1px solid transparent;
}

.menu-item i {
    font-size: 16px;
}
.menu-item span {
    font-size: 16px;
}

.menu-item:hover {
    background: #1b1b21;
}

.menu-item.active {
    background: #2a2a2f;
    color: #fff;
}

.premium {
    background: #191914;
    border: 1px solid #2c2c24;
    justify-content: space-between;
}

.badge {
    background: #ff2e55;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 12px;
    color: white;
}

.bottom-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Collapsed */
.sidebar.collapsed {
    width: 80px;
}

.sidebar.collapsed span {
    display: none;
}

.sidebar.collapsed .badge {
    display: none;
}

.sidebar.collapsed .logo {
    display: none;
}

.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 h2 {
    margin: 1% 0%;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
    text-align: center;
}

.hero-Section-Content h6 {
    font-size: 20px;
    color: #dadada;
    text-align: center;
    font-weight: 350;
    line-height: 27px;
}

.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 {
    background: url(../Images/imgi_2_image.jpg);
    width: 100%;
    background-size: cover;

    background-color: #131313;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: start;
    flex-direction: column;
    padding: 2% 4%;
}

.banner h1 {
    margin: 0.5% 0%;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

.banner button {
    margin: 0.5% 0%;
    background-color: #EC6F81;
    border: none;
    outline: none;
    border-radius: 4px;
    padding: 10px 30px;
    font-size: 17px;
    cursor: pointer;
}

.banner button:hover {
    background-color: #ec6f82e3;
}
.top-slots,
.slots {
  width: 100%;
}

.slots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  justify-content: unset;
}

.slot-image {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 7;
  border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
position: relative;
cursor: pointer;
}

.slot-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slot-image:hover {
    transform: translateY(-5px);
}

.slot-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.3), transparent);
    color: #fff;
}

.slot-text h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.slot-text p {
    margin: 5px 0;
    font-size: 14px;
    opacity: 0.8;
}

.slot-text span {
    font-size: 13px;
    line-height: 1.3;
    display: block;
    opacity: 0.9;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.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;
}

.main-subheading p {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
}

.main-subheading p span {
    color: #f97187;
}

.main-subheading p i {
    font-size: 20px;
    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-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: 20px;
    color: #ffffff;
    font-weight: 300;
}

.ans.active {
    max-height: 300px;
    /* overflow-y: scroll; */
}

.intro {
    padding: 1% 2% !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-weight: 500;
}

.h2heading {
    padding: 1px 0px;
    margin: 1% 0%;
}

.h2heading h2 {
    font-size: 35px !important;
    margin: 1% 0%;
    color: #ffffff;
    font-weight: 700;
}

.content h4 {
    margin: 2% 0% 1% 0%;
    color: #d4d4d4;
    font-size: 19px;
    font-weight: 500;
}

.content ul {
    margin: 5px 0px;
}

.content ul li {
    margin: 10px 0px;
    font-size: 20px;
    line-height: 28px;
    margin-left: 5%;
    color: #dadada;
}

.content ul li strong {
    color: #dadada;
    font-size: 20px;
    font-weight: 450;
}

.content ol li {
    margin: 5px 0px;
    font-size: 20px;
    line-height: 28px;
    margin-left: 5%;
    color: #dadada;
}

.content ol>li {
    margin: 20px 0px;
    font-size: 20px;
    line-height: 28px;
    margin-left: 5%;
    color: #dadada;
}

.content ol li strong {
    color: #dadada;
}

.content p {
    font-size: 20px;
    line-height: 28px;
    color: #dadada;
}

.card-heading {
    font-size: 20px;
    font-weight: 750;
    color: #112268;
}

.card-heading-bg {
    font-size: 20px;
    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: 20px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
}


.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;
    color: #ffffff;
}

.reviewer-details .title {
    font-size: 17px;
    font-weight: 400;
}

.footer {
    border-top: 2px solid #fff;
    background-color: #000;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    color: white;
}

.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: 5px;
    cursor: pointer;
    padding: 10px 20px;
    background: #f97187;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border: none;
    max-width: 350px;
}

.button-section button:hover {
    background-color: #f97188e4;
}

/* Section */
.reviews-section {
  background: #131313;
  padding: 40px 20px;
  color: #fff;
}

/* Container */
.reviews-container {
  max-width: 1200px;
  margin: auto;
}

/* Heading */
.reviews-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
}

.reviews-subtext {
  color: #ecf4ff;
  margin-bottom: 50px;
  font-size: 20px;
}

/* Grid */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Card */
.review-card {
  padding: 25px;
  border-radius: 14px;
  text-align: left;
  transition: all 0.3s ease;
  border: 1px solid #334155;
}

.review-card:hover {
  transform: translateY(-6px);
  border-color: #ff5722;
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

/* Text */
.review-text {
  font-size: 18px;
  line-height: 1.6;
  color: #e2e8f0;
  margin-bottom: 20px;
}

/* User */
.review-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-user h4 {
  font-size: 18px;
}

.review-user span {
  color: #fbbf24;
  font-size: 18px;
}

/* Responsive */
@media (max-width: 992px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .reviews-section {
    padding: 60px 15px;
  }
}

@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 h2 {
        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;
    }

    /* .sidebar {
        display: none;
    } */
}

@media only screen and (max-width: 576px) {
    p.quote {
        font-size: 15px;
        line-height: 25px;
    }
    .button-section button {
        font-size: 15px;
    }

    .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 h2 {
        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;
    }
    .slots {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 2fr));
        }
    .slot-text {
        padding: 4px;
    }

    .navSection {
    align-items: end;
    }

    .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: 25px !important;
    }

    .content h4 {
        font-size: 20px;
    }

    .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% 3%;
    }

    .section-btn a {
        font-size: 10px;
    }

    .slots {
        gap: 10px;
    }

    .content p {
        font-size: 15px;
        line-height: 25px;

    }

    .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%;
    }

    .banner h1 {
        font-size: 24px;
        line-height: 31px;
        font-weight: 700;
        text-align: start;
    }

    .banner button {
        font-size: 14px;
    }
    .sidebar.collapsed {
        width: 60px;
    }
    .sidebar {
    padding: 20px 7px;
    }
    .review-text {
    font-size: 15px;
    line-height: 1.5;
}
}

a {
    text-decoration: none;
    color: inherit;
}