/* custom starts here */

/* home */

/* home form section */

.hero-section {
  background-color: #ffffff;
  background-image: url(../images/landing-banner.png);
  background-repeat: no-repeat;
  background-position: center top;
  height: 100vh;
  object-fit: contain;
  min-height: 600px;
  max-height: 900px;
  /* display: flex;
  align-items: center;
  justify-content: end; */
  margin-left: auto;
  margin-right: auto;
  max-width: 1700px;
}

.hero-form {
  padding: 10px;
  /* margin-right: 100px; */
  height: fit-content;
  min-width: 450px;
  width: fit-content;

  /* bg blur*/
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(226, 227, 230, 0.75);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.125);

  /* sticky */
  position: fixed;
  left: 75%;
  bottom: -100%;
  transform: translateX(-50%);
  transition: bottom 0.5s ease-in-out;
  z-index: 1000;
}

.hero-form.show {
  bottom: 10%;
}

.hero-form-fields {
  display: flex;
  flex-direction: column;
}

.hero-form-fields label {
  font-size: 12px;
  margin: 0;
}

.hero-form-fields span {
  color: #b00b0c;
}

.hero-form-fields input {
  width: 100% !important;
  height: 30px;
  border-radius: 4px;
}

.hero-form-fields textarea {
  width: 100% !important;
  resize: none;
  border-radius: 4px;
}

.hero-form-fields button {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

/* home logo scale */

.hero-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content;
}

.hero-logo img {
  width: 125px;
  height: 125px;
  object-fit: contain;
  margin: 0;
}

.hero-logo span {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

/* Floating button */
/* .floating-button {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: white !important;
  color: white !important;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  z-index: 1000;
}

.floating-button:hover {
  background-color: white !important;
} */

/* contact-us */
.contact-us-section {
  display: flex;
}

.contact-left-section {
  padding: 50px;
  background-color: #fff;
  width: 40%;
}

.contact-left-section h1 {
  text-transform: uppercase;
  color: #b00b0c;
}

.contact-left-section h2 {
  font-weight: 700;
  color: #484a46;
  margin-bottom: 1.375rem;
}

.contact-left-section h3 {
  margin-top: 30px;
  font-weight: 600;
  color: #484a46;
}

.contact-left-section p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #484a46;
}

.contact-left-section ul {
  color: #484a46;
  display: flex;
  gap: 20px;
}

.contact-left-section li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.contact-left-section a {
  color: #484a46;
}

.contact-left-section i {
  font-size: 19px;
  color: #b00b0c;
}

.contact-us-social-media-icons ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-us-social-media-icons i {
  font-size: 35px;
  color: #b00b0c;
}

.contact-us-social-media-icons a {
  text-decoration: none;
}

.contact-right-section {
  width: 60%;
}

.video-height {
  height: 465px;
  width: 100%;
  object-fit: cover;
}

.not-actual-image {
  display: flex;
  justify-content: end;
  font-style: italic;
  font-weight: 500;
  font-size: 10px;
  margin-right: 15px;
}

.blueprint-image {
  height: 800px !important;
  object-fit: contain;
}

.responsive-bottom {
  margin-bottom: 200px;
}

.responsive-left-padding {
  padding: 0 0 0 10%;
}

.contact-us-button {
  display: flex !important;
  width: max-content;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 3% !important;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}

.call-icon {
  font-size: 18px;
}

.contact-us-button:hover i.call-icon {
  color: white;
  transform: all;
  transition-duration: 300ms;
}

.layout-root {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}

.layout-horizontal-grid {
  display: flex;
  gap: 10px;
}

.layout-grid-horizontal-item-title {
  padding: 0% !important;
  margin: 0% !important;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #b00b0c;
}

.layout-grid-horizontal-item-desc {
  padding: 0% !important;
  margin: 0% !important;
  font-size: 16px;
  font-weight: 400;
}

.layout-vertical-grid {
  padding-top: 0px;
  display: grid;
}

.layout-vertical-grid-item-title {
  padding: 0% !important;
  margin: 0% !important;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #b00b0c;
}

.layout-vertical-grid-item-desc {
  padding: 0% !important;
  margin: 0% !important;
  margin-top: 10px !important;
  font-size: 14px;
  font-weight: 400;
  padding-left: 22px !important;
  line-height: 20px;
}

@media screen and (max-width: 1240px) {
  /* .hero-logo img {
    width: 150px;
    height: 150px;
    object-fit: contain;
  } */
  .hero-form.show {
    bottom: 5%;
  }
  .video-height {
    height: 396px;
    width: 100%;
  }
  .contact-left-section {
    padding: 10px;
    width: 50%;
  }
  .contact-us-list {
    flex-direction: column;
  }
  .contact-right-section {
    padding: 10px;
    width: 50%;
  }
}

@media screen and (max-width: 960px) {
  .video-height {
    height: 298px;
    width: 100%;
  }

  .hero-section {
    justify-content: center;
  }

  .hero-form.show {
    bottom: 10%;
  }

  .hero-form {
    margin: 10px;
    margin-top: 200px;
    min-width: 500px;
    left: 50%;
  }

  .contact-us-section {
    flex-direction: column;
  }
  .contact-left-section {
    padding: 10px;
    width: 100%;
  }
  .contact-right-section {
    width: 100%;
  }

  .contact-right-section iframe {
    width: 100%;
    min-height: 500px;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .hero-form {
    width: 300px;
  }
  .hero-form.show {
    bottom: 10%;
  }
  .video-height {
    height: 100%;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .not-actual-image {
    margin-top: -20px;
    justify-content: center;
  }
  .blueprint-image {
    height: fit-content !important;
  }
  .area-statement {
    display: flex;
    flex-direction: column-reverse;
  }
  .responsive-bottom {
    margin-bottom: 50px;
  }
  .responsive-left-padding {
    padding: 0;
  }
  .contact-left-section {
    width: fit-content;
  }
}

@media screen and (max-width: 640px) {
  .hero-form {
    margin: 0px;
    height: fit-content;
    min-height: fit-content;
    min-width: fit-content;
  }
}
