@-webkit-keyframes moveinleft {
  0% {
    opacity: 0;
    transform: translate(-15rem);
  }
  80% {
    opacity: 0.8;
    transform: translate(2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveinleft {
  0% {
    opacity: 0;
    transform: translate(-15rem);
  }
  80% {
    opacity: 0.8;
    transform: translate(2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes moveinright {
  0% {
    opacity: 0;
    transform: translate(10rem);
  }
  80% {
    transform: translate(-2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes moveinright {
  0% {
    opacity: 0;
    transform: translate(10rem);
  }
  80% {
    transform: translate(-2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes moveinbottom {
  0% {
    opacity: 0;
    transform: translateY(8rem);
  }
  80% {
    transform: translateY(-0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes moveinbottom {
  0% {
    opacity: 0;
    transform: translateY(8rem);
  }
  80% {
    transform: translateY(-0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
body {
  box-sizing: border-box;
  padding: 0;
}
::-moz-selection {
  background-color: rgba(85, 197, 122, 0.9);
  color: #fdfefe;
}
::selection {
  background-color: rgba(85, 197, 122, 0.9);
  color: #fdfefe;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #777;
}
.heading {
  color: #fdfefe;
  text-transform: uppercase;
  -webkit-text-decoration: solid;
  text-decoration: solid;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 15rem;
}
.heading-pri {
  display: block;
  font-size: 5.5rem;
  font-weight: bold;
  letter-spacing: 2rem;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #fdfefe;
  -webkit-animation-name: moveinleft;
  animation-name: moveinleft;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@media only screen and (max-width: 37.5em) {
  .heading-pri {
    font-size: 5rem;
    letter-spacing: 1rem;
  }
}
.heading-sec {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.8rem;
  -webkit-text-stroke-width: 0.01rem;
  -webkit-text-stroke-color: #fdfefe;
  -webkit-animation-name: moveinright;
  animation-name: moveinright;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@media only screen and (max-width: 56.25em) {
  .heading-sec {
    letter-spacing: 0.7rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .heading-sec {
    letter-spacing: 0.3rem;
  }
}
.heading-ter {
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.section-heading {
  display: inline-block;
  text-transform: uppercase;
  word-spacing: 0.3rem;
  letter-spacing: 0.1rem;
  font-size: 3rem;
  background-image: linear-gradient(to right, #2874a6, #28b485);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media only screen and (max-width: 56.25em) {
  .section-heading {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-heading {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.paragraph {
  font-size: 1.5rem;
}
.paragraph:not(:last-child) {
  margin-bottom: 3rem;
}
.center-uclass {
  text-align: center !important;
}
.marginbottom-large {
  margin-bottom: 6rem !important;
}
@media only screen and (max-width: 56.25em) {
  .marginbottom-large {
    margin-bottom: 5rem !important;
  }
}
@media only screen and (max-width: 37.5em) {
  .marginbottom-large {
    margin-bottom: 4rem !important;
  }
}
.marginbottom-medium {
  margin-bottom: 3rem !important;
}
@media only screen and (max-width: 37.5em) {
  .marginbottom-medium {
    margin-bottom: 2rem !important;
  }
}
.marginbottom-small {
  margin-bottom: 0.5rem !important;
}
.u-margin-top-small {
  margin-top: 8rem !important;
}
.u-margin-top-large {
  margin-top: 10rem !important;
}
.u-margin-top-huge {
  margin-top: 90rem !important;
}
@media only screen and (max-width: 56.25em) {
  .u-margin-top-huge {
    margin-top: 120rem !important;
  }
}
@media only screen and (max-width: 37.5em) {
  .u-margin-top-huge {
    margin-top: 110rem !important;
  }
}
.button-uclass {
  margin-top: 3rem !important;
  margin-left: 19rem !important;
}
.button,
.button:link,
.button:visited {
  display: inline-block;
  padding: 1.8rem 3rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bolder;
  word-spacing: 0.1rem;
  border-radius: 20rem;
  transition: all 0.2s;
  position: relative;
  border: none;
  cursor: pointer;
}
.button-white {
  background-color: #fdfefe;
}
.button-white--basicgreen {
  color: #28b485;
}
.button-white--basicorange {
  color: #ff7730;
}
.button-white--basicblue {
  color: #2998ff;
}
.button-white::after {
  background-color: #fdfefe;
}
.button-green {
  background-color: #55c57a;
  color: #fdfefe;
}
.button-green::after {
  background-color: #55c57a;
}
.button:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.button:hover::after {
  transform: scaleX(1.2) scaleY(1.6);
  opacity: 0;
}
.button:active,
.button:focus {
  outline: none;
  transform: translateY(-0.1rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
}
.button::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 20rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.button-animate {
  -webkit-animation-name: moveinbottom;
  animation-name: moveinbottom;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.comp {
  position: relative;
}
.comp_image {
  width: 56%;
  height: 19rem;
  position: absolute;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: all 0.4s;
}
@media only screen and (max-width: 56.25em) {
  .comp_image {
    float: left;
    position: relative;
    width: 33.33%;
    height: 15rem;
    box-shadow: 0 1.5rem 3.5rem rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 37.5em) {
  .comp_image {
    width: 50%;
    height: 15rem;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.2);
  }
}
.comp_image-1 {
  left: 0rem;
  top: 0rem;
}
@media only screen and (max-width: 56.25em) {
  .comp_image-1 {
    top: 5rem;
    left: -1.2rem;
    transform: scale(1.4);
  }
}
@media only screen and (max-width: 37.5em) {
  .comp_image-1 {
    top: 5rem;
    left: -1.2rem;
    transform: scale(1.4);
  }
}
.comp_image-2 {
  left: 7rem;
  top: 5rem;
}
@media only screen and (max-width: 56.25em) {
  .comp_image-2 {
    top: 2rem;
    left: 0.5rem;
    transform: scale(1.4);
  }
}
@media only screen and (max-width: 37.5em) {
  .comp_image-2 {
    top: 2rem;
    left: 0.5rem;
    transform: scale(1.4);
  }
}
.comp_image-3 {
  left: 14rem;
  top: 10rem;
}
@media only screen and (max-width: 56.25em) {
  .comp_image-3 {
    top: 5rem;
    left: 2.2rem;
    transform: scale(1.4);
  }
}
@media only screen and (max-width: 37.5em) {
  .comp_image-3 {
    opacity: 0;
    visibility: hidden;
  }
}
.comp_image-4 {
  left: 21rem;
  top: 15rem;
}
@media only screen and (max-width: 56.25em) {
  .comp_image-4 {
    opacity: 0;
    visibility: hidden;
  }
}
.comp_image:hover {
  transform: scale(1.25) translateY(-2rem);
  box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
  border-style: solid;
  border-color: #fdfefe;
  z-index: 2;
}
@media only screen and (max-width: 56.25em) {
  .comp_image:hover {
    transform: scale(1.25) translateY(0);
    box-shadow: 0 2rem 3rem rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 37.5em) {
  .comp_image:hover {
    transform: scale(1.25) translateY(0);
    box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.5);
  }
}
.comp:hover .comp_image:not(:hover) {
  transform: scale(0.9);
}
.composit {
  position: relative;
}
.composit_image {
  border-style: solid;
  border-color: #fdfefe;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
}
.composit_image-1 {
  width: 50%;
  height: 23rem;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 56.25em) {
  .composit_image-1 {
    width: 100%;
    height: 29rem;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .composit_image-1 {
    width: 100%;
    height: 26rem;
    top: 0;
    left: 0;
  }
}
.composit_image-2 {
  width: 50%;
  height: 23rem;
  top: 0;
  left: 50%;
}
@media only screen and (max-width: 56.25em) {
  .composit_image-2 {
    width: 100%;
    height: 29rem;
    top: 29rem;
    left: 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .composit_image-2 {
    width: 100%;
    height: 26rem;
    top: 26rem;
    left: 0;
  }
}
.composit_image-3 {
  width: 60%;
  height: 40rem;
  top: 23rem;
  left: 0;
}
@media only screen and (max-width: 56.25em) {
  .composit_image-3 {
    opacity: 0;
    visibility: hidden;
  }
}
.composit_image-4 {
  width: 20%;
  height: 20rem;
  top: 23rem;
  left: 60%;
}
@media only screen and (max-width: 56.25em) {
  .composit_image-4 {
    opacity: 0;
    visibility: hidden;
  }
}
.composit_image-5 {
  width: 20%;
  height: 20rem;
  top: 23rem;
  left: 80%;
}
@media only screen and (max-width: 56.25em) {
  .composit_image-5 {
    opacity: 0;
    visibility: hidden;
  }
}
.composit_image-6 {
  width: 20%;
  height: 20rem;
  top: 43rem;
  left: 60%;
}
@media only screen and (max-width: 56.25em) {
  .composit_image-6 {
    opacity: 0;
    visibility: hidden;
  }
}
.composit_image-7 {
  width: 20%;
  height: 20rem;
  top: 43rem;
  left: 80%;
}
@media only screen and (max-width: 56.25em) {
  .composit_image-7 {
    opacity: 0;
    visibility: hidden;
  }
}
.composit_image-8 {
  width: 50%;
  height: 23rem;
  top: 63rem;
  left: 0;
}
@media only screen and (max-width: 56.25em) {
  .composit_image-8 {
    width: 100%;
    height: 29rem;
    top: 58rem;
    left: 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .composit_image-8 {
    width: 100%;
    height: 26rem;
    top: 52rem;
    left: 0;
  }
}
.composit_image-9 {
  width: 50%;
  height: 23rem;
  top: 63rem;
  left: 50%;
}
@media only screen and (max-width: 56.25em) {
  .composit_image-9 {
    width: 100%;
    height: 29rem;
    top: 87rem;
    left: 0;
  }
}
@media only screen and (max-width: 37.5em) {
  .composit_image-9 {
    width: 100%;
    height: 26rem;
    top: 78rem;
    left: 0;
  }
}
.composit_image:hover {
  transform: scale(1.2) translateY(-2rem);
  box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
  border-style: groove;
  border-color: #55c57a;
  z-index: 2;
}
@media only screen and (max-width: 37.5em) {
  .composit_image:hover {
    border-style: none;
  }
}
.feature-box {
  background-color: rgba(253, 254, 254, 0.9);
  text-align: center;
  font-size: 1.5rem;
  padding: 2.5rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
}
@media only screen and (max-width: 56.25em) {
  .feature-box {
    padding: 2.3rem;
    border-radius: 0.3rem;
  }
}
.feature-box_icon {
  margin-bottom: 2rem;
  height: 6rem;
  width: 6rem;
  fill: url(#svg-gradient);
}
.feature-box_icon--start {
  stop-color: #2874a6;
}
.feature-box_icon--stop {
  stop-color: #55c57a;
}
.feature-box:hover {
  transform: translateY(-1.5rem) scale(1.03);
}
.form_input {
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1.3rem 2rem;
  border-radius: 0.3rem;
  border: 0.3rem solid #777;
  background-color: rgba(253, 254, 254, 0.8);
  border: none;
  border-bottom: 0.3rem solid transparent;
  width: 90%;
  display: block;
  transition: all 0.3s;
}
@media only screen and (max-width: 56.25em) {
  .form_input {
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .form_input {
    width: 100%;
  }
}
.form_input:focus {
  outline: none;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
  border-bottom: 0.3rem solid #55c57a;
}
.form_input:focus:invalid {
  border-bottom: 0.3rem solid red;
}
.form_input::-webkit-input-placeholder {
  color: #777;
}
.form_label {
  font-size: 1.3rem;
  font-weight: bold;
  margin-left: 2rem;
  margin-top: 0.8rem;
  display: block;
  transition: all 0.3s;
}
@media only screen and (max-width: 37.5em) {
  .form_label {
    font-size: 1rem;
    margin-left: 0;
    margin-top: 0;
  }
}
.form_input:-moz-placeholder-shown + .form_label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}
.form_input:-ms-input-placeholder + .form_label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}
.form_input:placeholder-shown + .form_label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4rem);
}
.form_radio-group {
  width: 49%;
  display: inline-block;
}
@media only screen and (max-width: 37.5em) {
  .form_radio-group {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.form_radio-label {
  font-size: 1.5rem;
  cursor: pointer;
  position: relative;
  padding-top: 0.2rem;
  padding-left: 3.8rem;
}
.form_radio-input {
  display: none;
}
.form_radio-button {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 2.2rem;
  width: 2.2rem;
  border: 0.2rem solid #55c57a;
  border-radius: 50%;
}
@media only screen and (max-width: 37.5em) {
  .form_radio-button {
    top: 0.2rem;
    height: 2rem;
    width: 2rem;
  }
}
.form_radio-button::after {
  content: "";
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #55c57a;
  opacity: 0;
  transition: opacity 0.2s;
}
.form_radio-input:checked ~ .form_radio-label .form_radio-button::after {
  opacity: 1;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
  .popup {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.popup-content {
  width: 75%;
  height: 52rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.25);
  transition: all 0.5s 0.2s;
  padding: 2rem 5rem 2rem 5rem;
  background-color: #f7f7f7;
  border-radius: 0.3rem;
  border-style: dashed;
  border-color: #55c57a;
}
@media only screen and (max-width: 75em) {
  .popup-content {
    height: 58rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .popup-content {
    height: 48rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .popup-content {
    height: 55rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .popup-content {
    padding: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .popup-content {
    padding: 5rem 0;
  }
}
.popup:target {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}
.popup:target .popup-content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.popup-close:link,
.popup-close:visited {
  position: absolute;
  font-size: 5rem;
  color: #777;
  top: -2.5rem;
  right: 0.5rem;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.popup-close:hover {
  color: #55c57a;
}
@media only screen and (max-width: 75em) {
  .map {
    width: 35rem;
    height: 35rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .map {
    opacity: 0;
    visibility: hidden;
  }
}
.review {
  width: 75%;
  background-color: rgba(253, 254, 254, 0.8);
  margin: 0rem auto;
  padding: 4rem;
  padding-left: 9rem;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  font-size: 1.5rem;
  transform: skewX(-12deg);
  margin-bottom: 8rem;
}
@media only screen and (max-width: 56.25em) {
  .review {
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .review {
    transform: skewX(0);
  }
}
.review_figure {
  width: 16rem;
  height: 16rem;
  float: left;
  shape-outside: circle(50% at 50% 50%);
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  transform: translateX(-3rem) skew(12deg);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 37.5em) {
  .review_figure {
    transform: translateX(-3rem) skewX(0);
  }
}
.review_image {
  height: 100%;
  transform: translateX(-1rem) scale(1.4);
  transition: all 0.6s;
}
.review_image-cap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fdfefe;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.1rem;
  opacity: 0;
  transition: all 0.6s;
  transform: skewX(12deg);
}
@media only screen and (max-width: 37.5em) {
  .review_image-cap {
    transform: skewX(0);
  }
}
.review:hover .review_image-cap {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.review:hover .review_image {
  transform: translateX(-2rem) scale(1);
}
.tourcards {
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 58rem;
}
.tourcards_side {
  height: 58rem;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  border-radius: 0.3rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}
.tourcards_side-front {
  background-color: #fdfefe;
}
.tourcards_side-back {
  background-color: green;
  transform: rotateY(180deg);
}
.tourcards_side-back--1 {
  background-image: linear-gradient(to right bottom, #7ed56f, #048f50);
}
.tourcards_side-back--2 {
  background-image: linear-gradient(to right bottom, #ffb900, #ff7730);
}
.tourcards_side-back--3 {
  background-image: linear-gradient(to right bottom, #2998ff, #5643fa);
}
.tourcards:hover .tourcards_side-front {
  transform: rotateY(-180deg);
}
.tourcards:hover .tourcards_side-back {
  transform: rotateY(0deg);
}
.tourcards_picture {
  background-size: cover;
  height: 22rem;
  background-blend-mode: soft-light;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.tourcards_picture-1 {
  background-image: linear-gradient(to right bottom, #7ed56f, #048f50),
    url(../image/river.jpg);
}
.tourcards_picture-2 {
  background-image: linear-gradient(to right bottom, #ffb900, #ff7730),
    url(../image/forest.jpg);
}
.tourcards_picture-3 {
  background-image: linear-gradient(to right bottom, #2998ff, #5643fa),
    url(../image/rice-field.png);
}
.tourcards_heading {
  font-size: 2.4rem;
  text-transform: uppercase;
  text-align: right;
  color: #fdfefe;
  position: absolute;
  top: 14rem;
  right: 2rem;
  width: 70%;
}
.tourcards_heading-span {
  padding: 1rem 1.5rem;
  border-radius: 0.3rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.tourcards_heading-span--1 {
  background-image: linear-gradient(
    to right bottom,
    rgba(126, 213, 111, 0.85),
    rgba(4, 143, 80, 0.85)
  );
}
.tourcards_heading-span--2 {
  background-image: linear-gradient(
    to right bottom,
    rgba(255, 185, 0, 0.85),
    rgba(255, 119, 48, 0.85)
  );
}
.tourcards_heading-span--3 {
  background-image: linear-gradient(
    to right bottom,
    rgba(41, 152, 255, 0.85),
    rgba(86, 67, 250, 0.85)
  );
}
.tourcards_details {
  padding: 2rem;
}
.tourcards_details ul {
  list-style: none;
  width: 80%;
  margin: 0 auto;
}
.tourcards_details ul li {
  padding: 1rem;
}
.tourcards_details ul li:not(:last-child) {
  border-bottom: 0.2rem solid #f7f7f7;
}
.tourcards_details__text {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
}
.tourcards_details__icon {
  height: 2rem;
  width: 2rem;
  margin-right: 1rem;
  fill: url(#svg-gradient);
}
.tourcards_details__icon--start {
  stop-color: #2874a6;
}
.tourcards_details__icon--stop {
  stop-color: #55c57a;
}
.tourcards_action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}
.tourcards_action-price {
  text-align: center;
  color: #fdfefe;
}
.tourcards_action-price--only {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.tourcards_action-price--value {
  font-size: 6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: lighter;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 56.25em), only screen and (hover: none) {
  .tourcards {
    height: auto;
    border-radius: 0.3rem;
    background-color: #fdfefe;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  }
  .tourcards_details__text {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .tourcards_side {
    height: auto;
    position: relative;
    border-radius: 0;
    box-shadow: none;
  }
  .tourcards_side-back {
    transform: rotateY(0);
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
  }
  .tourcards:hover .tourcards_side-front {
    transform: rotateY(0);
  }
  .tourcards_action {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    width: 100%;
    padding: 4rem;
  }
  .tourcards_action-price--only {
    font-size: 2rem;
  }
  .tourcards_action-price--value {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.9;
  overflow: hidden;
}
.video_content {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.row {
  max-width: 110rem;
  margin: 0 auto;
}
@media only screen and (max-width: 56.25em) {
  .row {
    max-width: 60rem;
    padding: 0 3rem;
  }
}
.row:not(:last-child) {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 56.25em) {
  .row:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.row::after {
  content: "";
  display: table;
  clear: both;
}
.row [class^="col-"] {
  float: left;
}
.row [class^="col-"]:not(:last-child) {
  margin-right: 6rem;
}
@media only screen and (max-width: 56.25em) {
  .row [class^="col-"]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .row [class^="col-"] {
    width: 100% !important;
  }
}
.row .col-1-of-2 {
  width: calc((100% - 6rem) / 2);
}
.row .col-1-of-3 {
  width: calc((100% - 2 * 6rem) / 3);
}
.row .col-1-of-4 {
  width: calc((100% - 3 * 6rem) / 4);
}
.row .col-2-of-3 {
  width: calc(2 * ((100% - 2 * 6rem) / 3) + 6rem);
}
.row .col-2-of-4 {
  width: calc(2 * ((100% - 3 * 6rem) / 4) + 6rem);
}
.row .col-3-of-4 {
  width: calc(3 * ((100% - 3 * 6rem) / 4) + 2 * 6rem);
}
.header {
  height: 95vh;
  background-image: linear-gradient(
      to right,
      rgba(126, 213, 111, 0.0745098),
      rgba(40, 180, 133, 0.560784)
    ),
    url(../image/Him-01-small.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 37.5em),
  only screen and (min-resolution: 192dpi) and (min-width: 37.5em),
  only screen and (min-width: 125em) {
  .header {
    background-image: linear-gradient(
        to right,
        rgba(126, 213, 111, 0.0745098),
        rgba(40, 180, 133, 0.560784)
      ),
      url(../image/Him-01.jpg);
  }
}
@supports (-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0)) {
  .header {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80vh, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80vh, 0 100%);
  }
}
@media only screen and (max-width: 37.5em) {
  @supports (-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0)) {
    .header {
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 85vh, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 85vh, 0 100%);
    }
  }
}
.header__logo-box {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.header__logo {
  height: 7rem;
}
@media only screen and (max-width: 75em) {
  .header__logo {
    height: 6rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .header__logo {
    height: 5rem;
  }
}
.header__text-box {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.footer {
  color: white;
  font-size: 1.2rem;
  background-image: linear-gradient(
    to right,
    #0f2027 0%,
    #203a43 50%,
    #2c5364 100%
  );
  padding: 5rem 0;
}
@media only screen and (max-width: 75em) {
  .footer {
    padding: 5rem 2rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .footer {
    padding: 6rem 0;
  }
}
.footer_logo-box {
  text-align: center;
  margin-bottom: 4rem;
}
.footer_logo {
  width: auto;
  height: 15rem;
}
.footer_navigation {
  display: inline-block;
  border-top: 0.1rem solid #fdfefe;
  padding-top: 2rem;
}
@media only screen and (max-width: 56.25em) {
  .footer_navigation {
    width: 100%;
    text-align: center;
  }
}
.footer_list {
  list-style: none;
}
.footer_item {
  display: inline-block;
}
.footer_item:not(:last-child) {
  margin-right: 1.5rem;
}
.footer_link:link,
.footer_link:visited {
  display: inline-block;
  color: #fdfefe;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
}
.footer_link:hover,
.footer_link:active {
  color: #55c57a;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  transform: scale(1.3);
}
.footer_link-image {
  width: 3.5rem;
  height: 3.5rem;
  transition: all 0.4s;
}
.footer_link-image:hover {
  transform: rotate(15deg);
}
.footer_copyright {
  width: 80%;
  border-top: 0.1rem solid #fdfefe;
  padding-top: 2rem;
  float: right;
  font-weight: 500px;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 56.25em) {
  .footer_copyright {
    width: 100%;
    text-align: center;
    float: none;
  }
}
.navigation {
  font-family: "Open Sans", sans-serif;
}
.navigation_checkbox {
  display: none;
}
.navigation_button {
  position: fixed;
  top: 1rem;
  right: 3rem;
  background-color: #fdfefe;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  text-align: center;
  z-index: 20;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .navigation_button {
    top: 1rem;
    right: 1rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .navigation_button {
    top: 0.5rem;
    right: 0.5rem;
  }
}
.navigation_background {
  position: fixed;
  top: 1.2rem;
  right: 3.2rem;
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
  background-image: radial-gradient(#7ed56f, #048f50);
  z-index: 10;
  transition: transform 0.6s cubic-bezier(0.88, 0, 0.08, 1);
}
@media only screen and (max-width: 56.25em) {
  .navigation_background {
    top: 1.3rem;
    right: 1.3rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .navigation_background {
    top: 0.8rem;
    right: 0.8rem;
  }
}
.navigation_nav {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  opacity: 0;
  width: 0;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.58);
}
.navigation_list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  list-style: none;
  text-align: center;
}
.navigation_item {
  margin: 1rem;
}
.navigation_link:link,
.navigation_link:visited {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 3rem;
  font-weight: 100;
  text-decoration: none;
  text-transform: uppercase;
  color: #fdfefe;
  background-image: linear-gradient(
    120deg,
    transparent 0%,
    transparent 50%,
    #fdfefe 50%
  );
  background-size: 220%;
  transition: all 0.4s;
}
.navigation_link:link span,
.navigation_link:visited span {
  display: inline-block;
  margin-right: 1.5rem;
}
.navigation_link:hover,
.navigation_link:active {
  background-position: 100%;
  color: #55c57a;
  transform: translateX(1rem);
}
.navigation_checkbox:checked ~ .navigation_background {
  transform: scale(80);
}
.navigation_checkbox:checked ~ .navigation_nav {
  opacity: 1;
  width: 100%;
}
.navigation_icon {
  margin-top: 2.5rem;
  position: relative;
}
.navigation_icon,
.navigation_icon::before,
.navigation_icon::after {
  width: 2.6rem;
  height: 0.2rem;
  background-color: #777;
  display: inline-block;
}
.navigation_icon::before,
.navigation_icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.navigation_icon::before {
  top: -0.6rem;
}
.navigation_icon::after {
  top: 0.6rem;
}
.navigation_button:hover .navigation_icon::before {
  top: -0.8rem;
}
.navigation_button:hover .navigation_icon::after {
  top: 0.8rem;
}
.navigation_checkbox:checked + .navigation_button .navigation_icon {
  background-color: transparent;
}
.navigation_checkbox:checked + .navigation_button .navigation_icon::before {
  top: 0;
  transform: rotate(135deg);
}
.navigation_checkbox:checked + .navigation_button .navigation_icon::after {
  top: 0;
  transform: rotate(-135deg);
}
.section-about {
  background-color: #f7f7f7;
  padding: 15rem 0;
  margin-top: -15vh;
}
@media only screen and (max-width: 75em) {
  .section-about {
    padding: 20rem 5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .section-about {
    padding: 22rem 5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-about {
    padding: 20rem 0 15rem 0;
  }
}
.section-feature {
  padding: 20rem 0;
  background-image: linear-gradient(
      to right,
      rgba(126, 213, 111, 0.0745098),
      rgba(40, 180, 133, 0.560784)
    ),
    url(../image/Feature.jpg);
  background-size: cover;
  transform: skewY(-7deg);
  margin-top: -10rem;
}
.section-feature > * {
  transform: skewY(7deg);
}
@media only screen and (max-width: 75em) {
  .section-feature {
    padding: 20rem 2rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .section-feature {
    padding: 12rem 20rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-feature {
    padding: 10rem 5rem;
  }
}
.section-tour {
  background-color: #f7f7f7;
  padding: 23rem 0 18rem 0;
  margin-top: -10rem;
}
@media only screen and (max-width: 75em) {
  .section-tour {
    padding: 20rem 2rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .section-tour {
    padding: 20rem 15rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .section-tour {
    padding: 20rem 2rem;
  }
}
.section-review {
  padding: 18rem 0 20rem 0;
  position: relative;
  margin-top: -15rem;
  -webkit-clip-path: polygon(0 12%, 100% 0, 100% 88%, 0 100%);
  clip-path: polygon(0 12%, 100% 0, 100% 88%, 0 100%);
}
@media only screen and (max-width: 56.25em) {
  .section-review {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }
}
.section-image {
  background-color: #f7f7f7;
  padding: 20rem 0 10rem 0;
  margin-top: -17rem;
}
@media only screen and (max-width: 75em) {
  .section-image {
    padding: 20rem 2rem 10rem 2rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .section-image {
    padding: 20rem 0 10rem 0;
  }
}
.section-detail {
  background-image: linear-gradient(
      to right,
      rgba(126, 213, 111, 0.0745098),
      rgba(40, 180, 133, 0.560784)
    ),
    url(../../image/Test.jpg);
  background-size: cover;
  padding: 10rem 0 10rem 0;
}
@media only screen and (max-width: 37.5em) {
  .section-detail {
    padding: 5rem 0 5rem 0;
  }
}
.detailbox {
  background-image: linear-gradient(
      100deg,
      rgba(253, 254, 254, 0.9) 0%,
      rgba(253, 254, 254, 0.9) 50%,
      transparent 50%
    ),
    url(../../image/Test.jpg);
  background-size: 100%;
  border-radius: 0.3rem;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
}
.detailbox_form {
  width: 50%;
  padding: 6rem;
}
@media only screen and (max-width: 75em) {
  .detailbox_form {
    width: 60%;
  }
}
@media only screen and (max-width: 56.25em) {
  .detailbox_form {
    width: 100%;
  }
}
@media only screen and (max-width: 37.5em) {
  .detailbox_form {
    padding: 4rem;
  }
}
@media only screen and (max-width: 75em) {
  .detailbox {
    margin: 0 2rem;
    background-image: linear-gradient(
        100deg,
        rgba(253, 254, 254, 0.9) 0%,
        rgba(253, 254, 254, 0.9) 60%,
        transparent 60%
      ),
      url(../../image/Test.jpg);
    background-size: cover;
  }
}
@media only screen and (max-width: 56.25em) {
  .detailbox {
    margin: 0 2rem;
    background-image: linear-gradient(
        to right,
        rgba(253, 254, 254, 0.9),
        rgba(253, 254, 254, 0.9)
      ),
      url(../../image/Test.jpg);
    background-size: cover;
  }
}
