@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  background-color: #735a42;
}
/* .video-section {
  width: 30%;
  margin-left: 1.5rem;
  background: #fcfcfc;
  padding: 0.8rem 0.8rem 0rem 0.8rem;
  height: calc(100vh - 6.3rem);
  overflow: auto;
} */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  background-color: #735a42;
  z-index: 9999;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f47a57;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #291f16;
}
.close {
  height: 100%;
  background-color: #f47a57;
  padding: 2.6rem 1.5rem;
  display: block;
  transition: all 0.4s ease-in-out;
}
.close span {
  background: #fff;
  width: 40px;
  height: 2px;
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.close span:before {
  content: "";
  background: #fff;
  width: 40px;
  height: 2px;
  display: block;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.close span {
  transform: rotate(-45deg);
  transform-origin: center;
  top: 0;
}
.close span::before {
  transform: rotate(90deg);
  transform-origin: center;
  top: 0;
}
.video-container {
  aspect-ratio: 16/9;
  width: 70%;
}
.video-container h3 {
  margin-top: 0.4rem;
}
h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0.8rem 0 0.8rem 1.8rem;
  font-weight: 600;
}
#video {
  width: 100%;
  height: 100%;
  display: block;
}
.video-section h3 {
  /* position: fixed; */
  z-index: 99;
  margin: 0;
  display: block;
  width: auto;
  background-color: #c6b28b;
  padding: 0.8rem 0 0.8rem 1.8rem;
}
.video-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 6rem 4.5rem 0rem 4.5rem;
}
.logo a {
  display: block;
}
.logo a img {
  width: 180px;
}
.thumbnails {
  padding: 0 1.8rem;
  margin-top: 0;
  /* margin-top: 3.6rem; */
  overflow: auto;
  height: calc(100vh - 6.3rem);
}
.video-section {
  width: 30%;
  margin-left: 2.5rem;
  background: #c6b28b;
  padding: 0;
  overflow: hidden;
  height: calc(89vh);
}
.thumbnails ul {
  list-style: none;
  padding: 0 0 50px 0;
  margin: 0;
}
.thumbnails ul li a {
  display: block;
  text-decoration: none;
  position: relative;
}
/* .thumbnails ul li a::after {
  content: "";
  background: url(../../images/play-btn.png) no-repeat center;
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 10px;
  left: 10px;
} */
.thumbnails ul li a img {
  width: 100%;
}
.thumbnails ul li a h4 {
  color: #000;
  padding: 0.2rem 0 0 0;
  margin: 0;
  font-weight: 500;
}
.thumbnails ul li a p {
  font-size: 0.85rem;
  margin: 3px 0 0 0;
  color: #212121;
}
.thumbnails ul li {
  margin: 0px 0 15px 0;
  padding: 5px 0 15px 0;
  border-bottom: 1px solid #735a42;
}
.thumbnails ul li:last-child {
  border-bottom: none;
}
.video-container > p > a {
  color: #f47a57;
}
.video-container h3 {
  margin-top: 0.4rem;
  background-color: #4a3928;
  margin: 0;
  padding: 5px 0 5px 10px;
  color: #fff;
  font-weight: normal;
  font-size: 1.3rem;
}
.video-container p {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.3rem;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .video-section h3 {
    padding: 0.8rem 0 0.8rem 0.8rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  .thumbnails {
    padding: 0 0.8rem;
  }
  .thumbnails ul li a h4 {
    font-size: 0.8rem;
  }
  .thumbnails ul li a p {
    font-size: 0.7rem;
  }
  .video-wrapper {
    padding: 1.5rem 2.5rem 0rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .video-container {
    aspect-ratio: auto;
  }
  .video-wrapper {
    flex-direction: column;
  }
  .logo a img {
    width: 110px;
  }
  .close {
    padding: 1.6rem 0.5rem;
  }
  .video-wrapper {
    padding: 4rem 0.5rem 0rem 0.5rem;
  }
  .video-container {
    width: 100%;
  }
  .video-section {
    width: 100%;
    margin-left: 0;
    margin-top: 0rem;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .thumbnails ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .thumbnails ul li {
    width: 49%;
  }
  body {
    overflow: visible;
  }
  .video-section h3 {
    position: static;
    font-size: 1rem;
  }
  .thumbnails {
    overflow: visible;
    height: auto;
    margin: 0;
    padding: 0 0.8rem;
  }
  .video-container h3 {
    font-size: 1rem;
  }
  .video-section h3 {
    padding: 0.8rem 0 0.8rem 0.8rem;
  }
}
