@font-face {
  font-family: "Jost-Medium";
  src: url("../fonts/Jost-Medium.eot");
  src: url("../fonts/Jost-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Jost-Medium.woff") format("woff"),
    url("../fonts/Jost-Medium.ttf") format("truetype"),
    url("../fonts/Jost-Medium.svg#Jost-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost-MediumItalic";
  src: url("../fonts/Jost-MediumItalic.eot");
  src: url("../fonts/Jost-MediumItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Jost-MediumItalic.woff") format("woff"),
    url("../fonts/Jost-MediumItalic.ttf") format("truetype"),
    url("../fonts/Jost-MediumItalic.svg#Jost-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Jost-SemiBoldItalic";
  src: url("../fonts/Jost-SemiBoldItalic.eot");
  src: url("../fonts/Jost-SemiBoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Jost-SemiBoldItalic.woff") format("woff"),
    url("../fonts/Jost-SemiBoldItalic.ttf") format("truetype"),
    url("../fonts/Jost-SemiBoldItalic.svg#Jost-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Jost-Light";
  src: url("../fonts/Jost-Light.eot");
  src: url("../fonts/Jost-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Jost-Light.woff") format("woff"),
    url("../fonts/Jost-Light.ttf") format("truetype"),
    url("../fonts/Jost-Light.svg#Jost-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost-BlackItalic";
  src: url("../fonts/Jost-BlackItalic.eot");
  src: url("../fonts/Jost-BlackItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Jost-BlackItalic.woff") format("woff"),
    url("../fonts/Jost-BlackItalic.ttf") format("truetype"),
    url("../fonts/Jost-BlackItalic.svg#Jost-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Jost-SemiBold";
  src: url("../fonts/Jost-SemiBold.eot");
  src: url("../fonts/Jost-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Jost-SemiBold.woff") format("woff"),
    url("../fonts/Jost-SemiBold.ttf") format("truetype"),
    url("../fonts/Jost-SemiBold.svg#Jost-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost-Regular";
  src: url("../fonts/Jost-Regular.eot");
  src: url("../fonts/Jost-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Jost-Regular.woff") format("woff"),
    url("../fonts/Jost-Regular.ttf") format("truetype"),
    url("../fonts/Jost-Regular.svg#Jost-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.cinema-section {
  background-color: #161616;
  position: relative;
  overflow: hidden;
}

.main-logo {
  margin-top: 10px;
}
.main-logo img {
  width: 100px;
}

.header {
  display: block;
  position: absolute;
  z-index: 30;
  text-align: center;
  width: 100%;
}

.header .navbar {
  margin-top: 25px;
}

.header .navbar-expand-lg .navbar-collapse {
  /* display: flex !important;
  flex-basis: auto; */
  justify-content: center;
}

.header .bg-light {
  --bs-bg-opacity: 0;
  background-color: transparent;
}

.header .navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.95);

  font-family: "Jost-Regular";
  font-size: 18px;
  line-height: 20px;
  padding: 0px 30px;
}
.header .navbar-light .navbar-nav .show > .nav-link,
.header .navbar-light .navbar-nav .nav-link.active {
  color: #e6007d;
}

.header .navbar-light .navbar-nav .nav-link:hover,
.header .navbar-light .navbar-nav .nav-link:focus {
  color: #e6007d;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 7px 15px;
  margin: 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.header .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-transform: capitalize;
  font-family: "Jost-Regular";
  font-size: 16px;
  line-height: 18px;
}

.header .dropdown-item.active {
  color: #e6007d;
}

.header .dropdown-item:hover,
.header .dropdown-item:focus {
  color: #e6007d;
  background-color: transparent;
}

.cinema-section {
  position: relative;
  overflow: hidden;
}

.cinema-swiper {
  width: 100%;
  height: 100vh;
  z-index: 20;
}

.cinema-swiper
  .swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullet,
.cinema-swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
  z-index: 20;
}

.cinema-swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.9;
}

.cinema-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e6007d;
}

.cinema-swiper .swiper-horizontal > .swiper-pagination-bullets,
.cinema-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.cinema-swiper .swiper-pagination-custom,
.cinema-swiper .swiper-pagination-fraction {
  bottom: 7%;
  right: 15%;
  width: fit-content;
  left: auto;
}

.cinema-swiper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
}

.textur {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 21;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  mix-blend-mode: color-dodge;
}

.intro-quots {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Jost-Regular";
  font-size: 26px;
  line-height: 28px;
  z-index: 22;
  text-align: center;
  padding: 10px 8%;
}

.fadeInUp {
  animation: fadeInUp 2s ease backwards;
}
@keyframes fadeInUp {
  0% {
    transform: translate(-50%, 0%);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.intro-quots .qout-icon {
  color: #e6007d;
  font-size: 30px;
}

.intro-quots .underlineicon {
  background-image: url(../img/qouts-underline.png);
  background-repeat: no-repeat;
  background-size: 77% auto;
  background-position: 40px 105%;
}

.madsub-hme {
  position: absolute;
  top: 65%;
  z-index: 22;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 0px 15%;
}

.madsublogo {
  width: calc(170px - 20px);
  position: relative;
}

.madsublogo img {
  width: 100%;
}

.latestincinema {
  position: absolute;
  z-index: 21;
  bottom: 7%;
  left: 15%;
}

.latestintitle {
  font-family: "Jost-SemiBoldItalic";
  color: #e6007d;
  font-size: 14px;
  line-height: 16px;
}

.latestincinema h4 {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Jost-Regular";
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
  margin-top: 5px;
}
.latestincinema h6 {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Jost-SemiBoldItalic";
  font-size: 13px;
  line-height: 14px;
}

.scrolldown {
  position: absolute;
  bottom: 7%;
  text-align: center;
  z-index: 25;
  width: 100px;
  left: 50%;
}

.scrolldown span {
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 14px;
  font-family: "Jost-Light";
  display: block;
}

.floating {
  animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  margin-top: 5px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, -0px);
  }
}

.home-news {
  position: relative;
  height: 500px;
  width: 100%;
}

.home-prls {
  background-color: #161616;
  color: #fff;
  padding: 50px 0px 0px 0px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}

.prls-slide {
  display: flex;
  flex-wrap: nowrap;
}

.prls-text {
  background-image: url("../img/news/newsbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  color: #fff;
  padding: 2% 2.5% 5% 14%;
  position: relative;
}

.prls-image {
  width: 60%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.prls-image img {
  min-width: 100%;
  height: 100%;
}

.prls-section-title {
  position: relative;
  right: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  margin-bottom: 30px;
}

.prls-section-title h1 {
  font-family: "Jost-Regular";
  color: #fff;
  font-size: 36px;
  line-height: 34px;
  background-image: url(../img/news/latestbg.png);
  background-size: 5% 53%;
  background-repeat: no-repeat;
  background-position: 52% 47%;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.prls-title-home {
  font-family: "Jost-SemiBoldItalic";
  font-size: 22px;
  line-height: 24px;
  background-image: url("../img/news/titleunderline.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 10% 98%;
  padding: 5% 30px 30px 0;
  text-transform: uppercase;
}

.prls-date-home {
  margin-top: 20px;
  font-family: "Jost-MediumItalic";
  font-size: 18px;
  line-height: 18px;
}
.prls-date-home span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}

.prls-bodytext-home {
  font-family: "Jost-Regular";
  font-size: 18px;
  line-height: 20px;
  margin-top: 20px;
}

.prls-readmore-home {
  margin-top: 30px;
  background-image: url(../img/news/readmoreunderline.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0% 85%;
  padding: 0% 0px 21px 0;
}

.prls-readmore-home a {
  font-family: "Jost-SemiBoldItalic";
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
}

.prls-readmore-home a:hover {
  color: #161616;
  text-decoration: none;
}

.prls-share-home {
  margin-top: 20px;
  text-align: right;
  text-transform: uppercase;
  font-family: "Jost-Regular";
  font-size: 14px;
  line-height: 14px;
}

.prls-share-home span {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

.prls-share-home span:first-child {
  margin-right: 20px;
}

.prls-share-home img:hover {
  filter: invert(100%);
}

.home-news .swiper-button-prev::after,
.home-news .swiper-button-next::after {
  display: none;
}

.home-news .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 50px;
  left: auto;
}

.home-news .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: calc(40% + 50px);
  right: auto;
}

.home-news-prev img:hover {
  content: url("../img/news/left-arrow-color.png");
  width: auto;
}
.home-news-next img:hover {
  content: url("../img/news/right-arrow-color.png");
  width: auto;
}

.home-news-next,
.home-news-prev {
  width: fit-content !important;
  height: fit-content !important;
}

.mad-latest {
  background-size: contain;
  padding: 10px 0px;
  overflow: hidden;
  position: relative;
}

.latest-section-title h1 {
  color: #fff;
  font-size: 46px;
  line-height: 40px;
  font-family: "Jost-Regular";
  text-align: center;
  /* padding-top: 60px; */
  position: relative;
  z-index: 10;
  background-image: url(../img/latest/title-underline.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 52% 100%;
  padding: 60px 0px 21px 0;
}

.latest-effect {
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
  background-image: url("../img/latest/sectionbg.png");
  background-attachment: fixed;
  animation: marquee 30s infinite linear;
}

@keyframes marquee {
  0% {
    background-position: 0;
  }

  100% {
    background-position: 1190px;
  }
}

.madlatestcontainer {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 100px;
  margin-top: 60px;
}

.trailercontainer {
  width: 50%;
  padding: 5px;
}

.trailers-swiper {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.trailer-img {
  filter: grayscale(100%);
  /* width: 100%; */
  height: 100%;
}
.trailers-swiper:hover .trailer-img {
  filter: grayscale(0%);
}

.interview-container {
  position: relative;
  overflow: hidden;
  height: 275px;
}

.latest-interview {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-top: 5px;
}

.interview-img {
  filter: grayscale(100%);
  height: 100%;
  min-width: 100%;
}
.latest-interview:hover .interview-img {
  filter: grayscale(0%);
}

.premiere-pr-container {
  width: 50%;
  padding-right: 5px;
}

.premiere-pr {
  display: flex;
  flex-wrap: nowrap;
  height: 300px;
  overflow: hidden;
  position: relative;
  padding-top: 5px;
}

.pr-container {
  width: 50%;
  padding-left: 5px;
  position: relative;
}

.premiere-container {
  width: 50%;
  position: relative;
}

.premiere-container img,
.upcomimg-container img,
.bts-container img,
.pr-container img {
  width: 100%;
  filter: grayscale(100%);
  transition: all 0.5s;
}

.premiere-container:hover img,
.pr-container:hover img,
.upcomimg-container:hover img,
.bts-container:hover img {
  filter: grayscale(0%);
  transition: all 0.5s;
}

.bts-posters-container {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 5px;
}

.bts-upcoming {
  width: 50%;
}

.posters {
  width: 50%;
  padding-left: 5px;
}

.bts-container {
  height: 300px;
  overflow: hidden;
  position: relative;
  padding-right: 5px;
}

.upcomimg-container {
  padding-top: 5px;
  position: relative;
  overflow: hidden;
  height: 275px;
}

.upcoming-img {
  min-width: 100%;
  height: 100%;
}

.posters-swiper {
  height: 575px;
  padding-left: 5px;
  position: relative;
}

.poster-img {
  width: 100%;
  filter: grayscale(100%);
}

.posters-swiper:hover .poster-img {
  filter: grayscale(0%);
}

.latesttrailer-title {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 10;
}

.latesttrailer-title h1 {
  color: #fff;
  font-size: 36px;
  line-height: 34px;
  background-image: url(../img/news/latestbg.png);
  background-size: 50% 83%;
  background-repeat: no-repeat;
  background-position: 97% 83%;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-top: 20px;
  text-transform: capitalize;
  font-family: "Jost-Regular";
}

.trailers-swiper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.trailers-swiper
  .swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullet,
.trailers-swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
  z-index: 20;
}

.trailers-swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.9;
}

.trailers-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e6007d;
}

.trailers-swiper .swiper-horizontal > .swiper-pagination-bullets,
.trailers-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.trailers-swiper .swiper-pagination-custom,
.trailers-swiper .swiper-pagination-fraction {
  bottom: 7%;
  right: 15%;
  width: fit-content;
  left: auto;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.trailer-video .play img {
  width: 80%;
}

.play:hover img {
  filter: invert(100%);
}

.play h1 {
  display: none;
}

.interviews-title {
  position: absolute;
  right: 5%;
  bottom: 5%;
  z-index: 10;
}

.interviews-title h1 {
  color: #fff;
  font-size: 36px;
  line-height: 34px;
  background-image: url(../img/latest/interview-underline.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 97% 83%;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-top: 20px;
  text-transform: capitalize;
  font-family: "Jost-Regular";
}

.latestpr-title {
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: 10;
}

.latestpr-title h1 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  background-image: url(../img/news/latestbg.png);
  background-size: 60% 64%;
  background-repeat: no-repeat;
  background-position: 87% 60%;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-top: 15px;
  text-transform: capitalize;
  font-family: "Jost-Regular";
}

.premiere-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.premiere-title h1 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  background-image: url(../img/latest/premiere-underline.jpg.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 87% 100%;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-top: 15px;
  text-transform: capitalize;
  font-family: "Jost-SemiBoldItalic";
}

.premiere-title h1 span {
  font-family: "Jost-Regular";
  display: block;
}

.opacity-bg {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 8;
  position: absolute;
}

.controls {
  position: absolute;
  bottom: 6%;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  z-index: 40;
}
.controls i {
  margin: 0 5px;
  cursor: pointer;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.1);
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.3rem;
  outline: 0;
}

.btn-close {
  box-sizing: content-box;
  width: 30px;
  height: 30px;
  padding: 0.25em 0.25em;
  color: #fff;
  font-size: 26px;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: none;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
  font-family: "Jost-SemiBoldItalic";
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  display: block;
  padding-left: 15px;
}

.home-trailer-video .explore-more {
  position: absolute;
  z-index: 15;
  right: 7%;
  bottom: 85%;
  background-image: url(../img/latest/explore.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  padding: 0% 0px 10px 0;
}

.explore-more {
  position: absolute;
  z-index: 15;
  right: 5%;
  bottom: 7%;
  background-image: url(../img/latest/explore.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  padding: 0% 0px 10px 0;
}

.explore-more a {
  font-family: "Jost-SemiBoldItalic";
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
}

.explore-more a:hover {
  color: #e6007d;
  text-decoration: none;
}

.bts-container .premiere-title h1 {
  background-image: url(../img/latest/bts.png);
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: "Jost-Regular";
}

.upcomimg-container .premiere-title h1 {
  background-image: url(../img/latest/upcoming.png);
  background-size: 100% 96%;
  background-repeat: no-repeat;
  background-position: 97% 84%;
  padding: 15px;
  font-size: 28px;
  line-height: 28px;
  font-family: "Jost-Regular";
}

.latestposter {
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.posters-swiper
  .swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullet,
.posters-swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
  z-index: 20;
}

.posters-swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.9;
}

.posters-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e6007d;
}

.posters-swiper .swiper-horizontal > .swiper-pagination-bullets,
.posters-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.posters-swiper .swiper-pagination-custom,
.posters-swiper .swiper-pagination-fraction {
  bottom: 7%;
  right: 0;
  width: fit-content;
  left: 0;
  text-align: center;
  margin: auto;
}

.posters-swiper .swiper-button-prev::after,
.posters-swiper .swiper-button-next::after {
  display: none;
}

.posters-swiper .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 20px;
  left: auto;
}

.posters-swiper .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 20px;
  right: auto;
}

.posters-prev img:hover {
  content: url("../img/news/left-arrow-color.png");
}
.posters-next img:hover {
  content: url("../img/news/right-arrow-color.png");
}

.posters-next,
.posters-prev {
  width: auto !important;
  height: auto !important;
}

.bts-container .premiere-title,
.upcomimg-container .premiere-title,
.pr-container .premiere-title,
.premiere-container .premiere-title {
  transition: all 1s;
}
.bts-container:hover .premiere-title,
.upcomimg-container:hover .premiere-title,
.pr-container:hover .premiere-title,
.premiere-container:hover .premiere-title {
  left: 5%;
  top: 70%;
  transition: all 1s;
  transform: translate(0%, 10%);
}

.posters-swiper .latestposter {
  transition: all 1s;
}

.posters-swiper:hover .latestposter {
  top: 60%;
  bottom: 7%;
  left: 5%;
  transform: translate(0%, 50%);
  transition: all 1s;
}

.social-accounts {
  background-image: url("../img/social/social-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.social-swiper-container {
  padding: 100px 15%;
}

.swiper-slide .social-image {
  transform: scale(0.8);
  opacity: 0.7;
}

.swiper-slide-active .social-image {
  transform: scale(1);
  opacity: 1;
}

.swiper-slide .inst-bg {
  /* background-image: url(../img/social/Insta.png); */
  /* background-size: 82% 91%; */
  /* background-repeat: no-repeat; */
  /* padding: 86px 45px 116px 45px; */
  /* background-position: center; */
  padding: 30px 15px;
  text-align: center;
}

.instalinks {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}

.instalinks div {
  margin-right: 20px;
}

.instafollow button {
  background-color: #3793ec;
  border: solid 1px #3793ec;
  border-radius: 10px;
  line-height: 0px;
}

.instafollow button a {
  color: #fff;
  text-decoration: none;
  line-height: 20px;
  font-size: 13px;
  padding: 2px 10px;
}
.instafollow button:hover {
  background-color: transparent;
}

.instamessage button {
  background-color: transparent;
  border: solid 1px #fff;
  border-radius: 10px;
  line-height: 0px;
}

.instamessage button a {
  color: #fff;
  text-decoration: none;
  line-height: 20px;
  font-size: 13px;
  padding: 2px 10px;
}
.instamessage button:hover {
  background-color: #3793ec;
}

.swiper-slide .twitter-bg {
  /* background-image: url(../img/social/twitter.png); */
  /* background-size: 82% 91%; */
  /* background-repeat: no-repeat; */
  /* padding: 86px 45px 116px 45px; */
  padding: 30px 15px;
  /* background-position: center; */
  text-align: center;
}
.swiper-slide .facebook-bg {
  /* background-image: url(../img/social/facebook.png);
  background-size: 82% 91%;
  background-repeat: no-repeat; */
  /* padding: 86px 45px 116px 45px; */
  /* background-position: center; */
  text-align: center;
  padding: 30px 15px;
}

.xlinks {
  justify-content: space-around;
}

.xlinks div {
  text-align: end;
  margin-right: 0px;
}

.xmessage-follow {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.xmessage-follow button {
  background-color: #fff;
  border: solid 1px #fff;
}

.xmessage-follow button a {
  color: #000;
}
.xmessage-follow button:hover a {
  color: #fff;
}

.facelike button {
  width: 100%;
  margin-top: 5px;
}

.facebook-contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.facebook-contact button {
  background-color: #fff;
  border: solid 1px #fff;
}

.facebook-contact button a {
  color: #000;
}
.facebook-contact button:hover {
  background-color: #3793ec;
  border: solid 1px #3793ec;
}
.facebook-contact button:hover a {
  color: #fff;
}

.footer {
  background-color: #19181d;
  padding: 30px 15px;
}

.footer-info {
  text-align: center;
}

.footer-info a {
  color: rgba(255, 255, 255, 0.85);
  text-transform: capitalize;
  text-decoration: none;
  font-family: "Jost-Light";
  font-size: 13px;
  line-height: 14px;
  margin-right: 20px;
}

.footer-info a:hover {
  color: rgba(255, 255, 255, 1);
}

.social-swiper .swiper-button-next,
.social-swiper .swiper-button-prev {
  width: 15px;
  height: 15px;
  color: rgba(255, 255, 255, 0.6);
}

.social-swiper .swiper-button-next:hover,
.social-swiper .swiper-button-prev:hover {
  color: #e6007d;
}

.social-swiper .swiper-button-next:after,
.social-swiper .swiper-button-prev:after {
  font-size: 30px;
}

.social-main-img {
  width: 100%;
}

.navbar-toggler {
  width: 30px;
  height: 15px;
  position: relative;
  transition: 0.5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

.navbar-toggler span {
  margin: 0;
  padding: 0;
}

.toggler-icon {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.middle-bar {
  margin-top: 0px;
}

/* when navigation is clicked */
.navbar-toggler .top-bar {
  margin-top: 0px;
  transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  margin-top: 0px;
  transform: rotate(-135deg);
}

/* state when the navbar is collapsed */
.navbar-toggler.collapsed .top-bar {
  margin-top: -15px;
  transform: rotate(0deg);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  margin-top: 15px;
  transform: rotate(0deg);
}

.social-media {
  position: absolute;
  right: 12%;
  top: 50%;
  z-index: 20;
}

.social-media ul {
  list-style: none;
}

.social-media ul li {
  width: 30px;
  margin-top: 10px;
}
.social-media ul li img {
  width: 20px;
}

.facetop:hover {
  content: url("../img/facebook2.png");
}
.instatop:hover {
  content: url("../img/insta2.png");
}
.twittertop:hover {
  content: url("../img/twitter2.png");
}
.linkedintop:hover {
  content: url("../img/linkedin2.png");
}
.youtubetop:hover {
  content: url("../img/youtube-color.png");
}

/* About page css */
.about-main {
  background-image: url("../img/about-bg2.jpg");
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.main-about-section {
  position: relative;
}

.about-pagetitle h1 {
  padding: 200px 15% 32px 15%;
  color: #fff;
  text-transform: uppercase;
  font-size: 65px;
  line-height: 65px;
  font-family: "Jost-SemiBold";
  background-image: url(../img/about/titleunderline.png);
  background-size: 20% 7%;
  background-repeat: no-repeat;
  background-position: 31% 98%;
  animation: fadeandscale 0.5s cubic-bezier(0.39, -1.05, 0.58, 1.95);
  transform-origin: center bottom;
}

.about-pagetitle h1 span {
  color: #e6007d;
  display: block;
}

.about-mainbio {
  padding: 30px 15% 100px 15%;
  color: #fff;
  font-family: "Jost-Regular";
  font-size: 18px;
  line-height: 25px;
  animation: fadeandscale 1s cubic-bezier(0.39, -1.05, 0.58, 1.95);
  /* animation-delay: -0.2s; */
  transform-origin: center top;
}

@keyframes fadeandscale {
  0% {
    transform: scale3d(1, 0.85, 1);
    opacity: 0;
  }
  70% {
    transform: scale3d(1, 0.85, 1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.team-container {
  background-image: url("../img/about-bg2.jpg");
  background-repeat: repeat;
  background-size: auto;
  position: relative;
  padding: 0px 0px 50px 0px;
}

.team-member {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-image: url("../img/about/team-memeberbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
  padding: 50px 15%;
}

.memeber-img {
  width: 30%;
}

.memeber-image {
  position: relative;
  overflow: hidden;
}

.memeber-img img {
  width: 100%;
  filter: grayscale(100%);
  overflow: hidden;
}
.memeber-img:hover img {
  filter: grayscale(0%);
}

.memeber-info {
  width: 70%;
  padding-left: 20px;
}

.aboutscroll {
  bottom: 1%;
}

.memeber-title {
  color: #fff;
  font-family: "Jost-Regular";
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.memeber-name h1 {
  color: #fff;
  font-family: "Jost-SemiBold";
  font-size: 34px;
  line-height: 36px;
  text-transform: uppercase;
  background-image: url(../img/about/memebertitleundrline.png);
  background-size: 25% 20%;
  background-repeat: no-repeat;
  background-position: 1% 95%;
  padding: 5px 0px 16px 0px;
}

.memeber-bio {
  font-family: "Jost-Light";
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 25px;
  height: 300px;
  overflow: auto;
  margin-top: 15px;
  padding: 5px 10px 5px 0px;
}

.memeber-bio span {
  color: #fff;
}

.memeber-bio a {
  color: #e6007e;
  text-decoration: none;
  font-family: "Jost-SemiBoldItalic";
  font-size: 18px;
  line-height: 20px;
}
.memeber-bio a:hover {
  color: #fff;
  text-decoration: underline;
}

.memeber-bio span {
  color: #fff;
}

.memeber-bio::-webkit-scrollbar {
  width: 5px;
}

.memeber-bio::-webkit-scrollbar-track {
  background: #1f1f1f;
  border-radius: 10px;
}

.memeber-bio::-webkit-scrollbar-thumb {
  background: #e6007e;
  border-radius: 10px;
}

.memeber-bio::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.memeber-social {
  margin-top: 20px;
}

.memeber-social img {
  width: 18px;
  margin-right: 5px;
}
.memeber-social img:hover {
  filter: grayscale(1);
}

/* news page css */

.press-pagetitle {
  text-align: center;
  width: auto;
}
.press-pagetitle h1 {
  padding: 180px 15% 35px 15%;
  color: #fff;
  text-transform: capitalize;
  font-size: 40px;
  line-height: 40px;
  font-family: "Jost-Regular";
  background-image: url(../img/news/mainpage.png);
  background-size: 10% 5%;
  background-repeat: no-repeat;
  background-position: 52% 93%;
}

.latest-news-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px 15% 30px 15%;
  width: 100%;
}

.news-item-container {
  width: calc(33.33% - 20px);
  margin-top: 7px;
  padding-top: 40px;
  /* margin-right: 20px; */
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  overflow: hidden;
}

.prls-title {
  font-family: "Jost-SemiBold";
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0px;
  text-transform: uppercase;
}

.prls-date {
  font-family: "Jost-MediumItalic";
  font-size: 14px;
  line-height: 14px;
  color: #e6007d;
}
.prls-date span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}

.prls-bodytext {
  font-family: "Jost-Regular";
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
}

.prls-readmore {
  margin-top: 15px;
  background-image: url(../img/news/readmoreunderline.png);
  background-size: 20% 30%;
  background-repeat: no-repeat;
  background-position: 0% 85%;
  padding: 0% 0px 21px 0;
  filter: brightness(0.7);
}

.prls-readmore a {
  font-family: "Jost-SemiBoldItalic";
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
}

.prls-readmore:hover {
  filter: brightness(1);
}

.news-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: linear 0.5s;
  opacity: 0;
  transform: translate(0, 0);
}
.news-img img {
  width: 100%;
  height: 100%;
  filter: brightness(70%);
}

.news-item-container:hover .news-img {
  transform: translate(-25px, -10px);
  transition: linear 0.5s;
  opacity: 1;
}

.news-overinfo {
  position: relative;
  z-index: 25;
}

.press-inner-container {
  padding: 170px 15% 30px 15%;
}

.inner-date {
  background-image: url(../img/news/mainpage.png);
  background-size: 7% 15%;
  background-repeat: no-repeat;
  background-position: 0% 90%;
  padding: 20px 10px 17px 0px;
}

.press-inner-title {
  font-family: "Jost-SemiBold";
  font-size: 30px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
  padding-right: 20%;
}

.press-inner-text {
  font-family: "Jost-Regular";
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  margin-top: 30px;
  padding-right: 4%;
}

.press-inner-img {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  height: 370px;
}

.press-inner-img img {
  /* width: 100%; */
  object-fit: cover;
  object-position: left top;
  height: 100%;
  filter: brightness(80%);
}

.prls-share {
  margin-top: 50px;
  text-align: left;
  text-transform: uppercase;
  font-family: "Jost-Regular";
  font-size: 18px;
  line-height: 18px;
  color: #e6007d;
}

.prls-share span {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

.prls-share span:first-child {
  margin-right: 20px;
}

.prls-share img {
  width: 20px;
}

.marketing-pagetitle {
  padding: 180px 15% 15px 15%;
}

.depart-name {
  width: 30%;
}

.depart-name h1 {
  text-transform: capitalize;
  font-size: 70px;
  line-height: 70px;
  font-family: "Jost-Regular";
  background-image: url(../img/marketing/titlebg.png);
  background-size: 54% 75%;
  background-repeat: no-repeat;
  background-position: 3% 52%;
  padding: 18px 20px 20px 10px;
  color: #fff;
}

.marketing-pagetitle {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.depart-category ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  justify-content: space-between;
}

.depart-category ul li {
  /* background-image: url(../img/marketing/titleunder.png); */
  background-size: 77% 11%;
  background-repeat: no-repeat;
  background-position: 60% 100%;
  padding: 3px 5px 10px 5px;
}
.depart-category ul li:hover {
  background-image: url(../img/marketing/titleunder.png);
  background-size: 77% 11%;
  background-repeat: no-repeat;
  background-position: 60% 100%;
  padding: 3px 5px 10px 5px;
}
.depart-category ul li.active {
  background-image: url(../img/marketing/titleunder.png);
  background-size: 77% 11%;
  background-repeat: no-repeat;
  background-position: 60% 100%;
  padding: 3px 5px 10px 5px;
}
.depart-category ul li a {
  color: #fff;
  font-size: 20px;
  line-height: 18px;
  font-family: "Jost-Regular";
  text-decoration: none;
}

.depart-category ul li:hover a {
  color: #e6007d;
}
.depart-category ul li.active a {
  color: #e6007d;
}

/* .depart-category {
  width: 60%;
} */

.depart-category {
  width: 40%;
}

.posters-container {
  padding: 0px 15% 50px 15%;
}

.posters-items .grid-sizer {
  width: 24%;
}
.posters-items .gutter-sizer {
  width: 1%;
}
.posters-items .item {
  width: 24%;
  margin-bottom: 1%;
}
.posters-items .item img {
  width: 100%;
  filter: grayscale(100%);
}
.posters-items .item:hover img {
  filter: grayscale(0%);
}

.subsidiary h1 {
  background-size: 16% 6%;
  background-position: 21% 100%;
}

.posters-container .websiteswiper {
  padding: 50px 0px;
}

.websiteswiper
  .swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullet,
.websiteswiper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 2px;
  z-index: 20;
}

.websiteswiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  opacity: 0.9;
}

.websiteswiper a {
  text-decoration: none;
  color: #e6007e;
}

.websiteswiper a:hover {
  color: #fff;
}

.websiteswiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e6007d;
}

.websiteswiper .swiper-button-next,
.websiteswiper .swiper-button-prev {
  top: 25%;
}

.websiteswiper .swiper-button-next,
.websiteswiper .swiper-rtl .swiper-button-prev {
  right: 15%;
  left: auto;
}

.websiteswiper .swiper-button-prev,
.websiteswiper .swiper-rtl .swiper-button-next {
  left: 15%;
  right: auto;
}

.websiteswiper .swiper-button-prev::after,
.websiteswiper .swiper-button-next::after {
  display: none;
}

.websiteswiper .web-prev img:hover {
  content: url("../img/news/left-arrow-color.png");
}
.websiteswiper .web-next img:hover {
  content: url("../img/news/right-arrow-color.png");
}

.websiteswiper .web-next,
.websiteswiper .web-prev {
  width: auto !important;
  height: auto !important;
}

.websiteswiper .swiper-slide h1 {
  color: #e6007e;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  margin-top: 40px;
  font-family: "Jost-Medium";
}

.editing-deparrt .depart-name {
  width: 40%;
}

.editing-deparrt .depart-name h1 {
  background-size: 43% 70%;
  background-position: 67% 46%;
}

/* .editing-deparrt .depart-category {
  width: 40%;
  margin-left: 6%;
} */

.editing-deparrt .depart-category {
  width: 17%;
  margin-left: 6%;
}

.videoediting-container {
  padding: 0px 15% 50px 15%;
}

.trailer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.interviews .trailer-video {
  position: relative;
  width: calc(50% - 20px);
  margin: 20px 20px 0 0;
  border-radius: 10px;
  overflow: hidden;
  max-height: 320px;
}

.trailer-video {
  position: relative;
  width: calc(50% - 20px);
  margin: 20px 20px 0 0;
  border-radius: 10px;
  overflow: hidden;
  max-height: 305px;
}

.trailer-video:hover .video-img img {
  filter: grayscale(0);
}

.trailer-video .video-img img {
  width: 100%;
  filter: grayscale(1);
}

.trailer-video .play img {
  cursor: pointer;
}



/* .trailer-video h1 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  font-family: "Jost-SemiBold";
  margin-top: 10px;
  margin-left: 10px;
  text-align: left;
} */

.trailer-video h1 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  font-family: "Jost-SemiBold";
  margin-top: 10px;
  margin-left: 0;
  text-align: left;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin-bottom: 0;
  width: 100%;
}

.trailer-video:hover h1 {
  color: #e6007e;
}

.pr-deparrt .depart-name {
  width: 17%;
}

.pr-deparrt .depart-name h1 {
  background-image: url("../img/marketing/pr/titlebg.png");
  background-size: 45% 50%;
  background-position: 2% 29%;
}

.pr-deparrt .depart-category {
  width: 70%;
}

.team-member.subsidiary-bio {
  align-content: center;
  padding: 85px 15%;
  align-items: center;
}

.sublogo img {
  width: fit-content;
  filter: grayscale(0);
}

.sublogotext {
  height: auto;
  margin-bottom: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.sublogotext div {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}

.collaborations {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: center;
}

.collaborations-logo {
  text-align: center;
  margin: 15px;
}

.collaborations-logo img {
  max-width: 320px;
  filter: grayscale(1);
}
.collaborations-logo img:hover {
  filter: grayscale(0);
  transform: scale(0.9);
  transition: all 0.3s ease-in;
}

.interviews .play {
  top: 35%;
}

.interviews .play img {
  width: 80%;
}

.event-header {
  background-size: cover;
  background-repeat: no-repeat;
}

.event-pagetitle {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 30px;
  margin: auto;
  width: 80%;
}

.event-pagetitle h1 {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Jost-SemiBold";
}

.prevents-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.prevents {
  position: relative;
  width: calc(33.33% - 20px);
  margin: 20px 20px 0 0;
  border-radius: 10px;
  overflow: hidden;
  height: 275px;
}

.prevents img {
  width: 100%;
}

.carousel-indicators {
  top: 25px;
  margin-right: 15%;
  margin-left: 15%;
  bottom: auto;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: auto;
  height: 55px;
  padding: 0;
  margin-right: 20px;
  margin-left: 20px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  filter: grayscale(1);
  transition: opacity 0.6s ease;
}

.carousel-indicators .active {
  opacity: 1;
  filter: grayscale(0);
}

.carousel-inner {
  padding-top: 50px;
}

.contactUs-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  min-height: 70vh;
  padding: 50px 15% 50px 15%;
}

.contactinfo {
  width: 45%;
}

.contactMap {
  width: calc(55% - 20px);
  margin-left: 20px;
}

.egyptcontact {
  border: solid 2px #e6007e;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 20px;
}

.addresstitle {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.titelemail {
  color: #fff;
  font-family: "Jost-Regular";
  font-size: 20px;
  line-height: 26px;
}

.titelemaillink {
  color: #e6007e;
}

.titelemail a {
  color: #e6007e;
  text-decoration: none;
}

.titelemail a:hover {
  color: #e6007e;
  text-decoration: underline;
}

.addresslogo img {
  max-width: 60px;
}

.location {
  margin-top: 20px;
  color: #fff;
}

.location span {
  color: #fff;
  font-family: "Jost-Regular";
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.location span a {
  color: #fff;
  text-decoration: none;
}

.location span a:hover {
  text-decoration: underline;
}

.telphone {
  margin-top: 20px;
}

.telphone {
  color: #e6007e;
  font-family: "Jost-Regular";
  font-size: 16px;
  line-height: 24px;
}

.telphone a {
  color: #fff;
  text-decoration: none;
}

.telphone a:hover {
  text-decoration: underline;
}

.mapiframe {
  border: solid 2px #e6007e;
  border-radius: 15px;
  height: 390px;
  margin-top: 20px;
}

.mapiframe iframe {
  width: 100%;
  height: 386px;
  border-radius: 15px;
}

.dhabimad {
  display: none;
}

.egyptmap {
  display: block;
}

#videohtml {
  height: 500px;
  width: 100%;
}

.news-pagination {
  text-align: center;
  margin-top: 25px;
  padding-bottom: 35px;
  font-family: "Jost-Regular";
  font-size: 16px;
  line-height: 20px;
}

.news-pagination span {
  color: #fff;
  padding-right: 15px;
}

.news-pagination a {
  color: #e6007e;
  margin-right: 10px;
}

.contact-page h1 {
  background-size: 16% 5%;
  background-position: 22% 95%;
}


.search-section
{
  text-align: right;
  width: 25%;
  float: right;
  display: block;
}

.film-search {
  border: #6e6e70 solid 1px;
  border-radius: 30px;
  display: flex;
  flex-wrap: nowrap;
  padding: 0px 10px;
  justify-content: center;
}

.film-search input {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 40px;
  color: #fff;
  font-family: "Jost-Regular";
  font-size: 15px;
}

.film-search input:focus-visible {
  outline: transparent;
}

.film-search .input-btn {
  width: 80%;
}
.film-search .submitebtn {
  width: 100%;
  color: #e6007e;
  font-family: "Jost-SemiBold";
  text-transform: uppercase;
  font-size: 18px;
}

.film-search input::placeholder {
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  font-family: "Jost-Regular";
  font-size: 14px;
}