body{
    font-family: "Cinzel", sans-serif;
    background: url(img/texture.png) #000;
}
p{
    font-family: lora;
}
.border-gold {
    border: 10px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(45deg, #a78357, #dccba8, #a78357, #a78357, #dccba8, #a78357);
}
.border-gold1 {
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(45deg, #a78357, #dccba8, #a78357, #a78357, #dccba8, #a78357);
}
.text-gold {
    
      
    width: fit-content;
    margin: 0px auto;
     
    background: linear-gradient(45deg, #a78357, #dccba8, #a78357, #a78357, #dccba8, #a78357);
    background-image: linear-gradient(45deg, #a78357, #dccba8, #a78357, #a78357, #dccba8, #a78357);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-gold{
    font-size: 18px;
    letter-spacing: 3px;
    border-radius: 0px;
    padding: 8px 10px;
    text-align: center;
    margin-bottom: 0 !important;
    line-height: 35px;
 
    background-image: linear-gradient(45deg, rgb(191, 149, 63), rgb(252, 246, 186), rgb(207, 158, 52), rgb(251, 245, 183), rgb(170, 119, 28));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    margin: 15px 0px;
    color: #000;
}
.btn-gold.hover-bg-change:hover{background: #2c3030; color: #D1B769;}
#accordion-flush [aria-expanded="true"]{background-color: #00000000 !important;}
footer p {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    letter-spacing: 0.8px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-family: lora;
}


/* SLICK: ARROWS */
  .slick-custom-arrow {
position: absolute;
    transform: translateY(-50%);
    z-index: 9;
    padding: 4px;
    background-color: #000000;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0px;
    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
  }
  
  .slick-custom-arrow:hover {
    cursor: pointer;
    background-color: #000;
    color: #fff;
  }
  .slick-custom-arrow:hover svg {color: #fff   !important;}
  .slick-custom-arrow-right {
    right: -14px;
    top:50%;
  }
  
  .slick-custom-arrow-left {
   left: -18px;
    top: 50%;
  }
  .autoplay-detail-slider   .slick-custom-arrow-left {
    left:-20px;
     top: 50%;
   }
   .autoplay-detail-slider    .slick-custom-arrow-right {
    right: -20px;
    top:50%;
  }
  
  /* SLICK: ARROWS */

  @media screen and (min-width: 600px) and (max-width: 800px) {     .sm\:text-\[40px\].text-gold{
    line-height: 54px;
  } }

  /******************************/
  .amenities-inner-amen-r::-webkit-scrollbar {
    width: 10px;
}
.amenities-inner-amen-r::-webkit-scrollbar-thumb {
    background: var(--golden-grad);
    border-radius: 10px;
}
.amenities-inner-amen-r::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
:root {
    --golden-grad: linear-gradient(45deg, #BF953F, #FCF6BA, #cf9e34, #FBF5B7, #AA771C);
    --golden: #cba857;
}