@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

.gfamily {
  font-family: "Gilda Display", serif;
}

a {
  text-decoration: none;
  color: #000;
}

.tippy-box[data-theme~=light-border] {
  border-radius: 0;
}

.h1_heading {
  font-size: 75px;
  line-height: 85px;
  text-transform: capitalize;
  color: var(--light-color);
  font-family: "Gilda Display", serif;
}

.h2_heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  text-transform: capitalize;
  color: var(--dark-color);
  font-family: "Gilda Display", serif;
}

.title {
  font-size: 22px;
  font-weight: 600;
  font-family: "Gilda Display", serif;
  text-transform: capitalize;
}

:root {
  --light-color: #fff;
  --dark-color: #000;
  --smokewhite-color: #f7f7f7;
  --line: #e5e5e5;
  --slide-duration: 700ms;
  --slide-delay: 300ms;
  --easing: cubic-bezier(0.645, 0.045, 0.355, 1);
  --transition-ms: 900ms;
  --page-thickness-vmin: 0.25vmin;
  --shadow: 0 0.75rem 1.5rem -0.5rem rgba(0, 0, 0, .25);
}

/*............... button design ...............*/
.btn_button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: all ease 0.4s;
  text-decoration: none;
  padding: 12px 20px;
  border: 1px solid #000;
  border-radius: 0;
  font-weight: 600;
  background-color: var(--dark-color);
  color: var(--light-color);
  font-family: "Gilda Display", serif;
  letter-spacing: 1px;
}
.btn_button:hover,
.btn_button .active {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}

/*............... header design ...............*/
header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .mobilbtn {
  background-color: var(--light-color);
  border: none;
  min-width: 50px;
}
header .navbar {
  text-transform: uppercase;
}
header .navbar .nav-item .nav-link {
  display: block;
}
header .navbar .nav-item .nav-icon {
  display: none;
}
header .navbar .whatsapp-chat {
  transform: all ease 4s;
}
header .navbar .whatsapp-chat .bi-whatsapp {
  font-size: 18px;
  color: #075E54;
}
header .navbar .whatsapp-chat:hover {
  transform: scale(1.2);
  color: #25D366;
}
header .navbar .whatsapp-chat:hover .bi-whatsapp {
  color: #25D366;
}
header .navbar .search-form {
  min-width: 320px;
  margin-right: 20px;
}
header .navbar .search-form .form-control {
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  border-left: 0;
}
header .navbar .brand-logo {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 25%;
}
header .navbar .brand-logo .navbar-brand {
  z-index: 7777;
}
header .offcanvas {
  min-width: 500px;
  background-color: var(--light-color);
}
header .offcanvas .offcanvas-header .cancel-btn {
  transition: all ease 0.5s;
  transform: rotate(-45deg);
}
header .offcanvas .offcanvas-body {
  color: var(--dark-color);
}
header .offcanvas .offcanvas-body .utility {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
header .offcanvas .offcanvas-body .utility .u-btn {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  transition: all ease 0.4s;
  font-family: "Gilda Display", serif;
}
header .offcanvas .offcanvas-body .utility .u-btn:hover {
  background-color: var(--dark-color);
  color: var(--light-color);
}
header .offcanvas .offcanvas-body .utility .u-btn:hover .badge {
  border-color: var(--light-color);
  color: var(--light-color);
}
header .offcanvas .offcanvas-body .utility .u-btn .badge {
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid var(--dark-color);
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  padding: 0 6px;
  color: var(--dark-color);
}
header .offcanvas .offcanvas-body .brandsearch {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
header .offcanvas .offcanvas-body .brandsearch input {
  width: 100%;
  min-height: var(--tap);
  padding: 5px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  outline: none;
}
header .offcanvas .offcanvas-body .brandsearch input::-moz-placeholder {
  color: #8a8a8a;
}
header .offcanvas .offcanvas-body .brandsearch input::placeholder {
  color: #8a8a8a;
}
header .offcanvas .offcanvas-body .navbar-nav {
  padding: 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
header .offcanvas .offcanvas-body .navbar-nav .navsection {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details {
  border-top: 1px solid var(--line);
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bolder;
  min-height: 40px;
  font-family: "Gilda Display", serif;
  outline: none;
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details summary .chev {
  font-weight: 900;
  opacity: 0.6;
  transition: transform 0.2s;
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details summary::-webkit-details-marker {
  display: none;
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details .nav-items .nav-links {
  display: block;
  padding: 12px 18px;
  text-decoration: none;
  color: var(--ink);
  border-top: 1px solid var(--line);
  min-height: 32px;
  display: flex;
  align-items: center;
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details .nav-items .nav-links:first-child {
  border-top: 0;
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details .nav-items .nav-links:hover,
header .offcanvas .offcanvas-body .navbar-nav .navsection details .nav-items .nav-links .active {
  background: #f8f8f8;
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details .brand-intro {
  padding: 12px 14px;
  display: grid;
  gap: 10px;
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details .brand-intro .tile {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details .brand-intro .tile .brandtitle {
  font-weight: 700;
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details .brand-intro .tile .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details .brand-intro .tile .chips .chip {
  border: 1px solid var(--line);
  padding: 4px 10px;
  color: #000;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  transition: all ease 0.4s;
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details .brand-intro .tile .chips .chip:hover {
  background-color: var(--dark-color);
  color: var(--light-color);
  border: 1px solid var(--dark-color);
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details .brand-intro .tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details .brand-intro .muted {
  color: var(--muted);
  font-size: 0.92rem;
  padding: 0 16px 12px;
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details .muted {
  color: #595959;
  padding: 0 16px 12px;
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details:first-of-type {
  border-top: 0;
}
header .offcanvas .offcanvas-body .navbar-nav .navsection details[open] .chev {
  transform: rotate(90deg);
}
header .offcanvas .offcanvas-body .navbar-nav .bottom-cta {
  margin: 12px 10px 4px;
}
header a:-webkit-any-link:active {
  font-weight: 700;
}
header .offcanvas.show .offcanvas-header .cancel-btn {
  transform: rotate(0);
}

/*............... footer design ...............*/
footer {
  position: relative;
  z-index: 7;
}
footer .footer_area {
  background-color: var(--smokewhite-color);
  padding: 100px 0 70px;
  color: var(--dark-color);
}
footer .footer_area .footer_menus {
  font-size: 17px;
  font-weight: 600;
}
footer .footer_area .footer_menus .footer_icons {
  display: flex;
  gap: 15px;
}
footer .footer_area .footer_menus .footer_icons .social_icons a {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.3215686275);
  color: var(--dark-color);
  font-size: 16px;
  width: 46px;
  height: 46px;
  transition: all ease 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer_area .footer_menus .footer_icons .social_icons a i {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_area .footer_menus .footer_icons .social_icons:hover {
  transform: scale(0.9);
}
footer .footer_area .footer_menus .footer_icons .social_icons:hover a {
  background-color: var(--dark-color);
  color: var(--light-color);
}
footer .footer_area .copyright {
  margin-top: 70px;
}
footer .footer_area .copyright .btn_button {
  font-size: 26px;
  line-height: 36px;
}
footer .footer_area .copyright .btn_button:hover {
  background-color: var(--smokewhite-color);
}
footer .float-button {
  text-decoration: none;
  position: fixed;
  padding: 10px 15px;
  top: 35%;
  right: 35px;
  color: #fff;
  background-color: #25D366;
  border-radius: 0;
  z-index: 100;
  font-family: Arial;
  font-size: 17px;
  box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
  transition: all 0.4s ease-out;
  display: flex;
  align-items: center;
  overflow: hidden;
  animation: whatsapp-bounce 1s ease-in-out, whatsapp-pulse 2s infinite 2s;
}
footer .float-button .bi-whatsapp {
  font-size: 20px !important;
}
footer .float-button span {
  max-width: 0;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.7s ease;
}
footer .float-button:hover {
  background-color: #128C7E;
  transform: scale(1.1);
  border-radius: 25px 25px 2px 25px;
}
footer .float-button:hover span {
  max-width: 150px;
  opacity: 1;
  margin-left: 5px;
}
@keyframes whatsapp-bounce {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  60% {
    transform: translateY(-10px);
    opacity: 1;
  }
  80% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes whatsapp-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
footer .progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px hsla(0, 2.4390243902%, 20.5%, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
footer .progress-wrap::after {
  position: absolute;
  font-family: "bootstrap-icons";
  content: "\f145";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #000;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
footer .progress-wrap .progress-circle path {
  stroke: black;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
  fill: none;
}
footer .active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*............... preloader design ...............*/
.loader-wrapper {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: block;
}
.loader-wrapper .preloader-overlay {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: grid;
  place-items: center;
  background: transparent;
  transition: opacity 0.3s var(--easing), visibility 0.3s var(--easing);
}
.loader-wrapper .preloader-overlay .preloader-orbit-loading {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  perspective: 780px;
}
.loader-wrapper .preloader-overlay .preloader-orbit-loading .cssload-inner {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-sizing: border-box;
}
.loader-wrapper .preloader-overlay .preloader-orbit-loading .cssload-one {
  border-bottom: 3px solid var(--dark-color);
  animation: a1 1.15s linear infinite;
}
.loader-wrapper .preloader-overlay .preloader-orbit-loading .cssload-two {
  border-right: 3px solid var(--dark-color);
  animation: a2 1.15s linear infinite;
}
.loader-wrapper .preloader-overlay .preloader-orbit-loading .cssload-three {
  border-top: 3px solid var(--dark-color);
  animation: a3 1.15s linear infinite;
}
@keyframes a1 {
  from {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
  }
  to {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes a2 {
  from {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
  }
  to {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes a3 {
  from {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
  }
  to {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #f7f7f7;
  z-index: 10000;
  will-change: transform;
}
.loader-wrapper .loader-section.section-left {
  left: 0;
}
.loader-wrapper .loader-section.section-right {
  right: 0;
}

.loaded .loader-section.section-left {
  transform: translateX(-100%);
  transition: transform var(--slide-duration) var(--slide-delay) var(--easing);
}
.loaded .loader-section.section-right {
  transform: translateX(100%);
  transition: transform var(--slide-duration) var(--slide-delay) var(--easing);
}
.loaded .loader-wrapper {
  pointer-events: none;
}
.loaded .preloader-overlay {
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .cssload-one,
  .cssload-two,
  .cssload-three {
    animation: none !important;
  }
  .loaded .loader-section.section-left,
  .loaded .loader-section.section-right {
    transition: none;
    transform: translateX(0);
  }
}
noscript .loader-wrapper {
  display: none !important;
}

/*............... popup design ...............*/
.modal-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.modal-popup .popup-content {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  width: 100%;
  max-width: 550px;
  text-align: left;
  color: #000;
  animation: fadeIn 0.5s ease-in-out, scaleIn 0.5s ease-in-out;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.modal-popup .popup-content .h2_heading {
  margin-top: 0;
  color: #000;
  font-size: 22px;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.modal-popup .popup-content .role {
  margin: 5px 0;
  padding: 10px 12px 0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #000;
}
.modal-popup .popup-content .role:hover {
  background: #000;
  color: #fff;
}
.modal-popup .popup-content .role-input:checked + .role {
  background: #000;
  color: #fff;
}
.modal-popup .popup-content .close-popup {
  margin-top: 7px;
  padding: 10px 20px;
  border: none;
  background: #000;
  color: #fff;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
}
.modal-popup .popup-content .close-popup:hover {
  background: #444;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}

/*............... index page design ...............*/
.home_video {
  background: url("../gallery/video-bg.webp") no-repeat center center/cover;
}
.home_video .video-stage {
  height: auto;
  position: relative;
}
.home_video .video-stage .video-viewport {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.home_video .video-stage .video-viewport video {
  width: var(--videoW, 100%);
  height: auto;
  border-radius: var(--videoR, 0px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  transition: border-radius 0.2s;
}

.our_showroom {
  position: relative;
}
.our_showroom .caption {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.our_showroom .caption .h1_heading {
  background-color: var(--dark-color);
  opacity: 0.6;
}
.our_showroom .sdot {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 7px solid #af8f6f;
  transition: all 0.4s ease-out;
  display: flex;
  align-items: center;
  overflow: hidden;
  animation: whatsapp-bounce 1s ease-in-out, dot-pulse 2s infinite 2s;
}
.our_showroom .flip_book {
  position: absolute;
}
.our_showroom .flip_book .flipbook-container {
  position: relative;
  transition: all 0.4s ease;
  margin-inline: auto;
}
.our_showroom .flip_book .flipbook-container .book {
  --c: 0;
  position: relative;
  display: flex;
  margin: auto;
  width: min(100vmin, 92vh);
  height: 100%;
  aspect-ratio: 1/1.414;
  pointer-events: none;
  transform-style: preserve-3d;
  translate: calc(min(var(--c), 1) * 50%) 0%;
  transition: translate var(--transition-ms);
  will-change: transform, translate;
}
.our_showroom .flip_book .flipbook-container .book .page {
  --thickness: 3;
  flex: none;
  display: flex;
  width: 100%;
  height: 100%;
  pointer-events: all;
  transform-style: preserve-3d;
  transform-origin: left center;
  translate: calc(var(--i) * -100%) 0;
  transform: translateZ(calc((var(--c) - var(--i) - 0.5) * var(--thickness) * var(--page-thickness-vmin)));
  rotate: 0 1 0 calc(clamp(0, var(--c) - var(--i), 1) * -180deg);
  transition: transform var(--transition-ms), rotate var(--transition-ms) ease-in calc((min(var(--i), var(--c)) - max(var(--i), var(--c))) * 60ms);
  box-shadow: var(--shadow);
  background: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
}
.our_showroom .flip_book .flipbook-container .book .page .front,
.our_showroom .flip_book .flipbook-container .book .page .back {
  flex: none;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  background: #fff;
}
.our_showroom .flip_book .flipbook-container .book .page .front img,
.our_showroom .flip_book .flipbook-container .book .page .back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.our_showroom .flip_book .flipbook-container .book .page .back {
  translate: -100% 0;
  rotate: 0 1 0 180deg;
}
.our_showroom .flip_book .flipbook-container .controls {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 2;
  pointer-events: none;
}
.our_showroom .flip_book .flipbook-container .controls a {
  pointer-events: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  outline: none;
}
.our_showroom .flip_book .small {
  width: 180px;
  height: 250px;
  cursor: pointer;
}
.our_showroom .flip_book .small .book {
  width: 100%;
}
.our_showroom .flip_book .fullscreen {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, #dfe6e9 0%, #cfd7db 100%);
  position: fixed;
  inset: 0;
  z-index: 1000;
}
.our_showroom .flip_book .fullscreen .exit-btn {
  display: block;
}
.our_showroom .flip_book .exit-btn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 1px;
  cursor: pointer;
  z-index: 10000;
  display: none;
  transition: all 0.3s ease;
}
.our_showroom .flip_book .exit-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}
.our_showroom .dotspangle .sdot {
  top: 25%;
  left: 150px;
}
.our_showroom .dotspangle .spangle_flipbook {
  top: 17%;
  left: 10%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.our_showroom .dotspangle:hover .spangle_flipbook {
  opacity: 1;
  visibility: visible;
}
.our_showroom .dotbloomup .sdot {
  bottom: 26%;
  right: 22%;
}
.our_showroom .dotbloomup .bloomup_flipbook {
  bottom: 4%;
  right: 10%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.our_showroom .dotbloomup:hover .bloomup_flipbook {
  opacity: 1;
  visibility: visible;
}
.our_showroom .dotbasic .sdot {
  top: 20%;
  right: 32%;
}
.our_showroom .dotbasic .basic_flipbook {
  top: 10%;
  right: 20%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.our_showroom .dotbasic:hover .basic_flipbook {
  opacity: 1;
  visibility: visible;
}
@keyframes dot-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(175, 143, 111, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(206, 171, 136, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(218, 192, 166, 0);
  }
}

.our_instagram {
  padding: 50px 0 80px;
}

/*............... about page design ...............*/
.about_head {
  background: url("../gallery/about-bg.webp") no-repeat top center/cover;
  min-height: 100dvh;
}
.about_head .about_wrapper {
  position: relative;
}
.about_head .about_wrapper .sticky-card {
  position: sticky;
  top: 0;
  background: #fff;
  padding: 35px;
  border-radius: 0;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  max-width: 420px;
  margin-top: 135px;
}
.about_head .about_wrapper .sticky-card .aboutheading {
  font-size: 26px;
  font-weight: bold;
  color: var(--dark-color);
}
.about_head .stickyboxslide {
  height: 55vh;
}

.shipping_information {
  padding: 100px 0;
}
.shipping_information .icon-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
}
.shipping_information .icon-box .block-title {
  margin: 0;
}

.about_seaction {
  padding: 80px 0 60px;
}
.about_seaction .imgs-grid {
  display: grid;
  grid-template-columns: repeat(27, 1fr);
  position: relative;
}
.about_seaction .imgs-grid:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  background-image: url(../gallery/dots-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-40%, -40%);
  z-index: -1;
}
.about_seaction .imgs-grid .grid {
  position: relative;
}
.about_seaction .imgs-grid .grid img {
  border-radius: 20px;
  max-width: 100%;
}
.about_seaction .imgs-grid .grid-1 {
  grid-column: 1/span 18;
  grid-row: 1/span 27;
}
.about_seaction .imgs-grid .grid-2 {
  grid-column: 19/span 27;
  grid-row: 1/span 5;
  padding-left: 20px;
}
.about_seaction .imgs-grid .grid-3 {
  grid-column: 14/span 16;
  grid-row: 6/span 27;
  padding-top: 20px;
}
.about_seaction .about_content .custom-list li {
  display: inline-block;
  width: calc(50% - 20px);
  margin-bottom: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
.about_seaction .about_content .custom-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #707070;
  position: absolute;
  left: 0;
  top: 8px;
}

.brand_seaction {
  padding: 80px 0 70px;
  background-color: var(--smokewhite-color);
}
.brand_seaction .our_logos .card_box {
  position: relative;
}
.brand_seaction .our_logos .card_box .slide {
  min-height: 290px;
}
.brand_seaction .our_logos .card_box .slide1 {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: 0.7s;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  transform: translateY(0);
}
.brand_seaction .our_logos .card_box .slide2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.7s;
  transform: translateY(0);
  background-color: #000;
  color: var(--light-color);
  box-shadow: 0 10px 20px rgba(197, 197, 197, 0.4);
}
.brand_seaction .our_logos .card_box .slide2::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--light-color);
}
.brand_seaction .our_logos .card_box:hover .slide1 {
  transform: translateY(-90%);
}

.our_infinitecontent {
  padding: 90px 0;
  overflow: hidden;
}
.our_infinitecontent .text_infinty {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 35px;
  align-items: stretch;
}
.our_infinitecontent .text_infinty .text-single-one,
.our_infinitecontent .text_infinty .text-single-two,
.our_infinitecontent .text_infinty .text-single {
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  will-change: transform;
  width: -moz-max-content;
  width: max-content;
}
.our_infinitecontent .text_infinty .text-single-one .text,
.our_infinitecontent .text_infinty .text-single-two .text,
.our_infinitecontent .text_infinty .text-single .text {
  padding: 0;
  display: inline-block;
  margin-right: 10px;
}

/*............... shop page design ...............*/
.header_banner {
  background-image: url("../gallery/shop-page-banner.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-attachment: fixed;
  min-height: 350px;
  width: 100%;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  color: white;
  text-align: center;
}
.header_banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0.4;
}
.header_banner .TextBackground {
  color: white;
  padding-bottom: 2%;
}
.header_banner .TextBackground .miniheading {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-bottom: 15px;
}
.header_banner .TextBackground .largeheading {
  font-size: 60px;
}

.shop-area {
  padding: 70px 0;
  position: relative;
}
.shop-area .all-shop-filters .top-shop-sidebar {
  position: relative;
}
.shop-area .all-shop-filters .top-shop-sidebar .wg-title {
  background: #fff none repeat scroll 0 0;
  color: black;
  display: inline-block;
  font-size: 17px;
  margin: 0;
  padding-right: 10px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 29px;
  visibility: visible;
  z-index: 99;
  opacity: 1;
}
.shop-area .all-shop-filters .top-shop-sidebar::before {
  background: #ebebeb none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 21px;
  width: 100%;
  z-index: -1;
}
.shop-area .all-shop-filters .shop-one {
  position: relative;
  color: #000;
}
.shop-area .all-shop-filters .shop-one .filter-title {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0 5px;
}
.shop-area .all-shop-filters .shop-one .product_categories {
  margin: 0;
  padding: 0;
}
.shop-area .all-shop-filters .shop-one .product_categories .cat-item {
  border: medium none !important;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  list-style: outside none none;
  width: 100%;
}
.shop-area .all-shop-filters .shop-one .product_categories .cat-item .color-box {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 0 5px;
}
.shop-area .all-shop-filters .shop-one .product_categories .cat-item a {
  color: #747474;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 32px;
  padding-left: 20px;
  transition: all 0.4s ease 0s;
}
.shop-area .all-shop-filters .shop-one .product_categories .cat-item a:hover {
  color: var(--dark-color);
}
.shop-area .all-shop-filters .shop-one .product_categories .cat-item .count {
  color: #cccccc;
}
.shop-area .all-shop-filters .shop-one .product_categories .cat-item::after {
  border: 1px solid #cccccc;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  z-index: -1;
}
.shop-area .all-shop-filters .shop-one .product_categories .current-cat::before {
  color: black;
  content: "\f633";
  z-index: 1;
  font-size: 16px;
  font-family: "bootstrap-icons";
  font-weight: bolder;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease 0s;
}
.shop-area .all-shop-filters .shop-one .price_filter {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.shop-area .all-shop-filters .shop-one .price_filter .slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 20px;
  width: 100%;
  pointer-events: none;
  background: none;
  z-index: 1;
}
.shop-area .all-shop-filters .shop-one .price_filter .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  pointer-events: all;
  position: relative;
  top: -7px;
  z-index: 20;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
.shop-area .all-shop-filters .shop-one .price_filter .slider::-webkit-slider-runnable-track {
  height: 5px;
  background: transparent;
}
.shop-area .all-shop-filters .shop-one .price_filter .min-slider::-webkit-slider-thumb {
  left: -2px;
}
.shop-area .all-shop-filters .shop-one .price_filter .max-slider::-webkit-slider-thumb {
  right: -2px;
}
.shop-area .all-shop-filters .shop-one .price_filter .range-values {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.shop-area .all-shop-filters .shop-one .price_filter .track {
  position: absolute;
  top: 27px;
  width: 100%;
  height: 5px;
  background: #ddd;
  z-index: 0;
}
.shop-area .all-shop-filters .shop-one .filter_height {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 10px;
}
.shop-area .all-shop-filters .shop-one #fill::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.shop-area .all-shop-filters .shop-one #fill::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}
.shop-area .all-shop-filters .shop-one #fill::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
}
.shop-area .features-tab .shop-all-tab {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 0 0 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}
.shop-area .features-tab .shop-all-tab .two-part {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-area .features-tab .shop-all-tab .two-part .sort-by .shop6 {
  font-size: 12px;
  color: #707070;
}
.shop-area .features-tab .shop-all-tab label {
  color: #747474;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  vertical-align: middle;
}
.shop-area .features-tab .shop-all-tab select {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #d3d3d3;
  color: #777;
  font-size: 14px;
  margin: 0 5px;
  padding: 5px 12px;
  vertical-align: middle;
}
.shop-area .features-tab .tabs {
  margin: 6px 0 0;
}
.shop-area .features-tab .tabs vali {
  color: #707070;
  font-size: 14px;
}
.shop-area .features-tab .tabs li a {
  padding: 8px 0;
  color: #d3d3d3;
  font-size: 20px;
}
.shop-area .features-tab .tabs li .active,
.shop-area .features-tab .tabs li :hover {
  color: #000;
}
.shop-area .features-tab .shop-all-tab-nor {
  border-top: 1px solid #ebebeb;
}

.tb-product-item-inner {
  position: relative;
  margin-bottom: 30px;
}
.tb-product-item-inner .product-card {
  transition: all 0.4s ease;
  border: none;
  border-radius: 0;
}
.tb-product-item-inner .product-card img {
  width: 100%;
  max-width: 317px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tb-product-item-inner .product-card .saletag {
  position: absolute;
  background-color: #e94c4c;
  color: #fff;
  font-size: 12px;
  box-shadow: 0 6px 24px rgba(255, 255, 255, 0.35), 0 2px 8px rgba(255, 255, 255, 0.35);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  left: 15px;
  top: 15px;
}
.tb-product-item-inner .product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35), 0 2px 8px rgba(0, 0, 0, 0.35);
}
.tb-product-item-inner .skeleton {
  position: relative;
  background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 37%, #f3f4f6 63%);
  background-size: 400% 100%;
  animation: shimmer 1.4s ease-in-out infinite;
}
@keyframes shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.tb-product-item-inner .onsale {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  box-shadow: 1px 1px 0 1px #dadada;
  color: #626262;
  font-size: 13px;
  font-weight: 400;
  left: 15px;
  line-height: 44px;
  padding: 0;
  right: -10px;
  text-shadow: initial;
  top: 15px;
  height: 44px;
  width: 44px;
  z-index: 1;
  display: block;
  text-align: center;
  position: absolute;
}
.tb-product-item-inner .tb-content {
  font-weight: 500;
  padding: 20px 0;
  text-align: center;
}
.tb-product-item-inner .tb-content .tb-beg a {
  color: #747474;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.tb-product-item-inner .tb-content .tb-product-price .amount {
  font-size: 16px;
  line-height: 36px;
}
.tb-product-item-inner .tb-content .last-cart {
  margin-top: 10px;
}
.tb-product-item-inner .tb-content .last-cart .las3 i {
  color: #757575;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #dcdcdc;
  border-radius: 40px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 40px;
  margin-left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  width: 0;
}
.tb-product-item-inner .tb-content .last-cart .las3 i:hover {
  background: #000 none repeat scroll 0 0;
  border-color: #000;
  color: #ffffff;
}
.tb-product-item-inner .tb-content .last-cart .las4 {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  color: #747474;
  display: inline-block;
  font-size: 12px;
  padding: 7px 30px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.tb-product-item-inner .tb-content .last-cart .las4:hover {
  background: #000 none repeat scroll 0 0;
  border-color: #000;
  color: #ffffff;
}
.tb-product-item-inner:hover .last-cart a.las3 i {
  opacity: 1;
  width: 40px;
}

.pagination li .page-link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 2px 10px;
  color: #747474;
  border: 1px solid #747474;
  transition: all 0.4s ease-out;
}
.pagination li .page-link:hover {
  background-color: var(--dark-color);
  color: #fff;
  transform: translateY(8px);
}
.pagination li .active {
  background-color: var(--dark-color);
  color: #fff;
}

.shopprocutpopup .modal .modal-content {
  border-radius: 16px;
}
.shopprocutpopup .modal .modal-content .modal-header {
  background: var(--dark-color);
  color: #fff;
  justify-content: space-between;
}
.shopprocutpopup .modal .modal-content .modal-header .btn-close i {
  font-size: 16px;
  color: #fff;
}
.shopprocutpopup .modal .modal-content .modal-body {
  padding-bottom: 0;
}
.shopprocutpopup .modal .modal-content .modal-body .gallery-sticky {
  position: sticky;
  top: 12px;
  padding-bottom: 10px;
}
.shopprocutpopup .modal .modal-content .modal-body .gallery-sticky #heroImg {
  overflow: hidden;
  max-height: 450px;
  width: 100%;
}
.shopprocutpopup .modal .modal-content .modal-body .gallery-sticky .thumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.shopprocutpopup .modal .modal-content .modal-body .gallery-sticky .thumbs img {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--line);
  cursor: pointer;
  opacity: 0.95;
  transition: transform 0.18s;
}
.shopprocutpopup .modal .modal-content .modal-body .gallery-sticky .thumbs img:hover {
  transform: translateY(-2px);
}
.shopprocutpopup .modal .modal-content .modal-body .gallery-sticky .thumbs .active {
  outline: 2px solid #d3d3d3;
  outline-offset: 1px;
  opacity: 1;
}
.shopprocutpopup .modal .modal-content .modal-body .modeldetailspro .swatch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.shopprocutpopup .modal .modal-content .modal-body .modeldetailspro .swatch.active {
  outline: 2px solid black;
  outline-offset: 2px;
}
.shopprocutpopup .modal .modal-content .modal-body .modeldetailspro .size {
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: #111;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: default;
  pointer-events: none;
}
.shopprocutpopup .modal .modal-content .modal-body .modeldetailspro .info-block {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.shopprocutpopup .modal .modal-content .modal-body .modeldetailspro .sticky-cta {
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 15PX;
  z-index: 2;
}

/*............... contact page design ...............*/
.main_banner {
  width: 100%;
}

.terms_seaction {
  padding: 70px 0;
}

.contactdetails {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactdetails .mainaddress {
  background-color: var(--light-color);
  padding: 25px;
  margin-top: -50px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
}

/*............... faq page design ...............*/
.faqseaction {
  padding: 70px 0;
}
.faqseaction .questionleft .accordion .accordion-item {
  margin-bottom: 10px;
  border: 1px solid var(--line);
}
.faqseaction .questionleft .accordion .accordion-item .accordion-header .accordion-button {
  background-color: rgba(0, 0, 0, 0.7803921569);
  color: var(--light-color);
  box-shadow: none;
}
.faqseaction .questionleft .accordion .accordion-item .accordion-header .accordion-button::after {
  filter: brightness(100);
}
.faqseaction .helpbox {
  border: 1px solid var(--line);
  padding: 25px;
  margin-bottom: 15px;
}
.faqseaction .suggestionproduct {
  display: block;
  padding: 25px;
  border-radius: 16px;
}
.faqseaction .suggestionproduct .fqpro {
  gap: 15px;
}
.faqseaction .suggestionproduct .fqpro .fqproimg {
  width: 20%;
}

/*............... wishlist page design ...............*/
.account_header {
  background-color: #333;
  color: var(--light-color);
  padding: 35px 0 25px;
  text-align: center;
}
.account_header nav a:hover {
  text-decoration: underline;
}

.wishlist_items {
  padding: 70px 0;
}

.wishlistadd_items {
  margin-top: 20px;
}
.wishlistadd_items .wishlist-item {
  background-color: white;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.wishlistadd_items .wishlist-item img {
  width: 100%;
  max-width: 317px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/*............... user account page design ...............*/
.account_page {
  color: #333;
  font-weight: 500;
  padding: 20px 0 50px;
  min-height: 600px;
}
.account_page .accountsidebar {
  background: var(--light-color);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 17px;
  transition: all ease 0.4s;
  width: 100%;
  max-width: 300px;
}
.account_page .accountsidebar .brand {
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
}
.account_page .accountsidebar .brand .logo {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  background: var(--smokewhite-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.account_page .accountsidebar .nav-pills .nav-item .nav-link {
  color: #333;
  border-radius: 8px;
  padding: 15px;
  font-weight: 700;
  width: 100%;
  text-align: start;
}
.account_page .accountsidebar .nav-pills .nav-item .nav-link.active, .account_page .accountsidebar .nav-pills .nav-item .nav-link:hover {
  background: linear-gradient(90deg, rgba(94, 97, 100, 0.08), rgba(11, 77, 176, 0.02));
  color: #0b4db0;
}
.account_page .accountsidebar .sidebar-footer {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed var(--line);
}
.account_page .accountdetails {
  width: 100%;
}
.account_page .accountdetails .topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.account_page .accountdetails .topbar .searchbar {
  max-width: 520px;
  flex: 1;
}
.account_page .accountdetails .tab-content .tab-pane .card-panel {
  background: var(--light-color);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 15px;
  box-shadow: 1px 1px 0 1px #dadada;
}
.account_page .accountdetails .tab-content .tab-pane .card-panel .value {
  font-weight: bolder;
  font-size: 22px;
}
.account_page .orders-table th,
.account_page .orders-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
.account_page .orders-table th {
  text-transform: uppercase;
}
.account_page .orders-table .status {
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 600;
  color: var(--light-color);
}
.account_page .orders-table .btn-invoice:hover {
  text-decoration: underline;
}
.account_page .orders-table .btn-slip {
  --bs-btn-padding-y: 2px;
  --bs-btn-padding-x: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 7px;
  text-decoration: none;
}
.account_page .orders-table .btn-slip .dot {
  padding: 5px;
  border-radius: 50%;
  display: inline-block;
}
.account_page .orders-table .btn-slip .po {
  background: #f59e0b;
}
.account_page .orders-table .btn-slip .grn {
  background: #14b8a6;
}
.account_page .orders-table .btn-slip .inv {
  background: #6366f1;
}
.account_page .orders-table .btn-slip:hover {
  text-decoration: none;
  color: #fff;
  background: var(--dark-color);
}
.account_page .orders-table .btn-slip[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.45;
}

.trackbox {
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #f9f9f9;
}

/*............... offer page design ...............*/
.contactdetails .timerheading {
  position: relative;
}
.contactdetails .timerheading:after {
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.68);
  height: 100px;
  position: absolute;
  right: -8px;
  top: -23px;
}
.contactdetails .countdown {
  display: flex;
  justify-content: end;
  gap: 10px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.contactdetails .countdown .colon {
  font-size: 40px;
  color: #000;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.contactdetails .countdown .timeout {
  display: inline-block;
  margin-right: 15px;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
}
.contactdetails .countdown .timeout .timenum {
  float: left;
  width: 100%;
  font-size: 50px;
  color: #e94c4c;
  font-weight: 500;
  padding-bottom: 20px;
}

.offerheadings {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
.offerheadings .offerper {
  display: inline-block;
  margin-top: 20px;
  width: 180px;
  height: 35px;
  text-transform: uppercase;
  line-height: 34px;
  background: linear-gradient(135deg, #f65b5b 0%, #f08456 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50px;
  position: relative;
}
.offerheadings .offerper .try_dots {
  float: left;
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: 13px;
  border-radius: 100%;
}
.offerheadings .offerper .try_dots::after {
  content: "";
  border: 1px solid #e3e3e3;
  width: 16px;
  position: absolute;
  top: 4px;
}
.offerheadings .offerper .try_left_dots {
  left: 13px;
}
.offerheadings .offerper .try_left_dots::after {
  left: -13px;
}
.offerheadings .offerper .try_right_dots {
  right: 13px;
}
.offerheadings .offerper .try_right_dots::after {
  right: -13px;
}
.offerheadings:after {
  content: "";
  border: 1px solid #e3e3e3;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: 32px;
  z-index: -1;
}

.offerslider .tb-product-item-inner {
  margin-bottom: 0;
}

.offercarosel,
.offerdetails,
.offerslider {
  margin: 20px 0 70px;
}

/*............... new arrival page design ...............*/
.newdesigns {
  padding: 70px 0;
}

.newquery {
  padding: 70px 0;
  color: var(--light-color);
  background: linear-gradient(135deg, #333 0%, #ccc 100%);
}

/*............... user account approval page design ...............*/
.approvalbox {
  padding-top: 70px;
}
.approvalbox .approveform {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 35px;
  border-radius: 17px;
  background-color: var(--light-color);
  position: relative;
  margin-bottom: 20px;
}
.approvalbox .approveform .toggle-link {
  display: block;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  color: #333;
  cursor: pointer;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: underline;
  font-family: "Gilda Display", serif;
}
.approvalbox .approveform .toggle-link:hover {
  color: #000;
}
.approvalbox .page-header-bg {
  width: 100%;
  margin-top: -25px;
  height: 158px;
  background-size: cover;
  background-repeat: repeat-x;
  animation: kidsclothes 60s linear 0s infinite;
  background-image: url("../gallery/kids-clothes.png");
}
@keyframes kidsclothes {
  0% {
    background-position: 10000% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}

/*............... shopping cart design ...............*/
.shopping_cart .cart-item img {
  max-width: 100px;
  height: auto;
}
.shopping_cart .quantity-input {
  width: 50px;
}
.shopping_cart .cart-summary {
  background-color: var(--secondary-color);
  border-radius: 10px;
}

/*............... Thank You cart design ...............*/
.thankyou_card .thankscontent {
  padding: 35px;
  border-radius: 7px;
  box-shadow: rgba(17, 19, 20, 0.12) 0px 2px 4px -2px, rgba(17, 19, 20, 0.12) 0px 2px 8px;
}
.thankyou_card .thankscontent .brand {
  width: 35%;
  text-align: center;
}
.thankyou_card .thankscontent .checkmark {
  font-size: 48px;
  margin: 20px 0;
}

/*............... 404 error page design ...............*/
.errorpage {
  margin: 0;
  background-color: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
  text-align: center;
}
.errorpage .illustration {
  margin: 0 auto 20px auto;
}
.errorpage .h2_heading {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 45px;
}

/*...............website responsive code ...............*/
@media (max-width: 1250px) {
  .header_banner {
    min-height: 250px;
  }
  .tb-product-item-inner .tb-content .last-cart .las4 {
    padding: 7px 12px;
  }
  .shop-area .features-tab .shop-all-tab .two-part {
    width: 70%;
  }
  header .mobilbtn {
    min-width: 25px;
  }
  header .navbar .brand-logo {
    width: 35%;
  }
  header .navbar .search-form {
    min-width: auto;
    margin-right: 10px;
  }
  header .offcanvas {
    min-width: auto;
  }
}
@media (max-width: 991px) {
  .contactdetails .timerheading:after {
    content: "";
    border: 1px solid rgba(0, 0, 0, 0.68);
    height: 1px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 100%;
    margin: 10px 0;
  }
  .contactdetails .countdown {
    justify-content: center;
    margin-top: 10px;
  }
  .account_page .accountsidebar {
    position: absolute;
    z-index: 7;
  }
  .our_instagram,
  .terms_seaction,
  .wishlist_items,
  .faqseaction {
    padding: 40px 0 65px;
  }
  .approvalbox {
    padding-top: 40px;
  }
  .thankyou_card .thankscontent .brand {
    width: 51%;
  }
  header .navbar {
    text-transform: uppercase;
  }
  header .navbar .brand-logo {
    width: 45%;
  }
  header .navbar .nav-item .nav-link {
    display: none;
  }
  header .navbar .nav-item .nav-icon {
    display: block;
    font-size: 20px;
  }
  .h1_heading {
    font-size: 65px;
    line-height: 75px;
  }
  .productfull_details {
    padding: 35px 0;
  }
  .shipping_information .icon-box {
    font-size: 17px;
  }
  .shipping_information,
  .our_infinitecontent {
    padding: 75px 0;
  }
  .about_head {
    min-height: 75dvh;
  }
  .about_head .about_wrapper .sticky-card {
    margin-top: 70px;
    padding: 20px;
  }
  .about_head .stickyboxslide {
    height: 0;
  }
  .copyfilter {
    position: fixed;
    display: flex;
    justify-content: center;
    height: 48px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    box-shadow: rgba(17, 19, 20, 0.12) 0px 2px 4px -2px, rgba(17, 19, 20, 0.12) 0px 2px 8px;
    background: rgb(255, 255, 255);
    z-index: 11;
    width: 100vw;
    border-top: 1px solid rgba(0, 19, 37, 0.16);
  }
  .copyfilter .sortdroupdown {
    display: flex;
    background: transparent;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex: 1 1 0%;
  }
  .copyfilter .sortdroupdown .filtername {
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0.9px;
    text-align: left;
    margin: 10px;
    text-transform: uppercase;
    width: 100%;
    color: rgb(25, 40, 55);
  }
  .copyfilter .sortdroupdown .filtername .n-subtitle {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: lowercase;
    color: rgb(17, 19, 20);
  }
  .copyfilter .sortdroupdown .filtername .n-subtitle .applied-filter {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: inline-grid;
    place-content: center;
    height: 20px;
    background-color: rgba(0, 19, 37, 0.36);
    color: rgb(255, 255, 255);
    padding: 0.5rem;
    border-radius: 32px;
  }
  .copyfilter .sortdroupdown .filtericon {
    position: relative;
    margin: 10px;
    transform-origin: center top;
    display: inline-block;
    font-size: 27px;
  }
  .copyfilter .filterborder {
    width: 1px;
    position: relative;
    background: rgba(0, 19, 37, 0.16);
  }
  .filtershadow {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    touch-action: none;
    z-index: 1000;
    background-color: rgba(17, 19, 20, 0.64);
  }
  .shortbycontent {
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1001;
    position: fixed;
    animation: 0.3s ease-in 0s 1 normal none running animation-bottomup;
    top: inherit;
    width: 100%;
    max-height: 70vh;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 16px 16px 0px 0px;
    padding: 25px 21px 0 21px;
  }
  .short-list {
    list-style-type: none;
    padding: 0;
  }
  .short-list .short {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    background: #fff;
  }
  .short-list .short .short-label {
    color: var(--dark-color);
  }
  .short-list .short .radio {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #cfd3d8;
    border-radius: 50%;
    background: rgb(243, 244, 245);
    cursor: pointer;
  }
  .filtercontent {
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0;
    z-index: 7778;
    position: fixed;
    animation: 0.3s ease-in 0s 1 normal none running animation-bottomup;
    height: 100%;
    width: 100%;
    background-color: white;
  }
  .filtercontent .f-header {
    height: 56px;
    border-bottom: 1px solid rgba(0, 19, 37, 0.16);
    padding: 15px;
  }
  .filtercontent .f-content {
    height: calc(100% - 136px);
    display: flex;
    align-items: start;
  }
  .filtercontent .f-content .nav {
    flex: 4 1 0%;
    height: 100%;
    flex-flow: column;
    max-width: 34%;
    overflow-y: auto;
    background-color: rgb(249, 250, 250);
  }
  .filtercontent .f-content .nav .filterheading {
    background-color: rgb(249, 250, 250);
    overflow: hidden;
    padding: 2px 12px;
    border-width: 0px 0px 0px 4px;
    min-height: 48px;
    display: flex;
    align-items: center;
    text-align: left;
    font-weight: 400;
    border-left-style: solid;
    border-left-color: transparent;
    color: #000;
  }
  .filtercontent .f-content .nav .active {
    flex: 0 0 auto;
    font-weight: 600;
    color: rgb(166, 28, 84) !important;
    border-color: rgb(166, 28, 84);
  }
  .filtercontent .f-content .tab-content {
    width: 66%;
  }
  .filtercontent .f-content .tab-content .tab-pane {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
  }
  .filtercontent .f-actions {
    box-shadow: rgba(17, 19, 20, 0.16) 0px 2px 8px -2px, rgba(17, 19, 20, 0.08) 0px 8px 24px -2px;
    height: 70px;
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    display: flex;
    text-align: center;
    align-items: center;
    background: rgb(255, 255, 255);
  }
  .filtercontent .f-actions .btn_button {
    display: block;
  }
  @keyframes animation-bottomup {
    0% {
      transform: translate3d(0px, 100%, 0px);
    }
    100% {
      transform: translate3d(0px, 0px, 0px);
    }
  }
}
@media (max-width: 767px) {
  .newdesigns,
  .newquery {
    padding: 50px 0;
  }
  .h1_heading {
    font-size: 50px;
    line-height: 60px;
  }
  header .navbar .brand-logo {
    width: 60%;
  }
  .contactdetails .mainaddress {
    padding: 15px;
    margin-top: -25px;
  }
  .header_banner {
    background-attachment: scroll;
    background-position: 0 -25px;
  }
  .h2_heading {
    font-size: 35px;
    line-height: 43px;
  }
  footer .footer_area .copyright {
    margin-top: 40px;
    text-align: center;
  }
  .about_head {
    min-height: 45dvh;
  }
  .sticky-card {
    position: relative;
    top: 0;
    margin-top: 24px;
  }
}
@media (max-width: 576px) {
  .contactdetails .countdown {
    gap: 0;
  }
  .contactdetails .countdown .colon {
    font-size: 25px;
  }
  .contactdetails .countdown .timeout .timenum {
    font-size: 35px;
  }
  header .navbar .brand-logo {
    width: 70%;
  }
  .about_head {
    min-height: 35dvh;
    background-size: contain;
  }
  .about_head .about_wrapper .sticky-card .aboutheading {
    font-size: 20px;
  }
  .modal-dialog {
    margin: 0;
    max-width: 100%;
  }
  .h1_heading {
    font-size: 35px;
    line-height: 43px;
  }
  .h2_heading {
    font-size: 27px;
    line-height: 35px;
  }
  footer .footer_area {
    padding: 65px 0 45px;
  }
  footer .footer_area .copyright {
    margin-top: 0px;
  }
  footer .footer_area .copyright .btn_button {
    font-size: 18px;
    line-height: 26px;
  }
  footer .progress-wrap {
    right: 15px;
  }
  .header_banner {
    min-height: 171px;
    background-image: url(../gallery/phone-shopbanner.webp);
    background-position: center;
  }
  .header_banner .TextBackground .miniheading {
    font-size: 11px;
    padding-bottom: 0;
  }
  .header_banner .TextBackground .largeheading {
    font-size: 40px;
  }
  .shipping_information,
  .our_infinitecontent {
    padding: 50px 0;
  }
  .our_infinitecontent .text_infinty {
    gap: 20px;
  }
  .our_instagram {
    padding: 27px 0 50px;
  }
  .float-button {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    justify-content: center;
  }
  .float-button span {
    display: none !important;
  }
  .float-button .bi-whatsapp {
    font-size: 22px !important;
    padding: 4px;
  }
  .float-button:hover {
    border-radius: 50% !important;
  }
}
@media (max-width: 475px) {
  .newdesigns,
  .newquery {
    padding: 35px 0;
  }
  .tb-product-item-inner .product-card .saletag {
    width: 35px;
    height: 35px;
    line-height: 35px;
    left: 10px;
    top: 10px;
  }
  .offerheadings .offerper {
    margin-top: 7px;
  }
  .contactdetails .mainaddress {
    margin-top: 0px;
  }
  .about_head {
    min-height: auto;
  }
  .about_head .about_wrapper .sticky-card {
    margin-top: 120px;
  }
  .about_head .about_wrapper .sticky-card .aboutheading {
    font-size: 20px;
  }
  .thankyou_card .thankscontent {
    padding: 17px;
  }
  .thankyou_card .thankscontent .brand {
    width: 71%;
  }
  header .offcanvas {
    width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */