@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;

}

body,
html {
    cursor: none;
    /* Hide default mouse pointer */
}



.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm22 {
    width: 55%;
    float: left;
    margin: 0%;
}

.col_sm22_1 {
    width: 55%;
    float: right;
    margin: 0%;
}

.col_sm2-2 {
    width: 47%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}


.col_sm5 {
    width: 20%;
    margin: 1%;
    float: left;
}

.col_sm52 {
    width: 22%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 30.2%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm9 {
    width: 16%;
    float: left;
    margin: 1%;
}


.col_sm999 {
    width: 11%;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.top {
    width: 98%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 85%;
    margin: 0 auto;
}

.top3 {
    width: 95%;
    margin: 0 auto;
}

.logo {
    width: 200px;
    float: left;
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 2% 0%;
}



.img {
    width: 100%;
}

.logo_img {
    width: 100%;
}

.bg_clr222 {
    background: white;
}

.footer-icon {
    text-align: center;
    margin-top: -23%;
}


/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    right: 1%;
    bottom: 2.5%;
    transition-duration: 1s;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
    background-color: #004688;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    background-color: #3f3f3f;
}



/*------------------------------------------
footer
------------------------------------------*/
.ftr {
    background-color: #000;
}

.ftr-img {
    width: 41%;
}

.ftr h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: "Space Grotesk", sans-serif;
    color: #fff !important;
}

.ftr p {
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}

.ftr_btn h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: "Space Grotesk", sans-serif;
    color: #fff !important;
}

.ftr_btn p {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    margin: 0 !important;
}

.ftr_btn a {
    color: #fff;
}

.ftr_flex {
    display: flex;
    gap: 26px;
    justify-content: center;
}


.ftr a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.ftr a:hover {
    color: #a2228d;
}


.ftr_right {
    text-align: right;
}

.fa-brands {
    font-size: 14px;
}

.fa-whatsapp {
    font-size: 35px;
}


.footer ul li {
    list-style: none;
}

.footer ul li a {
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}

.ftr_btn {
    background: #a2228d;
}


/*------------------------------------------
Main Code 
------------------------------------------*/
.slide-img {
    display: flex;
    position: relative;
}

.image1 {
    position: relative;
}

.image2 {
    position: absolute;
    bottom: 0%;
    right: -7%;
    width: 44%;
}

.image2 img {
    border: 11px solid #fff;
    border-radius: 50%;
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 132%;
    object-fit: cover;
    z-index: -1;
}


.video-background iframe {
    width: 100vw;
    height: 56.25vw;
    /* Maintain 16:9 aspect ratio */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Maintain 16:9 aspect ratio */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* disable interaction */
}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(16 120 203 / 26%);
}

.banner .top2 {
    position: relative;
    z-index: 3;
    color: white;
}


.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.video-background iframe {
    width: 100vw;
    height: 56.25vw;
    /* Maintain 16:9 aspect ratio */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Maintain 16:9 aspect ratio */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* disable interaction */
}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.26);
}


.content {
    position: absolute;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content h2 {
    font-family: "Space Grotesk", sans-serif;
    color: white;
    font-size: 65px;
    font-weight: 900;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: center;

}

.content p {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Space Grotesk", sans-serif;
    line-height: 140%;
    margin: 0;
    text-align: center;
}


.get-touch {
    text-align: center;
    margin-top: 2%;
}

.get-touch a {
    background: #ed1651;
    padding: 14px 22px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Space Grotesk", sans-serif;
    line-height: 140%;
    margin: 0;
    text-align: center;
    transition: all 0.5s ease-in-out;
}


.get-touch a:hover {
    background: #002551;
}


.video-gallery span {
    position: absolute;
    top: 29%;
    left: 42%;
}

.video-gallery {
    position: relative;
}

.img-fluid {
    width: 100%;
}

.video-gallery {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.video-gallery img {
    display: block;
    width: 100%;
    height: auto;
}

.video-gallery span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.play-icon-main {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 44%;
    left: 44%;
    background: #fff;
    padding: 3%;
    border-radius: 50%;

}

.play-icon {
    width: 20px !important;

}

.yt-video-background {
    margin-top: -9%;
    background: #002652;
    position: relative;
    z-index: 9;
    padding: 3% 4%;
}

.yt-video-background h2 {
    font-family: "Space Grotesk", sans-serif;
    color: white;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 2%;
}

.yt-video-background .shape {
    position: absolute;
    left: 1%;
    top: 15%;
}

.about-flex {
    display: flex;
    margin-top: 4%;
}

.serivces-flex {
    display: flex;
}

.img-box1 {
    width: 75%;
    rotate: -12deg;
}

.img-box2 {
    width: 60%;
    z-index: 9;
    margin-top: -6%;

}

.about-us {
    padding: 60px 0;
    position: relative;
}


.about-us .shape1 {
    position: absolute;
    bottom: 6%;
    z-index: -9;
    left: 5%;
    opacity: 0.3;
    width: 21%;
}

.about-us .shape2 {
    position: absolute;
    bottom: 6%;
    z-index: -9;
    left: 16%;
    opacity: 0.1;
    width: 38%;
}

.about-us .shape3 {
    position: absolute;
    bottom: 3%;
    z-index: -9;
    left: 6%;
    width: 13%;
    rotate: 47deg;
}

.about-us .shape4 {
    position: absolute;
    bottom: 23%;
    left: 32%;
    z-index: -9;
}

.shape5 {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: -9;
}

.about-us .shape5 {
    position: absolute;
    top: -56px;
    right: -26%;
    width: 56%;
}

.about-us h2 {
    font-family: "Space Grotesk", sans-serif;
    color: #000;
    font-weight: 900;
    line-height: 140%;
    padding: 0;
    text-align: left;
    font-size: 40px;
    margin: 2% 0;
}

.about-us p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
    line-height: 160%;
    margin: 0;
    text-align: justify;
}

.about-btn {
    margin-top: 4%;
}

.about-btn a {
    background: #ed1651;
    padding: 14px 22px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Space Grotesk", sans-serif;
    line-height: 140%;
    margin: 0;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.about-btn a:hover {
    background: #002551;
}

.our-services {
    padding: 90px 0;
    position: relative;
    background: #002652;
}

.our-services h2 {
    font-family: "Space Grotesk", sans-serif;
    color: #fff;
    font-weight: 900;
    line-height: 140%;
    padding: 0;
    text-align: center;
    font-size: 40px;
    margin-bottom: 1%;
}

.our-services p {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
    line-height: 160%;
    margin: 0;
    text-align: center;
}

.mrg-top {
    margin-top: 10%;
}

.services-sub {
    transition: all 0.5s ease;
    border: 5px solid transparent;
    margin-bottom: -13%;
    margin-top: 3%;
}

.services-sub:hover {
    border: 5px solid #a3238e;
}

/* Container for image */
.movie-image {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

/* Image */
.movie-image img {
    width: 100%;
    height: 43vh;
    object-fit: cover;
    transform: scale3d(1.05, 1.05, 1.05);
    transition: all 0.5s ease;
}

/* Gradient overlay */
.movie-image::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 40%);
    pointer-events: none;
}

/* Zoom effect */
.services-sub:hover .movie-image img {
    transform: scale3d(1.15, 1.15, 1.15);
}

/* Text & Button container */
.movie-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
}

.movie-title {
    font-family: "Space Grotesk", sans-serif;
    color: #fff;
    font-weight: 900;
    line-height: 140%;
    padding: 0;
    text-align: left;
    font-size: 22px;
    margin-bottom: 5%;
}

.btn {
    display: inline-block;
    padding: 8px 15px;
    background: #fff;
    color: #a3238e;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.5s ease;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
    line-height: 160%;
    margin: 0;
    text-align: center;
}

.main-row1 {
    margin-bottom: 1%;
}


.main-row2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11%;

}

.services-sub:hover .btn {
    background: #a3238e;
    color: #fff;
}

.client h2 {
    font-family: "Space Grotesk", sans-serif;
    color: #f58220;
    font-weight: 900;
    line-height: 140%;
    padding: 0;
    text-align: center;
    font-size: 40px;
}

.client p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
    line-height: 160%;
    margin: 0;
    text-align: center;
}

.client h3 {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
    line-height: 160%;
    margin: 0;
    text-align: center;
}


.client-logo img {
    border: 1px solid #ccc;
}


.inner-banner {
    position: relative;
}


.inner-banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.inner-banner-content h3 {
    font-family: "Space Grotesk", sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 140%;
    padding: 0;
    text-align: center;
    font-size: 16px;
    margin: 2% 0;
}


.inner-banner-content h1 {
    font-family: "Space Grotesk", sans-serif;
    color: #000;
    font-weight: 900;
    line-height: 140%;
    padding: 0;
    text-align: center;
    font-size: 40px;
    margin: 2% 0;
}

.inner-banner-content a {
    color: #000;
}

.movie {
    transition: all 0.5s ease;
    border: 5px solid transparent;
}


.movie:hover {
    border: 5px solid #a3238e;
}


/* Container for image */
.movie-image2 {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

/* Image */
.movie-image2 img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transform: scale3d(1.05, 1.05, 1.05);
    transition: all 0.5s ease;
}

/* Gradient overlay */
.movie-image2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Zoom effect */
.movie:hover .movie-image2 img {
    transform: scale3d(1.15, 1.15, 1.15);
}

/*------------------------------------------------------*/
/* Container for image */
.movie-image3 {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

/* Image */
.movie-image3 img {
    width: 100%;
    /*height: 420px;*/
    object-fit: cover;
    /* transform: scale3d(1.05, 1.05, 1.05); */
    transition: all 0.5s ease;
}

/* Gradient overlay */
.movie-image3::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Zoom effect */
.movie:hover .movie-image3 img {
    transform: scale3d(1.15, 1.15, 1.15);
}



.movie-image4 {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}

/* Image */
.movie-image4 img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transform: scale3d(1.05, 1.05, 1.05);
    transition: all 0.5s ease;
}

/* Gradient overlay */
.movie-image4::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Zoom effect */
.movie:hover .movie-image4 img {
    transform: scale3d(1.15, 1.15, 1.15);
}

/*-------------------------------------------------------*/

.contact h1 {
    font-size: 25px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    color: #000 !important;
    margin: 0 1% !important;
    border-left: 4px solid #df0210;
    padding-left: 9px;
}

.contact h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    font-weight: 600 !important;
    font-family: "Space Grotesk", sans-serif;
    color: #000 !important;
    padding: 12px;
}


.contact h2 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    font-weight: 600 !important;
    font-family: "Space Grotesk", sans-serif;
    color: #000 !important;
    padding: 12px;
}

.contact p {
    padding: 0 12px 12px 12px;
    font-size: 18px;
    line-height: 140%;
    color: #000;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
}

.contact a {
    font-size: 18px;
    line-height: 140%;
    color: #000;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
}

.box {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px;
    min-height: 141px;
}

.box-sub {
    position: absolute;
    background-image: url(../images/background-contact-info-1.png);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    /* background layer */
    opacity: 0.05;
    background-position: center right;
    background-size: auto;
    background-repeat: no-repeat;
}

.box-content {
    position: relative;
    z-index: 2;
    /* text comes above */
}



.bullet ul {
    list-style-image: url(../images/bullet.png);
    margin-left: 31px;
    padding: 0;
}

.bullet ul li {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
    line-height: 160%;
    margin: 0;
    text-align: justify;
}


.flex_img2 {
    display: flex;
    gap: 34px;
}

.flex_img2 .border-design {
    border-radius: 5px 200px 5px 200px !important;

}


.flex_img2 .border-design2 {
    border-radius: 200px 5px 200px 5px !important;
    height: 85%;

}


.flex_img2 .mrg_img {
    margin-top: 92px !important;
}


/* Shine Animation */

.shine {
    overflow: hidden;
    padding: 0;
    /* float: left; */
    border-radius: 30px;
    position: relative;
    margin: 0px 0% 0 0 !important;
}

.shine img {
    transition-duration: 1s;
    margin: 0 auto;
    display: block;
    transform: scale(1.1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}

.shine:hover img {
    transform: scale(1);
    z-index: 0;
}

.shine::before {
    content: '';
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fdfdfd5c, transparent);
    transform: skewY(0deg);
    z-index: 1;
}

.shine:hover::before {
    animation: shine 1s;
}

@keyframes shine {
    0% {
        top: -100%;
    }

    100% {
        top: 100%;
    }
}


.services {
    padding: 30px 0;
    position: relative;
}



.services h2 {
    font-family: "Space Grotesk", sans-serif;
    color: #000;
    font-weight: 900;
    line-height: 140%;
    padding: 0;
    text-align: left;
    font-size: 34px;
    margin: 2% 0;
}

.services p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
    line-height: 160%;
    margin: 0;
    text-align: justify;
}

.services .shape1 {
    position: absolute;
    bottom: 6%;
    z-index: -9;
    left: 5%;
    opacity: 0.3;
    width: 21%;
}

.services .shape2 {
    position: absolute;
    bottom: 6%;
    z-index: -9;
    left: 16%;
    opacity: 0.1;
    width: 38%;
}

.services .shape3 {
    position: absolute;
    bottom: 3%;
    z-index: -9;
    left: 6%;
    width: 13%;
    rotate: 47deg;
}

.services .shape4 {
    position: absolute;
    bottom: 20%;
    left: 32%;
    z-index: -9;
}

.services .shape5 {
    position: absolute;
    top: -56px;
    right: -26%;
    width: 56%;
}


.blue-background {
    background: #002652;
}

.social-flex {
    display: flex;
    align-items: center;
    gap: 17px;
}

.fa-brands {
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}


.fa-brands:hover {
    color: #a2228d;
}

.who-we-are {
    padding: 3% 0;
}

.who-we-are h2 {
    font-family: "Space Grotesk", sans-serif;
    color: #ed1651;
    font-weight: 900;
    line-height: 140%;
    padding: 0;
    text-align: center;
    font-size: 40px;
}

.who-we-are p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
    line-height: 160%;
    margin: 0;
    text-align: center;
}

.who-we-are h3 {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
    line-height: 160%;
    margin: 0;
    text-align: center;
}


.why-choose-us-bg {
    position: relative;
    overflow: hidden;
    padding: 60px 30px;
    background-color: #f58220;
}

.why-choose-us-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-image: url(../images/background-feedback-home-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    opacity: 0.3;
    mix-blend-mode: screen;

    z-index: 0;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.why-choose-us-bg>* {
    position: relative;
    z-index: 1;
}



.why-choose-us h2 {
    font-family: "Space Grotesk", sans-serif;
    color: #fff;
    font-weight: 900;
    line-height: 140%;
    padding: 0;
    text-align: center;
    font-size: 40px;
}


.why-choose-sub {
    background: #002652;
    text-align: center;
    padding: 2% 0;
}

.why-choose-sub img {
    width: 20%;
}

.why-choose-sub h2 {
    font-size: 21px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-family: "Space Grotesk", sans-serif;
    line-height: 160%;
    margin: 0;
    text-align: center;
}

.why-choose-sub h3 {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-family: "Space Grotesk", sans-serif;
    line-height: 160%;
    margin: 0;
    text-align: center;
}

.why-choose-sub p {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
    line-height: 160%;
    margin: 0;
    text-align: center;
    padding: 10px;
}


.why-choose-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 9999999999999999999999999999;
    pointer-events: none;
}

.cursor div {
    position: absolute;
    display: grid;
    place-items: center;
}

.cursor div div {
    border: 1px solid #a3238e;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
    box-shadow: 0 0 50px 5px #d7abff6e;
}

.cursor div:nth-child(1),
.cursor div:nth-child(2) {
    width: 100%;
    height: 100%;
}

.cursor div:nth-child(1) {
    transition: transform 0.2s ease-out;
}

.cursor div:nth-child(2) {
    transition: transform 0.1s ease-out;
}

.cursor div:nth-child(2) div {
    background: #a3238e;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

.movie-banner {
    overflow: hidden;
    height: 70vh;
    position: relative;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    animation: bannerZoom 10s ease-in-out forwards;
}

@keyframes bannerZoom {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.services-flex {
    display: flex;
    flex-wrap: wrap;
}

.services-box img {
    height: 400px;
    object-fit: cover;
}

.services-box2 img {
    /* height: 214px; */
    height: 100%;
    object-fit: cover;
}


.services-box h2 {
    font-family: "Space Grotesk", sans-serif;
    color: #fff;
    font-weight: 900;
    line-height: 140%;
    padding: 0;
    margin: 1%;
    text-align: left;
    font-size: 38px;
    /* padding: 8% 0 0 4%; */

}

.services-box p {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
    line-height: 160%;
    margin: 1%;
    text-align: justify;

    /* padding: 0 4% 4% 4%; */
}

/*-------------------------------------------------------------------*/
.services-box2 img {
    /*height: 400px;*/
    object-fit: cover;
}




.services-box2 h2 {

    font-family: "Space Grotesk", sans-serif;
    color: #fff;
    font-weight: 900;
    line-height: 140%;
    padding: 0;
    text-align: left;
    font-size: 38px;
    margin: 1%;
    /* padding: 8% 0 0 4%; */

}

.margin-img-left {
    margin-left: 45px;
}

.dis-flx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dis-flx1 {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-box2 p {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
    line-height: 160%;
    margin: 1%;
    text-align: justify;
    /* padding: 0 4% 4% 4%; */
}

/*--------------------------------------------------------------------*/

.production h2 {
    color: #ee235b !important;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 900;
    line-height: 140%;
    padding: 0;
    text-align: left;
    font-size: 38px;
    margin: 1%;
}

.production p {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
    line-height: 160%;
    margin: 1%;
    text-align: justify;
}


.production {
    background-image: url(../images/productions.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    /* width: 98%; */
    position: relative;
    /* required for overlay */
    /* display: flex; */
    align-items: center;
    /* vertically center content */
    /* padding-left: 38px; */
    /* content on left */
}


/* Content wrapper */
.production .zoomin {
    position: relative;
    z-index: 2;
    /* above overlay */
    color: #fff;
    text-align: left;
}

.syndication h2 {
    color: #f58220 !important;
}


.syndication {
    background-image: url(../images/syndication.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    background-attachment: fixed;


    /* display: flex; */

    /* padding-left: 38px; */
    justify-content: end;
}

/* Content wrapper */
.syndication .zoomin {
    position: relative;
    z-index: 2;
    /* above overlay */
    color: #fff;
    text-align: left;
}

.rental h2 {
    color: #ffc20e !important;
}


.rental {
    background-image: url(../images/rental.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    /* width: 98%; */
    position: relative;
    /* required for overlay */
    /* display: flex; */
    align-items: center;
    /* vertically center content */
    /* padding-left: 38px; */
    /* content on left */
}


/* Content wrapper */
.rental .zoomin {
    position: relative;
    z-index: 2;
    /* above overlay */
    color: #fff;
    text-align: left;
}


.dubbing h2 {
    color: #e505c0 !important;
}


.dubbing {
    background-image: url(../images/dubbing.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    /* width: 98%; */
    position: relative;
    /* required for overlay */
    /* display: flex; */
    align-items: center;
    /* vertically center content */
    /* padding-left: 38px; */
    /* content on left */

    justify-content: end;
}

.dubbing-w {
    width: 100%;
}


/* Content wrapper */
.dubbing .zoomin {
    position: relative;
    z-index: 2;
    /* above overlay */
    color: #fff;
    text-align: left;
}

.animation h2 {
    color: #ff7500 !important;
}

.animation {
    background-image: url(../images/animation.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
    position: relative;
    align-items: center;
}


/* Content wrapper */
.animation .zoomin {
    position: relative;
    z-index: 2;
    /* above overlay */
    color: #fff;
    text-align: left;
}

.movie-image2,
.movie-image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-box {
    position: relative;
    overflow: hidden;
}

.video-box .play-icon-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}


.movie-image2 {
    height: 450px;
}

.rental-width {
    width: 100%;
}

.rental-width p {
    padding-right: 44% !important;
}

.margin-img-left-rental {
    margin-left: 40px;
}

.movie-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 ratio */
    overflow: hidden;
    border-radius: 12px;
}

.movie-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Optional zoom effect */
.zoomin {
    transition: transform 0.4s ease;
}

.zoomin:hover {
    transform: scale(1.05);
}

/* Flex layout safety */
.dis-flx {
    display: flex;
    /* gap: 20px; */
}


.col_sm3_3 {
    width: 30%;
    float: left;
    margin: 1%;
}



/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1600px) {}

@media only screen and (max-width :1500px) {
    .image2 {
        right: 4%;
    }
}

@media only screen and (max-width :1400px) {



    .col_sm999 {
        width: 16%;
    }

    .top2 {
        width: 90%;
    }
}

@media only screen and (max-width :1300px) {
    .dis-flx {
        flex-wrap: wrap;
    }

    .col_sm9 {
        width: 27%;
        float: left;
        margin: 1%;
    }

    .top2 {
        width: 96%;
    }

    .top3 {
        width: 95%;
    }
}



@media only screen and (max-width :1200px) {
    .margin-img-left-rental {
        margin-left: 31px;
    }

    .col_sm999 {
        width: 21%;
    }



    .col_sm44 {
        width: 30%;
    }

    .movie-image img {
        height: 500px;
    }

}

@media screen and (max-width: 1100px) {
    .masonry {
        column-count: 3;
    }
}

@media only screen and (max-width :1000px) {

    .margin-img-left-rental {
        margin-left: 10px;
    }


    .col_sm999 {
        width: 30%;
    }

    .box {
        min-height: 167px;
    }


    .col_sm44 {
        width: 98%;
    }

    .row1 {
        margin-top: 15%;
    }


    .row2 {
        margin-top: 15%;
    }

    .main-row2 {
        flex-wrap: wrap;
    }

    .about-flex {
        display: none;
    }

    .col_sm2 {
        width: 98%;
    }

    .about-us .shape5 {
        top: -28%;
        right: -4%;
        width: 42%;
    }

    .col_sm52 {
        width: 98%;
        margin: 1%;
        float: left;
    }

}


@media only screen and (max-width:960px) {

    .col_sm3_3 {
        width: 45%;
    }

    .col_sm999 {
        width: 45%;
    }






    .margin-img-left-rental {
        margin-left: 20px;
    }

    .rental-width p {
        padding-right: 4% !important;
    }

    .dis-flx {
        justify-content: center;
    }

    .col_sm9 {
        width: 44%;
    }

    .production {


        padding-left: 0px;
    }

    .col_sm2-2 {
        width: 98%;
        float: left;
        margin: 1%;
    }


    .col_sm5 {
        width: 41%;
    }


    .margin-img-left {
        margin-left: 0px;
    }

    .col_sm22_1 {
        width: 100%;
    }

    .row1 {
        margin-top: 20%;
    }


    .row2 {
        margin-top: 20%;
    }

    .main-row2 {
        margin-top: 17%;
    }


    .col_sm22 {
        width: 100%;
        float: left;
        margin: 0%;
    }

    .services-sub {
        margin-bottom: -16%;
    }

    .mrg-top {
        margin-top: 15%;
    }

    .services-box {
        flex-wrap: wrap;
    }

    .services-box2 {
        flex-wrap: wrap;
    }

    .navbarrr {
        width: 100%;
        margin-top: -7%;
    }

    .inner-banner img {
        height: 39vh;
        object-fit: cover;
    }

}

@media only screen and (max-width:800px) {
    .box {
        min-height: 193px;
    }

    .col_sm3 {
        width: 96%;
    }

    #contactForm textarea {
        width: 96%;
        margin: 0.5% 2.4%;
    }


    .masonry {
        column-count: 2;
    }

    .col_sm4 {
        width: 48%;
    }
}


@media only screen and (max-width : 700px) {

    .col_sm3_3 {
        width: 97%;
    }


    #contactForm input[type="text"],
    #contactForm input[type="email"],
    #contactForm input[type="url"],
    #contactForm textarea {
        width: 95% !important;
    }

    .col_sm3 {
        width: 99%;
    }

}

@media only screen and (max-width:600px) {
    .col_sm999 {
        width: 90%;
    }

    .col_sm9 {
        width: 90%;
    }


    .ftr_right {
        text-align: left;
    }

    .col_sm4 {
        width: 98%;
    }

    .about-us .shape5 {
        width: 68%;
    }

    .yt-video-background .shape {
        display: none;
    }

    .swiper-slide {
        height: 40vh;
    }

    .banner {
        height: 40vh;
    }

    .col_sm44 {
        width: 96%;
    }

    .services-sub {
        margin-bottom: 0%;
    }

    .row2 {
        margin-top: 2vh;
    }
}

@media only screen and (max-width:500px) {
    .masonry {
        column-count: 1;
        column-gap: 0;
    }


    .main-row2 {
        margin-top: 0%;
    }

    .row1 {
        margin-top: 0%;
    }

    .row2 {
        margin-top: 0vh;
    }
}


@media only screen and (max-width:400px) {
    .flex_img2 .border-design {
        border-radius: 5px 320px 5px 193px !important;
    }

    .flex_img2 .border-design2 {
        border-radius: 205px 5px 187px 5px !important;
        height: 76%;
    }


    .navbarrr {
        margin-top: -19%;
    }

    .testimonial-carousel .owl-dots {
        display: none !important;
    }

    .yt-video-background {
        margin-top: -24%;
    }
}

@media only screen and (max-width:360px) {}