/* Banner Css */
.hm-bnr-bg {
  width: 100%;
  height: 100vh;
  max-height: 956px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  display: flex;
  padding: 180px 0px;
  position: relative;
}

video.hm-bnr-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-bnr-content {
  margin: auto;
  width: 100%;
  max-width: 1350px;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 9;
}

.hm-banner-title {
  font-family: 'Times New Roman';
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 122%;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px;
  padding: 0 16px;
}

.watch-video-btn {
  display: flex;
  justify-content: center;
}

.btn-flex {
  display: flex;
  border: 1px solid #fff;
  height: 64px;
  cursor: pointer;
}

.wv-play-icon {
  border-right: 1px solid #fff;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wv-btn-text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  min-width: 213px;
  justify-content: center;
  padding: 8px;
}

.home-banner-slider {
  position: relative;
}

.hm-bnr-slider-nav {
  position: absolute !important;
  right: 48px !important;
  left: auto !important;
  bottom: 48px !important;
  z-index: 9 !important;
  color: #fff !important;
  width: auto !important;
}

.hm-bnr-slider-nav ul {
  list-style: none;
  display: flex;
  margin: 0px;
  padding: 0px;
}

.hm-bnr-slider-nav > span {
  padding: 5px 10px;
  cursor: pointer;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
}

.hm-bnr-slider-nav > span.swiper-pagination-bullet-active {
  font-size: 15px;
}

.hm-bnr-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 9;
}

.popup-open .hm-bnr-bg:before {
  opacity: 1;
}

.hm-banner-slides-index {
  position: relative;
}

.hero-video-popup .modal-dialog {
  transform: translateY(-50%) scale(0.2);
  transition: 0.3s;
}

.hero-video-popup.show .modal-dialog {
  transform: translateY(-50%) scale(1);
}

.home-banner-slider .carousel-progress {
  position: relative;
  width: 100%;
  height: 4px;
}

.home-banner-slider .progress {
  position: absolute;
  height: 4px;
  background-color: #000;
  animation-name: progress;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}



/* Our Collection */
.oc-slider-content-box h1 {
  color: #fff;
  font-size: 32px;
}

.oc-slider-item {
  width: 33.333%;
  min-width: 450px;
}

.oc-slider-content-box {
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.our-collection-slider .oc-slider-item {
  padding: 0px 5px;
  margin: 0 !important;
}


.our-collection-slider .container>.row {
  margin-left: -5px;
  margin-right: -5px;
}

.our-collection-slider .container>.row .section-header.d-flex>div {
  padding: 0px 10px;
}

.oc-slider-image img {
  width: 100%;
}

.our-collection-slider .oc-slider-header {
  padding-left: 8.5%;
  padding-right: 8.5%;
}



.oc-slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F4FAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.oc-slide-btn img {
  width: 24px;
}

.oc-slide-btn.ct-prev {
  left: -35px;
}

.oc-slide-btn.ct-next {
  right: -35px;
}

.our-collection-slider .container>.row {
  position: relative;
}

.oc-slider-items {
  overflow: hidden;
}

.swiper-scrollbar-wrapper {
  position: relative;
  width: calc(100% - 8px);
  margin: 0 auto;
  height: 1px;
}



/* Since 1737 */
.story-tellers-wrapper .content-row {
  max-width: 582px;
}

.view-our-heritage-btn {
  padding: 40px 16px;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

.view-our-heritage-btn:before {
  content: "";
  display: block;
  border: 0px solid #000;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid black;
  position: absolute;
  top: -5.5px;
  right: 0px;
  line-height: 0;
}

.view-our-heritage-btn>a {
  color: #000000;
  padding: 8px;
}

.view-our-heritage-btn:after {
  content: "";
  display: block;
  border: 0px solid #000;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid black;
  position: absolute;
  top: -5px;
  left: 0px;
  line-height: 0;
}

.view-our-heritage-btn>a:before {
  content: "";
  display: block;
  border: 0px solid #000;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid black;
  position: absolute;
  bottom: -5px;
  right: 0px;
  line-height: 0;
}

.view-our-heritage-btn>a:after {
  content: "";
  display: block;
  border: 0px solid #000;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid black;
  position: absolute;
  bottom: -5px;
  left: 0px;
  line-height: 0;
}


/* story tellers */
.story-post-item-index {
  background-color: #fff;
}

.story-post-list-index {
  background-color: #EAEAEA;
  position: relative;
}

.story-post-list a {
  color: #000000;
}

.story-post-list-sec {
  width: 33%;
}

.story-post-item-sec {
  width: 67%;
}

.story-post-list-date {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000;
}

.story-post-list {
  position: relative;
  border-bottom: 1px solid #000;
}

.story-post-list:last-child {
  margin-bottom: 0px;
}

.story-post-list:after {
  content: "";
  display: block;
  border: 0px solid #000;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 8px solid black;
  position: absolute;
  bottom: -5px;
  right: 0px;
  line-height: 0;
}

.story-post-list:before {
  content: "";
  display: block;
  border: 0px solid #000;
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid black;
  position: absolute;
  bottom: -5px;
  left: 0px;
  line-height: 0;
}

.story-post-list h4 {
  letter-spacing: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.story-post-content {
  padding: 48px 7%;
  width: 100%;
  margin-top: auto;
  background-color: white;
  position: relative;
  z-index: 9;
}

.story-post-content h4 {
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.story-post-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.story-post-read-more a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #000;
  padding: 8px 24px;
  border-radius: 100px;
  cursor: pointer;
  color: #fff;
}

.story-post-item-index {
  width: 100%;
}

.story-post-list-index {
  width: 100%;
}

.story-post-image {
  padding-top: 43%;
}

.story-post-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.story-post-item-sec {
  display: flex;
}

.story-post-list-sec {
  display: flex;
}

.story-post-item-index {
  display: flex;
}

.story-post-item {
  display: flex;
  flex-flow: wrap;
  position: relative;
}

.story-post-image {
  width: 100%;
}

.story-tellers-wrapper {
  overflow: hidden;
}

.story-post-read-more img {
  width: 8px;
  margin-left: 7px;
  position: relative;
  top: 0px;
}

.our-collection-slider {
  overflow: hidden;
}





/* discovering favre lueba */
.discovering-content {
  border-bottom: 1px solid #000;
}

.discovering-btn a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}

.discovering-title h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.discovering-image a {
  display: block;
}

.header-icons {
  margin-left: auto;
}




/* Media */
@media (min-width: 991px) {
  .story-tellers-wrapper .col-left {
    padding-right: 24px;
  }

  .story-tellers-wrapper .col-right {
    padding-left: 24px;
  }
}

@media (min-width: 768px) and (max-height: 800px) {
  .hero-video-popup .modal-dialog {
    width: 65%;
  }
}


@media (min-width: 991px) and (max-width: 1024px) {
  .header-fixed-wrapper .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  #hm-section-5 .watch-collections .catalog-product-item:nth-child(4) {
    display: none !important;
  }
}



@media (max-width: 1400px) {
  .story-post-list-index {
    padding: 40px;
  }

  .story-post-content {
    padding: 40px 7%;
  }
}


@media (max-width: 1200px) {
  .story-tellers h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .story-post-item-sec {
    width: 60%;
  }

  .story-post-list-sec {
    width: 40%;
  }
}


@media (min-width: 768px) and (max-width: 860px) {
  .our-collection-slider>.container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .our-collection-slider .section-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .our-collection-slider .view-all {
    display: none;
  }

  .our-collection-slider .oc-slider-item:first-child {
    margin-left: 32px !important;
  }

  .our-collection-slider .oc-slider-item:last-child {
    margin-right: 32px !important;
  }

  section#hm-section-2 {
    padding-bottom: 60px;
  }

  .story-post-item-sec {
    width: 100%;
    padding-left: 48px !important;
    padding-right: 48px !important;
    margin-bottom: -22px;
  }

  .story-post-list-sec {
    width: 100%;
  }

  .story-post-list-sec .tr-cut:before {
    display: none;
  }

  .story-tellers-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }

  section#hm-section-4 .section-header {
    padding: 0px 40px;
  }

  .story-tellers-wrapper {
    padding-bottom: 0px !important;
  }

  section#hm-section-5 .watch-collections .product-item {
    width: 50%;
  }

  section#hm-section-5 .watch-collections .product-details {
    padding: 0;
  }

  section#hm-section-5 {
    padding-bottom: 60px;
  }

  .story-post-list-index {
    padding: 80px 64px !important;
  }

  .oc-slide-btn {
    display: none;
  }

  .header-fixed-wrapper .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .swiper-scrollbar-wrapper {
    width: calc(100% - 74px);
  }
}


@media (max-width: 767px) {
  .hm-banner-title {
    font-size: 24px;
    line-height: 32px;
  }

  .wv-btn-text {
    font-size: 10px;
    line-height: 12px;
    min-width: 180px;
  }

  .btn-flex {
    height: 45px;
  }

  .hm-bnr-slider-nav {
    display: none;
  }

  .wv-play-icon {
    width: 45px;
  }

  .hm-bnr-bg {
    max-height: 608px;
  }

  .story-tellers-wrapper .content-row {
    max-width: 100%;
  }

  .story-tellers>.d-flex {
    display: block;
  }

  #hm-section-4 .container {
    padding: 0px;
  }

  .story-post-list-sec {
    width: 100%;
    margin-top: -32px;
  }

  .story-post-list-sec .tr-cut:before {
    display: none;
  }

  .story-post-list-index {
    padding: 80px 32px;
  }

  .story-post-item-sec {
    width: calc(100% - 64px);
    margin: 0 auto;
    position: relative;
    z-index: 9;
  }

  .story-post-content {
    padding: 70px 40px;
  }

  .story-post-image {
    padding-top: 132%;
    position: relative;
  }

  .story-post-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: initial;
  }

  .story-post-content h4 {
    -webkit-line-clamp: initial;
  }

  .story-post-content h4 br {
    display: none;
  }

  .oc-slider-btn>.explore {
    padding: 12px 19px;
  }

  .oc-slider-item {
    width: auto;
    min-width: 302px;
    max-width: 302px;
  }

  .our-collection-slider .oc-slider-header {
    padding-top: 24px;
  }

  .our-collection-slider .oc-slider-item:first-child {
    margin-left: 32px !important;
  }

  .our-collection-slider .oc-slider-item:last-child {
    margin-right: 32px !important;
  }

  .oc-slide-btn {
    display: none;
  }

  .swiper-scrollbar-wrapper {
    width: calc(100% - 74px);
  }
}