
.contact-section {
  max-width: 70%;
  margin: 5rem auto 3rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2rem;
}

.contact-container {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 3rem;
}

.contact-image {
  width: 80%;
  display: flex;
  justify-content: space-evenly;
}

.case-contact1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 5px;
  color: var(--text-color);
}

.case-contact1 h4 {
  font-size: 1.25rem;
}

.case-contact1 p {
  font-size: 1.125rem;
}

.case-contact1:first-child p {
  letter-spacing: 1px;
}

.contact-text {
  text-align: center;
  color: var(--text-color);
  padding: 1rem;
}

.contact-text h2 {
  font-size: 1.75rem;
  color: var(--title-color);
  margin-bottom: 1rem;
}

.contact-text p {
  font-size: 1.125rem;
}

.contact-form {
  width: 100%;
  display: flex;
  column-gap: 1rem;
  padding: 0 2rem;
}

.left-side, .right-side {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
}

.left-side input {
  width: 100%;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  border: 2px solid #dddddd;
  border-radius: 8px;
}

.iti__flag-container {
  padding-left: 8px !important;
}

.right-tr {
  direction: ltr !important;
  text-align: left;
}
.right-tr::placeholder {
  text-align: right;
}

.newsletter-btn {
  width: 100%;
  padding: 0.6rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--white-text);
  background-color: var(--additional-Color);
  border: 2px solid var(--additional-Color);
  border-radius: 8px;
}

.newsletter-btn:hover {
  background-color: var(--white-text);
  color: var(--text-color)
}

.right-side textarea {
  width: 100%;
  height: 100%;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  line-height: 1.7;
  border: 2px solid #dddddd;
  border-radius: 8px;
  resize: none;
}

#map{
  position: relative;
  width: 100%;
  height: 450px;
}

.maps-contact {
  width: 80%;
  margin: 100px auto;
}

#map {
  border-radius: 10px;
  z-index: 1;
}










/* ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- */


/* 
   ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
   ┃ Description: Responsive design          ┃
   ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛  
*/




@media (min-width: 1921px){
  .contact-section {
    max-width: 70%;
  }
  
  .contact-section nav {
    margin-left: 5rem;
  }

}
/*======================================================================================================*/



@media (max-width: 1366px){
  .contact-section {
    max-width: 70%;
    margin: 4rem auto 3rem;
  }

  .contact-container {
    row-gap: 1.5rem;
  }

  .case-contact1 img {
    width: 50px;
    height: 50px;
  }

  .case-contact1 h4 {
    font-size: 1.125rem;
  }

  .case-contact1 p {
    font-size: 1rem;
  }

  .contact-text h2 {
    font-size: 1.5rem;
  }

  .contact-text p {
    font-size: 1rem;
  }

}
/*======================================================================================================*/



@media (max-width: 1280px){
  .contact-section {
    max-width: 80%;
  }
}
/*======================================================================================================*/



@media (max-width: 1024px){
  .contact-section {
    max-width: 90%;
  }
  .contact-container {
    width: 100%;
  }
}
/*======================================================================================================*/



@media (max-width: 650px){
  .contact-form {
    flex-direction: column;
    column-gap: 0;
    row-gap: 1rem;
  }

  .left-side, .right-side {
    width: 100%;
  }
}
/*======================================================================================================*/



@media (max-width: 500px){
  .contact-section {
    max-width: 100%;
  }

  .case-contact1 h4 {
    font-size: 1rem;
  }

  .case-contact1 img {
    width: 40px;
    height: 40px;
  }
}
/*======================================================================================================*/



@media (max-width: 380px){
  .contact-section {
    padding: 1rem;
  }

  .contact-form {
    padding: 0 1rem;
  }

  .contact-section {
    padding: 1.5rem 1rem;
  }

  .maps-contact {
      margin: 50px auto;
  }
}
/*======================================================================================================*/




@media (max-width: 350px){
  .contact-section {
    row-gap: 1rem;
  }

  .contact-image {
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
  }

  .contact-text h2 {
    font-size: 1.25rem;
  }

  .contact-form {
    padding: 0;
  }

  #map {
    height: 350px;
  }
}
/*======================================================================================================*/




