body{
    /* background-color:  #343a40e8; */
    background-color: black;
    z-index: -1;
    color: white;
    scroll-behavior: smooth;
}
.capitilize{
    text-transform: capitalize !important;
}
input{
  background-color: #dedede !important;
  color: #000 !important;
}
.hide{
  display: none;
}
.pointer{
  cursor: pointer;
}
/* Sticky navbar styles */
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 100;
  }
  #top {
  transition: all ease-in-out 1.2s;
}

.backGround {
  background-color: #343a40d4 !important;
}
.brandBack {
    background: #04000052;
    padding: 2.3px;
    border-radius: 3px;
}
  strong{
    background: linear-gradient(to right, #ffffff, rgb(1 161 255), rgb(167 255 244));
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
  nav strong {
    font-size: 30px;
  }
  
  /* Banner styles */
  .banner {
    /* background-color: #343a40; */
    padding: 50px 0;
    text-align: center;
    /* background: url('../img/pathan.jpeg') no-repeat center; */
    background-size: cover;
    height: calc(73vh - 130px);
    margin-top: 10%;
    
  }
  
  .banner h1 {
    font-size: 40px;
    color: #fff;
  }
  @media only screen and (max-width:480px){
    .banner h1{
      font-size: 28px;
    }
    nav strong {
      font-size: 24px;
    }
  }
  .banner p {
    color: #ffffff;
    font-size: 14px;
    max-width: 400px;
  }
  .banner-button {
    justify-content: flex-start;
    padding: 0;
    gap: 10px;
  }
  .banner-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
  .banner-content-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
  }
  .banner-content-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
  }
  /* Owl Carousel slider styles */
  .slider {
    margin-top: -20px;
    padding: 10px 0px;
  }
  .slider h2{
    font-weight: 400;
    font-size: 22px;
    margin-bottom: -8px;
    cursor: pointer;
    /* font-style: oblique; */
  }
 .owl-stage {
  padding-left: 8px !important;
}
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: contain;
    transition: all 0.8s ease-in;
    cursor: pointer;
  }
  /*.owl-carousel .owl-item img:hover {*/
  /*  z-index: 999;*/
  /*  transform: scale(1.2);*/
  /*}*/
  .hoverEffect {
    transform: scale(1.2);
    }

.hoverEffectDown {
  margin-left: 18px;
}

  
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    background: none;
    border: none;
    outline: none;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  #cw .owl-dots {
    display: none;
  }
  #cw img:hover{
    transform: none;
  }
  
  .owl-carousel .owl-nav button.owl-prev:hover,
  .owl-carousel .owl-nav button.owl-next:hover {
    color: #666;
  }
  
  .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }
  
  .owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
  
  .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
  }
  
  .owl-carousel .owl-dots button.owl-dot {
    background: none;
    border: 2px solid #ffffff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    transition: background-color 0.3s ease;
  }
  
  .owl-carousel .owl-dots button.owl-dot.active {
    background-color: #c9c8c8;
  }
  
.diff img{
  opacity: 0.5;
  transition: all 0.8s ease-in-out;
  z-index: 9999;
}
.diff img:hover{
  opacity: 1;
  animation-name: tran;
  animation-duration: 1.2s;
  animation-delay: 0.8s;
  animation-fill-mode: both;
}
.rowTitle {
  color: white;
  cursor: pointer;
  margin-left: 3px;
}
@keyframes tran {
  0%{
    translate : 0px;
  }
  50%{
    translate: 50px;
  }
  75%{
    translate:100px;
  }
  100%{
    translate: 0px;
  }
}
  .footer {
    background-color: #000;
    padding: 60px 0;
  }
  
  .footer h5 {
    color: #fff;
    margin-bottom: 20px;
    
  }
  
  .footer ul.list-unstyled li a {
    color: #fff;
    text-decoration: none;
    font-style: oblique;
  }
  
  .footer ul.social-icons li {
    display: inline-block;
    margin-right: 10px;
  }
  
  .footer ul.social-icons li a {
    color: #fff;
    font-size: 20px;
    
  }
  
  .footer ul.social-icons li:last-child {
    margin-right: 0;
  }
  

  .newsletter-container {
    background-image: url('../img/newsletter.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(20, 17, 17, 0.94); 
    padding: 20px;
    position: relative;
  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.432); /* Overlay color and opacity */
    z-index: -1;
  }
  .newsletter-content{
    z-index: 99;
  }
  .form{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: auto;
    gap: 10px;
  }
  .form button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;
  }
  .visitor-container {
    background-image: url('../img/crowd.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(20, 17, 17, 0.94); 
    padding: 20px;
    position: relative;
    height: 200px;
  }
  .visitor-content{
    z-index: 99;
    
  }
  .visit{
    background-color:  rgba(0, 0, 0, 0.811);
    height: 100%;
    width: 99%;
    position: absolute;
    top: 0;
    padding: 20px;
  }
  #visitedBy{
    background-color: #487a7a4f;
    border-radius: 50%;
    box-shadow: 1px 2px 4px #335c52;
  }
  @media only screen and  (max-width: 768px) {
    .form {
      flex-wrap: wrap;
      width: 100%;
    }
    h3{
      font-size: 18px;
    }
    .slider{
      margin-top: -10px;
    }
    .visit{
      width: 98%;
    }
  }
  @media only screen and  (max-width: 468px) {
   .slider{
      margin-top: 0px;
    }
    .visit{
      width: 97%;
    }
  }

  .video-container {
    width: 100%;
    position: absolute;
    z-index: -6;
    height: 100%;
    left: 0;
    top: 0;
  }
  
  .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .color-overlay {
    width: 100%;
    height: 100%;
  
    background-color: #302b2b1f;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
  }

  .tab{
    color: white;
  }

  .form-check-label{
    text-transform: capitalize;
  }
  .posterView {
  max-height: 300px;
}

.moreMovie {
  /*color: white;*/
  /*font-weight: 800;*/
  /*font-size: 30px;*/
  color: #08ed98;
  font-size: 14px;
}

.firstPoster {
  /* min-width: 80vw; */
  width: 100%;
  object-fit: cover;
  max-height: 720px !important;
  cursor: pointer;
}

.allPosters {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

.allPosters:hover {
  border: 0.3px solid greenyellow;
  transform: scale(0.98);
}

#list {
  width: 100%;
}

.listWrapper {
  width: 100%;
}

.list {
  width: 100%;
  gap: 10px;
}

@media only screen and (max-width : 480px) {
  .allPosters {
    max-width: unset;
    width: 100%;
    padding: 0px 10px;
    border-radius: 20px;
  }
}

.visitContainer {
  background-image: url('../img/1311194_294.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.visitorOverLay {
  width: 100%;
  height: 100%;
  background-color: #00000076;
  position: absolute;

}

.visitor-count-container {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
}

.count {
  background-color: black;
  min-width: 200px;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);

}

.minHegihtOnCount {
  transition: all 1.3s ease-in-out;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.from {
  background-color: black;
  min-width: 200px;
  clip-path: circle(50% at 50% 50%);
  transition: all 2s;
  transform: translateY(-400px);
}

.downAnimation {
  animation-name: fromDown;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-direction: normal;
}

@keyframes fromDown {
  0% {
    transform: translateY(-400px);
  }

  100% {
    transform: translateY(0px);
  }
}

.upAnimation {
  animation-name: fromUP;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-direction: normal;
}

@keyframes fromUP {
  0% {
    transform: translateY(400px);
  }

  100% {
    transform: translateY(0px);
  }
}

.vis {
  background-color: black;
  min-width: 200px;
  transform: translateY(400px);
  clip-path: polygon(0% 15%, 0 0, 15% 0%, 85% 0%, 100% 0, 100% 15%, 100% 85%, 66% 69%, 85% 100%, 15% 100%, 30% 71%, 0% 85%);
}

.vis h4 {
  padding: 20px;
}

.count h3 {
  font-size: 3rem;
  color: #007bff;
  animation: scaleUp 1s ease-in-out infinite alternate;
  padding: 20px;
}

.count p {
  padding: 10px;
}

.label {
  font-size: 1.5rem;
  color: #6c757d;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}
.searchingIcon .fa-magnifying-glass {
  font-size: 64px;
  background: linear-gradient(to bottom, #fa0202, rgb(144, 247, 231), #dede02);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.notFoundIcon .fa-ban {
  font-size: 64px;
  color: red;
}

.searchingIcon p {
  font-size: 24px;
  font-weight: 700;
  color: #7f7f7f;
  ;
}

.notFoundIcon p {
  font-size: 24px;
  font-weight: 700;
  color: #7f7f7f;
  ;
}

.searchingIcon {
  border-radius: 40px;
  min-height: 400px;
  /* background: linear-gradient(to right, black, rgb(79, 77, 77), rgb(75, 67, 67)); */
  /* background: linear-gradient(to top, #E3E1D9, #EEEDEB, #EFECEC); */
  background: linear-gradient(to top, #c4c2ba, #d5caca, #EEEDEB);
  transition: all 1s ease-in-out;
  animation-name: bg;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

.notFoundIcon {
  border-radius: 40px;
  min-height: 400px;

  background: linear-gradient(to top, #c4c2ba, #d5caca, #EEEDEB);
  transition: all 1s ease-in-out;
}

@keyframes bg {
  0% {
    
    background: linear-gradient(to top, #c4c2ba, #d5caca, #EEEDEB);
  }

  100% {
    
    background: linear-gradient(to bottom, #c4c2ba, #d5caca, #EEEDEB);
  }
}

.searchResultWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 1rem;
  flex-wrap: wrap;
}

.searchResultWrapperRealted {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 1rem;
  flex-wrap: wrap;
}

.imgDiv {
  min-width: 300px;
  width: 300px;
  height: 200px;
  background-color: #d5caca4a;
  perspective: 1000px;
  border-radius: 20px;
}

.searchedPoster {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: all 1.3s ease-in;

  cursor: pointer;
  border-radius: 20px;
}

.searchedPoster:hover {
  transform: rotateY(40deg);
}

.relatedDiv {
  min-width: 240px;
  width: 240px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#relatedHeading {
  font-size: 24px;
}

.related {
  width: 100%;
}

.related:hover {
  transform: rotateY(-40deg);
}


.movieCardContainer {
  gap: 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}


.movieCard {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(251, 250, 250);
  padding: 20px 0px;
  position: relative;
  border-radius: 20px;
  height: 100%;
  height: 350px;
  width: 250px;
  flex-direction: column;
}

.movie {
  background-color: rgb(130, 130, 130);
  color: rgb(26, 24, 24);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  width: 200px;
  min-height: 200px;
  border-radius: 10px;

}
.design {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgb(184, 180, 184);
  height: 10px;
  border: 5px solid black;
  border-bottom: none;
  display: none;
}

.topDesign {
  bottom: unset;
  top: 0;
  left: 0;
  border: 5px solid black;
  border-top: none;
}
.movie h3 {
  font-size: 14px;
  font-weight: 400;
  transition: all ease-in-out 1.5s;
  transform: rotate(335deg);
  text-shadow: 1px 10px 3px #ffffff;
}
.movieDetails {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
}

.movieLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  height: 100%;
}

.movieLinks a {
  text-decoration: none;
  color: ghostwhite;
}

.mLinks {
  text-decoration: wavy;
  font-weight: 600;
  font-style: oblique;
  font-size: 12px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pButtons button {
  border: none;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.pageDiv {
  display: flex;
  gap: 10px;
}
.movieSearchDiv {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.movieSearchDiv input {
  width: 20%;
}
@media only screen and (max-width:480px) {
  .pageDiv {
    flex-direction: column;
    margin-top: 20px;
  }


}
#pTitle {
  font-weight: 300;
  text-align: center;
  padding: 10px;
}

@media only screen and (max-width: 520px) {
  .movie h3 {
    font-size: 12px;
  }

  .movieDetails h4 {
    font-size: 13px;
  }
  .movieCard {
    flex-direction: column;
    gap: unset;
    width: 100%;
  }
}

.hide {
  display: none !important;
}


#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.721);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  display: none;
  /* Hidden by default */
}

.loader {
  border: 16px solid ghostwhite;
  border-radius: 50%;
  border-top: 16px solid #26282a;
  width: 180px;
  height: 80px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.mainContainer {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.details {
  color: rgb(24, 23, 23);
}
.details h4{
  font-size:14px;
}
.movieYear{
    font-size:11px;
}
.movieListPoster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* movie details page */
.detailsContainer {
  display: flex;
  width: 90%;
  margin: auto;
  color: black;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 10px;
  background-color: rgb(243, 243, 255);
  
}

.leftContainer {
  flex: 35%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 5px solid rgba(184, 182, 182, 0.762);
}

.leftContainer h2 {
  font-weight: 400;
  margin: 10px 0px;
}

.circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #262728;
  /* transform: rotate(300deg); */
  perspective: 1000px;
}

.object {
  height: 100%;
  transition: all 2s ease-in-out;
  background-color: white;
  border-radius: 50%;
  transition: all ease-in-out 3s;
  /* transform: rotateY(300deg); */
  animation-name: rotate;
  animation-delay: 2s;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.movieDetailPoster {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes rotate {
  0% {
    transform: rotateY(0deg);
    background: white;
  }

  100% {
    transform: rotateY(360deg);
    background: transparent;
  }
}

.rightContainer {
  flex: 65%;
  padding: 20px;
  overflow-x:auto;
}

.rightContainer .dot {
  width: 20px;
  height: 20px;
  background-color: black;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.first {
  width: 30px;
  text-align: center;
}

.shortDesc p {
  letter-spacing: 1.3px;
  font-style: oblique;
  font-size: 18px;
}

.loadingContainer {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width:720px) {
  .detailsContainer {
    flex-direction: column;
  }

  .leftContainer {
    border-right: unset;
    border-bottom: 5px solid rgba(184, 182, 182, 0.762);
    ;
  }
}

/* star related */
.movieRating {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.starRating {
  width: 15px;
  height: 15px;
  background-color: rgb(2, 99, 46);
  display: inline-flex;
}

.full {
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.half {
  clip-path: polygon(50% 0%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
/* faqs */
.faqs {
  display: flex;
  width: 90%;
  margin: auto;
  color: black;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 10px;
  background-color: rgb(243, 243, 255);
}

.faqs h4 {
  font-weight: 300;
}

.container {
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
}

.accordion {
  margin: 20px 0;
}

.accordion-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
}

.accordion-header {
  background-color: #131212;
  /* background-color: #f7f7f7; */
  cursor: pointer;
  padding: 15px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  color: white;
}

.accordion-body {
  display: none;
  padding: 15px;
  background-color: #fff;
  transition: all ease-in-out 2.4s;
  border: 1px solid #080808;
}

.accordion-body p {
  margin: 0;
}

.itemSongsContainer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.itemSongsContainer p {
  letter-spacing: 1.2px;
  word-break: keep-all;
  word-wrap: break-word;
}

.secondaryHeading {
  font-weight: bold;
}