@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap");
:root {
  scroll-behavior: auto;
  --blue: #33bdfd;
  --voilet: #ac2cff;
  --pink: #ee093d;
  --pinkdark: #9f0b1e;
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

.icon {
  stroke: unset;
  stroke-width: 0px;
  fill: currentColor;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}

.icon-1x {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.icon-2x {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.icon-3x {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.icon-4x {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.icon-5x {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.icon-6x {
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}

.icon-7x {
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
}

.icon-8x {
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
}

.icon-9x {
  -webkit-transform: scale(1.9);
          transform: scale(1.9);
}

.icon-10x {
  -webkit-transform: scale(2);
          transform: scale(2);
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 0px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #999999;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--blue);
}

.l {
  -webkit-box-shadow: inset 0 0 0 1px red;
          box-shadow: inset 0 0 0 1px red;
}

.fw-medium {
  font-weight: 500 !important;
}

.text-blue {
  color: var(--blue);
}

.text-voilet {
  color: var(--voilet);
}

.text-pink {
  color: var(--pink);
}

.text-pinkdark {
  color: var(--pinkdark);
}

.opacity-10 {
  opacity: 0.10;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.20;
}

.opacity-30 {
  opacity: 0.30;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.40;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.60;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-80 {
  opacity: 0.80;
}

.opacity-82 {
  opacity: 0.82;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.90;
}

.fs-10px {
  font-size: 10px;
}

.fs-11px {
  font-size: 11px;
}

.fs-12px {
  font-size: 12px;
}

.fs-13px {
  font-size: 13px;
}

.fs-14px {
  font-size: 14px;
}

.fs-15px {
  font-size: 15px;
}

.fs-16px {
  font-size: 16px;
}

.fs-17px {
  font-size: 17px;
}

.fs-18px {
  font-size: 18px;
}

.w-10px {
  width: 10px;
}

.w-15px {
  width: 15px;
}

.w-20px {
  width: 20px;
}

.w-30px {
  width: 30px;
}

.w-35px {
  width: 35px;
}

.w-40px {
  width: 40px;
}

.w-45px {
  width: 45px;
}

.w-50px {
  width: 50px;
}

.w-60px {
  width: 60px;
}

.w-70px {
  width: 70px;
}

.w-80px {
  width: 75px;
}

.w-80px {
  width: 80px;
}

.w-85px {
  width: 85px;
}

.w-90px {
  width: 90px;
}

.w-100px {
  width: 100px;
}

.w-120px {
  width: 120px;
}

.wh-100p {
  width: 100%;
  height: 100%;
}

.minw-18px {
  min-width: 18px;
}

.minw-20px {
  min-width: 20px;
}

.minw-22px {
  min-width: 22px;
}

.anchor-hoverblue {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 350ms;
  transition: 350ms;
}

.anchor-hoverblue:hover {
  color: var(--blue) !important;
}

.anchor-pinkhover {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.anchor-pinkhover:hover {
  color: var(--pink) !important;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-md {
  padding: .65rem 1.2rem;
}

.btn-primary {
  border-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#33bdfd), color-stop(51%, #8b11dd), to(#33bdfd));
  background-image: linear-gradient(to right, #33bdfd 0%, #8b11dd 51%, #33bdfd 100%);
  background-size: 200% auto;
  -webkit-transition: 0.350s all;
  transition: 0.350s all;
}

.btn-primary:focus {
  border-color: transparent;
}

.btn-primary:hover {
  background-position: right center;
  border-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #ac2cff;
  background: linear-gradient(45deg, #33bdfd, #ac2cff, #ee093d);
}

.top-bar {
  height: 32px;
  background: rgba(255, 255, 255, 0.15);
  background: linear-gradient(45deg, #33bdfd, #ac2cff, #ee093d);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 15px;
}

.top-bar a:hover {
  opacity: 0.70;
}

.menu-light {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 32px;
  left: 0;
  z-index: 100;
}

.menu-light.active {
  top: 0;
  background-color: white;
  position: fixed;
  -webkit-animation: animheader .6s linear;
          animation: animheader .6s linear;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.menu-light.active .navbar-brand img {
  height: 46px;
  -webkit-filter: none;
          filter: none;
}

.menu-light.active .navbar-nav .nav-item .nav-link {
  color: rgba(0, 0, 0, 0.7);
}

.menu-light .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.menu-light .navbar-brand img {
  height: 66px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.menu-light .navbar-nav .nav-item {
  margin-left: 20px;
}

.menu-light .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.9);
}

.menu-light .navbar-nav .nav-item .nav-link.active {
  color: var(--pink);
  font-weight: 600;
}

.menu-light .navbar-nav .nav-item .nav-link:hover {
  color: var(--blue);
}

.menu-light .navbar-nav .nav-item.show .nav-link {
  color: var(--blue);
}

@-webkit-keyframes animheader {
  from {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes animheader {
  from {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 991.9px) {
  .menu-light {
    background-color: white;
  }
  .menu-light .navbar-brand img {
    height: 46px;
    -webkit-filter: none;
            filter: none;
  }
  .menu-light .navbar-nav {
    padding-top: 20px;
  }
  .menu-light .navbar-nav .nav-item {
    margin-left: 0px;
  }
  .menu-light .navbar-nav .nav-item .nav-link {
    color: rgba(0, 0, 0, 0.7);
  }
}

.page-banner {
  position: relative;
  padding-top: 114px;
  padding-bottom: 20px;
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  background-color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#480250));
  background: linear-gradient(180deg, #000, #480250);
}

.page-banner .image-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.page-banner .breadcrumb .breadcrumb-item {
  opacity: 0.90;
}

.page-banner .breadcrumb .breadcrumb-item a {
  color: #fff;
}

.page-banner .breadcrumb .breadcrumb-item a:hover {
  color: var(--blue);
  text-decoration: none;
}

.page-banner .breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.card-btn a {
  color: #000;
  padding: 10px;
}

.card-btn a:hover {
  border: 2px solid #2250fc;
  border-radius: 25px;
  color: #2250fc;
}

.carousel-main .carousel-item {
  min-height: 100vh;
}

.carousel-main .carousel-item .carousel-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-main .carousel-item .item-anim {
  opacity: 0;
}

.carousel-main .carousel-item.active .item-anim {
  -webkit-animation: slideanim 500ms linear forwards;
          animation: slideanim 500ms linear forwards;
}

@-webkit-keyframes slideanim {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes slideanim {
  from {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.btn-mouse {
  position: absolute;
  width: 26px;
  height: 46px;
  bottom: 20px;
  left: calc(50% - 13px);
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
  opacity: 0.75;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.btn-mouse:hover {
  opacity: 1;
  -webkit-box-shadow: inset 0 0 0 1px var(--blue);
          box-shadow: inset 0 0 0 1px var(--blue);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.btn-mouse::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #33bdfd;
  top: 8px;
  left: calc(50% - 4px);
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scrollMouse;
          animation-name: scrollMouse;
}

@-webkit-keyframes scrollMouse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@keyframes scrollMouse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

.getin-touch {
  background: linear-gradient(45deg, #33bdfd, #ac2cff, #ee093d);
}

.carousel-blue .carousel-indicators {
  bottom: -50px;
}

.carousel-blue .carousel-indicators [data-bs-target] {
  background-color: var(--blue);
}

.product-ratio {
  display: block;
  overflow: hidden;
  background-color: #000;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.product-ratio img {
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.product-ratio:hover img {
  opacity: 0.5;
}

.product-ratio:hover .product-ratiotypo {
  top: 50%;
  opacity: 1;
}

.product-ratio .product-ratiotypo {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  padding: 15px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  opacity: 0;
  z-index: 2;
}

.list-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding: 5px 0 5px 0;
  margin: 0;
  z-index: 1;
}

.list-tab li {
  padding: 0 14px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  border-radius: 40px;
}

.list-tab li:hover {
  opacity: 0.80;
  -webkit-box-shadow: 0 0 0 2px #888;
          box-shadow: 0 0 0 2px #888;
}

.list-tab li.active, .list-tab li.active:hover {
  -webkit-box-shadow: 0 0 0 2px var(--pink);
          box-shadow: 0 0 0 2px var(--pink);
  color: var(--pink);
  opacity: 1;
}

/*Start | Modal Gallery Style*/
.modal-lighting .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
}

.modal-lighting .modal-content {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  height: 100vh;
}

.modal-lighting .carousel-indicators li {
  width: 14px;
  height: 5px;
  border: 0;
  border-radius: 0px;
  margin-right: 3px;
  margin-left: 3px;
  background: var(--blue);
  -webkit-box-shadow: 0 0 2px var(--pink);
          box-shadow: 0 0 2px var(--pink);
}

.modal-lighting .carousel-indicators li.active {
  background: var(--pink);
}

.modal-lighting .modal-body, .modal-lighting .carousel, .modal-lighting .carousel-item {
  height: 100vh;
}

.modal-lighting .carousel-control-prev-icon,
.modal-lighting .carousel-control-next-icon {
  background-color: #888;
}

.modal-lighting .carousel-item img {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  margin: 10px auto;
  max-width: calc(100% - 20px);
  max-height: calc(100vh - 20px);
}

.modal-lighting button {
  font-family: Arial;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 10;
  width: 32px;
  height: 32px;
  background: transparent;
  color: red;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  border-radius: 50%;
  font-size: 30px;
  line-height: 0;
  padding: 0;
  outline: none;
  background: white;
}

.modal-lighting button:hover {
  opacity: 1;
}

.modal-backdrop.show {
  opacity: 0.92;
}

/*End | Modal Gallery Style*/
.go-top {
  display: block;
  position: fixed;
  width: 40px;
  height: 40px;
  z-index: 1000;
  bottom: -500px;
  right: 24px;
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 0 6px #fff;
          box-shadow: 0 0 6px #fff;
  cursor: pointer;
  -webkit-transition: 350ms;
  transition: 350ms;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.go-top:hover {
  background: var(--blue);
}

.go-top.active {
  bottom: 20px;
}

footer .footer-logo img {
  height: 66px;
}

footer .footer-links {
  list-style-type: none;
  padding: 0;
}

footer .footer-links li {
  margin-bottom: 7px;
}

footer .footer-links li a {
  font-size: 15px;
  color: #212529;
  text-decoration: none;
}

footer .footer-links li a:hover {
  color: var(--voilet);
}

footer .footer-links li a:hover span {
  opacity: 1;
  margin-left: 3px;
}

footer .footer-links li a span {
  opacity: 0;
  font-size: 14px;
  margin-left: -3px;
  -webkit-transition: 350ms;
  transition: 350ms;
}

footer .copyrights {
  background-color: #ebeced;
}

@media (min-width: 576px) {
  .w-sm-60 {
    width: 60%;
  }
  .w-sm-65 {
    width: 65%;
  }
  .w-sm-70 {
    width: 70%;
  }
  .w-sm-75 {
    width: 75%;
  }
  .fs-sm-5 {
    font-size: 1.125rem !important;
  }
}

@media (max-width: 767.9px) {
  .page-banner {
    min-height: 300px;
  }
}
/*# sourceMappingURL=style.css.map */