/* ------------------------------------
			Color Variables
------------------------------------ */
.text-primary {
  color: #bfa888 !important;
}

.text-primary-hover {
  color: #998363 !important;
}

.text-dark-blue {
  color: #021527 !important;
}

.text-border-dark {
  color: #3e3e3e !important;
}

.text-text-color-light {
  color: #d9d9d9 !important;
}

.text-text-color {
  color: #7a7a7a !important;
}

.text-darker {
  color: #030412 !important;
}

.text-black {
  color: #000000 !important;
}

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

.text-light {
  color: #fcfcfc !important;
}

.text-light2 {
  color: #cccccc !important;
}

.text-light-bg {
  color: #f4f2ed !important;
}

.text-danger {
  color: #D7263D !important;
}

.text-info {
  color: #2274A5 !important;
}

.text-warning {
  color: #F1C40F !important;
}

.bg-primary {
  background-color: #bfa888 !important;
}

.bg-primary-hover {
  background-color: #998363 !important;
}

.bg-dark-blue {
  background-color: #021527 !important;
}

.bg-border-dark {
  background-color: #3e3e3e !important;
}

.bg-text-color-light {
  background-color: #d9d9d9 !important;
}

.bg-text-color {
  background-color: #7a7a7a !important;
}

.bg-darker {
  background-color: #030412 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-light {
  background-color: #fcfcfc !important;
}

.bg-light2 {
  background-color: #cccccc !important;
}

.bg-light-bg {
  background-color: #f4f2ed !important;
}

.bg-danger {
  background-color: #D7263D !important;
}

.bg-info {
  background-color: #2274A5 !important;
}

.bg-warning {
  background-color: #F1C40F !important;
}

/*

	* Kadis Boats theme stylesheet navigation


	1. Global variables
	2. Base elements styles
	3. Bootstrap overrides
	4. Helper classes
	5. Theme styles

 */
/* --------------------------------------------
			1. Global variables
-------------------------------------------- */
/* ------------------------------------
			Font Variables
------------------------------------ */
.hero-font {
  font-family: "Cormorant Garamond", serif !important;
}

.head-font {
  font-family: "Cormorant-Upright-Medium", serif !important;
}

.body1 {
  font-family: "Roboto", sans-serif !important;
}

.body2 {
  font-family: "Inconsolata", monospace !important;
}

/* --------------------------------------------
			2. Base elements styles
-------------------------------------------- */
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  background-color: #FFFFFF;
  color: #030412;
  font-style: normal;
  line-height: 1.75;
  overflow-x: hidden;
}
body.nav-open {
  overflow-y: hidden !important;
}
body:not(.page-home) .site-header {
  background-color: #030412;
}
body:not(.page-home) .site-header a {
  color: #fcfcfc;
}
body:not(.page-home) .site-header .menuButton .line {
  background-color: #fcfcfc;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant-Upright-Medium", serif;
  line-height: 1;
  font-weight: bold;
}

h1 {
  font-size: 3.052rem;
}

h2 {
  font-size: 2.441rem;
}

h3 {
  font-size: 1.953rem;
}

h4 {
  font-size: clamp(1.23rem, 3vw, 1.563rem);
}

h5 {
  font-size: 1.25rem;
}

small, .text--xs {
  font-size: 0.8rem;
}

p {
  font-size: 1rem;
}

img {
  max-width: 100%;
}

video {
  line-height: 0;
}

a {
  color: #bfa888;
  text-decoration: none;
  transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a:hover {
  color: #998363;
}
/* --------------------------------------------
				3. Bootstrap overrides
-------------------------------------------- */
.base-form .form-control {
  border-radius: 0;
  border: 1px solid #e3d8ca;
  padding: max(0.5rem, 0.7vw) max(1.5rem, 1.5vw);
  transition: 0.3s all ease-in-out;
}
.base-form .form-control:focus {
  border-color: #998363;
}
.base-form .form-message {
  padding: 0.5rem 0;
  margin: 0.5rem 0;
  border-radius: 0;
  color: #D7263D;
}

.btn {
  border-radius: 0;
  outline: none;
  box-shadow: none;
  white-space: nowrap;
  padding: max(0.5rem, 0.7vw) max(1.5rem, 1.5vw);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3.75px;
  font-family: "Inconsolata", monospace;
  text-transform: uppercase;
  line-height: 30px;
  transition: 0.3s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-primary {
  background-color: #bfa888;
  color: #fcfcfc;
  border-color: #bfa888;
}
.btn-primary:hover {
  background-color: #998363;
  border-color: #998363;
}
.btn-primary:active {
  background-color: #998363 !important;
  border-color: #998363 !important;
}
.btn-primary:focus-visible {
  background-color: #998363 !important;
  border-color: #998363 !important;
  color: #fcfcfc !important;
}

.btn-dark {
  background-color: #030412;
  color: #FFFFFF;
  border: 1px solid #030412;
}
.btn-dark:hover {
  background-color: transparent !important;
  border-color: #030412 !important;
  color: #030412 !important;
}
.btn-dark:active {
  background-color: #030412 !important;
  color: #FFFFFF !important;
  border: 1px solid #030412 !important;
}
.btn-dark:focus-visible {
  background-color: #030412 !important;
  color: #FFFFFF !important;
  border: 1px solid #030412 !important;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.modal-base {
  place-items: center;
}
.modal-base .modal-dialog {
  max-width: 90vw !important;
  margin: 0 auto !important;
}
.modal-base .modal-dialog .modal-body {
  padding: 0 !important;
  line-height: 0 !important;
}
.modal-base .modal-dialog .modal-body video {
  width: 100%;
  height: 85vh;
  object-fit: cover;
}
.modal-base.show {
  display: grid !important;
}

/* --------------------------------------------
					4. Helper classes
-------------------------------------------- */
/*
		Animations
 */
.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.section-padding {
  padding: max(2.5rem, 6vw);
}
.section-padding--bottom {
  padding-bottom: max(2.5rem, 6vw);
}
.section-padding--top {
  padding-top: max(2.5rem, 6vw);
}
.section-padding--y {
  padding: max(2.5rem, 6vw) 0;
}
.section-padding--x {
  padding: 0 max(2.5rem, 6vw);
}
.section-padding--right {
  padding-right: max(2.5rem, 6vw);
}
.section-padding--left {
  padding-left: max(2.5rem, 6vw);
}

.section-padding-sm {
  padding: max(1.2rem, 3vw);
}
.section-padding-sm--bottom {
  padding-bottom: max(1.2rem, 3vw);
}
.section-padding-sm--top {
  padding-top: max(1.2rem, 3vw);
}
.section-padding-sm--y {
  padding: max(1.2rem, 3vw) 0;
}
.section-padding-sm--x {
  padding: 0 max(1.2rem, 3vw);
}
.section-padding-sm--right {
  padding-right: max(1.2rem, 3vw);
}
.section-padding-sm--left {
  padding-left: max(1.2rem, 3vw);
}

.head-margin {
  margin: max(2rem, 3vw);
}
.head-margin--bottom {
  margin-bottom: max(2rem, 3vw);
}
.head-margin--top {
  margin-top: max(2rem, 3vw);
}
.head-margin--y {
  margin: max(2rem, 3vw) 0;
}

.head-margin-sm {
  margin: max(1rem, 1vw);
}
.head-margin-sm--bottom {
  margin-bottom: max(1rem, 1vw);
}
.head-margin-sm--top {
  margin-top: max(1rem, 1vw);
}
.head-margin-sm--y {
  margin: max(1rem, 1vw) 0;
}

.mono-style {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.25em;
  line-height: 1.3;
  font-family: "Inconsolata", monospace;
  font-weight: 500;
  vertical-align: baseline;
  white-space: nowrap;
}

/* --------------------------------------------
			5. Theme styles
-------------------------------------------- */
/*
	Page preloader
 */
.preloader-wrapper {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fcfcfc;
  display: grid;
  place-items: center;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.preloader-wrapper.hidden {
  opacity: 0;
  display: none;
}

.preloader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.preloader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 1px solid #998363;
  border-radius: 50%;
  animation: preloader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #998363 transparent transparent transparent;
}

.preloader div:nth-child(1) {
  animation-delay: -0.45s;
}

.preloader div:nth-child(2) {
  animation-delay: -0.3s;
}

.preloader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
	Go to top button
 */
.go2top {
  position: fixed;
  z-index: 300;
  right: 45px;
  bottom: 75px;
  border: none;
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.go2top.visible {
  opacity: 1;
  visibility: visible;
}

/*
	Header Styles
 */
.site-header {
  position: fixed;
  z-index: 60;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-header.scrolled {
  background-color: #030412;
}
.site-header .header-mobile-logo img {
  width: max(5rem, 10vw);
}
.site-header .header--wrapper {
  margin: 0 40px;
}
.site-header .topSearch .search--wrapper {
  position: relative;
  display: flex;
}
.site-header .topSearch .search--wrapper .icon svg {
  width: 17px;
  height: auto;
  fill: #FFFFFF;
}
.site-header .topSearch .search--wrapper .form-control {
  position: relative;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-weight: 500;
  font-family: "Inconsolata", monospace;
  font-size: 13px;
  transition: width 0.62s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-header .topSearch .search--wrapper .form-control:focus {
  width: fit-content;
}
.site-header .topSearch .search--wrapper .form-control::placeholder {
  color: #FFFFFF;
}
.site-header .topSearch .search--wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: 0;
  height: 1px;
  background-color: white;
  transition: width 0.62s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-header .topSearch .search--wrapper:hover::after {
  width: 100%;
}

.header-util--btn {
  position: relative;
  z-index: 200;
  width: 50px;
  height: 8px;
}
.header-util--btn .line {
  height: 1px;
  background-color: #000000;
  position: absolute;
}
.header-util--btn .line1 {
  width: 100%;
  top: 0;
  left: 0;
}
.header-util--btn .line2 {
  width: 20%;
  left: 0;
  bottom: 0;
}
.header-util--btn .line3 {
  width: 60%;
  bottom: 0;
  right: 0;
}
.header-util--btn.sidebarButton .line {
  background-color: #FFFFFF;
}

/*
	Footer styles
*/
.site-footer .container {
  padding-top: 114px;
  padding-bottom: 114px;
}
.site-footer a,
.site-footer p {
  font-size: 15px;
  color: #cccccc;
}
.site-footer .widget-title {
  line-height: 1.39em;
  letter-spacing: 0.075em;
  font-weight: 500;
  font-size: 18px;
}
.site-footer .footer-logo--wrapper svg {
  width: max(10rem, 10vw);
}
.site-footer .footer-info .info-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-info .info-list li a {
  color: #cccccc;
  transition: 0.3s color cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-footer .footer-info .info-list li a:hover {
  color: #FFFFFF;
}
.site-footer .footer-socials .social--link {
  border: 1px solid rgba(191, 168, 136, 0.3);
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
}
.site-footer .footer-socials .social--link svg {
  fill: #bfa888;
  opacity: 0.5;
  transition: 0.3s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.site-footer .footer-socials .social--link:hover svg {
  opacity: 1;
}
.site-footer .footer-btm {
  border-top: 1px solid #3e3e3e;
}

/*
	Main navigation menu
*/
.main-navigation .menu-list .header-logo img, .main-navigation .menu-list .header-logo svg {
  width: max(5rem, 5vw);
}
.main-navigation .menu-list .header-logo svg .cls-1 {
  fill: transparent;
}
.main-navigation .menu-list .menu-list--link {
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.25em;
  line-height: 1.54em;
  font-family: "Inconsolata", monospace;
  font-weight: 500;
  vertical-align: baseline;
  white-space: nowrap;
}
.main-navigation .menu-list .menu-list--link::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
}
.main-navigation .menu-list .menu-list--link.active::before {
  width: 10px;
}
.main-navigation .menu-list .menu-list--link:hover::before {
  width: 10px;
}

/*
	Footer Styles
 */
/*
	Hero Banner
 */
.hero-banner {
  width: 100%;
  position: relative;
}
.hero-banner .arrow {
  position: absolute;
  z-index: 50;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  width: max(3rem, 5vw);
  height: max(3rem, 5vw);
  display: grid;
  place-items: center;
  transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero-banner .arrow svg {
  width: max(2.5rem, 4vw);
  height: max(2.5rem, 4vw);
  fill: #FFFFFF;
  transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero-banner .arrow svg * {
  stroke: #FFFFFF;
}
.hero-banner .arrow-prev {
  left: 1rem;
}
.hero-banner .arrow-prev:hover {
  transform: translate(-5px, -50%);
}
.hero-banner .arrow-next {
  right: 1rem;
}
.hero-banner .arrow-next:hover {
  transform: translate(5px, -50%);
}
.hero-banner .arrow-next svg {
  transform: rotate(180deg);
}
.hero-banner .hero-slide {
  height: max(30rem, 50vh);
  width: 100% !important;
  position: relative;
  display: grid;
  align-items: center;
  padding: clamp(1.5rem, 6vw, 10rem);
  color: #7a7a7a;
}
.hero-banner .hero-slide.swiper-slide-active .hero-title,
.hero-banner .hero-slide.swiper-slide-active .hero-subtitle,
.hero-banner .hero-slide.swiper-slide-active .hero-text,
.hero-banner .hero-slide.swiper-slide-active .cta-btn1,
.hero-banner .hero-slide.swiper-slide-active .cta-btn2 {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition: 0.78s transform cubic-bezier(0.25, 0.46, 0.45, 0.94), 0.9s opacity cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero-banner .hero-slide .image--wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-banner .hero-slide .image--wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner .hero-slide .content--wrapper {
  position: relative;
  z-index: 2;
  width: max(50vw, 100%);
  background-color: transparent;
  color: #030412;
  padding: 0 clamp(1rem, 3vw, 5rem);
}
.hero-banner .hero-slide .content--wrapper .hero-subtitle {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  line-height: 25px;
  letter-spacing: 4px;
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(5vw);
  transition-delay: 100ms;
}
.hero-banner .hero-slide .content--wrapper .hero-title {
  font-size: clamp(30px, 4vw, 80px);
  color: #FFFFFF;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 80px;
  opacity: 0;
  transform: translateX(5vw);
  transition-delay: 400ms;
}
.hero-banner .hero-slide .content--wrapper .hero-text {
  opacity: 0;
  transform: translateX(5vw);
  transition-delay: 700ms;
}
.hero-banner .hero-slide .content--wrapper .hero-cta-group .cta-btn1 {
  opacity: 0;
  transform: translateX(5vw);
  transition-delay: 1000ms;
}
.hero-banner .hero-slide .content--wrapper .hero-cta-group .cta-btn2 {
  opacity: 0;
  transform: translateX(5vw);
  transition-delay: 1200ms;
}

.intro-section-video {
  padding: max(2rem, 5vw) 0;
}
.intro-section-video .video-wrapper {
  line-height: 0;
  width: 100%;
  text-align: center;
}
.intro-section-video .video-wrapper .base-outline {
  outline: 1px solid #d9d9d9;
}
.intro-section-video .video-wrapper video {
  width: 100%;
  padding: 1rem;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.section-header {
  position: relative;
  text-align: center;
}

.section-title {
  font-size: clamp(30px, 4vw, 70px);
  color: #030412;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: clamp(40px, 3vw, 80px);
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.section-subtitle {
  color: #bfa888;
  font-family: "Roboto", sans-serif;
  line-height: 25px;
  letter-spacing: 4px;
  font-size: 13px;
  text-transform: uppercase;
}

.boat-sub {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: max(1.5rem, 1.5vw);
}
.boat-sub .txt {
  position: relative;
}
.boat-sub .txt::before, .boat-sub .txt::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: max(2rem, 10vw);
  height: 1px;
  background-color: #bfa888;
  opacity: 0.7;
}
.boat-sub .txt::before {
  right: calc(100% + 1rem);
}
.boat-sub .txt::after {
  left: calc(100% + 1rem);
}
.boat-sub .boat {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.boat-sub .boat-left {
  right: calc(100% + 2rem + max(2rem, 10vw));
}
.boat-sub .boat-left svg {
  transform: scaleX(-1);
}
.boat-sub .boat-right {
  left: calc(100% + 2rem + max(2rem, 10vw));
}
.boat-sub svg {
  width: 2rem;
  height: 2rem;
  fill: #bfa888;
}
.boat-sub svg path {
  fill: #bfa888;
}

.showcase-grid {
  position: relative;
}
.showcase-grid .showcase-grid--wrapper .showcase-image img, .showcase-grid .showcase-grid--wrapper .showcase-image picture {
  height: max(12rem, 40vw);
  width: 100%;
  object-fit: cover;
}

.showcaseSwiper-pagination {
  width: fit-content !important;
  margin: 1rem auto;
}

.traits-section .trait-icon {
  width: max(6rem, 7vw);
  height: max(6rem, 7vw);
  min-width: max(6rem, 7vw);
  display: grid;
  place-items: center;
  border: 1px solid #bfa888;
}
.traits-section .trait-text {
  font-size: 15px;
  color: #404040;
}
.traits-section .trait-text p {
  margin-bottom: 0;
}

.overlay {
  position: relative;
}
.overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(2, 21, 39, 0.6), rgba(2, 21, 39, 0.6), rgba(2, 21, 39, 0.87));
  z-index: 20;
}
.overlay .content {
  position: relative;
  z-index: 30;
}

.fp-parallax {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 55vh;
  display: grid;
  place-items: center;
}
.fp-parallax .content .btn-group {
  width: fit-content;
  margin: 0 auto;
}

.text--xl {
  font-size: clamp(40px, 5vw, 80px) !important;
  font-weight: 500;
  line-height: 0.95em;
  letter-spacing: 0.05em;
}

.text--xs {
  font-size: 12px !important;
  line-height: 1.73em;
  font-weight: 300;
}

.fp-products .products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
.fp-products .products-grid .single-product {
  height: 10rem;
  outline: 1px solid #d9d9d9;
  overflow: hidden;
}
.fp-products .products-grid .single-product img {
  padding: 1rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.56s transform cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fp-products .products-grid .single-product:hover img {
  transform: scale(1.05);
}

.video-section2 {
  width: 100%;
}
.video-section2 .content {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.video-section2 .content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.87));
  z-index: 20;
}
.video-section2 .content video {
  width: 100%;
  height: 40vh;
  line-height: 0;
  object-fit: cover;
}
.video-section2 .content .media-btn {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: transparent;
  display: grid;
  place-items: center;
  outline: 1px solid #bfa888;
  outline-offset: -8px;
  transition: 0.3s all ease-in-out;
}
.video-section2 .content .media-btn svg {
  fill: #bfa888;
  width: 2rem;
  height: 2rem;
  transition: 0.3s all ease-in-out;
}
.video-section2 .content .media-btn:hover {
  outline-color: #FFFFFF;
}
.video-section2 .content .media-btn:hover svg {
  fill: #FFFFFF;
}

/*
	Numbers section
 */
.numbers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: max(2rem, 2vw);
  justify-content: space-between;
  align-items: center;
}
.numbers-grid .number {
  border: 1px solid #bfa888;
  padding: max(3rem, 4vw);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.numbers-grid .number .num {
  font-family: "Cormorant-Upright-Medium", serif;
  font-size: clamp(25px, 5vw, 85px);
  font-weight: 900;
  line-height: 1;
  margin-bottom: max(1rem, 1vw);
}
.numbers-grid .number .title {
  color: #bfa888;
}

.progress-group .progress-item {
  padding: 0.5rem;
  text-transform: uppercase;
  font-family: "Inconsolata", monospace;
  line-height: 1.54em;
  letter-spacing: 0.25em;
  font-weight: 500;
  font-size: 13px;
}
.progress-group .progress-item:not(:last-child) {
  margin-bottom: max(1rem, 1vw);
}
.progress-group .progress-item .progress--wrapper {
  margin: 0.5rem 0;
  padding: 4px;
  border: 1px solid #cccccc;
}
.progress-group .progress-item .progress--wrapper .progress {
  background-color: #bfa888;
  border-radius: 0;
  height: 4px;
  width: 100%;
}

/* =========================
			Contact Page
========================= */
.contact-intro .info--wrapper .info-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contact-intro .info--wrapper .info-list i {
  margin-right: 0.5rem;
}
.contact-intro .info--wrapper .contact-socials .social--link {
  border: 1px solid rgba(191, 168, 136, 0.3);
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
}
.contact-intro .info--wrapper .contact-socials .social--link svg {
  fill: #bfa888;
  opacity: 0.5;
  transition: 0.3s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contact-intro .info--wrapper .contact-socials .social--link:hover svg {
  opacity: 1;
}

/* =========================
			Products:List Page
========================= */
.mall-loader {
  display: none;
}

.base-model .product-thumbnail {
  display: grid;
  place-items: center;
  overflow: hidden;
  height: auto;
  border: 1px solid #f5f1eb;
  margin-bottom: max(1.5rem, 2vw);
}
.base-model .product-thumbnail a {
  display: block;
  padding: max(1.5rem, 2vw);
}
.base-model .product-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.base-model:hover .product-thumbnail img {
  transform: scale(1.1);
}

.products-section .products-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: max(2rem, 2vw);
}
/* Product Pagination */
.products--pagination {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.products--pagination .pg-list {
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
  margin: 1rem auto;
  padding: 0;
}
.products--pagination .pg-list .pg-list--link {
  width: 3rem;
  height: 3rem;
  margin: 0 0.5rem;
  display: grid;
  place-items: center;
  border: 1px solid #030412;
  color: #030412;
  transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.products--pagination .pg-list .pg-list--link.active {
  background-color: #030412;
  color: #fcfcfc;
}
.products--pagination .pg-list .pg-list--link.arrow svg {
  width: 2rem;
  height: 2rem;
  stroke: #030412;
  transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.products--pagination .pg-list .pg-list--link:hover {
  background-color: #030412;
  color: #fcfcfc;
}
.products--pagination .pg-list .pg-list--link:hover svg {
  stroke: #fcfcfc;
}
.products--pagination .arrow.disabled {
  opacity: 0.3;
}
.products--pagination .arrow-right svg {
  transform: rotate(180deg);
}

/* =========================
		Products:Single Page
========================= */
.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 7px;
  background-color: transparent;
  border: 1px solid #030412;
  transition: 0.3s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #030412;
}

.related-products .relatedProducts-navigation {
  width: fit-content;
  margin: max(1rem, 1vw) auto;
}
.related-products .relatedProducts-navigation .swiper-pagination-bullet {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 7px;
  background-color: transparent;
  border: 1px solid #030412;
  transition: 0.3s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.related-products .relatedProducts-navigation .swiper-pagination-bullet-active {
  background-color: #030412;
}

.relatedProducts-slider .related-product {
  height: 100%;
  flex-flow: column;
  flex-grow: 1;
}
.relatedProducts-slider .related-product .thumbnail {
  border: 1px solid #f5f1eb;
}
.relatedProducts-slider .related-product .thumbnail img {
  height: auto;
  transition: 0.3s all ease-in-out;
}
.relatedProducts-slider .related-product:hover .thumbnail img {
  transform: scale(1.1);
}

.singleproduct .image-col--wrapper .main-image {
  width: 100%;
  height: 100%;
  outline: 1px solid #f4f2ed;
  display: grid;
  place-items: center;
  margin-bottom: max(1rem, 1vw);
}
.singleproduct .image-col--wrapper .main-image img {
  height: max(15rem, 20vh);
  width: 100%;
  object-fit: contain;
}
.singleproduct .image-col--wrapper .product-images-slider img {
  height: auto;
}

/* =========================
		Products:Category Page
========================= */
.page-banner {
  height: max(20rem, 40vh);
  position: relative;
}
.page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to bottom right, rgba(3, 4, 18, 0.2), rgba(3, 4, 18, 0.4), rgba(3, 4, 18, 0.3));
}
.page-banner .content--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.page-banner .container {
  position: relative;
  height: 100%;
  z-index: 10;
  color: #fcfcfc;
}
.page-banner .container .page-header {
  height: 100%;
  display: grid;
  place-items: center;
}
.page-banner .container .page-header .banner-title {
  font-size: clamp(30px, 4vw, 70px);
  color: #fcfcfc;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: clamp(40px, 3vw, 80px);
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.page-banner .page-breadcrumbs {
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-evenly;
}
.page-banner .page-breadcrumbs a {
  display: block;
  padding: 0 1rem;
  color: #030412;
}
.page-banner .page-breadcrumbs a:hover {
  color: #bfa888;
}
.page-banner .page-breadcrumbs span.home {
  background-color: #e3d8ca;
}
.page-banner .page-breadcrumbs span.home a {
  opacity: 0.7;
  color: #030412;
}
.page-banner .page-breadcrumbs span.home a:hover {
  opacity: 1;
  color: #030412;
}
.page-banner .page-breadcrumbs span {
  line-height: 3;
  padding: 0.5rem 10px;
  color: #030412;
}
.page-banner .page-breadcrumbs span a {
  transition: 0.3s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* =========================
			404 Page Styles
========================= */
.error404-page {
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
