/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  scroll-padding-top: 2rem;
  scroll-behavior: smooth;
}

/* Some Variables */
:root {
  --main-color: #ff2c1f;
  --bg-color: #020307;
  --text-color: #fff;
}

/* Custom Scroll Bar */
html::-webkit-scrollbar {
  width: 0.5rem;
  background: var(--text-color);
}

html::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 5rem;
}

body {
  background: #f2f2f2;
  color: var(--bg-color);
}

section {
  padding: 4.5rem 0 1.5rem;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 100px;
  transition: 0.5s;
}

header.shadow {
  background: var(--bg-color);
  box-shadow: 0 0 4px rgb(14 55 54 / 15%);
}

header.shadow .navbar a {
  color: var(--text-color);
}

header.shadow .logo {
  color: var(--text-color);
}

.logo {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--bg-color);
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.logo .bx {
  font-size: 24px;
  color: var(--main-color);
}

.navbar {
  display: flex;
  column-gap: 5rem;
}

.navbar li {
  position: relative;
}

.navbar a {
  font-size: 1rem;
  font-weight: 500;
  color: var(--bg-color);
}

.navbar a::after {
  content: "";
  width: 0;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: 0.4s all linear;
}

.navbar a:hover::after,
.navbar .home-active::after {
  width: 100%;
}

#menu-icon {
  font-size: 24px;
  cursor: pointer;
  z-index: 1000001;
  display: none;
}

.btn, .btn-n {
  padding: 0.7rem 1.4rem;
  background: var(--main-color);
  color: var(--bg-color);
  font-weight: 400;
  border-radius: 0.5rem;
  
}

.btn:hover {
  background: #fa1216;
}

.conatiner {
  width: 100%;
  min-height: 640px;
  position: relative;
  display: flex;
  align-items: center;
  background: rgb(2, 3, 7, 0.4);
}

.conatiner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  border-radius: 0.2rem !important;
  background: var(--bg-color) !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 1.5rem !important;
  background: var(--main-color) !important;
}

.home-text {
  z-index: 1000;
  padding: 0 150px;
}

.home-text span {
  color: var(--bg-color);
  font-weight: 500;
  text-transform: uppercase;
}

.home-text h1 {
  color: var(--bg-color);
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.play {
  position: absolute;
  right: 4rem;
  bottom: 10%;
}

.play .bx {
  background: var(--bg-color);
  padding: 10px;
  font-size: 2rem;
  border-radius: 50%;
  border: 4px solid rgb(2, 3, 7, 0.4);
  color: var(--main-color);
}

.play .bx:hover {
  background: var(--main-color);
  color: var(--bg-color);
  transition: 0.2s all linear;
}

.heading {
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid var(--main-color);
}

.movies-container {
  max-width: 968px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, auto));
  gap: 1rem;
  margin-top: 2rem;
}

.box .box-img {
  width: 100%;
  height: 270px;
}

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

.box .box-img img:hover {
  transform: translateY(-10px);
  transition: 0.2s all linear;
}

.box h3 {
  font-size: 0.9rem;
  font-weight: 500;
}

.box span {
  font-size: 13px;
}

.coming-container {
  display: grid;
  gap: 1rem;
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
}

.coming-container .box-img img:hover {
  transform: translateY(0);
}

.coming-container .box {
  width: 100px;
}

.newsletter {
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
}

.newsletter h2 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
}

.newsletter form {
  background: var(--bg-color);
  padding: 10px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
}

.newsletter form input {
  border: none;
  outline: none;
}

.WatchVideo{
  padding: 15px;
  border: 1px solid black;
  width: auto;
}
@media (max-width: 395px){
  .vd iframe {
    width: 230px;
}
}

.vd iframe {
  width: 230px;
}
.newsletter form .email {
  width: 280px;
}
.apk{
  text-align: center;
  margin: 10px;
  padding: 10px;
  border: 1px solid grey;
  margin-top:20px;
  border-radius: 3px;
  background-color: white;
}
.apkd a{
  color: red;
  transition: all 1s ease;
}
.apkd a:hover{
  color: #020307;
}
.wvo{
  padding: 20px;
  margin: 20px;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid black;
 background-color: aliceblue;

}
.vdq{
  color: red;
  margin: 3px;
  border: 1px solid gray;
  padding-bottom: 5px;
}

.newsletter form input::placeholder {
  color: var(--text-color);
  font-size: 0.8rem;
  font-weight: 400;
}

.newsletter .btn {
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}

.footer {
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.social {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.social .bx {
  background: var(--bg-color);
  padding: 2px;
  font-size: 2rem;
  border-radius: 50%;
  border: 4px solid rgb(2, 3, 7, 0.4);
  color: var(--main-color);
}

.social .bx:hover {
  background: var(--main-color);
  color: var(--bg-color);
  transition: 0.2s all linear;
}

.copyright {
  padding: 20px;
  text-align: center;
  color: var(--bg-color);
}

@media (max-width: 1080px) {
  .home-text {
    padding: 0 100px;
  }
}

@media (max-width: 991px) {
  header {
    padding: 18px 4%;
  }

  section {
    padding: 50px 4%;
  }

  .home-text {
    padding: 0 4%;
  }

  .home-text h1 {
    font-size: 3rem;
  }
}

@media (min-width: 775px) and (max-width:1000px) {
  .navbar {

    column-gap: 22px;
  }

}

@media (min-width: 1001px) and (max-width:1120px) {
  .navbar {

    column-gap: 38px;
  }
}
@media (min-width: 774px) {
  .btn-n{
    display: none;
  }
}
@media (max-width: 774px) {
  header {
    padding: 12px 4%;
  }

  #menu-icon {
    display: initial;
    color: var(--bg-color);
  }

  header.shadow #menu-icon {
    color: var(--text-color);
  }

  .navbar {
    position: absolute;
    top: -570px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    background: var(--bg-color);
    row-gap: 1.4rem;
    padding: 20px;
    box-shadow: 4px 4px 0 4px rgb(14 55 54 / 15%);
    transition: 0.2s all linear;
    text-align: center;
  }

  .navbar a {
    width: 100%;
    color: var(--text-color);
  }

  .navbar a:hover {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
  }

  .navbar a::after {
    display: none;
  }

  .navbar.active {
    top: 93%;
  }

  .home-text h1 {
    font-size: 2.4rem;
  }

  .btn {
    padding: 0.6rem 1.2rem;
  }

  .movies-container {
    grid-template-columns: repeat(auto-fit, minmax(160px, auto));
  }

  .btn {
    display: none;
  }
}

@media (max-width: 472px) {
  .newsletter form .email {
    width: auto;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
  }
}

@media (max-width: 370px) {
  header {
    padding: 6px 4%;
  }

  .home-text h1 {
    font-size: 1.7rem;
  }

  .play {
    right: 2rem;
    bottom: 8%;
  }

  .play .bx {
    padding: 7px;
  }

  .movies-container {
    grid-template-columns: repeat(auto-fit, minmax(140px, auto));
  }

  .box .box-img {
    height: 240px;
  }

}

.head {
  padding-top: 20px;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
}

.ad {
  height: 300px;
  background-color: aliceblue;
}

.head-1 h1 {

  padding-top: 20px;
  text-align: center;
  font-family: Bree Serif, serif;
  font-size: 32px;

}

.head-1 {
  border-radius: 4px;
  background-color: white;
  width: 750px;
  border: 1px solid gray;
  height: auto;
  margin-bottom: 10px;
}


.head-2 {
  background-color: white;
  border: 1px solid gray;
  width: 450px;
  height: auto;
  margin-bottom: 10px;
  border-radius: 4px;
}

.head-2 h3 {
  text-align: center;
  font-family: Bree Serif, serif;
  font-size: 32px;

}

.head-3 {
  background-color: white;
  /* width: 35%; */
  border: 1px solid gray;
  width: 450px;
  height: 600px;


}

.head-3 h3 {
  text-align: center;
  font-family: Bree Serif, serif;
  font-size: 32px;
}

.all {
  display: flex;
  flex-direction: column;
}

/* .sub{
  width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
} */

@media screen and (max-width: 1199px) {
  .head-2 {
    width: 750px;
  }

  .head-3 {
    width: 750px;
  }
}

.head-1 img {
  padding: 10px;
  margin-top: 30px;
  height: auto;
  max-width: 100%;
}

p {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  padding: 20px;
  text-align: justify;
}

p a {
  /* text-decoration: none; */
  color: #ff2828;
  transition: all 1s ease;
}

p a:hover {
  color: black;
}

.tj,
.tj p {

  text-align: center;
}

.tj button {

  border: 1px solid gray;
  border-radius: 7px;
  background-color: rgb(219, 243, 243);
  padding: 5px;
  margin-top: -5px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  transition: all 1s ease;
}

.tj button:hover {
  background-color: aquamarine;
}

.dis {
  background-color: #edc4c4;
  border: 1px solid black;
  color: red;
  margin: 13px;
  border-radius: 4px;
  height: auto;
}

.end {
  border: 1px solid gray;
  background-color: aqua;
  margin: 13px;
  border-radius: 4px;
  height: auto;
}

footer {

  text-align: center;

  background-color: white;
  /* width: 35%; */
  border: 1px solid gray;
  width: auto;
  padding: 15px;
  height: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.tv {

  display: flex;
  flex-direction: column;

  padding: 20px;
}

.tv .all .left img {

  transition: transform ease-in-out 0.3s;
}

.tv .all .left img:hover {
  transform: scale(1.1)
}

.all .right {
  margin-left: 15px;
}

.all .right h4 {
  color: #ff2828;
  transition: all 1s ease;
}

.abutc h1 {
  color: black;
  transition: all 1s ease;
}

.abutc h1:hover {
  color: #ff2828;
}

.all .right h4:hover {
  color: black;
}

.advertisement {
  border: 1px solid gray;
  margin: 13px;
  border-radius: 5px;
  padding: 2px;
}

.all {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-bottom: 3rem;
  /* width: 450px; */
  font-size: 17px;
}

.tv h2 {
  margin-bottom: 2rem;
  text-align: center;
  color: black;
}

.dl {
  text-align: center;
}

.menuc {
  border: 1px solid gray;
  background-color: white;
  margin: 13px;
  border-radius: 4px;
  width: 340px;
  height: auto;
}

.d480p {
  border: 1px solid gray;
  background-color: white;
  margin: 13px;
  border-radius: 4px;
  width: 300px;
  text-align: center;
  height: auto;
}

.dn {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: auto;
}

.db {
  height: auto;
  width: 80%;
  padding: 8px;
  margin: 10px;


}

.card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;

}

.cardhead {

  width: 750px;

  height: auto;
  margin-bottom: 10px;
}

.cardhead h1 {

  text-align: center;
  font-family: Bree Serif, serif;
  font-size: 25px;
}

.abutc {
  padding: 5px;
}

.menuc button {
  border: 1px solid black;
  border-radius: 1px;
  padding: 10px;
  width: 40%;
  height: auto;
  background-color: white;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  transition: all 1s ease;
  margin-bottom: 15px;
}

.menuc button:hover {
  color: #ff2828;
  border-color: #ff2828;
}

.topic {
  width: auto;
  height: auto;
  padding: 15px;
  text-align: center;
  font-family: Bree Serif, serif;
  font-size: 25px;
  border: 1px solid grey;
  flex: 1 1 100%;
  clear: both;
  background-color: white;
  border-radius: 5px;

}

@media (min-width: 500px) and (max-width:796px) {
  .menuc {

    width: 450px;
    height: 425px;
  }
}

@media (max-width: 380px) {

  .menuc {

    width: auto;
    height: auto;
  }

  .all {

    flex-wrap: wrap;
    text-align: center;

  }

  .topic {

    font-size: 23px;
  }

  .d480p {

    width: 100%;
  }

  video {
    height: 250px;
  }

}

.head-2 .tj p {
  padding: 6px;
}


.vidd {
  border: 1px solid gray;
  background-color: white;
  margin: 13px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  height: auto;
}

.notwork {
  border: 1px solid gray;
  margin: 10px;
  text-align: center;
  padding: 5px;
}

.click {
  color: red;
  transition: all 1s ease;
}

.click:hover {
  color: #020307;
}



/* for comments  */