:root {
  --primary-color: #E2DBD5;
  --secondary-color: #232323;
  --text-light: #ffffff;
}

* {
  box-sizing: border-box;
  word-wrap: break-word !important;

}

html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  overflow-x: hidden;
  color: var(--secondary-color);

}

body {
  background-color: var(--text-light);
}

button {
  outline: none;
  border: none;
}

a {
  color: var(--secondary-color);
  text-decoration: none;
}

a:hover {
  color: var(--secondary-color);
  text-decoration: none !important;

}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: var(--secondary-color);
}

h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500 !important;
}

h5 {
  font-size: 20px !important;
  font-weight: 500 !important;
}

h6 {
  font-size: 16px !important;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500 !important;
}

.primary-text {
  color: var(--primary-color) !important;
}

.secondary-text {
  color: var(--secondary-color) !important;
}

.primary-bg {
  background-color: var(--primary-color) !important;
}

.bg-nude {
  background-color: var(--primary-color);
}

.hover-primary-text {
  transition: 0.2s all linear;
}

.hover-primary-text:hover {
  color: var(--primary-color) !important;
  transition: 0.2s all linear;
  text-decoration: none;
}

.font-inter {
  font-family: "Inter", sans-serif !important;

}

/*BOOTSTRAP EXTEND*/

.cursor-pointer {
  cursor: pointer;
}

.z-9 {
  z-index: 999 !important;
}

.top-0 {
  top: 0 !important;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.m-0 {
  margin: 0 !important;
}

.mr-1 {
  margin-right: 4px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mx-3 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.row {
  display: flex !important;
  flex-wrap: wrap;
}

.line-height-1 {
  line-height: 1 !important;
}

.line-height-2 {
  line-height: 1.6 !important;
}

.line-height-3 {
  line-height: 3 !important;
}

.letter-spacing-1 {
  letter-spacing: 1px !important;
}

.letter-spacing-2 {
  letter-spacing: 2px !important;
}

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

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

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

.fs-5 {
  font-size: 21px;
}

.fs-4 {
  font-size: 24px;
}

.fs-3 {
  font-size: 28px;
}

.fs-2 {
  font-size: 32px;
}

.fs-1 {
  font-size: 36px;
}

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

.fw-bold {
  font-weight: bold !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.fw-italic {
  font-style: italic !important;
}

.d-grid {
  display: grid;
}

.grid-6 {
  grid-template-columns: repeat(6, 1fr);
  row-gap: 16px;
  column-gap: 16px;
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
  row-gap: 8px;
  column-gap: 8px;
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  row-gap: 16px;
  column-gap: 16px;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 8px;
  column-gap: 8px;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 8px;
  column-gap: 8px;
}

.bg-black {
  background-color: var(--secondary-color);
}

.text-black {
  color: var(--secondary-color);
}

.text-black:hover {
  color: var(--secondary-color);
}

.p-0 {
  padding: 0 !important;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 16px;
}

.gap-30 {
  gap: 30px;
}

.gap-4 {
  gap: 24px;
}

.gap-5 {
  gap: 48px;
}

.form-group {
  margin-bottom: 0 !important;
}

.ms-auto {
  margin-left: auto !important;
}

.ms-1 {
  margin-left: 4px !important;
}

.ms-2 {
  margin-left: 8px !important;
}

.ms-3 {
  margin-left: 16px !important;
}

.ms-4 {
  margin-left: 24px !important;
}

.ms-5 {
  margin-left: 48px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ps-1 {
  padding-left: 4px !important;
}

.ps-2 {
  padding-left: 8px !important;
}

.ps-3 {
  padding-left: 16px !important;
}

.ps-4 {
  padding-left: 24px !important;
}

.ps-5 {
  padding-left: 48px !important;
}

.ps-md-5 {
  padding-left: 48px !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pt-3 {
  padding-top: 16px !important;
}

.pt-4 {
  padding-top: 24px !important;
}

.pt-5 {
  padding-top: 48px !important;
}

.ps-10 {
  padding-left: 60px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.mt-2 {
  margin-top: 8px;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

label {
  margin-bottom: 0 !important;
}

.d-block {
  display: block !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.position-fixed {
  position: fixed !important;
}

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-none {
  display: none !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.justify-content-center {
  justify-content: center !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-row {
  flex-direction: row !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-strecht {
  align-items: stretch !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.text-white {
  color: var(--text-light) !important;
}

.text-white-subtle {
  color: #f0f0f0 !important;
}

.text-black {
  color: var(--secondary-color) !important;
}

.text-center {
  text-align: center !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-auto {
  height: auto !important;
}

.h-100 {
  height: 100% !important;
}

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

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.py-2 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pt-3 {
  padding-top: 16px !important;
}

.pl-4 {
  padding-left: 24px !important;
}

.pb-3 {
  padding-bottom: 16px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-3 {
  margin-bottom: 16px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.mb-5 {
  margin-bottom: 48px !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.mt-5 {
  margin-top: 48px;
}

.mt-3 {
  margin-top: 16px !important;
}

.mt-4 {
  margin-top: 24px !important;
}

.px-3 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-4 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.px-5 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.pr-5 {
  padding-right: 48px !important;
}

.pl-5 {
  padding-left: 48px !important;
}

.pr-3 {
  padding-right: 16px !important;
}

.pl-3 {
  padding-left: 16px !important;
}

.pt-4 {
  padding-top: 24px !important;
}

.pb-4 {
  padding-bottom: 24px !important;
}

.pt-5 {
  padding-top: 110px !important;
}

.pb-5 {
  padding-bottom: 48px !important;
}

.fw-bold {
  font-weight: bold !important;
}

.border-none {
  border: none;
}

.outline-none {
  outline: none !important;
}

.border-black {
  border-color: var(--secondary-color) !important;
}

.border-white {
  border-color: var(--text-light) !important;
}

.border {
  border: 1px solid !important;
}

.border-1 {
  border: 2px solid !important;
}

.border-2 {
  border: 3px solid !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 4px !important;
}

.rounded-2 {
  border-radius: 8px !important;
}

.rounded-3 {
  border-radius: 16px !important;
}

.rounded-4 {
  border-radius: 24px !important;
}

.rounded-5 {
  border-radius: 48px !important;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.666667%;
}

.col-10 {
  width: 83.333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.666667%;
}

.col-6 {
  width: 50%;
}

.col-4 {
  width: 33.333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.666667%;
}

.pr-0 {
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-2 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-2 {
  padding: 10px !important;
}

.p-32 {
  padding: 32px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}


.p-3 {
  padding: 16px;
}

.p-4 {
  padding: 24px;
}

.p-5 {
  padding: 48px;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-white {
  background-color: var(--text-light) !important;
}

.ps-3 {
  padding-left: 16px !important;
}

.pe-3 {
  padding-right: 16px !important;
}

.pe-2 {
  padding-right: 10px !important;
}

.pe-1 {
  padding-right: 5px !important;
}

.border-bottom {
  border-bottom: 1px solid !important;
}

.border-bottom-2 {
  border-bottom: 2px solid !important;
}

.border-top {
  border-top: 1px solid !important;
}

.list-style-type-none {
  list-style-type: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

@media screen and (min-width: 768px) {
  .ps-md-5 {
    padding-left: 12px !important;
  }

  .px-md-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .px-md-5 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mt-md-2 {
    margin-top: 8px !important;
  }

  .mt-md-3 {
    margin-top: 16px !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-none {
    display: none !important;
  }

  .col-md-2 {
    width: 16.666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.333333%;
  }

  .px-md-5 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .pt-md-4 {
    padding-top: 24px !important;
  }

  .px-md-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .px-md-3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .ms-md-4 {
    margin-left: 24px !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .col-md-10 {
    width: 83.333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .pr-md-2 {
    padding-right: 10px !important;
  }

  .pl-md-2 {
    padding-left: 10px !important;
  }

  .d-md-none {
    display: none !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-2 {
    gap: 10px;
  }

  .gap-md-3 {
    gap: 16px;
  }
}

@media screen and (max-width: 768px) {
  .col-md-4 {
    padding: 0 !important;
  }

  .justify-content-xxs-center {
    justify-content: center !important;
  }

  .gap-30 {
    gap: 24px !important
  }
}

@media screen and (max-width: 1023px) {
  .whatsapp-fixed {
    right: 24px !important;
    bottom: 11px !important;
  }

  .header-container-right {
    padding-right: .1rem !important;
  }

  .header-container-right .w-100 {
    width: 82% !important;
  }

  .hRezSpan {
    font-size: 13px !important;
  }
}

@media screen and (min-width: 1023px) {


  .px-lg-5 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .col-lg-4 {
    width: 33.333333% !important;
  }

  .col-lg-5 {
    width: 41.666667% !important;
  }

  .col-lg-3 {
    width: 25% !important;
  }

  .col-lg-6 {
    width: 50% !important;
  }

  .col-lg-9 {
    width: 75% !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }
}

@media screen and (max-width: 1400px) {
  .grid-6 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-5 {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 8px;
    column-gap: 8px;
  }
}

@media screen and (max-width: 1022px) {
  .grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-2 {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .px-xs-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .gap-xs-0 {
    gap: 0 !important;
  }

  .mt-xs-0 {
    margin-top: 0 !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .mt-xs-5 {
    margin-top: 48px !important;
  }

  .mt-xs-4 {
    margin-top: 24px !important;
  }

  .grid-5 {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 8px;
    column-gap: 8px;
  }
}

@media screen and (max-width: 576px) {
  .grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-5 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 8px;
    column-gap: 8px;
  }
}

@media screen and (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
    width: 1320px !important;
  }

}

/*BOOTSTRAP EXTEND END*/
/* PAGES CSS START  */

/* HEADER START  */

nav {
  max-height: 90px;
  z-index: 90000;
  width: 100%;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
  position: static;

}

nav.fixed {
  position: fixed;
  top: 0;
  opacity: 1;
  animation: fadeIN 0.5s ease;
  transform: translateY(0);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

nav.hidden {
  display: block !important;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width:1100px) {
  .gap-5 {
    gap: 20px !important;
  }

}

@media screen and (max-width:576px) {
  .upper-nav-cont>div {
    gap: 8px !important;
    width: 100%;
  }

  .upper-nav-cont>div:nth-child(2) {
    justify-content: space-between !important;
    margin-top: 8px;
  }

}

.upper-nav {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 10px 0;
}

.upper-nav * {
  color: var(--secondary-color) !important;
}

.upper-nav a i {
  opacity: 0.4;
}

.upper-nav a i:hover {
  opacity: 1;
}

.upper-nav select {
  border: none;
  outline: none;
  background: transparent;
  margin: 0px !important;

}

.upper-nav ul {
  margin: 0px !important;
}

.upper-nav .language-selector {
  margin: 0px !important;

}

.navbar {
  padding-top: 20px;
}

.navbar ul li a {
  font-weight: bold;
}

.search-input>div {
  border-bottom: 1px solid var(--secondary-color);
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
}

.search-input input {
  border: none;
  outline: none;
  background: transparent;
}

/* HEADER END  */

.swiper-slide .slide-content {
  opacity: 0 !important;
  transition: 0.7s ease-in-out !important;
}

.slide-content {
  padding: 60px 70px 40px;
  padding-bottom: 100px !important;
  left: 80px;
  bottom: 50px;
  max-width: 750px;
  position: absolute;
  background: rgba(0, 0, 0, .6);

}

.swiper-slide-active .slide-content {
  opacity: 1 !important;
  transition: 0.7s ease-in-out !important;


}

.slide-content h1 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 15px;
}

.slide-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

.slide-content a {
  border: 1px solid var(--text-light);
  border-radius: 50px;
  font-weight: 400;
  line-height: 24px;
  width: fit-content;
  padding: 13px 40px;
  text-align: center;
}

.slide-content a:hover {
  text-decoration: none;
}

.slide-content * {
  color: var(--text-light) !important;
}

.swiper-pagination {
  position: absolute !important;
  bottom: 75px !important;
  text-align: start !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 80px;
  max-width: 500px !important;
  left: 80px !important;
}

.swiper-pagination-bullet {
  width: 70px !important;
  height: 1px !important;
  border-radius: 0px !important;
  margin: 0 !important;
  background-color: var(--text-light) !important;
  ;
}

.swiper-pagination-bullet-active {
  height: 3px !important;
  transition: 0.3s all linear !important;
}

.swiper-nav {
  position: absolute;
  bottom: 75px;
  gap: 20px;
  left: 580px;
}

.swiper-nav>div {
  z-index: 555;
  position: relative;
  width: 50px;
  height: 50px;
  color: var(--primary-color);
  font-size: 25px;
  border-radius: 50%;
  transition: 0.2s all linear;
  border: 1px solid var(--primary-color) !important;
}

.swiper-nav>div:hover {
  background-color: var(--primary-color) !important;
  color: var(--secondary-color) !important;
  transition: 0.2s all linear;


}


@media screen and (min-width:1000px) {
  .main-slider {
    height: 93vh;
  }
}

.newIn-header h1 {
  font-size: 50px !important;
  font-weight: 300 !important;
}

.newIn-header a {
  color: var(--primary-color);
  font-weight: 500;
  transition: 0.3s all linear;
  line-height: 16px;
  position: relative;
}

.newIn-header a:hover {
  text-decoration: none;
  color: var(--secondary-color);
}

.newIn-header a::after {
  background: var(--primary-color);
  bottom: -8px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  width: 80%;

}

.newIn-header a:hover::after {
  width: 120% !important;
  background-color: var(--secondary-color);
}

.newIn-navigation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 500;
}

.newIn-navigation>div {
  width: 50px;
  height: 50px;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 50%;
  transition: 0.4s all ease-in-out;

}

.newIn-slider .swiper-button-prev-newIn,
.newIn-slider .swiper-button-next-newIn {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.newIn-slider:hover .swiper-button-prev-newIn,
.newIn-slider:hover .swiper-button-next-newIn {
  opacity: 1;
}

.newIn-navigation>div:nth-child(1) {
  margin-left: -30px;
}

.newIn-navigation>div:nth-child(2) {
  margin-right: -30px;
}

.hidden-opacity {
  opacity: 0 !important;
}

.show-opacity {
  opacity: 1 !important;
}

.banner-overlay {
  display: block;
  top: 0;
  background-color: rgba(0, 0, 0, .2);
  transition: 0.2s all linear;

}

.banner-box {
  overflow: hidden;
  transition: 0.2s ease-in;

}

.banner-box:hover .banner-overlay {
  background-color: rgba(0, 0, 0, .6);
  transition: 0.2s all linear;

}

.click-here {
  bottom: -50px;
  position: absolute;
  color: var(--text-light);
  z-index: 100;
  left: 20px;

  transition: ease-in-out 0.3s;
}

.banner-box:hover .click-here {
  bottom: 20px;
}

.category-left-bottom-name {
  position: absolute;
  bottom: 10vh;
  z-index: 100;
  transition: ease-in-out 0.3s;
  left: 0px;
  color: var(--text-light);
  transform: rotate(-90deg);
}

.banner-box:hover .category-left-bottom-name {
  bottom: -100px;
}

.category-left-top-name {
  position: absolute;
  top: -100px;
  transform: rotate(-90deg);
  z-index: 100;
  transition: ease-in-out 0.3s;
  left: 0px;
  color: var(--text-light) !important;

}

.banner-box:hover .category-left-top-name {
  top: 12vh;
}

.banner-box:hover {
  transform: scale(0.98);
  transition: 0.2s ease-in;
}

.showroom {
  width: 100%;
  height: 100vh;
}

.showroom-content {
  background-color: rgba(39, 54, 51, .9);
  top: 50%;

  left: 10%;

  transform: translate(-10%, -50%);
}

.showroom-content * {
  line-height: 30px;
}

.showroom-content a {
  width: fit-content;
}

.showroom-content a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  border-radius: 15px;
  color: var(--text-light) !important;
  background-color: var(--text-light);
  transition: 0.3s all linear;

}

footer {
  padding-top: 100px;

}

.footer-content {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
}

.footer-col ul {
  padding: 0;
  list-style-type: none;

}

.footer-col ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-col ul li a {
  position: relative;
  color: var(--secondary-color);
}

.footer-col ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 1px;
  border-radius: 15px;
  color: var(--secondary-color) !important;
  background-color: var(--secondary-color);
  transition: ease-in-out 0.3s;
}

.footer-col ul li a:hover::after {
  width: 100%;
  height: 1px;
}

.footer-col h5 {
  font-size: 16px !important;
}

.language-selector {
  margin-top: 10px;

}

.language-selector img {
  width: 15px;
  height: 15px;
}

.language-selector select {
  border: none;
  outline: none;
  background: transparent;

}

.language-selector select:focus {
  border: none;
  outline: none;
}

.social-links {
  margin-top: 10px;
}

.social-link {
  width: fit-content;
  height: fit-content;
  color: var(--secondary-color);
}

.social-link i {
  color: var(--primary-color);
}

.social-link i:hover {
  color: var(--secondary-color);
}

.footer-copyright {
  padding-top: 30px;
  padding-bottom: 90px;
  color: var(--primary-color);
  font-size: 14px;
}

.collapse-toggler i {
  display: none;
}

@media screen and (max-width:1000px) {
  .main-slider {
    height: 500px;
  }

  .collapse-toggler i {
    display: block;
    color: var(--secondary-color);
  }

  .slide-content {
    left: 0;
    bottom: 30px;
    background: transparent !important;
    padding-left: 15px !important;
    padding-bottom: 30px !important;

  }

  .swiper-pag-nav {
    flex-direction: column-reverse !important;
  }

  .swiper-nav {
    left: 60% !important;
    bottom: 110px;
  }

  .swiper-pag-nav>div {
    position: relative !important;
  }

  .swiper-pagination {
    left: 0 !important;
    max-width: 400px !important;
    padding-left: 15px;
  }

  .newIn-navigation>div {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .showroom {
    height: 70vh;
  }

  .showroom-content {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .collapsible ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
  }

  .collapsible.active ul {
    max-height: 500px;
  }

  .collapsible ul {
    display: block;
  }

  .collapsible>div {
    border-bottom: 1px solid rgba(23, 23, 23, 0.284);
    padding-bottom: 10px;

  }

  .collapsible.active ul {
    display: block;
  }

  .social-links {
    display: flex !important;
    gap: 16px !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .social-links i {
    font-size: 20px;
  }

}

.product-list {
  margin-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}

.product-box {
  background-color: var(--primary-color);
}

.product-box a {
  padding-top: 40px;
  padding-bottom: 40px;
}

.product-img-first {
  opacity: 1;
  transition: ease-in-out 0.3s;
}

.product-img-second {
  opacity: 0;
  position: absolute;
  transition: ease-in-out 0.3s;

}

.product-box:hover .product-img-first {
  opacity: 0;
  position: absolute;
  transition: ease-in-out 0.3s;


}

.product-box:hover .product-img-second {
  opacity: 1;
  transition: ease-in-out 0.3s;

  position: relative;

}

.product-images {
  transition: ease-in-out 0.3s;

}

.product-box:hover .product-images {
  transform: translateY(-30px);
  transition: ease-in-out 0.3s;
}

.product-content {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 0;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  transition: ease-in-out 0.3s;
}

.product-box:hover .product-content {
  padding-top: 30px;
  padding-bottom: 30px;
  transition: ease-in-out 0.3s;

}

.show-product {
  transform: translateY(50px);
  color: var(--text-light);
  position: relative;
  padding-bottom: 4px;


}

.show-product::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  border-radius: 15px;
  color: var(--text-light) !important;
  background-color: var(--text-light);
  transition: 0.3s all linear;

}

.product-box:hover .show-product {
  transform: translateY(20px);
  transition: ease-in-out 0.3s;
}

.show-product:hover {
  color: var(--secondary-color);
}

.show-product:hover::after {
  background-color: var(--secondary-color);
  color: var(--secondary-color);
}

.detail-breadcrumb {
  padding-top: 16px;
  padding-bottom: 16px;
}

.product-detail .swiper-container {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.product-detail .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background: #fff;
  padding: 1rem;
  position: relative;
  border-radius: 10px;

}

.product-detail .product-image-overlay {
  background: rgba(244, 244, 244, 0.5);
  z-index: 10;
  border: 3px solid rgba(244, 244, 244, 1);

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;

}

.product-detail .swiper-slide-active .product-image-overlay {
  background: transparent !important;
  border-color: #267fce !important;

}

.swiper-button-detail {
  font-size: 32px;
  color: var(--primary-color);
}

.swiper-nav-detail>div {
  position: absolute;
  top: 0;
}

.swiper-nav-detail>div:nth-child(1) {
  left: 0;
}

.swiper-nav-detail>div:nth-child(2) {
  right: 0;
}

.product-detail-speacilaties>ul {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.product-detail-speacilaties {
  padding-top: 10px;
  border-top: 1px solid var(--primary-color);
}

.product-detail-speacilaties i {
  font-size: 32px;
}

.take-info {
  border: none;
  color: white;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #094496;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  box-shadow: 0px 5px 1px 0px #83d0f5;
}

.product-name-container>* {
  font-size: 22px !important;
  margin: 0;
}

.same-products {
  background-color: var(--primary-color);
  padding: 30px;
}

.same-product-box {
  background-color: var(--text-light);
}

.same-slider-btn {
  z-index: 10000;
  top: 50% !important;
  transform: translateY(-50%);
  color: white !important;
}

.same-slider-btn:nth-child(1) {
  margin-left: -40px !important;
}

.same-slider-btn:nth-child(2) {
  margin-right: -40px !important;
}

/* PAGES CSS END  */
.product-detail-banner {
  height: 600px !important;
}