@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


@font-face {
  font-family: 'Grifter-Bold';
  src: url('../fonts/grifterbold-webfont.eot');
  src: url('../fonts/grifterbold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/grifterbold-webfont.woff2') format('woff2'),
    url('../fonts/grifterbold-webfont.woff') format('woff'),
    url('../fonts/grifterbold-webfont.ttf') format('truetype'),
    url('../fonts/grifterbold-webfont.svg#Grifter-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* @font-face {
  font-family: 'Grifter-Bold';
  src: url('/assets/fonts/grifterbold.ttf') format(truetype);
} */

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #000;
  font-family: 'Inter', sans-serif;
  color: #fff;
  z-index: 1;
}

.grifter {
  font-family: 'Grifter-Bold';
  font-weight: bold;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/* most used Classes */

.flexy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.centerBetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.itemStart {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.justStart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.justCenter {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.justend {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

/* most used Classes */

.vertLine {
  position: relative;
  z-index: 1;
}

.vertLine::before {
  position: absolute;
  top: 28px;
  content: '';
  background: #ffffff7a;
  width: 2px;
  height: 15rem;
  z-index: -1;
}

/* .manHeroImg {
  position: relative;
  z-index: 1;
  width: 100%;
}

.manHeroImg::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100vh;
  right: 0;
  z-index: -1;
  background-image: url('/assets/images/manHomehero.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */


.merchendize_bg {
  height: 1125px;
  width: 100% !important;
}


.merch-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
  margin-top: -140px;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}

/* @media (min-width: 768px) {
  .merchendize_bg {
    height: 100%;
    width: 100%;
    margin-top: 0;
  }
} */

.device_block li {
  position: absolute;
  right: 20%;
  top: 50%;
  display: none;
  width: 15%;
  transform: translateY(-50%) rotate(16deg);
}

.device_block li.active_device {
  display: block;
}

@media only screen and (max-width: 576px) {

  .device_block ul li {
    margin: 0 auto;
    text-align: center;
  }

  body .slick-prev {
    left: -12px;
    z-index: 1;
  }

  body .slick-next {
    right: -12px;
  }

  /* body .slick-prev,
  body .slick-next {
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  body .slick-prev {
    transform: translateX(-120%);
  }

  body .slick-next {
    transform: translateX(20%);
  } */
}




.slickiestt {
  background-color: #000;
  padding: 20px 0;
}

.slickiestt .slick-slide {
  display: block !important;
  text-align: center;
}

.slickiestt iframe {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}

















.productSliding {
  position: relative;
}

.productSliding .custom-prev-arrow,
.productSliding .custom-next-arrow {
  background-color: #222;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}



.productSliding .custom-prev-arrow,
.productSliding .custom-next-arrow {
  position: absolute;
  top: -105px;
  z-index: 10;
}

.productSliding .custom-prev-arrow {
  left: 54%;
  transform: translateX(-60px);
}

.productSliding .custom-next-arrow {
  left: 46%;
  transform: translateX(20px);
}

/* Hide arrows on desktop */
@media (min-width: 1025px) {

  .productSliding .custom-prev-arrow,
  .productSliding .custom-next-arrow {
    display: none !important;
  }
}

/* ✅ Show on tablet & mobile */
@media (max-width: 1024px) {

  .productSliding .custom-prev-arrow,
  .productSliding .custom-next-arrow {
    display: inline-flex;
  }
}


.size-active {
  background-color: #4b69e5 !important;
  color: #ffffff !important;
  border-color: #4b69e5 !important;
}

.rotate-y-180 {
  transform: rotateY(180deg);
}