/* Main Page */
.section-top {
  background-image: url("../images/bg-man.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.header {
  padding: 60px 0 0 0;
  background-image: url("../images/bg-kv-line.png");
  background-size: cover;
  overflow: hidden;
}
.header .logo {
  width: 30%;
  max-width: 220px;
}
.header .left {
  position: absolute;
  left: 0;
  top: 40px;
  width: 25%;
  max-width: 480px;
}
.header .right {
  position: absolute;
  right: 0;
  top: 40px;
  width: 25%;
  max-width: 480px;
}
.main-content {
  padding-bottom: 120px;
}
.header .bottles {
  width: 60%;
  max-width: 280px;
  padding: 20px 10px;
}
.bottom-curve {
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 0;
  background-image: linear-gradient(transparent 20%, black 100%);
}
.branch-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 40px 0;
}
.branch-outer {
  padding: 10px 25px;
}
.section-bottom {
  padding: 0 25px;
}
.branch {
  position: relative;
}
.branch img {
  width: 100%;
  max-width: 100%;
}
.branch .overlay-text {
  position: absolute;
  bottom: 0;
  padding: 40px 10px 20px 10px;
  width: 100%;
  line-height: 0.5;
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 80%) 80%,
    rgba(0, 0, 0, 0) 100%
  );
}
.branch .overlay-text h6 {
  font-size: 20px;
  line-height: 16px;
}
.branch .overlay-text p {
  font-size: 18px;
}
.branch .overlay-text .material-icons {
  font-size: 18px;
  top: 4px;
  position: relative;
}
.branch .fb {
  position: absolute;
  right: 10px;
  bottom: 14px;
  font-size: 40px;
}
.condition-container {
  border: 1px solid #006846;
  padding: 20px 40px;
}
.bg-container {
  background-image: url("../images/bg-Partner.png");
  margin-top: -100px;
  background-size: cover;
  z-index: 9;
  position: relative;
}
.partner-title {
  width: 80%;
  max-width: 280px;
  margin: 40px auto 40px;
}
@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
}

@media only screen and (max-width: 768px) {
  .section-top {
    background-image: url("../images/bg-man-mobile.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom;
  }
  .bg-container {
    background-size: 100%;
  }
  .header .left {
    left: -8%;
    top: 20px;
    width: 40%;
    max-width: 480px;
  }
  .header .right {
    right: -6%;
    top: 60px;
    width: 40%;
  }
  .header .logo {
    width: 40%;
    max-width: 300px;
    margin-top: 80px;
  }
}

.purchase {
  font-size: 2.25rem;
}
.value {
  font-size: 2rem;
}

@media only screen and (max-width: 425px) {
  .section-top {
    background-position: top;
  }
  .branch-outer {
    padding: 10px;
  }
  .condition-container {
    padding: 10px;
  }
  .condition-container ul {
    padding-left: 20px;
  }

  .header .left {
    left: -5%;
    top: 10px;
    width: 45%;
  }
  .header .right {
    right: -10%;
    top: 25px;
    width: 50%;
  }
  .header .logo {
    margin-top: 60px;
  }
  .branch .overlay-text {
    padding: 5px 5px 10px;
  }
  .branch .overlay-text h6 {
    font-size: 16px;
  }
  .branch .overlay-text p {
    font-size: 16px;
  }
  .branch .overlay-text .material-icons {
    font-size: 16px;
    top: 3px;
  }
  .branch .fb {
    position: absolute;
    right: 0px;
    bottom: 40px;
    font-size: 30px;
  }

  .purchase {
    font-size: 1.5rem;
  }
  .value {
    font-size: 1.35rem;
  }
  .branch-container {
    padding: 0 10px 20px;
  }
  .section-bottom {
    padding: 0 20px;
  }
  .firstcome {
    font-size: 1.15rem;
  }
}

@media only screen and (max-width: 325px) {
  h2 {
    font-size: 1.1rem;
  }
  .purchase {
    font-size: 1rem;
  }
  .value {
    font-size: 0.95rem;
  }
  .branch .overlay-text h6 {
    font-size: 14px;
  }
  .branch .overlay-text p {
    font-size: 14px;
  }
  .branch .overlay-text .material-icons {
    font-size: 14px;
    top: 3px;
  }
  .branch .fb {
    bottom: 7px;
  }
  .firstcome {
    font-size: 0.95rem;
  }
}

@media only screen and (min-width: 1440px) {
  .bottom-curve {
    height: 600px;
    bottom: -100px;
    background-image: linear-gradient(transparent 20%, black 100%);
  }
}
