@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@300;400;600&family=Oleo+Script+Swash+Caps:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap');

body{
    /* font-family: 'Montserrat', sans-serif; */
}

.color-gold{
  color: #d1ae00;
}

.brand{
    font-family: 'Oleo Script', cursive;
}
.brand-2{
    font-family: 'Arima', cursive;
    font-weight: 300;
}

.carousel-item{
  height: 720px;
}

.header-container-text {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
/* width: 50%; */
justify-content: center;
min-height: 760px;
height: 100%;
text-align: start;
}

.btn{
    color: #000;
    /* border-color: #d1ae00; */
    border: 3px solid #d1ae00;
    font-weight: 500;
}

.btn-primary{
    background-color: #d1ae00;
    color: #fff;
}

.btn:hover{
    color: #fff;
    border-color: #d1ae00;
    background-color: #d1ae00;
}

.btn:active{
    color: #fff;
    border-color: #d1ae00;
    background-color: #d1ae00;
  }
  
  
  .card-img-cont{
    background-color: #fff;
    border: 4px solid #dddddd;
    transition: all 0.3s;
    z-index: 1;
}


.card-btn-book{
  /* left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  padding: 0;
  padding: 0;
  overflow: hidden;
  border: none; */
}

.hidden-content{
  overflow: hidden;
  position: absolute;
  bottom: 0;
  padding-right: 1rem;
  /* -webkit-transform: translateX(-50%); */
  -moz-transform: translateX(-50%);
  -moz-transform: translateY(-50%);
  /* transform: translateX(-50%); */
  height: 0;
}

.card-border-custom{
  border: 2px solid #dddddd !important;
  /* height: 500px; */
  /* background-image: url('../img/card-bg.png'); */
  /* background-size: cover; */
  /* filter: grayscale(1); */
  transition: all 0.3s;
}

.card-border-custom::before{
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  filter: grayscale(100%);
  background-image: url('../img/swirl-bg.png');
  z-index: 0;
  transition: all 0.3s;
  opacity: 0.3;
}

.card:hover.card-border-custom::before{
  filter: grayscale(0);
  transition: all 0.3s;
}

.card:hover.card-border-custom{
  border: 2px solid #d1ae00 !important;
  transition: all 0.3s;
}
.card:hover .card-img-cont{
  border: 4px solid #d1ae00 !important;
  transition: all 0.3s;
}

.card:hover .hidden-content{
  height:min-content;
  transition: all 0.3s;
}

.card:hover .card-img-cont{
  /* margin-top: -70px !important; */
  transition: all 0.3s;
}
.card:hover .hidden-content{
  height: 178px;
  transition: all 0.3s;
}

.card:hover .card-see-more{
  display: none;
}

.custom-shape-divider-bottom-1683236155 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1683236155 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 41px;
}

.custom-shape-divider-bottom-1683236155 .shape-fill {
  fill: #FFFFFF;
}


.gold-text{
    background-image: linear-gradient(
        to right,
        #462523 0,
               #cb9b51 22%, 
        #f6e27a 45%,
        #f6f2c0 50%,
        #f6e27a 55%,
        #cb9b51 78%,
        #462523 100%
        );
    color:transparent;
    -webkit-background-clip:text;
}


.service-img::after{
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ebebeb38;
  z-index: 0;
  transition: all 0.3s;
}

.service-img p{
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-image {
    position: relative;
}

.about-image::before {
    position: absolute;
    content: '';
    background-image: url(../images/about/dots.jpg);
    background-position: center center;
    background-size: 100%;
    width: 375px;
    height: 350px;
    left: 5
}
.about-image .single-image {
    width: 400px;
}
.about-image .single-image img {
    width: 100%;
}
.about-image .single-image.image-tow {
    margin-top: -200px;
    position: relative;
    z-index: 5;
}

img.border-img{
    filter: grayscale();
    /* border-radius: 95px; */
}

img.gold-border{
    object-fit: cover;
    /* padding: 40px; */
    /* border-radius: 95px; */
}

.play-container{
    height: 400px;
    /* background-color: #000000a1; */
}

.blob {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 80px;
    width: 80px;
    /* transform: scale(1); */
    animation: pulse-black 2s infinite;
  }

.blob.white {
    background: white;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: pulse-white 2s infinite;
  }

span.icon img{
    width: 60px;
    height: 60px;
    padding: 10px;
    /* object-fit: cover; */
    /* border-radius: 50%; */
}
  
  @keyframes pulse-white {
    0% {
      /* transform: scale(0.95); */
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    
    70% {
      /* transform: scale(1); */
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    
    100% {
      /* transform: scale(0.95); */
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }

.custom-cshape-divider-top-1683080230 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1683080230 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1683080230 .shape-fill {
    fill: #FFFFFF;
}

.section-id::before {
content: "— ";
}

.section-id {
  display: block;
  color: #d1ae00;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  margin-bottom: 28px;
}
    
    .section-id-1 {
        display: block;
        color: #868686;
        font-size: 1.2rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.125rem;
        margin-bottom: 28px;
    }
    
    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .price-txt p{
      white-space: pre-line;
    }
    
    .detail-price {
        margin: 0;
        display: table;
    }
    
    .price-name {
        position: relative;
        display: table-cell;
        width: 1%;
        white-space: nowrap;
        padding: 0 10px 0 0;
    }
    
    .price-name h5, .price-number h5 {
        position: relative;
        line-height: 1;
        margin-bottom: 0;
    }
    
    .price-dots {
        position: relative;
        display: table-cell;
        height: 3px;
        width: 98%;
        z-index: 1;
        background-image: radial-gradient(circle closest-side,#878889 99%,transparent 100%);
        background-position: 50% 50%;
        background-size: 5px 2px;
        background-repeat: repeat-x;
    }
    
    .price-number {
        display: table-cell;
        width: 1%;
        min-width: 45px;
        padding: 0 0 0 10px;
        white-space: nowrap;
    }

.mask1 {
    -webkit-mask-image: url("../img/collage.png");
    mask-image: url("../img/collage.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;   
    -webkit-mask-size: contain;
    width: 100%; 
    height: 100%; 
}


.flickity-page-dots .dot {
  display: inline-block;
  width: 60px;
  height: 2px;
  margin: 0 8px;
  background: #866f6f;
  /* border-radius: 50%; */
  display: none;
  cursor: pointer;
}


.carousel-nav .carousel-cell {
  width: 25%;
  /* height: 200px; */
  margin-right: 10px;
  background: #fff;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.carousel-nav .carousel-cell.is-nav-selected {
  border: 3px solid #d1ae00;
}

.services-carousel .carousel-cell.is-selected {
  background: #d1ae00;
}

/* cell number */
.services-carousel .carousel-cell:before {
  display: block;
  text-align: center;
  /* content: counter(carousel-cell); */
  line-height: 200px;
  font-size: 80px;
  color: white;
}
/* 
.services-carousel .flickity-prev-next-button.previous {
  left: -35px;
}

.services-carousel .flickity-prev-next-button.next {
  right: -35px;
} */

.services-carousel .flickity-button,.services-carousel-mob .flickity-button{
  background: transparent;
  color: #000;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #000;
}


.nav-pills .nav-link{
    border-radius: 0;
}

.nav-pills .nav-link.active{
    background-color: #cb9b51;
}

.img-cont{
    height: 400px;
    width: 400px;
}

.img-cont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
  text-decoration: none;
}

.boxclose:before {
  content: "×";
}


.gallery-img{
  width: 300px;
  height: 300px;
  object-fit: cover;
  filter:grayscale(0.4);
  transition: all 0.4s ease;
}

.gallery-img:hover{
  filter:sepia(0);
  transition: all 0.4s ease;
}