@font-face {
  font-family: urbanist;
  src: url("../font/Urbanist-Regular.ttf");
}

@font-face {
  font-family: urbanist;
  src: url("../font/Urbanist-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: urbanist;
  src: url("../font/Urbanist-Bold.ttf");
  font-style: italic;
}

@font-face {
  font-family: urbanist;
  src: url("../font/Urbanist-Light.ttf");
  font-weight: lighter;
}

@font-face {
  font-family: didactgothic;
  src: url("../font/DidactGothic-Regular.ttf");
}

* {
  font-family: "didactgothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "urbanist", sans-serif;
}

.bg-vr-dark {
  background: url("../image/background-vr-black.png") no-repeat left center;
  background-size: auto 100%;
  background-color: #1e1f22;
}

.bg-vr-woman {
  background: url("../image/fire-vr-woman.png") no-repeat right center;
  background-size: auto 100%;
}

.bg-dark-custom {
  background-color: #393b40 !important;
}

.bg-grey-custom {
  background-color: #414349 !important;
}

.bg-orange-custom {
  background-color: #ee9222 !important;
}

.bg-orange-outline-custom {
  background-color: #1e1f22 !important;
  border: 1.5px #ee9222 solid !important;
  color: #ee9222 !important;
}
.bg-orange-outline-custom-white {
  background-color: #fff !important;
  border: 1.5px #ee9222 solid !important;
  color: #ee9222 !important;
}

.btn-orange-custom {
  background-color: #ee9222 !important;
}

.text-orange {
  color: #ee9222 !important;
}

.grayscale {
  filter: grayscale(100%);
}

.overlay-transparent-black {
  position: relative;
}

.overlay-transparent-black::before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.overlay-blur {
  backdrop-filter: blur(5px);
}

.overlay-transparent-black-lighter {
  position: relative;
}

.overlay-transparent-black-lighter::before {
  content: "";
  background: rgba(30, 31, 34, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bg-orange-linear {
  background: url("../image/triangle-right-bottom.png") no-repeat right bottom
      50%,
    linear-gradient(
      135deg,
      rgba(30, 31, 34, 1) 0%,
      rgba(45, 38, 33, 1) 68%,
      rgba(128, 58, 0, 1) 85%,
      rgba(238, 146, 34, 1) 100%
    );
  background-attachment: fixed;
  background-size: auto 40%, 100% 100%;
  background-position: bottom right, center;
}

.bg-orange-edges {
  background: url("../image/triangle-right-bottom.png") no-repeat right bottom
      50%,
    url("../image/triangle-left-top.png") no-repeat left top 50%,
    linear-gradient(
      135deg,
      rgba(30, 31, 34, 1) 0%,
      rgba(45, 38, 33, 1) 68%,
      rgba(128, 58, 0, 1) 85%,
      rgba(238, 146, 34, 1) 100%
    );
  /* background-attachment: fixed; */
  background-size: auto 40%, auto 25%, 100% 100%;
  background-position: bottom right, left top, center;
}

.bg-edges {
  background: url("../image/triangle-right-bottom.png") no-repeat right bottom
      50%,
    url("../image/triangle-left-top.png") no-repeat left top 50%;
  /* background-attachment: fixed; */
  background-size: auto 40%, auto 25%;
  background-position: bottom right, left top;
}

.bg-edges-overlay-transition {
  background: url("../image/triangle-right-bottom.png") no-repeat right bottom
      50%,
    url("../image/triangle-left-top.png") no-repeat left top 50%,
    linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,1) 100%);
  /* background-attachment: fixed; */
  background-size: auto 40%, auto 25%, auto auto;
  background-position: bottom right, left top ,top center;
}


.triangle-bottom-right::after {
  position: absolute;
  top: 0;
  left: 0;
  /* background: url("../image/triangle-right-bottom.png") no-repeat right bottom; */
  opacity: 0.2;
  background-size: auto 50%;
  width: 100%;
  height: 100%;
}

.ultimate-benefit-content {
  border-left: 10px solid #ee9222;
  background-color: rgba(205, 208, 212, 0.5);
  backdrop-filter: blur(10px);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.ultimate-benefit-content.right {
  border-right: 10px solid #ee9222;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ultimate-benefit-image {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  display: flex;
  /* position: relative;
  overflow: hidden;
  max-width: 500px; */
}

/* .ultimate-benefit-image::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 150%;
  rotate: 30deg;
  top: -50%;
  left: -20%;
  background-color: #fff;

  /* rotate: -90deg;
}

.ultimate-benefit-image::after {
  content: "";
  position: absolute;
  width: 35%;
  height: 150%;
  rotate: 25deg;
  bottom: -40%;
  right: -10%;
  background-color: #fff;

  /* rotate: -90deg;
} */

.animate__animated.animate__delay-6s {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-delay: calc(var(--animate-delay) * 6);
  animation-delay: calc(var(--animate-delay) * 6);
}

.hook-type img,
.hook-type-content {
  transition: ease-in 0.2s;
}

.w-80 {
  width: 80% !important;
}

.nav-link.active {
  color: #ee9222 !important;
  border-bottom: 2px solid #ee9222;
}

@media (max-width: 769px) {
  .h-50-sm {
    height: 50% !important;
  }

  .flex-column-reverse-sm {
    flex-direction: column-reverse !important;
  }

  .justify-content-between-sm {
    justify-content: space-between !important;
  }

  .header-menu {
    position: fixed;
    top: 0;
    border-radius: 0 !important;
  }

  .d-none-sm {
    display: none !important;
  }

  .d-block-sm {
    display: block !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .hook-cover {
    padding-top: 53px !important;
  }

  .content-web-footer {
    padding-bottom: inherit !important;
  }
}

.mt-sm-3 {
  margin-top: inherit !important;
}

.see-more-landing {
  display: none;
}

.content-web-footer {
  padding-bottom: 100px !important;
}

.ultimate-benefit-content {
  position: absolute !important;
  width: 100%;
  top: 25px;
}

.ultimate-benefit-image img {
  margin-right: -20%;
}

.ultimate-benefit-image.right img {
  margin-left: -30%;
  margin-right: auto;
}

/* carousel */

@media (max-width: 767px) {
  .carousel-custom-gallery .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-custom-gallery .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-custom-gallery .carousel-inner .carousel-item.active,
.carousel-custom-gallery .carousel-inner .carousel-item-next,
.carousel-custom-gallery .carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-custom-gallery .carousel-inner .carousel-item-end.active,
  .carousel-custom-gallery .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-custom-gallery .carousel-inner .carousel-item-start.active,
  .carousel-custom-gallery .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.carousel-custom-gallery .carousel-inner .carousel-item-end,
.carousel-custom-gallery .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.carousel-custom-gallery .carousel-item {
  width: 100%;
  height: 300px;
}

.carousel-custom-gallery .carousel-item .card {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.carousel-custom-gallery .carousel-item .card img {
  width: 100%;
  height: 100%;
}

.carousel-custom-gallery .carousel-control {
  width: auto;
  background: rgba(0, 0, 0, 1) !important;
}

.custom-tab-product.nav-tabs .nav-link {
  border: none;
  font-weight: 700;
  color: #1e1f22;
  font-size: 20px;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
}

.custom-tab-product.nav-tabs .nav-link img {
  opacity: 0.5;
}

.custom-tab-product.nav-tabs .nav-link.active {
  color: #1e1f22;
  border-bottom: 4px solid #e87718;
}

.custom-tab-product.nav-tabs .nav-link.active img {
  opacity: 1;
}

.navbar-mobile {
  background-color: #393b40;
}

.navbar-mobile .navbar-toggler:focus {
  box-shadow: none;
}

#navbar-sticky-custom .dropdown-menu.child li a:hover {
  background-color: #e87718;
  color: #1e1f22;
}

.custom-tab-product .active-icon {
  display: none;
}


.custom-tab-product .nav-link.active .active-icon {
  display: initial;
}


.custom-tab-product .nav-link.active .passive-icon {
  display: none;
}