@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1360px) {}

@media screen and (max-width: 1280px) {

    .elipse-1 {
        top: 80px;
        left: -190px;
        z-index: 3;
    }

    .elipse-3 {
        left: 60px;
        top: 310px;
    }

    .elipse-4 {
        left: 60px;
        top: 310px;
    }

    .work-chunk-main {
        transform: translate(-50%, -50%) scale(0.9);
    }

    .work-chunk-3 {
        top: 158px;
        left: -17px;
        transform: scale(0.9);
    }

    .work-chunk-6 {
        top: calc(50% + 82px);
        left: -7px;
        transform: scale(0.9);
    }

    .work-chunk-4 {
        top: calc(50% - 77px);
        left: calc(50% - 171px);
        transform: scale(0.9);
    }

    .work-chunk-7 {
        top: calc(50% + 99px);
        transform: scale(0.9);
    }

    .work-chunk-5 {
        top: calc(50% - 132px);
        right: 57px;
        transform: scale(0.9);
    }

    .work-chunk-8 {
        top: calc(50% + 161px);
        right: -100px;
        transform: scale(0.9);
    }

    .work-wrap .work-inner:nth-child(1) {
        left: 54px;
    }

    .work-wrap .work-inner:nth-child(3) {
        left: 33px;
    }
}

@media screen and (max-width: 1200px) {
    .bann-top img {
        width: auto;
        max-width: 100%;
    }

    .fcloud-2 {
        top: -140px;
    }

    .elipse-2 {
        right: -100px;
    }

    .bann-bottom .left-chunk {
        left: -90px;
    }

    .work-chunk-1 {
        left: 0;
    }

    .work-chunk-main {
        transform: translate(-50%, -50%) scale(0.85);
    }

    .work-chunk-8 {
        top: calc(50% + 143px);
        right: -30px;
    }

    .work-wrap .work-inner:nth-child(4) {
        top: -50px;
    }

    .work-chunk-6 {
        top: calc(50% + 72px);
        left: 43px;
    }
}

@media screen and (max-width: 1199px) {
    .bann-bottom .image-wrap {
        display: block;
    }

    .bann-bottom .bann-chunks {
        margin-bottom: -100px;
    }

    .bann-bottom .bann-chunks {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        align-items: center;
        margin-top: 60px;
    }

    /* .bann-bottom .left-chunk, 
    .bann-bottom .right-chunk {
        position: unset;
        display: inline-block;
    } */

    .bann-bottom .left-chunk img {
        width: 250px;
    }

    .bann-bottom .right-chunk img {
        width: 150px;
    }

    .work-chunk-1 {
        width: 160px;
        top: -30px;
    }

    .work-outer {
        padding-top: 0;
        padding-bottom: 0;
    }

    .bann-bottom .left-chunk {
        top: -70px;
        left: 0;
        bottom: auto;
    }

    .work-chunk-2 {
        top: 90px;
    }



    .bann-bottom .right-chunk {
        right: 0;
        bottom: -80px;
    }


    .owl-right {
        /* position: unset; */
        right: auto;
        left: 35%;
    }

    .book-right {
        /* position: unset; */
        top: 0;
        right: auto;
        left: 40%;
    }

    .slider-wrap {
        padding: 90px 0;
    }

    .play-wrap {
        bottom: 70px;
    }

    /* .about-chunk{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    } */
    .item-1,
    .item-2,
    .item-3 {
        display: none;
    }

    .about-sec .title-wrap {
        margin-bottom: 34px;
    }
}


@media screen and (max-width: 1024px) {
    .mob-img {
        display: block;
    }

    .desk-img {
        display: none;
    }

    .work-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .work-chunk-main,
    .work-chunk-3,
    .work-chunk-4,
    .work-chunk-5,
    .work-chunk-6,
    .work-chunk-7,
    .work-chunk-8 {
        display: none;
    }

    .work-wrap .work-inner:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
        margin-bottom: 25px;
        padding-right: 15px;
    }

    .work-wrap .work-inner:nth-child(2) {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding-right: 15px;
        justify-content: start;
    }

    .work-wrap .work-inner:nth-child(2) img {
        margin-bottom: 26px;
        margin-top: 0px;
    }

    .work-wrap .work-inner:nth-child(3) {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        bottom: 0;
        left: 0;
        margin: 0;
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
        margin-bottom: 25px;
        padding-left: 15px;
    }

    .work-wrap .work-inner:nth-child(4) {
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: start;
        padding-left: 15px;
        justify-content: start;
    }

    .work-wrap .work-inner:nth-child(4) img {
        margin-bottom: 26px;
        margin-top: 0px;
    }

    .work-wrap .work-inner {
        justify-content: start;
    }

    .bann-bottom .left-chunk img {
        width: 150px;
    }

    .bann-bottom .right-chunk img {
        width: 70px;
    }

    .work-chunk-1 {
        width: 90px;
        top: -30px;
    }

    .work-outer .title-wrap h2 {
        margin-bottom: 0;
    }

    .work-outer .title-wrap {
        margin-bottom: 50px;
    }

    .work-chunk-2 {
        top: 40px;
        width: 30px;
    }

    .about-sec {
        padding-top: 100px;
    }

    .comming-banner .left-chunk img {
        width: 220px;
    }

    .comming-banner .right-chunk img {
        width: 90px;
    }

    .banner.comming-banner {
        background-position: top center;
        background-size: cover;
    }

    .banner.comming-banner::before {
        content: '';
        position: absolute;
        background-color: #ffffff75;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 0;
    }

}


@media screen and (max-width: 991px) {
    .sec-col .image-wrap img {
        margin-right: 0;
    }

    .faq-item {
        min-height: auto;
    }

    .faq-item::after {
        top: 42px;
        height: 100%;
        z-index: -1;
        height: calc(100% + 20px);
        background-size: cover;
    }

    .faq-item:last-child::after {
        display: block;
    }

    .sec-col .faq-item:last-child::after {
        display: none;
    }

    .fcloud-1 {
        width: 270px;
        top: -90px;
    }

    img.fcloud-2 {
        width: 250px;
        top: -80px;
    }

    .cloud-1 {
        width: 250px;
        top: -80px;
    }

    header nav {
        display: none;
    }

    .nav-wrap {
        justify-content: center;
        margin-bottom: 15px;
    }

    .store-wrap {
        justify-content: center;
    }

    .contact-wrap .image-wrap {
        text-align: center;
    }

    .comming .image-wrap {
        margin-top: 90px;
        text-align: center !important;
    }

    .foot-logo {
        margin-bottom: 50px;
        text-align: center;
    }

    .bann-bottom .image-wrap img {
        max-width: 100%;
    }

    .bann-top {
        padding-bottom: 100px;
    }

    .fcloud-2 {
        top: -160px;
    }

    .work-chunk-2 {
        right: 0px;
    }

    .play-wrap {
        left: 20px;
        bottom: 60px;
    }

    .comming {
        padding-top: 40px;
    }
    .faq-inner {
        padding-bottom: 50px;
    }
    .faq {
        padding-bottom: 30px;
    }
    .btn-pur {
        font-size: 25px;
        padding: 25px 50px;
        max-width: 325px;
    }
}


@media screen and (max-width: 800px) {
    .comming-banner .bann-top h1 {
        font-size: 50px;
        line-height: 1;
    }

    .faq-item h3 {
        font-size: 24px;
        line-height: 31px;
    }

    .comming-banner .left-chunk {
        left: 0;
    }

    .about-sec .title-wrap {
        margin-bottom: 64px;
    }

    .comming-banner .right-chunk {
        right: 15px;
    }

    /* .bann-top img {
        width: 260px;
    } */
    .bann-top h1,
    .about-sec .title-wrap h2,
    .faq-inner>h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .faq-inner .accordion-button {
        font-size: 24px;
    }

    .owl-right {
        /* position: unset; */
        width: 150px;
        right: 0;
        bottom: 0;
        left: auto;
    }

    .book-right {
        /* position: absolute; */
        left: auto;
        right: 0;
        width: 150px;
        top: -60px;
    }

    /* .about-chunk{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    } */
    .slider-wrap {
        padding: 90px 0;
        padding-top: 0;
    }

    .play-wrap {
        left: calc(50% - 78px);
    }
}

@media screen and (max-width: 767px) {
    .foot-inner {
        text-align: center;
        margin: 0 0 50px;
        width: 100%;
    }

    .foot-inner ul.social-icon li a {
        justify-content: center;
    }
}

@media screen and (max-width: 550px) {
    .banner.comming-banner {
        height: auto;
    }

    .faq-item h3 {
        font-size: 22px;
        line-height: 31px;
    }

    .faq-item::before {
        width: 29px;
        height: 29px;
        background-size: contain;
    }

    .faq-item {
        padding-left: 35px;
    }

    .faq-item::after {
        background-size: cover;
        top: 23px;
        left: 14px;
        height: calc(100% + 20px);
    }

    .work-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .work-wrap .work-inner {
        width: 100%;
        max-width: 100%;
    }

    .work-wrap .work-inner:not(:last-child) {
        margin-bottom: 25px;
    }

    .work-wrap .work-inner:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        padding: 0;
    }

    .work-wrap .work-inner:nth-child(2) {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        padding: 0;
    }

    .work-wrap .work-inner:nth-child(3) {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
        padding: 0;
    }

    .work-wrap .work-inner:nth-child(4) {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
        padding: 0;
    }

    .comming-banner .bann-top img {
        max-width: 100%;
        width: 100%;
    }

    .main-footer .footer-wrap {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .copyright {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .owl-right {
        width: 100px;
        bottom: -30px;
    }

    .book-right {
        width: 100px;
    }

    .play-wrap img {
        width: 40px;
    }

    .play-wrap {
        left: calc(50% - 48px);
    }

    .faq {
        padding-top: 90px;
    }

    .comming {
        padding-bottom: 0px;
    }

    .bann-bottom .left-chunk img {
        width: 100px;
    }

    .bann-bottom .left-right img {
        width: 60px;
    }

    .fcloud-1,
    .fcloud-2 {
        display: none;
    }

    .work-chunk-1 {
        position: unset !important;
    }

    .bann-bottom .bann-chunks {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-chunk {
        flex-wrap: wrap;
    }


    .banner {
        padding-right: 0;
        padding-left: 0;
    }

    .bann-top img {
        width: 460px;
    }
    .btn-pur {
        font-size: 20px;
        padding: 20px 50px;
        max-width: 280px;
    }
}