.underline-space {
    text-decoration: underline;
    text-decoration-color: #5D5D5D;
    text-decoration-skip-ink: none;
    text-underline-offset: 0.3em;
  }
  #card-scroll-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar for WebKit (Chrome, Safari, etc.) */
}

#card-scroll-container {
    -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}
*{
  font-size: 14px;
}

.a,a{
  text-decoration: none;  
}
.card-title{
  text-decoration: none;  
}

.hotel_image{
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.hotel_image_tab{
  width: 100%;
  height: 200px;
  overflow: hidden;
}
@media(max-width:1500px){
  .hotel_image,.hotel_image_tab{
    height: 170px;
  }
  *{
    font-size: 13px;
  }
}
@media(max-width:1000px){
  .hotel_image,.hotel_image_tab{
    height: 130px;
  }
  *{
    font-size: 12px;
  }
}
@media(max-width:768px){
  *{
    font-size: 11px;
  }
  .hotel_image,.hotel_image_tab{
    height: 120px;
  }
}


.c-yellow{
    color: #F7CC05;
}

.card-package_hotel{
  height: 240px;
}
@media(max-width:768px){
  .card-package_hotel{
    height: 140px;
  }
}



/************************************************/

@import url('https://fonts.googleapis.com/css?family=Lato:200,400|Playfair+Display');
body {
/*  background-image: linear-gradient(190deg, rgba(0, 0, 99, .05) 10%, rgba(0, 0, 255, .19) 100%);*/
/*  padding: 0;
  margin: 0;
*/}
.wrapper {
  float: none;
/*  width: 30%;*/
/*  min-width: 300px;*/
  background-color: #f1f1f1;
/*  margin: 1.5%;*/
  padding: 2em 1em;
  box-sizing: border-box;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.24);
  text-align: center;
}
.wrapper>h1 {
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-size: 1.5em;
  letter-spacing: .15em;
  color: #333;
}
.details {
  width: 95%;
  margin: 0 auto 2em;
  padding-top: 10.5em;
  padding-bottom: 1em;
  background-color: #FFEBC8;
  color: #333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.24);
  transition: all ease-in 0.15s;
}

.wrapper:hover .details{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 5px rgba(0,0,0,0.22);
  transform: translate(0px, -2px) scale(1.01);
}

.details>h1 {
  font-family: "Playfair Display";
  font-size: 1em;
}
.details>h2 {
  font-family: sans-serif;
  font-size: 1.4em;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.details>p {
  font-family: sans-serif;
  font-size: 1em;
  font-weight: 200;
}

.image{
  position: relative;
  z-index: 2;
  width: 85%;
  height: 250px;
  margin: 0 auto -10em;
  background-size: cover;
  background-position: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 10px rgba(0, 0, 0, 0.24);
  transition: all ease-in .15s;
}
.wrapper:hover .image{
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transform: translate(0px, -3px) scale(1.02);
}
  
.i1{
    background-image: url(https://31.media.tumblr.com/9e9ba532a3174811c79e07bc4a61ebdc/tumblr_n92w6iRSjY1r5gmiko1_500.jpg);
}
.i2 {
  background-image: url(http://www.asianventure.com/images/country/vietnam.jpg);
}
.i3 {
  background-image: url(https://media-cdn.tripadvisor.com/media/photo-s/06/c7/ba/92/salah-satu-bangunan-di.jpg);
  }

@media screen and (max-width: 1000px) {
  .wrapper{
    width: 47%;
  }
}
@media screen and(max-width:700px){
  .wrapper{
    float: none;
    width: 70%;
    margin: 1em auto;
  }
}
@media screen and(max-width:700px){
  .wrapper{
    float: none;
    width: 70%;
    margin: 1em auto;
  }
}




/*******************************************/

.card-img-top-overlay .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
/*     background: rgba(120,120,120,.4); */
}
a {
  text-decoration: none !important;
}
.card-img-top-overlay .card-badge.top-right {
    top: 1rem;
    right: 1rem;
}
.card-img-top-overlay .card-badge.top-left {
    top: 1rem;
    left: 1rem;
}
/* for images to be same height */
.img-same-height {
  object-fit:cover;
  height:250px;
}
.card-img-top-overlay .card-badge {
    position: absolute;
    font-size: .8125rem;
    line-height: 1.5rem;
    font-weight: 600;
    box-shadow: 0 0.8rem 1.2rem #343a4014;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-radius: 0.25rem;
    z-index: 1000;
}
.card-img, .card-img-top {
    border-top-left-radius: calc(0.1875rem + 0px);
    border-top-right-radius: calc(0.1875rem + 0px);
}
.shape.bottom {
    bottom: -2px;
    left: 0;
    right: 0;
}

.shape {
    position: absolute;
    pointer-events: none;
    overflow: hidden;
}
.shape > svg {
    width: auto;
    height: 100%;
}

.shape.bottom > svg {
    width: 100%;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
}
.card {
    margin-bottom: 1.5rem;
    position: relative;
}


/***************************************************/


section{
   position: relative;
   height: 200px;
   width: 100%;
   background-image: url('https://www.thisiscolossal.com/wp-content/uploads/2018/11/HenriPrestes_02.jpg');
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}

section::before{
   content: '';
   position: absolute;
   top: 0%;
   left: 0%;
   width: 100%;
   height: 100%;
   background-image: url('http://pngimg.com/uploads/rain/rain_PNG13468.png');
   animation: rain 0.19s ease-in infinite;
}

@keyframes rain{
   0%{
      background-position: 20% 80%;
   }
   100%{
      background-position: 10 0;
   }
}


