.max-600 {
  max-width: 600px;
}

.get-to-know-us-banner {
  position: relative;
  overflow: hidden;
  min-height: 750px;
}
.get-to-know-us-banner .get-to-know-us-bg {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: top right;
  object-position: top right;
}
.get-to-know-us-banner .cloude-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: 50px;
  padding-left: 50px;
}
.get-to-know-us-banner .cloude-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: 80px;
  padding-right: 50px;
}
.get-to-know-us-banner .birds {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: 283px;
  padding-right: 125px;
}
.get-to-know-us-banner .birds img {
  width: 15vw;
  height: auto;
  max-width: 237px;
}
.get-to-know-us-banner .content {
  max-width: 1200px;
  width: 80.8333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 190px 0 220px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.get-to-know-us-banner .content .content-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.get-to-know-us-banner .content .content-wrapper h1 {
  color: #9a9480;
  background: -o-linear-gradient(347deg, #a59973 10.66%, #3c3727 72.72%);
  background: linear-gradient(103deg, #a59973 10.66%, #3c3727 72.72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 86px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -3.44px;
  padding-bottom: 31px;
}
.get-to-know-us-banner .content .content-wrapper h2 {
  color: #7a7a6f;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.get-to-know-us-banner .mountains {
  position: absolute;
  bottom: -1px;
  width: 100%;
  max-width: 100%;
  z-index: 0;
}
.get-to-know-us-banner .mountains img {
  width: 100%;
  height: auto;
}
.get-to-know-us-banner .boat-wrapper {
  position: absolute;
  z-index: 2;
  -webkit-animation: moveBoat 40s linear infinite;
  animation: moveBoat 40s linear infinite;
  bottom: 0;
}
.get-to-know-us-banner .lake {
  position: absolute;
  bottom: -1px;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}
.get-to-know-us-banner .lake img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes moveBoat {
  0% {
    -webkit-transform: translateX(-372px);
    transform: translateX(-372px);
  }
  100% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}
@keyframes moveBoat {
  0% {
    -webkit-transform: translateX(-372px);
    transform: translateX(-372px);
  }
  100% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
  }
}
.move-smooth-top {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-animation: moveSmoothTopOpacity 1s ease-out forwards;
  animation: moveSmoothTopOpacity 1s ease-out forwards;
}

@-webkit-keyframes moveSmoothTopOpacity {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveSmoothTopOpacity {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.move-mountains {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-animation: moveMountains 1s ease-out forwards;
  animation: moveMountains 1s ease-out forwards;
}

@-webkit-keyframes moveMountains {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveMountains {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.move-cloude-left {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-animation: moveCloudeLeft 1s ease-out forwards;
  animation: moveCloudeLeft 1s ease-out forwards;
}

@-webkit-keyframes moveCloudeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moveCloudeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.move-cloude-right {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-animation: moveCloudeRight 1.2s ease-out forwards;
  animation: moveCloudeRight 1.2s ease-out forwards;
}

@-webkit-keyframes moveCloudeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes moveCloudeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bottom-section .content {
  display: -webkit-box;
  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: 4vw;
  position: relative;
}
.bottom-section .content:not(:last-child) {
  margin-bottom: -55px;
}
.bottom-section .content:nth-last-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.bottom-section .content:nth-of-type(1) {
  background: url(../assets/images/bottom-section-img-0-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.bottom-section .content:nth-of-type(2) {
  background: url(../assets/images/bottom-section-img-1-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.bottom-section .content:nth-of-type(3) {
  background: url(../assets/images/bottom-section-img-2-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.bottom-section .content:nth-of-type(4) {
  background: url(../assets/images/bottom-section-img-3-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.bottom-section .content .content-left {
  width: 60%;
  position: relative;
  padding-block: 20px;
}
.bottom-section .content .content-left h2 {
  font-weight: 800;
  font-size: 50px;
  line-height: 110%;
  letter-spacing: 0.58px;
  padding-bottom: 18px;
  color: #3399fe;
}
.bottom-section .content .content-left p {
  letter-spacing: 0.24px;
  font-weight: 400;
  font-size: 20px;
  color: #14263b;
  line-height: 160%;
}
.bottom-section .content .content-right {
  width: 40%;
}
.bottom-section .content .content-right img {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.section-water-layer {
  position: relative;
  margin-top: -30px;
  background: url(../assets/images/bottom-water-layer.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.section-water-layer img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
  height: auto;
  visibility: hidden;
}

@media (min-width: 1920px) {
  .get-to-know-us-banner .content {
    padding-top: 10.5vw;
  }
  .get-to-know-us-banner .content .content-wrapper h1 {
    font-size: 6.5rem;
  }
  .get-to-know-us-banner .content .content-wrapper h2 {
    font-size: 1.6rem;
  }
  .bottom-section .z-container {
    max-width: 105rem;
  }
  .bottom-section .content .content-left h2 {
    font-size: 5.5rem;
    padding-bottom: 34px;
  }
  .bottom-section .content .content-left p {
    font-size: 23px;
  }
}
@media (max-width: 1000px) {
  .get-to-know-us-banner .cloude-left {
    padding-top: 96px;
  }
  .get-to-know-us-banner .cloude-right {
    padding-top: 90px;
  }
  .get-to-know-us-banner .birds {
    padding-right: 46px;
  }
}
@media (max-width: 992px) {
  .get-to-know-us-banner {
    min-height: 650px;
  }
  .bottom-section .content:not(:last-child) {
    margin-bottom: 0;
  }
  .get-to-know-us-banner .cloude-left {
    padding-top: 14vh;
  }
  .get-to-know-us-banner .cloude-right {
    padding-top: 14vh;
  }
}
@media (max-width: 768px) {
  .section-water-layer {
    margin-top: 0;
  }
  .get-to-know-us-banner {
    min-height: unset;
    max-height: 56vh;
    min-height: 50vh;
  }
  .get-to-know-us-banner .cloude-right {
    padding-left: 0;
    padding-top: 18vh;
    right: -36px;
  }
  .get-to-know-us-banner .cloude-right img {
    max-width: 135px;
  }
  .get-to-know-us-banner .cloude-left {
    display: none;
  }
  .get-to-know-us-banner .birds img {
    width: 22vw;
  }
  .get-to-know-us-banner .get-to-know-us-bg {
    -o-object-position: top left;
    object-position: top left;
  }
  .get-to-know-us-banner .mountains {
    bottom: -25px;
  }
  .get-to-know-us-banner .mountains img {
    min-height: 35vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .get-to-know-us-banner .lake img {
    min-height: 15vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
  .get-to-know-us-banner .boat-wrapper {
    width: 100vw;
  }
  .get-to-know-us-banner .boat-wrapper img {
    max-width: 28vh;
    height: auto;
    margin-bottom: -2vh;
  }
  .get-to-know-us-banner .content {
    width: 100%;
    padding: 7rem 0 220px;
  }
  .get-to-know-us-banner .content .content-wrapper h1 {
    font-size: 2.5rem;
    letter-spacing: -1px;
    padding-top: 2vh;
    padding-bottom: 22px;
    background: -o-linear-gradient(347deg, #91845a 10.66%, #3c3727 72.72%);
    background: linear-gradient(103deg, #91845a 10.66%, #3c3727 72.72%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .get-to-know-us-banner .content .content-wrapper h2 {
    font-size: 1.1rem;
    line-height: 124%;
    max-width: 14rem;
    text-align: center;
  }
  .bottom-section .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }
  .bottom-section .content:not(:last-child) {
    margin-bottom: 30px;
  }
  .bottom-section .content .content-left {
    width: 80%;
  }
  .bottom-section .content .content-left h2 {
    font-size: 2rem;
    letter-spacing: 0;
    padding-bottom: 24px;
    line-height: 124%;
  }
  .bottom-section .content .content-left p {
    font-size: 1rem;
    line-height: 158%;
  }
  .bottom-section .content .content-right {
    width: 100%;
    margin-bottom: -47px;
  }
  .bottom-section .content .content-right img {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .bottom-section .content:nth-last-of-type(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  @-webkit-keyframes moveBoat {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100vw);
      transform: translateX(100vw);
    }
  }
  @keyframes moveBoat {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100vw);
      transform: translateX(100vw);
    }
  }
}
@media (max-width: 600px) {
  .get-to-know-us-banner .content .content-wrapper h1 {
    background: -o-linear-gradient(347deg, #8a7944 10.66%, #3c3727 72.72%);
    background: linear-gradient(103deg, #8a7944 10.66%, #3c3727 72.72%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .get-to-know-us-banner .cloude-right {
    padding-top: 30vh;
  }
  .bottom-section .z-container {
    padding-left: 0;
    padding-right: 0;
  }
  .bottom-section .content .content-left {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .bottom-section .content .content-left h2 {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .bottom-section .content .content-left p {
    line-height: 148%;
  }
  .bottom-section .content .content-right {
    margin-bottom: -28px;
  }
  .bottom-section .content .content-right img {
    max-width: 260px;
    margin-bottom: 0;
  }
  .bottom-section .content:nth-of-type(1) {
    background-size: contain;
  }
  .section-water-layer::before {
    height: 43px;
  }
  .section-water-layer img {
    height: 130px;
    margin-bottom: -30px;
  }
}
