body,
html {
    height: 100%;
    scroll-behavior: smooth;
     overflow-x: hidden;
}

body {
    background: #ffffff;
    overflow-x: hidden;
    scroll-behavior: smooth;

}



img {
    height: unset;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #A641F8;
    border-radius: 10px;
    border-right: 2px solid #f1f4fa;
    border-left: 2px solid #f1f4fa;

}

::-webkit-scrollbar-thumb:hover {
    background-color: #636363;
    cursor: pointer;
}


::-webkit-scrollbar-track {
    background-color: #f1f4fa;

}



/* Maritupol Font Family (single @font-face with weight variations) */
@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');
}

/* Presicav Font Family (separate @font-face declarations) */
@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.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PresicavXI';
  src: url('../fonts/PresicavXI-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Segoe UI';
  src: url('../fonts/Segoe UI.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Segoe UI Bold';
  src: url('../fonts/Segoe UI Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* SMOOTH SCROLL CSS */


h1.main-heading {
    color: #f9f9f9;
    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: #3a5987;
    font-size: clamp(30px, 5vw, 55px);
    font-family: 'Halyard_Display';
    line-height: clamp(20px, 8vw, 57px);
}

h2.sub-heading span {
    color: #ecda93;
}

h5.sub-text {
    font-family: 'Halyard_Display';
    font-size: clamp(18px, 4vw, 28px);
    color: #f1f4fb;
    font-weight: 500;
    letter-spacing: -3px;
}

h6.mini-heading {
    color: #3a5987;
    font-family: 'Halyard_Display';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

p.paragraph {
    color: #3a5987;
    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: #f9f9f9;
    text-decoration: unset;
    font-weight: 500;
    transition: all 0.5s;
    font-family: 'Halyard_Display';
    letter-spacing: 1px;
    display: inline-block;
    background-color: #3a5987;
}

button.dflt-button {
    padding: 18px 40px;
    font-size: 14px;
    line-height: 21px;
    border: 1px solid transparent;
    background-color: #3a5987;
    color: #f9f9f9;
    text-decoration: unset;
    font-weight: 500;
    font-family: 'Halyard_Display';
    transition: all 0.5s;
    letter-spacing: 1px;
    display: inline-block;
}

a.dflt-button:hover {
    background-color: #b2caf0;
    color: #ffffff;
}

button.dflt-button:hover {
    background-color: #b2caf0 !important;
    color: #ffffff;
}

/*
#smooth-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  will-change: transform;
}

#smooth-content {
  will-change: transform;
}
*/

.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: #0C081E;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    border: 1px solid #323131;
}

.contact-us-form .custom-checkbox::after {
    content: '';
    width: 10px;
    height: 10px;
    background: #6f53f0;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.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: #FFFFFF;line-height: 17px;text-transform: capitalize;}

header {
    border-bottom: 1px solid #0C081E;
    padding: 8px 7%;
    z-index: 999;
    position: relative;
    background-color: #ffffff75;
    backdrop-filter: blur(6px);
}

.nav-bar li a {
    font-family: Mariupol-Regular;
    font-weight: 400;
    font-size: 15px;
    line-height: 17.92px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: unset;
    position: relative;
    padding: 8px 15.5px 6px;
}

.nav-bar li {
    list-style: none;
}

.nav-bar ul {
    justify-content: center;
    gap: 0 0;
}

.responsive-menu a {
    color: #000;
    background-color: #D0F601;
    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: all 0.6s;
    text-decoration: unset;
    border: 1px solid #0C081E;
}

#menu-button {
    background-color: #ffffff;
    padding: 0;
    flex-direction: column;
    gap: 3px 0;
    border: 1px solid #0C081E;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}

#menu-button span {
    display: inline-block;
    background-color: #000;
    height: 1px;
    width: 16px;
    z-index: 9;
    transition: all 0.4s;
}

#menu-button:after {
    width: 35px;
    height: 35px;
    border: 1px solid #0C081E;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.5s;
}

#menu-button:before {
    width: 35px;
    height: 35px;
    border: 1px solid #0C081E;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    transition: all 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: #0C081E;
    margin: 0 0 1rem;
}

section.banner .content h6 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: center;
    color: #333333;
}

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: #0C081E;
    border-radius: 50px;
    font-family: Mariupol;
    font-weight: 500;
    color: #f9f9f9;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.14px;
    text-align: right;
    text-transform: uppercase;
    text-decoration: unset;
    transition: all 0.5s;
}

section.banner .d-flex a:last-child {border: 1px solid #D8D7D7;width: 160px;height: 48px;transition: all 0.5s;border-radius: 50px;display: flex;justify-content: center;align-items: center;font-family: Mariupol;font-weight: 500;font-size: 16px;color: #0C081E;line-height: 20px;letter-spacing: 0.14px;text-transform: uppercase;text-decoration: unset;}

section.banner .d-flex {
    gap: 14px;
    margin: 2rem 0 8rem;
}

section.banner .d-flex a:first-child:hover {
    background-color: transparent;
    color: #0c081e;
    border-color: #0c081e;
}

section.banner .d-flex a:last-child:hover {
    background-color: #0c081e;
    color: #f9f9f9;
    border-color: #0c081e;
}

section.banner .content p {
    color: #71717A;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
}

.brands-logo-main {
    margin: 1rem 0 0;
}

section.banner {padding-top: 6rem;position: relative;z-index: 9;}

.brands-logo-main img {
  width: auto !important;       
  height: 40px !important;      
  max-width: 120px !important; 
  display: block;              
  margin: 0 auto;             
  object-fit: contain;         
  transition: all ease 0.1s ; 
}

.brands-logo-main img:hover {
  transform: scale(1.1);
}

.bg {
    background: linear-gradient(360deg, #F7F7F7 0%, #FFFFFF 100%);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 720px;
}

section.home-section-two {
    background-color: #0C081E;
    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: #F9F9F9;
    margin: 0 0 1.5rem;
}

section.home-section-two .text p {
    font-family: 'Mariupol';
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #F9F9F9;
    margin: 0;
}

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 #0C081E !important;
}

section.home-section-three .content.border-bottom {
    border-bottom: 1px solid #0C081E !important;
    border-top: 1px solid #0C081E !important;
}

section.home-section-three .content .inner {
    height: 290px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    border-right: 1px solid #000;
    padding: 0 24px;
    transition: all 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: #0C081E;
}

section.home-section-three .content .inner p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333333;
}

section.home-section-three .content .col-md-4:nth-child(3) .inner {
    border-right: unset;
}

section.home-section-three .inner:after {
    background-color: #D0F601;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.4s;
}

section.home-section-three .content.border-top .col-md-4:nth-child(1) .inner::after {
    top: 0;
    left: -100%;
}

section.home-section-three .content.border-top .col-md-4:nth-child(1) .inner:hover::after {
    left: 0;
}

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: 0;
}

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: 0;
}


section.home-section-three .content.border-bottom .col-md-4:nth-child(1) .inner::after {
    top: 0;
    left: -100%;
}

section.home-section-three .content.border-bottom .col-md-4:nth-child(1) .inner:hover::after {
    left: 0;
}

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: 0;
}

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: 0;
}

section.home-section-three .content .col-md-4 {
    padding: 0;
}

section.home-section-three .content.border-bottom .inner {
    border-bottom: unset;
}

section.home-section-four {
    background-color: #0C081E;
}


section.home-section-four .title a span {
    display: flex;
    width: 36px;
    height: 36px;
    border: 1px solid #0C081E;
    background-color: #D0F601;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

section.home-section-four .title a span svg {color: #0C081E;#0C081E:;}

section.home-section-four .title a span::after {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #0C081E;
    background-color: #D0F601;
    border-radius: 50%;
    z-index: -2;
    bottom: 0;
    margin: auto;
}

.viewall {
    position: relative;
}

section.home-section-four .title a span::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #0C081E;
    background-color: #D0F601;
    border-radius: 50%;
    z-index: -2;
    bottom: 0;
    margin: auto;
}

.viewall h6 {
    border: 1px solid #0C081E;
    background-color: #D0F601;
    height: 36px;
    width: auto;
    margin: 0;
    padding: 0 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;
    color: #0C081E;
}

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: 0 60px;
}

section.home-section-three .content .inner img {
    margin: 0 0 16px;
}

.repeated-title {
    padding: 10px 7%;
}

section.home-section-four .main-content .content {
    border-top: 1px solid #F9F9F9;
}

section.home-section-four .container-fluid {
    padding: 0;
    overflow: hidden;
}

section.home-section-four .main-content .content:last-child {
    border-bottom: 1px solid #F9F9F9;
}

section.home-section-four .inner h4 {
    margin: 0;
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 30px;
    color: #F9F9F9;
    line-height: 36.8px;
    letter-spacing: 0.64px;
    vertical-align: middle;
    text-transform: uppercase;
    transition: all 0.5s;
}

section.home-section-four .content.heading .inner {
    height: 120px !important;
    padding: 0 3rem;
}

section.home-section-four .content .inner {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: start;
    vertical-align: middle;
    border-right: 1px solid #F9F9F9;
    padding: 0 3rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
}

section.home-section-four .content .col-md-4 {
    padding: 0;
}

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: #0c081e;
}

section.home-section-five .content {
    border-top: 1px solid #F9F9F9;
    padding: 80px 7%;
}


section.home-section-five .content h6 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    color: #D0F601;
    line-height: 12px;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 1rem;
}

section.home-section-five .inner video {
    width: 100%;
    height: 700px;
    margin: 0 0 1.3rem;
    cursor: pointer;
    transition: all 0.5s;
}

section.home-section-five .content h3 {
    font-family: PresicavRg;
    font-weight: 400;
    font-size: clamp(18px, 2vw, 30px);
    color: #F9F9F9;
    line-height: clamp(21px, 7vw, 36.8px);
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

section.home-section-five .content .row {
    gap: 50px 0;
}

.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: #F9F9F9;
    color: #0C081E;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.home-section-six .container-fluid {
    padding: 0;
}

section.home-section-six .title {
    align-items: center;
    border-bottom: 1px solid #0C081E;
}

.repeated-title h3 {
    font-family: PresicavRg;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    color: #0C081E;
    line-height: 43.2px;
    letter-spacing: -0.6px;
    vertical-align: middle;
    text-transform: uppercase;
}

section.home-section-six {
    background-color: #F9F9F9;
}

section.home-section-six a span {
    border: 1px solid #0C081E;
}

section.home-section-six .content {
    padding: 0 7%;
    position: relative;
    height: 115px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0C081E;
    z-index: 9;
    transition: all 0.4s;
    cursor: pointer;
    overflow: hidden;
}

section.home-section-six h6 {
    background-color: #0C081E;
    color: #F9F9F9;
}

section.home-section-six .content .videoo {position: absolute;left: 0;opacity: 0;transition: all 0.4s;top: 0;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: 0;
    line-height: 25px;
    letter-spacing: 0.96px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #0C081E;
}

.discover-btn a {
    border: 1px solid #0C081E;
    display: flex;
    height: 36px;
    background-color: #0C081E;
    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: #F9F9F9;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    transition: all 0.4s;
}

section.home-section-six .content:hover .videoo {
    opacity: 1;
    left: 5rem;
}

section.home-section-six .content:hover {
    padding-left: 17rem;
    background-color: #D0F601;
}

section.home-section-six .content:hover .discover-btn a {
    opacity: 1;
}

section.home-section-seven .title {
    align-items: center;
    border-bottom: 1px solid #F9F9F9;
}


section.home-section-seven {
    background-color: #0C081E;
}

section.home-section-seven .container-fluid {
    padding: 0;
    overflow: hidden;
}

section.home-section-seven .viewall h6 {
    background-color: #F9F9F9;
}

section.home-section-seven .content {
    padding: 70px 7%;
}

section.home-section-seven .content .inner {
    height: 316px;
    background-color: #181135;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 29px 0;
}

section.home-section-seven .content .inner ul li {list-style: none;}

section.home-section-seven .content .inner ul li i {
    color: #d0f601;
}

section.home-section-seven .content .inner ul {
    gap: 0 4px;
}

section.home-section-seven .content .inner .middle p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    opacity: 85%;
    margin: 0;
}

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: #f9f9f9ff;
    margin: 0;
}

section.home-section-seven .content .inner .bottom h6 {
    font-family: Inter;
    font-weight: 400;
    font-size: 13.78px;
    opacity: 70%;
    line-height: 21px;
    letter-spacing: 0.8px;
    vertical-align: middle;
    color: #FFF;
    margin: 0;
}

section.home-section-seven .content .inner .bottom .d-flex {gap: 0 16px;}

section.home-section-seven .content .inner .bottom img {width: 40px;height: 40px;}

section.home-section-seven .content .row {
    gap: 16px 0;
}

section.home-section-seven .content .inner .bottom {
}

section.home-section-eight {
    background-color: #F9F9F9;
}

section.home-section-eight .container-fluid {
    padding: 0;
    overflow: hidden;
}

section.home-section-eight .title {
    align-items: center;
    border-bottom: 1px solid #0C081E;
}


section.home-section-eight .viewall a span {
    border: 1px solid #0C081E;
}

section.home-section-eight .viewall h6 {
    background-color: #F9F9F9;
    color: #0C081E;
}

section.home-section-eight .content {
    padding: 70px 7%;
}

section.home-section-eight .content .inner .img img {
    width: 100%;
    transition: all 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 #0C081E;
    border-radius: 50px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.home-section-eight .content .inner ul {
    padding: 0;
    margin: 0;
}

section.home-section-eight .content .inner h5 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    color: #0C081E;
    line-height: 16px;
}

section.home-section-eight .content .inner h3 {
    font-family: Mariupol-Bold;
    font-weight: 900;
    font-size: 22px;
    color: #0C081E;
    line-height: 27px;
    letter-spacing: 0%;
}

section.home-section-eight .content .inner h6 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    color: #0C081E;
    line-height: 16px;
}

section.home-section-eight .content .inner h6 svg {margin-right: 8px;}

section.home-section-eight .content .text {
    display: flex;
    flex-direction: column;
    gap: 18px 0;
    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: #F9F9F9;
}

section.home-section-seven .title h3 {
    color: #F9F9F9;
}

#light-dot {
    filter: drop-shadow(0 0 8px white);
}

section.home-section-two img.duplicate-img {
    position: absolute;
    left: 35px;
    transition: all ease 1.5s;
    opacity: 0.5;
}

section.home-section-two.active img.duplicate-img {
    left: 0;
}

section.home-section-nine .container-fluid {
    padding: 0;
    overflow: hidden;
}

section.home-section-nine .viewall h6 {
    background-color: #F9F9F9;
}

section.home-section-nine {
    background-color: #0C081E;
    border-top: 1px solid #fff;
}

section.home-section-nine .title h3 {
    color: #f9f9f9;
}

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: #FFFFFF;
    line-height: 100%;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin: 0 0 3rem;
    font-size: clamp(30px, 4vw, 55px);
    line-height: clamp(36px, 6vw, 77px);
}

section.home-section-nine .title {
    border-bottom: 1px solid #f9f9f9;
}

section.home-section-nine a.start-project {
    border: 1px solid #D0F601;
    display: flex;
    width: 320px;
    height: 80px;
    transition: all ease 0.5s;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    font-family: Mariupol;
    font-weight: 500;
    position: relative;
    font-size: 26px;
    color: #0C081E;
    line-height: 100%;
    background-color: #D0F601;
    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: #F9F9F9;
    margin: 1rem 0 0;
}

.click-to-copy h5 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    color: #0C081E;
    border-radius: 50px;
    line-height: 16.94px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #0C081E;
    margin: 0;
    background-color: #F9F9F9;
    height: 32px;
    display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.click-to-copy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.click-to-copy span {
    border: 1px solid #F9F9F9;
    min-width: 31.94px;
    height: 31.94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
}

.click-to-copy span svg {
    color: #f9f9f9;
    font-size: 13px;
}

.custom-width {
    width: 51%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px 0;
    position: relative;
}

section.home-section-nine a.start-project::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    border: 1px solid #d0f601;
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
    border-radius: 50px;
}

section.home-section-nine a.start-project::before {
    content: '';
    position: absolute;
    bottom: -16px;
    transition: all ease 0.5s;
    left: 0;
    border: 1px solid #d0f601;
    width: 100%;
    height: 100%;
    border-radius: 50px;
}

section.home-section-nine a.start-project:hover::after {
    bottom: 8px;
    opacity: 70%;
}

section.home-section-nine a.start-project:hover {
    background-color: transparent;
    color: #ffffff;
    border-color: transparent;
    padding-bottom: 20px;
}

section.home-section-nine a.start-project:hover::before {
    opacity: 50%;
    bottom: 16px;
}

.forms-switch {
    justify-content: space-between;
}

.contact-us-form {
    background-color: #140F2D;
    box-shadow: 3px 6px 10px 0px #00000059;
    border-radius: 30px;
    overflow: hidden;
    height: 720px;
}

.forms-switch button {
    font-family: Mariupol;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    background-color: #000000;
    vertical-align: middle;
    text-transform: uppercase;
    border: unset;
    padding: 0;
    display: inline-block;
    color: #FFFFFF;
    margin: 0 auto;
    width: 315px;
    height: 60px;
}

.request-quote {
    margin-top: 2rem;
    padding: 0 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: #FFFFFF;
    vertical-align: middle;
    margin: 0;
    text-transform: uppercase;
    margin: 0 0 1rem;
    .brand-identity-sec-twenty .request-quote
    textarea {
    border: 1px solid #DDDDDF;
    background-color: #F2F3F5;
    color: #71717A;
}

.brand-identity-sec-twenty .request-quote
    input {
    border: 1px solid #DDDDDF;
    background-color: #F2F3F5;
    color: #71717A;
};
    .brand-identity-sec-twenty .request-quote
    textarea {
    border: 1px solid #DDDDDF;
    background-color: #F2F3F5;
    color: #71717A;
}

.brand-identity-sec-twenty .request-quote
    input {
    border: 1px solid #DDDDDF;
    background-color: #F2F3F5;
    color: #71717A;
};
    .brand-identity-sec-twenty .request-quote
    textarea {
    border: 1px solid #DDDDDF;
    background-color: #F2F3F5;
    color: #71717A;
}

.brand-identity-sec-twenty .request-quote
    input {
    border: 1px solid #DDDDDF;
    background-color: #F2F3F5;
    color: #71717A;
};
    
.brand-identity-sec-twenty .request-quote
    textarea {
    border: 1px solid #DDDDDF;
    background-color: #F2F3F5;
    color: #71717A;
}

.brand-identity-sec-twenty .request-quote
    input {
    border: 1px solid #DDDDDF;
    background-color: #F2F3F5;
    color: #71717A;
};
}

.request-quote input {
    border: 1px solid #323131;
    width: 100%;
    background-color: #0C081E;
    border-radius: 13px;
    height: 54px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #f9f9f9;
    vertical-align: middle;
    padding: 0 0 0 16px;
    outline: unset;
}

.request-quote input::placeholder {
    color: #71717A;
}

.request-quote textarea {
    border: 1px solid #323131;
    width: 100%;
    background-color: #0C081E;
    border-radius: 13px;
    height: 108px;
    font-family: Mariupol;
    font-weight: 400;
    resize: none;
    font-size: 15px;
    line-height: 17px;
    color: #f9f9f9;
    vertical-align: middle;
    padding: 16px 0 0 16px;
    outline: unset;
}

.request-quote textarea::placeholder {
    color: #71717A;
}

.request-quote .row {
    gap: 16px 0;
}

.need-help-sec h4 {margin: 0;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #f9f9f9;
    vertical-align: middle;
    text-transform: uppercase;
}

.need-help-sec {
    margin-top: 2rem;
}

.your-budget-sec {
    margin: 2rem 0;
}

.your-budget-sec h4 {
    margin: 0;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #f9f9f9;
    vertical-align: middle;
    text-transform: uppercase;
}

.your-budget-sec select {
    margin-top: 1rem;
    border: 1px solid #323131;
    width: 100%;
    background-color: #0C081E;
    border-radius: 13px;
    height: 54px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #f9f9f9;
    vertical-align: middle;
    padding: 0 16px;
    outline: unset;
}

.contact-us-form .send-message {
    background-color: #D0F601;
    display: flex;
    width: 100%;
    transition: all 0.5s;
    justify-content: center;
    align-items: center;
    height: 54px;
    font-family: Mariupol;
    font-weight: 500;
    font-size: 16px;
    color: #0C081E;
    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: #929298;
    margin: 1rem 0 0;
}

.contact-us-form .send-message:hover {
    border-color: #D0F601;
    background-color: transparent;f9f9f9    color: #fff;
}

footer {
    background-color: #0c081e;
    padding: 4rem 0;
    border-top: 1px solid #f9f9f9;
}

.footer-nav h4 {
    font-family: Mariupol;
    font-weight: 500;
    font-size: 23px;
    color: #D0F601;
    line-height: 30px;
}

.footer-nav li a {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    color: #F9F9F9;
    line-height: 30px;
    text-decoration: unset;
}

.footer-nav li {
    list-style: none;
    display: inline-block;
    width: max-content;
    position: relative;
}

.footer-nav ul {
    gap: 0 0;
    margin-top: 1rem !important;
}


.footer-nav ul.d-flex {
    gap: 0 20px;
    margin: 1.5rem 0 !important;
}

.footer-nav a.contactus-btn {
    color: #0C081E;
    background-color: #F9F9F9;
    display: flex;
    transition: all 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: #F9F9F9;
    border-color: #F9F9F9;
}

.footer-nav li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #aa45fb;
    transition: all 0.7s;
}

.footer-nav li:hover::after {width: 100%;}

section.banner .position-relative span.tag {
    position: absolute;
    right: 170px;
    top: 52px;
    background-color: #D0F601;
    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: #D0F601;
    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: #f9f9f9;
    font-size: 0.9em;
    transition: opacity 0.3s ease;
    border: unset;
    height: unset;
    width: unset;
    position: absolute;
    bottom: -30px;
    font-family: 'JetBrains Mono';
}

.footer-nav ul.d-flex li::after {
    content: unset;
}

section.banner h5 {
    font-family: Mariupol-Medium;
    font-weight: 500;
    font-size: 15px;
    display: inline-flex;
    margin: 0 0 12px;
    gap: 0 10px;
    align-items: center;
    box-shadow: 0px 2px 6px 0px #0000001a;
    padding: 8px;
    border-radius: 4px;
    color: #000;
}

section.banner h5 img {
    width: 28px;
}

section.home-section-three .title h3 {
    font-family: PresicavRg;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    color: #0C081E;
    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: #F9F9F9;
    transition: all 0.5s;
}

section.home-section-four .content .inner:hover {
    background-color: #F9F9F9;
}

section.home-section-four .content .inner:hover h6 {
    color: #0C081E;
}

section.home-section-four .content.heading .inner:hover {
    background-color: #D0F601;
}

section.home-section-four .content.heading .inner:hover h4 {
    color: #0C081E !important;
    position: relative;
    z-index: 9;
}

section.home-section-five .title h3 {
    color: #F9F9F9;
}

section.home-section-five .title .viewall h6 {
    background-color: #F9F9F9;
}

 .calendar {
    width: 100%;
    background: #140f2d;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #140f2d;
    color: white;
}

.calendar-header h2 {
    margin: 0;
    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: #f1f1f1;
    padding: 10px 0;
    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;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'JetBrains Mono';
}

.day:hover {
    background: #e0e0e0;
}

.day.today {
    background: #181135;
    color: white;
    font-weight: bold;
}

.day.other-month {
    color: #aaa;
}

.day.selected {
    background: #34a853;
    color: white;
}

.calendar-header button {
    background-color: transparent;
    border: unset;
    padding: 0;
}

.calendar-header button svg {
    color: #fff;
}

.forms-switch .active {
    background-color: #140f2d;
}



.responsive-menu a:active {
    margin: -16px 0 0;
}


section.brand-identity-sec-one .img {
    height: 760px;
    background-color: #0c091e;
}

section.brand-identity-sec-one .text {
    background-color: #D0F601;
    height: 100%;
    padding: 0 14%;
    border-right: 1px solid #0C081E;
}

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 .content {
}

section.brand-identity-sec-two {
    background-color: #0C081E;
}

section.brand-identity-sec-two .repeated-title h3 {
    color: #F9F9F9;
}

section.brand-identity-sec-two .viewall h6 {
    background-color: #F9F9F9;
}

section.brand-identity-sec-two .text h5 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    color: #0C081E;
    line-height: 32px;
    text-transform: uppercase;
    display: inline-flex;
    min-width: 36px;
    height: 36px;
    background-color: #D0F601;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 6px 0 0;
}

section.brand-identity-sec-two .text h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 30px;
    color: #F9F9F9;
    line-height: 45.76px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin: 0px 0 1.5rem;
}

section.brand-identity-sec-two .text .d-flex {
    gap: 0 30px;
}

section.brand-identity-sec-two .text p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0%;
    color: #F9F9F9;
    padding-left: 4.3rem;
}


section.brand-identity-sec-two .text {
    border: 1px solid #F9F9F9;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 14%;
}

section.brand-identity-sec-one {
    border-bottom: 1px solid #f9f9f9;
}


section.brand-identity-sec-three .inner h3 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 30px;
    color: #0C081E;
    line-height: 45.76px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin: 0 0 1.4rem;
}

section.brand-identity-sec-three .inner {
    border: 1px solid #0C081E;
    height: 100%;
}

section.brand-identity-sec-three .col-md-6:nth-child(odd) .inner {padding-left: 14% !important;padding: 40px 40px 40px 0;}

section.brand-identity-sec-three .col-md-6:nth-child(even) .inner {
    padding: 40px 0 40px 40px;
    padding-right: 14% !important;
}

section.brand-identity-sec-three .inner p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 17px;
    color: #0C081E;
    line-height: 25px;
    margin-top: 2rem;
}

section.brand-identity-sec-three .col-md-7 .inner {
    background-color: #D0F601;
    height: 100%;
}

section.brand-identity-sec-four {
    background-color: #0C081E;
    padding: 60px 7%;
}

section.brand-identity-sec-four h2 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 30px;
    color: #F9F9F9;
    line-height: 36.8px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
}

section.brand-identity-sec-four h2 span {
    color: #D0F601;
}

section.brand-identity-sec-four p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 24px;
    color: #F9F9F9;
    line-height: 32px;
    letter-spacing: 0%;
    margin: 0;
}

section.brand-identity-sec-four a {
    border: 1px solid #0C081E;
    background-color: #F9F9F9;
    height: 48px;
    width: auto;
    margin: 0;
    padding: 0 26px;
    border-radius: 50px;
    display: inline-flex;
    font-family: Mariupol;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.94px;
    text-transform: uppercase;
    color: #0C081E;
    text-decoration: unset;
    align-items: center;
    justify-content: center;
}

section.brand-identity-sec-five {
    border-top: 1px solid #f9f9f9;
    background-color: #0c081e;
}

section.brand-identity-sec-five .title h3 {
    color: #F9F9F9;
}

section.brand-identity-sec-five .accordion-item {
    border-radius: unset;
    border: unset;
    border-bottom: 1px solid #b1b1b1;
}

section.brand-identity-sec-five button.accordion-button {
    padding: 0;
    box-shadow: unset;
    background-color: #0C081E;
    border-radius: unset !important;
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 28px;
    color: #F9F9F9;
    line-height: 45.76px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin: 0;
    gap: 0 30px;
}

section.brand-identity-sec-five .accordion-body {
    padding: 0rem 0 0 4rem;
    background-color: #0C081E;
    border-radius: unset;
}

section.brand-identity-sec-five .accordion-body p {
    margin: 0;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #F9F9F9;
    padding: 0 0 2rem;
}

section.brand-identity-sec-five .accordion-collapse {
    border-radius: unset !important;
    position: relative;
}

section.brand-identity-sec-five button.accordion-button span {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    color: #0C081E;
    line-height: 32px;
    text-transform: uppercase;
    display: inline-flex;
    min-width: 36px;
    min-height: 36px;
    background-color: #D0F601;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 6px 0 0;
}

section.brand-identity-sec-five .text {
    padding=l: ;
    border-bottom: 1px solid #f9f9f9;
}

section.brand-identity-sec-five .accordion-header {
    padding: 36.5px 0 36px 3rem;
    background-color: #0c081e;
}

section.brand-identity-sec-five .accordion-collapse::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #d0f601;
}

section.brand-identity-sec-five .accordion-collapse::after  {
    width: 80%;
}



.brand-identity-sec-six .viewall h6 {
    background-color: #0C081E;
    color: #F9F9F9;
}

.brand-identity-sec-six .viewall span {
    color: #0C081E;
    border: 1px solid #0C081E;
    background-color: transparent;
}

section.brand-identity-sec-five .content {
    border-top: 1px solid #f9f9f9;
    border-bottom: 1px solid #0c081e;
}

section.brand-identity-sec-six .brand-identity-slides {
    border: 1px solid #0C081E;
}

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: #0C081E;
    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: #0C081E;
}

section.brand-identity-sec-six .brand-identity-slides .text {
    padding: 20px 40px;
}

section.brand-identity-sec-six .brand-identity-slides .text a {
    background-color: #0C081E;
    padding: 2px 10px;
    border-radius: 50px;
    font-family: Mariupol;
    font-size: 12px;
    text-align: center;
    color: #F9F9F9;
    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 #0C081E;
    background-color: #ffffff;
    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: #D0F601;
}

section.brand-identity-sec-six button.slick-next {
    right: 20px;
    background-color: #F9F9F9;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #0C081E;
}

.section.brand-identity-sec-six button.slick-prev {
    display: none;
}

section.brand-identity-sec-six button.slick-next::before {
    color: #0C081E;
    background-image: url(../images/SVG.svg);
    width: 20px;
    height: 20px;
    content: '';
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

section.brand-identity-sec-seven {
    height: 900px;
    background-color: #0C081E;
}

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: #f9f9f9;
    line-height: clamp(32px, 6vw, 64px);
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
}

section.brand-identity-sec-seven .content h3 span {
    color: #D0F601;
}

section.brand-identity-sec-eight .content {
    border-top: 1px solid #0C081E;
    padding: 0 7% 0;
}

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: #0C081E;
    margin: 0 0 1.5rem;
}

section.brand-identity-sec-eight .content .col-md-6:nth-child(1) {
    border-right: 1px solid #0C081E;
}



section.brand-identity-sec-eight .content p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 2rem;
}

section.brand-identity-sec-eight .content li {
    list-style: none;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 20px;
    line-height: 41px;
    color: #0C081E;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

section.brand-identity-sec-eight .col-md-6:nth-child(1) li:nth-child(n+8) {color: #9E9CA5;}

section.brand-identity-sec-eight .text-start button {
    border: 1px solid #0C081E;
    background-color: #0C081E;
    color: #f9f9f9;
    border-radius: 50px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.94px;
    letter-spacing: 0%;
    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 #0C081E;
}

section.brand-identity-sec-nine .content {
    padding: 5rem 7% 3rem;
    border-top: 1px solid #F9F9F9;
}

section.brand-identity-sec-nine {
    background-color: #0C081E;
}

section.brand-identity-sec-nine .title h3 {
    color: #F9F9F9;
}

section.brand-identity-sec-nine .content h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 22px;
    color: #F9F9F9;
    line-height: 36px;
    margin: 0 0 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: #F4A034;
    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: #F9F9F9;
    line-height: clamp(24px, 8vw, 67.16px);
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

section.brand-identity-sec-ten {
}

section.brand-identity-sec-ten .col-md-6:nth-child(2) {
    background-color: #0C081E;
}

section.brand-identity-sec-ten .col-md-6:nth-child(2) img {
    width: 100%;
}

section.brand-identity-sec-ten .col-md-6 {
    padding: 0;
}

section.brand-identity-sec-eleven {
    background-color: #0c081e;
}

section.brand-identity-sec-twelve .text {
    background-color: #FEAB9B;
    height: 100%;
    padding: 0 7rem;
}

section.brand-identity-sec-twelve .text h4 {
    font-family: Mariupol;
    font-weight: 700;
    font-size: clamp(20px, 7vw, 46px);
    color: #F9F9F9;
    line-height: clamp(24px, 8vw, 67.16px);
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

section.brand-identity-sec-twelve .col-md-6{
    padding: 0;
}

section.brand-identity-sec-twelve img {
    width: 100%;
}

section.brand-identity-sec-twelve .img {
    background-color: #0c081e;
}

section.brand-identity-sec-thirteen {
    background-color: #0C081E;
}

section.brand-identity-sec-forteen .text {
    background-color: #C5B0FF;
    padding: 0 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);
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #F9F9F9;
}

section.brand-identity-sec-forteen .img {
    background-color: #0c081e;
}

section.brand-logo-identity-logos img {
    width: 200px;
}

section.brand-logo-identity-logos {
    padding: 2rem 0;
}

section.brand-identity-sec-seventeen .inner {
    background-color: #d0f601;
    border-right: 1px solid #000;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 3rem !important;
}

section.brand-identity-sec-seventeen .col-md-4 {
    padding: 0;
}

section.brand-identity-sec-seventeen {
    border: 1px solid #000;
}



section.brand-identity-sec-seventeen .inner h5 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 24px;
    color: #0C081E;
    line-height: 30px;
    letter-spacing: 0%;
    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: 0;
}

section.brand-identity-sec-seventeen .inner .counter {
    margin-top: 4rem;
}

section.brand-identity-sec-eighteen .title h3 {
    color: #F9F9F9;
}

section.brand-identity-sec-eighteen button.accordion-button {
    padding: 30px 0;
    border-radius: unset !important;
    box-shadow: unset;
    background-color: #0C081E;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #F9F9F9;
    vertical-align: middle;
}

section.brand-identity-sec-eighteen .accordion-item {
    border-radius: unset !important;
    padding: 0 07%;
    border-top: 1px solid #F9F9F9 !important;
    background-color: #0C081E;
    border: unset;
}

section.brand-identity-sec-eighteen .content {
    padding: 0;
}

section.brand-identity-sec-eighteen .accordion-item h2 {
    background-color: #0C081E;
}

section.brand-identity-sec-eighteen {
    background-color: #0c081e;
}

section.brand-identity-sec-eighteen .accordion-body p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #F9F9F9;
    margin: 0;
}

section.brand-identity-sec-eighteen .accordion-body {
    padding: 0 0 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;
    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: 0;
    width: 50px;
    height: 50px;
    background-color: #fff;
    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: #f9f9f9;
}

section.brand-identity-sec-ninteen .viewall a span {
    border: 1px solid #0c081e;
}

section.brand-identity-sec-ninteen .viewall h6 {
    color: #0C081E;
}

.ninteen-slides .img {
    overflow: hidden;
}

.ninteen-slides .img img {
    width: 100%;
    transition: all 0.5s;
}

.ninteen-slides .text h5 {
    font-family: Mariupol;
    font-weight: 500;
    font-size: 24px;
    color: #0C081E;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
}

.ninteen-slides .text {
    padding: 20px 0;
    transition: all 0.5s;
    background-color: #f9f9f9;
}

.ninteen-slides {
    border-right: 1px solid #000;
    position: relative;
    cursor: pointer;
}

.ninteen-slides .position-absolute {
    width: 100%;
    left: 0;
    bottom: -100%;
    z-index: 9;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
}

.ninteen-slides .position-absolute .viewall {
    justify-content: center;
    position: relative;
}

.ninteen-slides:hover .position-absolute {
    bottom: 90px;
    =:
    flex;
    =:
    center;
}

section.brand-identity-sec-ninteen .viewall span {
    background-color: #D0F601;
}

section.brand-identity-sec-ninteen .viewall a span::after {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #0C081E;
    background-color: #D0F601;
    border-radius: 50%;
    z-index: -2;
    bottom: 0;
    margin: auto;
}

section.brand-identity-sec-ninteen .viewall a span::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 0;
    width: 36px;
    height: 36px;
    border: 1px solid #0C081E;
    background-color: #D0F601;
    border-radius: 50%;
    z-index: -2;
    bottom: 0;
    margin: auto;
}

.ninteen-slides:hover .text {
    background-color: #D0F601;
}

.ninteen-slides:hover .img img {transform: scale(1.1);}

.brand-identity-sec-twenty {
    background-color: #f9f9f9 !important;
    border-top: 1px solid #0C081E;
}

.brand-identity-sec-twenty .text h1 {
    color: #0C081E !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: #0C081E !important;
}

.brand-identity-sec-twentyy .click-to-copy h5 {
    border: 1px solid #0C081E;
    background-color: #0C081E;
    color: #f9f9f9;
}

.brand-identity-sec-twenty .click-to-copy span {
    border: 1px solid #0C081E;
    color: #0C081E;
}

.brand-identity-sec-twenty .click-to-copy span svg {
    color: #0C081E;
}

.brand-identity-sec-twenty #copied {
    color: #0C081E;
}

.brand-identity-sec-twenty .contact-us-form {
    background-color: #f9f9f9;
    border: 1px solid #DDDDDF;
    box-shadow: 0px 2px 15px 0px #00000014;
}

.brand-identity-sec-twenty .forms-switch .active {
    background-color: #f9f9f9;
}

.brand-identity-sec-twenty .forms-switch button {
    color: #0C081E;
    background-color: #F2F3F5;
}

.brand-identity-sec-twenty .request-quote label {
    color: #0C081E;
}

.brand-identity-sec-twenty .need-help-sec h4 {
    color: #0C081E;
}

.brand-identity-sec-twenty  .your-budget-sec h4 {
    color: #0C081E;
}

.brand-identity-sec-twenty  .contact-us-form .checkbox-label {
    color: #0C081E;
}

.brand-identity-sec-twenty .contact-us-form .custom-checkbox {
    border: 1px solid #DDDDDF;
    background-color: #F2F3F5;
}

.brand-identity-sec-twenty .contact-us-form .custom-checkbox::after {
    background-color: #cacaca;
}

.brand-identity-sec-twenty  .your-budget-sec select {
    border: 1px solid #DDDDDF;
    background-color: #F2F3F5;
    color: #71717A;
}


.brand-identity-sec-twenty .request-quote textarea {
    border: 1px solid #DDDDDF;
    background-color: #F2F3F5;
    color: #71717A;
}

.brand-identity-sec-twenty .request-quote input {
    border: 1px solid #DDDDDF;
    background-color: #F2F3F5;
    color: #71717A;
}

.need-help-sec label {
    margin: 0;
}

section.web-design-section-two .col-md-4 .inner {
    padding: 0 60px;
    height: 300px;
}

section.web-design-section-two .col-md-4 .inner .counter h5 {
    margin: 0 0 3rem;
}

.web-design-section-one .text {
    background-color: #F9F9F9 !important;
}web-design-section-one .text {}

.web-design-section-one .img {background-color: #F9F9F9 !important;}

.web-design-section-one .img img {
    480px: !;
    width: 480px !important;
    height: 470px !important;
    object-fit: contain;
}

.web-design-section-two .title {
    background-color: #0C081E;
}

.web-design-section-two .title h3 {
    color: #F9F9F9;
}

.web-design-section-two .viewall h6 {
    background-color: #F9F9F9;
}

.web-design-section-two .viewall span {
    background-color: transparent;
    border: 1px solid #F9F9F9;
    color: #F9F9F9;
}


section.web-design-section-three .title {
    border-bottom: 1px solid #0C081E;
}

section.web-design-section-three .content {
    padding: 0 7%;
    border-bottom: 1px solid #000;
}

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: #0C081E;
}

section.web-design-section-three .text p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0C081E;
    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: #0C081E;
    vertical-align: middle;
}

section.web-design-section-three .text a {
    border: 1px solid #0C081E;
    background-color: #0C081E;
    color: #f9f9f9;
    border-radius: 50px;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.94px;
    letter-spacing: 0%;
    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: 0 2rem 0 4rem;
}

section.web-design-section-three .col-md-6 {
    padding: 0;
}

section.web-design-section-three .content .row .col-md-6:nth-child(1) div {border-right: 1px solid #000;}



section.web-design-section-four .title {
    background-color: #0C081E;
}

section.web-design-section-four .title h3 {
    color: #F9F9F9;
}

section.web-design-section-four .content h4 {
    color: #F9F9F9;
    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: #0C081E;
    padding: 3rem 7%;
    border-top: 1px solid #F9F9F9;
}

section.web-design-section-four .content img {
    width: 100%;
}

.web-design-section-five {
    background-color: #F9F9F9 !important;
}

.web-design-section-five .title h3 {
    color: #0C081E !important;
}

.web-design-section-five .title {border-bottom: 1px solid #0c081e;}


.web-design-section-five .content .img {
    background-color: #D0F601;
    width: 100%;
    height: 100%;
}

.web-design-section-five .content .img img {
    width: 89.9%;
}

.web-design-section-five .accordion-header {background-color: #F9F9F9 !important;}

.web-design-section-five button.accordion-button {
    background-color: #f9f9f9 !important;
    color: #0C081E !important;
}

.web-design-section-five button.accordion-button span {
    background-color: #0C081E !important;
    color: #F9F9F9 !important;
}

.web-design-section-five  .accordion-body {
    background-color: #f9f9f9 !important;
}

.web-design-section-five .accordion-body p {
    color: #0C081E !important;
}

section.web-design-section-six .title {
    background-color: #0C081E;
}

section.web-design-section-six .title h3 {
    color: #F9F9F9;
}

section.web-design-section-six .content {
    background-color: #0C081E;
    padding: 4rem 7%;
    border-top: 1px solid #F9F9F9;
}

section.web-design-section-six .content h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    color: #F9F9F9;
    line-height: 34px;
    letter-spacing: 0%;
    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 #0c081e;
}


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: 0;
}

section.web-design-section-ten .content ul li {
    list-style: none;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #0C081E;
    text-align: center;
    vertical-align: middle;
    gap: 6px 0;
}

section.web-design-section-ten .content ul {
    gap: 0 40px;
}

section.web-design-section-ten .content ul li img {width: 40px;transition: all 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: 0 6rem;
}

section.brand-identity-sec-ninteen .slick-prev {
    left: 20px;
    background-color: #ffffff;
    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;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    right: 0;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto !important;
    transform: rotate(180deg);
}

section.brand-identity-sec-ninteen .slick-next {
    right: 20px;
    background-color: #ffffff;
    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;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    right: 0;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto !important;
}

.brand-identity-sec-twenty a.start-project:hover {
    color: #000 !important;
    border-color: #d0f601 !important;
}

.checkbox-container {
    margin: 2rem 0 0;
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.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: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 34px;
    width: 34px;
    background-color: #D0F601;
    border: 1px solid #0C081E;
    margin: auto;
}

.custom-checkbox:hover input ~ .checkmark {
    background-color: #ddd;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #d0f601;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox .checkmark:after {
    left: 0;
    top: 0;
    width: 6px;
    height: 17px;
    border: 1px solid #0c081e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    bottom: 0;
    right: 0;
    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: #F9F9F9;
}

.ui-ux-section-three .content p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #F9F9F9;
}

.ui-ux-section-six {
    background-color: #FFFFFF !important;
    overflow: hidden;
}

.ui-ux-section-six img.position-absolute {
    right: 0;
    width: 488px;
    top: 0;
    z-index: 0;
}

.ui-ux-section-six h2 ,.ui-ux-section-six p {
    color: #0C081E !important;
}

.ui-ux-section-six a {
    position: relative;
    background-color: #0C081E !important;
    color: #F9F9F9 !important;
}



section.ui-ux-section-nine .title {
    border-bottom: 1px solid #0C081E;
}

section.ui-ux-section-nine .content {
    padding: 0 7%;
    border-bottom: 1px solid #0C081E;
}

section.ui-ux-section-nine .content .inner {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #0C081E;
}

section.ui-ux-section-nine .content .inner h4 {
    font-family: Mariupol;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
    color: #0C081E;
}

section.ui-ux-section-nine .content .inner ul {
    gap: 20px 0;
    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: #0C081E;
    position: relative;
    padding: 0 0 0 18px;
}

section.ui-ux-section-nine .content .inner li::after {
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    content: '';
    position: absolute;
    background-color: #D0F601;
    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 #000;
}

section.ui-ux-section-ten .title {
    border-bottom: 1px solid #0C081E;
}

section.ui-ux-section-ten .content .inner h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 19px;
    color: #0C081E;
    line-height: 32px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

section.ui-ux-section-ten .content .inner p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    color: #0C081E;
    line-height: 20px;
    letter-spacing: 0%;
}

section.ui-ux-section-ten .content .inner {
    gap: 0 30px;
    border-right: 1px solid #000;
    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: #F9F9F9 !important;
}

.ui-ux-section-thirteen .title h3 {
    color: #0C081E !important;
}

.ui-ux-section-thirteen .accordion-item {
    background-color: #F9F9F9 !important;
    padding: 0 60px 0 11% !important;
}

.ui-ux-section-thirteen button.accordion-button {
    background-color: #F9F9F9 !important;
    color: #0C081E !important;
}

.ui-ux-section-thirteen .accordion-button::before {
    border: 1px solid #000;
    background-color: #f9f9f9 !important;
}

.ui-ux-section-thirteen .accordion-body p {
    color: #0C081E !important;
}

.ui-ux-section-thirteen .col-md-8, .ui-ux-section-thirteen .col-md-4 {
    padding: 0;
}

.ui-ux-section-thirteen .profile img {
    width: 100%;
}

.ui-ux-section-thirteen .profile {
    padding: 30px 014% 30px 30px;
    border-left: 1px solid #000;
    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: #0C081E;
    margin: 0 0 5px;
}

.ui-ux-section-thirteen .profile .d-flex h6 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    color: #0C081E;
    line-height: 17px;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.ui-ux-section-thirteen .profile .d-flex a {background-color: #D0F601;display: inline-flex;width: 32px;height: 32px;align-items: center;justify-content: center;border-radius: 50%;color: #000;}



.ui-ux-section-thirteen .profile .text-center a {
    border: 1px solid #0C081E;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.94px;
    background-color: #0C081E;
    text-align: center;
    text-transform: uppercase;
    color: #F9F9F9;
    padding: 18px 36px;
    border-radius: 50px;
    text-decoration: unset;
    transition: all 0.5s;
    margin-top: 2rem;
}

.ui-ux-section-thirteen .profile .text-center a:hover {
    background-color: transparent;
    color: #0C081E;
}

.ui-ux-section-fourteen {background-color: #0c081e !important;}

.ui-ux-section-fourteen .title h3 {
    color: #F9F9F9 !important;
}

.ui-ux-section-fourteen .title {
    border-bottom: 1px solid #fff;
}

.ui-ux-section-fourteen .viewall h6 {
    background-color: #F9F9F9;
}

.ui-ux-section-fourteen .viewall span {
    background-color: #0c081e !important;
    color: #fff !important;
    border: 1px solid #ffffff !important;
}

.ui-ux-section-fourteen .viewall span::after, .ui-ux-section-fourteen .viewall span::before {
    content: unset !important;
}

.ui-ux-section-fifteen .content {
    padding: 0 !important;
}

.ui-ux-section-fifteen .col-md-6 {padding: 0;}

.ui-ux-section-fifteen .text {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 3rem 0 3rem 14%;
}

.ui-ux-section-fifteen a.start-project:hover {
    padding: 0 !important;
}

.ui-ux-section-fifteen .d-flex h4 {
    color: #0C081E;
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    text-transform: uppercase;
}

.ui-ux-section-fifteen .d-flex {
    gap: 0 5rem;
    margin-top: 1rem;
}

.ui-ux-section-fifteen .click-to-copy h5 {
    background-color: #0C081E;
    color: #F9F9F9;
}

.ui-ux-section-fifteen .click-to-copy h5 a {
    color: #F9F9F9;
    text-decoration: unset;
}


.ui-ux-section-fifteen .lets-project h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 3rem;
    color: #0C081E;
    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 #0C081E85;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #000;
    height: 72px;
    padding: 0 20px;
    margin: 0 0 1rem;
    background-color: transparent;
}

.ui-ux-section-fifteen .lets-project {
    padding: 0 14% 0 3rem;
}

.ui-ux-section-fifteen .lets-project input::placeholder {
    color: #0C081E;
}

.ui-ux-section-fifteen .lets-project textarea::placeholder {
    color: #0C081E;
}

.ui-ux-section-fifteen .lets-project textarea {
    display: block;
    width: 100%;
    border: 1px solid #0C081E85;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #000;
    height: 150px;
    padding: 20px 20px 0;
    resize: none;
    margin: 1rem 0 0;
    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 0 0;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 12px;
    line-height: 15.96px;
    color: #9E9CA5;
}

.ui-ux-section-fifteen .lets-project p a {
    color: #0C081E;
}

.ui-ux-section-fifteen .lets-project button {
    background-color: #0C081E;
    padding: 22px 30px;
    font-family: Mariupol;
    font-weight: 500;
    font-size: 14px;
    color: #F9F9F9;
    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 #000;
}

.ui-ux-section-fifteen .what-happen-next h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #0C081E;
    text-transform: uppercase;
}

.ui-ux-section-fourteen .ninteen-slides .text {
    background-color: #0C081E;
}

.ui-ux-section-fourteen .ninteen-slides .text h5 {
    color: #F9F9F9;
}

section.ui-ux-section-eight {border-top: 1px solid #F9F9F9;}

.ui-ux-section-fourteen .ninteen-slides:hover .text {
    background-color: #d0f601;
}

.ui-ux-section-fourteen .ninteen-slides:hover .text h5 {color: #0C081E;}

section.mobile-design-section-four {
    background-color: #0c081e;
}

section.mobile-design-section-four .title {
    border-bottom: 1px solid #fff;
}

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: #F9F9F9;
    line-height: 32px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0 18px;
    margin: 0 0 2.5rem;
}

section.mobile-design-section-four .inner p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #F9F9F9;
}

.mobile-design-section-five .content {
    background-color: #D0F601 !important;
    border-top: 1px solid #0C081E !important;
}

.mobile-design-section-five .content h4 {
    color: #0C081E !important;
}

.mobile-design-section-six {
    background-color: #F9F9F9 !important;
    border-color: #0c081e !important;
}

.mobile-design-section-six .title h3 {
    color: #0C081E !important;
}

.mobile-design-section-six .accordion-header {
    background-color: #f9f9f9 !important;
}

.mobile-design-section-six .accordion-header button {background-color: #F9F9F9 !important;color: #0C081E !important;}


.mobile-design-section-six .accordion-body {
    background-color: #f9f9f9 !important;
}

.mobile-design-section-six .accordion-body p {
    color: #0C081E !important;
}


section.mobile-design-section-nine .content {
    border-top: 1px solid #0C081E;
}

section.mobile-design-section-nine .content ul {
    padding: 0;
    margin: 0;
}

section.mobile-design-section-nine .content li {
    padding: 19.2px 0 20px 14%;
    font-family: Mariupol;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #0C081E;
    border-bottom: 1px solid #0C081E;
    display: flex;
    align-items: center;
    gap: 0 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: #d0f601;
}

section.mobile-design-section-five.web-design-section-four .title h3 {
    color: #0c081e !important;
}

.mobile-design-section-six .content {
    border-bottom: unset !important;
    border-top: 1px solid #0c081e!important;
}

section.mobile-design-section-thirteen {
    background-color: #ffffff;
}

section.mobile-design-section-thirteen .title h3 {
    color: #0C081E;
}

section.mobile-design-section-thirteen .accordion-item {
    background-color: #ffffff;
    border-color: #000 !important;
}

section.mobile-design-section-thirteen .accordion-button {background-color: #ffffff !important;color: #0C081E !important;}

section.mobile-design-section-thirteen .accordion-button::before {
    border: 1px solid #000;
    background-color: #f9f9f9;
}


a.white-button {
    background-color: #ffffff !important;
    color: #0C081E !important;
    border-color: #0C081E !important;
    margin-left: 1.5rem;
}

.graphic-design-section-eight .col-md-4 .inner .counter h5 {
    margin: 3rem 0 0 !important;
}


.corporate-website-section-five .content .col-md-6:nth-child(1) {
    border-right: unset !important;
}


section.corporate-website-section-eight {
    background-color: #0C081E;
}

section.corporate-website-section-eight .img {
    border-bottom: 1px solid #F9F9F9;
    text-align: center;
    height: 323px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.corporate-website-section-eight .col-md-4 {
    padding: 0;
}

section.corporate-website-section-eight .img img {
    min-width: 175px;
}

section.corporate-website-section-eight .title {
    border-bottom: 1px solid #F9F9F9;
}

section.corporate-website-section-eight .title h3 {
    color: #F9F9F9;
}

section.corporate-website-section-eight .inner {
    padding: 2rem 0 0;
    border-right: 1px solid #fff;
}

section.corporate-website-section-eight .text h5 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 18.91px;
    line-height: 32px;
    color: #F9F9F9;
    text-transform: uppercase;
    margin: 0 0 2rem;
}

section.corporate-website-section-eight .text p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    color: #F9F9F9;
    line-height: 20px;
}

section.corporate-website-section-eight .text li {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    color: #F9F9F9;
    line-height: 20px;
    display: flex;
    gap: 0 10px;
}

section.corporate-website-section-eight .text ul {
    display: flex;
    flex-direction: column;
    gap: 18px 0;
}

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: 0 21% 0 0;}

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: #0C081E;
    line-height: 20px;
}

.web-design-section-two .inner h5 {
    margin: 0 0 1rem;
}


.corporate-website-section-eleven .inner h5 {margin: 3rem 0 0;}

.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 #0C081E;
}

section.corporate-website-section-thirteen .title {
    border-bottom: 1px solid #000;
}

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: #0C081E;
}

section.corporate-website-section-thirteen .content img {
    aspect-ratio: 1/1;
    max-width: 70px;
}

section.corporate-website-section-thirteen .content ul {
    padding: 0;
    margin: 0;
    gap: 0 7%;
}

section.corporate-website-section-thirteen .content ul li {
    list-style: none;
}

.corporate-website-section-fifteen .title {
    background-color: #F9F9F9;
}

.corporate-website-section-fifteen .title h3 {
    color: #0C081E !important;
}

.submenu {
    top: 40px;
    left: 0px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    box-shadow: 0 0 17px 0px #00000021;
    width: 400px;
    padding: 20px 20px 20rem;
    border-radius: 5px;
    overflow-y: scroll;
    height: 100vh;
    background-color: #f9f9f9;
    scrollbar-width: none;
}

.submenu.active {
    z-index: 9;
    opacity: 1;
}

.submenu li a {
    font-size: 20px;
    font-weight: 500;
}

.submenu ul {
    gap: 1rem 0 !important;
}

.menu-submenu-sc {
    width: max-content !IMPORTANT;
}

.menu-submenu-sc::after {
    position: absolute;
    content: '';
    right: -26px;
    color: #000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 11px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}


.submenu a.contactus-btn {
    background-color: #212529;
    color: #f9f9f9;
}

section.wow-website-section-seven .title {
    border-bottom: 1px solid #000;
}


section.wow-website-section-seven .inner h6 span {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    color: #0C081E;
    line-height: 32px;
    text-transform: uppercase;
    display: flex;
    width: 36px;
    height: 36px;
    background-color: #D0F601;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0;
}

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: 0 15px;
}

section.wow-website-section-seven .inner p {
    margin: 0;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0C081E;
    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 #000;
    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: #F9F9F9;
}

section.wow-website-section-seven .inner {
    height: 100%;
    padding-top: 3rem;
}

section.wow-website-section-eight {
    background-color: #0C081E;
    padding: 0 0 2rem;
}

section.wow-website-section-eight .title h3 {
    color: #F9F9F9;
}

section.wow-website-section-eight .title {
    border-bottom: 1px solid #F9F9F9;
}

section.wow-website-section-eight .content {
    padding: 0 7%;
    border-top: 1px solid #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
}

section.wow-website-section-eight .content .col {
    padding: 0;
    max-width: 287px;
}

section.wow-website-section-eight .padding {
    border: unset !important;
}

section.wow-website-section-eight .padding h5 {
    margin: 0;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #F9F9F9;
}

section.wow-website-section-eight .padding h4 span {
    color: #D0F601;
}

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: #F9F9F9;
}

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: unset;
    border-right: 1px solid #ffffff99;
}

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 #0C081E;
    background-color: #F9F9F9;
    height: 44px;
    width: auto;
    margin: 0;
    padding: 0 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: #0C081E;
}

section.wow-website-section-eight .content .inner span {
    font-family: Mariupol;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #F9F9F9;
    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: 0 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 #fff;
}

section.wow-website-section-eight ul svg {
    color: #FED936;
}

section.wow-website-section-eight .padding ul {
    gap: 0 5px;
    margin: 0 0 0 10px;
}

.wow-website-section-four {
    background-color: #0C081E !important;
}

.wow-website-section-four h2, .wow-website-section-four p {
    color: #F9F9F9 !important;
}

.wow-website-section-four a {
    border: 1px solid #0C081E !important;
    background-color: #F9F9F9 !important;
    color: #0C081E  !important;
}

.wow-website-section-five button.accordion-button span {
    background-color: #D0F601 !important;
    color: #0C081E !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: #0C081E !important;
}


.e-commerce-section-one p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 24px !important;
    color: #000000 !important;
    line-height: 33px !important;
    letter-spacing: 0px;
    text-align: center;
    padding: 0 5rem;
    text-transform: unset !important;
}

section.e-commerce-section-one {
    padding: 6rem 0;
}


.e-commerce-section-two {
    height: 760px !important;
}

section.e-commerce-section-four .content {
    padding: 3rem 7% 0;
}

section.e-commerce-section-four {
    background-color: #0C081E;
    padding: 0 0 5rem;
}

section.e-commerce-section-four .title h3 {
    color: #F9F9F9;
}

section.e-commerce-section-four .content h5 {
    color: #F9F9F9;
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0 0 6rem;
}

.e-commerce-section-seven .title {
    background-color: #F9F9F9 !important;
}


section.e-commerce-section-six .title {
    background-color: #F9F9F9;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

section.e-commerce-section-six .inner {
    padding: 3rem 14%;
    border-right: 1px solid #000;
    height: 100%;
    border-bottom: 1px solid #000;
}


section.e-commerce-section-six .inner h4 {
    font-family: PresicavRg;
    font-weight: 700;
    font-size: 19px;
    line-height: 32px;
    color: #0C081E;
    text-transform: uppercase;
    margin: 0 0 2rem;
}

section.e-commerce-section-six .inner p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0C081E;
    margin: 0;
}

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% 0;
}

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: #0C081E;
}

section.e-commerce-section-ten .text {
    margin: 0 0 0rem;
}



section.e-commerce-section-ten .title {
    border-bottom: 1px solid #000;
}

section.e-commerce-section-ten ul li {
    list-style: none;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 20px;
    line-height: 41px;
    color: #0C081E;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

section.e-commerce-section-ten .text-start a {
    background-color: #0C081E;
    padding: 22px 30px;
    font-family: Mariupol;
    font-weight: 500;
    font-size: 14px;
    color: #F9F9F9;
    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: 0 0 4rem;
}

.e-commerce-section-eleven .title {
    border-top: 1px solid #000;
    background-color: #F9F9F9;
}

section.e-commerce-section-eight .title {
    background-color: #F9F9F9;
    border-bottom: 1px solid #000;
}

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: #0C081E;
    text-transform: uppercase;
}

.e-commerce-section-fourteen .title {
    border-top: 1px solid #fff;
}

.industries-section-one img {
    right: 0;
    bottom: 0;
}

section.industries-section-two {
    background-color: #0C081E;
}

section.industries-section-two .title h3 {
    color: #F9F9F9;
}

section.industries-section-two .content {
    padding: 3rem 7%;
}

section.industries-section-two .inner h4 {font-family: PresicavRg;font-weight: 700;font-size: 22px;color: #F9F9F9;line-height: 32px;text-transform: uppercase;margin: 0;}

section.industries-section-two .inner p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #F9F9F9;
}

section.industries-section-two .inner .d-flex {
    gap: 0 16px;
    margin: 0 0 2rem;
}

section.industries-section-two .row {
    gap: 80px 0;
}

section.industries-section-two .title {
    border-bottom: 1px solid #fff;
}

.industries-section-four .inner {
    border-top: 1px solid #fff;
}

.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: #F9F9F9;
    text-transform: uppercase;
    width: 66%;
}

.industries-section-six {
    background-color: #0C081E !important;
}

.industries-section-six h2, .industries-section-six p {
    color: #F9F9F9 !important;
}

.industries-section-six a {
    background-color: #F9F9F9 !important;
    border: 1px solid #0C081E  !important;
    color: #0C081E  !important;
}

section.mobile-design-section-four .title h3 {
    color: #fff;
}



section.case-studies-section-two .inner img {
    width: 100%;
    transition: all 0.5s;
}

section.case-studies-section-two .content {
    padding: 0 7%;
}


section.case-studies-section-two .inner {
    border: 1px solid #000;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

section.case-studies-section-two .col-md-6:nth-child(odd) .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: #0C081E;
    line-height: 30px;
}

section.case-studies-section-two .inner .text p {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0C081E;
}

section.case-studies-section-two .inner .text li {
    list-style: none;
}

section.case-studies-section-two .inner .text button {
    border: 1px solid #0C081E;
    background-color: #ffffff;
    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: #0C081E;
    padding: 2px 10px;
    border-radius: 50px;
    font-family: Mariupol;
    font-size: 12px;
    text-align: center;
    color: #F9F9F9;
    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: 0 0 2rem;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

section.case-studies-section-two .nav-tabs button {
    padding: 8px 16px;
    border: 1px solid #0C081E;
    border-radius: 100px !important;
    font-family: Mariupol;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #0C081E !important;
    width: max-content;
}

section.case-studies-section-two .nav-tabs button.active {background-color: #D0F601;border: 1px solid #0C081E;}

section.case-studies-section-two .nav-tabs button:hover {
    background-color: #d0f6014a;
    border: 1px solid #0C081E;
}

section.case-studies-section-two .nav-tabs button:focus {
    border: 1px solid #0C081E;
}

section.case-studies-section-two .nav-tabs li {
    width: max-content;
}

.case-studies-section-three .viewall a span {
    background-color: #fff;
    border: 1px solid #fff;
}

.case-studies-section-three .viewall a span svg {
    color: #fff;
}

.case-studies-section-three img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 550px;
    bottom: 0;
    top: 0;
}

.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 {
    background-color: #D0F601 !important;
    border-bottom: 1px solid #0C081E;
}

.corporate-website-section-eleven .title h3 {
    color: #0C081E;
}

section.e-commerce-section-four .title {
    border-bottom: 1px solid #fff;
}

.header-sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -100%);
    padding: 25px calc(50vw - 508.5px) 18px calc(50vw - 354.5px);
    max-height: calc(100vh - 150px);
    z-index: -1;
    transform-origin: top center;
    transition: transform .2s ease-in-out;
    width: 100vw;
    background-color: #0c081e;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 284px;
}

.header-sub-menu h5 {
    color: #fed936;
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    padding: 5px;
}

.header-sub-menu li a {
    color: #f9f9f9;
    font-size: 14px;
    line-height: 121.429%;
    padding: 5px;
    font-family: Mariupol;
    display: flex;
    text-transform: capitalize;
}

.header-sub-menu ul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.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: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 57px;
}


/*.submenu-open:hover .header-sub-menu{transform: translate(0, 89px);}*/

.sub-menu.show {
    top: 89px;
}

li.submenu-open a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    background-color: #00000000;
    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 #0c081e;
    border-radius: 35px;
    transform: scale(0);
    opacity: 1;
    transition: all 0.2s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.nav-bar li a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.nav-bar li a span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    color: #0c081e;
    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: 0;
    min-height: 100%;
    background-color: #fff;
    left: 0;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
    transform-origin: top right;
    overflow: hidden;
    border-radius: 50%;
    height: 100vh;
    background-color: #0c081e;
}

.burger-menu.active {
     transform: scale(1); 
     opacity: 1; 
     visibility: visible; 
     border-radius: unset;
}

.burger-menu .top {
    padding: 9px 0 8px 7%;
    gap: 0 10rem;
    border-bottom: 1px solid #000;
    background-color: #ffffff;
}

.burger-menu .middlee {
    background-color: #ffffff;
}

.best-cases span.star {
    border: 1px solid #0c081e;
    background-color: #D0F601;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.best-cases a {
    border: 1px solid #0c081e;
    background-color: #0c081e;
    color: #D0F601;
    border-radius: 100px;
    padding: 5px 17px 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Mariupol-Regular';
    text-decoration: unset;
    transition: all .25s ease-in-out;
}

.best-cases {
    display: flex;
    align-items: center;
}

.best-cases a:hover {
    background-color: #fed936;
    color: #0c081e;
}

.side-nav a {
    min-height: 69.8px;
    display: flex;
    animation: .25s ease menuLinkShow forwards;
    animation-delay: 1.45s;
    color: #0c081e;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 12px 10px 70px;
    background color: #fed936;
    text-decoration: unset;
    font-family: 'PresicavRg';
    align-items: center;
    z-index: 1;
    border-top: 1px solid #000;
    position: relative;
}

.side-nav li:first-child a {
    border-top: transparent;
}

.side-nav a::after {
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    content: '';
    position: absolute;
    background: #d0f601;
    transition: all .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: #0c081e;
    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: #0c081e;
}

.multiple-navs {
    padding: 25px 41px 25px 25px;
}

.burger-menu .col-md-9, .burger-menu .col-md-3 {
    padding: 0;
}

.burger-menu .multiple-navs li a::before {
    content: '';
    position: absolute;
    left: -6px;
    bottom: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    top: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.5s;
}

.burger-menu .multiple-navs li a:hover::before {
    opacity: 1;
}

.burger-menu .bottomm {
    background-color: #0c081e;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 249px;
}

.burger-menu .bottomm img {
    left: 0;
    right: 0;
    margin: auto;
    width: 133px;
}

.burger-menu .bottomm h3 {
    color: #f9f9f9;
    font-family: 'PresicavHv';
    font-size: 48px;
    font-weight: 700;
    line-height: 117.241%;
    letter-spacing: .58px;
    text-transform: uppercase;
    margin: 0 0 2rem;
}

.side-nav {border-right: 1px solid #000;height: 100%;}

.burger-menu .bottomm button {
    background-color: #D0F601;
    color: #0c081e;
    font-size: 36px;
    line-height: normal;
    padding: 20px 42px 20px;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
}

.burger-menu .bottomm button::after {
    transition: all .25s cubic-bezier(0.32, 2, 0.55, 0.27);
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    border: 1px solid #D0F601;
    left: 0;
    border-radius: 50px;
    height: 100%;
}

.burger-menu .bottomm button::before {
    transition: all .25s cubic-bezier(0.32, 2, 0.55, 0.27);
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    border: 1px solid #D0F601;
    left: 0;
    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: 0 0 .7px, 0 0 .7px;
}

.responsive-menu a.close {
    position: absolute;
    right: 0;
    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: #fed936;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9998;
    border-radius: 50%;
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transform-origin: top right;
    top: 0;
    right: 0;
}

header .overlay.active {
    transform: scale(100);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
}

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: 0;
    background-color: #d0f601;
    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: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    z-index: 0;
}

section.home-section-four .content .inner .videoo::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #d0f601;
    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 ease;
}

h3.flicker-container {
  opacity: 0.1;
  transition: opacity 0.5s ease;
  word-spacing: -4px;
}


.flicker-container.animate {
  opacity: 1;
}

.flicker {
  opacity: 0.1;
  display: inline-block; 
}

.flicker.animate {
  animation: flickerAnimation 1s ease forwards;
  animation-delay: var(--random-delay);
}

.flicker-container {
  white-space: pre-wrap;
  word-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 .25s ease-in-out, visibility .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 #0c081e;
    border-radius: 50%;
}

section.home-section-four .content .figures span.rotate img {
    animation: 4s linear 0s infinite iconRotate;
}


@keyframes iconRotate{
    0% {
    transform: rotate(0);
}
    100% {
    transform: rotate(360deg);
    }
}

section.home-section-four .content .inner:hover .figures {
    opacity: 1;
}

.case-studies-section-one  .content {
    padding: 0 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: all 0.3s;}


/* Hover Resize Effect - More Subtle */
.hover-resize-row {
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hover-resize-col {
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

/* Left column hover - More subtle expansion */
.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 column hover - More subtle expansion */
.right-col:hover {
    flex: 0 0 54%;
    max-width: 54%;
}

.left-col:has(+ .right-col:hover) {
    flex: 0 0 46%;
    max-width: 46%;
}

/* Maintain equal columns when none are hovered */
@media (min-width: 768px) {
    .hover-resize-col:not(:hover) {
        /* flex: 0 0 50%; */
        /* max-width: 50%; */
    }
}

.hover-resize-col:hover .inner {
    background-color: #D0F601;
}

section.brand-identity-sec-three .inner video {
    width: 100%;
    transition: all 0.5s;
    opacity: 0;
}

section.brand-identity-sec-three .hover-resize-col:hover video {
    opacity: 1;
}

section.e-commerce-section-one .content {
    padding: 0 7%;
}


.what-happen-next span.text {
    padding: 0;
    border: unset;
    margin-left: 50px;
    display: flex;
}

.mousehover-content {
    top: -16rem;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 0 0;
}

.mousehover-content video {
    width: 330px;
    border-radius: 20px;
    height: 330px;
    object-fit: cover;
}

.mousehover-content .row:nth-child(2) video:nth-child(1) {margin: -10rem 0 0 -5rem;}


section.brand-slider {
    position: relative;
    z-index: 1;
    padding: 1rem 0 01.5rem;
}


.sub-menu {
    position: absolute;
    top: -400%;
    display: flex;
    padding: 25px calc(50vw - 508.5px) 18px calc(50vw - 354.5px);
    z-index: 4;
    transform-origin: top center;
    transition: all 0.4s;
    width: 100vw;
    background-color: #0c081e;
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
    justify-content: center;
    z-index: 99;
}

.sub-menu  h5 {
    color: #fed936;
    font-size: 16px;
    font-family: 'Mariupol-Medium';
    margin: 0 0 1.5rem;
}

.sub-menu li a {
    color: #f9f9f9;
    font-size: 14px;
    font-family: 'Mariupol';
    padding: 0;
    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 0;
}

li.has-sub-menu:hover .sub-menu {
    top: 89px;
}

li.has-sub-menu a::after {
    content: "";
    position: absolute;
    height: 41px;
    border: 1px solid #0c081e;
    bottom: -80px;
    left: 50%;
    transition: all .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: 0;
    background-color: #0000;
    width: 100px;
    height: 43px;
    right: 16rem;
    display: flex;
    margin: 0 auto;
    visibility: hidden;
    transition: all 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(4) brightness(9.5);
}

.graphic-design-section-three .accordion-item .accordion-button::after {
    filter: unset !important;
}

section.case-studies-section-two {
    padding: 0 0 6rem;
}

section.case-studies-section-two .text-center a {
    display: inline-flex;
    border: 1px solid #0C081E;
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.94px;
    text-align: center;
    text-transform: uppercase;
    color: #F9F9F9;
    background-color: #0C081E;
    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: #0C081E;
}

.ui-ux-section-fifteen .click-to-copy span {
    color: #0C081E;
}

.video-border img {
    position: absolute;
    top: -38px;
    left: 0;
    max-width: 927px !important;
    margin: 0  auto;
    right: 0;
    height: 680px;
    width: unset !important;
    object-fit: contain;
}

.sub-menu li {
    list-style: none;
}