@import url('https://fonts.googleapis.com/css2?family=Fasthand&family=Hanuman:wght@100;300;400;700;900&family=Noto+Serif+Khmer:wght@800&family=Poppins:wght@400;600;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
  --border-color-grey: rgba(128, 128, 128, 0.442);
  --bg-card: #d4d4d440;
  --bg-sale: #3CB043;
  --color-green: #3CB043;
  --bg-hover-card: #bfc1be;
  --color-grey: rgba(128, 128, 128, 0.442);
  --bg-hover-card: #bfc1be;
  --bg-header: #F6F9F5;
  --overlay: rgba(0, 0, 0, 0.294);
  --navbar-tab: #FAFBFA;
  --purple-color :    #551A8B;

}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family:"Poppins", sans-serif  ,  "Fasthand", cursive;
}

.container {
  width: 1200px;
  margin: 0px auto;
}
.text-capitalize {
  text-transform: capitalize;
}
.fs-1 {
  font-size: 60px;
}
.fs-3 {
  font-size: 30px;
}
.fs-2 {
  font-size: 40px;
}
.fs-5 {
  font-size: 20px;
}
.fs-6 {
  font-size: 16px;
}
.text-muted {
  color: var(--border-color-grey);
}
.fw-bold {
  font-weight: 900;
}
.text-green {
  color: var(--color-green);
}
.text-grey {
  color: grey;
}
.text-white {
  color: white;
}
.pe-2 {
  padding-right: 20px;
}
.pe-3 {
  padding-right: 30px;
}
.pe-4 {
  padding-right: 40px;
}
.pe-5 {
  padding-right: 50px;
}
.pe-1 {
  padding-right: 10px;
}
.ps-1 {
  padding-left: 10px;
}
.ps-4 {
  padding-left: 40px;
}
.ps-3 {
  padding-left: 30px;
}
.ps-4 {
  padding-left: 40px;
}
.ps-2 {
  padding-left: 20px;
}
.px-1 {
  padding: 0px 10px;
}
.pt-3 {
  padding-top : 30px;
}
.pt-1 {
  padding-top: 10px;
}
.pt-2 {
  padding-top: 20px;
}
.p-1 {
  padding : 10px;
}
.p-2 {
  padding : 20px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pt-3 {
  padding-top: 30px;
}
.pt-4 {
  padding-top: 40px;
}
.pt-5 {
  padding-top: 50px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-2 {
  margin-top: 20px;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-4 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: 50px;
}
.mb-2 {
  margin-bottom: 20px;
}
.px-2 {
  padding: 0px 20px;
}
.me-1 {
  margin-right: 10px;
}
.me-2 {
  margin-right: 20px;
}
.me-3 {
  margin-right: 30px;
}
.py-2 {
  padding: 20px 0px;
}
.text-gold {
  color: gold;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col-12 {
  width: 100%;
}

.col-8 {
  width: 66.66%;
}
.col-3 {
  width: 25%;
}
.col-9 {
  width: 75%;
}
.col-4 {
  width: 33.33%;
}
.col-6 {
  width: 50%;
}

.col-2 {
  width: 20%;
}

.text-align-center {
  text-align: center;
}
.d-flex {
  display: flex;
}
.flex-direction-column {
  flex-direction: column;
}
.g-2 {
  gap: 20px;
}
 .align-item-start {
  align-items: start;
}
.align-item-center {
  align-items: center;
}
.align-item-end {
  align-items: end;
}
.text-decoration-none {
  text-decoration: none;
}
.justify-content-end {
  justify-content: end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.navbar-tabs-section {
  padding-top: 30px;
  width: 100%;
  /* background-color: #F0F1F0; */
}

.navbar-tabs-section .container .row .col-12 .navbar-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  list-style-type: none;
  /* background-color: var(--navbar-tab); */
}

.navbar-tabs-section .container .row .col-12 .navbar-tabs .nav-item .nav-link {
  display: block;
  text-decoration: none;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: 550;
  color : var(--purple-color);
}

.navbar-tabs-section .container .row .col-12 .navbar-tabs .nav-item .line::after {
  content: ''; 
  position: absolute; 
  top: 20px; 
  width: 20px; 
  height: 3px; 
  background-color: var(--border-color-grey); 
  margin-left: 20px;
  cursor: context-menu;
}


.navbar-tabs-section .container .row .col-12 .navbar-tabs .nav-item .nav-link:hover {
  color: var(--bg-sale);
}

.navbar-tabs-section .container .row .col-12 .navbar-tabs .nav-item .nav-link.active {
  color: var(--bg-sale);
}

.navbar-tabs-section .container .row .col-12 .text-title {
  text-align: center;
  padding: 20px 0;
}
.navbar-tabs .navbar-link {
  text-decoration: none;
  color: black;
  border: 2px solid var(--border-color-grey);
  color: grey;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  cursor: pointer;
  font-size: 18px;
}



.navbar-tabs:hover .navbar-link {
  /* border: 2px solid var(--bg-sale); */
  transition: all 1.2s;
}
.navbar-tabs:hover .fa-angle-down {
  transform: rotate(180deg);
  transition: all 1.2s;
}
.navbar-tabs {
  position: relative;
  width: 260px;
}


.navbar-tabs .dropdown {
  display: block;
  position: absolute;
  top: 48px;
  display: none;
  border: 2px solid var(--border-color-grey);
  list-style-type: none;
  width: 100%;
  background: white;
  z-index: 1200;
}
.navbar-tabs .dropdown .dropdown-item .dropdown-link {
  text-decoration: none;
  display: block;
  padding: 10px;
  cursor: pointer;
  color: black;
}

.navbar-tabs .dropdown .dropdown-item:hover .dropdown-link {
  /* background: var(--grey); */
  background: var(--bg-card);
}
.navbar-tabs:hover .dropdown {
  display: block;
}

.video-full {
  width: 100%;
  height :490px;
  overflow: hidden;
  background-color: red;
}
.video-full video#player  {
 width : 100%;
 object-fit: cover;
height: 100%;
}
.plyr__poster {
  background-size: cover;
}
.plyr{
  height: 100%;
}
.video-title {
  font-weight: bold;
  font-size : 20px;
}
.video-like {
  display: flex;
  width: 70%;
  align-items: center;
  border-radius: 30px;
  border: none;
  padding : 0px 10px;
  overflow: hidden;
  border: 1px solid black;
  cursor: pointer;
}
.video-like .like {
  /* font-size :30px; */
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap : 10px;
  padding : 6px ;
  border-right: 1px solid black;
}
.video-like  .qty-like {
  font-size : 16px;
  font-weight: bold;
}
.video-like .un-like {
  /* font-size :30px; */
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap : 10px;
  padding : 6px ;
  border-left: 1px solid black;
}

.video-like  i {
  font-size : 20px;
}

.download-document {
  display: flex;
align-items: center;
justify-content: center;
width : 50%;
border: 1px solid black;
border-radius : 30px;
cursor: pointer;

}
.download-document .download{
  font-size : 16px;
  font-weight: bold;
}
.download-document .download .icon-download {
  font-size : 20px;
}
.content-video {
  max-height: 200px; /* Set max height to show */
  overflow: hidden; /* Hide overflow content */
  transition: max-height 0.5s ease; /* Add smooth transition */
  display: flex;
  flex-direction: column;
  gap :  10px;
}
.show-more-btn {
  cursor: pointer;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}
.socail-media-video{
  display: flex;
  gap : 10px;
}
.socail-media-video  a{
  font-size : 20px;
  color : black;
}
.socail-media-video  a:hover {
  color : var(--bg-sale);
  transition: all 0.5s;
}
.card-trailer {
  display: flex;
  width : 100%;
  height: 100px;
  overflow: hidden;
}
/* .card-trailer:hover {
transform : scale(108%);
transition: transform 0.4s;
z-index: 20px;
} */
.card-trailer a {
display: block;
width: 50%;
padding-right : 20px;
}

.card-trailer .video-card-trialer {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
/* border-radius: 10px;; */
}


.card-trailer .video-card-trialer  .video,
.thumbnail {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.card-trailer .video-card-trialer .video {
display: none;
}

.card-trailer .video-card-trialer.active {
display: block;
}

.card-trailer .video-card-trialer:hover .thumbnail {
display: none;
}

.card-trailer .video-card-trialer:hover .video {
display: block;
z-index: 1;
}
.card-trailer .card-body-technical{
display: flex;
flex-direction: column;
gap : 6px;
width : 50%;

}
.card-trailer .card-body-technical .card-date-technical {
font-size: 14px;
color: var(--color-grey);
}
.card-trailer .card-body-technical .card-title-technical {
font-size : 16px;
height: 50%;
font-weight: bold;

}


.card-trailer .card-body-technical .card-viewers {
font-size : 12px ;
height: 50%;
display: flex;
align-items: end;
}
.card-trailer .card-body-technical .card-viewers .dot-middle {
margin: 0px 4px;
font-size : 20px;
}