@font-face {
  font-family: 'GothamRounded';
  src: url('fonts/Gotham\ Rounded\ Medium.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamRounded';
  src: url('fonts/Gotham\ Rounded\ Bold.otf') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'GothamRounded';
  src: url('fonts/Gotham\ Rounded\ Light.otf') format('woff2');
  font-weight: lighter;
  font-style: normal;
}



body {
  margin: 0;
  font-family: 'GothamRounded', sans-serif;
  background-color: #51bbad;
  color: #ffffff;
}

h1,
h2,
.hero-title {
  font-family: 'GothamRounded', 'Montserrat', sans-serif;
}

p,
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.6;
  hyphens: auto;
  word-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 90%;
  max-width: 2100px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;

}

.pos-abs_btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Hero Section */
.hero-section {
  text-align: center;
  position: relative;
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-content h1 {
  font-size: 60px;
  margin: 0;
}

.hero-content p {
  font-size: 20px;
  margin-top: 10px;
}

/* About Section */
.about {
  background: #50baae;
  /* padding: 80px 0; */
  position: relative;
  padding: 0 0 20px 0;
  height: 800px;
}

.about:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: -webkit-fill-available;
  background-image: url(images/about-phone.png);
  background-repeat: no-repeat;
  background-size: 38% 100%;
  padding-top: 200px;
  margin-top: -16%;
  background-position: 25% 0%;
}

.about-container {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  flex-wrap: wrap;
}

.about-image,
.about-text {
  flex: 1 1 50%;
  max-width: 50%;
  box-sizing: border-box;
  /* padding: 20px; */
}

.about-image img {
  width: 100%;
  border-radius: 10px;
}

.about-text h2 {
  margin-top: 0;
  font-size: 36px;
  line-height: normal;
}

.about-text p {
  font-size: 18px;
  line-height: 1.6;
  /* margin-bottom: 30px; */
}

/* Wave SVG */
.wave {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 0;
}

.feature-title {
  text-align: right;
  /* margin: 20px 0; */
  position: relative;
  z-index: 2;
  margin-top: -14%;
}

.feature-title-img {
  width: 100%;
  max-width: 93%;
  height: auto;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .hero-content h1 {
    font-size: 50px;
  }

  .hero-content p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-image,
  .about-text {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .about-text h2 {
    font-size: 28px;
  }

  .about-text p {
    font-size: 16px;
  }
}


.features-section {
  background: #50baae;
  padding: 180px 20px 0px;
  text-align: left;
  position: relative;
  height: 1000px;
}

.season-container {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.season-text {
  flex: 1 1 40%;
}

.season-text h2 {
  font-size: 28px;
  margin: 0;
  line-height: normal;
}

.season-text p {
  font-size: 16px;
  line-height: 1.6;
  width: 450px;
  text-align: justify;
}

.season-content {
  flex: 1 1;
  position: relative;
  /* text-align: center; */
}

.cloud {
  width: 220px;
  position: absolute;
  top: 75px;
  left: 56%;
}

.globe-container {
  position: absolute;
  /* display: inline-block; */
  height: 450px;
  width: 100%;
  bottom: 190px;
}

.globe {
  width: 600px;
  /* animation: rotate 150s linear infinite; */
  transform: rotate(0deg);
  transition: transform 1s ease;
  position: absolute;
  bottom: -12px;
  /* height: 200px; */
  left: 50%;
  transform: translateX(-50%);
}

.people {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
}

/* Rotate animation for globe */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .season-container {
    flex-direction: column;
    text-align: center;
  }

  .cloud {
    position: static;
    margin-bottom: 20px;
  }
}


.discover-section {
  background: #e8ad0f;
  padding: 240px 0 80px;
  text-align: center;
  position: relative;
  margin-top: -180px;
  /* background-image: url(images/discover_top.jpg); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #ffffff;
}

.discover-section h2,
.getintouch-section h2 {
  font-size: 36px;
  margin: 0 auto 20px;
  line-height: normal;
  /* max-width: 94%; */
}

.discover-section p {
  font-size: 18px;
  padding-bottom: 80px;
  margin: 0 auto;
  max-width: 100%;
  color: #000;
  /* max-width: 94%; */
}

.discover-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.discover-item {
  flex: 1 1 250px;
  max-width: 300px;
}

.discover-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  text-align: center;
}

.discover-item a:hover p {
  color: #ffffff;
}

.discover-item.item2 {
  margin-top: 80px;
}

.discover-item img {
  width: 80%;
  height: auto;
  margin-bottom: 20px;
}

.discover-item p {
  font-size: 20px;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .discover h2 {
    font-size: 28px;
  }

  .discover-item img {
    width: 80px;
  }

  .discover-item p {
    font-size: 16px;
  }
}

.season-block {
  position: relative;
  display: flex;
}

.season-text {
  flex: 1 1 40%;
  text-align: left;
  padding: 20px;
  max-width: 600px;
}

.season-image {
  flex: 1 1 60%;
  position: relative;
  text-align: center;
}


.features-title {
  background: transparent;
  text-align: right;
  position: absolute;
  top: -185px;
  right: 0;
  width: 100%;

  img {
    width: 95%;
    height: auto;
  }
}

.feature-line {
  width: 75%;
  height: auto;
}

.feature-line path {
  stroke-dasharray: 2000;
  /* temporary, will be updated with JS */
  stroke-dashoffset: 2000;
  transform: scaleX(-1);
  transform-origin: center;
  /* animation: drawLine 3s ease forwards; */
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

.feature-line text {
  opacity: 0;
  animation: fadeInText 1s ease forwards;
  animation-delay: 3s;
}

@keyframes fadeInText {
  to {
    opacity: 1;
  }
}


/******   **/

.discover-title {
  background: transparent;
  /* or match your section background */
  text-align: left;
  /* padding: 40px 20px; */
  position: absolute;
  width: 100%;
  top: -85px;
}

.discover-line {
  width: 100%;
  height: auto;
}

.discover-line path {
  stroke-dasharray: 5000;
  /* temporary, updated with JS */
  stroke-dashoffset: 5000;
  /* animation: drawLine1 4s ease forwards; */
}

@keyframes drawLine1 {
  to {
    stroke-dashoffset: 0;
  }
}


/*************************  hero path *************************/
.hero_path {
  position: absolute;
  bottom: 0;
  text-align: left;
  width: 100%;
  /* padding: 40px 20px; */
  transform: rotate(180deg);
}

.hero_path-line {
  width: 100%;
  height: auto;
}

.hero_path-line path {
  stroke-dasharray: 5000;
  /* will update dynamically */
  stroke-dashoffset: 5000;
  /* animation: drawLine_hero 4s ease forwards; */
}

@keyframes drawLine_hero {
  to {
    stroke-dashoffset: 0;
  }
}


.getintouch-section {
  background-color: #e8ad0f;
  padding: 80px 0px;
  min-height: 400px;
}

.getintouch-title {
  text-align: right;
  padding-bottom: 80px;
}

.getintouch-title img {
  width: 100%;
  max-width: 80%;
  height: auto;
}

.footer {
  text-align: center;
}