@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@font-face {
  font-family: "friz-quadrata-regular";
  src: url(../assets/fonts/Friz-Quadrata-Regular.ttf);
}

@font-face {
  font-family: "friz-quadrata-medium";
  src: url(../assets/fonts/Friz-Quadrata-Std-Medium.otf);
}

@font-face {
  font-family: "friz-quadrata-bold";
  src: url(../assets/fonts/Friz-Quadrata-Bold.otf);
}

html {
  scroll-behavior: auto !important;
}

html::-webkit-scrollbar {
  width: 10px;
}

html::-webkit-scrollbar-track {
  background: #535353;
}

html::-webkit-scrollbar-thumb {
  background: black;
}

html::-webkit-scrollbar-thumb:hover {
  background: black;
}

html {
  scrollbar-color: black #535353;
  scrollbar-width: thin;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.section-desc {
  font-family: "friz-quadrata-regular";
}

* {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.site-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../assets/images/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.navbar .offcanvas {
  width: 100%;
}

.navbar .navbar-banner-container {
  position: absolute;
  left: 21px;
  top: 21px;
}

@media screen and (max-width: 768px) {
  .navbar .navbar-banner-container {
    left: 11px;
    top: 11px;
  }
}

.navbar .nav-btn {
  position: absolute;
  left: 50%;
  bottom: 30%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 992px) {
  .navbar .nav-btn {
    bottom: 25%;
  }
}

@media screen and (max-width: 450px) {
  .navbar .nav-btn {
    bottom: 25%;
  }
}

.navbar .nav-btn img {
  width: 27px;
}

@media screen and (max-width: 768px) {
  .navbar .nav-btn img {
    width: 13.95px;
  }
}

.navbar-banner {
  width: 247px;
}

@media screen and (max-width: 992px) {
  .navbar-banner {
    width: 190px;
  }
}

@media screen and (max-width: 768px) {
  .navbar-banner {
    width: 158px;
  }
}

@media screen and (max-width: 450px) {
  .navbar-banner {
    width: 127px;
  }
}

.navbar-play {
  position: absolute;
  right: 21px;
  top: 21px;
  width: 248px;
}

@media screen and (max-width: 992px) {
  .navbar-play {
    width: 190px;
  }
}

@media screen and (max-width: 768px) {
  .navbar-play {
    width: 178px;
    right: 11px;
    top: 11px;
  }
}

@media screen and (max-width: 450px) {
  .navbar-play {
    width: 132px;
  }
}

.navbar-header {
  position: relative;
  z-index: 1;
}

.navbar-body {
  background-image: url(../assets/images/Menu.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 0;
}

.navbar-menu, .navbar-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -50px;
}

@media screen and (max-width: 768px) {
  .navbar-menu, .navbar-footer {
    top: -40px;
  }
}

.navbar .nav-link {
  font-size: 30px;
  font-family: "friz-quadrata-bold";
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 46px;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .navbar .nav-link {
    font-size: 35px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 992px) {
  .navbar .nav-link {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 450px) {
  .navbar .nav-link {
    font-size: 24px;
    margin-bottom: 25px;
  }
}

.navbar .active {
  position: relative;
  color: #ffffff;
  opacity: 1;
  text-shadow: 0px 0px 7px rgba(21, 252, 255, 0.72);
}

.navbar .active::before {
  content: "";
  background-image: url("../assets/images/cube-deco-nav.svg");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
}

.navbar .active::after {
  content: "";
  background-image: url("../assets/images/cube-deco-nav.svg");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
  width: 25px;
  height: 25px;
}

.navbar-footer {
  padding: 40px;
  padding-bottom: 0;
  font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 992px) {
  .navbar-footer {
    position: absolute;
    top: 95%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .navbar-footer {
    padding: 21px;
    padding-bottom: 0;
  }
}

.navbar-footer .white-paper {
  width: 460px;
  max-width: 100%;
}

.navbar-footer .white-paper-title {
  position: relative;
}

.navbar-footer .white-paper-title::before {
  content: "";
  background-image: url("../assets/images/white-paper.svg");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  width: 25px;
  height: 25px;
}

.navbar-footer form {
  width: 450px;
  max-width: 100%;
  position: relative;
}

.navbar-footer form .form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #c4c4c4;
  color: #4d4d4d;
  height: 51px;
  opacity: 0.7;
}

.navbar-footer form .btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border: none;
}

.navbar-footer .section-desc-sm {
  position: relative;
}

.navbar-footer .section-desc-sm::before {
  content: "";
  background-image: url("../assets/images/white-paper.svg");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  top: 45%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  width: 15px;
  height: 15px;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}

.scroll-down {
  position: fixed;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .scroll-down {
    top: 80%;
  }
}

.scroll-down p {
  color: #28dfff;
  font-family: "friz-quadrata-regular";
}

.scroll-down .scroll-anim {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.scroll-down .scroll-anim .filled {
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: linear-gradient(120deg, #005ec9 0%, #29dfff 52.08%, #15fcff 100%);
  -webkit-animation: scrollAnim 1.5s infinite;
          animation: scrollAnim 1.5s infinite;
}

.scroll-down .scroll-anim .outline {
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 2.5px solid rgba(40, 223, 255, 0.8);
}

@-webkit-keyframes scrollAnim {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
    opacity: 0;
  }
}

@keyframes scrollAnim {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
    opacity: 0;
  }
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.section-desc {
  font-family: "friz-quadrata-regular";
}

.image-slides {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.image-slides .image-slide {
  width: 700px;
  max-width: 80vw;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.image-slides .image-slide img {
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
}

.image-slides .image-slide img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  cursor: pointer;
}

.image-slides-footer h1 {
  font-family: "friz-quadrata-bold";
  font-size: 24px;
}

@media screen and (max-width: 450px) {
  .image-slides-footer h1 {
    font-size: 16px;
  }
}

.slider-text-container {
  position: relative;
  color: white;
  left: -20px;
  top: -100px;
}

@media screen and (max-width: 767px) {
  .slider-text-container {
    top: -65px;
    left: 5%;
  }
}

@media screen and (max-width: 450px) {
  .slider-text-container {
    top: -40px;
    left: 5%;
  }
}

@media screen and (max-width: 375px) {
  .slider-text-container {
    top: -20px;
    left: 5%;
  }
}

.slider-text-container .circle {
  width: 15px;
  height: 15px;
  border: 1px solid white;
  border-radius: 50%;
  position: absolute;
  left: -13px;
  bottom: -14px;
}

.slider-text-container p {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 450px) {
  .slider-text-container p {
    font-size: 12px;
  }
}

.slider-text-container p::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: white;
}

.slider-text-container p::after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 0px;
  width: 300px;
  height: 1px;
  background-color: white;
  -webkit-transform: rotate(-145deg);
          transform: rotate(-145deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

@media screen and (max-width: 767px) {
  .slider-text-container p::after {
    width: 150px;
  }
}

@media screen and (max-width: 450px) {
  .slider-text-container p::after {
    width: 100px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

@media screen and (max-width: 375px) {
  .slider-text-container p::after {
    width: 50px;
  }
}

.progress-bar {
  position: fixed;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15.53px;
  background-color: transparent !important;
}

@media screen and (max-width: 992px) {
  .progress-bar {
    right: 20px;
  }
}

@media screen and (max-width: 450px) {
  .progress-bar {
    right: 12px;
  }
}

.filter {
  position: fixed;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.filter-link {
  margin: 0 12px;
  color: white;
  font-weight: 500;
  text-decoration: none;
  background: none;
  border: none;
  white-space: nowrap;
}

.filter .active {
  position: relative;
}

.filter .active::before {
  content: "";
  width: 9px;
  height: 9px;
  background: white;
  position: absolute;
  top: -25px;
  left: calc(50% - 7px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.6));
          filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.6));
  outline: 1px solid #ffffff;
  outline-offset: 3px;
}

.mobile-filter-link {
  width: 170px;
  position: fixed;
  right: 21px;
  bottom: 30px;
  background-color: rgba(255, 255, 255, 0) !important;
  border: none;
}

.mobile-filter-link .btn {
  background-color: transparent !important;
  color: #fff !important;
}

.mobile-filter-link-link {
  margin: 0 12px;
  color: white;
  font-weight: 500;
  text-decoration: none;
  background: none;
  border: none;
  white-space: nowrap;
}

.mobile-filter-link .active {
  position: relative;
}

.mobile-filter-link .active::before {
  content: "";
  width: 6px;
  height: 6px;
  background: white;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.6));
          filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.6));
  outline: 1px solid #ffffff;
  outline-offset: 2px;
}

.mobile-filter-link .dropdown-menu {
  background: transparent;
}

.mobile-filter-link .dropdown-item {
  padding: 8px 0 0 12px;
  margin: 0;
}

.mobile-filter-link .dropdown-item.active,
.mobile-filter-link .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.mobile-filter-link .dropdown-item.hover,
.mobile-filter-link .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
/*# sourceMappingURL=index.css.map */