.navigation-wrapper {
  display: contents;
}
 
.navigation-container {
  display: contents;
}

.footer-wrapper {
  display: contents;
}
 
.footer-container {
  display: contents;
}

.home-container1 {
  width: 100%;
  min-height: 100vh;
}
 
.home-image1 {
  top: 0px;
  right: 0px;
  width: 200px;
  z-index: 100;
  position: absolute;
  object-fit: fill;
}
 
.home-thq-hero-bg-video-elm {
  height: 992px;
  display: grid;
}
 
.home-thq-hero-content-wrapper-elm {
  height: 632px;
}
 
.home-thq-bincs-logo-elm {
  gap: var(--spacing-lg);
  display: flex;
  animation: fadeInDown 0.6s ease-out;
  align-items: center;
  margin-bottom: var(--spacing-xl);
}
 
.home-thq-bincs-logo-text-elm {
  gap: var(--spacing-xs);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  flex-direction: column;
}
 
.home-thq-hero-subtitle-elm1 {
  left: 0px;
  bottom: -25px;
  height: 241px;
  margin: auto;
  position: absolute;
}
 
.home-thq-hero-subtitle-elm2 {
  top: 203px;
  left: 0px;
  height: 104px;
  position: absolute;
  font-size: 32px;
  text-align: center;
}
 
.home-thq-contact-info-block-elm {
  width: 524px;
  height: 654px;
  position: relative;
}
 
.home-thq-section-title-elm2 {
  text-align: center;
}
 
.home-thq-section-content-elm6 {
  font-size: 24px;
  text-align: center;
}
 
.home-image2 {
  right: 0px;
  width: 538px;
  bottom: 23px;
  height: 413px;
  position: absolute;
  object-fit: cover;
}
 
.home-thq-contact-details-list-elm {
  top: 342px;
  left: 0px;
  width: 552px;
  height: 114px;
  margin: auto;
  position: absolute;
  align-self: center;
  margin-right: auto;
}
 
.home-thq-contact-detail-item-elm {
  align-self: center;
}
 
.home-thq-contact-detail-label-elm {
  font-size: 32px;
}
 
.home-thq-contact-detail-value-elm {
  font-size: 32px;
}
 
.home-container3 {
  display: none;
}
 
.home-container4 {
  display: contents;
}
 
.home-container5 {
  display: none;
}
 
.home-container6 {
  display: contents;
}
 
.home-container7 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon28 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(max-width: 767px) {
  .home-thq-bincs-logo-elm {
    gap: var(--spacing-md);
    text-align: center;
    flex-direction: column;
  }
}
