nav .navbar .links li:nth-child(1) .line {
  padding-bottom: 30px;
  transition: ease-in-out 0.5s;
}

nav .navbar .links li:hover .line {
  padding-bottom: 0;
}

nav .navbar .links li:nth-child(7) .line2 {
  padding-bottom: 0;
}

nav .navbar .links li:first-child a {
  color: #000000b0;
}

nav .navbar .links li:nth-child(7) a {
  color: #b3a45a;
}


.header-banner {
  max-width: 1800px;
  margin: auto;
  height: 410px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.723)), url(../images/Contact\ Us2.avif);
  background-position: center;
  background-size: 100% 200%;
  text-align: center;
  padding-top: 300px;
  color: rgb(255, 255, 255);
  font-size: 40px;
  margin-top: -120px;
}

.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/bg4.avif);
  background-position: center;
  background-size: 100% 155%;
}

.contact-sec h1 {
  color: #629191;
  font-weight: 600;
  font-size: 35px;
}

.contact-sec .text {
  width: 40%;

}

.contact-sec .text .line {
  width: 100px;
  height: 2px;
  background: #629191;
  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%;
  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);
}

.contact-sec form h5 {
  color: #cf8651;
}

.contact-sec form h1 {
  color: #629191;
  font-size: 35px;
}

.contact-sec form .line {
  width: 100%;
  height: 1px;
  background: #629191;
  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 select {
  width: 90%;
  padding: 10px;
  margin-top: 20px;
  border-radius: 8px;
  border: 0.1px solid rgb(232, 232, 232);
  color: gray;
}

.contact-sec form select: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: #629191;
  border: none;
  display: flex;
  place-items: center;
  justify-content: space-between;
  font-weight: 700;
  margin-top: 10px;
  color: white;
  margin-bottom: 20px;
  border-radius: 6px;
}

.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: 100% 100%;
    height: 300px;
    padding-top: 200px;
    margin-top: -0px;
  }

    nav .navbar .links li .line {
    display: none;
  }


  .contact-sec {
    padding-top: 0;
    flex-wrap: wrap-reverse;
  }

  .contact-sec .text {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .contact-sec h1 {
    font-size: 30px;
  }

  .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%;
    box-shadow: none;
    margin-top: 50px;
    text-align: left;

  }

  .contact-sec form h1 {
    font-size: 30px;
    text-align: left;
  }

  .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: #ffffffed;
}




}