.contact-container1 {
  display: flex;
  flex-direction: column;
  width: 80px;
  padding: 105px 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-container1 h2 {
  text-align: center;
  margin-bottom: 20px;
}

.social-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;

  flex-direction: column;
}
.social-buttons a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: bold;
}
.social-buttons button {
  width: 50px;
  height: 50px;
  margin: 0 15px;
  padding: 10px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  margin-bottom: 20px;
}
.social-buttons button.facebook {
  background-color: #3b5998;
  color: #fff;
}

.social-buttons button.instagram {
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045);
  color: #fff;
}
.social-buttons button i {
  transition: font-size 0.2s ease;
}
.social-buttons button i:hover {
  font-size: 20px;
}
.social-buttons button.whatsapp {
  background-color: #25d366;
  color: #fff;
}
.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f9f9f9;
  padding: 20px;
  height: 500px;
  border-radius: 10px;
}
.info-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.info-item i {
  margin-right: 10px;
}
.info-item span {
  font-size: 22px;
}
.contact-container2 {
  display: flex;
  flex-direction: column;
  width: 600px;
  height: 35.3vh;
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  margin-left: 20px;
  margin-right: 50px;
  /* border: 1px solid red; */
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  #contacte {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    height: 550px;
  }

  .social-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-direction: row;
  }
  .contact-container1 {
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 90px;
    padding: 0px 50px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-right: 0;
    margin: 15px 0 0 0;
  }
  .contact-container2 {
    display: flex;
    flex-direction: column;
    width: 310px;
    height: 25vh;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px 0 0 0;
  }
  #contacte .contact-title {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .info-item span {
    font-size: 20px;
  }
  .contact-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: 20px;
    height: 200px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 900px) and (orientation: landscape) {
  #contacte .contact-title {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .contact-container1 {
    padding: 10px 20px 15px 20px;
    margin-left: 230px;
    margin-top: 100px;
  }
  .social-buttons {
    flex-direction: column;
  }
  .social-buttons button {
    margin-bottom: 10px;
  }
  .contact-container2 {
    width: 310px;
    height: 45vh;
    padding: 20px;
    margin: 100px 0 0 0;
    margin-left: 20px;
    margin-right: 30px;
  }
  .info-item span {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 632px) and (max-width: 1280px) and (orientation: portrait) {
  #contacte {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 550px;
  }
  .contact-container1 {
    padding: 10px 20px 15px 20px;
    margin-right: -200px;
    margin-left: 0;
    margin-top: 0;
  }
  .social-buttons {
    flex-direction: column;
  }
  .social-buttons button {
    margin-bottom: 10px;
  }
  .contact-container2 {
    width: 310px;
    height: 20vh;
    padding: 20px;
    margin: 0;
    margin-left: 0;
    margin-right: -150px;
  }
  #contacte .contact-title {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .info-item span {
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) and (orientation: landscape) {
  #contacte {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    justify-content: right;
    height: 550px;
  }
  .contact-container1 {
    padding: 20px 30px 25px 30px;
    margin-right: 20px;
    margin-left: 0;
    margin-top: 50px;
  }
  .social-buttons {
    flex-direction: column;
  }
  .social-buttons button {
    margin-bottom: 20px;
  }
  .contact-container2 {
    width: 310px;
    height: 43vh;
    padding: 30px;
    margin: 0;
    margin-left: 0;
    margin-right: 40px;
    margin-top: 50px;
  }
  #contacte .contact-title {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .info-item span {
    font-size: 22px !important;
  }
}
