html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 7px;
  }
}
.section-hero .video {
  border-radius: 25px;
  height: calc(100vh - 180px);
  overflow: hidden;
  position: relative;
}
.section-hero .video img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-hero .hero-caption {
  color: #fff;
  left: 10rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 80rem;
  z-index: 55;
}
.section-hero .hero-caption h1 {
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.section-hero .hero-caption .btn2-group {
  margin-top: 4rem;
}
.section-about .img-box {
  height: 62rem;
  position: relative;
}
.section-about .img-box .round {
  bottom: -10rem;
  position: absolute;
  height: 20rem;
  width: 20rem;
  margin: auto;
  left: 0;
  right: 0;
}
.section-about .img-box .round img {
  position: absolute;
  inset: 0;
  margin: auto;
}
.section-about .img-box .round-1 {
  height: 20rem;
  width: 20rem;
}
.section-about .img-box .round-2 {
  animation: animName 15s linear infinite;
  height: 17.4rem;
  width: 17.4rem;
}
.section-about .img-box-inner {
  border-radius: 30px;
  max-width: 100%;
  overflow: hidden;
  height: 100%;
}
.section-about .img-box-inner img {
  transition: all ease-in 0.2s;
}
.section-about .img-box-inner:hover img {
  transform: scale(1.1);
}
.section-about .img-box-inner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-about .text p {
  font-size: 2.4rem;
  line-height: 1.55;
  color: #777;
}
.section-about .point {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-about .point li {
  color: #777;
  padding: 2rem 0 2rem 4rem;
  position: relative;
  width: 49%;
}
.section-about .point li::after {
  content: "";
  position: absolute;
  background: url(../images/icon/right.svg) 0 0 no-repeat;
  background-size: 100%;
  height: 1.4rem;
  left: 0;
  top: 3.2rem;
  width: 2.1rem;
}
.section-about .btn2-group {
  margin-top: 2rem;
}
.section-features .point {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -1rem 0;
}
.section-features .point li {
  border: dashed 1px #777;
  border-radius: 50px;
  color: #777;
  font-size: 2.2rem;
  margin: 1rem;
  padding: 0.8rem 2rem;
  line-height: 1;
}
.section-features .img-box {
  border-radius: 30px;
  max-width: 100%;
  overflow: hidden;
  height: 53rem;
}
.section-features .img-box img {
  transition: all ease-in 0.2s;
}
.section-features .img-box:hover img {
  transform: scale(1.1);
}
.section-features .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-packages .main-title {
  margin-bottom: 6rem;
}
.section-packages .card {
  height: 100%;
}
.section-packages .card-title {
  background-color: #fff;
  border-radius: 20px;
  max-width: calc(100% - 50px);
  margin: auto;
  padding: 1.6rem 3.6rem;
  position: relative;
}
.section-packages .card-title::after {
  content: "";
  position: absolute;
  background-color: #4A8DB1;
  border-radius: 20px;
  height: calc(100% - 20px);
  inset: 0;
  margin: auto;
  width: calc(100% - 20px);
}
.section-packages .card-title h4 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.section-packages .card-title span {
  font-size: 2.4rem;
  font-weight: 400;
}
.section-packages .card-title .inner {
  color: #fff;
  text-align: center;
  position: relative;
  padding: 2rem 0;
  z-index: 5;
}
.section-packages .card-description {
  background-color: #EBF8FF;
  border-radius: 30px;
  margin-top: -9rem;
  height: 100%;
  padding: 14rem 3rem 4rem;
}
.section-packages .card .points li {
  color: #000;
  font-size: 2.2rem;
  line-height: 1.3;
  padding: 0 0 0 3.8rem;
  position: relative;
}
.section-packages .card .points li + li {
  margin-top: 2.4rem;
}
.section-packages .card .points li::after {
  content: "";
  position: absolute;
  background: url(../images/icon/plus.svg) 0 0 no-repeat;
  background-size: cover;
  height: 2.5rem;
  left: 0;
  top: 0.4rem;
  width: 2.5rem;
}

.image-video {
  position: absolute;
  height: 100%;
  width: 100%;
}
.image-video::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
  .section-about .container {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section-about .img-box {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .section-hero .container {
    padding: 0;
  }
  .section-hero .video {
    border-radius: 0;
  }
  .section-hero .hero-caption {
    left: 3rem;
    max-width: 100%;
    right: 3rem;
  }
  .section-hero .hero-caption h1 {
    font-size: 5rem;
  }
  .section-about .point li {
    width: 100%;
  }
}/*# sourceMappingURL=homepage.css.map */