html,
body {
  margin: 0;
  padding: 0;
}

.thailand-celebration-header {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 110vh;
  background-color: #fd5224;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
}

.header-wrapper {
  width: 85%;
  height: 90%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 50px;
}

.text-container {
  width: 60%;
  margin-right: 30px;
}

.celebration-title {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.celebrations-title-sacramento {
  font-family: "Sacramento", cursive;
  font-weight: normal;
  font-size: 128px;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 20px;
}

.celebrations-title-roboto {
  font-family: "Roboto", sans-serif;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: bold;
  top: 75%;
  line-height: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.text {
  margin-top: 50px;
  font-size: 20px;
  font-weight: 300;
}

.image-container {
  width: 40%;
  margin-left: 20px;
}

.image-container img {
  width: 100%;
  margin-top: 15%;
}

.celebrations-section {
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  position: relative;
}

.celebrations-section img {
  max-width: 1920px;
}

.section-background {
  position: absolute;
  width: 100%;
  height: 100%;
}

.celebrations-section-title {
  color: white;
  position: absolute;
  display: flex;
  flex-direction: column;
}

.box-right {
  align-items: end;
}

.celebration-title-top {
  font-family: "Sacramento", cursive;
  font-size: 96px;
}

.celebration-title-bottom {
  font-family: "Roboto", sans-serif;
  font-size: 46px;
  font-weight: 700;
  color: #fd5224;
  position: absolute;
  top: 96px;
  margin-bottom: 20px;
}

.btn-celebrations-section {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  border-radius: 35px;
  border: 0;
  padding: 5px 11px;
  margin-top: 40px;
  font-size: 16px;
  background-color: #ffffff;
}

.lanterns-text {
  top: 50%;
  right: 8%;
}

.chinese-new-year-text {
  top: 19%;
  left: 17%;
}

.king-birthday-text {
  bottom: 13.5%;
  left: 13.5%;
}

.king-birthday-sacramento {
  line-height: 1;
}

.king-birthday-roboto {
  line-height: 0.5;
  position: unset;
}

.valentine-day-text {
  top: 35%;
  left: 7%;
}

.thai-new-year {
  top: 16%;
  right: 8%;
}

.odasie-birthday-text {
  top: 11%;
  left: 11%;
}

.text-description-mobile {
  display: none;
}

.section-background-mobile {
  display: none;
}

@media screen and (max-width: 767px) {

  .section-background {
    display: none;
  }

  .section-background-mobile {
    display: block;
    width: 100%;
    height: 100%;
  }

  .king-birthday-section {
    display: none;
  }

  .thailand-celebration-header {
    flex-direction: column;
    justify-content: start;
    min-height: 100vh;
  }

  .header-wrapper {
    flex-direction: column;
    width: 95%;
    padding-bottom: 0;
  }

  .text-container {
    width: 100%;
  }

  .celebration-title {
    display: flex;
    align-items: column;
    justify-content: center;
  }

  .celebrations-title-sacramento {
    font-size: 47px;
    text-align: center;
  }

  .image-container {
    width: 320px;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
  }

  .image-container img {
    margin-top: 0;
  }

  .celebrations-title-roboto {
    font-size: 39px;
    text-align: center;
  }

  .text-container {
    position: relative;
  }

  .text {
    color: #000000;
  }

  .text-uppercase {
    text-transform: none !important;
    font-size: 15px;
    text-align: center;
    position: absolute;
    top: 680px;
  }

  .text-description {
    display: none;
  }

  .text-description-mobile {
    width: 100%;
    padding: 5px;
    display: block;
    background-color: #fd5224;
  }

  .text-description-mobile p {
    text-transform: none !important;
  }

  .text-lowercase {
    font-size: 12px;
  }

  .celebration-title-top {
    font-size: 40px;
  }

  .celebrations-section-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    height: 80%;
    display: flex;
    background-color: black;
  }

  .celebrations-section {
    min-width: 85%;
    margin-right: 10px;
  }

  .celebrations-section-title {
    height: 100px;
    width: 90%;
  }

  .lanterns-text,
  .odasie-birthday-text {
    top: 85%;
    right: 0;
    align-items: center;
  }

  .chinese-new-year-text,
  .valentine-day-text {
    top: 5%;
    left: 0;
    right: 10px;
  }

  .thai-new-year {
    top: 10%;
    left: 0;
    right: 10px;
  }

  .celebration-title-bottom {
    font-size: 21px;
    color: #ffffff;
    top: 48px;
  }

  .btn-celebrations-section {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .celebration-title-top {
    font-size: 30px;
  }
  .celebration-title-bottom {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .celebrations-title-sacramento {
    font-size: 90px;
  }

  .celebrations-title-roboto {
    font-size: 35px;
  }

  .text {
    font-size: 15px;
  }

  .text-container {
    margin-right: 0;
  }

  .image-container {
    /* position: absolute;
    margin-left: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 0; */
    margin-top: 20px
  }
}

@media screen and (min-width: 1921px) {
  .celebrations-section,
  .celebrations-section img {
    max-width: none;
  }

  .celebrations-section img {
    display: none;
  }

  .celebrations-section {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .lanternes-section {
    background-image: url(../../css/image/celebrations/thailande/lanternes.png);
  }
  
  .king-birthday-section {
    background-image: url(../../css/image/celebrations/thailande/king-birthday.png);
  }

  .chinese-new-year-section {
    background-image: url(../../css/image/celebrations/thailande/chinese-new-year.png);
  }

  .valentine-day-section {
    background-image: url(../../css/image/celebrations/thailande/valentine-day.png);
  }

  .water-celebration-section {
    background-image: url(../../css/image/celebrations/thailande/water-celebration.png);
  }
  
  .odasie-birthday-section {
    background-image: url(../../css/image/celebrations/thailande/odasie-birthday.png);
  }

  .image-container {
    max-width: 650px;
  }

/*   body {
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
  } */



  .thailand-celebration-header {
    min-height: 0;
    max-height: 1080px;
  }

  /* .celebrations-section {
    height: 1080px;
    max-height: 1080px;
  } */
}
