* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

button {
  border: 0;
}

body {
  font-family: "Urbanist", sans-serif;
  max-width: 1920px;
  margin: 0 auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: unset;
}

.home-banner {
  position: relative;
}
.home-banner .primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .home-banner .primary-btn {
    font-size: 18px;
  }
}
.home-banner .primary-btn span {
  position: relative;
  display: block;
  transition: left 0.8s ease;
  font-weight: 400;
  left: 0;
}
.home-banner .primary-btn span:nth-child(1) {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  border-radius: 42px;
  background-color: #000;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .home-banner .primary-btn span:nth-child(1) {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    border-radius: 38px;
  }
}
.home-banner .primary-btn span:nth-child(1).gray {
  background: rgb(187, 187, 187);
}
.home-banner .primary-btn span:nth-child(2) {
  z-index: -1;
}
.home-banner .primary-btn:hover span:nth-child(1) {
  left: 95%;
}
.home-banner .primary-btn:hover span:nth-child(2) {
  left: -14%;
}
.home-banner .home-image {
  position: relative;
  z-index: 0;
}
.home-banner .home-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
}
.home-banner .home-image .launching-img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-banner .home-image .home-image-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
.home-banner .home-image .home-image-content .heading-content h2 {
  font-weight: 600;
  font-size: 48px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .home-banner .home-image .home-image-content .heading-content h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .home-banner .home-image .home-image-content {
    top: 40%;
    transform: translateY(-40%);
  }
}
.home-banner .home-image .enquirie-text {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  margin-bottom: 16px;
  z-index: 1;
}
.home-banner .home-image .enquirie-text p {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6039215686);
  text-align: center;
}
.home-banner .home-image .enquirie-text p span {
  font-weight: 600;
}
.home-banner .home-image .enquirie-text p a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .home-banner .home-image .enquirie-text p {
    font-size: 12px;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
header .logo-menu-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  header .logo-menu-main {
    padding: 40px 0;
  }
  header .logo-menu-main .logo-main img {
    width: 90px;
  }
}

/*# sourceMappingURL=style.css.map */
