* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* nav */

#contactUs {
  color: #ffc642;
  text-decoration: underline;
}

/* mobile */

#productDropdown{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

#productDropdown a{
  text-decoration: none;
}

/* nav end */

/* ---------------------  body --------------------- */

/* hero */
@media (max-width: 580px) {
  #hero {
    /* border: solid 3px red; */
    margin: 40px 0 3vw 0;
  }
}
@media (min-width: 580px) and (max-width: 770px) {
  #hero {
    /* border: solid 3px red; */
    margin: 50px 0 2vw 0;
  }
}

.hero {
  margin: 80px 0 2vw 0;
}

.hero img {
  width: 100%;
}

/* hero end */


.lineText {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lineText p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  /* line-height: 22px; */
  margin: 0;
  padding: 0;
}


/* contact */

@media (max-width: 580px){
  #contact {
    /* border: solid 1px red; */
    gap: 20px;
    padding: 2px;
    margin: auto;
    flex-direction: column;
  }

  #contact .contactForm{
    /* border: solid 1px red; */
    width: 98%;
  }

  #contact .contactForm .formBox{
    /* border: solid 1px yellow; */
    width: 100%;
  }
 
  #contact .contactForm h1{
    width: 100%;
    font-size: 26px;
    line-height: 32px;
  }

  #contact .contactDetails{
    /* border: solid 1px red; */
    width: 100%;
  }

  #contact .formBox button {
    width: auto;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 10px 20px;
    background: #ffc631;
    color: #000810;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    align-self: flex-start;
  }

  #contact .formBox input {
    height: 58px;
    flex: none;
  }

  #contact .formBox textarea {
    height: 120px !important;
    flex: none;
  }

  #contact .formBox div {
    flex-direction: column;
    gap: 15px;
  }

  #contact .form-floating textarea{
    /* border: solid 1px #fd0000; */
    height: 120px !important;
    flex: none;
  }

  #contact .contactDetails h2{
    font-size: 24px;
  }

  #contact .contactDetails p {
    margin: 0;
  }

  #contact .contactDetails .contactDetailsP1 {
    font-size: 12px;
    margin-top: 15px !important;
  }

  #contact .contactDetails .contactDetailsP2 {
    font-size: 15px;
    line-height: 22px;
    width: 100%;
  }
}

@media (min-width: 580px) and (max-width: 770px){
  #contact {
    /* border: solid 1px red; */
    padding: auto;
    margin: auto;
    flex-direction: column;
  }

  #contact .contactForm{
    /* border: solid 1px red; */
    width: 90%;
  }

  #contact .contactForm .formBox{
    /* border: solid 1px yellow; */
    width: 100%;
  }
 
  #contact .contactForm h1{
    width: 100%;
    font-size: 4.5vw;
    line-height: 4.5vw;
  }

  #contact .contactDetails{
    /* border: solid 1px red; */
    width: 100%;
    
  }

  #contact .formBox button {
  width: 100%;
  height: 62px;
  border: none;
  padding: 18px 30px;
  background: #ffc631;
}

#contact .contactDetails h2{
  font-size: 5vw;
}

#contact .contactDetails p {
  margin: 0;
  font-size: 2vw;
}

}

.contact {
  padding: 20px 12vw 0 200px;
  display: flex;
  justify-content: center;
  gap: 5.729vw;
  /* border: solid 1px red; */
}

.contactForm h1 {
  width: 21.9vw;
  color: #000810;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5vw;
  margin: 0;
  padding: 0;
}

.formBox {
  width: 34vw;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 40px;
}

.formBox div {
  display: flex;
  gap: 10px;
}

.formBox input,
.formBox textarea {
  flex: 1;
  width: 100%;
  height: 2.92vw;
  padding-left: 20px;
  box-sizing: border-box;
  border: 1px solid #a9a9a9;
}

#floatingTextarea2:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #a9a9a9;
}

.formBox button {
  width: 34vw;
  border: none;
  padding: 18px 30px;
  background: #ffc631;
}

.contactDetails {
  padding-top: 50px;
  /* border: solid 1px red; */
  background: #F8F8F8;
  padding: 40px 60px;
}

.contactDetails h2{
  font-size: 1.975vw;
}

.contactDetails p {
  margin: 0;
  font-size: 0.933vw;
}

.contactDetailsP1 {
  color: #a9a9a9;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-top: 20px !important;
}

.contactDetailsP2 {
  color: #000810;
  width: 280px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.contactSocialIcons{
    /* border: solid 1px red; */
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}



/* contact end */


/* map */

.map1 {
  /* border: solid 2px red; */
  /* padding: auto 0; */
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/products/unique.webp);
}

/* map end */