body {
  margin: 0;
  background-color: white;
  color: black;
  font-family: 'Cormorant Garamond', serif;
}

* {
  box-sizing: border-box;
}


nav {
  position: sticky;
  z-index: 1;
  top: 0;
  margin-bottom: 0;
  width: 100%;
  height: 88px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: black;
  -webkit-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  backface-visibility: hidden;
  transform: translateZ(0px);
  transition: 0.3s;
}
nav a{
  font-family: 'Cormorant Garamond', serif;
  color: white;
  text-decoration: none;
}
nav img {
  height: 40px;
}

.burger {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  padding: 0;
  width: 82px;
  height: 82px;
  font-size: 30px;
  color: white;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.burger i:last-child {
  display: none;
}

body.open .burger i:first-child {
  display: none;
}

body.open .burger i:last-child {
  display: block;
}

.overlay {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(27 32 44 / 70%);
  visibility: hidden;
  opacity: 0;
  backdrop-filter: blur(6px);
  transition: 0.3s;
}

body.open .overlay {
  visibility: visible;
  opacity: 1;
}

nav button {
  background: transparent;
  border: 0;
  cursor: pointer;
}

aside {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 260px;
  height: 100%;
  padding: 18px 20px 20px;
  background: black;
  box-shadow: 0 0 20px rgb(0 0 0 / 70%);
  translate: 100% 0;
  transition: 0.3s;
}

body.open aside {
  translate: 0;
}

aside a {
  display: flex;
  align-items: center;
  height: 50px;
  text-decoration: none;
  color: #f7f7f7;
}

aside h3 {
  margin: 40px 0 10px;
  color: white;
  font-weight: 400;
  font-size: 16px;
}

.main-body{
  height: 75vh;
  margin-top: 0;
  width: 100%;
}
.main-body img{
  height: 50vh;
  width: 100%;
}
.hero-text h2{
  text-align: left;
  padding-left: 20px;
  color: #272e3c;
  font-size: 17px;
}
.hero-text span{
  font-size: 25px;
}
.hero-text h3{
  padding-left: 20px;
  font-size: 25px;
}
.card a{
  background:#272e3c ;
  color: #f7f7f7;
  border: 0;
  height: 60px;
  border-radius: 50px;
  font-size: 18px;
  margin-top: 20px;
}
section a{
  text-decoration: none;
  color: inherit;
}

 h2{
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.7rem;
  color: black;
}
 h3{
  font-size: 1rem;
  color: black;
}
 h4{
  font-size: 0.9rem;
  color: black;
}
.button1 a{
  background:#272e3c ;
  color: #f7f7f7;
  border: 0;
  height: 60px;
  border-radius: 50px;
  font-size: 18px;
  margin-top: 20px;
}

.services-card img{
  width: 100%;
  height: 20vh;
  border-radius: 10%;
}
.card img{
  width: 170px;
  height: 130px;
}

.about-text{
  line-height: 1.5;
  padding:0 2rem;

}
.staff-sec, .services-card, .product-card{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-wrap: wrap;
}
.staff-card
, .card{
  width: 200px;
  text-align: center;
  padding: 25px 15px;
  box-shadow: 10px 10px 35px rgba(22, 21, 21, 0.03);
  border: 1px solid #ebecec;
  border-radius: 4px;
  margin: 10px;
  cursor: pointer;
  gap: 2rem;
  background-color: white;
}
.staff-card:hover, .card:hover{
color: rgba(174, 188, 219, 0.7);
border: 1px solid ;
}
.staff-sec img{
  width: 90%;
  height: 10rem;
  border-radius: 50%;
}


@media screen and (max-width:500px){
  
  .staff-sec, .services-card, .product-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    margin-left: 1rem;
  }
  .about-text{
    margin-left: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .product-btn{
    margin-left: 150px;
  }
}
.book-us{
  width: 100%;
  height: 70%;
  border: 1px solid #ddd;
  padding: 20px;
  justify-content: center;
}
.form{
  justify-content: center;
  align-items: center;
}
.book-us h4{
  text-align: center;
  
}
.book-us input{
padding: 10px;
}
.book-us select{
  color: #272e3c;
  border: 1px solid #ddd;
  padding: 15px;
  }
  .book-us option{
    font: inherit;
    font-size: 12px;
    width: 25%;
    height: 1rem;
  }
  .details{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .det{
    padding: 10px;
  }
  .button{
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .book-us button{
    justify-content: center;
    font: inherit;
    font-size: 10px;
    border-radius: 10%;
    padding: 5px;
    background-color: #f0f0f0;
    align-items: center;
    text-align: center;
    height: 50px;
    width: 50px;
  }
@media screen and (max-width: 24.375em) {
  .book-us{
    width: 100%;
    height: 60%;
    border: 1px solid #ddd;
  }
  
  }

.gallery img{
  width: 50%;
  height: 50vh;
}
/* FOOTER */
.footer{
  display: flex;
 flex-wrap: wrap;
 padding: 10px;
}
.footer {
  display: flex;
  flex-flow: row wrap;
  background-repeat: no-repeat;
  color: black;
  border-top: 1px solid #e5e5e5;

}

.footer__logo {
font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 3rem;
  color: black;
}

.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400;
}

.nav__title {
  font-weight: 400;
  font-size: 15px;
  color: black;
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgba(228, 183, 183, 0.07);
  border-radius: 100px;
  color: white;
  line-height: 0;
  /* margin: 0.6em 0; */
  font-size: 1rem;
  /* padding: 0 1.3em; */
}
.footer_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgba(14, 13, 13, 0.07);
  border-radius: 100px;
  color: rgb(19, 15, 15);
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}
.contact-us{
  display: flex;
  margin-left: 50px;
}
.top{
  margin-top: 10px;
  margin-right: 100px;
}
.top h3{
  font-size: 20px;
}
.top ul{
  list-style: none;
}
.nl{
  margin-right: 300px;
}
.newsletter h3{
margin-top: 38px;
font-size: 20px;
text-transform: uppercase;
}
.newsletter input{
  padding: 20px;
  align-items: end;
  margin-right: 0;
  margin-left: 20px;
}
.newsletter button{
  padding: 10px;
  width: 50px;
  background-color: #fff;
  color: black;
  font: inherit;
  border-radius: 20%;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  color: black;
}
.contact-us i{
color: rgb(6, 24, 51);
}

@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
  iframe{
    width: auto;
  }
}
@media screen and (max-width: 24.375em){
  .footer{
    display: flex;
    flex-wrap: wrap;
  }
   .contact-us{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .newsletter h3{
  font-size: 20px;
  text-transform: uppercase;
  }
  .newsletter input{
    padding: 20px;
    align-items: end;
    margin-right: 0;
    margin-left: 0;
  }
  .newsletter button{
    padding: 10px;
    width: 50px;
    background-color: #fff;
    color: black;
    font: inherit;
    border-radius: 20%;
  }
}
@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }

  .footer__addr {
    flex: 1 0px;
  }

  .footer__nav {
    flex: 2 0px;
  }
}

/* SCROLL BUTTON */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

/* PRICE LIST */
.price h1{
text-align: center;
align-items: center;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th, td {
  text-align: center;
  padding: 16px;
}
tr{
  font-size: 20px;
}
th:first-child, td:first-child {
  text-align: left;
}



