* {
  padding: 0;
  margin: 0;
  box-sizing: border-box
}

body,
h1,
p {
  margin: 0;
  padding: 0
}

body {
  background: #fff url(/assets/images/bg.jpg) repeat-x;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

h1 {
  font-size: 21px
}

a {
  color: #3ec2cf;
  text-decoration: none
}

a:hover {
  color: #ff4c4c;
  text-decoration: underline
}

.content {
  max-width: 1000px;
  margin: 0 auto
}

.card img {
  width: 100%;
  aspect-ratio: 1 / 1.5
}

.cards,
.link_cards {
  display: grid;
  grid-gap: 1rem
}

.link_cards {
  background-color: #fff;
  padding: 10px
}

@media(min-width:600px) {

  .cards,
  .link_cards {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(min-width:900px) {
  .cards {
    grid-template-columns: repeat(4, 1fr)
  }

  .link_cards {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media only screen and (max-width:600px) {
  .cards {
    grid-template-columns: repeat(2, 1fr)
  }
}

.grid-container {
  display: grid;
  grid-template-columns: 75% 25%
}

.main-area {
  grid-column: 1
}

.sidebar {
  grid-column: 2
}

@media screen and (max-width:768px) {
  .grid-container {
    grid-template-columns: 100%
  }

  .main-area,
  .sidebar {
    grid-column: 1
  }
}

.img-container {
  position: relative
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px
}

.top-left {
  position: absolute;
  top: 8px;
  left: 2px;
  padding: 2px 8px;
  color: #fff;
  background: #3ec2cf;
  font-size: 12px;
  border-radius: 10px
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px
}

.bottom-right {
  position: absolute;
  bottom: 3px;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  width: 100%;
  padding: 5px
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

#movie,
#kshow {
  display: none
}

.tab-area {
  margin: 5px 0
}

.tab-area button {
  border: 0;
  padding: 5px 10px;
  background-color: #3ec2cf;
  cursor: pointer;
  color: #fff
}

.active {
  background-color: #fdb813 !important
}

.link_card {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box
}

.side_box {
  margin: 0 0 20px 10px;
  background-color: #fff;
  border: 1px solid #eaeaea
}

.main_box {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #eaeaea
}

.side_box .side {
  padding: 5px 10px;
  border-bottom: 1px solid #f3f4f7;
  font-size: 14px
}

.title {
  background-color: #fdb813;
  color: #fff;
  padding: 8px 10px;
  font-weight: bold
}

.title2 {
  background-color: #3ec2cf;
  color: #fff;
  padding: 8px 10px;
  font-weight: bold;
  margin: 5px 0
}

.time {
  color: #6a737b;
  font-size: 13px
}

.flexParent {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  gap: 10px
}

.pagination {
  margin: 10px 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap
}

.pagination a {
  background: #fff;
  color: #3ec2cf;
  padding: 2px 15px
}

.pagination a:hover {
  background: #3ec2cf;
  color: #fff
}

.pagination .current-page {
  background: #3ec2cf;
  padding: 2px 15px;
  color: #fff
}


























#player {
  margin-top: 10px;
  position: relative;
 
  height: 400px;
    background: rgba(0, 0, 0, 0.9);
}

#player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#player button {
  position: absolute;
  top: 43%;
  left: 46%;
  background: 0;
  border: 0
}




.epdiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background-color: #fff
}

.epdiv:nth-child(even) {
  background-color: #f6f6f5
}

.eptype {
  display: inline-block;
  width: 50px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 2px 0
}

.sub {
  background: #3ec2cf
}

.raw {
  background: #fdb813
}

.main-area h1 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cecece
}

.short_desc {
  font-size: 13px
}

.page_box {
  padding: 20px
}

.page_box ul {
  list-style-position: inside
}

.footer_nav {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  gap: 15px
}

.nav-item a {
  color: #fff
}

.nav-item a:hover {
  color: #ff4c4c;
  text-decoration: underline
}

.footer {
  margin-top: 10px;
  background-color: #3ec2cf;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.info_container {
  display: flex;
  gap: 10px
}

.item1 {
  flex-basis: 35%
}

.item2 {
  flex-basis: 65%
}

.info_p {
  font-size: 13px;
  margin: 15px 0
}

.info_p span {
  font-weight: bold
}

.genre {
  display: inline-block;
  margin-right: 10px
}

.slider {
  display: flex;
  flex-wrap: wrap
}

.slider_box {
  width: 20%;
  padding: 10px;
  text-align: center
}

.slider_title {
  font-size: 13px
}

.characters {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex
}

.characters li {
  background-color: silver;
  display: inline-block;
  width: calc(4% - 1px);
  border-right: 1px solid #d7d3cf;
  text-align: center;
  padding: 5px 0
}

.characters li a {
  color: #fff
}

.characters li:hover {
  background-color: #fdb813
}


#scrollToTopBtn {
  font-size: 18px;
  border: 0;
  outline: 0;
  background-color: #fdb813;
  color: white;
  cursor: pointer;
  padding: 8px 15px;
  border-radius: 4px;
  display: flex;
  align-items: center
}

#scrollToTopBtn:hover {
  background-color: #777
}

.bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #3ec2cf;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff
}

.message {
  margin-right: 10px
}

.message a {
  color: #000;
  font-weight: bold
}

#close-button {
  background-color: #ddd;
  border: 0;
  color: black;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer
}

.nav_container {
  display: flex;
  gap: 10px;
  margin: 10px 0;
  align-items: center;
  justify-content: space-between
}

.item_share {
  flex-basis: 60%
}

.item_ep {
  flex-basis: 40%;
  justify-content: flex-end;
  display: flex;
  gap: 5px;
  align-items: center
}

.next_prev {
  display: inline-block;
  background-color: #d3d3d3;
  color: #424242;
  padding: 5px 10px;
  border-radius: 5px
}

.ep_select {
  background-color: #3ec2cf;
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  border: 0;
  margin: 0;
  cursor: pointer
}

.note {
  padding: 15px;
  margin: 10px 0
}

.codehap_iframe{
    width:100%;
    height:400px;
    background:black;
}
@media(max-width:600px) {
 

  .info_container {
    flex-direction: column
  }

  .item1,
  .item2 {
    flex-basis: 100%
  }

  .footer_nav {
    font-size: 13px;
    gap: 5px
  }

  #scrollToTopBtn {
    font-size: 15px;
    padding: 5px 10px
  }

  .characters {
    flex-wrap: wrap;
    gap: 1px;
    justify-content: center
  }

  .characters li {
    width: calc(6.9% - 1px)
  }

  .slider_box {
    width: 33.33%
  }

  .star_title {
    font-size: 11px
  }
  
  
  .nav_container {

 
  flex-wrap: wrap;
}
  
  .item_share,.item_ep {
  flex-basis: 100%;
 width:100%;
}
  
  
  .item_ep {
   
  justify-content: center;
  
}
  
  
       .codehap_iframe{
    width:100%;
    height:256px;
}
  
  
  #player {
height: 256px;

}
  
#player button {

  top: 38%;
  left: 40%;
 
}


}






























.wrapper{
  background: #3EC2CF;
  position: sticky;
  z-index:999999;
}
.wrapper nav{
  position: relative;
  display: flex;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  height: 70px;
  align-items: center;
  justify-content: space-between;

}
nav .codehap_nav{
  display: flex;
  align-items: center;
}
nav .codehap_nav .links{
  margin-left: 80px;
  display: flex;
}
.codehap_nav .logo a{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.codehap_nav .links li{
  list-style: none;
 
}
.codehap_nav .links li a,
.codehap_nav .links li label{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 17px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.codehap_nav .links li label{
  display: none;
}
.codehap_nav .links li a:hover,
.codehap_nav .links li label:hover{
  background: #FDB813;
}
.wrapper .search-icon,
.wrapper .menu-icon{
  color: #fff;
  cursor: pointer;
  width: 70px;
  text-align: center;
}
.wrapper .menu-icon{
  display: none;
}



.wrapper .search-box{
  position: absolute;
  height: 100%;
  max-width: calc(100% - 50px);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.wrapper #show-search:checked ~ .search-box{
  opacity: 1;
  pointer-events: auto;
}
.search-box input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 17px;
  color: #000;
  background: #3EC2CF;
 
  
  padding: 0 100px 0 15px;
}
.search-box input::placeholder{
  color: #f2f2f2;
}
.search-box .go-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  background: #3EC2CF;
  border: 1px solid #fff;
  outline: none;
  color: #fff;
border-radius:10px;
  cursor: pointer;
}


.search-box .go-icon svg{
 height:40px;
  width: 40px;
 
}
.wrapper input[type="checkbox"]{
  display: none;
}

/* Dropdown Menu code start */
.codehap_nav .links ul{
  position: absolute;
  background: #171c24;
  top: 80px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.codehap_nav .links li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.codehap_nav .links ul li a{
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px!important;
}
.codehap_nav .links ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.codehap_nav .links ul li{
  position: relative;
}
.codehap_nav .links ul li:hover ul{
  top: 0;
}

 
  .wrapper nav{
    max-width: 100%;
    padding: 0 0 0 20px;
  }
  nav .codehap_nav .links{
    margin-left: 30px;
  }
  .codehap_nav .links li a{
    padding: 8px 13px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 100px);
  }
  .wrapper .search-box input{
    padding: 0 100px 0 15px;
  }
 

@media screen and (max-width: 900px){
  .wrapper .menu-icon{
    display: block;
  }
  .wrapper #show-menu:checked ~ .menu-icon i::before{
    content: "\f00d";
  }
  nav .codehap_nav .links{
    display: block;
    position: fixed;
    background: #14181f;
    height: 100%;
    width: 100%;
    top: 70px;
    left: -100%;
    margin-left: 0;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }
  nav #show-menu:checked ~ .codehap_nav .links{
    left: 0%;
  }
  .codehap_nav .links li{
    margin: 15px 20px;
  }
  .codehap_nav .links li a,
  .codehap_nav .links li label{
    line-height: 40px;
    font-size: 20px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .codehap_nav .links li a.desktop-link{
    display: none;
  }

  /* dropdown responsive code start */
  .codehap_nav .links ul,
  .codehap_nav .links ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .codehap_nav .links #show-LATEST:checked ~ ul,
  .codehap_nav .links #show-POPULAR:checked ~ ul,
  .codehap_nav .links #show-COUNTRY:checked ~ ul,
    .codehap_nav .links #show-GENRE:checked ~ ul,
        .codehap_nav .links #show-YEAR:checked ~ ul{
    max-height: 100vh;
  }
  .codehap_nav .links ul li{
    margin: 7px 20px;
  }
  .codehap_nav .links ul li a{
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px!important;
  }
}

@media screen and (max-width: 400px){
  .wrapper nav{
    padding: 0 0 0 10px;
    
  }
  .codehap_nav .logo {
    text-align:center;
  }
  .wrapper .search-box{
    max-width: calc(100% - 70px);
  }
  .wrapper .search-box .go-icon{
    width: 30px;
    right: 5px;
  }
  
  .search-box .go-icon svg{
 height:30px;
  width: 30px;
 
}
  .wrapper .search-box input{
    padding-right: 30px;
  }
}

.nav__logo{
    border-radius:10px;
}

 