/* responsive ******************************************************************************/
@media (max-width: 1599px) {

}
/* responsive ******************************************************************************/
@media (max-width: 1499px) {
    #teams .teams-box .info h6 {
        font-size: 27px;
    }
    #teams .teams-box .img-box {
        margin-right: 0px;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 1399px) {
    .contact-us #contact-form .details {
        width: 90%;
    }

}
/* responsive ******************************************************************************/
@media (max-width: 1299px) {
    h1 {
        font-size: 70px;
    }
    .big-heading h2 {
        font-size: 80px;
    }
    #film .film-box .row .col-lg-6 {
        width: 50%;
    }
    
    .contact-us #contact-form .details .img-box {
        height: 100%;
    }
    .contact-us #contact-form .img-box img {
        height: 100%;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 1199px) {
    h1 {
        font-size: 60px;
    }
    #header .main-nav nav ul li a {
        font-size: 16px;
    }
    #header .main-nav nav ul li {
        margin-right: 10px;
    }
    #teams .teams-box .info h6 {
        font-size: 23px;
    }
    #form .form-box iframe {
        height: 300px;
    }
    #footer .mid-box .link-box ul {
        column-gap: 18px;
    }
    #feature .feature-box .boxes {
        padding: 30px 20px;
    }
    #feature .feature-box .boxes .title h5 {
        font-size: 20px;
    }
    #feature .feature-box .boxes .title img {
        max-width: 25px;
    }
    #other .other-box .boxes .text h6 {
        font-size: 20px;
    }
    .contact-us #contact-form .details {
        width: 100%;
    }
    .small-heading {
        margin-top: 0px;
    }
   
    
}
/* responsive ******************************************************************************/
@media (max-width: 1080px) {
    .big-heading h2 {
        font-size: 70px;
    }
    #form .form-box .boxes {
        column-gap: 10px;
    }
    #footer .mid-box .box.box1 {
        width: 100%;
    }
    #footer form#searchform {
        width: 70%;
    }
    #feature .feature-box .boxes {
        padding: 30px 10px;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 991px) {
    h1 {
        font-size: 50px;
    }
    .row {
        row-gap: 30px;
    }

    .big-heading h2 {
        text-align: center;
    }
    .small-heading h5 {
        text-align: center;
    }
    

/* header responsive */
#header .main-nav nav {
    position: fixed;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100vh;
    background: var(--black-101010);
    opacity: 0;
    visibility: hidden;
    transition: .5s all ease-in-out;
    z-index: 111;
    padding-top: 60px;
}
#header .main-nav nav.show {
    left: 0;
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
}
#header .main-nav nav ul li {
    display: block;
    text-align: left;
    padding: 5px 10px;
}
#header .main-nav .click-menu,
#header .main-nav .cancel-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#header .main-nav .cancel-menu {
    position: fixed;
    top: 20px;
    left: -100%;
    max-width: 30px;
    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% - 50px);
}
#header .main-nav {
    flex-direction: row-reverse;
}
#form .form-box .row {
    row-gap: 30px;
}
.input-group {
    padding-bottom: 0px;
}
#footer .mid-box .row {
    row-gap: 30px;
}
#footer .mid-box h5 {
    margin-bottom: 20px;
}
#footer .top-box .search-box {
    justify-content: center;
}
#footer .top-box .logo-box {
    display: flex;
    justify-content: center;
}
#help .help-box .text {
    width: 90%;
}
#help .help-part {
    padding: 40px 0;
}
#who .who-box .img-box {
    justify-content: center;
}
#film .film-box  .img-box {
    justify-content: center;
}
#detail .detail-box .form-box  .input-group {
    width: 100%;
}
#film .film-box .row .col-lg-6 {
    width: unset;
}
#film .film-box .row {
    justify-content: center;
}
.agency-inner #film .film-box .row:nth-child(even) {
    flex-direction: column-reverse;
}
.contact-us #contact-form .img-box img {
    max-height: 550px;
    object-fit: cover;
    object-position: top;
}

.agency-inner #film .film-box .row:not(:last-child) {
    margin-bottom: 30px;
}



}
/* responsive ******************************************************************************/
@media (max-width: 767px) {
    
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none !important;
    }
    br {
        display: none;
    }
    /* h1 {
        font-size: 60px;
    } */
   
    .bg {
        padding: 40px 0px 40px;
    }
    #header .header-part {
        padding: 0px 10px;
    }
    #header .logo-box img {
        max-width: 140px;
    }
    
    .small-heading h5 {
        font-size: 25px !important;
    }
   
    
    .text-red {
        font-size: 25px;
    }

    .small-heading h5:after {
        width: 35px;
    }
    #about .about-part.bg {
        padding: 40px 10px 0;
    }
    #teams .teams-box .info h6 {
        font-size: 20px;
    }
    #form .form-box iframe {
        height: 250px;
    }
    #form .form-box .boxes img {
        width: 20px;
    }
    #footer .top-box  input[type=text] {
        font-size: 15px;
    }
    #help .help-box .text {
        width: 100%;
    }
    #innerBanner .innerBanner-part {
        padding: 13% 0px;
    }
    #who .who-box .numbers .first h3 {
        font-size: 45px;
    }
    #who .who-box .numbers .first p {
        font-size: 14px;
    }
    .contact-us #contact-form .img-box img {
        max-height: 450px;
    }
    .big-heading h2 {
        font-size: 60px;
    }
    #social-detail .boxes .title {
        margin-bottom: 10px;
    }
    #social-detail .boxes {
        padding: 20px 18px;
    }

}
/* responsive ******************************************************************************/
@media (max-width: 575px) {
    p {
        font-size: 16px;
    }
    h1 {
        font-size: 45px;
    }
    .btn-common {
        font-size: 16px;
        padding: 14px 40px;
    }
    #footer .top-box  input[type=text] {
        /* background-position: 2%; */
        padding: 10px 10px 10px 15px;
    }
    #footer .top-box .submit-btn {
        padding: 10px 20px;
    }
    #feature .feature-box .text-box .text p {
        font-size: 18px;
    }
    #who .who-box .text-box .text p:first-child {
        font-size: 18px;
    }
    /* .ad-film1 #film .small-heading h5:after, .animation #film .small-heading h5:after, .short-film #film .small-heading h5:after, .album #film .small-heading h5:after, .features  #film .small-heading h5:after, .production #film .small-heading h5:after, .agency #film .small-heading h5:after  {
        display: none;
    } */
    #work .work-part .nav-pills {
        column-gap: 6px;
        font-size: 13px;
    }
    
}
/* responsive ******************************************************************************/
@media (max-width: 479px) {
    h1 {
        font-size: 38px;
    }
    .small-heading h5 {
        font-size: 22px !important;
    }
    .text-red {
        font-size: 20px;
    }
    #form .form-box iframe {
        height: 100%;
    }
    #who .who-box .numbers .first h3 {
        font-size: 35px;
    }
    #who .who-box .numbers .first p {
        font-size: 12px;
    }
    #work .work-part .boxes {
        grid-template-columns: repeat(auto-fit, minmax(270px, 1fr) );
        row-gap: 25px;
    }
    .contact-us #contact-form .img-box img {
        max-height: 250px;
    }
    .contact-us #contact-form  .form-box {
        margin: 10px 10px 20px;
    }
    .big-heading h2 {
        font-size: 42px;
    }
    /* .small-heading h5::after {
        display: none;
    } */
    #other .other-box .boxes .text h6 {
        font-size: 17px;
    }

    #header .logo-box img {
        max-width: 120px;
    }
    #footer .top-box .logo-box img {
        max-width: 150px;
        margin-bottom: 0px;
    }
    #footer .top-box .submit-btn {
        padding: 10px 8px;
        font-size: 13px;
    }
    
}
/* responsive ******************************************************************************/
@media (max-width: 375px) {
    h1 {
        font-size: 32px;
    }
    #work .work-part .nav-pills {
        column-gap: 5px;
        font-size: 10px;
    }
}
/* responsive ******************************************************************************/
@media (max-width: 320px) {
    #work .work-part .nav-pills .nav-link {
        padding: 10px 14px;
    }
    .big-heading h2 {
        font-size: 38px;
    }
    .small-heading h5 {
        font-size: 20px !important;
    }
}