/* Clash Display Variable */
@import url('https://unpkg.com/@fontsource-variable/clash-display@latest/index.css');

/* Montagu Slab */
@import url('https://unpkg.com/@fontsource/montagu-slab@latest/index.css');

/* Inika */
@import url('https://unpkg.com/@fontsource/inika@latest/index.css');


@font-face {
    font-family: 'objectivitylight';
    src: url('objectivity.light.woff2') format('woff2'),
        url('objectivity.light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'objectivityregular';
    src: url('objectivity.regular.woff2') format('woff2'),
        url('objectivity.regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* ================================ FONTS END ========================================= */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    line-height: normal;
    list-style: none;
    outline: none;
}

html,
body {
    overflow-x: hidden;
    background: #000;
    scroll-behavior: smooth;
    position: relative;
    font-family: 'objectivitylight';
}

.container {
    width: 100%;
    max-width: 82.5rem;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/* ================================ SLIDER ========================================= */
header {
    font-family: "Clash Display Variable", sans-serif;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 4.375rem 0;
}

nav {
    padding: 2.8rem 1.5rem;
}

.header .row {
    justify-content: start;
}

.logo {
    margin-right: 2rem;
}

.nav-list {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 1.069rem;
}

.nav-item {
    display: flex;
    align-items: center;
}

.nav-link {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 1rem;
    border-right: 2px solid #fff;
    position: relative;
}

.nav-item:first-child .nav-link {
    color: #fff;
}

.nav-item:nth-child(5) .nav-link {
    border-right: none;
}

.nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
}

.nav-link:hover {
    color: #fff;
}

.nav-link:hover::after {
    width: 30%;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 2.500rem;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    min-width: 13.750rem;
    padding: 0.8rem 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.dropdown-link {
    display: block;
    padding: 0.6rem 1.5rem;
    color: rgba(255, 255, 255, 0.8) !important;
    text-transform: capitalize;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    border-right: none !important;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-link:hover {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 1.8rem;
}

.nav-link img {
    width: 1rem;
    margin-left: 6px;
    transition: transform 0.3s ease;
    filter: brightness(0.8);
}

.dropdown:hover .nav-link img {
    transform: rotate(180deg);
    filter: brightness(1);
}

.dropdown:hover>.nav-link {
    color: #fff !important;
}

.nav-toggle,
.nav-close {
    display: none;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
}

.slider-container {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.slider-wrapper .slider-item {
    position: relative;
    width: 100%;
    min-height: 56rem;
    display: flex;
    align-items: center;
}

.slider-wrapper .slider-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(20%);
    background-size: cover;
    background-position: center;
    background-image: url("../images/banner-image-1.jpg");
}

.slider-wrapper .slider-item:nth-child(2)::before {
    background-image: url("../images/banner-image-2.jpg");
}

.slider-wrapper .slider-item:nth-child(3)::before {
    background-image: url("../images/banner-image-3.jpg");
}

.slider-wrapper .slider-item:nth-child(4)::before {
    filter: grayscale(25%) brightness(80%);
    background-image: url("../images/banner-image-4.jpg");
}

.slider-wrapper .slider-item .slide-content {
    z-index: 100;
}

.slider-controls {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.688rem;
    font-family: 'Montagu Slab', serif;
    color: #fff;
    font-size: 1.250rem;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    z-index: 10;
}

.slider-pagination {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slider-tab {
    position: relative;
    height: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.slider-tab::before {
    content: '';
    position: absolute;
    left: 0;
    top: 35.94%;
    height: 28.13%;
    width: 1px;
    background-color: #fd6f00;
    opacity: 0;
}

.slider-tab.current::before {
    opacity: 1;
}

.slider-tab span {
    opacity: 0.5;
}

.slider-tab.current span {
    opacity: 1;
}

.social-media-links {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 4.688rem;
    height: 100%;
    font-family: 'Montagu Slab', serif;
    z-index: 10;
}

.social-media-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s ease-in;
}

.social-media-link:last-child {
    border-bottom: none;
}

.social-media-link:hover {
    color: #000;
    background: #fff;
}

.social-media-label {
    font-size: 0.875rem;
    font-weight: 300;
    text-transform: uppercase;
    transform: rotate(-90deg);
    letter-spacing: 0.5rem;
}

.subheading {
    display: inline-block;
    line-height: 26px;
    background: linear-gradient(87.11deg, #fd6f00, #f79420);
    text-align: center;
    font-size: 0.875rem;
    letter-spacing: 1.11em;
    padding-left: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.heading {
    max-width: 38.813rem;
    width: 100%;
    font-size: 4.623rem;
    letter-spacing: -0.1em;
    background: linear-gradient(90deg, #ac4d02, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 13px 0;
}

.heading span {
    background: linear-gradient(90deg, #fd6f00, rgba(255, 255, 255, 0.52));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 8.367rem;
    font-weight: 500;
}

.paragraph {
    max-width: 38.813rem;
    width: 100%;
    font-size: 1.188rem;
    font-weight: 300;
    line-height: 1.750rem;
    color: rgba(255, 255, 255, 0.5);
}

.slide-content .button {
    display: block;
    width: 332px;
    color: #fff;
    line-height: 4.438rem;
    text-align: center;
    backdrop-filter: blur(10px);
    font-size: 1.516rem;
    font-weight: 200;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 2.188rem;
    position: relative;
    overflow: hidden;
    transition: background-color 0.4s ease, border-color 0.4s ease;
}

.button {
    display: block;
    width: 286px;
    color: #fff;
    line-height: 4.438rem;
    text-align: center;
    backdrop-filter: blur(10px);
    font-size: 1.516rem;
    font-weight: 200;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 2.188rem;
    position: relative;
    overflow: hidden;
    transition: background-color 0.4s ease, border-color 0.4s ease;
}

.icon-wrapper {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(45deg);
    overflow: hidden;
    margin-left: 0.5rem;
    vertical-align: middle;
}

.icon-wrapper i {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0%) rotate(-90deg);
    transition: transform 0.4s ease, color 0.4s ease;
    text-align: center;
}

.icon-wrapper i:nth-child(2) {
    top: 100%;
    color: #fd6f00;
}

.button:hover {
    background-color: rgba(253, 111, 0, 0.05);
    border: 1px solid rgba(253, 111, 0, 0.2);
    color: #fd6f00;
}

.button:hover .icon-wrapper i:nth-child(1),
.button:hover .icon-wrapper i:nth-child(2) {
    transform: translateY(-100%) rotate(-90deg);
}

.slider-wrapper .slider-item:nth-child(2) .slide-content .heading {
    background: linear-gradient(90deg, #1388d6, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-wrapper .slider-item:nth-child(2) .slide-content .heading span {
    background: linear-gradient(90deg, #1388d6, rgba(255, 255, 255, 0.52));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-wrapper .slider-item:nth-child(3) .slide-content .heading {
    background: linear-gradient(90deg, #fd6f00, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-wrapper .slider-item:nth-child(3) .slide-content .heading span {
    background: linear-gradient(90deg, #f79420, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-wrapper .slider-item:nth-child(4) .slide-content .heading {
    background: linear-gradient(90deg, #4b9fff, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider-wrapper .slider-item:nth-child(4) .slide-content .heading span {
    background: linear-gradient(90deg, #4197d1, rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ================================ SLIDER END ========================================= */
/* ================================ ABOUT ========================================= */
:root {
    --marquee-padding: 0px;
    --marquee-padding-negative: calc(var(--marquee-padding) * -1);
}

body {
    margin: 0px;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
    padding: 5px 0;
    background: none;
    border-top: 1px solid #ffffff16;
    border-bottom: 1px solid #ffffff16;
}

.marquee .marquee_text {
    display: inline-block;
    /* padding-left: 100%; */
    animation: marquee 30s linear infinite;
    /* animation: marquee_flip 26s linear infinite;  For left to right */
    color: #fff;
    font-size: 17px;
}

.marquee .marquee_text ul {
    display: inline-flex;
    font-size: 16px;
    text-transform: uppercase;
    list-style-position: inside;
    font-family: "Objectivity", sans-serif;
}

.marquee i {
    transform: rotate(-45deg);
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 35px;
    margin: 10px;
    font-size: 12px;
}

.marquee .marquee_text ul.marquee-content-primary {
    padding-left: 0px;
}

.marquee .marquee_text ul>li {
    padding-inline: 7px;
}

.marquee-content-secondary {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: var(--marquee-padding);
}

@keyframes marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(var(--marquee-padding-negative), 0, 0);
        transform: translate3d(var(--marquee-padding-negative), 0, 0)
    }
}

.about {
    z-index: 10;
}

.about-left {
    max-width: 47.625rem;
    width: 100%;
    position: relative;
    z-index: 10;
}

.number-box {
    width: 14.250rem;
    height: 14.250rem;
    backdrop-filter: blur(3.750rem);
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.17);
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'objectivitylight';
}

.number-wrapper {
    position: relative;
    height: 6rem;
    width: 100%;
    overflow: hidden;
}

.number-wrapper span {
    font-size: 4.851rem;
    letter-spacing: -0.09em;
    font-weight: 100;
    display: block;
    line-height: 6rem;
    text-align: center;
    transition: transform 0.4s ease, color 0.4s ease;
    position: absolute;
    left: 0;
    width: 100%;
    color: rgba(255, 255, 255, 0.28);
}

.number-wrapper span:nth-child(1) {
    top: 0;
    transform: translateY(0%);
}

.number-wrapper span:nth-child(2) {
    top: 100%;
    color: #fd6f00;
    transform: translateY(0%);
}

.number-box:hover {
    background-color: rgba(253, 111, 0, 0.07);
    border: 1px solid rgba(253, 111, 0, 0.17);
}

.number-box:hover span:nth-child(1) {
    transform: translateY(-100%);
}

.number-box:hover span:nth-child(2) {
    transform: translateY(-100%);
}

.about-left .number-box {
    position: absolute;
    left: 0;
    bottom: 4.5rem;
}

.about-right {
    max-width: 33.625rem;
    width: 100%;
    text-align: right;
    padding-top: 12.063rem;
    z-index: 10;
}

.about-right .subheading {
    text-align: right;
}

.about-right .about-heading {
    width: 17.750rem;
    font-size: 4.125rem;
    letter-spacing: -0.09em;
    font-weight: 300;
    color: #fff;
    text-align: right;
    margin-left: auto;
}

.about-right .button {
    margin-left: auto;
    width: 332px;
}

.about-right .about-heading span {
    background: linear-gradient(89.99deg, #ac4d02, rgba(255, 255, 255, 0.49));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-right p {
    font-size: 1.188rem;
    line-height: 1.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: right;
    margin: 65px 0;
}

.stats-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 40px 20px;
    max-width: 562px;
    width: 100%;
}

.stat-box {
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 15px;
}

.stat-box:first-child {
    border-left: none;
    padding-left: 0;
}

.stat-number {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}

.stat-text {
    font-size: 16px;
    margin-top: 10px;
    opacity: 0.7;
    color: #fff;
}

/* ================================ ABOUT END========================================= */

/* ================================ SERVICE ========================================= */
.service {
    margin-top: 100px;
}

.service .row {
    display: flex;
    justify-content: center;
}

.text-section p {
    font-family: "Inika", sans-serif;
    width: 100%;
    font-size: 39px;
    margin: 3.625rem 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.highlight {
    color: #fff;
}

.highlight-bold {
    letter-spacing: 1px;
    color: #fff;
}

.sub-text {
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: #fff;
}

.sub-text::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.sub-text::before {
    left: -50px;
}

.service-text {
    max-width: 30.188rem;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.service-text h4 {
    font-size: 1.313rem;
    letter-spacing: 0.43em;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    color: #fff;
    margin-bottom: 3.875rem;
    position: relative;
    z-index: 10;
}

.service-text h4::after {
    position: absolute;
    content: "";
    top: 50%;
    left: -5rem;
    width: 3.75rem;
    height: 2px;
    background: #fff;
}


.service-text .number-box {
    margin-bottom: 1.875rem;
}

.service-title {
    width: 100%;
    font-size: 4.125rem;
    letter-spacing: -0.09em;
    font-weight: 300;
    color: #fff;
    text-align: center;
    z-index: 10;
}

.service-title span {
    background: linear-gradient(89.99deg, #ac4d02, rgba(255, 255, 255, 0.49));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4.851rem;
    display: block;
}

.service-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    height: auto;
    overflow: hidden;
}

.service-card {
    width: 100%;
    height: 39.875rem;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    transition: all 0.6s ease;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 10%, transparent 70%);
    transition: background 0.6s ease;
}

.service-content {
    position: relative;
    z-index: 1;
    text-align: center;
    transition: all 0.6s ease;
    text-transform: capitalize;
    color: #fff;
    padding: 6rem;


}

.service-content h3 {
    width: 100%;
    position: relative;
    font-size: 2.875rem;
    letter-spacing: -5px;
    font-weight: 100;
    text-align: center;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.6);
}

.service-content h3::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 1.25rem;
    height: 2px;
    background: #fff;
}

.service-content h2 {
    font-size: 3.125rem;
    letter-spacing: -5px;
    text-transform: capitalize;
    text-align: center;
    font-weight: bold;
    line-height: 1.8rem;
}

.service-content h2 span {
    font-weight: 300;

}

.service-card:nth-child(1) {
    background-image: url('../images/service-image1.jpg');
    background-size: 100% 100%;
}

.service-card:nth-child(2) {
    background-image: url('../images/service-image2.jpg');
    background-size: 100% 100%;

}

.service-card:nth-child(3) {
    background-image: url('../images/service-image3.jpg');
}

.service-card:nth-child(4) {
    background-image: url('../images/service-image1.jpg');
}

.service-card:hover {
    color: #fff;
    transition: all 0.6s ease;
    background-size: 125% 125%;
}

.service-card:nth-last-child(-n+2):hover {
    background-position: center;
    background-position: 100% 100%;
}

.service-card:hover::before {
    background: linear-gradient(180deg, rgba(251, 131, 0, 0) 38.65%, rgba(247, 148, 32, 0.52) 75%, #fd6f00);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.service-card:hover h2 {
    margin-bottom: 1rem;
}

.service-card:hover .explore {
    display: inline-flex;
    font-size: 1.188rem;
    font-weight: 400;
    letter-spacing: -2px;
    cursor: pointer;
    position: relative;
    user-select: none;
    color: white;
    flex-direction: column;
    align-items: center;
    transform: translateY(3.125rem);
    gap: 10px;
    text-transform: capitalize;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-align: center;
}

.service-card:hover .explore::before {
    content: "↑";
    font-size: 1.125rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: -10px;
    color: white;
    user-select: none;
    transition: all 0.6s ease;

}

.explore {
    display: none;
}

.service-card:hover .explore {
    display: inline-flex;
}

.service-marquee-footer {
    background: rgb(253, 111, 0);
}

.service-marquee-footer .marquee {
    border-top: none;
    border-bottom: none;
}

/* ================================ SERVICE END========================================= */

/* ================================ PORTFOLIIO========================================= */
.portfolio {
    width: 100%;
}

.portfolio .row {
    gap: 12px;
}

.portfolio-heading h2 {
    font-size: 172px;
    letter-spacing: -8px;
    text-transform: capitalize;
    font-weight: 100;
    font-family: "Objectivity", sans-serif;
    color: #fff;
}

.portfolio-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}

.portfolio-heading .icon-wrapper {
    display: inline-block;
    position: relative;
    width: 95px;
    height: 92px;
    transform: rotate(45deg);
    overflow: hidden;
    font-size: 100px;
    margin-left: 8px;
    vertical-align: middle;
    z-index: 10;
}

.portfolio-heading .icon-wrapper i {
    display: block;
    position: absolute;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    transform: translateY(0%) rotate(-90deg);
    transition: transform 0.4s ease, color 0.4s ease;
    text-align: center;
}

.portfolio-heading .icon-wrapper i:nth-child(2) {
    top: 100%;
    color: #fd6f00;
}

.portfolio-heading .icon-wrapper:hover i:nth-child(1),
.portfolio-heading .icon-wrapper:hover i:nth-child(2) {
    transform: translateY(-100%) rotate(-90deg);
}


.portfolio-tab {
    width: 100%;
    position: relative;
    padding: 0 4.375rem;
    margin-top: 2.375rem;
    margin-bottom: 5rem;

}

.border-top {
    position: absolute;
    top: 0.469rem;
    left: -0.031rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 0.063rem;
}

.border-bottom {
    position: absolute;
    top: 5.906rem;
    left: -0.031rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 0.063rem;
}

.border-left {
    position: absolute;
    top: -0.031rem;
    left: 0.469rem;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    width: 0.063rem;
    height: 6.5rem;
}

.border-right {
    position: absolute;
    top: -0.031rem;
    left: 81.969rem;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    width: 0.063rem;
    height: 6.5rem;
}

.tab-heading {
    display: inline-block;
    position: relative;
    font-size: 1.125rem;
    color: #fff;
    line-height: 6.438rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.tab-heading::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #fd6f00;
    left: 0;
    bottom: 7px;
    transition: all 0.4s ease;
}

.tab-heading:hover {
    color: #fd6f00;
}

.tab-heading:hover::after {
    width: 100%;
}

.portfolio-image-frame {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 2.25rem 2.187rem;
    margin-bottom: 0.75rem;
}

.portfolio-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 0.4s ease;
}

.portfolio-image-frame::before,
.portfolio-image-frame::after,
.portfolio-image-frame .line_top,
.portfolio-image-frame .line_bot {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
}

.portfolio-image-frame .line_top,
.portfolio-image-frame .line_bot {
    left: auto;
    right: 0;
    background-color: #fff;
    width: 0;
}

.portfolio-image-frame::before,
.portfolio-image-frame .line_top {
    top: 0.844rem;
}

.portfolio-image-frame::after,
.portfolio-image-frame .line_bot {
    bottom: 0.906rem;
}

.portfolio-image-frame:hover .line_top,
.portfolio-image-frame:hover .line_bot {
    left: auto;
    right: 0;
    width: 100%;
}

.portfolio-image-frame::after {
    bottom: 0.906rem;
}

.portfolio-image-frame-child::before,
.portfolio-image-frame-child::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: 0.3;
    transition: all 0.4s ease;
}

.portfolio-image-frame-child::before {
    left: 0.875rem;
}

.portfolio-image-frame-child::after {
    right: 0.813rem;
}

.portfolio-image-frame:hover::before,
.portfolio-image-frame:hover::after {
    opacity: 1;
    transform: scaleX(1.05);
}

.portfolio-image-frame:hover .portfolio-image-frame-child::before,
.portfolio-image-frame:hover .portfolio-image-frame-child::after {
    opacity: 1;
    transform: scaleY(1.05);
}

/* ================================ PORTFOLIIO END========================================= */
/* ================================ PHOTOGRAPHER========================================= */
.photographer {
    margin-top: 100px;
}

.photographer-heading {
    text-align: center;
    margin: 0 auto;
}

.photographer-heading .subheading {
    display: inline-block;
    line-height: 26px;
    background: linear-gradient(87.11deg, #fd6f00, #f79420);
    text-align: center;
    font-size: 0.875rem;
    letter-spacing: 1.11em;
    padding-left: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.photographer-heading .title {
    width: 100%;
    font-size: 4.125rem;
    letter-spacing: -0.02em;
    font-weight: 300;
    color: #fff;
    text-align: center;
    font-family: "Objectivity", sans-serif;
}


.photographer-heading p {
    font-size: 1.188rem;
    line-height: 1.75rem;
    font-family: "Objectivity", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin-top: 2.438rem;
}

.portfolio-peragraph {
    font-size: 1.188rem;
    line-height: 1.75rem;
    font-family: "Objectivity", sans-serif;
    color: #fff;
    text-align: left;
    margin-top: 3.4375rem;
    padding: 2.438rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 100;
}

.portfolio-peragraph p {
    max-width: 635px;
    line-height: 25px;
    width: 100%;
    color: rgba(255, 255, 255, 0.5);
}

.photographers-slider-container {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 79px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    gap: 30px;
}

.slide-img-wrapper {
    width: 332px;
    height: 332px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease;
    border: 5px solid transparent;
}

.slide-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-img-wrapper .image-overlays {
    width: 15.625rem;
    height: 15.625rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.slide-img-wrapper:hover .image-overlays {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.image-overlays h2 {
    font-size: 1.375rem;
    font-weight: 300;
    letter-spacing: -0.06em;
}

.image-overlays p {
    font-size: 1.063rem;
    letter-spacing: -0.06em;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.5);
}

.image-overlays i {
    color: #fd6f00;
    margin-top: 20px;
    font-size: 28px;
    transform: rotate(-45deg);
}

.slide-img-wrapper:hover {
    border: 5px solid #fff;
}

.img-button-prev,
.img-button-next {
    background-color: transparent;
    width: 7.5rem;
    height: 7.5rem;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #444;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    overflow: hidden;
}

.button-box {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: transform 0.4s ease;
}

.button-elem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    color: #fff;
    font-size: 2.063rem;
}

.img-button-prev:hover .button-box {
    transform: translateX(-100%);
}

.img-button-next:hover .button-box {
    transform: translateX(-100%);
}

.img-button-prev i,
.img-button-next i {
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 7.5rem;
    font-size: 2.063rem;
}

.img-button-prev::before,
.img-button-prev::after,
.img-button-next::before,
.img-button-next::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    opacity: 0;
}

.img-button-prev::before,
.img-button-next::before {
    top: 0;
    right: 0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transition: width 0.2s 0.5s ease-out, height 0.15s 0.35s linear, opacity 0s 0.7s;
    border-radius: 50%;
}

.img-button-prev::after,
.img-button-next::after {
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: width 0.2s 0.15s linear, height 0.15s ease-in, opacity 0s 0.35s;
    border-radius: 50%;
}

.img-button-prev:hover::before,
.img-button-prev:hover::after,
.img-button-next:hover::before,
.img-button-next:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.img-button-prev:hover::before,
.img-button-next:hover::before {
    transition: width 0.2s ease-in, height 0.15s 0.2s linear, opacity 0s;
}

.img-button-prev:hover::after,
.img-button-next:hover::after {
    transition: width 0.2s 0.35s linear, height 0.15s 0.5s ease-out, opacity 0s 0.3s;
}

.img-button-next {
    left: 8%;
}

.img-button-prev {
    right: 8%;
}

/* ================================ PHOTOGRAPHER END========================================= */
/* ================================ FOUNDER========================================= */
.founder {
    position: relative;
    padding-top: 13.938rem;
    z-index: 10;
}

.founder::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../images/bg-Gradient2.png) no-repeat right center;
    background-size: cover;
}

.founder .row {
    display: flex;
    justify-content: space-between;
}

.founder-left {
    max-width: 28.25rem;
    width: 100%;
}

.founder-left {
    max-width: 452px;
    width: 100%;
}

.founder h2 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #848180;
}

.founder h3 {
    letter-spacing: 0.33em;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    margin-top: 0.8125rem;
}

.founder-left img {
    margin-top: 60px;
}

.founder-right {
    max-width: 49.1875rem;
    width: 100%;
    z-index: 15;
}

.founder-right img {
    width: 100%;
    object-fit: cover;
}

.founder-left p {
    font-size: 20px;
    line-height: 130.23%;
    margin-top: 40px;
    color: #848180;
    font-family: "Objectivity", sans-serif;
    font-weight: 300;
}

.founder-bottom {
    margin: 85px 0;
}

.feature-circle {
    width: 257px;
    height: 261px;
    text-align: center;
    color: #fff;
    border: 1px solid #ffffff5a;
    border-radius: 50%;
    position: relative;
    z-index: 9;
    vertical-align: middle;
    margin-bottom: 10px;
}

.feature-dot {
    width: 10px !important;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: 50%;
    transition: 0.3s;
    z-index: -2;

}

.feature-circle:hover .feature-dot {
    top: 0;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    transition: 0.3s;

}

.feature-number {
    font-size: 26px;

}

.feature-circle .icon-wrapper {
    margin-top: 60px;
    display: inline-block;
    position: relative;
    width: 47px;
    height: 44px;
    transform: rotate(45deg);
    overflow: hidden;
    font-size: 35px;
    margin-left: 0.5rem;
    vertical-align: middle;
    z-index: 10;
    margin-bottom: 10px;
    font-family: 'objectivityregular';
}

.feature-circle:hover .icon-wrapper {
    display: inline-block;
    position: relative;
    width: 47px;
    height: 44px;
    transform: rotate(45deg);
    overflow: hidden;
    font-size: 35px;
    margin-left: 0.5rem;
    vertical-align: middle;
    z-index: 10;
    /* margin-top: auto; */
    /* color: #fd6f00 !important; */
}

.feature-circle:hover .icon-wrapper i {
    display: block;
    position: absolute;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    transform: translateY(0%) rotate(-90deg);
    transition: transform 0.4s ease, color 0.4s ease;
    text-align: center;
}

.feature-circle .icon-wrapper i:nth-child(2) {
    top: 100%;
    color: #fd6f00 !important;
}

.feature-circle:hover .icon-wrapper i:nth-child(1),
.feature-circle:hover .icon-wrapper i:nth-child(2) {
    transform: translateY(-100%) rotate(-90deg);
}

.feature-circle:hover .icon-wrapper i,
.feature-circle:hover.text-hover-wrapper span:nth-child(1),
.feature-circle:hover.text-hover-wrapper span:nth-child(2) {
    color: #fd6f00 !important;
}

.feature-circle:hover .text-hover-wrapper span {
    color: #939393 !important;
}

.feature-circle:hover .feature-number {
    color: #000;
}

.founder .text-hover-wrapper {
    position: relative;
    height: 1.7rem;
    width: 100%;
    overflow: hidden;
    font-family: 'objectivityregular';
}

.founder .text-hover-wrapper span {
    font-size: 20px;
    letter-spacing: -0.09em;
    font-weight: 100;
    display: block;
    line-height: 1.75rem;
    text-align: center;
    transition: transform 0.4s ease, color 0.4s ease;
    position: absolute;
    left: 0;
    width: 100%;
    color: rgba(255, 255, 255, 0.28);
}

.founder .text-hover-wrapper span:nth-child(1) {
    top: 0;
    transform: translateY(0%);
}

.founder .text-hover-wrapper span:nth-child(2) {
    top: 100%;
    color: #fd6f00;
    transform: translateY(0%);
}

.feature-circle:hover .text-hover-wrapper span:nth-child(1) {
    transform: translateY(-100%);
}

.feature-circle:hover .text-hover-wrapper span:nth-child(2) {
    transform: translateY(-100%);
}

/* ================================ FOUNDER END========================================= */
.contact {
    width: 100%;
    margin-top: 100px;
}

.contact-heading {
    max-width: 54.563rem;
    width: 100%;
    z-index: 10;
    font-family: 'objectivitylight';
}

.contact .text-hover-wrapper {
    position: relative;
    height: 6rem;
    width: 100%;
    overflow: hidden;
}

.contact .text-hover-wrapper span {
    font-size: 24px;
    letter-spacing: -2.4px;
    font-weight: 100;
    display: block;
    line-height: 6rem;
    text-align: left;
    transition: transform 0.4s ease, color 0.4s ease;
    position: absolute;
    left: 0;
    width: 100%;
    color: rgba(255, 255, 255, 0.28);
}

.contact .text-hover-wrapper span:nth-child(1) {
    top: 0;
    transform: translateY(0%);
    color: #fff;
}

.contact .text-hover-wrapper span:nth-child(2) {
    top: 100%;
    color: #fd6f00;
    transform: translateY(0%);
}

.contact .text-hover-wrapper:hover span:nth-child(1) {
    transform: translateY(-100%);
    color: #fff !important;
}

.contact .text-hover-wrapper:hover span:nth-child(2) {
    transform: translateY(-100%);
}

.contact-heading h2 {
    font-size: 10.779rem;
    letter-spacing: -0.05em;
    font-weight: 100;
    color: #fff;
}

.contact-heading p {
    font-size: 1.188rem;
    line-height: 1.75rem;
    color: rgba(255, 255, 255, 0.5);
}

.contact-details {
    width: 100%;
    height: auto;
    z-index: 99;
    margin-top: 80px;
}

.contact-details .contact-info {
    max-width: 25rem;
    width: 100%;
    z-index: 99;
    margin: 1rem 0;
    display: flex;
    align-items: center;
}

.contact-details .contact-info .text-hover-wrapper {
    width: 100%;

}

.contact-details .contact-info i {
    width: 4.375rem;
    height: 4.375rem;
    line-height: 4.375rem;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    margin-right: 22px;
    font-size: 22px;
    text-align: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.contact-details .contact-info:hover i {
    background-color: rgba(253, 111, 0, 0.1);
    border: 1px solid #fd6f00;
    color: #fd6f00;
}

.arrow .icon-wrapper {
    display: inline-block;
    position: relative;
    width: 5.938rem;
    height: 5.75rem;
    transform: rotate(45deg);
    overflow: hidden;
    font-size: 6.25rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    z-index: 10;
}

.arrow .icon-wrapper i {
    display: block;
    position: absolute;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    transform: translateY(0%) rotate(-90deg);
    transition: transform 0.4s ease, color 0.4s ease;
    text-align: center;
}

.arrow .icon-wrapper i:nth-child(2) {
    top: 100%;
    color: #fd6f00;
}

.arrow .icon-wrapper:hover i:nth-child(1),
.arrow .icon-wrapper:hover i:nth-child(2) {
    transform: translateY(-100%) rotate(-90deg);
}

.form {
    max-width: 953px;
    width: 100%;
    padding: 60px 0;
    z-index: 10;
}

.form .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 10;
}

.form .form-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1.875rem;
}

.form .form-text.half {
    max-width: 450px;
    width: 100%;
}

.form .form-text.full {
    width: 953px;
}

.form label {
    font-size: 17px;
    letter-spacing: 0.11em;
    color: #fff;
    margin-bottom: 27px;
}

.form input,
.form textarea {
    width: 100%;
    height: 58px;
    backdrop-filter: blur(76.4px);
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid #4e4e4e;
    padding: 0 1.25rem;
    color: #fff;
    font-size: 18px;
}

.form textarea {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
}

.form input:focus,
.form textarea:focus {
    background-color: rgba(253, 111, 0, 0.07);
    outline: none;
}

/* .form .btn {
    margin-top: 1.875rem;
    width: 18.313rem;
    line-height: contact-heading
} */
/* ================================ VONTACT END========================================= */

/* ================================ FOOTER ========================================= */
.footer-top-text {
    max-width: 49.875rem;
    width: 100%;
    height: 11.5rem;
    font-size: 10.779rem;
    letter-spacing: -0.05em;
    text-transform: capitalize;
    font-weight: 100;
    font-family: 'objectivitylight';
    color: #fff;
    overflow: hidden;
    position: relative;
}

.footer-top-text span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    animation: fadeSlide 20s infinite;
    /* Increased total duration to 20s */
}

.footer-top-text span:nth-child(1) {
    animation-delay: 0s;
}

.footer-top-text span:nth-child(2) {
    animation-delay: 4s;
}

.footer-top-text span:nth-child(3) {
    animation-delay: 8s;
}

.footer-top-text span:nth-child(4) {
    animation-delay: 12s;
}

.footer-top-text span:nth-child(5) {
    animation-delay: 16s;
}

@keyframes fadeSlide {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    5% {
        opacity: 1;
        transform: translateY(0);
    }

    20% {
        opacity: 1;
        transform: translateY(0);
    }

    25% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

.footer-feature .text-hover-wrapper {
    position: relative;
    height: 1.5rem;
    width: 100%;
    overflow: hidden;
}

.footer-feature .text-hover-wrapper span {
    font-size: 20px;
    letter-spacing: -0.09em;
    font-weight: 100;
    display: block;
    line-height: 1.75rem;
    text-align: center;
    transition: transform 0.4s ease, color 0.4s ease;
    position: absolute;
    left: 0;
    width: 100%;
    color: rgba(255, 255, 255, 0.28);
}

.footer-feature .text-hover-wrapper span:nth-child(1) {
    top: 0;
    transform: translateY(0%);
}

.footer-feature .text-hover-wrapper span:nth-child(2) {
    top: 100%;
    color: #fd6f00;
    transform: translateY(0%);
}

.footer-feature .text-hover-wrapper:hover span:nth-child(1) {
    transform: translateY(-100%);
}

.footer-feature .text-hover-wrapper:hover span:nth-child(2) {
    transform: translateY(-100%);
}


.footer-content {
    padding: 4.688rem 0;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-family: "Objectivity", sans-serif;
}

.footer-left {
    max-width: 27.813rem;
    width: 100%;
    padding-right: 1.875rem;
}

.footer-left p {
    font-size: 1.188rem;
    line-height: 1.75rem;
    font-family: "Objectivity", sans-serif;
    text-align: left;
    margin-top: 1.875rem;
    margin-bottom: 2.5rem;
}

.text-hover-wrapper {
    position: relative;
    height: 1.5rem;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.text-hover-wrapper span {
    font-size: 1.188rem;
    line-height: 1.75rem;
    font-family: "Objectivity", sans-serif;
    text-align: left;
    display: block;
    transition: transform 0.4s ease, color 0.4s ease;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    color: rgb(255, 255, 255);
}

.text-hover-wrapper span:nth-child(1) {
    top: 0;
    transform: translateY(0%);
}

.text-hover-wrapper span:nth-child(2) {
    top: 100%;
    color: #fd6f00;
    transform: translateY(0%);
}

.text-hover-wrapper:hover span:nth-child(1) {
    transform: translateY(-100%);
}

.text-hover-wrapper:hover span:nth-child(2) {
    transform: translateY(-100%);
}

.footer-left a {
    display: block;
    margin-top: 2.5rem;
    font-size: 1.125rem;
    letter-spacing: -0.05em;
    text-transform: capitalize;
    font-family: "Objectivity", sans-serif;
    color: rgba(255, 255, 255, 0.5);
}


.footer-center {
    max-width: 27.813rem;
    width: 100%;
    padding: 0 1.875rem;
}

.footer-center ul {
    margin: 0 1.875rem;
}

.footer-center ul li h2 {
    font-size: 1.063rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1.25rem;
}

.footer-center ul li a {
    display: inline-block;
    font-size: 1.063rem;
    letter-spacing: -0.05em;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: "Objectivity", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    transition: all 0.4s ease;
}

.footer-center ul li a::after {
    content: "→";
    position: absolute;
    left: -1.5rem;
    top: -50%;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: "Objectivity", sans-serif;
    color: #fff;
    opacity: 0;
    transition: all 0.4s ease;
}

.footer-center ul li a:hover {
    transform: translateX(1rem);
    color: #fd6f00;
}

.footer-center ul li a:hover::after {
    opacity: 1;
}

.footer-right {
    max-width: 26.813rem;
    width: 100%;
    padding-left: 1.875rem;
}

.footer-right p {
    font-size: 1.125rem;
    line-height: 3.625rem;
    margin-bottom: 1.438rem;
}

.footer-right form input {
    width: 100%;
    height: 3.625rem;
    backdrop-filter: blur(76.4px);
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid #4e4e4e;
    padding: 0 1.25rem;
    color: #fff;
    font-size: 1.125rem;
}

.footer-right form input:focus {
    background-color: rgba(253, 111, 0, 0.07);
}

.footer-right .button {
    font-size: 1rem;
    width: 100%;
}

.footer-right .button .icon-wrapper {
    font-size: 1.5rem;
}

.footer-right p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 300;
    text-align: left;
}

.footer-bottom {
    width: 100%;
    padding: 30px 0;
    color: #fff;
    text-align: center;
}

.footer-bottom {
    width: 100%;
    padding: 30px 0;
    color: #fff;
    text-align: center;
}

.footer-bottom-left {
    max-width: 34.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.footer-bottom-left a {
    display: inline-flex;
    width: 100%;
}

.footer-bottom-right {
    width: 20%;
}

/* ================================ FOOTER END ========================================= */
.bg1 {
    position: relative;
}

.bg1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Bg-Gradients1.png) no-repeat right center;
    background-size: cover;
    background-position: 100% 280%;
    /* z-index: 10; */

}

@media (max-width: 1920px) {
    .bg-1::before {
        background-position: 100% 500% !important;
    }
}

.bg2 {
    position: relative;
}


.bg2::before {
    position: absolute;
    content: "";
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-gradient-2.png) no-repeat center center;
    background-size: cover;
}

.bg-line {
    width: 100%;
    height: 100%;
    background: url(../images/bg-lines.png) no-repeat center center;
    z-index: 1;
}

























/* ================================ MEDEIA QUERRY ========================================= */

@media(max-width:1025px) {
    .container {
        padding: 0 24px;
    }

    .header .row {
        justify-content: space-between;
    }

    .nav-toggle {
        display: block;
        color: #f79420;
    }

    #navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100vh;
        background: #000000a7;
        backdrop-filter: blur(10px);
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
        padding: 50px 20px;
        transition: right 0.3s ease-in-out;
    }

    #navbar.active {
        right: 0;
    }

    .nav-list {
        flex-direction: column;
        gap: 35px;
    }

    .nav-link {
        border: none;
    }

    .nav-close {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .social-media-links,
    .slider-controls {
        display: none;
    }

    .bg-1::before {
        background-position: 100% 500% !important;
    }

    .about .row,
    .service .row {
        flex-direction: column;
    }

    .about-right,
    .founder-left {
        max-width: 100%;
    }

    .service-section {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-container {
        justify-self: center;
    }

    .about-right .button {
        width: 100%;
    }

    .service p {
        font-size: 1.5rem;
        margin: 2rem 0;
    }

    .service-title {
        font-size: 2.5rem;
        letter-spacing: -0.05em;
    }

    .service-title span {
        font-size: 3rem;
        letter-spacing: -0.05em;
    }

    .portfolio-peragraph p {
        max-width: 482px;
        line-height: 25px;
    }

    .portfolio .row {
        justify-content: center;
    }

    .portfolio-tab .row {
        justify-content: space-between;
    }

    .photographer-heading p {
        font-size: 16px;
    }

    .footer-right {
        margin-top: 20px;
        padding-right: 0;
    }

    .border-right {
        left: 966.504px
    }

    .portfolio-image-frames .row {
        justify-content: center;
    }

    .portfolio-tab {
        height: 5rem;
        margin-top: 1.5625rem;
        margin-bottom: 3.75rem;
    }

    .border-top {
        top: 0.3rem;
    }

    .border-bottom {
        top: 4.7rem;
    }

    .border-left {
        left: 0.3rem;
        height: 5.1rem;
    }

    .border-right {
        left: calc(100% - 0.3rem);
        height: 5.1rem;
    }

    .portfolio-image-frame {
        padding: 1.5rem 1.2rem;
        margin-bottom: 0.5rem;
    }

    .portfolio-image {
        height: auto;
        max-width: 100%;
    }

    .portfolio-image-frame::before,
    .portfolio-image-frame .line_top {
        top: 0.5rem;
    }

    .portfolio-image-frame::before,
    .portfolio-image-frame .line_top {
        bottom: 0.5rem;
    }

    .portfolio-image-frame-child::before {
        left: 0.5rem;
    }

    .portfolio-image-frame-child::after {
        right: 0.5rem;
    }

    .tab-heading {
        line-height: 83px;
    }

    .contact .text-hover-wrapper span {
        font-size: 20px;
    }


}

/* tablet screeen */
@media (max-width: 768px) {
    .nav-toggle {
        display: block;
        color: #f79420;
    }

    #navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100vh;
        background: #000000a7;
        backdrop-filter: blur(10px);
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
        padding: 50px 20px;
        transition: right 0.3s ease-in-out;
    }

    #navbar.active {
        right: 0;
    }

    .nav-list {
        flex-direction: column;
        gap: 35px;
    }

    .nav-link {
        border: none;
    }

    .nav-close {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .social-media-links,
    .slider-controls {
        display: none;
    }

    .tab-heading {
        font-size: 15px;
    }

    .footer-center,
    .footer-right {
        margin-top: 25px;
    }

    .contact-form .form-group.half {
        max-width: 100%;
    }

    .portfolio-peragraph p {
        max-width: 354px;
    }

    .portfolio-heading h2 {
        font-size: 140px;
    }

    .contact-heading h2 {
        font-size: 140px;
    }

    .footer-bottom-left .text-hover-wrapper span {
        font-size: 12px;
    }

    .footer-top .row {
        justify-content: center;
    }

    .footer-feature .feature-circle {
        margin: 0;
    }

    .footer-bottom-right {
        width: 100%;
        margin-top: 10px;
    }
}


/* tablet screeen end */

/* mobile screen */
@media (max-width: 500px) {
    .nav-toggle {
        display: block;
        color: #f79420;
    }

    #navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 250px;
        height: 100vh;
        background: #000000a7;
        backdrop-filter: blur(10px);
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;
        padding: 50px 20px;
        transition: right 0.3s ease-in-out;
    }

    #navbar.active {
        right: 0;
    }

    .nav-list {
        flex-direction: column;
        gap: 35px;
    }

    .nav-link {
        border: none;
    }

    .nav-close {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .slider-wrapper .slider-item::before {
        background-position: -50%;
    }

    .social-media-links {
        display: none;
    }

    .slider-pagination {
        display: none;
    }

    .heading {
        max-width: 22.813rem;
        font-size: 2.5rem;
    }

    .heading span {
        font-size: 4rem;
    }

    .paragraph {
        max-width: 90%;
        font-size: 1rem;
        line-height: 1.750rem;
    }

    .button {
        width: 15rem;
        line-height: 3.5rem;
        font-size: 1.2rem;
    }

    .about-right .about-heading {
        font-size: 3.5rem;
        letter-spacing: -0.05em;
    }

    .about-right p {
        font-size: 1rem;
        margin: 32px 0;
    }

    .about-right .button {
        width: 100%;
    }

    .service p {
        font-size: 24px;
        margin: 32px 0;
    }

    .service-text h4 {
        font-size: 16px;
        letter-spacing: 0.3em;
        margin-bottom: 32px;
        text-align: center;
    }

    .service-title {
        font-size: 40px;
        letter-spacing: -3px;
    }

    .service-title span {
        font-size: 50px;
        letter-spacing: -3px;
    }

    .service-section {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4);
    }

    .founder h3 {
        font-size: 16px;
    }

    .founder p {
        font-size: 16px;
    }

    .founder-bottom .row {
        justify-content: center;
    }

    .feature-circle {
        margin: 50px 0;
    }

    .portfolio-heading h2 {
        font-size: 75px;
        text-align: center;
    }

    .portfolio-heading .icon-wrapper {
        font-size: 75px;
    }

    .portfolio .number-box {
        margin: 0 auto;
        margin-top: 50px;
    }

    .portfolio-tab {
        padding: 0 20px;
    }

    .tab-heading {
        font-size: 6px;
    }

    .border-right {
        left: calc(100% - 0.3rem);
        height: 5.1rem;
    }

    .Portfolio img {
        width: 350px;
    }

    .photographer-heading .title {
        font-size: 40px;
    }

    .contact-heading h2 {
        font-size: 65px;
    }

    .contact-heading p {
        font-size: 16px;
    }

    .footer-top-text {
        font-size: 65px;
    }

    .arrow .icon-wrapper {
        font-size: 65px;
    }

    .portfolio-image-frame img {
        max-width: 27.4375rem;
        width: 100%;
    }



}

/* mobile screen end */
/* ================================ MEDEIA QUERRY END========================================= */