/*------------------------------------------------------------------
Project:Wasim Ranjha 
Author:        
-------------------------------------------------------------------*/
/*----------------Table of contents Start---------------------------
1.index.html 
---------Table of contents End-----------------------------------*/
/*------------------------ [Color codes] ------------------------                     
Background:#FFF
Content: #FFF
-------------------------------------------------------------------*/
/*----------------------- [ Default css ] -----------------------*/
* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

html::-webkit-scrollbar {
    display: none;
}

*,
::after,
::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a:focus,
a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

svg {
    vertical-align: middle;
}

input {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
    border: none;
    outline: none;
    width: 100%;
}

textarea {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

button {
    background: transparent;
    border: none;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Marcellus", serif;
    font-family: "DM Sans", sans-serif;
    background-color: var(--body-color);
}

.data-project-sport {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-corner {
    display: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

:root {
    --body-color: #FFFFFF;
    --main-text: #000000;
    --theme-data: #00C2FF;
    --text-color: #595959;
    --menu-color: #000000;
    --menu-text: #FFF;
    --gradient: linear-gradient(90deg,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.2) 100%);
    --img-filter: invert(0);
    --hover-btn: #000000;
    --gradient-data-online: linear-gradient(90deg,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.2) 100%);
    --logo-gradient: linear-gradient(90deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(245, 246, 247, 0) 50%,
            rgba(255, 255, 255, 1) 100%);
    --line-gradient: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 0, 0, 1) 50%,
            rgba(255, 255, 255, 0) 100%);
    --black-image: brightness(0) saturate(100%) invert(5%) sepia(2%) saturate(1864%) hue-rotate(31deg) brightness(94%) contrast(97%);
    --award-border: #C7C7C7;
    --princing-box-border: #F5F6F7;
    --prince-hove-img: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7499%) hue-rotate(269deg) brightness(103%) contrast(103%);
    --contact-border: brightness(0) saturate(100%) invert(39%) sepia(0%) saturate(753%) hue-rotate(252deg) brightness(100%) contrast(94%);
    --testimonial-filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7493%) hue-rotate(277deg) brightness(106%) contrast(100%);
    --preloader-border: #00000042;
}

body.dark-theme {
    --body-color: #000000;
    --main-text: #FFFFFF;
    --theme-data: #00C2FF;
    --text-color: #969696;
    --menu-color: #101010;
    --menu-text: #FFFF;
    --gradient: linear-gradient(90deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.2) 100%);
    --img-filter: invert(1);
    --hover-btn: #00C2FF;
    --gradient-data-online: linear-gradient(90deg,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.2) 100%);
    --logo-gradient: linear-gradient(90deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(34, 34, 34, 0) 50%,
            rgba(0, 0, 0, 1) 100%);
    --line-gradient: linear-gradient(90deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(255, 255, 255, 1) 50%,
            rgba(0, 0, 0, 0) 100%);
    --round-image-filter: brightness(0) saturate(100%) invert(6%) sepia(6%) saturate(319%) hue-rotate(62deg) brightness(97%) contrast(98%);
    --black-image: brightness(0) saturate(100%) invert(0%) sepia(61%) saturate(3671%) hue-rotate(354deg) brightness(93%) contrast(100%);
    --award-border: #FFFFFF;
    --princing-box-border: #101010;
    --princing-image: brightness(0) saturate(100%) invert(5%) sepia(1%) saturate(3559%) hue-rotate(36deg) brightness(97%) contrast(96%);
    --prince-hove-img: brightness(0) saturate(100%) invert(0%) sepia(26%) saturate(3058%) hue-rotate(241deg) brightness(91%) contrast(101%);
    --contact-border: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7500%) hue-rotate(121deg) brightness(97%) contrast(101%);
    --testimonial-filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(4%) hue-rotate(215deg) brightness(100%) contrast(102%);
    --preloader-border: #59595942;
}

.container {
    width: 100%;
    max-width: 1290px;
    margin: auto;
    padding: 0;
}

/* --------------- [ Preloader Design section ] --------------- */
.preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100vh;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 9999999;
}

.preloader .animation-preloader {
    z-index: 1000;
}

.preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid var(--preloader-border);
    border-top-color: var(--main-text);
    height: 100px;
    margin: 0 auto 3.5em auto;
    width: 100px;
}

@keyframes spinner {
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

.preloader .animation-preloader .txt-loading {
    font-size: 100px;
    font-weight: bold;
    font-family: "Marcellus", serif;
    text-align: center;
    user-select: none;
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--theme-data);
    position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
    animation: letters-loading 4s infinite;
    color: var(--main-text);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Marcellus", serif;
    position: absolute;
    top: -20px;
    transform: rotateY(-90deg);
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--main-text);
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.preloader .loader .row {
    height: 100%;
}

.preloader .loader .loader-section {
    padding: 0px;
}

.preloader .loader .loader-section .bg {
    background-color: var(--body-color);
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
    width: 0;
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

/* --------------- [ cursor Design section ] --------------- */
.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform .2s ease, width .2s ease, height .2s ease;
    mix-blend-mode: difference;
}

.cursor.active {
    width: 70px;
    height: 70px;
}

/* --------------- [ Header Design section ] --------------- */
.header.active {
    animation: slideIn 0.5s ease forwards;
    background: rgba(15, 20, 28, 0);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background-color 0.3s ease;
    transform: translateY(-100%);
    padding: 10px 0;
}

@keyframes slideIn {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.header {
    width: 100%;
    padding: 20px 0;
    position: fixed;
    top: 0;
    z-index: 998;
}

.data-spaces {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.logo-black,
.logo-blue {
    font-size: 40px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    line-height: 60px;
}

.logo-black {
    color: var(--main-text);
}

.logo-blue {
    color: var(--theme-data);
}

.menu-data {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.menu-bar {
    background-color: var(--menu-color);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.menu-bar i {
    font-size: 28px;
    color: #FFF;
    font-weight: 400;
}

.sidebar__actions {
    background: var(--gradient);
    backdrop-filter: blur(6px);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.link-nav i {
    font-size: 28px;
    font-weight: 400;
    color: var(--main-text);
}

.menu {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.close-bar {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    cursor: pointer;
    z-index: 200;
}

.left-data,
.center-data,
.right-data {
    height: 100%;
    background: var(--body-color);
    transition: transform 0.6s ease;
}

.left-data,
.right-data {
    width: 35%;
    transform: translateY(100%);
}

.center-data {
    width: 30%;
    transform: translateY(-100%);
}

.menu.active {
    opacity: 1;
    visibility: visible;
}

.menu.active .left-data,
.menu.active .right-data {
    transform: translateY(0);
}

.menu.active .center-data {
    transform: translateY(0);
}

.close-bar {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--menu-color);
    border-radius: 100%;
}

.close-bar i {
    color: var(--menu-text);
    font-size: 32px;
}

.left-data {
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.logo-design {
    display: flex;
    align-items: center;
    justify-content: start;
}

.navbar-data {
    display: flex;
    align-items: center;
    justify-content: end;
}

.data-name {
    font-size: 40px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    line-height: 60px;
    color: var(--main-text);
    transition: all .5s ease;
}

.data-name:hover {
    color: var(--theme-data);
    transition: all .5s ease;
}

.navbar-data ul {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    position: relative;
}

.navbar-data ul li {
    position: relative;
}

.navbar-data .menu-number {
    position: absolute;
    top: 0;
    left: -40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--text-color);
}

.data-name {
    position: relative;
}

.data-name:hover {
    color: #00C2FF;
}

.data-name.active {
    color: #00C2FF;
    text-decoration: underline;
}

.bottm-data {
    position: absolute;
    left: 0;
    bottom: 0;
}

.bottm-data img {
    width: 100%;
    object-fit: cover;
}

.dot-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.dot-right img {
    width: 100%;
    object-fit: cover;
}

.center-data {
    position: relative;
}

.data-vector-top {
    position: absolute;
    top: 15%;
    left: -5%;
}

.data-vector-top img {
    width: 100%;
    max-width: 150px;
}

.data-vector-bottom {
    position: absolute;
    top: 30%;
    left: 3%;
}

.mistel {
    display: none;
}

.data-vector-right {
    position: absolute;
    top: 2%;
    right: 0%;
}

.data-vector-right img {
    width: 100%;
    max-width: 150px;
}

.data-vector-right-data {
    position: absolute;
    right: 0%;
    bottom: 45%;
}

.data-vector-right-data img {
    width: 100%;
    max-width: 48px;
}

.data-contact-soft {
    overflow: hidden;
}

.mens-data {
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 0px 0px 500px 500px;
    min-height: 800px;
    max-width: 470px;
    margin: auto;
}

.mens-data::before {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 194, 255, 1) 100%);
    max-height: 450px;
}

.mens-data::after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 194, 255, 1) 100%);
    max-height: 100%;
    z-index: -1;
    opacity: 0.3;
}

.mens-data img {
    width: 100%;
    height: 745px;
    object-fit: cover;
    max-width: 410px;
    margin-top: 40px;
}

.data-contact {
    margin-top: 150px;
    margin-left: 50px;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    max-width: 300px;
}

.project-mind {
    font-size: 36px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    line-height: 48px;
    color: var(--main-text);
}

.description-data {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--main-text);
    margin-top: 20px;
}

.link-data {
    font-size: 32px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    line-height: 48px;
    color: var(--main-text);
    margin-top: 40px;
}

.description-data,
.link-data:hover {
    color: var(--main-text);
}

.social-data {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 60px;
}

.data-wich {
    font-size: 32px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    line-height: 48px;
    color: var(--main-text);
}

.social-media {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    gap: 20px;
}

.social-media a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient);
    border-radius: 100%;
}

.social-media a i {
    color: var(--main-text);
    font-size: 24px;
}

.data-vector-right img,
.data-vector-top img,
.dot-right img,
.bottm-data img {
    filter: var(--img-filter);
    transition: 0.3s ease;
}

/* --------------- [ Hero Design section ] --------------- */
.hero {
    position: relative;
    padding-bottom: 100px;
}

.data-men-boy {
    max-width: 470px;
    min-height: 800px;
    border-radius: 0 0 500px 500px;
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
    margin-top: -50%;
}

.data-men-boy::before {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(0, 194, 255, 1) 100%);
    max-height: 450px;
}

.data-men-boy::after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 194, 255, 1) 100%);
    max-height: 100%;
    z-index: -1;
    opacity: 0.3;
}

.data-men-boy img {
    width: 100%;
    height: 745px;
    object-fit: cover;
    max-width: 410px;
    margin-top: 40px;
}

.all-mens {
    position: relative;
    max-width: 470px;
    margin: auto;
}

.left-blue {
    position: absolute;
    top: 40%;
    left: -30px;
}

.left-black {
    position: absolute;
    left: -40%;
    top: 50%;
}

.right-blue {
    position: absolute;
    top: 60%;
    right: -60px;
}

.right-black {
    position: absolute;
    right: -20%;
    top: -2%;
}

.right-black img {
    filter: var(--img-filter);
    max-width: 190px;
}

.left-black img {
    filter: var(--img-filter);
    max-width: 170px;
}

.heading-one {
    font-size: 99px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    line-height: 180px;
    color: var(--main-text);
    text-align: center;
    margin-top: 80px;
}

.btn-design {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 50px;
    background-color: var(--body-color);
    color: var(--hover-btn);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    line-height: 30px;
    border-radius: 30px;
    border: 2px solid var(--theme-data);
    transition: all .5s ease;
    max-width: 190px;
    margin: auto;
    margin-top: -30px;
    z-index: 9;
    position: relative;
}

.btn-design:hover {
    background-color: var(--main-text);
    color: var(--body-color);
    transition: all .5s ease;
}

.up-down-2 {
    -webkit-animation: up-down-2 0.9s infinite alternate;
    animation: up-down-2 0.9s infinite alternate;
}

@-webkit-keyframes up-down-2 {
    0% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes up-down-2 {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.online-dot {
    width: 14px;
    height: 14px;
    background: #00ED6E;
    border-radius: 50%;
    position: relative;
}

.online-dot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 52%;
    width: 8px;
    height: 8px;
    background: rgb(0, 237, 111);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
    animation: pulseWave 1.4s ease-out infinite;
}

@keyframes pulseWave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    70% {
        transform: translate(-50%, -50%) scale(3.5);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.online-free {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    padding: 15px 35px;
    border-radius: 30px;
    background: var(--gradient-data-online);
    position: absolute;
    left: -40%;
    bottom: 27%;
    backdrop-filter: blur(6px);
}

.online-free p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--main-text);
}

.rotate {
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    float: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--text-color);
    transition: all .5s ease-in;
}

.rotate:hover {
    color: var(--theme-data);
    transition: all .5s ease-in;
}

.hero-social-media {
    position: absolute;
    top: 20%;
    right: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px;
}

.hero-social-media a {
    background: var(--main-text);
    backdrop-filter: blur(6px);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all .5s ease-in;
}

.hero-social-media a:hover i {
    color: var(--theme-data);
    transition: all .5s ease-in;
}

.hero-social-media a i {
    color: var(--body-color);
    font-size: 24px;
}

.data-name-med {
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    color: var(--main-text);
    font-family: "Marcellus", serif;
}

.data-name-high {
    font-size: 80px;
    font-weight: 400;
    line-height: 100px;
    color: var(--main-text);
    font-family: "Marcellus", serif;
}

.main-scokted {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
    flex-direction: column;
}

.main-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--text-color);
    max-width: 410px;
    text-align: end;
    margin-left: auto;
}

.data-name-lofter {
    margin-top: -120px;
}

/* -------------------- Slider Logo Design -------------------- */
.logos {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 25px 0;
}

.logos:before {
    top: 0;
}

.logos::after {
    bottom: 0;
}

.logos:after,
.logos:before {
    animation: pulseGlow 2.5s ease-in-out infinite;
    background: var(--line-gradient);
    content: "";
    height: 2px;
    opacity: .5;
    position: absolute;
    width: 100%;
}

@keyframes pulseGlow {
    0% {
        opacity: .3;
        transform: scaleX(1);
    }

    50% {
        opacity: 1;
        transform: scaleX(1.1);
    }

    100% {
        opacity: .3;
        transform: scaleX(1);
    }
}

.data-gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--logo-gradient);
    z-index: 1;
}

.logos-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    width: max-content;
    animation: smoothScroll 80s linear infinite;
    will-change: transform;
}

.logos-slide img {
    width: 100%;
    max-width: 170px;
    flex-shrink: 0;
    opacity: 0.9;
    transition: opacity 0.3s;
    filter: var(--img-filter);
}

.logos-slide img:hover {
    opacity: 1;
}

@keyframes smoothScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.top-header-dummy {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.top-header-dummy img {
    width: 100%;
    filter: var(--img-filter);
}

.bottom-dummy-data {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.bottom-dummy-data img {
    width: 100%;
    object-fit: cover;
    filter: var(--img-filter);
}

/* -------------------- About Section Design -------------------- */
.about {
    position: relative;
}

.botter-left {
    position: absolute;
    bottom: 0;
    left: 120px;
}

.botter-left img {
    width: 100%;
    object-fit: cover;
    filter: var(--img-filter);
}

.data-padding {
    padding: 100px 0;
    overflow: hidden;
}

.second-heading {
    font-size: 64px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    line-height: 80px;
    color: var(--main-text);
    margin-bottom: 30px;
}

.description-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--text-color);
    max-width: 520px;
}

.main-second-heading-data img {
    width: 100%;
    max-width: 330px;
    position: absolute;
    top: 70%;
    z-index: -1;
    left: 5%;
    filter: var(--round-image-filter);
    animation: banner-cycle-animation 50s linear infinite;
}

@keyframes banner-cycle-animation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.main-second-heading-data {
    position: relative;
}

.img {
    position: relative;
    width: 100%;
    margin-top: 100px;
}

.img-container {
    width: 300px;
    height: 400px;
    position: relative;
    overflow: hidden;
    background: var(--body-color);
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    will-change: transform;
    transform: scale(1.1);
    transition: transform 0.2s linear;
}

.design-about {
    align-items: start;
    justify-content: center;
    row-gap: 50px;
}

.men-xxper-data {
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
    margin-top: 30px;
}

.data-round-data {
    background-color: var(--theme-data);
    max-width: 410px;
    max-height: 410px;
    border-radius: 500px 500px 0 0;
    display: flex;
    align-items: end;
    justify-content: center;
}

.box-design-right {
    display: flex;
    align-items: start;
    justify-content: center;
}

.experience-data {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
    margin-top: -30px;
}

.ex-number {
    font-size: 80px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    line-height: 80px;
    color: var(--theme-data);
}

.ex-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    color: var(--main-text);
}

.round-image-about {
    margin-top: -40px;
}

.round-image-about img {
    width: 100%;
    max-width: 130px;
    object-fit: cover;
    animation: cycle-animation 12s linear infinite;
    filter: var(--img-filter);
}

@keyframes cycle-animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.data-self {
    position: relative;
    height: 100%;
}

.self-intro {
    font-size: 36px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    line-height: 64px;
    text-align: center;
    max-width: 960px;
    color: var(--main-text);
    position: absolute;
    left: -30%;
    bottom: -70%;
}

.btn-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    background-color: var(--theme-data);
    color: var(--menu-text);
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    position: absolute;
    left: -15%;
    bottom: 0;
    transition: all .5s ease;
    border: none;
}

.btn-main:hover {
    transition: all .5s ease;
    background-color: var(--main-text);
    color: #FFF;
}

/* -------------------- Service Section Design -------------------- */
.services {
    background-color: var(--menu-color);
    position: relative;
}

.service-top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.service-top-left img {
    width: 100%;
}

.service-top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.service-top-right img {
    width: 100%;
}

.service-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.service-bottom-right img {
    width: 100%;
}

.service-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.service-bottom-left img {
    width: 100%;
}

.service-top {
    row-gap: 30px;
    align-items: start;
}

.data-left {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    row-gap: 30px;
    position: relative;
    z-index: 0;
    max-width: 630px;
}

.services-heading-data {
    font-size: 36px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    line-height: 64px;
    color: #FFF;
}

.heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--text-color);
}

.color-changes {
    color: #FFFFFF;
}

.right-main-service {
    text-align: end;
    position: relative;
    z-index: 0;
}

.right-main-service img {
    width: 100%;
    max-width: 330px;
    position: absolute;
    right: -15%;
    top: -60%;
    z-index: -1;
    animation: cycle-animation 50s linear infinite;
    filter: var(--black-image);
}

.box-design-services {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.box-service-under {
    width: 430px;
    min-height: 430px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    border: 2px solid #101010;
    background-color: #000000;
    padding: 30px;
}

.box-service-under:nth-child(1),
.box-service-under:nth-child(2) {
    border-right: none;
    border-bottom: none;
}

.box-service-under:nth-child(3) {
    border-bottom: none;
}

.box-service-under:nth-child(5) {
    border-right: none;
}

.box-service-under:nth-child(4) {
    border-right: none;
}

.box-service-under:hover {
    background-color: #101010;
}

.flip-box {
    width: 120px;
    height: 120px;
    perspective: 1000px;
    position: relative;
}

.flip-box-inner {
    width: 100%;
    height: 100%;
    transition: 0.6s ease;
    transform-style: preserve-3d;
}

.box-service-under:hover .flip-box-inner {
    transform: rotateY(-180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-box-front img,
.flip-box-back img {
    max-width: 120px;
    max-height: 120px;
    object-fit: cover;
}

.flip-box-back {
    transform: rotateY(-180deg);
}

.servies-detail {
    display: flex;
    align-items: start;
    flex-direction: column;
    row-gap: 10px;
}

.services-title {
    font-size: 30px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    line-height: 40px;
    color: #FFF;
    text-transform: uppercase;
    transition: all .5s ease-in;
}

.services-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: var(--text-color);
    transition: all .5s ease-in;
}

.box-service-under:hover .services-title {
    color: var(--theme-data);
    transition: all .5s ease-in;
}

.box-service-under:hover .services-desc {
    color: #FFFF;
    transition: all .5s ease-in;
}

.type-point {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.point-data {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.circle-data {
    width: 8px;
    height: 8px;
    background-color: var(--text-color);
    border-radius: 100%;
}

.text-data {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-color);
}

/* -------------------- Project Section Design -------------------- */
.project-right {
    position: absolute;
    top: 0;
    right: 120px;
}

.project-right img {
    width: 100%;
    object-fit: cover;
    filter: var(--img-filter);
}

.project {
    position: relative;
}

.title-design {
    max-width: 410px;
    position: relative;
}

.title-design img {
    max-width: 330px;
    object-fit: cover;
    filter: var(--round-image-filter);
    animation: cycle-animation 50s linear infinite;
    position: absolute;
    left: -25%;
    top: -20%;
    z-index: -1;
}

.sticky-project {
    align-items: start;
    justify-content: start;
    row-gap: 60px;
    margin-top: 60px;
}

#projectsList .projects-row[hidden] {
    display: none !important;
}

.name-project .projects-title {
    font-size: 32px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    line-height: 48px;
    color: var(--main-text);
}

.name-project .projects-meta {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--text-color);
}

.projects-more-wrap {
    margin-top: 30px;
}

.projects-more-btn {
    margin-top: 0;
    max-width: 260px;
}

.porject-image .img-container {
    overflow: hidden;
    border-radius: 12px;
}

.porject-image .img-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    filter: grayscale(100%);
    transform: scale(1);
    transition: filter 0.5s ease, transform 0.5s ease;
}

.data-detail:hover .porject-image .img-container img {
    filter: grayscale(0%);
    transform: scale(1.06);
}

.data-detail {
    align-items: start;
    justify-content: start;
    row-gap: 30px;
}

.data-detail:hover .name-project a {
    color: var(--theme-data);
    text-decoration: underline;
    transition: all .5s ease-in-out;
}

.project-detail {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 30px;
}

.number-of-project {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}

.number-of-project p {
    font-size: 32px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    line-height: 48px;
    transition: all .5s ease-in-out;
    color: var(--main-text);
}

.number-of-project img {
    width: 100%;
    max-width: 120px;
    filter: var(--img-filter);
}

.name-project {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 20px;
    max-width: 300px;
}

.name-project a {
    font-size: 32px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    line-height: 48px;
    color: var(--main-text);
}

.detail-data-main {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.name-contru {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--text-color);
    border: 2px solid var(--princing-box-border);
    padding: 8px 20px;
    border-radius: 30px;
}

.porject-image .data {
    margin-top: 0;
}

.porject-image .data .img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.porject-image .data .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transform: scale(1);
    transition: filter 0.5s ease, transform 0.5s ease;
}

.data-detail:hover .porject-image .data .img-container img {
    filter: grayscale(0%);
    transform: scale(1.06);
}

/* -------------------- Testimonial Section Design -------------------- */
.test-container {
    width: 100%;
    max-width: 1720px;
    margin: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial {
    position: relative;
    overflow: hidden;
}

.image-top-data-test-right-top {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
}

.image-top-data-test-right-top img {
    width: 100%;
    object-fit: cover;
    filter: var(--testimonial-filter);
}

.image-top-data-test-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
}

.image-top-data-test-left img {
    width: 100%;
    object-fit: cover;
    filter: var(--testimonial-filter);
}

.image-top-data-test-right {
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 11;
}

.image-top-data-test-right img {
    width: 100%;
    object-fit: cover;
    filter: var(--img-filter);
}

.image-top-data-test-right-bttom {
    position: absolute;
    bottom: 0;
    right: -30px;
    z-index: 11;
}

.image-top-data-test-right-bttom img {
    width: 100%;
    object-fit: cover;
    max-width: 30px;
    filter: var(--img-filter);
}

.testimonial-data {
    align-items: stretch;
    justify-content: center;
    width: 100%;
    position: relative;
    height: 100%;
}

.porject-image {
    width: 100%;
    height: 100%;
}

.testimonial-image {
    margin-top: 0;
    width: 100%;
    height: 100%;
}

.images-data-test {
    width: 100%;
    position: relative;
    height: 100%;
}

.testimonial-image .img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.testimonial-data .data-testimonial-padding {
    padding: 0;
}

.testimonail-detail {
    display: flex;
    align-self: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--menu-color);
    padding: 100px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.top-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    position: relative;
    z-index: 0;
}

.data-testimonail {
    color: #FFF !important;
}

.top-text img {
    max-width: 330px;
    object-fit: cover;
    filter: var(--black-image);
    position: absolute;
    z-index: -1;
    animation: cycle-animation 50s linear infinite;
}

.image-quete {
    margin-top: 60px;
}

.image-quete img {
    width: 100%;
    object-fit: cover;
    max-width: 40px;
}

.client-says {
    margin-top: 30px;
}

.client-review {
    font-size: 24px;
    font-style: italic;
    line-height: 36px;
    color: #FFF;
    padding-bottom: 60px;
}

.client-name-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.client-image {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #FFF;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.client-image img {
    width: 100%;
    object-fit: cover;
}

.name-design {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
}

.name-design p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #FFF;
}

.name-design span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--text-color);
}

.slick-dots {
    position: relative;
    bottom: 0;
    display: flex !important;
    justify-content: center;
    padding: 0;
    list-style: none;
    gap: 10px;
}

.slick-dots li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li button {
    background: var(--text-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 320ms cubic-bezier(.2, .9, .3, 1);
    box-shadow: none;
}

.slick-dots li.slick-active button {
    width: 30px;
    height: 10px;
    border-radius: 20px;
    background: var(--theme-data);
    transition: all 320ms cubic-bezier(.2, .9, .3, 1);
    position: relative;
    transform-origin: center;
}

.slick-dots li button:before {
    content: '';
    display: none;
}

.slick-dots li:not(.slick-active) button {
    transition: width 260ms cubic-bezier(.2, .9, .3, 1), background 260ms;
}

.slick-dots li button:hover {
    transform: scale(1.08);
}

.slick-dots li button:before {
    display: none !important;
}

.data-regular {
    font-weight: 400;
}

/*  */
.button {
    display: inline-block;
    position: relative;
}

.button.is-play {
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(8px);
    border-radius: 50%;
    border: none;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.button.is-play .button-outer-circle {
    background: rgba(255, 255, 255, 0.337);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.button.is-play .button-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    transform: translate(-50%, -50%);
}

.play-image {
    width: 100%;
    height: 100%;
    animation: fadeIn 7s ease;
}

.has-scale-animation {
    animation: smallScale 3s infinite;
}

.has-delay-short {
    animation-delay: 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes smallScale {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* -------------------- Award Section Design -------------------- */
.award-image {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    width: 100%;
}

.award-image .img {
    margin: 60px 0;
    width: auto;
}

.award-image .img-container {
    width: 300px;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.image-data-award {
    position: absolute;
    top: -20%;
    right: -5%;
    animation: tpupdown 1s infinite alternate;
}

.image-data-award img {
    width: 100%;
    max-width: 60px;
    object-fit: cover;
}

@keyframes tpupdown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.data-award-desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: var(--text-color);
}

.award-detail {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 30px;
}

.list-award {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-bottom: 30px;
    border-bottom: 2px solid var(--award-border);
    width: 100%;
    gap: 125px;
}

.year-award {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text-color);
}

.award-detail-type {
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: start;
    gap: 45px;
}

.award-detail-type img {
    width: 100%;
    max-width: 100px;
    object-fit: cover;
    filter: var(--img-filter);
}

.award-name-detail {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    row-gap: 10px;
}

.award-name-detail p {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: var(--main-text);
}

.award-name-detail span {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    color: var(--theme-data);
}

.award-winng {
    row-gap: 30px;
}

/* --------------------  Logo Scrool slider Section -------------------- */
.slider-logo {
    padding: 80px 0;
    overflow: hidden;
}

.logos-data {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
}

.logos1 {
    background: var(--menu-color);
    transform: rotate(3deg);
    width: 100%;
    left: 0;
}

.logos2 {
    background: #F5F6F7;
    transform: rotate(-5deg);
    overflow: hidden;
    left: 0;
    width: 100%;
    z-index: -1;
    margin-top: -50px;
}

.logos-slide {
    animation: 80s slide infinite linear;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.logos-slide2 {
    animation: 70s slide2 infinite linear;
}

@keyframes slide2 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.marquee__content {
    display: flex;
    justify-content: space-around;
    min-width: 100%;
    align-items: center;
    padding: 10px 0;
}

.marquee-img-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.marquee-img-main h3 {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    font-family: "Marcellus", serif;
    line-height: 60px;
    text-transform: uppercase;
    margin-left: 90px;
}

.marquee-img-main img {
    width: 100%;
    max-width: 60px !important;
    object-fit: cover;
    filter: none;
}

.image-logos {
    color: #000000 !important;
}

/* --------------------  Pricing Section -------------------- */
.pricing {
    position: relative;
}

.heading-descr {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--text-color);
}

.heading-data-princing {
    position: relative;
}

.heading-data-princing img {
    width: 100%;
    max-width: 330px;
    position: absolute;
    top: 70%;
    z-index: -5;
    left: 5%;
    filter: var(--round-image-filter);
    animation: banner-cycle-animation 50s linear infinite;
}

.pricing-detail {
    margin-top: 60px;
    justify-content: center;
    row-gap: 30px;
}

.pricing-box {
    position: relative;
    background-color: var(--princ-box);
    padding: 30px;
    border: 2px solid var(--princing-box-border);
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    min-height: 640px;
    transition: all .5s ease-in-out;
}

.type-box {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--text-color);
    padding-bottom: 20px;
}

.price-tag {
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 20px;
}

.price-number {
    font-size: 64px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    line-height: 80px;
    color: var(--main-text);
}

.image-right {
    position: absolute;
    right: 0;
    top: 0;
}

.image-right img {
    width: 100%;
    object-fit: cover;
    max-width: 60px;
    filter: var(--princing-image);
}

.line-data {
    margin: 30px 0;
    width: 100%;
    background-color: var(--princing-box-border);
    height: 2px;
}

.list-prince {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.clicke-area {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.clicke-area img {
    width: 100%;
    object-fit: cover;
    max-width: 30px;
    filter: var(--img-filter);
}

.availble {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: var(--text-color);
}

.btn-princ {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 0;
    border-radius: 60px;
    width: 100%;
    border: 2px solid var(--main-text);
    color: var(--main-text);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    transition: all .5s ease-in-out;
    background: transparent;
}

.pricing-box:hover .btn-princ {
    color: #FFF;
    background-color: var(--theme-data);
    border: 2px solid var(--theme-data);
    transition: all .5s ease-in-out;
}

.pricing-box:hover {
    transition: all .5s ease-in-out;
    background-color: var(--princing-box-border);
}

.pricing-box:hover .image-right img {
    filter: var(--prince-hove-img);
}

/* --------------------  Blog design Section -------------------- */
.heading-data-blog {
    max-width: 630px;
    margin: auto;
    position: relative;
}

.heading-data-blog img {
    position: absolute;
    z-index: -5;
    filter: var(--round-image-filter);
    animation: banner-cycle-animation 50s linear infinite;
    width: 100%;
    max-width: 330px;
    top: 60%;
}

.slider-design {
    margin-top: 60px;
    width: 100%;
}

.slide-box {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
}

.first-data-image {
    margin-top: 0;
}

.first-data-image .img-container img {
    width: 100%;
    height: 100%;
    object-position: bottom;
}

.sec-data-image {
    margin-top: 0;
}

.img-conta img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.logos-data-blog .slide-box {
    margin: 0 15px;
}

.logos-data-blog {
    margin: 60px -15px 0;
}

.sec-data-image .img-container img {
    width: 100%;
    height: 100%;
    object-position: bottom;
}

.time-blog {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-color);
    margin-top: 10px;
}

.blog-name {
    font-size: 32px;
    font-weight: normal;
    font-family: "Marcellus", serif;
    line-height: 48px;
    color: var(--main-text);
    transition: all .5s ease-in-out;
    max-width: 410px;
}

.slide-box:hover .blog-name {
    color: var(--theme-data);
    transition: all .5s ease-in-out;
    text-decoration: underline;
}

/* --------------------  Contact design Section -------------------- */
.contact {
    padding-bottom: 60px;
}

.top-design-contact {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    padding: 0;
}

.top-design-contact {
    width: 100%;
    max-width: 60px;
    object-fit: cover;
    filter: var(--testimonial-filter);
}

.right-design-contact {
    position: absolute;
    right: -30px;
    bottom: 0;
    z-index: 0;
    padding: 0;
}

.right-design-contact {
    width: 100%;
    max-width: 30px;
    object-fit: cover;
    filter: var(--img-filter);
}

.contact-design {
    background-color: var(--menu-color);
    padding: 100px;
    align-items: start;
    justify-content: start;
    min-height: 815px;
    position: relative;
}

.wave-image {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
}

.wave-image img {
    width: 100%;
    filter: var(--contact-border);
}

.center-image {
    position: absolute;
    max-width: 280px;
    left: 38%;
    top: 0;
}

.center-image img {
    width: 100%;
    max-width: 280px;
    object-fit: cover;
    filter: var(--contact-border);
}

.contact-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--menu-text);
    max-width: 460px;
    margin-bottom: 40px;
}

.data-text {
    color: var(--menu-text);
}

.mail-contact {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.image-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    border: 2px solid var(--menu-text);
}

.image-contact img {
    width: 100%;
    object-fit: cover;
    max-width: 32px;
}

.mail-contact p {
    font-size: 36px;
    font-weight: normal;
    font-family: "Marcellus", serif;
    line-height: 64px;
    color: var(--menu-text);
}

.data-call {
    margin-top: 30px;
}

.contact-page {
    background-color: var(--body-color);
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    width: 100%;
}

.title-contact-page {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.title-contact-page h3 {
    font-size: 36px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    line-height: 64px;
    color: var(--main-text);
}

.title-contact-page p {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: var(--text-color);
}

.input-form-first {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.input-form-first .input-fiels {
    display: flex;
    align-items: start;
    justify-content: start;
    background-color: var(--princing-box-border);
    padding: 12px 15px;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: var(--text-color);
}

.interes-contact {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.interes-contact label {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--main-text);
}

.selected {
    display: flex;
    align-items: start;
    justify-content: start;
    background-color: var(--princing-box-border);
    padding: 12px 15px;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: var(--text-color);
    width: 100%;
    border: none;
    position: relative;
    appearance: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

.selcted-area {
    position: relative;
    width: 100%;
}

.selcted-area img {
    width: 100%;
    max-width: 24px;
    position: absolute;
    right: 20px;
    top: 13px;
    filter: var(--img-filter);
}

textarea {
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
    resize: none;
}

.custom-textarea {
    display: flex;
    align-items: start;
    justify-content: start;
    background-color: var(--princing-box-border);
    padding: 12px 15px;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: var(--text-color);
    width: 100%;
    border: none;
    max-height: 96px !important;
}

.main-contact {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    width: 100%;
}

.btn-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
    background-color: var(--theme-data);
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    border: none;
    transition: all .5s ease-in;
}

.btn-mark:hover {
    background-color: var(--main-text);
    transition: all .5s ease-in;
}

.relative-box {
    position: relative;
}

.main-contact {
    position: absolute;
    top: 0;
}

/* --------------------  Footer design Section -------------------- */
.footer-descr {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: var(--text-color);
}

.social-design-footer {
    padding-top: 40px;
    padding-bottom: 60px;
    row-gap: 30px;
}

.box-social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--princing-box-border);
    padding: 70px;
}

.box-social-media img {
    width: 100%;
    object-fit: cover;
    max-width: 48px;
    filter: var(--img-filter);
}

.box-social-media:hover img {
    filter: brightness(0) saturate(100%) invert(70%) sepia(59%) saturate(4703%) hue-rotate(157deg) brightness(100%) contrast(105%);
}

.created-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.copy-right {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: var(--text-color);
}

.data-copy {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 60px;
}

.bran-stark {
    position: relative;
}

.bran-stark .data-round-image {
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-47%, -50%);
    z-index: 999;
}

.bran-stark .data-round-image img {
    width: 100%;
    max-width: 64px;
    animation: cycle-animation 12s linear infinite;
}

.bran-stark .bran-stark-img {
    width: 100%;
    filter: var(--img-filter);
}

/* ------------------------ animation text scroling  */
.fade_up,
.fade_down,
.zoom_in,
.zoom_out {
    opacity: 0;
    transition: all 2s;
}

.fade_up {
    transform: translateY(-100%);
}

.fade_down {
    transform: translateY(100%);
}

.zoom_in {
    transform: scale(0.5);
}

.zoom_out {
    transform: scale(1.5);
}

.fade_right {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 2s;
}

.fade_left {
    opacity: 0;
    transform: translateX(100%);
    transition: all 2s;
}

.flip_left {
    opacity: 0;
    transform: perspective(400px) rotateY(-90deg);
    transition: all 2s;
}

.flip_right {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
    transition: all 2s;
}

.flip_up {
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
    transition: all 2s;
}

.flip_down {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
    transition: all 2s;
}

.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.animation-data {
    animation: drop-in 5s ease 500ms backwards;
    transition: all 0.2s ease;
    overflow: hidden;
}

@keyframes drop-in {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: translate(0px);
    }
}

/* ------------ [ Services Popup Box Design ] ------------ */
.services-title {
    cursor: pointer;
}

.close-popup {
    display: flex;
    align-items: end;
    cursor: pointer;
    justify-content: end;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #091217;
    margin-bottom: 10px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.2) 100%);
    display: none;
    backdrop-filter: blur(6px);
    z-index: 999;
}

.popup-box-dash {
    position: fixed;
    top: 0;
    left: 50%;
    max-width: 1130px;
    width: 100%;
    height: 100%;
    background: var(--body-color);
    overflow: auto;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    border-left: 30px solid var(--main-text);
    border-right: 30px solid var(--main-text);
    transform: translate(-50%, -30%) scale(0.95);
    transition: transform 0.35s ease, opacity 0.35s ease;
    padding: 60px 10px;
}

.popup-box-dash.show {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    pointer-events: auto;
}

.popup-box-dash.hide {
    opacity: 0;
    transform: translate(-50%, -30%) scale(0.95);
    pointer-events: none;
}

.container-popup {
    max-width: 950px;
    margin: auto;
}

.index-design {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.home-deta {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--text-color);
}

.home-deta:hover {
    color: var(--text-color);
}

.index-design img {
    width: 100%;
    max-width: 24px;
    filter: var(--img-filter);
}

.name-service {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--main-text);
}

.text-title {
    padding-top: 60px;
    text-align: center;
    padding-bottom: 30px;
}

.text-desc {
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    color: var(--text-color);
    margin-bottom: 30px;
    text-align: center;
}

.image-design-under {
    padding: 60px 0;
}

.under-image {
    margin-top: 0;
}

.image-design-under img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deta-heading-sec {
    font-size: 36px;
    font-weight: normal;
    font-family: "Marcellus", serif;
    line-height: 48px;
    color: var(--main-text);
    margin-bottom: 30px;
}

.text-data-desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--text-color);
}

.box-design-services-under {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
}

.design-box-project {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 20px;
    max-width: 460px;
    min-height: 240px;
    padding: 30px;
    justify-content: start;
    background-color: var(--princing-box-border);
}

.data-font {
    font-size: 30px;
    font-weight: normal;
    font-family: "Marcellus", serif;
    line-height: 30px;
    color: var(--main-text);
    text-transform: uppercase;
}

.data-desc-font {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: var(--text-color);
}

.box-image-design {
    padding: 60px 0;
    row-gap: 30px;
}

.detail-image {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.detail-image img {
    width: 100%;
    object-fit: cover;
}

.sec-text-desc {
    margin-top: 60px;
    margin-bottom: 30px;
}

.peralax-data-seted {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.image-tick img {
    width: 100%;
    object-fit: cover;
    max-width: 40px;
    filter: var(--img-filter);
}

.text-tick {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
}

.data-mail-all {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}

.circle-wrap {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
}

.border-animate {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 2px dashed #00C2FF;
    border-radius: 50%;
    animation: rotate-border 6s linear infinite;
}

.close-btn {
    color: #00C2FF;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    z-index: 2;
}

@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.circle-wrap:hover .border-animate {
    animation: rotate-border 10s linear infinite;
}

.close-btn:hover {
    color: var(--theme-data);
}

.main-btn-stcoked {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.top-right-data-services {
    position: absolute;
    top: 0;
    right: 0;
}

.top-right-data-services img {
    width: 100%;
    object-fit: cover;
    filter: var(--img-filter);
}

.bottom-right-data-services {
    position: absolute;
    bottom: -312%;
    left: 0;
}

.bottom-right-data-services img {
    width: 100%;
    object-fit: cover;
    filter: var(--img-filter);
}

/* ------------ [ Project Popup Box Design ] ------------ */
.popup-box-dash-project {
    position: fixed;
    top: 0;
    left: 50%;
    max-width: 1130px;
    width: 100%;
    height: 100%;
    background: var(--body-color);
    overflow: auto;
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    border-left: 30px solid var(--main-text);
    border-right: 30px solid var(--main-text);
    transform: translate(-50%, -30%) scale(0.95);
    transition: transform 0.35s ease, opacity 0.35s ease;
    padding: 60px 10px;
}

.popup-box-dash-project.show {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    pointer-events: auto;
}

.popup-box-dash-project.hide {
    opacity: 0;
    transform: translate(-50%, -30%) scale(0.95);
    pointer-events: none;
}

/* -- Popup Hero Image (single project image) -- */
.popup-project-hero-image {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
    max-height: 480px;
}

.popup-project-hero-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.6s ease;
}

.popup-project-hero-image:hover img {
    transform: scale(1.02);
}

/* -- Features list -- */
.popup-features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 30px;
}

.popup-features-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: var(--text-color);
}

.popup-features-list li::before {
    content: '';
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--theme-data);
    margin-top: 9px;
}

@media (max-width: 768px) {
    .popup-features-list {
        grid-template-columns: 1fr;
    }
}



.data-detail {
    cursor: pointer;
}

.detail-image-main {
    border-radius: 30px;
    width: 100%;
    overflow: hidden;
}

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

.data-wincd {
    padding-top: 40px;
}

.detail-project-under {
    row-gap: 30px;
    align-items: start;
    justify-content: start;
    margin-bottom: 60px;
}

.data-detail-project-socde {
    max-width: 380px;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 30px;
}

.desing-project-mag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.project-desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: var(--text-color);
}

.made-project {
    width: 100%;
    max-width: 100%;
}

.detail-over {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

.project-name-detail {
    display: flex;
    align-items: start;
    justify-content: start;
    padding-bottom: 15px;
    width: 100%;
    border-bottom: 2px solid var(--princing-box-border);
}

.project-name-detail p {
    width: 30%;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--text-color);
    text-transform: uppercase;
}

.project-name-detail span {
    width: 70%;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--main-text);
    text-transform: uppercase;
}

.avrage-data {
    align-items: start;
    justify-content: start;
    margin: 40px 0;
    row-gap: 30px;
}

.box-project-avrage {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
    padding-bottom: 30px;
}

.average-code {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
}

.average-code p {
    font-size: 30px;
    font-weight: normal;
    font-family: "Marcellus", serif;
    line-height: 40px;
    color: var(--main-text);
}

.average-code span {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: var(--text-color);
}

.border-design {
    border-bottom: 2px solid var(--princing-box-border);
}

.line-design {
    width: 100%;
    height: 2px;
    background-color: var(--princing-box-border);
    margin: 60px 0;
}

.main-sec-design-hover {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    background-color: transparent;
    transition: all .35s ease-in-out;
}

.main-sec-design-hover p {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: var(--text-color);
}

.main-sec-design-hover {
    position: relative;
}

.hover-reveal {
    position: absolute;
    width: 330px;
    height: 248px;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0.8);
    transition: opacity .3s ease, transform .3s ease;
    will-change: transform, top, left;
}

.hover-reveal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.data-detail {
    cursor: pointer;
}

.project-top-image {
    position: absolute;
    top: 0;
    left: 0;
}

.project-top-image img {
    width: 100%;
    object-fit: cover;
    filter: var(--img-filter);
}

.project-bottom-image {
    position: absolute;
    bottom: -300%;
    left: 0;
}

.project-bottom-image img {
    width: 100%;
    object-fit: cover;
    filter: var(--img-filter);
}

/* ------------ [ Blog Popup Box Design ] ------------ */
.popup-box-dash-blog {
    position: fixed;
    top: 0;
    left: 50%;
    max-width: 1130px;
    width: 100%;
    height: 100%;
    background: var(--body-color);
    overflow: auto;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    border-left: 30px solid var(--main-text);
    border-right: 30px solid var(--main-text);
    transform: translate(-50%, -30%) scale(0.95);
    transition: transform 0.35s ease, opacity 0.35s ease;
    padding: 60px 10px;
}

.popup-box-dash-blog.show {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    pointer-events: auto;
}

.popup-box-dash-blog.hide {
    opacity: 0;
    transform: translate(-50%, -30%) scale(0.95);
    pointer-events: none;
}

.slide-box {
    cursor: pointer;
}

.design-over-blog-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
}

.data-fact-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.blog-filed {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.blog-filed img {
    width: 100%;
    max-width: 24px;
    object-fit: cover;
}

.blog-filed p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--text-color);
}

.data-blogred {
    position: relative;
    margin: 60px 0;
}

.blog-ledt {
    position: absolute;
    top: 0;
    left: 0;
}

.blog-ledt img {
    width: 100%;
    object-fit: cover;
    filter: var(--img-filter);
}

.blog-ledt-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog-ledt-bottom img {
    width: 100%;
    object-fit: cover;
    filter: var(--img-filter);
}

.blog-text-desc {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: var(--text-color);
    text-align: center;
}

.data-mail-padding-blog {
    padding: 60px 0;
}

.data-mices {
    padding: 40px 0;
}

.quite-detail {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 40px;
}

.quite-detail img {
    width: 100%;
    object-fit: cover;
    max-width: 100px;
}

.bloger-quite {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 20px;
}

.text-quite {
    font-size: 36px;
    font-weight: normal;
    font-family: "Marcellus", serif;
    line-height: 60px;
    color: var(--main-text);
}

.design-bloger-name {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.design-bloger-name p {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: var(--text-color);
}

.line-bloger {
    width: 100px;
    height: 2px;
    background-color: var(--text-color);
}

.click-text {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
}

.data-click {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.data-click img {
    width: 100%;
    max-width: 30px;
    object-fit: cover;
    filter: var(--img-filter);
}

.data-click p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: var(--text-color);
}

.image-transpodirt {
    padding: 120px 60px;
    background-image: url(../images/blog/transfrom.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    position: relative;
    margin: 60px 0;
    text-align: center;
    z-index: 0;
}

.image-transpodirt::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    z-index: -1;
}

.image-transpodirt p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #FFFFFF;
}

.color-mode {
    color: #FFFFFF;
}

.comment-deta {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

.image-comment img {
    width: 100%;
    max-width: 100px;
    object-fit: cover;
}

.comment-detail {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 30px;
}

.design-dated-comment {
    display: flex;
    align-items: start;
    gap: 15px;
    justify-content: start;
    flex-direction: column;
    width: 100%;
}

.top-data-comment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.top-data-comment p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--main-text);
}

.top-data-comment span {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: var(--text-color);
}

.comment-data-desc {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: var(--text-color);
}

.btn-comment {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    border: 2px solid var(--text-color);
    color: var(--main-text);
    border-radius: 30px;
    background-color: transparent;
}

.btn-comment span {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--main-text);
}

.btn-comment img {
    width: 100%;
    object-fit: cover;
    max-width: 24px;
    filter: var(--img-filter);
}

.margin-left-comment {
    margin-left: 130px;
}

.contact-mist {
    padding: 60px 0;
}

.leave-comentend-detail {
    row-gap: 30px;
    margin-top: 30px;
}

.input-leave {
    display: flex;
    align-items: start;
    justify-content: start;
    background-color: var(--princing-box-border);
    padding: 12px 15px;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: var(--text-color);
}

.float-label {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: var(--main-text);
}

.remember-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
}

.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    max-width: 18px;
    min-height: 18px;
    border: 2px solid #C7C7C7;
    border-radius: 6px;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    transition: 0.2s ease;
}

.custom-checkbox:checked {
    background-color: var(--theme-data);
    border: 2px solid var(--princing-box-border);
    transition: 0.2s ease;
}

.custom-checkbox:checked::after {
    content: "✔";
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: -2px;
    left: 2px;
}

.remember-wrap label {
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    color: var(--text-color);
}

.data-scrottl {
    position: relative;
    left: 0;
}

.data-blog-right {
    position: absolute;
    top: 0;
    right: 0;
}

.data-blog-right img {
    width: 100%;
    object-fit: cover;
    filter: var(--img-filter);
}

.data-blog-bottom {
    position: absolute;
    bottom: -430%;
    right: 0;
}

.data-blog-bottom img {
    width: 100%;
    object-fit: cover;
    filter: var(--img-filter);
}

.data-video-scooter {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
    height: 100%;
}

.data-video-scooter video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    border-radius: 30px;
}