@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: 'Roboto', sans-serif;
}

a:hover {
  transition: 0.3s;
}

.btn-them-one {
  width: 150px;
  padding: 0.5rem;
}

.btn-them-one .cls-1 {
  fill: #bca79c;
  transform: translate(-101.88px, -207.23px);
  transition: 0.3s;
}

.btn-them-one:hover .cls-1 {
  fill: #aa9386;
  transform: translate(-110.88px, -210.23px);
}

.btn-them-one .cls-2 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 6px;
  stroke: url(#linear-gradient);
  transform: translate(-101.88px, -207.23px);
  transition: 0.3s;
}

.btn-them-one:hover .cls-2 {
  transform: translate(-91.88px, -207.23px);
}


.btn-them-one .cls-3 {
  font-size: 53.78px;
  fill: #fff;
  font-family: Roboto-Regular, Roboto;
}

/*Zoom in keyframe*/
.active.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

/*Zoom in keyframe*/

/* main Menu */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(200, 189, 172);
  background-color: rgba(200, 189, 172, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  margin-top: 30px;
}

.overlay-content img {
  display: none;
}

.overlay a {
  padding: 5px;
  text-decoration: none;
  font-size: 1.8rem;
  color: #ffffff;
  transition: 0.3s;
  font-weight: 300;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 45px;
  font-size: 60px;
}

.overlay .menu a {
  display: block
}

.overlay .menu a:hover {
  color: #807061;
}

.overlay .socialies a {
  display: inline-block !important;
}

.overlay hr {
  border-color: #fff;
}

.overlay .menu-social-cont {
  border-left: 0px solid #fff;
  text-align: center;
}

.hamburg {
  font-size: 30px;
  cursor: pointer;
  color: #a39383;
  transition: opacity 200ms ease;
}

.hamburg:hover {
  color: #0e0e0e;
}

.socialies a {
  color: #fff;
  font-size: 1.3rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.socialies a i {
  background-color: #ffffff;
  color: #c8bdace6;
  border-radius: 50%;
  font-size: 0.9rem;
  margin-left: 0;
}

.socialies a .fa-facebook-f {
  padding: 6px 9px;
}

.socialies a .fa-instagram {
  padding: 6px 7px;
}

.socialies a .fa-youtube {
  padding: 6px 5px;
}

.socialies a .fa-linkedin-in {
  padding: 6px 7px;
}

/* main Menu */

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}

header .navbar .navbar-brand {
  width: 20%;
}

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 4rem;
}

.hero .parallax-layer {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  /*transition: transform .1s linear;*/
}

.hero .main-layer {
  display: none;
}

.hero .layer-two {
  display: none;
}

.hero .layer-three {
  display: none;
}

.hero .hero-text {
  width: 100%;
  text-align: center;
}

.hero .hero-text h1 {
  font-weight: 400;
  color: #807061;
  text-transform: uppercase;
}

.dilini {
  padding-top: 4rem;
  padding-bottom: 2rem;
  text-align: center;
}

.dilini .dilini-img-cont {
  position: relative;
}

.dilini .dilini-img-cont .dilini-fimg {
  display: none
}

.dilini .dilini-img-cont .dilini-bd {
  display: none
}

.dilini .dilini-img-cont .dilini-bd-two {
  display: none
}

.dilini .dilini-img-cont .dilini-img-mobi {
  margin-bottom: 1rem;
}

.dilini .dilini-info-cont h2 {
  text-transform: uppercase;
  color: #a59481;
  font-weight: 400;
}

.dilini .dilini-info-cont h4 {
  text-transform: uppercase;
  color: #808080;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.dilini .dilini-info-cont p {
  color: #a2a2a2;
  font-size: 0.9rem;
}

.dilini .dilini-info-cont h5 {
  color: #a59481;
  margin-bottom: 0;
}

.dilini .dilini-info-cont h6 {
  color: #a2a2a2;
  font-size: 0.8rem;
  font-weight: 400;
}
.dilini .dilini-info-cont small {
  color: #a2a2a2;
  font-size: 0.7rem;
  font-weight: 300;
}

.treatments {
  background-color: #ece8e5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.treatments .treatment-img {
  position: relative;
  margin-top: 1rem;
}

.treatments .treatment-slider-carousel {
  position: relative;
  z-index: 2;
  margin-top: 0;
  width: 100%;
}

.treatments .treatment-frame {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  z-index: 1;
  width: 90%;
}

.treatments .treatment-img .btn-them-one {
  position: absolute;
  bottom: 5rem;
  right: 6rem;
  z-index: 4;
}

.treatments .treatment-list .btn-them-one {
  width: 30%;
}

.treatments .treatment-info {
  text-align: center
}

.treatments .treatment-info h2 {
  color: #a59481;
  font-weight: 300;
  font-size: 3rem;
}

.treatments .treatment-info p {
  color: #9a9a9a;
  width: 100%;
  font-size: 0.9rem;
  margin-left: auto;
}

.treatments .owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 6px;
  margin: 5px 7px;
  border-radius: 0;
}

.treatments .owl-theme .owl-dots .owl-dot.active span,
.treatments .owl-theme .owl-dots .owl-dot:hover span {
  background: #a59481;
}

.treatments .treatment-list {
  margin-top: 2rem;
}

.treatments .tretmnt-ico-itm {
  text-align: center;
}

.treatments .tretmnt-ico-itm img {
  border-radius: 50%;
  background-color: #fff;
  padding: 0.5rem;
  border: 1px solid #a59481;
  margin-bottom: 0.5rem;
}

.treatments .tretmnt-ico-itm p {
  color: #95837b;
  font-size: 0.9rem;
  font-weight: 500;
}

.treatments .treatment-img .btn-them-one .cls-3 {
  font-size: 35px;
}

.testimonials {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 4rem;
  background: -webkit-linear-gradient(top, #ece8e5 15%, white 0%);
  background: -moz-linear-gradient(top, #ece8e5 15%, white 0%);
  background: -ms-linear-gradient(top, #ece8e5 15%, white 0%);
  background: linear-gradient(top, #ece8e5 15%, white 0%);
}

.testimonials h2 {
  color: #a59481;
  font-size: 3rem;
  font-weight: 300;
  position: relative;
  z-index: 4;
}

.testimonials .testimonials-slider-carousel .testo-img-cont {
  position: relative;
}

.testimonials .testimonials-slider-carousel .testo-img-cont .testo-img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.testimonials .testimonials-slider-carousel .testo-img-cont .testo-frame {
  /*position: absolute;
  bottom: -1rem;
  left: 2rem;
  z-index: 1;
  width: 75%;*/
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  z-index: 2;
  width: 96%;
}

.testimonials .testimonials-slider-carousel .testo-info-cont {
  margin-top: 2rem;
}

.testimonials .testimonials-slider-carousel .testo-info-cont p {
  margin-top: -1rem;
  color: #9a9a9a;
}

.testimonials .testimonials-slider-carousel .testo-info-cont h4 {
  font-size: 1.9rem;
  color: #a59481;
  font-weight: 300;
}

.testimonials .testimonials-slider-carousel .testo-info-cont::before {
  font-family: FontAwesome;
  content: '\f10d';
  margin-left: 0rem;
  color: #ece8e5;
  font-size: 2.8rem;
}

.testimonials .testimonials-slider-carousel .testo-info-cont::after {
  font-family: FontAwesome;
  content: "\f10e";
  float: right;
  color: #ece8e5;
  font-size: 3rem;
  margin-top: -5rem;
}

.testimonials .owl-theme .owl-dots {
  margin-top: 1rem !important;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 6px;
  margin: 5px 7px;
  border-radius: 0;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #a59481;
}

.products {
  background-color: #e7e2dd;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.products h2 {
  color: #a59481;
  font-weight: 300;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 2rem;
}

.products .product-itm {
  text-align: center;
  margin-bottom: 2rem;
}

.products .product-itm .product-img-cont {
  background-image: url(img/product-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding: 1rem;
}

.products .btn-them-one {
  width: 30%;
}

footer {
  text-align: center;
  background-color: #a39383;
  padding-top: 3rem;
  padding-bottom: 4rem;
  color: #fff;
  font-size: 0.9rem;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff2de;
}

footer img {
  margin-bottom: 1rem;
  width: 45%;
}

footer h5 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 3rem;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}

footer .footer-bot {
  margin-top: 4rem;
}

footer .footer-bot ul {
  margin-top: 2rem;
}

footer .footer-bot ul li {
  display: block;
  margin-right: 0;
}

footer .footer-bot ul li:last-child {
  margin-right: 0;
}

@media (min-width: 992px) {
  .overlay-content img {
    display: block;
  }

  .overlay .menu-social-cont {
    border-left: 1px solid #fff;
    text-align: unset;
  }

  header .navbar {
    background-color: transparent;
  }

  header .navbar .navbar-brand {
    width: 10%;
  }

  .hero {
    margin-top: unset
  }

  .hero .layer-mobile {
    display: none;
  }

  .hero .main-layer {
    display: block;
    position: absolute;
    top: 4rem;
    right: 3rem;
    width: 50%;
    z-index: 2;
  }

  .hero .layer-two {
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 50%;
    z-index: 1;
  }

  .hero .layer-three {
    display: block;
    position: absolute;
    top: 1rem;
    right: 3rem;
    width: 55%;
    z-index: 1;
  }

  .hero .hero-text {
    position: absolute;
    top: 40%;
    left: 1rem;
    width: 40%;
    text-align: left;
  }

  .dilini {
    padding-bottom: 5rem;
    text-align: unset;
  }

  .dilini .dilini-img-cont .dilini-fimg {
    display: block;
    position: relative;
    z-index: 3;
  }

  .dilini .dilini-img-cont .dilini-bd {
    display: block;
    position: absolute;
    top: 3rem;
    right: 4rem;
    width: 80%;
    z-index: 1;
  }

  .dilini .dilini-img-cont .dilini-bd-two {
    display: block;
    position: absolute;
    top: 3rem;
    right: 6rem;
    width: 80%;
    z-index: 2;
  }

  .dilini .dilini-img-cont .dilini-img-mobi {
    display: none;
  }

  .treatments .treatment-info {
    text-align: right;
  }

  .treatments .treatment-info p {
    width: 50%;
  }

  .treatments .treatment-slider-carousel {
    margin-top: -4rem;
    width: 65%;
  }

  .reveal {
    position: relative;
    opacity: 0;
  }

  .reveal.active {
    opacity: 1;
  }

  .treatments .treatment-img {
    margin-top: unset;
  }

  .treatments .treatment-info h2 {
    font-size: 5rem;
  }

  .treatments .treatment-frame {
    top: -2rem;
    right: 10rem;
    z-index: 1;
    width: 65%;
  }

  .treatments .treatment-list .btn-them-one {
    width: 10%;
  }

  .testimonials h2 {
    font-size: 3.4rem;
    position: absolute;
    top: 20%;
    left: 35%;
  }

  .testimonials .testimonials-slider-carousel .testo-img-cont .testo-img {
    position: absolute;
    bottom: unset;
    /*1.5rem*/
    left: 1.5rem;
    width: 65%;
  }

  .testimonials .testimonials-slider-carousel .testo-img-cont .testo-frame {
    position: relative;
    bottom: -2rem;
    left: 0.7rem;
    width: 65%;
    z-index: 1;
  }

  .testimonials .testimonials-slider-carousel .testo-info-cont {
    margin-top: 8rem;
  }

  .testimonials .testimonials-slider-carousel .testo-info-cont::before {
    margin-left: -2rem;
    font-size: 5rem;
  }

  .testimonials .testimonials-slider-carousel .testo-info-cont::after {
    font-size: 5rem;
    margin-top: -4rem;
  }

  .testimonials .owl-theme .owl-dots {
    margin-top: -3rem !important;
  }

  .products .product-itm {
    margin-bottom: unset;
  }

  .products .btn-them-one {
    width: 10%;
  }

  footer {
    text-align: unset
  }

  footer h5 {
    margin-top: unset;
  }

  footer .footer-bot ul {
    margin-top: unset;
  }

  footer .footer-bot ul li {
    display: inline-block;
    margin-right: 2rem;
  }

}

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }

  .overlay a {
    font-size: 20px
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media (min-width: 1400px) {

  .hero .hero-text h1 {
    font-size: 4rem;
  }

  .hero .hero-text p {
    font-size: 1.5rem;
  }

}