@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%;
}

.choose-text .accordion-item{
	border:none !important;
	background: transparent !important;
}
.choose-text .accordion-header{
	color: #bca16d;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 10px 0;
    border: 1px solid #bca16d;
    border-radius: 34px !important;
}
.choose-text .accordion-button:not(.collapsed),
.choose-text .accordion-button {
    color: #bca16d !important;
	background-color: transparent !important;
	box-shadow: none !important;
}
.choose-text .accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

.treatment-bx{
	position:relative;
}
.square-gradient-mask {
    width: 100%;
    height: 250px;
    border: 1px solid transparent;
    background: linear-gradient(to bottom, #bca26d 0%, #a48451 50%, #e1cc9a 100%) border-box;
    mask-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    mask-origin: padding-box;
    mask-clip: padding-box;
    mask-repeat: no-repeat;
    mask-composite: exclude;
    -webkit-mask-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    -webkit-mask-origin: padding-box;
    -webkit-mask-clip: padding-box;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    -o-mask-composite: exclude;
    -ms-mask-composite: exclude;
    -moz-mask-composite: exclude;
    -webkit-mask-composite: exclude;
    -o-mask-composite: source-out;
    -ms-mask-composite: source-out;
    -moz-mask-composite: source-out;
    -webkit-mask-composite: source-out;
    transition: 0.25s ease-out 0s;
	align-content: center;
}
.treatments-row.circle-effects img{
	width:65px;
	margin:auto;	
	display:none !important;
}

.treatments-row.circle-effects .circle-effects-2 img{
	display:block !important;
}

.full-size-anchor1 {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.treatments-row-2 h4{
	font-family: "Playfair Display", serif;
}
.treatments-row-2 span{
	display:block;
}
.slick-slide {
    margin-left:35px;
}
.slick-list {
    margin-left:-35px;
}

.treatment-sec::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 80%;
  width: 100%;
}
.treatment-wrap {
    padding: 0px 50px;
}
.treatment-sec .slick-prev:before, 
.treatment-sec .slick-next: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;
}

.treatment-sec .slick-next:before{
  content: '→';
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "--";
	transform: none;
}
.accordion-button::after {
    background-image: none;
    content: "+";
	transform: none;
}

.bg-purple-new{
	background-color: #633488;
	border-radius: 5px;
	border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}
.bg-pink-new{
	background-color: #df62a5;
	border-radius: 5px;
	border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}
.offer_box .bg-dark{
	border-radius: 5px;
	border-style: solid;
    	border-width: 1px;
    	border-color: #ccc;

}
.bg-dark .h2 span{
	font-weight: 900;
    font-size: 17px;
    color: #bca16d;
    font-style: normal;
	align-items: center;
    vertical-align: middle;
}


@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;
}
}