* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #0F1529 !important;
}

.header {
    background: #0F1529 !important;
}

.header-hr {
    margin: 0 !important;
    height: 3px;
    background: linear-gradient(89.2deg, #FBEC6B 0.64%, #FF1F58 18.32%, #FE63FC 37.87%, #0391FF 58.39%, #00F9F5 79.02%, #01FF8E 99.91%);
    border: 2px solid linear-gradient(89.2deg, #FBEC6B 0.64%, #FF1F58 18.32%, #FE63FC 37.87%, #0391FF 58.39%, #00F9F5 79.02%, #01FF8E 99.91%);
    box-shadow: inherit 0 0 12px 12px white, inherit 0 0 3px 2px white;
}

.navbar-expand-lg .navbar-nav {
    margin: auto !important;
}

.contact--submit--btn{
    background: transparent;
    border: none;
}

.nav-link {
    color: #FB0470 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    margin: auto 22px !important;
}

.home-main-section {
    background: url('./images/bannerbghome2.png') no-repeat center;
    background-size: cover;
    top: 0;
    height: 100vh;
    /* width: 100vw; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.download-img {
    cursor: pointer;
    height: 112px;
}

.download-img-header {
    cursor: pointer;
    height: 70px;
}

.download-img:hover,
.download-img-header:hover {
    transform: scale(1.15);
}

.main-content {
    width: 50%;
}
.main-content video{
    width: 70%;
    border-radius: 12px;
}
.about-main video{
    border-radius: 12px;
    margin-top: 42px;
    width: 70%;
}
.about--video--cont{
    width: 50%;
}
.main-span-h {
    color: #02CFE9;
    font-weight: 700;
    font-size: 80px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Asap Condensed', sans-serif !important;
}

.main-span-p {
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-family: 'Asap Condensed', sans-serif !important;
    word-spacing: 5px;
}

.available-games {
    display: none;
    background-color: #02CFE9;
    border: 4px solid #FB0470;
    margin-top: -32px;
    box-shadow: inset 5px 5px 10px #01A1B6;
    padding: 42px 32px;
    padding-right: 0 !important;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.available-games-h {
    font-weight: 600;
    font-size: 65px;
    text-align: center;
    color: #000000;
    font-family: 'Asap Condensed', sans-serif !important;
}

.available-games-p {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    color: #000000;
    font-family: 'Asap Condensed', sans-serif !important;
}

.prev-next:hover {
    cursor: pointer;
    transform: scale(1.15);
}

.join-now-btn {
    height: 90px;
    cursor: pointer;
}

.join-now-btn:hover {
    transform: scale(1.15);
}

.how-it-works {
    margin: 7rem auto;
}

.social-media-links {
    height: 32px;
    margin: 0.5rem;
    cursor: pointer;
}

.social-media-links:hover {
    transform: scale(1.15);
}

.footer-li {
    list-style: none;
    color: white;
    font-weight: 700;
    font-size: 20px;
    margin: 1rem;
}

.footer-li a {
    color: white;
    text-decoration: none;
}

.footer-li a:hover {
    color: #FB0470;
}

.footer-strip {
    border-top: 1.5px solid #9900FF;
}

.footer-strip span {
    color: white;
}

.footer-strip a{
    text-decoration: none;
    color: white;
}
.footer-strip a:hover{
    color: #FB0470;
}

li {
    list-style: none;
}

.about-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 99vw;
}

.about-main-h {
    font-family: 'Asap Condensed', sans-serif !important;
    font-weight: 700;
    font-size: 80px;
    color: white;
    letter-spacing: 0.1em;
}

.about-main {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-mobile-img {
    width: 244px;
}

.download-app-h {
    font-weight: 600;
    font-size: 64px;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.download-app-p {
    font-weight: 600;
    font-size: 16px;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.contact-h {
    font-size: 64px;
    font-weight: 600;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.contact-p {
    font-size: 20px;
    font-weight: 600;
    color: white;
    font-family: 'Poppins', sans-serif;
}

.contact-form {
    background: #02CFE9 !important;
    border: 1.08571px solid #FB0470;
    border-radius: 29px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 1.5rem;
    font-family: 'Asap Condensed';
    color: white;
}

.contact-form span {
    font-weight: 500;
    font-size: 32px;
}

.contact-form input,
.contact-form textarea {
    background-color: #0F1529;
    border: 1.5px solid #FB0470;
    box-shadow: 0px 0px 9px rgba(25, 62, 255, 0.79);
    color: white;
    font-weight: 500;
    padding: 0.3em;
    outline: none;
}

.contact-form label {
    margin-top: 12px;
}

.contact-submit-img {
    cursor: pointer;
    width: 100%;
}

.contact-submit-img:hover {
    transform: scale(1.05);
}

.more-info {
    color: white;
    font-size: 32px;
    font-weight: 500;
}

.email-logo-img {
    height: 80px;
}

.download-btns {
    height: 60px;
}

.download-btns:hover {
    cursor: pointer;
    transform: scale(1.05);
}

.email-h {
    color: white;
    font-size: 28px;
    font-weight: 500;
}

.email-p {
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.logo__ {
    height: 60px;
}

.how-it-works-img-m {
    display: none;
}

.footer-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-nav-ul,
.footer-nav-ul-items {
    display: flex;
    flex-direction: row;
}

.slider {
    position: relative;
}
.sliderDownload {
    position: relative;
}

.slider .priv-arrow {
    display: inline-block;
    position: absolute;
    bottom: -100px;
    left: 40%;
}

.slider .next-arrow {
    display: inline-block;
    position: absolute;
    bottom: -100px;
    right: 40%;
}

.sliderDownload .priv-arrow {
    display: inline-block;
    position: absolute;
    bottom: -125px;
    left: 40%;
}

.sliderDownload .next-arrow {
    display: inline-block;
    position: absolute;
    bottom: -125px;
    right: 40%;
}

.available-games-slider {
    background-color: #02CFE9;
    border: 4px solid #FB0470;
    min-height: 650px;
    margin-top: -32px;
    padding-top: 32px;
}

.game-img {
    height: 310px;
}
.screenshot-img {
    width: 225px;
    object-fit: cover;
    height: 400px;
    border-radius: 12px;
}
.slick-slide img{
    margin-left: 10px!important;
}
.sliderDownload .slick-slide img{
    margin: 0 !important;
 }
.screenshots--container{
    min-height: 600px;
    margin-top: 2em;
}

@media only screen and (max-width:1400px) {
    .game-img {
        height: 270px;
    }
}

@media only screen and (max-width:1200px) {
    .game-img {
        height: 220px;
    }
}

@media only screen and (max-width:992px) {
    .game-img {
        height: 170px;
    }

    .available-games-slider {
        min-height: 500px;
    }

    .priv-arrow {
        display: inline-block;
        position: absolute;
        bottom: -100px;
        left: 30%;
    }

    .next-arrow {
        display: inline-block;
        position: absolute;
        bottom: -100px;
        right: 30%;
    }
    .prev-next{
        height: 59px;
    }
}

@media only screen and (max-width:700px) {
    .main-content {
        width: 100%;
    }
    .about--video--cont{
        width: 100%;
    }
    .available-games {
        text-align: center;
    }

    .home-main-section {
        height: 100vh;
    }

    .navbar-toggler {
        background-color: white !important;
    }
}

@media only screen and (max-width:600px) {
    .about-main video{
        border-radius: 12px;
    width: 70%;
    }
    .game-img {
        height: 200px;
    }

    .about-main {
        height: 40vh;
    }

    .about-bg {
        width: 100vw;
        top: 80px;
    }

    .about-main-h {
        font-size: 50px;
    }

    .download-app-h {
        font-size: 50px;
        text-align: center;
    }

    .download-mobile-img {
        width: 155px;
    }

    .contact-h {
        font-size: 50px;
        line-height: 1.1;
    }

    .how-it-works-img-d {
        display: none;
    }

    .how-it-works-img-m {
        display: block;
        margin-bottom: 3rem;
    }

    .logo__ {
        height: 50px;
    }

    .footer-nav {
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
    }

    .footer-nav-ul-items {
        flex-direction: column;
    }

    .footer-li {
        margin: 0.5rem;
    }

    .footer-nav-ul,
    .footer-nav-ul-items {
        padding-left: 2.8rem !important;
    }

    /* .available-games{
        display: flex;
    }
    .available-games-slider{
        display: none;
    } */
    .prev-next{
        height: 40px;
    }
    .game-img {
        width: 100%;
        height: auto;
    }
    .available-games-h{
        font-size: 50px;
    }
    .available-games-slider{
        min-height: 525px;
    }
    .next-arrow,.priv-arrow{
        bottom: -40px !important;
    }
    .sliderDownload .next-arrow, .sliderDownload .priv-arrow{
        bottom: -80px !important; 
    }
    .slick-slide img{
        margin-left: 1px !important;
    }
    .slider .priv-arrow{
        left: 35%!important;
    }
    .slider .next-arrow{
        right: 35%!important;
    }
    .sliderDownload .priv-arrow{
        left: 35%!important;
    }
    .sliderDownload .next-arrow{
        right: 35%!important;
    }
    .sliderDownload .slick-slide img{
       margin: auto !important;
    }
}

.content p, .content li, .content ol {
    color: #ffffff !important;
}

.content li {
    list-style: auto;
}
.faqss__ ul {
    font-size: 19px;
  }
  
  .faqss__ ul li::before {
    content: "\2022";
    color: #fff !important; /* Use !important to ensure the color is applied */
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
  .faqss__ img{
    margin-top: 12px;
    margin-bottom: 12px;
    height: 72px !important;
  }