@import url("https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", Battambang, serif;
  background-color: black;
}

.container {
  width: 1320px;
  margin: auto;
}

input::placeholder {
  font-family: "Poppins", Battambang, serif;
}

textarea::placeholder {
  font-family: "Poppins", Battambang, serif;
}

.row {
  display: flex;
  width: 100%;
}

.col-1 {
  width: 8.33333333333334%;
}

.col-2 {
  width: 16.66666666666668%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333333336%;
}

.col-5 {
  width: 41.66666666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333333336%;
}

.col-8 {
  width: 66.66666666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333333334%;
}

.col-11 {
  width: 91.66666666666667%;
}

.col-12 {
  width: 100%;
}

/*================================== Grow===========================
======================================================================
====================================================================== */

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* =======================Underline From Center ====================
====================================================================*/
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* =====================landing-page================ */
/* ==================================================
=======================================================
========================head-top===================== */
header {
  padding: 10px 0px;
  background-color: black;
}

header .head-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .head-top .brand img {
  width: 100px;
}

header .head-top .head-top-search {
  padding: 10px;
  width: 500px;
  outline: none;
  border-radius: 10px;
}

header .head-top .group-btn .btn-login {
  padding: 10px 20px;
  background-color: #2f45ff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.3s;
  border: #2f45ff 2px solid;
}

header .head-top .group-btn .btn-login:hover {
  background-color: #0c0eff;
  border: #0c0eff 2px solid;
}

header .head-top .group-btn .btn-register {
  padding: 10px 20px;
  color: #2f45ff;
  border: #2f45ff 2px solid;
  text-decoration: none;
  border-radius: 10px;
  transition: 0.3s;
}

header .head-top .group-btn .btn-register:hover {
  border: #0c0eff 2px solid;
}

/* ======================navbar=================== */
.navbar {
  background-color: black;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}

.navbar .navbar-nav {
  display: flex;
  justify-content: center;
}

.navbar .navbar-nav .nav-item {
  list-style-type: none;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
  padding: 10px 20px;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #2098d1;
}

.navbar .navbar-nav .nav-item .active {
  color: #2098d1;
  position: relative;
}

.navbar .navbar-nav .nav-item .active::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
}

.navbar .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
  margin-top: -2px;
}

.navbar .navbar-nav .nav-item .nav-link span:last-child {
  margin-left: 10px;
}
/* =========================banner=========================
============================================================ */
.banner {
  width: 100%;
  height: 660px;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================history-movie=========================
============================================================ */

.history-movie {
  padding: 50px 0px;
  color: #ffffff;
  background-color: #222222;
}

.history-movie h1 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #ff0000;
  border-bottom: #ff0000 2px solid;
}

.history-movie .img-movie {
  width: 100%;
  height: 500px;
  overflow: hidden;
  padding: 0px 100px;
}

.history-movie .img-movie img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.history-movie .content-movie {
  padding: 50px 100px;
  height: 500px;
}

.history-movie .more {
  margin: auto;
  padding: 100px 0px;
  color: red;
  font-size: 20px;
}

/* =========================footer=========================
============================================================ */

footer {
  background-color: black;
  color: #ffffff;
  padding: 100px 0px 20px 0px;
}

footer h2 {
  color: red;
  margin-bottom: 10px;
}

footer .quick-link .quick-link-list {
  list-style-type: none;
}

footer .quick-link .quick-link-list .quick-link-item .quick-link-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
  margin-bottom: 15px;
}

footer .quick-link .quick-link-list .quick-link-item .quick-link-link i {
  margin-right: 5px;
  margin-top: -2px;
}

footer .quick-link .quick-link-list .quick-link-item .quick-link-link:hover {
  color: #2098d1;
  margin-left: 10px;
}

footer .contact p {
  margin-bottom: 15px;
}

footer .follow-us .follow-list .follow-item {
  list-style-type: none;
}

footer .follow-us .follow-list .follow-item .follow-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
  margin-bottom: 15px;
}
footer .follow-us .follow-list .follow-item .follow-link:hover {
  color: #2098d1;
  text-decoration: underline;
  margin-left: 10px;
}

footer .follow-us .follow-list .follow-item .follow-link img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

footer .copyright {
  text-align: center;
  padding-top: 30px;
  border-top: red 2px solid;
  margin-top: 30px;
}

/* ===================================================
========================login-page====================
====================================================== 
=========================register=======================
=======================================================
=========================forgetpasswork===============
========================================================*/

.login {
  padding: 50px 0px;
  background-color: black;
  height: 100vh;
  color: white;
}

.login .login-info .login-img {
  width: 100%;
  height: 600px;
  overflow: hidden;
  padding: 0px 100px;
}

.login .login-info .login-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.login .login-info .login-content {
  padding: 50px 100px;
}

.login .login-info .login-content h1 {
  color: red;
  font-size: 40px;
  margin-bottom: 20px;
  border-bottom: red 2px solid;
}

.login .login-info .login-content p {
  color: #ffffff;
  margin-bottom: 20px;
}

.login .login-info .login-content .group-input {
  margin-bottom: 20px;
  border: red 1px solid;
  width: 100%;
  border-radius: 10px;
  padding: 10px 14px;
}

.login .login-info .login-content .group-input input {
  outline: none;
  width: 270px;
  border: none;
  color: #ffffff;
  background: black;
}

.login .login-info .login-content .group-input i {
  margin-right: 20px;
}

.login .login-info .login-content .check-box {
  margin-right: 5px;
}

.login .login-info .login-content .check-box span {
  color: blue;
  text-decoration: underline;
}

.login .login-info .login-content .btn-login {
  padding: 10px 20px;
  background-color: red;
  color: #ffffff;
  border: red 2px solid;
  border-radius: 10px;
  transition: 0.3s;
  width: 100%;
  margin: 10px 0px;
  font-family: "Poppins", Battambang, serif;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 20px;
}
/* ============================================================
=========================OTP-page===============================
================================================================= */

.otp {
  padding: 50px 0px;
  background-color: black;
  height: 100vh;
  color: white;
}

.otp .otp-info .otp-img {
  width: 100%;
  height: 600px;
  overflow: hidden;
  padding: 0px 100px;
}

.otp .otp-info .otp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.otp .otp-info .otp-content {
  padding: 50px 100px;
}

.otp .otp-info .otp-content h1 {
  color: red;
  font-size: 40px;
  margin-bottom: 20px;
  border-bottom: red 2px solid;
}

.otp .otp-info .otp-content p {
  color: #ffffff;
  margin-bottom: 20px;
}

.otp .otp-info .otp-content .group-input {
  margin-bottom: 20px;
  border: red 1px solid;
  width: 100%;
  border-radius: 10px;
  padding: 15px 0px;
}

.otp .otp-info .otp-content input {
  outline: none;
  width: 100%;
  border: none;
  color: #ffffff;
  background: black;
  text-align: center;
  font-size: 20px;
}

.otp .otp-info .otp-content .group-input i {
  margin-right: 20px;
}

.otp .otp-info .otp-content .check-box {
  margin-right: 5px;
}

.otp .otp-info .otp-content .check-box span {
  color: blue;
  text-decoration: underline;
}

.otp .otp-info .otp-content .btn-login {
  padding: 10px 20px;
  background-color: red;
  color: #ffffff;
  border: red 2px solid;
  border-radius: 10px;
  transition: 0.3s;
  width: 100%;
  margin: 10px 0px;
  font-family: "Poppins", Battambang, serif;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 20px;
}

/* =========================================================
========================home-page==============================
============================================================ */

header .head-top .group-profile .profile {
  display: flex;
  justify-content: center;
  position: relative;
}

header .head-top .group-profile {
  position: relative;
  z-index: 999999;
}

header .head-top .group-profile:hover .drop-down {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

header .head-top .group-profile img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

header .head-top .group-profile .drop-down {
  z-index: 9999;
  position: absolute;
  width: 130px;
  height: 80px;
  top: 110%;
  left: -10%;
  background-color: #222222;
  border-radius: 5px;
  padding: 10px 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}



header .head-top .group-profile .drop-down .drop-down-nav .drop-down-item {
  list-style-type: none;
}

header
  .head-top
  .group-profile
  .drop-down
  .drop-down-nav
  .drop-down-item
  .drop-down-link {
    padding: 10px 20px;
  text-decoration: none;
  color: white;
}

header
  .head-top
  .group-profile
  .drop-down
  .drop-down-nav
  .drop-down-item
  .drop-down-link:hover {
  color: #2098d1;
}

header .head-top .group-profile .drop-down i {
  margin-right: 15px;
}

/* ========================================================
=======================navbar=========================
====================================================== */
.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .navbar-nav .nav-item:hover .drop-down {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.navbar .navbar-nav .nav-item .drop-down {
  position: absolute;
  top: 150%;
  left: 0%;
  z-index: 99999;
  width: 170px;
  padding: 10px 14px;
  background-color: #222222;
  border-radius: 5px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.navbar
  .navbar-nav
  .nav-item
  .drop-down
  .drop-down-nav
  .drop-down-item
  .drop-down-link {
  text-decoration: none;
  color: white;
  display: inline-block;
}

.navbar
  .navbar-nav
  .nav-item
  .drop-down
  .drop-down-nav
  .drop-down-item
  .drop-down-link:hover {
  color: #2098d1;
}

/* =========================================================================
==============================popular-today==================================
=========================================================================== */

.popular-today {
  padding: 100px 0px 50px 0;
  background-color: black;
}

.popular-today p {
  color: white;
  font-size: 24px;
  padding-left: 10px;
  margin-bottom: 30px;
  border-left: red solid 3px;
}
.popular-today span {
  display: inline-block;
  background-color: red;
  color: white;
  padding-top: 5px;
  font-size: 14px;
  padding-inline: 10px;
  border-radius: 5px;
}

.popular-today a {
  text-decoration: none;
}

.popular-today .card {
  height: 370px;
  width: 100%;
  position: relative;
}

.popular-today .swiper-container {
  width: 100%;
  overflow: hidden;
}
.popular-today .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* =========================card-header====================== */

.popular-today .card .overlay-header {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 80%;
}

.popular-today .card .card-header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.popular-today .card .card-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular-today .card .overlay-header:hover .card-header img {
  filter: blur(3px);
}

.popular-today .card .overlay-header:hover .fa-circle-play {
  opacity: 1;
}

.popular-today .card .fa-circle-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 44px;
  color: red;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* ========================card-body======================== */
.popular-today .card .card-body {
  height: 20%;
  padding: 10px 10px;
  width: 100%;
  color: white;
}

.popular-today .card .card-body p {
  font-size: 16px;
  border: none;
  text-align: center;
}

.popular-today .card:hover .card-body p {
  color: #2f45ff;
  transition: filter 0.3s ease-in-out;
}

.popular-today .card .card-body span {
  position: absolute;
  top: 3%;
  border-radius: 5px 0px 0px 5px;
  padding-left: 10px;
  padding-bottom: 2px;
  font-size: 12px;
  display: block;
  width: 70px;
  right: 0%;
}

.popular-today .card .card-body i {
  position: absolute;
  top: 3%;
  left: 3%;
  font-size: 24px;
  color: red;
}

.popular-today .card .card-body .ep span {
  position: absolute;
  display: block;
  left: 3%;
  top: 65%;
  font-size: 16px;
  color: white;
  background: none;
  border-radius: 5px;
  width: 45%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.432);
}
/* =========================================================
=====================schedule===============================
========================================================== */
.banner-schedule {
  background-color: black;
}
/* =========================================================
=====================video-play===============================
========================================================== */
.video {
  background-color: black;
  padding: 50px 0px;
}

.video .container {
  width: 1200px;
}

.video .video-content video {
  border-radius: 20px;
  margin-top: 20px;
}

.video .video-content video source {
  border-radius: 20px;
}

.video a {
  text-decoration: none;
}

.video .detile-video {
  color: white;
  padding: 20px 0px;
}

.video .detile-video h1 {
  margin-bottom: 20px;
}

.video .detile-video .profile-detile {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.video .detile-video .profile-detile .group-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.video .detile-video .profile-detile .group-profile .profile {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50px;
}

.video .detile-video .profile-detile .group-profile .profile img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video .detile-video .profile-detile .group-profile .profile-title p {
  color: gray;
  font-size: 14px;
}

.video .detile-video .profile-detile .group-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.video .detile-video .profile-detile .group-btn .btn-sub {
  margin-right: 100px;
  background-color: red;
  border-radius: 20px;
  cursor: pointer;
  padding: 7px 14px;
}

.video .detile-video .profile-detile .group-btn .btn-like-dislike {
  display: flex;
  align-items: center;
  background-color: gray;
  padding: 7px 14px;
  border-radius: 20px;
  cursor: pointer;
  width: 120px;
}

.video .detile-video .profile-detile .group-btn .btn-like-dislike .btn-like i {
  margin-right: 10px;
}

.video
  .detile-video
  .profile-detile
  .group-btn
  .btn-like-dislike
  .btn-dislike
  i {
  margin-left: 20px;
}

.video .detile-video .profile-detile .group-btn .btn-share {
  background-color: gray;
  border-radius: 20px;
  cursor: pointer;
  width: 110px;
  padding: 7px 14px;
}

.video .detile-video .profile-detile .group-btn .btn-share i {
  margin-right: 10px;
}

.video .detile-video .profile-detile .group-btn .btn-download {
  background-color: gray;
  border-radius: 20px;
  cursor: pointer;
  width: 140px;
  padding: 7px 14px;
}

.video .detile-video .profile-detile .group-btn .btn-download i {
  margin-right: 10px;
}

.video .comment {
  margin: 20px 0px;
  color: white;
}

.video .comment h3 {
  margin-bottom: 20px;
}

.video .comment .profile-comment {
  display: flex;
  align-items: center;
}

.video .comment .profile-comment .profile {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 20px;
}

.video .comment .profile-comment .profile img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video .comment .profile-comment .input-text {
  border-bottom: 1px solid red;
  width: 700px;
}

.video .comment .profile-comment .input-text input {
  outline: none;
  padding: 10px;
  background-color: black;
  border: none;
  color: white;
  width: 100%;
}

/* =========================playlist======================== */
.video .play-list-detile {
  color: white;
  padding: 0px 0px;
}

.video .play-list-detile h3 {
  color: red;
  margin-bottom: 10px;
}

.video .play-list-detile .img-play-list img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 5px;
}

.video .play-list-detile .card-list {
  margin-bottom: 10px;
}

.video .play-list-detile .img-detile {
  padding: 0px 10px;
}

.video .play-list-detile .img-detile p {
  font-size: 13px;
}
/* ===========================adventure===================== */
.slideshow-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.slide {
  width: 100%;
  height: 81vh;
  overflow: hidden;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.active {
  opacity: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ======================upcomingsoom================================== */

.comingsoon {
  padding: 50px;
  color: red;
  background-color: black;
}

.comingsoon .row {
  margin-bottom: 30px;
}

.comingsoon h1 {
  border-bottom: 2px solid red;
  margin-bottom: 50px;
}

.comingsoon img {
  padding: 0px 50px;
  width: 100%;
  height: 700px;
}

.comingsoon .detile-comingsoon {
  width: 100%;
  padding: 0px 30px;
}

.comingsoon .detile-comingsoon h2 {
  text-align: center;
  border-bottom: rgba(128, 128, 128, 0.5) 1px solid;
}

.comingsoon .detile-comingsoon p {
  color: gray;
  line-height: 30px;
  padding: 30px;
}

/* ========================contact us================ */

.contact-us {
  padding: 100px 0px;
  background-color: black;
  color: white;
}

.contact-us .phone {
  border-radius: 20px;
  padding: 50px 0px;
  border: #ff0000 1px solid;
  text-align: center;
}

.contact-us .phone i {
  font-size: 40px;
  margin-bottom: 10px;
}

.contact-us .phone h4 {
  margin-bottom: 10px;
  color: blue;
}

iframe {
  border-radius: 10px;
}

.contact-us .send {
  padding: 0px 50px;
}

.contact-us .send h1 {
  color: red;
  border-bottom: 2px red solid;
  margin-bottom: 50px;
}

.contact-us .send label {
  margin-bottom: 10px;
  display: inline-block;
}

.contact-us .send .group-input {
  border: 1px solid red;
  padding: 10px 20px;
  border-radius: 10px;
}

.contact-us .send .group-input input {
  outline: none;
  border: none;
  width: 100%;
  background-color: black;
  color: white;
  font-size: 14px;
}

.contact-us .send .group-input textarea {
  outline: none;
  border: none;
  background-color: black;
  width: 100%;
  color: white;
  height: 370px;
}

/* =======================about-us======================== */

.about-us {
  padding: 70px 0px;
  background-color: black;
  color: white;
}

.about-us .detile-me p {
  font-size: 24px;
  line-height: 50px;
  padding: 0px 100px;
}

.about-us .detile-me h1 {
  font-size: 30px;
  color: red;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: #ff0000 5px double;
  margin-bottom: 50px;
}

.about-us .detile-me h2 {
  text-align: center;
  margin-top: 50px;
}

/* ==================Profile====================== */

.profile-acc {
  padding: 100px 0px;
  background-color: black;
  color: white;
}

.profile-acc .profile {
  width: 150px;
  overflow: hidden;
  height: 150px;
  cursor: pointer;
  border-radius: 100px;
}

.profile-acc .profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-acc .ditle-profile h1 {
  margin-bottom: 5px;
  cursor: pointer;
}

.profile-acc .ditle-profile p {
  color: gray;
  margin-bottom: 10px;
}

.profile-acc .ditle-profile .group-btn {
  display: flex;
}

.profile-acc .ditle-profile .group-btn .btn-switch-acc,
.btn-Google-acc {
  padding: 8px 14px;
  background-color: #222222;
  border-radius: 20px;
  margin-right: 10px;
}

.profile-acc .ditle-profile .group-btn .btn-Google-acc i {
  margin-right: 5px;
}

.profile-acc .ditle-profile .group-btn .btn-switch-acc i {
  margin-right: 5px;
}
/* ===========================history================== */

.history {
  padding: 20px;
  background-color: black;
  color: white;
}

.history .row {
  margin-bottom: 20px;
}

.history a {
  text-decoration: none;
  color: white;
}

.history h1 {
  color: red;
  margin-bottom: 50px;
  padding-left: 10px;
  border-left: 2px solid red;
}

.history .card .card-header {
  width: 100%;
  height: 70%;
  overflow: hidden;
}

.history .card .card-header img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.history .card .card-body {
  padding: 10px 0px;
}

.history .card .card-body p {
  margin-bottom: 10px;
}
