/*
    01. common
*/

:root {
    scroll-behavior: inherit;
    --nm-font-1: "Inter", sans-serif;
    --nm-font-2: "Inter", sans-serif;
    --nm-font-3: "Mona Sans", sans-serif;
    --nm-clr-pr-1: #fd3f00 !important;
    --nm-clr-pr-2: #005aff;
    --nm-clr-pr-3: #DC3DF1;
    --nm-clr-sd-1: #dddd;
    --nm-clr-sd-3: #3558FE;
    --nm-clr-h-1: #090b28;
    --nm-clr-p-1: #b5b5b5;
    --nm-clr-black-1: #171619;
    --nm-clr-black-2: #111111;
    --nm-clr-black-3: #282828;
    --nm-clr-black-4: #1a1a1a;
    --nm-clr-gd-1: linear-gradient(62deg, rgb(9, 229, 255) 0%, rgb(8, 35, 242) 100%);
    --nm-clr-gd-3: linear-gradient(130deg, rgb(220, 62, 240) 21%, rgb(53, 88, 254) 58%, rgb(75, 175, 255) 100%);
    --nm-cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
    --nm-clr-h-4: #0A0A0A;
    --nm-clr-pr-5: #FD3F00;
}

html,
body,
p,
span,
a,
strong,
em,
button,
input,
textarea,
select,
option,
li,
dt,
dd,
blockquote,
label {
    font-family: var(--nm-font-2) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.nm-h-1,
.nm-h-2,
.nm-h-3,
.nm-h-4,
.nm-h-5,
.nm-h-6,
.tx-heading,
.nm-heading {
    font-family: var(--nm-font-3) !important;
}

body {
    font-family: var(--nm-font-2);
    font-size: 18px;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 28px;
    color: var(--nm-clr-p-1);
    overflow-x: hidden;
    font-optical-sizing: auto;
    background-color: var(--nm-clr-black-2);
}

.img,
img {
    max-width: 100%;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a,
span {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-decoration: none;
    line-height: inherit;
    transition: inherit;
}

button {
    border: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 55px;
}

h2 {
    font-size: 55px;
}

h3 {
    font-size: 42px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

::-moz-selection {
    background-color: #3065D0;
    color: white;
    text-shadow: none;
}

::-moz-selection {
    background-color: #3065D0;
    color: white;
    text-shadow: none;
}

::selection {
    background-color: #3065D0;
    color: white;
    text-shadow: none;
}

input,
textarea {
    outline: none;
}

input::placeholder,
textarea::placeholder {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
    ::-webkit-scrollbar {
        width: 7px;
        background: #fff;
        box-shadow: none;
        border: none;
    }

    ::-webkit-scrollbar-track {
        background: transparent;
        box-shadow: none;
        border: none;
    }

    ::-webkit-scrollbar-thumb {
        background: #0a0a0a;
        border-radius: 6px;
    }
}

.swiper-notification {
    display: none;
}


/*
    margin-&-padding_variable-start
*/

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-205 {
    padding-bottom: 205px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-215 {
    padding-bottom: 215px;
}

.pb-220 {
    padding-bottom: 220px;
}

.pb-225 {
    padding-bottom: 225px;
}

.pb-230 {
    padding-bottom: 230px;
}

.pb-235 {
    padding-bottom: 235px;
}

.pb-240 {
    padding-bottom: 240px;
}

.pb-245 {
    padding-bottom: 245px;
}

.pb-250 {
    padding-bottom: 250px;
}

.pb-255 {
    padding-bottom: 255px;
}

.pb-260 {
    padding-bottom: 260px;
}

.pb-265 {
    padding-bottom: 265px;
}

.pb-270 {
    padding-bottom: 270px;
}

.pb-275 {
    padding-bottom: 275px;
}

.pb-280 {
    padding-bottom: 280px;
}

.pb-285 {
    padding-bottom: 285px;
}

.pb-290 {
    padding-bottom: 290px;
}

.pb-295 {
    padding-bottom: 295px;
}

.pb-300 {
    padding-bottom: 300px;
}


/*
    margin-&-padding_variable-end
*/


/*
    global-css-end
*/


/*
    02. utility
*/

.wa-fix {
    overflow: hidden;
}

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

.wa-img-cover img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.wa-video-cover video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wa-bg-default {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.flaticon {
    display: inline-block;
    line-height: 0.65;
}

.wa-z-index-3 {
    position: relative;
    z-index: 3;
}

.wa-p-absolute {
    position: absolute;
}

.wa-p-relative {
    position: relative;
    z-index: 1;
}

.wa-origin-left {
    transform-origin: left;
}

.wa-origin-right {
    transform-origin: right;
}

.wa-fw-400 {
    font-weight: 400;
}

.wa-fw-500 {
    font-weight: 500;
}

.wa-fw-600 {
    font-weight: 600;
}

.wa-fw-700 {
    font-weight: 700;
}

.wa-fw-800 {
    font-weight: 800;
}

.wa-fw-900 {
    font-weight: 900;
}

.wa-ml-auto {
    margin-left: auto;
}

.wa-mr-auto {
    margin-right: auto;
}

.wa-line-limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.wa-line-limit:is(.has-line-1) {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.wa-line-limit:is(.has-line-2) {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.wa-line-limit:is(.has-line-3) {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.wa-line-limit:is(.has-line-4) {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.wa-line-limit:is(.has-line-5) {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.wa-line-limit:is(.has-line-6) {
    -webkit-line-clamp: 6;
    line-clamp: 6;
}

.wa-line-limit:is(.has-line-7) {
    -webkit-line-clamp: 7;
    line-clamp: 7;
}

.wa-line-limit:is(.has-line-8) {
    -webkit-line-clamp: 8;
    line-clamp: 8;
}

.wa-line-limit:is(.has-line-9) {
    -webkit-line-clamp: 9;
    line-clamp: 9;
}

.wa-line-limit:is(.has-line-10) {
    -webkit-line-clamp: 10;
    line-clamp: 10;
}

.wa-will-change {
    will-change: transform, opacity;
}

.wa-no-ani-tf {
    transform: none !important;
}


/*
    components
*/


/*
    custom-container-start
*/

@media (min-width: 1400px) {
    .container.nm-container-1 {
        max-width: 1290px;
    }

    .container.nm-container-2 {
        max-width: 1304px;
    }
}


/*
    custom-container-end
*/


/*
    03. typography
*/


/*
    typography-start
*/

.nm-h-1 {
    font-family: var(--nm-font-2);
    line-height: 1.5;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.nm-h-2 {
    font-family: var(--nm-font-1);
    line-height: 1.176;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.025em;
    margin-bottom: 0;
}

.nm-p-1 {
    font-family: var(--nm-font-2);
    font-size: 18px;
    line-height: 1.666;
    font-weight: 400;
    color: var(--nm-clr-p-1);
    margin-bottom: 0;
}

.nm-p-1 b {
    color: #fff;
}

.nm-subtitle-1 {
    font-family: var(--nm-font-2);
    color: #838383;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    gap: 13px;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 20px;
    perspective: 2000px;
    transform-style: preserve-3d;
}

.nm-subtitle-1 .dot {
    width: 11px;
    height: 11px;
    background: var(--nm-clr-pr-1);
    border-radius: 50%;
    flex: 0 0 auto;
    box-shadow: 0px 3px 5.52px 0.48px rgba(214, 243, 69, 0.46);
    animation: subtitleDot1kf 2s linear infinite;
}

@keyframes subtitleDot1kf {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.3;
    }
}

.nm-subtitle-2 {
    font-family: var(--nm-font-2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .nm-subtitle-2 {
        width: 100%;
    }
}

.nm-subtitle-2 .icon {
    line-height: 0.9;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nm-subtitle-2 .icon:is(.has-h3-gd-text) {
    background: var(--nm-clr-gd-3);
    background-clip: text;
}

.nm-subtitle-2 .text {
    flex: 0 0 auto;
}

.nm-subtitle-2 .line {
    max-width: 175px;
    height: 2px;
    background: linear-gradient(90deg, rgb(255, 255, 255) 87%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.4;
    flex: 0 0 auto;
    width: 100%;
    transform-origin: left;
}

@media (max-width: 767px) {
    .nm-subtitle-2 .line {
        max-width: 100%;
        flex: unset;
    }
}

.nm-sec-title-1 {
    font-family: var(--nm-font-2);
    color: #fff;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-sec-title-1 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-sec-title-1 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-sec-title-1 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .nm-sec-title-1 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-sec-title-1 {
        font-size: 40px;
    }
}

.nm-sec-title-2 {
    font-family: var(--nm-font-1);
    color: #fff;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.025em;
    margin-bottom: 0;
    font-size: 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-sec-title-2 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-sec-title-2 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-sec-title-2 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .nm-sec-title-2 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-sec-title-2 {
        font-size: 40px;
    }
}

.wa_bg_position div {
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(104, 104, 104, 0.5) 50%);
    padding-bottom: 7px;
}

.wa_bg_position div:not(:first-child) {
    margin-top: -7px;
}


/*
    typography-end
*/


/*
    04. mouse-cursor
*/

.wa-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity 0.3s, color 0.4s;
    -o-transition: opacity 0.3s, color 0.4s;
    -moz-transition: opacity 0.3s, color 0.4s;
    transition: opacity 0.3s, color 0.4s;
}

.wa-cursor::before {
    background: var(--nm-clr-pr-1);
}

.wa-cursor:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--nm-clr-pr-1);
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.1s;
    transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.wa-cursor-text {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(0) rotate(10deg);
    -moz-transform: scale(0) rotate(10deg);
    -ms-transform: scale(0) rotate(10deg);
    -o-transform: scale(0) rotate(10deg);
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: white;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
    transition: opacity 0.4s, -webkit-transform 0.3s;
    -o-transition: opacity 0.4s, -o-transform 0.3s;
    -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
    transition: opacity 0.4s, transform 0.3s;
    transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

.wa-cursor:is(.-normal) {
    mix-blend-mode: normal;
}

.wa-cursor:is(.-normal)::before {
    background: currentColor;
}

.wa-cursor:is(.-text) {
    mix-blend-mode: normal;
}

.wa-cursor:is(.-text)::before {
    background: currentColor;
}

.wa-cursor:is(.-inverse) {
    color: white;
}

.wa-cursor:is(.-visible)::before {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
}

.wa-cursor:is(.-visible):is(.-active):before {
    -webkit-transform: scale(0.23);
    -moz-transform: scale(0.23);
    -ms-transform: scale(0.23);
    -o-transform: scale(0.23);
    transform: scale(0.23);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.wa-cursor:is(.-pointer)::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: transparent;
}

.wa-cursor:is(.-text):before {
    background: #0a0a0a;
    opacity: 0.8;
    backdrop-filter: blur(10);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.wa-cursor:is(.-text) .wa-cursor-text {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.wa-cursor:is(.-text):is(.-active)::before {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.wa-cursor:is(.-opaque)::before {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.wa-cursor:is(.-opaque):is(.-active)::before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.wa-cursor:is(.-lg)::before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.wa-cursor:is(.-hidden)::before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

@supports (mix-blend-mode: exclusion) {

    .wa-cursor.-exclusion,
    .wa-cursor.-opaque {
        mix-blend-mode: exclusion;
    }
}

@supports (mix-blend-mode: exclusion) {

    .wa-cursor.-exclusion:before,
    .wa-cursor.-opaque:before {
        background: white;
    }
}


/*
    05. button
*/


/*
    button-start
*/

.nm-offcanvas-btn-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 28px;
    color: var(--nm-clr-black-1);
    background: var(--nm-clr-pr-1);
}

.nm-pr-btn-1 {
    font-family: var(--nm-font-2);
    background: var(--nm-clr-pr-1);
    font-weight: 600;
    border-radius: 100px;
    padding: 6px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding-right: 30px;
    color: var(--nm-clr-black-1);
    font-size: 20px;
    overflow: hidden;
    transition: 0.2s;
}

.nm-pr-btn-1 .icon {
    flex: 0 0 auto;
    width: 53px;
    height: 53px;
    background: var(--nm-clr-black-1);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.nm-pr-btn-1 .icon i {
    transition: all 0.5s var(--nm-cube-1);
}

.nm-pr-btn-1 .icon i:nth-child(1) {
    position: absolute;
    transform: translateX(-50px);
}

.nm-pr-btn-1 .icon i:nth-child(2) {
    position: relative;
}

.nm-pr-btn-1 .text {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: var(--nm-clr-black-1);
    transition: all 0.5s var(--nm-cube-1);
}

.nm-pr-btn-1 .text::after {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.5s var(--nm-cube-1);
    position: absolute;
    content: attr(data-back);
    transform: translateY(100%);
}

.nm-pr-btn-1 .text::before {
    top: 0;
    left: 0;
    display: block;
    transition: all 0.5s var(--nm-cube-1);
    position: relative;
    content: attr(data-front);
    transform: translateY(0);
}

.nm-pr-btn-1:hover .icon i:nth-child(1) {
    transform: translateX(0px);
}

.nm-pr-btn-1:hover .icon i:nth-child(2) {
    transform: translateX(50px);
}

.nm-pr-btn-1:hover .text::after {
    transform: translateY(0%);
}

.nm-pr-btn-1:hover .text::before {
    transform: translateY(-100%);
}

.nm-pr-btn-1:is(.has-v2) {
    background: var(--nm-clr-black-3);
    font-size: 16px;
}

.nm-pr-btn-1:is(.has-v2) .icon {
    width: 42px;
    height: 42px;
    background: var(--nm-clr-pr-1);
    color: var(--nm-clr-black-1);
    font-size: 16px;
}

.nm-pr-btn-1:is(.has-v2) .text {
    color: #fff;
}

.nm-pr-btn-1:is(.has-v2):hover {
    background: var(--nm-clr-pr-1);
}

.nm-pr-btn-1:is(.has-v2):hover .text {
    color: #0a0a0a;
}

.nm-pr-btn-1:is(.has-v2):hover .icon {
    background: #0a0a0a;
    color: var(--nm-clr-pr-1);
}

.nm-pr-btn-2 {
    font-family: var(--nm-font-2);
    font-weight: 700;
    font-size: 16px;
    color: #141414;
    background: #fffbf5;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    padding: 2px;
    padding-right: 16px;
    transition: all 0.6s var(--nm-cube-1);
}

.nm-pr-btn-2 .icon {
    width: 42px;
    height: 46px;
    background: linear-gradient(-90deg, rgb(20, 20, 20) 0%, rgb(67, 67, 67) 100%);
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: all 0.6s var(--nm-cube-1);
}

.nm-pr-btn-2 .icon i {
    transition: all 0.6s var(--nm-cube-1);
}

.nm-pr-btn-2 .icon i:nth-child(1) {
    position: absolute;
    transform: translateX(-50px);
}

.nm-pr-btn-2 .icon i:nth-child(2) {
    position: relative;
}

.nm-pr-btn-2 .text {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.nm-pr-btn-2 .text::after {
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    transition: all 0.6s var(--nm-cube-1);
    position: absolute;
    content: attr(data-back);
    transform: translateY(100%);
}

.nm-pr-btn-2 .text::before {
    top: 0;
    left: 0;
    display: block;
    transition: all 0.6s var(--nm-cube-1);
    position: relative;
    content: attr(data-front);
    transform: translateY(0);
}

.nm-pr-btn-2:hover {
    background: #0a0a0a;
    color: #fff;
}

.nm-pr-btn-2:hover .text::after {
    transform: translateY(0%);
}

.nm-pr-btn-2:hover .text::before {
    transform: translateY(-100%);
}

.nm-pr-btn-2:hover .icon {
    background: #fff;
    color: #0a0a0a;
}

.nm-pr-btn-2:hover .icon i:nth-child(1) {
    transform: translateX(0px);
}

.nm-pr-btn-2:hover .icon i:nth-child(2) {
    transform: translateX(50px);
}

.nm-pr-btn-2:is(.has-v3) .icon {
    background: var(--nm-clr-gd-3);
    position: relative;
    z-index: 1;
}

.nm-pr-btn-2:is(.has-v3) .icon::after {
    content: "";
    background: var(--nm-clr-gd-3);
    background-size: 500% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s var(--nm-cube-1);
    animation: prBtn3kf 3s linear infinite;
}

.nm-pr-btn-2:is(.has-v3):hover {
    background: #fff;
    color: #0a0a0a;
}

.nm-pr-btn-2:is(.has-v3):hover .icon {
    color: #fff;
}

.nm-pr-btn-2:is(.has-v3):hover .icon::after {
    opacity: 1;
}

@keyframes prBtn3kf {
    0% {
        background-position-x: 0%;
    }

    50% {
        background-position-x: 100%;
    }

    100% {
        background-position-x: 0%;
    }
}

.nm-hero-1-plybtn {
    flex: 0 0 auto;
    width: 115px;
    height: 115px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.nm-hero-1-plybtn::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(4px);
    z-index: -1;
    border-radius: 50%;
    transform: scale(0.7);
    transition: all 0.5s var(--nm-cube-1);
}

.nm-hero-1-plybtn .bg-elm {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: 50%;
}

.nm-hero-1-plybtn .bg-elm video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nm-hero-1-plybtn:hover {
    color: var(--nm-clr-black-1);
}

.nm-hero-1-plybtn:hover::after {
    background: var(--nm-clr-pr-1);
    transform: scale(0.5);
}

.nm-slider-btn-1 {
    overflow: hidden;
    width: 66px;
    height: 66px;
    background: #1f1f1f;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7);
    font-size: 25px;
    cursor: pointer;
    transition: all 0.6s var(--nm-cube-1);
    flex: 0 0 auto;
}

.nm-slider-btn-1 .icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nm-slider-btn-1 .icon i {
    transition: all 0.6s var(--nm-cube-1);
}

.nm-slider-btn-1 .icon i:nth-child(1) {
    position: absolute;
    transform: translateX(-50px);
}

.nm-slider-btn-1 .icon i:nth-child(2) {
    position: relative;
}

.nm-slider-btn-1:hover {
    background: #fff;
    color: #0a0a0a;
}

.nm-slider-btn-1:hover .icon i:nth-child(1) {
    transform: translateX(0);
}

.nm-slider-btn-1:hover .icon i:nth-child(2) {
    transform: translateX(50px);
}

.nm-slider-btn-1:is(.has-left) .icon i {
    transition: all 0.6s var(--nm-cube-1);
}

.nm-slider-btn-1:is(.has-left) .icon i:nth-child(1) {
    transform: translateX(50px);
}

.nm-slider-btn-1:is(.has-left):hover .icon i:nth-child(1) {
    transform: translateX(0%);
}

.nm-slider-btn-1:is(.has-left):hover .icon i:nth-child(2) {
    transform: translateX(-50px);
}


/*
    button-end
*/


/*
    06. offcanvas
*/


/*
    offcanvas-start
*/

.wa-offcanvas-area {
    position: fixed;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 9;
    max-width: 450px;
    width: 100%;
    height: 100%;
    overflow: scroll;
    opacity: 1;
    padding: 50px 50px;
    transition: 0.5s ease-in-out;
    transform: translateX(105%);
    visibility: hidden;
    opacity: 0;
}

.wa-offcanvas-area:is(.active) {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
    transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}

.wa-offcanvas-area::-webkit-scrollbar {
    display: none;
}

.wa-offcanvas-close {
    display: flex;
    flex: 0 0 auto;
    width: 25px;
    background: transparent;
    height: 25px;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    gap: 10px;
    flex-direction: column;
    position: relative;
}

.wa-offcanvas-close span {
    transition: 300ms;
    width: 100%;
    height: 3px;
    background: #0a0a0a;
    position: absolute;
}

.wa-offcanvas-close span:nth-child(1) {
    transform: rotate(45deg);
}

.wa-offcanvas-close span:nth-child(2) {
    transform: rotate(-45deg);
}

.wa-offcanvas-close:hover span {
    transform: rotate(0);
}

.wa-offcanvas-top {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 50px;
}

.wa-offcanvas-top-logo {
    flex: 0 0 auto;
    max-width: 150px;
    width: 100%;
}

.wa-offcanvas-social-title {
    color: #0a0a0a;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.wa-offcanvas-social-flex {
    gap: 10px;
}

.wa-offcanvas-social-link {
    display: flex;
    width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    height: 40px;
    color: #0a0a0a;
    font-size: 18px;
    transition: 400ms;
    justify-content: center;
    align-items: center;
}

.wa-offcanvas-social-link:hover {
    background: #0a0a0a;
    color: #fff;
    opacity: 1;
}

.wa-offcanvas-gallery {
    margin-bottom: 50px;
}

.wa-offcanvas-gallery-title {
    color: #0a0a0a;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.wa-offcanvas-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .wa-offcanvas-gallery-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.wa-offcanvas-gallery-item {
    height: 200px;
}

.wa-offcanvas-gallery-item img {
    transition: 0.3s;
}

.wa-offcanvas-gallery-item:hover img {
    transform: scale(102%);
}

.wa-overly {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 4;
    transform: scaleX(0);
    transform-origin: right;
    transition: opacity 0.5s;
    opacity: 0;
}

.wa-overly:is(.active) {
    transform: scaleX(1);
    transition: opacity 0.5s;
    opacity: 1;
}


/*
    header-menu-customization-start
*/

.mobile-main-navigation ul li {
    position: relative;
    padding: 0px 0;
}

.mobile-main-navigation ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-main-navigation ul li a {
    font-family: var(--nm-font-1);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    line-height: 1;
    transition: 300ms;
    padding: 20px 0;
}

.mobile-main-navigation ul li .dropdown-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 100%;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: end;
    background: transparent;
    font-size: 18px;
    color: #0a0a0a;
    transition: 300ms;
}

.mobile-main-navigation ul li .dropdown-btn i {
    transition: 300ms;
}

.mobile-main-navigation ul li .dropdown-btn:is(.active) i {
    transform: rotate(90deg);
}

.mobile-main-navigation ul li:hover>a {
    color: var(--nm-clr-pr-1);
}

.mobile-main-navigation ul li:hover>.dropdown-btn {
    color: var(--nm-clr-pr-1);
}

.mobile-main-navigation ul li .dropdown-menu {
    border-radius: 0;
    background-color: transparent;
    border: none;
    margin-left: 30px;
    padding: 0;
}

.mobile-main-navigation ul li .dropdown-menu li {
    padding: 0px 0;
}

.mobile-main-navigation ul li .dropdown-menu li a {
    font-size: 16px;
}

.mobile-main-navigation ul li .dropdown-menu li .dropdown-btn {
    height: 55px;
    font-size: 16px;
}


/*
    header-menu-customization-start
*/


/*
    offcanvas-end
*/


/*
    form-1-start
*/

.bs-form-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 25px;
}

@media (max-width: 767px) {
    .bs-form-1 {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .bs-form-1 {
        grid-template-columns: 1fr 1fr;
    }
}

.bs-form-1-item {
    position: relative;
    z-index: 1;
}

.bs-form-1-item::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--bs-clr-pr-1);
    transform-origin: left;
    transform: scaleX(0);
    transition: 0.5s;
}

.bs-form-1-item-label {
    font-family: var(--bs-font-1);
    text-transform: capitalize;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .bs-form-1-item-label {
        font-size: 20px;
    }
}

.bs-form-1-item-input {
    border: none;
    border-bottom: 2px solid rgb(0, 0, 0);
    background-color: transparent;
    height: 47px;
    font-family: var(--bs-font-1);
    font-size: 16px;
    width: 100%;
    padding: 0 15px;
    color: var(--lw-clr-h-1);
    outline: none;
    font-weight: 500;
}

.bs-form-1-item-input:is(textarea) {
    height: 150px;
    padding-top: 15px;
    margin-bottom: -8px;
}

.bs-form-1-item-checkbox {
    display: flex;
    gap: 18px;
    cursor: pointer;
}

.bs-form-1-item-checkbox input {
    cursor: pointer;
    flex: 0 0 auto;
    width: 28px;
}

.bs-form-1-item-checkbox label {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.bs-form-1-item:last-child {
    margin-top: -18px;
}

.bs-form-1-item:is(.has-full-width) {
    grid-column: 1/-1;
}

.bs-form-1-item:is(.has-no-after)::after {
    display: none;
}

.bs-form-1-item:focus-within .bs-form-1-item-label {
    color: var(--bs-clr-pr-1);
}

.bs-form-1-item:focus-within::after {
    transform: scaleX(1);
}


/*
    form-1-end
*/


/*
    08. search
*/


/*
    search-box-css-start
*/

.wa-search-box {
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    align-items: center;
    transition: 500ms;
    transform-origin: top;
    transform: scaleY(0);
    visibility: hidden;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}

.wa-search-box-close {
    height: 40px;
    width: 40px;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.1);
    color: #0a0a0a;
    flex: 0 0 auto;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 40px;
    top: 35px;
    line-height: 1;
}

@media (max-width: 767px) {
    .wa-search-box-close {
        right: 20px;
        top: 15px;
    }
}

.wa-search-box-close i {
    font-weight: 400;
    line-height: 1;
}

.wa-search-box-close:hover {
    background: #0a0a0a;
    color: #fff;
}

.wa-search-box.active {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.wa-search-box.active .wa-search-form::after {
    transform: scaleX(1);
    transition-delay: 0.3s;
}

.wa-search-container {
    width: 100%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.wa-search-title {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 18px;
}

.wa-search-form {
    position: relative;
    z-index: 1;
}

.wa-search-form-input {
    width: 100%;
    margin: 0;
    border: none;
    outline: none;
    text-align: center;
    font-size: 16px;
    color: #888888;
    font-weight: 300;
    padding: 3px 10px;
    background: transparent;
}

.wa-search-form::after {
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    position: absolute;
    background-color: #6D6D6D;
    transition: all 0.5s ease-in-out;
    transform: scaleX(0);
    transition-delay: 0s;
}

.wa-search-tag {
    gap: 8px;
    justify-content: center;
}

.wa-search-tag-title {
    font-size: 16px;
    font-weight: 400;
    color: #5D5D5D;
    margin-bottom: 12px;
}

.wa-search-tag-item {
    flex: 0 0 auto;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    border: 1px solid #DFE1E5;
    line-height: 1;
    padding: 9px 17px;
    transition: all 0.2s ease-in-out;
}

.wa-search-tag-item:hover {
    background: #0a0a0a;
    color: #fff;
}


/*
    search-box-css-end
*/


/*
    09. preloader
*/


/*
	preloader-css-start
*/

.nm-preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: var(--nm-clr-black-2);
    transition: 0.5s;
}

.nm-preloader-logo {
    text-align: center;
    margin-bottom: 15px;
}

.nm-preloader-text {
    font-family: var(--nm-font-1);
    font-weight: 900;
    font-size: 60px;
    background-image: linear-gradient(90deg, var(--nm-clr-pr-1) 0%, rgb(255, 255, 255) 50%, var(--nm-clr-pr-1) 100%);
    background-repeat: no-repeat;
    background-size: 600% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.4s;
    line-height: 1;
    animation: nmPreloaderKf 4s linear infinite;
}

.nm-preloader:is(.preloaded) {
    opacity: 0;
    transform: scale(102%);
    transition-delay: 0.5s;
}

.nm-preloader:is(.preloaded) .nm-preloader-text {
    transform: translateY(-100%);
}

@keyframes nmPreloaderKf {
    0% {
        background-position-x: 0;
    }

    50% {
        background-position-x: 100%;
    }

    100% {
        background-position-x: 0;
    }
}

.nm-home-3 .nm-preloader .nm-preloader-text {
    background: var(--nm-clr-gd-3);
    background-clip: text;
    background-size: 600% 100%;
}


/*
	preloader-css-end
*/


/*
    11. wow-plus
*/


/*
    wow-plus-start
*/

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2;
    animation-duration: 600ms;
    animation-timing-function: var(--nm-cube-1);
}

@keyframes slideInUp2 {
    0% {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp2 {
    -webkit-animation-name: slideInUp2;
    animation-name: slideInUp2;
    animation-duration: 500ms;
    animation-timing-function: var(--nm-cube-1);
}

@keyframes waRotateX {
    0% {
        transform: rotateX(-90deg) translateZ(20px);
    }

    100% {
        transform: rotateX(0deg) translateZ(0px);
    }
}

.waRotateX {
    -webkit-animation-name: waRotateX;
    animation-name: waRotateX;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.48, 0.63, 0.62, 1.58);
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
    animation-duration: 800ms;
    animation-timing-function: var(--nm-cube-1);
}

.wa-pp-2000 {
    perspective: 2000px;
    transform-style: preserve-3d;
}

@keyframes slideRightUp2 {
    0% {
        transform: rotateY(-26deg) rotateZ(-3deg) translate3d(0px, 23px, 15px);
        opacity: 0;
        transform-origin: right top;
    }

    100% {
        transform: rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px);
        opacity: 1;
        transform-origin: right top;
    }
}

.slideRightUp2 {
    -webkit-animation-name: slideRightUp2;
    animation-name: slideRightUp2;
    animation-duration: 0.8s;
    animation-timing-function: var(--tn-cube-1);
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.animate__headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

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

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

@keyframes waRotation360minus {
    0% {
        transform: rotate(360deg);
    }

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

@keyframes blink {
    90% {
        transform: none;
        animation-timing-function: ease-in;
    }

    93% {
        transform: translateY(15px) scaleY(0);
    }

    100% {
        animation-timing-function: ease-out;
    }
}


/*
    wow-plus-end
*/


/*
    12. element
*/


/*
    elements-start
*/

.kk-social-1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.kk-social-1 .link-elm {
    color: #fff;
    font-size: 16px;
    transition: var(--kk-cube-1);
}

.kk-social-1 .link-elm:hover {
    transform: translateX(3px);
}

.nm-bg-shadow {
    width: 100px;
    height: 100px;
    background: var(--nm-clr-pr-1);
    filter: blur(60px);
    animation: nm-Firefly-ani-after 2s linear infinite;
}


/*
    elements-end
*/


/*
    13. back-to-top
*/


/*
    start-back-to-top
*/

.wa-back-to-top {
    position: fixed;
    right: 1.5%;
    bottom: -12.5%;
    z-index: 4;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(214, 243, 69, 0.4);
    box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(214, 243, 69, 0.23);
    background-color: #2d2d2d;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 767px) {
    .wa-back-to-top {
        right: 3%;
    }
}

.wa-back-to-top:hover {
    transform: scale(0.9);
    box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(214, 243, 69, 0);
}

.wa-back-to-top:is(.active) {
    bottom: 2.5%;
}


/*
    start-back-to-end
*/

.cd-title {
    position: relative;
    text-align: center;
}

.cd-intro {
    width: 90%;
    max-width: 768px;
    text-align: center;
}

.cd-intro {
    margin: 4em auto;
}

@media only screen and (min-width: 768px) {
    .cd-intro {
        margin: 5em auto;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-intro {
        margin: 6em auto;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}


/* --------------------------------

  xrotate-1

  -------------------------------- */

.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 1.2s;
    -moz-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    -moz-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}


/* --------------------------------

  xtype

  -------------------------------- */

.cd-headline.type .cd-words-wrapper {
    vertical-align: top;
    overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
    /* vertical bar */
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
    background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
    visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
    color: #0d0d0d;
}

.cd-headline.type b {
    visibility: hidden;
}

.cd-headline.type b.is-visible {
    visibility: visible;
}

.cd-headline.type i {
    position: absolute;
    visibility: hidden;
}

.cd-headline.type i.in {
    position: relative;
    visibility: visible;
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    40% {
        -moz-transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-50%) scale(0.9);
        -moz-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        -o-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }
}


/* --------------------------------

  xrotate-2

  -------------------------------- */

.cd-headline.rotate-2 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
    opacity: 0;
}

.cd-headline.rotate-2 i {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
    opacity: 1;
}

.cd-headline.rotate-2 i.in {
    -webkit-animation: cd-rotate-2-in 0.4s forwards;
    -moz-animation: cd-rotate-2-in 0.4s forwards;
    animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
    -webkit-animation: cd-rotate-2-out 0.4s forwards;
    -moz-animation: cd-rotate-2-out 0.4s forwards;
    animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
    transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
    }
}

@-moz-keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0deg);
    }
}

@keyframes cd-rotate-2-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        -moz-transform: translateZ(-20px) rotateX(90deg);
        -ms-transform: translateZ(-20px) rotateX(90deg);
        -o-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        -moz-transform: translateZ(-20px) rotateX(-10deg);
        -ms-transform: translateZ(-20px) rotateX(-10deg);
        -o-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0deg);
        -moz-transform: translateZ(-20px) rotateX(0deg);
        -ms-transform: translateZ(-20px) rotateX(0deg);
        -o-transform: translateZ(-20px) rotateX(0deg);
        transform: translateZ(-20px) rotateX(0deg);
    }
}

@-webkit-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@-moz-keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -moz-transform: translateZ(-20px) rotateX(-90deg);
    }
}

@keyframes cd-rotate-2-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        -moz-transform: translateZ(-20px) rotateX(0);
        -ms-transform: translateZ(-20px) rotateX(0);
        -o-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-100deg);
        -moz-transform: translateZ(-20px) rotateX(-100deg);
        -ms-transform: translateZ(-20px) rotateX(-100deg);
        -o-transform: translateZ(-20px) rotateX(-100deg);
        transform: translateZ(-20px) rotateX(-100deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(-90deg);
        -moz-transform: translateZ(-20px) rotateX(-90deg);
        -ms-transform: translateZ(-20px) rotateX(-90deg);
        -o-transform: translateZ(-20px) rotateX(-90deg);
        transform: translateZ(-20px) rotateX(-90deg);
    }
}


/* --------------------------------

  xloading-bar

  -------------------------------- */

.cd-headline.loading-bar span {
    display: inline-block;
    padding: 0.2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
    /* loading bar */
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: var(--color-primary);
    z-index: 2;
    -webkit-transition: width 0.3s -0.1s;
    -moz-transition: width 0.3s -0.1s;
    transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
    width: 100%;
    -webkit-transition: width 3s;
    -moz-transition: width 3s;
    transition: width 3s;
}

.cd-headline.loading-bar b {
    top: 0.2em;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
    opacity: 1;
    top: 0;
}


/* --------------------------------

  xslide

  -------------------------------- */

.cd-headline.slide span {
    display: inline-block;
}

.cd-headline.slide .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.slide b {
    opacity: 0;
    top: 0.2em;
}

.cd-headline.slide b.is-visible {
    top: 0;
    opacity: 1;
    -webkit-animation: slide-in 0.6s;
    -moz-animation: slide-in 0.6s;
    animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
    -webkit-animation: slide-out 0.6s;
    -moz-animation: slide-out 0.6s;
    animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        -o-transform: translateY(20%);
        transform: translateY(20%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes slide-out {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
}

@keyframes slide-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        -moz-transform: translateY(120%);
        -ms-transform: translateY(120%);
        -o-transform: translateY(120%);
        transform: translateY(120%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
}


/* --------------------------------

  xclip

  -------------------------------- */

.cd-headline.clip span {
    display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}


/* --------------------------------

  xzoom

  -------------------------------- */

.cd-headline.zoom .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.zoom b {
    opacity: 0;
}

.cd-headline.zoom b.is-visible {
    opacity: 1;
    -webkit-animation: zoom-in 0.8s;
    -moz-animation: zoom-in 0.8s;
    animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
    -webkit-animation: zoom-out 0.8s;
    -moz-animation: zoom-out 0.8s;
    animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }
}

@-moz-keyframes zoom-in {
    0% {
        opacity: 0;
        -moz-transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }
}

@keyframes zoom-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        -moz-transform: translateZ(100px);
        -ms-transform: translateZ(100px);
        -o-transform: translateZ(100px);
        transform: translateZ(100px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
    }
}

@-moz-keyframes zoom-out {
    0% {
        opacity: 1;
        -moz-transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateZ(-100px);
    }
}

@keyframes zoom-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        -moz-transform: translateZ(-100px);
        -ms-transform: translateZ(-100px);
        -o-transform: translateZ(-100px);
        transform: translateZ(-100px);
    }
}


/* --------------------------------

  xrotate-3

  -------------------------------- */

.cd-headline.rotate-3 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-3 b {
    opacity: 0;
}

.cd-headline.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in 0.6s forwards;
    -moz-animation: cd-rotate-3-in 0.6s forwards;
    animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out 0.6s forwards;
    -moz-animation: cd-rotate-3-out 0.6s forwards;
    animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg);
    }

    100% {
        -moz-transform: rotateY(0deg);
    }
}

@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(-180deg);
    }
}

@-moz-keyframes cd-rotate-3-out {
    0% {
        -moz-transform: rotateY(0);
    }

    100% {
        -moz-transform: rotateY(-180deg);
    }
}

@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}


/* --------------------------------

  xscale

  -------------------------------- */

.cd-headline.scale b {
    opacity: 0;
}

.cd-headline.scale i {
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.is-visible .cd-headline.scale i {
    opacity: 1;
}

.cd-headline.scale i.in {
    -webkit-animation: scale-up 0.6s forwards;
    -moz-animation: scale-up 0.6s forwards;
    animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
    -webkit-animation: scale-down 0.6s forwards;
    -moz-animation: scale-down 0.6s forwards;
    animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
    opacity: 1;
}

@-webkit-keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes scale-up {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }

    60% {
        -moz-transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-up {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
}

@-moz-keyframes scale-down {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }

    60% {
        -moz-transform: scale(0);
        opacity: 0;
    }
}

@keyframes scale-down {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    60% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
}


/* --------------------------------

  xpush

  -------------------------------- */

.cd-headline.push b {
    opacity: 0;
}

.cd-headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: push-in 0.6s;
    -moz-animation: push-in 0.6s;
    animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
    -webkit-animation: push-out 0.6s;
    -moz-animation: push-out 0.6s;
    animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    60% {
        opacity: 0;
        -moz-transform: translateX(110%);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}


/*
    layout
*/


/*
    15. header
*/


/*
    header-1-start
*/

.nm-header-1-area {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 3;
}

.nm-header-1-container {
    max-width: 1410px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.nm-header-1-wrap {
    background: var(--nm-clr-black-1);
    box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(214, 243, 69, 0.23);
    border-radius: 50px;
    border: 1px solid rgba(214, 243, 69, 0.4);
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-header-1-wrap {
        padding: 10px 20px;
    }
}

.nm-header-1-logo {
    max-width: 175px;
}

.nm-header-1-action-link {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 767px) {
    .nm-header-1-action-link .nm-pr-btn-1 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-header-1-action-link .nm-pr-btn-1 {
        display: inline-flex;
    }
}

.nm-main-navigation .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 60px;
}

.nm-main-navigation .navbar-nav li a {
    position: relative;
    z-index: 1;
    font-family: var(--nm-font-1);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    color: #fff;
    padding: 35px 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all 0.6s var(--nm-cube-1);
}

.nm-main-navigation .navbar-nav li a i {
    color: var(--nm-clr-pr-1);
}

.nm-main-navigation .navbar-nav li:hover>a {
    color: var(--nm-clr-pr-1);
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li {
    animation: fadeInDown 0.2s linear backwards;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(1) {
    animation-delay: 70ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(2) {
    animation-delay: 140ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(3) {
    animation-delay: 210ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(4) {
    animation-delay: 280ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(5) {
    animation-delay: 350ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(6) {
    animation-delay: 420ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(7) {
    animation-delay: 490ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(8) {
    animation-delay: 560ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(9) {
    animation-delay: 630ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(10) {
    animation-delay: 700ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(11) {
    animation-delay: 770ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(12) {
    animation-delay: 840ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(13) {
    animation-delay: 910ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(14) {
    animation-delay: 980ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(15) {
    animation-delay: 1050ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(16) {
    animation-delay: 1120ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(17) {
    animation-delay: 1190ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(18) {
    animation-delay: 1260ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(19) {
    animation-delay: 1330ms;
}

.nm-main-navigation .navbar-nav li:hover>.dropdown-menu li:nth-child(20) {
    animation-delay: 1400ms;
}

.nm-main-navigation .navbar-nav li .dropdown-menu {
    left: 0;
    top: 100%;
    z-index: 100;
    margin: 0px;
    padding: 15px 0px;
    height: auto;
    min-width: 200px;
    display: block;
    box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(214, 243, 69, 0.23);
    border: 1px solid rgba(214, 243, 69, 0.4);
    border-radius: 8px;
    position: absolute;
    background: var(--nm-clr-black-1);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.6s var(--nm-cube-1);
}

.nm-main-navigation .navbar-nav li .dropdown-menu li {
    display: block;
    margin: 0;
}

.nm-main-navigation .navbar-nav li .dropdown-menu li a {
    width: 100%;
    display: block;
    padding: 9px 20px;
    padding-left: 30px;
}

.nm-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown)>a {
    padding-right: 13px;
}

.nm-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown)>a::before {
    display: block;
    content: "\f107";
    font-family: "Font Awesome 6 free";
    font-weight: 700;
    position: absolute;
    font-size: 11px;
    right: 20px;
    top: 51%;
    transform: translateY(-50%);
    opacity: 42%;
}

.nm-main-navigation .navbar-nav li .dropdown-menu li:hover>a {
    transform: translateX(5px);
}

.nm-main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
    top: 0;
    left: 100%;
}


/*
    header-1-end
*/


/*
    header-2-start
*/

.nm-header-2-area {
    position: absolute;
    top: 750px;
    left: 0;
    width: 100%;
    z-index: 3;
}

@media (max-width: 767px) {
    .nm-header-2-area {
        top: 530px;
    }
}

.nm-header-2-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 22px;
    background-color: rgba(146, 146, 146, 0.23);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-header-2-wrap {
        padding: 10px 22px;
    }
}

.nm-header-2-action-link {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    .nm-header-2-action-link .nm-pr-btn-2 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-header-2-action-link .nm-pr-btn-2 {
        display: inline-flex;
    }
}

.nm-main-navigation:is(.has-header-2) .navbar-nav li a {
    font-size: 24px;
    padding: 41px 0;
}

.nm-main-navigation:is(.has-header-2) .navbar-nav li a i {
    color: inherit;
    font-size: 16px;
}

.nm-main-navigation:is(.has-header-2) .navbar-nav li:hover>a {
    color: #fff;
}

.nm-main-navigation:is(.has-header-2) .navbar-nav li .dropdown-menu {
    top: unset;
    bottom: 100%;
    transform-origin: bottom;
    background-color: #585858;
    backdrop-filter: unset;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(0, 0, 0, 0.23);
}

.nm-main-navigation:is(.has-header-2) .navbar-nav li .dropdown-menu li a {
    font-size: 16px;
}

.nm-main-navigation:is(.has-header-2) .navbar-nav li .dropdown-menu li .dropdown-menu {
    top: unset;
    bottom: 0%;
}


/*
    header-2-end
*/


/*
    header-3-start
*/

.nm-header-3-area {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    z-index: 3;
}

.nm-header-3-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 0 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-header-3-wrap {
        padding: 0 0px;
    }
}

.nm-header-3-action-link {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nm-header-3-action-link .nm-offcanvas-btn-1 {
    background: var(--nm-clr-gd-3);
    color: #fff;
}

@media (max-width: 767px) {
    .nm-header-3-action-link .nm-pr-btn-2 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-header-3-action-link .nm-pr-btn-2 {
        display: inline-flex;
    }
}

.nm-main-navigation:is(.has-header-3) {
    padding: 0 40px;
    position: relative;
    margin-top: -37px;
}

.nm-main-navigation:is(.has-header-3) .bg-line-clr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-size: 300% 100%;
    border-radius: 10px;
    background-image: var(--nm-clr-gd-3);
    animation: rotateGradient 3s linear infinite;
}

.nm-main-navigation:is(.has-header-3) .navbar-nav {
    gap: 50px;
}

.nm-main-navigation:is(.has-header-3) .navbar-nav li a {
    font-size: 16px;
    padding: 41px 0;
    font-weight: 600;
    padding: 18px 0;
}

.nm-main-navigation:is(.has-header-3) .navbar-nav li a i {
    color: inherit;
    font-size: 12px;
}

.nm-main-navigation:is(.has-header-3) .navbar-nav li:hover>a {
    color: var(--nm-clr-pr-3);
}

.nm-main-navigation:is(.has-header-3) .navbar-nav li .dropdown-menu {
    box-shadow: 1.782px 0.908px 32.2px 2.8px rgba(220, 62, 240, 0.15);
    border: 1px solid rgba(220, 62, 240, 0.2);
}

@keyframes rotateGradient {
    0% {
        background-position-x: 0%;
    }

    50% {
        background-position-x: 100%;
    }

    100% {
        background-position-x: 0%;
    }
}


/*
    header-3-end
*/


/*
    sticky-header-css-start
*/

.wa_sticky_header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: 400ms ease-in-out;
    z-index: 8;
}

.wa_sticky_header:is(.wa_sticky) {
    transform: translateY(-190%);
}

.wa_sticky_header:is(.wa_sticky):is(.wa_sticky_show) {
    transform: translateY(0%);
}

.wa_sticky_header:is(.nm-header-1-area) {
    top: 55px;
}

.wa_sticky_header:is(.nm-header-1-area):is(.wa_sticky_show) {
    top: 10px;
}

.wa_sticky_header:is(.kk-header-2-area) {
    top: 40px;
}

.wa_sticky_header:is(.kk-header-2-area):is(.wa_sticky_show) {
    top: 10px;
}


/*
    sticky-header-css-end
*/


/*
    hero-1-start
*/

.nm-hero-1-area {
    background-color: #0a0a0a;
}

.nm-hero-1-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    perspective: 2000px;
    transform-style: preserve-3d;
}

.nm-hero-1-bg-img img {
    animation: hero1-bg-img 20s linear infinite;
}

.nm-hero-1-main-img {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    align-items: start;
    justify-content: end;
    height: 100%;
    transform: translateY(100%);
    transition: all 0.8s var(--nm-cube-1);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-1-main-img {
        align-items: end;
    }
}

.nm-hero-1-main-img img {
    margin-right: 14vw;
}

.nm-hero-1-main-img img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: color;
    z-index: 1;
    opacity: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-1-main-img img:nth-child(2) {
        top: unset;
        bottom: 0;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-hero-1-main-img img {
        width: 46%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-hero-1-main-img img {
        width: 62%;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .nm-hero-1-main-img img {
        width: 80%;
        margin-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-1-main-img img {
        width: 62%;
        margin-right: 0;
    }
}

.nm-hero-1-bg-icon {
    color: var(--nm-clr-pr-1);
    font-size: 70px;
    position: absolute;
    right: 15%;
    top: 38%;
    z-index: -1;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s var(--nm-cube-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-1-bg-icon {
        display: none;
    }
}

.nm-hero-1-bg-icon i {
    animation: waRotation360 10s linear infinite;
}

.nm-hero-1-container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.nm-hero-1-content {
    padding-top: 180px;
    padding-bottom: 260px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-hero-1-content {
        padding-bottom: 470px;
    }
}

@media (max-width: 767px) {
    .nm-hero-1-content {
        padding-bottom: 510px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-1-content {
        padding-bottom: 470px;
    }
}

.nm-hero-1-title {
    font-family: var(--nm-font-1);
    font-size: 180px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: -0.02em;
    padding-bottom: 15px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-hero-1-title {
        font-size: 160px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-hero-1-title {
        font-size: 140px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-hero-1-title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-hero-1-title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-hero-1-title {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .nm-hero-1-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-1-title {
        font-size: 70px;
        line-height: 1.3;
    }
}

.nm-hero-1-title.has-title-1 {
    margin-left: 95px;
}

@media (max-width: 767px) {
    .nm-hero-1-title.has-title-1 {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-1-title.has-title-1 {
        margin-left: 95px;
    }
}

.nm-hero-1-title span {
    transform: translateY(100%);
    transition: all 0.8s var(--nm-cube-1);
}

.nm-hero-1-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: var(--nm-clr-pr-1);
    margin-left: 195px;
    margin-top: -10px;
}

@media (max-width: 767px) {
    .nm-hero-1-subtitle {
        margin-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-1-subtitle {
        margin-left: 195px;
    }
}

.nm-hero-1-subtitle span {
    transform: translateY(100%);
    transition: all 0.8s var(--nm-cube-1);
}

.nm-hero-1-disc {
    max-width: 520px;
    font-size: 22px;
    color: #e3e3e3;
    transform: translateY(100%);
    transition: all 0.8s var(--nm-cube-1);
}

.nm-hero-1-btn {
    margin-left: 40px;
    transform: translateY(160%);
    transition: all 0.8s var(--nm-cube-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-1-btn {
        margin-left: 0;
    }
}

.nm-hero-1-content-2 {
    position: absolute;
    bottom: 95px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.nm-hero-1-content-2-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-1-content-2-wrap {
        flex-direction: column;
        align-items: start;
    }
}

.nm-hero-1-content-2-wrap .plybtn-wrap {
    transform: translateY(100%);
    transition: all 0.8s var(--nm-cube-1);
}

.nm-hero-1-social-position {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-hero-1-social-position {
        transform: translateY(-50%) scale(0.7);
    }
}

@media (max-width: 767px) {
    .nm-hero-1-social-position {
        display: none;
    }
}

.nm-hero-1-social-position::after {
    content: "";
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 60px solid var(--nm-clr-pr-1);
    position: absolute;
    top: 50%;
    right: -180px;
    transform: translateY(-50%);
    z-index: -1;
}

.nm-hero-1-social-border {
    width: 430px;
    height: 430px;
    border: 3px solid #7c7c7c;
    border-radius: 50%;
    position: absolute;
    right: -210px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    animation: nm-hero-1-social-border 10s linear infinite;
}

.nm-hero-1-social-border::after {
    content: "";
    width: 22px;
    height: 22px;
    background: var(--nm-clr-pr-1);
    border-radius: 50%;
    box-shadow: 0px 3px 5.52px 0.48px rgba(214, 243, 69, 0.46);
    position: absolute;
    left: -11px;
    top: 47%;
}

.nm-hero-1-social-border::before {
    content: "";
    width: 22px;
    height: 22px;
    background: var(--nm-clr-pr-1);
    border-radius: 50%;
    box-shadow: 0px 3px 5.52px 0.48px rgba(214, 243, 69, 0.46);
    position: absolute;
    right: -11px;
    top: 47%;
}

.nm-hero-1-social-link {
    display: flex;
    flex-direction: column;
    gap: 37px;
    margin-right: 10px;
    transform: rotate(179deg);
    transition: 1.5s var(--nm-cube-1);
}

.nm-hero-1-social-link .link-elm {
    color: #0a0a0a;
    font-size: 35px;
}

.nm-hero-1-social-link .link-elm i {
    transition: all 0.5s var(--nm-cube-1);
}

.nm-hero-1-social-link .link-elm:hover i {
    transform: scale(0.7);
}

.nm-hero-1-social-link .link-elm:nth-child(2) {
    transform: translate(-85px, -20px);
}

.nm-hero-1-social-link .link-elm:nth-child(3) {
    transform: translate(-120px, 0px);
}

.nm-hero-1-social-link .link-elm:nth-child(4) {
    transform: translate(-89px, 20px);
}

.nm-hero-1-social-link:is(.active) {
    transform: rotate(0deg);
    transition-delay: 1s;
}

.nm-hero-1-area:is(.active) .nm-hero-1-title span {
    transform: translateY(0);
    transition-delay: 0.5s;
}

.nm-hero-1-area:is(.active) .nm-hero-1-title.has-title-2 span {
    transition-delay: 0.7s;
}

.nm-hero-1-area:is(.active) .nm-hero-1-subtitle span {
    transform: translateY(0);
    transition-delay: 0.6s;
}

.nm-hero-1-area:is(.active) .nm-hero-1-disc {
    transform: translateY(0);
    transition-delay: 1.2s;
}

.nm-hero-1-area:is(.active) .nm-hero-1-main-img {
    transform: translateY(0);
    transition-delay: 1s;
}

.nm-hero-1-area:is(.active) .nm-hero-1-content-2-wrap .plybtn-wrap {
    transform: translateY(0);
    transition-delay: 1.3s;
}

.nm-hero-1-area:is(.active) .nm-hero-1-content-2-wrap .nm-hero-1-btn {
    transform: translateY(0);
    transition-delay: 1.4s;
}

.nm-hero-1-area:is(.active) .nm-hero-1-bg-icon {
    transform: translateY(0);
    transition-delay: 1.1s;
    opacity: 1;
}

@keyframes nm-hero-1-social-border {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }

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

@keyframes nm-hero-1-img-filter {
    0% {
        filter: sepia(1) hue-rotate(0deg) saturate(300%);
    }

    5% {
        filter: sepia(1) hue-rotate(10deg) saturate(300%);
    }

    10% {
        filter: sepia(1) hue-rotate(20deg) saturate(300%);
    }

    15% {
        filter: sepia(1) hue-rotate(30deg) saturate(300%);
    }

    20% {
        filter: sepia(1) hue-rotate(40deg) saturate(300%);
    }

    25% {
        filter: sepia(1) hue-rotate(50deg) saturate(300%);
    }

    30% {
        filter: sepia(1) hue-rotate(60deg) saturate(300%);
    }

    35% {
        filter: sepia(1) hue-rotate(70deg) saturate(300%);
    }

    40% {
        filter: sepia(1) hue-rotate(80deg) saturate(300%);
    }

    45% {
        filter: sepia(1) hue-rotate(90deg) saturate(300%);
    }

    50% {
        filter: sepia(1) hue-rotate(100deg) saturate(300%);
    }

    55% {
        filter: sepia(1) hue-rotate(110deg) saturate(300%);
    }

    60% {
        filter: sepia(1) hue-rotate(120deg) saturate(300%);
    }

    65% {
        filter: sepia(1) hue-rotate(130deg) saturate(300%);
    }

    70% {
        filter: sepia(1) hue-rotate(140deg) saturate(300%);
    }

    75% {
        filter: sepia(1) hue-rotate(150deg) saturate(300%);
    }

    80% {
        filter: sepia(1) hue-rotate(160deg) saturate(300%);
    }

    85% {
        filter: sepia(1) hue-rotate(170deg) saturate(300%);
    }

    90% {
        filter: sepia(1) hue-rotate(180deg) saturate(300%);
    }

    95% {
        filter: sepia(1) hue-rotate(190deg) saturate(300%);
    }

    100% {
        filter: sepia(1) hue-rotate(200deg) saturate(300%);
    }
}

.nm-hero-1-area canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.nm-hero-1-area:hover .nm-hero-1-main-img img:nth-child(2) {
    opacity: 1;
    animation: nm-hero-1-img-filter 3s linear infinite;
}

@keyframes hero1-bg-img {
    0% {
        transform-origin: 100% 50%;
        transform: scaleX(1.1);
    }

    50% {
        transform-origin: 0% 50%;
        transform: scaleX(1);
    }

    100% {
        transform-origin: 100% 50%;
        transform: scaleX(1.1);
    }
}


/*
    hero-1-end
*/


/*
    hero-2-start
*/

.nm-hero-2-area {
    background-color: #E0E0E0;
    position: relative;
}

.nm-hero-2-area::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    position: absolute;
    opacity: 0.9;
}

.nm-hero-2-wrap {
    height: 955px;
}

@media (max-width: 767px) {
    .nm-hero-2-wrap {
        height: 655px;
    }
}

.nm-hero-2-bg-shadow-1 {
    width: 200px;
    height: 200px;
    position: absolute;
    right: -100px;
    top: 0;
    background: #909daf;
    border-radius: 50%;
    filter: blur(71px);
    opacity: 0.8;
    z-index: -5;
}

.nm-hero-2-bg-shadow-2 {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0px;
    bottom: 0;
    background: #909daf;
    border-radius: 50%;
    filter: blur(71px);
    opacity: 0.8;
    z-index: -5;
}

.nm-hero-2-bg-line {
    width: 1px;
    height: 100%;
    position: absolute;
    background: #0a0a0a;
    opacity: 0.05;
    z-index: -4;
}

.nm-hero-2-bg-line.has-line-1 {
    top: 0;
    left: 11%;
}

.nm-hero-2-bg-line.has-line-2 {
    top: 0;
    left: 27.5%;
}

.nm-hero-2-bg-line.has-line-3 {
    top: 0;
    right: 27%;
}

.nm-hero-2-bg-line.has-line-4 {
    top: 0;
    right: 11%;
}

.nm-hero-2-big-title {
    font-size: 715px;
    color: #d1d1d1;
    letter-spacing: -0.06em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -3;
    line-height: 1;
    width: 100%;
    text-align: center;
    opacity: 0.7;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-hero-2-big-title {
        font-size: 600px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-hero-2-big-title {
        font-size: 500px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-hero-2-big-title {
        font-size: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-hero-2-big-title {
        font-size: 350px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-hero-2-big-title {
        font-size: 300px;
    }
}

@media (max-width: 767px) {
    .nm-hero-2-big-title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-2-big-title {
        font-size: 220px;
    }
}

.nm-hero-2-big-title span {
    transform: translateY(100%);
    transition: all 1s var(--nm-cube-1);
}

.nm-hero-2-bg-icon {
    font-size: 100px;
    line-height: 1;
    color: #353434;
    position: absolute;
    top: 4%;
    left: 25%;
    z-index: -2;
    transition: all 1s var(--nm-cube-1);
    transform: translateY(100%);
    opacity: 0;
}

.nm-hero-2-bg-icon i {
    animation: waRotation360 15s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-2-bg-icon {
        top: 1%;
        left: 1%;
    }
}

.nm-hero-2-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -6;
    text-align: center;
    background-color: #E0E0E0;
}

.nm-hero-2-bg-img img {
    margin-top: -50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-2-bg-img {
        display: none;
    }
}

.nm-hero-2-bg-img-ani {
    transition: all 1s var(--nm-cube-1);
    transform: translateY(100%);
    opacity: 0;
}

.nm-hero-2-img {
    width: 275px;
    height: 160px;
    border: 4px solid #fff;
    border-radius: 30px;
    box-shadow: -1.717px 8.835px 18px 0px rgba(0, 0, 0, 0.39);
    position: absolute;
    top: 190px;
    right: 12%;
    z-index: 1;
    transform: translateY(100%);
    transition: all 1s var(--nm-cube-1);
    opacity: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-2-img {
        top: 10%;
        right: 2%;
    }
}

.nm-hero-2-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nm-hero-2-content {
    position: absolute;
    top: 120px;
    left: 10%;
    z-index: 2;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-hero-2-content {
        left: 2%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-2-content {
        left: 2%;
        top: 190px;
    }
}

.nm-hero-2-content .disc {
    font-size: 22px;
    font-weight: 600;
    color: #292929;
    line-height: 1.636;
    max-width: 220px;
    letter-spacing: -0.05em;
}

.nm-hero-2-content .disc span {
    transform: translateY(100%);
    transition: all 1s var(--nm-cube-1);
}

.nm-hero-2-content .btn-wrap {
    margin-top: 35px;
    transform: translateY(100%);
    transition: all 1s var(--nm-cube-1);
}

.nm-hero-2-writing-text {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 17px 62px;
    transition: all 1s var(--nm-cube-1);
    opacity: 0;
}

@media (max-width: 767px) {
    .nm-hero-2-writing-text {
        padding: 17px 20px;
    }
}

.nm-hero-2-writing-text .title-1 {
    font-size: 30px;
    font-weight: 500;
    color: #f5f5f5;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-2-writing-text .title-1 {
        font-size: 22px;
    }
}

.nm-hero-2-writing-text .title-1 b {
    font-weight: inherit;
}

.nm-hero-2-marquee {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    padding-bottom: 20px;
    overflow: hidden;
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-hero-2-marquee {
        mix-blend-mode: exclusion;
    }
}

@media (max-width: 767px) {
    .nm-hero-2-marquee {
        top: 70%;
    }
}

.nm-hero-2-marquee-2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
    padding-bottom: 20px;
    overflow: hidden;
    display: none;
}

@media (max-width: 767px) {
    .nm-hero-2-marquee-2 {
        top: 70%;
    }
}

.nm-hero-2-marquee-2 .nm-hero-2-marquee-text {
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: transparent;
}

.nm-hero-2-marquee-active {
    transform: translateY(100%);
    transition: all 1s var(--nm-cube-1);
}

.nm-hero-2-marquee-wrap {
    display: flex;
    gap: 50px;
    margin-right: 50px;
}

.nm-hero-2-marquee-text {
    font-family: var(--nm-font-1);
    color: #fff;
    font-size: 272px;
    flex: 0 0 auto;
    font-weight: 700;
    letter-spacing: -0.075em;
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-2-marquee-text {
        color: #0a0a0a;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-hero-2-marquee-text {
        font-size: 260px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-hero-2-marquee-text {
        font-size: 240px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-hero-2-marquee-text {
        font-size: 220px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-hero-2-marquee-text {
        font-size: 180px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-hero-2-marquee-text {
        font-size: 140px;
    }
}

@media (max-width: 767px) {
    .nm-hero-2-marquee-text {
        font-size: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-2-marquee-text {
        font-size: 100px;
    }
}

.nm-hero-2-area:is(.active) .nm-hero-2-big-title span {
    transform: translateY(0);
    transition-delay: 0.5s;
}

.nm-hero-2-area:is(.active) .nm-hero-2-bg-img-ani {
    transform: translateY(0%);
    transition-delay: 0.8s;
    opacity: 1;
}

.nm-hero-2-area:is(.active) .nm-hero-2-content .disc span {
    transform: translateY(0%);
    transition-delay: 0.9s;
}

.nm-hero-2-area:is(.active) .nm-hero-2-content .btn-wrap {
    transform: translateY(0%);
    transition-delay: 1s;
}

.nm-hero-2-area:is(.active) .nm-hero-2-bg-icon {
    transform: translateY(0%);
    opacity: 1;
    transition-delay: 1.1s;
}

.nm-hero-2-area:is(.active) .nm-hero-2-writing-text {
    top: 10%;
    opacity: 1;
    transition-delay: 1.2s;
}

.nm-hero-2-area:is(.active) .nm-hero-2-img {
    transform: translateY(0%);
    opacity: 1;
    transition-delay: 1.2s;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-2-area:is(.active) .nm-hero-2-img {
        display: none;
    }
}

.nm-hero-2-area:is(.active) .nm-hero-2-marquee-active {
    transform: translateY(0);
    transition-delay: 1.3s;
}

.nm-hero-2-area:not(:hover) img {
    transition: 0.5s;
}

.nm-hero-2-bg-img-ani img {
    width: auto !important;
}


/*
    hero-2-end
*/


/*
    hero-3-start
*/

.nm-hero-3-area {
    background-color: rgba(0, 0, 0, 0.92);
    padding-top: 185px;
    padding-bottom: 270px;
}

@media (max-width: 767px) {
    .nm-hero-3-area {
        padding-bottom: 180px;
    }
}

.nm-hero-3-area .home-2-bg-noise {
    z-index: -1;
}

.nm-hero-3-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    opacity: 12%;
}

.nm-hero-3-bg-img img {
    transform-origin: 50% 100%;
    transform: rotateX(30deg) translate3d(0px, 104px, 118px) scaleZ(1.83);
    opacity: 0;
    transition: all 1.3s var(--nm-cube-1);
}

.nm-hero-3-bg-noise {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.nm-hero-3-bg-shape {
    width: 14%;
    position: absolute;
    bottom: 35%;
    left: -4%;
    z-index: -2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-3-bg-shape {
        display: none;
    }
}

.nm-hero-3-bg-texture {
    position: absolute;
    top: 5%;
    left: 0;
    z-index: -2;
    opacity: 0.3;
    width: 100%;
    text-align: center;
}

.nm-hero-3-bg-clr-masking {
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    width: 810px;
    height: 700px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.nm-hero-3-bg-clr {
    width: 170%;
    height: 170%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    animation: h3clrKf 10s linear infinite;
    background: var(--nm-clr-gd-3);
    box-shadow: 0 0 60px rgba(220, 62, 240, 0.25), 0 0 100px rgba(53, 88, 254, 0.15), 0 0 150px rgba(75, 175, 255, 0.1);
}

.nm-hero-3-content {
    margin-left: 55px;
    max-width: 910px;
    perspective: 2000px;
    transform-style: preserve-3d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-3-content {
        margin-left: 0px;
    }
}

.nm-hero-3-content .inner-div {
    display: flex;
    align-items: center;
    gap: 30px 50px;
    flex-wrap: wrap;
    margin-top: 35px;
    transform: rotateX(20deg) translate3d(85px, 304px, 418px) scaleZ(1.83);
    transition: all 0.8s var(--nm-cube-1);
    opacity: 0;
}

.nm-hero-3-content .nm-pr-btn-2.has-v3 {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.nm-hero-3-content .nm-pr-btn-2.has-v3:hover {
    background: #fff;
    color: #0a0a0a;
}

.nm-hero-3-title {
    font-size: 90px;
    line-height: 1.111;
    margin-top: 38px;
    transform: rotateX(20deg) translate3d(85px, 304px, 418px) scaleZ(1.83);
    transition: all 0.8s var(--nm-cube-1);
    opacity: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-hero-3-title {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-hero-3-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-hero-3-title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .nm-hero-3-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-3-title {
        font-size: 50px;
    }
}

.nm-hero-3-title .cd-words-wrapper {
    transition: unset !important;
}

.nm-hero-3-title .cd-words-wrapper b {
    background: var(--nm-clr-gd-3);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nm-hero-3-title .cd-words-wrapper::after {
    background: var(--nm-clr-pr-3) !important;
}

.nm-hero-3-disc {
    color: #cecece;
    font-size: 20px;
    margin-top: 32px;
    max-width: 722px;
    transform: rotateX(20deg) translate3d(85px, 304px, 418px) scaleZ(1.83);
    transition: all 0.8s var(--nm-cube-1);
    opacity: 0;
}

.nm-hero-3-partner {
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 42px;
    transform: rotateX(20deg) translate3d(85px, 304px, 418px) scaleZ(1.83);
    transition: all 0.8s var(--nm-cube-1);
    opacity: 0;
}

.nm-hero-3-partner .title {
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.025em;
    margin-bottom: 6px;
}

.nm-hero-3-partner .leaf-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    perspective: 2000px;
    transform-style: preserve-3d;
}

.nm-hero-3-partner .leaf-icon img {
    animation: h3partnerLeaf 3s linear infinite;
}

.nm-hero-3-partner .leaf-icon.has-2 {
    left: unset;
    right: 0;
}

.nm-hero-3-partner .leaf-icon.has-2 img {
    animation-delay: 1.5s;
}

.nm-hero-3-partner-logo {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 6px;
}

.nm-hero-3-partner-logo .single-logo {
    width: 64px;
}

.nm-hero-3-author {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 320px;
}

.nm-hero-3-author .nm-choose-1-author {
    flex: 0 0 auto;
}

.nm-hero-3-author .nm-choose-1-author .author-img {
    width: 54px;
    height: 54px;
}

.nm-hero-3-author .nm-choose-1-author .author-img:not(:first-child) {
    margin-left: -10px;
}

.nm-hero-3-author .author-disc {
    font-size: 14px;
}

.nm-hero-3-area:is(.active) .nm-hero-3-bg-img img {
    transform: rotateX(0deg) translate3d(0px, 0px, 0px) scaleZ(1);
    opacity: 1;
    transition-delay: 0.5s;
}

.nm-hero-3-area:is(.active) .nm-hero-3-partner {
    transform: rotateX(0deg) translate3d(0px, 0px, 0px) scaleZ(1);
    opacity: 1;
    transition-delay: 0.7s;
}

.nm-hero-3-area:is(.active) .nm-hero-3-title {
    transform: rotateX(0deg) translate3d(0px, 0px, 0px) scaleZ(1);
    opacity: 1;
    transition-delay: 0.9s;
}

.nm-hero-3-area:is(.active) .nm-hero-3-disc {
    transform: rotateX(0deg) translate3d(0px, 0px, 0px) scaleZ(1);
    opacity: 1;
    transition-delay: 1.1s;
}

.nm-hero-3-area:is(.active) .nm-hero-3-content .inner-div {
    transform: rotateX(0deg) translate3d(0px, 0px, 0px) scaleZ(1);
    opacity: 1;
    transition-delay: 1.3s;
}

@keyframes h3partnerLeaf {
    0% {
        transform-origin: 50% 100%;
        transform: skewX(-5deg);
    }

    50% {
        transform-origin: 50% 100%;
        transform: skewX(5deg);
    }

    100% {
        transform-origin: 50% 100%;
        transform: skewX(-5deg);
    }
}

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

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

    70% {
        transform: translate(-50%, -50%) rotate(-180deg);
    }

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


/*
    hero-3-end
*/


/*
    hero-4-start
*/

.nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee {
    top: 80%;
    opacity: 0;
    transition: all 0.8s var(--nm-cube-1);
}

@media (max-width: 767px) {
    .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee {
        display: block;
    }
}

.nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-wrap {
    justify-content: center;
    margin-right: 0;
    gap: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-text {
        font-size: 200px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-text {
        font-size: 180px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-text {
        font-size: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-text {
        font-size: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-text {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-text {
        font-size: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-text {
        font-size: 80px;
    }
}

.nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-2 {
    mix-blend-mode: difference;
    top: 80%;
    opacity: 0;
    transition: all 0.8s var(--nm-cube-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-2 {
        display: none;
    }
}

.nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-2 .nm-hero-2-marquee-wrap {
    background: url("../img/hero/text-img-2.png");
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: 50% 44%;
    background-repeat: no-repeat;
    justify-content: center;
}

.nm-hero-2-area:is(.has-hero-4) .nm-hero-2-marquee-2 .nm-hero-2-marquee-text {
    -webkit-text-stroke: unset;
    -webkit-text-fill-color: unset;
}

.nm-hero-2-area:is(.has-hero-4):is(.active) .nm-hero-2-marquee {
    top: 50%;
    transition-delay: 1.3s;
    opacity: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-2-area:is(.has-hero-4):is(.active) .nm-hero-2-marquee {
        top: 70%;
    }
}

.nm-hero-2-area:is(.has-hero-4):is(.active) .nm-hero-2-marquee-2 {
    top: 50%;
    transition-delay: 1.3s;
    opacity: 1;
}


/*
    hero-4-end
*/


/*
    partner-1-start
*/

.nm-partner-1-area {
    background-size: 100% 100%;
    padding: 50px 0;
}

.nm-partner-1-border {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
    width: 70%;
    height: 1px;
    opacity: 0.2;
}

.nm-partner-1-wrap {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 767px) {
    .nm-partner-1-wrap {
        flex-wrap: wrap;
    }
}

.nm-partner-1-title {
    font-size: 16px;
    max-width: 171px;
    color: #cacaca;
    flex: 0 0 auto;
}

.nm-partner-1-title span {
    width: 100%;
    display: inline;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--nm-clr-pr-1) 1px);
}

.nm-partner-1-logo-wrap {
    display: flex;
    align-items: center;
    gap: 75px;
    margin-right: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-partner-1-logo-wrap {
        gap: 35px;
        margin-right: 35px;
    }
}

.nm-partner-1-logo-mask {
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}

.nm-partner-1-logo {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    align-items: center;
    overflow: hidden;
}

.nm-partner-1-logo img {
    transition: all 0.6s var(--nm-cube-1);
}

.nm-partner-1-logo img:nth-child(1) {
    position: relative;
}

.nm-partner-1-logo img:nth-child(2) {
    position: absolute;
    transform: translateY(102%);
    filter: brightness(0) saturate(100%) invert(89%) sepia(33%) saturate(1188%) hue-rotate(26deg) brightness(98%) contrast(89%);
}

.nm-partner-1-logo img:nth-child(3) {
    position: absolute;
    transform: translateY(300%);
}

.nm-partner-1-logo:hover img:nth-child(1) {
    transform: translateY(-300%);
}

.nm-partner-1-logo:hover img:nth-child(2) {
    transform: translateY(-100%);
}

.nm-partner-1-logo:hover img:nth-child(3) {
    transform: translateY(0%);
}


/*
    partner-1-end
*/


/*
    about-1-start
*/

.nm-Firefly-ani {
    display: inline-block;
    width: 290px;
    height: 660px;
    padding: 50px 20px;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 767px) {
    .nm-Firefly-ani {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-Firefly-ani {
        display: inline-block;
    }
}

.nm-Firefly-ani::after {
    content: "";
    width: 100px;
    height: 100px;
    background: var(--nm-clr-pr-1);
    position: absolute;
    top: -30px;
    left: -30px;
    filter: blur(60px);
    animation: nm-Firefly-ani-after 2s linear infinite;
}

.nm-Firefly-ani:is(.has-right-side) {
    left: unset;
    right: 0px;
    transform: scaleX(-1);
}

@keyframes nm-Firefly-ani-after {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-about-1-area {
        padding-bottom: 100px;
    }
}

.nm-about-1-area .nm-about-1-line:is(.has-v2) {
    bottom: -9px;
}

.nm-about-1-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    text-align: center;
}

.nm-about-1-line-border {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
    width: 90%;
    height: 1px;
    opacity: 0.15;
    margin-left: auto;
    margin-right: auto;
}

.nm-about-1-line-plus {
    display: block;
    color: var(--nm-clr-pr-1);
    font-family: var(--nm-font-2);
    line-height: 1;
    font-size: 20px;
    margin-top: -12px;
}

.nm-about-1-line:is(.has-v2) {
    top: unset;
    bottom: 0;
}

.nm-about-1-wrap {
    display: grid;
    grid-template-columns: 1.32fr 1fr;
    gap: 60px;
}

@media (max-width: 767px) {
    .nm-about-1-wrap {
        grid-template-columns: 1fr;
    }
}

.nm-about-1-sec-title .sec-disc {
    margin-top: 30px;
}

.nm-about-1-sec-title .sec-disc-2 {
    margin-top: 26px;
    max-width: 580px;
}

.nm-about-1-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nm-about-1-author-img {
    display: flex;
    align-items: center;
}

.nm-about-1-author-img .main-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.nm-about-1-author-img .img-shape-3 {
    width: 80px;
    height: 80px;
    background: #535e64;
    border-radius: 50%;
    clip-path: polygon(0 0, 40% 0, 40% 100%, 0% 100%);
    flex: 0 0 auto;
    margin-right: -49px;
    transform: translateX(31px);
    transition: all 0.6s var(--nm-cube-1);
    opacity: 0;
}

.nm-about-1-author-img .img-shape-2 {
    width: 70px;
    height: 70px;
    background: #535e64;
    border-radius: 50%;
    clip-path: polygon(0 0, 30% 0, 30% 100%, 0% 100%);
    flex: 0 0 auto;
    margin-right: -50px;
    transform: translateX(52px);
    transition: all 0.6s var(--nm-cube-1);
    opacity: 0;
}

.nm-about-1-author-img .img-shape-1 {
    width: 62px;
    height: 62px;
    background: #535e64;
    border-radius: 50%;
    clip-path: polygon(0 0, 24% 0, 24% 100%, 0% 100%);
    flex: 0 0 auto;
    margin-right: -48px;
    transform: translateX(66px);
    transition: all 0.6s var(--nm-cube-1);
    opacity: 0;
}

.nm-about-1-author-img:is(.active) .img-shape-1,
.nm-about-1-author-img:is(.active) .img-shape-2,
.nm-about-1-author-img:is(.active) .img-shape-3 {
    transform: translateX(0);
    opacity: 1;
}

.nm-about-1-author-img:is(.active) .img-shape-1 {
    transition-delay: 0.6s;
}

.nm-about-1-author-img:is(.active) .img-shape-2 {
    transition-delay: 0.5s;
}

.nm-about-1-author-img:is(.active) .img-shape-2 {
    transition-delay: 0.4s;
}

.nm-about-1-author-content .author-name {
    font-size: 22px;
}

.nm-about-1-author-content .author-dg {
    font-size: 14px;
    margin-top: -4px;
}

.nm-about-1-author-content .author-social {
    display: flex;
    color: var(--nm-clr-p-1);
    gap: 10px;
    font-size: 16px;
    margin-top: -3px;
}

.nm-about-1-author-content .author-social .link-elm {
    transition: all 0.5s var(--nm-cube-1);
}

.nm-about-1-author-content .author-social .link-elm:hover {
    color: var(--nm-clr-pr-1);
}

.nm-about-1-left {
    padding-bottom: 80px;
    min-height: 1180px;
}

@media (max-width: 767px) {
    .nm-about-1-left {
        min-height: auto;
    }
}

.nm-about-1-left-bg-shape {
    width: 62%;
    position: absolute;
    right: 0;
    bottom: 10%;
    z-index: -1;
}

.nm-about-1-left .inner-div {
    display: flex;
    align-items: center;
    gap: 33px;
    flex-wrap: wrap;
}

.nm-about-1-left .inner-div-line {
    width: 1px;
    height: 60px;
    background: var(--nm-clr-p-1);
    opacity: 0.5;
}

.nm-about-1-left .inner-div .nm-pr-btn-1 {
    background: var(--nm-clr-pr-1);
    outline: 4px solid rgba(255, 255, 255, 0.2);
}

.nm-about-1-left .inner-div .nm-pr-btn-1 .text {
    color: #0a0a0a;
}

.nm-about-1-left-content {
    position: sticky;
    top: 80px;
}

.nm-about-1-card-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 80px;
    align-self: start;
}

.nm-about-1-card-wrap .a1_card_trigger_elm {
    position: sticky;
    top: 100px;
}

.nm-about-1-card-wrap .a1_card_trigger_elm:nth-child(2) {
    top: 190px;
}

.nm-about-1-card {
    background: linear-gradient(180deg, rgb(45, 45, 45) 0%, rgb(0, 0, 0) 100%);
    text-align: center;
    padding: 30px 40px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-about-1-card {
        padding: 30px 20px;
    }
}

.nm-about-1-card::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: var(--nm-clr-pr-1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scaleY(0);
    transition: all 0.5s var(--nm-cube-1);
    transform-origin: bottom;
}

.nm-about-1-card .icon {
    font-size: 44px;
    color: var(--nm-clr-pr-1);
    transition: all 0.5s var(--nm-cube-1);
}

.nm-about-1-card .title {
    font-size: 30px;
    margin-top: 13px;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-about-1-card .title a {
    transition: unset;
}

.nm-about-1-card .title:hover {
    transform: translateX(3px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-about-1-card .title {
        font-size: 24px;
    }
}

.nm-about-1-card .disc {
    font-size: 17px;
    color: #9e9e9e;
    margin-top: 7px;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-about-1-card:hover::after {
    transform: scaleY(1);
}

.nm-about-1-card:hover .icon,
.nm-about-1-card:hover .title,
.nm-about-1-card:hover .disc {
    color: #0a0a0a;
}


/*
    about-1-end
*/


/*
    about-2-start
*/

.home-2-bg-noise {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    opacity: 0.06;
}

.home-2-bg-clr {
    background-color: #0e0e0e;
}

.nm-about-2-area {
    border-radius: 60px 60px 0 0;
    margin-top: -55px;
}

@media (max-width: 767px) {
    .nm-about-2-area {
        margin-top: 0px;
    }
}

.nm-about-2-bg-shape-2 {
    width: 81%;
    position: absolute;
    left: 60%;
    bottom: 7%;
    transform: translateX(-50%);
    z-index: -2;
    opacity: 0.6;
}

.nm-about-2-wrap {
    display: grid;
    grid-template-columns: 1fr 1.45fr;
    gap: 50px;
    align-items: start;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-about-2-wrap {
        grid-template-columns: 1fr;
    }
}

.nm-about-2-img {
    box-shadow: -1.717px 8.835px 46px 0px rgba(0, 0, 0, 0.77);
    border-radius: 40px;
    border-style: solid;
    border-width: 4px;
    border-color: rgb(64, 63, 63);
    height: 730px;
}

@media (max-width: 767px) {
    .nm-about-2-img {
        height: 530px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-about-2-img {
        height: 630px;
    }
}

.nm-about-2-img::after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
}

.nm-about-2-img-logo {
    position: absolute;
    right: 34px;
    top: 34px;
    border-radius: 20px;
    color: #0a0a0a;
    z-index: 1;
    overflow: hidden;
    width: 90px;
    height: 90px;
    animation: a2FLogoKf 2s linear infinite;
}

.nm-about-2-img-marquee {
    position: absolute;
    bottom: 35px;
    width: 100%;
    z-index: 1;
}

.nm-about-2-testimonial {
    display: flex;
    gap: 25px;
    margin-right: 25px;
}

.nm-about-2-testimonial-single {
    background: #f3f3f3;
    border-radius: 20px;
    padding: 18px 26px;
    max-width: 305px;
    width: 100%;
    flex: 0 0 auto;
}

.nm-about-2-testimonial-single .author-x-rating {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.nm-about-2-testimonial-single .author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nm-about-2-testimonial-single .author-img {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    flex: 0 0 auto;
}

.nm-about-2-testimonial-single .author-name {
    font-size: 16px;
    color: #141414;
}

.nm-about-2-testimonial-single .rating-icon {
    display: flex;
    gap: 0px;
    font-size: 12px;
}

.nm-about-2-testimonial-single .comment {
    color: #353535;
    line-height: 24px;
    font-size: 16px;
    margin-top: 7px;
}

.nm-about-2-disc {
    color: #cecece;
    background: #0E0E0E;
    border-radius: 30px;
    padding: 34px 30px;
    font-size: 17px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.nm-about-2-right-inner-div {
    color: #cecece;
    background: #0E0E0E;
    border-radius: 30px;
    padding: 37px 30px;
    font-size: 17px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: none;
    margin-top: -3px;
    display: flex;
    gap: 40px;
    align-items: center;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-about-2-right-inner-div {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .nm-about-2-right-inner-div {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.nm-about-2-right-inner-div::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.3;
}

.nm-about-2-right-inner-div .bg-shadow {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: -14px;
    left: 0;
    background: linear-gradient(270deg, rgb(153, 153, 153) 2%, rgb(255, 255, 255) 100%);
    z-index: -2;
    border-radius: 40px;
}

.nm-about-2-right-inner-div .inner-div-line {
    width: 1px;
    height: 80px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.4;
    flex: 0 0 auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-about-2-right-inner-div .inner-div-line {
        display: none;
    }
}

@media (max-width: 767px) {
    .nm-about-2-right-inner-div .inner-div-line {
        display: none;
    }
}

.nm-about-2-right-inner-div .nm-about-1-author {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.nm-about-2-skill {
    width: 100%;
}

.nm-about-2-skill-single {
    margin-top: 12px;
}

.nm-about-2-skill-single .title {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #cecece;
    gap: 10px;
}

.nm-about-2-skill-single .progress-line {
    background: #383838;
    height: 4px;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    margin-top: 8px;
}

.nm-about-2-skill-single .progress-line-fill {
    height: 100%;
    background: linear-gradient(90deg, rgb(87, 87, 87) 2%, rgb(255, 255, 255) 100%);
    border-radius: 2px;
    transition: 3s;
    transform-origin: left;
    transform: scaleX(0);
}

.nm-about-2-skill-single .progress-line-fill:is(.active) {
    transform: scaleX(1);
}

.nm-about-2-partner-title {
    color: #cacaca;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 15px;
}

.nm-about-2-bg-shape-1 {
    width: 11%;
    position: absolute;
    right: -70px;
    bottom: 20%;
    z-index: -2;
    mix-blend-mode: plus-lighter;
}

@keyframes a2FLogoKf {
    0% {
        outline: 10px solid rgba(0, 0, 0, 0.1);
    }

    50% {
        outline: 10px solid rgba(0, 0, 0, 0.3);
    }

    100% {
        outline: 10px solid rgba(0, 0, 0, 0.1);
    }
}


/*
    about-2-end
*/


/*
    about-3-start
*/

.nm-about-2-right-inner-div:is(.has-about-3) .bg-shadow {
    background: var(--nm-clr-gd-3);
    background-size: 200% 100%;
    animation: a3rightShadow 4s linear infinite;
}

@keyframes a3rightShadow {
    0% {
        background-position-x: 0%;
    }

    50% {
        background-position-x: 100%;
    }

    100% {
        background-position-x: 0%;
    }
}


/*
    about-3-end
*/


/*
    services-1-start
*/

.nm-services-1-container {
    max-width: 1870px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.nm-services-1-sec-title {
    display: flex;
    padding: 0 50px;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-services-1-sec-title {
        gap: 30px;
        flex-wrap: wrap;
        padding: 0 0px;
    }
}

.nm-services-1-sec-title .nm-subtitle-1 {
    flex: 0 0 auto;
}

.nm-services-1-sec-title .sec-disc {
    max-width: 490px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-services-1-sec-title .sec-disc {
        max-width: 300px;
    }
}

.nm-services-1-sec-title .nm-sec-title-1 {
    max-width: 650px;
}

.nm-services-1-wrap {
    display: grid;
    grid-template-columns: 1fr 2.1fr;
    gap: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-services-1-wrap {
        grid-template-columns: 1fr 1.3fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-services-1-wrap {
        grid-template-columns: 1fr;
    }
}

.nm-services-1-tabs-btn-scrollbar {
    height: 640px;
    overflow: hidden;
}

.nm-services-1-tabs-btn-scrollbar .mCSB_container {
    margin-right: 0;
    margin-left: 20px;
}

.nm-services-1-tabs-btn-scrollbar .mCSB_scrollTools {
    opacity: 1;
    right: unset;
    left: 0;
    width: 3px;
    background: #2a2a2a;
}

.nm-services-1-tabs-btn-scrollbar .mCSB_dragger_bar {
    background: var(--nm-clr-pr-1) !important;
    width: 3px !important;
}

.nm-services-1-tabs-btn .nav-link {
    background: transparent;
    border-radius: 20px;
    font-size: 30px;
    padding: 38px 44px;
    width: 100%;
    text-align: left;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-services-1-tabs-btn .nav-link:hover {
    background: #050505;
    color: #fff;
}

.nm-services-1-tabs-btn .nav-link:is(.active) {
    background: #050505;
    color: #fff;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-services-1-tabs-btn .nav-link {
        font-size: 22px;
        padding: 38px 20px;
    }
}

.nm-services-1-tabs-pane-single {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    perspective: 2000px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-services-1-tabs-pane-single {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .nm-services-1-tabs-pane-single {
        grid-template-columns: 1fr;
    }
}

.nm-services-1-tabs-pane-single .item-img {
    height: 640px;
    border-radius: 20px;
    filter: grayscale(1);
    transform-origin: 0% 50%;
    transform: translateX(-100%);
    transition: all 0.5s var(--nm-cube-1);
    position: relative;
    z-index: 1;
    opacity: 0;
}

@media (max-width: 767px) {
    .nm-services-1-tabs-pane-single .item-img {
        height: 350px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-services-1-tabs-pane-single .item-img {
        height: 450px;
    }
}

.nm-services-1-tabs-pane-single .content-wrap {
    background: #050505;
    border-radius: 20px;
    padding: 60px 45px;
    display: flex;
    flex-direction: column;
    transition: all 0.5s var(--nm-cube-1);
    transform-origin: 0% 50%;
    transform: rotateY(90deg);
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-services-1-tabs-pane-single .content-wrap {
        padding: 60px 25px;
    }
}

.nm-services-1-tabs-pane-single .item-icon {
    font-size: 80px;
    color: var(--nm-clr-p-1);
}

.nm-services-1-tabs-pane-single .disc {
    margin-top: 32px;
}

.nm-services-1-tabs-pane-single .features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 33px;
    margin-bottom: 40px;
}

.nm-services-1-tabs-pane-single .features-list li {
    font-size: 16px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.nm-services-1-tabs-pane-single .item-btn {
    margin-top: auto;
}

.nm-services-1-tabs-pane .tab-pane:is(.show) .nm-services-1-tabs-pane-single .item-img {
    transform: translateX(0);
    transition-delay: 0.2s;
    opacity: 1;
}

.nm-services-1-tabs-pane .tab-pane:is(.show) .nm-services-1-tabs-pane-single .content-wrap {
    transform: rotateY(0deg);
}


/*
    services-1-end
*/


/*
    services-2-start
*/

.nm-services-2-bg-shape-1 {
    width: 27%;
    position: absolute;
    right: -10%;
    bottom: 10%;
    z-index: -2;
}

.nm-services-2-bg-shape-1 img {
    animation: waRotation360minus 40s linear infinite;
}

.nm-services-2-bg-shape-2 {
    width: 28%;
    position: absolute;
    top: 0%;
    left: -10%;
    z-index: -2;
    mix-blend-mode: plus-lighter;
}

.nm-services-2-bg-shape-3 {
    position: absolute;
    top: 15%;
    z-index: -2;
    left: 2%;
    width: 12%;
    mix-blend-mode: plus-lighter;
}

.nm-services-2-sec-title {
    max-width: 800px;
    margin-left: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-services-2-sec-title {
        margin-left: 0px;
    }
}

.nm-services-2-wrap {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.nm-services-2-card {
    border-radius: 20px;
    background-color: #0e0e0e;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.nm-services-2-card:not(:last-child) {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .nm-services-2-card {
        grid-template-columns: 1fr;
    }
}

.nm-services-2-card .card-img {
    border-radius: 15px;
    height: 100%;
}

@media (max-width: 767px) {
    .nm-services-2-card .card-img {
        height: 300px;
    }
}

.nm-services-2-card .card-title {
    font-size: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-services-2-card .card-title {
        font-size: 26px;
    }
}

.nm-services-2-card .card-title i {
    font-size: 16px;
    transform: translateY(-10px);
}

.nm-services-2-card .card-disc {
    font-size: 16px;
    color: #a2a2a2;
    margin-top: 14px;
}

.nm-services-2-card .card-content {
    display: flex;
    flex-direction: column;
    padding: 22px 0;
    padding-left: 30px;
    height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-services-2-card .card-content {
        padding: 22px 0;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .nm-services-2-card .card-content {
        padding: 30px 20px;
    }
}

.nm-services-2-card .card-features {
    margin-top: 18px;
}

.nm-services-2-card .card-features li {
    font-weight: 700;
    letter-spacing: -0.025em;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.nm-services-2-card .card-features li:not(:last-child) {
    margin-bottom: 15px;
}

.nm-services-2-card .card-features li i {
    background: linear-gradient(0deg, rgb(100, 100, 100) 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nm-services-2-card .btn-wrap {
    margin-top: 52px;
}


/* ==== Infinite stacking support ==== */

@media (min-width: 992px) {
    .nm-services-2-card {
        position: relative;
    }

    /* Odd cards */
    .nm-services-2-card:nth-child(odd) {
        transform: rotate(-3deg);
        margin-top: -520px;
    }

    /* Even cards */
    .nm-services-2-card:nth-child(even) {
        transform: rotate(2deg);
        margin-top: -530px;
    }

    /* First card sits normally */
    .nm-services-2-card:first-child {
        margin-top: 0;
    }
}


/*
    services-2-end
*/


/*
    choose-1-start
*/

.nm-choose-1-area {
    background: #0a0a0a;
}

.nm-choose-1-area .nm-about-1-line:is(.has-v2) {
    bottom: -10px;
}

.nm-choose-1-sec-title {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-choose-1-sec-title {
        flex-wrap: wrap;
    }
}

.nm-choose-1-sec-title .left {
    max-width: 540px;
}

.nm-choose-1-sec-title .sec-disc {
    max-width: 600px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-choose-1-sec-title .sec-disc {
        max-width: 300px;
    }
}

.nm-choose-1-container {
    max-width: 1735px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.nm-choose-1-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-choose-1-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .nm-choose-1-wrap {
        grid-template-columns: 1fr;
    }
}

.nm-choose-1-item {
    align-items: start;
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-choose-1-item:is(.has-2-clm) {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

.nm-choose-1-handshake {
    background-color: var(--nm-clr-black-2);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 105px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 845px;
    background-size: 100% 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-choose-1-handshake {
        height: 645px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-choose-1-handshake {
        height: 645px;
    }
}

@media (max-width: 767px) {
    .nm-choose-1-handshake {
        height: 585px;
    }
}

.nm-choose-1-handshake::after {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    top: -40px;
    left: -30px;
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    filter: blur(50px);
    opacity: 0.5;
    z-index: -1;
}

.nm-choose-1-handshake .handshake-video {
    margin-bottom: 50px;
    width: 100%;
}

.nm-choose-1-handshake .handshake-video video {
    width: 100%;
    object-fit: cover;
}

.nm-choose-1-handshake .content {
    padding: 0 50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-choose-1-handshake .content {
        padding: 0 30px;
    }
}

.nm-choose-1-handshake .title {
    font-size: 65px;
    line-height: 1.1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-choose-1-handshake .title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-choose-1-handshake .title {
        font-size: 25px;
    }
}

.nm-choose-1-handshake .disc {
    font-weight: 500;
    margin-top: 32px;
}

.nm-choose-1-fast {
    border-radius: 20px;
    display: flex;
    align-items: end;
    padding: 25px;
    height: 845px;
    transition: background 1s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-choose-1-fast {
        height: 645px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-choose-1-fast {
        height: 645px;
    }
}

@media (max-width: 767px) {
    .nm-choose-1-fast {
        height: 585px;
    }
}

.nm-choose-1-fast .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: -1;
}

.nm-choose-1-fast .bg-img img {
    transition: all 0.5s var(--nm-cube-1);
}

.nm-choose-1-fast .content-wrap {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 36px 25px;
    backdrop-filter: blur(13px);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-choose-1-fast .content-wrap {
        padding: 36px 15px;
    }
}

.nm-choose-1-fast .icon {
    font-size: 100px;
    color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-choose-1-fast .icon {
        font-size: 50px;
    }
}

.nm-choose-1-fast .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-choose-1-fast .title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-choose-1-fast .title {
        font-size: 25px;
    }
}

.nm-choose-1-fast:hover .bg-img img {
    transform: scale(103%);
}

.nm-choose-1-experience {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 105px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 845px;
}

.nm-choose-1-experience .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: -1;
}

.nm-choose-1-experience .bg-img img {
    transition: all 0.5s var(--nm-cube-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-choose-1-experience {
        height: 645px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-choose-1-experience {
        height: 645px;
    }
}

@media (max-width: 767px) {
    .nm-choose-1-experience {
        height: 585px;
    }
}

.nm-choose-1-experience .content-wrap {
    padding: 0 50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-choose-1-experience .content-wrap {
        padding: 0 30px;
    }
}

.nm-choose-1-experience .title {
    font-size: 65px;
    line-height: 1.1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-choose-1-experience .title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-choose-1-experience .title {
        font-size: 25px;
    }
}

.nm-choose-1-experience .disc {
    font-weight: 500;
    margin-top: 32px;
}

.nm-choose-1-experience:hover .bg-img img {
    transform: scale(103%);
}

.nm-choose-1-author {
    display: inline-flex;
    flex-wrap: wrap;
    perspective: 2000px;
    transform-style: preserve-3d;
}

.nm-choose-1-author .author-img {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    border: 2px solid #fff;
    transform: rotateY(84deg);
    transition: all 0.5s var(--nm-cube-1);
}

.nm-choose-1-author .author-img:not(:first-child) {
    margin-left: -30px;
}

.nm-choose-1-author:is(.active) .author-img {
    transform: rotateY(0deg);
}

.nm-choose-1-author:is(.active) .author-img:nth-child(1) {
    transition-delay: 0.1s;
}

.nm-choose-1-author:is(.active) .author-img:nth-child(2) {
    transition-delay: 0.2s;
}

.nm-choose-1-author:is(.active) .author-img:nth-child(3) {
    transition-delay: 0.3s;
}

.nm-choose-1-author:is(.active) .author-img:nth-child(4) {
    transition-delay: 0.4s;
}

.nm-choose-1-author:is(.active) .author-img:nth-child(5) {
    transition-delay: 0.5s;
}

.nm-choose-1-testimonial {
    background-color: var(--nm-clr-black-2);
    border-radius: 20px;
    padding: 92px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: 11%;
}

.nm-choose-1-testimonial::after {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    top: -40px;
    left: -30px;
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    filter: blur(50px);
    opacity: 0.3;
    z-index: -1;
}

.nm-choose-1-testimonial::before {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -40px;
    right: -30px;
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    filter: blur(50px);
    opacity: 0.3;
    z-index: -1;
}

.nm-choose-1-testimonial .content-wrap {
    display: flex;
    align-items: center;
    gap: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-choose-1-testimonial .content-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.nm-choose-1-testimonial .content-wrap-line {
    width: 1px;
    height: 90px;
    background: #fff;
    opacity: 0.2;
}

.nm-choose-1-rating .rating-icon {
    display: inline-flex;
    gap: 5px;
    font-size: 25px;
    color: var(--nm-clr-pr-1);
}

.nm-choose-1-rating .rating-text {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin-top: 23px;
}

.nm-choose-1-turnaround {
    background-color: var(--nm-clr-black-2);
    border-radius: 20px;
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 35px;
    overflow: hidden;
    height: 290px;
    background-position: left bottom;
    background-size: 70% 83%;
    background-repeat: no-repeat;
}

.nm-choose-1-turnaround::after {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    right: -40px;
    top: -30px;
    background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    filter: blur(50px);
    opacity: 0.3;
    z-index: -1;
}

.nm-choose-1-turnaround .title {
    font-size: 40px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-choose-1-turnaround .title {
        font-size: 22px;
    }
}

.nm-choose-1-turnaround .title i {
    color: var(--nm-clr-pr-1);
    font-size: 50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-choose-1-turnaround .title i {
        font-size: 26px;
    }
}

.nm-choose-1-turnaround .item-video video {
    width: 100%;
}


/*
    choose-1-end
*/


/*
    choose-2-start
*/

.nm-choose-2-bg-shape-2 {
    width: 31%;
    position: absolute;
    right: -15%;
    top: 18%;
    z-index: -2;
    mix-blend-mode: plus-lighter;
}

.nm-choose-2-bg-shape-1 {
    width: 11%;
    position: absolute;
    left: -5%;
    top: 48%;
    z-index: -2;
    mix-blend-mode: plus-lighter;
}

.nm-choose-2-sec-title {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.nm-choose-2-wrap {
    display: grid;
    grid-template-columns: 1fr 1.045fr 1fr;
    gap: 80px;
    margin-left: -75px;
    margin-right: -75px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-choose-2-wrap {
        gap: 50px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-choose-2-wrap {
        gap: 50px;
        margin-left: 0;
        margin-right: 0;
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-choose-2-wrap {
        gap: 50px;
        margin-left: 0;
        margin-right: 0;
        grid-template-columns: 1fr;
    }
}

.nm-choose-2-card {
    background: linear-gradient(134deg, rgb(14, 14, 14) 0%, rgb(46, 46, 46) 100%);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 25px 30px;
    box-shadow: -4.961px 25.522px 40px 0px rgba(0, 0, 0, 0.47);
    max-width: 325px;
    transition: all 0.5s var(--nm-cube-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-choose-2-card {
        padding: 25px 20px;
    }
}

.nm-choose-2-card:not(:last-child) {
    margin-bottom: 65px;
}

.nm-choose-2-card .number {
    font-size: 48px;
    color: #424142;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: -17px;
    top: -26px;
    z-index: -1;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-choose-2-card .icon-x-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nm-choose-2-card .icon {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(110deg, rgb(20, 20, 20) 0%, rgb(67, 67, 67) 100%);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.nm-choose-2-card .icon i {
    background: linear-gradient(0deg, rgb(100, 100, 100) 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nm-choose-2-card .title {
    font-size: 22px;
}

.nm-choose-2-card .disc {
    color: #a2a2a2;
    margin-top: 20px;
    font-size: 16px;
}

.nm-choose-2-card:hover {
    outline: 3px solid #fff;
}

.nm-choose-2-card:hover .number {
    right: -60px;
    color: #fff;
}

.nm-choose-2-card:hover .icon i {
    animation: headShake 1s;
}

.nm-choose-2-left .nm-choose-2-card:nth-child(odd) {
    margin-left: 75px;
}

@media (max-width: 767px) {
    .nm-choose-2-left .nm-choose-2-card:nth-child(odd) {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-choose-2-left .nm-choose-2-card:nth-child(odd) {
        margin-left: 75px;
    }
}

.nm-choose-2-right .nm-choose-2-card:nth-child(even) {
    margin-left: 75px;
}

@media (max-width: 767px) {
    .nm-choose-2-right .nm-choose-2-card:nth-child(even) {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-choose-2-right .nm-choose-2-card:nth-child(even) {
        margin-left: 75px;
    }
}

.nm-choose-2-right .nm-choose-2-card .number {
    right: unset;
    left: -25px;
}

.nm-choose-2-right .nm-choose-2-card:hover .number {
    left: -70px;
}

.nm-choose-2-img-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    mask-size: 100% 100%;
    height: 700px;
}

@media (max-width: 767px) {
    .nm-choose-2-img-wrap {
        height: 400px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-choose-2-img-wrap {
        height: 700px;
    }
}

.nm-choose-2-img-wrap .right {
    display: flex;
    flex-direction: column;
    height: 700px;
    justify-content: end;
}

@media (max-width: 767px) {
    .nm-choose-2-img-wrap .right {
        height: 400px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-choose-2-img-wrap .right {
        height: 700px;
    }
}

.nm-choose-2-img-single {
    height: 300px;
    border-radius: 10px;
    margin-bottom: 15px;
}

@keyframes scrollVertical {
    0% {
        transform: translateY(0%);
    }

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


/*
    choose-2-end
*/


/*
    choose-3-start
*/

.has-choose-3:is(.nm-choose-2-card) {
    position: relative;
}

.has-choose-3:is(.nm-choose-2-card)::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--nm-clr-gd-3);
    position: absolute;
    top: 1px;
    left: 0;
    z-index: -1;
    border-radius: 20px;
    transform: scaleX(102%) scaleY(104%);
    background-size: 200% 100%;
    animation: a3rightShadow 1s linear infinite;
    opacity: 0;
    transition: all 0.4s var(--nm-cube-1);
}

.has-choose-3:is(.nm-choose-2-card):hover {
    outline: none;
}

.has-choose-3:is(.nm-choose-2-card):hover::after {
    opacity: 1;
}


/*
    choose-3-end
*/


/*
    portfolio-1-start
*/

.nm-portfolio-1-top {
    background-size: unset;
}

.nm-portfolio-1-top .nm-about-1-line:is(.has-v2) {
    top: unset;
    bottom: -10px;
}

.nm-portfolio-1-top-wrap {
    max-width: 610px;
}

.nm-portfolio-1-top-features {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

@media (max-width: 767px) {
    .nm-portfolio-1-top-features {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-portfolio-1-top-features {
        grid-template-columns: 1fr 1fr;
    }
}

.nm-portfolio-1-top-features-single {
    text-align: center;
    background: linear-gradient(180deg, rgb(45, 45, 45) 0%, rgb(6, 6, 6) 100%);
    border-radius: 20px;
    padding: 25px 20px;
    position: relative;
    z-index: 1;
}

.nm-portfolio-1-top-features-single::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: var(--nm-clr-pr-1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scaleY(0);
    transition: all 0.5s var(--nm-cube-1);
    transform-origin: bottom;
}

.nm-portfolio-1-top-features-single .title {
    font-size: 40px;
    font-weight: 700;
    color: #838383;
    line-height: 1;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-portfolio-1-top-features-single .disc {
    margin-top: 12px;
    line-height: 1.3;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-portfolio-1-top-features-single:hover::after {
    transform: scaleY(1);
}

.nm-portfolio-1-top-features-single:hover .title,
.nm-portfolio-1-top-features-single:hover .disc {
    color: #0a0a0a;
}

.nm-portfolio-1-sec-title .sec-disc {
    margin-top: 27px;
}

.nm-portfolio-1-sec-title-2 {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: end;
}

@media (max-width: 767px) {
    .nm-portfolio-1-sec-title-2 {
        flex-wrap: wrap;
    }
}

.nm-portfolio-1-sec-title-2 .left {
    width: 100%;
}

.nm-portfolio-1-sec-title-2 .sec-disc {
    max-width: 560px;
}

.nm-portfolio-1-item-wrap {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    margin-left: -100px;
    margin-right: -100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-portfolio-1-item-wrap {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-portfolio-1-item-wrap {
        margin-left: 0px;
        margin-right: 0px;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .nm-portfolio-1-item-wrap {
        grid-template-columns: 1fr;
        margin-left: 0px;
        margin-right: 0px;
        gap: 30px;
    }
}

.nm-portfolio-1-card {
    height: 420px;
    border-radius: 20px;
}

.nm-portfolio-1-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #0a0a0a;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0%;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-portfolio-1-card .card-categories {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 1;
}

.nm-portfolio-1-card .card-categories p {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nm-portfolio-1-card .card-categories .link-elm {
    background: #323232;
    border-radius: 100px;
    font-size: 15px;
    padding: 5px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s var(--nm-cube-1);
}

.nm-portfolio-1-card .card-categories .link-elm:hover {
    color: var(--nm-clr-pr-1);
}

.nm-portfolio-1-card .card-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 1;
    background: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    border-radius: 50%;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-portfolio-1-card .card-btn i {
    animation: blink 2.4s infinite;
    transform-origin: 50% 50%;
}

.nm-portfolio-1-card .card-btn span {
    transition: unset;
}

.nm-portfolio-1-card .card-btn:hover {
    background: var(--nm-clr-pr-1);
    color: #0a0a0a;
}

.nm-portfolio-1-card:hover::after {
    opacity: 39%;
}

.nm-portfolio-1-card:hover .card-btn {
    transform: translate(-50%, -50%) scale(1);
}

.nm-portfolio-1-all-btn {
    margin-left: -100px;
    margin-right: -100px;
    display: flex;
    justify-content: space-between;
    gap: 35px;
    align-items: center;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-portfolio-1-all-btn {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.nm-portfolio-1-all-plus {
    color: var(--nm-clr-pr-1);
    font-weight: 600;
    font-family: var(--nm-font-2);
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 1;
}

.nm-portfolio-1-all-plus::after {
    content: "";
    width: 99.1%;
    height: 1px;
    background: #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 100%);
    position: absolute;
    top: 15px;
    right: 11px;
    opacity: 0.1;
    transform: scaleX(0);
    transform-origin: right;
    transition: 2s;
}

.nm-portfolio-1-all-plus:is(.active)::after {
    transform: scaleX(1);
}

.nm-portfolio-1-bg-shadow-1 {
    position: absolute;
    bottom: 14%;
    left: -30px;
    z-index: -1;
}

.nm-portfolio-1-bg-shadow-2 {
    position: absolute;
    right: -40px;
    bottom: 50%;
    z-index: -1;
}


/*
    portfolio-1-end
*/


/*
    portfolio-2-start
*/

.nm-portfolio-2-area {
    background-color: rgb(10, 10, 10);
    border-radius: 80px 80px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .nm-portfolio-2-area {
        border-radius: 30px 30px 0 0;
    }
}

.nm-portfolio-2-area .home-2-bg-noise {
    border-radius: 80px 80px 0 0;
}

@media (max-width: 767px) {
    .nm-portfolio-2-area .home-2-bg-noise {
        border-radius: 30px 30px 0 0;
    }
}

.nm-portfolio-2-big-title {
    font-size: 470px;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    bottom: -70px;
    left: 0;
    z-index: -1;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-portfolio-2-big-title {
        font-size: 440px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-portfolio-2-big-title {
        font-size: 410px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-portfolio-2-big-title {
        font-size: 370px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-portfolio-2-big-title {
        font-size: 310px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-portfolio-2-big-title {
        font-size: 260px;
    }
}

@media (max-width: 767px) {
    .nm-portfolio-2-big-title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-portfolio-2-big-title {
        font-size: 180px;
    }
}

.nm-portfolio-2-big-title span {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.368627451));
    display: inline-block;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nm-portfolio-2-bg-shape {
    width: 15%;
    position: absolute;
    top: -11%;
    left: 2%;
    z-index: -1;
    perspective: 2000px;
    transform-style: preserve-3d;
}

.nm-portfolio-2-bg-shape img {
    filter: drop-shadow(85px 0px 30px rgba(255, 255, 255, 0.15));
}

.nm-portfolio-2-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-portfolio-2-wrap {
        grid-template-columns: 1fr;
    }
}

.nm-portfolio-2-content .sec-disc {
    margin-top: 25px;
}

.nm-portfolio-2-content .btn-wrap {
    margin-top: 42px;
}

.nm-portfolio-2-card:not(:last-child) {
    margin-bottom: 50px;
}

.nm-portfolio-2-card .card-img {
    height: 315px;
    border-radius: 30px 30px 0 0;
}

.nm-portfolio-2-card .card-img::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #0a0a0a, 70%, transparent);
    transition: all 0.6s var(--nm-cube-1);
    transform: scaleY(0);
    transform-origin: bottom;
}

.nm-portfolio-2-card .card-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 1;
    background: linear-gradient(180deg, rgb(20, 20, 20) 0%, rgb(67, 67, 67) 100%);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    border-radius: 50%;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-portfolio-2-card .card-btn span {
    transition: unset;
}

.nm-portfolio-2-card .card-btn i {
    animation: blink 2.4s infinite;
    transform-origin: 50% 50%;
}

.nm-portfolio-2-card .card-btn:hover {
    color: #fff;
}

.nm-portfolio-2-card .item-categories {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 16px;
    background: linear-gradient(0deg, #424342, #272626);
    border-radius: 100px;
    padding: 6px 18px;
    z-index: 1;
}

.nm-portfolio-2-card .title {
    font-size: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-portfolio-2-card .title {
        font-size: 24px;
    }
}

.nm-portfolio-2-card .disc {
    font-size: 16px;
    color: #848484;
    margin-top: 8px;
}

.nm-portfolio-2-card .item-btn {
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 6px 13px;
    position: relative;
    z-index: 1;
    margin-top: 20px;
    transition: all 0.5s var(--nm-cube-1);
    overflow: hidden;
}

.nm-portfolio-2-card .item-btn::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgb(50, 50, 50) 0%, rgb(67, 67, 67) 100%);
    z-index: -1;
    transform: scaleY(0);
}

.nm-portfolio-2-card .item-btn:hover {
    border-color: transparent;
    color: #fff;
}

.nm-portfolio-2-card .item-btn:hover::after {
    transform: scaleY(1);
}

.nm-portfolio-2-card .card-content {
    background-color: #1c1c1c;
    box-shadow: -4.961px 25.522px 68px 0px rgba(0, 0, 0, 0.75);
    border-radius: 0 0 30px 30px;
    padding: 40px 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-portfolio-2-card .card-content {
        padding: 40px 20px;
    }
}

.nm-portfolio-2-card:hover .card-btn {
    transform: translate(-50%, -50%) scale(1);
}

.nm-portfolio-2-card:hover .card-img::after {
    transform: scaleY(1);
}

.nm-portfolio-2-card:is(.has-last-elm) {
    position: relative;
}

.nm-portfolio-2-card:is(.has-last-elm) .card-img {
    height: 380px;
}

.p2_sticky_trigger_pin:not(:last-child) {
    margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .p2_sticky_trigger_pin:not(:last-child) {
        margin-bottom: 40px;
    }
}


/*
    portfolio-2-end
*/


/*
    portfolio-3-start
*/

.has-portfolio-3:is(.nm-portfolio-2-big-title) {
    mix-blend-mode: plus-lighter;
}

.has-portfolio-3:is(.nm-portfolio-2-big-title) span {
    background: var(--nm-clr-gd-3);
    background-clip: text;
}


/*
    portfolio-3-end
*/


/*
    testimonial-1-start
*/

.nm-testimonial-1-sec-title {
    display: flex;
    align-items: end;
    gap: 40px;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .nm-testimonial-1-sec-title {
        flex-wrap: wrap;
    }
}

.nm-testimonial-1-sec-title .left {
    max-width: 500px;
}

.nm-testimonial-1-sec-title .right {
    text-align: right;
}

.nm-testimonial-1-sec-title .sec-disc {
    margin-bottom: 19px;
}

.nm-testimonial-1-wrap {
    height: 540px;
}

.nm-testimonial-1-preview-slider-item {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s var(--nm-cube-1);
    cursor: pointer;
}

.nm-testimonial-1-preview-slider-item:hover {
    border-color: var(--nm-clr-pr-1);
}

.nm-testimonial-1-preview-slider .swiper-wrapper {
    max-width: 1050px;
    height: 1050px;
    position: relative;
    margin: 0 auto;
}

.nm-testimonial-1-preview-slider .swiper-wrapper .swiper-slide {
    width: auto;
    position: absolute;
    width: 100px;
    height: 100px;
}

.nm-testimonial-1-preview-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-thumb-active) .nm-testimonial-1-preview-slider-item {
    border-color: var(--nm-clr-pr-1);
    box-shadow: -1.526px 7.853px 59px 0px rgba(214, 243, 69, 0.6);
}

.nm-testimonial-1-main-slider {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    max-width: 430px;
}

@media (max-width: 767px) {
    .nm-testimonial-1-main-slider {
        max-width: 100%;
    }
}

.nm-testimonial-1-main-slider-single {
    text-align: center;
}

.nm-testimonial-1-main-slider-single .icon {
    font-size: 70px;
    color: var(--nm-clr-pr-1);
}

.nm-testimonial-1-main-slider-single .comment {
    color: #fff;
    font-weight: 500;
    line-height: 36px;
    margin-top: 10px;
}

.nm-testimonial-1-main-slider-single .line {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
    width: 90%;
    height: 1px;
    opacity: 0.2;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
}

.nm-testimonial-1-main-slider-single .nm-choose-1-rating {
    margin-top: 28px;
}

.nm-testimonial-1-main-slider-single .nm-choose-1-rating .rating-icon {
    gap: 7px;
    font-size: 18px;
}

.nm-testimonial-1-main-slider-single .author-name {
    font-size: 15px;
    margin-top: 10px;
}

.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide .nm-testimonial-1-main-slider-single .line {
    transform: scaleX(0);
    transition: 1s;
}

.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide .nm-testimonial-1-main-slider-single .rating-icon i {
    opacity: 0;
    transition: 0.5s;
}

.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .icon,
.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .comment,
.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .author-name {
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-timing-function: var(--nm-cube-1);
    animation-fill-mode: backwards;
}

.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .icon {
    animation-delay: 0.5s;
}

.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .comment {
    animation-delay: 0.7s;
}

.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .line {
    transform: scaleX(1);
    transition-delay: 0.7s;
}

.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .author-name {
    animation-delay: 0.9s;
}

.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .rating-icon i {
    opacity: 1;
}

.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .rating-icon i:nth-child(1) {
    transition-delay: 0.4s;
}

.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .rating-icon i:nth-child(2) {
    transition-delay: 0.5s;
}

.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .rating-icon i:nth-child(3) {
    transition-delay: 0.6s;
}

.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .rating-icon i:nth-child(4) {
    transition-delay: 0.7s;
}

.nm-testimonial-1-main-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-1-main-slider-single .rating-icon i:nth-child(5) {
    transition-delay: 0.8s;
}

.nm-testimonial-1-bg-blur {
    height: 140px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0);
    -webkit-mask-image: linear-gradient(to top, #0a0a0a 10%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to top, #0a0a0a 10%, rgba(0, 0, 0, 0) 100%);
}


/*
    testimonial-1-start
*/


/*
    testimonial-2-start
*/

.nm-testimonial-2-bg-shape-1 {
    width: 14%;
    position: absolute;
    right: 2%;
    top: -22%;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-testimonial-2-bg-shape-1 {
        top: -12%;
    }
}

.nm-testimonial-2-bg-shape-1 img {
    filter: drop-shadow(-85px 0px 30px rgba(255, 255, 255, 0.1));
}

.nm-testimonial-2-sec-title {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-testimonial-2-sec-title {
        flex-wrap: wrap;
    }
}

.nm-testimonial-2-sec-title .left {
    max-width: 520px;
}

.nm-testimonial-2-sec-title .sec-disc {
    margin-bottom: 20px;
}

.nm-testimonial-2-sec-title .right {
    padding-bottom: 10px;
}

.nm-testimonial-2-wrap {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    background-color: #0a0a0a;
    border-radius: 40px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-testimonial-2-wrap {
        grid-template-columns: 1fr;
    }
}

.nm-testimonial-2-img-slider-single {
    height: 600px;
    position: relative;
    z-index: 1;
}

.nm-testimonial-2-img-slider-single::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(0, 0, 0) 27%, rgba(0, 0, 0, 0) 60%);
}

.nm-testimonial-2-img-slider-single .content-wrap {
    position: absolute;
    inset: 0;
    margin: auto;
    border: 2px solid #fff;
    width: 80%;
    height: 80%;
    z-index: 3;
    border-radius: 30px;
    display: flex;
    align-items: end;
    padding-bottom: 30px;
    transform: scale(0.6);
    opacity: 0;
    transition: all 0.6s var(--nm-cube-1);
    transition-delay: 0s;
}

.nm-testimonial-2-img-slider-single .content-wrap-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 25px;
}

.nm-testimonial-2-img-slider-single .author-name {
    font-size: 30px;
}

.nm-testimonial-2-img-slider-single .author-dg {
    font-weight: 500;
    color: #fff;
    opacity: 0.8;
    margin-top: 5px;
}

.nm-testimonial-2-img-slider-single .author-rating {
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(105, 105, 105) 100%);
    font-size: 24px;
    color: #0a0a0a;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 10px 0 0 10px;
}

.nm-testimonial-2-img-slider-single .author-rating i {
    font-size: 16px;
    transform: translateY(-11px);
}

.nm-testimonial-2-img-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-2-img-slider-single .content-wrap {
    transform: scale(1);
    opacity: 1;
    transition-delay: 0.5s;
}

.nm-testimonial-2-right {
    padding: 45px 45px;
}

@media (max-width: 767px) {
    .nm-testimonial-2-right {
        padding: 45px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-testimonial-2-right {
        padding: 45px 45px;
    }
}

.nm-testimonial-2-right-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
    gap: 40px;
}

.nm-testimonial-2-right-inner .nm-slider-btn-1 {
    width: 50px;
    height: 50px;
    font-size: 18px;
}

.nm-testimonial-2-right-inner-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) -10%, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
    margin-top: 50px;
    opacity: 0.3;
}

.nm-testimonial-2-rating .rating-icon {
    color: #C9C9C9;
    font-size: 16px;
    display: flex;
    gap: 4px;
}

.nm-testimonial-2-rating .rating-text {
    font-size: 16px;
    color: #636262;
    margin-top: 14px;
}

.nm-testimonial-2-rating .line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) -10%, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
    margin-top: 18px;
    opacity: 0.3;
}

.nm-testimonial-2-preview-slider {
    padding: 12px 0px;
}

.nm-testimonial-2-preview-slider-single {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #7F7F7F;
    opacity: 0.5;
}

.nm-testimonial-2-preview-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-2-preview-slider-single {
    opacity: 1;
    transform: scale(1.4);
    border-color: #fff;
}

.nm-testimonial-2-content-slider {
    margin-top: 37px;
}

.nm-testimonial-2-content-slider-single {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-testimonial-2-content-slider-single {
        font-size: 20px;
    }
}

.nm-testimonial-2-content-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-testimonial-2-content-slider-single {
    animation-name: fadeInUp2;
    animation-timing-function: var(--nm-cube-1);
    animation-duration: 0.6s;
    animation-delay: 0.3s;
    animation-fill-mode: backwards;
}

.nm-testimonial-2-partner .partner-title {
    font-size: 14px;
    color: #747474;
    margin-top: 22px;
}

.nm-testimonial-2-partner .nm-partner-1-logo-mask {
    margin-top: 20px;
}


/*
    testimonial-2-start
*/


/*
    testimonial-3-start
*/

.nm-testimonial-2-img-slider-single:is(.has-testimonial-3)::after {
    z-index: 1;
    opacity: 0.8;
}

.nm-testimonial-3-img-masking {
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    z-index: 2;
}

.nm-testimonial-3-img-clr {
    width: 100%;
    height: 100%;
    background: var(--nm-clr-gd-3);
    animation: t3imgClrKf 5s linear infinite;
}

@keyframes t3imgClrKf {
    0% {
        transform: rotate(0deg) scale(1.6);
    }

    20% {
        transform: rotate(180deg) scale(1.6);
    }

    50% {
        transform: rotate(-50deg) scale(1.6);
    }

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

.has-testimonial-3:is(.nm-testimonial-2-preview-slider) .nm-testimonial-2-preview-slider-single {
    border-color: transparent;
    position: relative;
    z-index: 1;
}

.has-testimonial-3:is(.nm-testimonial-2-preview-slider) .nm-testimonial-2-preview-slider-single img {
    transform: scale(95%);
    border-radius: 50%;
}

.has-testimonial-3:is(.nm-testimonial-2-preview-slider) .nm-testimonial-2-preview-slider-single::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--nm-clr-gd-3);
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    border-radius: 12px;
    transform: scaleX(100.6%) scaleY(104%);
    background-size: 200% 100%;
    animation: a3rightShadow 1s linear infinite;
    transition: all 0.4s var(--nm-cube-1);
    opacity: 0;
}

.has-testimonial-3:is(.nm-testimonial-2-preview-slider) .swiper-slide:is(.swiper-slide-active) .nm-testimonial-2-preview-slider-single {
    border-color: transparent;
}

.has-testimonial-3:is(.nm-testimonial-2-preview-slider) .swiper-slide:is(.swiper-slide-active) .nm-testimonial-2-preview-slider-single::after {
    opacity: 1;
}


/*
    testimonial-3-end
*/


/*
    steps-1-start
*/

.nm-steps-1-area {
    background: #0a0a0a;
}

.nm-steps-1-area .nm-about-1-line:is(.has-v2) {
    top: unset;
    bottom: -8px;
}

.nm-steps-1-sec-title {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
}

.nm-steps-1-sec-title .sec-disc {
    margin-top: 17px;
}

.nm-steps-1-wrap {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}

.nm-steps-1-card {
    max-width: 545px;
    display: flex;
    gap: 40px;
    align-items: stretch;
    perspective: 2000px;
    transform-style: preserve-3d;
}

.nm-steps-1-card .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

@media (max-width: 767px) {
    .nm-steps-1-card .left {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-steps-1-card .left {
        display: flex;
    }
}

.nm-steps-1-card .number {
    width: 45px;
    height: 45px;
    background: var(--nm-clr-black-2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    flex: 0 0 auto;
}

.nm-steps-1-card .number-line {
    width: 7px;
    height: 100%;
    background: var(--nm-clr-black-2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top: none;
}

.nm-steps-1-card .number-line-fill {
    width: 100%;
    height: 100%;
    background: var(--nm-clr-pr-1);
    border-radius: 0 0 20px 20px;
    transform: scaleY(0);
    transform-origin: top;
}

.nm-steps-1-card .content {
    background: var(--nm-clr-black-2);
    border-radius: 20px;
    padding: 50px 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin: 50px 0;
    padding-top: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-steps-1-card .content {
        padding: 50px 20px;
        padding-top: 75px;
    }
}

.nm-steps-1-card .content .date {
    position: absolute;
    right: 15px;
    top: 20px;
    background: #0a0a0a;
    border-radius: 8px;
    padding: 3px 20px;
    font-size: 16px;
}

.nm-steps-1-card .content .title {
    display: flex;
    gap: 30px;
    font-size: 24px;
}

.nm-steps-1-card .content .title span {
    opacity: 0.3;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-steps-1-card .content .title {
        font-size: 22px;
    }
}

.nm-steps-1-card .content .disc {
    margin-top: 14px;
    opacity: 53%;
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-steps-1-card:nth-child(even) {
        flex-direction: row-reverse;
    }

    .nm-steps-1-card:nth-child(even) .content {
        transform-origin: 100% 50%;
        transform: rotateY(-45deg);
    }
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-steps-1-card:nth-child(odd) {
        margin-left: auto;
        margin-right: 5px;
    }

    .nm-steps-1-card:nth-child(odd) .content {
        transform-origin: 0% 50%;
        transform: rotateY(45deg);
    }
}


/*
    steps-1-end
*/


/*
    steps-2-start
*/

.nm-steps-2-area {
    background-color: rgb(10, 10, 10);
}

.nm-steps-2-bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -2;
}

.nm-steps-2-bg-3d-shape {
    width: 26%;
    position: absolute;
    top: 15%;
    left: -13%;
    z-index: -1;
}

.nm-steps-2-bg-3d-shape img {
    animation: waRotation360minus 40s linear infinite;
}

.nm-steps-2-max-width {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.nm-steps-2-sec-title-1 {
    display: flex;
    align-items: center;
    gap: 50px;
}

@media (max-width: 767px) {
    .nm-steps-2-sec-title-1 {
        flex-wrap: wrap;
    }
}

.nm-steps-2-sec-title-1 .nm-sec-title-2 {
    flex: 0 0 auto;
    font-size: 100px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-steps-2-sec-title-1 .nm-sec-title-2 {
        font-size: 80px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-steps-2-sec-title-1 .nm-sec-title-2 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-steps-2-sec-title-1 .nm-sec-title-2 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-steps-2-sec-title-1 .nm-sec-title-2 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-steps-2-sec-title-1 .nm-sec-title-2 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .nm-steps-2-sec-title-1 .nm-sec-title-2 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-steps-2-sec-title-1 .nm-sec-title-2 {
        font-size: 40px;
    }
}

.nm-steps-2-sec-title-1 .sec-disc {
    font-size: 17px;
    max-width: 610px;
}

.nm-steps-2-sec-title-2 {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: -24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-steps-2-sec-title-2 {
        flex-wrap: wrap;
        margin-top: 0px;
    }
}

.nm-steps-2-sec-title-2 .nm-sec-title-2 {
    font-size: 100px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-steps-2-sec-title-2 .nm-sec-title-2 {
        font-size: 80px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-steps-2-sec-title-2 .nm-sec-title-2 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-steps-2-sec-title-2 .nm-sec-title-2 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-steps-2-sec-title-2 .nm-sec-title-2 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-steps-2-sec-title-2 .nm-sec-title-2 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .nm-steps-2-sec-title-2 .nm-sec-title-2 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-steps-2-sec-title-2 .nm-sec-title-2 {
        font-size: 40px;
    }
}

.nm-steps-2-sec-title-2 .sec-video {
    width: 225px;
    height: 125px;
    overflow: hidden;
    mask-size: 100% 100%;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.nm-steps-2-sec-title-2 .sec-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nm-steps-2-sec-title-2 .sec-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a0a0a;
    font-size: 20px;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-steps-2-sec-title-2 .sec-video-btn:hover {
    background-color: #0a0a0a;
    color: #fff;
}

.nm-steps-2-sec-title-2 .nm-pr-btn-2 {
    padding: 2px;
    padding-left: 16px;
    background: linear-gradient(180deg, rgb(51, 51, 51) 0%, rgb(67, 67, 67) 100%);
    color: #fff;
}

.nm-steps-2-sec-title-2 .nm-pr-btn-2 .icon {
    background: #fff;
    color: #0a0a0a;
}

.nm-steps-2-subtitle {
    margin-left: 250px;
    margin-bottom: 0;
    margin-top: 10px;
    max-width: 600px;
    width: 100%;
}

@media (max-width: 767px) {
    .nm-steps-2-subtitle {
        margin-left: 0px;
    }
}

.nm-steps-2-subtitle .line {
    width: 100%;
    opacity: 0.1;
    max-width: 100%;
}

.nm-steps-2-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-steps-2-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .nm-steps-2-wrap {
        grid-template-columns: 1fr;
    }
}

.nm-steps-2-card {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 70px;
}

.nm-steps-2-card .bg-shape {
    position: absolute;
    top: 0;
    z-index: -2;
    left: 18px;
    width: calc(100% - 36px);
    height: 100%;
}

.nm-steps-2-card .bg-shape img {
    width: 100%;
    height: 100%;
}

.nm-steps-2-card .bg-shape-hover {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 18px;
    width: calc(100% - 36px);
    height: 100%;
    opacity: 0;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-steps-2-card .bg-shape-hover img {
    width: 100%;
    height: 100%;
}

.nm-steps-2-card .padding-wrap {
    margin: 0 39px;
}

.nm-steps-2-card .steps-x-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding-right: 67px;
}

@media (max-width: 767px) {
    .nm-steps-2-card .steps-x-icon {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-steps-2-card .steps-x-icon {
        padding-right: 67px;
    }
}

.nm-steps-2-card .card-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(180deg, rgb(51, 51, 51) 0%, rgb(67, 67, 67) 100%);
    flex: 0 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cfcfcf;
    font-size: 40px;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-steps-2-card .steps-number {
    font-size: 24px;
    background: #343434;
    border-radius: 0 10px 10px 0;
    padding: 6px 24px;
    position: relative;
    z-index: 1;
}

.nm-steps-2-card .steps-number::after {
    content: "";
    width: 18px;
    height: 16px;
    background: #343434;
    position: absolute;
    left: 0;
    bottom: -16px;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.nm-steps-2-card .date {
    font-size: 20px;
    color: #868686;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nm-steps-2-card .title {
    font-size: 40px;
    margin-top: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-steps-2-card .title {
        font-size: 30px;
    }
}

.nm-steps-2-card .line {
    height: 2px;
    border: 1.5px #fff;
    border-style: dashed;
    opacity: 40%;
    margin-top: 19px;
    margin-left: -20px;
    margin-right: -20px;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-steps-2-card .disc {
    font-size: 17px;
    margin-top: 16px;
}

.nm-steps-2-card .steps-list {
    margin-top: 22px;
}

.nm-steps-2-card .steps-list li {
    font-size: 20px;
    color: #f0f0f0;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #0c0c0c;
    border-radius: 12px;
    padding: 8px;
}

.nm-steps-2-card .steps-list li:not(:last-child) {
    margin-bottom: 10px;
}

.nm-steps-2-card .steps-list li .number {
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, rgb(51, 51, 51) 0%, rgb(67, 67, 67) 100%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nm-steps-2-card:hover .bg-shape-hover {
    opacity: 1;
}

.nm-steps-2-card:hover .line {
    opacity: 1;
}

.nm-steps-2-card:hover .card-icon {
    background: #fff;
    color: #0a0a0a;
}


/*
    steps-2-end
*/


/*
    steps-3-start
*/

.nm-steps-2-card:is(.has-steps-3) .date i {
    background: var(--nm-clr-gd-3);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nm-steps-2-card:is(.has-steps-3) .steps-list {
    position: relative;
    z-index: 2;
}

.nm-steps-2-card:is(.has-steps-3) .steps-list li {
    position: relative;
}

.nm-steps-2-card:is(.has-steps-3) .steps-list li::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--nm-clr-gd-3);
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    border-radius: 12px;
    transform: scaleX(100.6%) scaleY(104%);
    background-size: 200% 100%;
    animation: a3rightShadow 1s linear infinite;
    transition: all 0.4s var(--nm-cube-1);
    opacity: 0;
}

.nm-steps-2-card:is(.has-steps-3) .steps-list li:hover::after {
    opacity: 1;
}


/*
    steps-3-end
*/


/*
    team-1-start
*/

.nm-team-1-area .nm-about-1-line:is(.has-v2) {
    bottom: -10px;
}

.nm-team-1-sec-title {
    display: flex;
    gap: 40px;
    align-items: end;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-1-sec-title {
        flex-wrap: wrap;
    }
}

.nm-team-1-sec-title .sec-disc {
    max-width: 550px;
}

.nm-team-1-sec-title .left {
    width: 100%;
}

.nm-team-1-member {
    max-width: 388px;
    border-radius: 30px;
    height: 550px;
    transition: transform 0.5s, background 0.5s;
}

.nm-team-1-member .toggle-btn {
    width: 52px;
    height: 52px;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a0a0a;
    font-size: 20px;
    z-index: 2;
    transition: all 0.5s var(--nm-cube-1);
    cursor: pointer;
}

.nm-team-1-member .toggle-btn i {
    transition: all 0.5s var(--nm-cube-1);
}

.nm-team-1-member .toggle-btn:hover {
    background: var(--nm-clr-pr-1);
}

.nm-team-1-member .content-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(16px);
    padding: 20px 30px;
    transition: all 0.5s var(--nm-cube-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-1-member .content-1 {
        padding: 20px 20px;
    }
}

.nm-team-1-member .content-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(56px);
    padding: 80px 40px;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    transition: all 0.5s var(--nm-cube-1);
    border-radius: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-1-member .content-2 {
        padding: 80px 20px;
    }
}

.nm-team-1-member .member-name {
    font-size: 30px;
    transition: all 0.5s var(--nm-cube-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-1-member .member-name {
        font-size: 22px;
    }
}

.nm-team-1-member .member-name:hover {
    color: var(--nm-clr-pr-1);
}

.nm-team-1-member .member-dg {
    font-size: 16px;
}

.nm-team-1-member .social-link {
    display: flex;
    gap: 14px;
    font-size: 18px;
    color: var(--nm-clr-p-1);
    margin-top: 15px;
}

.nm-team-1-member .social-link .link-elm {
    transition: all 0.5s var(--nm-cube-1);
}

.nm-team-1-member .social-link .link-elm:hover {
    color: var(--nm-clr-pr-1);
}

.nm-team-1-member .hr-line {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 1px;
    opacity: 0.3;
    margin-top: 24px;
}

.nm-team-1-member .disc {
    margin-top: 30px;
    margin-bottom: 30px;
}

.nm-team-1-member .member-btn {
    margin-top: auto;
}

.nm-team-1-member .nm-pr-btn-1 {
    background: #0a0a0a;
}

.nm-team-1-member:is(.active) {
    box-shadow: 0px 0px 13px 0px rgba(11, 11, 11, 0.24);
}

.nm-team-1-member:is(.active) .content-1 {
    transform: translateY(-100%);
    opacity: 0;
}

.nm-team-1-member:is(.active) .content-2 {
    transform: translateY(0%);
}

.nm-team-1-member:is(.active) .toggle-btn {
    background: var(--nm-clr-pr-1);
}

.nm-team-1-member:is(.active) .toggle-btn i {
    transform: rotate(225deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-1-slider {
        overflow: hidden;
    }
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-team-1-slider .swiper-wrapper .swiper-slide {
        transition: all 0.6s var(--nm-cube-1);
        transform: translateY(200px) rotate(-20deg);
        opacity: 0;
    }

    .nm-team-1-slider .swiper-wrapper .swiper-slide.swiper-slide-prev {
        transform: translateX(52%) rotate(-12deg);
        transform-origin: 50% 99%;
        opacity: 1;
    }

    .nm-team-1-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
        opacity: 1;
        z-index: 2;
        transform: translateX(0%) translateY(0) rotate(0deg);
    }

    .nm-team-1-slider .swiper-wrapper .swiper-slide.swiper-slide-next {
        transform: translateX(-52%) rotate(12deg);
        transform-origin: 50% 99%;
        opacity: 1;
    }
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-team-1-slider:is(.active) .swiper-wrapper .swiper-slide.swiper-slide-prev {
        animation: t1prevItem 0.8s backwards;
        animation-delay: 1s;
    }

    .nm-team-1-slider:is(.active) .swiper-wrapper .swiper-slide.swiper-slide-active {
        animation: t1activeItem 1s backwards;
    }

    .nm-team-1-slider:is(.active) .swiper-wrapper .swiper-slide.swiper-slide-next {
        animation: t1NextItem 0.8s backwards;
        animation-delay: 1s;
    }
}

.nm-team-1-slider-btn-1 {
    position: absolute;
    top: 45%;
    left: -60px;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-team-1-slider-btn-1 {
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-1-slider-btn-1 {
        display: none;
    }
}

.nm-team-1-slider-btn-2 {
    position: absolute;
    top: 45%;
    right: -60px;
    z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-team-1-slider-btn-2 {
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-1-slider-btn-2 {
        display: none;
    }
}

.nm-team-1-bg-title {
    text-align: center;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
}

.nm-team-1-bg-title .title-elm {
    font-size: 22em;
    line-height: 1;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(69, 69, 69, 0.77) 0%, rgb(0, 0, 0) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-team-1-bg-title .title-elm {
        font-size: 19em;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-team-1-bg-title .title-elm {
        font-size: 16em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-team-1-bg-title .title-elm {
        font-size: 11em;
    }
}

@media (max-width: 767px) {
    .nm-team-1-bg-title .title-elm {
        font-size: 3em;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-team-1-bg-title .title-elm {
        font-size: 6em;
    }
}

.nm-team-1-all-btn {
    font-size: 17px;
}

.nm-team-1-all-btn .link-elm {
    background-image: linear-gradient(var(--nm-clr-pr-1));
    display: inline-flex;
    align-items: center;
    background-clip: text;
    -webkit-text-fill-color: #fff;
    font-weight: 600;
    gap: 4px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: 0% 100%;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-team-1-all-btn .link-elm i {
    font-size: 20px;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-team-1-all-btn .link-elm:hover {
    -webkit-text-fill-color: transparent;
    background-size: 100% 100%;
}

.nm-team-1-bg-shadow-1 {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: -30px;
    bottom: 30%;
    z-index: -2;
}

@keyframes t1prevItem {
    from {
        transform: translateX(100%) rotate(0deg);
        opacity: 0;
    }
}

@keyframes t1activeItem {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
}

@keyframes t1NextItem {
    from {
        transform: translateX(-100%) rotate(0deg);
        opacity: 0;
    }
}


/*
    team-1-end
*/


/*
    faqs-start
*/

.nm-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nm-accordion-item {
    background-color: #050505;
    border-radius: 20px;
    border: 1px solid transparent;
}

.nm-accordion-item .item-title {
    font-size: 24px;
    background: transparent;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 26px 25px;
    text-align: left;
    transition: 0.2s;
    border-bottom: 1px solid transparent;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-accordion-item .item-title {
        font-size: 20px;
        gap: 10px;
    }
}

.nm-accordion-item .item-title .text {
    opacity: 0.4;
}

.nm-accordion-item .item-title .icon {
    width: 38px;
    height: 38px;
    background: #3d3d3d;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: auto;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-accordion-item .item-title .icon i {
    transition: 0.5s;
}

.nm-accordion-item .item-title:is(:not(.collapsed)) {
    border-color: rgba(255, 255, 255, 0.1);
}

.nm-accordion-item .item-title:is(:not(.collapsed)) .icon {
    background: var(--nm-clr-pr-1);
    color: #0a0a0a;
}

.nm-accordion-item .item-title:is(:not(.collapsed)) .icon i {
    transform: rotate(135deg);
}

.nm-accordion-item .item-title:is(.collapsed):hover {
    color: var(--nm-clr-pr-1);
}

.nm-accordion-item .item-disc {
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 25px;
    color: #8c8a8a;
    max-width: 910px;
    padding-top: 25px;
}

.nm-accordion-item:is(.active) {
    border-color: rgba(255, 255, 255, 0.15);
}

.nm-faqs-1-container {
    max-width: 1730px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.nm-faqs-1-wrap {
    display: grid;
    gap: 70px;
    grid-template-columns: 1fr 1.36fr;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-faqs-1-wrap {
        gap: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-faqs-1-wrap {
        grid-template-columns: 1fr;
        gap: 70px;
    }
}

.nm-faqs-1-left-bg-shape {
    width: 61%;
    position: absolute;
    bottom: 10%;
    right: 12%;
    z-index: -1;
}

.nm-faqs-1-contact {
    background: #0a0a0a;
    border-radius: 30px;
    padding: 50px 40px;
}

@media (max-width: 767px) {
    .nm-faqs-1-contact {
        padding: 50px 20px;
    }
}

.nm-faqs-1-contact .response {
    display: flex;
    color: #fff;
    font-size: 16px;
    align-items: center;
    gap: 10px;
}

.nm-faqs-1-contact .response .dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--nm-clr-pr-1);
}

.nm-faqs-1-contact .title {
    font-size: 36px;
    font-weight: 700;
    margin-top: 8px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-faqs-1-contact .title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-faqs-1-contact .title {
        font-size: 26px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-faqs-1-contact .title {
        font-size: 24px;
    }
}

.nm-faqs-1-contact-form {
    margin-top: 20px;
}

.nm-faqs-1-contact-form .form-input {
    height: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    padding: 0 15px;
    font-size: 16px;
    margin-bottom: 15px;
}

.nm-faqs-1-contact-form .form-input:is(textarea) {
    height: 110px;
    padding-top: 11px;
}

.nm-faqs-1-contact-form .form-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.nm-faqs-1-contact-form .form-checkbox input[type=checkbox] {
    position: relative;
    border: 1.5px solid #363636;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    margin: 0;
    height: 22px;
    width: 22px;
    -webkit-appearance: none;
    isolation: isolate;
}

.nm-faqs-1-contact-form .form-checkbox input[type=checkbox]::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid #0a0a0a;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
}

.nm-faqs-1-contact-form .form-checkbox input[type=checkbox]:checked {
    background-color: var(--nm-clr-pr-1);
    opacity: 1;
}

.nm-faqs-1-contact-form .form-checkbox input[type=checkbox]:checked::before {
    opacity: 1;
}

.nm-faqs-1-contact-form .button-x-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.nm-faqs-1-contact-form .author {
    display: inline-flex;
    gap: 18px;
    align-items: center;
}

.nm-faqs-1-contact-form .author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.nm-faqs-1-contact-form .author-name {
    font-size: 20px;
}

.nm-faqs-1-contact-form .author-dg {
    font-size: 15px;
    line-height: 1.2;
}

.nm-faqs-1-tabs-btn {
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .nm-faqs-1-tabs-btn {
        flex-wrap: wrap;
    }
}

.nm-faqs-1-tabs-btn-line {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 1px;
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nm-faqs-1-tabs-btn .nav-link {
    color: #393939;
    background: transparent;
    font-size: 30px;
    font-weight: 700;
    padding: 10px 10px;
    position: relative;
    z-index: 1;
    transition: all 0.5s var(--nm-cube-1);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-faqs-1-tabs-btn .nav-link {
        font-size: 20px;
    }
}

.nm-faqs-1-tabs-btn .nav-link::after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: var(--nm-clr-pr-1);
    border-radius: 20px;
    transition: all 0.5s var(--nm-cube-1);
    transform: scaleX(0);
}

.nm-faqs-1-tabs-btn .nav-link:hover {
    color: var(--nm-clr-pr-1);
}

.nm-faqs-1-tabs-btn .nav-link:is(.active) {
    color: var(--nm-clr-pr-1);
}

.nm-faqs-1-tabs-btn .nav-link:is(.active)::after {
    transform: scaleX(1);
}

.nm-faqs-1-bg-shadow-1 {
    position: absolute;
    bottom: 30%;
    left: -50px;
    z-index: -1;
}

.nm-faqs-1-bg-shadow-2 {
    position: absolute;
    top: 24%;
    right: -50px;
    z-index: -1;
}


/*
    faqs-end
*/


/*
    blog-1-start
*/

.nm-blog-1-area {
    background-color: #050505;
}

.nm-blog-1-area .nm-about-1-line:is(.has-v2) {
    bottom: -8px;
}

.nm-blog-1-sec-title {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-blog-1-sec-title {
        flex-wrap: wrap;
    }
}

.nm-blog-1-sec-title .left {
    max-width: 610px;
    width: 90%;
}

.nm-blog-1-sec-title .sec-disc {
    max-width: 570px;
}

.nm-blog-1-wrap-height {
    margin-left: -200px;
    margin-right: -200px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-blog-1-wrap-height {
        margin-left: -100px;
        margin-right: -100px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-blog-1-wrap-height {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.nm-blog-1-wrap {
    display: flex;
    gap: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-blog-1-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .nm-blog-1-wrap {
        display: grid;
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-blog-1-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

.nm-blog-1-item {
    transition: all 0.5s var(--nm-cube-1);
    flex-grow: 1;
    width: 100%;
}

.nm-blog-1-item .item-img {
    border-radius: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 305px;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-blog-1-item .item-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #0a0a0a;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0%;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-blog-1-item .item-img .card-categories {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 1;
}

.nm-blog-1-item .item-img .card-categories .link-elm {
    background: #0a0a0a;
    border-radius: 100px;
    font-size: 15px;
    padding: 5px 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.5s var(--nm-cube-1);
}

.nm-blog-1-item .item-img .card-categories .link-elm:hover {
    color: #0a0a0a;
    background: var(--nm-clr-pr-1);
}

.nm-blog-1-item .item-img .card-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 1;
    background: #fff;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    border-radius: 50%;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-blog-1-item .item-img .card-btn span {
    transition: unset;
}

.nm-blog-1-item .item-img .card-btn i {
    animation: blink 2.4s infinite;
    transform-origin: 50% 50%;
}

.nm-blog-1-item .item-img .card-btn:hover {
    background: var(--nm-clr-pr-1);
    color: #0a0a0a;
}

.nm-blog-1-item .item-date {
    font-size: 15px;
    letter-spacing: -0.025em;
    color: #616161;
}

.nm-blog-1-item .item-title {
    font-size: 24px;
    margin-top: 5px;
    transition: all 0.2s;
}

.nm-blog-1-item .item-title:hover {
    color: var(--nm-clr-pr-1);
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-blog-1-item .item-title {
        font-size: 22px;
    }
}

.nm-blog-1-item:nth-child(1) {
    transform-origin: top right;
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-blog-1-item:is(.active) {
        width: 835px;
        flex: 0 0 auto;
    }
}

@media only screen and (min-width: 1800px) and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1600px) and (max-width: 1799px) and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px) and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1200px) and (max-width: 1399px) and (min-width: 1600px) and (max-width: 1799px) {
    .nm-blog-1-item:is(.active) {
        width: 735px;
    }
}

@media only screen and (min-width: 1800px) and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1600px) and (max-width: 1799px) and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1400px) and (max-width: 1599px) and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) and (min-width: 1400px) and (max-width: 1599px) {
    .nm-blog-1-item:is(.active) {
        width: 635px;
    }
}

@media only screen and (min-width: 1800px) and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1600px) and (max-width: 1799px) and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1599px) and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1200px) and (max-width: 1399px) and (min-width: 1200px) and (max-width: 1399px) {
    .nm-blog-1-item:is(.active) {
        width: 535px;
    }
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-blog-1-item:is(.active) .item-img {
        height: 495px;
    }
}

@media only screen and (min-width: 1800px) and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1800px) and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1800px) and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1800px) and (min-width: 768px) and (max-width: 991px),
(min-width: 1800px) and (max-width: 767px),
only screen and (min-width: 1600px) and (max-width: 1799px) and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1600px) and (max-width: 1799px) and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1600px) and (max-width: 1799px) and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1600px) and (max-width: 1799px) and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 1600px) and (max-width: 1799px) and (max-width: 767px),
only screen and (min-width: 1400px) and (max-width: 1599px) and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1400px) and (max-width: 1599px) and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) and (max-width: 1599px) and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1400px) and (max-width: 1599px) and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 1400px) and (max-width: 1599px) and (max-width: 767px),
only screen and (min-width: 1200px) and (max-width: 1399px) and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1200px) and (max-width: 1399px) and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 1200px) and (max-width: 1399px) and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 1200px) and (max-width: 1399px) and (max-width: 767px) {
    .nm-blog-1-item:is(.active) .item-img {
        height: 400px;
    }
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-blog-1-item:is(.active) .item-img::after {
        opacity: 39%;
    }

    .nm-blog-1-item:is(.active) .item-img .card-btn {
        transform: translate(-50%, -50%) scale(1);
    }
}


/*
    blog-1-end
*/


/*
    cta-2-start
*/

.nm-cta-2-area {
    margin-top: -10vh;
}

.nm-cta-2-wrap-line-1 {
    width: 100%;
    height: 2px;
    background: #494949;
    position: absolute;
    bottom: 2px;
    left: 0;
    transform: rotate(-0.04deg);
}

.nm-cta-2-wrap-line-2 {
    width: 46%;
    height: 2px;
    background: #494949;
    position: absolute;
    bottom: 64px;
    left: 50%;
    transform: translateX(-50%);
}

.nm-cta-2-wrap {
    padding-top: 145px;
    padding-bottom: 145px;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

.nm-cta-2-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0a0a;
    z-index: -1;
    opacity: 0.6;
}

.nm-cta-2-bg-shape {
    position: absolute;
    bottom: -17px;
    width: 100%;
    text-align: center;
}

.nm-cta-2-content {
    margin-left: -120px;
    max-width: 640px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-cta-2-content {
        margin-left: 0px;
    }
}

.nm-cta-2-content .nm-about-2-img-logo {
    position: unset;
    outline: 10px solid rgba(102, 102, 102, 0.3);
}

.nm-cta-2-content .nm-sec-title-2 {
    margin-top: 31px;
}

.nm-cta-2-content .nm-sec-title-2 i {
    font-size: 25px;
    transform: translateY(-20px);
}

.nm-cta-2-content .sce-disc {
    color: #dbdbdb;
    max-width: 600px;
    margin-top: 26px;
}

.nm-cta-2-content .btn-wrap {
    margin-top: 42px;
}


/*
    cta-2-end
*/


/*
    trial-2-start
*/

.nm-trial-2-area {
    background-color: #0a0a0a;
    border-radius: 80px 80px 0 0;
}

.nm-trial-2-area::after {
    content: "";
    width: 100px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: 0;
    top: -2%;
    filter: blur(61px);
    opacity: 0.3;
}

.nm-trial-2-sec-title .subtitle {
    color: #fff;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.nm-trial-2-sec-title .subtitle i {
    font-size: 25px;
    color: #24FF00;
}

.nm-trial-2-sec-title .nm-sec-title-2 {
    margin-top: 15px;
}

.nm-trial-2-sec-title .sec-disc {
    font-size: 17px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.nm-trial-2-wrap {
    max-width: 1005px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    background-color: #0a0a0a;
    text-align: center;
    padding: 50px 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-trial-2-wrap {
        padding: 50px 20px;
    }
}

.nm-trial-2-wrap .bg-shape {
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
}

.nm-trial-2-wrap::after {
    content: "";
    width: 150px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
}

.nm-trial-2-form {
    max-width: 455px;
    margin-left: auto;
    margin-right: auto;
}

.nm-trial-2-form-input {
    width: 100%;
    height: 75px;
    background: #0c0c0d;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 30px;
    font-size: 16px;
    color: #7f7f7f;
}

.nm-trial-2-form-btn {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(127, 127, 127) 100%);
    color: #0a0a0a;
    font-weight: 700;
    font-size: 15px;
    border-radius: 12px;
    padding: 14px 23px;
    position: absolute;
    right: 12px;
    top: 12px;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-trial-2-form-btn:hover {
    transform: scale(0.9);
}

.nm-trial-2-list {
    display: inline-flex;
    gap: 15px 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-trial-2-list {
        flex-wrap: wrap;
    }
}

.nm-trial-2-list li {
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nm-trial-2-list li i {
    background: linear-gradient(0deg, rgb(100, 100, 100) 0%, rgb(255, 255, 255) 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
}

.nm-trial-2-counter {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-trial-2-counter {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .nm-trial-2-counter {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-trial-2-counter {
        grid-template-columns: 1fr 1fr;
    }
}

.nm-trial-2-counter-single {
    background: linear-gradient(90deg, rgb(20, 20, 20) 0%, rgb(67, 67, 67) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 28px 30px;
    text-align: left;
    gap: 15px;
}

.nm-trial-2-counter-single .number {
    font-size: 48px;
    flex: 0 0 auto;
    line-height: 1;
}

.nm-trial-2-counter-single .disc {
    font-size: 16px;
}


/*
    trial-2-end
*/


/*
    trial-3-start
*/

.has-trial-3:is(.nm-trial-2-counter-single) .number {
    background: var(--nm-clr-gd-3);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*
    trial-3-end
*/


/*
    price-2-start
*/

.nm-price-2-bg-shape-1 {
    width: 28%;
    position: absolute;
    top: 0;
    left: -10%;
    z-index: -2;
    mix-blend-mode: plus-lighter;
}

.nm-price-2-bg-shape-2 {
    width: 12%;
    position: absolute;
    right: -5%;
    top: 26%;
    z-index: -2;
    mix-blend-mode: plus-lighter;
}

.nm-price-2-sec-title {
    display: flex;
    align-items: end;
    gap: 40px 60px;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-price-2-sec-title {
        flex-wrap: wrap;
    }
}

.nm-price-2-sec-title .left {
    max-width: 680px;
    flex: 0 0 auto;
}

.nm-price-2-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
    margin-top: 32px;
}

.nm-price-2-btn-offer {
    font-size: 14px;
}

.nm-price-2-toggle-btn {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(127, 127, 127) 100%);
    display: inline-flex;
    gap: 20px;
    padding: 11px 17px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.nm-price-2-toggle-btn .btn-elm {
    background: transparent;
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    border: none;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-price-2-toggle-btn .btn-elm:nth-child(1) {
    color: #fff;
}

.nm-price-2-toggle-btn::after {
    content: "";
    width: 54%;
    height: 84%;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #0a0a0a;
    border-radius: 100px;
    z-index: -1;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-price-2-toggle-btn:is(.is-active) .btn-elm:nth-child(1) {
    color: #0a0a0a;
}

.nm-price-2-toggle-btn:is(.is-active) .btn-elm:nth-child(2) {
    color: #fff;
}

.nm-price-2-toggle-btn:is(.is-active)::after {
    width: 43%;
    left: 79px;
}

.nm-price-2-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-price-2-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .nm-price-2-wrap {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-price-2-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

.nm-price-2-card {
    background: #343434;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 5px 5px;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-price-2-card .card-top {
    background-color: #555555;
    border-radius: 12px;
    padding: 16px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 5px;
}

.nm-price-2-card .package-name {
    background: #0a0a0a;
    display: inline-block;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    padding: 2px 23px;
}

.nm-price-2-card .icon {
    font-size: 30px;
    color: #fff;
}

.nm-price-2-card .package-x-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.nm-price-2-card .price-wrap {
    margin-top: 11px;
}

.nm-price-2-card .price-wrap .price {
    font-size: 30px;
}

.nm-price-2-card .price-wrap .price span {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.5;
}

.nm-price-2-card .price-wrap .price:nth-child(2) {
    display: none;
}

.nm-price-2-card .price-wrap:is(.is-active) .price:nth-child(1) {
    display: none;
}

.nm-price-2-card .price-wrap:is(.is-active) .price:nth-child(2) {
    display: block;
}

.nm-price-2-card .package-disc {
    color: #f6f6f6;
    margin-top: 10px;
    font-size: 16px;
}

.nm-price-2-card .card-btn {
    width: 100%;
    background: #101010;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    border-radius: 15px;
    padding: 20px 25px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.004);
    position: relative;
    z-index: 1;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-price-2-card .card-btn::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(88, 88, 88) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 15px;
    z-index: -1;
    transform: scaleY(0);
    transition: all 0.5s var(--nm-cube-1);
    transform-origin: bottom;
}

.nm-price-2-card .card-btn i {
    font-size: 23px;
}

.nm-price-2-card .card-btn:hover {
    color: #0a0a0a;
}

.nm-price-2-card .card-btn:hover::after {
    transform: scaleY(1);
}

.nm-price-2-card .card-body-title {
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.nm-price-2-card .card-body-title span {
    width: 125px;
    height: 1px;
    opacity: 0.2;
    background: linear-gradient(90deg, rgb(255, 255, 255) 87%, rgba(0, 0, 0, 0) 100%);
}

.nm-price-2-card .card-bottom {
    padding: 24px 20px;
}

.nm-price-2-card .package-features li {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-left: 25px;
}

.nm-price-2-card .package-features li:not(:last-child) {
    margin-bottom: 7px;
}

.nm-price-2-card .package-features li::after {
    content: "";
    width: 8px;
    height: 8px;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(88, 88, 88) 100%);
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.004);
}

.nm-price-2-card:hover {
    box-shadow: -4.495px 42.764px 22.68px 4.32px rgba(0, 0, 0, 0.61);
}

.nm-price-2-all-plans {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.nm-price-2-all-plans .title {
    font-size: 26px;
    flex: 0 0 auto;
}

.nm-price-2-all-plans .ani-line {
    height: 1px;
    width: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 87%, rgba(0, 0, 0, 0) 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.nm-price-2-all-plans .ani-line::after {
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
    animation: p2plansLineKF 4s linear infinite;
}

.nm-price-2-all-plans .ani-line.has-right {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 87%, rgba(0, 0, 0, 0) 100%);
}

.nm-price-2-all-plans .ani-line.has-right::after {
    left: unset;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
    animation: p2plansLineKF2 4s linear infinite;
}

.nm-price-2-marquee-wrap {
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

.nm-price-2-marquee-elm {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-right: 40px;
}

@media (max-width: 767px) {
    .nm-price-2-marquee-elm {
        gap: 20px;
        margin-right: 20px;
    }
}

.nm-price-2-marquee-elm .single-elm {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 40px;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .nm-price-2-marquee-elm .single-elm {
        gap: 20px;
    }
}

.nm-price-2-marquee-elm .single-elm i {
    animation: p2MarqueeIcon 10s linear infinite;
}

@keyframes p2plansLineKF {
    0% {
        left: -10%;
    }

    100% {
        left: 110%;
    }
}

@keyframes p2plansLineKF2 {
    0% {
        right: -10%;
    }

    100% {
        right: 110%;
    }
}

@keyframes p2MarqueeIcon {
    0% {
        transform: rotate(360deg);
    }

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


/*
    price-2-start
*/


/*
    price-3-start
*/

.has-price-3:is(.nm-price-2-toggle-btn)::after {
    background: var(--nm-clr-gd-3);
}

.has-price-3:is(.nm-price-2-card) .card-btn::after {
    background: var(--nm-clr-gd-3);
}

.has-price-3:is(.nm-price-2-card) .card-btn:hover {
    color: #fff;
}

.has-price-3:is(.nm-price-2-marquee-elm) i {
    background: var(--nm-clr-gd-3);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*
    price-3-end
*/


/*
    contact-1-start
*/

.nm-contact-1-area {
    background-color: #0a0a0a;
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-contact-1-area {
        padding-bottom: 100px;
    }
}

.nm-contact-1-sec-title {
    display: flex;
    gap: 40px 100px;
    max-width: 860px;
    align-items: start;
    margin-left: auto;
}

@media (max-width: 767px) {
    .nm-contact-1-sec-title {
        flex-wrap: wrap;
    }
}

.nm-contact-1-sec-title .nm-subtitle-1 {
    flex: 0 0 auto;
}

.nm-contact-1-wrap {
    /* display: grid;
    grid-template-columns: 1fr 1.5fr; */
    align-items: start;
    gap: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-contact-1-wrap {
        grid-template-columns: 1fr;
    }
}


.nm-contact-1-social {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.nm-contact-1-social .link-elm {
    background: linear-gradient(180deg, rgb(45, 45, 45) 0%, rgb(0, 0, 0) 100%);
    border-radius: 10px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    gap: 42px;
    padding: 13px 20px;
    position: relative;
    z-index: 1;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-contact-1-social .link-elm::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--nm-clr-pr-1);
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-contact-1-social .link-elm .icon {
    width: 36px;
    height: 36px;
    background: var(--nm-clr-pr-1);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 50%;
    color: #0a0a0a;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-contact-1-social .link-elm:hover {
    color: #0a0a0a;
}

.nm-contact-1-social .link-elm:hover::after {
    transform: scaleY(1);
}

.nm-contact-1-social .link-elm:hover .icon {
    background: #0a0a0a;
    color: #fff;
}

.nm-contact-1-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-contact-1-info {
        gap: 30px 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-contact-1-info {
        gap: 30px 40px;
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-contact-1-info {
        gap: 30px 40px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .nm-contact-1-info {
        gap: 30px 40px;
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-contact-1-info {
        gap: 30px 40px;
        grid-template-columns: 1fr 1fr;
    }
}

.nm-contact-1-info-single .icon {
    width: 42px;
    height: 42px;
    background: linear-gradient(-33deg, rgb(46, 46, 46) 0%, rgb(16, 16, 16) 100%);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 18px;
    color: #636363;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-contact-1-info-single .title {
    font-size: 24px;
    margin-top: 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-contact-1-info-single .title {
        font-size: 20px;
    }
}

.nm-contact-1-info-single .disc {
    font-size: 15px;
    color: #666666;
}

.nm-contact-1-info-single .disc:nth-of-type(1) {
    margin-top: 8px;
}

.nm-contact-1-info-single .disc a {
    transition: all 0.5s var(--nm-cube-1);
}

.nm-contact-1-info-single .disc a:hover {
    color: var(--nm-clr-pr-1);
}

.nm-contact-1-info-single:hover .icon {
    color: var(--nm-clr-pr-1);
}

.nm-contact-1-img {
    margin-top: -110px;
    margin-left: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-contact-1-img {
        margin-top: 0;
        margin-left: 0;
    }
}

.nm-contact-1-img::after {
    content: "";
    width: 200px;
    height: 200px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 90px;
    z-index: -1;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.5;
}

.nm-contact-1-img-location {
    position: absolute;
    right: 40px;
    top: 35%;
    gap: 15px;
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-contact-1-img-location {
        right: 210px;
        top: 41%;
    }
}

.nm-contact-1-img-location .icon {
    width: 70px;
    height: 70px;
    background: var(--nm-clr-pr-1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.nm-contact-1-img-location .dot-icon {
    width: 51px;
    height: 51px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    align-self: end;
    margin-right: -20px;
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
    display: none;
}

.nm-contact-1-img-location .dot-icon::after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--nm-clr-pr-1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: inset 2.598px -1.5px 6px 0px rgba(0, 0, 0, 0.7);
    animation: nm-c1-l-icon-after 2s linear infinite;
}

@keyframes nm-c1-l-icon-after {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }

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

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}


/*
    contact-1-start
*/


/*
    contact-2-start
*/

.nm-contact-2-area {
    background-color: #0a0a0a;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-contact-2-area {
        padding-bottom: 100px;
    }
}

.nm-contact-2-area .nm-contact-1-img-location .dot-icon::after {
    background: #24FF00;
    box-shadow: 0px 0px 15.48px 2.52px rgba(36, 255, 0, 0.66);
}

.nm-contact-2-area .nm-contact-1-img-location .icon {
    border-radius: 20px;
    overflow: hidden;
}

.nm-contact-2-area .nm-contact-1-social .link-elm .icon {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(127, 127, 127) 100%);
    border-radius: 8px;
}

.nm-contact-2-area .nm-contact-1-social .link-elm::after {
    background: #2d2d2d;
}

.nm-contact-2-area .nm-contact-1-social .link-elm:hover {
    color: #fff;
    transform: scale(0.95);
}

.nm-contact-2-area .nm-contact-1-social .link-elm:hover .icon {
    color: #0a0a0a;
}

.nm-contact-2-area .nm-contact-1-wrap::after {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-contact-2-area .nm-contact-1-wrap::after {
        display: none;
    }
}

.nm-contact-2-area .nm-contact-1-info-single:hover .icon {
    color: #fff;
}

.nm-contact-2-area .nm-contact-1-info-single a:hover {
    color: #fff;
}

.nm-contact-2-sec-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 670px;
}

.nm-contact-2-bg-3d-shape {
    width: 24%;
    position: absolute;
    top: -20%;
    left: -11%;
    z-index: -1;
}

.nm-contact-2-bg-3d-shape img {
    animation: waRotation360minus 40s linear infinite;
}

.nm-contact-2-bg-shape-2 {
    width: 29%;
    position: absolute;
    right: -11%;
    top: 0;
    z-index: -1;
    mix-blend-mode: plus-lighter;
}

.nm-contact-2-bg-shape-2 img {
    filter: drop-shadow(-85px 0px 30px rgba(255, 255, 255, 0.1));
}


/*
    contact-2-end
*/


/*
    contact-3-start
*/

.has-contact-3:is(.nm-contact-1-social) .link-elm .icon {
    position: relative;
    z-index: 1;
}

.has-contact-3:is(.nm-contact-1-social) .link-elm .icon::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--nm-clr-gd-3);
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    border-radius: 8px;
    transform: scaleX(100.6%) scaleY(104%);
    background-size: 200% 100%;
    animation: a3rightShadow 1s linear infinite;
    transition: all 0.4s var(--nm-cube-1);
    opacity: 0;
}

.has-contact-3:is(.nm-contact-1-social) .link-elm:hover {
    transform: unset;
}

.has-contact-3:is(.nm-contact-1-social) .link-elm:hover .icon {
    color: #fff;
}

.has-contact-3:is(.nm-contact-1-social) .link-elm:hover .icon::after {
    opacity: 1;
}

.has-contact-3:is(.nm-contact-1-info-single) a:hover {
    color: var(--nm-clr-pr-3);
}


/*
    contact-3-end
*/


/*
    marquee-1-start
*/

.nm-marquee-1-area {
    background: linear-gradient(180deg, rgb(54, 54, 54) 0%, rgb(16, 16, 16) 100%);
}

.nm-marquee-1-counter-wrap {
    display: flex;
}

.nm-marquee-1-counter {
    display: flex;
    align-items: center;
    gap: 26px;
    flex: 0 0 auto;
    padding: 16px 60px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .nm-marquee-1-counter {
        padding: 16px 30px;
    }
}

.nm-marquee-1-counter::after {
    content: "";
    width: 2px;
    height: 70%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 50%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5;
}

.nm-marquee-1-counter .number {
    font-family: var(--nm-font-1);
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    color: #D0D0D0;
}

.nm-marquee-1-counter .disc {
    max-width: 100px;
    color: #808080;
    line-height: 1.3;
}


/*
    marquee-1-end
*/


/*
    footer-1-start
*/

.nm-footer-1-area {
    background-color: #0a0a0a;
}

.nm-footer-1-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.nm-footer-1-main {
    display: flex;
    gap: 50px 60px;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-footer-1-main {
        flex-wrap: wrap;
    }
}

.nm-footer-1-widget .widget-title {
    font-family: var(--nm-font-1);
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    font-size: 24px;
    margin-bottom: 17px;
}

.nm-footer-1-disc {
    max-width: 300px;
    color: #fff;
    margin-top: 20px;
}

.nm-footer-1-hire {
    margin-top: 69px;
}

.nm-footer-1-hire .hire-mail {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.2s;
}

.nm-footer-1-hire .hire-mail:hover {
    color: var(--nm-clr-pr-1);
}

.nm-footer-1-hire .hire-title {
    font-size: 30px;
    display: inline-flex;
    gap: 20px;
    align-items: center;
    margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-footer-1-hire .hire-title {
        font-size: 24px;
    }
}

.nm-footer-1-hire .hire-title span {
    width: 12px;
    height: 12px;
    background: var(--nm-clr-pr-1);
    border-radius: 50%;
    outline: 6px solid rgba(214, 243, 69, 0.2);
    animation: hireSpan 2s linear infinite;
}

.nm-footer-1-hire .hire-title a {
    transition: all 0.5s var(--nm-cube-1);
}

.nm-footer-1-hire .hire-title:hover a {
    color: var(--nm-clr-pr-1);
}

.nm-footer-1-menu li:not(:last-child) {
    margin-bottom: 7px;
}

.nm-footer-1-menu a {
    font-size: 16px;
    color: #a6a6a6;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-footer-1-menu a:hover {
    color: var(--nm-clr-pr-1);
}

.nm-footer-1-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nm-footer-1-social .link-elm {
    width: 42px;
    background: #17191b;
    height: 42px;
    border-radius: 50%;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-footer-1-social .link-elm:hover {
    background: var(--nm-clr-pr-1);
    color: #0a0a0a;
}

.nm-footer-1-bottom {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 40px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-footer-1-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.nm-footer-1-bottom .nm-about-1-line-border {
    width: 110%;
    opacity: 0.15;
}

.nm-footer-1-bottom-copyright {
    font-size: 16px;
    color: #68696c;
}

.nm-footer-1-bottom-make {
    font-size: 16px;
    color: #68696c;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    padding: 3px 16px;
}

.nm-footer-1-bottom-make i {
    color: var(--nm-clr-pr-1);
}

.nm-footer-1-bottom-make a {
    color: #fff;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-footer-1-bottom-make a:hover {
    color: var(--nm-clr-pr-1);
}

.nm-footer-1-bottom-link a {
    font-size: 16px;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-footer-1-bottom-link a:hover {
    color: var(--nm-clr-pr-1);
}

@keyframes hireSpan {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}


/*
    footer-1-end
*/


/*
    footer-2-start
*/

.nm-footer-2-area .nm-footer-1-hire .hire-title span {
    background: #24FF00;
}

.nm-footer-2-area .nm-about-1-line-plus {
    color: #898989;
}

.nm-footer-2-area .nm-footer-1-bottom-make i {
    color: #9D9D9D;
}

.nm-footer-2-area .nm-footer-1-menu a:hover {
    color: #a6a6a6;
    transform: translateX(5px);
}

.nm-footer-2-area .nm-footer-1-social .link-elm {
    background: #252525;
}

.nm-footer-2-area .nm-footer-1-social .link-elm:hover {
    transform: scale(0.95);
    color: #fff;
}

.nm-footer-2-area .nm-footer-1-social .link-elm:hover i {
    animation: headShake 1s;
}

.nm-footer-2-bg-shape-1 {
    width: 24%;
    position: absolute;
    top: 20%;
    left: -13%;
    z-index: -1;
    mix-blend-mode: plus-lighter;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-footer-2-bg-shape-1 {
        display: none;
    }
}

.nm-footer-2-bg-shape-2 {
    width: 11%;
    position: absolute;
    right: 2%;
    bottom: 17%;
    z-index: -1;
    mix-blend-mode: plus-lighter;
}


/*
    footer-2-end
*/


/*
    footer-3-start
*/

.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-hire .hire-mail:hover {
    color: var(--nm-clr-pr-3);
}

.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-hire .hire-title:hover a {
    color: var(--nm-clr-pr-3);
}

.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-menu a:hover {
    color: var(--nm-clr-pr-3);
}

.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-social .link-elm {
    position: relative;
    z-index: 1;
}

.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-social .link-elm::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--nm-clr-gd-3);
    position: absolute;
    top: 0px;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    transform: scaleX(100.6%) scaleY(104%);
    background-size: 200% 100%;
    animation: a3rightShadow 1s linear infinite;
    transition: all 0.4s var(--nm-cube-1);
    opacity: 0;
}

.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-social .link-elm:hover::after {
    opacity: 1;
}

.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-bottom-make i {
    background: var(--nm-clr-gd-3);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-bottom-make a:hover {
    color: var(--nm-clr-pr-3);
}

.nm-footer-2-area:is(.has-footer-3) .nm-footer-1-bottom-link a:hover {
    color: var(--nm-clr-pr-3);
}


/*
    footer-3-end
*/


/*
    pages
*/


/*
    home-css-start
*/

.nm-home-1 {
    background-color: var(--nm-clr-black-2);
}

.nm-home-2 {
    background-color: #0e0e0e;
}

.nm-home-2 .wa-cursor::before {
    background: #fff;
    border-color: #fff;
}

.nm-home-2 .wa-cursor:is(.-pointer)::before {
    background: transparent;
}

.nm-home-3 .wa-cursor::before {
    background: var(--nm-clr-gd-3);
    border-color: var(--nm-clr-pr-3);
}

.nm-home-3 .wa-cursor:is(.-pointer)::before {
    background: transparent;
}

.nm-home-3 {
    background-color: #0e0e0e;
}


/*
    home-css-end
*/


/*
    breadcrumb-start
*/

.nm-breadcrumb-area {
    padding-top: 280px;
    padding-bottom: 135px;
    background-color: #0a0a0a001;
}

.nm-breadcrumb-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    z-index: 1;
    align-items: start;
}

.nm-breadcrumb-title {
    font-family: var(--nm-font-1);
    font-size: 64px;
    line-height: 1.066;
    letter-spacing: -0.02em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-breadcrumb-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-breadcrumb-title {
        font-size: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-breadcrumb-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-breadcrumb-title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .nm-breadcrumb-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-breadcrumb-title {
        font-size: 40px;
    }
}

.nm-breadcrumb-list {
    display: inline-block;
}

.nm-breadcrumb-list a,
.nm-breadcrumb-list span {
    font-weight: 500;
    font-size: 18px;
    font-family: var(--nm-font-1);
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.nm-breadcrumb-list a {
    padding-right: 30px;
    position: relative;
    transition: 300ms;
    margin-right: 5px;
}

.nm-breadcrumb-list a:hover {
    color: var(--nm-clr-pr-1);
}

.nm-breadcrumb-list a::after {
    content: "";
    position: absolute;
    right: 3px;
    top: 13px;
    transform: translateY(-50%);
    background-image: url(../img/breadcrumb/icon.svg);
    width: 18px;
    height: 18px;
}

.nm-breadcrumb-list span {
    opacity: 60%;
}

.nm-breadcrumb-list-shape {
    position: absolute;
    bottom: 220%;
    right: 113%;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-breadcrumb-list-shape {
        display: none;
    }
}


/*
    breadcrumb-end
*/


/*
    home-4-start
*/


/*
    common-css-start
*/

.nm-home-4 {
    background-color: #F5F5F5;
}

.nm-home-4 .wa-cursor::before {
    background: var(--nm-clr-h-4);
    border: none;
}

.nm-home-4 .wa-cursor:is(.-pointer)::before {
    opacity: 0.4;
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2;
    animation-duration: 600ms;
    animation-timing-function: var(--nm-cube-1);
}

.nm-split2-1 .split-line {
    overflow: hidden;
    padding-bottom: 12px;
}

.nm-split2-1 .split-line:not(:first-child) {
    margin-top: -12px;
}

.wa-split-up2 {
    perspective: 2000px;
    transform-style: preserve-3d;
}

.nm-pr-btn-1:is(.has-v4) {
    font-family: var(--nm-font-3);
    font-size: 16px;
    font-weight: 500;
    background: var(--nm-clr-h-4);
}

.nm-pr-btn-1:is(.has-v4) .icon {
    width: 40px;
    height: 40px;
    background: #fff;
    color: var(--nm-clr-h-4);
}

.nm-pr-btn-1:is(.has-v4) .text {
    color: #fff;
}

.nm-pr-btn-4 {
    font-family: var(--nm-font-3);
    font-weight: 500;
    font-size: 16px;
    color: #141414;
    background: #fff;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    padding: 10px 24px;
    padding-left: 57px;
    transition: all 0.6s var(--nm-cube-1);
    position: relative;
    z-index: 1;
}

.nm-pr-btn-4 .icon {
    width: 40px;
    height: 40px;
    background: var(--nm-clr-h-4);
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: calc(3% - 0px);
    transform: translateY(-50%);
    will-change: transform;
    z-index: 1;
}

.nm-pr-btn-4 .text {
    will-change: transform;
}

.nm-h-4 {
    font-family: var(--nm-font-3);
    line-height: 1.4;
    font-weight: 500;
    color: var(--nm-clr-h-4);
    margin-bottom: 0;
}

.nm-p-3 {
    font-family: var(--nm-font-2);
    font-size: 16px;
    line-height: 1.555;
    font-weight: 400;
    color: var(--nm-clr-h-1);
    margin-bottom: 0;
}

.nm-p-4 {
    font-family: var(--nm-font-2);
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 1.5;
    font-weight: 400;
    color: #4C5258;
    margin-bottom: 0;
}

.nm-subtitle-4 {
    font-family: var(--nm-font-3);
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.01em;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--nm-clr-h-4);
    margin-bottom: 16px;
}

.nm-sec-title-4 {
    font-family: var(--nm-font-3);
    font-weight: 500;
    color: var(--nm-clr-h-4);
    line-height: 1.083;
    font-size: 48px;
    margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-sec-title-4 {
        font-size: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-sec-title-4 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-sec-title-4 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .nm-sec-title-4 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-sec-title-4 {
        font-size: 36px;
    }
}

.nm-sec-title-4:is(.wa_bg_position) div {
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, var(--nm-clr-h-4) 50%, rgba(104, 104, 104, 0.7) 50%);
    padding-bottom: 7px;
}


/*
    common-css-end
*/


/*
    header-4-start
*/

.nm-header-4-area {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    z-index: 3;
}

.nm-header-4-wrap {
    padding: 0 32px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.nm-header-4-action-link {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 32px;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(4px);
    border-radius: 100px;
    padding-left: 18px;
}

.nm-header-4-action-link .nm-pr-btn-1 {
    padding: 8px 24px;
}

@media (max-width: 767px) {
    .nm-header-4-action-link .nm-pr-btn-1 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-header-4-action-link .nm-pr-btn-1 {
        display: inline-flex;
    }
}

@media (max-width: 767px) {
    .nm-header-4-action-link .nm-search-form {
        display: none;
    }
}

.nm-main-navigation:is(.has-header-4) {
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(4px);
    border-radius: 100px;
    padding: 0 28px;
}

.nm-main-navigation:is(.has-header-4) .navbar-nav {
    gap: 44px;
}

.nm-main-navigation:is(.has-header-4) .navbar-nav li a {
    font-family: var(--nm-font-3);
    font-weight: 500;
    padding: 12px 0;
}

.nm-main-navigation:is(.has-header-4) .navbar-nav li .dropdown-menu {
    background: rgb(36, 97, 109);
    border: none;
    box-shadow: none;
}

.nm-search-form {
    max-width: 120px;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.nm-search-form-btn {
    width: 100%;
}

.nm-search-form-input {
    width: 100%;
    background: transparent;
    border: none;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.nm-search-form-btn {
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 18px;
    color: #fff;
    display: inline-flex;
}


/*
    header-4-end
*/


/*
    hero-4-start
*/

.nm-hero-4-area {
    padding-top: 290px;
    padding-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-4-area {
        padding-top: 200px;
    }
}

.nm-hero-4-bg-svg {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    transform: scaleX(101%);
    z-index: -1;
}

.nm-hero-4-bg-svg path {
    stroke-dasharray: 6000;
    stroke-dashoffset: 6000;
}

.nm-hero-4-bg-svg:is(.active) path {
    animation: drawLine 5s linear forwards;
}

@keyframes drawLine {
    to {
        stroke-dashoffset: 0;
    }
}

.nm-hero-4-content {
    max-width: 420px;
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-hero-4-content {
        padding-left: 30px;
        margin-left: -30px;
    }
}

.nm-hero-4-content .hero-disc {
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

.nm-hero-4-content .nm-pr-btn-1 {
    background: #fff;
}

.nm-hero-4-content .nm-pr-btn-1 .icon {
    background: var(--nm-clr-h-4);
    color: #fff;
}

.nm-hero-4-content .nm-pr-btn-1 .text {
    color: var(--nm-clr-h-4);
}

.nm-hero-4-title-wrap {
    margin-left: -232px;
    margin-right: -232px;
    margin-top: 100px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-hero-4-title-wrap {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-4-title-wrap {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 70px;
    }
}

.nm-hero-4-title-1 {
    text-align: right;
    font-size: 168px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 0.976;
    color: #fff;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-hero-4-title-1 {
        font-size: 150px;
        line-height: 1;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-hero-4-title-1 {
        font-size: 140px;
        line-height: 1;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-hero-4-title-1 {
        font-size: 130px;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .nm-hero-4-title-1 {
        font-size: 80px;
        line-height: 1;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-4-title-1 {
        font-size: 100px;
        line-height: 1;
    }
}

.nm-hero-4-title-2 {
    text-align: right;
    font-size: 164px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 0.976;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-hero-4-title-2 {
        font-size: 114px;
        line-height: 1;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-hero-4-title-2 {
        font-size: 105px;
        line-height: 1;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-hero-4-title-2 {
        font-size: 90px;
        line-height: 1;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-hero-4-title-2 {
        font-size: 80px;
        line-height: 1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-hero-4-title-2 {
        font-size: 70px;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .nm-hero-4-title-2 {
        font-size: 50px;
        line-height: 1;
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-4-title-2 {
        font-size: 60px;
        line-height: 1;
    }
}

.nm-hero-4-title-2 .text-line {
    width: 148px;
    height: 18px;
    background: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-4-title-2 .text-line {
        display: none;
    }
}

.nm-hero-4-title-2 i {
    opacity: 64%;
}

.nm-hero-4-bg-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
    transform: translateY(100%);
    transition: all 0.8s var(--nm-cube-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-4-bg-img {
        text-align: right;
    }
}

.nm-hero-4-bg-img img {
    margin-right: -32%;
    width: 45%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-hero-4-bg-img img {
        margin-right: 0%;
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-hero-4-bg-img img {
        margin-right: 0%;
        width: 70%;
    }
}

@media (max-width: 767px) {
    .nm-hero-4-bg-img img {
        margin-right: 0%;
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-4-bg-img img {
        margin-right: 0%;
        width: 70%;
    }
}

.nm-hero-4-area:is(.active) .nm-hero-4-bg-img {
    transform: translateY(0%);
    transition-delay: 1s;
}


/*
    hero-4-end
*/


/*
    about-4-start
*/

.nm-about-4-sec-title {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.nm-about-4-sec-title .nm-sec-title-4 {
    max-width: 982px;
}

.nm-about-4-wrap {
    display: grid;
    grid-template-columns: 1fr 1.03fr;
    gap: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-about-4-wrap {
        grid-template-columns: 1fr;
    }
}

.nm-about-4-left {
    position: relative;
    z-index: 1;
}

.nm-about-4-left::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: radial-gradient(50% 50% at 50% 50%, #0A0A0A 0%, #F5F5F5 100%);
    opacity: 0.2;
}

.nm-about-4-left-line {
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

.nm-about-4-left-inner-div {
    margin-right: 55px;
    display: flex;
    align-items: center;
    margin-top: 55px;
    gap: 40px;
    flex-wrap: wrap;
}

.nm-about-4-left-inner-div .nm-pr-btn-1 {
    background: #fff;
}

.nm-about-4-left-inner-div .nm-pr-btn-1 .icon {
    background: var(--nm-clr-h-4);
    color: #fff;
}

.nm-about-4-left-inner-div .nm-pr-btn-1 .text {
    color: var(--nm-clr-h-4);
}

.nm-about-4-features {
    margin-right: 55px;
}

@media (max-width: 767px) {
    .nm-about-4-features {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-about-4-features {
        margin-right: 55px;
    }
}

.nm-about-4-features-single {
    display: flex;
    position: relative;
    z-index: 1;
}

.nm-about-4-features-single:not(:last-child)::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(102, 102, 102) 0%, rgba(0, 0, 0, 0) 80%);
    opacity: 26%;
}

.nm-about-4-features-single .content {
    padding: 25px 0;
    padding-left: 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.nm-about-4-features-single .content::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(102, 102, 102) 30%, rgba(0, 0, 0, 0) 90%);
    opacity: 0%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-about-4-features-single .icon {
    max-width: 100px;
    width: 100%;
    border-right: 1px solid rgba(10, 10, 10, 0.16);
    align-content: center;
    flex: 0 0 auto;
}

.nm-about-4-features-single .icon i,
.nm-about-4-features-single .icon img {
    opacity: 16%;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-about-4-features-single .title {
    font-size: 18px;
    letter-spacing: -0.01em;
    font-weight: 600;
    margin-bottom: 6px;
}

.nm-about-4-features-single:hover .content::after {
    opacity: 20%;
}

.nm-about-4-features-single:hover .icon i,
.nm-about-4-features-single:hover .icon img {
    opacity: 1;
}

.nm-about-4-video {
    max-width: 292px;
    height: 184px;
    border-radius: 12px;
    border: 4px solid #fff;
    width: 100%;
}

.nm-about-4-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nm-about-4-counter {
    margin-bottom: 25px;
    margin-top: -15px;
}

.nm-about-4-counter .number {
    font-size: 40px;
    display: flex;
    line-height: 1;
    margin-bottom: 15px;
}

.nm-about-4-counter .number .counter {
    font-size: 64px;
}

.nm-about-4-img {
    height: 740px;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .nm-about-4-img {
        height: 400px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-about-4-img {
        height: 600px;
    }
}


/*
    about-4-end
*/


/*
    partner-4-start
*/

.nm-partner-4-title {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 30px;
    gap: 20px;
    align-items: center;
}

.nm-partner-4-title .text {
    flex: 0 0 auto;
}

.nm-partner-4-title .line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #F5F5F5 0%, #D2CDCD 100%);
    transform-origin: right;
    transform: scaleX(0);
    transition: all 3s var(--nm-cube-1);
}

.nm-partner-4-title .line:nth-child(3) {
    background: linear-gradient(270deg, #F5F5F5 0%, #D2CDCD 100%);
    transform-origin: left;
}

.nm-partner-4-title:is(.active) .line {
    transform: scaleX(1);
}

.nm-partner-4-logo {
    display: flex;
    gap: 12px;
    margin-right: 12px;
}

.nm-partner-4-logo .single-logo {
    width: 204px;
    height: 84px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    flex: 0 0 auto;
}

.nm-partner-4-logo .single-logo:hover img {
    animation: flipInX 2s;
}


/*
    partner-4-end
*/


/*
    services-4-start
*/

.nm-services-4-area {
    border-radius: 24px;
    background: var(--nm-clr-h-4);
}

.nm-services-4-sec-title {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
    align-items: start;
    flex-wrap: wrap;
}

.nm-services-4-sec-title .nm-subtitle-4 {
    color: #fff;
}

.nm-services-4-sec-title .nm-sec-title-4 {
    color: #fff;
    max-width: 560px;
}

.nm-services-4-sec-title .btn-wrap {
    align-self: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-services-4-sec-title .btn-wrap {
        margin-top: 30px;
    }
}

.nm-services-4-sec-title .nm-pr-btn-4 {
    background: #2F2F2F;
    color: #fff;
}

.nm-services-4-sec-title .nm-pr-btn-4 .icon {
    background: #fff;
    color: var(--nm-clr-h-4);
}

.nm-services-4-item {
    display: grid;
    grid-template-columns: auto 1fr 1.1fr;
    align-items: start;
    padding-bottom: 60px;
    overflow: hidden;
    transition: all 0.5s var(--nm-cube-1);
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-services-4-item {
        height: 64px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-services-4-item {
        grid-template-columns: auto;
        gap: 30px;
    }
}

.nm-services-4-item .number {
    height: 64px;
    align-content: center;
    padding-right: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    min-width: 114px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-services-4-item .number {
        border: none;
        height: auto;
    }
}

.nm-services-4-item .content-wrap {
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.nm-services-4-item .title {
    font-size: 28px;
    color: #fff;
    transition: all 0.5s var(--nm-cube-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-services-4-item .title {
        font-size: 22px;
    }
}

.nm-services-4-item .title:nth-child(1) {
    opacity: 48%;
    padding-left: 65px;
    margin-bottom: 52px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-services-4-item .title:nth-child(1) {
        display: none;
    }
}

.nm-services-4-item .title a {
    color: #fff;
    opacity: 0.8;
    width: 100%;
    display: inline !important;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nm-services-4-item .title a:hover {
    background-size: 100% 100%;
}

.nm-services-4-item .disc {
    font-size: 18px;
    color: #fff;
    opacity: 0.8;
    max-width: 450px;
    margin-top: 15px;
}

.nm-services-4-item .features-list {
    margin-top: 24px;
}

.nm-services-4-item .features-list li {
    font-size: 18px;
    color: #fff;
}

.nm-services-4-item .features-list li:not(:last-child) {
    margin-bottom: 10px;
}

.nm-services-4-item .nm-pr-btn-4 {
    border: 1px solid #666666;
    background: transparent;
    color: #fff;
}

.nm-services-4-item .nm-pr-btn-4 .icon {
    background: #fff;
    color: var(--nm-clr-h-4);
}

.nm-services-4-item .btn-wrap {
    margin-top: 33px;
}

.nm-services-4-item .item-img {
    height: 440px;
}

@media (max-width: 767px) {
    .nm-services-4-item .item-img {
        height: 350px;
    }
}

.nm-services-4-item .item-img img {
    transform: scale(1.1);
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-services-4-item:is(.active) {
        height: 513px;
    }

    .nm-services-4-item:is(.active) .title:nth-child(1) {
        opacity: 0%;
        transform: translateY(10px);
    }
}


/*
    services-4-end
*/


/*
    price-4-start
*/

.nm-price-4-sec-title {
    display: flex;
    gap: 30px;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
}

.nm-price-4-sec-title .sec-disc {
    max-width: 400px;
    margin-bottom: 10px;
}

.nm-price-4-sec-title .left {
    max-width: 700px;
}

.nm-price-4-btn-wrap {
    display: inline-flex;
    background: #EAEAEA;
    padding: 8px;
    padding-right: 26px;
    border-radius: 100px;
    align-items: center;
}

@media (max-width: 767px) {
    .nm-price-4-btn-wrap {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-price-4-btn-wrap {
        flex-wrap: nowrap;
        gap: 0px;
        justify-content: unset;
    }
}

.nm-price-4-btn-offer {
    font-size: 12px;
    opacity: 0.5;
}

.nm-price-4-toggle-btn {
    display: inline-flex;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.nm-price-4-toggle-btn .btn-elm {
    background: transparent;
    color: var(--nm-clr-h-4);
    font-weight: 500;
    padding: 8px 28px;
    border-radius: 100px;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-price-4-toggle-btn::after {
    content: "";
    width: 127px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    border-radius: 100px;
    z-index: -1;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-price-4-toggle-btn:not(.is-active) .btn-elm:nth-child(2) {
    opacity: 80%;
}

.nm-price-4-toggle-btn:is(.is-active) .btn-elm:nth-child(1) {
    opacity: 80%;
}

.nm-price-4-toggle-btn:is(.is-active) .btn-elm:nth-child(2) {
    opacity: 100%;
}

.nm-price-4-toggle-btn:is(.is-active)::after {
    width: 100px;
    left: 130px;
}

.nm-price-4-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-price-4-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .nm-price-4-wrap {
        grid-template-columns: 1fr;
    }
}

.nm-price-4-card {
    border: 1px solid rgba(10, 10, 10, 0.12);
    border-radius: 10px;
    padding: 14px;
    padding-bottom: 0;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-price-4-card .card-top {
    background: #fff;
    padding: 26px;
    border-radius: 6px;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-price-4-card .package-x-icon {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nm-price-4-card .icon {
    width: 48px;
    height: 48px;
    background-color: #F5F5F5;
    flex: 0 0 auto;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-price-4-card .package-name {
    font-weight: 400;
    color: var(--nm-clr-h-4);
}

.nm-price-4-card .plan-name {
    font-size: 20px;
    font-weight: 500;
    color: var(--nm-clr-h-4);
    margin-top: 25px;
}

.nm-price-4-card .package-disc {
    color: #666666;
    margin-top: 5px;
}

.nm-price-4-card .card-body {
    padding: 40px 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-price-4-card .card-body {
        padding: 40px 0px;
    }
}

.nm-price-4-card .price-wrap {
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 32px;
}

.nm-price-4-card .price-wrap .price {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
}

.nm-price-4-card .price-wrap .price span {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.5;
}

.nm-price-4-card .price-wrap .price:nth-child(2) {
    display: none;
}

.nm-price-4-card .price-wrap:is(.is-active) .price:nth-child(1) {
    display: none;
}

.nm-price-4-card .price-wrap:is(.is-active) .price:nth-child(2) {
    display: block;
}

.nm-price-4-card .card-btn {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    border-radius: 100px;
    padding: 4px;
    padding-left: 28px;
    transition: all 0.5s var(--nm-cube-1);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.nm-price-4-card .card-btn::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--nm-clr-h-4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transform: translateY(100%);
    transition: all 0.5s var(--nm-cube-1);
}

.nm-price-4-card .card-btn .icon {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--nm-clr-h-4);
    color: #fff;
    border-radius: 50%;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-price-4-card .package-features {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 40px 0;
}

.nm-price-4-card .package-features li {
    display: flex;
    gap: 12px;
    color: var(--nm-clr-h-4);
    align-items: center;
}

.nm-price-4-card:hover {
    background: #fff;
    border-color: transparent;
}

.nm-price-4-card:hover .card-top {
    background: #EFEFEF;
}

.nm-price-4-card:hover .icon {
    background: #fff;
}

.nm-price-4-card:hover .card-btn {
    color: #fff;
}

.nm-price-4-card:hover .card-btn::after {
    transform: translateY(0);
}

.nm-price-4-card:hover .card-btn .icon {
    background: #fff;
    color: var(--nm-clr-h-4);
}


/*
    price-4-end
*/


/*
    portfolio-4-start
*/

.nm-portfolio-4-title-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.nm-portfolio-4-title-1-video {
    border-radius: 8px;
    max-width: 256px;
    height: 104px;
    width: 100%;
}

.nm-portfolio-4-title-1-text {
    font-size: 92px;
    color: #666666;
    letter-spacing: -0.01em;
    opacity: 28%;
    line-height: 1.2 !important;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-portfolio-4-title-1-text {
        font-size: 85px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-portfolio-4-title-1-text {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-portfolio-4-title-1-text {
        font-size: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-portfolio-4-title-1-text {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .nm-portfolio-4-title-1-text {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-portfolio-4-title-1-text {
        font-size: 65px;
    }
}

.nm-portfolio-4-title-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.nm-portfolio-4-title-2-text {
    font-size: 92px;
    letter-spacing: -0.01em;
    line-height: 1.2 !important;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-portfolio-4-title-2-text {
        font-size: 85px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-portfolio-4-title-2-text {
        font-size: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-portfolio-4-title-2-text {
        font-size: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-portfolio-4-title-2-text {
        font-size: 70px;
    }
}

@media (max-width: 767px) {
    .nm-portfolio-4-title-2-text {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-portfolio-4-title-2-text {
        font-size: 65px;
    }
}

.nm-portfolio-4-bg {
    padding: 16px;
    border-radius: 16px;
    background: white;
    margin-left: -184px;
    margin-right: -184px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-portfolio-4-bg {
        margin-left: 0;
        margin-right: 0;
    }
}

.nm-portfolio-4-wrap-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-portfolio-4-wrap-1 {
        grid-template-columns: 1fr;
    }
}

.nm-portfolio-4-wrap-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-portfolio-4-wrap-3 {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-portfolio-4-wrap-3 {
        grid-template-columns: 1fr;
    }
}

.nm-portfolio-4-item {
    height: 600px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-portfolio-4-item {
        height: 400px;
    }
}

.nm-portfolio-4-item .item-img {
    width: 100%;
    height: 100%;
}

.nm-portfolio-4-item .item-img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.14);
    backdrop-filter: blur(16px);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s var(--nm-cube-1);
}

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

.nm-portfolio-4-item .item-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all 0.5s var(--nm-cube-1);
    opacity: 0;
}

.nm-portfolio-4-item .item-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    width: 64px;
    height: 64px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 10px;
    transition: all 0.5s var(--nm-cube-1);
    transform: translate(100%, -100%);
    opacity: 0;
}

.nm-portfolio-4-item .item-title {
    position: absolute;
    bottom: 16px;
    left: 16px;
    background: #F5F5F5;
    z-index: 1;
    width: calc(100% - 32px);
    padding: 24px 24px;
    border-radius: 8px;
    display: flex;
    font-size: 24px;
    align-items: center;
    transition: all 0.5s var(--nm-cube-1);
    transform: translateY(100%);
    opacity: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-portfolio-4-item .item-title {
        font-size: 20px;
    }
}

.nm-portfolio-4-item .item-title span {
    background: #E4E4E4;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 400;
    padding: 9px 23px;
    margin-left: auto;
}

.nm-portfolio-4-item .item-title a {
    transition: all 0.4s var(--nm-cube-1);
}

.nm-portfolio-4-item .item-title a:hover {
    transform: translateX(3px);
}

.nm-portfolio-4-item:hover .item-title {
    transform: translateY(0);
    opacity: 1;
}

.nm-portfolio-4-item:hover .item-logo {
    opacity: 1;
}

.nm-portfolio-4-item:hover .item-img::after {
    opacity: 1;
}

.nm-portfolio-4-item:hover .item-btn {
    transform: translate(0);
    opacity: 1;
}

.nm-portfolio-4-item:hover .item-btn:hover {
    background: var(--nm-clr-h-4);
    color: #fff;
}


/*
    portfolio-4-end
*/


/*
    award-4-start
*/

.nm-award-4-sec-title {
    display: grid;
    grid-template-columns: 1fr 2.45fr auto;
    gap: 60px;
    align-items: start;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-award-4-sec-title {
        grid-template-columns: 1fr;
        gap: 27px;
    }
}

.nm-award-4-sec-title .btn-wrap {
    align-self: center;
}

.nm-award-4-sec-title .nm-pr-btn-4 {
    background: var(--nm-clr-h-4);
    color: #fff;
}

.nm-award-4-sec-title .nm-pr-btn-4 .icon {
    color: var(--nm-clr-h-4);
    background: #fff;
}

.nm-award-4-wrap {
    display: grid;
    grid-template-columns: 1fr 3.3fr;
    gap: 60px;
    align-items: start;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-award-4-wrap {
        grid-template-columns: 1fr;
    }
}

.nm-award-4-img {
    border-radius: 8px;
    border: 4px solid #fff;
    margin-top: -170px;
    height: 350px;
    will-change: transform;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-award-4-img {
        margin-top: 0px;
    }
}

.nm-award-4-item {
    font-size: 20px;
    font-weight: 400;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 20px;
    align-items: center;
    padding: 26px 32px;
}

@media (max-width: 767px) {
    .nm-award-4-item {
        grid-template-columns: 1fr;
    }
}

.nm-award-4-item .right {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #666666;
}

.nm-award-4-item:nth-child(odd) {
    background: #fff;
}


/*
    award-4-end
*/


/*
    team-4-start
*/

.nm-team-4-area {
    background-color: #3C3C3C;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .nm-team-4-area {
        padding-top: 100px;
    }
}

.nm-team-4-sec-title {
    color: #F5F5F5;
    font-weight: 600;
    font-size: 160px;
    margin-left: -205px;
    line-height: 1;
    margin-top: -23px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-team-4-sec-title {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-team-4-sec-title {
        font-size: 140px;
        margin-left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-team-4-sec-title {
        font-size: 120px;
        margin-left: 0;
        margin-top: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-team-4-sec-title {
        font-size: 110px;
        margin-left: 0;
        margin-top: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-team-4-sec-title {
        font-size: 80px;
        margin-left: 0;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .nm-team-4-sec-title {
        font-size: 40px;
        margin-left: 0;
        margin-top: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-team-4-sec-title {
        font-size: 60px;
        margin-left: 0;
        margin-top: 0px;
    }
}

.nm-team-4-sec-disc {
    max-width: 450px;
    color: #fff;
    margin-top: 20px;
}

.nm-team-4-wrap {
    display: flex;
    justify-content: center;
    align-items: end;
    margin-left: -150px;
    margin-right: -150px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-team-4-wrap {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-team-4-wrap {
        margin-left: 0px;
        margin-right: 0px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .nm-team-4-wrap {
        margin-left: 0px;
        margin-right: 0px;
        display: grid;
        grid-template-columns: 1fr;
    }
}

.nm-team-4-member {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-4-member {
        border-bottom: 2px solid #0a0a0a;
    }
}

.nm-team-4-member img {
    filter: grayscale(1) drop-shadow(10px 10px 20px rgb(0, 0, 0));
    transition: all 0.5s var(--nm-cube-1);
}

.nm-team-4-member .content-wrap {
    background-color: #fff;
    text-align: center;
    padding-top: 56px;
    padding-bottom: 32px;
    padding-right: 45px;
    padding-left: 84px;
    clip-path: polygon(20% 25%, 100% 0, 100% 94%, 0% 100%);
}

.nm-team-4-member .content-wrap-posi {
    position: absolute;
    top: 3%;
    right: -39%;
    z-index: 1;
    transform: translate(10%, -10%);
    transition: all 0.5s var(--nm-cube-1);
    opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-4-member .content-wrap-posi {
        right: auto;
        left: 0;
        top: 30%;
    }
}

.nm-team-4-member .content-wrap-posi .shape {
    position: absolute;
    left: 0;
    top: 75%;
    z-index: -1;
}

.nm-team-4-member .name {
    font-size: 22px;
    font-weight: 600;
}

.nm-team-4-member .name a {
    width: 100%;
    display: inline !important;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nm-team-4-member .name a:hover {
    color: inherit;
    background-size: 100% 100%;
}

.nm-team-4-member .member-dg {
    font-size: 18px;
    margin-top: 2px;
}

.nm-team-4-member .social-link {
    display: inline-flex;
    gap: 12px;
    margin-top: 13px;
}

.nm-team-4-member .social-link .link-elm {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFEEEE;
    border-radius: 50%;
    transition: all 0.5s var(--nm-cube-1);
    color: #0a0a0a;
}

.nm-team-4-member .social-link .link-elm:hover {
    background: #0a0a0a;
    color: #fff;
}

.nm-team-4-member:is(.active) {
    z-index: 2;
}

.nm-team-4-member:is(.active) .content-wrap-posi {
    opacity: 1;
    transform: translate(0);
}

.nm-team-4-member:is(.active) img {
    filter: grayscale(0) drop-shadow(10px 10px 20px rgb(0, 0, 0));
}

.nm-team-4-member:nth-child(2) .content-wrap-posi {
    right: -70%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-4-member:nth-child(2) .content-wrap-posi {
        right: auto;
        left: 0;
    }
}


/*
    team-4-end
*/


/*
    experience-4-start
*/

.nm-experience-4-sec-title {
    display: grid;
    grid-template-columns: 1fr 1.66fr;
    gap: 16px;
    align-items: start;
}

@media (max-width: 767px) {
    .nm-experience-4-sec-title {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.nm-experience-4-wrap {
    display: grid;
    grid-template-columns: 1fr 1.66fr;
    gap: 16px;
    align-items: start;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-experience-4-wrap {
        grid-template-columns: 1fr;
    }
}

.nm-experience-4-img {
    border-radius: 8px;
    height: 642px;
}

@media (max-width: 767px) {
    .nm-experience-4-img {
        height: 402px;
    }
}

.nm-experience-4-right-row-1 {
    border-radius: 8px;
    background-color: #fff;
    padding: 32px 36px;
}

@media (max-width: 767px) {
    .nm-experience-4-right-row-1 {
        padding: 32px 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-experience-4-right-row-1 {
        padding: 32px 36px;
    }
}

.nm-experience-4-right-row-2 {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1.95fr 1fr;
    gap: 16px;
    align-items: start;
}

@media (max-width: 767px) {
    .nm-experience-4-right-row-2 {
        grid-template-columns: 1fr;
    }
}

.nm-experience-4-right-row-2 .left-div {
    border-radius: 8px;
    background-color: #fff;
    padding: 32px 32px;
}

.nm-experience-4-customer {
    display: grid;
    grid-template-columns: 1fr 2.4fr;
    align-items: self-start;
}

@media (max-width: 767px) {
    .nm-experience-4-customer {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-experience-4-customer {
        grid-template-columns: 1fr 2.4fr;
    }
}

.nm-experience-4-customer .number {
    font-size: 80px;
    line-height: 1;
    display: flex;
}

.nm-experience-4-customer .number .plus {
    font-size: 26px;
    opacity: 0.3;
    margin-top: 5px;
    font-weight: 700;
}

.nm-experience-4-customer .title {
    font-size: 22px;
}

.nm-experience-4-customer .disc {
    color: #666666;
    margin-top: 3px;
    max-width: 490px;
}

.nm-experience-4-appeal {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 60px;
    align-items: center;
    background: #F5F5F5;
    border-radius: 5px;
    padding: 12px 12px;
    margin-top: 40px;
}

.nm-experience-4-appeal .author-img {
    display: flex;
}

.nm-experience-4-appeal .author-img-single {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    border-radius: 5px;
    border: 2px solid #F5F5F5;
}

.nm-experience-4-appeal .author-img-single:not(:first-child) {
    margin-left: -10px;
}

.nm-experience-4-impressions {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 45px;
}

.nm-experience-4-impressions .title {
    font-size: 22px;
    opacity: 0.26;
}

.nm-experience-4-progress {
    overflow: hidden;
}

.nm-experience-4-progress-single {
    height: 48px;
    background: rgba(10, 10, 10, 0.04);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-weight: 500;
    color: var(--nm-clr-h-4);
}

.nm-experience-4-progress-single:not(:first-child) {
    margin-top: -10px;
}

.nm-experience-4-progress-single:nth-child(2) {
    background: #E5E4E4;
}

.nm-experience-4-progress-single:nth-child(3) {
    background: var(--nm-clr-h-4);
    color: white;
}

.nm-experience-4-progress-single:nth-child(4) {
    background: #E7E7E7;
}

.nm-experience-4-demo {
    background-color: var(--nm-clr-h-4);
    border-radius: 8px;
    padding: 32px 32px;
}

.nm-experience-4-demo .demo-ss {
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.nm-experience-4-demo .demo-ss::after {
    content: "";
    position: absolute;
    width: 217px;
    height: 78px;
    background: #F5F5F5;
    filter: blur(24px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.5;
}

.nm-experience-4-demo .demo-ss-single {
    border-radius: 2px;
    box-shadow: 15px -16px 16px rgba(136, 136, 136, 0.32);
    transition: all 1s var(--nm-cube-1);
    transition-delay: 0.3s;
}

.nm-experience-4-demo .demo-ss-single:nth-child(1) {
    margin-right: -40px;
    transform: translateX(55px) rotate(0deg);
}

.nm-experience-4-demo .demo-ss-single:nth-child(2) {
    position: relative;
    z-index: 1;
}

.nm-experience-4-demo .demo-ss-single:nth-child(3) {
    margin-left: -40px;
    transform: translateX(-55px) rotate(0deg);
}

.nm-experience-4-demo .demo-ss:is(.active) .demo-ss-single:nth-child(1) {
    transform: translateX(0px) rotate(-9deg);
}

.nm-experience-4-demo .demo-ss:is(.active) .demo-ss-single:nth-child(3) {
    transform: translateX(0px) rotate(9deg);
}

.nm-experience-4-demo .disc {
    color: #fff;
    opacity: 0.8;
    margin-bottom: 34px;
}

.nm-experience-4-demo .number {
    font-size: 48px;
    line-height: 1;
    color: #fff;
}


/*
    experience-4-end
*/


/*
    testimonial-4-start
*/

.nm-testimonial-4-sec-title {
    background: linear-gradient(180deg, #DDDDDD 0%, #F5F5F5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    text-align: center;
    font-size: 200px;
    line-height: 1;
    margin-bottom: -20px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-testimonial-4-sec-title {
        font-size: 180px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-testimonial-4-sec-title {
        font-size: 140px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-testimonial-4-sec-title {
        font-size: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-testimonial-4-sec-title {
        font-size: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-testimonial-4-sec-title {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .nm-testimonial-4-sec-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-testimonial-4-sec-title {
        font-size: 60px;
    }
}

.nm-testimonial-4-wrap {
    max-width: 1688px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 12px;
    padding: 80px 0;
    position: relative;
    z-index: 1;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.nm-testimonial-4-item {
    background-color: #F5F5F5;
    border-radius: 12px;
    padding: 12px;
}

.nm-testimonial-4-item .top-row {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .nm-testimonial-4-item .top-row {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-testimonial-4-item .top-row {
        flex-wrap: nowrap;
    }
}

.nm-testimonial-4-item .item-author {
    display: flex;
    align-items: end;
    gap: 30px;
}

.nm-testimonial-4-item .item-author-img {
    flex: 0 0 auto;
    width: 140px;
    height: 154px;
    border-radius: 12px;
}

.nm-testimonial-4-item .item-author-content {
    text-align: right;
    padding-bottom: 12px;
}

.nm-testimonial-4-item .item-author-content .name {
    font-size: 20px;
    margin-bottom: 3px;
}

.nm-testimonial-4-item .item-rating {
    margin-top: 14px;
}

.nm-testimonial-4-item .item-rating-text {
    font-size: 22px;
    font-weight: 500;
}

.nm-testimonial-4-item .item-rating-text span {
    font-size: 16px;
    opacity: 0.5;
    font-weight: 400;
}

.nm-testimonial-4-item .item-rating-icon {
    display: inline-flex;
    background: #ECFF9F;
    font-size: 12px;
    gap: 6px;
    border-radius: 72px;
    padding: 10px 15px;
    margin-top: 7px;
}

.nm-testimonial-4-item .item-comment {
    background-color: #fff;
    border-radius: 12px;
    padding: 22px 28px;
    position: relative;
    z-index: 1;
    font-style: italic;
}

.nm-testimonial-4-item .item-comment-icon {
    position: absolute;
    right: 16px;
    bottom: -5px;
    font-size: 35px;
    opacity: 0.5;
}

.nm-testimonial-4-slider {
    margin-left: -300px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-testimonial-4-slider {
        margin-left: 0px;
    }
}

.nm-testimonial-4-slider .swiper-wrapper .swiper-slide {
    max-width: 524px;
}

.nm-testimonial-4-slider-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 767px) {
    .nm-testimonial-4-slider-btn {
        gap: 6px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-testimonial-4-slider-btn {
        gap: 20px;
    }
}

.nm-testimonial-4-slider-btn .single-btn {
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(10, 10, 10, 0.2);
    border-radius: 8px;
    font-size: 20px;
    color: #666666;
    transition: all 0.5s var(--nm-cube-1);
}

.nm-testimonial-4-slider-btn .single-btn:hover {
    background: rgba(10, 10, 10, 0.2);
}

.nm-testimonial-4-slider-btn .hr-line {
    height: 1px;
    width: 100%;
    background: #D9D9D9;
}

.nm-testimonial-4-slider-btn .t4_slider_pagi.swiper-pagination-clickable {
    width: auto;
    display: flex;
    gap: 6px;
}

.nm-testimonial-4-slider-btn .t4_slider_pagi.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--nm-clr-h-4);
    background: transparent;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.nm-testimonial-4-slider-btn .t4_slider_pagi.swiper-pagination-clickable .swiper-pagination-bullet::after {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--nm-clr-h-4);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.nm-testimonial-4-slider-btn .t4_slider_pagi.swiper-pagination-clickable .swiper-pagination-bullet:is(.swiper-pagination-bullet-active)::after {
    opacity: 1;
}


/*
    testimonial-4-end
*/


/*
    blog-4-start
*/

.nm-blog-4-sec-title {
    display: grid;
    grid-template-columns: 1fr 2.45fr auto;
    gap: 60px;
    align-items: start;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-blog-4-sec-title {
        grid-template-columns: 1fr;
        gap: 27px;
    }
}

.nm-blog-4-sec-title .btn-wrap {
    align-self: center;
}

.nm-blog-4-sec-title .nm-pr-btn-4 {
    background: var(--nm-clr-h-4);
    color: #fff;
}

.nm-blog-4-sec-title .nm-pr-btn-4 .icon {
    background: #fff;
    color: var(--nm-clr-h-4);
}

.nm-blog-4-wrap {
    display: grid;
    gap: 20px;
    grid-template-columns: 2.08fr 1fr 1fr;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-blog-4-wrap {
        grid-template-columns: 1.5fr 1fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-blog-4-wrap {
        grid-template-columns: 1fr;
    }
}

.nm-blog-4-item-1 {
    height: 428px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.nm-blog-4-item-1::after {
    content: "";
    width: 100%;
    height: 220px;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, #0A0A0A 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.nm-blog-4-item-1 img {
    transform: scale(1.1);
}

.nm-blog-4-item-1 .content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 35px 44px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-blog-4-item-1 .content-wrap {
        padding: 35px 20px;
    }
}

.nm-blog-4-item-1 .date {
    color: #fff;
}

.nm-blog-4-item-1 .title {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    max-width: 450px;
    margin-top: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-blog-4-item-1 .title {
        font-size: 22px;
    }
}

.nm-blog-4-item-1 .title a {
    width: 100%;
    display: inline !important;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nm-blog-4-item-1 .title a:hover {
    color: inherit;
    background-size: 100% 100%;
}

.nm-blog-4-item-1 .disc {
    color: #fff;
    opacity: 0.8;
    margin-top: 12px;
}

.nm-blog-4-item-2 {
    border-radius: 8px;
    background-color: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nm-blog-4-item-2 .item-img {
    border-radius: 8px;
    height: 170px;
    margin-bottom: 40px;
}

.nm-blog-4-item-2 .item-img img {
    transform: scale(1.1);
}

.nm-blog-4-item-2 .content-wrap {
    padding: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-blog-4-item-2 .content-wrap {
        padding: 16px 0;
    }
}

.nm-blog-4-item-2 .date {
    font-size: 14px;
}

.nm-blog-4-item-2 .title {
    font-size: 20px;
    margin-top: 10px;
}

.nm-blog-4-item-2 .title a {
    width: 100%;
    display: inline !important;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nm-blog-4-item-2 .title a:hover {
    color: inherit;
    background-size: 100% 100%;
}

.nm-blog-4-item-2 .disc {
    color: #666666;
    margin-top: 12px;
    font-size: 16px;
}


/*
    blog-4-end
*/


/*
    cta-4-start
*/

.nm-cta-4-area {
    margin-bottom: 12px;
}

.nm-cta-4-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-cta-4-wrap {
        grid-template-columns: 1fr;
    }
}

.nm-cta-4-img {
    height: 200px;
}

.nm-cta-4-img img {
    transform: scale(1.1);
}

.nm-cta-4-content {
    position: relative;
    z-index: 1;
    background: radial-gradient(139.5% 139.5% at 50% 50%, #36B4CD 24.38%, #214C55 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    padding: 30px 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-cta-4-content {
        padding: 30px 20px;
    }
}

.nm-cta-4-content-bg-noise {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.nm-cta-4-content .title {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-cta-4-content .title {
        font-size: 30px;
    }
}

.nm-cta-4-form {
    display: flex;
    align-items: center;
    gap: 45px;
}

.nm-cta-4-form-input {
    font-family: var(--nm-font-3);
    height: 40px;
    max-width: 400px;
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}


/*
    cta-4-end
*/


/*
    footer-4-start
*/

.nm-footer-4-area {
    background-color: var(--nm-clr-h-4);
}

.nm-footer-4-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    z-index: -1;
}

.nm-footer-4-top {
    display: flex;
    align-items: end;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    gap: 24px;
    overflow: hidden;
}

.nm-footer-4-top-logo {
    font-weight: 700;
    color: #fff;
    font-size: 120px;
    line-height: 1;
    margin-bottom: -14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-footer-4-top-logo {
        font-size: 110px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-footer-4-top-logo {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .nm-footer-4-top-logo {
        font-size: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-footer-4-top-logo {
        font-size: 90px;
    }
}

.nm-footer-4-top-favicon {
    margin-bottom: -10px;
}

.nm-footer-4-wrap {
    display: flex;
    gap: 77px;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-footer-4-wrap {
        gap: 50px;
    }
}

.nm-footer-4-widget {
    flex: 0 0 auto;
}

.nm-footer-4-widget .widget-title {
    color: #969696;
    font-weight: 500;
    margin-bottom: 18px;
}

.nm-footer-4-disc {
    color: #fff;
    max-width: 371px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-footer-4-disc {
        max-width: 242px;
    }
}

.nm-footer-4-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nm-footer-4-menu a {
    color: #fff;
    opacity: 0.8;
    width: 100%;
    display: inline !important;
    background-position-y: 0px;
    background-repeat: no-repeat;
    background-size: 0 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nm-footer-4-menu a:hover {
    background-size: 100% 100%;
}

.nm-footer-4-contact {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 250px;
}

.nm-footer-4-contact li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.nm-footer-4-contact li a {
    transition: all 0.4s var(--nm-cube-1);
}

.nm-footer-4-contact li a:hover {
    color: #fd3f00;
}

.nm-footer-4-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    padding: 27px 0;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-footer-4-bottom {
        justify-content: center;
    }
}

.nm-footer-4-social {
    display: flex;
    gap: 10px 48px;
    flex-wrap: wrap;
}

.nm-footer-4-social .link-elm {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.76);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s var(--nm-cube-1);
}

.nm-footer-4-social .link-elm i {
    color: #fff;
    transition: all 0.4s var(--nm-cube-1);
}

.nm-footer-4-social .link-elm:hover {
    color: #fd3f00;
}

.nm-footer-4-social .link-elm:hover i {
    color: #fd3f00;
}

.nm-footer-4-social .link-elm:nth-child(1):hover {
    color: #0963F7;
}

.nm-footer-4-social .link-elm:nth-child(1):hover i {
    color: #0963F7;
}

.nm-footer-4-social .link-elm:nth-child(2):hover {
    color: #B92896;
}

.nm-footer-4-social .link-elm:nth-child(2):hover i {
    color: #B92896;
}

.nm-footer-4-social .link-elm:nth-child(3):hover {
    color: #1C9CEA;
}

.nm-footer-4-social .link-elm:nth-child(3):hover i {
    color: #1C9CEA;
}

.nm-footer-4-social .link-elm:nth-child(4):hover {
    color: #006EAB;
}

.nm-footer-4-social .link-elm:nth-child(4):hover i {
    color: #006EAB;
}

.nm-footer-4-copyright {
    color: rgba(255, 255, 255, 0.65);
}

.nm-footer-4-copyright a {
    color: #fff;
    transition: all 0.4s var(--nm-cube-1);
}

.nm-footer-4-copyright a:hover {
    color: #fd3f00;
}

.nm-footer-4-btn {
    background: #2F2F2F;
    color: #fff;
}

.nm-footer-4-btn .icon {
    color: var(--nm-clr-h-4);
    background: #fff;
}


/*
    home-5-start
*/

:root {
    --nm-font-3: "Mona Sans", sans-serif;
    --nm-clr-pr-5: #FD3F00;
}

.nm-home-5 .wa-cursor::before {
    background: var(--nm-clr-pr-5);
    border: none;
}

.nm-home-5 .wa-cursor:is(.-pointer)::before {
    opacity: 0.4;
}

.nm-home-5 .wa-back-to-top {
    border-color: var(--nm-clr-pr-5);
    background: #0a0a0a;
    color: var(--nm-clr-pr-5);
    opacity: 0.5;
}

.nm-home-5 .wa-back-to-top:hover {
    opacity: 1;
    transform: unset;
}

@media (min-width: 1400px) {
    .container.nm-container-5 {
        max-width: 1384px;
    }
}

.nm-pr-btn-5 {
    font-family: var(--nm-font-1);
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.01em;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    background: #0a0a0a;
    padding: 4px;
    padding-right: 16px;
    border-radius: 12px;
    align-items: center;
    transition: 0.4s var(--nm-cube-1);
}

.nm-pr-btn-5 .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--nm-clr-pr-5);
    border-radius: 10px;
    position: relative;
    transition: 0.4s var(--nm-cube-1);
    left: calc(0% - 0px);
}

.nm-pr-btn-5 .text {
    transition: 0.4s var(--nm-cube-1);
}

.nm-pr-btn-5:hover {
    color: #fff;
}

.nm-pr-btn-5:hover .icon {
    left: calc(100% - 28px);
}

.nm-pr-btn-5:hover .text {
    transform: translateX(-38px);
}

.nm-pr-btn-5:is(.has-white) {
    background-color: #fff;
    color: #0a0a0a;
}

.nm-h-5 {
    font-family: var(--nm-font-1);
    font-weight: 500;
    color: #0a0a0a;
    line-height: 1.272;
    letter-spacing: -0.01em;
    margin-bottom: 0;
}

.nm-p-5 {
    font-family: var(--nm-font-2);
    font-weight: 400;
    color: #0a0a0a;
    line-height: 150%;
    margin-bottom: 0;
}

.nm-subtitle-5 {
    font-family: var(--nm-font-2);
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -0.02em;
    padding-left: 18px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    color: #0a0a0a;
    display: inline-flex;
    gap: 15px;
}

.nm-subtitle-5::after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--nm-clr-pr-5);
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%;
}

.nm-subtitle-5 .number {
    color: var(--nm-clr-pr-5);
}

.nm-subtitle-5:is(.has-white) {
    color: #fff;
}

.nm-sec-title-5 {
    font-family: var(--nm-font-1);
    line-height: 120%;
    font-weight: 700;
    font-size: 44px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    color: #0a0a0a;
}

.nm-sec-title-5 span {
    display: inline;
    opacity: 60%;
}

.nm-sec-title-5:is(.has-white) {
    color: #fff;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-sec-title-5 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-sec-title-5 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-sec-title-5 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .nm-sec-title-5 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-sec-title-5 {
        font-size: 32px;
    }
}

.nm-header-5-area {
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 3;
    background: #ffffff;
}

.nm-header-5-area .bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 125px;
    width: 51%;
    z-index: -1;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-header-5-area .bg-shape {
        width: 62%;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-header-5-area .bg-shape {
        width: 65%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-header-5-area .bg-shape {
        width: 76%;
    }
}

.nm-header-5-wrap {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-left: 32px;
    display: flex;
    align-items: center;
    gap: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-header-5-wrap {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.nm-header-5-action-link {
    display: inline-flex;
    gap: 20px;
    margin-left: auto;
}

.nm-header-5-action-link .nm-offcanvas-btn-1 {
    background-color: var(--nm-clr-pr-5);
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .nm-header-5-action-link .nm-pr-btn-5 {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-header-5-action-link .nm-pr-btn-5 {
        display: inline-flex;
    }
}

.nm-main-navigation:is(.has-header-5) .navbar-nav {
    gap: 32px;
}

.nm-main-navigation:is(.has-header-5) .navbar-nav li a {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 24px 0;
}

.nm-main-navigation:is(.has-header-5) .navbar-nav li:is(.dropdown)>a {
    padding-right: 22px;
}

.nm-main-navigation:is(.has-header-5) .navbar-nav li:is(.dropdown)>a::before {
    display: block;
    content: "\f058";
    font-family: "Font Awesome 6 free";
    font-weight: 700;
    position: absolute;
    font-size: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--nm-clr-pr-5);
}

.nm-main-navigation:is(.has-header-5) .navbar-nav li:hover>a {
    color: var(--nm-clr-pr-5);
}

.nm-main-navigation:is(.has-header-5) .navbar-nav li .dropdown-menu {
    border-color: var(--nm-clr-pr-5);
}

.nm-hero-5-area {
    background-color: #FFAD5C;
    padding-top: 100px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0 0 60px 60px;
}

.nm-hero-5-area canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.nm-hero-5-wrap {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    margin-left: -180px;
    margin-right: -290px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-hero-5-wrap {
        grid-template-columns: 1fr 1.2fr;
        margin-left: -80px;
        margin-right: -90px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-hero-5-wrap {
        grid-template-columns: 1fr 1.2fr;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-hero-5-wrap {
        grid-template-columns: 1fr 1fr;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-5-wrap {
        grid-template-columns: 1fr;
        margin-left: 0px;
        margin-right: 0px;
    }
}

.nm-hero-5-left {
    margin-top: 75px;
}

.nm-hero-5-right {
    position: relative;
    z-index: 1;
}

.nm-hero-5-img {
    position: absolute;
    right: 0;
    bottom: -90px;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-hero-5-img {
        width: 89%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-5-img {
        width: 100%;
    }
}

.nm-hero-5-partner {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 40px;
    padding-bottom: 11px;
    margin-bottom: 32px;
}

.nm-hero-5-partner .title {
    font-size: 15px;
    margin-bottom: 12px;
}

.nm-hero-5-partner .leaf-img-1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.nm-hero-5-partner .leaf-img-1 img {
    animation: h3partnerLeaf 3s linear infinite;
}

.nm-hero-5-partner .leaf-img-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.nm-hero-5-partner .leaf-img-2 img {
    animation: h3partnerLeaf 3s linear infinite;
    animation-delay: 1.5s;
}

.nm-hero-5-partner .logo-elm {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.nm-hero-5-title {
    font-weight: 700;
    font-size: 72px;
    line-height: 1.138;
    letter-spacing: -0.04em;
    margin-bottom: 12px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-hero-5-title {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-hero-5-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-hero-5-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-hero-5-title {
        font-size: 55px;
    }
}

@media (max-width: 767px) {
    .nm-hero-5-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-5-title {
        font-size: 50px;
    }
}

.nm-hero-5-disc {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 28px;
    max-width: 660px;
}

.nm-hero-5-author {
    display: flex;
}

.nm-hero-5-author .single-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #FFAD5C;
}

.nm-hero-5-author .single-img:not(:first-child) {
    margin-left: -17px;
}

.nm-hero-5-author .plus-elm {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--nm-clr-pr-5);
    border-radius: 50%;
    border: 2px solid #FFAD5C;
    color: #fff;
    margin-left: -17px;
    position: relative;
    transition: transform 0.3s ease;
}

.nm-hero-5-content {
    margin-bottom: 50px;
    perspective: 2000px;
    transform-style: preserve-3d;
}

.nm-hero-5-content-btn {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.nm-hero-5-content-btn .btn-disc {
    max-width: 155px;
    font-size: 16px;
    text-transform: uppercase;
}

.nm-hero-5-contact {
    max-width: 408px;
}

.nm-hero-5-contact .disc {
    font-size: 24px;
    margin-bottom: 16px;
}

.nm-hero-5-contact .disc span {
    opacity: 50%;
    display: inline;
}

.nm-hero-5-contact .dvr-line {
    height: 1.5px;
    width: 100%;
    background: #0a0a0a;
    opacity: 40%;
    margin-bottom: 15px;
}

.nm-hero-5-contact .title-x-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.nm-hero-5-contact .title-elm {
    font-size: 24px;
}

.nm-hero-5-contact .social-elm {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nm-hero-5-contact .social-elm-single {
    font-size: 20px;
    transition: all 0.3s var(--nm-cube-1);
    color: #0a0a0a;
}

.nm-hero-5-contact .social-elm-single:hover {
    color: var(--nm-clr-pr-5);
}

.nm-hero-5-speed {
    border-radius: 40px;
    height: 772px;
    max-width: 715px;
    margin-left: auto;
    margin-right: 180px;
    margin-bottom: 50px;
    display: flex;
    align-items: end;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-hero-5-speed {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-hero-5-speed {
        margin-right: auto;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .nm-hero-5-speed {
        margin-right: auto;
        max-width: 100%;
        width: 100%;
        height: 500px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-5-speed {
        margin-right: auto;
        max-width: 100%;
        width: 100%;
        height: 522px;
    }
}

.nm-hero-5-speed::after {
    content: "";
    width: 100.6%;
    height: 100%;
    bottom: -2px;
    left: -2px;
    border-radius: 40px;
    border: 2px solid #fff;
    z-index: -1;
    position: absolute;
}

.nm-hero-5-speed-content {
    background: rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(18px);
    border-radius: 40px;
    width: 100%;
    padding: 32px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .nm-hero-5-speed-content {
        padding: 32px 22px;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-hero-5-speed-content {
        padding: 32px 32px;
        flex-wrap: nowrap;
        gap: 30px;
    }
}

.nm-hero-5-speed-content .title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.nm-hero-5-speed-content .title .title-shape {
    display: inline-flex;
}

.nm-hero-5-speed-content .title .title-shape-dot {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 32px;
}

.nm-hero-5-speed-content .title .title-shape-dot:nth-child(2) {
    width: 16px;
    background-color: var(--nm-clr-pr-5);
}

.nm-hero-5-speed-content .number {
    color: var(--nm-clr-pr-5);
    font-weight: 700;
    line-height: 1;
    font-size: 80px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-hero-5-speed-content .number {
        font-size: 60px;
    }
}

.nm-hero-5-speed-content .disc {
    color: #fff;
    font-size: 20px;
}

.nm-hero-5-speed-content .speed-logo {
    width: 164px;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 28px;
}

.nm-hero-5-active-status {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 50px 17px;
}

@media (max-width: 767px) {
    .nm-hero-5-active-status {
        display: none;
    }
}

.nm-hero-5-active-status .bg-shape {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.nm-hero-5-active-status .dot-elm {
    width: 11px;
    height: 11px;
    background-color: var(--nm-clr-pr-5);
    border-radius: 50%;
}

.nm-hero-5-active-status .text-elm {
    color: #fff;
    writing-mode: sideways-rl;
    margin: 0;
    font-size: 17px;
}

.nm-hero-5-author .single-img {
    transition: transform 0.3s ease;
    position: relative;
}

.nm-hero-5-author .single-img:nth-child(1):hover~.single-img:nth-child(2) {
    transform: translateX(15px);
}

.nm-hero-5-author .single-img:nth-child(2):hover~.single-img:nth-child(3) {
    transform: translateX(15px);
}

.nm-hero-5-author .single-img:nth-child(3):hover~.plus-elm {
    transform: translateX(15px);
}

.nm-hero-5-area .nm-hero-5-partner {
    transform: rotateX(20deg) translate3d(85px, 304px, 418px) scaleZ(1.83);
    transition: all 0.8s var(--nm-cube-1);
    opacity: 0;
}

.nm-hero-5-area .nm-hero-5-title {
    transform: rotateX(20deg) translate3d(85px, 304px, 418px) scaleZ(1.83);
    transition: all 0.8s var(--nm-cube-1);
    opacity: 0;
}

.nm-hero-5-area .nm-hero-5-disc {
    transform: rotateX(20deg) translate3d(85px, 304px, 418px) scaleZ(1.83);
    transition: all 0.8s var(--nm-cube-1);
    opacity: 0;
}

.nm-hero-5-area .nm-hero-5-content-btn {
    transform: rotateX(20deg) translate3d(85px, 304px, 418px) scaleZ(1.83);
    transition: all 0.8s var(--nm-cube-1);
    opacity: 0;
}

.nm-hero-5-area .nm-hero-5-contact .disc {
    transform: rotateX(20deg) translate3d(85px, 304px, 418px) scaleZ(1.83);
    transition: all 0.8s var(--nm-cube-1);
    opacity: 0;
}

.nm-hero-5-area .nm-hero-5-contact .title-x-social,
.nm-hero-5-area .nm-hero-5-contact .dvr-line {
    transform: rotateX(20deg) translate3d(85px, 304px, 418px) scaleZ(1.83);
    transition: all 0.8s var(--nm-cube-1);
    opacity: 0;
}

.nm-hero-5-area .nm-hero-5-speed::after {
    height: 30%;
    transition: 2s;
}

.nm-hero-5-area .nm-hero-5-img {
    filter: blur(11px) brightness(2.5);
    opacity: 0.4;
    transition: 3s;
}

.nm-hero-5-area:is(.active) .nm-hero-5-partner {
    transform: rotateX(0deg) translate3d(0px, 0px, 0px) scaleZ(1);
    opacity: 1;
    transition-delay: 0.7s;
}

.nm-hero-5-area:is(.active) .nm-hero-5-title {
    transform: rotateX(0deg) translate3d(0px, 0px, 0px) scaleZ(1);
    opacity: 1;
    transition-delay: 0.9s;
}

.nm-hero-5-area:is(.active) .nm-hero-5-disc {
    transform: rotateX(0deg) translate3d(0px, 0px, 0px) scaleZ(1);
    opacity: 1;
    transition-delay: 1.1s;
}

.nm-hero-5-area:is(.active) .nm-hero-5-content-btn {
    transform: rotateX(0deg) translate3d(0px, 0px, 0px) scaleZ(1);
    opacity: 1;
    transition-delay: 1.3s;
}

.nm-hero-5-area:is(.active) .nm-hero-5-contact .disc {
    transform: rotateX(0deg) translate3d(0px, 0px, 0px) scaleZ(1);
    opacity: 1;
    transition-delay: 1.5s;
}

.nm-hero-5-area:is(.active) .nm-hero-5-contact .title-x-social,
.nm-hero-5-area:is(.active) .nm-hero-5-contact .dvr-line {
    transform: rotateX(0deg) translate3d(0px, 0px, 0px) scaleZ(1);
    opacity: 1;
    transition-delay: 1.7s;
}

.nm-hero-5-area:is(.active) .nm-hero-5-speed::after {
    height: 100%;
    transition-delay: 0.5s;
}

.nm-hero-5-area:is(.active) .nm-hero-5-img {
    filter: blur(0px) brightness(1);
    opacity: 1;
    transition-delay: 0.5s;
}

.nm-partner-5-wrap {
    margin-left: -230px;
    margin-right: -230px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-partner-5-wrap {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.nm-partner-5-wrap::after {
    content: "";
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0a0a0a;
}

.nm-partner-5-left {
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 25px;
}

.nm-partner-5-left .border-shape {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    z-index: 1;
}

.nm-partner-5-left::after {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(90deg, #ffffff, transparent);
}

.nm-partner-5-right {
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 25px;
}

.nm-partner-5-right .border-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    z-index: 1;
}

.nm-partner-5-right::after {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(-90deg, #ffffff, transparent);
}

.nm-partner-5-logo {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-right: 48px;
}

.nm-partner-5-logo .single-logo {
    flex: 0 0 auto;
}

.nm-about-5-area {
    background-color: #0a0a0a;
}

.nm-about-5-wrap {
    display: grid;
    grid-template-columns: 1fr 1.37fr;
    gap: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-about-5-wrap {
        grid-template-columns: 1fr;
    }
}

.nm-about-5-sec-title {
    margin-left: -140px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-about-5-sec-title {
        margin-left: 0px;
    }
}

.nm-about-5-img {
    width: 100%;
    height: 656px;
    mask-image: url(../img-3/about/a1-mask-img.png);
    mask-size: 100% 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-about-5-img {
        max-width: 700px;
    }
}

@media (max-width: 767px) {
    .nm-about-5-img {
        height: 356px;
        max-width: 700px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-about-5-img {
        height: 656px;
        max-width: 700px;
    }
}

.nm-about-5-author {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 300px;
    flex-wrap: wrap;
    margin-top: -65px;
}

@media (max-width: 767px) {
    .nm-about-5-author {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-about-5-author {
        margin-top: -65px;
    }
}

.nm-about-5-author .img-elm {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    flex: 0 0 auto;
}

.nm-about-5-author .name {
    font-size: 20px;
    display: block;
    color: #fff;
}

.nm-about-5-author .bio {
    font-size: 16px;
    font-weight: 500;
    opacity: 80%;
    color: #fff;
}

.nm-about-5-right-inner {
    border-top: 1px solid rgba(71, 71, 71, 0.7);
    display: grid;
    grid-template-columns: 1fr 1.23fr;
    gap: 24px;
}

@media (max-width: 767px) {
    .nm-about-5-right-inner {
        grid-template-columns: 1fr;
    }
}

.nm-about-5-right-inner .left-side {
    border-right: 1px solid rgba(71, 71, 71, 0.7);
}

@media (max-width: 767px) {
    .nm-about-5-right-inner .left-side {
        border-right: none;
    }
}

.nm-about-5-right-inner .right-disc {
    color: #fff;
    opacity: 80%;
    padding-right: 32px;
    margin-bottom: 32px;
}

.nm-about-5-counter {
    border-bottom: 1px solid rgba(71, 71, 71, 0.7);
    padding: 44px 0;
    padding-top: 42px;
    margin-bottom: 44px;
}

.nm-about-5-counter .number {
    color: #fff;
    font-weight: 700;
    line-height: 1;
    font-size: 80px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-about-5-counter .number {
        font-size: 60px;
    }
}

.nm-about-5-counter .disc {
    color: #fff;
    text-transform: uppercase;
    opacity: 80%;
    max-width: 200px;
}

.nm-about-5-features {
    margin-top: 24px;
}

.nm-about-5-features-single {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 24px 32px;
    padding-top: 0;
    height: 174px;
    overflow: hidden;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.4s var(--nm-cube-1);
}

.nm-about-5-features-single::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--nm-clr-pr-5);
    z-index: -2;
    transition: 0.4s var(--nm-cube-1);
    opacity: 0;
}

.nm-about-5-features-single:not(:last-child) {
    margin-bottom: 28px;
}

.nm-about-5-features-single .icon-elm {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--nm-clr-pr-5);
    border-radius: 17px;
    margin-bottom: 40px;
    transition: 0.3s var(--nm-cube-1);
}

.nm-about-5-features-single .icon-elm svg * {
    fill: #fff;
    transition: 0.4s var(--nm-cube-1);
}

.nm-about-5-features-single .bg-shape {
    position: absolute;
    top: 30px;
    left: 0;
    width: 101%;
    z-index: -1;
}

.nm-about-5-features-single .bg-shape path {
    transition: 0.4s var(--nm-cube-1);
}

.nm-about-5-features-single .title {
    color: #fff;
    font-size: 24px;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}

.nm-about-5-features-single .disc {
    color: #fff;
    font-size: 16px;
    opacity: 0;
    transition: 0.4s var(--nm-cube-1);
}

.nm-about-5-features-single:is(.active) {
    height: 239px;
}

.nm-about-5-features-single:is(.active)::after {
    opacity: 1;
}

.nm-about-5-features-single:is(.active) .bg-shape path {
    fill: var(--nm-clr-pr-5);
}

.nm-about-5-features-single:is(.active) .disc {
    opacity: 1;
}

.nm-about-5-features-single:is(.active) .icon-elm {
    background-color: #fff;
}

.nm-about-5-features-single:is(.active) .icon-elm svg * {
    fill: var(--nm-clr-pr-5);
}

.nm-services-5-container {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
}

.nm-services-5-sec-title {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.nm-services-5-sec-title .right {
    max-width: 415px;
}

.nm-services-5-sec-title .left {
    max-width: 480px;
}

.nm-services-5-sec-title .sec-disc {
    font-size: 17px;
    margin-bottom: 24px;
}

.nm-services-5-item-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nm-services-5-item {
    background-color: #EFEFEF;
    border-radius: 16px;
    padding: 4px;
}

.nm-services-5-item-title {
    width: 100%;
    background-color: #fff;
    text-align: start;
    padding: 16px;
    padding-right: 32px;
    border-radius: 13px;
    display: flex;
    gap: 24px;
    align-items: center;
    font-size: 32px;
    text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-services-5-item-title {
        font-size: 22px;
    }
}

.nm-services-5-item-title .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EFEFEF;
    border-radius: 14px;
    transition: 0.4s var(--nm-cube-1);
}

.nm-services-5-item-title .icon svg * {
    stroke: #0a0a0a;
    fill: transparent;
    transition: 0.4s var(--nm-cube-1);
}

.nm-services-5-item-title .text {
    margin-left: auto;
}

.nm-services-5-item-title:is(.active) .icon {
    background-color: var(--nm-clr-pr-5);
}

.nm-services-5-item-title:is(.active) .icon svg * {
    stroke: #fff;
}

.nm-services-5-item .content-wrap {
    background-color: #fff;
    border-radius: 13px;
    margin-top: 4px;
    padding: 16px;
    padding-left: 36px;
    gap: 55px;
    display: grid;
    grid-template-columns: 1fr 1.16fr;
    align-items: center;
}

@media (max-width: 767px) {
    .nm-services-5-item .content-wrap {
        grid-template-columns: 1fr;
        padding: 12px;
    }
}

.nm-services-5-item .content-wrap .img-elm {
    border-radius: 20px;
    height: 344px;
}

.nm-services-5-item .content-wrap .disc {
    font-size: 17px;
    margin-bottom: 32px;
}

.nm-services-5-item .content-wrap .features-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px;
}

.nm-services-5-item .content-wrap .features-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    color: #474747;
}

.nm-services-5-item-content {
    height: 0;
    overflow: hidden;
    will-change: height;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-services-5-item-content {
        height: auto;
    }
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-services-5-height {
        height: 300vh;
        position: relative;
        z-index: 1;
    }

    .nm-services-5-pin {
        position: sticky;
        top: 50px;
    }
}

.nm-trust-5-area {
    background-color: #0a0a0a;
}

.nm-trust-5-sec-title {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

.nm-trust-5-wrap {
    margin-left: -180px;
    margin-right: -180px;
    gap: 12px;
    display: grid;
    grid-template-columns: 1fr 3.27fr;
    align-items: start;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-trust-5-wrap {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-trust-5-wrap {
        margin-left: 0px;
        margin-right: 0px;
        grid-template-columns: 1fr;
    }
}

.nm-trust-5-wrap-left {
    display: grid;
    gap: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-trust-5-wrap-left {
        grid-template-columns: 1fr 1fr;
    }
}

.nm-trust-5-wrap-right-row-1 {
    gap: 12px;
    grid-template-columns: 2.24fr 1fr;
    display: grid;
    align-items: start;
    margin-bottom: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-trust-5-wrap-right-row-1 {
        grid-template-columns: 1fr;
    }
}

.nm-trust-5-wrap-right-row-2 {
    gap: 12px;
    grid-template-columns: 1.24fr 1fr;
    display: grid;
    align-items: start;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-trust-5-wrap-right-row-2 {
        grid-template-columns: 1fr;
    }
}

.nm-trust-5-fast {
    min-height: 448px;
    overflow: hidden;
    border-radius: 30px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-trust-5-fast {
        padding: 32px 22px;
    }
}

.nm-trust-5-fast .bg-video {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.nm-trust-5-fast .title {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-trust-5-fast .title {
        font-size: 26px;
    }
}

.nm-trust-5-fast .disc {
    font-weight: 500;
    color: #fff;
}

.nm-trust-5-safe {
    background-color: var(--nm-clr-pr-5);
    border-radius: 30px;
    padding: 32px;
    min-height: 316px;
    overflow: hidden;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-trust-5-safe {
        padding: 32px 22px;
    }
}

.nm-trust-5-safe .title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 14px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-trust-5-safe .title {
        font-size: 26px;
    }
}

.nm-trust-5-safe .disc {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.nm-trust-5-safe .bg-icon {
    position: absolute;
    right: -120px;
    bottom: -87px;
    width: 76%;
    z-index: -1;
}

.nm-trust-5-safe .bg-favicon {
    width: 48%;
    position: absolute;
    bottom: -65px;
    left: -34px;
}

.nm-trust-5-best {
    background-color: #191919;
    border-radius: 30px;
    border: 1px solid #2D2D2D;
    padding: 32px 32px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-trust-5-best {
        padding: 32px 22px;
    }
}

.nm-trust-5-best .title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-trust-5-best .title {
        font-size: 26px;
    }
}

.nm-trust-5-best .disc {
    color: #fff;
}

.nm-trust-5-best .content-wrap {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .nm-trust-5-best .content-wrap {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.nm-trust-5-best .content-wrap-left {
    max-width: 330px;
}

.nm-trust-5-best .content-wrap-logo {
    padding: 15px 8px;
    padding-left: 0;
}

.nm-trust-5-best .content-wrap-logo .row-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-bottom: 56px;
}

.nm-trust-5-best .content-wrap-logo .row-1 .single-logo:nth-child(1) {
    transform: translateY(10px);
}

.nm-trust-5-best .content-wrap-logo .row-1 .single-logo:nth-child(3) {
    transform: translateY(10px);
}

.nm-trust-5-best .content-wrap-logo .row-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.nm-trust-5-best .content-wrap-logo .row-2 .single-logo:nth-child(2) {
    transform: translateY(-10px);
}

.nm-trust-5-best .content-wrap-logo .row-2 .single-logo:nth-child(4) {
    transform: translateY(-10px);
}

.nm-trust-5-support {
    border-radius: 30px;
    padding: 24px;
    padding-top: 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.nm-trust-5-support .title {
    font-size: 24px;
    font-weight: 700;
    max-width: 266px;
    margin-bottom: 20px;
}

.nm-trust-5-support .online {
    padding-left: 22px;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin-left: 180px;
    margin-bottom: 29px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-trust-5-support .online {
        margin-left: 0;
    }
}

.nm-trust-5-support .online::after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: var(--nm-clr-pr-5);
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 50%;
    opacity: 30%;
}

.nm-trust-5-support .online::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--nm-clr-pr-5);
    position: absolute;
    top: 8px;
    left: 3px;
    border-radius: 50%;
    animation: active_status 1s linear infinite;
}

.nm-trust-5-support .bg-img {
    width: 58%;
    position: absolute;
    right: -40px;
    bottom: 0;
    z-index: -1;
}

.nm-trust-5-support .nm-pr-btn-5 {
    background-color: #fff;
    max-width: 266px;
    width: 100%;
    justify-content: space-between;
}

.nm-trust-5-support .nm-pr-btn-5:hover {
    background-color: #0a0a0a;
}

.nm-trust-5-rating {
    background-color: #EFEFEF;
    border-radius: 30px;
    padding: 32px;
    position: relative;
    z-index: 1;
    min-height: 524px;
    overflow: hidden;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-trust-5-rating {
        padding: 32px 22px;
    }
}

.nm-trust-5-rating .content-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.nm-trust-5-rating .content-wrap-left {
    max-width: 374px;
}

.nm-trust-5-rating .rating {
    display: flex;
    gap: 4px;
    color: var(--nm-clr-pr-5);
    font-size: 22px;
    margin-bottom: 14px;
}

.nm-trust-5-rating .rating-number {
    font-weight: 700;
    font-size: 48px;
}

.nm-trust-5-rating .rating-number span {
    font-size: 18px;
}

.nm-trust-5-rating .disc {
    color: #191919;
    font-weight: 500;
}

.nm-trust-5-rating .bg-favicon {
    width: 25%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
    z-index: -1;
}

@media (max-width: 767px) {
    .nm-trust-5-rating .bg-favicon {
        bottom: -30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-trust-5-rating .bg-favicon {
        bottom: -80px;
    }
}

.nm-trust-5-rating .author-img-1 {
    position: absolute;
    bottom: -568px;
    left: 50%;
    transform: translateX(-50%);
    width: 130%;
    z-index: -1;
    text-align: center;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-trust-5-rating .author-img-1 {
        bottom: -428px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-trust-5-rating .author-img-1 {
        bottom: -378px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-trust-5-rating .author-img-1 {
        bottom: -438px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-trust-5-rating .author-img-1 {
        bottom: -388px;
    }
}

@media (max-width: 767px) {
    .nm-trust-5-rating .author-img-1 {
        bottom: -138px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-trust-5-rating .author-img-1 {
        bottom: -368px;
    }
}

.nm-trust-5-rating .author-img-1 img {
    animation: waRotation360 40s linear infinite;
}

.nm-trust-5-rating .author-img-2 {
    width: 90%;
    position: absolute;
    bottom: -434px;
    transform: translateX(-50%);
    left: 50%;
    z-index: -1;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-trust-5-rating .author-img-2 {
        bottom: -334px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-trust-5-rating .author-img-2 {
        bottom: -314px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-trust-5-rating .author-img-2 {
        bottom: -354px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-trust-5-rating .author-img-2 {
        bottom: -314px;
    }
}

@media (max-width: 767px) {
    .nm-trust-5-rating .author-img-2 {
        bottom: -114px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-trust-5-rating .author-img-2 {
        bottom: -304px;
    }
}

.nm-trust-5-rating .author-img-2 img {
    animation: waRotation360minus 40s linear infinite;
}

.nm-trust-5-solutions {
    background-color: #191919;
    border: 1px solid #2D2D2D;
    border-radius: 30px;
    padding: 32px 32px;
    padding-bottom: 48px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-trust-5-solutions {
        padding: 32px 22px;
    }
}

.nm-trust-5-solutions .title {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    max-width: 400px;
    margin-bottom: 32px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-trust-5-solutions .title {
        font-size: 26px;
    }
}

.nm-trust-5-solutions .features-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 32px;
}

.nm-trust-5-solutions .features-list li {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
}

.nm-trust-5-solutions .nm-pr-btn-5 {
    background-color: var(--nm-clr-pr-5);
}

.nm-trust-5-solutions .nm-pr-btn-5 .icon {
    background-color: #fff;
}

.nm-trust-5-solutions .disc {
    font-weight: 500;
    color: #fff;
}

.nm-trust-5-solutions .btn-wrap {
    margin-bottom: 66px;
}

.nm-trust-5-solutions .bg-img {
    width: 51%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

@keyframes active_status {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.nm-projects-5-area {
    background-color: #EFEFEF;
}

.nm-projects-5-wrap {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    gap: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-projects-5-wrap {
        gap: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-projects-5-wrap {
        gap: 50px;
        grid-template-columns: 1fr;
    }
}

.nm-projects-5-left {
    position: relative;
    z-index: 1;
}

.nm-projects-5-left-title {
    margin-bottom: 80px;
}

.nm-projects-5-left-title .nm-subtitle-5 {
    margin-bottom: 90px;
}

.nm-projects-5-left-title .sec-disc {
    color: #474747;
}

.nm-projects-5-counter {
    display: grid;
    gap: 50px;
    position: sticky;
    top: 100px;
}

.nm-projects-5-counter-single .number {
    font-size: 72px;
    line-height: 1;
    margin-bottom: 13px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-projects-5-counter-single .number {
        font-size: 52px;
    }
}

.nm-projects-5-counter-single .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.nm-projects-5-counter-single .disc {
    font-size: 16px;
    color: #474747;
}

.nm-projects-5-right-title {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.nm-projects-5-right-title .nm-sec-title-5 {
    font-size: 60px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-projects-5-right-title .nm-sec-title-5 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-projects-5-right-title .nm-sec-title-5 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-projects-5-right-title .nm-sec-title-5 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-projects-5-right-title .nm-sec-title-5 {
        font-size: 34px;
    }
}

@media (max-width: 767px) {
    .nm-projects-5-right-title .nm-sec-title-5 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-projects-5-right-title .nm-sec-title-5 {
        font-size: 32px;
    }
}

.nm-projects-5-right-title .all-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: end;
    font-weight: 600;
    color: var(--nm-clr-pr-5);
    font-size: 16px;
    line-height: 1;
    gap: 20px;
}

.nm-projects-5-right-title .all-btn span:nth-child(1) {
    writing-mode: sideways-lr;
    margin: 0;
    margin-right: 4px;
}

.nm-projects-5-right-title .all-btn span:nth-child(2) {
    color: #0a0a0a;
    font-size: 60px;
}

.nm-projects-5-right-inner {
    display: grid;
    gap: 80px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-projects-5-right-inner {
        gap: 50px;
    }
}

@media (max-width: 767px) {
    .nm-projects-5-right-inner {
        gap: 50px;
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.nm-projects-5-item {
    display: grid;
    gap: 52px;
}

.nm-projects-5-item:nth-child(1) {
    margin-top: -110px;
}

@media (max-width: 767px) {
    .nm-projects-5-item:nth-child(1) {
        margin-top: 0px;
    }
}

.nm-projects-5-item-single {
    background-color: #fff;
    padding: 4px;
    border-radius: 20px;
}

.nm-projects-5-item-single .item-img {
    height: 360px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 4px;
}

.nm-projects-5-item-single .item-img img {
    transition: all 0.5s var(--nm-cube-1);
}

.nm-projects-5-item-single .content-wrap {
    background-color: #EFEFEF;
    border-radius: 16px;
    padding: 20px;
}

.nm-projects-5-item-single .title {
    font-size: 24px;
    margin-bottom: 12px;
    transition: all 0.2s;
}

.nm-projects-5-item-single .title:hover {
    color: var(--nm-clr-pr-5);
}

.nm-projects-5-item-single .tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.nm-projects-5-item-single .tags-list li {
    background-color: #fff;
    border-radius: 8px;
    font-size: 14px;
    padding: 6px 10px;
}

.nm-projects-5-item-single .card-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 1;
    background: var(--nm-clr-pr-5);
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    border-radius: 50%;
    transition: all 0.5s var(--nm-cube-1);
    color: #fff;
}

.nm-projects-5-item-single .card-btn i {
    animation: blink 2.4s infinite;
    transform-origin: 50% 50%;
}

.nm-projects-5-item-single .card-btn span {
    transition: unset;
}

.nm-projects-5-item-single .card-btn:hover {
    color: #0a0a0a;
}

.nm-projects-5-item-single:hover::after {
    opacity: 39%;
}

.nm-projects-5-item-single:hover .card-btn {
    transform: translate(-50%, -50%) scale(1);
}

.nm-projects-5-item-single:hover .item-img img {
    transform: scale(1.1);
}

.nm-projects-5-item-single:is(.has-v2) .item-img {
    height: 460px;
}

.nm-team-5-area {
    background-color: #0a0a0a;
    height: 300vh;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-5-area {
        height: auto;
    }
}

.nm-team-5-bg-img-posi {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.nm-team-5-bg-img {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
}

.nm-team-5-sec-title {
    font-size: 120px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-team-5-sec-title {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .nm-team-5-sec-title {
        font-size: 40px;
    }
}

.nm-team-5-sec-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    margin-bottom: -30%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-5-sec-title-wrap {
        height: 50vh;
        margin-bottom: 0;
    }
}

.nm-team-5-pin {
    position: sticky;
    top: 0vh;
    padding-bottom: 100px;
}

.nm-team-5-slider {
    width: 100%;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-team-5-slider {
        height: 100vh;
        align-items: center;
        justify-content: center;
        display: flex;
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-5-slider {
        height: auto;
        overflow: hidden;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-5-slider .swiper-wrapper {
        height: auto;
    }
}

.nm-team-5-slider-single .name {
    color: #fff;
    font-size: 24px;
    margin-bottom: 4px;
    transition: 0.2s var(--nm-cube-1);
}

.nm-team-5-slider-single .name:hover {
    color: var(--nm-clr-pr-5);
}

.nm-team-5-slider-single .bio {
    font-size: 16px;
    color: #fff;
}

.nm-team-5-slider-single .content-wrap {
    margin: 0 auto;
    max-width: 360px;
}

.nm-team-5-slider-single .img-wrap {
    display: flex;
    justify-content: center;
    gap: 28px;
    align-items: center;
    margin-top: -30px;
}

.nm-team-5-slider-single .img-single {
    width: 90px;
    border-radius: 50%;
    height: 90px;
}

.nm-team-5-slider-single .img-single:nth-child(1) {
    width: 30px;
    height: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-5-slider-single .img-single:nth-child(1) {
        display: none;
    }
}

.nm-team-5-slider-single .img-single:nth-child(2) {
    width: 50px;
    height: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-5-slider-single .img-single:nth-child(2) {
        display: none;
    }
}

.nm-team-5-slider-single .img-single:nth-child(3) {
    width: 70px;
    height: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-5-slider-single .img-single:nth-child(3) {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-5-slider-single .img-single:nth-child(4) {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-5-slider-single .img-single:nth-last-child(4) {
        display: none;
    }
}

.nm-team-5-slider-single .img-single:nth-last-child(3) {
    width: 70px;
    height: 70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-5-slider-single .img-single:nth-last-child(3) {
        display: none;
    }
}

.nm-team-5-slider-single .img-single:nth-last-child(2) {
    width: 50px;
    height: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-5-slider-single .img-single:nth-last-child(2) {
        display: none;
    }
}

.nm-team-5-slider-single .img-single:nth-last-child(1) {
    width: 30px;
    height: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-5-slider-single .img-single:nth-last-child(1) {
        display: none;
    }
}

.nm-team-5-slider-single .img-single:is(.main-elm) {
    border-radius: 0;
    width: 350px;
    height: 350px;
}

.nm-team-5-slider-single .img-single:is(.main-elm) .main-elm-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.nm-team-5-slider-single .img-single:is(.main-elm) .bg-shape {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.nm-team-5-slider-single .img-single:is(.main-elm) .main-elm-img {
    width: 74%;
    border-radius: 50%;
}

.nm-team-5-slider-single .img-single-ani {
    border-radius: 50%;
}

.nm-team-5-slider-single .social-link {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-left: auto;
    max-width: 620px;
    margin-top: -10px;
}

.nm-team-5-slider-single .social-link-elm {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    transition: 0.4s var(--nm-cube-1);
}

.nm-team-5-slider-single .social-link-elm .bg-shape {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.nm-team-5-slider-single .social-link-elm .bg-shape * {
    transition: 0.4s var(--nm-cube-1);
}

.nm-team-5-slider-single .social-link-elm:hover {
    color: var(--nm-clr-pr-5);
}

.nm-team-5-slider-single .social-link-elm:hover .bg-shape path {
    fill: var(--nm-clr-pr-5);
}

.nm-team-5-slider .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .nm-team-5-slider-single .img-single:is(.main-elm) .main-elm-wrap {
    animation: nm_team_5_img 0.5s;
}

.nm-team-5-slider .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .nm-team-5-slider-single .img-single-ani {
    animation: nm_team_5_img3 0.5s;
}

.nm-team-5-slider .swiper-wrapper .swiper-slide:is(.swiper-slide-active) .nm-team-5-slider-single .img-single:is(.main-elm) .main-elm-wrap {
    animation: nm_team_5_img2 0.5s;
}

.nm-team-5-slider-x-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-5-slider-x-btn-wrap {
        height: auto;
    }
}

.nm-team-5-slider-x-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-team-5-slider-x-btn {
        flex-wrap: wrap;
        gap: 50px;
    }
}

.nm-team-5-slider-btn-wrap {
    flex: 0 0 auto;
}

.nm-team-5-slider-btn {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.4s var(--nm-cube-1);
}

.nm-team-5-slider-btn span {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.4s var(--nm-cube-1);
}

.nm-team-5-slider-btn:hover {
    color: var(--nm-clr-pr-5);
}

.nm-team-5-slider-btn:hover span {
    background-color: var(--nm-clr-pr-5);
}

@keyframes nm_team_5_img {
    to {
        transform: translateX(-100px) scale(0.3);
    }
}

@keyframes nm_team_5_img3 {
    to {
        transform: translateX(-100px) scale(2);
    }
}

@keyframes nm_team_5_img2 {
    from {
        transform: translateX(100px) scale(0.3);
    }
}

.nm-price-5-area {
    background-color: #EFEFEF;
}

.nm-price-5-container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.nm-price-5-sec-title .sec-disc {
    margin-top: 16px;
    color: #474747;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.nm-price-5-btn {
    display: inline-flex;
    gap: 12px;
    align-items: center;
}

.nm-price-5-btn-offer {
    font-size: 16px;
}

.nm-price-5-btn-toggle {
    display: inline-flex;
    background: #fff;
    border-radius: 100px;
    padding: 11px 16px;
    gap: 22px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.nm-price-5-btn-toggle .text-elm {
    font-size: 16px;
}

.nm-price-5-btn-toggle::after {
    content: "";
    width: 87px;
    height: 35px;
    border-radius: 100px;
    background: #EFEFEF;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: -1;
    transition: 0.5s var(--nm-cube-1);
}

.nm-price-5-btn-toggle:is(.active)::after {
    width: 76px;
    left: 89px;
}

.nm-price-5-card {
    display: grid;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.nm-price-5-card-single {
    background-color: #fff;
    border-radius: 32px;
    padding: 4px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1.1fr;
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-price-5-card-single {
        position: sticky;
        top: 100px;
    }
}

@media (max-width: 767px) {
    .nm-price-5-card-single {
        grid-template-columns: 1fr;
    }
}

.nm-price-5-card-single .card-bg-glow {
    position: absolute;
    inset: 0;
    z-index: -1;
    left: 0;
    opacity: 0;
}

.nm-price-5-card-single .right-side {
    background-color: #EFEFEF;
    border-radius: 28px;
    padding: 32px 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-price-5-card-single .right-side {
        padding: 32px 22px;
    }
}

.nm-price-5-card-single .left-side {
    padding: 32px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-price-5-card-single .left-side {
        padding: 22px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .nm-price-5-card-single .left-side {
        padding: 22px;
    }
}

.nm-price-5-card-single .icon-elm {
    width: 60px;
    height: 60px;
    background-color: #353535;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4A4A4A;
    outline: 4px solid #0a0a0a;
    margin-bottom: 38px;
}

.nm-price-5-card-single .title {
    font-size: 28px;
    margin-bottom: 10px;
}

.nm-price-5-card-single .disc {
    font-size: 17px;
    color: #474747;
    margin-bottom: 20px;
}

.nm-price-5-card-single .delivery-time {
    font-size: 17px;
    color: #474747;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
    border-radius: 12px;
    padding: 7px 10px;
    margin-top: auto;
}

.nm-price-5-card-single .price-wrap {
    margin-bottom: 28px;
}

.nm-price-5-card-single .price-wrap:not(.active) .has-annual {
    display: none;
}

.nm-price-5-card-single .price-wrap:is(.active) .has-monthly {
    display: none;
}

.nm-price-5-card-single .price-wrap:is(.active) .has-annual {
    display: block;
}

.nm-price-5-card-single .price-elm {
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-price-5-card-single .price-elm {
        font-size: 44px;
    }
}

.nm-price-5-card-single .price-elm span {
    font-size: 20px;
    font-weight: 500;
    opacity: 0.8;
}

.nm-price-5-card-single .price-features {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 32px;
    margin-bottom: 34px;
}

.nm-price-5-card-single .price-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
}

.nm-price-5-card-single .price-features li .icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    background-color: #0a0a0a;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nm-price-5-card-single .price-features li:is(.has-disable) {
    color: #474747;
}

.nm-price-5-card-single .dvr-line {
    height: 1px;
    width: 100%;
    background: #D8D8D8;
}

.nm-price-5-card-single .nm-pr-btn-5 {
    width: 100%;
    justify-content: center;
    padding: 8px;
}

.nm-price-5-card-single .nm-pr-btn-5 .icon {
    background-color: transparent;
}

.nm-price-5-card-single .nm-pr-btn-5:hover {
    background: var(--nm-clr-pr-5);
}

.nm-price-5-card-single .nm-pr-btn-5:hover .icon {
    left: 0;
}

.nm-price-5-card-single .nm-pr-btn-5:hover .text {
    transform: none;
}

.nm-price-5-card-single:is(.active) .card-bg-glow {
    opacity: 1;
}

.nm-price-5-card-single:is(.active) .icon-elm {
    background-color: #fff;
    outline-color: #fff;
    border-color: #E4E4E4;
}

.nm-price-5-card-single:is(.active) .disc,
.nm-price-5-card-single:is(.active) .title {
    color: #fff;
}

.nm-price-5-card-single:is(.active) .delivery-time {
    color: #fff;
}

.nm-price-5-card-single:is(.active) .right-side {
    background-color: rgba(239, 239, 239, 0.15);
}

.nm-price-5-card-single:is(.active) .price-elm {
    color: var(--nm-clr-pr-5);
}

.nm-price-5-card-single:is(.active) .price-elm span {
    color: #fff;
    opacity: 1;
}

.nm-price-5-card-single:is(.active) .price-features li {
    color: #fff;
}

.nm-price-5-card-single:is(.active) .price-features li .icon {
    background-color: #fff;
}

.nm-price-5-card-single:is(.active) .price-features li .icon svg path {
    stroke: #0a0a0a;
}

.nm-price-5-card-single:is(.active) .nm-pr-btn-5 {
    background-color: #fff;
    color: #0a0a0a;
}

.nm-price-5-card-single:is(.active) .nm-pr-btn-5:hover {
    background: var(--nm-clr-pr-5);
}

.nm-process-5-area {
    background-color: #0a0a0a;
    padding-bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-process-5-area {
        padding-bottom: 150px;
    }
}

.nm-process-5-area:is(.p5_pin_elm_trigger) {
    height: 1600px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-process-5-area:is(.p5_pin_elm_trigger) {
        height: auto;
    }
}

.nm-process-5-sec-title {
    text-align: right;
    width: max-content;
    max-width: 437px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-process-5-sec-title {
        text-align: left;
    }
}

.nm-process-5-sec-title .nm-subtitle-5 {
    color: #fff;
    gap: 10px;
}

.nm-process-5-sec-title .nm-sec-title-5 {
    color: #fff;
    max-width: 400px;
    margin-left: auto;
}

.nm-process-5-sec-title .sec-disc {
    color: #E4E4E4;
    opacity: 80%;
    margin-top: 13px;
    font-size: 17px;
}

.nm-process-5-wrap {
    display: flex;
    gap: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-process-5-wrap {
        flex-wrap: wrap;
        gap: 50px;
    }
}

.nm-process-5-right {
    display: flex;
    gap: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-process-5-right {
        flex-wrap: wrap;
    }
}

.nm-process-5-card {
    border-radius: 20px;
    padding: 32px 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 420px;
    flex: 0 0 auto;
    will-change: transform;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-process-5-card {
        padding: 32px 22px;
    }
}

@media (max-width: 767px) {
    .nm-process-5-card {
        padding: 32px 22px;
        width: 100%;
    }
}

.nm-process-5-card::before {
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: var(--nm-clr-pr-5);
    filter: blur(40px);
    position: absolute;
    top: -22%;
    right: -18%;
    z-index: -1;
    transition: all 0.5s var(--nm-cube-1);
    opacity: 0;
}

.nm-process-5-card .bg-shape {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
}

.nm-process-5-card .number {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: -3px;
    left: 88px;
}

.nm-process-5-card .btn-wrap {
    text-align: right;
}

.nm-process-5-card .nm-pr-btn-5 {
    text-transform: capitalize;
    visibility: hidden;
}

.nm-process-5-card .nm-pr-btn-5 .icon {
    background-color: #fff;
}

.nm-process-5-card .icon-elm {
    display: inline-block;
    font-size: 30px;
    margin-top: -10px;
    margin-bottom: 50px;
}

.nm-process-5-card .title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .nm-process-5-card .title {
        font-size: 22px;
    }
}

.nm-process-5-card .disc {
    color: #E4E4E4;
    border-top: 1px solid #4e4e4e;
    padding-top: 16px;
    font-size: 16px;
}

.nm-process-5-card:hover::before {
    top: -12%;
    right: -8%;
    opacity: 0.7;
}

.nm-process-5-card:nth-child(2) .bg-shape path {
    fill: #252525;
}

.nm-process-5-card:nth-child(3) .bg-shape path {
    fill: #303030;
}

.nm-process-5-big-title {
    font-weight: 700;
    font-size: 400px;
    color: var(--nm-clr-pr-5);
    line-height: 1;
    letter-spacing: -0.08em;
    position: absolute;
    bottom: -8%;
    left: 0;
    z-index: -1;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
    .nm-process-5-big-title {
        font-size: 450px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-process-5-big-title {
        font-size: 410px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-process-5-big-title {
        font-size: 360px;
        bottom: -5%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-process-5-big-title {
        font-size: 320px;
        bottom: -5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-process-5-big-title {
        font-size: 240px;
        bottom: -2%;
    }
}

@media (max-width: 767px) {
    .nm-process-5-big-title {
        font-size: 120px;
        bottom: -2%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-process-5-big-title {
        font-size: 150px;
        bottom: -2%;
    }
}

.nm-testimonial-5-area {
    background-color: #EFEFEF;
}

.nm-testimonial-5-wrap {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-testimonial-5-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .nm-testimonial-5-wrap {
        grid-template-columns: 1fr;
    }
}

.nm-testimonial-5-wrap .item-col {
    display: grid;
    gap: 14px;
    align-items: start;
}

.nm-testimonial-5-wrap .item-col:nth-child(1) {
    margin-top: 48px;
}

.nm-testimonial-5-wrap .item-col:nth-child(3) {
    margin-top: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-testimonial-5-wrap .item-col:nth-child(3) {
        grid-template-columns: 1fr 1fr;
        grid-column-start: 1;
        grid-column-end: -1;
    }
}

.nm-testimonial-5-sec-title {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.nm-testimonial-5-card {
    background-color: #fff;
    border-radius: 32px;
    padding: 4px;
}

.nm-testimonial-5-card .top-content {
    background-color: #EFEFEF;
    border-radius: 28px;
    padding: 32px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-testimonial-5-card .top-content {
        padding: 32px 22px;
    }
}

.nm-testimonial-5-card .icon-elm {
    margin-bottom: 26px;
}

.nm-testimonial-5-card .comment {
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 48px;
}

.nm-testimonial-5-card .comment span {
    display: inline;
    opacity: 70%;
}

.nm-testimonial-5-card .rating-x-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.nm-testimonial-5-card .rating {
    display: flex;
    font-size: 22px;
    font-weight: 700;
    align-items: center;
    gap: 6px;
}

.nm-testimonial-5-card .rating i {
    color: var(--nm-clr-pr-5);
    font-size: 18px;
}

.nm-testimonial-5-card .rating span {
    font-size: 18px;
    font-weight: 500;
}

.nm-testimonial-5-card .author {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 24px 20px;
}

.nm-testimonial-5-card .author-img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.nm-testimonial-5-card .author-name {
    font-size: 20px;
    margin-bottom: 4px;
}

.nm-testimonial-5-card .author-bio {
    font-size: 16px;
    color: #474747;
}

.nm-testimonial-5-card-img {
    min-height: 532px;
    border-radius: 32px;
    display: flex;
    align-items: end;
    padding: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-testimonial-5-card-img {
        padding: 40px 20px;
    }
}

.nm-testimonial-5-card-img::after {
    content: "";
    width: 100%;
    height: 280px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.nm-testimonial-5-card-img .icon-elm {
    margin-bottom: 32px;
}

.nm-testimonial-5-card-img .comment {
    font-size: 20px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 24px;
}

.nm-testimonial-5-card-img .author-name {
    font-size: 20px;
    margin-bottom: 4px;
    color: #fff;
}

.nm-testimonial-5-card-img .author-bio {
    font-size: 16px;
    color: #fff;
}

.nm-testimonial-5-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.nm-testimonial-5-review {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nm-testimonial-5-review .rating-text {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2px;
}

.nm-testimonial-5-review .rating-text .icon {
    font-size: 18px;
    color: var(--nm-clr-pr-5);
}

.nm-testimonial-5-review .rating-disc {
    font-size: 16px;
    color: #0A0E29;
}

.nm-testimonial-5-author {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.nm-testimonial-5-author .author-img {
    display: flex;
    align-items: center;
}

.nm-testimonial-5-author .author-img-single {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    outline: 2px solid #fff;
    transition: 0.3s;
    position: relative;
}

.nm-testimonial-5-author .author-img-single:is(.has-text) {
    background-color: var(--nm-clr-pr-5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nm-testimonial-5-author .author-img-single:is(.has-text) .text-elm {
    color: #fff;
    font-weight: 600;
}

.nm-testimonial-5-author .author-img-single:not(:first-child) {
    margin-left: -15px;
}

.nm-testimonial-5-author .author-img-single:nth-child(1):hover~.author-img-single:nth-child(2) {
    transform: translateX(15px);
}

.nm-testimonial-5-author .author-img-single:nth-child(2):hover~.author-img-single:nth-child(3) {
    transform: translateX(15px);
}

.nm-testimonial-5-author .author-img-single:nth-child(3):hover~.author-img-single:nth-child(4) {
    transform: translateX(15px);
}

.nm-testimonial-5-author .author-text {
    font-size: 18px;
    font-weight: 500;
}

.nm-blog-5-area {
    background-color: #0a0a0a;
}

.nm-blog-5-sec-title {
    color: #fff;
    font-weight: 700;
    font-size: 80px;
    letter-spacing: -0.04em;
    margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .nm-blog-5-sec-title {
        font-size: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-blog-5-sec-title {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-blog-5-sec-title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .nm-blog-5-sec-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-blog-5-sec-title {
        font-size: 50px;
    }
}

.nm-blog-5-wrap {
    position: relative;
    z-index: 1;
    max-width: 1240px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-blog-5-card:not(:last-child) {
        margin-bottom: 50px;
    }
}

.nm-blog-5-card .card-img {
    height: 490px;
    border-radius: 32px;
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-blog-5-card .card-img {
        height: 350px;
    }
}

.nm-blog-5-card .blog-tags {
    position: absolute;
    top: 24px;
    left: 24px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 16px;
}

.nm-blog-5-card .blog-date {
    color: var(--nm-clr-pr-5);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.nm-blog-5-card .blog-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 32px;
    transition: 0.2s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-blog-5-card .blog-title {
        font-size: 24px;
    }
}

.nm-blog-5-card .blog-title:hover {
    color: var(--nm-clr-pr-5);
}

.nm-blog-5-card .blog-disc {
    font-size: 16px;
    color: #E4E4E4;
    font-weight: 500;
}

.nm-blog-5-card .content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.nm-blog-5-card .card-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 1;
    background: var(--nm-clr-pr-5);
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    border-radius: 50%;
    transition: all 0.5s var(--nm-cube-1);
    color: #fff;
}

.nm-blog-5-card .card-btn i {
    animation: blink 2.4s infinite;
    transform-origin: 50% 50%;
}

.nm-blog-5-card .card-btn span {
    transition: unset;
}

.nm-blog-5-card .card-btn:hover {
    color: #0a0a0a;
}

.nm-blog-5-card .nm-pr-btn-5 {
    background: var(--nm-clr-pr-5);
}

.nm-blog-5-card .nm-pr-btn-5 .icon {
    background-color: #fff;
}

.nm-blog-5-card:hover .card-btn {
    transform: translate(-50%, -50%) scale(1);
}

@media (min-width: 1800px),
only screen and (min-width: 1600px) and (max-width: 1799px),
only screen and (min-width: 1400px) and (max-width: 1599px) {
    .nm-blog-5-area {
        height: 300vh;
        position: relative;
        z-index: 1;
    }

    .nm-blog-5-card:not(:first-child) {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .nm-blog-5-card:nth-child(2) {
        filter: brightness(0.4) blur(2px);
        opacity: 1;
        transform: translateZ(-400px) translateY(-50px) translateX(50px) scale(0.5) rotate(0deg) rotateX(0deg) rotateY(0deg);
        transform-origin: 100% 0% 0px;
    }

    .nm-blog-5-card:nth-child(3) {
        filter: brightness(0.4) blur(2px);
        opacity: 1;
        transform: translateZ(-400px) translateY(-100px) translateX(100px) scale(0.4) rotate(0deg) rotateX(0deg) rotateY(0deg);
        transform-origin: 100% 0% 0px;
    }

    .nm-blog-5-card:nth-child(1) {
        z-index: 3;
        position: relative;
    }

    .nm-blog-5-card:nth-child(2) {
        z-index: 2;
    }

    .nm-blog-5-card:nth-child(3) {
        z-index: 1;
    }

    .nm-blog-5-pin {
        position: sticky;
        top: 100px;
    }
}

.nm-contact-5-area {
    background-color: #EFEFEF;
}

.nm-contact-5-wrap {
    margin-left: -80px;
    margin-right: -80px;
    position: relative;
    z-index: 1;
    padding-top: 180px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-contact-5-wrap {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.nm-contact-5-wrap .hand-img-1 {
    width: 34%;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: -2;
}

.nm-contact-5-wrap .hand-img-1 img {
    transform-origin: left;
}

.nm-contact-5-wrap .hand-img-2 {
    width: 34%;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -2;
    text-align: right;
}

.nm-contact-5-wrap .hand-img-2 img {
    transform-origin: right;
}

.nm-contact-5-box {
    background-color: #0a0a0a;
    max-width: 668px;
    border-radius: 32px;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .nm-contact-5-box {
        padding: 48px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-contact-5-box {
        padding: 48px 40px;
    }
}

.nm-contact-5-box::after {
    content: "";
    position: absolute;
    width: 234px;
    height: 234px;
    background: #FD3F00;
    filter: blur(52px);
    top: -150px;
    right: -150px;
    z-index: -1;
}

.nm-contact-5-box::before {
    content: "";
    position: absolute;
    width: 234px;
    height: 234px;
    background: #FD3F00;
    filter: blur(52px);
    top: -150px;
    left: -150px;
    z-index: -1;
}

.nm-contact-5-box-title .nm-subtitle-5 {
    color: #fff;
    font-weight: 400;
}

.nm-contact-5-box-title .nm-sec-title-5 {
    color: #fff;
    font-size: 36px;
}

@media (max-width: 767px) {
    .nm-contact-5-box-title .nm-sec-title-5 {
        font-size: 26px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-contact-5-box-title .nm-sec-title-5 {
        font-size: 32px;
    }
}

.nm-contact-5-box-form {
    display: grid;
    gap: 20px 12px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
    .nm-contact-5-box-form {
        grid-template-columns: 1fr;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-contact-5-box-form {
        grid-template-columns: 1fr 1fr;
    }
}

.nm-contact-5-box-form .elm-col:is(.has-full-width) {
    grid-column-start: 1;
    grid-column-end: -1;
}

.nm-contact-5-box-form .form-label {
    color: #fff;
    font-size: 17px;
    margin-bottom: 8px;
}

.nm-contact-5-box-form .form-label span {
    color: var(--nm-clr-pr-5);
}

.nm-contact-5-box-form .form-input {
    height: 45px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(71, 71, 71, 0.5);
    border-radius: 12px;
    width: 100%;
    padding: 0 16px;
    font-size: 15px;
    color: rgba(228, 228, 228, 0.6);
}

.nm-contact-5-box-form .form-input:is(textarea) {
    height: 150px;
    padding-top: 11px;
}

.nm-contact-5-box-form .form-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.nm-contact-5-box-form .form-checkbox:is(.has-full-width) {
    grid-column-start: 1;
    grid-column-end: -1;
}

.nm-contact-5-box-form .form-checkbox .checkbox-label {
    color: #fff;
    font-size: 17px;
}

.nm-contact-5-box-form .form-checkbox input[type=checkbox] {
    position: relative;
    border: 2px solid var(--nm-clr-pr-5);
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    margin: 0;
    height: 22px;
    width: 22px;
    -webkit-appearance: none;
    isolation: isolate;
}

.nm-contact-5-box-form .form-checkbox input[type=checkbox]::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
}

.nm-contact-5-box-form .form-checkbox input[type=checkbox]:checked {
    background-color: var(--nm-clr-pr-5);
    opacity: 1;
}

.nm-contact-5-box-form .form-checkbox input[type=checkbox]:checked::before {
    opacity: 1;
}

.nm-contact-5-box-form .button-x-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.nm-contact-5-box-form .button-x-author:is(.has-full-width) {
    grid-column-start: 1;
    grid-column-end: -1;
}

.nm-contact-5-box-form .author {
    display: inline-flex;
    gap: 14px;
    align-items: center;
}

.nm-contact-5-box-form .author-name {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 7px;
}

.nm-contact-5-box-form .author-dg {
    font-size: 16px;
    line-height: 1.2;
    color: #EFEFEF;
}

.nm-contact-5-box-form .nm-pr-btn-5 {
    background-color: var(--nm-clr-pr-5);
}

.nm-contact-5-box-form .nm-pr-btn-5 .icon {
    background-color: #fff;
}

.nm-contact-5-marquee {
    padding-top: 80px;
    padding-bottom: 72px;
    z-index: -1;
    position: absolute;
    bottom: 180px;
    left: 0;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-contact-5-marquee {
        position: relative;
        bottom: 0;
    }
}

.nm-contact-5-marquee-wrap-1 {
    overflow: hidden;
    transform: rotate(-4deg);
    background-color: #0a0a0a;
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px 0;
}

.nm-contact-5-marquee-wrap-1 .wa_marquee {
    margin-bottom: -5px;
}

.nm-contact-5-marquee-wrap-2 {
    overflow: hidden;
    transform: rotate(4deg);
    background-color: var(--nm-clr-pr-5);
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0;
    position: absolute;
    top: 69px;
    right: -6px;
    width: 101%;
}

.nm-contact-5-marquee-wrap-2 .wa_marquee {
    margin-bottom: -5px;
}

.nm-contact-5-marquee-elm {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-right: 16px;
}

.nm-contact-5-marquee-elm .single-elm {
    display: flex;
    gap: 18px;
    color: #fff;
    font-size: 26px;
    flex: 0 0 auto;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-contact-5-marquee-elm .single-elm {
        font-size: 22px;
    }
}

.nm-footer-5-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
}

.nm-footer-5-wrap-inner {
    max-width: 680px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: space-between;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-footer-5-wrap-inner {
        max-width: 300px;
    }
}

.nm-footer-5-newsletter {
    max-width: 460px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-footer-5-newsletter {
        max-width: 330px;
    }
}

.nm-footer-5-newsletter .title {
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    margin-bottom: 12px;
}

.nm-footer-5-newsletter .title img {
    max-width: 36px;
}

.nm-footer-5-newsletter .disc {
    color: #E4E4E4;
    font-size: 17px;
    margin-bottom: 32px;
}

.nm-footer-5-newsletter-form {
    position: relative;
    z-index: 1;
}

.nm-footer-5-newsletter-form .form-input {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    background-color: transparent;
    border: 1px solid #565656;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 16px;
    padding-right: 50px;
    font-size: 16px;
    font-weight: 300;
}

.nm-footer-5-newsletter-form .form-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: var(--nm-clr-pr-5);
    color: #fff;
}

.nm-footer-5-widget .multi-menu {
    display: flex;
    align-items: start;
    gap: 60px;
}

.nm-footer-5-widget-title {
    color: #E4E4E4;
    opacity: 80%;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

.nm-footer-5-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 4px;
}

.nm-footer-5-widget ul li a {
    font-family: var(--nm-font-2);
    color: #E4E4E4;
    opacity: 80%;
    font-size: 17px;
    font-weight: 500;
    transition: 0.4s var(--nm-cube-1);
}

.nm-footer-5-widget ul li a:hover {
    color: var(--nm-clr-pr-5);
    opacity: 1;
}

.nm-footer-5-contact {
    max-width: 320px;
}

.nm-footer-5-contact .title {
    color: #E4E4E4;
    opacity: 80%;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

.nm-footer-5-contact .link-elm {
    color: #E4E4E4;
    opacity: 80%;
    font-size: 17px;
    font-weight: 500;
    transition: 0.4s var(--nm-cube-1);
}

.nm-footer-5-contact .link-elm:not(:last-child) {
    margin-bottom: 7px;
}

.nm-footer-5-contact .link-elm:hover {
    color: var(--nm-clr-pr-5);
    opacity: 1;
}

.nm-footer-5-wrap-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

.nm-footer-5-social {
    max-width: 460px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .nm-footer-5-social {
        max-width: 310px;
    }
}

.nm-footer-5-social .link-elm {
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    transition: 0.4s var(--nm-cube-1);
}

.nm-footer-5-social .link-elm span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

.nm-footer-5-social .link-elm svg {
    width: 100%;
}

.nm-footer-5-social .link-elm svg path {
    transition: 0.4s var(--nm-cube-1);
}

.nm-footer-5-social .link-elm:hover {
    color: #fff;
    transform: scaleX(1.1);
}

.nm-footer-5-social .link-elm:hover svg path {
    fill: #fff;
}

.nm-footer-5-text-logo {
    font-family: "Squada One", sans-serif;
    color: #fff;
    line-height: 0.7;
    font-size: 370px;
    margin-bottom: 0;
    letter-spacing: -0.05em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nm-footer-5-text-logo {
        font-size: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nm-footer-5-text-logo {
        font-size: 180px;
    }
}

@media (max-width: 767px) {
    .nm-footer-5-text-logo {
        font-size: 120px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .nm-footer-5-text-logo {
        font-size: 200px;
    }
}

.nm-footer-5-copyright {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    border-top: 1px solid #565656;
    padding: 29px 0;
}

.nm-footer-5-copyright .copyright-text {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

.nm-footer-5-copyright .copyright-text .has-red {
    color: var(--nm-clr-pr-5);
}

.nm-footer-5-copyright .copyright-text .copyright-year {
    color: var(--nm-clr-pr-5);
}

.nm-footer-5-copyright .copyright-text a {
    transition: all 0.4s var(--nm-cube-1);
}

.nm-footer-5-copyright .copyright-text a:hover {
    color: var(--nm-clr-pr-5);
}

.nm-sec-title-5:is(.sec_title_2) .split-line {
    display: inline !important;
}


/*
    home-5-end
*/