:root {
    --theme-primary: #fff;
    --theme-secondary: #000;
}

@font-face {
    font-family: "font-heading";
    src: url(../Font/PierSans-Bold.otf);
}

@font-face {
    font-family: "font-text";
    src: url(../Font/PierSans-Light.otf);
}

@font-face {
    font-family: "font-text-reg";
    src: url(../Font/PierSans-Medium.otf);
}

body {
    margin: 0;
    padding: 0;
    font-family: "font-text";
    background: var(--theme-secondary);
    color: var(--theme-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "font-heading";
}

button,
button:focus,
.btn,
.btn:focus {
    outline: 0;
}

section {
    overflow: hidden;
}

.fw-600 {
    font-weight: 600;
}

.text-theme {
    color: var(--theme-primary);
}

.btn-theme {
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    border: 4px solid #f50623;
    padding: 25px 37px;
    margin-top: 30px;
    color: var(--theme-primary) !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.btn-theme:hover {
    background: #f50623;
    box-shadow: 0 0 8px -2px #f5062354;
}

.btn-theme:focus {
    box-shadow: 0 0 0 0.25rem #f5062354;
}

/* Back To Top */

#backToTop {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c2c2c96;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    box-shadow: 0 4px 10px 0px rgb(0 0 0 / 40%);
}

#backToTop i {
    color: #fff;
}

#backToTop:hover {
    cursor: pointer;
    background-color: var(--theme-secondary);
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

/* preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99999;
}

.preloader video {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Header */
.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    right: 0;
    background: #000;
    /* box-shadow: 0 9px 20px 15px #4f4f4f59; */
}

.main_header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 25px 50px;
    z-index: 999;
    display: flex;
    align-items: flex-start;
}

.main_header .navbar-brand {
    padding: 0;
}

.main_header .navbar-brand img{
    transition: all 0.3s ease-in-out;
}
.main_header.sticky img{
    height: 80px;
}

.btn-nav {
    border: 4px solid #fff;
    background: transparent;
    color: #fff !important;
    padding: 25px 40px !important;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.btn-nav:hover {
    background: #fff;
    color: #000 !important;
}

.main_header .main_nav .navbar-nav .nav-link:hover {
    color: #f0f0f0;
}

.main_header .main_nav .navbar-nav .nav-link i {
    transition: all 0.2s ease-in-out;
}

.main_header .main_nav .navbar-nav .nav-link:hover i {
    transform: scale(1.08);
}

/* Hero */
.hero {
    z-index: -1;
}

.hero video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.hero .content {
    position: absolute;
    z-index: 999;
    color: #fff;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .content h1 {
    font-size: 135px;
    line-height: 130px;
}

.hero .bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000073;
}

/* Visionaries */
.visionaries {
    padding: 150px 0;
}

.visionaries h2 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 50px;
}

.visionaries p {
    font-size: 18px;
    color: #7b7b7b;
    margin: 0;
    line-height: 25px;
    font-weight: 600;

}

/* Image Section */
.zoom-effect-container {
    position: relative;
    overflow: hidden;
}

.image-card {
    position: relative;
}

.image-card img {
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    width: 100%;
}

.image-card:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.image_sec {
    padding-bottom: 100px;
}

.image_sec .img_carousel .owl-nav .owl-prev,
.image_sec .img_carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    transition: all 0.3s ease-in-out;
    background: #000000d4;
    height: 80px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image_sec .img_carousel .owl-nav .owl-prev {
    left: 25px;
}

.image_sec .img_carousel .owl-nav .owl-next {
    right: 25px;
}

.image_sec .img_carousel .owl-nav .owl-prev span,
.image_sec .img_carousel .owl-nav .owl-next span {
    font-size: 36px;
}

.image_sec .img_carousel .owl-nav .owl-prev:hover,
.image_sec .img_carousel .owl-nav .owl-next:hover {
    background: var(--theme-secondary);
}

/* Video_production */
.video_production {
    padding: 100px;
}

.video_production h2 {
    font-size: 80px;
}

.Video_box {
    margin-bottom: 15px;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    cursor: pointer;
    overflow: hidden;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.Video_box:hover img {
    transform: scale(1.2) rotate(5deg);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

/* .video_thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 1;
} */
.Video_box .video_thumb h5 {
    position: absolute;
    bottom: 100px;
    z-index: 99;
    left: 45px;
    font-size: 37px;
    text-transform: capitalize;
    right: 0;
    color: white !important;
    transform: translateY(0%);
    opacity: 0;
    transition: all 0.4s ease;
}

.Video_box:hover .video_thumb h5 {
    font-size: 37px;
    transform: translateY(50%);
    opacity: 1;
}

.Video_box .video_thumb .bg {
    z-index: 9;
    background: linear-gradient(0deg, #1157a7c7 18%, transparent 78%);
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
}

.Video_box:hover .video_thumb .bg {
    opacity: 1;
    -webkit-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
}

.Video_box img {
    position: relative;
    width: 100%;
    transition: all 0.6s ease-in-out;
}

.Video_box a i {
    font-size: 32px;
    color: var(--theme-primary);
    border: 4px solid #fff;
    border-radius: 50%;
    height: 70px;
    padding-left: 5px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    text-decoration: none !important;
    z-index: 999;
}

.Video_box h3 {
    margin: 10px;
    padding: 30px 41px;
    font-size: 50px;
    line-height: 50px;
}

/* Showreel */
.showreel {
    background-image: url(../images/showreel.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 80vh;
    background-size: cover;
}

.showreel .showreel_content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.showreel .showreel_content h3 {
    font-size: 135px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.showreel .showreel_content a {
    text-decoration: none !important;
}

.showreel .showreel_content a i {

    color: var(--theme-primary);
    border: 4px solid #fff;
    border-radius: 50%;
    height: 65px;
    font-size: 30px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding-left: 3px;
}

/* brand_logos */
.brand_logos {
    padding: 100px;
}

.brand_logos img {

    margin: 10px 25px;
}

.magnific-img {
    display: inline-block;
    margin-bottom: 30px;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
    background: #000000ba;
    padding: 50px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* Projects */
.projects {
    padding: 0 0px 100px;
}

.projects h2 {
    font-size: 135px;
    margin-bottom: 50px;
}

.projects p {
    color: #7b7b7b;
    font-size: 19px;
    font-family: 'font-text-reg';
    line-height: 22px;
}

.project_main {
    padding: 100px 0px;
}

/* why_how */
.why_how {
    padding: 100px 80px;
}

.why_how .why_how_content {
    padding: 60px 140px 0 55px;
}

.why_how .why_how_content h2 {
    font-size: 80px;
    margin-bottom: 15px;
}

.why_how_content p {
    color: #9a9a9a;
    font-size: 18px;
    line-height: 27px;
    /* padding-right: 108px; */
    font-family: 'font-text';
    font-weight: 600;
}

/* Production */
.production {
    padding: 100px 50px 0;
    margin-bottom: 100px;
}

.production h2 {
    font-size: 135px;
    margin-bottom: 30px;
    padding-left: 200px;
    text-transform: capitalize;
}

.production p {
    color: #7b7b7b;
    padding-left: 200px;
    font-size: 21px;
    font-family: 'font-text';
    line-height: 24px;
    margin: 0;
}

.production .photography_box {
    background: #0f0f0f;
    padding: 115px 60px;
}

.production .photography_box h2,
.production .photography_box p {
    padding-left: 0px;
}

.production .photography_box h2 {
    font-size: 65px;
}

.production .flex-img img {
    height: 425px;
    object-fit: cover;
}

/* branding */
.branding {
    padding: 100px 0;
}

.branding h2 {
    font-size: 135px;
    margin-bottom: 30px;
    padding-left: 200px;
    text-transform: capitalize;
}

.branding p {
    color: #7b7b7b;
    padding-left: 200px;
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}

.branding .media_box {
    background: #1f1f1f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 380px;
    margin-bottom: 30px;
}

.branding .text_box {
    background: #0f0f0f;
    height: 250px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.branding .text_box p {
    padding-left: 0px;
    font-size: 14px;
}

.branding .exta_height {
    height: 675px;
}

/* Location */
.location {
    padding: 150px;
}

.location h2 {
    font-size: 135px;
    margin-bottom: 80px;
    padding-left: 150px;
    text-transform: capitalize;
}

.location .heading_box {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
}

.location .heading_box h4 {
    text-transform: capitalize;
    font-size: 80px;
    padding: 0 50px;
    line-height: 80px;
    margin: 0;
}

/* vision */
.vision {
    background-image: url(../images/vision.png);
    background-position: center;
    background-size: cover;

}

.vision h1 {
    font-size: 135px;
    margin-bottom: 60px;
    line-height: 135px;
}

.vision p {
    color: #b3b3b3;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
}

.vision .vision_box {
    padding: 150px 0;
}

/* Footer */
/* 
.footer_bottom{
    display: block;
} */

.footer_bottom_mobile {
    display: none;
}

.main_footer .social_links a {
    margin: 10px;
    font-size: 20px;
}

.main_footer img {
    height: 100px;
}

.main_footer .social_links a i {
    padding: 5px;
}

.main_footer p,
.main_footer a {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: white;
    margin: 0;
}

.main_footer p:hover,
.main_footer a:hover {
    color: #f50623;
}

.main_footer h6 {
    font-size: 14px;
    padding: 10px 0;
}

.main_footer h3 {
    font-size: 28px;
    text-transform: uppercase;
}

.brand_row {
    margin-top: 80px;
}

@media screen and (max-width: 600px) {
    .main_header {
        padding: 10px;
    }

    .main_header .navbar-brand img {
        height: 50px;
    }

    .brand_row {
        margin-top: 30px;
    }

    .hero .content h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .visionaries h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .video_production {
        padding: 0px;
    }

    .video_production h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .Video_box h3 {
        font-size: 28px;
        line-height: 30px;
        padding: 20px !important;
    }


    .showreel .showreel_content h3 {
        font-size: 36px;
        line-height: 36px;
    }

    .brand_logos {
        padding: 60px 40px;
    }

    .magnific-img {
        margin-bottom: 50px;
    }


    .why_how {
        padding: 0;
    }

    .why_how .why_how_content {
        padding: 50px 0px 0px;
    }

    .production {
        padding: 70px 0px;
    }

    .branding {
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .production h2 {
        font-size: 36px;
        padding-left: 0px;
    }

    .production p {
        padding-left: 0px;
    }

    .production .photography_box h2 {
        font-size: 38px;
    }

    .production .flex-img img {
        height: 590px;
    }

    .branding .text_box p small {
        font-size: 60%;
    }

    .branding h2,
    .branding p {
        padding-left: 0;
    }

    .location {
        padding: 70px 0;
    }

    .location h2 {
        padding-left: 0;
        font-size: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

    .location .heading_box h4 {
        font-size: 30px;
        line-height: 30px;
    }

    .location img {
        margin-bottom: 30px;
    }

    .vision {
        background-size: auto !important;
 
    }

    .main_header .main_nav .navbar-nav {
        padding-top: 50px;
    }

    .vision h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .visionaries {
        padding: 70px 0px;
    }

    .image_sec {
        padding-bottom: 5px;
    }

    .project_main {
        padding: 40px 0px;
    }

    .brand_logos {
        padding: 40px 30px;
    }

    .main_header .main_nav .navbar-nav {
        flex-direction: row-reverse;
        z-index: 999;
    }

    .navbar-light .navbar-toggler {
        border: 1px solid #fff;
        border-radius: 0;
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/toggle_button.png) !important;
        background-size: cover;
        background-position: center;
    }

    .projects h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .why_how .why_how_content h2 {
        font-size: 30px;
    }

    .production p {
        font-size: 18px;
        ;
        line-height: 22px;
    }

    .projects p {
        font-size: 15px;
    }

    .branding .text_box p {
        font-size: 24px;
        line-height: initial;
    }

    .vision p {
        font-size: 19px;
    }

    .production .photography_box {
        padding: 100px 25px;
        margin-bottom: 20px;
    }

    .footer_bottom {
        display: none;
    }

    .footer_bottom_mobile {
        display: block;
    }

    .man_img {
        height: 600px !important;
    }

    .production {
        margin-bottom: 0px !important;
    }

    .branding .text_box {
        height: 300px;
        padding: 0px 20px;
    }

    .brand_img_1 {
        height: 200px !important;
        width: 100%;
       
    }

    .branding .text_box p {
        font-size: 20px;
        line-height: initial;
    }
}

@media screen and (max-width: 900px) and (min-width: 601px) {
    .main_header .main_nav .navbar-nav {
        flex-direction: row-reverse;
        z-index: 999;
    }

    .hero .content h1 {
        font-size: 68px;
    }

    .brand_logos,
    .video_production {
        padding: 100px 40px;
    }

    .brand_logos img {
        margin: 0;
    }

    .why_how .why_how_content {
        padding: 50px 25px 0px;
    }

    .why_how .why_how_content h2 {
        font-size: 36px;
    }

    .production .flex-img img {
        height: 560px;
        object-fit: contain;
    }

    .production .photography_box h2 {
        font-size: 36px;
    }

    .production h2,
    .production p {
        padding-left: 0;
    }

    .branding .text_box p small {
        font-size: 60%;
    }

    .branding h2,
    .branding p {
        padding-left: 0;
    }

    .vision h1 {
        font-size: 72px;
    }

    .location {
        padding: 100px 0;
    }

    .Video_box h3 {
        font-size: 24px;
    }

    .navbar-light .navbar-toggler {
        border: 1px solid #fff;
        border-radius: 0;
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/toggle_button.png) !important;
        background-size: cover;
        background-position: center;
    }
}



.brand-5-img {
    margin-top: -30px;
    margin-left: -30px;
}

.brand_main_img {
    position: relative;
}

.brand_main_img .brand-1 {
    height: 380px;
    width: 100%;
    margin-top: 35px;
    position: relative;
}

.glass_cover_img {
    position: absolute;
    right: 0;
    top: -95px;
}

.tab_img {
    position: absolute;
    left: -115px;
    top: -15px;
}

.brand_img_1 {
    height: 460px;
    width: 100%;
}

.brand_img_2 {
    height: 460px;
    width: 100%;
}

.man_img {
    width: 100%;
    object-fit: cover;
    height: 1010px;
}

.media_box img {
    width: 200px;
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {
    .man_img {
        width: 100%;
        height: 1030px;
    }

    .tab_img {
        position: absolute;
        left: -115px;
        width: 500px;
        top: -15px;
    }

    .brand_main_img .brand-1 {
        height: 340px;
    }

    .glass_cover_img {
        position: absolute;
        right: 0;
        width: 620px;
        top: -40px;
    }

}

@media screen and (max-width: 1200px) and (min-width: 901px) {
    .brand_logos {
        padding: 100px 0px;
    }

    .location .heading_box h4 {
        font-size: 55px;
        padding: 0 50px;
        line-height: 55px;
    }

    .showreel .showreel_content h3 {
        font-size: 90px;
        line-height: 90px;
    }

    .branding h2 {
        padding-left: 100px;
    }

    .branding p {
        padding-left: 100px;
    }

    .why_how {
        padding: 100px 55px;
    }

    .why_how .why_how_content h2 {
        font-size: 55px;
    }

    .why_how .why_how_content {
        padding: 60px 70px 0 30px;
    }

    .production h2 {
        padding-left: 100px;
    }

    .production p {
        padding-left: 100px;
    }

    .brand_logos img {
        margin: 0;
    }

    .hero .content h1 {
        font-size: 90px;
        line-height: 90px;
    }

    .video_production {
        padding: 100px 50px;
    }

    .Video_box h3 {
        margin: 10px;
        padding: 30px 15px;
        font-size: 25px;
        line-height: 28px;
    }

    .magnific-img {
        display: inline-block;
        margin-bottom: 53px;

        object-fit: contain;
    }

    .production {
        padding: 95px 20px 0;
    }

    .production .photography_box {
        padding: 60px 60px;

    }

    .brand_img_1 {
        height: 345px;
    }

    .branding .media_box {
        height: 266px;
    }

    .brand_img_2 {
        height: 345px;
    }

    .brand_main_img .brand-1 {
        margin-top: 25px;
        height: auto;
    }

    .glass_cover_img {
        width: 445px;
    }

    .tab_img {
        width: 270px;
        left: 0;
    }

    .img_box img {
        height: 400px;
        object-fit: contain;
    }

    .location {
        padding: 100px 50px;
    }

    .vision h1 {
        font-size: 90px;
        line-height: 90px
    }

}

@media screen and (max-width: 900px) and (min-width: 601px) {
    .hero .content h1 {
        font-size: 65px;
        line-height: 65px;
    }

    .showreel .showreel_content h3 {
        font-size: 60px;
    }

    .visionaries h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .video_production h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .Video_box h3 {
        font-size: 28px;
        line-height: 35px;
        padding: 30px 20px;
    }

    .production h2 {
        font-size: 60px;
    }

    .branding h2 {
        font-size: 60px;

    }

    .location h2 {
        font-size: 60px;
        line-height: 60px;
        padding-left: 0;
        text-align: center;
    }

    .location .heading_box h4 {
        font-size: 28px;
        line-height: 28px;
    }

    .projects h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .magnific-img {
        display: inline-block;
        margin-bottom: 60px;
        width: 232px;

        object-fit: contain;
    }

    .production .photography_box {
        padding: 35px 20px;
    }

    .production {
        padding: 80px 0px;
    }

    .production .flex-img img {
        height: 340px;
    }

    .branding .text_box p {
        font-size: 28px;
        line-height: 24px;
    }

    .img_box img {
        height: 400px;
        object-fit: contain;
    }

    .brand_img_1 {
        height: 300px;
        width: 100%;
    }

    .brand_img_2 {
        height: 300px;
        width: 100%;
    }

    .brand_main_img .brand-1 {
        margin-top: 25px;
        height: auto;
    }

    .glass_cover_img {
        width: 445px;
    }

    .tab_img {
        width: 270px;
        left: 0;
    }

    .location .heading_box h4 {
        font-size: 30px;
    }

    .Video_box .video_thumb h5 {
        font-size: 20px;
        bottom: 41px;
        z-index: 99;
        left: 25px;
    }

    .Video_box:hover .video_thumb h5 {
        font-size: 20px;
    }

    .why_how {
        padding: 100px 0px;
    }

    .vision h1 {
        font-size: 60px;
        line-height: initial;
    }
}

@media screen and (max-width: 600px) {
    .brand_logos img {
        margin: 0;
    }

    .showreel {
        margin-bottom: 60px;
    }

    .branding h2 {
        font-size: 36px;
    }

    .brand_main_img .brand-1 {
        margin-top: 25px;
        height: auto;
    }

    .glass_cover_img {
        width: 220px;
        right: 0;
        top: -30px;
    }

    .tab_img {
        width: 170px;
        left: 0;
    }

}