nav .navbar .links li:first-child a {
  color: #ffffff;
}

nav .navbar .links li:nth-child(7) a {
  color: #d9ad96;
}


.header-banner {
  max-width: 1800px;
  margin: auto;
  height: 380px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.411)), url(../images/Contact\ Us.avif);
  background-position: center;
  background-size: 100% 200%;
  text-align: center;
  padding-top: 280px;
  color: rgb(255, 255, 255);
  font-size: 40px;
  margin-top: -70px;
}

.contact-sec {
  max-width: 1800px;
  margin: auto;
  padding: 8% 4%;
  margin-top: 0px;
  margin-bottom: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/bg\ img7.avif);
  background-position: center;
  background-size: 100% 155%;
}

.contact-sec h1 {
  color: #361a1a;
  font-weight: 600;
  font-size: 35px;
}

.contact-sec .text {
  width: 40%;

}

.contact-sec .text .line {
  width: 100px;
  height: 2px;
  background: #cf8651;
  margin-bottom: 20px;
}

.contact-sec .text .box {
  display: flex;
  margin-top: 30px;
  place-items: center;
}

.contact-sec .text .box img {
  width: 38px;
  height: fit-content;
  margin-right: 15px;
  filter: brightness(0);
}

.contact-sec .text h5 {
  color: #cf8651;
  margin: 0;
  font-size: 23.2px;
  margin-right: 10px;
}

.contact-sec .text p {
  margin-top: 0;
  font-size: 18px;
  margin: 0;
}


.contact-sec .Director {
  width: 100%;
}

.contact-sec .Director p {
  margin-top: 10px;
}


.contact-sec form {
  width: 40%;
  padding: 10px;
  text-align: left;
  box-shadow: 0 0 10px rgb(181, 181, 181);
  text-align: center;
  border-radius: 10px;
  padding-top: 20px;
  backdrop-filter: blur(3px);
  background-color: #1f0e0e;
}

.contact-sec form h5 {
  color: #cf8651;
}

.contact-sec form h1 {
  color: #fffefe;
  font-size: 35px;
}

.contact-sec form .line {
  width: 100%;
  height: 1px;
  background: #d9ad96;
  margin-bottom: 20px;
  margin-top: 10px;
}



.contact-sec form input {
  width: 90%;
  padding: 10px;
  margin-top: 20px;
  border-radius: 8px;
  border: 0.1px solid rgb(232, 232, 232);
}

.contact-sec form input:focus {
  outline: none;
}


.contact-sec form textarea {
  width: 90%;
  padding: 10px;
  border-radius: 8px;
  margin-top: 20px;
  border: 0.1px solid rgb(232, 232, 232);
}

.contact-sec form textarea:focus {
  outline: none;
}



.contact-sec button {
  padding: 8px;
  margin: auto;
  background-color: transparent;
  border: none;
  display: flex;
  place-items: center;
  justify-content: space-between;
  font-weight: 700;
  margin-top: 10px;
  color: #d9ad96;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 0.1px solid #d9ad96;
}

.contact-sec button:hover {
  background-color: transparent;
  color: #f48333;
  border: 0.1px solid #f48333;
}

.contact-sec button span {
  margin: 0 20px;
}

.contact-sec button img {
  width: 30px;
  background: white;
  padding: 5px;
  border-radius: 50%;
}

/* .contact-sec button .img2 {
  display: none;
} */

.contact-sec button:hover img {
  background-color: #f48333;
  display: none;
}

.contact-sec button:hover .img2 {
  display: block;
}


.map {
  max-width: 1800px;
  margin: auto;
}

.map iframe {
  width: 100%;
}




@media screen and (max-width: 900px) {

  .header-banner {
    background-size: cover;
    height: 200px;
    padding-top: 130px;
    margin-top: -0px;
  }

  .header-banner h1 {
    font-size: 30px;
  }


  nav .navbar .links li .line {
    display: none;
  }


  .contact-sec {
    padding-top: 0;
    flex-wrap: wrap;
  }

  .contact-sec .text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .contact-sec h1 {
    font-size: 25px;
  }

  .contact-sec .text h5 {
    font-size: 15px;
  }


  .contact-sec .text p {
    font-size: 15px;
  }

  .contact-sec .text .box img {
    width: 35px;
  }

  .contact-sec .text .box {
    margin-left: 10px;
  }

  .contact-sec form {
    width: 100%;
    padding: 10px 20px;
    box-shadow: none;
    margin-top: 50px;
    text-align: left;
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .contact-sec form h1 {
    font-size: 25px;
    text-align: center;
  }

  .contact-sec form .line {
    margin-bottom: 0;
  }

  .contact-sec form input {
    width: 100%;
  }

  .contact-sec form textarea {
    width: 100%;
  }


  .contact-sec .Director {
    width: 100%;
    /* text-align: center; */
  }

  nav .navbar .links li:first-child a {
    color: #000000;
  }

  nav .navbar .links li:nth-child(7) a {
    color: #916e5d;
  }



}