@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');


:root {
    --btn-color: #B90808;
    --font: "Sora", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Sora", sans-serif;
    background-color: #000;
}

.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0px;
}

.main-header .header-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-inner .brand-logo {
    width: 145px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header .header-inner .brand-logo img {
    width: 100%;
    height: auto;
    display: block;
}
.main-header .header-inner .call-now{
    display: flex;
    align-items: center;
    gap: 30px;
    align-items: center;
}
.main-header .header-inner .call-now .call-link{
    display: flex;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color .3s ease;
    border: 1px solid #ccc;
    padding: 7px 11px;
    flex-direction: row;
    gap: 8px;
}
.main-header .header-inner .call-now .call-link:hover{
      color: #e00000;
}
.main-header .header-inner .call-now .call-link .call-icon{
    color: #fff;
}
.main-header .header-inner .call-now .call-link .call-text{
    display: flex;
    color: #ffff;
    gap: 10px;
}

.main-header .header-inner .menu-toggle {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 7px;
    cursor: pointer;
    padding: 5px;
    /* margin-top: 20px; */
}
/* ==========================================
   MENU BUTTON
========================================== */

.menu-toggle {
    width: 45px;
    height: 45px;

    border: 1px solid rgba(255,255,255,.4);
    background: transparent;

    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 6px;

    padding: 10px;

    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 1px;

    background: #fff;

    transition: .3s ease;
}

.menu-toggle:hover span:nth-child(1) {
    width: 70%;
}

.menu-toggle:hover span:nth-child(3) {
    width: 70%;
}


/* ==========================================
   OFFCANVAS
========================================== */

.main-offcanvas {
    width: 440px !important;

    background: #151515;

    color: #fff;

    border-left: 1px solid rgba(255,255,255,.08);
}


/* ==========================================
   HEADER
========================================== */

.main-offcanvas .offcanvas-header {
    padding: 28px 30px 0;

    justify-content: flex-end;
}


/* ==========================================
   CLOSE BUTTON
========================================== */

.offcanvas-close {
    position: relative;

    width: 85px;
    height: 30px;

    padding: 0;

    border: 0;

    background: transparent;

    color: #fff;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: flex-start;
}

.offcanvas-close span {
    font-size: 13px;

    font-weight: 600;

    letter-spacing: 4px;
}

.offcanvas-close i {
    position: absolute;

    right: 0;

    top: 14px;

    width: 27px;

    height: 1px;

    background: #fff;
}

.offcanvas-close i:first-of-type {
    transform: rotate(45deg);
}

.offcanvas-close i:last-of-type {
    transform: rotate(-45deg);
}


.main-offcanvas .offcanvas-body {
    padding: 20px 55px 50px;
}

.sidebar-logo {
    text-align: center;

    margin: 10px 0 30px;
}

.sidebar-logo img {
    width: 100px;

    max-width: 100%;
}


.sidebar-instagram {
    text-align: center;

    margin-bottom: 25px;
}

.sidebar-instagram h3,
.sidebar-follow h3 {
    margin: 0 0 25px;

    color: #fff;

    font-size: 20px;

    font-weight: 600;
}

.sidebar-contact {
    margin-top: 20px;
}

.sidebar-contact-item {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-bottom: 17px;
}

.sidebar-contact-item > span {
    width: 22px;
    height: 22px;

    min-width: 22px;

    border: 1px solid rgba(255,255,255,.15);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #777;

    font-size: 10px;
}

.sidebar-contact-item a,
.sidebar-contact-item p {
    margin: 0;

    color: #ddd;

    font-size: 14px;

    line-height: 1.6;

    font-weight: 500;

    text-decoration: none;
}


/* ==========================================
   FOLLOW
========================================== */

.sidebar-follow {
    text-align: center;

    margin-top: 55px;
}


/* ==========================================
   SOCIAL
========================================== */

.sidebar-social {
    display: flex;

    justify-content: center;

    gap: 8px;

    flex-wrap: wrap;
}

.sidebar-social a {
    width: 32px;
    height: 32px;

    border: 1px solid rgba(255,255,255,.25);

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 12px;

    text-decoration: none;

    transition: .3s ease;
}

.sidebar-social a:hover {
    background: #e00000;

    border-color: #e00000;
}

.menu-toggle span {
    display: block;
    height: 1px;
    background: #fff;
    transition: all 0.3s ease;
}

.menu-toggle span:nth-child(1) {
    width: 38px;
}

.menu-toggle span:nth-child(2) {
    width: 27px;
}

.menu-toggle span:nth-child(3) {
    width: 38px;
}

.hero-slider {
    width: 100%;
    overflow: hidden;
}

.hero-slider .hero-carousel {}

.hero-slider .hero-carousel .item {}

.hero-slider .hero-carousel .item img {
    width: 100%;
    display: block;
}

.hero-slider .hero-carousel .owl-nav {
    margin: 0;
}

.hero-slider .hero-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    margin: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.hero-slider .hero-carousel .owl-nav .owl-prev {
    left: 20px;
}

.hero-slider .hero-carousel .owl-nav .owl-next {
    right: 20px;
}

.hero-slider .hero-carousel .owl-nav button i {
    font-size: 20px;
}

.hero-slider .hero-carousel .owl-nav button:hover {
    background: #fff;
    color: #000;
}

.hero-slider .hero-carousel .item .mobile-image {
    display: none;
}

.hero-slider .hero-carousel .item .web-image {
    display: block;
}

.top-banner {
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

.top-banner .top-head {}

.top-banner .top-head h2 {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 30px;
    text-align: center;
    color: #fff;
    font-family: var(--font);
}

.top-banner .top-carousel {
    width: 100%;
}

.top-banner .top-carousel .item {
    width: 100%;
    padding: 0 10px;
}

.top-banner .top-carousel .item .top-img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.top-banner .top-carousel .item .top-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


/* Owl Navigation */
.top-banner .top-carousel .owl-nav {
    margin: 0;
}

.top-banner .top-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    z-index: 10;
    transition: all 0.3s ease;
}

.top-banner .top-carousel .owl-nav .owl-prev {
    left: -22px;
}

.top-banner .top-carousel .owl-nav .owl-next {
    right: -22px;
}

.top-banner .top-carousel .owl-nav button i {
    font-size: 20px;
    line-height: 1;
}

.top-banner .top-carousel .owl-nav button:hover {
    background: #000;
    color: #fff;
}

.brands-trust {
    width: 100%;
    padding: 70px 0;
    background: #000000;
    color: #fff;
    overflow: hidden;
}

.brands-trust .brands-content {}

.brands-trust .brands-content h2 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 18px;
    color: #fff;
    font-family: var(--font);
}

.brands-trust .brands-content p {
    max-width: 390px;
    margin: 0 0 25px;

    font-size: 17px;
    line-height: 1.6;
    font-weight: 400;
    color: #d0d0d0;
}

.brands-trust .brands-content .brands-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 15px 28px;
    background: #d40808;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
}

.brands-trust .brands-content .brands-btn span {
    font-size: 20px;
    line-height: 1;
}

.brands-trust .brands-content .brands-btn:hover {
    background: #b80000;
    color: #fff;
}

.brands-trust .brands-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;

    display: flex;
    flex-direction: column;
    gap: 25px;
}

.brands-trust .brands-marquee .marquee-row {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.brands-trust .brands-marquee .marquee-track {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 55px;
    will-change: transform;
}

.brands-trust .brands-marquee .marquee-track .brand-logo {
    width: 120px;
    height: 65px;
    flex: 0 0 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-trust .brands-marquee .marquee-track .brand-logo img {
    max-width: 100%;
    max-height: 55px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);

    display: block;
}

.brands-trust .brands-marquee .marquee-track .brand-logo:hover img {
    filter: none;
    opacity: 1;
}

.marquee-left .marquee-track {
    animation: marqueeLeft 25s linear infinite;
}

.marquee-right .marquee-track {
    animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeLeft {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes marqueeRight {

    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }

}

.marquee-row:hover .marquee-track {
    animation-play-state: paused;
}

.services-section {
    width: 100%;
    padding: 70px 0 40px;
    background-color: #000;
    color: #fff;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}


/* Background Image */
.services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/vector3.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    opacity: 0.2;
    z-index: -1;
}

.services-heading {
    margin-bottom: 45px;
}

.services-title span {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}

.services-title h2 {
    margin: 0;
    font-size: 35px;
    line-height: 1.15;
    font-weight: 500;
    color: #fff;
}

.services-description {
    max-width: 620px;
    padding-top: 38px;
    padding-left: 30px;
}

.services-description p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #cfcfcf;
}

.services-description strong {
    color: #fff;
    font-weight: 700;
}

.services-slider {
    position: relative;
    width: 100%;
}

.services-carousel {
    position: relative;
    width: 100%;
}

.services-carousel .item {
    width: 100%;
}

.services-carousel .service-box {
    min-height: 200px;
    padding: 20px 25px 30px;
    text-align: center;
    border-right: 1px solid #ccc;
    transition: all 0.3s ease;
}

.services-carousel .owl-item.visible-first .service-box {
    border-left: none;
}

.services-carousel .owl-item.visible-last .service-box {
    border-right: none;
}

.services-carousel .service-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-carousel .service-icon img {
    width: auto;
    max-width: 60px;
    height: auto;
    max-height: 60px;
    display: block;
}

.services-carousel .service-icon .web-image {
    display: block;
}

.services-carousel .service-icon .mobile-image {
    display: none;
}

.services-carousel .service-box h3 {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}

.services-carousel .service-box p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #d0d0d0;
}

.services-carousel .owl-nav {
    margin: 0;
}

.services-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    transition: all 0.3s ease;
}

.services-carousel .owl-nav .owl-prev {
    left: -20px;
}

.services-carousel .owl-nav .owl-next {
    right: -20px;
}

.services-carousel .owl-nav button i {
    font-size: 18px;
    line-height: 1;
}

.services-carousel .owl-nav button:hover {
    background: #000;
    color: #fff;
}

.about-section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: #000000;
    color: #fff;
    overflow: hidden;
}

.about-section .about-inner {}

.about-section .about-inner span {
    margin-bottom: 8px;
    display: block;
}

.about-section .about-inner h2 {
    font-size: 35px;
}

.about-section .brands-btn {
    padding: 15px 28px;
    background: #d40808;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
    display: inline-flex;
    gap: 9px;
}

.about-gallery {
    position: relative;
    width: 100%;

    min-height: 550px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.about-gallery-bg {
    position: absolute;

    left: -80px;
    top: 50%;

    width: 100%;
    height: 100%;

    transform: translateY(-50%);

    pointer-events: none;
}


.about-gallery-bg img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    opacity: .25;
}


/* =========================
   SLIDER
========================= */

.about-gallery-slider {
    position: relative;

    width: 90%;

    margin: 0 auto;
}


.aboutSwiper {
    width: 100%;
    height: 430px;

    overflow: visible;
}


.aboutSwiper .swiper-slide {
    width: 100%;
    height: 100%;

    border-radius: 20px;

    overflow: hidden;

    background: #222;

    cursor: grab;

    user-select: none;
}


.aboutSwiper .swiper-slide:active {
    cursor: grabbing;
}


.gallery-image {
    width: 100%;
    height: 100%;
}


.gallery-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    pointer-events: none;

    user-select: none;

    -webkit-user-drag: none;
}


/* =========================
   KNOW MORE BUTTON
========================= */

.gallery-button {
    position: absolute;

    right: -55px;
    bottom: -55px;

    z-index: 20;
}


.gallery-button a {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #d50000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease;
}


.gallery-button a:hover {
    transform: scale(1.05);
}


.gallery-button .button-arrow {
    font-size: 13px;
}


/* =========================
   RIGHT CONTENT
========================= */

.about-content {
    padding-left: 34px;

}


.about-subtitle {
    display: block;

    margin-bottom: 20px;

    font-size: 16px;
    font-weight: 600;

    letter-spacing: 2px;

    color: #fff;
}


.about-content h2 {
    margin: 0 0 25px;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    color: #fff;
}


.about-content h2 span {
    color: #d50000;
}


.about-content p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.7;
    color: #cfcfcf;
}


.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    padding: 14px 24px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: all .3s ease;
}


.about-btn:hover {
    background: #fff;

    color: #000;
}


.about-btn i {
    font-size: 16px;
}
.video_sec {
    width: 100%;
}

.video_sec .myVideoSlider {
    padding: 40px 0 20px;
    margin-bottom: 40px;
}

.video_sec .myVideoSlider .swiper-wrapper {
    margin-bottom: 30px;
}

.video_sec .myVideoSlider .swiper-slide {
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.video_sec .myVideoSlider .swiper-slide:hover {
    transform: scale(1.02);
}

.video_sec .myVideoSlider .swiper-slide .video-wrapper {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    border-radius: 18px;
}

.video_sec .myVideoSlider .swiper-slide .video-wrapper video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.video_sec .myVideoSlider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    opacity: 1;
    transition: all 0.3s ease;
}

.video_sec .myVideoSlider .swiper-pagination-bullet-active {
    background: #d50000;
    width: 10px;
    border-radius: 10px;
}
/* =========================================
   WHY CHOOSE SECTION
========================================= */

.why-choose-section {
    width: 100%;
    background: #000000;
    color: #fff;
    overflow: hidden;
}


/* =========================================
   LEFT CONTENT
========================================= */

.why-content {
    min-height: 650px;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-small-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}

.why-content h2 {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 70px;
}


/* =========================================
   FEATURE TABS
========================================= */

.feature-tabs {
    width: 100%;
    max-width: 500px;
}

.feature-tab {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 92px;

    border-bottom: 1px solid #303030;

    cursor: pointer;

    transition:
        color .3s ease,
        padding-left .4s ease;
}


/* Arrow */

.tab-arrow {
    width: 55px;

    font-size: 28px;
    line-height: 1;

    color: #fff;

    transition:
        color .3s ease,
        transform .3s ease;
}


/* Title */

.tab-title {
    font-size: 25px;
    font-weight: 600;

    color: #fff;

    transition: color .3s ease;
}


/* Active */

.feature-tab.active {
    color: #e00000;
    padding-left: 8px;
}

.feature-tab.active .tab-arrow {
    color: #e00000;
    transform: translate(3px, -3px);
}

.feature-tab.active .tab-title {
    color: #e00000;
}


/* Hover */

.feature-tab:hover .tab-arrow {
    color: #e00000;
}

.feature-tab:hover {
    padding-left: 8px;
}


/* =========================================
   RIGHT IMAGE AREA
========================================= */

.why-image-area {
    position: relative;
    min-height: 650px;
}


/* =========================================
   IMAGE
========================================= */

.why-image {
    position: absolute;
    inset: 0;
    /* width: 100%; */
    /* height: 100%; */
}

.why-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, .25),
        rgba(0, 0, 0, 0)
    );
}

.why-image img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    display: block;
    transition:
        opacity .35s ease,
        transform .7s ease;
}


/* =========================================
   RIGHT INFORMATION
========================================= */

.why-info {
    position: absolute;
    z-index: 2;
    left: -110px;
    bottom: 95px;
    width: 63%;
    padding: 35px 40px;
    background: #151515;
}


/* Logo */

.why-logo {
    width: 70px;
    height: 55px;

    margin-bottom: 45px;
}

.why-logo img {
    max-width: 100%;
    max-height: 100%;

    object-fit: contain;
}


/* Title */

.why-info h3 {
    font-size: 22px;
    margin: 0 0 20px;

    font-weight: 600;
}


/* Description */

.why-info p {
    font-size: 16px;
    line-height: 1.7;

    color: #ddd;

    margin: 0 0 30px;
}


/* Read More */

.read-more {
    display: inline-flex;

    align-items: center;
    gap: 12px;

    color: #fff;

    text-decoration: none;

    font-size: 15px;
    font-weight: 500;

    transition: .3s ease;
}

.read-more span {
    font-size: 25px;

    transition: transform .3s ease;
}

.read-more:hover {
    color: #e00000;
}

.read-more:hover span {
    transform: translateX(6px);
}


/* =========================================
   STATS
========================================= */

.why-stats {
    position: absolute;
    z-index: 5;
    bottom: -62px;
    display: flex;
    gap: 27px;
    right: -40%;
    width: 100%;
    /* transform: translateX(40%); */
}

.stat-box {
    width: 225px;
    height: 145px;
    padding: 19px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-box strong {
    display: block;

    font-size: 52px;
    line-height: 1;

    font-weight: 700;

    margin-bottom: 10px;
}

.stat-box span {
    font-size: 17px;
    font-weight: 600;
}

.stat-dark {
    background: #202020;
}

.stat-red {
    background: #d90000;
}


/* =========================================
   IMAGE CHANGE ANIMATION
========================================= */

.why-image img.image-changing {
    opacity: 0;
    transform: scale(1.04);
}



.portfolio-section {
    width: 100%;
    padding: 60px 0 80px;
    background: #000000;
    color: #fff;
    overflow: hidden;
}

.portfolio-section .portfolio-heading {
   text-align: center;
    margin-bottom: 28px;
  
}

.portfolio-section .portfolio-heading span {
       font-weight: 600;
    color: #fff;
   
}
.portfolio-section .portfolio-heading .portfolio-heading h2{
    font-size: 36px;
    color:#fff;
}
.portfolio-section .portfolio-heading .portfolio-heading h2 span{
   font-style:italic
}


/* =========================
   PAGE
========================= */

.portfolio-page {
    display: none;
}

.portfolio-page.active {
    display: block;
}


/* =========================
   GRID
========================= */

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


/* =========================
   CARD
========================= */

.portfolio-card {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
}

.portfolio-image {
    position: relative;
    width: 100%;
    height: 470px;
    overflow: hidden;
    background: #222;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.portfolio-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    background: transparent;

    overflow: hidden;
}

/* Left gate */
.portfolio-overlay::before {
    content: "";
    position: absolute;

    top: 0;
    left: 0;

    width: 50%;
    height: 100%;

    background: rgba(0, 0, 0, 0.75);

    transform: translateX(-100%);

    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);

    z-index: 1;
}


/* Right gate */
.portfolio-overlay::after {
    content: "";
    position: absolute;

    top: 0;
    right: 0;

    width: 50%;
    height: 100%;

    background: rgba(0, 0, 0, 0.75);

    transform: translateX(100%);

    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);

    z-index: 1;
}


/* Hover - gates close from both sides */
.portfolio-card:hover .portfolio-overlay::before {
    transform: translateX(0);
}

.portfolio-card:hover .portfolio-overlay::after {
    transform: translateX(0);
}


/* Text */
.portfolio-overlay h3 {
    position: relative;
    z-index: 2;

    margin: 0;

    color: #fff;

    font-size: 28px;
    font-weight: 600;

    opacity: 0;
    transform: translateY(20px);

    transition:
        opacity 0.3s ease 0.2s,
        transform 0.4s ease 0.2s;
}


/* Show text after gate opens/closes */
.portfolio-card:hover .portfolio-overlay h3 {
    opacity: 1;
    transform: translateY(0);
}
.portfolio-overlay h3 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}


/* =========================
   HOVER
========================= */

.portfolio-card:hover .portfolio-image img {
    transform: scale(1.06);
}

.portfolio-card:hover .portfolio-overlay {
    background: rgba(0, 0, 0, 0.35);
}


/* =========================
   PAGINATION
========================= */

.portfolio-pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-top: 45px;
}

.portfolio-page-number {
    width: auto;
    height: auto;

    padding: 0;
    border: 0;
    outline: none;

    background: transparent;
    color: #fff;

    font-size: 16px;
    font-weight: 500;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}


/* Active */

.portfolio-page-number.active {
    width: 34px;
    height: 34px;

    border-radius: 50%;

    background: #d80000;
    color: #fff;
}


/* Next */

.portfolio-next {
    width: 30px;
    height: 30px;

    padding: 0;
    border: 0;
    outline: none;

    background: transparent;
    color: #fff;

    font-size: 18px;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}

.portfolio-next:hover {
    color: #d80000;
}
/* =========================================
   TESTIMONIAL SECTION
========================================= */

.testin {
    position: relative;
    width: 100%;
    /* min-height: 500px; */
    padding: 70px 0px;
    background: #151515;
    overflow: hidden;
}

.testin .testimonial-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.testin .testimonial-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.testin:hover .testimonial-image img {
    transform: scale(1.04);
}

.testin .testimonial-slider .item {
    padding: 20px;
}

.testin .testimonial-card {
    position: relative;
    width: 100%;
    min-height: 370px;
    padding: 38px 35px;
    background: rgba(20, 20, 20, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    color: #fff;
    overflow: hidden;
    transition:
        transform 0.4s ease,
        border-color 0.4s ease;
}

.testin .testimonail-inn {
    position: relative;

    padding-bottom: 20px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.testin .testimonail-inn h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.testin .star-rating {
    display: flex;

    align-items: center;

    gap: 4px;

    margin-bottom: 8px;
}

.testin .star-rating i {
    color: #ffc400;

    font-size: 16px;

    line-height: 1;
}

.testin .testimonail-inn span {
    display: inline-block;

    color: #999;

    font-size: 13px;
    font-weight: 400;
}

.testin .content {
    padding-top: 25px;
}

.testin .content p {
    margin: 0;
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

.testin .testimonial-slider .owl-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
}

.testin .testimonial-slider .owl-nav button {
    width: 42px;
    height: 42px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        background 0.3s ease,
        border-color 0.3s ease;
}

.testin .testimonial-slider .owl-nav button:hover {
    background: #e00000;

    border-color: #e00000;
}

.testin .testimonial-slider .owl-dots {
    margin-top: 25px;
}

.testin .testimonial-slider .owl-dots button {
    margin: 0 4px;
}

.testin .testimonial-slider .owl-dots span {
    display: block;
    width: 7px;
    height: 7px;
    margin: 0;
    border-radius: 50%;
    background: #555;
    transition: all 0.3s ease;
}

.testin .testimonial-slider .owl-dots button.active span {
    width: 24px;
    border-radius: 10px;
    background: #e00000;
}
/* =========================================================
   BEST PRODUCT PHOTOGRAPHY CONTENT SECTION
========================================================= */

.best-que {
    position: relative;
    width: 100%;
    padding: 65px 0 45px;
    background: #151515;
    color: #ffffff;
    overflow: hidden;
}




/* =========================================================
   MAIN HEADING
========================================================= */

.best-que h2 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.5px;
}


/* =========================================================
   SHORT CONTENT
========================================================= */

.best-que-short {
    width: 100%;
}

.best-que-short p {
    margin: 0;
    max-width: 100%;
    color: #d2d2d2;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
}


/* =========================================================
   FULL CONTENT
========================================================= */

.best-que-full-content {
    max-height: 0;

    margin-top: 0;

    overflow: hidden;

    opacity: 0;

    visibility: hidden;

    transition:
        max-height 0.9s ease,
        opacity 0.5s ease,
        margin-top 0.5s ease,
        visibility 0s linear 0.9s;
}


/* =========================================================
   FULL CONTENT ACTIVE
========================================================= */

.best-que-full-content.show {
    max-height: 10000px;

    margin-top: 35px;

    opacity: 1;

    visibility: visible;

    transition:
        max-height 1.2s ease,
        opacity 0.5s ease,
        margin-top 0.5s ease,
        visibility 0s linear 0s;
}


/* =========================================================
   FULL CONTENT HEADING
========================================================= */

.best-que-full-content h3 {
    margin: 35px 0 18px;

    color: #ffffff;

    font-size: 26px;

    line-height: 1.35;

    font-weight: 600;
}

.best-que-full-content h3:first-child {
    margin-top: 0;
}


/* =========================================================
   FULL CONTENT PARAGRAPH
========================================================= */

.best-que-full-content p {
    margin: 0 0 22px;

    color: #cfcfcf;

    font-size: 16px;

    line-height: 1.75;

    font-weight: 400;
}


/* =========================================================
   IMPORTANT POINTS
========================================================= */

.best-que-full-content .photography-points {
    margin-top: 10px;

    padding: 0;
}

.best-que-full-content .photography-points p {
    position: relative;

    margin-bottom: 18px;

    padding-left: 20px;
}


/* Red line before points */

.best-que-full-content .photography-points p::before {
    content: "";

    position: absolute;

    top: 10px;
    left: 0;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #e00000;
}


/* =========================================================
   STRONG TEXT
========================================================= */

.best-que-full-content strong {
    color: #ffffff;

    font-weight: 600;
}


/* =========================================================
   READ MORE BUTTON
========================================================= */

.best-que .read-more-btn {
    position: relative;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    min-width: 145px;
    height: 46px;
    padding: 0 25px;
    border: 1px solid #e00000;
    border-radius: 4px;
    outline: none;
    background: #e00000;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
    gap: 10px;
}


/* Button Hover */

.best-que .read-more-btn:hover {
    background: transparent;

    border-color: #e00000;

    color: #e00000;

    transform: translateY(-2px);
}


/* Button Focus */

.best-que .read-more-btn:focus {
    outline: none;

    box-shadow: none;
}

/* =========================================
   FOOTER INFO
========================================= */

.footer-info {
    position: relative;

    padding: 75px 0 65px;

    background: #151515;

    color: #fff;

    overflow: hidden;
}


/* Background waves */

.footer-info::before {
    content: "";

    position: absolute;

    top: -80px;
    left: -5%;

    width: 110%;
    height: 300px;

    background:
        repeating-radial-gradient(
            ellipse at 30% 0%,
            transparent 0,
            transparent 14px,
            rgba(255,255,255,.035) 15px,
            transparent 16px
        );

    transform: rotate(-4deg);

    pointer-events: none;
}


/* =========================================
   CONTAINER
========================================= */

.footer-info .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   CONTACT ROW
========================================= */

.footer-contact {
    align-items: center;

    margin-bottom: 85px;
}


/* =========================================
   CONTACT BOX
========================================= */

.contact-box {
    display: flex;

    align-items: flex-start;

    gap: 25px;

    padding: 10px 15px;
}


/* =========================================
   ICON
========================================= */

.contact-icon {
    flex: 0 0 56px;

    width: 56px;
    height: 56px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #d90000;

    color: #fff;

    font-size: 22px;
}


/* =========================================
   CONTENT
========================================= */

.contact-content {
    flex: 1;
}

.contact-content h4 {
    margin: 0 0 12px;

    color: #fff;

    font-size: 22px;

    line-height: 1.2;

    font-weight: 600;
}

.contact-content p {
    margin: 0;

    color: #c9c9c9;

    font-size: 16px;

    line-height: 1.6;
}


/* =========================================
   SERVICES
========================================= */

.services-wrapper {
    position: relative;

    width: 100%;
}


/* =========================================
   TITLE
========================================= */

.services-title {
    margin-bottom: 55px;
}

.services-title h2 {
    margin: 0;

    color: #fff;

    font-size: 38px;

    line-height: 1.2;

    font-weight: 600;
}


/* =========================================
   SERVICE LIST
========================================= */

.services-list {
    row-gap: 20px;
}

.services-list ul {
    list-style: none;

    margin: 0;

    padding: 0;
}

.services-list li {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 20px;

    color: #eeeeee;

    font-size: 15px;

    line-height: 1.4;

    transition: color .3s ease;
}

.services-list li:last-child {
    margin-bottom: 0;
}


/* Icon */

.services-list li i {
    flex: 0 0 auto;

    color: #fff;

    font-size: 18px;

    transition:
        color .3s ease,
        transform .3s ease;
}


/* Hover */

.services-list li:hover {
    color: #e00000;
}

.services-list li:hover i {
    color: #e00000;

    transform: translateX(3px);
}


/* =========================================
   VIEW MORE
========================================= */

.view-more {
    display: flex;

    justify-content: center;

    margin-top: 45px;
}

.view-more a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 178px;

    height: 51px;

    padding: 0 25px;

    background: #e00000;

    color: #fff;

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;

    transition:
        background .3s ease,
        transform .3s ease;
}

.view-more a:hover {
    background: #b90000;

    color: #fff;

    transform: translateY(-3px);
}


/* =========================================================
   MAIN FOOTER
========================================================= */

.main-footer {
    position: relative;

    background: #111111;

    color: #ffffff;

    overflow: hidden;
}


/* =========================================================
   FOOTER MAIN
========================================================= */

.footer-main {
    position: relative;

    min-height: 488px;

    padding: 75px 0 45px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.20);

    overflow: hidden;
}


/* =========================================================
   CENTER FOOTER
========================================================= */

.footer-center {
    position: relative;

    min-height: 400px;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;
}


/* Big circular border */

.footer-circle {
    position: absolute;

    width: 1000px;
    height: 1000px;

    left: 50%;
    top: 30px;

    transform: translateX(-50%);

    border: 1px solid rgba(255, 255, 255, 0.15);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================================
   CENTER CONTENT
========================================================= */

.footer-center-content {
    position: relative;

    z-index: 2;

    width: 430px;

    max-width: 100%;
}


/* =========================================================
   LOGO
========================================================= */

.footer-logo {
    margin-bottom: 18px;
}

.footer-logo a {
    display: inline-block;
}

.footer-logo img {
    display: block;

    width: 140px;

    max-width: 100%;

    height: auto;

    margin: 0 auto;
}


/* =========================================================
   CENTER TEXT
========================================================= */

.footer-center-content p {
    margin: 0;

    color: #d4d4d4;

    font-size: 18px;

    line-height: 1.35;

    font-weight: 500;

    letter-spacing: 1.5px;
}


/* =========================================================
   FOOTER MENU
========================================================= */

.footer-menu {
    position: relative;

    z-index: 5;
}

.footer-menu ul {
    margin: 0;

    padding: 0;

    list-style: none;
}

.footer-menu li {
    margin-bottom: 25px;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu a {
    position: relative;

    display: inline-block;

    color: #d7d7d7;

    text-decoration: none;

    font-size: 16px;

    line-height: 1.2;

    font-weight: 600;

    letter-spacing: 2px;

    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.footer-menu a:hover {
    color: #ffffff;

    transform: translateX(5px);
}


/* =========================================================
   LEFT MENU
========================================================= */

.footer-menu-left {
    padding-left: 0;
}


/* =========================================================
   RIGHT MENU
========================================================= */

.footer-menu-right {
    padding-left: 15px;
}


/* =========================================================
   GOOGLE REVIEW
========================================================= */

.google-review {
    margin-top: 30px;
}

.google-review a {
    display: inline-block;
}

.google-review img {
    width: 115px;

    height: auto;

    display: block;
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom {
    position: relative;

    min-height: 75px;

    padding: 18px 0;
}


/* =========================================================
   COPYRIGHT
========================================================= */

.copyright {
    color: #8d9daf;

    font-size: 14px;

    line-height: 1.5;
}

.copyright strong {
    color: #ffffff;

    font-weight: 500;
}


/* =========================================================
   SOCIAL ICONS
========================================================= */

.footer-social {
    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 14px;
}

.footer-social a {
    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #383838;

    color: #ffffff;

    text-decoration: none;

    font-size: 16px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.footer-social a:hover {
    background: #e00000;

    color: #ffffff;

    transform: translateY(-3px);
}


/* =========================================================
   BACK TO TOP
========================================================= */

.footer-top-btn {
    position: fixed;
    right: 45px;
    bottom: 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: #333333;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    z-index: 20;
    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.footer-top-btn:hover {
    background: #e00000;

    color: #ffffff;
}
/* =========================================
   FIXED SOCIAL BUTTON
========================================= */
/* =========================================
   SOCIAL FIXED
========================================= */

.social-fixed {
    position: fixed;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


/* =========================================
   COMMON BUTTON
========================================= */

.social-whatsapp,
.social-call {
    position: relative;

    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    color: #fff;
    text-decoration: none;

    overflow: hidden;

    white-space: nowrap;

    transition:
        width .4s cubic-bezier(.77, 0, .18, 1),
        background .3s ease;
}


/* =========================================
   WHATSAPP
========================================= */

.social-whatsapp {
    background: #20d45a;

    border-radius: 10px 0 0 0;
}


/* =========================================
   PHONE
========================================= */

.social-call {
    background: #ff0000;

    border-radius: 0 0 0 10px;
}


/* =========================================
   TEXT
========================================= */

.social-whatsapp span,
.social-call span {
    position: absolute;
    left: 20px;
    color: #fff;

    font-size: 14px;
    font-weight: 500;

    opacity: 0;

    transform: translateX(15px);

    transition:
        opacity .25s ease,
        transform .4s ease;
}

.social-whatsapp i,
.social-call i {
    position: absolute;
    right: 0;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 21px;
    transition: .3s ease;
}

.social-whatsapp i {
    font-size: 23px;
}

.social-whatsapp:hover {
    width: 190px;
}

.social-whatsapp:hover span {
    opacity: 1;

    transform: translateX(0);
}
.social-call:hover {
    width: 190px;
}

.social-call:hover span {
    opacity: 1;

    transform: translateX(0);
}


@media (max-width: 575px) {

    .social-whatsapp:hover,
    .social-call:hover {
        width: 170px;
    }

}