@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400&family=Kanit:wght@100&display=swap");
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.bg-video-wrap video {
  width: 100vw;
  min-height: 100vh;
  position: fixed;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.bg-video-wrap .overlay {
  width: 100vw;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 50%);
  background-size: 3px 3px;
  z-index: 2;
}
.bg-video-wrap .overlay2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.1) 10%, rgb(0, 0, 0) 100%);
  z-index: 2;
}
.bg-video-wrap .dashboard-hero {
  width: 100vw;
  min-height: 100vh;
  justify-content: center;
  text-align: center;
  position: absolute;
  z-index: 10;
}
.bg-video-wrap .dashboard-hero .main-wrapper {
  position: absolute;
  left: 50%;
  width: 100%;
  height: auto;
  margin: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bg-video-wrap .dashboard-hero .main-wrapper img {
  width: 100%;
  max-width: calc(300px + 30vh);
}
@media (max-width: 600px) {
  .bg-video-wrap .dashboard-hero .main-wrapper img {
    max-width: 300px;
  }
}
.bg-video-wrap .dashboard-hero .main-wrapper .main-desc {
  margin-top: 50px;
}
.bg-video-wrap .dashboard-hero .main-wrapper .main-desc h2 {
  font-size: calc(1.5rem + 1vh);
}
.bg-video-wrap .dashboard-hero .main-wrapper .main-desc h5 {
  line-height: 1.5;
}
.bg-video-wrap .btn-slide {
  position: absolute;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #FEB404 0%, #BB5D05 100%);
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 3;
  margin: auto;
  padding: 28px;
  letter-spacing: 1.5px;
  line-height: 1.3;
}
.bg-video-wrap h3 {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 250px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 400px;
  width: 100%;
  height: 50px;
}
.bg-video-wrap .afterImage {
  position: absolute;
  overflow: hidden;
  top: 0;
  transform: translate(100%, 0px);
  z-index: 5;
}
.bg-video-wrap .afterImage .parallax-container {
  height: 100vh;
}
.bg-video-wrap .afterImage #logo-nav {
  position: fixed;
  width: 100%;
}
.bg-video-wrap .afterImage #logo-nav img {
  width: 500px;
  height: auto;
}
.bg-video-wrap .afterImage .profile {
  overflow: hidden;
  padding: 15% 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  position: absolute;
  /* padding: 100px 0; */
  color: #fff;
}
.bg-video-wrap .afterImage .profile h2 {
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .bg-video-wrap .afterImage .profile h2 {
    width: 450px;
  }
}
.bg-video-wrap .afterImage .profile .content-profile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bg-video-wrap .afterImage .profile img {
  transform: translate(-100%, 0px);
}
@media only screen and (min-width: 601px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-video-wrap .afterImage .profile {
    padding: 100px 50px 50px;
    top: 0;
  }
}
@media (max-width: 600px) {
  .bg-video-wrap .afterImage .profile p {
    font-size: 15px;
  }
}
.bg-video-wrap .profile-wrapper {
  position: absolute;
  top: 20%;
  right: 20%;
  z-index: 10;
  color: #fff;
}
.bg-video-wrap .profile-wrapper h2 {
  line-height: 1px;
}
.bg-video-wrap .intro-desc {
  top: 40%;
  right: 20%;
  color: #fff;
  position: absolute;
  z-index: 10;
}
.bg-video-wrap .comparisonImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
}
@media (max-width: 600px) {
  .bg-video-wrap .comparisonImage img {
    -o-object-position: 60% 0%;
       object-position: 60% 0%;
  }
}

.product-section {
  width: 100%;
  height: 100vh;
  left: 0;
  height: auto;
  z-index: 100;
  background: linear-gradient(180deg, #000000 -18.71%, #000000 -0.84%, #000000 28.02%, rgba(0, 31, 61, 0.987368) 69.32%, #002E59 106.24%);
  padding: 100px 150px;
  color: #fff;
}
@media (max-width: 600px) {
  .product-section {
    padding: 20px;
    background: linear-gradient(180deg, #000000 -18.71%, #000000 -0.84%, #000000 0%, rgba(0, 31, 61, 0.987368) 30%, #002E59 106%);
  }
  .product-section .service-content {
    padding: initial !important;
    transform: translateY(250px);
    margin-bottom: 250px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product-section {
    padding: 150px 50px;
  }
}
.product-section.row {
  margin-bottom: 0;
}
.product-section h2 {
  line-height: 60px;
}

.products {
  position: relative;
  width: 100%;
  padding: 100px 0px;
}
.products:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(360deg, #1F222D 0%, #000000 104.04%);
}
.products .product-hero {
  position: relative;
  top: 100px;
  left: 0;
  width: 100vw;
  z-index: 2;
}
.products .product-hero video {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.products .m-product-hero {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  mix-blend-mode: lighten;
}
.products .m-product-hero video {
  width: 100%;
}
.products #card-wrapper {
  position: relative;
  width: 100%;
  height: calc(300px + 3vh);
  perspective: 100px;
}
@media (max-width: 600px) {
  .products #card-wrapper {
    margin-bottom: 20px;
  }
}
.products #card-wrapper-mobile {
  position: relative;
  width: 100%;
  height: calc(300px + 3vh);
  perspective: 100px;
}
@media (max-width: 600px) {
  .products #card-wrapper-mobile {
    margin-bottom: 20px;
  }
}
.products #skew-card {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  bottom: 0;
  transform-origin: bottom;
}
@keyframes tes {
  from {
    transform: rotateX(90deg);
  }
  to {
    transform: rotateX(0deg);
  }
}
.products .bg-img img {
  position: absolute;
  width: 60%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
  filter: blur(5px);
  mask-image: -webkit-gradient(linear, left 10%, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: -webkit-gradient(linear, left 10%, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  -webkit-filter: blur(5px);
}
@media (max-width: 600px) {
  .products .bg-img img {
    width: 600px;
  }
}
.products .card {
  background: #FEB404;
  color: #000000;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 10px;
  height: calc(300px + 3vh);
  overflow: hidden;
  z-index: 1;
}
.products .card.offset-mask {
  overflow: visible;
}
.products .card.offset-mask .card-inner {
  justify-content: flex-start;
}
.products .card .icon-product img {
  height: 80px;
  filter: brightness(0);
  -webkit-filter: brightness(0);
}
.products .card .card-inner {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.products .card .card-content {
  text-align: center;
  z-index: 20;
}
.products .card .card-content h2, .products .card .card-content h3, .products .card .card-content h4 {
  font-family: Hellix-bold;
  font-size: calc(0.5rem + 2vh) !important;
}
.products .card .img-card {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.products .card .img-card img {
  float: left;
  height: 100%;
}
@media (max-width: 600px) {
  .products .card .img-card.right-offset-img {
    width: 100%;
  }
}
.products .card .img-card.right-offset-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 320px;
  background-image: url(img/dika_hero.png);
  background-size: cover;
  background-position-x: 120px;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgb(0, 0, 0) 70%, rgb(0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgb(0, 0, 0) 70%, rgb(0, 0, 0) 100%);
}
.products .card .img-card.right-offset-img img {
  position: relative;
  width: 300px;
  bottom: 15px;
}
.products .card-mobile {
  background: #FEB404;
  color: #000000;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 10px;
  height: calc(300px + 3vh);
  overflow: hidden;
  z-index: 1;
}
.products .card-mobile.offset-mask {
  overflow: visible;
}
.products .card-mobile.offset-mask .card-inner {
  justify-content: flex-start;
}
.products .card-mobile .icon-product img {
  height: 80px;
  filter: brightness(0);
  -webkit-filter: brightness(0);
}
.products .card-mobile .card-inner {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
.products .card-mobile .card-content {
  text-align: center;
  padding: 24px;
  z-index: 20;
}
.products .card-mobile .img-card {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.products .card-mobile .img-card img {
  float: left;
  height: 100%;
}
@media (max-width: 600px) {
  .products .card-mobile .img-card.right-offset-img {
    width: 100%;
  }
}
.products .card-mobile .img-card.right-offset-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 320px;
  background-image: url(img/dika_hero.png);
  background-size: cover;
  background-position-x: 120px;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgb(0, 0, 0) 70%, rgb(0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgb(0, 0, 0) 70%, rgb(0, 0, 0) 100%);
}
.products .card-mobile .img-card.right-offset-img img {
  position: relative;
  width: 300px;
  bottom: 15px;
}

.project-section {
  padding: 0 0 5px;
  width: 100%;
  margin: 0;
  background: linear-gradient(90deg, rgba(254, 180, 4, 0) 0%, rgb(254, 180, 4) 100%);
}
.project-section h2 {
  margin: 0;
}
.project-section .heading-title {
  background: url("img/hangersuit.jpg") no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.project-section img {
  width: 100%;
  margin-top: 10px;
}
.project-section .viewAll {
  display: inline-flex;
  right: 20%;
  position: absolute;
  margin: 20px auto;
}
.project-section .viewAll a i.fa-plus {
  transition: all 0.3s ease;
}
.project-section .viewAll a span {
  transition: all 0.3s ease;
  color: #fff;
}
.project-section .viewAll a span.circle-btn {
  position: relative;
  margin-left: 5px;
  padding: 2px;
  z-index: 1;
}
.project-section .viewAll a span.circle-btn:before {
  content: "";
  margin: -5px;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: -1;
}
.project-section .viewAll a:hover i.fa-plus {
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.project-section .viewAll a:hover span {
  color: #FEB404;
}
.project-section .viewAll a:hover span.circle-btn {
  color: #fff;
}
.project-section .viewAll a:hover span.circle-btn:before {
  content: "";
  position: absolute;
  background: #FEB404;
  border: 1px solid #FEB404;
  margin: -5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: -1;
}
.project-section .slider {
  margin-top: 5px;
  min-height: 60vh;
}
@media (max-width: 600px) {
  .project-section .slider {
    margin-bottom: 0;
    height: 350px !important;
    min-height: auto;
  }
}
.project-section .slider .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.1) 10%, rgb(0, 0, 0) 100%);
  background-size: 3px 3px;
  z-index: 3;
}
.project-section .slider .slides {
  background: none;
  height: 100% !important;
}
@media (max-width: 600px) {
  .project-section .slider .slides {
    height: 100% !important;
  }
}
.project-section .slider .slides li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000000;
  transition: all 0.5s ease;
}
.project-section .slider .slides img {
  transition: all 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
@media (max-width: 600px) {
  .project-section .slider .slides img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
  }
}
.project-section .slider .slides video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .project-section .slider .slides video {
    width: auto;
    -o-object-position: center;
       object-position: center;
  }
}

footer {
  margin-top: 100px;
  text-align: center;
  font-size: 12px;
  color: rgb(114, 114, 114);
}
footer ul {
  display: flex;
}
footer ul li {
  margin-right: 20px;
}
footer ul.footer-menu {
  margin-top: 0;
  margin-bottom: 0;
}

.wall-pushed {
  background: url("img/wall.jpg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999;
}

.character-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}
.character-wrapper canvas#hero-lightpass {
  min-height: 80vh;
  position: relative;
  top: 50%;
  transform: translate3d(6%, -50%, 0);
  z-index: 100;
}

.scroll-icon {
  opacity: 0.4;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 5;
  text-align: center;
}
.scroll-icon .mouse {
  margin: auto;
  width: 20px;
  height: 50px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 60px;
}
.scroll-icon .mouse::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}
.scroll-icon span {
  font-size: 12px;
  letter-spacing: 5px;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 40px;
  }
}
/* Styles from the GreenSock website */
.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

.mobile-hero {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.mobile-hero video {
  width: 100vw;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.mobile-hero .overlay {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 50%);
  background-size: 3px 3px;
  z-index: 2;
}
.mobile-hero .dashboard-hero {
  top: 0;
  width: 100vw;
  min-height: 100vh;
  justify-content: center;
  text-align: center;
  position: absolute;
  z-index: 10;
}
.mobile-hero .dashboard-hero .main-wrapper {
  position: absolute;
  left: 50%;
  width: 100%;
  height: auto;
  margin: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}
.mobile-hero .dashboard-hero .main-wrapper img {
  width: 100%;
  max-width: 300px;
}
.mobile-hero .dashboard-hero .main-wrapper .main-desc {
  margin-top: 50px;
}

.top-profile-mb {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("img/bg-profile.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 50px 0;
  z-index: 1;
}
.top-profile-mb:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0.3) 10%, rgb(0, 0, 0) 100%);
  z-index: -1;
}
.top-profile-mb h2 {
  margin: 0;
}

.our-movgear .head {
  display: flex;
  flex-direction: row;
  height: 100vh;
  justify-content: space-around;
}
.our-movgear .body-text h5 {
  line-height: 1.5;
}
.our-movgear h2 {
  margin-bottom: 50px;
}
.our-movgear .content-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 40px;
  width: 100%;
  height: 100%;
}
.our-movgear .numbers-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.our-movgear .heading {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.our-movgear .heading.hero-suit {
  background: url("img/inner-hero.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 14% 0 5%;
}
.our-movgear .heading.hero-suit:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(291.43deg, rgba(0, 0, 0, 0) -3.31%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 20%, rgba(0, 31, 61, 0.987368) 80%, #002E59 100%);
}
.our-movgear .heading.hero-suit .w_expand {
  position: relative;
}
.our-movgear .heading.hero-suit .modal {
  width: 70%;
}
.our-movgear .heading.hero-suit .suit-guide-wrapper {
  position: relative;
}
.our-movgear .heading.hero-suit .suit-guide-wrapper img.suit {
  width: 100%;
  max-width: 100px;
}
.our-movgear .heading.hero-suit .suit-guide-wrapper img.table-size {
  -o-object-fit: cover;
     object-fit: cover;
  width: 70%;
  height: auto;
}
.our-movgear .heading.hero-suit .hero-wrapper {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
}
.our-movgear .heading.hero-suit .hero-wrapper video {
  position: absolute;
  min-height: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-movgear .heading.hero-suit .hero-wrapper video {
    right: -120px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .our-movgear .heading.hero-suit .hero-wrapper video {
    right: -150px;
  }
}
.our-movgear .heading.hero-suit #suit_guide {
  margin-top: 50px;
}
.our-movgear .heading.hero-suit #suit_guide img {
  width: 100%;
  height: 100%;
}
.our-movgear .heading.hero-gloves {
  background: linear-gradient(291.04deg, rgba(0, 0, 0, 0) -3.7%, rgba(0, 0, 0, 0.0161908) 20.7%, rgba(19, 19, 23, 0.987368) 55.83%, rgba(0, 31, 61, 0.987368) 90.01%);
  padding: 14% 0 5%;
}
.our-movgear .heading.hero-gloves .modal {
  width: 35%;
}
.our-movgear .heading.hero-gloves .gloves-wrapper {
  text-align: center;
  display: inline-block;
}
.our-movgear .heading.hero-gloves .gloves-wrapper img {
  width: 200px;
}
.our-movgear .heading.hero-gloves .gloves-icon {
  width: 100px;
  height: 100px;
  border: 2px solid #FEB404;
  border-radius: 50%;
}
.our-movgear .heading.hero-gloves .gloves-specs {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}
.our-movgear .heading.hero-gloves .gloves-specs img {
  width: 100%;
  max-width: 80px;
}
.our-movgear .heading.hero-gloves .gloves-specs span {
  margin-left: 10px;
}
.our-movgear .heading.hero-gloves #gloves_guide {
  margin-top: 50px;
}
.our-movgear .heading.hero-gloves #gloves_guide img {
  width: 100%;
  height: 100%;
}
.our-movgear .heading.hero-gloves .hero-wrapper {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
}
.our-movgear .heading.hero-gloves .hero-wrapper video {
  position: absolute;
  min-height: 50%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-movgear .heading.hero-gloves .hero-wrapper video {
    right: -120px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .our-movgear .heading.hero-gloves .hero-wrapper video {
    right: -150px;
  }
}
.our-movgear .heading.mov-face {
  background: linear-gradient(291.04deg, rgba(0, 0, 0, 0) -3.7%, rgba(0, 0, 0, 0.0161908) 20.7%, rgba(19, 19, 23, 0.987368) 55.83%, rgba(0, 31, 61, 0.987368) 90.01%);
  padding: 14% 0 5%;
}
.our-movgear .heading.mov-face a {
  color: #fff;
}
.our-movgear .heading.mov-face .hero-wrapper {
  position: relative;
  border: 5px solid #FEB404;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  transform: scale(1);
  -webkit-transform: scale(1);
  overflow: hidden;
}
.our-movgear .heading.mov-face .hero-wrapper video {
  top: 0;
  left: 0;
  width: 300px;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  height: 300px;
  position: absolute;
}
.our-movgear .heading.mov-face .mov-face_hero {
  position: absolute;
  top: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-movgear .heading.mov-face .mov-face_hero img {
  width: 100%;
  mask-image: -webkit-gradient(linear, left 10%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  -webkit-mask-image: -webkit-gradient(linear, left 10%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
}
.our-movgear .heading.mov-face .suit-specs img.suit {
  width: 70%;
  mix-blend-mode: lighten;
}
.our-movgear .heading.mov-face .suit-specs img.table-size {
  -o-object-fit: cover;
     object-fit: cover;
  width: 80%;
  height: auto;
}
@media (max-width: 600px) {
  .our-movgear .heading.mov-face .suit-specs img {
    width: 55% !important;
    -o-object-fit: cover;
       object-fit: cover;
    left: 20%;
    position: relative;
  }
}
.our-movgear .heading#heading1 {
  opacity: 1;
  color: yellow;
}
.our-movgear .scroll-num {
  opacity: 0;
  position: absolute;
  font-size: 66px;
  text-align: center;
}
.our-movgear .scroll-num#num1 {
  opacity: 1;
  color: yellow;
}
@media (max-width: 600px) {
  .our-movgear .heading.hero-suit, .our-movgear .heading.hero-gloves, .our-movgear .heading.mov-face {
    padding: 100px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-movgear .heading.hero-suit, .our-movgear .heading.hero-gloves, .our-movgear .heading.mov-face {
    padding: 170px 0 80px;
  }
}

.gears_container {
  position: relative;
  height: 100%;
  padding-top: 400px;
}
@media (max-width: 600px) {
  .gears_container {
    padding-top: 100px;
  }
}
.gears_container .anim-wrapper {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg .anim-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100px;
}
.bg .anim-wrapper video {
  max-width: 100%;
}
.bg .hero-wrapper {
  max-width: 220px;
  height: 220px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: auto;
  top: 150px;
}
.bg .hero-wrapper video {
  position: absolute;
  max-width: 100%;
  transform: scale(1.15);
}

.bg.one {
  background: url("img/inner-hero.jpg") no-repeat;
  background-size: cover;
  background-position-x: center;
}
@media (max-width: 600px) {
  .bg.one {
    background: none;
  }
}

.bg.two {
  background: linear-gradient(340.57deg, rgba(0, 0, 0, 0) -56.57%, #000000 -30.8%, rgba(0, 0, 0, 0.96) 22.76%, rgba(0, 31, 61, 0.987368) 90.51%, #002E59 123.55%);
}
@media (max-width: 600px) {
  .bg.two {
    background: none;
  }
}

.bg.three {
  background: linear-gradient(340.57deg, rgba(0, 0, 0, 0) -56.57%, #000000 -30.8%, rgba(0, 0, 0, 0.96) 22.76%, rgba(0, 31, 61, 0.987368) 90.51%, #002E59 123.55%);
}
@media (max-width: 600px) {
  .bg.three {
    background: none;
  }
}

.text-wrap .m_anim {
  width: 100%;
}
.text-wrap .text {
  display: block;
  position: relative;
  height: 100%;
}
.text-wrap .text.two {
  margin-top: 100vh;
}
@media (max-width: 600px) {
  .text-wrap .text.two {
    margin-top: 50px;
  }
}
.text-wrap .text.two .m_anim_silver {
  width: 100%;
}
.text-wrap .text.three {
  margin-top: 100vh;
}
@media (max-width: 600px) {
  .text-wrap .text.three {
    margin-top: 50px;
  }
}
.text-wrap .text.three .hero-wrapper video.sen_anjing {
  width: 100%;
}
.text-wrap .text .suit-guide-wrapper {
  position: relative;
}
.text-wrap .text .suit-guide-wrapper img.suit {
  width: 100%;
  max-width: 100px;
}
.text-wrap .text .suit-guide-wrapper img.table-size {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.text-wrap .text .gloves-wrapper {
  text-align: center;
  display: inline-block;
}
.text-wrap .text .gloves-wrapper img {
  width: 200px;
}
.text-wrap .text .gloves-icon {
  width: 100px;
  height: 100px;
  border: 2px solid #FEB404;
  border-radius: 50%;
}
.text-wrap .text .gloves-specs {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}
.text-wrap .text .gloves-specs img {
  width: 100%;
  max-width: 80px;
}
.text-wrap .text .gloves-specs span {
  margin-left: 10px;
}

#sizechart .col {
  padding: 0;
}
#sizechart p {
  font-size: calc(0.5rem + 0.8vh);
  background: #fff;
  color: #000;
  padding: 0 15px;
}
#sizechart .col-orange p {
  background: #FEB404;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin-right: 15px;
}
#sizechart .last-col p {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.contact {
  padding: 14% 0 5%;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin: 0;
}
.contact span {
  font-size: calc(0.5rem + 1vh);
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .contact {
    padding: 150px 0 80px;
  }
}
@media (max-width: 600px) {
  .contact {
    padding: 500px 0 50px;
    height: 100%;
  }
}
.contact .hero-anim {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media(max-width: 600px) {
  .contact .hero-anim {
    width: auto;
  }
}
.contact .hero-anim video {
  height: 100%;
  position: absolute;
  right: 0;
}
@media(max-width: 600px) {
  .contact .hero-anim video {
    height: 45%;
    right: 0;
    width: auto;
    position: relative;
  }
}
.contact .btn {
  margin-top: 50px;
}
@media (max-width: 600px) {
  .contact .btn {
    left: 10%;
    right: 10%;
    width: 80%;
  }
}
.contact .circle_bg img {
  width: 130%;
  height: auto;
  transform: translateY(-50px);
}
@media (max-width: 600px) {
  .contact .circle_bg img {
    width: 100%;
    transform: translateY(0px);
  }
}
@media (max-width: 600px) {
  .contact .circle_bg {
    position: absolute;
    width: 55%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 420px) {
  .contact .circle_bg {
    width: 70%;
  }
}
@media (max-width: 320px) {
  .contact .circle_bg {
    width: 100%;
  }
}
.contact .step-wrapper {
  display: flex;
  margin-top: 20px;
}
.contact .step-wrapper .icon-step {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 10px;
  background: #fff;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
}
.contact .step-wrapper .icon-step img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .order-btn {
  display: inline-block;
  margin-top: 50px;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.contact .order-btn:hover {
  background: #FEB404;
  transition: all 0.3s ease;
  border-color: #FEB404;
}
@media (max-width: 600px) {
  .contact .order-btn {
    top: 75%;
    right: 30%;
    left: 30%;
    margin: auto;
    text-align: center;
  }
}
.contact .backdrop_hero {
  position: absolute;
  background: linear-gradient(291.43deg, rgba(0, 0, 0, 0) -3.31%, rgba(0, 0, 0, 0) 10.7%, rgba(0, 0, 0, 0) 39.84%, rgba(0, 31, 61, 0.987368) 58.93%, #002E59 94.67%);
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media (max-width: 600px) {
  .contact .backdrop_hero {
    background: #000;
  }
}
.contact a {
  color: #fff;
}
.contact .suit-icon {
  width: 100px;
  height: 100px;
  border: 2px solid #FEB404;
  border-radius: 50%;
}
.contact .suit-specs img.suit {
  width: 40%;
  mix-blend-mode: lighten;
}
.contact .suit-specs img.table-size {
  -o-object-fit: cover;
     object-fit: cover;
  width: 80%;
  height: auto;
}
.contact img.img_right {
  width: 35%;
  top: 50px;
  right: 100px;
  position: absolute;
}
.contact .quote-btn {
  position: absolute;
  text-align: center;
  bottom: 170px;
  width: 150px;
  height: auto;
  cursor: pointer;
}
.contact .quote-btn span {
  position: absolute;
  transform: translate(75px, 100px);
}
.contact .quote-btn svg {
  position: relative;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}
.contact .quote-btn svg defs filter feFlood {
  flood-color: transparent;
  transition: all 0.5s ease;
}
.contact .quote-btn svg:hover {
  transform: rotate(20deg);
  transition: all 0.3s ease;
}
.contact .quote-btn svg:hover defs filter feFlood {
  flood-color: #FEB404;
  transition: all 0.3s ease;
}
.contact .quote-btn img {
  transition: all 0.3s ease;
}
.contact .quote-btn:hover img {
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.contact #suit_guide {
  margin-top: 50px;
}
.contact #suit_guide img {
  width: 100%;
  height: 100%;
}
.contact .modal-overlay {
  opacity: 0.7 !important;
}

.our-project {
  padding: 14% 0 5%;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  /* fluid 5 columns */
  /* 2 columns wide */
}
@media (max-width: 600px) {
  .our-project {
    padding: 270px 0 50px;
  }
}
.our-project .circle_bg img {
  width: 130%;
  height: auto;
  transform: translateY(-50px);
}
.our-project .step-wrapper {
  display: flex;
  margin-top: 20px;
}
.our-project .step-wrapper .icon-step {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 10px;
  background: #fff;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
}
.our-project .step-wrapper .icon-step img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-project .order-btn {
  position: absolute;
  top: 55%;
  right: 24%;
  background: #FEB404;
  padding: 10px 20px;
  border-radius: 25px;
}
.our-project .main-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: url("img/wiresensor.jpg");
  background-size: 60%;
  background-position-x: left;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  z-index: -5;
}
.our-project .main-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(271.62deg, rgba(1, 1, 1, 0.8) 30%, rgba(1, 1, 1, 0) 40%);
}
@media only screen and (min-width: 1980px) {
  .our-project .main-hero::before {
    background: linear-gradient(269deg, rgba(1, 1, 1, 0.8) 20%, rgba(1, 1, 1, 0) 100%);
  }
}
.our-project .main-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(1, 1, 1, 0) 10%, rgb(1, 1, 1) 10%, rgba(1, 1, 1, 0.64) 100%);
}
@media (max-width: 600px) {
  .our-project .main-hero {
    background-size: contain;
  }
}
.our-project .backdrop_hero {
  position: absolute;
  background: linear-gradient(291.43deg, rgba(0, 0, 0, 0) -3.31%, rgba(0, 0, 0, 0) 10.7%, rgba(0, 0, 0, 0) 39.84%, rgba(0, 31, 61, 0.987368) 58.93%, #002E59 94.67%);
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
@media (max-width: 600px) {
  .our-project .backdrop_hero {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0) 7%, rgb(0, 0, 0) 10%, rgba(0, 31, 61, 0.5) 20%, rgb(0, 31, 61) 100%);
  }
}
.our-project .modal-overlay {
  opacity: 0.7 !important;
}
.our-project .grid-sizer img,
.our-project .grid-item img {
  width: 20%;
}
.our-project .grid-item--width2 img {
  width: 40%;
}
.our-project .projects-list {
  margin: auto;
  left: 7px;
}
.our-project .project-item {
  width: 20%;
  margin-bottom: 15px;
  position: relative;
}
.our-project .project-item img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.our-project .project-item video {
  width: 100%;
  height: auto;
}
.our-project .project-item.width80 img {
  width: 20%;
}
.our-project .image-wrap {
  padding: 16px;
}
@media (max-width: 600px) {
  .our-project .image-wrap {
    padding: 0;
  }
}
.our-project .image-masonry {
  position: relative;
  top: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: minmax(300px, auto);
  grid-auto-flow: dense;
  grid-gap: 15px;
  gap: 15px;
}
@media (max-width: 600px) {
  .our-project .image-masonry {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-template-rows: minmax(auto, auto) !important;
  }
}
.our-project .list-card {
  display: grid;
  max-height: 500px;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}
.our-project .list-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-project .list-card video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-project .list-card:nth-child(1) {
  grid-column: span 3;
  grid-row: span 2;
}
@media (max-width: 600px) {
  .our-project .list-card:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.our-project .list-card:nth-child(2) {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 600px) {
  .our-project .list-card:nth-child(2) {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.our-project .list-card:nth-child(3) {
  grid-column: span 2;
  grid-row: span 1;
}
@media (max-width: 600px) {
  .our-project .list-card:nth-child(3) {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.our-project .list-card:nth-child(4) {
  grid-column: span 3;
  grid-row: span 1;
}
@media (max-width: 600px) {
  .our-project .list-card:nth-child(4) {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.our-project .list-card:nth-child(5) {
  grid-column: span 2;
}
@media (max-width: 600px) {
  .our-project .list-card:nth-child(5) {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.our-project .list-card:nth-child(6) {
  grid-column: span 3;
}
@media (max-width: 600px) {
  .our-project .list-card:nth-child(6) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.our-project .list-card:nth-child(7) {
  grid-column: span 2;
  grid-row: span 4;
}
@media (max-width: 600px) {
  .our-project .list-card:nth-child(7) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.our-project .list-card:nth-child(8) {
  grid-column: span 1;
  grid-row: span 2;
}
@media (max-width: 600px) {
  .our-project .list-card:nth-child(8) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.our-project .list-card:nth-child(9) {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 600px) {
  .our-project .list-card:nth-child(9) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.our-project .list-card:nth-child(10) {
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 600px) {
  .our-project .list-card:nth-child(10) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.our-project .list-card:nth-child(11) {
  grid-column: span 1;
  grid-row: span 2;
}
@media (max-width: 600px) {
  .our-project .list-card:nth-child(11) {
    grid-column: span 1;
    grid-row: span 1;
  }
}

.lightbox {
  position: fixed;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
}

.lightbox-content {
  position: relative;
  width: 70%;
  height: 70%;
  margin: 5% auto;
}

.lightbox-content img {
  border-radius: 7px;
  box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 7px;
  top: 45%;
  cursor: pointer;
}

.lightbox-prev {
  left: 0;
}

.lightbox-next {
  right: 0;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .gallery-container {
    width: 100%;
  }
  .gallery-item {
    flex-basis: 49.8%;
    margin-bottom: 3px;
  }
  .lightbox-content {
    width: 80%;
    height: 60%;
    margin: 15% auto;
  }
}
@media (max-width: 480px) {
  .gallery-item {
    flex-basis: 100%;
    margin-bottom: 1px;
  }
  .lightbox-content {
    width: 90%;
    margin: 20% auto;
  }
}
.form-container {
  padding: 10px 20px 50px 10px;
  background: #021425;
  width: 600px;
  height: 80%;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #C4C4C4;
  border: 1px solid #00739F;
  border-radius: 15px;
}

.link-to a {
  color: #fff;
  display: flex;
  margin-top: 20px;
  position: absolute;
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  transition: all 0.3 ease;
}
.link-to a:hover {
  color: #F7941C;
  transition: all 0.3s ease;
}
.link-to a i {
  font-size: 20px;
  margin-left: 5px;
  transition: all 0.2s ease;
}
.link-to a:hover i {
  transform: scale(1.5) translateX(10px);
  transition: all 0.2s ease;
}

.form-container::-webkit-scrollbar {
  width: 1em;
}

.form-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.7);
}

.form-container::-webkit-scrollbar-thumb {
  background-color: #00739F;
  outline: 1px solid #00739F;
}

.form-header {
  padding: 10px;
  margin: -10px -25px 10px -10px;
  height: 70px;
  text-align: center;
  background: linear-gradient(180deg, rgba(254, 180, 4, 0.94243) -24.94%, #00739F -24.94%, rgba(0, 46, 89, 0) 82.43%);
}

/* label color */
/* label focus color */
.input-field input[type=text]:focus + label {
  color: #F7941C !important;
}

.input-field input[type=email]:focus + label {
  color: #F7941C !important;
}

.input-field input[type=tel]:focus + label {
  color: #F7941C !important;
}

/* label underline focus color */
.input-field input[type=text]:focus {
  border-bottom: 1px solid #F7941C !important;
  box-shadow: 0 1px 0 0 #F7941C !important;
}

.input-field input[type=email]:focus {
  border-bottom: 1px solid #F7941C !important;
  box-shadow: 0 1px 0 0 #F7941C !important;
}

.input-field input[type=tel]:focus {
  border-bottom: 1px solid #F7941C !important;
  box-shadow: 0 1px 0 0 #F7941C !important;
}

/* valid color */
.input-field input[type=text].valid {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}

/* invalid color */
.input-field input[type=text].invalid {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 0 #000;
}

/* icon prefix focus color */
.input-field .prefix.active {
  color: #F7941C !important;
}

[type=checkbox]:checked + span:not(.lever):before {
  border-right: 2px solid #ff9800 !important;
  border-bottom: 2px solid #ff9800 !important;
}

[type=radio]:checked + span:after, [type=radio].with-gap:checked + span:after {
  background-color: #F7941C !important;
}

[type=radio]:checked + span:after, [type=radio].with-gap:checked + span:before, [type=radio].with-gap:checked + span:after {
  border: 2px solid #F7941C !important;
}

.date-input label {
  display: flex;
}
.date-input i {
  top: 50px;
  margin: 15px 20px auto 2px;
}
.date-input label {
  display: flex;
}

.datepicker-date-display {
  background-color: #F7941C !important;
}

.datepicker-table td.is-today {
  color: #F7941C !important;
}

.datepicker-cancel, .datepicker-clear, .datepicker-today, .datepicker-done {
  color: #F7941C !important;
}

.datepicker-table td.is-selected {
  background-color: #F7941C !important;
}

.datetime {
  margin-top: 5px;
  display: flex;
}
.datetime i {
  transform: translate(-20px, 10px);
}
.datetime input {
  font-family: "Kanit", sans-serif;
  font-weight: 100;
}

.footer {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 30px;
  position: relative;
}
.footer.parallax-container {
  height: 100%;
}

header {
  position: fixed;
  width: 100%;
  z-index: 99999;
  padding: 50px 75px;
}
header .backDrop {
  position: fixed;
  width: 100%;
  height: 10vh;
  margin: auto;
  top: 0;
  left: 0;
}
header .backDrop:before {
  content: "";
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
}
header #logo-header img {
  position: fixed;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: auto;
  left: 0;
  right: 0;
  cursor: pointer;
}
header #innerLogo img {
  position: fixed;
  width: 15%;
  height: auto;
  margin: auto;
  left: 0;
  right: 0;
  cursor: pointer;
}
header .socmed {
  position: fixed;
  right: 70px;
  display: flex;
}
header .socmed a {
  font-size: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
}
header .socmed .socmed-link i {
  position: relative;
  top: 2px;
}
header .socmed-home {
  position: fixed;
  right: 70px;
  display: flex;
}
header .socmed-home a {
  font-size: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
}
header .socmed-home .socmed-link i {
  position: relative;
  top: 2px;
}
@media (max-width: 600px) {
  header .socmed-home {
    right: 20px;
  }
}

.nav-circle-body {
  position: fixed;
  width: 15px;
  height: 15px;
  left: 130px;
  top: 50px;
  border-radius: 50%;
  background: #F7941C;
  z-index: 50;
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 0;
}

.product-active {
  transform: rotate(-180deg);
  transition: all 0.3s ease;
}

.nav-body {
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 150px 200px;
  z-index: 50;
  display: none;
}
.nav-body .nav-body__list {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.nav-body .nav-body__item {
  font-family: "font-bold";
  font-size: calc(5vw - 10px);
  overflow: hidden;
  font-family: Hellix-bold;
}
.nav-body .nav-body__item a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #fff;
  text-decoration: none;
}
.nav-body .nav-body__item a:before {
  content: attr(data-text);
  position: absolute;
  display: block;
  color: #000;
  transform: translate3d(0, 100%, 0);
}
.nav-body .nav-body__item .product-list {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  cursor: pointer;
}
.nav-body .nav-body__item .product-list .fa-caret-down {
  transition: all 0.3s ease;
}
.nav-body .nav-body__item .nav-item-down {
  font-size: 35px;
  display: none;
  margin-left: 30px;
  overflow: hidden;
}
.nav-body .nav-body__item .nav-item-down a {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-decoration: none;
}
.nav-body .nav-body__item .nav-item-down a:before {
  content: attr(data-text);
  position: absolute;
  display: block;
  color: #000;
  transform: translate3d(0, 50px, 0);
}
@media only screen and (min-width: 1980px) {
  .nav-body .nav-body__item {
    font-size: 120px;
  }
  .nav-body .nav-body__item a:before {
    transform: translate3d(0, 180px, 0);
  }
}
.nav-body .socmed-navbody {
  position: absolute;
  display: flex;
  bottom: 100px;
}
.nav-body .socmed-navbody a {
  font-size: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
}
.nav-body .socmed-navbody .socmed-link i {
  position: relative;
}

.More {
  cursor: pointer;
  position: fixed;
}

.menu-dots {
  display: flex;
}
@media only screen and (min-width: 1980px) {
  .menu-dots {
    transform: scale(0.7);
  }
}

.More-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.menu-title {
  font-size: 13px;
  margin-left: 5px;
  font-family: "font-bold";
  letter-spacing: 1.7px;
  color: #F7941C;
}
@media only screen and (min-width: 1980px) {
  .menu-title {
    transform: scale(0.7);
  }
}
.menu-title span {
  font-size: 13px;
}

.More-checkbox {
  position: absolute;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.More-checkbox:checked ~ .More-dot--left::before {
  transform: translateX(100%);
}
.More-checkbox:checked ~ .More-dot--right::before {
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.3s ease;
}
.More-checkbox:checked ~ .More-dot--center::before {
  transform: scale(4);
  background-color: #fff;
}
.More-checkbox:checked ~ .More-dot--center::after {
  opacity: 0;
  transform: scale(8);
}
.More-checkbox:checked ~ .More-dot .More-icon {
  opacity: 1;
  transform: rotate(0);
}

.More-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
.More-dot::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #FEB404;
  transition: 0.4s transform ease;
  content: "";
}
.More-dot.More-dot--right::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #BB5D05;
  transition: 0.4s transform ease;
  content: "";
}

.More-dot--center::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #F7941C;
  opacity: 1;
  transition: 0.4s opacity ease, 0.4s transform ease;
  content: "";
}

.More-icon {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  opacity: 0;
  transition: 0.4s opacity ease, 0.4s transform ease;
  transform: rotate(-90deg);
  fill: #3e57ba;
}

@media (max-width: 600px) {
  .More {
    transform: scale(0.8);
    top: 30px;
  }
  .nav-body {
    padding: 50px;
  }
  .nav-body__item a, .nav-body__item .product-list {
    font-size: 40px;
  }
  .nav-item-down a {
    font-size: 30px;
  }
  .footer_mobile {
    font-size: 11px;
  }
  .More-checkbox:checked ~ .More-dot--center::before {
    transform: scale(3) !important;
    background-color: #fff;
  }
  .More-checkbox:checked ~ .More-dot--center::after {
    opacity: 0;
    transform: scale(5) !important;
  }
  .nav-circle-body {
    top: 25px;
    left: 50px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  header {
    padding: 50px 50px;
  }
  .nav-body {
    padding: 130px 50px 20px;
  }
  .socmed {
    right: 40px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-body {
    padding: 120px 80px;
  }
}
@media screen and (max-width: 600px) {
  .profile-page {
    width: 100vw;
    height: 100vh;
  }
  #logo-header img {
    margin-right: 25px !important;
    left: auto !important;
    width: 35% !important;
    top: 30px;
  }
  #innerLogo img {
    margin-right: 25px !important;
    left: auto !important;
    width: 35% !important;
  }
  header {
    padding: 25px 20px;
  }
  footer .footer-menu {
    justify-content: center;
    margin-bottom: 10px !important;
  }
  footer .footer-menu li {
    margin-right: 10px;
  }
}
.blog {
  background: #001327;
  top: 0;
  margin: 0;
  padding: 10% 0%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog .container {
    width: 90% !important;
  }
}
@media (max-width: 600px) {
  .blog {
    padding: 25% 0%;
  }
}
.blog .carousel.carousel-slider {
  height: 500px !important;
}
@media (max-width: 600px) {
  .blog .carousel.carousel-slider {
    height: 250px !important;
  }
}
.blog .carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 600px) {
  .blog .carousel.carousel-slider .carousel-item {
    min-height: 250px !important;
  }
}
.blog .carousel.carousel-slider .carousel-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 40%);
}
.blog .carousel.carousel-slider .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .carousel.carousel-slider .carousel-item .text-image {
  position: absolute;
  width: 50%;
  left: 50px;
  bottom: 50px;
}
@media (max-width: 600px) {
  .blog .carousel.carousel-slider .carousel-item .text-image {
    width: 90%;
    left: 20px;
  }
}
.blog .carousel.carousel-slider .carousel-item .text-image h2 {
  font-size: 25px;
  color: #F7941C;
  font-family: "Hellix-bold";
}
@media (max-width: 600px) {
  .blog .carousel.carousel-slider .carousel-item .text-image h2 {
    font-size: 20px;
    line-height: 1;
  }
}
.blog .article-col {
  -webkit-column-count: 3;
  -webkit-column-gap: 2rem;
  -moz-column-count: 3;
  -moz-column-gap: 1.5rem;
  padding: 1em;
  margin: 5em -1em;
}
@media (max-width: 600px) {
  .blog .article-col {
    margin: 2em -1em;
  }
}
@media (max-width: 600px), only screen and (min-width: 601px) and (max-width: 767px) {
  .blog .article-col {
    -webkit-column-count: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog .article-col {
    -webkit-column-count: 2;
  }
}
.blog .article-col .article-card {
  background-color: #001E3C;
  margin-bottom: 2em;
  border: 1px solid #185EA7;
  border-radius: 15px;
  display: block;
  -webkit-column-break-inside: avoid;
  transition: box-shadow ease-in-out 0.2s;
  overflow: hidden;
  padding-bottom: 30px;
}
.blog .article-col .article-card .article-content {
  padding: 10px 30px;
}
.blog .article-col .article-card .article-content p {
  font-size: calc(0.4rem + 1vh);
  line-height: 1.5;
}
.blog .article-col .article-card .article-content h2 {
  color: #F7941C;
  font-size: 25px;
  font-family: "Hellix-bold";
}
@media (max-width: 600px) {
  .blog .article-col .article-card .article-content h2 {
    font-size: 20px;
  }
}
.blog .article-col .article-card .article-content button {
  background: none;
  border: none;
  text-transform: capitalize;
  font-size: calc(0.5rem + 1vh);
  font-family: "Inter", sans-serif;
  box-shadow: none;
  color: #5090D3;
  margin: 0;
  padding: 0;
  font-family: "Hellix-bold";
}
.blog .article-col .article-card .card-image {
  margin: 0;
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 600px) {
  .blog .article-col .article-card .card-image {
    height: 200px;
  }
}
.blog .article-col .article-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Hellix-regular";
  src: local("Hellix Regular"), local("Hellix-Regular"), url("src/webfonts/Hellix-Regular.woff2") format("woff2"), url("src/webfonts/Hellix-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Hellix-bold";
  src: local("Hellix Bold"), local("Hellix-Bold"), url("src/webfonts/Hellix-Bold.woff2") format("woff2"), url("src/webfonts/Hellix-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
html {
  --sbw: 0px;
  --sbr: calc(100% / 100vw);
  --diag: 0px;
  font-size: calc(0.69444vw - var(--sbw) / 144);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Inter", "sans-serif";
  color: #fff;
  overscroll-behavior: none;
  -webkit-font-smoothing: antialiased;
  background: #000;
}

@media (min-width: 1980px) {
  .content-box .heading .container {
    max-width: 1980px !important;
  }
  .content-box .heading.hero-gloves .hero-wrapper video {
    min-height: 80%;
  }
  .contact .container {
    max-width: 1980px !important;
  }
  .contact h2 {
    margin-bottom: 10%;
  }
  .contact .step-wrapper {
    margin-top: 5%;
  }
  .contact a.btn {
    padding: 20px 40px 50px 40px;
  }
  .w_expand {
    width: 70% !important;
  }
  header #logo-header img {
    max-width: 300px;
  }
  .More-dot {
    width: 25px;
    height: 25px;
  }
  .menu-title span {
    font-size: 21px;
  }
}
h1#homepage {
  height: 0;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}

h1 {
  font-size: calc(3rem + 1vh) !important;
}

h2 {
  font-family: Hellix-regular;
  font-size: calc(3rem + 1vh);
  margin-top: 0 !important;
}

h5 {
  font-family: Hellix-bold;
  font-size: calc(0.5rem + 2vh) !important;
}

p {
  font-family: "Inter", sans-serif;
  font-size: calc(0.5rem + 1vh);
  line-height: 2;
  font-weight: 300;
}
@media (max-width: 600px) {
  p {
    font-size: 15px;
    line-height: 1.7;
  }
}

span {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.heading-bold {
  font-family: Hellix-bold;
  color: #FEB404;
}

footer .footer-menu a {
  color: #727272;
}
footer span {
  font-size: 12px;
}

/* cursor follow */
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
.mouse-cursor span {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s ease;
}

.cursor-outer {
  margin-left: -3px;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  background-color: #FEB404;
  box-sizing: border-box;
  z-index: 10000000;
  transition: all 0.2s ease-out;
}
.cursor-outer.cursor-hover {
  opacity: 0;
}

.cursor-inner {
  opacity: 0;
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #FEB404;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  opacity: 0.7;
  transition: all 0.3s cubic-bezier(0.24, 0.65, 0.47, 1.14);
}

.ball {
  width: 10px;
  height: 10px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FEB404;
  border-radius: 50%;
  mix-blend-mode: difference;
  z-index: 99999999999999;
  transform: scale(1);
  -webkit-transform: scale(1);
  justify-content: center;
  display: flex;
  align-items: center;
  pointer-events: none;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #070434;
  z-index: 9999999999;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spinner__circle {
  position: relative;
  width: 54px;
  height: 54px;
  overflow: hidden;
  background-color: #FEB404;
  border-radius: 100%;
  animation: spin 1s infinite linear;
}
.spinner__circle-inner, .spinner__circle-gradient {
  position: absolute;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
}
.spinner__circle-inner {
  top: 50%;
  left: 50%;
  background-color: #070434;
  border-radius: 100%;
}
.spinner__circle-gradient {
  top: -24px;
  left: 6px;
  background-color: #FEB404;
  background-image: linear-gradient(0deg, #FEB404 0%, #070434 50%);
  transform: rotate(-45deg);
}

input.valid {
  color: white;
}

input:focus {
  background-color: #da0000;
}

input#date {
  color: #9e9e9e;
  font-size: 1rem;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  color: #9E9E9E;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.modal {
  max-height: 90%;
  background-color: #021425 !important;
  color: #fff;
  position: fixed;
}
.modal .btn-submit {
  cursor: pointer;
  display: flex;
  margin: 0 auto;
  padding: 10px 40px;
  border: 1px solid rgba(144, 202, 249, 0.5);
  border-radius: 5px;
  background-color: transparent;
  color: rgb(144, 202, 249);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.modal .btn-submit:hover {
  background: #F7941C;
  border: 1px solid rgb(144, 202, 249);
}
.modal .suite-option {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
}
.modal .suite-option p {
  margin-right: 50px;
}
.modal .form-title {
  color: orangered;
  font-weight: bolder;
  font-size: 16px;
  margin: 0 auto;
}
.modal div.other.col.s10 input {
  height: 25px;
  border-bottom: 1px solid #26a69a;
  display: none;
}
.modal .agreement-desc {
  font-size: 12px;
  color: #fff;
}

button.btn.modal-trigger:hover {
  background: orangered;
}

.comparisonSection {
  position: relative;
  padding-bottom: 56.25%; /* to maintain aspect ratio (responsive!) */
}
.comparisonSection .comparisonImage {
  width: 100%;
  height: 100%;
}
.comparisonSection .comparisonImage img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.comparisonSection .comparisonImage.afterImage {
  position: absolute;
  overflow: hidden;
  top: 0;
  transform: translate(100%, 0px);
}
.comparisonSection .comparisonImage.afterImage img {
  transform: translate(-100%, 0px);
}

#set-height {
  display: block;
}

#v0 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.btn-loading {
  display: none;
}

.d-none {
  display: block;
}

.btn-onload {
  transform: translateX(-5px);
  display: inline-block;
  transition: all 0.5s ease;
}

.address {
  font-size: 13px;
  font-family: "Inter", "sans-serif";
  font-weight: 300;
  color: #c3c3c3;
}

.quote-btn {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  transform: translate(100%, 0%);
  cursor: pointer;
}
.quote-btn.product-page {
  transform: translate(0, -20%);
}
.quote-btn.product-page.btn-project {
  bottom: 350px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quote-btn.product-page.btn-project {
    bottom: -150px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
  .quote-btn.product-page.btn-project {
    bottom: -150px;
  }
}
@media (max-width: 600px) {
  .quote-btn {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 150px;
  }
}
@media (max-width: 600px) {
  .quote-btn.mainpage {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    transform: translateY(0px) !important;
    bottom: auto;
  }
}
.quote-btn .btn-order {
  display: flex;
  transform: scale(0.8);
}
.quote-btn .btn-order span {
  position: absolute;
  transform: translate(75px, 105px);
  font-size: 18px;
  font-family: "Hellix-bold";
  z-index: 1;
}
.quote-btn .btn-order img {
  transition: all 0.3s ease;
}
.quote-btn .btn-order .btn-bg {
  background: linear-gradient(136.42deg, #FEB404 2.52%, #F7941C 45.39%, #BB5D05 80.94%);
  width: 220px;
  height: 220px;
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.5s ease;
}

a.btn {
  background: transparent;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 10px;
  text-transform: capitalize;
}
a.btn:hover {
  background: rgb(255, 255, 255);
  color: #000;
}
a.btn:hover span {
  transform: translate3d(0, -50px, 0);
  transition: all 0.2s ease;
}
a.btn:focus {
  background: #FEB404;
  border-color: #FEB404;
}
a span {
  display: inline-block;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}
a span:before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate3d(0, 50px, 0);
}

.footer-inner {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url("img/hangersuit.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 600px) {
  .footer-inner {
    background-position: center;
    background-attachment: unset;
  }
}
.footer-inner .foo {
  display: flex;
  font-size: 13px;
  color: #c3c3c3;
  bottom: 0;
}
.footer-inner .foo ul {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .footer-inner .foo {
    display: block;
  }
}
.footer-inner .foo-menu {
  display: inline-flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.footer-inner .foo-menu a {
  color: #c3c3c3;
  margin-left: 20px;
}
@media (max-width: 600px) {
  .footer-inner .foo-menu a {
    padding: 2px 10px;
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .footer-inner .foo-menu {
    display: block;
    margin: 80px 0 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  .profile-page {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  .footer_desktop {
    display: none;
  }
  .footer_mobile {
    display: block;
    margin-top: 350px;
  }
  .footer_mobile .footer-menu {
    justify-content: center;
  }
  .footer_mobile .footer-menu a {
    color: #727272;
  }
  .address {
    margin-top: 50px;
  }
  .address ul {
    transform: translateY(250px);
  }
  .quote-btn {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 100px;
  }
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  .footer_desktop {
    display: none;
  }
  .footer_mobile {
    display: block;
  }
  .footer_mobile .footer-menu {
    justify-content: center;
    color: #727272;
  }
  .quote-btn {
    transform: translate(0, 20%);
    position: relative;
    margin: auto;
    left: 0;
    right: 50px;
  }
}
@media screen and (min-width: 992px) {
  .footer_desktop {
    display: block;
  }
  .footer_mobile {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .show-on-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 600px), (min-width: 1200px) {
  .show-on-mobile-and-tab {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-mobile-and-tab {
    display: inline-flex !important;
    flex-direction: column;
  }
}
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.scrollTop {
  position: fixed;
  opacity: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #F7941C;
  z-index: 9999;
  bottom: 30px;
  right: 30px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.scrollTop .fa-solid {
  color: #fff;
  font-size: 30px;
}

.bg-template-card {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  background-image: radial-gradient(121.65% 100% at 32.68% 0, #3c4155 0, rgba(60, 65, 85, 0.18) 32.49%, rgba(60, 65, 85, 0) 51.34%), radial-gradient(91.41% 43.04% at 50% 0, #1a1c24 20.67%, rgba(26, 28, 36, 0) 100%), radial-gradient(69.96% 25.89% at 50% 100%, #15171e 22.77%, rgba(19, 21, 27, 0) 100%);
}/*# sourceMappingURL=style.css.map */