* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: rgba(0, 0, 0, 0.918);
}

.navbar {
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
  border: 2px solid #eecd10;
  padding: 20px;
  margin-top: 6px;
  margin-left: 5px;
  margin-right: 5px;
}

.logo {
  display: flex;
  align-items: center;
  font-size: medium;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  padding-left: 5%;
  color: #eecd10;
}

.link {
  gap: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10%;
}

.link a {
  text-decoration: none;
  list-style: none;
  cursor: pointer;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
}
.link a {
  color: white;
}

.link a:hover {
  text-decoration: underline;
  text-decoration-color: #eecd10;
}
.link > .first-one {
  text-decoration: underline;
  color: #eecd10;
  text-decoration-color: #f0d333;
}

.main-div {
  padding-bottom: 200px;
  background-image: url(/assets/main\ img.jpeg);
  background-size: cover;
  border-color: #eecd10;
}
@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.hero-content {
  animation: slideLeft 1.5s ease-out forwards;
}
.hero-content {
  animation: slideLeft 1.5s ease-out forwards;
}

.text {
    animation: slideLeft 1.5s ease-out;
  padding-left: 90px;
  padding-top: 15%;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: italic;
}
.text h1{
    animation: slideLeft 1.5s ease-out;
}
.touch {
  font-style: italic;
  color: #eecd10;
  font-size: 50px;
  margin-left: 100px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.style {
  font-size: 25px;
  margin-left: 40px;
  margin-bottom: 20px;
}

.btn {
    animation: slideLeft 1.5s ease-out;
  padding: 20px;
  border-radius: 10px;
  font-size: 15px;
  margin-left: 100px;
  background-color: #eecd10;
  border: 2px solid black;
}

.btn:hover {
  background-color: black;
  color: #eecd10;
  transition: 0.2s;
}

.Main-Services {
  background-image: url(assets/bg\ img.jpeg);
  background-size: cover;
  padding-bottom: 20px;
}

.heading h1 {
  text-align: center;
  color: white;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  padding-top: 30px;
}

.box-main {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.box-1 {
  border: 2px solid rgb(226, 230, 11);
  padding: 80px;
  color: #eecd10;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  margin-top: 30px;
  margin-left: 10%;
}

.box-1 h3 {
  margin-bottom: 40px;
  font-style: italic;
  font-weight: 30px;
  color: white;
}

.box-2 {
  border: 2px solid rgb(226, 230, 11);
  padding: 80px;
  color: #eecd10;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  margin-top: 30px;
}
.box-2 h3 {
  margin-bottom: 40px;
  font-style: italic;
  font-weight: 30px;
  color: white;
}

.box-3 {
  border: 2px solid rgb(226, 230, 11);
  padding: 80px;
  color: #eecd10;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  margin-top: 30px;
}

.box-3 i {
  margin-bottom: 20px;
  font-size: 60px;
  margin-left: 40px;
  color: white;
}

.heading-2 h1 {
  text-align: center;
  color: rgb(244, 245, 240);
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  padding-top: 30px;
}
.main-container-div {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 40px;
}
.box-sec-1 {
  border: 2px solid rgb(226, 230, 11);
  padding: 50px;
  color: white;
  margin-top: 50px;
  margin-left: 150px;
  font-style: italic;
}
.box-sec-2 {
  border: 2px solid rgb(226, 230, 11);
  padding: 50px;
  color: white;
  margin-top: 50px;
  font-style: italic;
}
.box-sec-3 {
  border: 2px solid rgb(226, 230, 11);
  padding: 50px;
  color: white;
  margin-top: 50px;
  font-style: italic;
}
.Client-review {
  background-image: url(/assets/bg\ img\ 2.jpeg);
  background-size: cover;
  padding-bottom: 100px;
}
.heading-3 {
  text-align: center;
  color: rgb(244, 245, 240);
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  padding-top: 40px;
}

.stars {
  color: yellow;
}

.Comment {
  display: flex;
  align-items: center;
  justify-items: center;
  gap: 20px;
  margin-left: 30%;
  margin-top: 150px;
  font-size: large;
}

.Comment h3 {
  color: #fafaf8;
  display: block;
}

.Comment p {
  color: #eecd10;
  margin-left: 40px;
}

.footer {
  display: flex;
  border-top: 3px solid rgba(255, 217, 0, 0.699);
  border-radius: 20px;
  
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
.footer-last {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 80px;
 
}
.location {
  display: flex;

  color: #eecd10;
}
.contact i,
a {
  color: #eecd10;
}
