/* Header Section */
.page-title-home {
  position: relative;
}
.page-title-home .bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.page-title-home .swiper-container {
  position: relative;
  z-index: 1;
}

.text-white {
  color: white;
}

/* Video Section */
.media-video-section {
  width: 100%;
  padding: 0;
  margin: 0;
}

.media-video {
  /* width: calc(100% - 133rem); */
  max-width: 1737px;
  height: 596px;
  margin: 40px auto;
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 40px;
  box-sizing: border-box;
}

.media-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Bg image for the footer cards */
.bg-artisan {
  background-image: url("../images/extras/ArtisanB-27.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0px;
}

.bg-orange {
  background-color: #f15c2b;
}


/*section-post
------------------------------------------------------------------------*/
.section-post .left {
  overflow: hidden;
}

.section-post .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.section-news .left {
  position: relative;
  overflow: hidden;
}

.section-news .left .image-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.section-news .left .image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/*bg-image-parallx-post
------------------------------------------------------------------------*/
.section-video .widget-video {
  position: relative;
  max-width: 1737px;
  width: 100%;
  height: 544px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  cursor: auto;
}

.section-video .widget-video .parallax-background {
  position: absolute;
  inset: 0;
  clip-path: inset(0);
  z-index: 0;
}

.section-video .widget-video .parallax-background::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("../images/extras/gelato1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-video .widget-video > *:not(.parallax-background) {
  position: relative;
  z-index: 1;
}