@charset "UTF-8";
@font-face {
  font-family: "Doran";
  src: url("../fonts/Doran.woff2") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Ray";
  src: url("../fonts/Ray-Light.woff2") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Ray-Bold";
  src: url("../fonts/Ray-Bold.woff2") format("woff");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* p {
  font-family: "Ray";
}

body {
  direction: rtl;
  background-color: #000;
  color: #fff;
  font-family: "Doran";
}

.main-header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
}
.main-header .top-logo {
  width: 400px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.main-header .top-logo img {
  width: 250px;
  height: auto;
}
.main-header .top-menu {
  width: 500px;
  height: 50px;
  margin-right: 200px;
  display: flex;
  align-items: center;
}
.main-header .top-menu ul {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  padding: 0;
}
.main-header .top-menu ul li {
  list-style: none;
  color: #f1de2d;
  text-align: center;
  font-size: 1.3rem;
}
.main-header .top-menu ul li a {
  color: #fff;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  text-decoration: none;
}
.main-header .top-menu ul li a:hover {
  color: #9c9c9c;
}

.main-slider {
  width: 100%;
  height: 100svh !important;
  position: relative;
  font-family: "Doran";
  font-weight: 700;
  direction: ltr !important;
  border-bottom: 10px solid #1f1f1f;
}
.main-slider .owl-carousel .owl-stage {
  display: flex;
}
.main-slider .owl-carousel .owl-item img {
  width: auto;
  height: 100svh;
}
.main-slider .owl-theme .owl-nav {
  width: 200px;
  position: absolute;
  bottom: 20px;
  right: 0px;
}
.main-slider .owl-theme .owl-nav button.owl-prev,
.main-slider .owl-theme .owl-nav button.owl-next {
  color: #c0c0c0 !important;
  font-size: 3rem !important;
  margin: 0 20px !important;
  bottom: 20px;
  right: 50px;
}
.main-slider .owl-theme .owl-nav button.owl-prev:hover,
.main-slider .owl-theme .owl-nav button.owl-next:hover {
  background-color: transparent !important;
}
.main-slider .item {
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: space-around;
}
.main-slider .item img {
  width: 450px;
  height: 800px;
}
.main-slider .names {
  width: 600px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  justify-content: center;
}
.main-slider .names h2 {
  font-size: 4rem;
}
.main-slider .icons {
  width: 100%;
  height: 50px;
  margin: auto;
  position: absolute;
  bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  display: none;
}
.main-slider .icons a {
  color: #fff;
  font-size: 3rem;
  margin-left: 10px;
}

.section-title-home {
  width: 100%;
  max-width: 1280px;
  margin: 50px auto 0;
  display: block;
  font-size: 1.5rem;
  font-family: "Ray";
  text-align: center;
}

.slider-poster {
  width: 100%;
  height: auto;
  margin: 20px auto;
  display: flex;
}
.slider-poster .owl-carousel .owl-stage {
  display: flex;
}
.slider-poster .owl-carousel .owl-item img {
  width: 300px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider-poster .item {
  width: 300px;
  height: 450px;
  display: flex;
  flex-direction: column;
}
.slider-poster .item img {
  width: 300px;
  height: auto;
}
.slider-poster .item span {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  padding: 2px 10px;
  background-color: #1f1f1f;
  font-size: 10pt;
}

.slider-magazine {
  width: 100%;
  max-width: 1280px;
  height: 300px;
  margin: 20px auto;
  display: flex;
}
.slider-magazine .owl-carousel .owl-stage {
  display: flex;
}
.slider-magazine .owl-carousel .owl-item img {
  width: auto;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}
.slider-magazine .item {
  width: 200px;
  height: 300px;
}
.slider-magazine .item img {
  width: 200px;
  height: auto;
}

#main-content {
  width: 100%;
  height: auto;
  min-height: 500px;
  padding: 0 20px;
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-content .main-descriptions {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 50px auto;
  font-size: 18px;
  line-height: 1.5rem;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
}
#main-content .main-descriptions .profile {
  width: 200px;
  height: auto;
}
#main-content .main-descriptions .text {
  padding: 20px;
  line-height: 1.8;
  text-align: justify;
}
#main-content .main-descriptions .text h1 {
  font-size: 2.5rem;
}

.categories {
  width: 100%;
  max-width: 1280px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
}
.categories .category-cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.categories a {
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  text-align: center;
}

.main-footer {
  width: 100%;
  height: auto;
  background: #0e0e0e;
}
.main-footer .top-footer {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-footer .top-footer img {
  max-width: 200px;
}
.main-footer .top-footer .footer-menu {
  width: 500px;
  height: 50px;
  display: flex;
  align-items: center;
}
.main-footer .top-footer .footer-menu ul {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  padding: 0;
}
.main-footer .top-footer .footer-menu ul li {
  list-style: none;
  color: #f1de2d;
  text-align: center;
}
.main-footer .top-footer .footer-menu ul li a {
  color: #fff;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  text-decoration: none;
}
.main-footer .top-footer .footer-menu ul li a:hover {
  color: #9c9c9c;
}
.main-footer .bottom-footer {
  width: 100%;
  height: 80px;
  text-align: center;
  color: #555;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Ray";
}
.main-footer .bottom-footer .copyright {
  font-size: 1.2rem;
  color: darkgray;
}
.main-footer .bottom-footer .rn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #a8a8a8;
  font-size: 0.9rem;
}
.main-footer .bottom-footer .rn img {
  margin: 0 10px;
}

.search-box {
  width: 100%;
  height: 80px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.search-box span {
  width: 360px;
  margin: 5px 10px;
  font-family: "Ray" !important;
}
.search-box input.search {
  padding: 5px 10px;
  border: none;
  outline: none;
  background-color: #c0c0c0;
  color: #000;
  font-family: "Ray" !important;
  font-size: 1.2rem;
}
.search-box input.submit {
  padding: 5px 10px;
  border: none;
  outline: none;
  background-color: #555;
  color: #fff;
  font-family: "Ray" !important;
  font-size: 1.2rem;
}

.main-header-gallery {
  width: 100%;
  height: 150px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #0e0e0e;
}
.main-header-gallery .top-logo {
  width: 400px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.main-header-gallery .top-logo img {
  max-width: 280px;
  height: auto;
}
.main-header-gallery .top-menu {
  width: auto;
  height: 50px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-family: "Ray";
}
.main-header-gallery .top-menu ul {
  width: 500px;
  display: inline-flex;
  justify-content: space-between;
  padding: 0;
}
.main-header-gallery .top-menu ul li {
  list-style: none;
  color: #f1de2d;
  text-align: center;
  font-size: 1.5rem;
}
.main-header-gallery .top-menu ul li a {
  color: #fff;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  text-decoration: none;
}
.main-header-gallery .top-menu ul li a:hover {
  color: #9c9c9c;
}

.film-gallery {
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin: 20px auto;
  padding: 20px 0;
}
.film-gallery .film-category {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.film-gallery .film-category .item {
  width: 400px;
  height: 300px;
  margin-bottom: 50px;
  transition: ease-in-out 0.2s;
}
.film-gallery .film-category .item:hover {
  transform: scale(1.1);
}
.film-gallery .film-category .item a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  text-align: center;
}
.film-gallery .film-category .item img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.single-gallery {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 20px auto;
  padding: 20px 0;
}
.single-gallery h1 {
  text-align: center;
  font-size: 3rem;
}
.single-gallery .film-info {
  width: 100%;
  max-width: 800px;
  padding: 10px;
  margin: 10px auto;
  display: flex;
  justify-content: space-around;
  font-family: "Ray";
  font-size: 1.2rem;
}
.single-gallery .film-info strong {
  padding: 2px 10px;
  color: #c0c0c0;
  font-weight: normal;
}
.single-gallery .actor-title {
  font-size: 1.5rem;
  display: none !important;
}
.single-gallery .actor-info {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  display: none !important;
}
.single-gallery .actor-info .actor {
  padding: 2px 10px;
  background: #1f1f1f;
  color: #fff;
  margin: 10px;
}
.single-gallery .single-film-gallery {
  width: 100%;
  height: auto;
  margin: 20px auto;
}
.single-gallery .single-film-gallery .item {
  margin-bottom: 20px;
}
.single-gallery .single-film-gallery .owl-carousel .owl-item img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
  min-width: 1280px;
  max-height: 850px;
}
.single-gallery .custom-related {
  width: 100%;
  height: 350px;
  margin-top: 40px;
  background: #0c0c0c;
  padding: 10px;
  box-sizing: border-box;
}
.single-gallery .custom-related .section-title {
  width: 100%;
  height: 50px;
}
.single-gallery .custom-related .section-title p {
  display: inline;
  font-size: 1.5rem;
  font-family: "Ray";
  border-bottom: 1px dotted #3b3b3b;
}
.single-gallery .custom-related .section-title p span {
  font-size: 0.9rem;
  color: #555;
}
.single-gallery .custom-related ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
}
.single-gallery .custom-related ul li {
  width: 300px;
  height: 200px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.single-gallery .custom-related ul li a {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #c0c0c0;
  text-decoration: none;
}
.single-gallery .custom-related ul li img {
  width: 100%;
  height: auto;
}

.page-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  color: #fff;
}
.page-wrapper .request-form {
  width: 94%;
  height: 700px;
  margin: 20px auto;
  background: #0a0a0a;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-wrapper .request-form span {
  text-align: center;
}
.page-wrapper .request-form p {
  font-size: 1.5rem;
  text-align: center;
}
.page-wrapper .about-content {
  display: flex;
}
.page-wrapper .about-content .about-profile {
  width: 300px;
  height: auto;
}
.page-wrapper .about-content .about-text {
  padding: 20px;
}
.page-wrapper .about-content .about-text a {
  color: #fff;
  text-decoration: none;
}
.page-wrapper .about-content .about-text ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.page-wrapper .about-content .about-text ul li {
  list-style-type: square;
  list-style-position: inside;
  font-family: "Ray";
}

.search-result-title {
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  font-size: 2rem;
}

.search-result-page {
  width: 100%;
  max-width: 1280px;
  height: auto;
  min-height: 500px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.search-result-page .item:nth-child(1) {
  width: 300px;
  height: 200px;
  margin-bottom: 50px;
  transition: ease-in-out 0.2s;
}
.search-result-page .item:nth-child(1) img {
  max-width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.search-result-page .item {
  width: 200px;
  height: 120px;
  margin-bottom: 100px;
  transition: ease-in-out 0.2s;
}
.search-result-page .item:hover {
  transform: scale(1.1);
}
.search-result-page .item a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  text-align: center;
}
.search-result-page .item img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.whatsapp {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.whats-btn {
  font-family: "Doran" !important;
  background: linear-gradient(317.44deg, #25d366 0%, #3ec231 100%);
  border: 0;
  border-radius: 50px;
  color: #000;
  padding: 10px 30px;
  cursor: pointer;
  transition: 1s;
}

.whats-btn:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  padding: 10px 60px;
  transition: 0.5s;
}

.whats-btn:hover > span {
  padding: 0 30px;
  transition: 0.5s;
}

.whats-btn > span {
  padding: 0 0;
  transition: 1s;
  font-size: 1.3rem;
}

i.fa-whatsapp {
  font-size: 130%;
}

/** Hamburger **/
.hamburger-menu {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 10%;
  left: 5%;
  z-index: 10000;
  display: none;
}
.hamburger-menu .menu {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  cursor: pointer;
  transition: transform 0.5s;
}
.hamburger-menu .menu-line {
  width: 100%;
  height: 2px;
  background-color: #c0c0c0;
  transition: all 0.5s 0.5s;
  transform-origin: right;
}
.hamburger-menu .menu-line-2 {
  width: 100%;
}

.navbar {
  position: relative;
  z-index: 9999999;
  width: auto;
}
.navbar-navigation {
  display: flex;
  flex-direction: column;
}
.navbar-navigation-right {
  width: 240px;
  height: 104vh;
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  margin: -56px 0 0;
  position: fixed;
  color: #fff;
  right: -100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: right 0.85s cubic-bezier(1, 0, 0, 1);
}
.navbar-navigation-right .menu-logo {
  margin-top: 150px;
}
.navbar-navigation-right .search-form {
  width: auto;
}
.navbar-navigation-right .search-form input.search {
  padding: 4px 12px;
  outline: none;
  border: none;
}
.navbar-navigation-right .search-form input.submit {
  padding: 4px 5px;
  background: #c0c0c0;
  color: #1f1f1f;
}
.navbar-navigation nav {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 300px;
  background: #212121;
}
.navbar-navigation nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 300px;
}
.navbar-navigation .main-nav {
  position: relative;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
.navbar-navigation .main-nav li {
  list-style: none;
  font-size: 1.1rem;
}
.navbar-navigation .main-nav li.has-subnav > a {
  position: relative;
}
.navbar-navigation .main-nav li.has-subnav > a:before {
  position: absolute;
  display: block;
  color: #c0c0c0;
  content: "›";
  right: 10px;
  font-size: 30px;
  top: 0px;
}
.navbar-navigation .main-nav a {
  display: block;
  padding: 10px 25px;
  text-decoration: none;
  color: #fff;
}
.navbar-navigation .main-nav a.back-track {
  background: #222;
  padding-left: 35px;
}
.navbar-navigation .main-nav a.back-track:before {
  position: absolute;
  display: block;
  color: #c0c0c0;
  content: "‹";
  left: 10px;
  font-size: 24px;
  top: 5px;
}
.navbar-navigation .subnav {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #1f1f1f;
  z-index: 40;
  transform: translate3d(300px, 0, 0);
  transition: transform 0.5s;
}
.navbar-navigation .subnav.active {
  transform: translate3d(0, 0, 0);
  width: 187px;
}
.navbar-navigation .main-nav_level-2 {
  z-index: 80;
  background: #000;
}

.checkbox:checked ~ .navbar-navigation .navbar-navigation-left {
  left: 0;
}

.checkbox:checked ~ .navbar-navigation .navbar-navigation-right {
  right: 0;
}

.checkbox:checked ~ .hamburger-menu .menu {
  transform: rotateZ(90deg);
}

.checkbox:checked ~ .hamburger-menu .menu-line-1 {
  transform: rotateZ(-40deg);
}

.checkbox:checked ~ .hamburger-menu .menu-line-2 {
  opacity: 0;
}

.checkbox:checked ~ .hamburger-menu .menu-line-3 {
  transform: rotateZ(40deg);
}

/** Hamburger **/
/** BACK TO TOP **/
#button {
  display: flex;
  background-color: #555;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  bottom: 15px;
  left: 15px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

#button::after {
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #000;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #f1de2d;
}

#button.show {
  opacity: 0.6;
  visibility: visible;
}

/** BACK TO TOP **/
@media screen and (min-width: 240px) and (max-width: 1279px) {
  .main-header {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
  }
  .main-header .hamburger-menu {
    width: 30px;
    height: 30px;
    top: 15px;
    left: 4%;
    z-index: 300;
    display: block;
  }
  .main-header .top-logo {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .main-header .top-logo img {
    width: 250px;
    height: auto;
  }
  .main-header .top-menu {
    display: none;
  }
  .main-slider {
    width: 100%;
    height: 100svh;
    border-bottom: none;
  }
  .main-slider .owl-carousel .owl-stage {
    display: flex;
  }
  .main-slider .owl-carousel .owl-item img {
    width: 100%;
    height: 100svh;
  }
  .main-slider .owl-theme .owl-nav {
    width: 70px;
    position: absolute;
    bottom: 20px;
    right: 0px;
  }
  .main-slider .owl-theme .owl-nav button.owl-prev,
  .main-slider .owl-theme .owl-nav button.owl-next {
    color: #c0c0c0 !important;
    font-size: 2rem !important;
    margin: 0 20px !important;
    bottom: 20px;
    right: 50px;
  }
  .main-slider .owl-theme .owl-nav button.owl-prev:hover,
  .main-slider .owl-theme .owl-nav button.owl-next:hover {
    background-color: transparent !important;
  }
  .main-slider .item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .main-slider .item img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-slider .names {
    width: 100%;
    display: flex;
    padding: 0 10px;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
    justify-content: center;
    order: 1;
    align-items: center;
    display: none;
  }
  .main-slider .names h2 {
    font-size: 2rem;
    margin-top: 20px;
  }
  .main-header-gallery {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #030303;
  }
  .main-header-gallery .hamburger-menu {
    width: 30px;
    height: 30px;
    top: 25px;
    left: 4%;
    z-index: 300;
    display: block;
  }
  .main-header-gallery .top-logo {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-header-gallery .top-logo img {
    max-width: 220px;
  }
  .main-header-gallery .top-menu {
    display: none;
  }
  .main-header-gallery .lang {
    top: 30px;
    right: 10px;
  }
  .section-title-home {
    width: 100%;
    max-width: 1280px;
    margin: 50px auto 0;
    display: block;
    font-size: 1.5rem;
    font-family: "Ray";
    text-align: center;
  }
  .slider-magazine {
    width: 100%;
    max-width: 1280px;
    height: 300px;
    margin: 20px auto;
    display: flex;
  }
  .slider-magazine .owl-carousel .owl-stage {
    display: flex;
  }
  .slider-magazine .owl-carousel .owl-item img {
    width: auto;
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 20px;
  }
  .slider-magazine .item {
    width: 200px;
    height: 300px;
  }
  .slider-magazine .item img {
    width: 200px;
    height: auto;
  }
  .main-descriptions {
    width: 90%;
    height: auto;
    margin: 40px auto 20px;
    display: flex;
    flex-direction: column;
    text-align: justify;
  }
  .categories {
    width: 100%;
    max-width: 1280px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto 20px;
  }
  .categories-mobile {
    width: 100%;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .categories-mobile .content-mobile {
    width: 150px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .categories-mobile .content-mobile h3 {
    font-size: 1.5rem;
    color: #fff;
  }
  .categories-mobile .content-mobile img {
    width: 100px;
    height: auto;
  }
  .main-footer {
    width: 100%;
    height: auto;
    background: #0e0e0e;
  }
  .main-footer .top-footer {
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-footer .top-footer .footer-menu {
    display: none;
  }
  .main-footer .top-footer .top-logo {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-footer .top-footer .top-logo img {
    max-width: 180px;
  }
  .main-footer .bottom-footer {
    width: 100%;
    height: 80px;
    text-align: center;
    color: #555;
  }
  .main-footer .bottom-footer .copyright {
    padding: 5px 10px;
    font-size: 0.9rem;
    font-family: "Ray";
  }
  .categories {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .categories .category-cards .category-card {
    margin-bottom: 20px;
  }
  .categories a {
    font-size: 1.5rem;
  }
  .film-gallery {
    width: 80%;
    max-width: 1280px;
    height: auto;
    margin: 20px auto;
    padding: 20px 0;
  }
  .film-gallery .film-category {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .film-gallery .film-category .item {
    width: 400px;
    height: 300px;
    margin-bottom: 20px;
    transition: ease-in-out 0.2s;
  }
  .film-gallery .film-category .item a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    text-align: center;
  }
  .film-gallery .film-category .item img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .single-gallery {
    width: 100%;
    max-width: 1280px;
    height: auto;
    margin: 20px auto;
    padding: 20px 0;
  }
  .single-gallery h1 {
    text-align: center;
    font-size: 1.5rem;
  }
  .single-gallery .film-info {
    width: 100%;
    padding: 10px;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .single-gallery .film-info strong {
    padding: 2px 10px;
    color: #c0c0c0;
  }
  .single-gallery .actor-title {
    font-size: 1.5rem;
  }
  .single-gallery .actor-info {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .single-gallery .actor-info .actor {
    padding: 2px 10px;
    background: #1f1f1f;
    color: #fff;
    margin: 10px;
  }
  .single-gallery .single-film-gallery {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  .single-gallery .single-film-gallery .item {
    width: 100%;
    margin-bottom: 5px;
  }
  .single-gallery .single-film-gallery img {
    width: 100%;
    height: auto;
    padding: 5px 10px;
  }
  .single-gallery .custom-related {
    width: 100%;
    height: auto;
    margin-top: 40px;
    background: #000;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .single-gallery .custom-related .section-title {
    width: 100%;
    height: 50px;
    font-size: 1.5rem;
    text-align: center;
  }
  .single-gallery .custom-related ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  .single-gallery .custom-related ul li {
    width: 200px;
    height: auto;
    display: flex;
    flex-direction: column;
    text-decoration: none;
  }
  .single-gallery .custom-related ul li a {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    color: #c0c0c0;
    text-decoration: none;
    margin-top: 20px;
  }
  .single-gallery .custom-related ul li img {
    width: 100%;
    height: auto;
  }
  .page-wrapper {
    width: 90%;
    max-width: 1280px;
    margin: 20px auto;
    color: #fff;
    text-align: justify;
  }
  .page-wrapper .request-form {
    width: 300px;
    height: 700px;
    margin: 20px auto;
    background: #0a0a0a;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-wrapper .request-form span {
    text-align: center;
  }
  .page-wrapper .request-form p {
    font-size: 1.5rem;
    text-align: center;
  }
  .page-wrapper .about-content {
    display: flex;
    flex-direction: column;
  }
  .page-wrapper .about-content .about-profile {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .page-wrapper .about-content .about-text {
    padding: 20px;
  }
  .page-wrapper .about-content .about-text a {
    color: #fff;
    text-decoration: none;
  }
  .page-wrapper .about-content .about-text ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .page-wrapper .about-content .about-text ul li {
    list-style-type: square;
    list-style-position: inside;
    font-family: "Ray";
  }
  .search-result-title {
    width: 100%;
    max-width: 1280px;
    margin: 20px auto;
    font-size: 1.3rem;
    text-align: center;
  }
  .search-result-page {
    width: 100%;
    max-width: 1280px;
    height: auto;
    min-height: 500px;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .search-result-page .item:nth-child(1) {
    width: 300px;
    height: 200px;
    margin-bottom: 50px;
    transition: ease-in-out 0.2s;
  }
  .search-result-page .item:nth-child(1) img {
    max-width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  .search-result-page .item {
    width: 200px;
    height: 120px;
    margin-bottom: 100px;
    transition: ease-in-out 0.2s;
  }
  .search-result-page .item:hover {
    transform: scale(1.1);
  }
  .search-result-page .item a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
  }
  .search-result-page .item img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .search-box {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .search-box span {
    width: 360px;
    margin: 5px 10px 15px;
    text-align: center;
  }
  .search-box input.search {
    padding: 5px 10px;
    border: none;
    outline: none;
    background-color: #c0c0c0;
    color: #000;
    font-family: "Ray" !important;
    font-size: 1.2rem;
  }
  .search-box input.submit {
    padding: 5px 10px;
    border: none;
    outline: none;
    background-color: #555;
    color: #fff;
    font-family: "Ray" !important;
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=main.css.map */