.parallax-info .mask {
  padding: 70px 0;
}

.contact .container {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.contact .container .row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}

.contact .icon-box {
  display: flex;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border: 2px solid #f35444;
  border-radius: 50%;
  background-color: #ffffff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact .info-box:hover .icon-box {
  background-color: #f35444;
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 15px 40px rgba(243, 84, 68, 0.35);
}

.contact .icon {
  margin: auto;
  font-size: 30px;
  color: #222222;
  transition: all 0.4s ease;
}

.contact .info-box:hover .icon {
  color: #ffffff;
}

.contact .text {
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  margin-top: 25px;
}

.contact {
  padding: 100px 0;
}

.contact .baslik {
  margin-bottom: 50px;
  text-align: center;
}

.contact .info-box {
  margin: 20px auto;
  padding: 30px;
  border-radius: 15px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  text-align: center;
}

.contact .info-box:hover {
  background: #f9fafd;
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.contact .icerik {
  margin: 0;
}

.contact-us {
  position: relative;
  overflow: hidden;
  background-color: #f9fafd;
  padding: 100px 0;
}

.contact-us .landing-bg-metin {
  position: absolute;
  font-family: "Archivo Black", sans-serif;
  top: 0;
  left: 0;
  font-size: 250px;
  color: #ffffff;
  line-height: 1;
}

.contact-us .contact-us-frame {
  text-align: center;
}

.contact-us .baslik {
  line-height: 55px;
}
.contact-us .icerik {
  margin-bottom: 50px;
}

.contact-us .iris-form .iris-row {
  margin-bottom: 15px;
}

.contact-us .iris-form .iris-input {
  width: 100%;
  border-radius: 30px;
  height: 50px;
  background-color: transparent;
  font-size: 15px;
  padding: 10px 20px;
  border: 1px solid #808494;
  box-shadow: none;
  transition: all 0.3s ease;
}

.contact-us .iris-form .iris-input:focus {
  border-color: #f35444;
  box-shadow: 0 0 20px rgba(243, 84, 68, 0.2);
  outline: none;
}

.contact-us .iris-form .iris-textarea {
  height: unset;
  resize: none;
  border-radius: 20px;
}

.contact-us .iris-btn {
  color: #f35444;
  background-color: transparent;
}

.contact-us .iris-btn:hover {
  color: #ffffff;
  background-color: #f35444;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 50px 0;
  }

  .contact .baslik {
    margin-bottom: 20px;
  }

  .contact .info-box {
    margin: 0;
    margin-bottom: 20px;
  }

  .contact .icon-box {
    width: 40px;
    height: 40px;
    border: 1px solid #f35444;
    border-radius: 50%;
  }
  .contact .icon {
    font-size: 18px;
  }

  .contact .text {
    font-size: 16px;
    color: #222222;
    font-weight: bold;
    margin-top: 10px;
  }

  .contact-us {
    padding: 50px 0;
  }

  .contact-us .icerik {
    margin-bottom: 20px;
  }

  .contact-us .iris-form .iris-input {
    height: 45px;
    padding: 8px 15px;
    font-size: 14px;
  }

  .contact-us .iris-form .iris-textarea {
    height: unset;
    resize: none;
  }
}
