body {
  width: 100%;
  height: 100vh;
  /* background-image: url('../../assets/images/contact/contact.webp'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.contact-details {
  padding-top: 110px;
  /* font-family: 'Kalam', cursive; */
  font-weight: 700;
  text-align: center;
}

.contact-details h1 {
  font-size: 36px;
}

.contact-details h2 {
  padding-bottom: 30px;
}

.contact-details-main {
  width: 65%;
  height: 60vh;
  margin: 0 auto;
  padding-top: 40px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  background-color: rgb(142, 181, 219);
  /* font-family: 'Staatliches', sans-serif; */
  font-size: 20px;
}

.contact-details-head {
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 30px;
}

.contact-details-map {
  /* background-image: url('../../assets/images/contact/map.webp'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 48%;
  height: 30vh;
  border-radius: 20px;
}

.contact-details-first {
  width: 30%;
  border-radius: 40px;
  text-align: justify;
}

.contact-details-first h4 {
  /* font-family: 'Concert One', sans-serif; */
  font-weight: 100;
  font-size: 16px;
}

.contact-details-first i {
  font-size: 26px;
}

.contact-details-sub {
  padding: 10px 40px;
  display: flex;
  align-items: start;
  gap: 10px;
}

.contact-details-tail {
  width: 60%;
  height: 40vh;
}
.contact-details-social {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-details-social i {
  font-size: 24px;
  padding-left: 10px;
  color: black;
}

@media (max-width: 767px) {
  .contact-details {
    padding-top: 80px;
    font-weight: 600;
  }

  .contact-details-main {
    width: 90%;
    height: 70vh;
    margin: 0 auto;
    padding-top: 0px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0);
    font-size: 16px;
    gap: 35px;
  }

  .contact-details-head {
    width: 100%;
    height: 59vh;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-around;
  }
  .contact-details-map {
    width: 100%;
  }
  .contact-details-first {
    width: 100%;
    border-radius: 40px;
    padding-top: 20px;
    padding-left: 50px;
  }
}

@media (min-width: 767px) and (max-width:1024px){
  .contact-details-first {
    padding-left: 70px;
  }
  .contact-details-main {
    width: 90%;
    height: 70vh;
    margin: 0 auto;
    padding-top: 0px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0);
    font-size: 16px;
    gap: 20px;
  }
}
