@media screen and (min-width: 556px) and (max-width: 1249px) {
    .fs-plan{
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }

    .fs-slot{
        width: 100%;
    }

    .fs-slot-box-1-btn.mobNone {
        padding: 0 40px 0 0;
    }

    .fs-slot-box-1-title{
        padding: 0 0 0 40px;
    }

    .fs-slot-box-3{
       /*flex-wrap: wrap;
        justify-content: space-around;*/
		/*display: grid;
		grid-template-columns: repeat(2, 1fr);
        justify-items: left;
        align-items: center;*/
		display: flex;
		justify-content: left;
		gap: 40px
    }

    .pth-box {
        width: 100%;
        padding: 0 40px;
        justify-content: center;
    }

    .fs-footer{
        width: 100%;
        padding: 0 40px;
    }

    .fs-content-slot {
        width: 100%;
    }


    .swiper.mySwiper.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-watch-progress{
        width: 100%;
    }

    .swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
        perspective: 0;
    }


    .fs-footer-top{
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .coppy,
    .fs-footer-nav,
    .fs-social{
        justify-content: center;
    }

    .fs-footer-bottom{
        margin: 25px 0 0 0;
    }

    span.coppy-text {
        text-align: center;
        text-wrap: balance;
    }

    .fs-box-2{
        height: 100%;
        margin: 100px 0 0 0;
    }

    .fs-form-input input,
    .fs-form-input textarea,
    .fs-form-check{
        width:100%;
        min-width: 100%;
        max-width: 100%;
    }

    section.posts{
        width: 100%;
        padding: 0 40px;
    }

    .post-page-box{
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        align-items: center;
    }

    .fs-post-box{
     /*   width: auto;*/
    }

    .single-box{
        width: 100%;
    }

    .games-row{
        width: 100%;
    }

    .games-flex{
        grid-template-columns: repeat(2, 1fr);
    }

    span.fs-aboutus-title{
        flex-direction: column;
    }

    .games-title{
        text-align: center;
    }

}

@media (max-width: 555px), (pointer:coarse) {
    .games-flex{
        grid-template-columns: repeat(1, 1fr);
    }

    .games-row{
        width: auto;
    }

    .iframe {
        width: 100%;
        height: auto;
    }

    .games-title {
        font-size: 30px;
        /*text-align: start*/
    }

    .games-template-box{
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 0 20px;
    }

    .games-info {
        width: 300px;
		padding-top: 40px;
        /*padding: 40px 20px;*/
		
        background-size: 50%;
        /*text-align: center;*/
    }

    .post-page-box{
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        justify-items: center;
    }

    .post-page-title p {
        width: 100%;
    }

    section.posts {
        width: 100%;
        padding: 0 40px;
    }

    .fs-post-box-img{
        height: 200px;
    }
    
    .fs-post-box {
        width: 300px;
        height: auto;
    }

    .single-box{
        width: 100%;
        padding: 0 40px;
    }


    .fs-form-input input,
    .fs-form-input textarea{
        width: 300px;
        min-width: 300px;
        max-width: 300px;
    }

    .fs-form-check {
        width: 300px;
        flex-direction: column-reverse; 
    }

    span.fs-aboutus-title{
        flex-direction: column;
    }

    .fs-box-2{
        height: 100%;
    }

    .fs-sect-title {
        margin: 50px 0;
        text-align: center;
    }

    .fs-plan {
        grid-template-columns: repeat(1, 1fr);
        margin: 0;
        gap: 50px;
        width: auto;
    }

    .swiper.mySwiper.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-ios.swiper-watch-progress {
        width: 100%;
        overflow-x: hidden !important;
        perspective: 0 !important;
    }
    
    .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
        transform-style: flat !important;
    }

   

    #cookie-notice{
        min-width: auto !important;
    }

    .swiper.mySwiper.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-watch-progress{
        width: 100%;
    }

    .swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
        perspective: 0;
    }

    .fs-slot {
        width: auto;
        margin: 100px 0 0 0;
        gap: 0;
    }

    .fs-slot-box-3{
        flex-direction: column;
        gap: 40px;
        margin: 50px 0 0 0;
        width: 100%;
    }

    .fs-slot-box-1{
        flex-direction: column;
        gap: 20px;
    }

    .pth-box{
        width: auto;
    }

    .fs-content-slot {
        width: 350px;
        margin: -75px 0 0 0;
    }

    .deskN{
        display: none;
    }

    .mobN{
        display: block;
    }

    .mobile-banner.mobN {
        width: 100%;
        height: 100%;
    }

    .mobile-banner.mobN img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .slide-content,
    .slide-title{
        width: auto;
    }

    .slide-box {
        left: auto;
        top: 80%;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .slide-title {
        line-height: 33px;
        color: var(--white);
        font-size: 30px;
        width: auto;
    }

    .slide-content {
        color: var(--white);
        line-height: 24.15px;
        font-weight: 600;
        font-size: 20px;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .fs-sect-title{
        font-size: 25px;    
    }

    .deskNone{
        display: block;
        align-self: center;
        margin: 50px 0 0 0;
    }

    .mobNone{
        display: none;
    }

    .deskNoneN {
        display: flex;
        align-self: center;
        margin: -50px 0 0 0;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .splide__slide {
        height: 600px;
        min-width: 100%;
        position: relative;
    }

    .iframeHide{
        display: none;
    }

    .gameMob {
        display: flex;
        width: 252px;
        height: auto;
        align-items: center;
        justify-content: center;
        margin: 25px 0 0 0;
        position: relative;
    }

    .gameMob a{
        width: 100%;
        height: 100%;
    }

    .gameMob img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

    .play {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 50px;
        color: var(--white);
        z-index: 99;
    }

    .over {
        width: 100%;
        height: 100%;
        position: absolute;
        background: #00000026;
        inset: 0;
    }

    .swiper-slide img{
        transform: scale(1);
    }


    .games-name{
        font-size: 20px;
        width: 100%;
    }

    .games-flex a img{
        height: 185px;
    }

    .games-flex {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 40px;
    }

    .games-flex a{
        width: 150px;
    }

    .elementor-34 .elementor-element.elementor-element-ce87519:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-ce87519 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background: black !important;
    }

    section.single {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .single-img {
        width: 100%;
        height: 200px;
    }
}