*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  -webkit-overflow-scrolling: touch; /* Ensures smooth scrolling on mobile devices */
}

@font-face {
  font-family: "AbolitionTest-Regular";
  src: url("../fonts/AbolitionTest/AbolitionTest-Regular.otf");
}
/* @font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir.ttc");
} */
/* @font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/Avenir.ttc");
} */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir/AvenirLTStd-Light.otf");
}
@font-face {
  font-family: "AvenirLTStd-Heavy";
  src: url("../fonts/Avenir/AvenirLTStd-Heavy.otf");
}
@font-face {
  font-family: "AvenirLTStd-Book";
  src: url("../fonts/Avenir/AvenirLTStd-Book.otf");
}
@font-face {
  font-family: "AvenirLTStd-Black";
  src: url("../fonts/Avenir/AvenirLTStd-Black.otf");
}
@font-face {
  font-family: "AvenirLTStd-Medium";
  src: url("../fonts/Avenir/AvenirLTStd-Medium.otf");
}
@font-face {
  font-family: "AvenirLTStd-Roman";
  src: url("../fonts/Avenir/AvenirLTStd-Roman.otf");
}

@font-face {
  font-family: "AvenirLTStd-MediumOblique";
  src: url("../fonts/Avenir/AvenirLTStd-MediumOblique.otf");
}

.section-02{
  background: transparent;
}
/* // Popup :start */
.video-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(5px);
  transition: all 0.5s ease;
  animation: popupOpen 0.4s ease-out;
  background: linear-gradient(135deg, rgb(0 0 0 / 64%), rgb(0 0 0 / 44%));
  backdrop-filter: blur(10px);
}
.video-popup-wrapper > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-popup {
  width: 100%;
  width: fit-content;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.video-popup #closeBtn {
  display: flex;
  justify-content: end;
}

.video-popup .video-player-wrapper {
  width: 70vw;
  height: 83vh;
  overflow: hidden;
  position: relative;
  border-radius: 14px;
  height: 0;
  /* Trick keeps the aspect ratio at 16:9 (most YouTube videos). */
  padding-bottom: 56.25%;
}
.video-popup .video-player-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.video-popup .video-player {
  display: none;
  pointer-events: auto;
}

.close-btn {
  font-size: 2rem;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
  border-radius: 50%;
  padding: 0px 10px;
  border: 2px solid white;
}

.close-btn:hover {
  background: gray;
  border-color: white;
}

@keyframes popupOpen {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes closeButtonAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* // Pop-up :end */
.section-01 {
  width: 100%;
  height: 100vh;
  background: green;
}

/* ---------- Hero Section Start -----*/
.hero-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.hero-content h1 {
  font-family: "AbolitionTest-Regular";
  font-weight: normal;
  font-size: 80px;
  /* line-height: 96px; */
  /* margin-bottom: 1rem; */
  /* font-size: 5.208vw; */
  letter-spacing: 5.12px;
  color: white;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 61, 28, 22%);
  z-index: 1;
}
.hero-section .inner_container {
  height: 100%;
}
.hero-overlay {
  width: 100%;
  height: 100%;
}
.text-white {
  color: white !important;
}
.hero-dots {
  position: absolute;
  bottom: 4%;
  right: 0;
}
.hero-dots .dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* Space between dots */
}

.hero-dots .dots::before,
.hero-dots .dots::after,
.hero-dots .dots span {
  content: "";
  display: block;
  width: 10px; /* Dot size */
  height: 10px;
  background-color: white; /* Dot color */
  border-radius: 50%;
}
.scroll-down svg {
  width: 3vw;
}
.hero-shadow-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-shadow-content > div {
  background: transparent;
  /* background: #4B3103; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* padding: 0px 28rem 6rem; */
  padding: 0px 28rem 4.5rem;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 0, 0, 0) 1%,
    rgba(75, 49, 3, 0.3),
    rgba(70, 46, 4, 0.7)
  );
  border: none;
  gap: 1.4rem;
}
.hero-shadow-content h1 {
  font-family: "AbolitionTest-Regular";
  font-weight: normal;
  font-size: 60px;
  color: white;
  letter-spacing: 2px;
}
.hero-shadow-content p {
  /* font-family: "AvenirLTStd-Medium"; */
  font-family: "Avenir";
  font-size: 30px;
  text-align: center;
}
.hero-shadow-content {
  position: absolute;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  z-index: 1;
}
.hero-shadow-content strong {
  font-family: "AvenirLTStd-Heavy";
}
/* ---------- Hero Section End -----*/

/* Scroll Down Arrow */
.scroll-down {
  position: absolute;
  bottom: 0.5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/* ----- Hero Section End---- */

/* <!-- Articles Section --> */
.section-02 {
  width: 100%;
  height: auto;
  background: white;
}
.section-02-wrapper {
  padding: 7rem 0;
}
.section-02 .image-container {
  width: 100%;
  height: 86vh;
  height: 96vh;
  /* height: 100vh; */
  background-image: url("../images/articles/articles-img-1.jpg");
  background-size: cover;
  /* background-position: center; */
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}

.section-02 .text-overlay {
  width: 45%;
  height: 100%;
  /* background-color: rgba(211, 172, 111, 0.54); */
  background: rgba(131, 96, 42, 74%);
  color: white;
  position: absolute;
  top: 0%;
  right: 0%;
  text-align: center;
  padding: 20px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;
  /* padding: 0 7rem; */
  padding: 0 10rem 0 4rem;
  padding: 0 6rem 0 4rem;
  gap: 2rem;
}

.section-02 .text-overlay h1 {
  font-family: "AbolitionTest-Regular";
  font-weight: normal;
  font-size: 100px;
  font-size: 120px;
  margin-bottom: 2rem;
  line-height: 118px;
  letter-spacing: 7.42px;
  line-height: 1.1;
  /* font-size: 5.208vw; */
}
.section-02 .text-overlay .des {
  display: block;
}
.section-02 .text-overlay .mob {
  display: none;
}
.section-02 .text-overlay p {
  font-family: "Avenir";
  font-size: 1.15vw;
  /* line-height: 34px; */
  line-height: 1.8vw;
  /* font-size: 1.458vw; */
  line-height: 1.5;
  font-size: 28px;
  font-size: 29px;
}
.explore-btn {
  padding: 0.6rem 4rem 0.6rem 1rem;
  /* padding: 0.5vw 3.4vw 0.5vw 0.8vw; */
  /* border: 1px solid white; */
  border: 2px solid white;
  /* color: #D3AC6F; */
  background: transparent;
  font-family: "AvenirLTStd-Medium";
  font-size: 1.354vw;
  font-size: 26px;
  font-size: 28px;
  /* line-height: 33px; */
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  color: white;
  transition: all 0.5s ease;
}
.explore-btn:hover {
  background: #2c3c1c;
  border-color: #2c3c1c;
}

.dots {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ----------- Auto Video Seciton ------------ */
/* .home-video-container {
  background-color: #284a06;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-video {
  width: 80%;
  overflow: hidden;
  position: relative;
  border-radius: 14px;
  height: 0;
  padding-bottom: 56.25%;
}

.home-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
} */
 .videoSection{
  /* background: #284a06; */
  margin-top: 5rem;
 }
.home-video-container {
  display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      padding: 4% 0%;
      /* background: #284a06; */
}

.home-video {
  /* width: 80%; */
  /* max-width: 1400px; */
  /* height: auto;  */
  width: 100%;
  height: auto;
  /* border-radius: 12px; */
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 9; /* Maintains aspect ratio */
}

.home-video video {
  width: 100%;
  height: 100%;
  display: block;
  /* border-radius: 14px; */
  object-fit: cover; /* Ensures video fills the space without distortion */
}




/* ----------- Title ---------- */
.article-title {
  padding: 5rem 0;
}
.title-dec {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 12rem;
  gap: 10rem;
}
.title-dec > h2 {
  color: #d3ac6f;
  text-transform: uppercase;
  font-family: "AbolitionTest-Regular";
  font-weight: normal;
  /* line-height: 3.2vw; */
  letter-spacing: 8.96px;
  /* font-size: 5.729vw; */
  font-size: 110px;
  font-size: 120px;
  line-height: 70px;
}
.title-dec > div {
  /* width: 50%; */
  display: flex;
  justify-content: end;
}
.shorts-title .title-dec {
  flex-direction: row-reverse;
}
.title-dec > div > p {
  font-family: "AvenirLTStd-Medium";
  color: #1d1d1d;
  /* line-height: 1.8vw; */
  font-size: 1.458vw;
  line-height: 1.5;
  /* line-height: 1.2; */
  /* font-size: 28px; */
  font-size: 29px;
}
.title-dec > div > p > strong {
  font-family: "AvenirLTStd-Heavy";
}
.dec-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2rem;
}

.dec-wrapper .explore-btn {
  background: #d2aa6f;
  color: white;
  border: 2px solid #d2aa6f;
}
.dec-wrapper .explore-btn:hover {
  background: white;
  /* color: #D2AA6F; */
  color: black;
  border-color: black;
}
/* ------------- Scroll section --------- */
.scroll-container {
  display: flex;
  /* align-items: start; */
  align-items: stretch;
  position: relative;
  width: 100%;
  /* overflow: hidden; */
}
.dec-wrapper .desktop {
  display: block;
}
.dec-wrapper .mob,
.episodes-scroll-mob {
  display: none;
}
/* .scroll-container .left-wave-img{
    width: 22%;
  }

  .scroll-container > div:nth-child(2)  {
    width: calc(100% - 22%); 

  } */

.scroll-wrapper {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  width: 100%;
  margin: 0 40px;
  /* Hide the scrollbar */
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.scroll-item {
  /* min-width: 450px; */
  /* margin-right: 16px; */
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* gap: 2rem; */
}
.scroll-item img {
  width: 100%;
  height: auto;
  /* border-radius: 8px; */
}

/* -------- Episodes Scroll ---------- */
.episodes-scroll .left-wave-img {
  width: 14%;
}

.episodes-scroll > div:nth-child(2) {
  width: calc(100% - 14%);
}
.episodes-scroll .waveIcon {
  /* height: calc(100% - 99px); */
  height: calc(100% - 65px);
  /* height: calc(100% - 81px); */
  /* width: 94%; */
}

.episodes-scroll .scroll-item .title {
  display: flex;
  justify-content: start;
  align-items: baseline;
  gap: 1rem;
}
.episodes-scroll .scroll-item h2 {
  margin-top: 0;
  /* font-weight: 500; */
  /* line-height: 1.7rem; */
  /* letter-spacing: -1px; */
  color: #d3ac6f;
  text-align: left;
  font-weight: normal;
}
/* .episodes-scroll .scroll-item .number {
  font-family: "AbolitionTest-Regular";
  font-size: 3rem;
} */
.episodes-scroll .scroll-item .name {
  font-family: "Avenir";
  /* letter-spacing: 2.3px; */
  /* font-size: 1.7rem; */
  font-size: 34px;
  /* font-size: 1.9vw; */
}
.episodes-scroll .scroll-item .image,
.episodes-scroll .scroll-item .name {
  cursor: pointer;
}

.episodes-scroll .scroll-item h2 > a {
  text-decoration: none;
  color: #d3ac6f;
  /* text-transform: uppercase; */
}

/* .episodes-scroll .splide__arrows,.shorts-scroll .splide__arrows,.wisdom-scroll .splide__arrows{ */
.episodes-scroll .splide__arrows,
.shorts-scroll .splide__arrows {
  position: absolute;
  z-index: 999;
  /* bottom: -20%; */
  bottom: -12%;
  right: 9%;
  /* border: 1px solid; */
  display: flex;
  gap: 0.4rem;
}

/* .episodes-scroll .splide__arrows{}
  .episodes-scroll .splide__arrows{} */

.episodes-scroll-desc .splide__list .splide__slide:last-child {
  display: flex;
}
.episodes-scroll-desc .splide__list .splide__slide:last-child svg {
  height: 100%;
  width: 46%;
  margin-bottom: 62px;
  padding-left: 1rem;
  display: block;
  max-width: 100%;
}
/* -------- Article Scroll ---------- */
/* .article-scroll .left-wave-img {
  width: 16%;
}

.article-scroll > div:nth-child(2) {
  width: calc(100% - 16%);
}
.article-scroll .waveIcon {
  height: calc(100% - 137px);
}
.article-scroll .scroll-item .title {
  display: flex;
  justify-content: space-between;
}
.article-scroll .scroll-item h2 {
  font-family: "AbolitionTest-Regular";
  font-weight: normal;
  font-size: 35px;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 40px;
  letter-spacing: 2.24px;
  color: #d3ac6f;
  text-align: left;
}
.article-scroll .scroll-item h2 > a {
  text-decoration: none;
  color: #d3ac6f;
  cursor: pointer;
  text-transform: uppercase;
}
.article-scroll .splide__arrows {
  display: none;
}

.article-scroll .splide__list .splide__slide:last-child {
  display: flex;
}
.article-scroll .splide__list .splide__slide:last-child svg {
  height: 100%;
  width: 46%;
  margin-bottom: 137px;
  padding-left: 1rem;
} */

/* -------- Shorts Scroll ---------- */
.shorts-scroll {
  /* height: 70vh; */
  gap: 1%;
}
.shorts-scroll .left-wave-img {
  width: 13%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shorts-scroll .right {
  width: calc(100% - 12%);
  /* width: 100%; */
}
.shorts-scroll .splide__track {
  height: 100%;
}
#video-slider-track,
#video-slider-track ul,
#video-slider-track li {
  /* height: fit-content !important; */
}
/* .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
}
.video-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
} */

.video-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  cursor: pointer;
}
/* .shorts-scroll-mob{
  display: none;
}
.shorts-scroll{
  display: block;
} */

.shorts-scroll video {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shorts-scroll .splide__list .splide__slide:last-child {
  display: flex;
}
.shorts-scroll .splide__list .splide__slide:last-child svg {
  height: 100%;
  width: 46%;
  padding-left: 1rem;
}
.shorts-scroll .video-wrapper iframe video {
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.shorts-title {
  /* padding: 7rem 0 4rem 0; */
  padding: 4rem 0;
}
/* .splide__slide {
  cursor: grab;
}

.splide__slide:active {
  cursor: grabbing;
}

.thumbnail-wrapper {
  pointer-events: auto; 
}

.video-wrapper {
  pointer-events: auto; 
} */
.image-video-section,
.thumbnail-wrapper {
  width: 100%;
  height: 100%;
}
.thumbnail {
  height: 100%;
  /* height: auto; */
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  aspect-ratio: 9 / 16;
}
.videoLoaderParent {
  /* height: auto !important; */
  aspect-ratio: 9 / 16;
}
/* .video-wrapper {
  display: none;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 177.77%; 
  overflow: hidden;
  background-color: black; 
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
} */
.video-wrapper {
  position: relative;
  width: 100%;
  /* height: 100%; */
  aspect-ratio: 9 / 16;
  display: none;
  /* justify-content: center;
  align-items: center; */
  background-color: #f0f0f0;
  overflow: hidden;
  background: black;
}
/* Ensure iframe takes full space */
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.videoLoaderParent {
  display: none;
  visibility: visible !important;
}
#videoLoaderParent {
  display: block;
}
/* #video-slider{
  height: 68vh;
  overflow: hidden;
} */
/* #shortsList iframe{
  pointer-events: none;
} */
/* ------ Wisdom Section ------- */
/* .wisdom-section {
  width: 100%;
  height: 100%;
  background: #2c3c1c;
}
.wisdom-section .inner_container > div {
  padding: 10rem 0;
  overflow: hidden;
}
.wisdom-container {
  display: flex;
}
.wisdom-container .left {
  width: 40%;
}
.wisdom-container .right {
  max-width: calc(100% - 40%);
}

.wisdom-scroll,
.wisdom-scroll .splide {
  max-width: 100%;
}

.wisdom-container .left h2 {
  font-family: "AbolitionTest-Regular";
  font-weight: normal;
  font-size: 100px;
  letter-spacing: 8.96px;
  color: white;
  line-height: 120px;
}
.wisdom-container .scroll-item {
  flex-direction: row;
  justify-content: start;
  gap: 1rem;
}
.wisdom-container .title {
  transform: rotate(180deg);
  font-family: "Avenir";
  font-weight: normal;
  color: #d3ac6f;
  font-size: 47px;
  letter-spacing: 3.01px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.wisdom-container .title .name {
  font-family: "Avenir";
  color: #d3ac6f;
  font-size: 47px;
  letter-spacing: 3.01px;
}
.wisdom-container .title .number {
  font-family: "AbolitionTest-Regular";
  font-weight: normal;
  color: #d3ac6f;
  font-size: 47px;
  letter-spacing: 3.01px;
}
.wisdom-container .name,
.wisdom-container .number {
  writing-mode: vertical-rl;
}
.wisdom-scroll,
.wisdom-scroll .splide__track,
.wisdom-scroll .scroll-item {
  height: 100%;
}
.wisdom-scroll .scroll-item {

}

.wisdom-scroll .scroll-item .image {
  background: white;
  position: relative;
  padding-bottom: 12rem;
  width: calc(100% - 64px);
}
.wisdom-scroll .scroll-item .image > div:nth-child(1),
.wisdom-scroll .scroll-item .image > div .epi-img,
.wisdom-scroll .scroll-item .image img {
  height: 100%;
}

.wisdom-scroll .scroll-item .image > div {
}

.wisdom-scroll .scroll-item .image img {
  
}
.wisdom-scroll .scroll-item .image .desc {
  font-family: "Avenir";
  font-weight: normal;
  color: #d3ac6f;
  font-size: 42px;
  letter-spacing: 2.69px;
  position: absolute;
  padding-right: 12rem;
  height: 12rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wisdom-scroll .scroll-item .image > div .epi-img {
  padding-right: 12rem;
}
.wisdom-scroll .splide__arrows {
  position: absolute;
  z-index: 999;
  display: flex;
  gap: 0.4rem;
  bottom: -16%;
  right: 0;
} */

/* For next and previous button */
.splide__arrows img {
  /* height: 35px; */
  height: 1.8vw;
  cursor: pointer;
}
.splide__arrows svg {
  /* height: 6px; */
  height: 0.3vw;
}
.play-btn {
  right: none !important;
  bottom: none !important;
  top: 50%;
  left: 50%;
  transform: inherit !important;
}

#video-slider .splide__track {
  /* height: 70vh; */
  height: 32vw;
}
.mob-about-host {
  display: none;
}
/* #takeawaysList{
  display: flex;
  align-items: self-start;
} */
/* @media screen and (max-width: 1600px) {
  .title-dec > div > p {
    font-size: 24px;
    line-height: 36px;
  }
  .title-dec > h2 {
    font-size: 100px;
    line-height: 70px;
  }
  .explore-btn {
    padding: 0.6rem 5rem 0.6rem 1rem;
  }
  .dec-wrapper .explore-btn {
    border: 1px solid #d2aa6f;
  }
  .episodes-scroll .scroll-item .name {
    font-size: 30px;
  }
  .episodes-scroll .waveIcon {
    height: calc(100% - 56px);
  }
  .scroll-item {
    gap: 1rem;
  }
  #takeawaysList .splide__slide img {

}


} */
/* 10% */
/* @media (max-width: 1750px) {} */
/* 10% */
/* @media (max-width: 1750px) {} */
/* 10% */
/* @media (max-width: 1750px) {} */


@media (max-width: 1750px) {
    .episodes-scroll .scroll-item .name {
    font-size: 30px;
  }
}



@media screen and (max-width: 1680px) {
  .hero-shadow-content > div {
    padding: 0px 18rem 4.5rem;
  }
}
@media screen and (max-width: 1600px) {
  .title-dec > div > p {
    font-size: 24px;
  }
  .title-dec > h2 {
    font-size: 100px;
    line-height: 60px;
  }
  .explore-btn {  
    font-size: 22px;
  }
  .section-02 .text-overlay h1 {
    font-size: 110px;
  }
  .section-02 .text-overlay p {
    font-size: 24px;
  }
  .episodes-scroll .scroll-item .name {
    font-size: 25px;
  }
  .episodes-scroll .waveIcon {
    height: calc(100% - 57px);
  }
  .shorts-title .title-dec .dec-wrapper {
    /* width: 50% !important; */
  }
  /* .section-02 .image-container{
    height:80vh ;
  } */
  .section-02-wrapper {
    padding: 4rem 0 7rem 0;
  }
  .hero-shadow-content p {
    font-size: 26px;
  }
  .video-popup .video-player-wrapper {
    width: 80vw;
  }
  .episodes-scroll-desc .splide__list .splide__slide:last-child svg {
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 1540px) {
  /* .hero-shadow-content > div {
    padding: 0px 17rem 6rem;
  } */
}
/* @media screen and (max-width: 1440px) {
  .title-dec > div > p{
    font-size: 26px;
  }
  .title-dec > h2 {
    font-size: 110px;
  }
  .explore-btn{
    font-size: 26px;
  }
  .section-02 .text-overlay h1{
    font-size: 110px;
  }
  .section-02 .text-overlay p{
    font-size: 26px;
  }
  .episodes-scroll .scroll-item .name{
    font-size: 30px;
  }
  .episodes-scroll .waveIcon{
    height: calc(100% - 57px);
  }
  .shorts-title .title-dec .dec-wrapper{
    width: 50% !important;
  }
  .section-02 .image-container{
    height:80vh ;
  }
  .section-02-wrapper {
    padding: 4rem 0 7rem 0;
  }

} */

@media screen and (max-width: 1400px) {
  /* .section-02 .image-container {
    height: 74vh;
  } */
  .section-02 .text-overlay {
    padding: 0 3rem;
  }
  .section-02 .text-overlay h1 {
    /* font-size: 80px; */
    margin-bottom: 1.8rem;
    /* line-height: 90px; */
  }

  /* .explore-btn {
    padding: 0.6rem 6rem 0.6rem 1.6rem;
  } */

  /* Episodes Scroll */
  /* .episodes-scroll .scroll-item .name {
    font-size: 28px;
  } */
  /* .episodes-scroll .scroll-item .number {
    font-size: 2.6rem;
  } */
  .episodes-scroll .waveIcon {
    /* height: calc(100% - 65px);
    height: calc(100% - 89px); */
  }
  /* Short Scroll  */
  /* .shorts-scroll {
    height: 60vh;
  } */
  .play-btn {
    padding: 2px 10px;
  }
  /* .play-btn svg {
    width: 66px;
    height: 66px;
  } */

  /* Article Scroll  */
  /* .article-scroll .scroll-item h2 {
    font-size: 28px;
    margin: 0;
    line-height: 34px;
    letter-spacing: 1px;
  }
  .article-scroll .waveIcon {
    height: calc(100% - 100px);
  }
  .article-scroll .splide__list .splide__slide:last-child svg {
    margin-bottom: 100px;
  } */
  .episodes-scroll .waveIcon {
    height: calc(100% - 54px);
  }
  /* .hero-content h1 {
    font-size: 70px;
  } */
  .title-dec > h2 {
    /* font-size: 80px; */
  }
  .title-dec > div > p,
  .section-02 .text-overlay p {
    /* font-size: 20px;
    line-height: 32px; */
    /* text-align: justify; */
  }
  .article-title {
    padding: 6rem 0 6rem 0;
  }
  .spacer-8 {
    margin: 6rem 0 !important;
  }
  .title-dec {
    gap: 5rem !important;
  }
  /* .shorts-title .title-dec > div {
    width: 100% !important;
  } */
  /* #video-slider .splide__track { */
  /* height: 70vh; */
  /* height: 42vw; */
  /* } */
  .aboutTheHost {
    padding: 0 !important;
  }
}
@media screen and (max-width: 1440px) {
  .hero-shadow-content h1 {
    font-size: 52px;
  }
  .hero-shadow-content p {
    font-size: 24px;
  }
  .video-popup .video-player-wrapper {
    width: 90vw;
  }

}
@media screen and (max-width: 1360px) {
  .inner_container {
    padding: 0 2rem !important;
  }
  .aboutTheHost {
    padding: 0 !important;
  }
}
/* Large devices (desktops, 1025px - 1280px) */
@media screen and (max-width: 1280px) {
  .hero-content h1 {
    /* font-size: 5.2vw; */
  }
  /* .explore-btn {
    padding: 0.6rem 3rem 0.6rem 1.6rem;
    font-size: 18px;
  } */

  .article-title {
    padding: 4rem 0 4rem 0;
  }

  /* .title-dec > div > p,
  .section-02 .text-overlay p {
    font-size: 20px;
    line-height: 28px;
  } */
  .section-02 .text-overlay h1 {
    font-size: 70px;
    margin-bottom: 1.8rem;
    /* line-height: 80px; */
  }
  .spacer-8 {
    margin: 4rem 0 !important;
  }
  /* .video-popup .video-player-wrapper {
    width: 86vw;
    width: 70vw;
  } */
  .play-btn svg {
    /* width: 60px !important;
    height: 60px !important; */
    /* width: 40vw !important;
    height: 40vw !important; */
  }

  .title-dec > div > p {
    font-size: 22px;
  }
  .title-dec > h2 {
    font-size: 90px;
    line-height: 60px;
  }

  .explore-btn {
    font-size: 20px;
    padding: 0.4rem 3rem 0.4rem 0.5rem;
  }
  .section-02 .text-overlay h1 {
    font-size: 90px;
  }
  .section-02 .text-overlay p {
    font-size: 22px;
  }
  .episodes-scroll .scroll-item .name {
    font-size: 28px;
  }
  .episodes-scroll .waveIcon {
    height: calc(100% - 48px);
  }
  .shorts-title .title-dec .dec-wrapper {
    /* width: 50% !important; */
  }
  .hero-shadow-content > div {
    padding: 0px 12rem 4.5rem;
  }
  .episodes-scroll-desc .splide__list .splide__slide:last-child svg {
    margin-bottom: 51px;
  }
  .videoSection{
    margin-top: 4rem;
  }
}
@media (max-width: 1240px) {
  .episodes-scroll .scroll-item .name {
    font-size: 26px;
  }
}
@media (max-width: 1140px) {
  .episodes-scroll .scroll-item .name {
    font-size: 24px;
  }
}
@media (max-width: 1180px) {
  .dec-wrapper .desktop {
    display: none;
  }
  .dec-wrapper .mob{
    display: block;
  }
}

@media (max-width: 1100px) {
  .hero-shadow-content > div {
    padding: 0px 8rem 4rem;
  }
}

@media screen and (max-width: 1062px) {
    .episodes-scroll .waveIcon {
        height: calc(100% - 70px);
    }
}


/* Medium devices (laptops, 769px - 1024px) */
@media (max-width: 1024px) {
  /* .play-btn svg {
    width: 40px !important;
    height: 40px !important;
  } */
  .episodes-scroll .left-wave-img {
    width: 20%;
  }
    .episodes-scroll > div:nth-child(2) {
    width: calc(100% - 20%);
}
  .hero-shadow-content h1 {
    font-size: 46px;
  }
  .hero-shadow-content p {
    font-size: 22px;
  }
  #video-slider .splide__track {
    height: auto;
  }
  .splide__arrows img {
    height: 2.8vw;
  }
  .splide__arrows svg {
    height: 0.5vw;
  }
}

@media (max-width: 980px) {
  .nav__menu li a {
    font-size: 16px;
  }
  .scroll-down svg {
    width: 4.5vw;
  }
  /* .hero-content h1 {
    font-size: 60px;
  } */
  /* .title-dec > div > p,
  .section-02 .text-overlay p {
    font-size: 16px;
    line-height: 23px;
  } */
  .title-dec > h2 {
    font-size: 60px;
    line-height: 40px;
  }
  /* .explore-btn {
    padding: 0.4rem 2.4rem 0.4rem 1rem;
    font-size: 16px;
  } */
  .dec-wrapper {
    gap: 1rem;
  }
  /* .episodes-scroll .scroll-item .name {
    font-size: 24px;
  } */
  .title-dec {
    gap: 3rem !important;
  }

  .episodes-scroll .splide__arrows,
  .shorts-scroll .splide__arrows {
    gap: 0.2rem;
  }
  .episodes-scroll .splide__arrows,
  .shorts-scroll .splide__arrows {
    bottom: -10%;
    /* right: 9%; */
    width: fit-content;
  }
  .shorts-title {
    padding: 3rem 0;
  }
  .section-02-wrapper {
    padding: 4rem 0;
  }
  .section-02 .text-overlay h1 {
    font-size: 60px;
    margin-bottom: 1.4rem;
    line-height: 70px;
  }
  .section-02 .image-container {
    height: 68vh;
  }
  .section-02 .text-overlay {
    padding: 0 2.4rem;
  }

  .title-dec > div > p,
  .section-02 .text-overlay p {
    font-size: 20px;
  }
  .explore-btn {
    font-size: 18px;
    padding: 0.3rem 2rem 0.3rem 0.4rem;
  }
  .episodes-scroll .scroll-item .name {
    font-size: 24px;
  }
  .episodes-scroll .waveIcon {
    height: calc(100% - 49px);
  }
  .hero-shadow-content h1 {
    font-size: 42px;
  }
  .hero-shadow-content > div {
    padding: 0px 4rem 4rem;
  }
  .play-btn svg {
    width: 6vw !important;
    height: 6vw !important;
  }
  .episodes-scroll-desc .splide__list .splide__slide:last-child svg {
    margin-bottom: 49px;
  }
  .home-video-container {
    padding: 0% 0%;
  }
}

@media (max-width: 768px) {
  /* .thumbnail {
      aspect-ratio: 3 / 4; 
      object-fit: contain; 
  } */
  .hero-section {
    height: 90vh;
  }
  .hero-shadow-content h1 {
    font-size: 40px;
  }
  .hero-shadow-content p {
    font-size: 18px;
  }
  .scroll-down svg {
    width: 2.5rem;
  }
  .title-dec > div > p,
  .section-02 .text-overlay p {
    font-size: 16px;
  }
  .episodes-scroll .left-wave-img {
    display: none;
  }
  .episodes-scroll > div:nth-child(2) {
    width: 100%;
  }
  .explore-btn {
    font-size: 17px;
  }
  .article-title {
    padding: 3rem 0 3rem 0;
  }
  /* .dec-wrapper .desktop,
  .episodes-scroll-desc {
    display: none;
  }
  .dec-wrapper .mob,
  .episodes-scroll-mob {
    display: block;
  } */
  .episodes-scroll-desc {
    display: none;
  }
  .episodes-scroll-mob {
    display: block;
  }
  .episodes-scroll-mob,
  .shorts-scroll {
    padding: 0 2rem;
  }
  
  .episodes-scroll .splide__arrows,
  .shorts-scroll .splide__arrows {
    /* width: 100%; */
    left: 44%;
    bottom: -12%;
  }
  .splide__arrows img {
    height: 4.8vw;
  }
  .splide__arrows svg {
    height: 0.8vw;
  }
  .title-dec {
    gap: 2rem !important;
    flex-direction: column;
  }
  .shorts-title .title-dec {
    gap: 2rem !important;
    flex-direction: column;
  }
  .hero-shadow-content > div {
    padding: 0px 2rem 4rem;
  }
  .shorts-scroll .left-wave-img {
    display: none;
  }
  .shorts-scroll .right {
    width: 100%;
  }
  .play-btn svg {
    width: 10vw !important;
    height: 10vw !important;
  }
  .thumbnail,
  .video-wrapper {
    /* aspect-ratio: 9 / 13; */
    aspect-ratio: 8 / 14.2;
  }
  .section-02 .text-overlay {
    position: static;
    width: 100%;
    height: auto;
    padding: 3rem 2rem;
  }
  .section-02 .image-container {
    background-image: none;
    height: auto;
  }
  .mob-about-host {
    display: block;
    width: 100%;
  }
  .mob-about-host > img {
    object-fit: cover;
    width: 100%;
  }
  .section-02-wrapper {
    padding: 4rem 0 0;
  }
  .section-02 .text-overlay .des {
    display: none;
  }
  .section-02 .text-overlay .mob {
    display: block;
  }
  .videoSection{
    margin-top: 3rem;
  }
  .videoSection{
    /* background: #284a06; */
   }
  .home-video-container {
    padding: 4% 0%;
    background: transparent;
  }
}

@media screen and (max-width: 680px) {
  .explore-btn {
    font-size: 16px;
  }
  /* .shorts-scroll{
    display:none;
  }
  .shorts-scroll-mob{
    display: block;
  } */
}

@media (max-width: 480px) {
  /* .thumbnail {
      aspect-ratio: 1 / 1; 
      object-fit: cover;
  } */
  .hero-shadow-content h1 {
    font-size: 36px;
  }
  .hero-shadow-content p {
    font-size: 16px;
    /* text-align: justify; */
  }
  .scroll-down svg {
    width: 1.8rem;
  }
  .article-title {
    padding: 2rem 0 2rem 0;
  }
  .title-dec,
  .shorts-title .title-dec {
    gap: 1rem !important;
  }
  .title-dec > div > p,
  .section-02 .text-overlay p {
    font-size: 14px;
  }
  .title-dec > h2 {
    font-size: 50px;
    letter-spacing: 4.96px;
  }
  .explore-btn {
    font-size: 13px;
    padding: 0.5rem 2.5rem 0.5rem 0.6rem;
  }
  .article-title {
    padding: 2rem 0 2rem 0;
  }
  .splide__arrows img {
    height: 6vw;
  }
  .splide__arrows svg {
    height: 1.2vw;
  }
  .episodes-scroll .splide__arrows {
    bottom: -12vw;
  }
  .shorts-scroll .splide__arrows {
    bottom: -16vw;
  }
  .play-btn svg {
    width: 14vw !important;
    height: 14vw !important;
  }
  .section-02 .text-overlay {
    padding: 2.4rem 2rem;
  }
  .section-02 .text-overlay {
    gap: 1rem;
  }
  .section-02 .text-overlay .mob {
    font-size: 50px;
    line-height: 30px;
    letter-spacing: 4.96px;
    margin-bottom: 1.8rem;
  }
  .thumbnail,
  .video-wrapper {
    aspect-ratio: 5.6 / 10;
  }
  .video-popup .video-player-wrapper {
    width: 96vw;
    height: 40vh;
}
  /* .inner_container {
    padding: 0 1rem !important;
  }
  .episodes-scroll-mob, .shorts-scroll {
    padding: 0 1rem;
}
.aboutTheHost {
  padding: 0 !important;
} */
/* .section-02 .text-overlay {
  padding: 1.8rem 1.6rem;
} */
.videoSection{
  margin-top: 2rem;
}
.home-video-container {
  padding: 12% 0%;
}
}
@media (max-width: 375px) {
  .hero-shadow-content h1 {
      font-size: 32px;
  }
  .home-video-container {
    padding: 0% 0%;
  }
}