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: 'georgia';
  src: url('../fonts/georgia.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'georgiab';
  src: url('../fonts/georgiab.ttf') format('truetype');
}

/*@font-face {
  font-family: 'georgiai';
  src: url('../fonts/georgiai.ttf') format('truetype');
}


@font-face {
  font-family: 'georgiaz';
  src: url('../fonts/georgiaz.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*/

header a.navbar-brand img {
    width: 170px;
}

.custom-padding-small {
  padding-bottom: 10px; /* Adjust this value (e.g., 20px vs. original ~40-50px) to your preference */
}
.section-two#why-created .custom-padding-small {
  padding-bottom: 10px; /* Adjust this value to minimize the gap */
}
.section-two#why-created .title {
  margin-bottom: 10px; /* Reduces the gap; adjust as needed (e.g., 5px or 0px) */
}

header ul.navbar-nav li a {
    padding: 4px 4px 4px  35px !important;
    background-color: #13264d;
    color: #fff !important;
    font-family: 'georgiab';
    display: flex;
    align-items: center;
    gap: 0 18px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 50px;
}

header ul.navbar-nav li a span {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
    border-radius: 50%;
}

section.banner h1 {
    font-family: 'georgi';
    color: #000;
    font-size: 50px;
    margin: 0 0 10px;
}

header ul.navbar-nav li a span img {
    width: 26px;
}

section.banner h1 span {
    color: #456cac;
    font-family: 'georgiab';
}

section.banner {
    width: 100%;
    height: auto;
    padding: 8rem 0 0;
    background: #f8f9fa;
}


section.banner p {
    opacity: 60%;
    color: #000;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 25px;
}


section.banner a {
    padding: 4px 3px 4px 30px;
    background-color: #456cac;
    color: #fff !important;
    font-family: 'georgiab';
    display: inline-flex;
    align-items: center;
    gap: 0 30px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: unset;
}

section.banner a span {
    background-color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.banner a span img {
    width: 20px;
    transform: rotate(90deg);
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}


section.section-two {
    padding: 6rem 0 0;
    position: relative;
}

section.section-two .title h3 {
    color: #456cac;
    font-family: 'georgi';
    font-size: 50px;
}

section.section-two .title h3 strong {
    font-family: poppins;
}

section.section-two .title h3 span {
    color: #13264d;
}


section.section-two .inner {
    text-align: center;
}

section.section-two .inner .text h4 {
    font-size: 34px;
    color: #13264d;
    font-family: 'georgia';
}

section.section-two .inner .text p {
    font-family: 'Open Sans';
    color: #13264d;
    font-size: 20px;
    font-weight: 400;
}

section.section-two .inner .text p a {
    display: block;
    font-weight: 600;
    color: #13264d;
    font-style: italic;
}

section.section-two .inner .text {
    margin: 2rem 0 0;
}

section.section-three .img img {
    width: 93%;
}


section.section-three .text h3 {
    font-size: 50px;
    font-family: georgia;
    color: #456cac;
}

section.section-three .text h3 span {
    color: #13264d;
    font-family: georgiab;
}

section.section-three .text {
    padding-left: 0;
}

.section-three {
    padding: 6rem 0;
}

.section-three img.setting-watermark {
    right: 7%;
    width: 760px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    z-index: -1;
}

section.section-four {
    background-color: #fff;
    padding: 4rem 0;
    z-index: 1;
}

section.section-four .title {
    text-align: center;
}

section.section-four .title h2 {
    font-size: 50px;
    font-family: georgia;
    color: #456cac;
}

section.section-four .title h2 span {
    color: #13264d;
    font-family: georgiab;
}

section.section-four .youtube-video iframe {
    width: 100%;
    height: 510px;
    margin: 0 auto;
    display: flex;
}

section.section-four .youtube-video {
    overflow: hidden;
    border-radius: 14px;
    margin: 3rem auto 11rem;
    width: 80%;
    z-index: 1;
    position: relative;
}

section.section-four .content .inner {
    text-align: center;
    position: relative;
    border: 1px solid #3e72ae;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    padding: 0 50px 30px;
    border-radius: 4px;
    box-shadow: 0 0 8px 8px #00000014;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
}

section.section-four .content .inner img {
    position: absolute;
    top: -107px;
    width: 190px;
}

section.section-four .content .inner h4 {
    font-size: 25px;
    font-family: georgia;
}

section.section-four::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    background-color: #f8f9f8;
    height: 88%;
    z-index: -1;
}

.copyright p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

.copyright {
    background-color: #1e1e1e;
    text-align: center;
    padding: 8px 0;
}

.copyright p a {
    color: #fff;
    font-weight: 600;
    padding: 0;
}

section.section-four img.contractor-img-left {
    position: absolute;
    width: 570px;
    top: 15%;
    left: 0px;
}

section.section-four img.contractor-img-right {
    position: absolute;
    width: 570px;
    top: 15%;
    right: 0;
}

section.section-four .content {
    width: 90%;
    margin: 0 auto;
}


header.scroll {
  background: #fff !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.header-fixed {
    position: relative;
}

section.section-two .inner span {
    border: 1px solid #13264d;
    color: #13264d;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    left: 40px;
}

section.section-two .img {
    position: absolute;
    top: -150px;
    z-index: -1;
}

section.section-two .title {
    margin: 0 0 11rem;
}

.step-imgs img {
    width: 170px;
}

.step-imgs {
    position: relative;
}

section.section-two img.tool {
    width: 100%;
}

.container.custom-width .row {
    margin-bottom: -136px;
}

.container.custom-padding .content {
    padding: 0 50px;
}


section.banner .row {
    align-items: center;
}

section.banner .row .img img {
    width: 650px;
}

section.banner .container-fluid {
    padding: 0 0 0 8%;
}

section.banner .img {
    text-align: end;
}

a.mouse {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: fit-content;
    background-color: transparent !important;
    padding: 0 !important;
    bottom: -50px;
    z-index: 9999;
}
