@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Modified to hotels
 */

body{

  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;

}

p, .site-text {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
  margin-bottom: 20px;
}



/* --------   Colours ----------- */

.gold-text {
  color: #aa8453;
}

.gold-link {

  color: #aa8453 ;
  text-transform: uppercase;
  font-weight: 600;

}

a.gold-link {

  color: #aa8453 ;
  
}

.gold-star {
    color: #aa8453;
}

.btn-gold {
    
    color: #fff;
    background: #aa8453;
    border-color: #aa8453;
    border-radius: 0;
  }

.btn-gold:focus {
    color: #fff;
    background-color: #000000;
    border-color: #8c8c8c;
}
.btn-gold:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-gold:active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-gold-outline {
    
    color: #aa8453;
    border-color: #aa8453;
    border-radius: 0;
    border: solid 2px #aa8453;
    font-weight: 600;
  }

  .btn-gold-outline:focus {
    color: #fff;
    background: #aa8453;
    border-color: #8c8c8c;
}
.btn-gold-outline:hover {
    color: #fff;
    background: #aa8453;
    border-color: #aa8453;
}
.btn-gold-outline:active {
    color: #fff;
    background: #aa8453;
    border-color: #aa8453;
}

.bg-cream{
  background-color: #f8f5f0;

} 

.bg-black {
  background: #222;
  color: #adadad;

}

/* --------   padding and magins ----------- */

.section-padding {
    padding: 40px 0;
}

/* --------   Text and Fonts ----------- */


.section-subtitle{
  font-size: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 5px;
}

.section-title {
    font-size: 26px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 20px;
}

.bg-black  .section-subtitle {

  color: #aa8453;

}

.bg-black .section-title {

  color: #ffffff;

}




/* --------   Navbar ----------- */
.navbar-hotel .nav-link{

font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 1px;
    letter-spacing: 3px;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;

}
.navbar-hotel{

  background:transparent;
   transition: background-color 0.3s ease, color 0.3s ease;
  
}
.navbar-hotel.scrolled{

    position: fixed;
    top: -100px;
  -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;

    -webkit-transform: translateY(100px);
    transform: translateY(100px);

    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
  background:#fff;
  color: #000;
}

.navbar-hotel a {
 color: #FFFFFF;
}

.navbar-hotel a.dropdown-item{
  color: #000;
}

.navbar-hotel .nav-link.active{

  color: #aa8453 

}

.navbar-hotel.scrolled a{
  color: #000;

}

.navbtn.scrolled a{
  color: #fff;

}

#headerbtn {
  color: #fff;
}

.navbar-hotel .nav-link,
.navbar-hotel .navbar-brand {
  color: white;
  transition: color 0.3s ease;
}



/* When menu is open on mobile, change background and text colour */
.navbar-hotel.navbar-open {
  background-color: white !important;
}

.navbar-hotel.navbar-open .nav-link,
.navbar-hotel.navbar-open .navbar-brand {
  color: #212529 !important;
}

/* --------   Home Hero ----------- */


#homeheroimage{

  background: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)),url("/images/home/CrescentHotelHomeSmallA.jpg");


  position: relative;

  background-repeat: no-repeat;
  background-position: center center;
  

  /* Set a specific height */
  height: 400px;


}

.homeherotext{
  padding-top: 120px;
}


.slide-first-text{

  font-family: 'Barlow Condensed', serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    
    color: #fff;
    
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-shadow: 1px 1px 2px black;
 
}

.slide-second-text{

    
    font-family: 'Gilda Display', serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
   x;
     text-shadow: 1px 1px 2px black;
}

/* --------   Home About ----------- */




.tallimgleft {

  margin: 90px 0 30px;
  padding-left: 20px;

}


/* --------   Home Rooms Section ----------- */

#homeroomscarousel .carousel-indicators2 {

    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-top: 20px;

}

#homeroomscarousel .carousel-indicators2 [data-bs-target] {

  width: 15px;
  height: 15px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ADADAD;
    
}

#homeroomscarousel .carousel-indicators2 .active {
    
    background-color: #aa8453;
    border: 1px solid #aa8453;
}

#homeroomscarousel .card {

  height: 100%;


}

/* --------   Facilities Section ----------- */
.single-facility{

  padding: 30px 20px;
  margin-bottom: 30px;
  line-height: 1;
  height: 100%;

}

.single-facility h5 {
  font-family: 'Gilda Display', serif;
  font-size: 24px;
  color: #222;
  margin-bottom: 10px;
  margin-top: 10px;
}

.facility-img{
  height: 55px;
  width: 55px;

}

.bg-black .single-facility{

  background-color: #f8f5f0;
  color: #666;

}

/* --------   home parallax-testimonials ----------- */
.parallax-testimonials{

  /* The image used */
  background-color: #fff;


  background-image: url("/images/home/CrescentHotelHomeTestimonial.jpg");


  /* Set a specific height */
  height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}








.line {
  width: 60px;
  border-top: 1px solid rgba(255,255,255,0.2) !important;
  margin-bottom: 10px;
}

.testimonials-box .head-box h6 {
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 10px;
   text-shadow: 1px 1px 2px black;
}

.testimonials-box .head-box h4 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
   text-shadow: 1px 1px 2px black;
}

.testimonials .item .quoteimg {
  float: right;
 
  opacity: .2;
}

.quoteimg img{

  height: 50px;
}

.testimonials .item p {
  color: #fff;
  text-shadow: 1px 1px 2px black;
}

.testimonial-star, .testimonial-name{

  padding: 5px 0 0 0;
  margin: 0 0 0 0;
}

#carouselhomereviews .carousel-indicators2 {

    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-top: 20px;

}

#carouselhomereviews .carousel-indicators2 [data-bs-target] {

  width: 15px;
  height: 15px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: #f4f5f7;
  border: 1px solid #ADADAD;

}

#carouselhomereviews .carousel-indicators2 .active {
    
    background-color: #aa8453;
    border: 1px solid #aa8453;
}

/* --------   Services section----------- */

.dtablediv{
   margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.services .content .cont {
  display: table-cell;
  vertical-align: middle;
}

.services .content {
  padding: 0 30px;
}

.services .content .info h6 {
  font-size: 14px;
  letter-spacing: 3px;
  color: #666;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.services .content .cont h4 {
  margin: 0 0 10px 0;
  font-size: 20px;
  color: #222;
  font-weight: 400;
  line-height: 1.5em;
}

/* --------   Footer section----------- */
.footer {
  padding: 0px 0;
  margin: 0 0 ;
  width: 100%;
  background-color: #CAA757;
  color: white;
  border: 1px solid #ADADAD;
}

.footer-top {
  
  display: block;
  background-color: #222;
  padding: 90px 0 60px 0;
}

.footer-top .footer-column {
  margin-bottom: 30px;
}

.footer-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}

.footer-about-text {
  font-size: 15px;
  color: #adadad;
  margin: 0;
}

.footer-explore-list li a::before {
  position: absolute;
  top: 55%;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #aa8453;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-explore-list li a:hover {
  padding-left: 15px;
}
.footer-explore-list li a:hover::before {
  opacity: 1;
}

.footer-explore-list li a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #adadad;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-bottom {
  display: block;
  background-color: #1e1e1e;
  
  padding: 32px 0;
}

.footer-bottom-inner {
  display: block;
  text-align: center;
}

.footer-bottom-copy-right {
  font-size: 12px;
  color: #adadad;
  margin: 0;
}

.footer-bottom-copy-right a {
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-bottom-copy-right a:hover {
  color: #aa8453;
}


/************************************
*                                   *
*  Tablet Only 768px to 991px       *
*                                   *
************************************/
@media (min-width: 768px) and (max-width: 991.98px) {

   .dtablediv{
   margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.services .content .cont {
  display: table-cell;
  vertical-align: middle;
}

.services .content {
  padding:  30px;
}

.services .content .info h6 {
  font-size: 15px;
  letter-spacing: 3px;
  color: #666;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.services .content .cont h4 {
  margin: 0 0 10px 0;
  font-size: 28px;
  color: #222;
  font-weight: 400;
  line-height: 1.5em;
}



}


/************************************
*                                   *
*  Tablet and up (larger screens)   *
*                                   *
************************************/
@media (min-width: 992px) {

 /* --------   padding and magins ----------- */

.section-padding {
    padding: 120px 0;
}
 
        
/* --------   home Hero ----------- */

        #homeheroimage{
         background: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)),url("/images/home/CrescentHotelHomeA.jpg");
        /* Set a specific height */
        height: 900px;
        }
.homeherotext{
  padding-top: 300px;
}
  .slide-first-text{
  font-family: 'Barlow Condensed', serif;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    text-shadow: 1px 1px 2px black;
}
.slide-second-text{
    position: relative;
    margin: 0 auto 20px;
    font-family: 'Gilda Display', serif;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.35em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 15px;
     text-shadow: 1px 1px 2px black;
}
.section-subtitle{
  font-size: 15px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 5px;
}
.section-title {
    font-size: 46px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #222;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.25em;
}

/* --------   Crescent About ----------- */
.tallimgleft {

  margin: 140px 0 30px;
  padding-left: 20px;

}


.dtablediv{
   margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}
.services .content .cont {
  display: table-cell;
  vertical-align: middle;
}
.services .content {
  padding: 0 30px;
}
.services .content .info h6 {
  font-size: 15px;
  letter-spacing: 3px;
  color: #666;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.services .content .cont h4 {
  margin: 0 0 10px 0;
  font-size: 32px;
  color: #222;
  font-weight: 400;
  line-height: 1.5em;
}
  }
  /* Close Tablet and up */