@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: "fontello";
    src: url(../fonts/fontello.woff2);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url(../images/playwise-bg.png), #000B22;
    background-position: top center;
    background-repeat: repeat;
    background-size: cover;
}

.main-container {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.page-header.is-sticky {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    --webkit-backdrop-filter: blur(20px);
    /* animation: slideDown 0.35s ease-out; */
}

header .navbar {
    padding: 15px 0;
}

header .navbar-brand img {
    max-width: 220px;
    height: 37px;
}

.join-btn {
    background-color: #000e2c;
    border: 1px solid #3fdeeb;
    border-radius: 60px;
    padding: 3px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.join-btn span {
    background-image: url(../images/register-btn-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 25%;
    border: none;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 1px;
    padding: 10px 25px;
    width: 100%;
    display: block;
    border-radius: 60px;
    cursor: pointer;
    color: #000e2c;
    transition: .2s ease-in-out;
}

.join-btn span.btn-hover {
    background-image: url(../images/button-hover-elem.svg);
    background-size: auto 100%;
    transition: transform .3s ease-out;
    opacity: .4;
    pointer-events: none;
    mix-blend-mode: overlay;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    transform: translate(-120%);
    top: 0;
}

.join-btn:hover {
    border: 1px solid #3fdeeb;
}

.join-btn:hover span.btn-hover {
    transform: translate(120%);
}

.hero-area {
    padding: 85px 0;
    position: relative;
    /* background-image: url(../images/casino-bg.png); */
    /* background-size: cover; */
    /* background-position: center; */
    height: 87vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    z-index: 0;
    overflow: hidden;
}

.hero-img {
    position: absolute;
    top: 67%;
    right: 0;
    z-index: -1;
    transform: translateY(-50%);
    margin-top: 75px;
}

/* .hero-img img {
    object-fit: cover;
    object-position: center;
} */

.hero-img img {
  display: block;
  width: 100%;
  height: auto;
}

/* Overlay gradient on half image */
.hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  /* first layer: radial, second layer: linear */
  background-image: 
    radial-gradient(circle at left center, rgb(3 90 100) 26%, transparent 51%),
    linear-gradient(to right, rgb(3 89 99 / 49%), transparent);
  background-blend-mode: overlay; /* blends both nicely */
  pointer-events: none;
}

.hero-area::before,
.hero-area::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    background: linear-gradient(30deg, rgba(245, 128, 175, 1) 0%, rgba(194, 154, 192, 1) 48%, rgba(63, 222, 235, 1) 100%);
    height: 50px;
}

.hero-area::after {
    left: auto;
    right: 0;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.hero-caption {
    color: #fff;
    text-align: start;
    position: relative;
    z-index: 3;
}

.hero-caption h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 55px;
    margin: 0 0 30px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(45deg, rgba(255, 59, 177, 1) 0%, rgba(12, 249, 251, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2.5px 2.5px 10px rgba(0, 0, 0, 0.5));
}

.hero-caption p {
    font-size: 20px;
    line-height: 34px;
}

.hero-text{
     font-weight: 700;
    font-size: 44px;
    line-height: 55px;
    margin: 0 0 30px;
    text-transform: uppercase;
    background: -webkit-linear-gradient(45deg, rgba(255, 59, 177, 1) 0%, rgba(12, 249, 251, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2.5px 2.5px 10px rgba(0, 0, 0, 0.5));
}
.hero-text span{
    font-size:52px;
    font-weight: bolder;
}



.action-btn {
    margin-top: 40px;
}

.objects-container {
    z-index: 0;
}

.backlight-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.backlight-img img {
    transform: scale(1.3);
    transform-origin: bottom;
}

.confetti-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    animation: translate2 5s linear infinite;
    transition: all 5s ease-in-out;
    -webkit-animation: translate2 5s linear infinite;
}

.confetti-img img {
    transform: scale(1.3);
    transform-origin: center center;
    filter: blur(2px);
}

.slot-machine {
    animation: translate1 3s linear infinite;
    transition: all 3s ease-in-out;
    -webkit-animation: translate1 3s linear infinite;
}

@keyframes translate1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes translate2 {
    0% {
        transform: scale(0.9);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

.game-listing {
    position: relative;
}


/* .game-listing::before {
    content: "";
    background-image: url(../images/sports-batting-BG-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
} */


/* .game-listing::after {
    content: "";
    background-image: url(../images/casino-stain-3.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
} */

.game-listing {
    padding: 100px 0;
    color: #fff;
    position: relative;
}

.welcome-bonus {
    position: relative;
    z-index: 2;
}

.welcome-bonus h2 {
    font-size: 38px;
    font-weight: 700;
}

.welcome-bonus h2 span {
    font-size: 100px;
    font-weight: 700;
    background: -webkit-linear-gradient(#0cf9fb, #ff3bb1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* -webkit-text-stroke: 1px #fff; */
}

.welcome-bonus p {
    font-size: 23px;
    line-height: 38px;
}

.popular-games {
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

.popular-games .title h2 {
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    background: -webkit-linear-gradient(45deg, rgba(255, 59, 177, 1) 0%, rgba(12, 249, 251, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes glow {
    from {
        text-shadow: 0px 0px 0px #0cf9fb, 0px 0px 0px #ff3bb1;
    }
    to {
        text-shadow: 0px 0px 15px #0cf9fb, 0px 0px 15px #ff3bb1;
    }
}

.games-list .item {
    /* background-color: #fff; */
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
    height: calc(100% - 24px);
    position: relative;
}

.games-list .item .item-caption {
    padding: 12px 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 15%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all 0.3s;
}

.games-list .item .item-caption h4 {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.play-btn {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.play-btn .link_text {
    display: inline-block;
    position: relative;
    margin-right: 0;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    will-change: visibility, margin-right, text-indent, opacity;
}

.play-btn .link_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 2.3em;
    height: 2.3em;
    line-height: 2.2em;
    text-align: center;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.play-btn .link_icon:before {
    font-size: 9px;
    line-height: inherit;
    font-weight: 400;
    font-style: inherit;
    content: '\E9A4';
    font-family: "fontello";
    display: inline-block;
    vertical-align: top;
    color: #fff;
}


/* .games-list .item:hover .play-btn {
    color: #000a1f;
} */

.games-list .item:hover .play-btn .link_text {
    opacity: 1;
    text-indent: 0;
    margin-right: 10px;
    visibility: visible;
    -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

.games-list .item:hover .play-btn .link_icon {
    color: #fff;
    /* border-color: #000a1f; */
    /* background-color: #fff; */
}


/* .games-list .item:hover .play-btn .link_icon:before {
    color: #000;
} */

.games-list .item:hover .item-caption {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.65) 15%, rgba(255, 59, 177, 0) 100%);
}

.games-list .item:hover .item-caption h4 {
    color: #000;
}

.games-list .item:hover .play-btn {
    color: #000;
}

.games-list .item:hover .play-btn .link_icon {
    border-color: #000;
}

.games-list .item:hover .play-btn .link_icon::before {
    color: #000;
}


/* footer {
    padding: 20px 0;
} */

.payment-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 60px;
    margin: 20px 0;
}

.payment-icons img {
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: center;
    width: 80px;
}

.copyright {
    color: #fff;
    margin: 30px auto 0;
    width: 80%;
}

.copyright p {
    font-size: 13px;
}

.best-games {
    padding: 100px 0;
}

.best-games-title-block h1 {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}

.best-games-title-block p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.testimonials {
    padding: 100px 0;
}

.testimonial-block {
    display: flex;
    align-items: center;
    gap: 30px;
    /* background-color: #fff; */
    padding: 30px;
    border-radius: 13px;
    height: 100%;
}

.testimonial-img {
    flex-shrink: 0;
}

.testimonial-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #ff3bb1;
    flex-shrink: 0;
    object-fit: cover;
}

.testimonial-block p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 12px;
    font-style: italic;
}

.testimonial-block h4 {
    font-size: 16px;
    line-height: 16px;
    color: #ff3bb1;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: auto;
}

.testimonials h1 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    background: -webkit-linear-gradient(45deg, rgba(255, 59, 177, 1) 0%, rgba(12, 249, 251, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer {
    background-color: #fff;
}

.footer-top {
    border-bottom: 1px solid #E0E0E0;
    padding: 20px 0;
}

.footer-top-content {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.footer-top-content p {
    font-size: 12px;
    line-height: 12px;
    color: #000a1f;
    font-weight: 400;
    flex-shrink: 0;
    margin-bottom: 0;
}

.payment-methods {
    display: flex;
    align-items: center;
    gap: 15px;
}

.payment-methods img {
    width: 16%;
    flex-shrink: 0;
}

.payment-methods span {
    font-size: 12px;
    line-height: 12px;
    color: #000a1f;
    font-weight: 400;
    margin-bottom: 0;
}

.footer-center {
    padding: 40px 0;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    align-items: start;
    gap: 90px;
}

.footer-center-left-content {
    display: flex;
    align-items: start;
    gap: 45px;
}

.footer-content-block .btn-footer {
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #212121;
    margin: 0px 0px 12px;
    display: block;
}

.links-block ul {
    padding-left: 0;
    margin-bottom: 0;
}

.links-block ul li {
    list-style: none;
}

.links-block ul li a {
    font-size: 12px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.54);
    text-decoration: none;
}

.footer-content-block h6 {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    margin-bottom: 2px;
    color: #212121;
    font-weight: 600;
}

.footer-content-block p {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    margin-bottom: 10px;
    color: #707070;
}

.rating-block {
    display: flex;
    align-items: center;
    width: 229px;
    height: 32px;
    color: #6A6A6A;
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    text-align: left;
    padding: 5px;
    margin: 10px 0;
    gap: 5px;
}

.rating-block p {
    font-size: 14px;
    line-height: 14px;
    color: #6A6A6A;
    margin-bottom: 0;
}

.rating-block span {
    font-size: 12px;
    line-height: 12px;
    color: #6A6A6A;
}

.stars {
    display: flex;
    align-items: center;
}

.app-download-button {
    display: flex;
    align-items: center;
    gap: 10px;
}

.app-download-button a {
    text-decoration: none;
    flex-shrink: 0;
}

.app-download-button a img {
    height: 35px;
    object-fit: contain;
}

.footer-bottom {
    padding: 22px 0;
    border-bottom: 1px solid #E0E0E0;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.footer-bottom-left-content {
    display: flex;
    align-items: center;
    gap: 45px;
    justify-content: space-around;
    width: 100%;
}

.address-blocks h5 {
    color: #707070;
    font-size: 11px;
    line-height: 11px;
    font-weight: 600;
    margin-bottom: 5px;
}

.address-blocks p {
    color: #707070;
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.social-platform a {
    text-decoration: none;
    display: block;
    flex-shrink: 0;
}

.social-platform a img {
    width: 28px;
}

.social-platform {
    display: flex;
    align-items: center;
    gap: 5px;
}

.copywrite-section {
    padding: 20px 0;
}

.copywrite-section p {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 11px;
    color: #777777;
}

.copywrite-section a {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 11px;
    color: #000;
    text-decoration: none;
}

#countdown ul {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1px solid #f580af;
    border-radius: 13px;
    padding: 10px 20px;
    font-size: 34px;
}

#countdown ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #fff;
    gap: 5px;
}

#countdown ul li span {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    color: #fff;
}

#countdown h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.custom-btn-next,
.custom-btn-prev {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}

.custom-btn-next {
    right: -30px;
}

.custom-btn-prev {
    left: -30px;
}

.custom-btn-next.swiper-button-disabled svg,
.custom-btn-prev.swiper-button-disabled svg {
    fill: #fff !important;
    opacity: 0.4;
}

.testimonial-slider {
    position: relative;
}

.provider-block {
    background-color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 13px;
}

.provider-block img {
    object-fit: cover;
    /* width: 200px; */
    height: 80px;
}

.usps-box {
    text-align: start;
    height: 100%;
    padding: 60px 100px 60px 60px;
    position: relative;
}

.game-number {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    z-index: -1;
}

.game-number h1 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 160px;
    /* line-height: 44px; */
    opacity: 0.1;
}

.usps-box h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 12px;
    white-space: nowrap;
}

.usps-box p {
    color: #b0bad1;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    padding-right: 100px;
}

.best-games-img img {
    border-radius: 13px;
}

#imagemodal .modal-content {
    background-color: #020333;
    position: relative;
    border-radius: 13px;
    overflow: hidden;
}

#imagemodal .modal-header {
    border: 0;
}

#imagemodal .modal-header .btn-close {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");
    opacity: 1;
    box-shadow: none;
}

#imagemodal .modal-body img {
    width: 100%;
    border-radius: 13px
}

#imagemodal .modal-body h1 {
    color: #fff;
    font-size: 34px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0;
}

#imagemodal .modal-body .action-btn {
    margin-top: 30px;
}


/* Media Query */

@media(max-width:1599px) {
    .usps-box {
        padding: 60px 70px 60px 60px;
    }
    .usps-box p {
        padding-right: 30px;
    }
}

@media(max-width:1399px) {
    .hero-caption h1 {
        font-size: 40px;
        line-height: 52px;
    }
    .usps-box h4 {
        font-size: 18px;
        line-height: 18px;
    }
    .usps-box {
        padding: 60px 70px 60px 50px;
    }
}

@media(min-width:991px) {
    .collapse:not(.show) {
        display: block;
    }
    .btn-footer {
        pointer-events: none;
    }
    .links-block ul li a:hover {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    .hero-caption h1 {
        font-size: 42px;
        line-height: 46px;
        margin: 0 0 20px;
    }
    .hero-caption p {
        font-size: 16px;
        line-height: 26px;
    }
    .action-btn {
        margin-top: 30px;
    }
    .welcome-bonus h2 {
        font-size: 28px;
    }
    .welcome-bonus h2 span {
        font-size: 80px;
    }
    .welcome-bonus p {
        font-size: 18px;
        line-height: 28px;
    }
    .popular-games .title h2 {
        font-size: 60px;
        margin-bottom: 35px;
    }
    .games-list .item .item-caption h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .games-list .item {
        border-radius: 12px;
    }
    .games-list .item .item-caption {
        padding: 10px;
    }
    .play-btn .link_icon {
        width: 2em;
        height: 2em;
        line-height: 1.9em;
    }
    .best-games-title-block h1 {
        font-size: 34px;
    }
    .best-games-title-block p {
        font-size: 14px;
    }
    .best-games {
        padding: 80px 0;
    }
    .hero-caption h1 {
        font-size: 34px;
        line-height: 40px;
    }
    .testimonials {
        padding: 80px 0;
    }
    .testimonials h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .testimonial-block {
        padding: 20px;
    }
    .footer-center-left-content {
        gap: 25px;
    }
    .footer-center {
        gap: 50px;
    }
    #countdown h2 {
        font-size: 28px;
        line-height: 28px;
        margin-top: 25px;
    }
    .provider-block img {
        height: 70px;
    }
    .usps-box {
        padding: 40px 30px 40px 30px;
    }
    .game-number h1 {
        font-size: 110px;
    }
    .usps-box p {
        padding-right: 0;
    }
}

@media (max-width:991px) {
    .hero-area {
        padding: 10px 0 0;
        text-align: center;
        height: auto;
    }
    .hero-caption {
        margin-bottom: 50px;
        padding-right: 0;
        text-align: center;
    }
    .game-listing {
        text-align: center;
        padding: 50px 0;
    }
    .popular-games .title h2 {
        font-size: 50px;
        margin-bottom: 25px;
    }
    .popular-games {
        padding: 50px 0;
    }
    .best-games-title-block {
        text-align: center;
        margin-bottom: 20px;
    }
    .best-games {
        padding: 50px 0;
    }
    .testimonials {
        padding: 50px 0;
    }
    .testimonials h1 {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .footer-center {
        gap: 50px;
        flex-direction: column;
    }
    .footer-center-left-content {
        gap: 15px;
        flex-direction: column;
        width: 100%;
    }
    .footer-content-block {
        width: 100%;
        border-bottom: 1px solid rgb(224, 224, 224);
    }
    .footer-content-block .btn-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 15px;
    }
    .links-block {
        padding-bottom: 15px;
    }
    .btn-footer.collapsed img {
        transform: rotate(0deg);
    }
    .btn-footer img {
        transform: rotate(180deg);
        transition: all 0.3s;
    }
    .footer-center-left-content .footer-content-block:last-child {
        border-bottom: 0;
    }
    .social-platform {
        margin-top: 10px;
    }
    .copywrite-section p {
        font-size: 11px;
        line-height: 15px;
    }
    .footer-top-content p {
        display: none;
    }
    .footer-center-right-content .footer-content-block {
        border-bottom: 0;
    }
    .payment-methods img {
        width: 14%;
    }
    .payment-methods {
        flex-wrap: wrap;
    }
    .footer-bottom-left-content img {
        width: 16%;
    }
    .footer-bottom-left-content {
        gap: 25px;
    }
    .custom-btn-next,
    .custom-btn-prev {
        top: auto;
    }
    .custom-btn-next {
        right: 47%;
    }
    .custom-btn-prev {
        left: 47%;
    }
    .usps-section .row {
        margin: 0;
    }
    #imagemodal .modal-body h1 {
        font-size: 26px;
        line-height: 36px;
        margin-top: 20px;
    }
    #imagemodal .modal-body .action-btn {
        margin-top: 20px;
    }
    .best-games-img {
        margin-bottom: 30px;
    }
    .hero-img {
        position: unset;
        transform: none;
        margin-top: 0;
    }
    .games-list.usps-section {
        padding: 0 12px;
    }
    .game-number {
        left: 0px;
    }
}

@media(max-width:767px) {
    .payment-methods img {
        width: 130px;
    }
    .payment-methods {
        justify-content: center;
    }
    .game-number h1 {
        font-size: 140px;
    }
}

@media (max-width:575px) {
    .hero-text {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 10px;
    }
    .hero-text span{
        font-size: 28px;
        line-height: 24px;
    }
    .hero-caption h1 {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 10px;
    }
    .hero-caption p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }
    .action-btn {
        margin-top: 20px;
    }
    .hero-caption {
        margin-bottom: 50px;
        margin-top: -95px;
    }
    header .navbar {
        padding: 10px 0;
    }
    header .navbar-brand {
        padding: 0;
    }
    header .navbar-brand img {
        height: auto;
        max-width: 165px;
    }
    .join-btn span {
        padding: 6px 20px;
        font-size: 11px;
    }
    .hero-area {
        margin-top: 56px;
    }
    .objects-container {
        width: 90%;
        margin: 0 auto;
    }
    .game-listing {
        padding: 30px 0;
    }
    .welcome-bonus h2 {
        font-size: 20px;
    }
    .welcome-bonus h2 span {
        font-size: 55px;
    }
    .welcome-bonus p {
        font-size: 13px;
        line-height: 20px;
    }
    .popular-games {
        padding: 20px 0;
    }
    .popular-games .title h2 {
        font-size: 35px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    .games-list .item {
        height: calc(100% - 12px);
        margin-bottom: 12px;
    }
    .payment-icons {
        margin: 0;
        gap: 0 25px;
    }
    .copyright {
        width: 100%;
    }
    .best-games {
        padding: 0px 0 30px;
    }
    .best-games-title-block h1 {
        font-size: 24px;
    }
    .best-games-title-block p {
        font-size: 12px;
    }
    .testimonials h1 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .testimonials {
        padding: 30px 0 45px;
    }
    .footer-top {
        padding: 11px 0;
    }
    .footer-center {
        padding: 20px 0;
        gap: 30px;
    }
    .social-platform {
        margin-top: 5px;
    }
    .footer-bottom-left-content {
        gap: 20px;
    }
    .copywrite-section {
        padding: 15px 0 25px;
    }
    .copywrite-section p {
        font-size: 10px;
        line-height: 16px;
    }
    #countdown ul li span {
        font-size: 16px;
        line-height: 16px;
    }
    #countdown ul li {
        font-size: 12px;
        line-height: 12px;
    }
    #countdown ul {
        gap: 10px;
        border-radius: 8px;
        padding: 10px 15px;
        font-size: 24px;
    }
    #countdown h2 {
        font-size: 22px;
        line-height: 22px;
        margin-top: 20px;
    }
    .payment-methods img {
        width: 90px;
    }
    .payment-methods {
        gap: 10px;
    }
    .footer-bottom-left-content {
        gap: 10px;
    }
    .testimonial-block {
        padding: 10px;
        flex-direction: column;
        gap: 10px;
    }
    .testimonial-img img {
        width: 90px;
        height: 90px;
        border: 2px solid #ff3bb1;
    }
    .testimonial-block p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 10px;
        text-align: center;
    }
    .testimonial-block h4 {
        font-size: 14px;
        line-height: 14px;
        text-align: center;
    }
    .custom-btn-next {
        right: 46%;
    }
    .custom-btn-prev {
        left: 46%;
    }
    .custom-btn-next svg,
    .custom-btn-prev svg {
        width: 10px;
    }
    .provider-block img {
        height: 50px;
    }
    .provider-block {
        padding: 10px;
        border-radius: 8px;
    }
    .usps-box {
        padding: 15px 20px 15px 10px;
    }
    .usps-box h4 {
        font-size: 13px;
        line-height: 14px;
        margin-bottom: 6px;
        margin-top: 12px;
    }
    .usps-box p {
        font-size: 12px;
        line-height: 16px;
    }
    .usps-box img {
        width: 45px;
    }
    .best-games-img img {
        border-radius: 8px;
    }
    #imagemodal .modal-body h1 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 15px;
    }
    #imagemodal .modal-body .action-btn {
        margin-top: 15px;
    }
    .game-number h1 {
        font-size: 80px;
    }
    .game-number {
        left: -10px;
    }
}