/* Body CSS  */
body{
    overflow-x: hidden;
}
/* Single Page CSS  */
body.single-game{
    background-color: #171a29!important;
    overflow-x: hidden;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: transparent!important;
}
.game-title{
    font-family: "Epilogue-Semibold", Sans-serif;
    padding-bottom: 2.5rem;
}
.game-title:after{
    width: 4rem;
    border-bottom: 2px solid #d94a2b;
    bottom: -10px;
    content: "";
    display: block;
    margin: 0 auto;
    position: relative;
}
.game-actions .btn-lg{
    padding: .875rem 5rem;
    font-size: 20px;
    line-height: 26px;
}
.btn-demo, .btn-apply{
    font-family: "Epilogue-Medium", sans-serif;
    font-weight: 500!important;
    background-color: #d94a2b!important;
    border-color: #d94a2b!important;
}
.btn-demo:hover, .btn-apply:hover{
    background-color: #bf3f24!important;
    border-color: #fff!important;
}
.btn-download, .cus-btn-close{
    font-family: "Epilogue-Medium", sans-serif;
    font-weight: 500!important;
    color: #d94a2b!important;
    border-color: #d94a2b!important;
}
.btn-download.disabled{
    border: 1px solid #ced1db !important;
    color: #ced1db !important;
    pointer-events: none;
    text-decoration: none;
}
.btn-download:hover, .cus-btn-close:hover{
    background-color: #d94a2b!important;
    color: #fff!important;
    border-color: #d94a2b!important;
}
.game-description p{
    font-family: "Epilogue-Regular", sans-serif;
}
.game-header-details .video-wrapper a.play-video {
    max-height: 17.5rem;
    max-width: 31rem;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.game-header-details .video-wrapper .play-video:hover svg.normal-icon{
    z-index: 9;
}
.game-header-details .video-wrapper svg {
    height: 4rem;
    pointer-events: none;
    position: absolute;
    width: 4rem;
}
.game-header-details .video-wrapper svg.normal-icon{
    z-index: 15;
}
.game-header-details .video-wrapper svg.hover-icon{
    z-index: 10;
}
#ageVerificationModal .popup-content img.site-logo{
    height: auto;
    width: 5.25rem;
}
#videoModal .modal-content{
    background-color: #171a29;
}
#videoModal .modal-dialog{
    padding: 2rem;
}
#videoModal .modal-content .video-modal-content{
    padding: 2rem 4.5rem;
}
#videoModal .play-icon{
    display: flex;
    position: absolute;
    z-index: 20 !important;
}
#videoModal .video-modal-content .video-thumbnail img,
#videoModal .video-modal-content img{
    pointer-events: none !important;
}
#videoModal .modal-content .video-close-btn{
    color: #fff!important;
}
#videoModal .modal-content .video-close-btn:hover{
    background-color: transparent;
}
#videoModal .modal-content .video-modal-content span.play-icon svg.video-play-n, #videoModal .modal-content .video-modal-content span.play-icon:hover svg.video-play-h{
    display: block;
    cursor: pointer;
}
#videoModal .modal-content .video-modal-content span.play-icon svg.video-play-h, #videoModal .modal-content .video-modal-content span.play-icon:hover svg.video-play-n{
    display: none;
}
#videoModal .modal-content .video-modal-content svg {
    height: 5rem;
    width: 5rem;
}
#videoModal .modal-content .video-modal-content video{
    aspect-ratio: auto;
    height: calc(100% - 4rem);
    border-radius: 8px;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
}
#videoModal .modal-content .video-modal-content img {
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    height: calc(100% - 4rem);
    left: 4.5rem;
    top: 2rem;
    transform: translateY(0);
    width: calc(100% - 9rem);
}
.bg-color{
    background-color: #080b19;
}
.bg-color .game-info{
    max-width: 90rem;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
.technical-info__specs {
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.technical-info__specs > div, .technical-info__specs .info-minimum-bet{
    border-left: 0;
    padding: 1.5rem;
    border-right: 1px solid #2a2c39;
    border-top: 1px solid #2a2c39;
    grid-column: span 2;
}
.technical-info__specs>div label {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.57;
    color: #908fa5;
    display: block;
    font-family: "Epilogue-Regular", sans-serif, arial, helvetica;
    font-weight: 400;
}
.technical-info__specs>div span.body-large {
    display: block;
    font-size: 1.5rem;
    line-height: 1.33;
    font-family: 'Epilogue-Light';
    /* word-break: break-word; */
}
.game-header-details {
    background-color: #2a2c39;
    border-radius: 16px;
    height: auto;
    margin: -5rem 1.5rem 3rem;
    padding: 2rem 1.5rem;
    text-align: center;
}
.technical-info__specs .technical-info__features-inner span.single-feature {
    background-color: #2a2c39;
    border-radius: 1.375rem;
    display: inline-flex;
    font-size: 16px;
    font-family: "Epilogue-Regular", sans-serif;
    font-weight: 400;
    margin-bottom: .65rem;
    margin-right: .3125rem;
    padding: .75rem 1.5rem;
}
.technical-info__specs > div a.languages-popup-open, .technical-info__specs > div a.currencies-popup-open{
    font-size: 1rem;
    line-height: 1.57;
    font-family: "Epilogue-Medium", sans-serif;
}
.technical-info__specs > div a.languages-popup-open:hover, .technical-info__specs > div a.currencies-popup-open:hover{
    text-decoration: underline;
    color: #d94a2b!important;
}
.technical-info__specs .volatility__progress-box {
    display: flex;
    gap: 3.4375rem;
}
.technical-info__specs .progress {
    align-items: center;
    border-radius: .5rem;
    display: flex;
    gap: .0625rem;
    height: 1rem;
    margin: auto 0;
    position: relative;
    width: fit-content;
    background-color: transparent;
}
.technical-info__specs .progress span.dot {
    background-color: #d94a2b;
    border-radius: 1.5rem;
    display: block;
    height: .75rem;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: left .5s ease;
    width: .75rem;
    z-index: 10;
}
.technical-info__specs .progress span {
    background-color: #d94a2b;
    height: .4375rem;
    width: 2rem;
}
.technical-info__specs .progress.five span:nth-of-type(7){
    background-color: #626675;
}
a.languages-popup-open svg:first-of-type, a.currencies-popup-open svg:first-of-type{
    height: 2rem;
    margin-right: .75rem;
    width: 2rem;
}
a.languages-popup-open svg:last-of-type, a.currencies-popup-open svg:last-of-type{
    height: .75rem;
    margin-left: .5rem;
    width: .8125rem;
    margin-right: .75rem;
}
/* Popup Modal */
.popup-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
/* Popup Content */
.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
}
/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    color: #000;
    cursor: pointer;
}
/* Button Styles */
button {
    margin: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}
/* Swiper container setup */
.game-screens{
    margin: 0 auto;
    max-width: 90rem;
    width: 100%;
    padding: 0 2rem 5rem;
}
.game-screens-swiper {
    width: 100%;
    padding: 0 40px 40px 40px;  /* space for navigation arrows */
    overflow: hidden;
    position: relative;
}
.game-screens-swiper .swiper-wrapper .swiper-slide{
    width: auto !important;
    height: auto;
}
.game-screens-swiper .swiper-wrapper .swiper-slide img{
    width: auto;
    max-width: 100%;
    height: 17.5rem;
    object-fit: cover;
    display: block;
}
.game-screens-swiper .swiper-navigation-icon, .games-swiper .swiper-navigation-icon{
    display: none !important;
}
/* Image styling */
img.slide-img {
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 12px!important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5)!important;
    transition: transform 0.3s;
}
.swiper-container {
    position: relative;
}
.swiper {
    padding-top: 4rem!important;
    overflow: hidden;
}
.game-screeen-popup__content .swiper {
    padding-top: 0px!important;
    overflow: hidden;
}
.game-screen-title{
    font-family: "Epilogue-Semibold", sans-serif;
    font-size: 20px;
}
/* Navigation buttons */
.swiper-button-next.custom-btn,
.swiper-button-prev.custom-btn {
    width: 44px!important;
    height: 44px!important;
    position: absolute!important;
    top: 2rem!important;
    left: unset!important;
    z-index: 10!important;
    cursor: pointer!important;
    display: block!important;
    align-items: center!important;
    justify-content: center!important;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.swiper-button-next.custom-btn {
    right: 0.32rem!important;
}
.swiper-button-prev.custom-btn {
    right: 3.9rem!important;
}
.featured-games.single-game .swiper-button-next.featured-custom-btn, .featured-games.single-game .swiper-button-prev.featured-custom-btn {
    top: 11rem!important;
}
.featured-games .swiper-button-next.featured-custom-btn:hover svg circle,
.featured-games .swiper-button-prev.featured-custom-btn:hover svg circle,
.game-screens-swiper .swiper-button-next.custom-btn:hover svg circle,
.game-screens-swiper .swiper-button-prev.custom-btn:hover svg circle{
    fill: #fff !important;
    stroke: #fff !important;
    transition: stroke 0.3s ease;
}
.featured-games .swiper-button-next.featured-custom-btn:hover svg polyline,
.featured-games .swiper-button-next.featured-custom-btn:hover svg line,
.featured-games .swiper-button-prev.featured-custom-btn:hover svg polyline,
.featured-games .swiper-button-prev.featured-custom-btn:hover svg line,
.game-screens-swiper .swiper-button-next.custom-btn:hover svg polyline,
.game-screens-swiper .swiper-button-next.custom-btn:hover svg line,
.game-screens-swiper .swiper-button-prev.custom-btn:hover svg polyline,
.game-screens-swiper .swiper-button-prev.custom-btn:hover svg line {
    stroke: #000 !important;
    transition: stroke 0.3s ease;
}
.featured-games .swiper-button-next.featured-custom-btn, .featured-games .swiper-button-prev.featured-custom-btn {
    width: 40px!important;
    height: 48px!important;
    position: absolute!important;
    top: 2.6rem!important;
    left: unset!important;
    z-index: 10!important;
    cursor: pointer!important;
    display: block!important;
    align-items: center!important;
    justify-content: center!important;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.swiper-button-next.featured-custom-btn {
    right: 0rem!important;
}
.swiper-button-prev.featured-custom-btn {
    right: 2.5rem!important; /* Push left of the next button */
}
.swiper-button-next.custom-btn:after,.swiper-button-next.popup-btn:after,.swiper-button-next.featured-custom-btn:after,
.swiper-button-prev.custom-btn:after,.swiper-button-prev.popup-btn:after,.swiper-button-prev.featured-custom-btn:after{
    content: ''!important;
}
.game-screeen-popup {
  position: fixed;
  inset: 0;
  z-index: 99999999;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.game-template-default.single.single-game .featured-games{
    max-width: 1440px;
    width: 100%;
    margin: auto;
    position: relative;
}
.game-template-default.single.single-game .featured-games .single-page{
    padding-bottom: .875rem;
    text-align: center;
    text-transform: uppercase;
}
/* .game-template-default.single.single-game .featured-games .games-swiper{
    padding: 2.5rem 0!important;
} */
.game-template-default.single-game .games-swiper .swiper-wrapper{
    margin-top: 3.75rem;
}
/* .game-template-default.single.single-game .popup-swiper .swiper-wrapper{
    margin: 0px auto;
} */
.game-template-default.single.single-game .featured-games .single-page:after {
    border-bottom: 2px solid #d94a2b;
    bottom: -10px;
    content: "";
    display: block;
    margin: 0 auto;
    position: relative;
    width: 2rem;
}
/* .game-template-default.single.single-game .featured-game-title{
    display: none !important;
} */
.featured-game-title{
    font-family: 'Epilogue-Medium', sans-serif;
}
.game-screeen-popup.show {
  display: block;
}
.game-screeen-popup__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2rem;
  height: 100%;
  width: 100%;
}
.game-screeen-popup__content-wrapper {
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.game-screeen-popup__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #171a29;
    color: #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .078);
}
h3.title-large.game-screeen-title {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 600;
    font-family: 'Epilogue-Semibold', sans-serif;
    margin: 0;
}
.game-screeen-popup__header .close-popup{
    align-items: center;
    font-size: .875rem;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-right: -9px;
    width: 30px;
}
.game-screeen-popup__content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2a2c39;
    height: 100%;
    padding: 2rem 0 0;
    position: relative;
}
.popup-swiper {
    width: 100%;
    height: 100%;
}
.popup-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    padding-bottom: 5rem;
    padding-left: 7.125rem;
    padding-right: 7.125rem;
}
.popup-swiper img {
    aspect-ratio: 287 / 152;
    height: 100%;
    object-fit: contain;
}
.popup-swiper.swiper-horizontal .swiper-pagination-horizontal.swiper-pagination-bullets {
    position: absolute;
    text-align: center;
    transform: translateZ(0px);
    z-index: 10;
    left: 0px;
    width: 100%;
    bottom: 3rem;
    transition: opacity 0.3s;
}
.popup-swiper.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 0.5rem;
    background: #908fa5;
}
.popup-swiper.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: #f2f2f8;
    position: relative;
    width: 8px!important;
    height: 8px!important;
}
.popup-swiper.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active:before{
    background-color: transparent;
    border: 1px solid #f2f2f8;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: -4px;
    pointer-events: none;
    position: absolute;
    top: -4px;
    width: 16px;
    z-index: -1;
}
.close-popup {
    cursor: pointer;
    font-size: 1.5rem;
}
.modal .btn-close{
    background: none;
    border: 0px;
    font-size: 20px;
    line-height: 0px;
    opacity: 1 !important;
}
.modal.show#languagesCurrenciesModal{
    display: flex!important;
}
#languagesCurrenciesModal .modal-dialog{
    max-width: 64rem;
    width: 100%;
    position: relative;
    margin: 5.75rem auto!important;
    overflow-x: hidden;
    min-height: auto;
    height: auto;
}
.modal-content.game-info-popup{
    background-color: #2a2c39;
    padding-right: 0.5rem;
}
.close-languages-currencies{
    color: #fff !important;
}
.modal-content.game-info-popup .popup__head{
    border-bottom: #2a2c39;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .14);
}
.modal-content.game-info-popup .popup__head .modal-title{
    color: #fff;
    font-family: 'Epilogue-Semibold', sans-serif;
    font-weight: 600;
}
.modal-content.game-info-popup .popup__tabs{
    width: calc(100% + 8px);
    padding: 0 1.5625rem;
    border-bottom: 2px solid #080b19;
}
.popup-tab{
    font-family: 'Epilogue-Regular', sans-serif;
    font-weight: 400 !important;
    color: #fff !important;
    padding: 1.875rem 0 .5rem!important;
    margin-right: 2.125rem;
    border-bottom: 2px solid transparent !important;
}
.popup-tab:hover, .popup-tab.active{
    background-color: transparent !important;
    border-bottom: 2px solid #d94a2b !important;
    color: #d94a2b !important
}
.modal-content.game-info-popup .popup__body{
    height: 39.375rem;
    margin: .5rem 0;
    padding: .875rem .875rem .875rem 1.5rem;
}
.modal-content.game-info-popup .popup__body::-webkit-scrollbar {
    width: 2px;
}
/* Track (background) */
.modal-content.game-info-popup .popup__body::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px;
}
/* Handle (the draggable part) */
.modal-content.game-info-popup .popup__body::-webkit-scrollbar-thumb {
    background: #d94a2b;
    border-radius: 3px;
}
/* Handle on hover */
.modal-content.game-info-popup .popup__body::-webkit-scrollbar-thumb:hover {
    background: #d94a2b;
}
.modal-content.game-info-popup .popup__body .tab-content .tab-pane.active{
    height: 34.5625rem;
    flex-flow: column;
    display: flex;
}
.modal-content.game-info-popup .popup__body .tab-content .tab-pane#currencies.active{
    height: 52.1875rem;
    flex-flow: column;
    display: flex;
}
.modal-content.game-info-popup .popup__body .alphabet-block{
    width: 25%;
}
.modal-content.game-info-popup .popup__body .alphabet-block div{
    color: #fff!important;
    align-items: center;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.125rem;
    font-family: 'Epilogue-Regular', sans-serif;
}
.modal-content.game-info-popup .popup__body .alphabet-block div img{
    margin-right: .5rem;
    width: 1.625rem;
}
/* Games Page CSS  */
.games-count{
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #fff;
    font-family: 'Epilogue-Regular';
}
.games-swiper{
    padding-top: 1rem !important;
    padding-bottom: 1rem!important;
    margin-bottom: 0px;
    margin-top: 0px;
    position: unset!important;
}
.games-swiper .swiper-slide {
    margin-right: 2rem !important;
    max-width: 14.5rem;
}
.games-swiper .game-card {
    background: #2a2c39;
    border-radius: .5rem .5rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .161);
    color: #fff;
    aspect-ratio: 32 / 27;
    max-width: 18rem;
    width: 100%;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease;
}
.game-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 116 / 81;
    border-radius: .5rem .5rem 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.game-showcase{
    overflow: hidden;
    position: relative;
}
.game-showcase-hover-wrapper{
    align-items: center;
    background-color: #d94a2b;
    border-radius: .5rem .5rem 0 0;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 0 2.5rem;
    position: absolute;
    transform: translateY(101%);
    transition: .2s ease-in-out;
}
.game-showcase:hover .game-showcase-hover-wrapper{
    transform: translateY(0);
}
.game-showcase-hover-actions{
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    width: 100%;
}
.btn-game{
    font-family: 'Epilogue-Light', sans-serif;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    outline-offset: 0;
    font-size: 1.25rem!important;
    line-height: 1.5;
    max-width: 14rem;
    padding: .875rem 0!important;
    text-align: center;
    width: 100%;
    margin: 0px!important;
}
.games-swiper .btn-game{
    font-size: 1rem!important;
    padding: .5rem 0!important;
    line-height: 1.56rem;
    margin: 0px auto;
}
.btn-game:hover{
    color: #d94a2b;
    background-color: #fff;
    border: 1px solid #fff;
}
.game-name{
    padding: 12px;
    font-family: 'Epilogue-Medium', sans-serif;
    color: #fff;
    font-size: 1rem;
    margin: 0px;
}
.popup-modal {
    background-color: rgba(0, 0, 0, 0.75);
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}
.popup-content, #gfaFilterModal .modal-content {
    background-color: #171a29;
    padding: 2.25rem 5.5rem 3rem;
    border-radius: 12px;
    color: #ffffff;
    width: 100%;
    overflow: hidden;
    max-width: 31rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
#gamePopupModal .popup-content {
    margin: 2rem;
    min-height: calc(100vh - 4rem);
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    background-color: #2a2c39;
    padding: 0px;
}
#gamePopupModal .popup-top {
    background-color: #171a29;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    overflow: hidden;
    padding: .6875rem 2rem;
}
#gamePopupModal .popup-top .popup-game-actions a{
    display: flex;
    align-items: center;
    padding-left: 1.875rem;
    color: #fff;
}
#gamePopupModal .popup-body {
    height: 100%;
    width: 100%;
}
#gamePopupModal .popup-body .popup-game-devices{
    align-items: center;
    display: flex;
    justify-content: center;
}
#gamePopupModal .popup-body .popup-game-devices a{
    position: relative;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
#gamePopupModal .popup-body .popup-game-devices a:hover, #gamePopupModal .popup-body .popup-game-devices a:hover:before{
    background-color: #bf3f24;
    outline: none;
}
#gamePopupModal .popup-body .popup-game-devices a.active, #gamePopupModal .popup-body .popup-game-devices a.active:before{
    background-color: #2a2c39;
    outline: none;
}
#gamePopupModal .popup-body .popup-game-devices a:before{
    content: "";
    display: block;
    height: 1em;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}
#gamePopupModal .popup-top h3{
    font-size: 20px;
    font-family: "Epilogue-Semibold", sans-serif;
    color: #fff;
    margin: 20px 0px;
}
#gamePopupModal .popup-body .popup-game-devices a.popup-game-device-desktop{
    padding: .75rem 1.25rem;
}
#gamePopupModal .popup-body .popup-game-devices a.popup-game-device-tablet{
    padding: 1rem 1.25rem;
}
#gamePopupModal .popup-body .popup-game-devices a.popup-game-device-mobile{
    padding: 1.25rem;
}
#gamePopupModal .popup-body .popup-game-devices a.popup-game-device-landscape{
    padding: 1.5625rem 1.25rem;
}
#gamePopupModal .popup-body .popup-game-devices a.popup-game-device-desktop svg {
    height: auto;
    width: 3.625rem;
}
.popup-game-devices a.active svg:last-of-type{
    display: inline;
}
.popup-game-devices a svg:last-of-type, .popup-game-devices a.active svg:first-of-type{
    display: none;
}
/* Game Container CSS  */
#gamePopupModal .popup-body .game-container{
    background-color: #2a2c39;
    padding-top: 1rem;
}
#gamePopupModal .popup-body .game-container .modal-game-iframe {
    margin: auto;
    width: 100%;
    height: 100vh;
}
#gamePopupModal .popup-body .game-container .modal-game-iframe .game-iframe-desktop{
    width: 100%;
    height: 75vh;
}
#gamePopupModal .popup-body .game-container .modal-game-iframe .game-iframe-tablet{
    width: 100%;
    height: 75vh;
}
#gamePopupModal .popup-body .game-container .modal-game-iframe .game-iframe-mobile{
    height: 70vh;
    width: 345px;
}
#gamePopupModal .popup-body .game-container .modal-game-iframe .game-iframe-landscape{
    height: 375px;
    width: 100%;
}
.popup-content h2 {
    font-size: 26px;
    margin-bottom: 30px;
}
.popup-content h3 {
    font-size: 16px;
    font-weight: 400;
    color: #d1d1e0;
    margin-bottom: 45px;
}
.btn {
    display: block;
    padding: 12px;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}
#yesButton {
    background-color: #F04438;
    color: white;
}
#yesButton:hover {
    background-color: #d13a30!important;
}
#noButton {
    background-color: transparent;
    color: #F04438;
    border: 2px solid #F04438;
}
#noButton:hover {
    background-color: rgba(240, 68, 56, 0.1);
}
#loading-spinner{
    color: #fff;
    font-family: "Epilogue-Semibold", sans-serif;
    font-size: 20px;
}
.games-block{
    padding: 0 2rem 2rem !important;
    max-width: 90rem !important;
}
.game-header .game-header-image-wrapper img {
    height: 31.25rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 25%;
    object-position: 50% 25%;
    width: 100%;
}
@media (min-width: 992px) {
    .game-header-details {
        margin: -7.125rem auto 4.375rem;
        max-width: 64rem;
        padding: 3rem 5.5rem;
        background-color: #2a2c39;
        border-radius: 16px;
    }
    .info-title{
        font-family: "Epilogue-Semibold", sans-serif;
        font-size: 20px;
    }
    .technical-info__specs {
        border-radius: 8px;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    .technical-info__specs div.info-release-date{
        border-left: 1px solid #2a2c39;
        border-top-left-radius: .375rem;
        border-top-right-radius: 0;
        grid-column: span 2;
    }
    .technical-info__specs>div:nth-child(5){
        border-top-right-radius: .375rem;
    }
    .technical-info__specs .info-double-size{
        grid-column: span 4;
    }
    .technical-info__specs>div span {
        font-size: 1.5rem;
    }
    .technical-info__specs>div:nth-child(6) {
        border-left: 1px solid #2a2c39;
    }
    .technical-info__specs .info-half-size {
        grid-column: span 1;
    }
    .technical-info__specs .info-full-size{
        grid-column: span 12;
        border-bottom: 1px solid #2a2c39;
        border-bottom-left-radius: .375rem;
        border-bottom-right-radius: .375rem;
        border-left: 1px solid #2a2c39;
    }
    .swiper-button-next.custom-btn,
    .swiper-button-prev.custom-btn {
        width: 32px!important;
        height: 32px!important;
        top: 2.3rem !important;
    }
    .swiper-button-prev.custom-btn{
        right: 2.9rem !important;
    }   
    #gamePopupModal .popup-body .game-container .modal-game-iframe .game-iframe-desktop{
        width: 1280px;
        height: 75vh;
    }
    #gamePopupModal .popup-body .game-container .modal-game-iframe .game-iframe-tablet{
        height: 75vh;
        width: 562px;
    }
    #gamePopupModal .popup-body .game-container .modal-game-iframe .game-iframe-mobile{
        height: 70vh;
        width: 345px;
    }
    #gamePopupModal .popup-body .game-container .modal-game-iframe .game-iframe-landscape{
        height: 375px;
        width: 812px;
    }
    .game-template-default.single.single-game .featured-games {
        padding: 4rem 2rem 1rem;
    }
    .games-swiper .game-card{
        aspect-ratio: 272 / 237;
        max-width: 17rem;
    }
}
@media screen and (min-width: 993px) and (max-width: 1140px) {
    .technical-info__specs .info-languages, .technical-info__specs .info-currencies{
        padding: 1.5rem 0.5rem;
        text-align: center;
    }
    .technical-info__specs .info-languages .languages-popup-open, .technical-info__specs .info-currencies .currencies-popup-open{
        justify-content: center;
    }
}
@media (max-width: 991px) {
    .technical-info__specs .info-release-date, .technical-info__specs .info-double-size.info-slider-graphics, .technical-info__specs .technical-info__features{
        grid-column: span 4;
    }
    #languagesCurrenciesModal .modal-dialog{
        margin: 20px auto !important;
    }
    .game-template-default.single.single-game .featured-games {
        padding: 3rem 1.5rem 0;
    }
    .swiper-button-next.custom-btn,
    .swiper-button-prev.custom-btn {
       display: none !important;
    }
    .technical-info__specs > div:nth-child(8){
        border-left: 0px !important;
    }
    .technical-info__specs .info-release-date, .technical-info__specs .info-game-type, .technical-info__specs .info-minimum-bet, .technical-info__specs .info-half-size, .technical-info__specs .info-double-size.info-slider-graphics, .technical-info__specs .info-languages, .technical-info__specs .technical-info__features{
        border-left: 1px solid #2a2c39;
    }
    .technical-info__specs .technical-info__features{
        border-bottom: 1px solid #2a2c39;
    }
    .technical-info__specs .info-half-size{
        grid-column: span 1;
    }
    .slide-img {
        max-height: 17.5rem;
    }
    .games-swiper .game-card{
        aspect-ratio: 272 / 237;
        max-width: 17rem;
    }
    .game-screens-swiper .swiper-wrapper .swiper-slide{
        height: auto;
    }
    .game-screens-swiper .swiper-wrapper .swiper-slide img {
        height: auto;
        width: auto;
        max-height: 17.5rem;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
    }
    .modal-content.game-info-popup .popup__body .tab-content .tab-pane.active, .modal-content.game-info-popup .popup__body .tab-content .tab-pane#currencies.active{
        height: 100%;
        flex-flow: column nowrap;
    }
    .modal-content.game-info-popup .popup__body .alphabet-block div.single-alphabet{
        font-weight: 600;
        font-family: "Epilogue-Semibold", sans-serif;
        font-size: 1rem;
    }
    .modal-content.game-info-popup .popup__body .alphabet-block div{
        font-size: .875rem;
    }
    .modal-content.game-info-popup .popup__body .alphabet-block{
        width: 100%;
    }
}
/* Optional: Hide buttons on smaller screens */
@media (max-width: 767px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: none!important;
    }
    .game-title{
        font-size: 28px;
    }
    .game-description p{
        font-family: "Epilogue-Regular", sans-serif;
        font-size: 14px;
    }
    .game-actions .btn-lg{
        padding: .875rem 1rem;
        font-size: 0.875rem;
    }
    .game-screens-swiper .swiper-wrapper .swiper-slide{
        /* width: unset !important; */
        height: auto;
    }
    .game-screens-swiper .swiper-wrapper .swiper-slide img {
        /* display: block; */
        height: auto;
        max-height: 10.125rem;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
    }
    .game-header-details .video-wrapper{
        padding-top: 2rem;
    }
    .game-header-details .video-wrapper a.play-video{
        max-height: 9.8125rem;
        max-width: 100%;
    }
    .game-header-details .video-wrapper svg{
        height: 3rem;
        width: 3rem;
    }
    .game-header .game-header-image-wrapper img {
        height: 18.75rem;
    }
    .games-swiper .game-card {
        max-width: 18rem;
        aspect-ratio: 278 / 237;
    }
    #languagesCurrenciesModal .modal-dialog{
        margin: 0px auto!important;
    }
    .game-showcase:hover .game-showcase-hover-wrapper{
        transform: translateY(100%);
    }
    .game-screeen-popup__overlay {
        padding: 0px;
    }
    .popup-swiper .swiper-slide {
        padding-left: 0px;
        padding-right: 0px;
    }
    .game-screeen-popup__content {
        padding: 2rem 1.5rem;
    }
    .technical-info__specs .technical-info__features-inner span.single-feature {
        font-size: 0.875rem !important;
    }
    .technical-info__specs>div span.body-large{
        font-size: 1.25rem;
    }
    #videoModal .modal-dialog{
        padding: 0px;
    }
    #videoModal .modal-content .video-modal-content {
        padding: 2.5rem 1.5rem;
    }
    #videoModal .modal-content .video-modal-content svg {
        height: 3rem;
        width: 3rem;
    }
    #videoModal .modal-content .video-modal-content video{
        aspect-ratio: 283 / 174;
        border-radius: 8px;
        height: -moz-fit-content;
        height: fit-content;
        max-width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        width: auto;
    }
    #videoModal .modal-content .video-modal-content img{
        bottom: 0;
        height: 15.625rem;
        left: 1rem;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% - 2rem);
    }
    .technical-info__specs > div, .technical-info__specs .info-minimum-bet{
        padding: 1rem;
    }
}
@media (max-width: 576px) {
    #gamePopupModal .popup-top {
display: none!important;
}
    .modal.show#languagesCurrenciesModal{
        padding: 0px!important;
    }
    .popup-content h2 {
        font-size: 1.25rem;
    }
    .popup-content h3 {
        font-size: 0.9rem;
    }
    .btn {
        font-size: 0.9rem;
        padding: 10px;
    }
    .featured-game-title{
        font-size: 20px!important;
        font-family: "Epilogue-Semibold", sans-serif;
    }
    /* .games-swiper{
        overflow-x: initial!important;
    } */
    .games-swiper .swiper-slide{
        margin-right: 1.5rem !important;
        max-width: 18rem;
    }
    .featured-games .swiper-button-next.featured-custom-btn, .featured-games .swiper-button-prev.featured-custom-btn{
        display: none!important;
    }
}