html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  color: #fff;
  background-color: #202020 !important;
}
/* ---------------------------------------- */

@font-face {
  font-family: "Bristol";
  src: url("assets/bristol/Bristol.otf") format("truetype");
}

@import url("https://fonts.googleapis.com/css2?family=Comic+Neue:wght@700&display=swap");

.arthead-text {
  font-family: "Bristol", cursive;
  font-weight: 800;
  font-size: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  border-radius: 10px;
  width: fit-content;
}

.fontn {
  font-family: "Bristol", cursive;
}

/* Each letter colored as in your image */
.letter-a {
  color: #7c4194;
  transform: rotate(-15deg) translateY(4px);
}

.letter-r {
  color: #414e94;
  transform: rotate(10deg) translateY(-2px);
}

.letter-t {
  color: #0096b6;
  transform: rotate(-5deg) translateY(2px);
}

.letter-h {
  color: #2e8b45;
  transform: rotate(15deg) translateY(-3px);
}

.letter-e {
  color: #e4e345;
  transform: rotate(-10deg) translateY(1px);
}

.letter-a2 {
  color: #fa7a31;
  transform: rotate(8deg) translateY(-4px);
}

.letter-d {
  color: #9d1111;
  transform: rotate(12deg) translateY(3px);
}

/* Optional: subtle shadow for better visibility */
.arthead-text span {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
}

/* Top Bar */
.top-bar {
  position: absolute;
  width: 100%;
  z-index: 10;
  color: white;
  top: 10px;
}

@font-face {
  font-family: "Bristol";
  src: url("fonts/Bristol.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.logo svg {
  width: 160px;
}

.menu-btnb {
  font-size: 28px;
  cursor: pointer;
}

/* Video */
.carousel video {
  height: 100vh;
  object-fit: cover;
}

/* Text overlayy */
.overlayy {
  position: absolute;
  top: 0;
  left: 10%;
  width: 100%;
  height: 100%;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.overlayy h1 {
  font-size: 100px;
  font-weight: 500;
  text-align-last: justify;
  font-family: "Copperplate Gothic 32 BC";
}

/* Sidebar */
.sidebar {
  position: fixed;
  left: -100%;
  top: 0;
  width: 280px;
  height: 100%;
  background: #1c1c1c;
  color: white;
  padding: 30px;
  transition: 0.4s;
  z-index: 999;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  margin: 20px 0;
  font-size: 20px;
  cursor: pointer;
}

.close-btn {
  font-size: 30px;
  text-align: right;
  cursor: pointer;
}

/* Active Sidebar */
.sidebar.active {
  left: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .overlayy h1 {
    font-size: 35px;
  }

  .logo {
    font-size: 20px;
  }
}
.carousel-control-prev {
  z-index: 9;
}
.carousel-control-next {
  z-index: 9;
}

/* -------archive Section---------- */

/* Title */
.archive-title {
  text-align: center;
  font-size: 85px;
  margin: 30px 0;
  font-family: "Bristol", cursive;
  margin-top: 40px;
  padding: 0px;
  position: relative;
  /* top: 33px; */
}

/* Carousel item */
.item {
  text-align: center;
}

.label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: "Copperplate Gothic 32 BC";
}

.shirt {
  width: 200px;
  margin: auto;
}

/* Custom arrows */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: white;
  cursor: pointer;
  z-index: 10;
}
.prev-btn {
  left: 20px;
}
.next-btn {
  right: 20px;
}

/* Wrapper */
.carousel-wrapper {
  position: relative;
  max-width: 1000px;
  margin: auto;
}
/* gallery Section------------------------- */
/* CONTAINER */
.luxx-container {
  /* max-width: 1200px; */
  margin: auto;
  padding: 30px 0px;
}
.bor {
  border-top: 1px solid rgb(88, 82, 82);
  margin-top: 40px;
}

/* GRID FIX */
.luxx-product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* CENTER ALIGN */
  gap: 20px;
}

/* CARD WIDTH (3 PER ROW) */
.luxx-card-responsive {
  flex: 0 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}

/* SLIDER */
.luxx-slider {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.luxx-slides {
  display: flex;
  transition: transform 0.4s ease;
}

.luxx-img {
  width: 100%;
  flex-shrink: 0;
}

/* NAV BUTTONS */
.luxx-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  color: #4b423c;
  border: none;
  font-size: 90px;
}

.prev {
  left: 20px;
}
.next {
  right: 20px;
}

/* WISHLIST */
.luxx-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
}
.luxx-card-responsive h3 {
  text-align: center;
  padding: 30px 0px;
  font-family: "Copperplate Gothic 32 BC";
  /* font-weight: 800;  */
  font-size: 20.5px;
  letter-spacing: 5px;
  line-height: 1;
}
/* INFO */
.luxx-info {
  text-align: center;
  padding: 10px 0;
}

.luxx-info h4 {
  font-size: 18px;
}

.luxx-info p {
  font-size: 16px;
}
.color {
  font-family: "Copperplate Gothic 32 BC";
  font-size: 13px;
}
/* .pricee{
   margin-left: -72px;
    padding: 10px;

} */
/* RESPONSIVE */
@media (max-width: 991px) {
  .luxx-card-responsive {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .luxx-card-responsive {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* studi section----------- */
.Studio-title {
  text-align: center;
  padding: 30px 0px;
  font-family: "Copperplate Gothic 32 BC";
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 5px;
  line-height: 1;
}

/* .art-section {
  padding: 80px 0;
  background: #1c1c1c;
} */

/* Logo */
.logo-text {
  color: #e5e54a;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 2px;
}

/* Image Box */
.img-box {
  display: flex;
  justify-content: center;
}

.img-box img {
  width: 260px;
  height: 340px;
  object-fit: cover;
  border: 2px solid #2a2a2a;
  background: #000;
  transition: 0.3s;
}

/* Hover Effect */
.img-box img:hover {
  transform: scale(1.05);
}

/* --------------------------------- */

/* Section */
.form-section {
  padding: 30px 0px;
}

/* Title */
.form-title {
  font-size: 28px;
  letter-spacing: 2px;
  color: #e5e5d8;
}

/* Inputs */
.custom-input {
  background: transparent;
  border: 1px solid #bfbfbf;
  border-radius: 0;
  padding: 14px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.custom-input::placeholder {
  color: #bfbfbf;
}

.custom-input:focus {
  background: transparent;
  box-shadow: none;
  border-color: #fff;
  color: #fff;
}

/* Dropdown fix */
select.custom-input {
  color: #bfbfbf;
}

/* Note text */
.form-note {
  font-size: 12px;
  color: #cfcfcf;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

/* Button */
.submit-btn {
  background: transparent;
  border: 1px solid #e5e5d8;
  color: #e5e5d8;
  padding: 10px 35px;
  border-radius: 25px;
  letter-spacing: 3px;
  font-size: 12px;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #e5e5d8;
  color: #000;
}
.sidebar-menu li a {
  font-size: 18px;
  font-weight: 800;
  font-family: "Copperplate Gothic 32 BC", "Copperplate Gothic", serif;
}
.contactlist p {
  color: white;
  font-size: 18px;
  font-weight: 500;
}

/* black tshirt */
.tshirt-black {
  margin-top: 120px;
}

/* INFO */
.info {
  margin-top: 50px;
}

.labell {
  color: #fff;
  font-size: 13px;
  font-family: "Copperplate Gothic 32 BC";
  font-weight: 800;
}

/* .art-info p{
      color: #fff;
    font-size: 13px;
    font-family: "Copperplate Gothic 32 BC";
    font-weight: 800;
} */
/* #canvasprice{
      margin-left: 10px;
    font-size: 12.5px;
} */

.value {
  margin-left: 10px;
}

/* DESC */
.desc {
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #bbb;
  font-size: 14px;
  line-height: 1.8;
}

.nx-product-section {
  background: #202020;
  color: #ddd;
  min-height: 100vh;
  padding: 80px 20px;
  font-family: "Poppins", sans-serif;
}

.nx-desc {
     max-width: 801px;
        margin: 0 auto 0px;
    font-size: 17px;
  line-height: 1.8;
  color: #fff;
  font-family: "Futura PT", sans-serif;
}

.nx-product-info {
  margin-top: 60px;
  /* font-size: 14px; */
  color: #ccc;
}

.nx-product-info p {
     margin: 6px 0;
    font-size: 16px;
    font-family: 'Futura PT';
}
.nx-product-info strong {
  font-weight: 800;
}
/* Sizes */
.nx-size-wrapper {
  margin-top: 40px;
}

.nx-size-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  border: 1px solid #aaa;
  border-radius: 30%;
  margin: 10px;
  font-size: 35.2px;
  cursor: pointer;
  transition: 0.3s;
}

.nx-size-box:hover {
  background: #fff;
  color: #000;
}

/* Button */
.nx-btn {
  margin-top: 40px;
  padding: 12px 40px;
  border: 1px solid #aaa;
  background: transparent;
  color: #ddd;
  letter-spacing: 3px;
  border-radius: 30px;
  font-size: 18.8px;
  transition: 0.3s;
  font-family: "Copperplate Gothic 32 BC";
}

.nx-btn:hover {
  background: #fff;
  color: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .nx-size-box {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }

  .nx-desc {
    font-size: 13px;
  }
}

/* WRAPPER */
/* .slider-wrapper {
        overflow-x: auto;
        padding: 40px 0;
    } */

/* .slider {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        min-width: max-content;
    } */

/* .itemss {
        flex: 0 0 auto;
        width: 140px;
        transition: 0.4s ease;
        cursor: pointer;
    } */

/* .itemss.active {
        transform: scale(1.2);
        opacity: 1;
    } */

/* .itemss img {
        width: 100%;
        border-radius: 10px;
    } */

/* @media (min-width: 768px) {
        .itemss {
            width: 180px;
        }
    }

    .itemss {
        width: 248px;

    } */
.case {
  margin: 25px 16px;
  font-family: "Copperplate Gothic 32 BC";
  font-size: 10px;
  text-align: center !important;
}
/* tshirt all page */
.tshirt-black {
  margin-top: 100px;
  text-align: center;
}

.title {
  color: #fff;
  letter-spacing: 2px;
  padding: 30px 0px;
  font-size: 21px;
  font-weight: 800;
  font-family: "Copperplate Gothic 32 BC";
}

.slider-wrapper {
  overflow: hidden;
}

.slider {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.itemss {
  width: 220px;
  height: 320px;
  transition: all 0.4s ease;
  opacity: 0.5;
  transform: scale(0.85);
  cursor: pointer;
  margin-left: -70px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.itemss:first-child {
  margin-left: 0;
}

.itemss img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.itemss:nth-child(1),
.itemss:nth-child(5) {
  transform: scale(0.85);
  opacity: 1.3;
}

.itemss:nth-child(2),
.itemss:nth-child(4) {
  transform: scale(0.85);
  opacity: 1.3;
}

.itemss.active {
  transform: scale(1.2);
  opacity: 1;
  z-index: 2;
}

.info {
  margin-top: 50px;
  color: #fff;
}

.labell {
  letter-spacing: 1px;
}

.value {
  margin-left: 10px;
  font-size: 12.5px;
}

@media (max-width: 768px) {
  .itemss {
    height: 220px;
    margin-left: -40px;
  }
} 
