* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.Cormorant-Garamond-font {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 3px;
}

.Josefin-Sans-font {
  font-family: "Josefin Sans", sans-serif;
}
.common-title {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 3px;
  font-size: 60px;
}



.custom-wrapper {
  background: url(../assets/images/contact-header.png) no-repeat center center /
    cover;
  height: 60vh;
  display: flex;
  flex-direction: column;
  color: white;
  padding: 20px 0;
}

.custom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 25px;
}

.custom-logo {
  width: 200px;
cursor: pointer;
margin-bottom: 30px;
}

.custom-nav {
  display: flex;
  gap: 60px;
  align-items: center;
}

.contact-us {
  font-weight: 500;
  cursor: pointer;
}

.home {
  font-weight: 200;
  opacity: 0.7;
  cursor: pointer;
}

.custom-nav-link {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.contact-us-button {
  padding: 10px 10px;
  border: 1px solid #fff;
}

.mobile-menu-icon {
  display: none;
}

.custom-hero-content {
  padding: 20px;
  margin-left: 80px;
margin-top: 80px;
}

.custom-title {
  font-size: 48px;
  margin: 0;
}

.custom-breadcrumb {
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .custom-header {
    justify-content: space-between;
  }

  .custom-hero-content {
    padding: 20px;
    margin-left: 20px;
    margin-top: 80px;
  }

  .common-title {
    letter-spacing: 2px;
    font-size: 40px;
  }

  .custom-nav {
    display: none;
    flex-direction: column;
    gap: 42px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 100px;
    right: 20px;
    padding: 20px;
  }

.custom-wrapper {
  background: url(../assets/images/contact-header.png) no-repeat center center /
    cover;
  height: 45vh;
  display: flex;
  flex-direction: column;
  color: white;
  padding: 20px 0;
}

  .mobile-menu-icon {
    display: block;
    cursor: pointer;
  }

  .custom-title {
    font-size: 32px;
  }
}

.menu-icon {
  width: 30px;
  height: 2px;
  background: white;
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  width: 30px;
  height: 2px;
  background: white;
  position: absolute;
  left: 0;
}

.menu-icon::before {
  top: -8px;
}

.menu-icon::after {
  top: 8px;
}
/* section -2 form  */
.contact-section {
  padding: 20px;
  background-color: #ffeed0;
  color: #170809;
}

.contact-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.contact-form,
.contact-info {
  width: 74%;
}

.contact-form-main {
  width: 48%;
  display: flex;
  gap: 3px;
  justify-content: center;
}
.contact-title {
  margin-bottom: 20px;
}

.contact-input,
.contact-textarea {
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #170809;
  background: #ffeed0;
  font-size: 16px;
}

.custom-input::placeholder {
  color: #170809;
  opacity: 5;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}

.contact-textarea {
  height: 100px;
}

.contact-submit {
  padding: 10px 20px;
  color: #170809;
  background-color: #ffeed0;
  border: 1px solid #170809;
  cursor: pointer;
  font-size: 16px;
}

.contact-info h2,
.contact-info h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.contact-info p {
  margin: 0 0 20px;
}

.contact-social-media {
  display: flex;
  gap: 32px;
  margin-top: 105px;
}

.social-icon {
  width: 24px;
  height: 24px;
}

.contact-map {
  width: 100%;
}

.map-image {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
  }
  .contact-form-main {
    width: 100%;
  }
  .contact-social-media {
    margin-top: 40px;
  }
  .contact-info {
    margin-top: 20px;
  }
  .contact-map {
    padding: 0;
  }
  .contact-form,
  .contact-info {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* FOOTER SECTION */
.custom-footer-bg {
  background: url("../assets/images/footer-home.png") no-repeat center center
    fixed;
  background-size: cover;
  color: white;
  padding: 40px 0;
}

.custom-footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.custom-header .custom-logo {
  width: 120px;
  margin-bottom: 35px;
}

.footer-custom-logo {
	width: 170px !important;
}

.custom-main-content .custom-description {
  max-width: 546px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.custom-social-media .custom-social-link img {
  width: 40px;
  margin: 20px 10px;
}

.custom-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 86px;
}

.custom-footer .custom-nav-footer {
  margin-bottom: 10px;
}

.custom-footer .custom-nav-link {
  margin: 0 15px;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .custom-main-content .custom-description {
    max-width: 100%;
    text-align: center;
    padding: 0 30px;
  }
  .custom-header .custom-logo {
    width: 80px;
    margin-bottom: 35px;
  }

  .custom-social-media .custom-social-link img {
    width: 30px;
    margin: 20px 5px;
  }
  .custom-nav-footer {
    display: flex;
    flex-direction: column;
  }
  .custom-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }

  .custom-footer .custom-nav-link {
    margin: 20px 10px;
  }
}
