.top-banner-container {
  position: relative;
  margin-bottom: 30px;
}

.top-banner-container.hasBox {
  margin-bottom: 135px;
}

.top-banner-img {
  position: relative;
  width: 100%;
  height: 650px;
  background-repeat: no-repeat;
  background-position: center right 38%;
  background-size: cover;
}

.banner-section__top-icon {
  margin: 25px 0 15px;
  display: flex;
  align-items: center;
}
.banner-section__top-icon img {
  max-height: 80px;
}

.top-banner-gradient {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(91deg, rgba(0, 0, 0, 0.8) 3%, rgba(255, 255, 255, 0) 55%);
  background: -webkit-linear-gradient(91deg, rgba(0, 0, 0, 0.8) 3%, rgba(255, 255, 255, 0) 55%);
  background: linear-gradient(91deg, rgba(0, 0, 0, 0.8) 3%, rgba(255, 255, 255, 0) 55%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.top-banner-content {
  position: absolute;
  z-index: 10;
  top: 150px;
  left: 0;
  width: 100%;
  /*  height: 100%; */
  color: #fff;
  padding: 0 20px;
}

.top-banner-content .banner-section {
  max-width: 780px;
  font-size: 24px;
}

.banner-section__img {
  margin-bottom: 5px;
}

.banner-section__img img {
  max-width: 100%;
}

.top-banner-content h1 {
  color: #fff;
  line-height: 1.1;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}

.top-banner-content p {
  font-size: 24px;
  line-height: 1.35;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}

.top-banner-btn {
  margin: 40px 0 0;
}

.top-banner-btn .button {
  font-size: 24px;
  font-weight: 500;
  padding: 17px 25px;
  background: #ff671d url("https://www.lalamove.com/hubfs/raw_assets/public/lalamove-website-2020/images/btn-gradient.svg") no-repeat center;
  background-size: cover;
  transition: color .15s linear, background .15s linear;
}

.top-banner-btn__wrapper {
  display: inline-block;
  max-width: 260px;
  vertical-align: top;
  margin-right: -5px;
  margin-left: 55px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.top-banner-btn__wrapper:last-child {
  margin-right: 0;
  border-right: none;
}

.top-banner-btn__wrapper:first-child {
  margin-left: 0;
}

.top-banner-btn__desc {
  margin-top: 10px;
  font-size: 18px;
}

.top-banner-btn .button:hover, .top-banner-btn .button:active, .top-banner-btn .button:focus {
  background: #3c3b3b;
  color: #ff671d;
  transition: color .15s linear, background .15s linear;
}

.top-banner-content .banner-section, .banner-form-section {
  display: inline-block;
  vertical-align: top;
}

.top-banner-content .banner-section {
  width: 65%;
  max-width: 900px;
  margin-right: -5px;
  padding-right: 55px;
}

.banner-form-section {
  width: 35%;
  padding: 0 15px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  margin-top: -35px;
}

.banner-form-section iframe {
  width: 100%;
}

@media (max-width: 1280px) {
  .top-banner-content h1 {
    font-size: 65px;
  }
  .top-banner-content .banner-section {
    width: 55%;
    padding-right: 25px;
  }
  .banner-form-section {
    width: 45%;
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .top-banner-container {
    margin-bottom: 20px;
  }
  .top-banner-container.hasBox {
    margin-bottom: 50px;
  }
  .top-banner-img {
    height: 500px;
    background-size: cover;
  }
  .top-banner-content {
    top: 90px;
  }
  .top-banner-content .banner-section {
    font-size: 21px;
  }
  .banner-section__img {
    width: 65%;
  }
  .top-banner-content h1 {
    font-size: 54px;
  }
  .top-banner-content p {
    font-size: 21px;
    line-height: 1.2;
  }
  .top-banner-btn {
    margin: 25px 0 0;
  }
  .top-banner-btn__wrapper {
    display: block;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 25px 0 20px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .top-banner-btn__wrapper:last-child {
    margin-right: 0;
    border-right: none;
    border-bottom: none;
  }
  .top-banner-btn__wrapper:first-child {
    padding-top: 0;
    margin-left: 0;
  }
  .top-banner-btn__desc {
    font-size: 16px;
    margin-top: 6px;
    max-width: 280px;
  }
  .top-banner-content .banner-section, .banner-form-section {
    display: block;
    width: 100%;
  }
  .banner-form-section {
    margin-top: 0;
  }
}

.coming-soon {
  display: none;
}

html[lang="tr-tr"] .coming-soon {
  display: none;
  margin-left: 15px;
      background: #fff;
    color: #000;
    padding: 4px 20px;
    border-radius: 22px;
}
}
