@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.landing_type1_gallery_row {
  overflow: hidden;
  padding: 0 0 60px 0;
  white-space: nowrap;
  position: relative;
}

.landing_type1_gallery_row:before,
.landing_type1_gallery_row:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.landing_type1_gallery_row:before {
  left: 0;
}
.landing_type1_gallery_row:hover .landing_type1_gallery_box {
  /**animation-play-state: paused; */
}

.landing_type1_gallery_box {
  display: inline-block;
  animation: 27s slide infinite linear;
}

.landing_type1_gallery_box img {
  height: 530px;
  width: 430px;
  margin: 0 5px;
  object-fit: cover;
}
.landing_type1_gallery_bigbox_mobile {
	display: none;
}

.landing_type1_location_row {
  display: flex;
  align-items: center;
  padding-top: 30px;
  margin-bottom: 20px;
}
.landing_type1_location_retina {
  height: 32px;
}
.landing_type1_location_text {
  font-family: ilaria, sans-serif;
  font-weight: 700;
  color: #202020;
  font-size: 18px;
  margin-left: 20px;
}
.land_span {
  color: #AA1010;
  text-decoration: underline;
}
.landing_type1_title {
  font-family: ilaria, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 53px;
  color: #202020;
  margin-bottom: 25px;
}
.land_tt {
    background-color: #AA1010;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;  
}
.landing_type1_icon_box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.landing_type1_icon_text {
  font-family: ilaria, sans-serif;
  font-weight: 700;
  color: #202020;
  font-size: 19px;
  margin-left: 15px;
}
.landing_type1_icon_img {
  width: 30px;
}
.landing_type1_price_box {
  margin-top: 45px;
  margin-bottom: 10px;
}
.landing_type1_price_text {
  background-color: #FFC107;
  color: #202020;
  font-size: 21px;
  font-family: ilaria, sans-serif;
  display: inline-flex;
  font-weight: 700;
  padding: 4px 5px;
  border-radius: 3px;  
  line-height: 1.4;
}
.landing_type1_dis_box {
  font-family: ilaria, sans-serif;
  color: #3D3D3D;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 50px;
  line-height: 1.5;
}

button {
  border-radius: 100px !important;
}
.landing_type1_gallery_bigbox {
    width: 50%;
    position: absolute;
    right: 0%;
    top: 270px;
}
.landing_type1_row {
  padding-bottom: 70px;
}




@media screen and (max-width: 1650px) {
  .landing_type1_gallery_bigbox {width: 45%;}
}

@media screen and (max-width: 1400px) {
  .landing_type1_gallery_bigbox {width: 40%;}
}
@media screen and (max-width: 1200px) {
  .landing_type1_title {font-size: 45px;}
  .landing_type1_icon_text {font-size: 17px;}

}
@media screen and (max-width: 992px) {
  .landing_type1_gallery_bigbox {display: flex; width: 100%; position: static;}
  .landing_type1_gallery_bigbox_mobile {display: block;}
  .landing_type1_gallery_row:before {background: 0;}
  .landing_type1_location_row {justify-content: center;}
  .landing_type1_title {text-align: center; font-size: 55px;}
  .landing_type1_icon_box {justify-content: center;}
  .landing_type1_price_box {text-align: center;}
  .landing_type1_dis_box {text-align: center;}
  .landing_type1_btn_box {text-align: center;}
}
@media screen and (max-width: 767px) {
  .landing_type1_gallery_box img {height: 300px; width: 240px; margin: 0 5px;}
  .landing_type1_gallery_box {animation: 12s slide infinite linear;}
  .landing_type1_title {font-size: 31px;}
  .landing_type1_location_text {font-size: 15px; margin-left: 10px;}
  .landing_type1_icon_box {justify-content: flex-start; line-height: 1.5;}
  .landing_type1_price_text {font-size: 19px;}
  .landing_type1_gallery_bigbox {margin-top: -20px;}
}
@media screen and (max-width: 393px) {
  .landing_type1_title {font-size: 29px;}
  .landing_type1_price_text {font-size: 17px;}
}
@media screen and (max-width: 375px) {
  .landing_type1_location_text {font-size: 13px;}
  .landing_type1_title {font-size: 27px;}
}
@media screen and (max-width: 320px) {}

