/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
/* SMALL COMPACT CARD */







/*********About Home Page********/


@media(max-width:767px){

    .about-floating-card{

        width:180px !important;

        top:50px !important;

        right:0px !important;
    }

    .about-floating-card img{

        height:120px !important;
    }

}






@media(max-width:767px){

    .about-exp-card{

        width:170px !important;

        left:10px !important;

        bottom:20px !important;

        padding:18px !important;
    }

    .about-exp-card h2{

        font-size:32px !important;
    }

}


/*********About Home Page********/

/*********** ROOM SECTION ***********/

.rooms-section{
  background:#f8f5f1;
}

/* CARD */

.room-card{
  overflow:hidden;
  border-radius:24px;
  position:relative;
}

.room-card img{
  height:100%;
  width:100%;
  object-fit:cover;
  transition:0.5s ease;
}

.room-card:hover img{
  transform:scale(1.08);
}

/* OVERLAY */

.room-overlay{
  background:linear-gradient(
    to top,
    /* rgba(0,0,0,0.28), */
    rgba(63, 62, 62, 0.28),
    rgba(0,0,0,0.12)
  );
}

/* TYPOGRAPHY */

.room-price{
  color:#d6b16d;
  letter-spacing:1px;
  font-size:13px;
}

.room-title{
  font-weight:700;
  line-height:1.2;
}

/* BUTTON */

.room-btn{
  border-radius:50px;
  padding:10px 22px;
  font-weight:600;
  transition:0.3s ease;
}

.room-btn:hover{
  background:#c8a96b;
  color:#fff;
  border-color:#c8a96b;
}

/* IMAGE HEIGHTS */

.featured-room{
  height:700px;
}

.small-room{
  height:338px;
}

/* MOBILE */

@media(max-width:991px){

  .featured-room{
    height:500px;
  }

}

@media(max-width:576px){

  .featured-room,
  .small-room{
    height:320px;
  }

  .room-title{
    font-size:28px !important;
  }

}

/*********** ROOM SECTION ***********/







/* =========================
   GALLERY SECTION
========================= */

.gallery-section{
  background:#f8f5f1;
}

/* =========================
   HEADING
========================= */

.gallery-subtitle{
  color:#c8a96b;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:13px;
  font-weight:600;
}

.gallery-title{
  font-size:48px;
  font-weight:700;
  margin-top:10px;
}

/* =========================
   MAIN IMAGE
========================= */

.gallery-main-wrapper{
  height:600px;
  border-radius:24px;
  overflow:hidden;
  position:relative;
}

.gallery-main-image{
  width:100%;
  height:120%;
  object-fit:cover;
  transition:
    transform 0.8s ease,
    opacity 0.5s ease;
}

/* IMAGE MOVE EFFECT */

.gallery-main-wrapper:hover .gallery-main-image{
  transform:translateY(-30px) scale(1.05);
}

/* =========================
   ARROWS
========================= */

.gallery-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:50px;
  height:50px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,0.85);
  z-index:5;
  font-size:24px;
  cursor:pointer;
  transition:0.3s ease;
}

.gallery-arrow:hover{
  background:#c8a96b;
  color:#fff;
}

.gallery-arrow.left{
  left:20px;
}

.gallery-arrow.right{
  right:20px;
}

/* =========================
   THUMBNAILS
========================= */

.gallery-thumbs{
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap;
}

.gallery-thumb{
  width:110px;
  height:80px;
  object-fit:cover;
  border-radius:14px;
  cursor:pointer;
  opacity:0.7;
  transition:0.3s ease;
  border:3px solid transparent;
}

.gallery-thumb:hover{
  opacity:1;
  transform:translateY(-4px);
}

.gallery-thumb.active{
  opacity:1;
  border-color:#c8a96b;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

  .gallery-main-wrapper{
    height:350px;
  }

  .gallery-title{
    font-size:36px;
  }

  .gallery-thumb{
    width:80px;
    height:60px;
  }

  .gallery-arrow{
    width:42px;
    height:42px;
    font-size:20px;
  }

}

/******Gallery********/












/*********Nearby Places********/

.nearby_box{
    background: #fff;
    padding: 25px 20px;
    border-radius: 18px;
    text-align: center;
    height: 100%;

    transition: 0.4s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

/* ICON */

.nearby_icon{
    width: 60px;
    height: 60px;
    margin: auto;

    border-radius: 50%;
    background: #f8f4ef;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 26px;

    margin-bottom: 18px;

    transition: 0.4s;
}

/* TITLE */

.nearby_box h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* CONTENT */

.nearby_box p{
    color: #777;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

/* DISTANCE */

.nearby_box span{
    color: #b58a56;
    font-size: 14px;
    font-weight: 600;
}

/* HOVER */

.nearby_box:hover{
    transform: translateY(-8px);
}

.nearby_box:hover .nearby_icon{
    background: #b58a56;
    color: #fff;
    transform: scale(1.08);
}
/*********Nearby Places********/



/*********Facility********/

.facility-icon .icon-ani{
    transition:0.3s ease;
}

.facility-icon:hover .icon-ani {
    background:#b58a56 !important;
    color:#fff;
    transform:scale(1.08);
}




/*************Facility****************/



/***************ABOUT US PAGE******************/

.why_icon{

    width:42px;
    min-width:42px;

    height:42px;

    border-radius:50%;

    background:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:22px;

    margin-right:14px;

    box-shadow:0 5px 15px rgba(0,0,0,0.05);
}

.why_text{

    font-size:17px;

    line-height:28px;

    font-weight:600;

    color:#1b1b1b;
}

/* MOBILE */

@media(max-width:767px){

    .why_icon{

        width:38px;
        min-width:38px;

        height:38px;

        font-size:16px;

        margin-right:12px;
    }

    .why_text{

        font-size:15px;

        line-height:24px;
    }

}


/************About section************/

.about-wrapper{
  background:#f7f4ef;
  overflow:hidden;
}

/* IMAGE SIDE */

.about-image-layout{
  position:relative;
  padding:40px 60px 80px 0;
}

.main-image-box{
  border-radius:30px;
  overflow:hidden;
  position:relative;
  z-index:2;
  box-shadow:0 25px 60px rgba(0,0,0,0.12);
}

.main-image-box img{
  height:600px;
  object-fit:cover;
}

.small-image-box{
  position:absolute;
  bottom:0;
  right:0;
  width:58%;
  border-radius:24px;
  overflow:hidden;
  z-index:3;
  border:8px solid #f7f4ef;
  box-shadow:0 20px 50px rgba(0,0,0,0.15);
}

.small-image-box img{
  height:280px;
  object-fit:cover;
}

/* Decorative Shape */

.design-box{
  position:absolute;
  top:-20px;
  right:40px;
  width:180px;
  height:180px;
  background:#d4b483;
  border-radius:30px;
  opacity:.15;
  z-index:1;
}

/* CONTENT */

.about-tag{
  color:#b89363;
  letter-spacing:4px;
  font-size:13px;
  font-weight:600;
}

.about-heading{
  font-size:56px;
  font-weight:700;
  line-height:1.15;
  color:#1e1e1e;
}

.about-text{
  color:#666;
  font-size:16px;
  line-height:1.9;
  margin-bottom:20px;
}

.about-line{
  width:120px;
  height:4px;
  background:#b89363;
  border-radius:20px;
}

/* RESPONSIVE */

@media(max-width:991px){

  .about-image-layout{
    padding:0 40px 60px 0;
  }

  .main-image-box img{
    height:auto;
  }

  .small-image-box{
    width:60%;
  }

  .small-image-box img{
    height:auto;
  }

  .about-heading{
    font-size:40px;
  }

}

@media(max-width:576px){

  .about-image-layout{
    padding:0 20px 40px 0;
  }

  .small-image-box{
    width:65%;
  }

  .about-heading{
    font-size:32px;
  }

  .about-text{
    font-size:15px;
  }

}
/***********About section*************/

/*************ABOUT US PAGE*************/






/* =========================
   ROOMS & SUITES
========================= */

@media(max-width:767px){

    .skyline_price_badge,
    .skyline_category_badge{

        font-size:11px !important;

        padding:10px 14px !important;
    }

}


/* ROOM ICON */

.room_icon{

    font-size:28px;

    transition:0.4s ease;

    animation:floatIcon 3s ease-in-out infinite;
}

/* HOVER EFFECT */

.shadow-sm:hover .room_icon,
.bg-light:hover .room_icon{

    transform:scale(1.2) rotate(10deg);
}

/* FLOATING ANIMATION */

@keyframes floatIcon{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-5px);
    }

    100%{
        transform:translateY(0px);
    }

}

/* BIG IMAGE FIXES */

@media(max-width:767px){

    .skyline_main_room_img{

        height:320px !important;

        width:100% !important;

        object-fit:cover;
    }

}


/* SMALL IMAGE FIXES */


@media(max-width:767px){

    .skyline_small_room_img{

        width:100px !important;

        height:130px !important;

        left:10px !important;

        bottom:15px !important;

        border-width:4px !important;
    }

}









/* =========================
   GALLERY PAGE
========================= */


 .gallery_card {
          transition: 0.5s ease;

          cursor: pointer;
        }

        .gallery_card img {
          transition: 0.6s ease;
        }

        .gallery_overlay {
          position: absolute;

          inset: 0;

          background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.65),
            rgba(0, 0, 0, 0.05)
          );

          opacity: 0;

          transition: 0.4s ease;
        }

        .gallery_card:hover img {
          transform: scale(1.08);
        }

        .gallery_card:hover {
          transform: translateY(-8px);
        }

        .gallery_card:hover .gallery_overlay {
          opacity: 1;
        }

        /* MOBILE */

        @media (max-width: 767px) {
          h2 {
            font-size: 38px !important;
          }

          .gallery_card img {
            height: 260px !important;
          }
        }