/*
Compile-Minify: true
Compile-Area: everywhere
Compile-OutputGroup: headtag
Compile-Exports: contact
Compile-Dependencies: 
*/

.contact-top-left {
  width: 46.5%;
}

.contact-path-con {
  position: absolute;
  top: 10%;
  left: 2.5%;
}

.contact-path-con a {
  font-family: Inter;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  color: #F2F0EA;
}

.contact-top-left .contact-image-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.contact-top-left .social-link-contact {
  width: 100%;
  object-fit: cover;
}

.contact-text {
  position: absolute;
  top: 20%;
  left: 2.5%;
  font-family: Oswald;
  font-size: 48px;
  font-weight: 700;
  line-height: 71px;
  color: #F2F0EA;
}

.contact-social-links {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  left: 2%;
  bottom: 2.5%;
  width: 95%;
}

.contact-top-right {
  width: 35.7%;
  margin: auto auto;
}

.contact-top-right label {
  padding: 10px 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.contact-top-right input[type="email"] {
  padding: 27px 67px 27px 30px;
  border-radius: 10px;
  border: 2px solid #383634;
  gap: 10px;
}

textarea {
  padding: 27px 67px 27px 30px;
  border-radius: 10px;
  border: 2px solid #383634;
  gap: 10px;
} 

.contact-top-right button {
  width: 100%;
  background-color: #383634;
  padding: 27px 67px 27px 67px;
  border-radius: 10px;
  border: 1px;
  gap: 10px;
  margin-top: 20px;
  color: #F2F0EA;
}

.location-text {
  font-family: Oswald;
  font-size: 54px;
  font-weight: 500;
  line-height: 59px;
}

.contact-bottom-left address {
  width: 68%;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.contact-bottom-left a {
  display: block;
  width: 70%;
  padding: 27px 0;
  border-radius: 16px;
  border: 1px solid #383634;
  text-decoration: none;
  color: #383634;
  text-align: center;
}

.contact-bottom-left a:hover {
  color: #F2F0EA;
  background-color: #383634;
}

.contact-bottom-right img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .contact-top-left,
  .contact-top-right {
    width: 100%;
  }

  .contact-top-right {
    width: 95%;
    margin: 20px auto;
  }

  .contact-section-bottom {
    width: 95%;
    margin: 20px auto;
  }

  .contact-bottom-left {
    padding: 40px 0;
    width: 100%;
  }

  .contact-bottom-left a {
    width: 100%;
  }

}
