@font-face {
    font-family: "Inter 18pt";
    src: url("../css/font/Inter/Inter18pt-ExtraBold.woff2") format("woff2"), url("../css/font/Inter/Inter18pt-ExtraBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.modal.show .modal-dialog {
    margin-top: 5%;
}
@font-face {
    font-family: "Inter 18pt";
    src: url("../css/font/Inter/Inter18pt-Light.woff2") format("woff2"), url("../css/font/Inter/Inter18pt-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 18pt";
    src: url("../css/font/Inter/Inter18pt-Medium.woff2") format("woff2"), url("../css/font/Inter/Inter18pt-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 18pt";
    src: url("../css/font/Inter/Inter18pt-ExtraLight.woff2") format("woff2"), url("../css/font/Inter/Inter18pt-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 18pt";
    src: url("../css/font/Inter/Inter18pt-Bold.woff2") format("woff2"), url("../css/font/Inter/Inter18pt-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 18pt";
    src: url("../css/font/Inter/Inter18pt-Regular.woff2") format("woff2"), url("../css/font/Inter/Inter18pt-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 18pt";
    src: url("../css/font/Inter/Inter18pt-SemiBold.woff2") format("woff2"), url("../css/font/Inter/Inter18pt-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 18pt";
    src: url("../css/font/Inter/Inter18pt-Thin.woff2") format("woff2"), url("../css/font/Inter/Inter18pt-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter 18pt";
    src: url("../css/font/Inter/Inter18pt-Black.woff2") format("woff2"), url("../css/font/Inter/Inter18pt-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../css/font/Playfair_Display/PlayfairDisplay-Black.woff2") format("woff2"), url("../css/font/Playfair_Display/PlayfairDisplay-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../css/font/Playfair_Display/PlayfairDisplay-SemiBold.woff2") format("woff2"), url("../css/font/Playfair_Display/PlayfairDisplay-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../css/font/Playfair_Display/PlayfairDisplay-Regular.woff2") format("woff2"), url("../css/font/Playfair_Display/PlayfairDisplay-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../css/font/Playfair_Display/PlayfairDisplay-Bold.woff2") format("woff2"), url("../css/font/Playfair_Display/PlayfairDisplay-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../css/font/Playfair_Display/PlayfairDisplay-ExtraBold.woff2") format("woff2"), url("../css/font/Playfair_Display/PlayfairDisplay-ExtraBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../css/font/Playfair_Display/PlayfairDisplay-Italic.woff2") format("woff2"), url("../css/font/Playfair_Display/PlayfairDisplay-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Playfair Display";
    src: url("../css/font/Playfair_Display/PlayfairDisplay-Medium.woff2") format("woff2"), url("../css/font/Playfair_Display/PlayfairDisplay-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

:root {
    --para-font: 'Inter 18pt';
    --heading-font: 'Playfair Display';
    --main-color: #fdc111;
    --sec-padding: 180px 0;
    --bg-gray: #181818;
    --text-light: #ffffffd9;
    --text-muted: #ffffffa6;
}


body {
    font-family: var(--para-font);
    margin: 0px;
    padding: 0px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255) !important;
}

.btn-main {
    display: inline-block;
    background: var(--main-color);
    color: rgb(0, 0, 0);
    padding: 14px 51px;
    font-size: 36px;
    font-weight: 600;
    border-radius: 0px;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 21px;
}

.section-subtitle {
    font-size: 34px;
    color: var(--text-muted);
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.btn-main:hover {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.title-text {
    font-family: var(--heading-font);
    color: var(--main-color);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 33px;
    font-size: 77px;
}

.section {
    padding: var(--sec-padding);
    background: var(--bg-gray);
}

#mainHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 10px 0px;
    z-index: 9999;
    background: transparent;
    transition: 0.4s;
}

#mainHeader::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 120px;
    background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(255, 255, 255, 0));
    z-index: -1;
}

#mainHeader.scrolled {
    background: rgb(0, 0, 0);
}

#mainHeader.scrolled::after {
    display: none;
}

.hero-banner::after {
    content: "";
    position: absolute;
    inset: 0px;
}

.d-d-none {
    display: none;
}

.menu ul {
    list-style: none;
    display: flex;
    gap: 47px;
    margin: 0px;
    padding: 0px;
}

.menu ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 42px;
    transition: 0.3s;
    font-weight: 300;
    letter-spacing: 1.1px;
}

.menu ul li a:hover,
.menu ul li a.active {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 2px;
}

.logo {
    max-width: 230px;
}

.hero-banner {
    position: relative;
    width: 100%;
    height: 100vh;
}

.banner-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    padding-top: 8%;
    Z-INDEX: 99;
}

.hero-content h1 {
    font-size: 150px;
    color: rgb(255, 255, 255);
    margin-bottom: 26px;
}

.about-section {
    background: var(--bg-gray);
    position: relative;
}

.about-images {
    position: relative;
    display: inline-block;
    margin: 10% 0;
}

.about-images img {
    aspect-ratio: 6 / 7;
    object-fit: cover;
    width: 565px;
}

.about-images .image-first {
    transform: rotate(-8deg);
    /* position: absolute; */
    left: -81px;
    background: rgb(24, 24, 24);
    padding: 17px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 25px;
    top: 136px;
    margin-top: 155px;
    margin-left: -252px;
}

.about-images .images-second {
    position: absolute;
    top: 0px;
    left: 137px;
    transform: rotate(5deg);
    background: rgb(24, 24, 24);
    padding: 17px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 25px;
}

.name-tag {
    text-align: center;
    padding-top: 17px;
}

.exp-list {
    padding-left: 18px;
}

.exp-list li {
    margin-bottom: 10px;
    color: var(--text-light);
}

h3.title-text {
    font-size: 66px;
}

p {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 1.1px;
}

.content-right-padding {
    padding-top: 10%;
    padding-left: 25%;
}

.about-images .images-second img {
    aspect-ratio: 4 / 4;
}

ul.exp-list li {
    list-style: none;
    position: relative;
    color: rgb(255, 255, 255);
    padding-left: 10px;
    font-size: 31px;
    font-weight: 300;
    letter-spacing: 1.1px;
}

ul.exp-list li::before {
    position: absolute;
    left: -17px;
    top: 11px;
    width: 10px;
    height: 2px;
    content: "";
    background: rgb(253, 193, 17);
}

.certificat {
    /* position: absolute; */
    bottom: 35px;
    right: 55px;
}

.certificat img {
    width: -webkit-fill-available;
    margin-left: 25%;
    margin-top: 24px;
}

span {
    color: var(--main-color);
}

.films-section {
    position: relative;
    background: url("https://webtestinglink.co.uk/beta/cinematic-shooter/wp-content/uploads/2026/03/FILM.jpg") 0% 0% / cover rgb(255, 255, 255);
    opacity: 1;
}

.films-section::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0);
}

.films-section .container {
    position: relative;
    z-index: 2;
}

.films-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.small-btn {
    padding: 12px 35px;
    font-size: 29px;
    z-index: 999;
}

.video-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.video-box img {
    width: 100%;
    /* height: 280px; */
    object-fit: cover;
    filter: brightness(0.75);
    transition: 0.4s;
}

.video-box:hover img {
    transform: scale(1.05);
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    border: 2px solid rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
    padding: 0px;
    outline: none;
}

.play-btn i {
    font-size: 22px;
    color: rgb(255, 255, 255);
    margin-left: 3px;
}

.play-btn:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

.play-btn:hover i {
    color: rgb(0, 0, 0);
}

.video-box::after {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: 12px;
    background: #00000047;
}

.play-btn,
.video-text {
    position: absolute;
    z-index: 2;
}

.video-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 80%;
    text-align: center;
    transform: translateX(-50%);
}

.video-modal {
    display: none;
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.video-modal-content {
    position: relative;
    width: 75%;
}

.video-modal iframe {
    width: 100%;
    height: 80vh;
    border-radius: 10px;
}

.close-modal {
    position: absolute;
    top: -40px;
    right: 0px;
    font-size: 40px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.video-text h3 {
    color: rgb(255, 255, 255);
    font-size: 51px;
    margin-bottom: 5px;
    font-family: "Playfair Display";
}

.video-text p {
    font-size: 31px;
    color: var(--main-color);
    margin: 0px;
}

.video-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.video-box img {
    width: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    aspect-ratio: 5/3;
}
.service-box:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 156px;
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0));
    z-index: 0;
    left: 0;
}
.services-row {
    display: flex;
    width: 100%;
    gap: 0px;
    margin: 0px;
    padding: 0px;
}

.service-card {
    width: 25%;
    position: relative;
    background: var(--bg-gray);
}

.service-card img {
    width: 100%;
    /* height: 485px; */
    object-fit: cover;
    display: block;
    aspect-ratio: 4/6;
}

.service-content {
    padding: 18px;
    text-align: center;
}

.service-content h3 {
    font-family: "Playfair Display";
    font-size: 43px;
    line-height: revert;
}

.service-content p {
    font-size: 31px;
    color: rgb(255, 255, 255);
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.service-btn {
    position: absolute;
    bottom: -66px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--main-color);
    color: rgb(0, 0, 0);
    padding: 18px 33px;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 9999;
}

.service-card:hover .service-btn {
    opacity: 1;
    visibility: visible;
}

.service-card:hover img {
    transform: scale(1.08);
    transition: 0.4s;
}

.service-card:hover h3 {
    color: var(--main-color);
}

body {
    overflow-x: hidden;
}

.why-choose {
    background: url("../img/choose.jpg") center center / cover no-repeat;
    position: relative;
    color: rgb(255, 255, 255);
}

.why-choose .container {
    position: relative;
    z-index: 2;
}

.why-box {
    background: var(--bg-gray);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5%;
    text-align: center;
    height: 100%;
    transition: 0.3s;
}

.why-box h4 {
    color: var(--main-color);
    font-family: var(--heading-font);
    margin-bottom: 15px;
    font-size: 35px;
    display: inline-flex;
    position: relative;
}

.why-box p {
    color: rgb(221, 221, 221);
    margin: 0px;
    font-size: 26px;
    line-height: 1.4;
}

.why-box:hover {
    transform: translateY(-8px);
    border-color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 862px;
    gap: 0px;
    /* aspect-ratio: 4/6; */
}

.portfolio-section {
    background: var(--bg-gray);
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.portfolio-item.wide {
    grid-column: span 2;
}

.portfolio-item.tall {
    grid-row: span 2;
}

.portfolio-overlay {
    position: absolute;
    inset: 0px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 60%);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-end;
    padding: 25px;
    opacity: 0;
    transition: 0.4s;
}

.portfolio-overlay h4 {
    color: var(--main-color);
    font-family: var(--heading-font);
    font-size: 52px;
    margin-bottom: 5px;
}

.portfolio-overlay p {
    color: rgb(255, 255, 255);
    font-size: 24px;
    margin: 0px;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item {
    border: 1px solid rgb(0, 0, 0);
}

.services-images {
    overflow: hidden;
}

.section-top {
    padding: 80px 0px 0px;
}
.inner-banner:after {
    position: absolute;
    background: #0005;
    TOP: 0;
    LEFT: 0;
    WIDTH: 100%;
    HEIGHT: 100%;
    CONTENT: "";
}
section.about-intro.section h5 {
    font-size: 37px;
}
.col-lg-5.text-center.wow.animate__.animate__zoomIn.animated>img {
    display: none;
}
section.about-intro.section h5 strong {
    FONT-WEIGHT: 400;
    color: var(--main-color);
    font-size: 32px;
}
@media (max-width: 992px) {
    .portfolio-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 160px;
    }

    .pricing-box {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .pricing-left, .pricing-middle, .pricing-right {
        max-width: unset !important;
    }

    .blog-sidebar .sidebar-box {
        margin-top: 25px;
    }

    .new-about-whole {
        display: flex;
        gap: 20px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.testimonial-section {
    background: url("../img/TESTIMONAIL.jpg") center center / cover no-repeat;
    position: relative;
    color: rgb(255, 255, 255);
    text-align: center;
}

.insta-section {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.insta-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0px;
}

.insta-item {
    position: relative;
    display: block;
    overflow: hidden;
}

.insta-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4/6;
}

.insta-item span {
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0.6);
    color: var(--main-color);
    font-size: 44px;
    font-weight: 400;
    display: inline-grid;
    place-items: center;
    place-content: center;
    opacity: 1;
    transition: 0.3s;
}

.insta-item:hover span {
    opacity: 1;
}

@media (max-width: 768px) {
    .insta-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.testimonial-section .container {
    position: relative;
    z-index: 2;
}

.testimonial-item {
    padding: 0px 80px;
}

.quote-icon {
    font-size: 45px;
    color: var(--main-color);
    margin-bottom: 20px;
}

.testimonial-content h3 {
    font-family: var(--heading-font);
    color: rgb(255, 255, 255);
    font-size: 45px;
    margin-bottom: 20px;
}

.testimonial-content p {
    font-size: 31px;
    line-height: 1.8;
    color: rgb(221, 221, 221);
    margin-bottom: 25px;
}

.testimonial-content h5 {
    color: var(--main-color);
    font-size: 32px;
    letter-spacing: 1px;
}

.testimonial-section .btn-main {
    margin-top: 10px;
}

.testimonial-slider .slick-prev i,
.testimonial-slider .slick-next i {
    color: var(--main-color);
    font-size: 22px;
}

.testimonial-slider .slick-prev:hover,
.testimonial-slider .slick-next:hover {
    background: var(--main-color);
}

.testimonial-slider .slick-prev:hover i,
.testimonial-slider .slick-next:hover i {
    color: rgb(0, 0, 0);
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

@media (max-width: 992px) {
    .testimonial-item {
        padding: 0px 40px;
    }

    .testimonial-content h3 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .testimonial-item {
        padding: 0px 15px;
    }

    .testimonial-content h3 {
        font-size: 22px;
    }

    .testimonial-content p {
        font-size: 15px;
    }
}

.newsletter-section {
    background: rgb(13, 13, 13);
    padding: 50px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-section h4 {
    color: var(--main-color);
    font-size: 18px;
}

.newsletter-section h3 {
    color: rgb(255, 255, 255);
    font-size: 32px;
}

.newsletter-form p {
    display: flex;
    background: rgb(34, 34, 34);
}

.newsletter-form input {
    flex: 1 1 0%;
    border: none;
    background: transparent;
    padding: 12px 15px;
    color: rgb(255, 255, 255);
}

.newsletter-form button {
    background: var(--main-color);
    border: none;
    padding: 0px 18px;
    color: rgb(0, 0, 0);
}

.social-icons a {
    background: var(--main-color);
    font-size: 26px;
    margin-left: 12px;
    color: rgb(0, 0, 0);
    display: inline-grid;
    width: 56px;
    padding: 14px;
    place-self: anchor-center;
}

.main-footer {
    background: url("../img/footer-bg.jpg") center center / cover no-repeat;
    padding: 40px 0px 0px;
    color: rgb(204, 204, 204);
}

.main-footer h4 {
    color: var(--main-color);
    margin-bottom: 20px;
    font-family: "Playfair Display";
    font-weight: 400;
    font-size: 50px;
}

.main-footer ul {
    list-style: none;
    padding: 0px;
}

.footer-copyright {
    background: rgb(253, 193, 17);
    padding: 11px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 25px;
}

.main-footer ul li {
    margin-bottom: 8px;
    margin-left: 21px;
    position: relative;
    color: rgb(204, 204, 204);
    font-size: 31px;
    font-weight: 300;
    letter-spacing: 1.1px;
}

.main-footer ul li a {
    color: rgb(204, 204, 204);
    text-decoration: none;
}

.footer-logo {
    width: 180px;
    margin-bottom: 15px;
}

.pr-5 {
    padding-right: 9%;
}

.service-text h2, .service-text h3, .service-text h4, .blog-detail-box h3, .blog-detail-box h4, .blog-detail-box h2  {
    color: var(--main-color);
    font-family: "Playfair Display";
    font-size: 44px;
}

.social-icons a i {
    width: 18px;
    color: rgb(0, 0, 0);
}

.social-icons a:hover {
    background: rgb(255, 255, 255);
}

.main-footer p a {
    color: rgb(204, 204, 204);
    text-decoration: none;
    letter-spacing: normal;
    font-size: 31px;
}

.col-lg-3 i {
    color: rgb(253, 193, 17);
    margin-right: 10px;
}

.new-about-whole {
    display: flex;
}

.main-footer ul li::before {
    position: absolute;
    top: 15px;
    left: -25px;
    width: 11px;
    height: 0;
    background: rgb(139, 139, 139);
    content: "";
    border-bottom: 4px solid rgb(139, 139, 139);
}

.subscribe h4 {
    margin: 0px;
}

.about-images .images-second h3.title-text.name-tag {
    font-size: 43px;
    margin: 0px;
}

.insta-item span i {
    font-size: 50px;
    color: rgb(255, 255, 255);
}

.inner-banner {
    justify-self: anchor-center;
    position: relative;
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

.contain {
    position: absolute;
    z-index: 99;
    top: 76%;
    left: 50%;
    width: 80%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.contain li {
    display: contents;
    text-transform: uppercase;
    font-size: 26px;
}

.contain ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.head-title {
    font-size: 77px;
    color: var(--main-color);
    font-family: "Playfair Display";
    font-weight: 600;
}

.contain ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    position: relative;
    padding-right: 26px;
}

.about-big-img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.about-info {
    padding-left: 40px;
}

.about-small-title {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 20px 0px;
}

.about-small-img {
    margin-top: 25px;
}

.about-small-img img {
    width: 240px;
    height: 280px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .about-info {
        padding-left: 0px;
        margin-top: 20px;
    }

    .about-big-img img {
        height: auto;
    }

    .about-small-img img {
        width: 100%;
        height: auto;
    }
}

.contain ul li a::after {
    position: absolute;
    top: 1px;
    right: 9px;
    width: 4px;
    height: 100%;
    background: var(--main-color);
    content: "";
}

.container {
    max-width: 1200px;
}

.about-bottom-img img {
    margin-right: 37px;
    margin-top: 11px;
}

.about-contact p {
    display: grid;
}

.pricing-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.pricing-section {
    background-image: url("https://webtestinglink.co.uk/beta/cinematic-shooter/wp-content/uploads/2026/03/FILM.jpg");
    background-size: cover;
}

.pricing-box {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.pricing-left h3 {
    font-size: 61px;
    margin: 0px;
}

.pricing-left p {
    font-size: 27px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0px;
}

.pricing-middle ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pricing-middle ul li {
    margin-bottom: 8px;
    font-size: 29px;
}

.pricing-left, .pricing-middle, .pricing-right {
    max-width: 27%;
}

.pricing-right p {
    /* font-size: 13px; */
    margin-top: 10px;
}

.faq-box {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 15px;
    text-align: left;
}

.faq-box h5 {
    font-size: 36px;
    margin-bottom: 10px;
}

.faq-box p {
    /* font-size: 14px; */
    line-height: 1.7;
}

.service-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.service-box img {
    width: 100%;
    aspect-ratio: 5/6;
    object-fit: cover;
    display: block;
    position: relative;
    transition: 0.4s;
}

.service-box h4 {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 52px;
    color: rgb(255, 255, 255);
    z-index: 2;
}

.service-overlay {
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 999;
    transition: 0.4s;
    aspect-ratio: 1/2;
}

.service-box .service-overlay h4 {
    position: static;
    margin-bottom: 15px;
    display: block;
}

.service-box:hover img {
    transform: scale(1.08);
}

.service-box:hover .service-overlay {
    opacity: 1;
    padding: 25px;
    text-align: center;
}

.service-box:hover>h4 {
    display: none;
}

.contact-title {
    font-size: 48px;
    line-height: 1.2;
    margin: 15px 0px;
}

.contact-text {
    font-size: 25px;
    color: rgb(255, 255, 255);
    margin-bottom: 25px;
    max-width: 450px;
}

.contact-info {
    list-style: none;
    padding: 0px;
}

.contact-info li {
    margin-bottom: 15px;
    font-size: 26px;
    color: rgb(255, 255, 255);
}

.contact-info i {
    margin-right: 10px;
    color: var(--main-color);
    font-size: 30px;
}

.contact-form .form-group {
    position: relative;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(229, 229, 229);
    padding: 10px 10px 10px 35px;
    background: #000000;
    outline: none;
    color: #fff;
    font-size: 14px;
}

.contact-form textarea {
    height: 90px;
    resize: none;
}

.contact-form .form-group i {
    position: absolute;
    z-index: 1;
    top: 28px;
    left: 29px;
    font-size: 31px;
    color: rgb(252, 187, 21);
}



.main-btn {
    background: var(--main-color);
    border: none;
    padding: 12px 28px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: 0.3s;
}

.main-btn:hover {
    background: rgb(0, 0, 0);
}

.check-text {
    font-size: 26px;
    color: rgb(255, 255, 255);
    display: -webkit-inline-box;
}

.check-text input {
    margin-right: 6px;
    float: left;
}

.gallery-section {
    padding: 80px 0px;
    background: rgb(255, 255, 255);
    text-align: center;
}

.gallery-tabs {
    margin-bottom: 40px;
}

.tab-btn {
    border: none;
    background: transparent;
    font-size: 14px;
    margin: 0px 15px;
    cursor: pointer;
    text-transform: uppercase;
    color: rgb(153, 153, 153);
    letter-spacing: 1px;
}

.tab-btn.active {
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.gallery-item {
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: 0.4s;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9999;
}

.gallery-popup.active {
    opacity: 1;
    visibility: visible;
}

.popup-img {
    max-width: 600px;
    max-height: 80vh;
    border-radius: 5px;
}

.close-popup {
    position: absolute;
    top: 30px;
    right: 50px;
    font-size: 40px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.next-btn,
.prev-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 50px;
    color: white;
    cursor: pointer;
}

.prev-btn {
    left: 80px;
}

.next-btn {
    right: 80px;
}

footer img {
    margin-bottom: 14px;
}

.certificates-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.photo-counter-number {
    font-size: 100px;
    color: var(--main-color);
}
.experience {
    background: var(--main-color);
    color: #000;
    align-content: center;
    text-align: center;
    padding: 10px;
    margin: 21px;
    width: 85% !important;
    border-radius: 11px;
}

.blog-detail-box h3, .blog-detail-box h4, .blog-detail-box h2 {font-size: 54px;}
.larger {
    font-size: 82px;
    FONT-WEIGHT: 900;
}
h2.counter {
    font-size: 100px;
    color: var(--main-color);
}

.counter-box p {
    font-weight: 400;
    font-family: var(--heading-font);
    font-size: 62px;
}
section.inner-banner.blog-detail-banner {
    position: relative;
}

section.inner-banner.blog-detail-banner:after {
    position: absolute;
    background: #000000b5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.text {
    font-family: var(--heading-font);
    text-transform: capitalize;
    FONT-WEIGHT: 500;
    font-size: 38px;
}
.photo-counter-box p {
    font-size: 62px;
    font-weight: 600;
    font-family: var(--heading-font);
}
.p-l-20 {
    padding-left: 6%;
}
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .popup-img {
        width: 90%;
    }

    .prev-btn {
        left: 20px;
    }

    .next-btn {
        right: 20px;
    }
}

.service-about {
    padding: 80px 0px;
    background: url("../img/TESTIMONAIL.jpg") center center / cover no-repeat;
}

.service-flex {
    display: flex;
    align-items: center;
    gap: 50px;
}

.service-text h2 {
    font-size: 58px;
    color: var(--main-color);
    font-family: "Playfair Display", serif;
    margin-bottom: 20px;
}

.service-text p,
.service-text a {
    line-height: 1.8;
    margin-bottom: 25px;
}

.service-text ul {
    padding: 0px;
    margin: 0px 0px 25px;
    list-style: none;
}

.service-text ul li {
    font-size: 15px;
    color: rgb(255, 255, 255);
    margin-bottom: 10px;
}

.service-img img {
    width: 100%;
    border-radius: 12px;
    border: 2px solid rgba(202, 162, 74, 0.3);
    box-shadow: rgba(0, 0, 0, 0.7) 0px 10px 30px;
}

.detail-pricing-section {
    padding: 90px 0px;
    background: rgb(17, 17, 17);
    text-align: center;
}

.section-title {
    font-size: 45px;
    color: var(--main-color);
    font-family: "Playfair Display", serif;
    margin-bottom: 60px;
}


.mini-gallery {
    padding: 0 0 90px 0px;
    background: url("../img/TESTIMONAIL.jpg") center center / cover no-repeat;
    text-align: center;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.gallery-grid img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.4s;
    border: 2px solid transparent;
}

.gallery-grid img:hover {
    transform: scale(1.05);
    border-color: var(--main-color);
}

.service-cta {
    padding: 90px 0px;
    background: rgb(17, 17, 17);
    text-align: center;
}

.service-cta h2 {
    font-size: 70px;
    color: var(--main-color);
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
}

.service-cta p {
    color: rgb(221, 221, 221);
    margin-bottom: 25px;
}


.detail-pricing-section {
    padding: var(--sec-padding);
    background: var(--bg-gray);
    text-align: center;
}



.detail-pricing-box {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
}

.detail-price-card {
    width: 320px;
    background: #000;
    padding: 45px 30px;
    border-radius: 12px;
    border: 1px solid rgba(253, 193, 17, 0.25);
    transition: 0.4s;
}

.detail-price-card:hover {
    transform: translateY(-10px);
    border-color: var(--main-color);
}

.detail-price-card h3 {
    font-size: 55px;
    font-family: var(--heading-font);
    color: var(--main-color);
    margin-bottom: 10px;
}

.detail-price-card p {
    font-size: 18px;
    font-family: var(--para-font);
    color: var(--text-light);
    margin-bottom: 20px;
}

.detail-price-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.detail-price-card ul li {
    font-size: 15px;
    font-family: var(--para-font);
    color: var(--text-muted);
    margin-bottom: 12px;
}

.journal-card img {
    width: 100%;
    border-radius: 10px;
    padding-bottom: 78px;
}

.journal-card img {
    width: 100%;
    border-radius: 10px;
    padding-bottom: 78px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.journal-card {
    position: relative;
}

.journal-box {
    position: absolute;
    bottom: 0;
    padding: 5%;
    margin: 5%;
    text-align: center;
    background: #000;
    WIDTH: 90%;
}

.journal-box small {
    COLOR: var(--main-color);
    font-size: large;
}

.journal-box H4 {
    MARGIN-TOP: 6PX;
    FONT-SIZE: 16px;
    LINE-HEIGHT: normal;
    MARGIN-BOTTOM: 0;
}

/* ================================
   BLOG DETAIL PAGE
================================ */

.blog-detail-section {
    padding: var(--sec-padding);
    background: #000;
}

.blog-detail-box {
    background: #111;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(253, 193, 17, 0.2);
}

.blog-main-img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
    object-fit: cover;
    aspect-ratio: 3/2;
}

.blog-meta {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    font-size: 36px;
    color: var(--text-muted);
}

.blog-meta i {
    color: var(--main-color);
    margin-right: 6px;
}

.blog-title {
    font-size: 64px;
    font-family: var(--heading-font);
    color: var(--main-color);
    margin-bottom: 20px;
}

.blog-detail-box p {
    color: var(--text-light);
    font-size: 34px;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Quote Box */
.blog-quote {
    background: rgba(253, 193, 17, 0.08);
    padding: 20px;
    border-left: 4px solid var(--main-color);
    margin: 25px 0;
    border-radius: 8px;
}

.blog-quote i {
    font-size: 28px;
    color: var(--main-color);
}

.blog-quote p {
    margin: 10px 0 0;
    font-style: italic;
}

/* Tags + Share */
.blog-tags-share {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 20px;
}

.tags a {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid rgba(253, 193, 17, 0.3);
    margin: 5px;
    border-radius: 6px;
    font-size: 13px;
    color: var(--text-light);
}

.tags a:hover {
    background: var(--main-color);
    color: #000;
}

.share a {
    margin-right: 10px;
    font-size: 16px;
    color: var(--main-color);
}

.share a:hover {
    color: #fff;
}

/* Sidebar */
.blog-sidebar .sidebar-box {
    background: #111;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 12px;
    border: 1px solid rgba(253, 193, 17, 0.2);
}

.sidebar-box h4 {
    font-size: 38px;
    margin-bottom: 15px;
    color: var(--main-color);
}

.sidebar-box input {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: none;
    background: #000;
    color: #fff;
}

.sidebar-box ul {
    padding: 0;
    list-style: none;
}

.sidebar-box ul li {
    margin-bottom: 22px;
}

.sidebar-box ul li a {
    text-decoration: none;
    color: var(--text-light);
    font-size: 31px;
}

.sidebar-box ul li a i {
    color: var(--main-color);
    margin-right: 6px;
}

.journal-box H4 a {
    color: #fff;
}
.modal-dialog {
    max-width: 60%;
}

.modal-content p {
    font-size: 59px;
    color: var(--main-color);
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
}

.wpcf7-spinner {
    display: none;
}

.form-control {
    font-size: 29px;
    padding: 15px 28px;
}

.modal-header, .modal-body {padding: 0 21px;}
/* Responsive */
@media(max-width:991px) {
    .blog-title {
        font-size: 26px;
    }

    .blog-tags-share {
        flex-direction: column;
    }
}

a {
    text-decoration: none;
}

.testimonials .testimonial-item {
    padding: 34px;
}

.testimonials .testimonial-item .testimonial-content {
    text-align: left;
}

.check-text input[type="checkbox"] {
    width: 12%;
}

/* Mission Vision Values Section */
.mission-section {
    background: var(--bg-gray);
}

.mvv-box {
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 5%;
    text-align: center;
    border-radius: 14px;
    transition: 0.4s ease;
    height: 100%;
}

.mvv-box:hover {
    transform: translateY(-10px);
    border-color: var(--main-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.mvv-icon {
    width: 75px;
    height: 75px;
    margin: auto;
    background: var(--main-color);
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
}

.mvv-icon i {
    font-size: 28px;
    color: #000;
}

.mvv-box h3 {
    font-family: var(--heading-font);
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--main-color);
}

.mvv-box p {
    font-size: 27px;
    color: var(--text-light);
    line-height: 1.7;
    margin: 0;
}

.px-5 {
    padding-left: 180px !important;
    padding-right: 180px !important;
}

.about-main-img img {
    width: 100%;
    object-fit: cover;
}

.contact-form input,
.contact-form textarea {
    font-size: 27px;
    padding: 21px 64px;
}

.journal-box H4 {
    font-size: x-large;

}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
}

.gallery-grid img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    aspect-ratio: 4/5;
}

.gallery-grid img:hover {
    transform: scale(1.05);
}

/* Video Thumbnail */
.video-box {
    position: relative;
    display: block;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 56px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    width: 105px;
    height: 105px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== FAQ Section ===== */
.faq-section {
    background: #0b0b0b;
    padding: 80px 0;
    position: relative;
}

iframe {
    border-radius: 15px;
}

/* ===== Accordion ===== */

.accordion-item {
    background: #111;
    border: 1px solid rgba(245, 197, 24, 0.2);
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
}

.accordion-item:hover {
    border-color: #f5c518;
}

.accordion-button:focus {
    box-shadow: none;
}

/* Question Button */
.accordion-button {
    background: #111;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 18px 20px;
    box-shadow: none;
}

/* Remove default bootstrap arrow */
.accordion-button::after {
    filter: brightness(0) invert(1);
}

/* Active Question */
.accordion-button:not(.collapsed) {
    background: #f5c518;
    color: #000;
}

/* Answer Text */
.accordion-body {
    background: #151515;
    color: #ccc;
    font-size: 15px;
    line-height: 1.7;
    padding: 20px;
}

/* Smooth Open Animation */
.accordion-collapse {
    transition: all 0.4s ease;
}
.certificates-wrapper img.img-fluid {
    width: 100%;
}
.photo-about-section ul li {font-size: 31px;font-weight: 300;letter-spacing: 1.1px;}

/* Mobile Responsive */
@media (max-width:768px) {

    .faq-title {
        font-size: 28px;
    }

    .accordion-button {
        font-size: 16px;
        padding: 15px;
    }

}

@media only screen and (max-width: 2049px) {
    .title-text {
        font-size: 56px;
    }
.head-title {
    font-size: 49px;
    margin-bottom: 12px;
}
	.play-btn {
    width: 70px;
    height: 70px;
}
	.service-text h2 {
    font-size: 48px;
}
span.section-subtitle, .title-text p, a, p, li {
    font-size: 22px !important;
}

.service-text h3, .service-text h4, .blog-detail-box h3, .blog-detail-box h4, .blog-detail-box h2 {
    font-size: 32px;
}
	.section {
    padding: 100px 0;
}
    .service-content h3 {
        font-size: 30px;
        margin: 15px 0;
    }

    .service-content p {
        font-size: 21px;
        line-height: 1.7;
    }

    .why-box h4 {
        font-size: 34px;
    }

    .why-box p {
        font-size: 23px;
        line-height: 1.7;
    }
.photo-counter-number, h2.counter {
    font-size: 75px !important;
}

.photo-counter-box p, .counter-box p {
    font-size: 38px;
}
    .video-text h3,
    .portfolio-overlay h4 {
        font-size: 33px;
        margin: 10px 0;
    }

    .video-text p {
        font-size: 26px;
    }

    p, .photo-about-section ul li {
        /* font-size: 20px !important; */
    }

    .menu ul li a {
        font-size: 30px;
    }

    .logo {
        max-width: 233px;
    }

    .testimonial-content p {
        font-size: 26px;
    }

    .main-footer ul li {
        font-size: 25px;
    }

    .main-footer p a {
        font-size: 25px;
    }

    .main-footer h4 {
        font-size: 44px;
    }

    .insta-item span {
        font-size: 33px;
    }

    .insta-item span i {
        font-size: 64px;
    }

    .hero-content h1 {
        font-size: 110px;
    }

    .btn-main {
        padding: 12px 48px;
        font-size: 27px;
    }

    span.section-subtitle {
        font-size: 30px;
    }

    .about-images img {
        width: 430px;
    }

    .about-images .image-first {
        margin-left: -119px;
    }

    h3.title-text {
        font-size: 42px;
    }

    ul.exp-list li {
        font-size: 24px;
    }
	.about-bottom-img img {
    width: 231px;
    height: 300px;
    object-fit: cover;
}

section.about-intro.section h5 {
    font-size: 27px;
    line-height: 1.3;
}

section.about-intro.section h5 strong {
    font-size: 24px;
}
.service-box h4 {
    font-size: 34px;
}

.btn-main {
    padding: 10px 24px;
    font-size: 20px;
    margin: 0;
}

.modal-dialog {
    max-width: 50%;
}

.form-control {
    padding: 7px 18px;
    font-size: 22px;
}

span.wpcf7-spinner {
    display: none;
}

.modal-content p {
    font-size: 35px;
}
}

a {
    COLOR: var(--main-color);
}
.footer-copyright h5 {
    margin: 0;
    font-family: "Playfair Display";
    FONT-WEIGHT: 400;
    padding: 10px 0;
    font-size: 38px;
    FONT-WEIGHT: 600;
}


@media only screen and (max-width: 1821px) {

    .px-5 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

    .title-text {
        font-size: 39px;
    }

    .section-subtitle {
        font-size: 15px;
    }
.title-text {
    font-size: 47px;
}

.why-box h4 {
    font-size: 30px;
}

.main-footer h4 {
    font-size: 33px;
}

.footer-copyright h5 {
    font-size: 34px;
}
.blog-title {
    font-size: 41px;
}

.blog-meta {
    font-size: 24px;
}

.sidebar-box h4, .service-text h2, .service-text h3, .service-text h4, .blog-detail-box h3, .blog-detail-box h4, .blog-detail-box h2 {
    font-size: 35px;
}

.blog-detail-box p, .sidebar-box ul li a {
    font-size: 23px;
}
    .about-images img {
        width: 310px;
    }

    .video-text h3 {
        font-size: 33px;
    }

    .service-content p,
    .why-box p {
        font-size: 13px !important;
    }

    .why-box h4 {
        font-size: 23px;
    }

    .service-content h3 {
        font-size: 25px;
    }

    .service-btn {
        padding: 6px 13px;
        bottom: -20px;
        font-size: 14px;
    }

    .main-footer h4 {
        font-size: 26px;
    }

    .faq-box h5 {
        font-size: 19px;
    }

    .small-btn {
        padding: 6px 18px;
        font-size: 24px;
    }

    .service-box h4 {
        font-size: 26px;
    }

    .journal-box small {
        font-size: 11px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 16px;
        padding: 16px 51px;
    }

    .contact-form .form-group i {
        font-size: 20px;
        top: 18px;
    }

    .check-text {
        font-size: 17px;
    }

    .main-btn {
        padding: 8px 20px;
        font-size: 20px;
    }

    .hero-content h1 {
        font-size: 80px;
    }

    .portfolio-overlay h4 {
        font-size: 30px;
    }

    .insta-item span i {
        font-size: 39px;
    }

    .insta-item span {
        font-size: 29px;
    }
    .title-text {
        font-size: 45px;
    }

    .service-content h3 {
        font-size: 39px;
        margin: 15px 0;
    }

    .service-content p {
        font-size: 19px;
        line-height: 1.7;
    }

    .why-box h4 {
        font-size: 25px;
    }

    .why-box p {
        font-size: 17px;
        line-height: 1.7;
    }

    .video-text h3,
    .portfolio-overlay h4 {
        font-size: 37px;
        margin: 16px 0;
    }

    .video-text p {
        font-size: 19px;
    }

    p {
        font-size: 19px;
    }

    .menu ul li a {
        font-size: 23px;
    }

    .logo {
        max-width: 233px;
    }

    .testimonial-content p {
        font-size: 24px;
    }

    .main-footer ul li {
        font-size: 24px;
    }

    .main-footer p a {
        font-size: 24px;
    }

    .main-footer h4 {
        font-size: 37px;
    }

    .insta-item span {
        font-size: 27px;
    }

    .insta-item span i {
        font-size: 52px;
    }

    .hero-content h1 {
        font-size: 90px;
    }

    .btn-main {
        padding: 15px 40px;
        font-size: 22px;
    }

    span.section-subtitle {
        font-size: 23px;
    }

    .about-images img {
        width: 330px;
    }

    .about-images .image-first {
        margin-left: -119px;
    }

    h3.title-text {
        font-size: 32px;
    }

    ul.exp-list li {
        font-size: 19px;
    }

    .certificat img {
        margin-left: 0;
        width: -webkit-fill-available;
    }
}

@media only screen and (max-width: 1707PX) {

.certificates-wrapper {
    gap: 20px;
}
.service-cta h2 {
    font-size: 50px;
}
.experience {
    margin: 20px 30px;
}
.main-footer h4 {
    font-size: 34px;
}

.footer-copyright h5 {
    font-size: 30px;
}
.larger {
    font-size: 49px;
}

.text {
    font-size: 21px;
}
.footer-copyright h5 {
    font-size: 24px;
}
.title-text {
    font-size: 47px;
    margin-bottom: 13px;
}
    .certificat img {
        WIDTH: -webkit-fill-available;
    }
.blog-title {
    font-size: 35px;
}
	section.about-intro.section h5 strong, section.about-intro.section h5 {
    font-size: 20px;
    line-height: normal;
}

.about-bottom-img img {
    height: auto;
}
.photo-counter-number, h2.counter {
    font-size: 75px !important;
}
.blog-meta {
    font-size: 20px;
}

.sidebar-box h4, .service-text h2, .service-text h3, .service-text h4, .blog-detail-box h3, .blog-detail-box h4, .blog-detail-box h2  {
    font-size: 25px;
}

    .px-5 {
        PADDING-LEFT: 100PX !IMPORTANT;
        PADDING-RIGHT: 100PX !IMPORTANT;
    }

    :root {
        --sec-padding: 100PX 0;
    }

    .logo {
        MAX-WIDTH: 127px;
    }

    p,
    li,
    a {
        font-size: 20px !important;
    }

    .main-footer ul li::before {
        top: 18px;
        height: 3px;
    }

    .btn-main {
        padding: 9px 27px;
    }
}

@media only screen and (max-width: 1537px) {
    .title-text {
        font-size: 42px;
    }
.footer-copyright {
	font-size : 20px;}
	.main-footer ul li::before {
    top: 9px;
}
	.pricing-left, .pricing-middle, .pricing-right {
    max-width: 31%;
}
	.pricing-left h3 {
    font-size: 43px;
}
.form-control {
    font-size: 16px;
}
.pricing-left, .pricing-middle, .pricing-right {
    max-width: 30%;
}
    p,
    li,
    a {
        font-size: 18px !important;
    }
.social-icons a {
    PADDING: 8px;
    FONT-SIZE: 23px !important;
    width: 39px;
}
    #mainHeader img {
        width: 128px;
        height: min-content;
    }

    .video-text h3,
    .portfolio-overlay h4 {
        font-size: 32px;
    }

    .service-content h3 {
        font-size: 26px;
    }

    .portfolio-grid {
        grid-auto-rows: 430px;
    }

    .main-footer h4 {
        font-size: 28px;
    }

    .hero-content h1 {
        font-size: 75px;
    }

    .btn-main {
        margin: 0;
    }

    .about-images img {
        width: 295px;
    }
}

@media only screen and (max-width: 1537px) {

    p,
    li,
    a {
        font-size: 16px !important;
    }

}

@media only screen and (max-width: 1400px) {

    .video-text h3,
    .portfolio-overlay h4,
    .service-content h3,
    .why-box h4 {
        font-size: 24px;
    }
.testimonial-content h3 {
    font-size: 28px;
}
    .logo {
        max-width: 100px;
    }

    .title-text {
        font-size: 38px;
        margin-bottom: 18px;
    }

    .section {
        padding: 75px 0;
    }

    .about-images img {
        width: 254px;
    }

    .about-images .image-first {
        margin-left: -63px;
    }

    .about-images .images-second h3.title-text.name-tag {
        font-size: 32px;
    }

    .content-right-padding {
        padding-left: 28%;
    }

    h3.title-text {
        font-size: 29px;
    }
}

form.wpcf7-form.init br {
    display: none;
}

label {
    width: 100%;
    margin-bottom: 12px;
}

.wpcf7-list-item input[type="checkbox"] {
    width: auto;
}

.newsletter-form span {
    width: -webkit-fill-available;
}

@media only screen and (max-width: 1199px) {
	.title-text {
    font-size: 32px;
}
.head-title {
    font-size: 28px;
    margin: 0;
}
h3.title-text {
    font-size: 26px;
}

.about-images .images-second img {
    width: 210px;
}

.about-images .images-second h3.title-text.name-tag {
    font-size: 23px;
}

.about-images img {
    width: 218px;
}
.certificates-wrapper>* {
    width: 100%;
}
.about-images .image-first {
    margin-left: -45px;
}

.about-images .images-second {
    left: 100px;
}

.content-right-padding {
    padding-left: 14%;
}
.video-text h3, .mvv-box h3, .portfolio-overlay h4, .service-content h3, .why-box h4, .main-footer h4 {
    font-size: 19px;
}

.service-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}
.service-box h4 {
    font-size: 20px;
}

footer img {
    width: 50%;
    height: auto;
}
.content-left-padding {
    margin-right: -37px;
}
	.about-bottom-img img {
    display: none;
}

span.section-subtitle, p, li, a {
    font-size: 15px !important;
    line-height: normal;
}

h5 {
    font-size: 17px;
}

h5 strong {
    FONT-WEIGHT: 500;
    font-family: var(--heading-font);
}
}

@media only screen and (max-width: 1140px) {
	.menu ul {
    gap: 20px;
}
	    .px-5 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}
@media only screen and (max-width: 1024px) {
	.about-images img, .about-images .images-second img {
    width: 162px;
}
.service-cta h2 {
    font-size: 40px;
}
	.menu ul {
    gap: 17px;
}
	    .px-5 {
        PADDING-LEFT: 50PX ! IMPORTANT;
        PADDING-RIGHT: 50PX ! IMPORTANT;
    }
	.gallery-grid {
    gap: 18px;
}
	    span.section-subtitle, p, li, a {
        font-size: 14px !important;
        line-height: normal;
    }
.about-images .images-second {
    left: 50px;
}	
	.about-images img, .about-images .images-second img {
    width: 162px;
}
.service-overlay a.btn-main.small-btn {
    margin-bottom: 85px;
}
.about-images .images-second {
    left: 50px;
}

.about-images .images-second {
    left: 50px;
}
.menu ul {
    gap: 21px;
}
.video-text
    h3, .mvv-box h3, .portfolio-overlay h4, .service-content h3, .why-box h4, .main-footer h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

.portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 350px;
}
.video-text h3, .mvv-box h3, .portfolio-overlay h4, .service-content h3, .why-box h4, .main-footer h4 {
    overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 12px;';
}
}
@media only screen and (max-width: 991px) {
nav.menu {
        display: none;
    }
.inner-banner {
    height: 90vh !important;
        min-height: 400px !important;
}
    button.navbar-toggler {
        background: #000;
        position: absolute;
        top: 32px;
        right: 20px;
        padding: 8px;
    }

    .d-d-none {
        display: block;
    }

    header .text-center {
        text-align: left !important;
    }

    div#navbarSupportedContent ul {
        padding: 0;
        margin: 0;
    }

    #mainHeader img {
        width: 91px;
    }
	div#navbarSupportedContent ul li {
        padding: 7px 12px;
        background: #111;
        border: 1px solid #000;
    }

    div#navbarSupportedContent ul li a {
        color: #fdc111;
    }

    div#navbarSupportedContent {
        width: 100%;
        position: absolute;
        right: 0;
        background: #000;
        padding: 2px;
        top: 80px;
    }

	.about-images {
		margin: 0;
	}

	.content-right-padding {
		padding: 0;
	}

	.about-images .image-first {
		transform: none;
		margin: 21px;
	}

	.about-images .images-second {
		position: relative;
		transform: none;
		left: 0;
		margin: 20px;
	}

	.about-images img, .about-images .images-second img {
		width: 100%;
	}

	.about-images {
		display: flex;
		align-items: center;
		padding: 21px 0;
		display: none;
	}
	.col-lg-5.text-center.wow.animate__.animate__zoomIn.animated>img {
    display: block;
    place-self: anchor-center;
		width: 100%;
}
	
	footer img {
    width: fit-content;
}
	.blog-detail-box {
    MARGIN-BOTTOM: 20px;
}
}
@media only screen and (max-width: 768px) {
    .px-5 {
        padding: 0 30px !important;
    }
	.newsletter-form p input[type="email"] {
    width: 100%;
}
    .content-left-padding {
        margin-right: 0px;
    }
	.gallery-grid {
    gap: 15px;
}
    p,
    li,
    a {
        font-size: 14px !important;
    }


    .service-box:hover .service-overlay {
        padding: 5px;
    }
	.hero-content h1 {
    font-size: 60px;
}

}

@media only screen and (max-width: 676px) {
    .px-5 {
        padding: 0 30px !important;
    }

    .certificates-wrapper {
    display: block;
}

.certificates-wrapper img {
    margin-bottom: 18px;
}

    .section {
        padding: 29px 0;
    }

    .about-images .image-first {
        /* margin-left: -186px; */
    }

    .about-images .images-second {
        left: 0;
    }

    .content-right-padding {
        padding-left: 0;
        padding-top: 14px;
    }
	    .service-cta h2 {
        font-size: 30px;
    }

    .services-row {
        display: inline-grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .service-card {
        width: 100%;
    }

    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    h1.title-text {
        font-size: 54px;
    }

    

    p,
    li,
    a {
        font-size: 14px !important;
    }

    div#navbarSupportedContent ul li {
        padding: 7px 12px;
        background: #111;
        border: 1px solid #000;
    }

    div#navbarSupportedContent ul li a {
        color: #fdc111;
    }

    .p-0 {
        padding: 0 10px;
    }

    .mvv-box h3 {
        font-size: 26px;
    }

    .btn-main {
        padding: 5px 10px;
    }

    .pricing-left h3 {
        font-size: 37px;
    }

    .pricing-box {
        gap: 10px;
    }

    .pricing-right {
        max-width: 35%;
    }

    .title-text {
        font-size: 26px;
        line-height: 1.5;
    }

    h3 {
        font-size: 19px;
        line-height: 1.5;
    }

    .head-title {
        font-size: 23px;
    }

    .contain {
        width: 100%;
        padding: 20px;
    }

    .service-text h2 {
        font-size: 25px;
        line-height: 1.4;
    }

    .service-about {
        padding: 40px 0;
    }

    a.btn-main {
        color: #000;
        margin: 0;
    }

    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
	    .footer-copyright h5 {
        font-size: 19px;
    }

}


section.service-about .service-img {
    display: none;
}

@media only screen and (max-width: 640px) {
	.inner-banner {
    height: 80vh !important;
    min-height: 400px !important;
}
	.films-heading {
    DISPLAY: block;
}

.service-btn {
    PADDING: 5PX;
    MARGIN-BOTTOM: 10px;
}

.insta-item span {
    FONT-SIZE: 20px;
}

.insta-item span I {
    FONT-SIZE: 26px;
    MARGIN-BOTTOM: 14px;
}
}
@media only screen and (max-width: 600px) {
	.inner-banner {
    height: 300px !important;
    min-height: 300px !important;
}
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
	.inner-banner {
    height: 300px !important;
    min-height: 300px !important;
}
	.gallery-grid {
    grid-template-columns: repeat(2, 1fr);
}
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 384px) {
	.px-5 {
    padding: 0 15px !important;
}

.mini-gallery {
    padding: 20px 0px !important;
}
   .title-text, .service-text h2, .sidebar-box h4, .service-text h2, .service-text h3, .service-text h4, .blog-detail-box h3, .blog-detail-box h4, .blog-detail-box h2 {
        font-size: 21px;
    }
}
@media only screen and (max-width: 375px) {
	.inner-banner {
    height: 200px !important;
    min-height: 200px !important;
} 
	.inner-banner .head-title {
    font-size: 19px;
    text-align: center;
}
}

@media only screen and (max-width: 360px) {
    .services-row.gap-4 {
        grid-template-columns: repeat(1, 1fr);
    }

    .films-heading {
        display: block;
    }

    h1.title-text {
        font-size: 36px;
    }

    section.hero-banner {
        height: 408px;
    }

    .banner-img {
        height: inherit;
    }

    .about-images img {
        width: 177px;
    }

    .about-images .image-first {
        margin: 0;
        transform: rotate(0deg);
    }

    .about-images .images-second {
        display: none;
    }

    .newsletter-form input {
        width: 75%;
    }

    .main-footer h4 {
        margin-bottom: 15px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    footer img {
        width: 106px;
        height: auto;
        margin-bottom: 16px;
    }

    .main-footer h4 {
        font-size: 22px;
    }
}
