@media (max-width: 1599px) {}


@media (max-width: 1399px) {}


@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
    #header nav ul li a {
        font-size: 14px;
        line-height: 24px;
        padding: 5px 5px;
    }
    .btn.btn-green {
        font-size: 14px;
        padding: 18px 40px;
    }
    #header .btn.btn-green {
        padding: 8px 16px;
    }
    #header .button-box {
        margin-left: 10px;
    }
    #homeBanner .box.box1 .text-box p {
        font-size: 18px;
        line-height: 28px;
    }
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
    h2 {
        font-size: 34px;
        line-height: 44px;
    }
    h4 {
        font-size: 21px;
        line-height: 31px;
    }
    h5 {
        font-size: 18px;
        line-height: 28px;
    }
    h6 {
        font-size: 14px;
        line-height: 24px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
    }
    #service .box {
        padding: 20px;
    }
    #service .box .icon-box img {
        max-width: 50px;
        max-height: 50px;
    }
    #technology .box.box2 .end-box img {
        max-width: 80px;
    }
    #process .row {
        max-width: 95%;
        margin: 0 auto;
        row-gap: 50px;
    }
    #process .box {
        padding: 30px 20px;
        max-width: 250px;
    }
    #process .box .left-box img {
        min-width: 60px;
        margin-left: -60px;
    }
    #process .box .right-box .content-box .img-box img {
        max-width: 80px;
    }
    #process .box .right-box .content-box .img-box {
        top: -40px;
        right: -40px;
    }
    .accordion .accordion-button {
        font-size: 18px;
    }
    #clients .top-box .button-box .btn.btn-green {
        padding: 12px 40px;
    }
    #achievement .box .text-box h2 {
        font-size: 44px;
        line-height: 54px;
    }
    #achievement .box .img-box img {
        max-width: 70px;
        max-height: 60px;
    }
    #homeBanner .box.box1::after {
        top: -70px;
        left: -30px;
        width: 180px;
        height: 180px;
    }
    #header .logo-box img {
        max-width: 140px;
    }
    #footer .logo-box img {
        max-width: 140px;
    }
    #award .box .img-box {
        min-height: 180px;
    }
    /*  */
    #technology .box.box1 .img-box{
        display: flex;
        justify-content: center;
    }
    #technology .box.box1 .img-box img {
        width: 100%;
        max-width: 300px;
    }
    #game .box.box2 .img-box img {
        width: 100%;
        max-width: 340px;
    }
    #career .career-img img {
        max-width: 70%;
    }
    #homeBanner.contact .join-img {
        display: flex;
        justify-content: center;
    }
    #homeBanner.contact .join-img img {
        max-width: 80%;
    }
}


@media (max-width: 1079px) {}


@media (max-width: 991px) {

    /* header responsive */
    #header .main-nav nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        z-index: 111;
        padding-top: 80px;
    }

    #header .main-nav nav.show {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    #header .main-nav nav ul li {
        display: block;
        text-align: left;
        padding: 5px 10px;
    }

    #header .main-nav .click-menu {
        display: block;
    }

    #header .main-nav .cancel-menu {
        display: block;
        position: fixed;
        top: 40px;
        left: -100%;
        max-width: 20px;
        width: 100%;
        text-align: center;
        z-index: 222;
        transition: .5s;
        opacity: 0;
        visibility: hidden;
    }

    #header .main-nav .cancel-menu.show {
        opacity: 1;
        visibility: visible;
        left: calc(100% - 40px);
    }
    #header .main-nav {
        flex-direction: row-reverse;
    }
    #header .button-box {
        margin-left: 0;
        margin-right: 20px;
    }
    /* header responsive */

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
    #homeBanner .box.box2 .img-box img {
        max-width: 500px;
        margin: 0 auto 30px;
        display: block;
    }
    #homeBanner .row {
        flex-direction: column-reverse;
    }
    #homeBanner.aboutUs .row {
        flex-direction: column;
    }
    #homeBanner.aboutUs .box.box2 .img-box img {
        max-width: 200px;
        margin: auto;
        padding-top: 30px;
    }
    #homeBanner .content-box {
        text-align: center;
    }
    section {
        padding: 60px 0;
    }
    #about .box {
        text-align: center;
    }
    #about .box.box3 .list-box ul {
        justify-content: center;
        column-gap: 40px;
    }
    br {
        display: none;
    }
    #technology .col-lg-6:first-child .box.box1 .img-box img {
        max-width: 500px;
        margin: 0 auto 30px;
        display: block;
    }
    #technology .box {
        text-align: center;
    }
    #technology .box.box1 .unity-box img {
	width: 100%;
	max-width: 80px !important;
}
    #game .box .top-box {
        text-align: center;
    }
    #game .row {
        flex-direction: column-reverse;
    }
    #game .box.box2 .img-box img {
        max-width: 400px;
        margin-left: auto;
        display: block;
        margin: 0 auto 30px;
    }
    #award .box .text-box h5 br {
        display: block;
    }
    #footer {
        padding-top: 60px;
    }
    #footer .top-box .row {
        row-gap: 30px;
    }
    #footer .top-box .col-lg-3:nth-child(2) {
        display: flex;
        justify-content: flex-start;
    }
    #footer .end-box .box.box2 .list-box ul li {
        margin-left: 10px;
    }
    #process .swiper-wrapper {
        margin-top: 40px;
    }
    #process .box {
        max-width: 75%;
        margin: 0 auto;
    }
    #process .box .left-box img {
        margin-left: -65px;
    }
    #technology .box.box2 .end-box .box h5 br {
        display: block;
    }
    #award .box .img-box {
        min-height: 200px;
    }
    /*  */
    #technology .box.box1 .img-box img {
        width: 100%;
        max-width: 250px !important;
    }
    #technology .box.box1 .unity-box img {
        width: 100%;
        max-width: 80px !important;
    }
    #game .box.box2 .img-box img {
        max-width: 320px;
    }
    #homeBanner .box.box2 .img-box img {
        max-width: 300px;
        margin: 0 auto 30px;
    }
}


@media (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h2 {
        font-size: 26px;
        line-height: 36px;
    }
    p {
        font-size: 15px;
        line-height: 25px;
    }
    #homeBanner .box.box1 .text-box p {
        font-size: 16px;
        line-height: 26px;
    }
    #about .box.box1 {
        padding-bottom: 0px;
    }
    #about .box.box3 .list-box ul {
        padding: 20px 0 30px;
    }
    #service .box {
        max-width: 500px;
        margin: 0 auto;
    }
    #process .section-heading {
        margin: 0 auto 20px;
    }
    #clients .end-box .box {
        max-width: 500px;
        margin: 0 auto;
    }
    #award .box {
        max-width: 500px;
        margin: 0 auto;
    }
    .section-heading {
        margin-bottom: 30px;
    }
    section {
        padding: 40px 0;
    }
    #award .box .img-box {
        min-height: unset;
    }
    #award .swiper-wrapper {
        margin-bottom: 40px !important;
    }
    #achievement .col-md-3 {
        max-width: 50%;
    }
    #achievement .row {
        row-gap: 30px;
    }
    #work .box {
        max-width: 500px;
        margin: 0 auto;
    }
    #team .box {
        max-width: 500px;
        margin: 0 auto;
    }
    #team .swiper-wrapper {
        margin-bottom: 60px !important;
    }
    #footer .top-box .col-lg-3:nth-child(3) {
        display: flex;
        justify-content: flex-start;
    }
    #footer .top-box .col-lg-2 {
        display: flex;
        justify-content: flex-start;
    }
    #footer .end-box .box.box2 .list-box ul {
        justify-content: center;
        margin-top: 10px;
    }
    #footer .end-box {
        text-align: center;
    }
    #footer .end-box .box.box2 .list-box ul li {
        margin-left: 15px;
    }
    #footer {
        padding-top: 40px;
    }
    /*  */
    #homeBanner.contact .join-img img {
        max-width: 60%;
    }
    #career .career-img img {
        max-width: 60%;
    }
}


@media (max-width: 575px) {
    #clients .top-box {
        justify-content: center;
        column-gap: 20px;
    }
    #technology .box.box2 .end-box ul li {
        width: calc(100%);
    }
    #technology .box.box2 .end-box .box {
        max-width: 400px;
        margin: 0 auto;
    }
    /*  */
    #technology .box.box1 .img-box img {
        width: 100%;
        max-width: 200px !important;
    }
    #game .box.box2 .img-box img {
        max-width: 290px;
    }
    #video .img-box img {
        max-width: 100%;
        border-radius: 15px;
    }
    #technology .box.box1 .unity-box img {
        width: 100%;
        max-width: 80px !important;
    }
}


@media (max-width: 375px) {
    #header .logo-box img {
        max-width: 120px;
    }
    #header .button-box {
        margin-right: 10px;
    }
    h1 {
        font-size: 35px;
        line-height: 45px;
    }
    h2 {
        font-size: 22px;
        line-height: 32px;
    }
    h4 {
        font-size: 19px;
        line-height: 29px;
    }
    h5 {
        font-size: 17px;
        line-height: 27px;
    }
    h6 {
        font-size: 13px;
        line-height: 23px;
    }
    .mt3 {
        margin-top: 20px;
    }
    .btn.btn-green {
        font-size: 14px;
        padding: 15px 40px;
    }
    #process .box .left-box img {
        margin-left: -55px;
        min-width: 50px;
    }
    #process .box .right-box .content-box .img-box img {
        max-width: 80px;
    }
    #achievement .col-md-3 {
        max-width: 100%;
    }
    .accordion .accordion-button {
        font-size: 17px;
    }
    #footer .logo-box img {
        max-width: 120px;
    }
    /*  */
    #technology .box.box1 .img-box img {
        width: 100%;
        max-width: 170px !important;
    }
    #technology .box.box1 .unity-box img {
        width: 100%;
        max-width: 80px !important;
    }
    #game .box.box2 .img-box img {
        max-width: 270px;
    }
    #homeBanner .box.box2 .img-box img {
        max-width: 250px;
    }
    #video .img-box img {
        max-width: 100%;
        border-radius: 10px;
    }
}