html {

  scroll-behavior: smooth;
}

@font-face {
  font-family: 'radiant_charismaregular';
  src: url('./../fonts/radiant_charisma_regular-webfont.woff2') format('woff2'),
    url('./../fonts/radiant_charisma_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'radiant_charismamedium';
  src: url('./../fonts/radiant_charisma_medium-webfont.woff2') format('woff2'),
    url('./../fonts/radiant_charisma_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'montierregular';
  src: url('./../fonts/montier-regular-bf667dff99c5e63-webfont.woff2') format('woff2'),
    url('./../fonts/montier-regular-bf667dff99c5e63-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'midland_luxuryregular';
  src: url('./../fonts/midland-luxury-regular-webfont.woff2') format('woff2'),
    url('./../fonts/midland-luxury-regular-webfont.woff') format('woff'),
    url('./../fonts/midland-luxury-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'midland_luxuryextra_light';
  src: url('./../fonts/midlandluxury-extralight-webfont.woff2') format('woff2'),
    url('./../fonts/midlandluxury-extralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'midland_luxurylight';
  src: url('./../fonts/midlandluxury-light-webfont.woff2') format('woff2'),
    url('./../fonts/midlandluxury-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'midland_luxuryextra_light';
  src: url('midlandluxury-extralight-webfont.woff2') format('woff2'),
    url('midlandluxury-extralight-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'midland_luxury_italiclight';
  src: url('./../fonts/midlandluxuryitalic-light-webfont.woff2') format('woff2'),
    url('./../fonts/midlandluxuryitalic-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

:root {
  /* Colors */
  --primary-color: #BA8D62;
  --secondary-color: #b0865e;
  --tertiary-color: #927b66;
  --accent-color: #A08B74;
  --highlight-color: #6F9AAC;
  --muted-text-color: #E7E5E5;
  --text-color-light: #b6b6b8;
  --text-color-dark: #161A22;
  --background-dark: #121921;
  --background-light: #fbf4ec;
  --background-highlight: #786552;
  --light-background-color: #ddd;
  --lightest-background-color: #fcfcfc;
  --border-light: #e7e5e583;
  --border-muted: #5B5652;
  --border-color: #63574B;

  /* Fonts */
  --font-primary: 'montierregular';
  --font-secondary: 'radiant_charismaregular';
  --font-tertiary: 'midland_luxuryregular';
  --font-tertiary-light: 'midland_luxurylight';
  --font-tertiary-italic: 'midland_luxury_italiclight';

  /* Font Sizes */
  --font-size-xxsmall: 8px;
  --font-size-small: 10px;
  --font-size-medium: 15px;
  --font-size-large: 18px;
  --font-size-xlarge: 20px;
  --font-size-xxlarge: 21px;
  --font-size-header: 40px;

  /* Spacing */
  --spacing-xxsmall: 4px;
  --spacing-small: 8px;
  --spacing-medium: 16px;
  --spacing-large: 24px;
  --spacing-xlarge: 40px;
  --spacing-xxlarge: 60px;

  /* Dimensions */
  --navbar-height: 80px;
  --header-height: 228px;
  --icon-size-small: 18px;
  --icon-size-medium: 24px;
  --icon-size-large: 32px;

  /* Borders */
  --border-width: 1px;
  --border-style: solid;
  --border-dark: 1px solid var(--primary-color);

  /* Background Gradients */
  --bg-header-gradient: linear-gradient(rgba(255, 255, 255, 0), #000);
  --line-gradient: linear-gradient(#5A5243 50%, rgba(255, 255, 255, 0) 0%);

  /* Background Images */
  --bg-section-title: url(./../images/bg-h2.png) repeat-x center;
  --bg-products: var(--background-dark);
  --bg-contact: var(--background-dark);
  --bg-edge: var(--background-light);
  --bg-header-edge: url(./../images/banner-edge.jpg) no-repeat center;
  --bg-header-products: url(./../images/quote-icon-1.svg) no-repeat center;
  --bg-label-logo: url(./../images/label-logo-b.svg) no-repeat center;

  /* Icons */
  --icon-menu: url(./../images/icon-menu.svg) no-repeat center;
  --icon-close: url(./../images/icon-close.svg) no-repeat center;
  --icon-arrow: url(./../images/icon-arrow.svg) no-repeat center;
  --icon-instagram: url(./../images/icon-ig.svg) no-repeat left center;
  --icon-separator-customisation: url(./../images/icon-separator-customisation.svg) no-repeat center;
  --icon-separator-experience: url(./../images/icon-separator-experience.svg) no-repeat center;
  --icon-separator-material-design: url(./../images/icon-separator-material_design.svg) no-repeat center;
  --icon-separator-edge: url(./../images/icon-separator-edge.svg) no-repeat center;
  --icon-master-bespoke: url(./../images/icon-3.svg) no-repeat center;
  --icon-manufacturing: url(./../images/icon-4.svg) no-repeat center;
  --icon-sourcing: url(./../images/icon-5.svg) no-repeat center;


  /* Separator Background Images */
  --separator-product: url('./../images/icon-quote-products.svg') no-repeat center;
  --separator-about: url('./../images/icon-separator-about.svg') no-repeat center;
  --separator-customisation: url('./../images/icon-separator-customisation.svg') no-repeat center;
  --separator-experience: url('./../images/icon-separator-experience.svg') no-repeat center;
  --separator-material-design: url('./../images/icon-separator-material_design.svg') no-repeat center;
  --separator-edge: url('./../images/icon-separator-edge.svg') no-repeat center;

  /* Separator Sizes */
  --separator-width-mobile: 18px;
  --separator-height-mobile: 18px;
  --separator-width-desktop: 22px;
  --separator-height-desktop: 22px;

  /* Material Design Specific Sizes */
  --quote-width-mobile: 18px;
  --quote-height-mobile: 24px;
  --quote-width-desktop: 36px;
  --quote-height-desktop: 48px;
}




.section-title {
  text-transform: uppercase;
  font-family: 'radiant_charismaregular';
  font-size: 13px;
  letter-spacing: 4px;
  margin: 12px 0;
  padding-top: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  /* Explicitly set align-items */
  position: relative;
}

.section-title::before,
.section-title::after {
  content: "";
  width: 112px;
  margin: 0 16px;
  height: 20px;
  display: block;
  /* Ensure pseudo-elements behave correctly */
  background-image: url(./../images/bg-h2-large.png);
  background-repeat: no-repeat;
}

.section-title::before {
  background-position: left;
  margin-left: 0;
}

.section-title::after {
  background-position: right;
  margin-right: 0;
}

@media (min-width: 992px) {
  .section-title {
    font-size: 20px;
    letter-spacing: 4px;
    align-items: unset;
  }

  .section-title::before,
  .section-title::after {
    margin: 0 32px;
  }
}

/* Fix for Safari 13 rendering issues with pseudo-elements */
@supports (-webkit-touch-callout: none) {

  .section-title::before,
  .section-title::after {
    display: inline-block;
  }
}

/* Fix for .why__quote-title */
.why__quote-title {
  border-top: 1px solid rgba(160, 139, 116, 0.5);
  border-bottom: 1px solid rgba(160, 139, 116, 0.5);
  padding: 20px 0;
  color: #BA8D62;
  font-size: 24px;
  line-height: 120%;
  font-family: 'radiant_charismaregular';
  width: 260px;
  margin: 0 auto;
  text-align: center;
  display: block;
  /* Ensures it renders correctly in Safari */
}

@media (min-width: 992px) {
  .why__quote-title {
    font-size: 32px;
    width: auto;
    max-width: none;
  }
}

p:last-child {
  margin-bottom: 0;
}

body {
  font-family: 'montierregular';
  font-size: 15px;
  line-height: 128%;
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  body {
    font-size: 20px;
  }
}

.navbar {
  z-index: 9;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  border-image: linear-gradient(0.25turn, #483F39, #816D45, #483F39);
  border-image-slice: 1;
  border-bottom: 1px solid transparent;
  border-top: 0;
}

.navbar .container-fluid {
  justify-content: space-between;
  max-width: 1122px;
  align-items: center;
}

@media (max-width: 992px) {
  .navbar .container-fluid {
    padding: 0 10px 0 22px;
  }
}

#navbar-logo {
  margin: 10px 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: width 0.5s ease-in-out, opacity 0.3s ease-in-out;
  cursor: pointer;
}

#navbar-logo a {
  cursor: pointer;
}

#navbar-logo.show-navbar-logo {
  width: 60px;
  opacity: 1;
}

@media (max-width: 992px) {
  #navbar-logo {
    width: 48px;
    height: 48px;
    transition: opacity 0.5s ease-in-out;
    margin: 8px 0;
  }

  #navbar-logo img {
    max-height: 74px;
    margin-left: -40px;
  }

  #navbar-logo.show-navbar-logo {
    width: 48px;
  }
}

@media (min-width: 992px) {
  #navbar-logo {
    height: 60px;
  }

  #navbar-logo img {
    margin-left: -49px;
  }
}

.navbar-toggler {
  margin-left: auto;
  border: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .navbar-toggler-icon {
  background: url(./../images/icon-menu.svg) no-repeat center 4px;
  width: 32px;
  height: 32px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: url(./../images/icon-close.svg) no-repeat center;
}

.navbar-collapse {
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  top: 80px;
  width: 100%;
  left: 0px;
  font-family: 'radiant_charismamedium';
  font-size: 20px;
}

@media (max-width: 992px) {
  .navbar-collapse {
    background: rgba(23, 30, 33, 0.95);
    left: 0;
    width: calc(100% + 24px);
    position: absolute;
    margin: 0 -12px;
  }

  .navbar-collapse .navbar-nav {
    padding: 24px 52px 0;
  }

  .navbar-collapse .nav-item {
    border-bottom: 1px solid #63574B;
  }

  .navbar-collapse .nav-item:last-child {
    border-bottom: 0;
  }
}


.navbar-collapse .nav-link {
  color: #BAA197;
  padding: 20px 0;
}

.navbar-collapse .nav-link.active {
  color: #BAA197;
}

.navbar-collapse .nav-link:hover {
  color: #927b66;
}


.bg-1 {
  background: #000;
}

.bg-2 {
  background: #121921;
}

.bg-3 {
  background: #ddd;
}

.bg-4 {
  background: #eee;
}

.bg-5 {
  background: #fcfcfc;
}

.navbar {
  height: 80px;
  background: #11141A;
}

/* Section: Home */
.home {
  position: relative;
  height: 765px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 80px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .home {
    height: auto;
    max-height: 100% !important;
  }
}

/* Background */
.home__background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--background-dark);

}

.home__background-image {
  object-fit: cover;
}

picture.responsive-picture {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .home__background-image {
    min-height: 100%;
    height: 100%;
    width: auto;
  }
}

@media (min-width: 992px) {
  picture.responsive-picture.home__background__img {

    height: -webkit-calc(100% + 80px);
    height: calc(100% + 80px);
    margin-top: -80px;
  }
}

picture.responsive-picture {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

picture.responsive-picture img {
  width: 100%;
}

/* Header */
.home__header {
  padding: 48px 16px;
}

.home__logo {
  display: inline-block;
}

.home__logo-image {
  width: 154px;
}

@media (min-width: 992px) {
  .home__header {
    padding: 60px 0;
  }

  .home__logo-image {
    width: 242px;
  }
}

/* Content */
.home__content {
  width: 220px;
  padding: 0 16px 40px;
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
}

@media (min-width: 992px) {
  .home__content {
    width: 360px;
  }
}




.home__title {
  color: #A08B74;
  margin-bottom: 80px;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.1;
  font-family: 'radiant_charismaregular';

}

@media (max-width: 992px) {
  .home__title {
    padding-top: 10px;
    line-height: 120%;
    max-width: 180px;
    margin-bottom: 72px;
  }
}

@media (min-width: 992px) {

  .home__title {
    margin-bottom: -webkit-calc(var(--spacing-xxlarge) + 4px);
    margin-bottom: calc(var(--spacing-xxlarge) + 4px);
    padding-top: 316px;
    font-size: 32px;
  }
}

@media (min-width: 1992px) {
  .home__title {
    padding-top: 555px;
  }
}

.home__subtitle {
  border-top: 1px solid #ffffff79;
  border-bottom: 1px solid #ffffff79;
  padding: 10px 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 32px;
  font-size: 10px;
  font-family: 'midland_luxuryregular';
  letter-spacing: 4px;
  line-height: 28px;
}

@media (min-width: 992px) {
  .home__subtitle {
    padding: 10px 32px;
    font-size: 13px;
  }
}


/* Link */
.home__link {
  padding: var(--spacing-small);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 40px;
  height: 40px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.home__link:hover {
  opacity: 1;
}

.home__link-icon {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-radius: 2px;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@media (min-width: 992px) {
  .home__link-icon {
    width: 24px;
    height: 24px;
  }
}

.about {
  padding: 52px 0 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;

}

@media (min-width: 992px) {
  .about {
    padding-top: 100px;
  }
}

@media (max-width: 992px) {
  .about {
    padding-bottom: 24px;
  }
}

.about>div {
  width: 100%;
  max-width: 340px;
  margin: 20px 0;
}



.about__header {
  margin-bottom: var(--spacing-medium);
}

@media (min-width: 992px) {
  .about>div {
    max-width: 930px;
  }

  .about__header {
    margin-bottom: 38px !important;
  }

  .about__subtitle {
    font-size: 12px;
    padding-top: 6px;
  }
}

.about__title {
  font-size: 35px;
  line-height: 100%;
  font-family: var(--font-secondary);
  padding-bottom: 20px;
  margin-bottom: 0;
  color: #161A22;
}

.about__subtitle {
  font-size: 8px;
  font-family: var(--font-tertiary-italic);
  color: var(--primary-color);
  display: block;
}

.about__image-container {
  margin-top: var(--spacing-small);
  margin-top: 0;
}

@media (max-width: 992px) {
  .about__image-container {
    margin-top: 0 !important;
  }
}

.about__image {
  width: 100%;
}

.about__content {
  margin-bottom: var(--spacing-large);
  display: flex;
  flex-direction: column;
  align-items: center;

}

.about__heading {
  max-width: 300px;
  font-size: 20px;
  line-height: 122%;
  padding: 0 20px 16px;
  margin-bottom: 0;
  font-family: var(--font-secondary);
  color: #161A22;
}

@media (min-width: 992px) {
  .about__heading {
    max-width: 100%;
    padding-bottom: 4px;
  }
}

.about__description {
  color: var(--primary-color);
  padding: 16px 12px 4px 4px;
  margin-bottom: 0;

}

.about__separator {
  width: 548px !important;
  max-width: 100%;
  height: 12px;
  position: relative;
}

.about__separator::before,
.about__separator::after {
  content: "";
  height: 1px;
  border-bottom: 1px solid var(--accent-color);
  position: absolute;
  top: 50%;
  left: 0;
}

.about__separator::after {
  right: 0;
  left: auto;
}

@media (min-width: 992px) {
  .about__craftsmanship {
    margin-top: 4px !important;
  }
}

@media (max-width: 992px) {
  .about__craftsmanship {
    margin-top: 8px !important;
    margin-bottom: 4px !important;
  }
}

.about__craftsmanship-title {
  font-family: var(--font-secondary);
  font-size: 13px;
  display: flex;
  flex-direction: column;
  letter-spacing: 4px;
}

.about__craftsmanship-subtitle,
.about__craftsmanship-year {
  font-size: 26px;
  color: var(--accent-color);
  letter-spacing: 0;
}

.about__craftsmanship-subtitle:first-child {
  font-size: 15px;
  letter-spacing: 2px;

}


@media (min-width: 992px) {
  .about__craftsmanship-subtitle:first-child {
    margin-top: 20px;
    font-size: 24px;
    line-height: 100%;
  }

  .about__title {
    font-size: 60px;
  }

  .about__heading {
    font-size: 32px;
  }

  .about__description {
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.7px;
    max-width: 776px;
    padding-bottom: 4px;
  }

  .about__craftsmanship-title {
    font-size: 16px;
  }

  .about__craftsmanship-subtitle,
  .about__craftsmanship-year {
    font-size: 60px;
  }

  .about__craftsmanship-year {
    margin-top: -4px;
  }

  .collection {
    padding-top: 32px;
  }
}


.collection {
  text-align: center;
  padding: 16px 0 0;
}

.collection__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 24px;
}

.collection__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
}

.collection__container:nth-child(odd) {
  background: #f1f1f1;
}

@media (min-width: 992px) {
  .collection__container:nth-child(odd) {
    margin-top: 12px;
  }

  .collection__container:nth-child(odd) ul {
    padding-top: 80px;
  }
}

.collection__container:nth-child(odd) ul {
  padding-top: 20px;
}

@media (max-width: 992px) {
  .collection__container:nth-child(even) {
    padding-top: 8px;
  }

  .collection__container .collection__list {
    margin-bottom: 18px;
  }
}

@media (min-width: 992px) {
  .collection__container {
    padding-bottom: 92px;
  }
}

/* Subtitle */
.collection__subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}

.collection__subtitle img {
  max-width: 170px;
}

@media (min-width: 992px) {
  .collection__subtitle img {
    max-width: 100%;
  }
}

.collection__subtitle::after {
  content: "";
  margin-top: 24px;
  width: 34px;
  border-bottom: 1px solid rgba(22, 26, 34, 0.5);
}

@media (max-width: 992px) {
  .collection__subtitle::after {
    margin-top: 20px;
  }
}

/* Description */
.collection__description {
  max-width: 320px;
  padding-bottom: 20px;
  color: #353535;
}

@media (min-width: 992px) {
  .collection__description {
    max-width: 588px;
    font-size: 20px;
    line-height: 120%;
  }
}

/* List */
.collection__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 auto 32px;
  max-width: 260px;
}

@media (min-width: 992px) {
  .collection__list {
    max-width: 954px;
    margin-bottom: 48px;
  }
}

/* Items */
.collection__item {
  display: flex;
  list-style: none;
  margin: 4px;
  width: calc(50% - 8px);
  /* Removed -webkit-calc() */
  overflow: hidden;
  box-sizing: border-box;
  /* Changed from content-box for better spacing */
}

@media (min-width: 992px) {
  .collection__item {
    margin: 12px;
    height: 453px;
    width: 453px;
  }
}

.collection__item:last-child {
  width: 100%;
  margin: 4px;
}

@media (min-width: 992px) {
  .collection__item:last-child {
    width: 100%;
    margin: 12px 16px;
    height: 500px;
  }
}

.collection__item img {
  width: 100%;
  /* Ensures proper image scaling in Safari */
  height: auto;
  /* Prevents stretching issues */
}

/* Why Section */
.why {
  padding-top: 36px;
  background: #060606;
}

@media (min-width: 992px) {
  .why {
    padding-top: 64px;
  }
}

.why__header {
  padding: 36px 0 0;
  text-align: center;
  color: #b6b6b8;
  display: flex;
  flex-direction: column;
}

.why__title {
  margin-bottom: 20px;
}

/* Why Image */
.why__image {
  display: flex;
  justify-content: center;
  margin: 60px 0 48px;
}

@media (max-width: 992px) {
  .why__image {
    margin-bottom: 32px;
  }

  .why__image img {
    width: 158px;
  }
}

@media (min-width: 992px) {
  .why__image {
    margin: 60px 0 4px;
  }
}


.why__customisation,
.why__measure,
.why__experience,
.why__materials {
  text-align: center;
  padding: 32px;
  color: #b6b6b8;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why__customisation {
  color: #9D9D9D;
  background: #060606;
}

@media (max-width: 992px) {
  .why__customisation {
    padding-bottom: 20px;
  }

  .why__customisation .customisation__separator {
    margin-top: 16px;
  }
}

.why__customisation .why__quote-title {
  color: #BA8D62;
  line-height: normal;
}

@media (min-width: 992px) {
  .why__customisation .why__description {
    max-width: 776px;
    font-size: 20px;
    margin-bottom: 24px;
  }
}

@media (max-width: 992px) {
  .why__customisation .why__description {
    max-width: 352px;
  }
}

@media (min-width: 992px) {
  .why__customisation {
    padding-bottom: 0;
  }
}

/* Why Measure */
.why__measure {
  padding: 32px;
  min-height: 584px;
  text-align: center;
  color: #b6b6b8;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .why__measure {
    min-height: 1000px;
    padding-top: 4px;
    box-sizing: border-box;
  }
}

@media (max-width: 992px) {
  .why__measure {
    min-height: 568px;
  }
}

.why__measure .why__quote-title {
  color: #BA8D62;
  line-height: normal;
  z-index: 2;
}

.why__measure .why__description {
  color: #CECECE;
  z-index: 2;
}

@media (min-width: 992px) {
  .why__measure .why__description {
    max-width: 660px;
    font-size: 20px;
  }
}

/* Why Image Holder */
.why__measure .why__image-holder {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}

.why__measure .why__image-holder:before {
  content: "";
  position: absolute;
  width: calc(100% + 64px);
  height: 60%;
  top: 0;
  left: -32px;
  background: linear-gradient(#060606, transparent);
  z-index: 1;
}

.why__measure .why__image-holder img {
  width: 100%;
  /* Fixes Safari 13 issues */
  max-width: calc(100% + 64px);
  position: absolute;
  bottom: 0;
}

@media (max-width: 992px) {
  .why__measure .why__image-holder img {
    bottom: -2px;
    width: 100%;
  }
}

.why__experience {
  padding-top: 100px;
  padding-bottom: 64px;
}

@media (max-width: 992px) {
  .why__experience {
    padding-bottom: 56px;
  }
}

.why__experience .why__quote-title {
  color: #cecece;
  border-top: 1px solid rgba(160, 139, 116, 0.5);
  border-bottom: 1px solid rgba(160, 139, 116, 0.5);
}

.why__experience .why__description {
  color: #B0B0B0;
  padding-bottom: 60px;
  font-size: 18px;
  max-width: 280px;
}

@media (max-width: 992px) {
  .why__experience .why__description {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .why__experience .why__description {
    max-width: 412px;
    font-size: 20px;
    padding-bottom: 18px;
  }
}

.why__experience .why__image-holder {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: visible;
}

.why__experience .why__image-holder::before {
  content: "";
  position: absolute;
  width: calc(100% + 64px);
  height: 100%;
  background: linear-gradient(transparent, #000);
  z-index: 1;
}

.why__experience .why__image-holder img {
  width: calc(100% + 64px);
  position: relative;
}

@media (max-width: 992px) {
  .why__experience .why__image-holder {
    min-height: 266px;
    width: 100vw;
  }

  .why__experience .why__image-holder img {
    width: 100vw;
  }
}


/* Why Materials */
.why__experience,
.why__materials__wrapper {
  background-color: #131920;
}

@media (max-width: 992px) {
  .why__materials__wrapper {
    padding: 0 8px;
  }
}

.why__materials {
  background: rgba(231, 229, 229, 0.9);
  margin: 0 auto;
  color: #161A22;
  max-width: 1120px;
}

@media (max-width: 992px) {
  .why__materials {
    padding-bottom: 56px;
    padding-top: 16px;
  }
}

@media (min-width: 992px) {
  .why__materials {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.why__materials .why__quote-title {
  border-top: 1px solid rgba(160, 139, 116, 0.5);
  border-bottom: 1px solid rgba(160, 139, 116, 0.5);
}

/* Quote Title */
.why__quote-title {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #161A22;
}

@media (min-width: 992px) {
  .why__quote-title {
    margin-bottom: 32px;
  }
}


.why__description {
  margin: 0 auto 36px;
  max-width: 320px;
  font-size: 16px;
}


.why__separator {
  margin: 16px 0;
}

.why__steps,
.why__features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why__customisation {
  color: #9D9D9D;
  background: #060606;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .why__customisation {
    padding-bottom: 0;
  }
}

.why__customisation .why__quote-title {
  color: #BA8D62;
  line-height: normal;
}

.why__customisation .why__description {
  max-width: 352px;
}

@media (min-width: 992px) {
  .why__customisation .why__description {
    max-width: 776px;
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.why__measure {
  padding: 32px;
  min-height: 584px;
  text-align: center;
  color: #b6b6b8;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .why__measure {
    min-height: 1000px;
    padding-top: 4px;
    box-sizing: border-box;
  }
}

@media (max-width: 992px) {
  .why__measure {
    min-height: 568px;
  }
}

.why__measure .why__quote-title {
  color: #BA8D62;
  line-height: normal;
}

.why__measure .why__description {
  color: #CECECE;
}

@media (min-width: 992px) {
  .why__measure .why__description {
    max-width: 660px;
    font-size: 20px;
  }
}

.why__image-holder {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.why__image-holder::before {
  content: "";
  position: absolute;
  width: calc(100% + 64px);
  height: 60%;
  top: 0;
  background: linear-gradient(#060606, transparent);
  z-index: 1;
  left: -32px;
}

.why__image-holder img {
  width: calc(100% + 64px);
  position: absolute;
  bottom: 0;
}

@media (min-width: 1800px) {
  .why__measure .why__image-holder img {
    bottom: -150px;
  }
}

@media (min-width: 2200px) {
  .why__measure .why__image-holder img {
    bottom: -240px;
  }
}

@media (max-width: 992px) {
  .why__image-holder img {

    width: 100%;
  }

  .why__image-holder::before {
    width: 100% !important;
    left: 0 !important;
  }
}

.why__steps {
  background: url(./../images/icon-2.svg) no-repeat center top;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  margin: 32px 0;
}

.why__steps::before {
  content: "";
  height: 40px;
  width: 1px;
  margin: 0 auto;
  background-image: linear-gradient(#5A5243 50%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 11px;
  background-repeat: repeat-y;
  margin-top: 23px;
  margin-bottom: 4px;
}

@media screen and (max-width: 992px) {
  .why__steps {
    background-size: 20px;
  }

  .why__steps::before {
    margin-top: 12px;
  }
}

.why__step {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #4B443C;
  padding: 24px 16px;
  width: 100%;
  align-items: flex-start;
  text-align: left;
  letter-spacing: 0.75px;
}

.why__step:nth-child(even) {
  text-align: right;
  align-items: flex-end;
}

@media (min-width: 992px) {
  .why__steps {
    max-width: 1120px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding-top: 92px;
    margin: 136px 0 36px;
  }

  .why__steps::before {
    margin: 0 auto;
    position: absolute;
    top: 32px;
  }

  .why__step {
    flex: 1 1 calc(33.333% - 10px);
    box-sizing: border-box;
    border-bottom: 0;
    padding: 12px 52px;
    margin: 32px 0;
    border-right: 1px solid #4B443C;
    align-self: stretch;
    max-width: 360px;
  }

  .why__step:first-child,
  .why__step:nth-child(4n) {
    padding-left: 0;
  }

  .why__step:nth-child(3n),
  .why__step:last-child {
    border-right: 0;
    padding-right: 0;
  }

  .why__step:nth-child(3n) {
    min-width: calc(33.33% + 20px);
  }

  .why__step p {
    max-width: 360px;
  }

  .why__step:nth-child(even) {
    text-align: left;
    align-items: flex-start;
  }
}

@media (max-width: 992px) {
  .why__step:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

/* WHY FEATURES */
.why__features {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0;
  background: url(./../images/icon-2.svg) no-repeat center top;
}

@media screen and (max-width: 992px) {
  .why__features {
    background-size: 20px;
    padding-top: 24px;
    padding-bottom: 48px;
  }
}

.why__feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why__feature::before {
  content: "";
  height: 40px;
  width: 1px;
  margin: 0 auto 8px;
  background-image: linear-gradient(#5A5243 50%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 11px;
  background-repeat: repeat-y;
}

@media (min-width: 992px) {
  .why__features {
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    padding: 120px 0 40px;
    margin-top: 16px;
  }

  .why__features::before {
    content: "";
    height: 40px;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(#5A5243 50%, rgba(255, 255, 255, 0) 0%);
    background-position: center;
    background-size: 1px 11px;
    background-repeat: repeat-y;
    top: 32px;
  }

  .why__feature {
    padding: 0 20px;
  }

  .why__feature::before {
    display: none;
  }

  .why__feature h4 {
    font-size: 24px;
  }

  .why__feature p {
    font-size: 16px;
    line-height: 20px;
  }
}

/* TEXT STYLING */
.why__step-title {
  font-family: 'radiant_charismaregular';
  color: #BA8D62;
}

.why__step-title,
.why__feature-title {
  margin-bottom: 8px;
}

.why__feature-title {
  color: #915D24;
}

@media (max-width: 992px) {
  .why__feature-title {
    font-size: 16px;
  }
}

.why__step-description,
.why__feature-description {
  margin: 0 auto;
  max-width: 320px;
}

.why__step-description {
  color: #BCBCBC;
}

/* PRODUCTS SECTION */
.products {
  background: #121921;
  color: #b6b6b8;
  padding: 40px 0;
}

@media (min-width: 992px) {
  .products {
    padding: 80px 0 60px;
  }
}


.products__header {
  text-align: center;
  padding-top: 24px;
}

.products__title {
  font-family: 'radiant_charismamedium';
  color: var(--text-color-light);
}

.products__container {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products__list {
  list-style: none;
  padding: 16px 0;
  margin: 0 auto 44px;
  display: flex;
  flex-direction: column;
  max-width: 360px;
}

@media (min-width: 992px) {
  .products__list {
    padding: 28px 0 40px;
  }
}

.products__item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* Fixing :nth-child selectors for Safari 13 */
.products__item:nth-child(even) .products__details {
  padding-left: 0;
}

/* Avoiding shorthand nesting (Safari 13 fix) */
.products__item:nth-child(odd) {
  flex-direction: row-reverse;
}

.products__item:nth-child(odd) .products__details {
  padding-right: 0;
}

/* Adding explicit flexbox rules for Safari 13 */
@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance: none) {
    .products__item {
      display: flex;
      -webkit-box-align: center;
      -webkit-box-pack: start;
      flex-direction: row;
    }

    .products__item:nth-child(odd) {
      flex-direction: row-reverse;
    }
  }
}



.products__details {
  padding: 20px;
  width: 50%;
}

.products__item-title {
  color: #BA8D62;
  font-family: var(--font-secondary);
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 12px;
  font-size: 24px;

  &:after {
    content: "";
    width: 95px;
    height: 1px;
    border-bottom: 1px solid rgba(231, 229, 229, 0.38);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.products__item-description {
  font-size: 15px;
  line-height: normal;
  color: #BCBCBC;
}

.products__image {
  width: 50%;
}

.products__image img {
  max-width: 100%;
  display: block;
}

.products__separator {
  margin: 16px 0 24px;
}

@media (min-width: 992px) {
  .products__separator {
    margin-bottom: 35px;
  }
}

.products__quote {
  margin: 0;
  padding: 24px;
  color: #6f9aac;
  border-top: 1px solid rgba(231, 229, 229, 0.5);
  border-bottom: 1px solid rgba(231, 229, 229, 0.5);
  font-size: 15px;
  text-align: center;
}

@media (min-width: 992px) {
  .products__title {
    font-size: 20px;
  }

  .products__list {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1120px;
  }

  .products__item {
    width: 50%;
    display: flex;
    flex-direction: row;
  }

  .products__item:nth-child(1),
  .products__item:nth-child(2) {
    flex-direction: row-reverse;
  }

  .products__item:nth-child(3),
  .products__item:nth-child(4) {
    flex-direction: row;
  }

  .products__item:nth-child(3) .products__details,
  .products__item:nth-child(4) .products__details {
    padding-left: 52px !important;
  }

  .products__details {
    padding: 24px !important;
  }

  .products__details .products__item-description {
    font-size: 16px;
    line-height: 1.6;
  }

  .products__item-title {
    font-size: 28px;
  }


  .products__quote {
    font-size: 20px;
    max-width: 400px;
    margin: 0 0 28px;
  }
}


.edge {
  background: var(--background-light);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 48px;
}

.edge__header {
  width: 100%;
  background: url(./../images/banner-edge.jpg) no-repeat center;
  background-size: cover;
  height: 228px;
  color: var(--muted-text-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px;
  position: relative;
}


.edge__title {
  font-size: 40px;
  font-family: 'radiant_charismaregular';
  z-index: 1;
  display: flex;
  flex-direction: column;
  color: rgba(231, 229, 229, 0.65);

}

.edge__subtitle {
  font-family: 'midland_luxurylight';
  text-transform: none;
  font-size: 9px;
  line-height: 200%;
  letter-spacing: 1px;
  margin-top: 24px;
}

.edge__container {
  padding: 32px;
}

.edge__list {
  list-style: none;
  padding: 8px 0 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 320px;
}

.edge__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 992px) {
  .edge__item {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .edge__item::before {
    content: "";
    width: 1px;
    height: 43px;
    background-image: linear-gradient(#5A5243 50%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 1px 11px;
    background-repeat: repeat-y;
    left: 50%;
    top: 0;
    margin-bottom: 8px;
  }

  .edge__item:first-child::before {
    display: none;
  }
}

.edge__item-title {
  font-size: 20px;
  margin-bottom: 12px;
}

.edge__item-description {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

@media screen and (max-width: 992px) {
  .edge__item-description {
    padding-bottom: 16px;
    line-height: 128%;
    margin-bottom: 0;
  }

  .edge__item-description:last-child {
    padding-bottom: 0;
  }
}


.edge__icon {
  width: 32px;
  height: 32px;
  background-size: cover !important;
  margin-bottom: 12px;
}

.edge__icon--master-bespoke {
  background: url(./../images/edge-icon-1.svg) no-repeat center;
}

.edge__icon--manufacturing {
  background: url(./../images/edge-icon-2.svg) no-repeat center;
}

.edge__icon--sourcing {
  background: url(./../images/edge-icon-3.svg) no-repeat center;
}

.edge__separator {
  width: 18px;
  height: 18px;
  margin: 16px 0;
  background: url(./../images/icon-separator-edge.svg) no-repeat center;
  background-size: cover;
}

@media (min-width: 992px) {
  .edge {
    padding-bottom: 64px;
  }

  .edge__header {
    height: 400px;
    padding-bottom: 72px;
    justify-content: flex-end;
    background: url(./../images/large-banner-edge.jpg) no-repeat center #000;
    background-size: cover;
  }

  .edge__title {
    font-size: 60px;
    color: var(--muted-text-color);
  }

  .edge__subtitle {
    font-size: 16px;
    max-width: 720px;
    margin: 0 auto;
    padding-top: 20px;
  }

  .edge__container {
    max-width: 1120px;
    padding-bottom: 8px;
    padding-top: 76px;
  }

  .edge__list {
    max-width: 1120px;
    flex-direction: row;
    justify-content: center;
  }

  .edge__item {
    flex: 1 1 -webkit-calc(33.333% - 24px);
    flex: 1 1 calc(33.333% - 24px);
    padding: 24px 0;
    margin: 0 12px;
  }

  .edge__item-title {
    font-size: 24px;
    margin-bottom: 20px;
    color: #161A22;
  }

  .edge__item-description {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #161A22;

  }

  .edge__icon {
    width: 68px;
    height: 68px;
    margin-bottom: 16px;
  }

  .edge__separator {
    margin-bottom: 40px;
  }
}


.contact {
  background: var(--background-dark);
  color: var(--muted-text-color);
  text-align: center;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact__header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

.contact__title {
  background: url(./../images/label-logo-b.svg) no-repeat center top;
  font-size: 21px;
  font-family: var(--font-secondary);
  color: var(--primary-color);
  border-bottom: 1px solid rgba(231, 229, 229, 0.51);
  padding: 64px 0 12px;
}

.contact__container {
  display: flex;
  flex-direction: column;
  padding: 28px 0;
  max-width: 320px;
}

.contact__description {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .contact__description {
    line-height: 128%;
    color: #D1D1D1;
  }
}


.contact__appointments {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 0 12px;
}

.contact__appointments-title {
  background: var(--primary-color);
  color: #fff;
  padding: 14px 24px;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.contact__appointments-info {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 4px;
}

.contact__appointments-info span {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
}

.contact__footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}

.contact__instagram {
  padding: 24px 0;
  border-top: 1px solid var(--border-muted);
  border-bottom: 1px solid var(--border-muted);
  text-align: left;
}

.contact__instagram-title {
  font-family: var(--font-tertiary-italic);
  font-size: 18px;
  color: var(--background-highlight);
  line-height: 2;
  display: flex;
  margin-bottom: 0;
}

.contact__instagram-title::after {
  content: "";
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background: url(./../images/icon-arrow.svg) no-repeat center;
}

@media (max-width: 992px) {
  .contact__instagram-title::after {
    margin-top: 4px;
  }
}


.contact__instagram-link {
  opacity: 0.4;
  color: #E7E5E5;
  text-decoration: none;
  background: url(./../images/icon-ig.svg) no-repeat left center;
  padding: 4px 0 4px 32px;
  display: inline-block;
  transition: opacity 0.3s ease;
  font-size: 13px;
}

.contact__instagram-link:hover {
  opacity: 1;
}

.contact__copy-rights {
  opacity: 0.4;
  font-size: 8px;
  font-family: var(--font-tertiary-italic);
  text-align: right;
  padding-top: 60px;
}

@media (max-width: 992px) {}

@media (min-width: 992px) {
  .contact__header {
    padding-top: 88px;
  }

  .contact__title {
    font-size: 32px;
    padding-top: 80px;
  }

  .contact__container {
    max-width: 1120px;
    justify-content: center;
  }

  .contact__description {
    max-width: 740px;
    color: #D1D1D1;
    font-size: 20px;
    line-height: 140%;
  }

  .contact__appointments {
    padding: 28px 0 12px;
  }

  .contact__appointments-title {
    font-size: 13px;
    padding: 20px 32px;
    margin-bottom: 28px;
    letter-spacing: 2px;
  }

  .contact__appointments-info {
    font-size: 24px;
    letter-spacing: 4px;
  }

  .contact__appointments-info span {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .contact__footer {
    flex-direction: column;
    align-items: center;
  }

  .contact__instagram {
    padding: 20px 44px 12px;
    text-align: center;
    text-align: left;
  }

  .contact__instagram-title {
    justify-content: center;
  }

  .contact__copy-rights {
    padding-top: 36px;
    color: #E7E5E5;
  }
}


.pt-24 {
  padding-top: 24px !important;
}

@media (min-width: 992px) {
  .navbar-collapse {
    top: 0;
    padding: 0 24px;
    height: 80px;
    font-size: 16px;
    justify-content: center;
  }

  .navbar-nav {
    transform: scaleX(1);
    display: flex;
    justify-content: center;
    width: 100%;
    justify-content: space-between;
    max-width: 1122px;

    .nav-item {
      border-bottom: 0;
    }
  }
}

/* Customisation Separator */

.products__separator {
  background: url('./../images/icon-quote-products.svg') no-repeat center;
  width: var(--quote-width-mobile);
  height: var(--quote-height-mobile);
  background-size: var(--quote-width-mobile);
}

.about__separator {
  background: url('./../images/icon-separator-about.svg') no-repeat center;
  width: var(--separator-width-mobile);
  height: var(--separator-height-mobile);
  background-size: 12px;

  &:before,
  &:after {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
  }
}

.customisation__separator {
  background: url('./../images/icon-separator-customisation.svg') no-repeat center;
  width: var(--separator-width-mobile);
  height: var(--separator-height-mobile);
}

/* Experience Separator */
.experience__separator {
  background: url('./../images/icon-separator-experience.svg') no-repeat center;
  width: var(--separator-width-mobile);
  height: var(--separator-height-mobile);
}

/* Material Design Separator */
.material-design__separator {
  background: url('./../images/icon-separator-material_design.svg') no-repeat center;
  width: var(--separator-width-mobile);
  height: var(--separator-height-mobile);
}

/* Edge Separator */
.edge__separator {
  background: url('./../images/icon-separator-edge.svg') no-repeat center;
  width: var(--separator-width-mobile);
  height: var(--separator-height-mobile);
}

.customisation__separator,
.experience__separator,
.material-design__separator,
.edge__separator {
  background-size: var(--separator-width-mobile);
}

/* Responsive Sizes for Desktop */
@media (min-width: 992px) {
  .about__separator {
    height: 16px !important;
    background-size: 16px;

    &:before,
    &:after {
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px);
    }
  }

  .customisation__separator,
  .experience__separator,
  .material-design__separator,
  .edge__separator {
    width: var(--separator-width-desktop) !important;
    height: var(--separator-height-desktop) !important;
    background-size: var(--separator-width-desktop) !important;
  }

  .customisation__separator,
  .experience__separator,
  .material-design__separator,
  .edge__separator {
    margin: 16px 0;
  }

  .products__separator {
    width: var(--quote-width-desktop);
    height: var(--quote-height-desktop);
    background-size: var(--quote-width-desktop) !important;
  }
}

@media screen and (max-width: 418px) {
  .products__item-title {
    font-size: 20px;
  }

  .section-title {

    &:before,
    &:after {
      width: 68px;
    }
  }
}

.latest-addition {
  background: #F3F3F3;
}





.slider-container {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 120px 0 100px;
  max-width: 1312px;
  margin: 0 auto;
}

.slider-container h2 {
  font-family: 'radiant_charismamedium';
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
  text-align: center;
}

@media (max-width: 992px) {
  .slider-container {
    padding: 52px 0;
  }

  .slider-container h2 {
    font-size: 13px;
  }
}

.swiper-wrapper {
  padding: 80px 0 120px;
  scrollbar-width: none;
}

.swiper-wrapper .swiper-slide {
  flex: 0 0 25%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  box-sizing: border-box;
  padding: 0 16px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 302px;
}

.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

@media (max-width: 992px) {
  .swiper-wrapper {
    padding: 32px 0 84px;
  }
}

@media (max-width: 768px) {
  .swiper-wrapper .swiper-slide {
    flex: 0 0 50%;
    padding: 0 10px;
  }
}


.slider__buttons {
  display: none;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

@media only screen and (min-width: 769px) {

  .swiper-slide.swiper-slide-active:first-child,
  .swiper-slide.swiper-slide-next:nth-child(2) {
    transform: none !important;
  }

  .swiper-wrapper.swiper-slide>img,
  .swiper-wrapper.swiper-slide img {
    max-width: 100% !important;
  }
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative !important;
  width: 360px !important;
  margin: 0 auto;
  height: 2px !important;
}

/* .swiper-pagination-bullet{
  background-color: #D9D9D9 !important;
} */
.swiper-pagination-bullet-active {
  background-color: #9C9C9C !important;
}