@font-face {
    font-family: 'NexaLight';
    src: url('https://res.cloudinary.com/shubhambhattacharya/raw/upload/v1718431425/NexaLight.ttf.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NexaBold';
    src: url('https://res.cloudinary.com/shubhambhattacharya/raw/upload/v1720707645/Nexa_Bold.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'StretchPro';
    src: url('https://res.cloudinary.com/shubhambhattacharya/raw/upload/v1731069557/StretchPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@keyframes bannermove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
*{
    font-family: 'NexaLight';
}
#heroCarousel .carousel-item img {
    height: 85vh;
    object-fit: cover;
}
#heroCarousel .carousel-item{
    position: relative;
}
.carousel-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000033;
    display: flex;
    align-items: flex-start;
    justify-content: end;
    flex-direction: column;
    padding: 3.7rem;
}
.carousel-text .head-text {
    font-size: 3rem;
    color: white;
    font-family: 'NexaBold';
    text-shadow: 2px 2px 2px black;
    background-color: #ffffff36;
    padding: 0rem 1.3rem;
    border-radius: 6px;
}
#heroCarousel .carousel-item .btn-lnk {
    padding: 0.5rem 3rem;
    text-transform: uppercase;
    background: black;
    outline: none;
    color: white;
    box-shadow: none;
    outline: none;
    border: none;
}
.sub-text{
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    word-spacing: 0.6rem;
}
.carousel-indicators [data-bs-target] {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}
.topMarqDiv {
    background: #000;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 0;
    position: relative;
}

.topMarq {
    background: #000;
    height: 3rem;
    min-width: 280vw;
    font-weight: normal;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    line-height: 36px;
    color: #fafafa;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem 3rem 1.4rem;
    font-size: 1.2vw;
    animation: bannermove 30s linear infinite;
}
.topMarq div {
    width: 100%;
    white-space: nowrap;
    letter-spacing: 0.3px;
    margin-right: 3px;
}
.main-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand-logo img{
    width: 50%;
    padding: 0.6rem;
}
.btn-tcw-outline-invert {
    padding: 0;
    font-size: 1.4rem;
}
.icon-slow{
    margin-left: 0.6rem;
    opacity: 0.6;
}
.menu-section{
    background: #fefefe00;
    color: black;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 30%;
    z-index: 3;
    padding: 2.1rem;
    transition: 600ms;
    right: -100%;
    box-shadow: -5px -7px 17px 8px #0000008c;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.menu-section.active{
    right: 0;
}
.navbar-nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu-section li.nav-item{
    padding: 1.1rem 0.2rem;
    font-size: 1.3rem;
    width: 100%;
    /* text-align: center; */
    letter-spacing: 0.9rem;
}
.submenu-section {
  background: #fefefe00;
  color: black;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 30%;
  z-index: 3;
  padding: 2.1rem;
  transition: 600ms;
  right: -100%;
  box-shadow: -5px -7px 17px 8px #0000008c;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.submenu-section.active{
  right: 0;
}
.submenu-section li.nav-item{
  padding: 1.1rem 0.2rem;
  font-size: 1.2rem;
  width: 100%;
  /* text-align: center; */
  letter-spacing: 0.9rem;
}
.back-menu{
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.1rem;
  background: black;
  color: white;
  padding: 0.3rem 1.6rem;
  border-radius: 6px;
}
li.nav-item span {
    font-family: 'NexaBold';
}
.stick-header{
    position: sticky;
    top: 0;
    z-index: 3;
    background: white;
    box-shadow: 0px -1px 25px 5px #00000078;
}
.heading{
    text-transform: uppercase;
    font-size: 1.6rem;
    font-family: StretchPro;
    /* font-family: NexaBold; */
    letter-spacing: 0.6rem;
    word-spacing: 0.5rem;
}
.subheading{
    letter-spacing: 0.8rem;
    font-size: 1.5rem;
    word-spacing: 0.1rem;
}
.head-highlight{
    font-family: 'StretchPro';
    background: black;
    color: white;
    padding: 0rem 0.5rem;
}
.demoitems{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.video-container{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.video-container video{
    height: 60vh;
    max-width: 100%;
}
.box {
    padding: 5rem 1rem;
    /* border: 1px solid black; */
    margin-top: 1.5rem;
    border-radius: 6px;
    text-align: center;
    background: #f4f2f2b5;
    cursor: pointer;
    position: relative;
}
.box.active{
    box-shadow: 3px 2px 5px 0px #0000006b;
    background: black;
    color: white;
}
.box h4 {
    margin: 0;
}
.box h4 i {
    position: absolute;
    font-size: 9rem;
    bottom: 0.9rem;
    right: 0.6rem;
    opacity: 0.1;
}
.shop-more-block{
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    cursor: pointer;
    border-radius: 12px;
}
.shop-more-block a{
    color: white;
    text-decoration: none;
    font-size: 1.3rem;
}
.image-box{
    border-radius: 12px;
}
.prod-name-sm{
    font-family: 'NexaLight';
    font-size: 1.4rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ribbon */


/* common */
.ribbon {
  width: 6rem;
  height: 7rem;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 3px solid #8E44AD;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 13rem;
  padding: 5px 0;
  background-color: #8E44AD;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.ribbon-top-right {
  top: 0px;
  right: -3px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  right: 0;
  bottom: 1rem;
}
.ribbon-top-right span {
  left: -42px;
  top: 22px;
  transform: rotate(45deg);
  color: #FFC107;
  text-align: center;
  text-transform: uppercase;
}
.no-decor{
    color: black;
    text-decoration: none;
}
.btn-tcw{
    background: black;
    color: white;
    font-family: 'NexaLight';
    line-height: 30px;
    border-radius: 6px;
    padding: 0.5rem 5rem;
  }
.btn-tcw-custom{
    background: black !important;
    color: white !important;
    font-family: 'NexaLight' !important;
    line-height: 30px !important;
    border-radius: 6px !important;
  }
  .btn-tcw:hover{
    color: black;
    background-color: white;
    border: 1px solid black;
  }

  footer.dark_bg{
    background: black;
    color: white;
    text-decoration: none;
  }

  footer.dark_bg a{
    color: white;
    text-decoration: none;
  }

  /* Newsletter css */
  .newsletter {
    position: relative;
    flex-grow: 1;
  }
  
  .newsletter svg {
    position: absolute;
    z-index: 0;
    top: -90px;
    left: 60px;
    fill: #fcdbe8;
  }
  
  .newsletter .newsletter-title {
    margin-bottom: 40px;
    font-weight: 400;
    font-style: italic;
    color: #1107ff;
    font-size: 4.0625rem;
    letter-spacing: -.02em;
    line-height: .9230769231;
    position: relative;
    z-index: 999;
  }
  
  .newsletter .newsletter-text {
    color: rgba(17,7,255,.8);
    padding-right: 140px;
    position: relative;
    z-index: 999;
    max-width: 450px;
  }
  
  .newsletter .newsletter-form {
    position: relative;
    max-width: 355px;
    margin-top: 23px;
    z-index: 999;
  }
  
  .newsletter .newsletter-form input {
    height: 55px;
    width: 100%;
    padding: 18px 135px 17px 10px;
    font-weight: 400;
    font-style: italic;
    border: 0 none;
    outline: none;
    background-color: #fff;
    line-height: 1;
  }
  
  .newsletter .newsletter-form button {
    font-style: normal;
    width: 116px;
    height: 36px;
    transition: background-color .3s cubic-bezier(.165,.84,.44,1);
    /* border-radius: 15px; */
    background-color: #000000;
    color: #fff;
    font-size: .875rem;
    line-height: 1;
    position: absolute;
    right: 9px;
    bottom: 9px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
  }
  .product-images{
    overflow: hidden;
  }
  .prod-img{
    border-radius: 20px;
  }
  .prod-card{
    border: none;
    box-shadow: 2px 4px 5px 3px #0000003b;
    border-radius: 1.2rem;
  }
  .prod-card-links{
    color: #000;
    text-decoration: none;
  }
  .breadcrumb{
    padding: 1rem 1rem;
    background: #e9ecef;
  }
  .breadcrumb a{
    text-decoration: none;
    color: grey;
  }
  .w-65{
    width: 65%;
  }
  /* Product Details page css start */
.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (max-width: 996px) {
      .preview {
        margin-bottom: 20px; } }
  
  .preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  
  .preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px; }
    .preview-thumbnail.nav-tabs li {
      width: 18%;
      margin-right: 2.5%; }
      .preview-thumbnail.nav-tabs li img {
        max-width: 100%;
        display: block; }
      .preview-thumbnail.nav-tabs li a {
        padding: 0;
        margin: 0; }
      .preview-thumbnail.nav-tabs li:last-of-type {
        margin-right: 0; }
  
  .tab-content {
    overflow: hidden; }
    .tab-content img {
      width: 100%;
      -webkit-animation-name: opacity;
              animation-name: opacity;
      -webkit-animation-duration: .3s;
              animation-duration: .3s;
              border-radius: 12px; }
  
  @media screen and (min-width: 997px) {
    .wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  
  .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  
  .colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  
  .product-title, .price, .sizes, .colors {
    text-transform: UPPERCASE;
    font-weight: bold; }
  
  .checked, .price span {
    color: #ff9f1a; }
  
  .product-title, .rating, .product-description, .price, .vote, .sizes {
    margin-bottom: 15px; 
    font-family: 'NexaLight';
  }
  
  .product-title {
    margin-top: 0; }
  
  .size {
    margin-right: 10px; }
    .size:first-of-type {
      margin-left: 40px; }
  
  .color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px; }
    .color:first-of-type {
      margin-left: 20px; }
  
  .add-to-cart, .like {
    background: #ff9f1a;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
            transition: background .3s ease; }
    .add-to-cart:hover, .like:hover {
      background: #b36800;
      color: #fff; }
  
  .not-available {
    text-align: center;
    line-height: 2em; }
    .not-available:before {
      font-family: fontawesome;
      content: "\f00d";
      color: #fff; }
  
  .orange {
    background: #ff9f1a; }
  
  .green {
    background: #85ad00; }
  
  .blue {
    background: #0076ad; }
  
  .tooltip-inner {
    padding: 1.3em; }
  
  @-webkit-keyframes opacity {
    0% {
      opacity: 0;
      -webkit-transform: scale(3);
              transform: scale(3); }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); } }
  
  @keyframes opacity {
    0% {
      opacity: 0;
      -webkit-transform: scale(3);
              transform: scale(3); }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); } }
  .single-prod-card{
    border: none;
  }
  /* Product Details page css end */
  .w-15{
    width: 15%;
  }
  .w-80{
    width: 80%;
  }
  .sm-btn{
    background: transparent;
    color: black;
    box-shadow: none;
    outline: none;
    border: 1.5px solid black;
  }

  .form-container {
    max-width: 400px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .form-step {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  .form-step.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  .form-step.prev {
    transform: translateY(-20px);
  }
  .form-step.next {
    transform: translateY(20px);
  }
  .progress-bar {
    transition: width 0.4s ease;
  }
  .image-scroll {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px;
    white-space: nowrap;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  
  .image-scroll img {
    width: 7rem;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: border 0.3s;
  }
  
  .image-scroll img.selected {
    border: 2px solid #000;
    box-shadow: 1px 1px 4px 1px #000000a6;
  }
  .btn-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #reviewCarousel .carousel-item img{
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    height: 45vh;
    object-fit: contain;
  }


  .imageContainer{
    display: flex;
    flex-wrap: wrap;
  }
  
  #previewModal .modal-body{
    max-height: 80vh;
    overflow: scroll;
    background: #f2f2f2;
  }
  .prevTabs{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }



  .image-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .image-square {
    width: 100px;
    height: 100px;
    border: 2px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 0.3rem;
  }
  
  .image-square img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .image-square input[type="file"] {
    display: none;
  }
  .delete-image-prev{
    position: absolute;
    top: 3px;
    right: 3px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 15px;
    cursor: pointer;
    padding: 0 !important;
  }
  .add-more {
    font-size: 14px;
    color: black;
    cursor: pointer;
  }
  .form-control {
    outline: none;
    border-color: transparent !important;
    box-shadow: none !important;
    border-bottom: 1px solid black !important;
    border-radius: 0 !important;
    padding: 1px !important;
}
.form-control:focus{
  outline: none;
  border-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid black;
  border-radius: 0;
}
.form-group {
  position: relative;
  margin-bottom: 3rem !important;
}

.form-group input,
.form-group textarea {
  width: 100%;
}

.form-group label {
  position: absolute;
  top: 0.5rem;
  font-size: 1rem;
  color: #6c757d;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label {
  top: -1.5rem;
  font-size: 0.85rem;
  color: black;
}
.timeline {
  position: relative;
}
.timeline::before {
  content: '';
  position: absolute;
  width: 2px;
  background: #6c757d;
  top: 0;
  bottom: 0;
  left: 7%;
  margin-left: -1px;
}
.timeline-step {
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
}
.timeline-step:last-child {
  margin-bottom: 0;
}
.timeline-badge {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 13px;
  background-color: #6c757d;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
}
.completed .timeline-badge {
  background-color: #198754; /* Green for completed */
}
.completed .timeline-content {
  color: #198754;
}
.pagination-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-link{
  color: black;
}
.active>.page-link, .page-link.active{
  background-color: black;
  border-color: black;
}
/* Media query */
@media only screen and (max-width: 768px) {
    .menu-section{
        width: 80%;
        backdrop-filter: blur(13px);
        background: #fefefe9c;
        overflow: auto;
    }
    .submenu-section{
        width: 80%;
        backdrop-filter: blur(13px);
        background: #fefefe9c;
        overflow: auto;
    }
    .brand-logo img{
        width: 25%;
    }
    .topMarq{
        padding: 0;
        font-size: 1rem;
        animation: bannermove 15s linear infinite;
    }
    .subheading{
        font-size: 1rem;
    }
    .box h4 i {
        position: absolute;
        font-size: 4rem;
        bottom: 0.9rem;
        right: 0.6rem;
        opacity: 0.1;
    }
    .video-container{
      justify-content: center;
    }
    .menu-section li.nav-item a span{
      font-family: 'NexaBold';
    }
  }