.single-container {
  padding: 0 20px;
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
}
.hero-carousel-wraper,.hero-bg,.hero-image{border-radius: 0;border: none;}

.hero-content {
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  bottom:22%;
}
.hero-overlay{height:66%;}
.hero-main{max-width: 700px}
/* .hero-content div{
  max-width: 800px;
} */
.single .hero-image {
    object-position: top center;
}

.hero-content .hero-title{
  font-size: 70px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3;
}
.hero-footer {
  font-size: 17px;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 1;
}
.hero-footer .single-container{
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  align-items: center;
}
.hero-footer .basic-info{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-footer .basic-info .info-separator{
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}
.hero-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-footer .info-line{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  /* font-weight: 600; */
  margin-bottom: 5px;
}
.hero-footer .info-line {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    margin: 0;
    padding: 8px 12px;
}
.hero-footer .info-line svg{
  width: 24px;
}

.hero-footer .info-label{
  color: #ccc;
}
.info-value{
  color: #fff;
  font-weight: 600;
}

/* .trailer-section, .cast-section, .contact-section{
  margin: 40px 0;
} */
.section-title{
  font-size: 42px;
  margin:  0 0 10px 0;
}
.trailer-video-wraper{
  border: 1px solid rgba(116, 145, 215, .6);
  border-radius: 12px;
}
.trailer-video-wraper video{
  width: 100%;
  height: auto;
  border-radius: 12px;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.card-item:hover .card-popup{
  transform: translateX(-50%) scale(1.1);
  top: -50%;
}
.card-item:first-child:hover .card-popup{
  transform: translateX(-51%) scale(1.1);
}
.card-item:last-child:hover .card-popup {
  transform: translateX(-49%) scale(1.1);
}

.info-hd svg, .info-subtitles svg {
    width: 100%;
    height: 100%;
    opacity: 0.85;
}
.info-hd, .info-subtitles, .library-toggle {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
span.info-year, span.info-episodes, span.info-download {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    margin: 0;
    padding: 8px 15px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 15px;
    color: #fff;
}
/* .library-toggle{
    cursor: pointer;
    background-color: transparent;
    font-size: 17px;
    color: #fff;
    padding: 6px 14px;
    font-size: 15px;
} */
.library-toggle svg{
    width: 24px;
    height: 24px;
    /* margin-right: 5px; */
}

#tabs { margin-bottom: 2em; }
#content { 
  margin: 2em 0;
}

#content1, #content2, #content3, #content4, #content5 {
  /* border: 1px solid rgba(255,255,255,0.5); */
  position: relative;
  padding: 40px 30px;
  border-radius: 8px;
  /* backdrop-filter: saturate(200%) blur(10px); */
  background-color: rgba(255, 255, 255, 0.08);
}
.tab{  position: relative;}
/* .triangle-container {
  display: none;
  position: absolute;
  width: 25px;
  height: 20px;
  bottom: -21.5px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.tab.active .triangle-container {
  display: block;
}

.triangle {
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: rgba(255, 255, 255, 0.5);
}

.small-triangle {
  position: absolute;
  background: #00023D;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(50% 6%, 6% 100%, 94% 100%);
} */
/* .tab.active::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 15px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: rgba(255,255,255,0.5);
  backdrop-filter: saturate(200%) blur(10px);
} */
/* #c1:before{left: 20px;}
#c2:before{}
#c3:before{} 
#c4:before{} */
#content2,
#content3,
#content4,
#content5 { display: none; }
#tabs .nav-tabs {
  list-style: none;
  display: flex;
  gap: 15px;
}
#tabs .nav-tabs li a{font-size: 17px;font-weight: 400;padding:8px 15px 9px 15px;display: flex;align-items: center;border: none;gap: 5px;min-width: 140px;justify-content: center;}
#tabs .nav-tabs li a{
  /* background-color: rgba(109, 109, 110, 0.7); */
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50px;
  /* backdrop-filter: saturate(200%) blur(10px); */
}
#tabs .nav-tabs li a:hover {
  cursor: pointer;
}
#tabs .nav-tabs .tab.active a{
  background-color: #fff;
  color: var(--bg);
  font-weight: 600;
}

#content h3 {
    font-size: 24px;
}
#content p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 20px;
    color: #a7abba;
    width: 90%;
}

#content p:last-child {
    margin: 0;
}

/* #content .about-wrap{
  margin-bottom: 20px;
} */

.cast-wraper {
  display: flex;
  flex-wrap: wrap;
  margin: -1.75rem;
}

.cast-wraper .archive-article{
  width: 25%;
  padding: 1.75rem;
  flex: none;
}
.cast-wraper .article-overlay{
  height: 50%;
}
.cast-wraper .card-item:hover{
  box-shadow: none;
}
.cast-wraper .inner-member-item{
  border-radius: 0.2vw;
  overflow: hidden;
  background-color: #334178;
}
.cast-wraper .cast-member-desc{
  display: none;
}
#content .cast-wraper .cast-member-desc p{
  font-size: 0.8vw;
  line-height: 1.3;
}
.cast-wraper .inner-member-item:hover .member-image{
  opacity: 0;
}
.cast-wraper .inner-member-item:hover .cast-member-desc{
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 20px;
}
.cast-wraper .inner-member-item:hover .article-overlay{
  display: none;
}

.contact-info{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}
.contact-item{
  width: max-content;
  background: #334178;
  padding: 20px;
  margin-top: 30px;
  border-radius: 12px;
}
#content .contact-name{
  margin-top: 0;
  margin-bottom: 5px;
}
#content .contact-title{
  width: 100%;
}
#content .contact-email, #content .contact-tel{
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  width: 100%;
}
.contact-email a, .contact-tel a{
  color: #a7abba;
  text-decoration: none;
}
.contact-email a:hover, .contact-tel a:hover{
  color: #fff;
  text-decoration: underline;
}


.wrap-section-headline.single-headline{ 
  flex-direction: column;
  align-items: flex-start;
}

.inner-section.single-container {
  max-width: 800px;
}
.inner-section.single-container .wrap-section-headline .thumb-holder {
  border: 1px solid rgba(116, 145, 215, .6);
  border-radius: 12px;
  overflow: hidden;
}

.normal-post .wrap-section-headline .sectiontitle{
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.normal-post .wrap-single p{
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 20px 0;
}
.normal-post .wrap-single li a,
.normal-post .wrap-single p a {
    color: var(--muted);
    text-decoration: underline;
}

.normal-post .wrap-single h2 {font-size: 24px}
.normal-post .wrap-single h3 {font-size: 22px}
.normal-post .wrap-single h4 {font-size: 20px}

.mobile-btns{display: none;}

@media screen and (max-width: 1300px){
  .hero-footer .single-container{
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
  }
}
@media screen and (max-width: 1024px){
  .ratio-narrow{
    padding-bottom: 66%;
  }
  .cast-wraper .archive-article{
    width: 33.33%;
  }
  #content .cast-wraper .cast-member-desc p{
    font-size: 1.1vw;
  }
  .card-item:first-child:hover .card-popup,
  .card-item:last-child:hover .card-popup{
    transform: none;
  }
  .card-item .popup-video{
    padding-bottom: 30%;
  }
}
@media screen and (max-width: 900px){
  .single-section.py-6{
    padding-top: 8rem !important;
  }
}
@media screen and (max-width: 768px){
  .desktop-btn{display: none !important;}
  .mobile-btns{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
  }
  .hero-content .hero-title{
    font-size: 40px;
    margin-bottom: 0;
  }
  .hero-desc{
    font-size: 14px;
  }
  .hero-footer .single-container,
  .hero-footer .basic-info,
  .hero-info{
    gap: 5px;
  }
  .hero-footer .info-line{
    font-size: 12px;
  }
  .hero-overlay{
    height: 100%;
  }
  span.info-download.mobile-btn, .library-toggle.mobile-btn{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    min-width: unset;
    padding: 0;
  }
  span.info-download.mobile-btn svg, .library-toggle.mobile-btn svg{
    margin: 0 !important;
  }
  .cast-wraper .archive-article{
    width: 50%;
  }
  #content .cast-wraper .cast-member-desc p{
    font-size: 1.7vw;
  }
  .card-popup .popup-video{
    display: none;
  }


  #user-nav-tabs {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  #user-nav-tabs::-webkit-scrollbar {
    display: none;
  }

  #user-nav-tabs li {
    flex-shrink: 0;
  }
  #content p{
    width: 100%;
  }

  .contact-item{
    width: 100%;
  }
}
@media screen and (max-width: 680px){
  .hero-content{bottom: 170px;}
  .hero-info{flex-wrap: wrap;justify-content: flex-start;}
  #tabs .nav-tabs li a{font-size: 18px;padding: 7px 10px;}
  #tabs .nav-tabs li a svg{width: 18px;height: 18px;}
  .cast-wraper .archive-article{
    width: 100%;
  }
  #content .cast-wraper .cast-member-desc p{
    font-size: 3.3vw;
  }
}
@media screen and (max-width: 480px){
  #tabs .nav-tabs{gap: 5px;}
  #tabs .nav-tabs li a{gap:3px;}
}

.info-section{
  padding-top: 60px;
}

/* .content-single-container{
  width: 90%;
} */

.info-value span:not(:last-child):after {
    content: ",";
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

.content-single-container .section-title::after{
  content: '';
  width: 60%;
  height: 0.5px;
  background: #FFF;
  display: block;
  max-width: 120px;
  margin: 30px 0;
  opacity: 0.8;
}

#content p.actor-name{
  line-height: 1.1;
}