*{

  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}
:root{
  --bg-color: #ffffff;
  --text-color: #000000;
  --main-color: #ae8957;

  --big-font: 6.6rem;
  --p-font: 1rem;
}
body{
  min-height: 100vh;
  background: var(--bg-color);
  color: var(--text-color);
}
nav{
  position: fixed;
  background-color: rgb(255, 255, 255);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}
nav ul{
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav li{
  height: 70px;
  text-decoration: none;
}
nav a{
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: var(--text-color);
}
nav a:hover{
color: rgb(43, 107, 226);
text-decoration: none;
}
nav li:first-child{
  margin-right: auto;
  font-weight: bold;
  font-size: 50px;
}
.sidebar{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 80%;
  z-index: 999;
  background-color: rgb(0, 0, 0);
  backdrop-filter: blur(10px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: xx-large;
}
.sidebar li{
  width: 100%;
}
.sidebar a{
  width: 100%;
  color: #919191;
}
.sidebar a:hover{
  color: #ffffff;
}
header{
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 35px 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .50s ease;
}
.welcome{
  border-radius: 70px;
}
.eest{
  font-size: 40px;
  font-weight: 900;
}
.eest2{
  font-size: 20px;
  font-weight: 900;
}
.serv{
  width: 100%;
  padding-top: 20px;
  padding: 20px;
}
.serv:first-child{
  margin-top: 20px;
}
.logo img{
  padding-top: 100px;
  width: 100%;
  height: auto;
}
img.welcome{
  width: 100%;
  height: auto;
  margin-top: auto;
  padding: 15px;
  padding-top: 80px;
}
.welcm {
  font-size: 30px;
  color:rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  border: none;
  text-decoration: none;
  outline: none;
  padding: 5px 10px;
  border-radius: 30px;
  text-align: center;
}
.welcm a{
  text-decoration: none;
  color: white;
}
.welcm:hover{
  transform: scale(1.1);
  transition: .5s ease;
  color: none;
  border: none;
  background-color: none;
  cursor: pointer;
}
.accord{
  padding: 20px;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.active, .accordion:hover{
  background-color: #ccc;
  border: none;
  outline: none;
}
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  outline: none;
}
.btn{
  width: 30px;
  height: 90px;
  box-shadow: #444;
  border-radius: 20px;
  background-color: rgb(232, 232, 232);
  position: fixed;
  display: grid;
  top: 85%;
  right: 2%;
  grid-template-columns: repeat(2, 1fr);
  width: 200px;
  font-size: large;
  text-align: center;
}
.btn:hover{
  transform: scale(1.1);
  transition: .5s ease;
}
.chat{
  position: relative;
  top: 34%;
  color: #000000;
}
.whatsapp{
  width: 80px;
  height: 80px;
}
.menu{
  display: none;
}
.close{
  position: absolute;
  top: 0%;
  right: 20%;
  transform: translateX(90%);
}
.para{
  margin-block-start: auto;
  padding: 15px;
  font-weight: 50;
}
.titles{
  font-weight: 900;
  font-size: x-large;
}
.about{
  padding: 15px;
}
.headie{
  font-size: 80px;
  color: #000000;
  padding-top: 120px
}
.footer{
  background-color: #ffffff;
  color: rgb(162, 162, 162);
  padding: 5px;
  padding-top: 70px;
}
.social{
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 300px;
  gap: 100px;
}
.footer svg:hover{
  color: #535353;
}
@media(max-width: 1770px){
  header{
    padding: 22px 4%;
  }
  .scroll{
    right: 4%;
  }
}
@media(max-width: 1670px){
  :root{
    --big-font: 5.5rem;
    --p-font: 15px;
  }
}
@media(max-width: 1370px){
  .icons{
    display: none;
  }
  section{
    padding: 0 4%;
  }
}
@media(max-width: 1150px){
  :root{
    --big-font: 4.6rem;
  }
  .price{
    font-size: 20px;
  }
  .btn{
    padding: 10px 23px;
  }
}
@media(max-width: 768px){
  .social{
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 200px;
    gap: 50px;
    padding: 5px;
    text-decoration-color:  rgb(162, 162, 162);
  }
  .btn{
    height: 90px;
    width: 80px;
  }
  .chat{
    display: none;
  }
  .whatsapp{
    position: relative;
    height: 70px;
    width: 60px;
    right: 16%;
  }
  .headie{
    font-size: 30px;
    color: #000000;
    padding-top: 100px
  }
  .serv{
    width: 100%;
    padding-top: 15px;
    padding: 10px;
    border-radius: 30px;
  }
  .eest{
    font-size: 30px;
    font-weight: 800;
  }
  .eest1{
    font-size: 30px;
    font-weight: 500;
  }
}
@media(min-width: 769px){
  .social{
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 500px;
    gap:100px;
    padding: 5px;
    cursor: pointer;
  }
  .welcm{
    font-size: xxx-large;
  }
  .serv{
    width: 100%;
    padding-top: 15px;
    padding: 15px;
    border-radius: 30px;
  }
  .eest1{
    font-size: 30px;
    font-weight: 900;
  }
}
@media(max-width: 800px){
  .hideonMobile{
    display: none;
  }
  .menu{
    display: block;
  }
}
@media(max-width: 920px){
  .scroll{
    display: none;
  }
}
@media(max-width: 570px){
  :root{
    --big-font: 4rem
  }
}
@media(max-width: 440px){
  :root{
    --big-font: 3.4rem
  }
}