body,
html {
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

:root {
    --primary-color: #ffbf00;
    --secondary-color: rgb(9, 34, 62);
}

body {
    background: rgb(255, 255, 255);
    overflow-x: hidden;
    scroll-behavior: smooth;
}

img {
    height: unset;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 10px;
    border-right: 2px solid rgb(241, 244, 250);
    border-left: 2px solid rgb(241, 244, 250);
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(99, 99, 99);
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background-color: var(--secondary-color);
}

@font-face {
    font-family: Mariupol;
    src: url("../fonts/Mariupol-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Mariupol-Medium;
    src: url("../fonts/Mariupol-Medium.ttf") format("truetype");
}

@font-face {
    font-family: Mariupol-Bold;
    src: url("../fonts/Mariupol-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Mariupol-Regular;
    src: url("../fonts/Mariupol-Regular.ttf") format("truetype");
}

@font-face {
    font-family: PresicavHv;
    src: url("../fonts/PresicavHv-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: PresicavLt;
    src: url("../fonts/PresicavLt-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: PresicavRg;
    src: url("../fonts/PresicavRg-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: PresicavRg;
    src: url("../fonts/PresicavRg-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: PresicavUI;
    src: url("../fonts/PresicavUI-Regular.html") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: PresicavXI;
    src: url("../fonts/PresicavXI-Regular.html") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Segoe UI";
    src: url("../fonts/Segoe%20UI.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Segoe UI Bold";
    src: url("../fonts/Segoe%20UI%20Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

h1.main-heading {
    color: rgb(249, 249, 249);
    font-size: clamp(60px, 9vw, 130px);
    font-family: Halyard_Display;
    font-weight: 500;
    letter-spacing: -14px;
    line-height: clamp(20px, 8vw, 116px);
}

h1.main-heading span {
    font-family: Halyard_Display;
    display: inline-block;
}

h2.sub-heading {
    color: rgb(58, 89, 135);
    font-size: clamp(30px, 5vw, 55px);
    font-family: Halyard_Display;
    line-height: clamp(20px, 8vw, 57px);
}

h2.sub-heading span {
    color: rgb(236, 218, 147);
}

h5.sub-text {
    font-family: Halyard_Display;
    font-size: clamp(18px, 4vw, 28px);
    color: rgb(241, 244, 251);
    font-weight: 500;
    letter-spacing: -3px;
}

h6.mini-heading {
    color: rgb(58, 89, 135);
    font-family: Halyard_Display;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

p.paragraph {
    color: rgb(58, 89, 135);
    font-family: "DM Sans";
    font-size: clamp(14px, 4vw, 17px);
    line-height: clamp(26px, 4vw, 29px);
    font-weight: 400;
}

a.dflt-button {
    padding: 18px 40px;
    font-size: 14px;
    line-height: 21px;
    color: rgb(249, 249, 249);
    text-decoration: unset;
    font-weight: 500;
    transition: 0.5s;
    font-family: Halyard_Display;
    letter-spacing: 1px;
    display: inline-block;
    background-color: rgb(58, 89, 135);
}

button.dflt-button {
    padding: 18px 40px;
    font-size: 14px;
    line-height: 21px;
    border: 1px solid transparent;
    background-color: rgb(58, 89, 135);
    color: rgb(249, 249, 249);
    text-decoration: unset;
    font-weight: 500;
    font-family: Halyard_Display;
    transition: 0.5s;
    letter-spacing: 1px;
    display: inline-block;
}

a.dflt-button:hover {
    background-color: rgb(178, 202, 240);
    color: rgb(255, 255, 255);
}

button.dflt-button:hover {
    background-color: rgb(178, 202, 240) !important;
    color: rgb(255, 255, 255);
}

.contact-us-form .checkbox-container {
    display: flex;
    gap: 15px;
    margin-top: 1rem;
    flex-direction: unset;
}

.contact-us-form .custom-checkbox {
    min-width: 18px;
    min-height: 18px;
    border-radius: 4px;
    margin-right: 10px;
    display: flex;
    background-color: var(--secondary-color);
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    border: 1px solid rgb(50, 49, 49);
}

.contact-us-form .custom-checkbox::after {
    content: "";
    width: 10px;
    height: 10px;
    background: rgb(111, 83, 240);
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.2s;
}

.contact-us-form input[type="checkbox"] {
    display: none;
}

.contact-us-form input[type="checkbox"]:checked+.custom-checkbox::after {
    opacity: 1;
}

.contact-us-form .checkbox-label {
    font-family: Mariupol;
    font-weight: 500;
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 17px;
    text-transform: capitalize;
}

header {
    border-bottom: 1px solid var(--secondary-color);
    padding: 8px 7%;
    z-index: 999;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.nav-bar li a {
    font-family: Mariupol-Regular;
    font-weight: 400;
    font-size: 15px;
    line-height: 17.92px;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    text-decoration: unset;
    position: relative;
    padding: 8px 8px 6px;
}

.nav-bar li {
    list-style: none;
}

.nav-bar ul {
    justify-content: center;
    gap: 0px;
}

.responsive-menu a {
    color: rgb(0, 0, 0);
    background-color: var(--primary-color);
    font-family: Mariupol;
    font-weight: 400;
    font-size: 15px;
    line-height: 16.94px;
    text-align: center;
    text-transform: uppercase;
    display: inline-flex;
    width: 76px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: 0.6s;
    text-decoration: unset;
    border: 1px solid var(--secondary-color);
}

#menu-button {
    background-color: rgb(255, 255, 255);
    padding: 0px;
    flex-direction: column;
    gap: 3px 0px;
    border: 1px solid var(--secondary-color);
    width: 36px;
    height: 36px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}

#menu-button span {
    display: inline-block;
    background-color: rgb(0, 0, 0);
    height: 1px;
    width: 16px;
    z-index: 9;
    transition: 0.4s;
}

#menu-button::after {
    width: 35px;
    height: 35px;
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    transition: 0.5s;
}

#menu-button::before {
    width: 35px;
    height: 35px;
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
    transition: 0.5s;
}

.responsive-menu {
    position: relative;
    display: inline-flex;
    justify-content: end;
    z-index: 999999;
}

#menu-button:hover span:nth-child(2) {
    opacity: 0;
}

#menu-button:hover span:nth-child(1) {
    transform: rotate(45deg) translate(2px, 4px);
}

#menu-button:hover span:nth-child(3) {
    transform: rotate(-45deg) translate(2px, -3px);
}

#menu-button:hover::after {
    left: -8px;
}

#menu-button:hover::before {
    left: -16px;
}

.for-mobile {
    display: none;
}

section.banner .content h1 {
    font-family: PresicavHv;
    font-weight: 900;
    font-size: clamp(30px, 5vw, 65px);
    line-height: clamp(36px, 5vw, 77px);
    letter-spacing: -2px;
    text-align: center;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin: 0px 0px 1rem;
}

section.banner .content h6 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: center;
    color: rgb(51, 51, 51);
}

section.banner .d-flex a:first-child {
    width: 235px;
    height: 48px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    border-radius: 50px;
    font-family: Mariupol;
    font-weight: 500;
    color: rgb(249, 249, 249);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.14px;
    text-align: right;
    text-transform: uppercase;
    text-decoration: unset;
    transition: 0.5s;
}

section.banner .d-flex a:last-child {
    border: 1px solid rgb(216, 215, 215);
    width: 160px;
    height: 48px;
    transition: 0.5s;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Mariupol;
    font-weight: 500;
    font-size: 16px;
    color: var(--secondary-color);
    line-height: 20px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    text-decoration: unset;
}

section.banner .d-flex {
    gap: 14px;
    margin: 2rem 0px 4rem;
}

.about-section-one .d-flex {
    height: 400px;
    margin: 0px !important;
}

section.banner .d-flex a:first-child:hover {
    background-color: transparent;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

section.banner .d-flex a:last-child:hover {
    background-color: var(--secondary-color);
    color: rgb(249, 249, 249);
    border-color: var(--secondary-color);
}

section.banner .content p {
    color: rgb(113, 113, 122);
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
}

.brands-logo-main {
    margin: 1rem 0px 0px;
}

section.banner {
    position: relative;
    z-index: 9;
}

.brands-logo-main img {
    display: block;
    margin: 0px auto;
    object-fit: contain;
    transition: 0.1s;
    width: auto !important;
    height: 40px !important;
    max-width: 120px !important;
}

.brands-logo-main img:hover {
    transform: scale(1.1);
}

.bg {
    background: linear-gradient(360deg, rgb(247, 247, 247) 0%, rgb(255, 255, 255) 100%);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

section.home-section-two {
    background-color: var(--secondary-color);
    position: relative;
    z-index: 9;
}

section.home-section-two .img img {
    width: 100%;
}

section.home-section-two .text h2 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    color: rgb(249, 249, 249);
    margin: 0px 0px 1.5rem;
}

section.home-section-two .text p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: rgb(249, 249, 249);
    margin: 0px;
}

section.home-section-two .row {
    align-items: center;
}

section.home-section-two .text {
    padding-left: 2rem;
}

section.home-section-three .content.border-top {
    border-top: 1px solid var(--secondary-color) !important;
}

section.home-section-three .content.border-bottom {
    border-bottom: 1px solid var(--secondary-color) !important;
    border-top: 1px solid var(--secondary-color) !important;
}

section.home-section-three .content .inner {
    height: 290px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    border-right: 1px solid rgb(0, 0, 0);
    padding: 0px 24px;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

section.home-section-three .content .inner h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--secondary-color);
}

section.home-section-three .content .inner p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0px;
    color: rgb(51, 51, 51);
}

section.home-section-three .content .col-md-4:nth-child(3) .inner {
    border-right: unset;
}

section.home-section-three .inner::after {
    background-color: var(--primary-color);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.4s;
}

section.home-section-three .content.border-top .col-md-4:nth-child(1) .inner::after {
    top: 0px;
    left: -100%;
}

section.home-section-three .content.border-top .col-md-4:nth-child(1) .inner:hover::after {
    left: 0px;
}

section.home-section-three .content.border-top .col-md-4:nth-child(2) .inner::after {
    top: -100%;
    left: 0%;
}

section.home-section-three .content.border-top .col-md-4:nth-child(2) .inner:hover::after {
    top: 0px;
}

section.home-section-three .content.border-top .col-md-4:nth-child(3) .inner::after {
    top: 0%;
    right: -100%;
}

section.home-section-three .content.border-top .col-md-4:nth-child(3) .inner:hover::after {
    right: 0px;
}

section.home-section-three .content.border-bottom .col-md-4:nth-child(1) .inner::after {
    top: 0px;
    left: -100%;
}

section.home-section-three .content.border-bottom .col-md-4:nth-child(1) .inner:hover::after {
    left: 0px;
}

section.home-section-three .content.border-bottom .col-md-4:nth-child(2) .inner::after {
    bottom: -100%;
    left: 0%;
}

section.home-section-three .content.border-bottom .col-md-4:nth-child(2) .inner:hover::after {
    bottom: 0px;
}

section.home-section-three .content.border-bottom .col-md-4:nth-child(3) .inner::after {
    top: 0%;
    right: -100%;
}

section.home-section-three .content.border-bottom .col-md-4:nth-child(3) .inner:hover::after {
    right: 0px;
}

section.home-section-three .content .col-md-4 {
    padding: 0px;
}

section.home-section-three .content.border-bottom .inner {
    border-bottom: unset;
}

section.home-section-four {
    background-color: var(--secondary-color);
}

section.home-section-four .title a span {
    display: flex;
    width: 36px;
    height: 36px;
    border: 1px solid var(--secondary-color);
    background-color: var(--primary-color);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

section.home-section-four .title a span svg {
    color: var(--secondary-color);
}

section.home-section-four .title a span::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--secondary-color);
    background-color: var(--primary-color);
    border-radius: 50%;
    z-index: -2;
    bottom: 0px;
    margin: auto;
}

.viewall {
    position: relative;
}

section.home-section-four .title a span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--secondary-color);
    background-color: var(--primary-color);
    border-radius: 50%;
    z-index: -2;
    bottom: 0px;
    margin: auto;
}

.viewall h6 {
    border: 1px solid var(--secondary-color);
    background-color: var(--primary-color);
    height: 36px;
    width: auto;
    margin: 0px;
    padding: 0px 16px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Mariupol;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.94px;
    text-align: center;
    text-transform: uppercase;
}

section.home-section-three .content .col-md-4:nth-child(1) .inner {
    padding-left: 22%;
    padding-right: 6%;
}

section.home-section-three .content .col-md-4:nth-child(3) .inner {
    padding-right: 14%;
}

section.home-section-three .content .col-md-4:nth-child(2) .inner {
    padding: 0px 60px;
}

section.home-section-three .content .inner img {
    margin: 0px 0px 16px;
}

.repeated-title {
    padding: 10px 7%;
}

section.home-section-four .main-content .content {
    border-top: 1px solid rgb(249, 249, 249);
}

section.home-section-four .container-fluid {
    padding: 0px;
    overflow: hidden;
}

section.home-section-four .main-content .content:last-child {
    border-bottom: 1px solid rgb(249, 249, 249);
}

section.home-section-four .inner h4 {
    margin: 0px;
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 30px;
    color: rgb(249, 249, 249);
    line-height: 36.8px;
    letter-spacing: 0.64px;
    vertical-align: middle;
    text-transform: uppercase;
    transition: 0.5s;
}

section.home-section-four .content.heading .inner {
    padding: 0px 3rem;
    height: 120px !important;
}

section.home-section-four .content .inner {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: start;
    vertical-align: middle;
    border-right: 1px solid rgb(249, 249, 249);
    padding: 0px 3rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

section.home-section-four .content .col-md-4 {
    padding: 0px;
}

section.home-section-four .content .col-md-4:last-child .inner {
    border-right: unset;
}

section.home-section-five .title {
    align-items: center;
}

section.home-section-five {
    background-color: var(--secondary-color);
}

section.home-section-five .content {
    border-top: 1px solid rgb(249, 249, 249);
    padding: 80px 7%;
}

section.home-section-five .content h6 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    color: var(--primary-color);
    line-height: 12px;
    text-align: left;
    text-transform: uppercase;
    margin: 0px 0px 1rem;
}

section.home-section-five .inner video {
    width: 100%;
    height: 700px;
    margin: 0px 0px 1.3rem;
    cursor: pointer;
    transition: 0.5s;
}

section.home-section-five .content h3 {
    font-family: PresicavRg;
    font-weight: 400;
    font-size: clamp(18px, 2vw, 30px);
    color: rgb(249, 249, 249);
    line-height: clamp(21px, 7vw, 36.8px);
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

section.home-section-five .content .row {
    gap: 50px 0px;
}

.viewall a {
    align-items: center;
    display: flex;
    z-index: 1;
    text-decoration: unset;
}

.viewall a span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgb(249, 249, 249);
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

section.home-section-six .container-fluid {
    padding: 0px;
}

section.home-section-six .title {
    align-items: center;
    border-bottom: 1px solid var(--secondary-color);
}

.repeated-title h3 {
    font-family: PresicavRg;
    margin: 0px;
    font-weight: 400;
    font-size: 24px;
    color: var(--secondary-color);
    line-height: 43.2px;
    letter-spacing: -0.6px;
    vertical-align: middle;
    text-transform: uppercase;
}

section.home-section-six {
    background-color: rgb(249, 249, 249);
}

section.home-section-six a span {
    border: 1px solid var(--secondary-color);
}

section.home-section-six .content {
    padding: 0px 7%;
    position: relative;
    height: 115px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--secondary-color);
    z-index: 9;
    transition: 0.4s;
    cursor: pointer;
    overflow: hidden;
}

section.home-section-six .content .videoo {
    position: absolute;
    left: 0px;
    opacity: 0;
    transition: 0.4s;
    top: 0px;
    aspect-ratio: 1.7 / 1;
    overflow: hidden;
    z-index: -1;
    height: auto;
}

section.home-section-six .content h3 {
    font-family: PresicavRg;
    font-weight: 400;
    font-size: clamp(17px, 3vw, 48px);
    margin: 0px;
    line-height: 25px;
    letter-spacing: 0.96px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--secondary-color);
}

.discover-btn a {
    border: 1px solid var(--secondary-color);
    display: flex;
    height: 36px;
    background-color: var(--secondary-color);
    width: 118px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-family: Mariupol;
    font-weight: 500;
    font-size: 14px;
    text-decoration: unset;
    line-height: 16.94px;
    color: rgb(249, 249, 249);
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    transition: 0.4s;
}

section.home-section-six .content:hover .videoo {
    opacity: 1;
    left: 5rem;
}

section.home-section-six .content:hover {
    padding-left: 17rem;
    background-color: var(--primary-color);
}

section.home-section-six .content:hover .discover-btn a {
    opacity: 1;
}

section.home-section-seven .title {
    align-items: center;
    border-bottom: 1px solid rgb(249, 249, 249);
}

section.home-section-seven {
    background-color: var(--secondary-color);
}

section.home-section-seven .container-fluid {
    padding: 0px;
    overflow: hidden;
}

section.home-section-seven .viewall h6 {
    background-color: rgb(249, 249, 249);
}

section.home-section-seven .content {
    padding: 70px 7%;
}

section.home-section-seven .content .inner {
    height: 316px;
    background-color: rgb(24, 17, 53);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 29px 0px;
}

section.home-section-seven .content .inner ul li {
    list-style: none;
}

section.home-section-seven .content .inner ul li i {
    color: var(--primary-color);
}

section.home-section-seven .content .inner ul {
    gap: 0px 4px;
}

section.home-section-seven .content .inner .middle p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    opacity: 0.85;
    margin: 0px;
}

section.home-section-seven .content .inner .bottom h4 {
    font-family: Inter;
    font-weight: 500;
    font-size: 17.86px;
    line-height: 27px;
    letter-spacing: 0.8px;
    vertical-align: middle;
    color: rgb(249, 249, 249);
    margin: 0px;
}

section.home-section-seven .content .inner .bottom h6 {
    font-family: Inter;
    font-weight: 400;
    font-size: 13.78px;
    opacity: 0.7;
    line-height: 21px;
    letter-spacing: 0.8px;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    margin: 0px;
}

section.home-section-seven .content .inner .bottom .d-flex {
    gap: 0px 16px;
}

section.home-section-seven .content .inner .bottom img {
    width: 40px;
    height: 40px;
}

section.home-section-seven .content .row {
    gap: 16px 0px;
}

section.home-section-eight {
    background-color: rgb(249, 249, 249);
}

section.home-section-eight .container-fluid {
    padding: 0px;
    overflow: hidden;
}

section.home-section-eight .title {
    align-items: center;
    border-bottom: 1px solid var(--secondary-color);
}

section.home-section-eight .viewall a span {
    border: 1px solid var(--secondary-color);
}

section.home-section-eight .viewall h6 {
    background-color: rgb(249, 249, 249);
    color: var(--secondary-color);
}

section.home-section-eight .content {
    padding: 70px 7%;
}

section.home-section-eight .content .inner .img img {
    width: 100%;
    transition: 0.5s;
}

section.home-section-eight .content .inner ul li {
    list-style: none;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    width: auto;
    height: 30px;
    border: 1px solid var(--secondary-color);
    border-radius: 50px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.home-section-eight .content .inner ul {
    padding: 0px;
    margin: 0px;
}

section.home-section-eight .content .inner h5 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    color: var(--secondary-color);
    line-height: 16px;
}

section.home-section-eight .content .inner h3 {
    font-family: Mariupol-Bold;
    font-weight: 900;
    font-size: 22px;
    color: var(--secondary-color);
    line-height: 27px;
}

section.home-section-eight .content .inner h6 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    color: var(--secondary-color);
    line-height: 16px;
    display: flex;
    align-items: center;
    gap: 0px 8px;
}

section.home-section-eight .content .inner h6 svg {
    margin-right: 8px;
}

section.home-section-eight .content .text {
    display: flex;
    flex-direction: column;
    gap: 18px 0px;
    margin-top: 2rem;
}

section.home-section-eight .content .inner {
    cursor: pointer;
}

section.home-section-eight .content .inner:hover img {
    transform: scale(1.1);
}

section.home-section-eight .content .inner .img {
    overflow: hidden;
}

section.home-section-four .title h3 {
    color: rgb(249, 249, 249);
}

section.home-section-seven .title h3 {
    color: rgb(249, 249, 249);
}

#light-dot {
    filter: drop-shadow(white 0px 0px 8px);
}

section.home-section-two.active img.duplicate-img {
    left: 0px;
}

section.home-section-nine .container-fluid {
    padding: 0px;
    overflow: hidden;
}

section.home-section-nine .viewall h6 {
    background-color: rgb(249, 249, 249);
}

section.home-section-nine {
    background-color: var(--secondary-color);
    border-top: 1px solid rgb(255, 255, 255);
}

section.home-section-nine .title h3 {
    color: rgb(249, 249, 249);
}

section.home-section-nine .content {
    padding: 70px 7%;
    height: 840px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.home-section-nine .text h1 {
    font-family: PresicavHv;
    font-weight: 900;
    color: rgb(255, 255, 255);
    letter-spacing: -2px;
    text-transform: uppercase;
    margin: 0px 0px 3rem;
    font-size: clamp(30px, 4vw, 55px);
    line-height: clamp(36px, 6vw, 77px);
}

section.home-section-nine .title {
    border-bottom: 1px solid rgb(249, 249, 249);
}

section.home-section-nine a.start-project {
    border: 1px solid var(--primary-color);
    display: flex;
    width: 320px;
    height: 80px;
    transition: 0.5s;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    font-family: Mariupol;
    font-weight: 500;
    position: relative;
    font-size: 26px;
    color: var(--secondary-color);
    line-height: 100%;
    background-color: var(--primary-color);
    text-align: center;
    text-decoration: unset;
    text-transform: uppercase;
}

section.home-section-nine .text h6 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    line-height: 23.94px;
    text-transform: uppercase;
    color: rgb(249, 249, 249);
    margin: 1rem 0px 0px;
}

.click-to-copy h5 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    color: var(--secondary-color);
    border-radius: 50px;
    line-height: 16.94px;
    text-align: center;
    border: 1px solid var(--secondary-color);
    margin: 0px;
    background-color: rgb(249, 249, 249);
    height: 32px;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
    padding: 0px 16px;
}

.click-to-copy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.click-to-copy span {
    border: 1px solid rgb(249, 249, 249);
    min-width: 31.94px;
    height: 31.94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: rgb(255, 255, 255);
}

.click-to-copy span svg {
    color: rgb(249, 249, 249);
    font-size: 13px;
}

.custom-width {
    width: 51%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px 0px;
    position: relative;
}

section.home-section-nine a.start-project::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0px;
    border: 1px solid var(--primary-color);
    width: 100%;
    height: 100%;
    transition: 0.5s;
    border-radius: 50px;
}

section.home-section-nine a.start-project::before {
    content: "";
    position: absolute;
    bottom: -16px;
    transition: 0.5s;
    left: 0px;
    border: 1px solid var(--primary-color);
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

section.home-section-nine a.start-project:hover::after {
    bottom: 8px;
    opacity: 0.7;
}

section.home-section-nine a.start-project:hover {
    background-color: transparent;
    color: rgb(255, 255, 255);
    border-color: transparent;
    padding-bottom: 20px;
}

section.home-section-nine a.start-project:hover::before {
    opacity: 0.5;
    bottom: 16px;
}

.forms-switch {
    justify-content: space-between;
}

.contact-us-form {
    background-color: rgb(20, 15, 45);
    box-shadow: rgba(0, 0, 0, 0.35) 3px 6px 10px 0px;
    border-radius: 30px;
    overflow: hidden;
    height: auto;
}

.forms-switch button {
    font-family: Mariupol;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    background-color: rgb(0, 0, 0);
    vertical-align: middle;
    text-transform: uppercase;
    border: unset;
    padding: 0px;
    display: inline-block;
    color: rgb(255, 255, 255);
    margin: 0px auto;
    width: 315px;
    height: 60px;
}

.request-quote {
    margin-top: 2rem;
    padding: 0px 30px 30px;
}

.request-quote label {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 17px;
    color: rgb(255, 255, 255);
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0px 0px 1rem;

    & .brand-identity-sec-twenty .request-quote textarea {
        border: 1px solid rgb(221, 221, 223);
        background-color: rgb(242, 243, 245);
        color: rgb(113, 113, 122);
    }

    & .brand-identity-sec-twenty .request-quote input {
        border: 1px solid rgb(221, 221, 223);
        background-color: rgb(242, 243, 245);
        color: rgb(113, 113, 122);
    }

    & .brand-identity-sec-twenty .request-quote textarea {
        border: 1px solid rgb(221, 221, 223);
        background-color: rgb(242, 243, 245);
        color: rgb(113, 113, 122);
    }

    & .brand-identity-sec-twenty .request-quote input {
        border: 1px solid rgb(221, 221, 223);
        background-color: rgb(242, 243, 245);
        color: rgb(113, 113, 122);
    }

    & .brand-identity-sec-twenty .request-quote textarea {
        border: 1px solid rgb(221, 221, 223);
        background-color: rgb(242, 243, 245);
        color: rgb(113, 113, 122);
    }

    & .brand-identity-sec-twenty .request-quote input {
        border: 1px solid rgb(221, 221, 223);
        background-color: rgb(242, 243, 245);
        color: rgb(113, 113, 122);
    }

    & .brand-identity-sec-twenty .request-quote textarea {
        border: 1px solid rgb(221, 221, 223);
        background-color: rgb(242, 243, 245);
        color: rgb(113, 113, 122);
    }

    & .brand-identity-sec-twenty .request-quote input {
        border: 1px solid rgb(221, 221, 223);
        background-color: rgb(242, 243, 245);
        color: rgb(113, 113, 122);
    }
}

.request-quote input {
    border: 1px solid rgb(50, 49, 49);
    width: 100%;
    background-color: var(--secondary-color);
    border-radius: 13px;
    height: 54px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: rgb(249, 249, 249);
    vertical-align: middle;
    padding: 0px 0px 0px 16px;
    outline: unset;
}

.request-quote input::placeholder {
    color: rgb(113, 113, 122);
}

.request-quote textarea {
    border: 1px solid rgb(50, 49, 49);
    width: 100%;
    background-color: var(--secondary-color);
    border-radius: 13px;
    height: 108px;
    font-family: Mariupol;
    font-weight: 400;
    resize: none;
    font-size: 15px;
    line-height: 17px;
    color: rgb(249, 249, 249);
    vertical-align: middle;
    padding: 16px 0px 0px 16px;
    outline: unset;
}

.request-quote textarea::placeholder {
    color: rgb(113, 113, 122);
}

.request-quote .row {
    gap: 16px 0px;
}

.need-help-sec h4 {
    margin: 0px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: rgb(249, 249, 249);
    vertical-align: middle;
    text-transform: uppercase;
}

.need-help-sec {
    margin-top: 2rem;
}

.your-budget-sec {
    margin: 2rem 0px;
}

.your-budget-sec h4 {
    margin: 0px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: rgb(249, 249, 249);
    vertical-align: middle;
    text-transform: uppercase;
}

.your-budget-sec select {
    margin-top: 1rem;
    border: 1px solid rgb(50, 49, 49);
    width: 100%;
    background-color: var(--secondary-color);
    border-radius: 13px;
    height: 54px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: rgb(249, 249, 249);
    vertical-align: middle;
    padding: 0px 16px;
    outline: unset;
}

.contact-us-form .send-message {
    background-color: var(--primary-color);
    display: flex;
    width: 100%;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    height: 54px;
    font-family: Mariupol;
    font-weight: 500;
    font-size: 16px;
    color: var(--secondary-color);
    line-height: 17px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 1px solid transparent;
}

.contact-us-form p.info {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgb(146, 146, 152);
    margin: 1rem 0px 0px;
}

.contact-us-form .send-message:hover {
    border-color: var(--primary-color);
    background-color: transparent;
    color: var(--primary-color);
}

footer {
    padding: 4rem 0px;
    border-top: 1px solid rgb(249, 249, 249);
    position: relative;
    background: radial-gradient(circle at center top, rgba(255, 255, 255, 0.14) 0%, rgba(12, 8, 30, 0) 20%), var(--secondary-color);
    overflow: hidden;
}

footer .container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0px auto;
    right: 0px;
}

.footer-grid-wrap {
    position: absolute;
    inset: 0px;
    z-index: 0;
    pointer-events: none;
}

.footer-grid-canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

footer>.container {
    position: relative;
    z-index: 1;
}

.footer-nav h4 {
    font-family: Mariupol;
    font-weight: 500;
    font-size: 23px;
    color: var(--primary-color);
    line-height: 30px;
}

.footer-nav li a {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    color: rgb(249, 249, 249);
    line-height: 30px;
    text-decoration: unset;
}

.footer-nav li {
    list-style: none;
    display: inline-block;
    width: max-content;
    position: relative;
}

.footer-nav ul {
    gap: 0px;
    margin-top: 1rem !important;
}

.footer-nav ul.d-flex {
    gap: 0px 20px;
    margin: 1.5rem 0px !important;
}

.footer-nav a.contactus-btn {
    color: var(--secondary-color);
    background-color: rgb(249, 249, 249);
    display: flex;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    width: 172px;
    height: 48px;
    border-radius: 50px;
    font-family: "Segoe UI";
    font-weight: 400;
    font-size: 14px;
    line-height: 16.94px;
    text-align: center;
    border: 1px solid transparent;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: unset;
}

.footer-nav a.contactus-btn:hover {
    background-color: transparent;
    color: rgb(249, 249, 249);
    border-color: rgb(249, 249, 249);
}

.footer-nav li::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 1px;
    background-color: rgb(170, 69, 251);
    transition: 0.7s;
}

.footer-nav li:hover::after {
    width: 100%;
}

section.banner .position-relative span.tag {
    position: absolute;
    right: 170px;
    top: 52px;
    background-color: var(--primary-color);
    font-family: "JetBrains Mono";
    font-weight: 700;
    font-size: 16px;
    width: 115px;
    transform: rotate(4deg);
    line-height: 17.6px;
    letter-spacing: -1.3px;
    text-align: center;
    text-transform: uppercase;
    height: 22px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-section-nine .position-relative span.tag {
    position: absolute;
    right: 40px;
    top: 40px;
    background-color: var(--primary-color);
    font-family: "JetBrains Mono";
    font-weight: 700;
    font-size: 16px;
    width: 115px;
    transform: rotate(4deg);
    line-height: 17.6px;
    letter-spacing: -1.3px;
    text-align: center;
    text-transform: uppercase;
    height: 22px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#copied {
    display: none;
    margin-left: 5px;
    color: rgb(249, 249, 249);
    font-size: 0.9em;
    transition: opacity 0.3s;
    border: unset;
    height: unset;
    width: unset;
    position: absolute;
    bottom: -30px;
    font-family: "JetBrains Mono";
    border-radius: 6px;
    padding: 0px 6px;
}

.footer-nav ul.d-flex li::after {
    content: unset;
}

section.home-section-three .title h3 {
    font-family: PresicavRg;
    margin: 0px;
    font-weight: 700;
    font-size: 24px;
    color: var(--secondary-color);
    line-height: 43.2px;
    letter-spacing: -0.6px;
    vertical-align: middle;
    text-transform: uppercase;
}

section.home-section-four .content .inner h6 {
    font-family: "Segoe UI";
    font-weight: 400;
    font-size: 18px;
    line-height: 29.88px;
    color: rgb(249, 249, 249);
    transition: 0.5s;
}

section.home-section-four .content .inner:hover {
    background-color: rgb(249, 249, 249);
}

section.home-section-four .content .inner:hover h6 {
    color: var(--secondary-color);
}

section.home-section-four .content.heading .inner:hover {
    background-color: var(--primary-color);
}

section.home-section-four .content.heading .inner:hover h4 {
    position: relative;
    z-index: 9;
    color: var(--secondary-color) !important;
}

section.home-section-five .title h3 {
    color: rgb(249, 249, 249);
}

section.home-section-five .title .viewall h6 {
    background-color: rgb(249, 249, 249);
}

.calendar {
    width: 100%;
    background: rgb(20, 15, 45);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
    overflow: hidden;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: rgb(20, 15, 45);
    color: white;
}

.calendar-header h2 {
    margin: 0px;
    font-size: 28px;
    font-family: Mariupol;
}

.calendar-nav {
    display: flex;
    gap: 15px;
}

.calendar-nav button {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background 0.3s;
}

.calendar-nav button:hover {
    background: rgba(255, 255, 255, 0.2);
}

.calendar-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background: rgb(241, 241, 241);
    padding: 10px 0px;
    text-align: center;
    font-family: Mariupol;
    font-weight: 600;
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    padding: 10px;
    background-color: white;
}

.day {
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
    font-family: "JetBrains Mono";
}

.day:hover {
    background: rgb(224, 224, 224);
}

.day.today {
    background: rgb(24, 17, 53);
    color: white;
    font-weight: bold;
}

.day.other-month {
    color: rgb(170, 170, 170);
}

.day.selected {
    background: rgb(52, 168, 83);
    color: white;
}

.calendar-header button {
    background-color: transparent;
    border: unset;
    padding: 0px;
}

.calendar-header button svg {
    color: rgb(255, 255, 255);
}

.forms-switch .active {
    background-color: rgb(20, 15, 45);
}

.responsive-menu a:active {
    margin: -16px 0px 0px;
}

section.brand-identity-sec-one .img {
    height: 760px;
    background-color: rgb(12, 9, 30);
}

section.brand-identity-sec-one .text {
    background-color: var(--primary-color);
    height: 100%;
    padding: 0px 14%;
    border-right: 1px solid var(--secondary-color);
}

section.brand-identity-sec-one .text h2 {
    font-family: PresicavHv;
    font-weight: 900;
    font-size: clamp(24px, 5vw, 66px);
    line-height: clamp(36px, 6vw, 77px);
    letter-spacing: -2px;
    text-transform: uppercase;
}

section.brand-identity-sec-one .text p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0px;
}

section.brand-identity-sec-two {
    background-color: var(--secondary-color);
}

section.brand-identity-sec-two .repeated-title h3 {
    color: rgb(249, 249, 249);
}

section.brand-identity-sec-two .viewall h6 {
    background-color: rgb(249, 249, 249);
}

section.brand-identity-sec-two .text h5 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    color: var(--secondary-color);
    line-height: 32px;
    text-transform: uppercase;
    display: inline-flex;
    min-width: 36px;
    height: 36px;
    background-color: var(--primary-color);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 6px 0px 0px;
}

section.brand-identity-sec-two .text h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 30px;
    color: rgb(249, 249, 249);
    line-height: 45.76px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin: 0px 0px 1.5rem;
}

section.brand-identity-sec-two .text .d-flex {
    gap: 0px 30px;
}

section.brand-identity-sec-two .text p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: rgb(249, 249, 249);
    padding-left: 4.3rem;
}

section.brand-identity-sec-two .text {
    border: 1px solid rgb(249, 249, 249);
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 14%;
}

section.brand-identity-sec-one {
    border-bottom: 1px solid rgb(249, 249, 249);
}

section.brand-identity-sec-three .inner h3 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 30px;
    color: var(--secondary-color);
    line-height: 45.76px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin: 0px 0px 1.4rem;
}

section.brand-identity-sec-three .inner {
    border: 1px solid var(--secondary-color);
    height: 100%;
}

section.brand-identity-sec-three .col-md-6:nth-child(2n+1) .inner {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 14% !important;
}

section.brand-identity-sec-three .col-md-6:nth-child(2n) .inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 14% !important;
}

section.brand-identity-sec-three .inner p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 17px;
    color: var(--secondary-color);
    line-height: 25px;
    margin-top: 2rem;
}

section.brand-identity-sec-three .col-md-7 .inner {
    background-color: var(--primary-color);
    height: 100%;
}

section.brand-identity-sec-four {
    background-color: var(--secondary-color);
    padding: 60px 7%;
}

section.brand-identity-sec-four h2 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 30px;
    color: rgb(249, 249, 249);
    line-height: 36.8px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin: 0px 0px 1.5rem;
}

section.brand-identity-sec-four h2 span {
    color: var(--primary-color);
}

section.brand-identity-sec-four p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 24px;
    color: rgb(249, 249, 249);
    line-height: 32px;
    margin: 0px;
}

section.brand-identity-sec-four a {
    border: 1px solid var(--secondary-color);
    background-color: rgb(249, 249, 249);
    height: 48px;
    width: auto;
    margin: 0px;
    padding: 0px 26px;
    border-radius: 50px;
    display: inline-flex;
    font-family: Mariupol;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.94px;
    text-transform: uppercase;
    color: var(--secondary-color);
    text-decoration: unset;
    align-items: center;
    justify-content: center;
}

section.brand-identity-sec-five {
    border-top: 1px solid rgb(249, 249, 249);
    background-color: var(--secondary-color);
}

section.brand-identity-sec-five .title h3 {
    color: rgb(249, 249, 249);
}

section.brand-identity-sec-five .accordion-item {
    border-radius: unset;
    border-top: unset;
    border-right: unset;
    border-left: unset;
    border-image: unset;
    border-bottom: 1px solid rgb(177, 177, 177);
}

section.brand-identity-sec-five button.accordion-button {
    padding: 0px;
    box-shadow: unset;
    background-color: var(--secondary-color);
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 28px;
    color: rgb(249, 249, 249);
    line-height: 45.76px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin: 0px;
    gap: 0px 30px;
    border-radius: unset !important;
}

section.brand-identity-sec-five .accordion-body {
    padding: 0rem 0px 0px 4rem;
    background-color: var(--secondary-color);
    border-radius: unset;
}

section.brand-identity-sec-five .accordion-body p {
    margin: 0px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: rgb(249, 249, 249);
    padding: 0px 0px 2rem;
}

section.brand-identity-sec-five .accordion-collapse {
    position: relative;
    border-radius: unset !important;
}

section.brand-identity-sec-five button.accordion-button span {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    color: var(--secondary-color);
    line-height: 32px;
    text-transform: uppercase;
    display: inline-flex;
    min-width: 36px;
    min-height: 36px;
    background-color: var(--primary-color);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 6px 0px 0px;
}

section.brand-identity-sec-five .text {
    border-bottom: 1px solid rgb(249, 249, 249);
}

section.brand-identity-sec-five .accordion-header {
    padding: 36.5px 0px 36px 3rem;
    background-color: var(--secondary-color);
}

section.brand-identity-sec-five .accordion-collapse::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 3px;
    background-color: var(--primary-color);
}

section.brand-identity-sec-five .accordion-collapse::after {
    width: 80%;
}

.brand-identity-sec-six .viewall span {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    background-color: transparent;
}

section.brand-identity-sec-five .content {
    border-top: 1px solid rgb(249, 249, 249);
    border-bottom: 1px solid var(--secondary-color);
}

section.brand-identity-sec-six .brand-identity-slides {
    border: 1px solid var(--secondary-color);
}

section.brand-identity-sec-six .brand-identity-slides img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

section.brand-identity-sec-six .brand-identity-slides .img {
    overflow: hidden;
}

section.brand-identity-sec-six .brand-identity-slides .text h4 {
    font-family: Mariupol;
    font-weight: 800;
    font-size: 26px;
    color: var(--secondary-color);
    line-height: 30px;
}

section.brand-identity-sec-six .brand-identity-slides .text p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--secondary-color);
}

section.brand-identity-sec-six .brand-identity-slides .text {
    padding: 20px 40px;
}

section.brand-identity-sec-six .brand-identity-slides .text a {
    background-color: var(--secondary-color);
    padding: 2px 10px;
    border-radius: 50px;
    font-family: Mariupol;
    font-size: 12px;
    text-align: center;
    color: rgb(249, 249, 249);
    text-transform: uppercase;
    text-decoration: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.brand-identity-sec-six .brand-identity-slides .text li {
    list-style: none;
}

section.brand-identity-sec-six .brand-identity-slides .text li button {
    border: 1px solid var(--secondary-color);
    background-color: rgb(255, 255, 255);
    padding: 2px 12px;
    border-radius: 50px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

section.brand-identity-sec-six .brand-identity-slides .text ul {
    flex-wrap: wrap;
}

section.brand-identity-sec-six .slick-center .text {
    background-color: var(--primary-color);
}

section.brand-identity-sec-six button.slick-next {
    right: 20px;
    background-color: rgb(249, 249, 249);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid var(--secondary-color);
}

.section.brand-identity-sec-six button.slick-prev {
    display: none;
}

section.brand-identity-sec-six button.slick-next::before {
    color: var(--secondary-color);
    background-image: url("../images/SVG.svg");
    width: 20px;
    height: 20px;
    content: "";
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    inset: 0px;
    margin: auto;
}

section.brand-identity-sec-seven {
    height: 600px;
    background-color: var(--secondary-color);
}

section.brand-identity-sec-seven .container-fluid {
    height: 100%;
}

section.brand-identity-sec-seven .content h3 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: clamp(18px, 4vw, 52px);
    color: rgb(249, 249, 249);
    line-height: clamp(32px, 6vw, 64px);
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
}

section.brand-identity-sec-seven .content h3 span {
    color: var(--primary-color);
}

section.brand-identity-sec-eight .content {
    border-top: 1px solid var(--secondary-color);
    padding: 0px 7%;
}

section.brand-identity-sec-eight .content h3 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 30.63px;
    line-height: 45.76px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin: 0px 0px 1.5rem;
}

section.brand-identity-sec-eight .content .col-md-6:nth-child(1) {
    border-right: 1px solid var(--secondary-color);
}

section.brand-identity-sec-eight .content p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 0px 0px 2rem;
}

section.brand-identity-sec-eight .content li {
    list-style: none;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 20px;
    line-height: 41px;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    gap: 0px 10px;
}

section.brand-identity-sec-eight .col-md-6:nth-child(1) li:nth-child(n+8) {
    color: rgb(158, 156, 165);
}

section.brand-identity-sec-eight .text-start button {
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    color: rgb(249, 249, 249);
    border-radius: 50px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.94px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 20px;
}

section.brand-identity-sec-eight .text-start {
    margin-top: 3rem;
}

section.brand-identity-sec-eight .content .col-md-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.corporate-website-section-six .title {
    border-top: 1px solid var(--secondary-color);
}

section.brand-identity-sec-nine .content {
    padding: 5rem 7% 3rem;
    border-top: 1px solid rgb(249, 249, 249);
}

section.brand-identity-sec-nine {
    background-color: var(--secondary-color);
}

section.brand-identity-sec-nine .title h3 {
    color: rgb(249, 249, 249);
}

section.brand-identity-sec-nine .content h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 22px;
    color: rgb(249, 249, 249);
    line-height: 36px;
    margin: 0px 0px 4rem;
    text-align: center;
    text-transform: uppercase;
}

section.brand-identity-sec-nine .content img.mb-5 {
    width: 28% !important;
}

section.brand-identity-sec-nine .content img {
    width: 100%;
}

section.brand-identity-sec-ten .col-md-6 .text {
    background-color: rgb(244, 160, 52);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 3rem 7rem;
}

section.brand-identity-sec-ten .col-md-6 h4 {
    font-family: Mariupol;
    font-weight: 700;
    font-size: clamp(20px, 7vw, 46px);
    color: rgb(249, 249, 249);
    line-height: clamp(24px, 8vw, 67.16px);
    text-align: center;
    text-transform: uppercase;
}

section.brand-identity-sec-ten .col-md-6:nth-child(2) {
    background-color: var(--secondary-color);
}

section.brand-identity-sec-ten .col-md-6:nth-child(2) img {
    width: 100%;
}

section.brand-identity-sec-ten .col-md-6 {
    padding: 0px;
}

section.brand-identity-sec-eleven {
    background-color: var(--secondary-color);
}

section.brand-identity-sec-twelve .text {
    background-color: rgb(254, 171, 155);
    height: 100%;
    padding: 0px 7rem;
}

section.brand-identity-sec-twelve .text h4 {
    font-family: Mariupol;
    font-weight: 700;
    font-size: clamp(20px, 7vw, 46px);
    color: rgb(249, 249, 249);
    line-height: clamp(24px, 8vw, 67.16px);
    text-align: center;
    text-transform: uppercase;
}

section.brand-identity-sec-twelve .col-md-6 {
    padding: 0px;
}

section.brand-identity-sec-twelve img {
    width: 100%;
}

section.brand-identity-sec-twelve .img {
    background-color: var(--secondary-color);
}

section.brand-identity-sec-thirteen {
    background-color: var(--secondary-color);
}

section.brand-identity-sec-forteen .text {
    background-color: rgb(197, 176, 255);
    padding: 0px 7rem;
}

section.brand-identity-sec-forteen .text h4 {
    font-family: Mariupol;
    font-weight: 700;
    font-size: clamp(20px, 7vw, 46px);
    line-height: clamp(24px, 8vw, 67.16px);
    text-align: center;
    text-transform: uppercase;
    color: rgb(249, 249, 249);
}

section.brand-identity-sec-forteen .img {
    background-color: var(--secondary-color);
}

section.brand-logo-identity-logos img {
    width: 200px;
}

section.brand-logo-identity-logos {
    padding: 2rem 0px;
}

section.brand-identity-sec-seventeen .inner {
    background-color: var(--primary-color);
    border-right: 1px solid rgb(0, 0, 0);
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 3rem !important;
}

section.brand-identity-sec-seventeen .col-md-4 {
    padding: 0px;
}

section.brand-identity-sec-seventeen {
    border: 1px solid rgb(0, 0, 0);
}

section.brand-identity-sec-seventeen .inner h5 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 24px;
    color: var(--secondary-color);
    line-height: 30px;
    text-transform: uppercase;
    min-height: 50px;
}

section.brand-identity-sec-seventeen .inner .counter h5 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 48px;
    line-height: 55.68px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin: 0px;
}

section.brand-identity-sec-seventeen .inner .counter {
    margin-top: 4rem;
}

section.brand-identity-sec-eighteen .title h3 {
    color: rgb(249, 249, 249);
}

section.brand-identity-sec-eighteen button.accordion-button {
    padding: 30px 0px;
    box-shadow: unset;
    background-color: var(--secondary-color);
    font-family: Mariupol;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: rgb(249, 249, 249);
    vertical-align: middle;
    border-radius: unset !important;
}

section.brand-identity-sec-eighteen .accordion-item {
    padding: 0px 7%;
    background-color: var(--secondary-color);
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
    border-image: unset;
    border-radius: unset !important;
    border-top: 1px solid rgb(249, 249, 249) !important;
}

section.brand-identity-sec-eighteen .content {
    padding: 0px;
}

section.brand-identity-sec-eighteen .accordion-item h2 {
    background-color: var(--secondary-color);
}

section.brand-identity-sec-eighteen {
    background-color: var(--secondary-color);
}

section.brand-identity-sec-eighteen .accordion-body p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0px;
    color: rgb(249, 249, 249);
    margin: 0px;
}

section.brand-identity-sec-eighteen .accordion-body {
    padding: 0px 0px 3rem;
}

section.brand-identity-sec-eighteen .accordion-button::after {
    background-image: url("../images/SVG.svg");
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    right: 16px;
    z-index: 9;
    filter: invert(0);
    margin: unset !important;
}

section.brand-identity-sec-eighteen .accordion-button::before {
    position: absolute;
    right: 0px;
    width: 50px;
    height: 50px;
    background-color: rgb(255, 255, 255);
    content: "";
    z-index: 1;
    border-radius: 50%;
}

section.brand-identity-sec-eighteen .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

section.brand-identity-sec-ninteen {
    background-color: rgb(249, 249, 249);
}

section.brand-identity-sec-ninteen .viewall a span {
    border: 1px solid var(--secondary-color);
}

section.brand-identity-sec-ninteen .viewall h6 {
    color: var(--secondary-color);
}

.ninteen-slides .img {
    overflow: hidden;
}

.ninteen-slides .img img {
    width: 100%;
    transition: 0.5s;
}

.ninteen-slides .text h5 {
    font-family: Mariupol;
    font-weight: 500;
    font-size: 24px;
    color: var(--secondary-color);
    line-height: 30px;
    text-align: center;
    margin: 0px;
}

.ninteen-slides .text {
    padding: 20px 0px;
    transition: 0.5s;
    background-color: rgb(249, 249, 249);
}

.ninteen-slides {
    border-right: 1px solid rgb(0, 0, 0);
    position: relative;
    cursor: pointer;
}

.ninteen-slides .position-absolute {
    width: 100%;
    left: 0px;
    bottom: -100%;
    z-index: 9;
    transition: 0.3s;
    display: flex;
    justify-content: center;
}

.ninteen-slides .position-absolute .viewall {
    justify-content: center;
    position: relative;
}

.ninteen-slides:hover .position-absolute {
    bottom: 90px;
}

section.brand-identity-sec-ninteen .viewall span {
    background-color: var(--primary-color);
}

section.brand-identity-sec-ninteen .viewall a span::after {
    content: "";
    position: absolute;
    left: -8px;
    top: 0px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--secondary-color);
    background-color: var(--primary-color);
    border-radius: 50%;
    z-index: -2;
    bottom: 0px;
    margin: auto;
}

section.brand-identity-sec-ninteen .viewall a span::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 0px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--secondary-color);
    background-color: var(--primary-color);
    border-radius: 50%;
    z-index: -2;
    bottom: 0px;
    margin: auto;
}

.ninteen-slides:hover .text {
    background-color: var(--primary-color);
}

.ninteen-slides:hover .img img {
    transform: scale(1.1);
}

.brand-identity-sec-twenty {
    background-color: rgb(249, 249, 249) !important;
    border-top: 1px solid var(--secondary-color) !important;
}

.brand-identity-sec-twenty .text h1 {
    color: var(--secondary-color) !important;
}

.brand-identity-sec-twenty .text a::after,
.brand-identity-sec-twenty .text a::before {
    content: unset !important;
}

.brand-identity-sec-twenty .text h6 {
    color: var(--secondary-color) !important;
}

.brand-identity-sec-twentyy .click-to-copy h5 {
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    color: rgb(249, 249, 249);
}

.brand-identity-sec-twenty .click-to-copy span {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

.brand-identity-sec-twenty .click-to-copy span svg {
    color: var(--secondary-color);
}

.brand-identity-sec-twenty #copied {
    color: var(--secondary-color);
}

.brand-identity-sec-twenty .contact-us-form {
    background-color: rgb(249, 249, 249);
    border: 1px solid rgb(221, 221, 223);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 15px 0px;
}

.brand-identity-sec-twenty .forms-switch .active {
    background-color: rgb(249, 249, 249);
}

.brand-identity-sec-twenty .forms-switch button {
    color: var(--secondary-color);
    background-color: rgb(242, 243, 245);
}

.brand-identity-sec-twenty .request-quote label {
    color: var(--secondary-color);
}

.brand-identity-sec-twenty .need-help-sec h4 {
    color: var(--secondary-color);
}

.brand-identity-sec-twenty .your-budget-sec h4 {
    color: var(--secondary-color);
}

.brand-identity-sec-twenty .contact-us-form .checkbox-label {
    color: var(--secondary-color);
}

.brand-identity-sec-twenty .contact-us-form .custom-checkbox {
    border: 1px solid rgb(221, 221, 223);
    background-color: rgb(242, 243, 245);
}

.brand-identity-sec-twenty .contact-us-form .custom-checkbox::after {
    background-color: rgb(202, 202, 202);
}

.brand-identity-sec-twenty .your-budget-sec select {
    border: 1px solid rgb(221, 221, 223);
    background-color: rgb(242, 243, 245);
    color: rgb(113, 113, 122);
}

.brand-identity-sec-twenty .request-quote textarea {
    border: 1px solid rgb(221, 221, 223);
    background-color: rgb(242, 243, 245);
    color: rgb(113, 113, 122);
}

.brand-identity-sec-twenty .request-quote input {
    border: 1px solid rgb(221, 221, 223);
    background-color: rgb(242, 243, 245);
    color: rgb(113, 113, 122);
}

.need-help-sec label {
    margin: 0px;
}

section.web-design-section-two .col-md-4 .inner {
    padding: 0px 60px;
    height: 300px;
}

section.web-design-section-two .col-md-4 .inner .counter h5 {
    margin: 0px 0px 3rem;
}

.web-design-section-one .text {
    background-color: rgb(249, 249, 249) !important;
}

.web-design-section-one .img {
    background-color: rgb(249, 249, 249) !important;
}

.web-design-section-one .img img {
    object-fit: contain;
    width: 480px !important;
    height: 470px !important;
}

.web-design-section-two .title {
    background-color: var(--secondary-color);
}

.web-design-section-two .title h3 {
    color: rgb(249, 249, 249);
}

.web-design-section-two .viewall h6 {
    background-color: rgb(249, 249, 249);
}

.web-design-section-two .viewall span {
    background-color: transparent;
    border: 1px solid rgb(249, 249, 249);
    color: rgb(249, 249, 249);
}

section.web-design-section-three .title {
    border-bottom: 1px solid var(--secondary-color);
}

section.web-design-section-three .content {
    padding: 0px 7%;
    border-bottom: 1px solid rgb(0, 0, 0);
}

section.web-design-section-three .text h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 32px;
    line-height: 46.08px;
    letter-spacing: 0.64px;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--secondary-color);
}

section.web-design-section-three .text p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--secondary-color);
    vertical-align: middle;
}

section.web-design-section-three .text ul li {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 29.92px;
    color: var(--secondary-color);
    vertical-align: middle;
}

section.web-design-section-three .text a {
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    color: rgb(249, 249, 249);
    border-radius: 50px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.94px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 20px;
    text-decoration: unset;
    margin-top: 3rem;
    display: inline-flex;
}

section.web-design-section-three .img,
section.web-design-section-three .text {
    height: 710px;
}

section.web-design-section-three .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.web-design-section-three .text {
    padding: 0px 2rem 0px 4rem;
}

section.web-design-section-three .col-md-6 {
    padding: 0px;
}

section.web-design-section-three .content .row .col-md-6:nth-child(1) div {
    border-right: 1px solid rgb(0, 0, 0);
}

section.web-design-section-four .title {
    background-color: var(--secondary-color);
}

section.web-design-section-four .title h3 {
    color: rgb(249, 249, 249);
}

section.web-design-section-four .content h4 {
    color: rgb(249, 249, 249);
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    vertical-align: middle;
    text-transform: uppercase;
}

section.web-design-section-four .content {
    background-color: var(--secondary-color);
    padding: 3rem 7%;
    border-top: 1px solid rgb(249, 249, 249);
}

section.web-design-section-four .content img {
    width: 100%;
}

.web-design-section-five {
    background-color: rgb(249, 249, 249) !important;
}

.web-design-section-five .title h3 {
    color: var(--secondary-color) !important;
}

.web-design-section-five .title {
    border-bottom: 1px solid var(--secondary-color);
}

.web-design-section-five .content .img {
    background-color: var(--primary-color);
    width: 100%;
    height: 100%;
}

.web-design-section-five .content .img img {
    width: 89.9%;
}

.web-design-section-five .accordion-header {
    background-color: rgb(249, 249, 249) !important;
}

.web-design-section-five button.accordion-button {
    background-color: rgb(249, 249, 249) !important;
    color: var(--secondary-color) !important;
}

.web-design-section-five button.accordion-button span {
    background-color: var(--secondary-color) !important;
    color: rgb(249, 249, 249) !important;
}

.web-design-section-five .accordion-body {
    background-color: rgb(249, 249, 249) !important;
}

.web-design-section-five .accordion-body p {
    color: var(--secondary-color) !important;
}

section.web-design-section-six .title {
    background-color: var(--secondary-color);
}

section.web-design-section-six .title h3 {
    color: rgb(249, 249, 249);
}

section.web-design-section-six .content {
    background-color: var(--secondary-color);
    padding: 4rem 7%;
    border-top: 1px solid rgb(249, 249, 249);
}

section.web-design-section-six .content h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    color: rgb(249, 249, 249);
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
}

section.web-design-section-six .content img {
    width: 100%;
}

section.web-design-section-ten .content {
    padding: 2.5rem 7%;
    border-top: 1px solid var(--secondary-color);
}

section.web-design-section-ten .content h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 32px;
    line-height: 45.76px;
    letter-spacing: 0.64px;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0px;
}

section.web-design-section-ten .content ul li {
    list-style: none;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--secondary-color);
    text-align: center;
    vertical-align: middle;
    gap: 6px 0px;
}

section.web-design-section-ten .content ul {
    gap: 0px 40px;
}

section.web-design-section-ten .content ul li img {
    width: 40px;
    transition: 0.3s;
    cursor: pointer;
}

section.web-design-section-ten .content ul li:hover img {
    transform: scale(1.09);
}

section.brand-identity-sec-seven .content {
    padding: 0px 6rem;
}

section.brand-identity-sec-ninteen .slick-prev {
    left: 20px;
    background-color: rgb(255, 255, 255);
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

section.brand-identity-sec-ninteen .slick-prev::before {
    background-image: url("../images/SVG.svg");
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    inset: 0px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    margin: auto !important;
}

section.brand-identity-sec-ninteen .slick-next {
    right: 20px;
    background-color: rgb(255, 255, 255);
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

section.brand-identity-sec-ninteen .slick-next::before {
    background-image: url("../images/SVG.svg");
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    inset: 0px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto !important;
}

.brand-identity-sec-twenty a.start-project:hover {
    color: rgb(0, 0, 0) !important;
    border-color: var(--primary-color) !important;
}

.checkbox-container {
    margin: 2rem 0px 0px;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 30px 0px;
}

.custom-checkbox {
    position: relative;
    cursor: pointer;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 20px;
    line-height: 23.6px;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0px;
    width: 0px;
}

.checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    height: 34px;
    width: 34px;
    background-color: var(--primary-color);
    border: 1px solid var(--secondary-color);
    margin: auto;
}

.custom-checkbox:hover input~.checkmark {
    background-color: rgb(221, 221, 221);
}

.custom-checkbox input:checked~.checkmark {
    background-color: var(--primary-color);
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked~.checkmark::after {
    display: block;
}

.custom-checkbox .checkmark::after {
    inset: 0px;
    width: 6px;
    height: 17px;
    border-style: solid;
    border-color: var(--secondary-color);
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    margin: auto;
}

.ui-ux-section-three .content h6 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 1.6px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(249, 249, 249);
}

.ui-ux-section-three .content p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: rgb(249, 249, 249);
}

.ui-ux-section-six {
    overflow: hidden;
    background-color: rgb(255, 255, 255) !important;
}

.ui-ux-section-six img.position-absolute {
    right: 0px;
    width: 488px;
    top: 0px;
    z-index: 0;
}

.ui-ux-section-six h2,
.ui-ux-section-six p {
    color: var(--secondary-color) !important;
}

.ui-ux-section-six a {
    position: relative;
    background-color: var(--secondary-color) !important;
    color: rgb(249, 249, 249) !important;
}

section.ui-ux-section-nine .title {
    border-bottom: 1px solid var(--secondary-color);
}

section.ui-ux-section-nine .content {
    padding: 0px 7%;
    border-bottom: 1px solid var(--secondary-color);
}

section.ui-ux-section-nine .content .inner {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--secondary-color);
}

section.ui-ux-section-nine .content .inner h4 {
    font-family: Mariupol;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: var(--secondary-color);
}

section.ui-ux-section-nine .content .inner ul {
    gap: 20px 0px;
    margin-top: 2rem;
}

section.ui-ux-section-nine .content .inner li {
    list-style: none;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    color: var(--secondary-color);
    position: relative;
    padding: 0px 0px 0px 18px;
}

section.ui-ux-section-nine .content .inner li::after {
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    margin: auto;
    content: "";
    position: absolute;
    background-color: var(--primary-color);
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

section.ui-ux-section-nine .content .col-md-4:last-child .inner {
    border-color: transparent;
}

section.ui-ux-section-ten .content {
    border-bottom: 1px solid rgb(0, 0, 0);
}

section.ui-ux-section-ten .title {
    border-bottom: 1px solid var(--secondary-color);
}

section.ui-ux-section-ten .content .inner h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 19px;
    color: var(--secondary-color);
    line-height: 32px;
    text-transform: uppercase;
}

section.ui-ux-section-ten .content .inner p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    color: var(--secondary-color);
    line-height: 20px;
}

section.ui-ux-section-ten .content .inner {
    gap: 0px 30px;
    border-right: 1px solid rgb(0, 0, 0);
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
    height: 100%;
}

section.ui-ux-section-ten .content .col-md-6:last-child .inner {
    padding-left: 2rem;
}

section.ui-ux-section-ten .content .col-md-6:first-child .inner {
    padding-left: 14%;
}

.ui-ux-section-thirteen {
    background-color: rgb(249, 249, 249) !important;
}

.ui-ux-section-thirteen .title h3 {
    color: var(--secondary-color) !important;
}

.ui-ux-section-thirteen .accordion-item {
    background-color: rgb(249, 249, 249) !important;
    padding: 0px 60px 0px 11% !important;
}

.ui-ux-section-thirteen button.accordion-button {
    background-color: rgb(249, 249, 249) !important;
    color: var(--secondary-color) !important;
}

.ui-ux-section-thirteen .accordion-button::before {
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(249, 249, 249) !important;
}

.ui-ux-section-thirteen .accordion-body p {
    color: var(--secondary-color) !important;
}

.ui-ux-section-thirteen .col-md-8,
.ui-ux-section-thirteen .col-md-4 {
    padding: 0px;
}

.ui-ux-section-thirteen .profile img {
    width: 100%;
}

.ui-ux-section-thirteen .profile {
    padding: 30px 14% 30px 30px;
    border-left: 1px solid rgb(0, 0, 0);
    height: 100%;
}

.ui-ux-section-thirteen .profile .d-flex {
    margin-top: 1rem;
}

.ui-ux-section-thirteen .profile .d-flex h5 {
    font-family: Mariupol;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: var(--secondary-color);
    margin: 0px 0px 5px;
}

.ui-ux-section-thirteen .profile .d-flex h6 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    color: var(--secondary-color);
    line-height: 17px;
    text-transform: uppercase;
}

.ui-ux-section-thirteen .profile .d-flex a {
    background-color: var(--primary-color);
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: rgb(0, 0, 0);
}

.ui-ux-section-thirteen .profile .text-center a {
    border: 1px solid var(--secondary-color);
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.94px;
    background-color: var(--secondary-color);
    text-align: center;
    text-transform: uppercase;
    color: rgb(249, 249, 249);
    padding: 18px 36px;
    border-radius: 50px;
    text-decoration: unset;
    transition: 0.5s;
    margin-top: 2rem;
}

.ui-ux-section-thirteen .profile .text-center a:hover {
    background-color: transparent;
    color: var(--secondary-color);
}

.ui-ux-section-fourteen {
    background-color: var(--secondary-color) !important;
}

.ui-ux-section-fourteen .title h3 {
    color: rgb(249, 249, 249) !important;
}

.ui-ux-section-fourteen .title {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.ui-ux-section-fourteen .viewall h6 {
    background-color: rgb(249, 249, 249);
}

.ui-ux-section-fourteen .viewall span {
    background-color: var(--secondary-color) !important;
    color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(255, 255, 255) !important;
}

.ui-ux-section-fourteen .viewall span::after,
.ui-ux-section-fourteen .viewall span::before {
    content: unset !important;
}

.ui-ux-section-fifteen .content {
    padding: 0px !important;
}

.ui-ux-section-fifteen .col-md-6 {
    padding: 0px;
}

.ui-ux-section-fifteen .text {
    border-right: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    padding: 3rem 0px 3rem 14%;
}

.ui-ux-section-fifteen a.start-project:hover {
    padding: 0px !important;
}

.ui-ux-section-fifteen .d-flex h4 {
    color: var(--secondary-color);
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    text-transform: uppercase;
}

.ui-ux-section-fifteen .d-flex {
    gap: 0px 5rem;
    margin-top: 1rem;
}

.ui-ux-section-fifteen .click-to-copy h5 {
    background-color: var(--secondary-color);
    color: rgb(249, 249, 249);
}

.ui-ux-section-fifteen .click-to-copy h5 a {
    color: rgb(249, 249, 249);
    text-decoration: unset;
}

.ui-ux-section-fifteen .lets-project h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 30px;
    margin: 0px 0px 3rem;
    color: var(--secondary-color);
    line-height: 45.76px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.ui-ux-section-fifteen .lets-project input {
    display: block;
    width: 100%;
    border: 1px solid rgba(12, 8, 30, 0.52);
    font-family: Mariupol;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: rgb(0, 0, 0);
    height: 72px;
    padding: 0px 20px;
    margin: 0px 0px 1rem;
    background-color: transparent;
}

.ui-ux-section-fifteen .lets-project {
    padding: 0px 14% 0px 3rem;
}

.ui-ux-section-fifteen .lets-project input::placeholder {
    color: var(--secondary-color);
}

.ui-ux-section-fifteen .lets-project textarea::placeholder {
    color: var(--secondary-color);
}

.ui-ux-section-fifteen .lets-project textarea {
    display: block;
    width: 100%;
    border: 1px solid rgba(12, 8, 30, 0.52);
    font-family: Mariupol;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: rgb(0, 0, 0);
    height: 150px;
    padding: 20px 20px 0px;
    resize: none;
    margin: 1rem 0px 0px;
    background-color: transparent;
}

.ui-ux-section-fifteen .lets-project .iti {
    width: 100%;
}

.ui-ux-section-fifteen .lets-project .iti input#phone {
    padding-left: 6rem;
}

.ui-ux-section-fifteen .lets-project .iti__selected-flag {
    padding-left: 2rem;
}

.ui-ux-section-fifteen .lets-project p {
    margin: 10px 0px 0px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 12px;
    line-height: 15.96px;
    color: rgb(158, 156, 165);
}

.ui-ux-section-fifteen .lets-project p a {
    color: var(--secondary-color);
}

.ui-ux-section-fifteen .lets-project button {
    background-color: var(--secondary-color);
    padding: 22px 30px;
    font-family: Mariupol;
    font-weight: 500;
    font-size: 14px;
    color: rgb(249, 249, 249);
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    border-radius: 50px;
    margin-top: 2rem;
    border: unset;
}

.ui-ux-section-fifteen .what-happen-next {
    padding: 3rem 6rem 3rem 14%;
    border-right: 1px solid rgb(0, 0, 0);
}

.ui-ux-section-fifteen .what-happen-next h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: var(--secondary-color);
    text-transform: uppercase;
}

.ui-ux-section-fourteen .ninteen-slides .text {
    background-color: var(--secondary-color);
}

.ui-ux-section-fourteen .ninteen-slides .text h5 {
    color: rgb(249, 249, 249);
}

section.ui-ux-section-eight {
    border-top: 1px solid rgb(249, 249, 249);
}

.ui-ux-section-fourteen .ninteen-slides:hover .text {
    background-color: var(--primary-color);
}

.ui-ux-section-fourteen .ninteen-slides:hover .text h5 {
    color: var(--secondary-color);
}

section.mobile-design-section-four {
    background-color: var(--secondary-color);
}

section.mobile-design-section-four .title {
    border-bottom: 1px solid rgb(255, 255, 255);
}

section.mobile-design-section-four .content {
    padding: 3rem 7%;
}

section.mobile-design-section-four .inner span {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    color: rgb(249, 249, 249);
    line-height: 32px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0px 18px;
    margin: 0px 0px 2.5rem;
}

section.mobile-design-section-four .inner p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgb(249, 249, 249);
}

.mobile-design-section-five .content {
    background-color: var(--primary-color) !important;
    border-top: 1px solid var(--secondary-color) !important;
}

.mobile-design-section-five .content h4 {
    color: var(--secondary-color) !important;
}

.mobile-design-section-six {
    background-color: rgb(249, 249, 249) !important;
    border-color: var(--secondary-color) !important;
}

.mobile-design-section-six .title h3 {
    color: var(--secondary-color) !important;
}

.mobile-design-section-six .accordion-header {
    background-color: rgb(249, 249, 249) !important;
}

.mobile-design-section-six .accordion-header button {
    background-color: rgb(249, 249, 249) !important;
    color: var(--secondary-color) !important;
}

.mobile-design-section-six .accordion-body {
    background-color: rgb(249, 249, 249) !important;
}

.mobile-design-section-six .accordion-body p {
    color: var(--secondary-color) !important;
}

section.mobile-design-section-nine .content {
    border-top: 1px solid var(--secondary-color);
}

section.mobile-design-section-nine .content ul {
    padding: 0px;
    margin: 0px;
}

section.mobile-design-section-nine .content li {
    padding: 19.2px 0px 20px 14%;
    font-family: Mariupol;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
    display: flex;
    align-items: center;
    gap: 0px 20px;
}

section.mobile-design-section-nine .content .img video {
    width: 100%;
    height: 702px;
    object-fit: cover;
}

section.mobile-design-section-five.web-design-section-four .title {
    background-color: var(--primary-color);
}

section.mobile-design-section-five.web-design-section-four .title h3 {
    color: var(--secondary-color) !important;
}

.mobile-design-section-six .content {
    border-bottom: unset !important;
    border-top: 1px solid var(--secondary-color) !important;
}

section.mobile-design-section-thirteen {
    background-color: rgb(255, 255, 255);
}

section.mobile-design-section-thirteen .title h3 {
    color: var(--secondary-color);
}

section.mobile-design-section-thirteen .accordion-item {
    background-color: rgb(255, 255, 255);
    border-color: rgb(0, 0, 0) !important;
}

section.mobile-design-section-thirteen .accordion-button {
    background-color: rgb(255, 255, 255) !important;
    color: var(--secondary-color) !important;
}

section.mobile-design-section-thirteen .accordion-button::before {
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(249, 249, 249);
}

a.white-button {
    margin-left: 1.5rem;
    background-color: rgb(255, 255, 255) !important;
    color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.graphic-design-section-eight .col-md-4 .inner .counter h5 {
    margin: 3rem 0px 0px !important;
}

.corporate-website-section-five .content .col-md-6:nth-child(1) {
    border-right: unset !important;
}

section.corporate-website-section-eight {
    background-color: var(--secondary-color);
}

section.corporate-website-section-eight .img {
    border-bottom: 1px solid rgb(249, 249, 249);
    text-align: center;
    height: 323px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.corporate-website-section-eight .col-md-4 {
    padding: 0px;
}

section.corporate-website-section-eight .img img {
    min-width: 175px;
}

section.corporate-website-section-eight .title {
    border-bottom: 1px solid rgb(249, 249, 249);
}

section.corporate-website-section-eight .title h3 {
    color: rgb(249, 249, 249);
}

section.corporate-website-section-eight .inner {
    padding: 2rem 0px 0px;
    border-right: 1px solid rgb(255, 255, 255);
}

section.corporate-website-section-eight .text h5 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 18.91px;
    line-height: 32px;
    color: rgb(249, 249, 249);
    text-transform: uppercase;
    margin: 0px 0px 2rem;
}

section.corporate-website-section-eight .text p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    color: rgb(249, 249, 249);
    line-height: 20px;
}

section.corporate-website-section-eight .text li {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    color: rgb(249, 249, 249);
    line-height: 20px;
    display: flex;
    gap: 0px 10px;
}

section.corporate-website-section-eight .text ul {
    display: flex;
    flex-direction: column;
    gap: 18px 0px;
}

section.corporate-website-section-eight .text {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.corporate-website-section-eight .col-md-4:first-child .text {
    padding-left: 21%;
}

section.corporate-website-section-eight .col-md-4:first-child .img {
    padding-left: 21%;
}

section.corporate-website-section-eight .col-md-4:last-child .img {
    padding: 0px 21% 0px 0px;
}

section.corporate-website-section-eight .col-md-4:last-child .text {
    padding-right: 20%;
}

.web-design-section-two .inner p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    color: var(--secondary-color);
    line-height: 20px;
}

.web-design-section-two .inner h5 {
    margin: 0px 0px 1rem;
}

.corporate-website-section-eleven .inner h5 {
    margin: 3rem 0px 0px;
}

.corporate-website-section-eleven .col-md-3:last-child .inner {
    padding-right: 29%;
}

section.corporate-website-section-thirteen .content {
    padding: 1rem 7%;
    border-bottom: 1px solid var(--secondary-color);
}

section.corporate-website-section-thirteen .title {
    border-bottom: 1px solid rgb(0, 0, 0);
}

section.corporate-website-section-thirteen .row {
    align-items: center;
}

section.corporate-website-section-thirteen .content h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 30px;
    line-height: 45.76px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    color: var(--secondary-color);
}

section.corporate-website-section-thirteen .content img {
    aspect-ratio: 1 / 1;
    max-width: 70px;
}

section.corporate-website-section-thirteen .content ul {
    padding: 0px;
    margin: 0px;
    gap: 0px 7%;
}

section.corporate-website-section-thirteen .content ul li {
    list-style: none;
}

.corporate-website-section-fifteen .title {
    background-color: rgb(249, 249, 249);
}

.corporate-website-section-fifteen .title h3 {
    color: var(--secondary-color) !important;
}

.submenu {
    top: 40px;
    left: 0px;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 17px 0px;
    width: 400px;
    padding: 20px 20px 20rem;
    border-radius: 5px;
    overflow-y: scroll;
    height: 100vh;
    background-color: rgb(249, 249, 249);
    scrollbar-width: none;
}

.submenu.active {
    z-index: 9;
    opacity: 1;
}

.submenu li a {
    font-size: 20px;
    font-weight: 500;
}

.submenu ul {
    gap: 1rem 0px !important;
}

.menu-submenu-sc {
    width: max-content !important;
}

.menu-submenu-sc::after {
    position: absolute;
    content: "";
    right: -26px;
    color: rgb(0, 0, 0);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 11px solid rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.submenu a.contactus-btn {
    background-color: rgb(33, 37, 41);
    color: rgb(249, 249, 249);
}

section.wow-website-section-seven .title {
    border-bottom: 1px solid rgb(0, 0, 0);
}

section.wow-website-section-seven .inner h6 span {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    color: var(--secondary-color);
    line-height: 32px;
    text-transform: uppercase;
    display: flex;
    width: 36px;
    height: 36px;
    background-color: var(--primary-color);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0px;
}

section.wow-website-section-seven .inner h6 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 18.91px;
    line-height: 32px;
    display: flex;
    text-transform: uppercase;
    align-items: center;
    gap: 0px 15px;
}

section.wow-website-section-seven .inner p {
    margin: 0px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--secondary-color);
    padding-left: 3.5rem;
}

section.wow-website-section-seven .inner img {
    margin-top: 3rem;
    width: 100%;
    height: 400px;
    object-fit: contain;
}

section.wow-website-section-seven .col-md-6:first-child .inner {
    border-right: 1px solid rgb(0, 0, 0);
    padding-left: 14%;
    padding-right: 4rem;
}

section.wow-website-section-seven .col-md-6:last-child .inner {
    padding-left: 4rem;
    padding-right: 14%;
    background-color: rgb(249, 249, 249);
}

section.wow-website-section-seven .inner {
    height: 100%;
    padding-top: 3rem;
}

section.wow-website-section-eight {
    background-color: var(--secondary-color);
    padding: 0px 0px 2rem;
}

section.wow-website-section-eight .title h3 {
    color: rgb(249, 249, 249);
}

section.wow-website-section-eight .title {
    border-bottom: 1px solid rgb(249, 249, 249);
}

section.wow-website-section-eight .content {
    padding: 0px 7%;
    border-top: 1px solid rgb(249, 249, 249);
    border-bottom: 1px solid rgb(249, 249, 249);
}

section.wow-website-section-eight .content .col {
    padding: 0px;
    max-width: 287px;
}

section.wow-website-section-eight .padding {
    border: unset !important;
}

section.wow-website-section-eight .padding h5 {
    margin: 0px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: rgb(249, 249, 249);
}

section.wow-website-section-eight .padding h4 span {
    color: var(--primary-color);
}

section.wow-website-section-eight .padding h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 30px;
    line-height: 45.76px;
    letter-spacing: 0.64px;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgb(249, 249, 249);
}

section.wow-website-section-eight .padding li svg {
    font-size: 10px;
}

section.wow-website-section-eight .padding li {
    list-style: none;
}

section.wow-website-section-eight .content .inner {
    background-color: transparent;
    border-top: unset;
    border-bottom: unset;
    border-left: unset;
    border-image: unset;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

section.wow-website-section-eight .content label {
    width: 100%;
    cursor: pointer;
    height: 300px;
    justify-content: center;
    align-items: center;
}

section.wow-website-section-eight .content .col:last-child .inner {
    border-color: transparent;
}

section.wow-website-section-eight .text-center {
    margin-top: 2rem;
}

section.wow-website-section-eight .text-center button {
    border: 1px solid var(--secondary-color);
    background-color: rgb(249, 249, 249);
    height: 44px;
    width: auto;
    margin: 0px;
    padding: 0px 16px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Mariupol;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.94px;
    text-align: center;
    text-transform: uppercase;
    color: var(--secondary-color);
}

section.wow-website-section-eight .content .inner span {
    font-family: Mariupol;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: rgb(249, 249, 249);
    text-align: center;
}

section.wow-website-section-eight .content .inner input {
    margin-top: 4rem;
}

section.wow-website-section-eight .content .inner img {
    width: 134px;
    margin: 0px auto;
}

section.wow-website-section-eight .padding .col-md-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

section.wow-website-section-eight .padding .col-md-6:first-child {
    border-right: 1px solid rgb(255, 255, 255);
}

section.wow-website-section-eight ul svg {
    color: var(--primary-color);
}

section.wow-website-section-eight .padding ul {
    gap: 0px 5px;
    margin: 0px 0px 0px 10px;
}

.wow-website-section-four {
    background-color: var(--secondary-color) !important;
}

.wow-website-section-four h2,
.wow-website-section-four p {
    color: rgb(249, 249, 249) !important;
}

.wow-website-section-four a {
    border: 1px solid var(--secondary-color) !important;
    background-color: rgb(249, 249, 249) !important;
    color: var(--secondary-color) !important;
}

.wow-website-section-five button.accordion-button span {
    background-color: var(--primary-color) !important;
    color: var(--secondary-color) !important;
}

.wow-website-section-five .content .img img {
    width: 60%;
}

.wow-website-section-five .content .img {
    text-align: center;
}

.wow-website-sectio-thirteen .accordion-body p {
    color: var(--secondary-color) !important;
}

.wow-website-sectio-thirteen .accordion-body p a {
    color: var(--secondary-color);
}

.e-commerce-section-one p {
    font-family: Mariupol;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    padding: 0px 5rem;
    font-size: 24px !important;
    color: rgb(0, 0, 0) !important;
    line-height: 33px !important;
    text-transform: unset !important;
}

section.e-commerce-section-one {
    padding: 6rem 0px;
}

.e-commerce-section-two {
    height: 760px !important;
}

section.e-commerce-section-four .content {
    padding: 3rem 7% 0px;
}

section.e-commerce-section-four {
    background-color: var(--secondary-color);
    padding: 0px 0px 5rem;
}

section.e-commerce-section-four .title h3 {
    color: rgb(249, 249, 249);
}

section.e-commerce-section-four .content h5 {
    color: rgb(249, 249, 249);
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0px 0px 6rem;
}

.e-commerce-section-seven .title {
    background-color: rgb(249, 249, 249) !important;
}

section.e-commerce-section-six .title {
    background-color: rgb(249, 249, 249);
    border-bottom: 1px solid rgb(0, 0, 0);
    border-top: 1px solid rgb(0, 0, 0);
}

section.e-commerce-section-six .inner {
    padding: 3rem 14%;
    border-right: 1px solid rgb(0, 0, 0);
    height: 100%;
    border-bottom: 1px solid rgb(0, 0, 0);
}

section.e-commerce-section-six .inner h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    color: var(--secondary-color);
    text-transform: uppercase;
    margin: 0px 0px 2rem;
}

section.e-commerce-section-six .inner p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--secondary-color);
    margin: 0px;
}

section.ui-ux-section-ten .content .row .col-md-6:last-child .inner {
    padding-right: 14%;
}

section.e-commerce-section-ten .content {
    padding: 3rem 7% 0px;
}

section.e-commerce-section-ten .row {
    align-items: end;
}

section.e-commerce-section-ten p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--secondary-color);
}

section.e-commerce-section-ten .text {
    margin: 0px 0px 0rem;
}

section.e-commerce-section-ten .title {
    border-bottom: 1px solid rgb(0, 0, 0);
}

section.e-commerce-section-ten ul li {
    list-style: none;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 20px;
    line-height: 41px;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    gap: 0px 10px;
}

section.e-commerce-section-ten .text-start a {
    background-color: var(--secondary-color);
    padding: 22px 30px;
    font-family: Mariupol;
    font-weight: 500;
    font-size: 14px;
    color: rgb(249, 249, 249);
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    display: inline-flex;
    border-radius: 50px;
    margin-top: 2rem;
    text-decoration: unset;
}

section.e-commerce-section-ten {
    padding: 0px 0px 4rem;
}

.e-commerce-section-eleven .title {
    border-top: 1px solid rgb(0, 0, 0);
    background-color: rgb(249, 249, 249);
}

section.e-commerce-section-eight .title {
    background-color: rgb(249, 249, 249);
    border-bottom: 1px solid rgb(0, 0, 0);
}

section.e-commerce-section-eight .content {
    padding: 3rem 7%;
}

section.e-commerce-section-eight .text h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    color: var(--secondary-color);
    text-transform: uppercase;
}

.e-commerce-section-fourteen .title {
    border-top: 1px solid rgb(255, 255, 255);
}

.industries-section-one img {
    right: 0px;
    bottom: 0px;
}

.about-section-one img {
    bottom: -160px;
}

section.industries-section-two {
    background-color: var(--secondary-color);
}

section.industries-section-two .title h3 {
    color: rgb(249, 249, 249);
}

section.industries-section-two .content {
    padding: 3rem 7%;
}

section.industries-section-two .inner h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 22px;
    color: rgb(249, 249, 249);
    line-height: 32px;
    text-transform: uppercase;
    margin: 0px;
}

section.industries-section-two .inner p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgb(249, 249, 249);
}

section.industries-section-two .inner .d-flex {
    gap: 0px 16px;
    margin: 0px 0px 2rem;
}

section.industries-section-two .row {
    gap: 80px 0px;
}

section.industries-section-two .title {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.industries-section-four .inner {
    border-top: 1px solid rgb(255, 255, 255);
}

.industries-section-four .top-text img {
    width: 100%;
    margin-top: 4rem;
}

.industries-section-four .top-text {
    padding: 3rem 7%;
}

.industries-section-four .top-text h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: rgb(249, 249, 249);
    text-transform: uppercase;
    width: 66%;
}

.industries-section-six {
    background-color: var(--secondary-color) !important;
}

.industries-section-six h2,
.industries-section-six p {
    color: rgb(249, 249, 249) !important;
}

.industries-section-six a {
    background-color: rgb(249, 249, 249) !important;
    border: 1px solid var(--secondary-color) !important;
    color: var(--secondary-color) !important;
}

section.mobile-design-section-four .title h3 {
    color: rgb(255, 255, 255);
}

section.case-studies-section-two .inner img {
    width: 100%;
    transition: 0.5s;
}

section.case-studies-section-two .content {
    padding: 0px 7%;
}

section.case-studies-section-two .inner {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0) rgb(0, 0, 0) transparent;
    border-image: initial;
    cursor: pointer;
}

section.case-studies-section-two .col-md-6:nth-child(2n+1) .inner {
    border-right: transparent;
}

section.case-studies-section-two .inner .text {
    padding: 20px 40px;
}

section.case-studies-section-two .inner .text h4 {
    font-family: Mariupol;
    font-weight: 800;
    font-size: 26px;
    color: var(--secondary-color);
    line-height: 30px;
}

section.case-studies-section-two .inner .text p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--secondary-color);
}

section.case-studies-section-two .inner .text li {
    list-style: none;
}

section.case-studies-section-two .inner .text button {
    border: 1px solid var(--secondary-color);
    background-color: rgb(255, 255, 255);
    padding: 2px 12px;
    border-radius: 50px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

section.case-studies-section-two .inner .text a {
    background-color: var(--secondary-color);
    padding: 2px 10px;
    border-radius: 50px;
    font-family: Mariupol;
    font-size: 12px;
    text-align: center;
    color: rgb(249, 249, 249);
    text-transform: uppercase;
    text-decoration: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.case-studies-section-two .inner .img {
    overflow: hidden;
}

section.case-studies-section-two .inner:hover img {
    transform: scale(1.1);
}

section.case-studies-section-two .nav-tabs {
    display: flex;
    border: unset;
    margin: 0px 0px 2rem;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

section.case-studies-section-two .nav-tabs button {
    padding: 8px 16px;
    border: 1px solid var(--secondary-color);
    font-family: Mariupol;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    width: max-content;
    border-radius: 100px !important;
    color: var(--secondary-color) !important;
}

section.case-studies-section-two .nav-tabs button.active {
    background-color: var(--primary-color);
    border: 1px solid var(--secondary-color);
}

section.case-studies-section-two .nav-tabs button:hover {
    background-color: rgba(208, 246, 1, 0.29);
    border: 1px solid var(--secondary-color);
}

section.case-studies-section-two .nav-tabs button:focus {
    border: 1px solid var(--secondary-color);
}

section.case-studies-section-two .nav-tabs li {
    width: max-content;
}

.case-studies-section-three .viewall a span {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
}

.case-studies-section-three .viewall a span svg {
    color: rgb(255, 255, 255);
}

.case-studies-section-three img {
    position: absolute;
    inset: 0px;
    margin: auto;
    width: 550px;
}

.case-studies-section-three .text {
    text-align: center;
}

.case-studies-section-three .custom-width {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.case-studies-section-three .content {
    height: 650px !important;
    position: relative;
}

.case-studies-section-three a.start-project::after {
    content: unset !important;
}

.case-studies-section-three a.start-project::before {
    content: unset !important;
}

.corporate-website-section-eleven .title {
    border-bottom: 1px solid var(--secondary-color);
    background-color: var(--primary-color) !important;
}

.corporate-website-section-eleven .title h3 {
    color: var(--secondary-color);
}

section.e-commerce-section-four .title {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.header-sub-menu {
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(0px, -100%);
    padding: 25px calc(-508.5px + 50vw) 18px calc(-354.5px + 50vw);
    max-height: calc(-150px + 100vh);
    z-index: -1;
    transform-origin: center top;
    transition: transform 0.2s ease-in-out;
    width: 100vw;
    background-color: var(--secondary-color);
    overflow: hidden auto;
    min-height: 284px;
}

.header-sub-menu h5 {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    padding: 5px;
}

.header-sub-menu li a {
    color: rgb(249, 249, 249);
    font-size: 14px;
    line-height: 121.429%;
    padding: 5px;
    font-family: Mariupol;
    display: flex;
    text-transform: capitalize;
}

.header-sub-menu ul {
    padding: 0px;
    margin: 10px 0px 0px;
}

.header-sub-menu .col-md-4:nth-child(4) ul,
.header-sub-menu .col-md-4:nth-child(5) ul,
.header-sub-menu .col-md-4:nth-child(6) ul {
    margin-top: 2rem;
}

.header-sub-menu::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: rgb(255, 255, 255);
    bottom: 57px;
}

.sub-menu.show {
    top: 89px;
}

li.submenu-open a::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -30px;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 30px;
    z-index: 0;
    visibility: hidden;
}

li.submenu-open a {
    position: relative;
}

.nav-bar li a::before {
    content: "";
    position: absolute;
    z-index: 3;
    border: 1px solid var(--secondary-color);
    border-radius: 35px;
    transform: scale(0);
    opacity: 1;
    transition: 0.2s;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.nav-bar li a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.nav-bar li a span {
    position: absolute;
    inset: 0px;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    color: var(--secondary-color);
    font-family: Mariupol-Regular;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

.nav-bar li a:hover span {
    opacity: 1;
}

li.submenu-open:hover a::after {
    visibility: visible;
}

.burger-menu {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
    min-height: 100%;
    left: 0px;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s cubic-bezier(0, 0, 0.2, 1);
    transform-origin: right top;
    overflow: hidden;
    border-radius: 50%;
    height: 100vh;
    background-color: var(--secondary-color);
}

.burger-menu.active {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    border-radius: unset;
}

.burger-menu .top {
    padding: 9px 0px 8px 7%;
    gap: 0px 10rem;
    border-bottom: 1px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
}

.burger-menu .middlee {
    background-color: rgb(255, 255, 255);
}

.best-cases span.star {
    border: 1px solid var(--secondary-color);
    background-color: var(--primary-color);
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.best-cases a {
    border: 1px solid var(--secondary-color);
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 100px;
    padding: 5px 17px 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    font-family: Mariupol-Regular;
    text-decoration: unset;
    transition: 0.25s ease-in-out;
}

.best-cases {
    display: flex;
    align-items: center;
}

.best-cases a:hover {
    background-color: rgb(190, 225, 1);
    color: var(--secondary-color);
}

.side-nav a {
    min-height: 69.8px;
    display: flex;
    animation: 0.25s ease 1.45s 1 normal forwards running menuLinkShow;
    color: var(--secondary-color);
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 12px 10px 70px;
    text-decoration: unset;
    font-family: PresicavRg;
    align-items: center;
    z-index: 1;
    border-top: 1px solid rgb(0, 0, 0);
    position: relative;
}

.side-nav li:first-child a {
    border-top: transparent;
}

.side-nav a::after {
    width: 0px;
    height: 100%;
    right: 0px;
    top: 0px;
    content: "";
    position: absolute;
    background: var(--primary-color);
    transition: 0.2s linear;
    z-index: -1;
}

.side-nav a:hover::after {
    width: 100%;
}

.burger-menu .multiple-navs li {
    list-style: none;
}

.burger-menu .multiple-navs li a {
    font-size: 16px;
    line-height: 125%;
    padding: 5px;
    color: var(--secondary-color);
    font-family: Mariupol-Regular;
    text-decoration: unset;
    display: inline-flex;
    position: relative;
}

.burger-menu .multiple-navs ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 20px !important;
}

.burger-menu .multiple-navs h5 {
    font-size: 20px;
    padding: 5px;
    font-weight: 6;
    font-family: Mariupol-Medium;
    color: var(--secondary-color);
}

.multiple-navs {
    padding: 25px 41px 25px 25px;
}

.burger-menu .col-md-9,
.burger-menu .col-md-3 {
    padding: 0px;
}

.burger-menu .multiple-navs li a::before {
    content: "";
    position: absolute;
    left: -6px;
    bottom: 0px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    top: 0px;
    margin: auto;
    opacity: 0;
    transition: 0.5s;
}

.burger-menu .multiple-navs li a:hover::before {
    opacity: 1;
}

.burger-menu .bottomm {
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 249px;
}

.burger-menu .bottomm img {
    left: 0px;
    right: 0px;
    margin: auto;
    width: 133px;
}

.burger-menu .bottomm h3 {
    color: rgb(249, 249, 249);
    font-family: PresicavHv;
    font-size: 48px;
    font-weight: 700;
    line-height: 117.241%;
    letter-spacing: 0.58px;
    text-transform: uppercase;
    margin: 0px 0px 2rem;
}

.side-nav {
    border-right: 1px solid rgb(0, 0, 0);
    height: 100%;
}

.burger-menu .bottomm button {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    font-size: 36px;
    line-height: normal;
    padding: 20px 42px;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
}

.burger-menu .bottomm button::after {
    transition: 0.25s cubic-bezier(0.32, 2, 0.55, 0.27);
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    border: 1px solid var(--primary-color);
    left: 0px;
    border-radius: 50px;
    height: 100%;
}

.burger-menu .bottomm button::before {
    transition: 0.25s cubic-bezier(0.32, 2, 0.55, 0.27);
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    border: 1px solid var(--primary-color);
    left: 0px;
    border-radius: 50px;
    height: 100%;
}

.burger-menu .bottomm button:hover::before {
    bottom: -10px;
}

.burger-menu .bottomm button:hover::after {
    bottom: -5px;
}

.burger-menu .bottomm button:hover {
    text-shadow: 0px 0px 0.7px, 0px 0px 0.7px;
}

.responsive-menu a.close {
    position: absolute;
    right: 0px;
    opacity: 0;
}

.responsive-menu.active a.close {
    opacity: 1;
}

.responsive-menu.active #menu-button span:nth-child(1) {
    transform: rotate(45deg) translate(2px, 3px);
}

.responsive-menu.active #menu-button span:nth-child(2) {
    opacity: 0;
}

.responsive-menu.active #menu-button span:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -3px);
}

header .overlay {
    width: 50px;
    height: 50px;
    position: fixed;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9998;
    border-radius: 50%;
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
    transform-origin: right top;
    top: 0px;
    right: 0px;
}

header .overlay.active {
    transform: scale(100);
    opacity: 1;
    visibility: visible;
    border-radius: 0px;
}

section.home-section-six .content .videoo video {
    width: 26%;
    height: 26%;
    object-fit: cover;
    transform: scale(1.15);
}

section.home-section-six .content .videoo::after {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: var(--primary-color);
    z-index: 1;
    mix-blend-mode: multiply;
    width: 202px;
    height: 115px;
}

section.home-section-four .content .inner .videoo {
    display: block;
    aspect-ratio: 2 / 1;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    z-index: 0;
}

section.home-section-four .content .inner .videoo::after {
    content: "";
    position: absolute;
    inset: 0px;
    background-color: var(--primary-color);
    z-index: 0;
    mix-blend-mode: darken;
}

section.home-section-four .content .inner .videoo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.15);
}

section.home-section-four .content .inner:hover .videoo {
    opacity: 1;
    visibility: visible;
}

section.home-section-four .content.heading .col-md-4:nth-child(1) .inner {
    padding-left: 23%;
}

section.home-section-four .content.heading .col-md-4:nth-child(3) .inner {
    padding-right: 23% !important;
}

section.home-section-four .content .col-md-4:nth-child(1) .inner {
    padding-left: 23%;
}

section.home-section-four .content .col-md-4:nth-child(3) .inner {
    padding-right: 23%;
}

h1.flicker-container {
    opacity: 0.1;
    transition: opacity 0.5s;
}

h3.flicker-container {
    opacity: 0.1;
    transition: opacity 0.5s;
    word-spacing: -4px;
}

.flicker-container.animate {
    opacity: 1;
}

.flicker {
    opacity: 0.1;
    display: inline-block;
}

.flicker.animate {
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: flickerAnimation;
    animation-timeline: auto;
    animation-range: normal;
    animation-delay: var(--random-delay);
}

.flicker-container {
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.flicker-word {
    display: inline-block;
    white-space: nowrap;
}

.flicker-letter {
    display: inline;
    position: relative;
}

.flicker-space {
    display: contents;
}

@keyframes flickerAnimation {
    0% {
        opacity: 0.1;
    }

    9% {
        opacity: 1;
    }

    13% {
        opacity: 0.1;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

.banner .content {
    transition: transform 0.1s ease-out;
}

section.home-section-four .content .figures {
    display: flex;
    align-items: center;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    opacity: 0;
}

section.home-section-four .content .figures span {
    width: 30px;
    height: 30px;
    object-fit: cover;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
}

section.home-section-four .content .figures span.rotate img {
    animation: 4s linear 0s infinite normal none running iconRotate;
}

@keyframes iconRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

section.home-section-four .content .inner:hover .figures {
    opacity: 1;
}

.case-studies-section-one .content {
    padding: 0px 7%;
}

video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

section.home-section-five .inner video:hover {
    scale: 1.05;
    transition: 0.3s;
}

.hover-resize-row {
    transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hover-resize-col {
    transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.left-col:hover {
    flex: 0 0 54%;
    max-width: 54%;
}

.left-col:hover+.right-col:not(:hover) {
    flex: 0 0 46%;
    max-width: 46%;
}

.right-col:hover {
    flex: 0 0 54%;
    max-width: 54%;
}

.left-col:has(+ .right-col:hover) {
    flex: 0 0 46%;
    max-width: 46%;
}

.hover-resize-col:hover .inner {
    background-color: var(--primary-color);
}

section.brand-identity-sec-three .inner video {
    width: 100%;
    transition: 0.5s;
    opacity: 0;
}

section.brand-identity-sec-three .hover-resize-col:hover video {
    opacity: 1;
}

section.e-commerce-section-one .content {
    padding: 0px 7%;
}

.what-happen-next span.text {
    padding: 0px;
    border: unset;
    margin-left: 50px;
    display: flex;
}

.mousehover-content {
    display: flex;
    flex-direction: column;
    padding: 0;
    height: 100%;
    justify-content: space-between;
    top: 0;
    opacity: 0;
}

.mousehover-content video {
    width: 200px;
    border-radius: 20px;
    height: 200px;
    object-fit: cover;
    opacity: 39%;
}

section.brand-slider {
    position: relative;
    z-index: 1;
    padding: 1rem 0px 1.5rem;
}

.sub-menu {
    position: absolute;
    top: -400%;
    display: flex;
    padding: 25px calc(-508.5px + 50vw) 18px calc(-354.5px + 50vw);
    transform-origin: center top;
    transition: 0.4s;
    width: 100vw;
    background-color: var(--secondary-color);
    overflow: hidden auto;
    left: 0px;
    justify-content: center;
    z-index: 99;
}

.sub-menu h5 {
    color: var(--primary-color);
    font-size: 16px;
    font-family: Mariupol-Medium;
    margin: 0px 0px 1.5rem;
}

.sub-menu li a {
    color: rgb(249, 249, 249);
    font-size: 14px;
    font-family: Mariupol;
    padding: 0px;
    position: unset;
    text-transform: capitalize;
}

.sub-menu .row {
    justify-content: space-between;
    width: 100%;
}

.sub-menu li a {
    text-decoration: unset;
}

.sub-menu ul {
    display: flex;
    flex-direction: column;
    gap: 6px 0px;
}

li.has-sub-menu:hover .sub-menu {
    top: 89px;
}

li.has-sub-menu a::after {
    content: "";
    position: absolute;
    height: 41px;
    border: 1px solid var(--secondary-color);
    bottom: -80px;
    left: 50%;
    transition: 0.2s ease-in-out;
    opacity: 0;
}

li.has-sub-menu a:hover::after {
    bottom: -41px;
    opacity: 1;
}

li.has-sub-menu::after {
    content: "";
    position: absolute;
    top: 3rem;
    left: 0px;
    background-color: rgba(0, 0, 0, 0);
    width: 100px;
    height: 43px;
    right: 16rem;
    display: flex;
    margin: 0px auto;
    visibility: hidden;
    transition: 1s;
}

li.has-sub-menu:hover::after {
    visibility: visible;
}

a.available {
    text-decoration: underline !important;
}

section.brand-identity-sec-five .accordion-item .accordion-button::after {
    filter: invert(1) brightness(9.5);
}

.graphic-design-section-three .accordion-item .accordion-button::after {
    filter: unset !important;
}

section.case-studies-section-two {
    padding: 0px 0px 6rem;
}

section.case-studies-section-two .text-center a {
    display: inline-flex;
    border: 1px solid var(--secondary-color);
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.94px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(249, 249, 249);
    background-color: var(--secondary-color);
    padding: 16px 24px;
    border-radius: 50px;
    text-decoration: unset;
}

section.case-studies-section-two .text-center {
    margin-top: 4rem;
}

.mobile-design-section-fifteen .click-to-copy span {
    color: var(--secondary-color);
}

.ui-ux-section-fifteen .click-to-copy span {
    color: var(--secondary-color);
}

.video-border img {
    position: absolute;
    top: -88px;
    left: 0px;
    margin: 0px auto;
    right: 0px;
    height: 682px;
    object-fit: contain;
    max-width: 927px !important;
    width: unset !important;
}

.sub-menu li {
    list-style: none;
}

header .logo a {
    font-family: FontAwesome;
    color: var(--secondary-color);
    text-decoration: unset;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 0px;
    letter-spacing: 3px;
}

img.footer-logo {
    width: 180px;
}

.viewall.dark span {
    background-color: rgb(0, 0, 0) !important;
    border: 1px solid rgb(255, 255, 255) !important;
}

.viewall.dark span::after {
    background-color: rgb(255, 255, 255) !important;
}

.viewall.dark span::before {
    background-color: rgb(255, 255, 255) !important;
}

.viewall.dark h6 {
    background-color: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}

.viewall.dark i {
    color: rgb(255, 255, 255) !important;
}

.viewall.light i {
    color: rgb(0, 0, 0) !important;
}

.viewall.light span {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(0, 0, 0) !important;
}

.viewall.light h6 {
    background-color: rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
}

.viewall.light span {
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(0, 0, 0) !important;
}

.viewall.dark span::after {
    background-color: rgb(0, 0, 0) !important;
}

.viewall.dark span::before {
    background-color: rgb(0, 0, 0) !important;
}

.accordion-item a {
    color: inherit;
}

.accordion-item a:hover {
    color: var(--primary-color);
}

section.brand-identity-sec-eighteen .accordion-body li {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0px;
    color: rgb(249, 249, 249);
    margin: 0px;
}

section.brand-identity-sec-eighteen .accordion-body a {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0px;
    color: rgb(249, 249, 249);
    margin: 0px;
}

.viewall a span::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--secondary-color);
    background-color: var(--primary-color);
    border-radius: 50%;
    z-index: -2;
    bottom: 0px;
    margin: auto;
    transition: 0.25s cubic-bezier(0.32, 2, 0.55, 0.27);
}

.viewall a span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--secondary-color);
    background-color: var(--primary-color);
    border-radius: 50%;
    z-index: -2;
    bottom: 0px;
    margin: auto;
    transition: 0.25s cubic-bezier(0.32, 2, 0.55, 0.27);
}

.viewall:hover h6 {
    background-color: var(--primary-color) !important;
    color: var(--secondary-color) !important;
}

.viewall:hover span::after {
    left: -8px !important;
    background-color: var(--primary-color) !important;
}

.viewall:hover span::before {
    left: -16px !important;
    background-color: var(--primary-color) !important;
}

.viewall:hover span {
    background-color: var(--primary-color) !important;
    border-color: var(--secondary-color) !important;
}

.viewall:hover span i {
    color: var(--secondary-color) !important;
}

section.wow-website-section-eight .padding li i {
    color: var(--primary-color);
}

section.web-design-section-six .video-border img {
    top: -44px;
}

.about-section-one {
    overflow: hidden;
}

.about-section-one img {
    width: 450px;
}

.about-section-three-tagline h3 {
    font-family: PresicavRg;
    margin: 0px;
    font-weight: 400;
    font-size: 20px;
    color: var(--secondary-color);
    line-height: 43.2px;
    letter-spacing: -0.6px;
    vertical-align: middle;
    text-transform: uppercase;
}

.about-section-three-tagline {
    padding: 50px 7%;
}

section.about-section-four {
    background-color: var(--secondary-color);
}

section.about-section-four .title h3 {
    color: rgb(249, 249, 249);
}

section.about-section-four .about-section-three-tagline h3 {
    color: rgb(255, 255, 255);
}

.about-section-three .accordion-body li {
    margin: 0px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: var(--secondary-color);
    padding: 0px;
}

section.about-section-four .content {
    border-top: 1px solid rgb(255, 255, 255);
}

.about-section-four-slides .profile h5 {
    font-family: Mariupol;
    font-size: 20px;
    line-height: 22px;
    color: rgb(249, 249, 249);
    margin: 0px 0px 5px;
}

.about-section-four-slides .profile h6 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    color: rgb(249, 249, 249);
    line-height: 17px;
    margin: 0px;
    text-transform: uppercase;
}

.about-section-four-slides {
    border-right: 1px solid rgb(255, 255, 255);
}

.about-section-four-slides .profile .d-flex {
    padding: 26px;
}

.about-section-four-slides .profile .d-flex a {
    background-color: var(--primary-color);
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: rgb(0, 0, 0);
    text-decoration: unset;
}

.about-section-four button.slick-prev {
    display: none;
}

.about-section-four button.slick-next {
    right: 20px;
    background-color: rgb(255, 255, 255);
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.about-section-four button.slick-next::before {
    background-image: url("../images/SVG.svg");
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    inset: 0px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto !important;
}

.about-section-five-images .img {
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgb(0, 0, 0);
    cursor: pointer;
}

.about-section-five-images .content {
    border-top: 1px solid rgb(0, 0, 0);
}

.about-section-five-images .row .col-md-3:last-child .img {
    border-color: transparent;
}

.about-section-five-images .img img {
    transition: 0.5s;
    filter: grayscale(1);
}

.about-section-five-images .img:hover img {
    filter: unset;
    transform: scale(1.1);
}

section.about-section-six {
    background-color: var(--secondary-color);
    position: relative;
    z-index: 1;
}

section.about-section-six .title h3 {
    color: rgb(255, 255, 255);
}

section.about-section-six .about-section-three-tagline h3 {
    color: rgb(255, 255, 255);
}

section.about-section-six .content {
    border-top: 1px solid rgb(249, 249, 249);
}

section.about-section-four .title {
    border-bottom: 1px solid rgb(249, 249, 249);
}

section.about-section-six::after {
    content: "";
    position: absolute;
    right: 0px;
    height: 90.5%;
    width: 50%;
    background-color: var(--primary-color);
    bottom: 0px;
    z-index: -1;
}

.clutch-imgs .img {
    border-right: 1px solid rgb(0, 0, 0);
    border-bottom: 1px solid rgb(0, 0, 0);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clutch-imgs .col-md-4 {
    padding: 0px;
}

.about-section-three .content {
    border-top: 1px solid var(--secondary-color) !important;
}

.services-section-two .inner h5 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    color: var(--secondary-color);
    line-height: 32px;
    text-transform: uppercase;
    display: inline-flex;
    min-width: 36px;
    height: 36px;
    background-color: var(--primary-color);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0px;
}

.services-section-two .inner .d-flex {
    gap: 0px 30px !important;
}

.services-section-two .inner p {
    margin: 0px 0px 2rem;
}

.services-section-two .inner a {
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.services-section-three {
    background-color: rgb(249, 249, 249) !important;
}

.services-section-three .title h3 {
    color: var(--secondary-color) !important;
}

.services-section-three .inner h4 {
    color: var(--secondary-color) !important;
}

.services-section-three .inner a {
    color: var(--secondary-color) !important;
}

.services-section-three .inner p {
    color: var(--secondary-color) !important;
}

.services-section-three .title {
    border-bottom: 1px solid rgb(0, 0, 0) !important;
}

.insight-section-one {
    padding: 4rem 0px !important;
}

.insight-section-one .d-flex {
    margin: 0px !important;
}

section.banner.insight-section-one .inner ul li {
    border: 1px solid var(--secondary-color);
    background-color: rgb(255, 255, 255);
    padding: 6px 12px;
    border-radius: 50px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    list-style: none;
    color: var(--secondary-color);
}

section.banner.insight-section-one .text {
    display: flex;
    flex-direction: column;
    gap: 20px 0px;
    margin: 12px 0px 0px;
}

section.banner.insight-section-one .text h4 {
    font-family: Mariupol;
    font-weight: 800;
    font-size: 24px;
    color: var(--secondary-color);
    line-height: 30px;
}

section.banner.insight-section-one .text h5 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: var(--secondary-color);
    box-shadow: unset;
    padding: 0px;
}

section.banner.insight-section-one .inner h6 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--secondary-color);
    box-shadow: unset;
    padding: 0px;
}

section.banner.insight-section-one .inner ul {
    gap: 0px;
}

.thoughts-cards .row {
    gap: 50px 0px;
}

.insight-section-two {
    padding: 0px 0px 4rem !important;
}

.insight-section-two .container {
    border: 1px solid rgb(0, 0, 0);
}

.insight-section-two .container .row {
    padding: 0px 1.5rem;
}

section.banner.insight-section-one .text h5 i {
    font-size: 12px;
}

.insight-section-three {
    background-color: rgb(255, 255, 255) !important;
    border-top-color: var(--secondary-color) !important;
}

.insight-section-three .text h1 {
    color: var(--secondary-color) !important;
}

.insight-section-three .text h6 {
    color: var(--secondary-color) !important;
}

.insight-section-three .click-to-copy h5 {
    background-color: var(--secondary-color);
    color: rgb(249, 249, 249);
}

.insight-section-three .click-to-copy span {
    background-color: var(--secondary-color);
    color: rgb(249, 249, 249);
}

.contact-section-two .inner span {
    display: inline-flex;
    width: 74px;
    height: 74px;
    background-color: var(--primary-color);
    align-items: center;
    justify-content: center;
    font-family: PresicavRg;
    font-size: 30px;
    border: 1px solid rgb(255, 255, 255);
}

.contact-section-two .content {
    border-bottom: 1px solid rgb(255, 255, 255) !important;
}

.contact-section-two {
    background-color: var(--secondary-color);
}

.contact-section-two .content .inner h4 {
    color: rgb(249, 249, 249) !important;
}

.contact-section-two .content .inner {
    border-right: 1px solid rgb(255, 255, 255) !important;
}

.contact-section-two .title {
    border-bottom: 1px solid rgb(249, 249, 249) !important;
}

.contact-section-two .title h3 {
    color: rgb(249, 249, 249);
}

.contact-section-three p {
    color: var(--secondary-color) !important;
}

section.mvp-section-four {
    background-color: var(--secondary-color);
}

section.mvp-section-four .title h3 {
    color: rgb(255, 255, 255) !important;
}

section.mvp-section-four .content {
    border-top: 1px solid rgb(255, 255, 255);
}

section.mvp-section-four .text h3 {
    color: rgb(249, 249, 249);
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    vertical-align: middle;
    text-transform: uppercase;
}

section.mvp-section-four .text p {
    margin: 0px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: rgb(249, 249, 249);
}

section.mvp-section-four .text {
    height: 33.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid rgb(255, 255, 255);
    border-left: 1px solid rgb(255, 255, 255);
    padding: 0px 4rem;
}

section.mvp-section-four .text:last-child {
    border-bottom: unset;
}

section.mvp-section-four .img {
    text-align: center;
}

section.mvp-section-four .img img {
    width: 84%;
}

.mvp-section-two .content {
    border-bottom: 1px solid rgb(255, 255, 255);
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.mvp-section-two .content .inner {
    padding: 4rem 0px;
    border-right: 1px solid rgb(249, 249, 249);
}

.mvp-section-two .content .row .col-md-4:last-child .inner {
    border-right: unset;
}

section.mvp-section-five .text h3 {
    font-family: PresicavRg;
    margin: 0px;
    font-weight: 400;
    font-size: 24px;
    color: var(--secondary-color);
    line-height: 43.2px;
    letter-spacing: -0.6px;
    vertical-align: middle;
    text-transform: uppercase;
}

.mvp-section-five .img img {
    width: 100%;
}

section.mvp-section-six {
    border-top-color: var(--secondary-color);
}

.mvp-section-seven .img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.mvp-section-nine .title {
    border-top: 1px solid var(--secondary-color);
}

.mvp-section-eight img.position-absolute {
    width: 548px;
}

section.motion-section-two video {
    height: 278px;
    width: 100%;
    object-fit: cover;
}

.motion-section-eleven .title h3 {
    color: rgb(255, 255, 255);
}

.motion-section-eleven .content h4 {
    color: rgb(255, 255, 255) !important;
}

.motion-section-eleven .content {
    border-bottom-color: rgb(255, 255, 255) !important;
}

.motion-section-eleven .title {
    border-bottom-color: rgb(255, 255, 255) !important;
}

.motion-section-eleven {
    background-color: var(--secondary-color);
}

.motion-section-seven {
    background-color: var(--secondary-color);
}

.motion-section-seven .title h3 {
    color: rgb(255, 255, 255);
}

.motion-section-seven .title {
    border-bottom: 1px solid rgb(255, 255, 255);
}

.motion-section-seven .content .col-md-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.motion-section-seven .content p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    width: 80%;
}

.motion-section-seven .content h4 {
    font-family: PresicavRg;
    color: rgb(255, 255, 255);
    font-size: 25px;
}

.motion-section-seven .content img {
    margin: 0px 0px 2rem;
}

.motion-section-seven .content .col-md-6:first-child {
    border-right: 1px solid rgb(255, 255, 255);
}

.motion-section-seven .content .col-md-6:last-child {
    padding-left: 4rem;
}

header .col-md-3 .responsive-menu {
    display: none;
}

.burger-menu .logoo a {
    font-family: FontAwesome;
    color: var(--secondary-color);
    text-decoration: unset;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 0px;
    letter-spacing: 3px;
}

.insight-section-three .custom-width a:hover {
    border-color: var(--secondary-color) !important;
    color: var(--secondary-color) !important;
}

.placeholder-img {
    width: 100%;
    height: auto;
    display: block;
}

.prev-year-work {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: auto;
    height: 48px;
    border: 1px solid rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0);
    border-radius: 50px;
    font-family: Mariupol;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.14px;
    text-align: right;
    text-transform: uppercase;
    text-decoration: unset;
    transition: 0.5s;
    z-index: 999;
    mix-blend-mode: difference;
    padding: 0px 30px;
}

section.home-section-seven .content .inner .top img {
    opacity: 0;
}

section.home-section-eight .content .bottom h5 {
    display: none;
}

.canvas-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.canvas-bg.js-animate {
    opacity: 1;
}

.thankyou {
    height: 100vh !important;
}