@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
}
body {
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  color: #ffff;
  min-height: 100vh;
  width: 100%;
}
a {
    text-decoration: none;
    color: #ffff;
}

nav {
    background-color: #000033fa;
    box-shadow: 3px 3px 5px 3px rgba(0, 0, 0.1);
    position: fixed;
    z-index: 100;
    width: 100%;
}
ul.active {
  padding: 20px 30px 20px 30px;
}
ul.active li.hideOnMobile:hover {
  border-bottom:2px solid #ffffff;
  border-top: 2px solid #ffffff;
}

nav ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}
nav li {
    height: 50px;
}
nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #ffffff;
}
/* nav a:hover{
    background-color: #151561fa;
    color: #ffffff;
} */

nav li:first-child {
    margin-right: auto;
    background: url('./png_logo-removebg-preview.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 180px;
    height: 60px;
    border-radius: 8px;
    box-shadow: -1px 0 px 0px 0px rgba(253, 252, 252, 0.685);
}
.menu-button {
    display: none;
}

li.logo:hover {
  border-bottom: 4px solid #ffffff;

}
/* li.about,
li.services, 
li.Inspection,
li.Testi, */


.sidebar {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: #000033fa;
    backdrop-filter: blur(10px);
    box-shadow:  -10px 0 10px rgba(253, 252, 252, 0.685);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.side-bar li {
    width: 100%;
}
.side-bar a {
    width: 100%;
}

/* div.Home {
  background: url('./png_logo-removebg-preview.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 60px;
  border-radius: 8px;
  box-shadow: -1px 0 px 0px 0px rgba(253, 252, 252, 0.685);
} */

/* div.Home:hover {
  border-bottom: 3px solid #fff;
} */











.whatsapp-btn-container {
  position: fixed;
  right: 30px;
  bottom: -50px;
  padding: 24px;
  animation: fade-up 1000ms forwards;
  opacity: 0;
  animation-delay: 1000ms;
}
@keyframes fade-up{
  100%{
      bottom: 50px;
      opacity: 1;
  }
}
.whatsapp-btn-container .whatsapp-btn {
  font-size: 3rem;
  color: #25d366;
  display: inline-block;
  transition: all 400ms;
}
.whatsapp-btn-container span{
  position: absolute;
  top: 0;
  left: 4px;
  font-weight: bold;
  color: #075e54;
  transform: rotateZ(20deg) translateX(10px);
  opacity: 0;
  transition: all 400ms;
}
.whatsapp-btn-container .whatsapp-btn:hover {
  transform: scale(1.2);
}
.whatsapp-btn-container .whatsapp-btn:hover + span {
  transform: rotateZ(0deg) translateX(0px);
  opacity: 1;
}




/* footer {
  background-color: #000033fa;
  height: 5rem;
  width: 100%;
  margin-top: 2px;
} */



@media(max-width:800px) {
  .hideOnMobile{
      display: none;
  }
  .menu-button {
      display: block;
  }
}




@media (max-width:500px) {
  .sidebar{
      width: 100%;
      height: 400px;
  }
  /* .land {
    width: 0;
    background-repeat: no-repeat;
    display: none;
    padding: 0;
    margin: 0;
    height: 0;
  } */
  section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100vh;
    width: auto;
    align-items: center;
    justify-content: center;
  }
  
   .hours {
    padding: 10px 10px 10px 35px;
  }
  .hours li{
    font-weight:600;
    line-height: 2rem;
    font-size: 14px;
  }
  
  .more {
    line-height: 2rem;
    border-radius: 8px;
    background-color: #000033fa;
    color: #ffffff;
    width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    border: 1px solid #ffffffbd;
  }
  .more:hover{
    cursor: pointer;
    background-color: #161616b0;
    border: 2px solid #000000;
  }
.body-section{
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}
p{
  color: #000000;
  line-height: 2rem;
}
  .for-small{
    width: 100%;
    height: 500px;
    padding: 0 20px;
  }


  footer {
    background-color: #000033fa;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    height: fit-content;
    padding: 5px 5px 5px 5px;
    width: 100%;
    margin-top: 2px;
    gap: 5px;
  }
  .mails {
    display: flex;
    flex-direction: column;
    line-height: 1.5rem;
    font-size: 13px;
  }
  span.gmail {
    font-size: 13px;
    font-weight: 400;
    max-width: fit-content;
    border-radius: 8px 0 8px 0;
    /* margin-bottom: 1rem; */
  }
  div.terms {
    font-size: 12px;
  }
  .social-media {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 3rem;
    line-height: 1.5rem;
    max-width: 100%;
    min-width: fit-content;
    min-height: fit-content;
    max-height: fit-content;
  }
}




@media (min-width:501px) {
  .sidebar{
      width: 100%;
  }
  .for-small {
    background: url('./images/home\ dc.png');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: none;
    padding: 0px 40px;
    height: 300px;
  }
  section {
    background: url("./images/home\ dc.png");
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 110px;
   }
   
   section button.more {
       background-color: transparent;
       height: 10vh;
       color: white;
       margin-top: 83vh;
       margin-right: 10%;
       margin-bottom: 5%;
       width: 25%;
       border-radius: 20px;
       align-content: center;
       box-shadow: -1px 1px 0.5px 2px rgba(234, 236, 243, 0.89);
   }
   section button.more:hover {
     background-color: #000033fa;
     font-weight: 800;
     cursor: pointer;
   }
   
   .body-section {
     background-color: #1616163f;
     margin-top: 10px;
     margin-bottom: 10px;
     color: #000000;
   }
   ul li{
     padding: 10px 20px 10px 20px;
     line-height: 1.5rem;
     font-weight: bold;
   }
   footer {
    background-color: #000033fa;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    height: fit-content;
    padding: 2%;
    width: 100%;
    margin-top: 2px;
    gap: 10px;
  }
  .mails {
    display: flex;
    flex-direction: column;
    line-height: 1.5rem;
  }
  span.gmail {
    font-size: 1rem;
    font-weight: 400;
    max-width: fit-content;
    border-radius: 8px 0 8px 0;
    margin-bottom: 1rem;
  }
  div.terms {
    align-self: flex-end;
    font-size: 1rem;
    font-weight: 400;
  }
  .social-media {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 3rem;
    line-height: 2rem;
    max-width: 100%;
    min-width: fit-content;
    min-height: fit-content;
    max-height: fit-content;
  }
}