.contact-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
  box-sizing: border-box;
}
.contact-section-container {
  width: 87%;
  flex-direction: column;
  gap: 60px;
  display: flex;
  align-items: center;
  justify-content: start;
  border-bottom: 1px solid #fff;
}
.contact-section-input .contact-form {
  display: flex;
  flex-direction: column;
  width: 521px;
  gap: 28px;
}
.contact-section-main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.contact-section-title h3 {
  font: 600 32px/100% "Inter", sans-serif;
  letter-spacing: 0%;
  color: #fff;
}
.contact-form input {
  width: 100%;
  padding: 21px 0 21px 32px;
  background: transparent;
  border: 1.5px solid #fff;
  border-radius: 32px;
  color: #ffffff;
  font: 400 16px "Inter", sans-serif;
  outline: none;
  transition: 0.3s ease;
}
.contact-form input::placeholder {
  color: #fff;
  font: 400 20px "Inter", sans-serif;
}
.contact-form input:focus {
  border-color: #fff;
}
.send-btn {
  margin-top: 10px;
  padding: 15px 40px;
  width: 150px;
  text-align: center;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(90deg, #c72a2a, #000);
  transition: 0.3s ease;
  font: 600 20px/100% "Quicksand", sans-serif;
  letter-spacing: 0%;
}
.contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.send-btn:hover {
  opacity: 0.85;
}
.contact-section-img img {
  width: 710px;
  height: 834px;
  object-fit: cover;
  object-position: center 32%;
}
.info-item span {
  font: 400 20px/100% "Inter", sans-serif;
  letter-spacing: 0%;
  color: #fff;
}
.info-item {
  display: flex;
  align-items: center;
}
.info-item i {
  color: #fff;
  font-size: 30px;
  margin-right: 20px;
}
.contact-form {
  margin-bottom: 150px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.img-mobile {
  display: none;
}

@media (max-width: 1200px) {
  .img-desktop {
    width: 560px;
    height: 750px;
    object-position: center 30%;
  }
}
@media (max-width: 992px) {
  .contact-section-main {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .img-desktop {
    display: none;
  }
  .img-mobile {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center 35%;
    filter: brightness(0.45);
  }

  .contact-section-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .contact-section-input {
    display: none !important;
  }
  .info-item {
    justify-content: center;
  }

  .info-item i {
    font-size: 22px;
  }

  .info-item span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .img-desktop {
    display: none; /* desktop şəkli gizlənir */
  }

  .img-mobile {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center 35%;
    filter: brightness(0.45);
  }

  .contact-section-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: relative;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .contact-section-input {
    display: none !important;
  }

  .contact-form {
    width: 100%;
    max-width: 360px;
    gap: 16px;
  }

  .contact-form input {
    padding: 15px 20px;
    border-radius: 28px;
    font-size: 16px;
  }

  .contact-btn {
    display: flex;
    justify-content: center;
  }

  .send-btn {
    border-radius: 25px;
    font-size: 16px;
    padding: 12px 40px;
  }

  .contact-section-title {
    position: absolute;
    top: 70px;
    width: 100%;
    text-align: center;
    z-index: 5;
  }
  .info-item {
    justify-content: center;
  }

  .info-item i {
    font-size: 22px;
  }

  .info-item span {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .contact-section-title h3 {
    font-size: 22px;
  }

  .contact-form {
    max-width: 320px;
  }
  .contact-section-input {
    display: none !important;
  }
  .info-item {
    justify-content: center;
  }

  .info-item i {
    font-size: 22px;
  }

  .info-item span {
    font-size: 16px;
  }
}
