@font-face {
    font-family: "Big Noodle Titling";
    src: url("../fonts/big_noodle_titling.woff2") format("woff2"), url("../fonts/big_noodle_titling.woff") format("woff"), url("../fonts/big_noodle_titling.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Gilroy;
    src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gilroy;
    src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

h1, h2 {
    font-family: "Big Noodle Titling", sans-serif !important;
    letter-spacing: 2px;
}

:root {
    --c1: #C30018;
    --c2: #0e0e0e;
    --c3: #C30018;
    --white: #ffffff;
    --black: #1e1e1e;
}

body {
    background-color: var(--white);
    color: var(--white);
}

body.ov-hidden {
    overflow: hidden;
}

::selection {
    color: var(--white);
    background: var(--c1);
}

a {
    transition: 0.7s;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--c1);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--c3);
}

.wrapper {
    overflow: hidden;
}

.cursor1 {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1px solid var(--c3);
    border-radius: 50%;
    left: 0px;
    top: 0px;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: 0.15s;
    z-index: 2147483647;
    mix-blend-mode: difference;
}

.cursor2 {
    position: fixed;
    width: 8px;
    height: 8px;
    background-color: var(--c3);
    border-radius: 50%;
    left: 0px;
    top: 0px;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    z-index: 999999999;
    mix-blend-mode: difference;
}

.container-th {
    width: 90%;
    max-width: 1531px;
    margin: 0px auto;
}

section.main-banner {
    position: relative;
    height: 100vh;
    min-height: 800px;
    font-family: "Big Noodle Titling", sans-serif;
}

header.main-header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
    padding: 5px 0px;
    background: rgba(255, 255, 255, 0);
    transition: 0.7s;
}

.main-header .navbar {
    padding: 0px;
}

header.main-header.fixed .main-logo img {
    height: auto;
}

.main-logo img {
    transition: 0.7s;
    height: auto;
}

section.main-banner .banner-video video {
    width: 100%;
    height: 110%;
    z-index: 9999;
    object-fit: cover;
    position: relative;
}

section.main-banner .banner-content-area {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    z-index: 9999;
}

section.main-banner .banner-video {
    overflow: hidden;
    width: 100%;
    height: 110%;
}

header.main-header .header-contact ul {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
    list-style: none;
    align-items: center;
    margin: 0px;
}

header.main-header .header-contact ul ul li {
    color: --var();
}

.header-contact ul li:last-child {
    display: none !important;
}

header.main-header .header-contact ul li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 17px;
    font-family: Gilroy;
    font-weight: 600;
    position: relative;
    transition: 0.7s;
}

header.main-header .header-contact ul li a i {
    margin-right: 5px;
}

header.main-header .header-contact ul li.contact-list-top a::before {
    content: "";
    display: table;
    position: absolute;
    left: 0px;
    bottom: -2px;
    height: 2px;
    width: 0px;
    background: var(--c1);
    transition: 0.7s;
}

header.main-header .header-contact ul li.contact-list-top a:hover::before {
    width: 100%;
}

header.main-header .header-contact ul li a:hover {
    color: var(--c1);
}

@media screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0px;
    }

    .dropdown .dropdown-menu {
        display: none;
    }

    .dropdown:hover .dropdown-toggle::after {
        border-top: 0px;
        border-bottom: 0.3em solid;
    }
}

.main-logo {
    width: 290px;
}

header.main-header .navbar .nav-item .nav-link {
    color: rgb(255, 255, 255);
    font-size: 17px;
}

.main-header ul.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.61);
    box-shadow: rgba(172, 0, 33, 0.18) 0px 9px 16px 0px;
    border: 1px solid rgba(183, 0, 28, 0.25);
    backdrop-filter: blur(14px);
}

.main-header a.dropdown-item {
    color: rgb(255, 255, 255);
}

.main-header a.dropdown-item:hover {
    background: rgb(189, 0, 26);
}

.main-header li.nav-item {
    margin: 0px 8px;
}

section.main-banner .banner-content h2, section.main-banner .banner-content h1 {
    font-size: 90px;
    font-weight: 600;
    position: relative;
    padding-bottom: 45px;
    color: rgb(255, 255, 255);
    line-height: 100%;
    margin-bottom: 40px;
}

section.main-banner .banner-content p {
    font-size: 20px;
    font-family: Gilroy;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

section.main-banner .banner-content h2::before, section.main-banner .banner-content h1::before {
    content: "";
    display: table;
    position: absolute;
    right: 0px;
    top: 18px;
    background-image: url("../images/icons/icon-1.png");
    width: 30px;
    height: 33px;
    background-repeat: no-repeat;
}

section.main-banner .banner-content h2::after, section.main-banner .banner-content h1::after {
    content: "";
    display: table;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url("../images/icons/icon-2.gif");
    width: 100%;
    height: 33px;
    background-repeat: no-repeat;
}

section.main-banner .banner-content {
    padding-right: 125px;
    padding-top: 153px;
}

.form-style-01 .input-field input, .form-style-01 .input-field textarea {
    background: no-repeat;
    border-width: medium medium 2px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(255, 255, 255);
    border-image: initial;
    width: 100%;
    color: rgb(255, 255, 255);
    line-height: 46px;
    font-family: Gilroy;
    font-weight: 300;
}

.form-style-01 .input-field input::placeholder, .form-style-01 .input-field textarea::placeholder {
    color: rgb(255, 255, 255);
}

.form-style-01 .input-field {
    padding: 26px 0px;
}

.form-style-01 .input-field input:focus, .form-style-01 .input-field textarea:focus {
    outline: none;
    border-color: var(--white);
}

.contact-us-page .input-field input:focus {
    border-color: var(--black);
}

.contact-us-page .input-field input, .contact-us-page .input-field textarea, .contact-us-page .input-field textarea {
    color: rgb(14, 14, 14);
    border-bottom: 2px solid rgb(14, 14, 14) !important;
}

.contact-us-page .input-field input::placeholder, .contact-us-page .input-field textarea::placeholder {
    color: rgb(14, 14, 14);
}

section.main-banner .checkbox-field label {
    font-weight: 300;
}

section.main-banner .checkbox-field {
    padding-bottom: 60px;
}

.btn-style-2 input {
    background: url("../images/icons/button-icon1.png") no-repeat border-box border-box;
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 20px 40px 0px 0px;
    font-weight: 300;
}

.btn-style-1 {
    margin-top: 15px;
}

.btn-style-2 input::before {
    content: "";
    width: 100px;
    height: 10px;
    background: rgb(255, 255, 255);
    display: table;
    position: absolute;
}

.btn-style-2 .arrow-button {
    transform: rotate(180deg);
    padding: 20px 0px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    background: 0px 0px;
}

.btn-style-2 .button {
    position: relative;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 0px;
    background-color: var(--white);
    text-decoration: none;
    appearance: none;
    user-select: none;
    cursor: pointer;
}

.contact-us-page .btn-style-2 .arrow-button .text {
    background-clip: text;
    -webkit-text-fill-color: rgb(0 0 0);
}

.btn-style-2 .arrow-button .text {
    position: absolute;
    right: 0px;
    bottom: -10px;
    transform: rotate(180deg);
    background-clip: text;
    -webkit-text-fill-color: rgb(0 0 0);
    background-size: 200% 100%;
    background-position: 100% center;
    font-size: 0.85rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    transition: background-position 0.4s;
    padding: 20px 3px;
    text-align: center;
    margin: 0px auto;
}

.btn-style-2 .arrow-button:hover .text, .parent:hover .arrow-button .text {
    background-position: 0px 100%;
}

.contact-us-page .btn-style-2 .arrow-button .line {
    background: rgb(14, 14, 14);
}

.btn-style-2 .arrow-button .line {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100px;
    height: 2px;
    background: var(--white);
}

.btn-style-2 .arrow-button .line::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 100100%;
    height: 2px;
    display: block;
    background: var(--c1);
    transition: 0.4s;
}

.contact-us-page .btn-style-2 .button.arrow-button.next span.arrow {
    background: var(--black);
}

.btn-style-2 .arrow-button:hover .line::after {
    left: 0px;
}

.btn-style-2 .button.arrow-button.next span.arrow {
    overflow: hidden;
    position: absolute;
    left: -21px;
    bottom: 0px;
    z-index: 0;
    width: 20px;
    height: 2px;
    background: var(--white);
    transform-origin: left bottom;
    transform: rotate(45deg) translate3d(15px, -15px, 0px);
}

.btn-style-2 .button.arrow-button.next span.arrow::after {
    content: "";
    background: var(--c1);
    width: 100%;
    height: 0px;
    display: table;
    transition: 0.4s;
    position: absolute;
}

.btn-style-2 .button.arrow-button.next:hover span.arrow::after {
    height: 100%;
    transition-delay: 0.2s;
}

header.main-header a#mobile-menu-openbtn span {
    display: table;
    height: 4px;
    width: 39px;
    background: var(--white);
    border-radius: 4px;
    position: relative;
    transition: 0.4s;
}

header.main-header a#mobile-menu-openbtn span::before {
    content: "";
    display: table;
    width: 25px;
    height: 4px;
    background: var(--white);
    top: -11px;
    position: absolute;
    border-radius: 5px;
    transition: 0.4s;
}

header.main-header a#mobile-menu-openbtn span::after {
    content: "";
    display: table;
    width: 25px;
    height: 4px;
    background: var(--white);
    top: 11px;
    position: absolute;
    border-radius: 5px;
    transition: 0.4s;
}

header.main-header a#mobile-menu-openbtn {
    display: table;
    padding: 15px 3px;
    width: 45px;
}

header.main-header a#mobile-menu-openbtn:hover span {
    background: var(--c1);
    width: 30px;
}

header.main-header a#mobile-menu-openbtn:hover span::before, header.main-header a#mobile-menu-openbtn:hover span::after {
    background: var(--c1);
    width: 39px;
}

header.main-header.fixed {
    background: rgba(0, 0, 0, 0.7);
    padding: 0px;
    border-bottom: 1px solid var(--c2);
    z-index: 9999;
}

section.performance-box {
    padding: 160px 0px;
}

.working-list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.working-list .working-item {
    width: 180px;
    border: 1px solid var(--c2);
    height: 180px;
    border-radius: 5px;
    text-align: center;
    line-height: 180px;
    transition: 0.4s;
}

.working-list .working-item a {
    color: var(--c2);
    font-size: 100px;
}

.working-list .working-item:hover {
    border-color: var(--c3);
}

.working-list .working-item:nth-child(2n):hover {
    transform: rotate(-10deg);
}

.working-list .working-item:nth-child(2n+1):hover {
    transform: rotate(10deg);
}

.working-list .working-item:first-child {
    animation: 3s ease 0s infinite normal none running animation-top;
}

@keyframes animation-top {
    0% {
        margin-top: 0px;
    }

    50% {
        margin-top: -20px;
    }

    100% {
        margin-top: 0px;
    }
}

.extraordinary-area .extraordinary-content h2 {
    font-size: 57px;
    font-family: Gilroy;
}

.extraordinary-area .extraordinary-content h2 span.text-outline {
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 1px;
}

.extraordinary-area .extraordinary-content h2 span.text-underline {
    color: var(--c3);
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
}

section.performance-box .extraordinary-content p {
    font-size: 19px;
    line-height: 160%;
    color: var(--c2);
    letter-spacing: 0.4px;
}

.extraordinary-area .extraordinary-list {
    display: flex;
    gap: 40px;
}

.extraordinary-list .extraordinary-title h4 {
    text-align: center;
    font-size: 52px;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 1px;
    font-family: Gilroy;
    margin: 0px;
    line-height: 70%;
    font-weight: 700;
}

.extraordinary-list .extraordinary-item .extraordinary-title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.extraordinary-list .extraordinary-item {
    position: relative;
}

section.performance-box .extraordinary-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.extraordinary-list .extraordinary-item {
    width: 27%;
}

.extraordinary-item .extraordinary-icon h5 {
    text-align: center;
    font-family: Gilroy;
    font-weight: 300;
    font-size: 16px;
    color: rgb(14, 14, 14);
    text-transform: uppercase;
}

body {
    font-family: Gilroy;
    color: var(--c2);
}

section.our-services {
    padding: 60px 0px 0px;
}

.content-style-01 h2, .content-style-01 h3 {
    font-size: 87px;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 1px;
    font-family: "Big Noodle Titling", sans-serif;
    letter-spacing: 0px;
    font-weight: 400;
}

.content-style-01 h2 span, .content-style-01 h3 span {
    -webkit-text-fill-color: #c30018;
    -webkit-text-stroke-width: 1px;
    font-weight: 400;
    font-style: normal;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #c30018;
}

.content-style-01 p {
    font-size: 17px;
}

.services-slider-main {
    border-bottom: 1px solid rgb(255, 255, 255);
    border-top: 1px solid rgb(255, 255, 255);
    margin-top: 70px;
}

.service-slide .service-slide-icon {
    min-height: 150px;
    display: flex;
    align-items: center;
    position: relative;
}

.service-slide-icon img {
    width: 100px;
}

.services-slider .service-slide {
    padding: 0px 25px;
}

.swiper.services-slider .swiper-slide {
    border-right: 1px solid rgb(255, 255, 255);
    height: 100% !important;
}

.service-slide .service-slide-icon::after {
    content: "";
    display: table;
    width: 70px;
    height: 1px;
    background: var(--c1);
    position: absolute;
    bottom: 0px;
    transition: 0.7s;
}

.service-slide .service-slide-content h3 {
    color: rgb(14, 14, 14);
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Big Noodle Titling", sans-serif;
}

.service-slide .service-slide-content {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.services-slider .service-slide {
    padding: 30px 30px 60px;
    position: relative;
    height: 414px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-slide .service-slide-content p {
    color: rgb(14, 14, 14);
    font-weight: 300;
    min-height: 90px;
    font-size: 15px;
}

.services-slider .service-slide::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background: rgb(224, 59, 69);
    left: 0px;
    right: 0px;
    top: 0px;
    border: 0px;
    z-index: -1;
    display: table;
    margin: 0px auto;
    transition: 0.7s;
}

.services-slider .service-slide:hover::before {
    width: 100%;
    height: 100%;
}

.services-slider .service-slide:hover .btn-style-1 span.arrow, .services-slider .service-slide:hover .btn-style-1 span.line, .services-slider .service-slide:hover .btn-style-1 span.item {
    background: rgb(255, 255, 255);
}

.services-slider .service-slide:hover .btn-style-1 a.button span.text {
    background-clip: text;
    -webkit-text-fill-color: rgb(255 255 255);
}

.services-slider .service-slide:hover img {
    filter: brightness(100);
}

.services-slider .service-slide img {
    transition: 0.4s;
}

.services-slider .service-slide:hover .service-slide-icon::after {
    background: rgb(255, 255, 255);
}

.btn-style-1 a.button {
    position: relative;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 0px;
    background-color: var(--white);
    text-decoration: none;
    appearance: none;
    user-select: none;
    cursor: pointer;
    transform: rotate(180deg);
}

.btn-style-1 a.button span.text {
    position: absolute;
    right: 0px;
    bottom: 10px;
    transform: rotate(180deg);
    background-clip: text;
        -webkit-text-fill-color: rgb(0 0 0);
        background-size: 200% 100%;
        background-position: 100% center;
    font-size: 0.85rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    transition: background-position 0.4s;
    padding: 20px 3px;
    text-align: center;
    margin: 0px auto;
}

.btn-style-1 a.button span.line {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100px;
    height: 2px;
    background: rgb(14, 14, 14);
}

.btn-style-1 a.button {
    transform: rotate(180deg);
    padding: 20px 0px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    background: 0px 0px;
}

.btn-style-1 a.button span.arrow {
    overflow: hidden;
    position: absolute;
    left: -21px;
    bottom: 20px;
    z-index: 0;
    width: 20px;
    height: 2px;
    background: rgb(14, 14, 14);
    transform-origin: left bottom;
    transform: rotate(45deg) translate3d(15px, -15px, 0px);
}

.btn-style-1 .button:hover .text {
    background-position: 0px 100%;
}

.btn-style-1 .button:hover .line::after {
    left: 0px;
}

.btn-style-1 .button .line::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 100%;
    height: 2px;
    display: block;
    background: var(--c1);
    transition: 0.4s;
}

.btn-style-1 .button:hover span.arrow::after {
    height: 100%;
    transition-delay: 0.2s;
}

.btn-style-1 .button span.arrow::after {
    content: "";
    background: var(--c1);
    width: 100%;
    height: 0px;
    display: table;
    transition: 0.4s;
    position: absolute;
}

.services-slider .swiper-button-next {
    right: -60px;
}

.services-slider .swiper-button-prev {
    left: -60px;
}

.services-slider-main .swiper.services-slider {
    border-left: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    padding: 0px;
    margin: 0px -3px;
}

.marquee-slider .marquee {
    position: relative;
    height: 84px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.marquee-slider .marquee--inner {
    width: 200%;
    position: absolute;
    animation: 20s linear 0s infinite normal none running marquee;
    display: flex;
}

.marquee-slider .marquee--inner:hover {
    animation-play-state: paused;
    color: red;
}

.marquee-slider .slider-left-right {
    transition: 0.7s;
    background: rgb(255, 255, 255);
}

.marquee-slider .marquee span {
    font-size: 24px;
    color: rgb(14, 14, 14);
    word-spacing: 40px;
    font-weight: 600;
    transition: 0.7s;
}

.marquee-slider .slider-left-right:hover .marquee span {
    color: rgb(255, 255, 255);
}

.marquee-slider .slider-left-right:hover {
    background: rgb(17, 17, 17);
}

.marquee-slider {
    background: var(--c1);
}

.marquee-slider .slider-right-left .marquee span {
    color: rgb(255, 255, 255);
}

.marquee-slider .slider-right-left {
    background: var(--c1);
    transition: 0.7s;
}

.marquee-slider .slider-right-left:hover .marquee span {
    color: rgb(255, 255, 255);
}

.marquee-slider .slider-right-left:hover {
    background: rgb(17, 17, 17);
}

.marquee-slider .slider-right-left .marquee--inner {
    animation: 20s linear 0s infinite normal none running marquee-right;
}

.marquee-slider .slider-right-left .marquee--inner:hover {
    animation-play-state: paused;
    color: red;
}

@keyframes marquee {
    0% {
        left: 0px;
    }

    100% {
        left: -100%;
    }
}

@keyframes marquee-right {
    0% {
        right: 0px;
    }

    100% {
        right: -100%;
    }
}

.our-portfolio-are {
    padding: 140px 0px 470px;
    background: rgb(14, 14, 14);
}

.content-style-02 h2 {
    font-family: "Big Noodle Titling", sans-serif;
    text-transform: uppercase;
    font-size: 200px;
    text-align: center;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.portfolio-list-01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 30px;
    position: relative;
    margin-bottom: 0px;
}

.portfolio-list-01 .portfolio-item {
    padding-bottom: 30px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    scale: 0.5;
    opacity: 1 !important;
    transform: perspective(4000px) rotateX(90deg);
    text-align: center;
}

.portfolio-list-01 .portfolio-item:nth-child(2n) {
    top: 50%;
}

.row_v2 {
    height: 92vh;
    max-height: 680px;
}

.portfolio-btn-area {
    position: relative;
    bottom: -251px;
    display: flex;
    place-content: flex-end center;
    height: 100%;
    align-items: flex-end;
}


.btn-style-portfolio a.button span.text {
    position: absolute;
    right: 0px;
    bottom: 22px;
    transform: rotate(180deg);
    background-clip: text;
    -webkit-text-fill-color: rgb(255 255 255);
    background-size: 200% 100%;
    background-position: 100% center;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    transition: background-position 0.4s;
    font-size: 20px;
    text-align: center;
    padding-left: 10px;
    margin: 0px auto;
}

.btn-style-portfolio a.button span.line {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 150px;
    height: 2px;
    background: rgb(255, 255, 255);
}

.btn-style-portfolio a.button {
    transform: rotate(180deg);
    padding: 20px 0px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    background: 0px 0px;
}

.btn-style-portfolio a.button span.arrow {
    overflow: hidden;
    position: absolute;
    left: -21px;
    bottom: 20px;
    z-index: 0;
    width: 20px;
    height: 2px;
    background: rgb(255, 255, 255);
    transform-origin: left bottom;
    transform: rotate(45deg) translate3d(15px, -15px, 0px);
}

.btn-style-portfolio .button:hover .text {
    background-position: 0px 100%;
}

.btn-style-portfolio .button:hover .line::after {
    left: 0px;
}

.btn-style-portfolio .button .line::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 100%;
    height: 2px;
    display: block;
    background: var(--c1);
    transition: 0.4s;
}

.btn-style-portfolio .button:hover span.arrow::after {
    height: 100%;
    transition-delay: 0.2s;
}

.btn-style-portfolio .button span.arrow::after {
    content: "";
    background: var(--c1);
    width: 100%;
    height: 0px;
    display: table;
    transition: 0.4s;
    position: absolute;
}

.apart_title_section {
    background: rgb(219, 219, 219);
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

section.why-chose-us-section .why-choose-us-step-2 {
    padding: 50px 0px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

.content-large-1 h2 {
    font-family: "Big Noodle Titling", sans-serif;
    font-size: 200px;
    font-weight: 600;
    color: rgb(14, 14, 14);
    line-height: 100%;
    text-transform: uppercase;
}

.why-chose-us-mian {
    overflow: hidden;
    background-color: var(--pink-4);
    padding-top: 0px;
    direction: ltr;
}

.why-chose-us-wrapper {
    width: 500%;
    min-height: 700px;
    height: 100vh;
    display: flex;
}

.wcu-slide {
    width: 100%;
    height: 100%;
    will-change: transform;
    opacity: 1 !important;
}

section.our-brands {
    padding: 100px 0px;
}

.content-style-01 h4 {
    font-size: 17px;
    color: rgb(195 0 24);
    font-weight: 300;
}

.font-large h2 {
    font-size: 84px;
}

section.our-brands .brand-list {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid var(--c2);
    border-bottom: 1px solid var(--c2);
    margin-top: 45px;
}

.brand-list .brand-item {
    width: 16.66%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--c2);
    border-right: 1px solid var(--c2);
    padding: 15px 0px;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
}

.brand-list .brand-item .brand-item-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 100%;
    transition: 0.4s;
}

.brand-list .brand-item:hover .brand-item-inner {
    left: 0px;
}

.brand-list .brand-item:hover {
    background: rgb(220, 53, 69);
}

footer.main-footer {
    padding-top: 200px;
    background: rgb(255, 255, 255);
    position: relative;
    color: rgb(255, 255, 255);
}

footer.main-footer .footer-bg-image {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 80%;
    background: url("../images/footer-bg.jpg") 0% 0% / cover fixed;
}

footer.main-footer .footer-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer.main-footer .footer-top {
    position: relative;
}

footer.main-footer .footer-top .container-th {
    margin: 0px;
    background: rgb(253, 253, 253);
}

footer.main-footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    padding: 120px 0px 70px 18%;
}

.footer-logo img {
    width: 70%;
}

.main-footer .footer-content p {
    color: rgb(14, 14, 14);
}

.main-footer .footer-content {
    padding-top: 30px;
}

.contact-us\.php h2 {
    color: rgb(14, 14, 14);
    padding-top: 20px;
    font-size: 52px;
    letter-spacing: 1px;
}

.footer-menu h4, .footer-detail h4 {
    color: rgb(14, 14, 14);
    font-size: 25px;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-family: "Big Noodle Titling", sans-serif;
    letter-spacing: 0.5px;
    & h1, & h2 {
        font-family: "Big Noodle Titling", sans-serif !important;
        letter-spacing: 2px;
    }

    & body {
        background-color: var(--white);
        color: var(--white);
    }

    & body.ov-hidden {
        overflow: hidden;
    }

    & a {
        transition: 0.7s;
    }

    & .wrapper {
        overflow: hidden;
    }

    & .cursor1 {
        position: fixed;
        width: 40px;
        height: 40px;
        border: 1px solid var(--c3);
        border-radius: 50%;
        left: 0px;
        top: 0px;
        pointer-events: none;
        transform: translate(-50%, -50%);
        transition: 0.15s;
        z-index: 2147483647;
        mix-blend-mode: difference;
    }

    & .cursor2 {
        position: fixed;
        width: 8px;
        height: 8px;
        background-color: var(--c3);
        border-radius: 50%;
        left: 0px;
        top: 0px;
        pointer-events: none;
        transform: translate(-50%, -50%);
        transition: 0.2s;
        z-index: 999999999;
        mix-blend-mode: difference;
    }

    & .container-th {
        width: 90%;
        max-width: 1531px;
        margin: 0px auto;
    }

    & section.main-banner {
        position: relative;
        height: 100vh;
        min-height: 800px;
        font-family: "Big Noodle Titling", sans-serif;
    }

    & header.main-header {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 1;
        padding: 5px 0px;
        background: rgba(255, 255, 255, 0);
        transition: 0.7s;
    }

    & header.main-header.fixed .main-logo img {
        height: auto;
    }

    & .main-logo img {
        transition: 0.7s;
        height: auto;
    }

    & section.main-banner .banner-video video {
        width: 100%;
        height: 110%;
        z-index: 9999;
        object-fit: cover;
        position: relative;
    }

    & section.main-banner .banner-content-area {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 90%;
        display: flex;
        align-items: center;
        z-index: 9999;
    }

    & section.main-banner .banner-video {
        overflow: hidden;
        width: 100%;
        height: 110%;
    }

    & header.main-header .header-contact ul {
        display: flex;
        justify-content: flex-end;
        gap: 50px;
        list-style: none;
        align-items: center;
        margin: 0px;
    }

    & header.main-header .header-contact ul ul li {
        color: --var();
    }

    & header.main-header .header-contact ul li a {
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 17px;
        font-family: Gilroy;
        font-weight: 600;
        position: relative;
        transition: 0.7s;
    }

    & header.main-header .header-contact ul li a i {
        margin-right: 5px;
    }

    & section.main-banner .banner-content h2, & section.main-banner .banner-content h1 {
        font-size: 90px;
        font-weight: 600;
        position: relative;
        padding-bottom: 45px;
        color: rgb(255, 255, 255);
        line-height: 100%;
        margin-bottom: 40px;
    }

    & section.main-banner .banner-content p {
        font-size: 20px;
        font-family: Gilroy;
        font-weight: 400;
        color: rgb(255, 255, 255);
    }

    & section.main-banner .banner-content {
        padding-right: 125px;
        padding-top: 153px;
    }

    & .form-style-01 .input-field input, & .form-style-01 .input-field textarea {
        background: no-repeat;
        border-width: medium medium 2px;
        border-style: none none solid;
        border-color: currentcolor currentcolor rgb(255, 255, 255);
        border-image: initial;
        width: 100%;
        color: rgb(255, 255, 255);
        line-height: 46px;
        font-family: Gilroy;
        font-weight: 300;
    }

    & .form-style-01 .input-field {
        padding: 26px 0px;
    }

    & .contact-us-page .input-field input, & .contact-us-page .input-field textarea, & .contact-us-page .input-field textarea {
        color: rgb(14, 14, 14);
        border-bottom: 2px solid rgb(14, 14, 14) !important;
    }

    & section.main-banner .checkbox-field label {
        font-weight: 300;
    }

    & section.main-banner .checkbox-field {
        padding-bottom: 60px;
    }

    & .btn-style-2 input {
        background: url("../images/icons/button-icon1.png") no-repeat border-box border-box;
        color: rgb(255, 255, 255);
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        padding: 20px 40px 0px 0px;
        font-weight: 300;
    }

    & .btn-style-1 {
        margin-top: 31px;
    }

    & .btn-style-2 .arrow-button {
        transform: rotate(180deg);
        padding: 20px 0px;
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        background: 0px 0px;
    }

    & .btn-style-2 .button {
        position: relative;
        width: auto;
        height: auto;
        margin: 0px;
        padding: 0px;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        border-radius: 0px;
        background-color: var(--white);
        text-decoration: none;
        appearance: none;
        user-select: none;
        cursor: pointer;
    }

    & .contact-us-page .btn-style-2 .arrow-button .text {
        background-clip: text;
        -webkit-text-fill-color: rgba(255, 255, 255, 0);
    }

    & .btn-style-2 .arrow-button .text {
        position: absolute;
        right: 0px;
        bottom: -10px;
        transform: rotate(180deg);
        background-clip: text;
        -webkit-text-fill-color: rgba(255, 255, 255, 0);
        background-size: 200% 100%;
        background-position: 100% center;
        font-size: 0.85rem;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.2;
        transition: background-position 0.4s;
        padding: 20px 3px;
        text-align: center;
        margin: 0px auto;
    }

    & .contact-us-page .btn-style-2 .arrow-button .line {
        background: rgb(14, 14, 14);
    }

    & .btn-style-2 .arrow-button .line {
        overflow: hidden;
        position: relative;
        z-index: 1;
        width: 100px;
        height: 2px;
        background: var(--white);
    }

    & .contact-us-page .btn-style-2 .button.arrow-button.next span.arrow {
        background: var(--black);
    }

    & .btn-style-2 .button.arrow-button.next span.arrow {
        overflow: hidden;
        position: absolute;
        left: -21px;
        bottom: 0px;
        z-index: 0;
        width: 20px;
        height: 2px;
        background: var(--white);
        transform-origin: left bottom;
        transform: rotate(45deg) translate3d(15px, -15px, 0px);
    }

    & header.main-header a#mobile-menu-openbtn span {
        display: table;
        height: 4px;
        width: 39px;
        background: var(--white);
        border-radius: 4px;
        position: relative;
        transition: 0.4s;
    }

    & header.main-header a#mobile-menu-openbtn {
        display: table;
        padding: 15px 3px;
        width: 45px;
    }

    & header.main-header.fixed {
        background: rgba(0, 0, 0, 0.7);
        padding: 10px 0px;
        border-bottom: 1px solid var(--c2);
        z-index: 9999;
    }

    & section.performance-box {
        padding: 160px 0px;
    }

    & .working-list {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
    }

    & .working-list .working-item {
        width: 180px;
        border: 1px solid var(--c2);
        height: 180px;
        border-radius: 5px;
        text-align: center;
        line-height: 180px;
        transition: 0.4s;
    }

    & .working-list .working-item a {
        color: var(--c2);
        font-size: 100px;
    }

    & .working-list .working-item:nth-child(2n):hover {
        transform: rotate(-10deg);
    }

    & .working-list .working-item:nth-child(2n+1):hover {
        transform: rotate(10deg);
    }

    & .extraordinary-area .extraordinary-content h2 {
        font-size: 57px;
        font-family: Gilroy;
    }

    & .extraordinary-area .extraordinary-content h2 span.text-outline {
        -webkit-text-fill-color: rgba(255, 255, 255, 0);
        -webkit-text-stroke-width: 1px;
    }

    & .extraordinary-area .extraordinary-content h2 span.text-underline {
        color: var(--c3);
        font-weight: 600;
        text-transform: uppercase;
        font-style: normal;
        position: relative;
    }

    & section.performance-box .extraordinary-content p {
        font-size: 19px;
        line-height: 160%;
        color: var(--c2);
        letter-spacing: 0.4px;
    }

    & .extraordinary-area .extraordinary-list {
        display: flex;
        gap: 40px;
    }

    & .extraordinary-list .extraordinary-title h4 {
        text-align: center;
        font-size: 52px;
        -webkit-text-fill-color: rgba(255, 255, 255, 0);
        -webkit-text-stroke-width: 1px;
        font-family: Gilroy;
        margin: 0px;
        line-height: 70%;
        font-weight: 700;
    }

    & .extraordinary-list .extraordinary-item .extraordinary-title {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
    }

    & .extraordinary-list .extraordinary-item {
        position: relative;
    }

    & section.performance-box .extraordinary-area {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    & .extraordinary-list .extraordinary-item {
        width: 27%;
    }

    & .extraordinary-item .extraordinary-icon h5 {
        text-align: center;
        font-family: Gilroy;
        font-weight: 300;
        font-size: 16px;
        color: rgb(14, 14, 14);
        text-transform: uppercase;
    }

    & body {
        font-family: Gilroy;
        color: var(--c2);
    }

    & section.our-services {
        padding: 60px 0px 0px;
    }

    & .content-style-01 h2, & .content-style-01 h3 {
        font-size: 87px;
        -webkit-text-fill-color: rgba(255, 255, 255, 0);
        -webkit-text-stroke-width: 1px;
        font-family: "Big Noodle Titling", sans-serif;
        letter-spacing: 2px;
    }

    & .content-style-01 h2 span, & .content-style-01 h3 span {
        -webkit-text-fill-color: var(--c3);
        -webkit-text-stroke-width: 0px;
        font-weight: 700;
        font-style: normal;
    }

    & .content-style-01 p {
        font-size: 17px;
    }

    & .services-slider-main {
        border-bottom: 1px solid rgb(255, 255, 255);
        border-top: 1px solid rgb(255, 255, 255);
        margin-top: 70px;
    }

    & .service-slide .service-slide-icon {
        min-height: 150px;
        display: flex;
        align-items: center;
        position: relative;
    }

    & .service-slide-icon img {
        width: 100px;
    }

    & .services-slider .service-slide {
        padding: 0px 25px;
    }

    & .swiper.services-slider .swiper-slide {
        border-right: 1px solid rgb(255, 255, 255);
        height: 100% !important;
    }

    & .service-slide .service-slide-content h3 {
        color: rgb(14, 14, 14);
        font-size: 24px;
        font-weight: 800;
        text-transform: uppercase;
    }

    & .service-slide .service-slide-content {
        padding-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    & .services-slider .service-slide {
        padding: 30px 30px 60px;
        position: relative;
        height: 535px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    & .service-slide .service-slide-content p {
        color: rgb(14, 14, 14);
        font-weight: 300;
        min-height: 105px;
        font-size: 18px;
    }

    & .services-slider .service-slide img {
        transition: 0.4s;
    }

    & .btn-style-1 a.button {
        position: relative;
        width: auto;
        height: auto;
        margin: 0px;
        padding: 0px;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        border-radius: 0px;
        background-color: var(--white);
        text-decoration: none;
        appearance: none;
        user-select: none;
        cursor: pointer;
        transform: rotate(180deg);
    }

    & .btn-style-1 a.button span.text {
        position: absolute;
        right: 0px;
        bottom: 10px;
        transform: rotate(180deg);
        background-clip: text;
        -webkit-text-fill-color: rgba(255, 255, 255, 0);
        background-size: 200% 100%;
        background-position: 100% center;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.2;
        transition: background-position 0.4s;
        padding: 20px 3px;
        text-align: center;
        margin: 0px auto;
    }

    & .btn-style-1 a.button span.line {
        overflow: hidden;
        position: relative;
        z-index: 1;
        width: 100px;
        height: 2px;
        background: rgb(14, 14, 14);
    }

    & .btn-style-1 a.button {
        transform: rotate(180deg);
        padding: 20px 0px;
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        background: 0px 0px;
    }

    & .btn-style-1 a.button span.arrow {
        overflow: hidden;
        position: absolute;
        left: -21px;
        bottom: 20px;
        z-index: 0;
        width: 20px;
        height: 2px;
        background: rgb(14, 14, 14);
        transform-origin: left bottom;
        transform: rotate(45deg) translate3d(15px, -15px, 0px);
    }

    & .services-slider .swiper-button-next {
        right: -60px;
    }

    & .services-slider .swiper-button-prev {
        left: -60px;
    }

    & .services-slider-main .swiper.services-slider {
        border-left: 1px solid rgb(255, 255, 255);
        border-right: 1px solid rgb(255, 255, 255);
        padding: 0px;
        margin: 0px -3px;
    }

    & .marquee-slider .marquee {
        position: relative;
        height: 84px;
        overflow: hidden;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }

    & .marquee-slider .marquee--inner {
        width: 200%;
        position: absolute;
        animation: 20s linear 0s infinite normal none running marquee;
        display: flex;
    }

    & .marquee-slider .slider-left-right {
        transition: 0.7s;
        background: rgb(255, 255, 255);
    }

    & .marquee-slider .marquee span {
        font-size: 24px;
        color: rgb(14, 14, 14);
        word-spacing: 40px;
        font-weight: 600;
        transition: 0.7s;
    }

    & .marquee-slider {
        background: var(--c1);
    }

    & .marquee-slider .slider-right-left .marquee span {
        color: rgb(255, 255, 255);
    }

    & .marquee-slider .slider-right-left {
        background: var(--c1);
        transition: 0.7s;
    }

    & .marquee-slider .slider-right-left .marquee--inner {
        animation: 20s linear 0s infinite normal none running marquee-right;
    }

    & .our-portfolio-are {
        padding: 140px 0px 470px;
        background: rgb(14, 14, 14);
    }

    & .content-style-02 h2 {
        font-family: "Big Noodle Titling", sans-serif;
        text-transform: uppercase;
        font-size: 200px;
        text-align: center;
        font-weight: 600;
        color: rgb(255, 255, 255);
    }

    & .portfolio-list-01 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0px 30px;
        position: relative;
        margin-bottom: 0px;
    }

    & .portfolio-list-01 .portfolio-item {
        padding-bottom: 30px;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999;
        scale: 0.5;
        opacity: 0;
        transform: perspective(4000px) rotateX(90deg);
    }

    & .portfolio-list-01 .portfolio-item:nth-child(2n) {
        top: 50%;
    }

    & .row_v2 {
        height: 92vh;
        max-height: 680px;
    }

    & .portfolio-btn-area {
        position: relative;
        bottom: -251px;
        display: flex;
        place-content: flex-end center;
        height: 100%;
        align-items: flex-end;
    }

    & .btn-style-portfolio a.button span.text {
        position: absolute;
        right: 0px;
        bottom: 22px;
        transform: rotate(180deg);
        background-clip: text;
        -webkit-text-fill-color: rgba(255, 255, 255, 0);
        background-size: 200% 100%;
        background-position: 100% center;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.2;
        transition: background-position 0.4s;
        font-size: 20px;
        text-align: center;
        padding-left: 10px;
        margin: 0px auto;
    }

    & .btn-style-portfolio a.button span.line {
        overflow: hidden;
        position: relative;
        z-index: 1;
        width: 150px;
        height: 2px;
        background: rgb(255, 255, 255);
    }

    & .btn-style-portfolio a.button {
        transform: rotate(180deg);
        padding: 20px 0px;
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        background: 0px 0px;
    }

    & .btn-style-portfolio a.button span.arrow {
        overflow: hidden;
        position: absolute;
        left: -21px;
        bottom: 20px;
        z-index: 0;
        width: 20px;
        height: 2px;
        background: rgb(255, 255, 255);
        transform-origin: left bottom;
        transform: rotate(45deg) translate3d(15px, -15px, 0px);
    }

    & .apart_title_section {
        background: rgb(219, 219, 219);
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
    }

    & .content-large-1 h2 {
        font-family: "Big Noodle Titling", sans-serif;
        font-size: 200px;
        font-weight: 600;
        color: rgb(14, 14, 14);
        line-height: 100%;
        text-transform: uppercase;
    }

    & .why-chose-us-mian {
        overflow: hidden;
        background-color: var(--pink-4);
        padding-top: 0px;
        direction: ltr;
    }

    & .why-chose-us-wrapper {
        width: 400%;
        min-height: 700px;
        height: 100vh;
        display: flex;
    }

    & .wcu-slide {
        width: 100%;
        height: 100%;
        will-change: transform;
        opacity: 1 !important;
    }

    & section.our-brands {
        padding: 100px 0px;
    }

    & .content-style-01 h4 {
        color: rgb(14, 14, 14);
        font-weight: 600;
    }

    & .font-large h2 {
        font-size: 84px;
    }

    & section.our-brands .brand-list {
        display: flex;
        flex-wrap: wrap;
        border-left: 1px solid var(--c2);
        border-bottom: 1px solid var(--c2);
        margin-top: 45px;
    }

    & .brand-list .brand-item {
        width: 16.66%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid var(--c2);
        border-right: 1px solid var(--c2);
        padding: 15px 0px;
        position: relative;
        overflow: hidden;
        transition: 0.4s;
    }

    & .brand-list .brand-item .brand-item-inner {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0px;
        left: 100%;
        transition: 0.4s;
    }

    & footer.main-footer {
        padding-top: 200px;
        background: rgb(255, 255, 255);
        position: relative;
        color: rgb(255, 255, 255);
    }

    & footer.main-footer .footer-bg-image {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50%;
        height: 80%;
        background: url("../images/footer-bg.jpg") 0% 0% / cover fixed;
    }

    & footer.main-footer .footer-bg-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    & footer.main-footer .footer-top {
        position: relative;
    }

    & footer.main-footer .footer-top .container-th {
        margin: 0px;
        background: rgb(253, 253, 253);
    }

    & footer.main-footer .footer-row {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 20px;
        padding: 120px 0px 70px 18%;
    }

    & .footer-logo img {
        width: 70%;
    }

    & .main-footer .footer-content p {
        color: rgb(14, 14, 14);
    }

    & .main-footer .footer-content {
        padding-top: 30px;
    }

    & .contact-us \.php h2 {
        color: rgb(14, 14, 14);
        padding-top: 20px;
        font-size: 52px;
        letter-spacing: 1px;
    }

    & .footer-menu h4, & .footer-detail h4 {
        font-family: Gilroy;
        color: rgb(14, 14, 14);
        font-size: 20px;
        padding-bottom: 12px;
    }

    & .footer-row .footer-col-4 {
        width: 37%;
    }

    & .footer-row .footer-col-3 {
        width: 33%;
    }

    & footer.main-footer .footer-menu ul li a {
        font-family: Gilroy;
        color: rgb(14, 14, 14);
        text-decoration: none;
        font-size: 16px;
        font-weight: 300;
        position: relative;
        display: table;
    }

    & footer.main-footer .footer-menu ul {
        list-style: none;
        padding: 0px;
    }

    & footer.main-footer .footer-menu ul li {
        padding: 7px 0px;
    }

    & .footer-detail ul li stronge {
        display: block;
        font-weight: 500;
        color: var(--c1);
    }

    & .footer-detail ul {
        list-style: none;
        padding: 0px;
    }

    & .footer-detail ul li {
        padding: 10px 0px;
    }

    & .footer-detail ul li a {
        color: rgb(14, 14, 14);
        text-decoration: none;
    }

    & .footer-top .footer-menu {
        padding-left: 40px;
    }

    & .footer-top .contact-us {
        height: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        background: rgb(44, 44, 44);
    }

    & .footer-top .contact-us h2 {
        font-size: 36px;
        text-align: center;
    }

    & .footer-top .btn-style-1 {
        margin-top: 30px;
    }

    & .btn-style-1.btn-large span.text {
        font-size: 18px !important;
        font-weight: 600 !important;
        padding: 20px 0px !important;
    }

    & .btn-style-1.btn-large span.line {
        width: 170px !important;
    }

    & .main-copyright {
        border-top: 2px solid rgb(44, 44, 44);
        padding: 23px 40px;
    }

    & .main-copyright .copyright-text {
        padding-left: 20%;
    }

    & .main-copyright .copyright-form {
        position: relative;
    }

    & .main-copyright .copyright-form .input-text input {
        width: 100%;
        background: rgb(44, 44, 44);
        padding: 20px;
        border: 1px solid rgb(44, 44, 44);
        transition: 0.7s;
        color: var(--c3);
    }

    & .main-copyright .copyright-form .input-btn {
        position: absolute;
        right: 0px;
        top: 0px;
    }

    & .main-copyright .copyright-form .input-btn button {
        background: rgba(255, 255, 255, 0);
        color: rgb(255, 255, 255);
        font-size: 26px;
        height: 100%;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        padding: 12px 15px;
        transition: 0.7s;
    }

    & .main-copyright .copyright-text p {
        margin: 0px;
        color: rgb(14, 14, 14);
    }

    & .footer-row .footer-col-2 {
        width: 25%;
    }

    & .why-chose-us-step-2 {
        background: rgb(23, 23, 23);
    }

    & section.why-chose-us-section .why-choose-us-step-2 {
        padding: 150px 0px;
    }

    & section.why-chose-us-section .why-choose-us-step-5 {
        padding: 0 0px;
    }

    & .why-chose-us-mian .choose-us-content-style-01 h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 160%;
        text-transform: uppercase;
        color: rgb(14, 14, 14);
    }

    & .why-chose-us-mian .why-choose-us-step-2 {
        color: rgb(255, 255, 255);
    }

    & .why-chose-us-mian .choose-us-content-style-01 h2 {
        font-family: "Big Noodle Titling", sans-serif;
        font-size: 64px;
        line-height: 110%;
        padding: 70px 0px 80px;
        color: rgb(14, 14, 14);
    }

    & .why-chose-us-mian .choose-us-content-style-01 p {
        width: 62%;
        padding-left: 100px;
        font-size: 17px;
        color: rgb(14, 14, 14);
    }

    & .choose-us-pro-list .choose-us-pro-list-item {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        align-items: center;
        margin: 20px 0px;
    }

    & .choose-us-pro-list-item .choose-us-item-value {
        width: 230px;
        height: 230px;
        border: 3px solid var(--c1);
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
    }

    & .choose-us-pro-list-item .choose-us-item-value h4 {
        margin: 0px;
        padding: 0px;
        font-size: 64px;
        color: rgb(14, 14, 14);
    }

    & .choose-us-pro-list-item .choose-us-item-text {
        width: 40%;
    }

    & .choose-us-pro-list-item .choose-us-item-text h4 {
        text-transform: uppercase;
        color: var(--c1);
        font-weight: 600;
        font-family: "Big Noodle Titling", sans-serif;
    }

    & .choose-us-pro-list-item .choose-us-item-text p {
        font-size: 15px;
        font-weight: 600;
        color: rgb(14, 14, 14);
    }

    & .choose-us-pro-list .choose-us-pro-list-item:nth-child(2) {
        margin-left: -150px;
    }

    & .why-choose-us-step-3 {
        background: rgb(219, 219, 219);
        padding: 130px 0px;
    }

    & .why-chose-us-mian .choose-us-counter {
        display: flex;
        flex-wrap: wrap;
    }

    & .why-chose-us-mian .choose-us-counter .choose-us-counter-item {
        width: 50%;
        margin: 50px 0px;
    }

    & .why-chose-us-mian .choose-us-counter-item h2 {
        font-size: 124px;
        color: rgb(14, 14, 14);
        font-family: "Big Noodle Titling", sans-serif;
        line-height: 100%;
    }

    & .why-chose-us-mian .choose-us-counter-item p {
        font-family: "Big Noodle Titling", sans-serif;
        font-size: 24px;
        line-height: 25px;
    }

    & .why-choose-us-step-4 {
        background: rgb(219, 219, 219);
        display: flex;
        align-items: center;
    }

    & .why-chose-us-mian .make-something-content {
        text-align: center;
    }

    & .why-chose-us-mian .make-something-content h4 {
        font-family: "Big Noodle Titling", sans-serif;
        font-size: 48px;
    }

    & .why-chose-us-mian .make-something-content h2 {
        font-size: 92px;
        font-family: "Big Noodle Titling", sans-serif;
        font-weight: 500;
        color: var(--c1);
        line-height: 100%;
        padding: 30px 0px;
    }

    & section.why-chose-us-section {
        position: relative;
        z-index: 1;
    }

    & .mobile-menu-mian {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 99999999;
        overflow: hidden;
        transition: 0.7s;
        visibility: hidden;
        opacity: 0;
    }

    & .mobile-menu-list {
        display: flex;
        flex-wrap: wrap;
    }

    & .mobile-menu-list .mobile-col-4 {
        width: 40%;
    }

    & .mobile-menu-item.mobile-col-6 {
        width: 60%;
    }

    & .mobile-menu-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(1);
        transition: 0.6s;
    }

    & .mobile-menu-image {
        height: 60vh;
        overflow: hidden;
        position: relative;
    }

    & .mb-service-title h2 {
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        margin: 0px auto;
        position: relative;
        align-items: center;
        gap: 10px;
        justify-content: center;
        color: rgb(255, 255, 255);
    }

    & .mb-service-menu ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        text-align: center;
    }

    & .mb-service-menu ul li a {
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-size: 15px;
        transition: 0.7s;
    }

    & .mb-service-menu ul li {
        padding: 4px 0px;
    }

    & .mobile-menu-list .mb-service-title {
        margin-bottom: 30px;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 40px;
    }

    & .mobile-menu-mian .mobile-menu-box1 {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        bottom: -100%;
        background: rgb(30, 30, 30);
        transition: 0.5s;
    }

    & .mobile-menu-mian .container-fluid {
        padding: 0px;
    }

    & .mobile-menu-box1 .mb-social-media ul {
        display: flex;
        list-style: none;
        gap: 20px;
        margin: 10px 0px 0px;
        padding: 0px;
    }

    & .mobile-menu-box1 .mb-social-media ul li a {
        color: var(--c2);
    }

    & .mobile-menu-image.mobile-menu-image2 {
        height: 40vh;
    }

    & .mobile-menu-image .mobile-menu-image-content {
        position: absolute;
        left: 0px;
        top: 100px;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0);
        transition: 0.7s;
        transform: scale(0.8);
        opacity: 0;
    }

    & .mobile-menu-image .mobile-menu-image-content a {
        color: rgb(255, 255, 255);
        font-size: 30px;
        text-decoration: none;
        font-weight: 600;
        font-family: "Big Noodle Titling", sans-serif;
    }

    & .mobile-menu-parent-area .mobile-menu-parent ul li a {
        color: rgb(255, 255, 255);
        font-size: 35px;
        text-decoration: none;
        font-weight: 600;
        font-family: "Big Noodle Titling", sans-serif;
        position: relative;
        line-height: 36px;
    }

    & .mobile-menu-parent-area .mobile-menu-parent ul {
        list-style: none;
        padding: 0px;
        text-align: center;
    }

    & .mobile-menu-parent-area {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: rgb(18, 18, 18);
        position: relative;
        bottom: -100%;
        transition: 0.7s;
    }

    & .mobile-menu-parent-area .mobile-menu-parent ul li {
        padding: 10px 0px;
    }

    & .mobile-menu-parent-area .mb-label-vertical-1 {
        position: absolute;
        z-index: 3;
        top: 30px;
        left: -10px;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-weight: 500;
        letter-spacing: 1px;
        padding: 0px;
    }

    & .mb-label-vertical-2 {
        position: absolute;
        z-index: 3;
        bottom: 30px;
        right: -10px;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-weight: 500;
        letter-spacing: 1px;
        padding: 0px;
    }

    & .mobile-menu-mian .mobile-menu-mian-inner {
        position: relative;
    }

    & .mobile-menu-mian .mobile-menu-cancel {
        position: absolute;
        right: 40px;
        top: 40px;
        z-index: 1;
        transform: rotate(45deg);
    }

    & .mobile-menu-mian .mobile-menu-cancel a {
        display: table;
        width: 65px;
        height: 65px;
        border: 3px solid rgb(255, 255, 255);
        border-radius: 70px;
        position: relative;
        transition: 1.2s;
    }

    & a#mobile-menu-openbtn {
        display: block;
    }

    & .mobile-menu-mian.active {
        visibility: visible;
        opacity: 1;
    }

    & .mobile-menu-hover1 {
        height: 100%;
        overflow: hidden;
    }

    & .mobile-menu-mian.active .mobile-menu-box1 {
        bottom: 0px;
    }

    & .mobile-menu-box1 .mb-service-menu {
        transition: 0.4s 0.7s;
        margin-top: 100px;
        opacity: 0;
    }

    & .mobile-menu-mian.active .mobile-menu-box1 .mb-service-menu {
        margin-top: 0px;
        opacity: 1;
    }

    & .mobile-menu-list .mobile-menu-hover2 {
        overflow: hidden;
        height: 100%;
    }

    & .mobile-menu-hover2 .mobile-menu-box1 {
        position: relative;
        top: -100%;
        transition: 0.7s;
    }

    & .mobile-menu-mian.active .mobile-menu-hover2 .mobile-menu-box1 {
        top: 0px;
    }

    & .mobile-menu-hover2 .mobile-menu-image {
        left: -100%;
        transition: 0.7s;
    }

    & .mobile-menu-mian.active .mobile-menu-hover2 .mobile-menu-image {
        left: 0px;
    }

    & .mobile-menu-hover3 .mobile-menu-image {
        right: -100%;
        transition: 0.7s;
    }

    & .mobile-menu-mian.active .mobile-menu-hover3 .mobile-menu-image {
        right: 0px;
    }

    & .mobile-menu-hover5 {
        height: 100%;
        overflow: hidden;
    }

    & .mobile-menu-mian.active .mobile-menu-hover5 .mobile-menu-parent-area {
        bottom: 0px;
    }

    & .mobile-menu-hover {
        overflow: hidden;
    }

    & .why-chose-us-mian .choose-us-logo img {
        width: 100%;
    }

    & section.our-packages {
        padding: 100px 0px;
        margin-top: -180px;
        background: rgb(245, 245, 245);
        position: relative;
        height: 2720px;
    }

    & .why-chose-us-mian .why-choose-us-step-2 {
        background: rgb(219, 219, 219);
    }

    & .package-button-list ul li button.nav-link {
        background: rgba(255, 255, 255, 0);
        border: 2px solid rgb(14, 14, 14);
        border-radius: 50px;
        padding: 6px 20px;
        color: rgb(14, 14, 14);
        transition: 0.7s;
        position: relative;
        margin: 3px 0px;
    }

    & .package-button-list ul li {
        padding: 0px 5px;
    }

    & .package-button-list ul li button.nav-link.active {
        background: rgba(255, 255, 255, 0);
    }

    & section.our-packages .package-button-list ul {
        margin: 0px auto;
        display: flex;
        justify-content: center;
    }

    & .package-button-list ul li button.nav-link span {
        position: relative;
    }

    & .package-item {
        border: 1px solid var(--c1);
        padding: 30px 30px 20px;
        border-radius: 5px;
        margin: 15px 0px;
        transition: 0.5s;
    }

    & .package-item .package-header h3 {
        color: rgb(14, 14, 14);
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 800;
        text-align: center;
        font-style: normal;
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 22px;
    }

    & .package-item .package-header {
        text-align: center;
    }

    & .package-item .package-header h2 {
        font-size: 48px;
        font-weight: 700;
        line-height: 120%;
        color: var(--c1);
    }

    & .package-item .package-header h2 span {
        -webkit-text-fill-color: rgba(255, 255, 255, 0);
        -webkit-text-stroke-width: 1px;
        font-size: 28px;
        position: relative;
        top: -7px;
        color: var(--c2);
    }

    & section.our-packages .package-button-list {
        padding: 30px 0px 10px;
    }

    & .package-item .package-body-data ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    & .package-item .package-body h6 {
        color: rgb(14, 14, 14);
        font-size: 20px;
        display: table;
        background: 1px solid var(--c1);
        padding: 0px;
    }

    & .package-item .package-body h6: :before {
        content: "ÃƒÂ¯Ã‚ÂÃ¢â‚¬Â";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: 10px;
        color: var(--c1);
    }

    & .package-item .package-body-data ul li {
        font-size: 16px;
        line-height: 220%;
        position: relative;
        padding-left: 28px;
    }

    & .package-item .package-body-data ul li: :before {
        content: "ÃƒÂ¯Ã¢â€šÂ¬Ã…â€™";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: 13px;
        color: var(--c1);
        position: absolute;
        left: 0px;
    }

    & .package-item .package-body-data {
        height: 280px;
        overflow-y: auto;
        margin: 20px 0px 30px;
    }

    & .package-item .package-footer a {
        border: 1px solid rgb(14, 14, 14);
        color: rgb(14, 14, 14);
        text-decoration: none;
        padding: 10px 30px;
        display: inline-block;
        border-radius: 5px;
        width: 46%;
        text-align: center;
        margin: 0px 1%;
        position: relative;
        overflow: hidden;
    }

    & .package-item .package-footer p {
        text-align: center;
        margin-top: 11px;
    }

    & .package-item .package-footer {
        position: relative;
    }

    & section.inner-header {
        height: 600px;
    }

    & .pb-space {
        margin-bottom: 180px;
    }

    & section.inner-header.bg-image {
        background: url("../images/header-banner.jpg") center center / cover fixed;
        position: relative;
        display: flex;
        align-items: center;
        padding-top: 150px;
    }

    & section.inner-header .container-th {
        position: relative;
    }

    & .inner-header .header-title h4 {
        font-size: 120px;
        font-family: "Big Noodle Titling", sans-serif;
        line-height: 110%;
    }

    & .inner-header .header-title {
        color: var(--white);
    }

    & .inner-header .header-title p {
        font-size: 19px;
        margin: 0px;
    }

    & .inner-header .header-title h4 span {
        display: block;
        font-size: 30px;
        text-transform: uppercase;
    }

    & section.contact-us-page {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    & .contact-us-page .contact-details {
        color: rgb(255, 255, 255);
    }

    & .contact-us-page .contact-details ul {
        padding: 15px 0px 0px;
        margin: 0px;
        list-style: none;
        width: 340px;
    }

    & .contact-us-page .contact-details ul li {
        padding: 10px 0px;
    }

    & .contact-us-page .contact-details ul li a {
        color: rgb(14, 14, 14);
        text-decoration: none;
        font-size: 16px;
    }

    & .contact-us-page .form-style-01 .input-field textarea {
        height: 200px;
    }

    & .contact-us-page .btn-style-2 .arrow-button .line {
        width: 108px;
    }

    & .portfolio-list-02 {
        display: flex;
        flex-wrap: wrap;
        border-left: 1px solid rgb(220, 53, 69);
        border-right: 1px solid rgb(220, 53, 69);
        border-top: 1px solid rgb(220, 53, 69);
    }

    & .portfolio-list-02 .portfolio-item-2 {
        width: 33.33%;
        padding: 50px 40px;
        border-bottom: 1px solid rgb(220, 53, 69);
        border-right: 1px solid rgb(220, 53, 69);
    }

    & .portfolio-list-02 .portfolio-item-2 img {
        width: 100%;
    }

    & .mt-200 {
        margin-top: 200px;
    }

    & section#our-portfolio-2-are {
        padding: 100px 0px 50px;
        background: rgb(249, 249, 249);
    }

    & .button-list-style-1 ul {
        display: flex;
        justify-content: center;
    }

    & .button-list-style-1 ul li button.nav-link {
        padding: 0px;
    }

    & .button-list-style-1 ul li button.nav-link {
        background: rgba(255, 255, 255, 0);
        border: 2px solid rgb(14, 14, 14);
        border-radius: 50px;
        padding: 6px 20px;
        color: rgb(14, 14, 14);
        transition: 0.7s;
        position: relative;
    }

    & .button-list-style-1 ul li button.nav-link.active {
        background: rgba(255, 255, 255, 0);
    }

    & .button-list-style-1 ul li {
        padding: 0px 5px;
    }

    & .button-list-style-1 ul li button.nav-link span {
        position: relative;
    }

    & section#our-portfolio-2-are .button-list-style-1 {
        padding: 30px 0px 50px;
    }

    & .image-box-01 img {
        width: 100%;
        transition: 0.7s;
    }

    & .image-box-01 {
        overflow: hidden;
    }

    & .my-10 {
        padding: 100px 0px;
    }

    & .about-us-page .extraordinary-content {
        padding-bottom: 40px;
    }

    & section.about-us-page {
        background: rgb(255, 255, 255);
    }

    & .portfolio-list-01 .portfolio-item img {
        width: 100%;
    }

    & .footer-menu h4 i, & .footer-detail h4 i {
        display: none;
    }

    & section.thank-you-page {
        background: rgb(18, 18, 18);
        min-height: 800px;
        height: 100vh;
        display: flex;
        align-items: center;
    }

    & .content-thank-you h2 {
        color: var(--c1);
        font-size: 80px;
        text-align: center;
        font-family: "Big Noodle Titling", sans-serif;
    }

    & section.thank-you-page .content-thank-you {
        text-align: center;
    }

    & div#preloader {
        position: fixed;
        z-index: 999999999;
        background: rgb(33, 33, 33);
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    & header.main-header .header-contact ul li a i {
        color: var(--c1);
    }

    & .pb-space2 {
        margin-bottom: 150px;
    }

    & .portfolio-list-02 .website-portfolio {
        height: 650px;
        position: relative;
        overflow: hidden;
    }

    & .portfolio-list-02 .website-portfolio img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        transition: 2s ease-in-out;
    }

    & .font-small h4 {
        font-size: 86px !important;
    }

    & .header-title h6 {
        font-size: 26px;
        display: flex;
        align-items: center;
        gap: 11px;
    }

    & section.services-main-area {
        padding: 120px 0px;
        background: rgb(255, 255, 255);
    }

    & .services-main-area .service-box-02 {
        border: 1px solid rgb(48, 48, 48);
        padding: 80px 25px 60px;
        cursor: pointer;
        color: rgb(255, 255, 255);
        position: relative;
        overflow: hidden;
    }

    & .services-main-area .service-box-02 h3 {
        font-size: 36px;
        font-family: "Big Noodle Titling", sans-serif;
        color: rgb(14, 14, 14);
        transition: 0.7s;
    }

    & .services-main-area .service-box-02 h3 span {
        display: flex;
        align-items: center;
        color: var(--c1);
        transition: 0.7s;
    }

    & .services-main-area .service-box-02 p {
        font-size: 18px;
        margin: 30px 0px;
        min-height: 54px;
        color: rgb(14, 14, 14);
    }

    & .services-main-area .service-box-02 ul {
        padding: 0px;
        list-style: none;
        font-size: 18px;
    }

    & .services-main-area .service-box-02 ul li {
        padding: 4px 0px;
        color: rgb(14, 14, 14);
    }

    & .services-main-area .service-box-02 ul li span {
        transition: 0.7s;
        display: inline-block;
    }

    & .service-box-02-bg {
        position: absolute;
        right: -300%;
        top: 0px;
        height: 100%;
        width: 300%;
        overflow: hidden;
    }

    & .service-box-02 .service-box-02-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    & .service-box-02 .service-box-02-content {
        position: relative;
    }

    & section.simple-page-content {
        padding: 60px 0px;
    }

    & section.simple-page-content h4 {
        font-size: 30px;
        color: rgb(217, 51, 65);
        margin-top: 40px;
    }

    & section.simple-page-content a {
        color: var(--c3);
        text-decoration: none;
    }

    & div#GetAQuote .modal-body {
        padding: 25px;
        border: 2px solid var(--c1);
        overflow: hidden;
    }

    & div#GetAQuote button.btn-close {
        position: absolute;
        right: 26px;
        top: 27px;
        opacity: 1;
        z-index: 1;
        color: rgb(255, 255, 255) !important;
        background: none !important;
    }

    & div#GetAQuote button.btn-close i {
        font-size: 24px;
        transition: 0.7s;
    }

    & div#GetAQuote .heading-form h6 {
        font-size: 22px;
        text-align: center;
        margin: 0px;
        color: var(--c1) !important;
    }

    & div#GetAQuote .heading-form h3 {
        text-align: center;
        color: rgb(255, 255, 255);
    }

    & div#GetAQuote .heading-form {
        padding-bottom: 20px;
    }

    & div#GetAQuote .modal-content {
        background: rgb(34, 34, 34);
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    & form.myform .form-control, & form.myform textarea {
        background: rgba(255, 255, 255, 0);
        border: 1px solid var(--c1);
        margin: 15px 0px;
        height: 50px;
        color: rgb(255, 255, 255);
        border-radius: unset;
    }

    & form.myform textarea {
        height: 110px;
        width: 100%;
        margin: 0px;
        padding: 8px;
    }

    & form.myform button#submit {
        background: var(--c1);
        color: rgb(255, 255, 255);
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        padding: 13px 24px;
        font-size: 16px;
        border-radius: 30px 0px;
        transition: 0.7s;
        margin-top: 20px;
        z-index: 1;
    }

    & .services-slider .swiper-slide {
        height: 100%;
    }

    & div#GetAQuote {
        z-index: 999999999;
    }

    & section.header-design-02 {
        padding: 140px 0px 90px;
        position: relative;
        background-position: center center;
    }

    & .header-title-02 h1 {
        font-size: 70px;
        font-family: "Big Noodle Titling", sans-serif;
        line-height: 110%;
        color: rgb(255, 255, 255);
    }

    & .header-title-02 h1 span {
        color: var(--c3);
    }

    & .header-title-02 p {
        font-size: 20px;
        font-family: Gilroy;
        font-weight: 400;
        color: rgb(255, 255, 255);
    }

    & section.header-design-02 .container-th {
        position: relative;
    }

    & section.header-design-02 .header-title-02 {
        width: 80%;
    }

    & .button-list-01 ul {
        display: flex;
        list-style: none;
        padding: 0px;
        margin: 0px;
        gap: 20px;
    }

    & section.header-design-02 .btn-style-1 span.text {
        font-size: 18px;
    }

    & section.header-design-02 .btn-style-1 span.line {
        width: 130px;
    }

    & section.single-service-section-1 .single-service-content-1 h2 {
        font-size: 60px;
        font-family: "Big Noodle Titling", sans-serif;
        color: rgb(14, 14, 14);
    }

    & .s-content-design-01 {
        display: flex;
        gap: 50px;
        color: rgb(255, 255, 255);
    }

    & .s-content-design-01 p {
        font-size: 18px;
        color: rgb(14, 14, 14);
    }

    & .s-list-design-01 ul {
        font-size: 20px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        font-weight: 500;
        padding: 0px;
        margin: 0px;
        color: rgb(255, 255, 255) !important;
    }

    & .s-list-design-01 ul li {
        width: 50%;
        padding: 5px 0px;
        color: rgb(14, 14, 14);
    }

    & .bt-2 {
        border-bottom: 2px solid;
        padding-bottom: 20px;
    }

    & section.single-service-section-1 {
        padding: 100px 0px;
    }

    & section.single-service-section-1 .s-list-design-01 {
        margin-top: 30px;
    }

    & section.our-process {
        background-size: cover;
        background-attachment: fixed;
        padding: 200px 0px 0px;
    }

    & section.our-process .our-process-list {
        display: flex;
        background: rgb(255, 255, 255);
        margin-bottom: -1px;
        padding: 0px 40px;
    }

    & section.our-process .our-process-list .our-process-item {
        width: 25%;
    }

    & .our-process-item .our-process-item-inner {
        padding: 60px 20px;
        margin-top: 60px;
        border-right: 1px solid rgb(90, 90, 90);
        height: 100%;
    }

    & .our-process-item .our-process-item-inner h4 {
        font-size: 30px;
        color: rgb(14, 14, 14);
        font-weight: 600;
    }

    & .our-process-item .our-process-item-inner h4 span {
        color: var(--c1);
        display: flex;
        align-items: center;
        transition: 0.7s;
    }

    & .our-process-item .our-process-item-inner p {
        color: rgb(14, 14, 14);
        font-size: 16px;
        margin-top: 20px;
    }

    & section.our-process .our-process-list .our-process-item {
        position: relative;
    }

    & .bg-gr {
        background: rgb(30, 30, 30) !important;
    }

    & section.single-service-faqs {
        padding: 100px 0px;
    }

    & .service-faqs-list .accordion-item {
        background: rgba(255, 255, 255, 0);
        border-top-width: medium;
        border-right-width: medium;
        border-left-width: medium;
        border-top-style: none;
        border-right-style: none;
        border-left-style: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-left-color: currentcolor;
        border-image: initial;
        border-bottom: 1px solid var(--c2);
    }

    & .service-faqs-list .accordion-item p {
        margin: 0px;
        font-size: 16px;
    }

    & .service-faqs-box h2 {
        font-size: 48px;
        font-family: "Big Noodle Titling", sans-serif;
        color: rgb(14, 14, 14);
    }

    & .service-faqs-box .service-faqs-list {
        margin-top: 30px;
        border-top: 1px solid var(--c2);
    }

    & .service-faqs-box h2 button {
        background: rgba(255, 255, 255, 0);
        color: var(--c2);
        font-size: 22px;
        padding: 25px 0px;
    }

    & .service-faqs-list .accordion-item .accordion-button:not(.collapsed) {
        background: rgba(255, 255, 255, 0);
        color: rgb(14, 14, 14);
        box-shadow: none;
    }

    & .service-faqs-list .accordion-item .accordion-body {
        padding: 10px 0px 30px;
    }

    & .service-faqs-list .accordion-item .accordion-body {
        padding: 10px 0px 30px;
    }

    & section.service-content-3-area {
        padding: 100px 0px;
    }

    & .service-content-3-area .service-content-3 h2 {
        font-size: 48px;
        font-family: "Big Noodle Titling", sans-serif;
        color: rgb(14, 14, 14);
    }

    & .service-content-3-area .service-content-3 {
        padding-bottom: 60px;
    }

    & main.single-service-page section#our-portfolio-2-are {
        padding-bottom: 120px;
    }

    & .image-styl-01 {
        overflow: hidden;
    }

    & .image-styl-01 img {
        transition: 0.7s;
        max-width: 100%;
    }

    & main.single-service-page .btn-style-2 .arrow-button .line {
        width: 115px;
    }

    & .content-box-style-02 {
        background: rgb(30, 30, 30);
        margin: 65px 0px 0px;
        position: relative;
        border-radius: 25px 0px;
    }

    & .content-box-style-02-inner .content-box-style-02-icon i {
        color: var(--c1);
        font-size: 38px;
        transition: 0.7s;
    }

    & section.digital-marketing-content-01 {
        padding: 100px 0px;
    }

    & .bg-dark {
        background-color: rgb(248, 248, 248) !important;
    }

    & .bg-light {
        background: rgb(30, 30, 30) !important;
    }

    & .content-box-style-02-inner .content-box-style-02-content h4 {
        font-size: 26px;
        color: rgb(213, 46, 63);
        margin: 17px 0px 12px;
    }

    & .content-box-style-02-inner .content-box-style-02-content h4 span {
        color: var(--c1);
        font-weight: 600;
    }

    & .content-box-style-02-inner .content-box-style-02-content p {
        font-size: 16px;
        margin: 0px;
    }

    & .content-box-style-02 .content-box-style-02-inner {
        padding: 40px 25px 0px;
        min-height: 280px;
        position: relative;
        background: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 10px;
    }

    & .content-style-04 .heading-small {
        color: rgb(255, 255, 255);
        font-size: 18px;
    }

    & .content-style-04 .heading-large {
        font-size: 50px;
        font-weight: 600;
        color: rgb(14, 14, 14);
        font-family: "Big Noodle Titling", sans-serif;
        padding: 0px;
    }

    & .content-style-04 .heading-large span {
        color: var(--c1);
    }

    & section.service-content-options {
        padding: 100px 0px;
    }

    & section.service-content-options .mb-5 {
        margin-bottom: 3rem !important;
    }

    & .service-options-list ul#pills-tab {
        display: flex;
        flex-direction: column;
        counter-reset: service 0;
        margin: 0px;
        padding: 0px;
        border-top: 1px solid rgb(60, 60, 60);
    }

    & .service-options-list ul#pills-tab li button {
        width: 100%;
        text-align: left;
        color: var(--c2);
        font-family: "Big Noodle Titling", sans-serif;
        font-size: 28px;
        line-height: 130%;
        padding: 20px 0px;
        display: flex;
        gap: 30px;
        align-items: center;
        transition: 0.7s;
        position: relative;
    }

    & .service-options-list ul#pills-tab li button.active {
        color: rgb(255, 255, 255);
        background: rgba(255, 255, 255, 0);
    }

    & .service-options-list ul#pills-tab li.nav-item {
        border-bottom: 1px solid rgb(60, 60, 60);
    }

    & .service-options-content-01 .service-options-01-content h2, & .service-options-content-01 .service-options-01-content h3, & .service-options-content-01 .service-options-01-content h4 {
        color: rgb(255, 255, 255);
        font-size: 42px;
        font-family: "Big Noodle Titling", sans-serif;
    }

    & .service-options-content-01 .service-options-01-content p {
        font-size: 18px;
    }

    & .float-right {
        float: right;
    }

    & .service-options-list ul#pills-tab li button > span {
        font-size: 27px;
        overflow: hidden;
        width: 50px;
        height: 30px;
        line-height: 50px;
        position: absolute;
        right: 0px;
    }

    & .service-options-list ul#pills-tab li button span span {
        display: flex;
        width: 200%;
        transition: 0.7s;
    }

    & .service-options-list ul#pills-tab li button span span i {
        padding: 0px 10px;
        font-size: 30px;
    }

    & section.service-sticky-content-main {
        padding: 100px 0px;
    }

    & .service-sticky-content-01 .heading-01 {
        font-size: 40px;
        color: rgb(255, 255, 255);
        margin-bottom: 30px;
        font-family: "PT Sans Caption", sans-serif;
        font-weight: 600;
    }

    & section.services-main-area .service-box-02 a {
        text-decoration: none;
        color: rgb(255, 255, 255);
    }

    & .service-sticky-content-01 .heading-01 span {
        color: var(--c1);
    }

    & section.service-sticky-content-main .service-sticky-content-01 {
        font-size: 18px;
        line-height: 160%;
    }

    & section.service-sticky-content-main .service-sticky-content-01 strong {
        color: rgb(255, 255, 255);
    }

    & section.service-sticky-content-main .service-sticky-content-01 a {
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

    & .service-sticky-content-01 ul li {
        line-height: 180%;
    }

    & .service-sticky-content-01 ul {
        display: flex;
        flex-wrap: wrap;
        gap: 16px 60px;
        padding-left: 20px;
    }

    & .content-box-style-02-inner .content-box-style-02-icon {
        position: absolute;
        top: -45px;
        width: 90px;
        height: 90px;
        background: rgb(255, 255, 255);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 10px;
    }

    & .image-style-01 {
        overflow: hidden;
    }

    & .image-style-01 img {
        transition: 0.7s;
    }

    & section.our-brands {
        min-width: 100%;
        max-width: 100%;
        background: rgb(255, 255, 255) !important;
    }

    & .copyright-menu ul {
        display: flex;
        list-style: none;
        gap: 40px;
        padding: 0px;
        margin: 0px;
        justify-content: flex-end;
    }

    & .copyright-menu ul li a {
        color: rgb(14, 14, 14);
        text-decoration: none;
        transition: 0.6s;
    }

    & .content-box-style-02-inner .content-box-style-02-icon img {
        width: 40px;
    }

    & .mobile-menu-button {
        display: none;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 9999;
        background: linear-gradient(90deg, rgb(151, 0, 40) 0%, rgb(181, 0, 28) 49%, rgb(151, 0, 40) 100%);
    }

    & .mobile-menu-button .mobile-menu-button-list ul li a {
        color: rgb(255, 255, 255);
        text-decoration: none;
        padding: 12px 0px;
        display: table;
        width: 100%;
        border: 1px solid var(--c1);
        text-align: center;
        font-size: 18px;
        border-radius: 20px 0px;
        background: rgba(0, 0, 0, 0.7);
    }

    & .mobile-menu-button .mobile-menu-button-list ul li a i {
        color: var(--c1);
    }

    & .mobile-menu-button .mobile-menu-button-list ul {
        display: flex;
        margin: 0px;
        padding: 8px;
        gap: 10px;
        list-style: none;
    }

    & .mobile-menu-button .mobile-menu-button-list ul li {
        width: 25%;
    }

    & .service-menu-box-area {
        position: fixed;
        top: 0px;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.87);
        z-index: 999999;
        backdrop-filter: blur(8px);
        padding: 20px;
        transition: 0.7s;
    }

    & .service-menu-box-area .service-menu-box-closed a {
        color: rgb(255, 255, 255);
        font-size: 20px;
    }

    & .service-menu-box-area .service-menu-box-closed {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    & .service-menu-box-area .service-menu-list {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        box-sizing: border-box;
    }

    & .service-menu-box-area .service-menu-list .service-menu-item {
        width: 47%;
        background: rgb(18, 18, 18);
        padding: 25px 15px 10px;
        border-radius: 15px;
        text-align: center;
        border: 1px solid rgb(18, 18, 18);
        position: relative;
    }

    & .service-menu-box-area .service-menu-list .service-menu-item img {
        height: 60px;
    }

    & .service-menu-box-area .service-menu-list .service-menu-item h3 {
        font-size: 18px;
        color: rgb(255, 255, 255);
    }

    & .service-menu-box-area .service-menu-list .service-menu-item .service-menu-item-title {
        margin-top: 30px;
    }

    & .service-menu-box-area .service-menu-list .service-menu-item h3 span {
        display: block;
        color: var(--c1);
    }

    & .service-menu-box-area .service-menu-box-heading h4 {
        color: rgb(255, 255, 255);
        font-size: 22px;
        margin: 20px 0px;
        text-align: center;
    }

    & .service-menu-box-area .service-menu-box img {
        height: 60px;
    }

    & .service-menu-box-area .service-menu-box-heading h4 span {
        color: var(--c1);
    }

    & .service-menu-box-area.active {
        left: 0px;
    }

    & .service-menu-list .service-menu-item .service-menu-item-overlay {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

    & .service-menu-list .service-menu-item .service-menu-item-overlay a {
        display: table;
        height: 100%;
        width: 100%;
    }

    & .service-menu-box-area .service-menu-box-area-inner {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-around;
    }

    & .package-item .package-body-data ul strong {
        margin-top: 10px;
        display: inline-block;
    }

    & .service-slide .service-slide-content h3 a {
        color: rgb(14, 14, 14);
        text-decoration: none;
    }

    & .content-thank-you h2 span {
        color: rgb(255, 255, 255);
    }

    & section.header-design-02 .large-btn-style-1 span.line {
        width: 160px !important;
    }

    & .footer-detail ul li i {
        color: var(--c1);
    }

    & .contact-us-page .contact-details ul li stronge {
        font-weight: 600;
        color: var(--c1);
        display: block;
    }

    & .contact-us-page .contact-details ul li i {
        color: var(--c1);
    }

    & section.page_404 {
        padding: 70px 0px;
    }

    & section.page_404 h1 {
        font-size: 60px;
        color: var(--c3);
    }

    & section.page_404 .contant_box_404 .h2 {
        color: var(--white);
    }

    & section.page_404 .contant_box_404 .link_404 {
        background: var(--c1);
        padding: 10px 20px;
        color: rgb(255, 255, 255);
        text-decoration: none;
        border-radius: 20px 0px;
        display: inline-block;
    }

    & .inner-header .header-title h1 {
        font-size: 120px;
        font-family: "Big Noodle Titling", sans-serif;
        line-height: 110%;
    }

    & .package-item .package-header h2 span.sml {
        display: block;
        font-size: 16px;
    }

    & .doublewrap {
        margin-top: 50px;
        padding: 35px 40px 20px;
        min-height: 612px;
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        margin-bottom: 20px;
        box-shadow: rgba(0, 0, 0, 0.14) 0px 6px 30px 0px;
        background: var(--white);
    }

    & .doublewrap h6 {
        text-transform: uppercase;
        font-size: 20px;
        color: rgb(255, 255, 255);
        margin: 0px;
        text-align: center;
    }

    & .doublewrap h3 {
        text-transform: uppercase;
        font-size: 35px;
        font-weight: 900;
        color: rgb(255, 255, 255);
        margin: 15px auto 30px;
        text-align: center;
    }

    & .jack li {
        position: relative;
        font-size: 13px;
        line-height: 22px;
        text-align: left;
        list-style: none;
        margin: 0px;
        opacity: 1;
        padding-bottom: 6px;
        padding-left: 20px;
        font-weight: 500;
    }

    & .chatt {
        padding-top: 0px;
        text-align: left;
    }

    & a.action-no .fa {
        color: rgb(226, 61, 70);
    }

    & section.pricing h2, & section.testimonials h2 {
        padding: 0px;
        font-size: 38px;
        margin: 0px;
        line-height: 38px;
        font-weight: 900;
        text-transform: none;
        color: rgb(46, 46, 46);
    }

    & span.old-price {
        display: inherit;
        font-size: 25px;
        font-weight: 400;
        position: relative;
        width: 100%;
        margin: 0px auto 7px;
        color: var(--pink);
        text-decoration: line-through;
    }

    & .doublewrap span.price {
        font-size: 40px;
        font-weight: 700;
        color: rgb(226, 61, 70);
        margin: 0px 0px 20px;
        display: inline-block;
        line-height: 36px;
        background-clip: text;
    }

    & .chatt .actions .action-chat {
        color: rgb(226, 61, 70);
        font-size: 20px;
        cursor: pointer;
        text-decoration: none;
    }

    & .chatt a.action-no {
        font-size: 20px;
        color: rgb(226, 61, 70);
        text-decoration: none;
    }

    & .actions a {
        margin-right: 20px;
        min-width: 230px;
        font-weight: 700;
    }

    & .priccc {
        padding-top: 20px;
        width: 49%;
        float: left;
        text-align: left;
    }

    & .wrapk {
        text-align: right;
        width: 49%;
        float: right;
        padding-top: 0px;
    }

    & .chatt h2 {
        font-size: 20px;
    }

    & .doublewrap {
        margin-top: 50px;
        padding: 35px 40px 20px;
        min-height: 612px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 50px;
        border: 1px solid rgb(255, 31, 170);
        background: rgba(255, 255, 255, 0);
    }

    & .view-detail {
        font-size: 16px;
        color: rgb(14, 14, 14);
        font-weight: 600;
        margin: 10px 0px;
        display: block;
        line-height: normal;
    }

    & .button-area.white-btn a {
        color: rgb(255, 255, 255);
        text-decoration: none;
        transition: 0.7s;
    }

    & .product_detail_sec {
        padding: 130px 0px;
        background: var(--light_white);
        position: relative;
        z-index: 1;
    }

    & .pkg_list_detail {
        margin: 0px 10px 0px 60px;
    }

    & .pkg_list_detail ul.pkg-list {
        height: 510px;
        overflow-y: scroll;
    }

    & .pkg_list_detail ul.pkg-list li {
        border-bottom: 1px solid rgb(204, 204, 204);
        padding: 15px 0px;
        font-size: 14px;
        color: rgb(202, 202, 202);
        font-weight: 400;
        margin-right: 20px;
        list-style: none;
    }

    & .pkg_detail_sec {
        padding: 40px 30px;
        background: rgba(255, 255, 255, 0);
        vertical-align: top;
        box-shadow: rgba(0, 0, 0, 0.14) 0px 6px 40px 0px;
        margin-top: 40px;
        position: relative;
        width: 100%;
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        border-radius: 10px;
        border: 1px solid rgb(255, 31, 170);
    }

    & .pkg_detail_sec span.h5 {
        margin-bottom: 10px;
        display: inline-block;
        font-size: 45px;
        font-weight: 700;
        color: var(--c1);
    }

    & .pkg_detail_sec h4 {
        color: rgb(255, 255, 255);
    }

    & .pkg_detail_sec .line_through {
        margin: 10px 0px;
        color: rgb(255, 255, 255);
    }

    & .pkg_detail_sec a {
        background: rgb(255, 23, 145);
        width: 150px;
        display: block;
        padding: 10px;
        border-radius: 10px 0px;
        border: 2px solid var(--c1);
    }

    & .pkg_list_detail h4 {
        font-weight: 700;
        font-size: 32px;
        color: rgb(255, 255, 255);
    }

    & .support_sec_tab {
        background: rgba(255, 255, 255, 0);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 0px 30px 20px;
        height: 140px;
    }

    & .support_content_Sec p {
        margin: 0px;
        font-size: 16px;
        color: rgb(14, 14, 14);
    }

    & .icon_support {
        margin-right: 20px;
    }

    & .support_sec_main .row .col-lg-3:nth-child(2) .support_sec_tab, & .support_sec_main .row .col-lg-3:nth-child(4) .support_sec_tab {
        background: rgb(233, 39, 71);
    }

    & .about_sec {
        padding: 100px 0px 120px;
        background: var(--light_white);
        position: relative;
        z-index: 1;
    }

    & .web_content_sec h3 {
        font-size: 30px;
        text-transform: capitalize;
        color: var(--c1);
        font-weight: 700;
    }

    & .web_content_sec p {
        font-size: 16px;
        line-height: 28px;
        color: rgb(14, 14, 14);
    }

    & ul.list_tab_sec {
        padding: 0px 0px 0px 20px;
    }

    & ul.list_tab_sec li {
        position: relative;
        font-size: 14px;
        padding: 0px 0px 21px;
        font-weight: 400;
        font-family: sans-serif;
        color: rgb(14, 14, 14);
    }

    & .about_sec .row {
        align-items: center;
    }

    & .about_sec_list .button-area.white-btn a, & .our_portfolio_Sec .button-area.white-btn a {
        background: rgb(220, 53, 69);
        margin: 0px 10px;
        padding: 10px 20px;
        border-radius: 10px 0px;
    }

    & .about_sec_list a.newbutton2, & .our_portfolio_Sec a.newbutton2 {
        background: rgb(14, 14, 14) !important;
        color: white !important;
        border-radius: 0px 10px !important;
    }

    & .business_box_sec {
        box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 12px 0px;
        padding: 50px 20px;
        min-height: 410px;
        margin: 30px 10px;
        background: rgba(255, 255, 255, 0);
        position: relative;
        z-index: 99;
        border: 1px solid rgb(255, 31, 170);
    }

    & .business_content h4 {
        font-size: 19px;
        font-weight: 700;
        color: var(--pink);
    }

    & .business_content p {
        font-size: 15px;
        line-height: 30px;
        max-height: 113px;
    }

    & span.number-bg {
        left: 0px;
        right: 0px;
        z-index: -1;
        top: 20px;
        color: rgb(239, 239, 239);
        font-size: 115px;
        line-height: 120px;
        font-weight: 700;
        position: absolute;
        animation: 2s ease 0s infinite alternate none running mover;
        text-align: center;
    }

    & .business_icon {
        padding-bottom: 20px;
        margin-top: 30px;
    }

    & .business_icon img {
        object-fit: contain;
        margin: 0px auto;
        display: block;
        width: auto;
    }

    & .bussniess_Sec_main {
        background: var(--light_white);
        position: relative;
        z-index: 1;
    }

    & .inner_about {
        background: var(--white);
    }

    & .inner_portfolio {
        background: var(--white);
    }

    & .content-style-1 h2 {
        color: var(--c1);
        text-align: center;
        margin: 10px auto;
    }

    & .content-style-1 p {
        color: rgb(255, 255, 255);
        text-align: center;
        margin: 20px auto;
    }

    & .freedom_img_sec img {
        width: 100%;
    }

    & .freedom_Sec_main .row {
        align-items: center;
    }

    & .freedom_content_Sec {
        padding: 0px 80px;
    }

    & .freedom_content_Sec h3 {
        font-size: 29px;
        font-weight: 700;
        width: 80%;
        line-height: 40px;
        margin: 20px 0px;
        color: var(--c1);
    }

    & .freedom_content_Sec p {
        color: var(--heading_color);
        font-size: 15px;
        line-height: 23px;
        width: 90%;
        margin-bottom: 20px;
        font-weight: 400;
    }

    & .freedom_list ul li h4 {
        font-size: 17px;
        font-weight: 700;
        color: var(--c1);
    }

    & .freedom_list ul li p {
        font-size: 15px;
        margin-bottom: 0px;
        font-weight: 400;
    }

    & .freedom_Sec_main {
        background: rgba(255, 255, 255, 0);
    }

    & .freedom_list ul li {
        position: relative;
        padding: 0px 0px 30px 100px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 15px;
    }

    & .freedom_list ul li span {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 80px;
        height: 80px;
        border: 5px solid var(--c1);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 9px;
        background: rgb(230, 230, 230);
    }

    & .freedom_list ul li span img {
        width: 75%;
    }

    & .our_portfolio_Sec {
        background: var(--light_white);
    }

    & .inner_portfolio .our_portfolio_Sec {
        background: var(--white);
    }

    & .tab_content_sec ul {
        border: 0px;
        text-align: center;
        justify-content: center;
    }

    & .tab_content_sec ul li {
        margin: 0px;
    }

    & .tab_content_sec ul li a {
        background: var(--white);
        color: var(--pink);
        padding: 8px 17px;
        margin: 0px 6px;
        font-size: 13px;
        font-weight: 500;
        border-radius: 45px !important;
        border: 1px solid var(--pink) !important;
    }

    & .portfolio_box_img {
        display: inline-block;
        margin: 10px 0px;
    }

    & .portfolio_box_img figure img {
        width: 100%;
    }

    & .our_portfolio_Sec .container-fluid {
        padding: 0px;
    }

    & .portfolio_box_img a figure img {
        width: 100%;
        position: relative;
        top: 0px;
        transition: 2s;
    }

    & .portfolio_box_img a {
        width: 100%;
        height: 100%;
        transition: 0.4s;
        position: relative;
        display: inline-block;
    }

    & .portfolio_box_img a figure {
        margin-bottom: 0px;
    }

    & .pkg-list ul li {
        list-style: url("../images/right.jpg") !important;
    }

    & ul.pkg-list {
        padding-left: 23px;
    }

    & .content-style-5 h2 {
        text-align: center;
        color: var(--c1);
    }

    & .content-style-5 p {
        text-align: center;
        color: rgb(255, 255, 255);
    }

    & .webb .package-item {
        min-height: 800px;
    }

    & .uwy.userway_p1 .userway_buttons_wrapper {
        transform: translate(-100%);
        top: 92% !important;
        left: 50px !important;
    }

    & .tp-logo img {
        width: 250px;
    }

    & #cookie-popup {
        display: none;
        position: fixed;
        top: 5%;
        left: 40%;
        width: 400px;
        background-color: rgb(30, 30, 30);
        padding: 20px;
        text-align: center;
        box-shadow: rgb(255, 31, 170) 0px 0px 10px;
        z-index: 10002;
        border-radius: 20px;
        border: 2px solid rgb(255, 31, 170);
    }

    & button#accept-cookie {
        background: rgb(255, 31, 170);
        padding: 7px 20px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        color: rgb(255, 255, 255);
        border-radius: 10px 0px;
    }

    & button#reject-cookie {
        background: rgb(255, 255, 0);
        padding: 7px 20px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        color: rgb(14, 14, 14);
        border-radius: 0px 10px;
        margin-left: 10px;
    }

    & #overlay {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10000;
    }

    & .mb-social-media a {
        color: rgb(255, 255, 255);
        text-decoration: none;
        transition: 0.7s;
        font-size: 22px;
    }

    & .main-logo img {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    & .banner-video img {
        position: relative;
        width: 100%;
        height: 100%;
    }

    & .tg-hero {
        margin: 0px;
        background: rgb(7, 7, 7);
        color: var(--text);
    }

    & .tg-hero a {
        color: inherit;
        text-decoration: none;
    }

    & .tg-hero {
        position: relative;
        min-height: 820px;
        overflow: hidden;
        display: flex;
        align-items: center;
        isolation: isolate;
        background: radial-gradient(circle at 82% 28%, rgba(201, 21, 54, 0.24), transparent 24%), radial-gradient(circle at 55% 88%, rgba(118, 9, 29, 0.16), transparent 30%), linear-gradient(118deg, rgb(5, 5, 5) 0%, rgb(9, 9, 10) 54%, rgb(19, 3, 8) 100%);
        padding-top: 110px;
    }

    & .tg-shell {
        position: relative;
        z-index: 2;
        padding-top: 86px;
        padding-bottom: 110px;
    }

    & .tg-copy {
        max-width: 720px;
    }

    & .tg-brand {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-bottom: 34px;
    }

    & .tg-brand img {
        width: 255px;
        max-width: 52vw;
        display: block;
    }

    & .tg-brand-line {
        width: 1px;
        height: 44px;
        background: var(--line);
    }

    & .tg-brand-meta {
        font-size: 10px;
        line-height: 1.7;
        letter-spacing: 0.17em;
        color: rgb(193, 193, 197);
        text-transform: uppercase;
    }

    & .tg-kicker {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 22px;
        color: rgb(211, 211, 215);
        font-size: 12px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }

    & .tg-title {
        margin: 0px;
        max-width: 760px;
        font-size: clamp(62px, 7.2vw, 95px);
        line-height: 1;
        letter-spacing: 8px;
        font-weight: 900;
        text-transform: uppercase;
    }

    & .tg-title-line {
        display: block;
    }

    & .tg-title-outline {
        color: transparent;
        -webkit-text-stroke: 1.2px rgba(255, 255, 255, 0.75);
    }

    & .tg-word-window {
        display: inline-block;
        height: 0.92em;
        overflow: hidden;
        vertical-align: bottom;
        color: var(--red-bright);
    }

    & .tg-word-track {
        display: flex;
        flex-direction: column;
        animation: 9s cubic-bezier(0.77, 0, 0.18, 1) 0s infinite normal none running tgWords;
    }

    & .tg-word-track span {
        height: 0.92em;
        display: block;
        white-space: nowrap;
    }

    & .tg-description {
        max-width: 650px;
        margin: 28px 0px 0px;
        color: var(--muted);
        font-size: 18px;
        line-height: 1.68;
    }

    & .tg-actions {
        display: flex;
        align-items: center;
        gap: 17px;
        margin-top: 34px;
        flex-wrap: wrap;
    }

    & .tg-btn-primary {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        padding: 16px 22px;
        border-radius: 8px;
        background: linear-gradient(135deg,var(--red-bright),var(--red-dark));
        color: white;
        font-weight: 800;
        box-shadow: rgba(201, 21, 54, 0.22) 0px 18px 54px;
        transition: 0.25s;
    }

    & .tg-btn-secondary {
        padding: 15px 2px;
        border-width: 0px 0px 1px;
        border-style: none none solid;
        border-color: currentcolor currentcolor rgba(255, 255, 255, 0.38);
        border-image: initial;
        border-radius: 0px;
        color: inherit;
        font-weight: 700;
    }

    & .tg-btn-primary, & .tg-btn-secondary {
        line-height: 1.2;
    }

    & .tg-proof {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
        margin-top: 46px;
        padding-top: 24px;
        border-top: 1px solid var(--line);
    }

    & .tg-proof strong {
        display: block;
        font-size: 25px;
    }

    & .tg-proof span {
        display: block;
        margin-top: 5px;
        color: rgb(124, 124, 131);
        font-size: 10px;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    & .tg-visual {
        position: relative;
        min-height: 560px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    & .tg-orbit {
        position: absolute;
        width: 470px;
        height: 470px;
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: 50%;
        animation: 21s linear 0s infinite normal none running tgSpin;
    }

    & .tg-core {
        position: relative;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: radial-gradient(circle at 30% 25%, rgb(255, 96, 124) 0%, rgb(214, 29, 67) 22%, rgb(122, 8, 30) 66%, rgb(26, 2, 8) 100%);
        box-shadow: rgba(84, 0, 20, 0.62) 0px 42px 120px, rgba(0, 0, 0, 0.35) -24px -22px 56px inset;
        animation: 5s ease-in-out 0s infinite normal none running tgPulse;
    }

    & .tg-core-panel {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    & .tg-core-panel img {
        width: 245px;
        filter: brightness(0) invert(1);
    }

    & .tg-core-panel small {
        margin-top: 14px;
        font-size: 9px;
        color: rgb(180, 180, 185);
        letter-spacing: 0.17em;
        text-transform: uppercase;
    }

    & .tg-card {
        position: absolute;
        width: 205px;
        min-height: 110px;
        padding: 15px 16px;
        border-radius: 15px;
        background: rgba(9, 9, 11, 0.9);
        border: 1px solid rgba(255, 255, 255, 0.14);
        backdrop-filter: blur(15px);
        box-shadow: rgba(0, 0, 0, 0.38) 0px 18px 60px;
        animation: 6s ease-in-out 0s infinite normal none running tgFloat;
    }

    & .tg-icon {
        width: 34px;
        height: 34px;
        border-radius: 10px;
        display: grid;
        place-items: center;
        margin-bottom: 12px;
        background: linear-gradient(145deg,var(--red-bright),var(--red-dark));
        font-weight: 900;
    }

    & .tg-card small {
        display: block;
        color: rgb(127, 127, 134);
        font-size: 9px;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    & .tg-card strong {
        display: block;
        margin-top: 6px;
        font-size: 19px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
    }

    & .tg-card b {
        display: block;
        height: 3px;
        margin-top: 12px;
        border-radius: 3px;
        overflow: hidden;
        background: rgb(41, 41, 45);
    }

    & .c1 {
        left: -12px;
        top: 50px;
    }

    & .c2 {
        right: -18px;
        top: 118px;
        animation-delay: -1.2s;
    }

    & .c3 {
        left: 18px;
        bottom: 64px;
        animation-delay: -2.6s;
    }

    & .c4 {
        right: 20px;
        bottom: 32px;
        animation-delay: -4s;
    }

    & .tg-strip {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 60px;
        display: flex;
        align-items: center;
        overflow: hidden;
        z-index: 4;
        border-top: 1px solid rgba(255, 255, 255, 0.11);
        background: rgba(0, 0, 0, 0.34);
        backdrop-filter: blur(12px);
    }

    & .tg-track {
        display: flex;
        gap: 44px;
        white-space: nowrap;
        color: rgb(214, 214, 218);
        font-size: 11px;
        letter-spacing: 0.17em;
        text-transform: uppercase;
        animation: 24s linear 0s infinite normal none running tgMarquee;
    }

    @media (max-width: 980px) {
        & .tg-shell {
            padding-top: 82px;
            padding-bottom: 110px;
        }

        & .tg-copy {
            text-align: center;
            margin: auto;
        }

        & .tg-brand, & .tg-kicker, & .tg-actions, & .tg-proof {
            justify-content: center;
        }

        & .tg-description {
            margin-left: auto;
            margin-right: auto;
        }

        & .tg-visual {
            min-height: 500px;
        }
    }

    @media (max-width: 620px) {
        & .tg-brand-line, & .tg-brand-meta {
            display: none;
        }

        & .tg-brand img {
            width: 230px;
            max-width: 82vw;
        }

        & .tg-title {
            font-size: 33px;
        }

        & .tg-shell {
            padding-top: 0px;
            padding-bottom: 8px;
        }

        & .tg-description {
            font-size: 14px;
            margin: 15px 0px 0px;
            line-height: 1.38;
        }

        & .tg-actions {
            flex-direction: column;
        }

        & .tg-visual {
            min-height: 430px;
            transform: scale(0.84);
            transform-origin: center top;
        }

        & .tg-card {
            width: 172px;
        }

        & .tg-orbit {
            width: 390px;
            height: 390px;
        }

        & .tg-core {
            width: 250px;
            height: 250px;
        }

        & .tg-core-panel img {
            width: 245px;
            filter: brightness(0) invert(1);
        }

        & .tg-card strong {
            font-size: 16px;
        }

        & .c1 {
            left: -23px;
            top: -20px;
        }

        & .c2 {
            right: -28px;
            top: 32px;
        }

        & .c3 {
            left: -12px;
            bottom: 1px;
        }

        & .c4 {
            right: -23px;
            bottom: -28px;
        }
    }
}

.footer-row .footer-col-4 {
    width: 37%;
}

.footer-row .footer-col-3 {
    width: 33%;
}

footer.main-footer .footer-menu ul li a {
    font-family: Gilroy;
    color: rgb(14, 14, 14);
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    display: table;
}

footer.main-footer .footer-menu ul {
    list-style: none;
    padding: 0px;
}

footer.main-footer .footer-menu ul li {
    padding: 7px 0px;
}

.footer-detail ul li stronge {
    display: block;
    font-weight: 500;
    color: var(--c1);
}

.footer-detail ul {
    list-style: none;
    padding: 0px;
}

.footer-detail ul li {
    padding: 10px 0px;
}

.footer-detail ul li a {
    color: rgb(14, 14, 14);
    text-decoration: none;
}

footer.main-footer .footer-menu ul li a:hover {
    color: var(--c1);
}

footer.main-footer .footer-menu ul li a::after {
    content: "";
    width: 0px;
    height: 2px;
    background: var(--c1);
    display: table;
    transition: 0.7s;
}

footer.main-footer .footer-menu ul li a:hover::after {
    width: 100%;
}

.footer-detail ul li a:hover {
    color: var(--c1);
}

.footer-top .footer-menu {
    padding-left: 40px;
}

.footer-top .contact-us {
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: rgb(44, 44, 44);
}

.footer-top .contact-us h2 {
    font-size: 36px;
    text-align: center;
}

.footer-top .btn-style-1 {
    margin-top: 30px;
}

.btn-style-1.btn-large span.text {
    font-size: 18px !important;
    font-weight: 600 !important;
    padding: 20px 0px !important;
}

.btn-style-1.btn-large span.line {
    width: 170px !important;
}

.main-copyright {
    border-top: 2px solid rgb(44, 44, 44);
    padding: 23px 40px;
}

.main-copyright .copyright-text {
    padding-left: 20%;
}

.main-copyright .copyright-form {
    position: relative;
}

.main-copyright .copyright-form .input-text input {
    width: 100%;
    background: rgb(44, 44, 44);
    padding: 20px;
    border: 1px solid rgb(44, 44, 44);
    transition: 0.7s;
    color: var(--c3);
}

.main-copyright .copyright-form .input-btn {
    position: absolute;
    right: 0px;
    top: 0px;
}

.main-copyright .copyright-form .input-btn button {
    background: rgba(255, 255, 255, 0);
    color: rgb(255, 255, 255);
    font-size: 26px;
    height: 100%;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 12px 15px;
    transition: 0.7s;
}

.main-copyright .copyright-form .input-text input:focus, .main-copyright .copyright-form .input-text input:hover {
    outline: none;
    border-color: var(--c3);
}

.main-copyright .copyright-form .input-btn button:hover {
    color: var(--c3);
}

.main-copyright .copyright-text p {
    margin: 0px;
    color: rgb(14, 14, 14);
}

.footer-row .footer-col-2 {
    width: 25%;
}

.why-chose-us-step-2 {
    background: rgb(23, 23, 23);
}

section.why-chose-us-section .why-choose-us-step-2 {
    padding: 0px 0px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
}

section.why-chose-us-section .why-choose-us-step-5 {
    padding:50px 0px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-chose-us-mian .choose-us-content-style-01 h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 160%;
    text-transform: uppercase;
    color: rgb(14, 14, 14);
}

.why-chose-us-mian .why-choose-us-step-2 {
    color: rgb(255, 255, 255);
}

.why-chose-us-mian .choose-us-content-style-01 h2 {
    font-family: "Big Noodle Titling", sans-serif;
    font-size: 64px;
    line-height: 110%;
    padding: 70px 0px 80px;
    color: rgb(14, 14, 14);
}

.why-chose-us-mian .choose-us-content-style-01 p {
    width: 62%;
    padding-left: 100px;
    font-size: 17px;
    color: rgb(14, 14, 14);
}

.choose-us-pro-list .choose-us-pro-list-item {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
    margin: 20px 0px;
}

.choose-us-pro-list-item .choose-us-item-value {
    width: 230px;
    height: 230px;
    border: 3px solid var(--c1);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.choose-us-pro-list-item .choose-us-item-value h4 {
    margin: 0px;
    padding: 0px;
    font-size: 64px;
    color: rgb(14, 14, 14);
}

.choose-us-pro-list-item .choose-us-item-text {
    width: 40%;
}

.choose-us-pro-list-item .choose-us-item-value::before {
    content: "";
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0px;
    background: var(--c1);
    transition: 0.4s;
    z-index: -1;
    border-radius: 100%;
}

.choose-us-pro-list-item .choose-us-item-value:hover::before {
    left: 0px;
}

.choose-us-pro-list-item .choose-us-item-text h4 {
    text-transform: uppercase;
    color: var(--c1);
    font-weight: 600;
    font-family: "Big Noodle Titling", sans-serif;
}

.choose-us-pro-list-item .choose-us-item-text p {
    font-size: 15px;
    font-weight: 600;
    color: rgb(14, 14, 14);
}

.choose-us-pro-list .choose-us-pro-list-item:nth-child(2) {
    margin-left: -150px;
}

.why-choose-us-step-3 {
    background: rgb(219, 219, 219);
    padding: 130px 0px;
}

.choose-us-counter {
    display: flex;
    flex-wrap: wrap;
}

.choose-us-counter .choose-us-counter-item {
    width: 50%;
    margin: 50px 0px;
}

.choose-us-counter-item h2 {
    font-size: 124px;
    color: rgb(14, 14, 14);
    font-family: "Big Noodle Titling", sans-serif;
    line-height: 100%;
}

.choose-us-counter-item p {
    font-family: "Big Noodle Titling", sans-serif;
    font-size: 24px;
    line-height: 25px;
}

.why-choose-us-step-4 {
    background: rgb(219, 219, 219);
    display: flex;
    align-items: center;
    padding-bottom: 100px;
}

.make-something-content {
    text-align: center;
}

.make-something-content h4 {
    font-family: "Big Noodle Titling", sans-serif;
    font-size: 48px;
}

.make-something-content h2 {
    font-size: 92px;
    font-family: "Big Noodle Titling", sans-serif;
    font-weight: 500;
    color: var(--c1);
    line-height: 100%;
    padding: 30px 0px;
}

.choose-us-counter .choose-us-counter-item:first-child h2, .choose-us-counter .choose-us-counter-item:last-child h2 {
    color: var(--c1);
}

section.why-chose-us-section {
    position: relative;
    z-index: 1;
}

.mobile-menu-mian {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    overflow: hidden;
    transition: 0.7s;
    visibility: hidden;
    opacity: 0;
}

.mobile-menu-list {
    display: flex;
    flex-wrap: wrap;
}

.mobile-menu-list .mobile-col-4 {
    width: 40%;
}

.mobile-menu-item.mobile-col-6 {
    width: 60%;
}

.mobile-menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transition: 0.6s;
}

.mobile-menu-image {
    height: 60vh;
    overflow: hidden;
    position: relative;
}

.mb-service-title h2 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    margin: 0px auto;
    position: relative;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: rgb(255, 255, 255);
}

.mb-service-title h2::before {
    content: "";
    width: 30px;
    height: 1px;
    background: var(--white);
}

.mb-service-menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.mb-service-menu ul li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 15px;
    transition: 0.7s;
}

.mb-service-menu ul li {
    padding: 4px 0px;
}

.mobile-menu-list .mb-service-title {
    margin-bottom: 30px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40px;
}

.mb-service-menu ul li a:hover {
    color: var(--c1);
}

.mobile-menu-image:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
}

.mobile-menu-mian .mobile-menu-box1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    bottom: -100%;
    background: rgb(30, 30, 30);
    transition: 0.5s;
}

.mobile-menu-mian .container-fluid {
    padding: 0px;
}

.mobile-menu-box1 .mb-social-media ul {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 10px 0px 0px;
    padding: 0px;
}

.mobile-menu-box1 .mb-social-media ul li a {
    color: var(--c2);
}

.mobile-menu-box1 .mb-social-media ul li a:hover {
    color: var(--c1);
}

.mobile-menu-image.mobile-menu-image2 {
    height: 40vh;
}

.mobile-menu-image .mobile-menu-image-content {
    position: absolute;
    left: 0px;
    top: 100px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0);
    transition: 0.7s;
    transform: scale(0.8);
    opacity: 0;
}

.mobile-menu-image .mobile-menu-image-content a {
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-decoration: none;
    font-weight: 600;
    font-family: "Big Noodle Titling", sans-serif;
}

.mobile-menu-image:hover .mobile-menu-image-content {
    background: rgba(0, 0, 0, 0.6);
    transform: scale(1);
    top: 0px;
    opacity: 1;
}

.mobile-menu-parent-area .mobile-menu-parent ul li a {
    color: rgb(255, 255, 255);
    font-size: 35px;
    text-decoration: none;
    font-weight: 600;
    font-family: "Big Noodle Titling", sans-serif;
    position: relative;
    line-height: 36px;
}

.mobile-menu-parent-area .mobile-menu-parent ul {
    list-style: none;
    padding: 0px;
    text-align: center;
}

.mobile-menu-parent-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(18, 18, 18);
    position: relative;
    bottom: -100%;
    transition: 0.7s;
}

.mobile-menu-parent-area .mobile-menu-parent ul li a:hover {
    color: var(--c1);
}

.mobile-menu-parent-area .mobile-menu-parent ul li a:hover::before {
    width: 100%;
}

.mobile-menu-parent-area .mobile-menu-parent ul li a::before {
    position: absolute;
    left: 0px;
    bottom: 6px;
    width: 0px;
    height: 3px;
    background: var(--c1);
    content: "";
    transition: 0.7s;
}

.mobile-menu-parent-area .mobile-menu-parent ul li {
    padding: 10px 0px;
}

.mobile-menu-parent-area .mb-label-vertical-1 {
    position: absolute;
    z-index: 3;
    top: 30px;
    left: -10px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0px;
}

.mb-label-vertical-2 {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    right: -10px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: 500;
    letter-spacing: 1px;
    padding: 0px;
}

.mobile-menu-mian .mobile-menu-mian-inner {
    position: relative;
}

.mobile-menu-mian .mobile-menu-cancel {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 1;
    transform: rotate(45deg);
}

.mobile-menu-mian .mobile-menu-cancel a {
    display: table;
    width: 65px;
    height: 65px;
    border: 3px solid rgb(255, 255, 255);
    border-radius: 70px;
    position: relative;
    transition: 1.2s;
}

.mobile-menu-mian .mobile-menu-cancel a::before {
    content: "";
    display: table;
    width: 4px;
    height: 35px;
    background: rgb(255, 255, 255);
    position: absolute;
    inset: 0px;
    transition: 0.7s;
    margin: auto;
}

.mobile-menu-mian .mobile-menu-cancel a::after {
    content: "";
    display: table;
    width: 4px;
    height: 35px;
    background: rgb(255, 255, 255);
    position: absolute;
    inset: 0px;
    margin: auto;
    transform: rotate(89deg);
    transition: 0.7s;
}

.mobile-menu-mian .mobile-menu-cancel a:hover {
    border-color: var(--c3);
    transform: rotate(268deg);
}

.mobile-menu-mian .mobile-menu-cancel a:hover::before {
    background: var(--c3);
}

.mobile-menu-mian .mobile-menu-cancel a:hover::after {
    background: var(--c3);
}

a#mobile-menu-openbtn {
    display: block;
}

.mobile-menu-mian.active {
    visibility: visible;
    opacity: 1;
}

.mobile-menu-hover1 {
    height: 100%;
    overflow: hidden;
}

.mobile-menu-mian.active .mobile-menu-box1 {
    bottom: 0px;
}

.mobile-menu-box1 .mb-service-menu {
    transition: 0.4s 0.7s;
    margin-top: 100px;
    opacity: 0;
}

.mobile-menu-mian.active .mobile-menu-box1 .mb-service-menu {
    margin-top: 0px;
    opacity: 1;
}

.mobile-menu-list .mobile-menu-hover2 {
    overflow: hidden;
    height: 100%;
}

.mobile-menu-hover2 .mobile-menu-box1 {
    position: relative;
    top: -100%;
    transition: 0.7s;
}

.mobile-menu-mian.active .mobile-menu-hover2 .mobile-menu-box1 {
    top: 0px;
}

.mobile-menu-hover2 .mobile-menu-image {
    left: -100%;
    transition: 0.7s;
}

.mobile-menu-mian.active .mobile-menu-hover2 .mobile-menu-image {
    left: 0px;
}

.mobile-menu-hover3 .mobile-menu-image {
    right: -100%;
    transition: 0.7s;
}

.mobile-menu-mian.active .mobile-menu-hover3 .mobile-menu-image {
    right: 0px;
}

.mobile-menu-hover5 {
    height: 100%;
    overflow: hidden;
}

.mobile-menu-mian.active .mobile-menu-hover5 .mobile-menu-parent-area {
    bottom: 0px;
}

.mobile-menu-hover {
    overflow: hidden;
}

.choose-us-logo img {
    width: 100%;
}

section.our-packages {
    padding: 100px 0px;
    margin-top: -180px;
    background: rgb(245, 245, 245);
    position: relative;
    /* height: 2720px; */
}

.why-choose-us-step-2 {
    background: rgb(7, 7, 7);
}

.why-choose-us-step-5 {
    background: rgb(7, 7, 7);
}

.package-button-list ul li button.nav-link {
    background: rgba(255, 255, 255, 0);
    border: 2px solid rgb(14, 14, 14);
    border-radius: 50px;
    padding: 6px 20px;
    color: rgb(14, 14, 14);
    transition: 0.7s;
    position: relative;
    margin: 3px 0px;
}

.package-button-list ul li {
    padding: 0px 5px;
}

.package-button-list ul li button.nav-link::before {
    border-radius: 50px;
    content: "";
    display: table;
    position: absolute;
    width: 0%;
    height: 100%;
    background: var(--c1);
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 0;
    margin: 0px auto;
    transition: 0.7s;
}

.package-button-list ul li button.nav-link:hover::before {
    width: 100%;
}

.package-button-list ul li button.nav-link.active {
    background: rgba(255, 255, 255, 0);
}

section.our-packages .package-button-list ul {
    margin: 0px auto;
    display: flex;
    justify-content: center;
}

.package-button-list ul li button.nav-link span {
    position: relative;
}

.package-button-list ul li button.nav-link.active::before {
    width: 100%;
}

.package-item {
    border: 1px solid var(--c1);
    padding: 30px 30px 20px;
    border-radius: 5px;
    margin: 15px 0px;
    transition: 0.5s;
}

.package-item .package-header h3 {
    color: rgb(14, 14, 14);
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    font-style: normal;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 22px;
}

.package-item .package-header {
    text-align: center;
}

.package-item .package-header h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    color: var(--c1);
}

.package-item .package-header h2 span {
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke-width: 1px;
    font-size: 28px;
    position: relative;
    top: -7px;
    color: var(--c2);
}

section.our-packages .package-button-list {
    padding: 30px 0px 10px;
}

.package-item .package-header h3::before {
    content: "";
    height: 13px;
    width: 100%;
    display: table;
    position: absolute;
    bottom: -5px;
    background-image: url("../images/line-icon.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.package-item .package-body-data ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.package-item .package-body h6 {
    color: rgb(14, 14, 14);
    font-size: 20px;
    display: table;
    background: 1px solid var(--c1);
    padding: 0px;
}

.package-item .package-body h6::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
    color: var(--c1);
}

.package-item .package-body-data ul li {
    font-size: 16px;
    line-height: 220%;
    position: relative;
    padding-left: 28px;
}

.package-item .package-body-data ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 13px;
    color: var(--c1);
    position: absolute;
    left: 0px;
}

.package-item .package-body-data {
    height: 280px;
    overflow-y: auto;
    margin: 20px 0px 30px;
}

.package-item .package-footer a {
    border: 1px solid rgb(14, 14, 14);
    color: rgb(14, 14, 14);
    text-decoration: none;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    width: 46%;
    text-align: center;
    margin: 0px 1%;
    position: relative;
    overflow: hidden;
}

.package-item .package-footer a::before {
    display: table;
    width: 100%;
    height: 100%;
    background: var(--c1);
    left: 0px;
    top: 0px;
}

.package-item .package-footer p {
    text-align: center;
    margin-top: 11px;
}

.package-item .package-footer {
    position: relative;
}

.package-item .package-footer a:hover {
    background: var(--c1);
    border-color: var(--c1);
}

.package-item:hover {
    transform: scale(1.05);
    background: var(--c1);
}

.package-item:hover .package-header h3, .package-item:hover .package-header h2 {
    color: rgb(255, 255, 255);
}

.package-item:hover .package-body-data ul li::before {
    color: rgb(255, 255, 255);
}

.package-item:hover .package-body h6::before {
    color: rgb(255, 255, 255);
}

.package-item:hover .package-header h3, .package-item:hover .package-header h2 span {
    color: rgb(255, 255, 255);
}

.package-item:hover .package-body-data ul li, .package-item:hover .package-body-data span {
    color: rgb(255, 255, 255);
}

.package-item:hover .package-body h6 {
    color: rgb(255, 255, 255);
}

.package-item:hover .package-footer a, .package-item:hover .package-footer p {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

section.inner-header {
    height: 600px;
}

.pb-space {
    margin-bottom: 180px;
}

section.inner-header.bg-image {
    background: url("../images/header-banner.jpg") center center / cover fixed;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 150px;
}

section.inner-header.bg-image::before {
    content: "";
    display: table;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
}

section.inner-header .container-th {
    position: relative;
}

.inner-header .header-title h4 {
    font-size: 120px;
    font-family: "Big Noodle Titling", sans-serif;
    line-height: 110%;
}

.inner-header .header-title {
    color: var(--white);
}

.inner-header .header-title p {
    font-size: 19px;
    margin: 0px;
}

.inner-header .header-title h4 span {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
}

section.contact-us-page {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-us-page .contact-details {
    color: rgb(255, 255, 255);
}

.contact-us-page .contact-details ul {
    padding: 15px 0px 0px;
    margin: 0px;
    list-style: none;
    width: 340px;
}

.contact-us-page .contact-details ul li {
    padding: 10px 0px;
}

.contact-us-page .contact-details ul li a {
    color: rgb(14, 14, 14);
    text-decoration: none;
    font-size: 16px;
}

.contact-us-page .contact-details ul li a:hover {
    color: var(--c1);
}

.contact-us-page .form-style-01 .input-field textarea {
    height: 200px;
}

.contact-us-page .btn-style-2 .arrow-button .line {
    width: 108px;
}

.portfolio-list-02 {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid rgb(220, 53, 69);
    border-right: 1px solid rgb(220, 53, 69);
    border-top: 1px solid rgb(220, 53, 69);
}

.portfolio-list-02 .portfolio-item-2 {
    width: 33.33%;
    padding: 50px 40px;
    border-bottom: 1px solid rgb(220, 53, 69);
    border-right: 1px solid rgb(220, 53, 69);
}

.portfolio-list-02 .portfolio-item-2 img {
    width: 100%;
}

.mt-200 {
    margin-top: 200px;
}

section#our-portfolio-2-are {
    padding: 100px 0px 50px;
    background: rgb(249, 249, 249);
}

.button-list-style-1 ul {
    display: flex;
    justify-content: center;
}

.button-list-style-1 ul li button.nav-link {
    padding: 0px;
}

.button-list-style-1 ul li button.nav-link {
    background: rgba(255, 255, 255, 0);
    border: 2px solid rgb(14, 14, 14);
    border-radius: 50px;
    padding: 6px 20px;
    color: rgb(14, 14, 14);
    transition: 0.7s;
    position: relative;
}

.button-list-style-1 ul li button.nav-link::before {
    border-radius: 50px;
    content: "";
    display: table;
    position: absolute;
    width: 0%;
    height: 100%;
    background: var(--c1);
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 0;
    margin: 0px auto;
    transition: 0.7s;
}

.button-list-style-1 ul li button.nav-link.active {
    background: rgba(255, 255, 255, 0);
}

.button-list-style-1 ul li button.nav-link.active::before {
    width: 100%;
}

.button-list-style-1 ul li button.nav-link:hover::before {
    width: 100%;
}

.button-list-style-1 ul li {
    padding: 0px 5px;
}

.button-list-style-1 ul li button.nav-link span {
    position: relative;
}

section#our-portfolio-2-are .button-list-style-1 {
    padding: 30px 0px 50px;
}

.image-box-01 img {
    width: 100%;
    transition: 0.7s;
}

.image-box-01 {
    overflow: hidden;
}

.image-box-01:hover img {
    transform: scale(1.1);
    filter: grayscale(1);
}

.my-10 {
    padding: 100px 0px;
}

.about-us-page .extraordinary-content {
    padding-bottom: 40px;
}

section.about-us-page {
    background: rgb(255, 255, 255);
}

.portfolio-list-01 .portfolio-item img {
    width: 80%;
}

.footer-menu h4 i, .footer-detail h4 i {
    display: none;
}

section.thank-you-page {
    background: rgb(18, 18, 18);
    min-height: 800px;
    height: 100vh;
    display: flex;
    align-items: center;
}

.content-thank-you h2 {
    color: var(--c1);
    font-size: 80px;
    text-align: center;
    font-family: "Big Noodle Titling", sans-serif;
}

section.thank-you-page .content-thank-you {
    text-align: center;
}

div#preloader {
    position: fixed;
    z-index: 999999999;
    background: rgb(33, 33, 33);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.main-header .header-contact ul li a i {
    color: var(--c1);
}

.pb-space2 {
    margin-bottom: 150px;
}

.portfolio-list-02 .website-portfolio {
    height: 650px;
    position: relative;
    overflow: hidden;
}

.portfolio-list-02 .website-portfolio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: 2s ease-in-out;
}

.portfolio-list-02 .website-portfolio:hover img {
    object-position: center bottom;
}

.font-small h4 {
    font-size: 86px !important;
}

.header-title h6 {
    font-size: 26px;
    display: flex;
    align-items: center;
    gap: 11px;
}

.header-title h6::before {
    content: "";
    width: 30px;
    height: 3px;
    background: rgb(255, 255, 255);
}

section.services-main-area {
    padding: 120px 0px;
    background: rgb(255, 255, 255);
}

.services-main-area .service-box-02 {
    border: 1px solid rgb(48, 48, 48);
    padding: 80px 25px 60px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    position: relative;
    overflow: hidden;
}

.services-main-area .service-box-02 h3 {
    font-size: 36px;
    font-family: "Big Noodle Titling", sans-serif;
    color: rgb(14, 14, 14);
    transition: 0.7s;
}

.services-main-area .service-box-02 h3 span {
    display: flex;
    align-items: center;
    color: var(--c1);
    transition: 0.7s;
}

.services-main-area .service-box-02 h3 span::before {
    content: "";
    display: table;
    width: 50px;
    height: 3px;
    background: var(--c1);
    margin-right: 15px;
    transition: 0.7s;
}

.services-main-area .service-box-02:hover h3 span::before {
    background: rgb(255, 255, 255);
}

.services-main-area .service-box-02 h3:hover span::before {
    width: 0px;
    margin-right: 0px;
}

.services-main-area .service-box-02:hover h3, .services-main-area .service-box-02:hover p, .services-main-area .service-box-02:hover ul li {
    color: rgb(255, 255, 255);
}

.services-main-area .service-box-02 p {
    font-size: 18px;
    margin: 30px 0px;
    min-height: 54px;
    color: rgb(14, 14, 14);
}

.services-main-area .service-box-02 ul {
    padding: 0px;
    list-style: none;
    font-size: 18px;
}

.services-main-area .service-box-02 ul li {
    padding: 4px 0px;
    color: rgb(14, 14, 14);
}

.services-main-area .service-box-02 ul li span {
    transition: 0.7s;
    display: inline-block;
}

.services-main-area .service-box-02 ul li:hover span {
    transform: rotate(90deg);
}

.services-main-area .service-box-02 ul li:hover {
    color: var(--c3);
}

.service-box-02-bg {
    position: absolute;
    right: -300%;
    top: 0px;
    height: 100%;
    width: 300%;
    overflow: hidden;
}

.service-box-02 .service-box-02-bg::before {
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
}

.services-main-area .service-box-02:hover .btn-style-1 span.arrow {
    background: var(--white);
}

.services-main-area .service-box-02:hover .btn-style-1 span.line {
    background: rgb(255, 255, 255);
}

.services-main-area .service-box-02:hover .btn-style-1 span.text {
    background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.service-box-02 .service-box-02-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-box-02:hover .service-box-02-bg {
    transition: 2.7s;
    right: 0px;
}

.service-box-02 .service-box-02-content {
    position: relative;
}

section.simple-page-content {
    padding: 60px 0px;
}

section.simple-page-content h4 {
    font-size: 30px;
    color: rgb(217, 51, 65);
    margin-top: 40px;
}

section.simple-page-content a {
    color: var(--c3);
    text-decoration: none;
}

section.simple-page-content a:hover {
    color: var(--c1);
}

div#GetAQuote .modal-body {
    padding: 25px;
    border: 2px solid var(--c1);
    overflow: hidden;
}

div#GetAQuote button.btn-close {
    position: absolute;
    right: 26px;
    top: 27px;
    opacity: 1;
    z-index: 1;
    color: rgb(255, 255, 255) !important;
    background: none !important;
}

div#GetAQuote button.btn-close i {
    font-size: 24px;
    transition: 0.7s;
}

div#GetAQuote button.btn-close i:hover {
    color: var(--c1);
}

div#GetAQuote .heading-form h6 {
    font-size: 22px;
    text-align: center;
    margin: 0px;
    color: var(--c1) !important;
}

div#GetAQuote .heading-form h3 {
    text-align: center;
    color: rgb(255, 255, 255);
}

div#GetAQuote .heading-form {
    padding-bottom: 20px;
}

div#GetAQuote .modal-content {
    background: rgb(34, 34, 34);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

form.myform .form-control, form.myform textarea {
    background: rgba(255, 255, 255, 0);
    border: 1px solid var(--c1);
    margin: 15px 0px;
    height: 50px;
    color: rgb(255, 255, 255);
    border-radius: unset;
}

form.myform .form-control::placeholder, form.myform textarea::placeholder {
    color: rgb(255, 255, 255);
}

form.myform .form-control:focus, form.myform textarea {
    border-color: var(--c3);
    outline: none !important;
}

form.myform textarea {
    height: 110px;
    width: 100%;
    margin: 0px;
    padding: 8px;
}

form.myform button#submit {
    background: var(--c1);
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 13px 24px;
    font-size: 16px;
    border-radius: 30px 0px;
    transition: 0.7s;
    margin-top: 20px;
    z-index: 1;
}

form.myform button#submit:hover {
    border-radius: 0px 30px;
    background: var(--c3);
    color: rgb(34, 34, 34);
}

.services-slider .swiper-slide {
    height: 100%;
}

div#GetAQuote {
    z-index: 999999999;
}

section.header-design-02 {
    padding: 140px 0px 90px;
    position: relative;
    background-position: center center;
    z-index: 0;
}

.header-title-02 h1 {
    font-size: 70px;
    font-family: "Big Noodle Titling", sans-serif;
    line-height: 110%;
    color: rgb(255, 255, 255);
}

.header-title-02 h1 span {
    color: var(--c3);
}

.header-title-02 p {
    font-size: 20px;
    font-family: Gilroy;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

section.header-design-02 .container-th {
    position: relative;
    z-index: 99;
}

section.header-design-02 .header-title-02 {
    width: 80%;
}

.button-list-01 ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 20px;
}

section.header-design-02 .btn-style-1 span.text {
    font-size: 18px;
    -webkit-text-fill-color: rgb(255 255 255);
}

section.header-design-02 .btn-style-1 span.line {
    width: 130px;
}

section.single-service-section-1 .single-service-content-1 h2 {
    font-size: 60px;
    font-family: "Big Noodle Titling", sans-serif;
    color: rgb(14, 14, 14);
}

.s-content-design-01 {
    display: flex;
    gap: 50px;
    color: rgb(255, 255, 255);
}

.s-content-design-01 p {
    font-size: 18px;
    color: rgb(14, 14, 14);
}

.s-list-design-01 ul {
    font-size: 20px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    padding: 0px;
    margin: 0px;
    color: rgb(255, 255, 255) !important;
}

.s-list-design-01 ul li {
    width: 50%;
    padding: 5px 0px;
    color: rgb(14, 14, 14);
}

.bt-2 {
    border-bottom: 2px solid;
    padding-bottom: 20px;
}

section.single-service-section-1 {
    padding: 100px 0px;
}

section.single-service-section-1 .s-list-design-01 {
    margin-top: 30px;
}

section.our-process {
    background-size: cover;
    background-attachment: fixed;
    padding: 200px 0px 0px;
}

section.our-process .our-process-list {
    display: flex;
    background: rgb(255, 255, 255);
    margin-bottom: -1px;
    padding: 0px 40px;
}

section.our-process .our-process-list .our-process-item {
    width: 25%;
}

.our-process-item .our-process-item-inner {
    padding: 60px 20px;
    margin-top: 60px;
    border-right: 1px solid rgb(90, 90, 90);
    height: 100%;
}

.our-process-item .our-process-item-inner h4 {
    font-size: 30px;
    color: rgb(14, 14, 14);
    font-weight: 600;
}

.our-process-item .our-process-item-inner h4 span {
    color: var(--c1);
    display: flex;
    align-items: center;
    transition: 0.7s;
}

.our-process-item .our-process-item-inner h4 span::before {
    content: "";
    width: 40px;
    height: 3px;
    background: rgb(255, 255, 255);
    transition: 0.7s;
    margin-right: 15px;
}

.our-process-item:hover .our-process-item-inner h4 span::before {
    width: 0px;
    margin-right: 0px;
}

.our-process-item:hover .our-process-item-inner h4 span {
    color: var(--c1);
}

.our-process-item .our-process-item-inner p {
    color: rgb(14, 14, 14);
    font-size: 16px;
    margin-top: 20px;
}

section.our-process .our-process-list .our-process-item {
    position: relative;
}

.our-process-list .our-process-item::before {
    content: "";
    display: table;
    width: 100%;
    height: 1px;
    background: rgb(90, 90, 90);
    top: 60px;
    position: absolute;
}

.our-process-list .our-process-item:first-child .our-process-item-inner {
    border-left: 1px solid rgb(90, 90, 90);
}

.our-process-list .our-process-item::after {
    content: "";
    display: table;
    width: 11px;
    height: 11px;
    background: rgb(220, 53, 69);
    top: 55px;
    position: absolute;
    border-radius: 11px;
    left: -5px;
    animation: 2s ease 0s infinite normal none running our_process_icon;
}

@keyframes our_process_icon {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(0.8);
    }
}

.bg-gr {
    background: rgb(30, 30, 30) !important;
}

section.single-service-faqs {
    padding: 100px 0px;
}

.service-faqs-list .accordion-item {
    background: rgba(255, 255, 255, 0);
    border-top-width: medium;
    border-right-width: medium;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-left-color: currentcolor;
    border-image: initial;
    border-bottom: 1px solid var(--c2);
}

.service-faqs-list .accordion-item p {
    margin: 0px;
    font-size: 16px;
}

.service-faqs-box h2 {
    font-size: 48px;
    font-family: "Big Noodle Titling", sans-serif;
    color: rgb(14, 14, 14);
}

.service-faqs-box .service-faqs-list {
    margin-top: 30px;
    border-top: 1px solid var(--c2);
}

.service-faqs-box h2 button {
    background: rgba(255, 255, 255, 0);
    color: var(--c2);
    font-size: 22px;
    padding: 25px 0px;
}

.service-faqs-list .accordion-item .accordion-button:not(.collapsed) {
    background: rgba(255, 255, 255, 0);
    color: rgb(14, 14, 14);
    box-shadow: none;
}

.service-faqs-box h2 button.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.service-faqs-list .accordion-item .accordion-button::after {
    background: rgba(255, 255, 255, 0);
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    transform: rotate(0deg);
    opacity: 1;
}

.service-faqs-list .accordion-item .accordion-body {
    padding: 10px 0px 30px;
}

.service-faqs-box h2 button.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.service-faqs-list .accordion-item .accordion-button::after {
    color: rgb(0 0 0) !important;
}

.service-faqs-list .accordion-item .accordion-body {
    padding: 10px 0px 30px;
}

.service-faqs-list .accordion-item .accordion-button:not(.collapsed)::after {
    content: "\f106";
}

section.service-content-3-area {
    padding: 100px 0px;
}

.service-content-3-area .service-content-3 h2 {
    font-size: 48px;
    font-family: "Big Noodle Titling", sans-serif;
    color: rgb(14, 14, 14);
}

.service-content-3-area .service-content-3 {
    padding-bottom: 60px;
}

.services-main-area .service-box-02:hover h3 span {
    color: rgb(255, 255, 255);
}

main.single-service-page .portfolio-list-02 .portfolio-item-2:nth-child(n+10) {
    display: none;
}

main.single-service-page section#our-portfolio-2-are {
    padding-bottom: 120px;
}

.image-styl-01 {
    overflow: hidden;
}

.image-styl-01:hover img {
    transform: scale(1.2);
}

.image-styl-01 img {
    transition: 0.7s;
    max-width: 100%;
}

main.single-service-page .btn-style-2 .arrow-button .line {
    width: 115px;
}

.content-box-style-02 {
    background: rgb(30, 30, 30);
    margin: 65px 0px 0px;
    position: relative;
    border-radius: 25px 0px;
}

.content-box-style-02-inner:hover .content-box-style-02-icon i {
    color: var(--c3);
}

.content-box-style-02-inner .content-box-style-02-icon i {
    color: var(--c1);
    font-size: 38px;
    transition: 0.7s;
}

section.digital-marketing-content-01 {
    padding: 100px 0px;
}

.bg-dark {
    background-color: rgb(248, 248, 248) !important;
}

.bg-light {
    background: rgb(30, 30, 30) !important;
}

.content-box-style-02-inner .content-box-style-02-content h4 {
    font-size: 26px;
    color: rgb(213, 46, 63);
    margin: 17px 0px 12px;
}

.content-box-style-02-inner .content-box-style-02-content h4 span {
    color: var(--c1);
    font-weight: 600;
}

.content-box-style-02-inner .content-box-style-02-content p {
    font-size: 16px;
    margin: 0px;
}

.content-box-style-02::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    background: rgb(14, 14, 14);
    right: 0px;
    left: 0px;
    top: 0px;
    margin: 0px auto;
    display: table;
    transition: 0.7s;
    z-index: 0;
    border-radius: 25px 0px;
}

.content-box-style-02:hover::before {
    width: 100%;
    height: 100%;
}

.content-box-style-02 .content-box-style-02-inner {
    padding: 40px 25px 0px;
    min-height: 280px;
    position: relative;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 10px;
}

.content-style-04 .heading-small {
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.content-style-04 .heading-large {
    font-size: 50px;
    font-weight: 600;
    color: rgb(14, 14, 14);
    font-family: "Big Noodle Titling", sans-serif;
    padding: 0px;
}

.content-style-04 .heading-large span {
    color: var(--c1);
}

section.service-content-options {
    padding: 100px 0px;
}

section.service-content-options .mb-5 {
    margin-bottom: 3rem !important;
}

.service-options-list ul#pills-tab {
    display: flex;
    flex-direction: column;
    counter-reset: service 0;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid rgb(60, 60, 60);
}

.service-options-list ul#pills-tab li button {
    width: 100%;
    text-align: left;
    color: var(--c2);
    font-family: "Big Noodle Titling", sans-serif;
    font-size: 28px;
    line-height: 130%;
    padding: 20px 0px;
    display: flex;
    gap: 30px;
    align-items: center;
    transition: 0.7s;
    position: relative;
}

.service-options-list ul#pills-tab li button.active {
    color: rgb(195 0 24);
    background: rgba(255, 255, 255, 0);
}

.service-options-list ul#pills-tab li.nav-item {
    border-bottom: 1px solid rgb(60, 60, 60);
}

.service-options-list ul#pills-tab li button::before {
    counter-increment: service 1;
    content: "0" counter(service);
    display: table;
}

.service-options-list ul#pills-tab li button:hover {
    color: rgb(195 0 24);
}

.service-options-content-01 .service-options-01-content h2, .service-options-content-01 .service-options-01-content h3, .service-options-content-01 .service-options-01-content h4 {
    color: rgb(195 0 24);
    font-size: 42px;
    font-family: "Big Noodle Titling", sans-serif;
}

.service-options-content-01 .service-options-01-content p {
    font-size: 18px;
}

.float-right {
    float: right;
}

.service-options-list ul#pills-tab li button > span {
    font-size: 27px;
    overflow: hidden;
    width: 50px;
    height: 30px;
    line-height: 50px;
    position: absolute;
    right: 0px;
}

.service-options-list ul#pills-tab li button span span {
    display: flex;
    width: 200%;
    transition: 0.7s;
}

.service-options-list ul#pills-tab li button span span i {
    padding: 0px 10px;
    font-size: 30px;
}

.service-options-list ul#pills-tab li button:hover span span {
    margin-left: -100%;
}

section.service-sticky-content-main {
    padding: 100px 0px;
}

.service-sticky-content-01 .heading-01 {
    font-size: 40px;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: 600;
}

section.services-main-area .service-box-02 a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.service-sticky-content-01 .heading-01 span {
    color: var(--c1);
}

section.service-sticky-content-main .service-sticky-content-01 {
    font-size: 18px;
    line-height: 160%;
}

section.service-sticky-content-main .service-sticky-content-01 strong {
    color: rgb(255, 255, 255);
}

section.service-sticky-content-main .service-sticky-content-01 a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

section.service-sticky-content-main .service-sticky-content-01 a:hover {
    color: var(--c1);
}

.service-sticky-content-01 ul li {
    line-height: 180%;
}

.service-sticky-content-01 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 60px;
    padding-left: 20px;
}

.content-box-style-02-inner .content-box-style-02-icon {
    position: absolute;
    top: -45px;
    width: 90px;
    height: 90px;
    background: rgb(255, 255, 255);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.23) 0px 0px 10px;
}

.image-style-01 {
    overflow: hidden;
}

.image-style-01 img {
    transition: 0.7s;
}

.image-style-01:hover img {
    transform: scale(1.1);
}

section.our-brands {
    min-width: 100%;
    max-width: 100%;
    background: rgb(255, 255, 255) !important;
}

.copyright-menu ul {
    display: flex;
    list-style: none;
    gap: 40px;
    padding: 0px;
    margin: 0px;
    justify-content: flex-end;
}

.copyright-menu ul li a {
    color: rgb(14, 14, 14);
    text-decoration: none;
    transition: 0.6s;
}

.copyright-menu ul li a:hover {
    color: var(--c1);
}

.content-box-style-02-inner .content-box-style-02-icon img {
    width: 40px;
}

.mobile-menu-button {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
    background: linear-gradient(90deg, rgb(151, 0, 40) 0%, rgb(181, 0, 28) 49%, rgb(151, 0, 40) 100%);
}

.mobile-menu-button .mobile-menu-button-list ul li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 12px 0px;
    display: table;
    width: 100%;
    border: 1px solid var(--c1);
    text-align: center;
    font-size: 18px;
    border-radius: 20px 0px;
    background: rgba(0, 0, 0, 0.7);
}

.mobile-menu-button .mobile-menu-button-list ul li a i {
    color: var(--c1);
}

.mobile-menu-button .mobile-menu-button-list ul {
    display: flex;
    margin: 0px;
    padding: 8px;
    gap: 10px;
    list-style: none;
}

.mobile-menu-button .mobile-menu-button-list ul li {
    width: 25%;
}

.mobile-menu-button .mobile-menu-button-list ul li a:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(34, 34, 34);
}

.service-menu-box-area {
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.87);
    z-index: 999999;
    backdrop-filter: blur(8px);
    padding: 20px;
    transition: 0.7s;
}

.service-menu-box-area .service-menu-box-closed a {
    color: rgb(255, 255, 255);
    font-size: 20px;
}

.service-menu-box-area .service-menu-box-closed {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-menu-box-area .service-menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    box-sizing: border-box;
}

.service-menu-box-area .service-menu-list .service-menu-item {
    width: 47%;
    background: rgb(18, 18, 18);
    padding: 25px 15px 10px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid rgb(18, 18, 18);
    position: relative;
}

.service-menu-box-area .service-menu-list .service-menu-item img {
    height: 60px;
}

.service-menu-box-area .service-menu-list .service-menu-item h3 {
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.service-menu-box-area .service-menu-list .service-menu-item .service-menu-item-title {
    margin-top: 30px;
}

.service-menu-box-area .service-menu-list .service-menu-item h3 span {
    display: block;
    color: var(--c1);
}

.service-menu-box-area .service-menu-box-heading h4 {
    color: rgb(255, 255, 255);
    font-size: 22px;
    margin: 20px 0px;
    text-align: center;
}

.service-menu-box-area .service-menu-box img {
    height: 60px;
}

.service-menu-box-area .service-menu-box-heading h4 span {
    color: var(--c1);
}

.service-menu-box-area .service-menu-list .service-menu-item:first-child {
    border-color: var(--c1);
}

.service-menu-box-area.active {
    left: 0px;
}

.service-menu-list .service-menu-item .service-menu-item-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.service-menu-list .service-menu-item .service-menu-item-overlay a {
    display: table;
    height: 100%;
    width: 100%;
}

.service-menu-box-area .service-menu-box-area-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.package-item .package-body-data ul strong {
    margin-top: 10px;
    display: inline-block;
}

.service-slide .service-slide-content h3 a {
    color: rgb(14, 14, 14);
    text-decoration: none;
}

.services-slider .service-slide:hover .service-slide-content h3 a, .services-slider .service-slide:hover .service-slide-content p {
    color: rgb(255, 255, 255);
}

.service-slide .service-slide-content h3 a:hover {
    color: var(--c1);
}

.content-thank-you h2 span {
    color: rgb(255, 255, 255);
}

section.header-design-02 .large-btn-style-1 span.line {
    width: 160px !important;
    background: rgb(255 255 255);
}

section.header-design-02 .btn-style-1 a.button span.arrow { 
    background: rgb(255 255 255);
}
section.header-design-02 .btn-style-2 .arrow-button .text {-webkit-text-fill-color: rgb(255 255 255)}
.footer-detail ul li i {
    color: var(--c1);
}

.contact-us-page .contact-details ul li stronge {
    font-weight: 600;
    color: var(--c1);
    display: block;
}

.contact-us-page .contact-details ul li i {
    color: var(--c1);
}

section.page_404 {
    padding: 70px 0px;
}

section.page_404 h1 {
    font-size: 60px;
    color: var(--c3);
}

section.page_404 .contant_box_404 .h2 {
    color: var(--white);
}

section.page_404 .contant_box_404 .link_404 {
    background: var(--c1);
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 20px 0px;
    display: inline-block;
}

section.page_404 .contant_box_404 .link_404:hover {
    background: var(--c3);
    color: rgb(34, 34, 34);
}

.inner-header .header-title h1 {
    font-size: 120px;
    font-family: "Big Noodle Titling", sans-serif;
    line-height: 110%;
}

.package-item .package-header h2 span.sml {
    display: block;
    font-size: 16px;
}

.doublewrap {
    margin-top: 50px;
    padding: 35px 40px 20px;
    min-height: 612px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 6px 30px 0px;
    background: var(--white);
}

.doublewrap h6 {
    text-transform: uppercase;
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin: 0px;
    text-align: center;
}

.doublewrap h3 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 900;
    color: rgb(255, 255, 255);
    margin: 15px auto 30px;
    text-align: center;
}

.jack li {
    position: relative;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    list-style: none;
    margin: 0px;
    opacity: 1;
    padding-bottom: 6px;
    padding-left: 20px;
    font-weight: 500;
}

.jack li::before {
    position: absolute;
    left: 0px;
    top: 5px;
    height: 5px;
    width: 5px;
    color: rgb(209, 46, 73);
    border-radius: 50%;
}

.chatt {
    padding-top: 0px;
    text-align: left;
}

a.action-no .fa {
    color: rgb(226, 61, 70);
}

section.pricing h2, section.testimonials h2 {
    padding: 0px;
    font-size: 38px;
    margin: 0px;
    line-height: 38px;
    font-weight: 900;
    text-transform: none;
    color: rgb(46, 46, 46);
}

span.old-price {
    display: inherit;
    font-size: 25px;
    font-weight: 400;
    position: relative;
    width: 100%;
    margin: 0px auto 7px;
    color: var(--pink);
    text-decoration: line-through;
}

.doublewrap span.price {
    font-size: 40px;
    font-weight: 700;
    color: rgb(226, 61, 70);
    margin: 0px 0px 20px;
    display: inline-block;
    line-height: 36px;
    background-clip: text;
}

.chatt .actions .action-chat {
    color: rgb(226, 61, 70);
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}

.chatt a.action-no {
    font-size: 20px;
    color: rgb(226, 61, 70);
    text-decoration: none;
}

.actions a {
    margin-right: 20px;
    min-width: 230px;
    font-weight: 700;
}

.priccc {
    padding-top: 20px;
    width: 49%;
    float: left;
    text-align: left;
}

.wrapk {
    text-align: right;
    width: 49%;
    float: right;
    padding-top: 0px;
}

.chatt h2 {
    font-size: 20px;
}

.doublewrap {
    margin-top: 50px;
    padding: 35px 40px 20px;
    min-height: 612px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 50px;
    border: 1px solid rgb(255, 31, 170);
    background: rgba(255, 255, 255, 0);
}

.view-detail {
    font-size: 16px;
    color: rgb(14, 14, 14);
    font-weight: 600;
    margin: 10px 0px;
    display: block;
    line-height: normal;
}

.wrapk.btn_pkg .view-detail:hover {
    color: rgb(233, 39, 71);
}

.jack li::before {
    content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬â„¢";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 13px;
    color: var(--c1);
    position: absolute;
    left: 0px;
}

.button-area.white-btn a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: 0.7s;
}

.button-area.white-btn a:hover {
    color: rgb(220, 53, 69);
}

.product_detail_sec {
    padding: 130px 0px;
    background: var(--light_white);
    position: relative;
    z-index: 1;
}

.pkg_detail_sec::before {
    content: "";
    border: 3px solid var(--pink);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    right: -20px;
    bottom: -20px;
}

.pkg_detail_sec::after {
    content: "";
    background: var(--red);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    left: -20px;
    top: -20px;
}

.pkg_list_detail {
    margin: 0px 10px 0px 60px;
}

.pkg_list_detail ul.pkg-list {
    height: 510px;
    overflow-y: scroll;
}

.pkg_list_detail ul.pkg-list li {
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 15px 0px;
    font-size: 14px;
    color: rgb(202, 202, 202);
    font-weight: 400;
    margin-right: 20px;
    list-style: none;
}

.pkg_detail_sec {
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0);
    vertical-align: top;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 6px 40px 0px;
    margin-top: 40px;
    position: relative;
    width: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgb(255, 31, 170);
}

.pkg_detail_sec span.h5 {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 45px;
    font-weight: 700;
    color: var(--c1);
}

.pkg_detail_sec h4 {
    color: rgb(255, 255, 255);
}

.pkg_detail_sec .line_through {
    margin: 10px 0px;
    color: rgb(255, 255, 255);
}

.product_detail_sec ul.pkg-list::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}

.pkg_detail_sec a {
    background: rgb(255, 23, 145);
    width: 150px;
    display: block;
    padding: 10px;
    border-radius: 10px 0px;
    border: 2px solid var(--c1);
}

.pkg_detail_sec a:hover {
    background: rgb(255, 255, 255);
    color: var(--c1);
}

.product_detail_sec ul.pkg-list::-webkit-scrollbar-track {
    box-shadow: rgb(230, 229, 229) 0px 0px 5px inset;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0);
}

.product_detail_sec ul.pkg-list::-webkit-scrollbar-thumb {
    background: var(--c1);
    border-radius: 10px;
}

.product_detail_sec ul.pkg-list::-webkit-scrollbar-thumb:hover {
    background: var(--c2);
    border-radius: 10px;
}

.pkg_list_detail h4 {
    font-weight: 700;
    font-size: 32px;
    color: rgb(255, 255, 255);
}

.pkg_list_detail ul.pkg-list li::before {
    content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬â„¢";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 13px;
    color: var(--c1);
}

.support_sec_tab {
    background: rgba(255, 255, 255, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px 30px 20px;
    height: 140px;
}

.support_content_Sec p {
    margin: 0px;
    font-size: 16px;
    color: rgb(14, 14, 14);
}

.icon_support {
    margin-right: 20px;
}

.support_sec_main .row .col-lg-3:nth-child(2) .support_sec_tab, .support_sec_main .row .col-lg-3:nth-child(4) .support_sec_tab {
    background: rgb(233, 39, 71);
}

.support_sec_main .row .col-lg-3:nth-child(2) .support_sec_tab p, .support_sec_main .row .col-lg-3:nth-child(4) .support_sec_tab p {
    color: rgb(255, 255, 255);
}

.about_sec {
    padding: 100px 0px 120px;
    background: var(--light_white);
    position: relative;
    z-index: 1;
}

.web_content_sec h3 {
    font-size: 30px;
    text-transform: capitalize;
    color: var(--c1);
    font-weight: 700;
}

.web_content_sec p {
    font-size: 16px;
    line-height: 28px;
    color: rgb(14, 14, 14);
}

ul.list_tab_sec {
    padding: 0px 0px 0px 20px;
}

ul.list_tab_sec li {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 21px;
    font-weight: 400;
    font-family: sans-serif;
    color: rgb(14, 14, 14);
}

ul.list_tab_sec li::before {
    position: absolute;
    left: 0px;
    color: rgb(14, 14, 14);
    font-size: 21px;
}

.about_sec .row {
    align-items: center;
}

.about_sec_list .button-area.white-btn a, .our_portfolio_Sec .button-area.white-btn a {
    background: rgb(220, 53, 69);
    margin: 0px 10px;
    padding: 10px 20px;
    border-radius: 10px 0px;
}

.about_sec_list .button-area.white-btn a:hover, .our_portfolio_Sec .button-area.white-btn a:hover {
    color: rgb(14, 14, 14);
    background: rgb(14, 14, 14) !important;
}

.about_sec_list a.newbutton2, .our_portfolio_Sec a.newbutton2 {
    background: rgb(14, 14, 14) !important;
    color: white !important;
    border-radius: 0px 10px !important;
}

.about_sec_list a.newbutton2:hover, .our_portfolio_Sec a.newbutton2:hover {
    background: rgb(255, 31, 170) !important;
    color: white !important;
}

.business_box_sec {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 12px 0px;
    padding: 50px 20px;
    min-height: 410px;
    margin: 30px 10px;
    background: rgba(255, 255, 255, 0);
    position: relative;
    z-index: 99;
    border: 1px solid rgb(255, 31, 170);
}

.business_content h4 {
    font-size: 19px;
    font-weight: 700;
    color: var(--pink);
}

.business_content p {
    font-size: 15px;
    line-height: 30px;
    max-height: 113px;
}

span.number-bg {
    left: 0px;
    right: 0px;
    z-index: -1;
    top: 20px;
    color: rgb(239, 239, 239);
    font-size: 115px;
    line-height: 120px;
    font-weight: 700;
    position: absolute;
    animation: 2s ease 0s infinite alternate none running mover;
    text-align: center;
}

.business_icon {
    padding-bottom: 20px;
    margin-top: 30px;
}

.business_icon img {
    object-fit: contain;
    margin: 0px auto;
    display: block;
    width: auto;
}

@-webkit-keyframes mover {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-10px);
    }
}

.bussniess_Sec_main {
    background: var(--light_white);
    position: relative;
    z-index: 1;
}

.inner_about {
    background: var(--white);
}

.inner_portfolio {
    background: var(--white);
}

.content-style-1 h2 {
    color: var(--c1);
    text-align: center;
    margin: 10px auto;
}

.content-style-1 p {
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 20px auto;
}

.freedom_img_sec img {
    width: 100%;
}

.freedom_Sec_main .row {
    align-items: center;
}

.freedom_content_Sec {
    padding: 0px 80px;
}

.freedom_content_Sec h3 {
    font-size: 29px;
    font-weight: 700;
    width: 80%;
    line-height: 40px;
    margin: 20px 0px;
    color: var(--c1);
}

.freedom_content_Sec p {
    color: var(--heading_color);
    font-size: 15px;
    line-height: 23px;
    width: 90%;
    margin-bottom: 20px;
    font-weight: 400;
}

.freedom_list ul li h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--c1);
}

.freedom_list ul li p {
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 400;
}

.freedom_Sec_main {
    background: rgba(255, 255, 255, 0);
}

.freedom_list ul li {
    position: relative;
    padding: 0px 0px 30px 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
}

.freedom_list ul li span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    border: 5px solid var(--c1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgb(230, 230, 230);
}

.freedom_list ul li span img {
    width: 75%;
}

.our_portfolio_Sec {
    background: var(--light_white);
}

.inner_portfolio .our_portfolio_Sec {
    background: var(--white);
}

.tab_content_sec ul {
    border: 0px;
    text-align: center;
    justify-content: center;
}

.tab_content_sec ul li {
    margin: 0px;
}

.tab_content_sec ul li a {
    background: var(--white);
    color: var(--pink);
    padding: 8px 17px;
    margin: 0px 6px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 45px !important;
    border: 1px solid var(--pink) !important;
}

.tab_content_sec ul li a:hover, .tab_content_sec ul li a.active {
    background: linear-gradient(to right, rgb(144, 41, 139) 0%, rgb(163, 41, 116) 50%, rgb(184, 40, 90) 100%);
    color: var(--white) !important;
}

.portfolio_box_img {
    display: inline-block;
    margin: 10px 0px;
}

.portfolio_box_img figure img {
    width: 100%;
}

.our_portfolio_Sec .container-fluid {
    padding: 0px;
}

.portfolio_box_img:hover a::after {
    opacity: 1;
    position: absolute;
    content: "+";
    left: 50%;
    top: 48%;
    width: 48px;
    margin-left: -24px;
    margin-top: -24px;
    color: rgb(255, 255, 255);
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    transition: 0.4s;
    text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px;
    z-index: 999;
}

.portfolio_box_img:hover a::before {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 99;
}

.portfolio_box_img a figure img {
    width: 100%;
    position: relative;
    top: 0px;
    transition: 2s;
}

.portfolio_box_img a {
    width: 100%;
    height: 100%;
    transition: 0.4s;
    position: relative;
    display: inline-block;
}

.portfolio_box_img a figure {
    margin-bottom: 0px;
}

.pkg-list ul li {
    list-style: url("../images/right.jpg") !important;
}

ul.pkg-list {
    padding-left: 23px;
}

.content-style-5 h2 {
    text-align: center;
    color: var(--c1);
}

.content-style-5 p {
    text-align: center;
    color: rgb(255, 255, 255);
}

.webb .package-item {
    min-height: 800px;
}

.uwy.userway_p1 .userway_buttons_wrapper {
    transform: translate(-100%);
    top: 92% !important;
    left: 50px !important;
}

.tp-logo img {
    width: 250px;
}

#cookie-popup {
    display: none;
    position: fixed;
    top: 5%;
    left: 40%;
    width: 400px;
    background-color: rgb(30, 30, 30);
    padding: 20px;
    text-align: center;
    box-shadow: rgb(255, 31, 170) 0px 0px 10px;
    z-index: 10002;
    border-radius: 20px;
    border: 2px solid rgb(255, 31, 170);
}

button#accept-cookie {
    background: rgb(255, 31, 170);
    padding: 7px 20px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(255, 255, 255);
    border-radius: 10px 0px;
}

button#reject-cookie {
    background: rgb(255, 255, 0);
    padding: 7px 20px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(14, 14, 14);
    border-radius: 0px 10px;
    margin-left: 10px;
}

#overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.mb-social-media a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: 0.7s;
    font-size: 22px;
}

.mb-social-media a:hover {
    color: var(--c1);
}

.main-logo img {
    padding-top: 15px;
    padding-bottom: 10px;
}

.banner-video img {
    position: relative;
    width: 100%;
    height: 100%;
}

:root {
    --bg: #070707;
    --panel: #111114;
    --text: #f5f5f7;
    --muted: #a1a1a8;
    --line: rgba(255,255,255,.10);
    --red: #c91536;
    --red-bright: #C30018;
    --red-dark: #76091d;
}

.tg-hero {
    margin: 0px;
    background: rgb(7, 7, 7);
    color: var(--text);
}

.tg-hero a {
    color: inherit;
    text-decoration: none;
}

.tg-hero {
    position: relative;
    min-height: 820px;
    overflow: hidden;
    display: flex;
    align-items: center;
    isolation: isolate;
    background: radial-gradient(circle at 82% 28%, rgba(201, 21, 54, 0.24), transparent 24%), radial-gradient(circle at 55% 88%, rgba(118, 9, 29, 0.16), transparent 30%), linear-gradient(118deg, rgb(5, 5, 5) 0%, rgb(9, 9, 10) 54%, rgb(19, 3, 8) 100%);
    padding-top: 110px;
}

.tg-hero::before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: -3;
    background: linear-gradient(rgba(255, 255, 255, 0.027) 1px, transparent 1px) 0% 0% / 68px 68px, linear-gradient(90deg, rgba(255, 255, 255, 0.027) 1px, transparent 1px);
    mask-image: linear-gradient(to right, rgb(14, 14, 14) 0%, rgba(0, 0, 0, 0.62) 62%, transparent 100%);
}

.tg-hero::after {
    content: "";
    position: absolute;
    width: 620px;
    height: 1200px;
    right: -220px;
    top: -230px;
    z-index: -2;
    background: linear-gradient(#c30018e6, rgba(118, 9, 29, 0.76));
    transform: rotate(18deg);
    opacity: 0.88;
}

.tg-shell {
    position: relative;
    z-index: 2;
    padding-top: 86px;
    padding-bottom: 110px;
}

.tg-copy {
    max-width: 720px;
}

.tg-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 34px;
}

.tg-brand img {
    width: 255px;
    max-width: 52vw;
    display: block;
}

.tg-brand-line {
    width: 1px;
    height: 44px;
    background: var(--line);
}

.tg-brand-meta {
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 0.17em;
    color: rgb(193, 193, 197);
    text-transform: uppercase;
}

.tg-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    color: rgb(211, 211, 215);
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.tg-kicker::before {
    display: none;
    content: none;
}

.tg-title {
    margin: 0px;
    max-width: 760px;
    font-size: clamp(62px, 7.2vw, 95px);
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: uppercase;
}

.tg-title-line {
    display: block;
}

.tg-title-outline {
    color: transparent;
    -webkit-text-stroke: 1.2px rgba(255, 255, 255, 0.75);
}

.tg-word-window {
    display: inline-block;
    height: 0.92em;
    overflow: hidden;
    vertical-align: bottom;
    color: var(--red-bright);
}

.tg-word-track {
    display: flex;
    flex-direction: column;
    animation: 9s cubic-bezier(0.77, 0, 0.18, 1) 0s infinite normal none running tgWords;
}

.tg-word-track span {
    height: 0.92em;
    display: block;
    white-space: nowrap;
}

@keyframes tgWords {
    0%, 22% {
        transform: translateY(0px);
    }

    29%, 50% {
        transform: translateY(-0.92em);
    }

    57%, 78% {
        transform: translateY(-1.84em);
    }

    85%, 96% {
        transform: translateY(-2.76em);
    }

    100% {
        transform: translateY(0px);
    }
}

.tg-description {
    max-width: 650px;
    margin: 28px 0px 0px;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.68;
}

.tg-actions {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.tg-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 22px;
    border-radius: 8px;
    background: linear-gradient(135deg,var(--red-bright),var(--red-dark));
    color: white;
    font-weight: 800;
    box-shadow: rgba(201, 21, 54, 0.22) 0px 18px 54px;
    transition: 0.25s;
}

.tg-btn-primary:hover {
    transform: translateY(-3px);
}

.tg-btn-secondary {
    padding: 15px 2px;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgba(255, 255, 255, 0.38);
    border-image: initial;
    border-radius: 0px;
    color: inherit;
    font-weight: 700;
}

.tg-btn-primary, .tg-btn-secondary {
    line-height: 1.2;
}

.tg-btn-primary:hover, .tg-btn-primary:focus, .tg-btn-secondary:hover, .tg-btn-secondary:focus {
    color: rgb(255, 255, 255);
}

.tg-proof {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 46px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.tg-proof strong {
    display: block;
    font-size: 25px;
}

.tg-proof span {
    display: block;
    margin-top: 5px;
    color: rgb(124, 124, 131);
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tg-visual {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tg-orbit {
    position: absolute;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    animation: 21s linear 0s infinite normal none running tgSpin;
}

.tg-orbit::before, .tg-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.tg-orbit::before {
    width: 10px;
    height: 10px;
    left: 54px;
    top: 73px;
    background: white;
    box-shadow: white 0px 0px 22px;
}

.tg-orbit::after {
    width: 8px;
    height: 8px;
    right: 44px;
    bottom: 94px;
    background: var(--red-bright);
    box-shadow: 0 0 20px var(--red-bright);
}

@keyframes tgSpin {
    100% {
        transform: rotate(360deg);
    }
}


.tg-core {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 25%, #e45567 0%, #C30018 22%, rgb(122, 8, 30) 66%, rgb(26, 2, 8) 100%);
    box-shadow: rgba(84, 0, 20, 0.62) 0px 42px 120px, rgba(0, 0, 0, 0.35) -24px -22px 56px inset;
    animation: 5s ease-in-out 0s infinite normal none running tgPulse;
}

@keyframes tgPulse {
    50% {
        transform: scale(1.045);
    }
}

.tg-core-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tg-core-panel img {
    width: 245px;
    filter: brightness(0) invert(1);
}

.tg-core-panel small {
    margin-top: 14px;
    font-size: 9px;
    color: rgb(180, 180, 185);
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.tg-card {
    position: absolute;
    width: 205px;
    min-height: 110px;
    padding: 15px 16px;
    border-radius: 15px;
    background: rgba(9, 9, 11, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(15px);
    box-shadow: rgba(0, 0, 0, 0.38) 0px 18px 60px;
    animation: 6s ease-in-out 0s infinite normal none running tgFloat;
}

.tg-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    background: linear-gradient(145deg,var(--red-bright),var(--red-dark));
    font-weight: 900;
}

.tg-card small {
    display: block;
    color: rgb(127, 127, 134);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tg-card strong {
    display: block;
    margin-top: 6px;
    font-size: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Big Noodle Titling", sans-serif;
    font-weight: 500;
    line-height: 38px;
}

.tg-card b {
    display: block;
    height: 3px;
    margin-top: 12px;
    border-radius: 3px;
    overflow: hidden;
    background: rgb(41, 41, 45);
}

.tg-card b::after {
    content: "";
    display: block;
    height: 100%;
    width: 58%;
    background: var(--red-bright);
    animation: 4.4s ease-in-out 0s infinite normal none running tgLoad;
}

@keyframes tgLoad {
    50% {
        width: 92%;
    }
}

@keyframes tgFloat {
    50% {
        transform: translateY(-12px);
    }
}

.c1 {
    left: -12px;
    top: 50px;
}

.c2 {
    right: -18px;
    top: 118px;
    animation-delay: -1.2s;
}

.c3 {
    left: 18px;
    bottom: 64px;
    animation-delay: -2.6s;
}

.c4 {
    right: 20px;
    bottom: 32px;
    animation-delay: -4s;
}

.tg-strip {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 60px;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 4;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(12px);
}

.tg-track {
    display: flex;
    gap: 44px;
    white-space: nowrap;
    color: rgb(214, 214, 218);
    font-size: 11px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    animation: 24s linear 0s infinite normal none running tgMarquee;
}

.tg-track span::before {
    content: "\f621";
    margin-right: 44px;
    color: var(--red-bright);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@keyframes tgMarquee {
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 980px) {
    .tg-shell {
        padding-top: 82px;
        padding-bottom: 110px;
    }

    .tg-copy {
        text-align: center;
        margin: auto;
    }

    .tg-brand, .tg-kicker, .tg-actions, .tg-proof {
        justify-content: center;
    }

    .tg-description {
        margin-left: auto;
        margin-right: auto;
    }

    .tg-visual {
        min-height: 500px;
    }

    .tg-hero::after {
        width: 95vw;
        right: -50vw;
        opacity: 0.58;
    }
}

@media (max-width: 620px) {
    .tg-brand-line, .tg-brand-meta {
        display: none;
    }

    .tg-brand img {
        width: 230px;
        max-width: 82vw;
    }

    .tg-title {
        font-size: 33px;
    }

    .tg-shell {
        padding-top: 0px;
        padding-bottom: 8px;
    }

    .tg-description {
        font-size: 14px;
        margin: 15px 0px 0px;
        line-height: 1.38;
    }

    .tg-actions {
        flex-direction: column;
    }

    .tg-visual {
        min-height: 430px;
        transform: scale(0.84);
        transform-origin: center top;
    }

    .tg-card {
        width: 172px;
    }

    .tg-orbit {
        width: 390px;
        height: 390px;
    }

    .tg-core {
        width: 250px;
        height: 250px;
    }

    .tg-core-panel img {
        width: 245px;
        filter: brightness(0) invert(1);
    }

    .tg-orbit::after {
        bottom: 63px;
        background: var(--red-bright);
        box-shadow: 0 0 20px var(--red-bright);
    }

    .tg-orbit::before {
        top: 50px;
    }

    .tg-card strong {
        font-size: 16px;
    }

    .c1 {
        left: -23px;
        top: -20px;
    }

    .c2 {
        right: -28px;
        top: 32px;
    }

    .c3 {
        left: -12px;
        bottom: 1px;
    }

    .c4 {
        right: -23px;
        bottom: -28px;
    }
}

.whatsapp-widget {
    position: fixed;
    bottom: 28px;
    left: 24px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgb(37, 211, 102);
    font-size: 13px;
    font-weight: 600;
    padding: 11px 18px 11px 12px;
    border-radius: 50px;
    box-shadow: rgba(37, 211, 102, 0.45) 0px 6px 28px, rgba(0, 0, 0, 0.12) 0px 2px 8px;
    text-decoration: none;
    transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.22s;
    animation: 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s 1 normal both running wa-bounce-in;
    color: rgb(255, 255, 255) !important;
}

.whatsapp-widget svg {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    shape-rendering: geometricprecision;
}

.whatsapp-widget:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: rgba(37, 211, 102, 0.55) 0px 10px 36px, rgba(0, 0, 0, 0.14) 0px 4px 12px;
}

.whatsapp-label {
    white-space: nowrap;
    letter-spacing: 0.01em;
}

@keyframes wa-bounce-in {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
}

:root {
    --red-soft: rgba(215,25,32,.13);
    --border: rgba(255,255,255,.10);
}

.why-section {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    /* height: 100%; */
    /* isolation: isolate; */
    padding: 100px 0;
    background: radial-gradient(circle at 50% -8%, rgba(215, 25, 32, 0.16), transparent 34%), linear-gradient(135deg, rgb(5, 5, 5) 0%, rgb(11, 11, 11) 52%, rgb(5, 5, 5) 100%);
    /* align-items: center !important; */
    /* justify-content: center !important; */
}

.why-section::before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: -3;
    opacity: 0.18;
    background-image: linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
    background-size: 46px 46px;
}

.why-section::after {
    content: "PARTNER";
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    z-index: -2;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.03);
    font-family: Oswald, sans-serif;
    font-size: clamp(6.5rem, 14vw, 13rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.05em;
    white-space: nowrap;
    pointer-events: none;
}

.glow-orb {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.13;
    background: rgb(215, 25, 32);
    pointer-events: none;
    animation: 8s ease-in-out 0s infinite alternate none running orbFloat;
}

.orb-one {
    top: -160px;
    left: 6%;
}

.orb-two {
    right: 5%;
    bottom: -190px;
    animation-delay: -4s;
}

.why-container {
    width: min(1160px, 100% - 32px);
    margin-inline: auto; position: relative;
    z-index: 1;
}

.why-heading {
    max-width: 980px;
    margin-inline: auto; text-align: center;
}

.section-label {
    margin-bottom: 7px;
    color: rgb(215, 25, 32);
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0.14em;
    text-transform: capitalize;
}

.main-heading {
    margin: 0px;
    font-weight: 500;
    line-height: 0.94;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 57px !important;
    color: #fff;
}

.partner-line {
    display: block;
    margin-top: 4px;
    color: transparent;
    -webkit-text-stroke: 1px rgb(255 255 255);
}

.intro-copy {
    max-width: 820px;
    margin: 14px auto 0px;
    color: rgb(255 255 255);
    font-size: 18px;
    line-height: 1.55;
}

.story-grid {
    max-width: 980px;
    margin: clamp(20px, 2.8vw, 34px) auto 0px;
}

.story-card {
    position: relative;
    height: 100%;
    min-height: 138px;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.043), rgba(255, 255, 255, 0.01)), rgb(16, 16, 16);
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s, box-shadow 0.35s;
}

.story-card::before {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: 0;
    background: linear-gradient(145deg, rgba(215, 25, 32, 0.13), transparent 60%);
    transition: opacity 0.35s;
}

.story-card::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 2px;
    background: linear-gradient(90deg, rgb(215, 25, 32), transparent);
    transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.story-number {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 2;
    color: rgba(255, 255, 255, 0.18);
    font-family: Oswald, sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
}

.story-title {
    position: relative;
    z-index: 2;
    margin: 0px 0px 8px;
    color: rgb(215, 25, 32);
    font-size: 18px;
    font-weight: 300;
    letter-spacing: initial;
    text-transform: uppercase;
}

.story-text {
    position: relative;
    z-index: 2;
    margin: 0px;
    color: rgb(213, 213, 213);
    font-size: 16px;
    line-height: 1.5;
}

.story-card:hover, .story-card:focus-within {
    transform: translateY(-5px);
    border-color: rgba(215, 25, 32, 0.46);
    box-shadow: rgba(0, 0, 0, 0.26) 0px 16px 38px;
}

.story-card:hover::before, .story-card:focus-within::before {
    opacity: 1;
}

.story-card:hover::after, .story-card:focus-within::after {
    width: 100%;
}

.cta-wrap {
    max-width: 760px;
    margin: clamp(22px, 3vw, 34px) auto 0px;
    text-align: center;
}

.cta-heading {
    margin: 0px 0px 14px;
    font-family: "Big Noodle Titling";
    font-size: clamp(1.7rem, 2.5vw, 2.7rem);
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.cta-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    min-height: 46px;
    padding: 12px 26px;
    overflow: hidden;
    border: 1px solid rgb(215, 25, 32);
    border-radius: 0px;
    background: rgb(215, 25, 32);
    color: rgb(255, 255, 255);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}

.cta-button::before {
    content: "";
    position: absolute;
    inset: 0px;
    transform: translateX(-105%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
    transition: transform 0.55s;
}

.cta-button span {
    position: relative;
    z-index: 2;
}

.cta-button:hover, .cta-button:focus {
    color: rgb(255, 255, 255);
    background: rgb(239, 32, 40);
    transform: translateY(-3px);
    box-shadow: rgba(215, 25, 32, 0.26) 0px 14px 30px;
}

.cta-button:hover::before, .cta-button:focus::before {
    transform: translateX(105%);
}

.reveal {
    opacity: 1;
    transform: none;
}

.js .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.js .reveal.is-visible {
    opacity: 1;
    transform: translateY(0px);
}

.delay-1 {
    transition-delay: 0.08s;
}

.delay-2 {
    transition-delay: 0.16s;
}

.delay-3 {
    transition-delay: 0.24s;
}

.delay-4 {
    transition-delay: 0.32s;
}

.delay-5 {
    transition-delay: 0.4s;
}

@keyframes orbFloat {
    0% {
        transform: translate3d(-12px, -8px, 0px) scale(0.95);
    }

    100% {
        transform: translate3d(20px, 16px, 0px) scale(1.08);
    }
}

.working-process {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
    /* isolation: isolate; */
    padding: 100px 0;
    background: radial-gradient(circle at 50% 0%, rgba(215, 25, 32, 0.15), transparent 34%), linear-gradient(135deg, rgb(5, 5, 5) 0%, rgb(11, 11, 11) 54%, rgb(5, 5, 5) 100%);
}

.working-process::before {
    content: "";
    position: absolute;
    inset: 0px;
    z-index: -2;
    opacity: 0.18;
    background-image: linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
    background-size: 46px 46px;
}

.working-process::after {
    content: "PROCESS";
    position: absolute;
    left: 50%;
    bottom: -34px;
    transform: translateX(-50%);
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.03);
    font-family: Oswald, sans-serif;
    font-size: clamp(6rem, 13vw, 12rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.055em;
    white-space: nowrap;
    pointer-events: none;
}

.process-container {
    width: min(1180px, 100% - 32px);
    margin-inline: auto; }

.process-heading {
    max-width: 940px;
    margin-inline: auto; text-align: center;
}

.process-label {
    margin-bottom: 5px;
    color: rgb(215, 25, 32);
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.14em;
    text-transform: capitalize;
}

.process-title {
    margin: 0px;
    font-weight: 500;
    line-height: 0.96;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 57px;
    color: rgb(255 255 255) !important;
}

.process-title .outline {
    color: transparent;
    -webkit-text-stroke: 1px rgb(255 255 255);
}

.process-intro {
    max-width: 760px;
    margin: 8px auto 0px;
    color: rgb(255 255 255);
    font-size: 18px;
    line-height: 1.42;
}

.cube-layout {
    max-width: 920px;
    margin: clamp(16px, 2vw, 24px) auto 0px;
}

.cube-column {
    display: grid;
    grid-template-rows: repeat(2, minmax(0px, 1fr));
    gap: 14px;
    height: 100%;
}

.flip-card {
    position: relative;
    width: 100%;
    height: clamp(118px, 15vh, 150px);
    min-height: 118px;
    perspective: 1200px;
    cursor: pointer;
    outline: none;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: transform 0.68s cubic-bezier(0.2, 0.75, 0.2, 1);
    will-change: transform;
}

.flip-card.is-flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-face {
    position: absolute;
    inset: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)), rgb(16, 16, 16);
    backface-visibility: hidden;
    transform-style: preserve-3d;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 12px 32px;
    transition: border-color 0.3s, box-shadow 0.3s;
    pointer-events: none;
}

.flip-front {
    transform: rotateY(0deg) translateZ(1px);
    text-align: center;
    z-index: 2;
}

.flip-back {
    transform: rotateY(180deg) translateZ(1px);
    background: linear-gradient(145deg, rgba(215, 25, 32, 0.13), rgba(255, 255, 255, 0.02)), rgb(14, 14, 14);
    z-index: 1;
}

.flip-face::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(135deg, rgba(215, 25, 32, 0.09), transparent 45%), linear-gradient(315deg, rgba(255, 255, 255, 0.024), transparent 45%);
    pointer-events: none;
}

.flip-face::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(215, 25, 32), transparent);
    pointer-events: none;
}

.cube-number {
    position: absolute;
    top: 12px;
    left: 14px;
    z-index: 3;
    color: rgba(255, 255, 255, 0.26);
    font-family: Oswald, sans-serif;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
}

.cube-title {
    position: relative;
    z-index: 3;
    margin: 0px;
    font-size: clamp(1.3rem, 1.75vw, 1.85rem);
    font-weight: 500;
    line-height: 1.05;
    text-transform: uppercase;
    color: rgb(255, 255, 255) !important;
}

.cube-copy {
    position: relative;
    z-index: 3;
    max-width: 390px;
    margin: 0px;
    color: rgb(228, 228, 228);
    font-size: 16px;
    line-height: 1.48;
    text-align: center;
}

.flip-hint {
    position: absolute;
    right: 12px;
    bottom: 10px;
    z-index: 3;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.52rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.flip-card.is-flipped .flip-face, .flip-card:focus-visible .flip-face {
    border-color: rgba(215, 25, 32, 0.52);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 34px, rgba(215, 25, 32, 0.08) 0px 0px 24px;
}

@media (hover: hover) and (pointer: fine) {
    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }

    .flip-card:hover .flip-face {
        border-color: rgba(215, 25, 32, 0.52);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 34px, rgba(215, 25, 32, 0.08) 0px 0px 24px;
    }
}


@media (max-width: 991.98px) {
    .working-process {
        padding: 28px 0px;
    }

    .process-container {
        width: min(920px, 100% - 28px);
    }

    .cube-layout {
        max-width: 760px;
    }

    .flip-card {
        height: 138px;
    }
}

@media (max-width: 575.98px) {
    .working-process {
        padding: 22px 0px 24px;
    }

    .process-container {
        width: calc(100% - 20px);
    }

    .process-label {
        font-size: 0.72rem;
        margin-bottom: 3px;
    }

    .process-title {
        font-size: clamp(1.9rem, 9.4vw, 2.75rem);
        line-height: 0.98;
    }

    .process-intro {
        max-width: 96%;
        margin-top: 6px;
        font-size: 0.66rem;
        line-height: 1.34;
    }

    .cube-layout {
        margin-top: 14px;
    }

    .cube-layout > .row {
        --bs-gutter-x: 10px;
    }

    .cube-column {
        gap: 10px;
    }

    .flip-card {
        height: 116px;
        min-height: 116px;
    }

    .flip-face {
        padding: 12px 9px;
    }

    .cube-number {
        top: 8px;
        left: 9px;
        font-size: 0.56rem;
    }

    .cube-title {
        font-size: clamp(0.92rem, 4.5vw, 1.12rem);
        line-height: 1.03;
    }

    .cube-copy {
        font-size: clamp(0.52rem, 2.65vw, 0.64rem);
        line-height: 1.3;
    }

    .flip-hint {
        right: 8px;
        bottom: 7px;
        font-size: 0.42rem;
    }
}

@media (max-width: 390px) {
    .flip-card {
        height: 112px;
        min-height: 112px;
    }

    .cube-title {
        font-size: 0.9rem;
    }

    .cube-copy {
        font-size: 0.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .flip-card-inner {
        transition: none;
    }
}

.icon-wrap {
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 18px;
    border: 1px solid rgb(213, 46, 63);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s, background 0.35s;
}

.service-icon {
    width: 56px;
    height: 56px;
    overflow: visible;
    fill: none;
    stroke: rgb(224, 59, 69);
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    color: rgb(255, 255, 255);
}

.service-slide:hover .service-icon {
    stroke: rgb(255, 255, 255);
}

.service-icon * {
    vector-effect: non-scaling-stroke;
    transform-box: fill-box;
    transform-origin: center center;
}

.service-slide:hover .icon-wrap, .service-slide:focus-within .icon-wrap, .service-slide.is-active .icon-wrap {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(215, 25, 32, 0.08);
    box-shadow: rgba(255, 255, 255, 0.16) 0px 0px 24px;
    transform: translateY(-3px);
}

.service-slide:hover .web-code, .service-slide.is-active .web-code {
    animation: 1.15s ease-in-out 0s infinite alternate none running codeShift;
}

.service-slide:hover .web-cursor, .service-slide.is-active .web-cursor {
    animation: 0.9s ease-in-out 0s infinite normal none running cursorTap;
}

.service-slide:hover .phone-screen, .service-slide.is-active .phone-screen {
    animation: 1.1s ease-in-out 0s infinite alternate none running screenGlow;
}

.service-slide:hover .app-dot, .service-slide.is-active .app-dot {
    animation: 0.9s ease-in-out 0s infinite alternate none running dotPulse;
}

.service-slide:hover .chart-line, .service-slide.is-active .chart-line {
    stroke-dasharray: 70;
    stroke-dashoffset: 70;
    animation: 1.4s ease 0s infinite normal forwards running drawLine;
}

.service-slide:hover .arrow-head, .service-slide.is-active .arrow-head {
    animation: 1.1s ease-in-out 0s infinite alternate none running arrowMove;
}

.service-slide:hover .seo-lens, .service-slide.is-active .seo-lens {
    animation: 1.2s ease-in-out 0s infinite alternate none running lensScan;
}

.service-slide:hover .seo-bars, .service-slide.is-active .seo-bars {
    animation: 0.9s ease-in-out 0s infinite alternate none running barsGrow;
}

.service-slide:hover .brand-pen, .service-slide.is-active .brand-pen {
    animation: 1.1s ease-in-out 0s infinite alternate none running penDraw;
}

.service-slide:hover .brand-spark, .service-slide.is-active .brand-spark {
    animation: 0.8s ease-in-out 0s infinite alternate none running sparkPulse;
}

.service-slide:hover .social-node, .service-slide.is-active .social-node {
    animation: 1s ease-in-out 0s infinite alternate none running nodePulse;
}

.service-slide:hover .social-link, .service-slide.is-active .social-link {
    stroke-dasharray: 18;
    animation: 1s linear 0s infinite normal none running dashFlow;
}

.service-slide:hover .play-triangle, .service-slide.is-active .play-triangle {
    animation: 0.9s ease-in-out 0s infinite alternate none running playPulse;
}

.service-slide:hover .video-frame, .service-slide.is-active .video-frame {
    animation: 1.2s ease-in-out 0s infinite alternate none running frameFloat;
}

.service-slide:hover .strategy-piece, .service-slide.is-active .strategy-piece {
    animation: 1.15s ease-in-out 0s infinite alternate none running pieceFit;
}

.service-slide:hover .strategy-target, .service-slide.is-active .strategy-target {
    animation: 0.9s ease-in-out 0s infinite alternate none running targetPulse;
}

.service-slide:hover .cart-wheel, .service-slide.is-active .cart-wheel {
    animation: 0.9s linear 0s infinite normal none running wheelSpin;
}

.service-slide:hover .cart-box, .service-slide.is-active .cart-box {
    animation: 1s ease-in-out 0s infinite alternate none running boxBounce;
}

.service-slide:hover .gear, .service-slide.is-active .gear {
    animation: 2.8s linear 0s infinite normal none running gearSpin;
}

.service-slide:hover .wrench, .service-slide.is-active .wrench {
    animation: 1s ease-in-out 0s infinite alternate none running wrenchMove;
}

@keyframes codeShift {
    100% {
        transform: translateX(4px);
    }
}

@keyframes cursorTap {
    50% {
        transform: translate(-2px, -2px) scale(0.9);
    }
}

@keyframes screenGlow {
    100% {
        opacity: 0.35;
    }
}

@keyframes dotPulse {
    100% {
        transform: scale(1.4);
        opacity: 0.45;
    }
}

@keyframes drawLine {
    0% {
        stroke-dashoffset: 70;
    }

    60%, 100% {
        stroke-dashoffset: 0;
    }
}

@keyframes arrowMove {
    100% {
        transform: translate(3px, -3px);
    }
}

@keyframes lensScan {
    100% {
        transform: translate(4px, -2px) rotate(5deg);
    }
}

@keyframes barsGrow {
    100% {
        transform: scaleY(1.18);
    }
}

@keyframes penDraw {
    100% {
        transform: translate(3px, -3px) rotate(-5deg);
    }
}

@keyframes sparkPulse {
    100% {
        transform: scale(1.35);
        opacity: 0.45;
    }
}

@keyframes nodePulse {
    100% {
        transform: scale(1.18);
    }
}

@keyframes dashFlow {
    100% {
        stroke-dashoffset: -36;
    }
}

@keyframes playPulse {
    100% {
        transform: scale(1.18);
    }
}

@keyframes frameFloat {
    100% {
        transform: translateY(-2px);
    }
}

@keyframes pieceFit {
    100% {
        transform: translate(-4px, 4px) rotate(-8deg);
    }
}

@keyframes targetPulse {
    100% {
        transform: scale(0.9);
        opacity: 0.5;
    }
}

@keyframes wheelSpin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes boxBounce {
    100% {
        transform: translateY(-4px);
    }
}

@keyframes gearSpin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wrenchMove {
    100% {
        transform: translate(2px, -2px) rotate(6deg);
    }
}

.service-content-3-area .s-list-design-01 {
    margin-bottom: 15px;
}
.service-content-3-area .s-list-design-01 li {
    font-size: 15px;
}

.why_choose_sec {
    position: relative;
}
.apart_title_section {
    z-index: 111111;
    height: 100vh;
    position: sticky;
    text-align: center;
    display: flex;
    align-items: center;
    top: 0;
}