.case-influ-container {
  width: 100%;
  min-height: 100%;
  font-family: "GothamBold", sans-serif;
}
.case-influ-content {
  display: flex;
  flex-direction: row;
  margin: 0 8rem;
}
.influ-header span {
  font-size: 2.7rem;
}

.influ-image {
  width: 700px;
}
.influ-image img {
  width: 100%;
  height: auto;
}
.travel-container,
.magnolai-container {
  width: 100%;
  height: 100vh;
  /* background-color: brown; */
  position: relative;
  padding-bottom: 60rem;
}
.travel-section {
  background-color: #000000;
  padding: 50px 20px;
  padding-bottom: 150px;
}
.magnolai-section {
  padding: 50px 20px;
  padding-bottom: 150px;
}
.travel-intro {
  max-width: 700px;
  margin-left: 8rem;
  color: white;
}

.magnolai-intro {
  max-width: 900px;
  margin-left: 8rem;
  color: rgb(0, 0, 0);
}
.travel-intro h1,
.magnolai-intro h1 {
  font-size: 5rem;
}
.travel-intro p {
  font-family: "GothamBook", sans-serif;
  font-size: 1.2rem;
}
.magnolai-info {
  font-family: "GothamBook", sans-serif;
  font-size: 1.2rem;
  position: absolute;
  width: 450px;
  right: 15%;
  bottom: 10%;
}
.travel-wrapper,
.magnolai-wrapper {
  position: relative;
  display: inline-block; /* ให้ความกว้างแค่พอดี h1 */
}

.rainbowH {
  position: absolute;
  left: 4%;
  bottom: 15%;
  width: 115px;
  height: 3px;
  background: linear-gradient(
    90deg,
    #ffc502,
    #88d04a,
    #028dfe,
    #425cf8,
    #8336cd,
    #fc7c0b,
    #f93f14
  );
}
.rainbowH.mag {
  left: 1%;
}
.travelImgGroup {
  width: 100%;
  height: 100%;
  margin: 0 9rem;
}
.travelImgGroup img {
  position: absolute;
  width: 350px;
  border-radius: 20px;
}
.travel-right {
  top: 5%;
  right: 15%;
}
.travel-left {
  bottom: 5%;
}
.traveloka-info {
  position: absolute;
  bottom: 15%;
  right: 10%;
  width: 800px;
  font-family: "GothamBook", sans-serif;
  font-size: 1.2rem;
}
.magnolai-right {
  position: absolute;
  max-width: 100%;
  height: auto;
  width: 300px;
}
.magnolai-right {
  top: 0;
  right: 10%;
}
.magnolai-left {
  position: absolute;
  display: flex;
  gap: 50px;
  width: 300px;
  top: 30%;
  margin: 40px 0;
  left: 10%;
}
.magnolai-left img {
  width: 100%;
  height: auto;
}
