@font-face {
  font-family: "BwGradualDEMO";
  src: url("../../fonts/BwGradualDEMO-Regular.otf") format("trueType");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BwGradualDEMOBold";
  src: url("../../fonts/BwGradualDEMO-Bold.otf") format("trueType");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BwGradualDEMOMedium";
  src: url("../../fonts/BwGradualDEMO-Medium.otf") format("trueType");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --primary-color: rgba(173, 224, 241, 1);
  --secondary-color: rgba(22, 68, 91, 1);
  --white: #fff;
  --BwGradualSemiBold: "BwGradualDEMOBold";
  --BwGradualDEMOMedium: "BwGradualDEMOMedium";
  --BwGradualDEMORegular: "BwGradualDEMO";
}

button {
  border: 0;
}

html.lenis,
html.lenis body {
  height: auto;
}

body {
  font-family: var(--BwGradualDEMORegular);
  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 .home-image {
  position: relative;
  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(-180px);
  width: 100%;
  z-index: 2;
}
.home-banner .home-image .home-image-content .heading-content h2 {
  font-family: var(--BwGradualDEMOMedium);
  font-size: 32px;
  color: rgba(30, 30, 30, 0.8);
  margin-bottom: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .home-banner .home-image .home-image-content .heading-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.home-banner .home-image .home-image-content .heading-content h2 span {
  font-family: var(--BwGradualDEMOMedium);
  font-size: 32px;
  color: rgba(30, 30, 30, 0.8);
}
@media screen and (max-width: 767px) {
  .home-banner .home-image .home-image-content .heading-content h2 span {
    font-size: 20px;
  }
}
.home-banner .home-image .home-image-content .heading-content p {
  font-family: var(--BwGradualDEMORegular);
  font-size: 14px;
  color: rgba(27, 30, 26, 0.8);
  line-height: 1;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .home-banner .home-image .home-image-content .heading-content p {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.home-banner .home-image .home-image-content .heading-content span {
  font-family: var(--BwGradualDEMORegular);
  font-size: 14px;
  color: rgba(27, 30, 26, 0.8);
}
@media screen and (max-width: 767px) {
  .home-banner .home-image .home-image-content .heading-content span {
    font-size: 12px;
  }
}
.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-family: var(--BwGradualDEMORegular);
  font-size: 14px;
  color: rgba(27, 30, 26, 0.8);
  text-align: center;
}
.home-banner .home-image .enquirie-text p span {
  font-family: var(--BwGradualSemiBold);
}
.home-banner .home-image .enquirie-text p a {
  font-family: var(--BwGradualDEMORegular);
  font-size: 14px;
  color: rgba(27, 30, 26, 0.8);
  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: space-between;
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  header .logo-menu-main {
    padding: 40px 0;
  }
  header .logo-menu-main .logo-main img {
    width: 50%;
  }
}

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