@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}


/***** Font Files *****/

@font-face {
  font-family: 'finest-romance';
  src: url(../fonts/finest-romance-serif.ttf);
  font-weight: 400;
  font-style: normal
}


@font-face {
  font-family: 'NT-SEAWAVE';
  src: url(../fonts/NT-SEAWAVE.otf);
  font-weight: 400;
  font-style: normal
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'finest-romance';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'finest-romance';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'finest-romance';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'finest-romance';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'NT-SEAWAVE';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 10px 0;
}
.menuSec ul li a.active{
    color: #0f0e0e !important;
    position: relative;
}
.menuSec ul li a.active:before{
    position: absolute;
    content: '';
    top: -39px;
    left: 0;
    width: 63px;
    height: 4px;
    background-color: #d7ad89;
}
.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 70px;
  justify-content: center;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #0f0e0e;
    font-weight: 600;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
  display: none;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #d7ad89;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
  display: none;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.container-fluid {
    padding: 0 3%;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
.menuSec .row {
    align-items: center;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */

section.banner {
    background-image: url(../images/banner-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 765px;
}
.banner-2-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}
.banner-txt h1 {
    font-size: 82px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}
.banner-txt h1 span {
    display: block;
}
section.banner .row {align-items: center;}
.banner-txt p {
    font-size: 14px;
    color: #FFF;
    width: 90%;
}

.ban-ankars {
    display: flex;
    align-items: center;
    gap: 40px;
}

.ban-ankars ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: unset;
}
a.btn-1 {
    padding: 16px 20px;
    background-color: #dbad8b;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat';
}
.ban-ankars ul li a {
    font-size: 19px;
    color: #fff;
    font-family: 'NT-SEAWAVE';
}

.ban-ankars ul li a i {
    color: #d7ad89;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
}
.bann-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: -74px;
}

.bann-social ul {
    display: flex;
    gap: 10px;
    margin: unset;
}

.bann-social ul li a i {
    font-size: 20px;
    color: #fff;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-2-img {
    position: relative;
    top: 0;
    height: 765px;
}
.bann-social ul li a i:hover {
    background-color: #dbad8b;
    transition: 1s;
}

.bann-social h4 {
    font-size: 19px;
    color: #fff;
    margin: unset;
    text-transform: uppercase;
}

.bann-social::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
    content: '';
    background-color: #fff;
    height: 1px;
    margin: auto;
    bottom: 0;
    left: 96px;
}
/* banner end */
/* about start */
section.about {
    padding: 100px 0px;
}

.abt-img img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    object-position: 0px -117px;
}
.abt-left-txt h3 {
    font-size: 68px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
}

.abt-left-txt h3 span {
    display: block;
}

.abt-left-txt {
    margin-top: 30px;
}

.abt-left-txt a.btn-1 {
    padding: 16px 70px;
}

.abt-right-txt h5 {
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 15px;
}

.abt-right-txt {
    margin-top: 30px;
}

.abt-right-txt p {
    font-size: 14px;
    color: #a6a6a6;
}
/* about end */
/* tratments start */
.treatments-txt {
    text-align: center;
}

.treatments-txt h3 {
    font-size: 68px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.treatments-txt p {
    font-size: 14px;
    color: #878787;
    width: 66%;
    margin: 0 auto;
}

.trat-main-bx img {
    width: 100%;
    height: 312px;
    object-fit: cover;
}

.trat-main-bx {
    padding: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 11.314px 11.314px 70px 0px rgba(180, 180, 180, 0.18);
    margin-top: 30px;
    transition: 1s;
}

.trat-sm-txt {
    margin-top: 20px;
}

.trat-sm-txt h3 {
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    color: #101010;
    font-weight: 500;
    margin-bottom: 10px;
}

.trat-sm-txt h3 span {
    display: block;
}

.trat-sm-txt p {
    font-size: 14px;
    color: #000000;
}

a.btn-2 {
    font-size: 14px;
    color: #101010;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 15px 40px;
    border: 1px solid #dbad8b;
    display: inline-block;
}
section.our-treatments {
    padding-bottom: 100px;
}
/*tratment end*/
section.ready {
    background-color: #111614;
}

section.ready .row {
    align-items: center;
}

.ready-txt h3 {
    font-size: 68px;
    line-height: 1;
    color: #ffff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}

.ready-txt h3 span {
    display: block;
}

.ready-txt h3 sp {
    font-family: 'Montserrat';
}

.ready-txt p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}
/*ready end*/
footer {
    background-color: #111111;
    padding-top: 70px;
}
.ft-logo p {
    font-size: 14px;
    color: #fff;
    margin: 25px 0px 20px;
}
.use-ful-links h4 {
    font-size: 26px;
    color: #fff;
    line-height: 1;
    font-weight: 300;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    width: 65%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.use-ful-links ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 300;
}

.use-ful-links ul li {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.use-ful-links ul li i {
    color: #fff;
}

.use-ful-links ul li p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin: unset;
}

.ft-logo h5 {
    font-size: 21px;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
}

.ft-logo ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.use-ful-links ul li a:hover {
    color: #59b5a9;
    transition: 1s;
}
.ft-logo ul li a {
    font-size: 15px;
    color: #fff;
    background-color: #dbad8b;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.ft-bot {
    padding: 20px 0px;
    text-align: center;
    border-top: 1px solid #fff;
    margin-top: 50px;
}

.ft-bot p {
    color: #fff;
    margin: unset;
}
.ft-bo {
    padding: 15px 0px;
    text-align: center;
    border-top: 1px solid;
    margin-top: 20px;
}
.ft-bo p {
    color: #fff;
    margin: unset;
    font-weight: 400;
}
/*footer end*/
section.gallery {
    padding: 100px 0px;
}

.gal-head h3 {
    font-size: 68px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
}

.gal-head h3 span {
    display: block;
}
section.gallery .slick-slide {
    margin: 0px 10px;
}
.insta_box img {
    height: 400px;
    object-fit: cover;
}
section.gallery .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}
section.gallery .slick-active {
    opacity: 1;
}
/*gallery end*/
.our-client-sec .head-effect::after {
    width: 50%;
}

.our-client-sec .slick-slide {
    opacity: 0;
}

.client-sli .slick-active {
    opacity: 1 !important;
}

section.our-client-sec .client-sli .slick-prev,
section.our-client-sec .client-sli .slick-next {
    top: 4%;
    width: 0px;
    padding: 0px;
    height: auto;
    outline: 0;
    border: 0;
}

.client-sli .slick-prev {
    left: -30px;
}

.client-box {
    margin: 0px 0;
    transition: all 0.2s;
}

.client-sli {
    position: relative;
    z-index: 1;
}

.client-sli::after {
    content: "";
    position: absolute;
    left: 0;
    top: 9%;
    border: 1px dashed #c6c3c0;
    width: 100%;
    z-index: -1;
    display: none;
}

.client-sli .slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    height: 40px;
    width: 40px;
    color: #fff;
    background-color: #121212;
    opacity: 3 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 500;
}

.client-sli .slick-next:before {
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    height: 40px;
    width: 40px;
    color: #fff;
    background-color: #7b1e3c;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 900;
    content: "\f105";
}

.client-box h6 {
    color: #f6ae15;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
}

.client-box .quotess {
    margin-left: 20px;
    position: relative;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #dbad8b69;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.client-box .quotess::after {
    content: "";
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #dbad8b;
    color: #fff;
    font-size: 30px;
}

.client-box * {
    transition: all 0.9s;
}

.client-box:hover * {
    color: #fff;
    background-color: #dbad8b;
}
.client-box:hover .client-ineer-box::before {
    display: block;
}

.client-box .quotess::before {
    z-index: 2;
    color: #fff;
    font-size: 20px;
}

.client-ineer-box::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 5%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #dbad8b;
    border-bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    transform: rotate(180deg);
    filter: drop-shadow(2px 4px 6px #00000021);
}

.client-ineer-box {
    /* border-radius: 10px; */
    z-index: 2;
    padding: 30px 30px;
    position: relative;
    /* box-shadow: -5px 4px 5px 0 #00000012; */
    /* background: #0d0d0d; */
}

.client-ineer-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.client-ineer-box ul li h4 {
    color: #000;
    font-size: 25px;
    margin: 0;
    line-height: 1.2;
    text-transform: capitalize;
}

.client-ineer-box ul li h4 span {
    font-size: 16px;
    display: block;
    color: #7c7c7c;
    text-transform: capitalize !important;
    margin-top: 0px;
    font-family: "Dancing";
}

.client-ineer-box ul li i {
    color: #ffc107;
    margin-right: 5px;
}

section.our-client-sec.slick-track {
    margin-bottom: 30px;
}

h2.themes-h2.head-effect {
    font-size: 62px;
    color: #000;
    margin: 0 0 5px;
}

.client-sli .slick-next:hover:before,
.client-sli .slick-prev:hover:before {
    background: #7b1e3c;
}

.client-sli .slick-next {
    right: 0px;
}

.client-ineer-box p {
    margin: 0;
    font-weight: 400;
    color: #000;
    width: 92%;
    font-size: 17px;
    line-height: 31px;
}
section.happy-customers {
    padding-bottom: 100px;
}

.test-top-txt {
    text-align: center;
}

.test-top-txt h3 {
    font-size: 68px;
    line-height: 1;
    font-family: 'NT-SEAWAVE';
    text-transform: uppercase;
    font-weight: 400;
    color: #101010;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}
.client-ineer-box::before {
    display: none;
}

.test-top-txt p {
    font-size: 14px;
    color: #878787;
    width: 66%;
    margin: 0 auto;
}
.trat-main-bx:hover {
    background-color: #d7ad89;
}



.trat-main-bx:hover h3 {
    color: #fff;
}

.trat-main-bx:hover p {
    color: #fff;
}
.trat-main-bx:hover a {
    color: #fff;
}
.banner-txt {
    margin-top: -160px;
}
.ready-txt {
    padding-left: 2%;
}
.trat-sm-txt h3 spa {
    font-family: 'Montserrat';
}
.gal-para p {
    font-weight: 500;
    width: 98%;
}