*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/* font-family: 'Roboto', sans-serif; */
body {
  font-family: "Maven Pro", sans-serif;
  font-family: "Comfortaa", cursive;
}
body h2 {
  font-family: Comfortaa;
}
body p {
  font-family: Maven Pro;
}
:root {
  --primery-color: #45c0d6;
  --secodry-color: #fb4d4d;
}
.container {
  max-width: 1120px;
  padding: 0 15px;
  margin: 0 100px;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  display: block;
}

.elevator {
  width: 60px;
  height: 30px;
  position: fixed;
  top: 90%;
  left: 95%;
  background-color: rgb(248, 245, 245);
  cursor: pointer;
  opacity: 0.7;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elevator:hover {
  opacity: 1;
}

/* header */
#header {
  width: 100%;
  height: 100vh;
  background-image: url("../images/banner-med1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#header h2 {
  color: #fff;
  position: absolute;
  top: 40%;
}
#header p {
  color: #fff;
  position: absolute;
  top: 50%;
  padding-top: 10px;
}
/* #header2 {
  width: 100%;
  height: 100vh;
  background: url("../images/banner-med2.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
#header2 h2 {
  color: #fff;
  position: absolute;
  top: 40%;
  right: 10%;
}
#header2 p {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10%;
  padding-top: 10px;
} */
#header .nav {
  width: 100%;
}
.fix {
  position: fixed;
  top: 0;
  background-color: white;
  transition: 0.5s;
  color: black;
  z-index: 999;
}
#header .container-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-menu-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  width: 200px;
}
.header-logo-balck {
  display: none;
}
.nav-menu {
  display: flex;
  font-family: Maven Pro;
  font-size: 16px;
  font-weight: bold;
}
.nav-menu li {
  display: flex;
}
.nav-menu li a {
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  transform: 0.5s;
}
.nav-menu li a:hover {
  opacity: 0.7;
}
.nav-menu li i {
  font-size: 20px;
  background-color: #fff;
  cursor: pointer;
}
#header .right,
#header .left {
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  display: none;
}
#header .left {
  position: absolute;
  top: 45%;
  left: 2%;
}
#header .right {
  position: absolute;
  top: 45%;
  right: 2%;
}
#header .right i,
#header .left i {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search {
  position: relative;
  /* left: 160px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  cursor: pointer;
}
/* header tooltip */
.form-control {
  width: 300px;
  height: 70px;
  background-color: #fff;
  position: absolute;
  top: 40px;
  right: -20px;
  display: none;
  z-index: 21;
  opacity: 0.8;
  z-index: 99999999999;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}
.form-control input {
  width: 90%;
  height: 60%;
  border: none;
  outline: none;
  caret-color: rgb(87, 84, 84);
  background-color: rgb(241, 241, 241);
  padding: 0 5px;
  position: absolute;
  top: 20%;
  left: 2%;
}
.form-control i {
  background-color: rgb(184, 96, 96);
  width: 41px;
  height: 41px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tooltip {
  border: 10px solid transparent;
  position: absolute;
  bottom: 100%;
  right: 15px;
  border-bottom: 10px solid #fff;
}
/* menu bars */
.menu-bars {
  display: none;
}
.menu-bars i {
  font-size: 30px;
  color: #fff;
  position: absolute;
  z-index: 999999999;
  top: 30px;
}
.menu-bars i:nth-child(2) {
  display: none;
  color: #fff;
}
.menu-warpper {
  width: 100%;
  height: 100%;
  background-color: #e8b8b8;
  position: fixed;
  top: 0;
  right: -100%;
  transition: 0.3s ease-in-out;
}
.menu-warpper ul li {
  text-align: center;
  font-family: Comfortaa;
  font-size: 18px;
  border-bottom: 1px solid #c2b4b4;
  position: relative;
  top: 150px;
  text-align: left;
  padding: 20px 20px;
  transition: 0.3s;
}
.menu-warpper ul li:hover {
  background-color: #c7b8b8;
}
.menu-bars a {
  color: #fff;
}
/* .menu-warpper * a {
  color: #fff !important;
} */

/* welcome */
.welcome {
  padding: 70px 0;
  text-align: center;
}
.welcome section h2 {
  font-size: 35px;
  font-weight: normal;
  line-height: 1.7em;
}
.welcome section p {
  font-size: 16px;
  line-height: 1.7em;
  margin: 20px 0;
  color: gray;
}
.sections-circle {
  width: 12px;
  height: 12px;
  margin: 0 auto;
  margin-top: 400px;
  margin-bottom: 100px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  color: pink;
}
.sections-circle::after,
.sections-circle::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: gray;
  position: absolute;
  top: 50%;
}
.sections-circle::after {
  left: 0%;
  transform: translate(-120%, 0%);
}
.sections-circle::before {
  content: "";
  left: 100%;
  transform: translate(20%, 0%);
}
.gallery {
  width: 100%;
  padding-top: 200px;
}
.container-gallery-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-img {
  width: 32%;
}
.single-img img {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  transition: 0.5s;
}
.single-img img:hover {
  transform: scale(1.2);
}
.single-img section h2 {
  text-align: left;
  padding: 10px 10px;
}
.single-img section p {
  text-align: left;
  line-height: 1.7em;
}
.single-img section a {
  display: flex;
  align-items: flex-start;
  font-family: Comfortaa;
  color: #5f4040;
  opacity: 0.7;
  padding-bottom: 20px;
}
.single-img section a:hover {
  text-decoration: underline;
}
/* newsletter */
.newsletter {
  width: 100%;
  height: 50vh;
  background-color: #e8b8b8;
  background-image: url(../images/banner2-845x321.jpg);
  background-position: center left;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
.newsletter section h2 {
  text-align: center;
  padding-top: 70px;
  color: #fff;
  font-weight: normal;
}
.newsletter form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 80px;
}
.newsletter form input {
  width: 25%;
  height: 45px;
  margin: 0 5px;
  border: 2px solid #fff;
  text-align: center;
  background-color: transparent;
  color: #fff;
  outline: none;
  transition: 0.3s;
}
.newsletter form input:last-child:hover {
  background-color: aquamarine;
}
/* about-us */
.about-us {
  width: 100%;
  padding: 100px 0;
}
.about-us-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-us-right {
  width: 60%;
}
.about-us-right section h2 {
  padding: 15px 0;
  font-size: 40px;
}
.about-us-right section span {
  color: #af3e3e;
}
.about-us-right section p {
  line-height: 1.7em;
  color: gray;
}
.about-us-right section p:last-child {
  margin: 20px 0;
  line-height: 1.7em;
  color: gray;
}
.about-us-left {
  width: 40%;
  position: relative;
}
.about-us-left img {
  width: 100%;
}
/* galley */
.about-us-gallery {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 100px 0;
}
.about-us-gallery > div {
  width: 33%;
  padding: 5px 5px;
  height: auto;
  transition: 0.5s;
  overflow: hidden;
  cursor: pointer;
}
.about-us-gallery > div img {
  opacity: 0.7;
  height: auto;
  transition: 0.5s;
  animation: flip 0.5s forwards 1;
}
.about-us-gallery .single-img-galley img:hover {
  opacity: 1;
  transform: scale(1.1);
}
.add-flip {
  animation: flip 1s forwards 1;
}
.about-us-gallery .single-img-galley:nth-child(1) img {
  animation-delay: 0s;
}
.about-us-gallery .single-img-galley:nth-child(2) img {
  animation-delay: 0.3s;
}
.about-us-gallery .single-img-galley:nth-child(3) img {
  animation-delay: 0.6s;
}
.about-us-gallery .single-img-galley:nth-child(4) img {
  animation-delay: 0.9s;
}
.about-us-gallery .single-img-galley:nth-child(5) img {
  animation-delay: 1.2s;
}
.about-us-gallery .single-img-galley:nth-child(6) img {
  animation-delay: 1.5s;
}
@keyframes flip {
  from {
    transform: rotateX(-90deg);
    position: relative;
    top: 200px;
    left: 0;
  }
  to {
    transform: rotateX(0deg);
    position: relative;
    top: 0;
    left: 0;
  }
}
/* modal */
.modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform 0.5s;
  perspective: 1000px;
  z-index: 9999;
}
.modal img {
  width: 500px;
  display: block;
  transition: all 0.2s;
}
.modal i {
  font-size: 30px;
  position: absolute;
  font-family: sans-serif;
  top: 20px;
  right: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  font-style: normal;
}
/* customers */
.customers {
  width: 100%;
  padding: 100px 0;
  background-color: #fcfcfc;
  text-align: center;
}
.customers section {
  margin: 0 50px;
}
.customers section h2 {
  padding: 10px 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
}
.customers section p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em;
  color: gray;
}
.customers section h3 {
  padding: 30px 0;
}
.customers .arrow-right,
.customers .arrow-left {
  /* display: flex; */
  position: relative;
}
.customers .arrow-right i {
  font-size: 40px;
  position: absolute;
  top: 65px;
  right: 0;
  opacity: 0.4;
  transition: 0.3s;
}
.customers .arrow-left i {
  font-size: 40px;
  position: absolute;
  top: 65px;
  left: 0;
  opacity: 0.4;
  transition: 0.3s;
}
.customers .arrow-left i:hover,
.customers .arrow-right i:hover {
  opacity: 0.7;
  cursor: pointer;
}
/* spa */
.spa {
  width: 100%;
  padding: 100px 0;
}
.spa-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.spa-inner h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  color: rgb(20, 20, 20);
  padding: 10px 0;
}
.spa-inner p {
  font-size: 16px;
  line-height: 1.7em;
  color: gray;
}
.spa-single-left {
  width: 37%;
  padding-top: 60px;
}
.spa-single-left-icons {
  display: flex;
  align-items: center;
}
.spa-single-left-icons figure {
  display: flex;
  position: relative;
  margin-top: 50px;
}
.spa-single-left-icons figure:nth-child(2) {
  margin-left: 40px;
}
.spa-single-left-icons figure i {
  background-color: aqua;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}
.spa-single-left-icons figure:nth-child(2) i {
  background-color: orangered;
}
.spa-single-left-icons figure h4 {
  padding: 0 5px;
  color: rgb(20, 20, 20);
}
.spa-single-left-icons figure p {
  font-size: 13px;
  position: absolute;
  top: 15px;
  left: 50px;
}
.spa-single-center {
  width: 31%;
}
.spa-single-right {
  width: 31%;
}
/* footer */
footer {
  width: 100%;
  padding-top: 30px;
}
footer .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer ul li a {
  padding: 15px 10px;
  font-size: 10px;
  color: rgb(211, 46, 46);
}
footer ul li a:hover {
  text-decoration: underline;
  color: rgb(130, 177, 161);
}
/* RESPONSIVE */
@media (max-width: 768px) {
  #header {
    height: 70vh;
    background-position: center center;
    background-size: contain;
  }
  #header h2 {
    font-size: 20px;
    padding-top: 60px;
  }
  #header p {
    font-size: 16px;
    padding-top: 80px;
  }
  .container {
    margin: 0 50px;
  }
  .nav {
    position: static;
  }
  .nav-menu {
    display: none;
    position: fixed;
  }
  .nav-menu .search {
    display: block;
  }
  .menu-bars {
    display: block;
    padding: 20px 30px;
    z-index: 9999999;
    cursor: pointer;
    /* position: fixed; */
  }
  .menu-bars i {
    color: gray;
  }
  .fa-search {
    color: gray;
    cursor: pointer;
  }
  #header .left,
  #header .right {
    display: none;
    visibility: hidden;
  }
  /* welcome */
  .single-img {
    width: 100%;
  }
  .single-img section h2 {
    padding-top: 30px;
  }
  .welcome section h2 {
    font-size: 30px;
  }
  .welcome section p {
    font-size: 15px;
  }
  .sections-circle {
    position: absolute;
    top: 50%;
    left: 50%;
  }
  /* newletter */
  .newsletter form input {
    border: 2px solid #fff;
    background-color: transparent;
  }
  /* about us  */
  .about-us-right,
  .about-us-left {
    width: 100%;
  }
  .about-us-right section h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 200;
  }
  /* galley */
  .about-us-gallery > div {
    width: 50%;
  }
  /* customers */
  .customers section h2 {
    font-size: 25px;
  }
  .customers section p {
    font-size: 16px;
  }
  .customers .arrow-right i,
  .customers .arrow-left i {
    display: none;
  }
  /* spa */
  .spa-single-left,
  .spa-single-center,
  .spa-single-right {
    width: 100%;
    padding: 20px 0;
  }
  /* fotter */
  footer .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  #header {
    height: 100vh;
    background-position: center right;
  }
  .container {
    margin: 0 20px;
  }
  .menu-bars {
    display: block;
  }
  /* welcome */
  .welcome section h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.7em;
  }
  .welcome section p {
    font-size: 14px;
    line-height: 1.7em;
    margin: 20px 0;
    color: gray;
  }
  /* newletter */
  .newsletter {
    height: 100vh;
  }
  .newsletter section h2 {
    padding: 10px 0;
  }
  .newsletter form {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }
  .newsletter form input {
    width: 100%;
    height: 45px;
    margin: 2px;
    padding: 0 10px;
    border: 2px solid #fff;
    background-color: transparent;
  }
  /* galley */
  .about-us-gallery > div {
    width: 100%;
  }
}
