html, body {
  overflow: hidden;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

#home .section {
  height: 100vh;
  width: 100%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#home .s1 {
  min-height: 900px;
  overflow: hidden;
  position: relative;
}

#home .s1 .preloader {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
}

#home .s1 .preloader .logo-group {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: center;
  will-change: transform;
}

#home .s1 .preloader .logo-group > div {
  width: 100%;
  max-width: 700px;
  height: 700px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#home .s1 .preloader .logo-group .logo-piece {
  position: absolute;
  transform: translate(-50%, -50%);
  height: auto;
  transform-origin: center center;
  transition: none;
  will-change: transform;
}

#home .s1 .preloader .logo-group .left {
  left: 0;
  top: 42%;
}

#home .s1 .preloader .logo-group .right {
  left: 100%;
  top: 54%;
}

#home .s1 .preloader .logo-group .bottom {
  top: 88%;
  left: 44%;
}

#home .s1 .preloader .frame-border {
  width: 100%;
  height: 100%;
  background: url(/i/preloader.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: center center;
  will-change: transform, opacity;
}

#home .s1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#home .s1 .container-inner {
  z-index: 2;
  opacity: 0;
}

#home .s1 p.lg {
  font-weight: 500;
  color: #fff;
  margin-bottom: 1.5rem;
}

#home .s1 h1 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 6rem;
  line-height: 1.2em;
  color: #fff;
}

#home .s1 svg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  max-width: 100%;
  pointer-events: none;
  object-fit: cover;
  opacity: 0;
}

#home .s1::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 84.15%, rgba(0, 0, 0, 0.5) 98.65%), linear-gradient(180deg, rgba(0, 0, 0, 0.4) 3.83%, transparent 23.52%), linear-gradient(0deg, rgba(75, 59, 40, 0.3) 0%, rgba(75, 59, 40, 0.3) 100%);
  z-index: 1;
}

#home .s2 svg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 100%;
  pointer-events: none;
  object-fit: cover;
}

#home .s2 svg path {
  fill: #F8F8F9;
}

#home .s2 .container-inner {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  z-index: 2;
}

#home .s2 .bg-img {
  width: 50%;
  max-width: 705px;
  height: 665px;
  border-radius: 30px;
  background: url(/i/intro-section-img.png) no-repeat center/cover;
}

#home .s2 .content {
  width: 50%;
  max-width: 828px;
}

#home .s3 .global-btn {
  margin-top: 3rem;
}

#home .s4 .center-sec {
  margin-bottom: 2.5rem;
}

#home .s4 .center-sec h3, #home .s4 .center-sec p {
  color: #787D85;
}

#home .s4 .numbers-ticker {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}

#home .s4 .numbers-ticker .number-wrapper {
  width: 20%;
  max-width: 240px;
}

#home .s4 .numbers-ticker .number {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .6rem;
  width: 100%;
  border-bottom: 1px solid #C48E51;
  font-size: 4.9rem;
}

#home .s4 .numbers-ticker .number p, #home .s4 .numbers-ticker .number span {
  background: linear-gradient(105deg, #C48E51 17.6%, #FFD9A1 92.59%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 250;
  line-height: normal;
}

#home .s4 .numbers-ticker .number p.count {
  font-size: 1em;
}

#home .s4 .numbers-ticker .number span {
  font-size: 0.456em;
}

#home .s4 .numbers-ticker p.desc {
  text-align: center;
  margin-top: .7rem;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.11em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#home .s4 .sm {
  max-width: 1280px;
  margin: 3rem auto 0 auto;
  font-size: .75rem;
}

#home .s5 {
  text-align: center;
}

#home .s5 h3 {
  font-size: 3rem;
  color: #fff;
  max-width: 1140px;
  margin: 0 auto 2.8rem auto;
}

#home .s2 {
  background: #fff;
}

#home .s3 {
  background: url(/i/our-expertise.jpg) no-repeat center/cover;
}

#home .s4 {
  background: url(/i/by-the-numbers.jpg) no-repeat center/cover;
}

#home .s5 {
  background: url(/i/contact-us-bg-img.jpg) no-repeat top/cover;
}

#home .page-nav {
  width: calc(100% -  2rem);
  max-width: 1720px;
  margin: 0 auto;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  opacity: 0;
}

#home .page-nav .progress-container {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 4.25rem;
}

#home .page-nav .progress-segment {
  width: 25%;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

#home .page-nav .progress-segment .progress-segment-bar {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 13px;
  position: relative;
}

#home .page-nav .progress-segment .progress-segment-fill {
  height: 100%;
  background: linear-gradient(90deg, #C48E51 0%, #FFD9A1 100%);
  width: 0%;
  transition: width 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
}

#home .page-nav .progress-segment .progress-label {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  transition: color .3s ease;
}

#home .page-nav .progress-segment.active .progress-segment-fill {
  width: 100%;
}

#home .page-nav .progress-segment.active .progress-label {
  color: #fff;
}

body.section-2-active .page-nav .progress-segment .progress-label,
body.section-4-active .page-nav .progress-segment .progress-label {
  color: rgba(120, 125, 133, 0.3) !important;
}

body.section-2-active .page-nav .progress-segment .progress-segment-bar,
body.section-4-active .page-nav .progress-segment .progress-segment-bar {
  background: rgba(120, 125, 133, 0.3) !important;
}

body.section-2-active .page-nav .progress-segment.active .progress-label,
body.section-4-active .page-nav .progress-segment.active .progress-label {
  color: #787D85 !important;
}

@media screen and (max-width: 1376px), screen and (max-height: 899px) {
  html, body {
    overflow: visible !important;
  }
  #home .section {
    height: auto;
    padding: 8rem 0;
  }
  #home .s1 {
    height: 100vh;
    min-height: 800px;
    padding: 0;
  }
  #home .s1 .preloader {
    display: none;
  }
  #home .s1 .container-inner {
    opacity: 1;
  }
  #home .s1 svg {
    transform: scale(0.5);
    transform-origin: bottom right;
    opacity: 1;
  }
  #home .s2 svg {
    transform: scale(0.5);
    transform-origin: top right;
  }
  #home .s4 .numbers-ticker {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  #home .s4 .numbers-ticker .number-wrapper {
    width: 25%;
  }
  #home .page-nav {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  #home .s2 .container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #home .s2 .bottom {
    width: 50%;
  }
  #home .s2 .bg-img {
    width: 100%;
  }
  #home .s2 .content {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 1100px) {
  #home .s1 .preloader .logo-group .left {
    left: 20%;
  }
  #home .s1 .preloader .logo-group .right {
    left: 80%;
  }
  #home .s4 .sm {
    text-align: center;
  }
}

@media screen and (max-width: 980px) {
  #home .s1 h1 {
    font-size: 4.5rem;
  }
  #home .s5 h3 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  #home .section {
    padding: 5rem 0;
  }
  #home .s1 .preloader .logo-group > div {
    max-width: 360px;
    height: 360px;
  }
  #home .s1 .preloader .logo-group .left, #home .s1 .preloader .logo-group .bottom {
    width: 150px;
  }
  #home .s1 .preloader .logo-group .right {
    width: 120px;
  }
  #home .s1 h1 {
    font-size: 2.7rem;
  }
  #home .s1 p {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  #home .s1 svg {
    height: 360px;
  }
  #home .s2 {
    background-position: left;
  }
  #home .s2 svg {
    height: 400px;
  }
  #home .s2 .bg-img {
    height: 320px;
  }
  #home .s3 {
    background-position: 46%;
  }
  #home .s4 .numbers-ticker {
    gap: 2rem;
  }
  #home .s4 .numbers-ticker .number-wrapper {
    width: calc(50% - 1rem);
  }
  #home .s4 .numbers-ticker .number p.count {
    font-size: 0.8em;
  }
  #home .s5 {
    background-position: 80%;
  }
  #home .s5 h3 {
    font-size: 1.6rem;
  }
}
