body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

header {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
}

.custom-hr{
  width: 100%;
}

#logo-link {
  border-bottom: transparent;
  text-decoration: none;
}

:root {
  --primary-blue: #3F74B6;
  --secondary-blue: #181443;
  --third-blue: #0d0d0f;
  --grey: #848894;
  --light-grey: #848894;
  --custom-black: #0A1023;
  --third-gray: #D5DEED;
}

.max-w-1000 {
  max-width: 1000px;
}

.top-17 {
  top: 17%;
}

.lh-36 {
  line-height: 36px;
}

.primary-blue {
  color: var(--primary-blue);
}

.bg-header {
  background-color: white;
}

.bg-primary {
  background-color: var(--primary-blue) !important;
}

.my-s {
  margin-top: 87px;
  margin-bottom: 87px;
}

.mt-s {
  margin-top: 87px;
}

h1, h2, h3 {
  font-weight: bold;
}

h1 {
  color: white;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Manrope', serif;
}

.container-big {
  max-width: 1446px;
  margin: auto;
}

h2 {
  color: var(--primary-black);
  font-size: 28px;
  line-height: 36px;
  font-family: 'Manrope', serif;
}

h3 {
  color: var(--primary-blue);
  font-size: 28px;
  font-weight: 800;
  font-family: 'Manrope', serif;
}

p {
  line-height: 28px;
  color: var(--primary-black);
  font-family: 'Manrope', serif;
  font-weight: 400;
}

p.primary {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

p.secondary {
  font-size: 16px;
}

p.third {
  font-size: 14px;
}

button {
  font-family: 'Manrope', serif;
  font-size: 16px;
  color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  background: none;
  padding: 12px 24px;
  border-radius: 23px;
  outline: none;
  font-weight: 600;
  transition: .6s;
}

button:hover {
  background-color: var(--primary-blue);
  color: white;
}

button.header:hover {
  border-bottom: 1px solid var(--primary-white);
}

button.cta {
  width: 230px;
  height: 52px;
  border-radius: 6px;
  font-family: 'Manrope', serif !important;
  background-color: var(--primary-white);
  color: var(--primary-blue);
  border: none;
  transition: 250ms ease-in-out;
}

button.cta:hover {
  color: white !important;
  background-color: var(--secondary-blue);
}

button.direction {
  font-size: 14px;
  background: none;
  border: none;
  font-weight: 600;
  padding-left: 0;
  color: var(--primary-blue);
}

button.direction::after {
  padding-left: 5px;
  transition: .6s;
  content: url("/img/right_icon.svg");
}

button.direction:hover::after {
  padding-left: 15px;
}


body {
  background-color: var(--secondary-white);
}

.soon-btn {
  background-color: var(--primary-blue) !important;
  color: var(--primary-white) !important;
  border: none;
}

p.soon {
  font-family: 'Manrope', serif !important;
  font-weight: 400;
  color: var(--primary-black);
}

a.soon {
  font-family: 'Manrope', serif !important;
  font-weight: 400;
  text-decoration: none;
  color: var(--primary-black);
}

a.soon:hover {
  color: var(--primary-black);
}


.header-link {
  color: black;
  font-family: 'Manrope', serif !important;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}

.header-link:after {
  display: block;
  content: '';
  width: 110%;
  margin-left: -5%;
  border-bottom: solid 1px var(--primary-white);
  transform: scaleX(0);
  margin-top: 3px;
  transition: transform 250ms ease-in-out;
}

.header-link:hover:after {
  transform: scaleX(1);
}

.header-link.fromRight:after {
  transform-origin: 100% 50%;
}

.header-link.fromLeft:after {
  transform-origin: 0% 50%;
}

.header-link:hover {
  color: var(--primary-white) !important;
}

.top-60 {
  top: 60% !important;
}

.img-obj {
  object-fit: cover;
  height: 100vh;
}

.section-5 {
  max-width: 1920px;
  left: 50%;
  font-weight: 300;
  transform: translate(-50%);
}

.mt-77 {
  margin-top: 77px;
}

.mt-44 {
  margin-top: 44px;
}

.regular-p {
  color: var(--light-grey);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}


.bg-custom{
  background-color: #234B8E;
}

.slider-image{
  max-height: 468px; object-fit: cover;
}

.slide-section .container-big {
  padding-top: 62px;
  padding-bottom: 62px;
  background-color: #234B8E;
}

.slide-section p {
  margin-top: 14px;
  color: white;
  font-size: 24px;
  font-weight: 300;
}

.text-right {
  text-align: right;
}

.about-container {
  background-color: var(--third-gray);
}

.w-13 {
  width: 13%;
}

.py-c {
  padding-top: 120px;
  padding-bottom: 120px;
}

.mb-100 {
  margin-bottom: 100px;
}

.bold {
  font-weight: 800;
}


.right-15 {
  right: 15px;
}

.home-1 hr {
  width: 10%;
}

.home-1 p {
  color: #C1D4FF;
  font-size: 24px;
  line-height: 36px;

}


@media (max-width: 575.98px) {}


@media (max-width: 767.98px) {}


@media (max-width: 991.98px) {
}

.p-lg-absolute {
  position: absolute;
}

@media (max-width: 1199.98px) {
  .custom-hr{
    width: 25%;
  }

  .py-c {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-big {
    overflow-x: hidden;
    max-width: 100%;
    margin: auto;
  }

  .home-1 hr {
    width: 25%;
  }

  .lang-wrapper {
    position: absolute;
    right: 10px;
  }

  .w-sm-100 {
    width: 100%;
  }

  .p-lg-absolute {
    position: relative;
    width: 100% !important;
  }

  .my-s {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}


@media (max-width: 1399.98px) {}