@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Jost", sans-serif;
  color: #000;
  background-image: url(../images/main-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1600px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  margin: auto;
}
.ffp{
  font-family: "Playfair Display", serif;
}

.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #221f1f !important;
}
.text-warning{
  color: #BCA26D !important;
}
.bg-light{
  background-color: #F5EFED !important;
}
.bg-secondary{
  background-color: #F5EFED !important;
}


.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.2em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}

/* 0 */

/* 01 */
h1, .h1{
  font-size: 50px;
  line-height: 1.1;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px !important;
}


.fs-25 {
  font-size: 25px !important;
}
.fs-27 {
  font-size: 27px ;
}
.fs-21 {
  font-size: 21px ;
}
.fs-22 {
  font-size: 22px ;
}
.fs-23 {
  font-size: 23px ;
}
.fs-28 {
  font-size: 28px ;
}
.fs-32 {
  font-size: 32px;
}
.fs-35 {
  font-size: 35px;
}
.fs-40 {
  font-size: 40px;
}
.fs-44 {
  font-size: 44px;
}
.fs-50 {
  font-size: 50px;
}
.fs-54 {
  font-size: 54px;
}

/* 01 */

/* 02 */
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
  padding: 13px 31px;
  border: 1px solid transparent;
  border-radius: 60px;
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
}
.btn-warning{
  background: linear-gradient(
    180deg,
    rgba(222, 201, 150, 1) 0%,
    rgba(181, 152, 101, 1) 25%,
    rgba(165, 133, 82, 1) 50%,
    rgba(181, 152, 101, 1) 75%,
    rgba(222, 201, 150, 1) 100%
  );
  color: #000;
}
.btn-warning:hover{
  background: linear-gradient(
    90deg,
    rgba(222, 201, 150, 1) 0%,
    rgba(181, 152, 101, 1) 25%,
    rgba(165, 133, 82, 1) 50%,
    rgba(181, 152, 101, 1) 75%,
    rgba(222, 201, 150, 1) 100%
  );
  color: #000;
}


/* .scroll header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 99;
} */
 header{
  position: relative;
  z-index: 9;
 }
.navbar-brand {
  display: inline-block;
  width: 335px;
  transform: translateY(20%);
}
.call-icn{
  width: 48px;
  height: 48px;
  border: 2px solid #BCA26D ;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.divider-border{
  border-color: #BCA26D  !important;
}
button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #BCA26D;
  z-index: 99;
  color: #BCA26D;
}

button#ScrollToTop:hover {
  background: #BCA26D;
  color: #000;
}



.carousel-item::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 10%);
}
 
.choose-text ul li{
  position: relative;
  padding-left: 30px;
}
.choose-text ul li::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #BCA26D ;

}

.testimonial-sec::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/quote-img.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 80%;
  width: 100%;
}

.testimonial-sec .slick-prev:before, .testimonial-sec .slick-next:before, .awards-sec .slick-next:before, .awards-sec .slick-prev:before {
  content: '←';
  color: #BCA26D ;
height: 35px;
width: 35px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #BCA26D;
border-radius: 50%;
}
.slick-prev, .slick-next {
  width: 35px;
  height: 35px;
}

.testimonial-sec .slick-next:before, .awards-sec .slick-next:before {
  content: '→';
}
.testimonial-sec .slick-slide {
  padding: 0 200px;
}
.awards-sec .slick-slide {
  padding: 0 15px;
}
.map-sec{
  height: 600px;
}

.modal-dialog {
  max-width: 800px;
  padding: 0 0%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content {
  height: 80%;
}
.modal-header {
  background: #000;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -20px;
  border: 3px solid #fff;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.modal-header .btn-close {
  /* padding: 0; */
  margin: 0;
  color: #fff !important;
  filter: brightness(0) invert(1);
  opacity: 1;
}
.modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}


.treat_main_box {
    position: relative;
	overflow: hidden;
    display: block;
}

.treat_main_box:hover:after {
    width: 26%;
    height: 26%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.treat_main_box:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 1px solid #c9b391;
    border-left: 1px solid #c9b391;
    filter: alpha(opacity=0);
    transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    -ms-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
    opacity: 0;
    margin: 0 0 0;
    position: absolute;
    bottom: 8%;
    left: 8%;
    z-index: 3;
}

.treat_main_box img {
    width: 100%;
    display: block;
    transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    -ms-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
}

.treat_main_box:hover img {
    transform: scale(1.08);
    transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    -ms-transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
    filter: grayscale(100%);
}

.treat_heading {
    width: 100%;
    float: left;
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    padding: inherit;
    color: #fff;
	z-index: 2;
}
.treat_heading h4{
	font-family: "Playfair Display", serif;
	text-align:center;
	font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: normal;
    line-height: 40px;
    margin: 0 0;
}

.treat_heading h4 span {
    display: block;
}

.treat_overlay {
    position: absolute;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.table-striped>tbody>tr:nth-of-type(odd),
.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: rgb(245 239 237) !important;
}

@media(max-width:1600px){
  .navbar-brand {
    width: 300px;
}
.fs-20, .choose-text ul li::before {
    font-size: 17px !important;
}
.fs-22 {
    font-size: 18px;
}
.fs-50 {
    font-size: 45px;
}
.call-icn {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
h1, .h1 {
    font-size: 40px;
}
.fs-35 {
    font-size: 30px;
}
.btn {
    padding: 11px 30px;
    font-size: 13px;
}
.fs-40 {
    font-size: 35px;
}
.fs-17 {
    font-size: 14px;
}
.testimonial-sec .slick-slide {
    padding: 0 150px;
}
.slick-next {
    right: -10px;
}
.slick-prev {
    left: -10px;
}
.fs-12 {
    font-size: 10px;
}
.map-sec {
  height: 500px;
}
}
@media(max-width:1400px){
  .navbar-brand {
    width: 250px;
}
.fs-20, .choose-text ul li::before {
    font-size: 15px !important;
}
.fs-22 {
    font-size: 16px;
}
.fs-50 {
    font-size: 40px;
}
.call-icn {
    width: 36px;
    height: 36px;
    font-size: 14px;
}
h1, .h1 {
    font-size: 35px;
}
.fs-35 {
    font-size: 25px;
}
.btn {
    padding: 11px 30px;
    font-size: 11px;
}
.fs-40 {
    font-size: 30px;
}
.choose-text ul li {
padding-left: 25px;
}
.fs-17 {
    font-size: 12px;
}
.testimonial-sec .slick-slide {
    padding: 0 100px;
}
}
@media(max-width:1199px){
  .navbar-brand {
    width: 220px;
}
.fs-20, .choose-text ul li::before

{
    font-size: 13px !important;
}
.fs-22 {
    font-size: 14px;
}
h1, .h1 {
    font-size: 30px;
}
.fs-35 {
    font-size: 22px;
}
.fs-40 {
    font-size: 25px;
}
.choose-text ul li {
    padding-left: 20px;
}
.map-sec {
  height: 400px;
}
.carousel-item {
  height: 450px;
}
}
@media(max-width:992px){
  .modal-dialog {
    padding: 0 5%;
  }
}
@media(max-width:767px){
  .navbar .container {
    justify-content: center;
}
.navbar-brand {
    transform: translateY(0%);
    margin-bottom: 15px;
}
.testimonial-sec .slick-slide {
        padding: 0 50px;
    }
    .map-sec {
        height: 300px;
    }
	.nav-right {
		display: flex;
		align-items: center;
		gap: 10px !important;
	}
}

@media(max-width:575px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  .testimonial-sec .slick-prev:before, .testimonial-sec .slick-next:before, .awards-sec .slick-next:before, .awards-sec .slick-prev:before {
    height: 25px;
    width: 25px;
    font-size: 12px;
}
.slick-prev, .slick-next {
  width: 25px;
  height: 25px;
}
.testimonial-sec .slick-slide {
  padding: 0 20px;
}
.fs-50 {
  font-size: 30px;
}
.divider-border {
  display: none;
}
}