body,
html {
    height: 100%;
    scroll-behavior: smooth;
}

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: #fff;
    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: #fff;
    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: #fff;
    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;
}

.contact-us-form .checkbox-container {
    display: flex;
    gap: 15px;
    margin-top: 1rem;
}

.contact-us-form .checkbox-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.contact-us-form .custom-checkbox {
    width: 18px;
    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 0;
}

.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;
}

.nav-bar li {
    list-style: none;
}

.nav-bar ul {
    justify-content: center;
    gap: 0 44px;
}

.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;
    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;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

#menu-button span {
    display: inline-block;
    background-color: #000;
    height: 1px;
    width: 16px;
    z-index: 9;
    transition: all 0.4s;
}

#menu-button:after {
    width: 36px;
    height: 36px;
    border: 1px solid #0C081E;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 0;
    left: -8px;
    z-index: -1;
    transition: all 0.5s;
}

#menu-button:before {
    width: 36px;
    height: 36px;
    border: 1px solid #0C081E;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 0;
    left: -16px;
    z-index: -2;
    transition: all 0.5s;
}

.responsive-menu {
    position: relative;
}

#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, #menu-button:hover::before {
    left: 0;
}
section.banner .content h1 {
    font-family: PresicavHv;
    font-weight: 900;
    font-size: 65px;
    line-height: 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: #fff;
    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: 0 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: #fff;
    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;}

.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;
}

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;
}

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 .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;}

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: 120px;
}



section.home-section-three .content .col-md-4:nth-child(3) .inner {
    padding-right: 120px;
}

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 120px;
}

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;
    position: relative;
    z-index: 9;
}

section.home-section-four .content:nth-child(1) .inner {
    height: 120px !important;
}

section.home-section-four .content .inner {
    position: relative;
    height: 76px;
    display: flex;
    align-items: center;
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 18px;
    line-height: 29.88px;
    color: #F9F9F9;
    justify-content: start;
    vertical-align: middle;
    border-right: 1px solid #F9F9F9;
    padding-left: 47px;
    z-index: 1;
}

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 {
    padding: 10px 120px;
    align-items: center;
}


section.home-section-five {
    background-color: #0c081e;
}

section.home-section-five .content {
    border-top: 1px solid #F9F9F9;
    padding: 80px 120px;
}


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 img {
    width: 100%;
    margin: 0 0 1rem;
}

section.home-section-five .content h3 {
    font-family: PresicavRg;
    font-weight: 400;
    font-size: 30px;
    color: #F9F9F9;
    line-height: 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;
    overflow: hidden;
}

section.home-section-six .title {
    padding: 10px 120px;
    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 120px;
    position: relative;
    height: 115px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #0C081E;
    z-index: 9;
    transition: all 0.4s;
    cursor: pointer;
}

section.home-section-six h6 {
    background-color: #0C081E;
    color: #F9F9F9;
}

section.home-section-six .content img {position: absolute;left: 0;opacity: 0;transition: all 0.4s;top: 0;}

section.home-section-six .content h3 {
    font-family: PresicavRg;
    font-weight: 400;
    font-size: 48px;
    margin: 0;
    line-height: 55.68px;
    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 img {
    opacity: 1;
    left: 7rem;
}

section.home-section-six .content:hover {
    padding-left: 19rem;
    background-color: #D0F601;
}

section.home-section-six .content:hover .discover-btn a {
    opacity: 1;
}

section.home-section-seven .title {
    padding: 10px 120px;
    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 120px;
}

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 svg {
    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: #fff;
    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 {
    padding: 10px 120px;
    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 120px;
}

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;
}

section.home-section-nine .title h3 {
    color: #f9f9f9;
}

section.home-section-nine .content {
    padding: 70px 120px 0;
    height: 840px;
}

section.home-section-nine .text h1 {
    font-family: PresicavHv;
    font-weight: 900;
    font-size: 55px;
    color: #FFFFFF;
    line-height: 100%;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin: 0 0 3rem;
}

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 h6 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 14px;
    line-height: 23.94px;
    text-transform: uppercase;
    color: #0C081E;
}

.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;
    width: 31.94px;
    height: 31.94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.click-to-copy span svg {
    color: #fff;
    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;
}

.forms-switch .quote {
    font-family: Mariupol;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    vertical-align: middle;
    text-transform: uppercase;
    border: unset;
    padding: 0;
    display: inline-block;
    color: #FFFFFF;
    margin: 0 auto;
    width: 315px;
    height: 60px;
    background-color: #000;
}

.forms-switch .call {
    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;
    line-height: 17px;
    color: #FFFFFF;
    vertical-align: middle;
    margin: 0 0 1rem;
    text-transform: uppercase;
}

.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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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;
    color: #fff;
}

footer {
    background-color: #0c081e;
    padding: 5rem 0;
}

.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 {
    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 {
    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: #fff;
    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.home-section-three .inner::after {
    width: 0%;
    top: 0;
    content: '';
    transition: all .25s ease-in-out;
    background-color: #fed936;
    height: 100%;
    position: absolute;
    z-index: -1;
}
section.home-section-three .col-md-4:nth-child(1) .inner:hover::after {
    width: 100%;
}

section.home-section-three .col-md-4:nth-child(1) .inner::after {
    right: 0;
}


section.home-section-three .col-md-4:nth-child(2) .inner:hover::after {
    height: 100%;
}

section.home-section-three .col-md-4:nth-child(2) .inner::after {
    top: 0;
    left: 0;
    height: 0%;
   width: 100%;
}


section.home-section-three .col-md-4:nth-child(2) .inner:hover::after {
    height: 100%;
}

section.home-section-three .col-md-4:nth-child(2) .inner::after {
    top: 0;
    left: 0;
    height: 0%;
   width: 100%;
}
section.home-section-three .content.border-bottom .col-md-4:nth-child(2) .inner:hover::after {
    height: 100%;
}

section.home-section-three .content.border-bottom .col-md-4:nth-child(2) .inner::after {
    bottom: 0;
    top: unset;
    left: 0;
    height: 0;
    width: 100%;
}

.home-section-four .inner figure{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;}


.home-section-four .inner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
}
.home-section-four .inner:hover figure{
    opacity: 1;
    visibility: visible;
}

section.home-section-four .content .inner::after {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-in-out;
    background-color: #fed936;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    z-index: -1;
}

section.home-section-four .content .inner:hover::after {
    visibility: visible;
    opacity: 1;
}

.home-section-four .inner figure::after{
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fed936;
    z-index: 0;
    mix-blend-mode: multiply;
}

section.home-section-six .content video {position: absolute;left: 0;opacity: 0;transition: all 0.4s;top: 0;}
section.home-section-six .content:hover .vid video {
    transform: rotateY(360deg);
}

section.home-section-six .content:hover video {
    opacity: 1;
    left: 7rem;
    transition: all 0.7s;
}

section.home-section-six .content:hover {
    padding-left: 19rem;
    background-color: #D0F601;
}
section.home-section-six .content video {
        position: absolute;
        left: 0;
        opacity: 0;
        transition: all 0.4s;
        top: 0;
        height: 116px;
        width: 116px;
        z-index: 1;
}
.padd ul {
    display: flex;
    margin: 0;
    opacity: 0;
}

.padd ul li {
    list-style: none;
  
}
.padd {
    padding: 0 50px !important;
}

.padd ul li {
    border: 1px solid #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    
}


.padd:hover ul {
    opacity: 1;
    transition: all 0.5s;
}

.padd ul li:first-child svg {transform: rotate(-40deg);margin-bottom: 2px;transition: all 0.5s;}

section.home-section-four .content .padd::after {
    background-color: #f9f9f9;
}

section.home-section-four .content .padd:hover h6 {
    color: #0c081e !important;
}

section.home-section-four .content .inner h6 {
    font-family: Mariupol;
    font-weight: 400;
    font-size: 18px;
    color: #f9f9f9;
}

section.home-section-four .content .padd {
    cursor: pointer;
}
.padd ul:hover {
    opacity: 1;
}

.padd:hover li:first-child {
    animation: 4s linear 0s infinite iconRotate       
}

@keyframes iconRotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}
section.home-section-three .col-md-4:nth-child(3) .inner:hover::after {
    width: 100%;
}

section.home-section-three .col-md-4:nth-child(3) .inner::after {
    left: 0;
}
.padd ul li a img {
    height: 30px;
}
section.home-section-four .content .col-md-4:nth-child(1) .inner {
    padding-left: 120px !important;
}
.vid {
    background: transparent !important;
  }
  
  .vid video {
    display: block;
    background: transparent !important;
  }

 





.calendar {
    background: #181135;
    border-radius: 0;
    padding: 20px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  }
  
  .calendar .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-family: 'Mariupol-Regular';
    color: #fff;
  }
  
  .calendar .header button {
    background-color: #d0f601;
    color: #000;
    border: none;
    padding: 6px 10px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .weekdays, .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
  }
  
  .weekdays div {
    padding: 10px 0;
    font-family: 'Mariupol-Regular';
    color: #fff;
  }
  
  .days div {
    padding: 10px 0;
    margin: 2px;
    border-radius: 5px;
    transition: 0.3s;
    font-family: 'Mariupol-Regular';
    color: #fff;
  }
  
  .days div:hover {
    background-color: #d0f601;
    color: #000;
    cursor: pointer;
  }

  .forms-switch button.active {background-color: #140f2d;}