@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@font-face {
  font-family: "IvyMode-Regular";
  src: url("../fonts/IvyMode-Regular.woff2") format("woff2"), url("../fonts/IvyMode-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IvyMode-Bold";
  src: url("../fonts/IvyMode-Bold.woff2") format("woff2"), url("../fonts/IvyMode-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IvyMode-Light";
  src: url("../fonts/IvyMode-Light.woff2") format("woff2"), url("../fonts/IvyMode-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IvyMode-SemiBold";
  src: url("../fonts/IvyMode-SemiBold.woff2") format("woff2"), url("../fonts/IvyMode-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IvyMode-Thin";
  src: url("../fonts/IvyMode-Thin.woff2") format("woff2"), url("../fonts/IvyMode-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  background: #000;
  font-family: "Manrope", sans-serif !important;
}

.d-grid-center {
  display: grid;
  place-items: center;
}

header {
  margin: 0;
  padding: 0px;
}

.sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  animation: mymove 1s ease-in-out;
}

@keyframes mymove {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}
.main-navbar ul > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 33px 10px;
  text-transform: uppercase;
}
.main-navbar ul > li ul {
  max-width: 1380px;
  margin: 0 auto;
  position: absolute;
  display: none;
  padding-left: 0;
  left: 0;
  background: #141414;
  right: 0;
  width: 100%;
  z-index: 80;
  justify-content: space-between;
}
.main-navbar ul > li ul li {
  width: 33.3%;
}
.main-navbar ul > li ul li .img-box {
  width: 90px;
  height: 90px;
}
.main-navbar ul > li ul li .img-box img {
  width: 100%;
}
.main-navbar ul > li ul li a {
  padding: 20px 10px;
}
.main-navbar ul > li ul li a h3 {
  font-size: 18px;
  font-family: "IvyMode-Regular";
}
.main-navbar ul > li ul li a:hover {
  background: #333;
}
.main-navbar ul > li:last-child {
  margin-left: auto;
}
.main-navbar ul > li:hover ul {
  display: flex;
}

.top-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 888;
  transform: translateX(-50%) translateY(-50%);
}

.video-box {
  position: relative;
}
.video-box:after {
  position: absolute;
  content: "";
  position: absolute;
  z-index: 33;
  inset: 0;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 52%, rgb(0, 0, 0) 100%);
}
.video-box video {
  -o-object-fit: cover;
     object-fit: cover;
}
.video-box .video-content-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13%;
  z-index: 44;
}
.video-box .video-content-box h1 {
  font-family: "IvyMode-Regular";
  color: #fff;
  font-size: 72px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .video-box .video-content-box h1 {
    font-size: 42px;
  }
}
.video-box .video-content-box p {
  margin-bottom: 55px;
  font-size: 18px;
  color: #ddd;
}
.video-box .vibtn a {
  font-size: 16px;
  display: inline-block;
  color: #fff;
}
.video-box .vibtn a span {
  margin-right: 5px;
  transition: all 1s ease;
  color: #fff;
}
.video-box .vibtn a i {
  color: #ddd;
}
.video-box .vibtn a:hover span {
  margin-right: 15px;
  transition: all 1s ease;
  color: #fff;
}
.video-box .vibtn a:hover i {
  color: #fff;
}

.brand-logos .blogo {
  width: 115px;
}
.brand-logos .blogo img {
  filter: brightness(50%);
}
.brand-logos .blogo:hover img {
  filter: brightness(100%);
}
.brand-logos p {
  margin-top: 35px;
  text-align: center;
  color: #ddd;
  font-size: 14px;
}

.text-block h2 {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  font-family: "IvyMode-Regular";
}
.text-block p {
  font-size: 16px;
  color: #aaa;
}
.text-block p span {
  color: #fff;
}

.bookbtn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  background: #ebc9a5;
  font-weight: 600;
  color: #333;
  padding: 10px 30px;
}
.bookbtn:hover {
  background: #fff;
}

.about-block, .brand-logos, .aw-box {
  padding: 60px 0;
}/*# sourceMappingURL=main.css.map */