:root {
  --background-color: #E7E8E2;
  --titles-color: #1A5E66;
  --section-title: #C95D63;
  --info-background-color: #13474C;
  --info-background-text-color: #D6D9CE;
  --grey-color:#D9D9D9;
}

body {
  background-color: var(--background-color);
  font-family: Kanit;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0%;
  line-height: 24px;
  margin: auto;
  max-width: 1920px;
}

footer {
  background-color: var(--info-background-color);
  height: 400px;
  margin-top: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
}

footer .btn {
  bottom: initial;
  top: 32px;
  position: relative;
}

.head {
  position: relative;
}

.head img {
  display: block;
  width: 100%;
}

.head .title {
  color: var(--titles-color);
  padding-left: 80px;
  padding-top: 10%;
  position: absolute;
  top: 0;
  width: 600px;
}

.head .title .title__main {
  font-weight: 700;
  font-size: 92px;
  line-height: 92px;
}

.head .title .title__sub {
  font-weight: 400;
  font-size: 45px;
  line-height: 54px;
}

section.section {
  margin: 32px 0;
}

section.section--ful-margin {
  margin: 32px;
}

.section .section__subtitle {
  background-color: var(--grey-color);
}

.container {
  margin: auto;
  width: 700px;
}

section.section .title {
  font-family: Londrina Shadow;
  font-weight: 400;
  font-size: 60px;
  line-height: 64px;
  letter-spacing: 0%;
  margin-bottom: 32px;
  margin-left: 32px;
  color: var(--info-background-color);
}

section:last-of-type.section .title {
  line-height: 48px;
}

section.section .subtitle {
  color: var(--section-title);
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
}

section.section .subtitle .subtitle__caption {
  color: var(--section-title);
  font-weight: 300;
}

section.img-separator {
  position: relative;
}

section.img-separator img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

section.img-separator:last-of-type img {
  height: 550px;
}

section.img-separator .img-separator__text {
  position: absolute;
  bottom: -100px;
  border-radius: 8px;
  margin-left: calc((100% - 432px) / 2);
  margin-right: 22%;
  background-color: rgba(231, 232, 226, 0.5);
  padding: 16px;
}

section.section-info {
  position: relative;
}

section.section-info .info-content {
  justify-content: space-around;
  background-color: var(--info-background-color);
  border-radius: 8px;
  color: var(--info-background-text-color);
  display: flex;
  margin: 0 32px;
  text-align: center;
}

.img-separator + section.section-info .info-content {
  position: relative;
  top: -24px;
}

.img-separator + section.section-info .btn {
  bottom: -8px;
}


.info-content .info-content__info {
  margin: 48px 0;
  padding: 0 36px;
  border-left: solid 1px var(--info-background-text-color);
  border-right: solid 1px var(--info-background-text-color);
  width: 100%;
}

.info-content .info-content__info:first-of-type {
  border-left: none;
}

.info-content .info-content__info:last-of-type {
  border-right: none;
}

.info-content .info-content__info__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 32px;
}

.info-content .info-content__info__text {
  font-weight: 400;
  font-size: 28px;
  line-height: 48px;
}

.info-content .info-content__info__text ul {
  margin-right: 20px;
}

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

.pt-164 {
  padding-top: 164px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

section.section-info .info-content.included {
  margin-bottom: 64px;
}

.included .info-content__info {
  margin-bottom: 58px;
}

.included ul {
  margin-bottom: 10px;
}

.included li {
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.btn {
  background-color: #DBAD6A;
  border: 2px solid var(--info-background-color);
  border-radius: 120px;
  bottom: -38px;
  left:0;
  margin: auto;
  padding: 0 32px;
  position: absolute;
  right:0;
  text-align: center;
  width: fit-content;
  text-decoration: none;
}

.btn span {
  color: var(--info-background-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}

section.section .content .content-section {
  display: flex;
  width: 100%;
}

.content-section.content-section--bg-img {
  position: relative;
  overflow: hidden;
}

.content-section.content-section--bg-img .content-section__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/separator.jpeg');
  background-size: cover;
  background-position: center;
  filter: blur(5px);
  z-index: 0;
}

.content-section.content-section--bg-img .content-section__text {
  position: relative;
  z-index: 1;
  padding: 2rem;
  backdrop-filter: brightness(0.7); /* optional: slightly darken the background under the text */
}

section.section .content .content-section:nth-child(even) {
  flex-direction: row-reverse;
}

section.section .content .content-section .content-section__text {
  display: flex;
  flex-direction: column;
  margin: 32px;
  justify-content: flex-end;
  width: auto;
}

section.section .content .content-section .content-section__text div:last-of-type {
  max-width: 700px;
}

section.section .content .content-section .content-section__img {
  width: 588px;
}


section.section .content .content-section .content-section__img > img {
  height: 450px;
  object-fit: cover;
  width: 100%;
}

.glide {
  width: 100%;
  max-width: 100%; 
}

.glide__slide {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.glide__slides {
  height: 450px;
}

.glide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.daytrip {
  margin: 0;
}

.aboutus {
  margin-top: 120px;
  margin-bottom: 100px;
}

.aboutus-section {
  display: flex;
  align-items: center;
  width: 100%;
  max-height: 200px;
}

.aboutus-section:nth-child(even) {
  flex-direction: row-reverse;
}

.aboutus-section .aboutus-section__img {
  flex: 1;
  text-align: center;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}

.aboutus-section:nth-child(even) .aboutus-section__img {
  justify-content: flex-start;
}

.aboutus-section .aboutus-section__img > img {
  border-radius: 50%;
  height: auto;
  object-fit: contain;
  margin: 0 16px;
  max-width: 320px;
  display: block;
}

.aboutus-section .aboutus-section__text {
  width: 400px;
}

.instagram-link {
  margin: auto;
}

@media only screen and (max-width : 1279px) {
  .head .title {
    padding-left: 64px;
    padding-top: 128px;
  }

  .head .title .title__main {
    font-size: 45px;
    line-height: 54px;
  }
  
  .head .title .title__sub {
    font-size: 32px;
    line-height: 40px;
  }

  section.section .content .content-section .content-section__img {
    width: 100%;
  }

  section.section .content .content-section .content-section__img.content-section__img--gallery {
    width: calc(100% - 794px);
  }

  section.section .content .content-section .content-section__img.content-section__img--gallery .glide,
  section.section .content .content-section .content-section__img.content-section__img--gallery .glide__track,
  section.section .content .content-section .content-section__img.content-section__img--gallery .glide__slides {
    height: 100%;
  }


  section.section .content .content-section .content-section__text {
    align-self: center;
  }

  section.section .section__subtitle .content .content-section .content-section__text {
    display: block;
    width: 100%;
    margin: 0;
  }

  section.section .section__subtitle .content .content-section .content-section__text div {
    width: auto;
    margin: 32px;
  }

  .pt-164 {
    padding: 0;
  }
}

@media only screen and (max-width : 1023px) {
  .head .title {
    padding-left: 48px;
    padding-top: 44px;
    width: 360px;
  }

  section.section-info .info-content {
    flex-direction: column;
  }


  section.section .content .content-section,
  section.section .content .content-section:nth-child(even) {
    flex-direction: column;
  }

  section.section .content .content-section .content-section__img > img {
    height: 300px;
  }

  section.section-info .info-content .info-content__info {
    margin: 0 24px;
    border: none;
    padding: 24px 0;
    width: auto;
  }

  section.section-info .info-content:not(.included) .info-content__info {
    height: 174px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  section.section-info .info-content .info-content__info:last-of-type {
    margin-bottom: 48px;
  }

  .aboutus-section, .aboutus-section:nth-child(even) {
    flex-direction: column;
    max-height: fit-content;
  }

  .aboutus {
    margin: 32px 0;
  }

  .aboutus-section .aboutus-section__text {
    margin: 32px;
    width: auto;
  }

  .info-content .info-content__info__title {
    font-size: 28px;
  }
  
  .info-content .info-content__info__text {
    font-size: 16px;
  }
  
  .btn span {
    font-size: 22px;
  }

  section.section .title {
    font-size: 40px;
  }

  section.section-info .info-content .info-content__info:not(:last-of-type) {
    border-bottom: solid 2px var(--grey-color);
  }

  section.section .content .content-section .content-section__img.content-section__img--gallery {
    width: 100%;
  }

  section.img-separator .img-separator__text {
    width: 80%;
    margin: calc(10% - 16px);
  }

}

@media only screen and (max-width : 767px) {
  .container {
    margin: 0 16px;
    width: auto;
  }

  .head img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: left;
  }

  .head .title {
    padding-left: 16px;
    padding-top: 12px;
  }

  .head .title .title__sub {
    font-size: 20px;
    line-height: 28px;
    width: 230px;
  }

  section.img-separator img {
    object-fit: cover;
    height: 300px !important;
  }

  section.img-separator .img-separator__text {
    height: fit-content;
    top: 190px;
    margin: 12px;
    font-size: 16px;
    line-height: 22px;
    width: calc(100% - 32px);
  }

  .aboutus {
    margin-top: 50px;
  }

  .info-content .info-content__info__title {
    margin-bottom: 0;
  }

  .info-content .info-content__info__text {
    line-height: 24px;
  }

  .info-content:not(.included) .info-content__info__text {
    width: 190px;
  }

  section.section-info .info-content .info-content__info:last-of-type {
    margin-bottom: 20px;
  }

  section.section-info .info-content:not(.included) .info-content__info {
    height: 130px;
  }
}