@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700;800&display=swap");

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p {
  color: #877c6d;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

span,
small {
  display: inline-block;
}

a {
  display: inline-block;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
  color: #151414;
  font-family: 'Open Sans', sans-serif;
}

.common-btn a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #D4A48C;
  padding: 20px 30px;
  overflow: hidden;
  position: relative;
  z-index: 99;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  letter-spacing: 2px;
}

.common-btn a:hover {
  background-color: #ce172d;
  color: #ffffff;
}

.show-more a {
  background-color: #BD8D4C;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  transition: all linear .2s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.show-more a:hover {
  background-color: #ce172d;
}

.common-title {
  margin-bottom: 40px;
}

.common-title p {
  color: #ce172d;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.common-title h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 55px;
  text-transform: uppercase;
}

.fixed-ticket {
  position: fixed;
  top: 56%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
  width: 60px;
  cursor: pointer;
  animation: bounce2 2s ease infinite;
}

.fixed-ticket .tickets {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 50px;
  background-color: #D4A48C;
  color: #ffffff;
  font-size: 20px;
}

.fixed-ticket .buy-ticket {
  background-color: #293047;
  padding: 17px 20px;
  min-width: 120px;
  transform: rotate(-90deg);
  position: absolute;
  top: -90px;
  left: -30px;
}

.fixed-ticket .buy-ticket p {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.webPreloader{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 9999;
}

.webPreloader .atcenter{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  text-align: center;
}

.webPreloader .atcenter img{
  padding-bottom: 15px;
}
.webPreloader .atcenter .loading-bg{
  background-color: #d3d3d3;
  width:10rem;
  height:5px;
}

.webPreloader .atcenter .loading-bg .loading{
  width:5rem;
  height:5px;
  background-color: #0e76a8;
  animation: animation 1.8s infinite;

}

@keyframes animation {
    0% {
        transform: translateX(0rem);
    }
    50% {
        transform: translateX(5rem);
    }
    100% {
        transform: translateX(0rem);
    }
  }

  .marquee {
    height: 25px;
    width: 100%;

    overflow: hidden;
    position: relative;
  }

  .marquee div {
    display: block;
    width: 200%;
    height: 30px;

    position: absolute;
    overflow: hidden;

    animation: marquee 15s linear infinite;
  }

  .marquee span {
    float: left;
    width: 50%;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
  }

  @keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
  }

@keyframes bounce2 {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

header {
  background-color: #ff0000;
  padding: 0 48px;
}

header .social a {
  width: 32px;
  height: 32px;
  /* border: 1px solid #ffffff; */
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  margin-right: 4px;
  transition: all linear .2s;
}

header .social a:hover {
  background-color: #ce172d;
  border-color: #ce172d;
}

header .link a {
  color: #ffffff;
  margin-left: 24px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  line-height: 52px;
  transition: all linear .2s;
}

header .link a:hover {
  color: #ce172d;
}

.fixed {
  transition: 1s ease-in;
  visibility: hidden;
  opacity: 0;
}

nav {
  width: 100%;
  z-index: 999;
  padding: 0 60px !important;
}

nav .container-fluid {
  background-color: #ffffff;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.05);
  padding: 0;
  padding-right: 40px;
}

nav .container-fluid .navbar-brand {
  position: absolute;
  margin-right: 120px;
  top: 0px;
  left: -55px;
}

.navbar .navbar-brand img {
  width: 60px;
}

nav .navbar-nav {
  padding-left: 120px;
}

nav ul .nav-item {
  position: relative;
  line-height: 100px;
}

nav ul .nav-item .nav-link {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #151414 !important;
  transition: all linear .2s;
  padding: 0 20px !important;
  position: relative;
}

nav ul .nav-item .nav-link i {
  font-size: 14px;
  padding-left: 3px;
}

nav ul .nav-item:hover .nav-link {
  color: #ce172d !important;
}

nav ul .nav-item a.active {
  color: #ce172d !important;
}

nav ul .nav-item a.active span {
  height: 18px;
}

nav ul .nav-item a.active span::before {
  height: 13px;
}

nav ul .nav-item a.active span::after {
  height: 13px;
}

nav ul .nav-item:hover a span {
  height: 18px;
}

nav ul .nav-item:hover a span::before {
  height: 13px;
}

nav ul .nav-item:hover a span::after {
  height: 13px;
}

nav ul .nav-item ul {
  width: 280px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  transition: opacity 300ms ease, visibility 300ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  transform: scaleY(0) translateZ(100px);
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;
}

nav ul .nav-item ul li {
  line-height: 22px;
  position: relative;
}

nav ul .nav-item ul li a {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #151414 !important;
  transition: all linear .2s;
  padding: 12px 20px !important;
  position: relative;
  display: block;
  width: 100%;
}

nav ul .nav-item ul li a i {
  line-height: 24px;
  font-size: 14px;
}

nav ul .nav-item ul li a:hover {
  background-color: #ce172d;
  color: #ffffff !important;
}

nav ul .nav-item ul li ul {
  top: 0;
  left: 100%;
}

nav ul .nav-item ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

nav ul .nav-item:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

nav .call-for-show {
  margin-left: 80px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ce172d;
  border: 2px solid #ce172d;
  padding: 12px 40px;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
}

nav .call-for-show:hover {
  background-color: #ce172d;
  color: #ffffff;
}

nav .call-for-show i {
  margin-right: 5px;
}

.mobile-topbar {
  width: 100%;
  background-color: #ffffff;
  padding: 10px 0;
}

.mobile-topbar .logo {
  position: relative;
}

.mobile-topbar .logo img {
  position: fixed;
  top: 10px;
  left: 15px;
  z-index: 1;
  border: 3px solid #727272;
}

.mobile-topbar .bars i {
  width: 40px;
  height: 40px;
  background-color: #ce172d;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
}

.mobile-menu {
  z-index: 999;
  background-color: #ffffff;
  width: 100%;
  transition: all linear .2s;
}

.mobile-menu .mobile-topbar .icon i {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  cursor: pointer;
  transition: all linear .2s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.mobile-menu .mobile-topbar .icon i:hover {
  background-color: #ce172d;
  color: #ffffff;
  border-color: #ce172d;
}

.mobile-menu .mobile-menu-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.mobile-menu .mobile-menu-main {
  width: 320px;
  height: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 999;
  overflow-y: scroll;
  transition-duration: .3s;
}

.mobile-menu .mobile-menu-main .close-m-menu i {
  width: 40px;
  height: 40px;
  background-color: #151414;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  transition: all linear .2s;
}

.mobile-menu .mobile-menu-main .close-m-menu i:hover {
  background-color: #ce172d;
}

.mobile-menu .mobile-menu-main .menu-body {
  padding: 20px;
}

.mobile-menu .mobile-menu-main .menu-body .action {
  padding-top: 20px;
  padding-bottom: 30px;
}

.mobile-menu .mobile-menu-main .menu-body .action ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1) !important;
  color: #151414;
  font-size: 18px;
  transition: all linear .2s;
  cursor: pointer;
  position: relative;
  margin-right: 24px;
}

.mobile-menu .mobile-menu-main .menu-body .action ul li sup {
  width: 25px;
  height: 25px;
  background-color: #ce172d;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: -4px;
  font-size: 12px;
  font-weight: 600;
}

.mobile-menu .mobile-menu-main .menu-body .action ul li a {
  color: #151414;
}

.mobile-menu .mobile-menu-main .menu-body .search input {
  width: 100%;
  height: 45px;
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 0 50px 0 20px;
  transition: all linear .2s;
}

.mobile-menu .mobile-menu-main .menu-body .search input:focus {
  border-color: #ce172d;
}

.mobile-menu .mobile-menu-main .menu-body .search button {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  font-size: 18px;
}

.mobile-menu .mobile-menu-main .menu-body .menu-list {
  padding-top: 40px;
}

.mobile-menu .mobile-menu-main .menu-body .menu-list ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #232F3E;
  border-top: 1px solid #f2f2f2;
  width: 100%;
  line-height: 40px;
  transition: all linear .2s;
}

.mobile-menu .mobile-menu-main .menu-body .menu-list ul li a:hover {
  color: #ce172d;
}

.mobile-menu .mobile-menu-main .menu-body .menu-list ul li a i {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  text-align: center;
  line-height: 40px;
  transition: all linear .2s;
}

.mobile-menu .mobile-menu-main .menu-body .menu-list ul li a:hover i {
  background-color: #ce172d;
  color: #ffffff;
}

.mobile-menu .mobile-menu-main .menu-body .menu-list ul li ul {
  padding-left: 20px;
  /* display: none; */
}

.mobile-menu-overlay {
  transition-duration: .3s;
  visibility: hidden;
  opacity: 0;
}

.show-mobile-menu-overlay {
  visibility: visible;
  opacity: 1;
}

.show-mobile-menu {
  right: 0 !important;
}

.mobile-sticky-top {
  padding: 10px 0 !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.banner {
  margin: 0 60px;
}

.banner .slider-item {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
  padding: 200px 0;
  height: 650px;
}

.banner .slider-item .text p {
  color: #D4A48C;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
}

.banner .slider-item .text h1 {
  font-size: 80px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 50px;
}

.banner .banner-text {
  background-color: #151414;
  width: 470px;
  top: 0;
  right: 0;
  height: 100%;
  padding: 170px 80px;
}

.banner .banner-text .text-item h4 {
  font-size: 22px;
  font-weight: 600;
  color: #b2b2b2;
  transition: all 0.3s ease 0s;
}

.banner .banner-text .text-item p {
  color: #D4A48C;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.banner .banner-text .text-item:hover h4 {
  color: #ffffff;
}

.banner .banner-text .text-item+.text-item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(178, 178, 178, 0.3);
}

.banner-slider ul {
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 100px;
}

.banner-slider ul li {
  display: inline-block;
  margin: 0 3px;
}

.banner-slider ul li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0;
}

.banner-slider ul li.slick-active button {
  background-color: #D4A48C;
}

.about {
  padding-top: 80px;
}

.about .image {
  position: relative;
}

.about .image .big-image {
  width: 590px;
}

.about .image .big-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about .image .sm-image {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 404px;
  margin-left: auto;
}

.about .image .sm-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about .image .sm-image button {
  background-color: #ce172d;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: #ffffff;
  font-size: 20px;
  border: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about .text {
  padding-left: 60px;
  padding-top: 50px;
  padding-right: 60px;
}

.about .text p {
  text-align: justify;
}

.featured-shows {
  padding-top: 80px;
}

.featured-shows .feature-item {
  margin: 0 12px;
}

.featured-shows .image {
  height: 384px;
}

.featured-shows .image img {
  height: 100%;
  object-fit: cover;
}

.featured-shows .text {
  margin-top: 20px;
}

.featured-shows .text .title {
  font-size: 22px;
  font-weight: 500;
  color: #151414;
  transition: all linear .2s;
}

.featured-shows .text .title:hover {
  color: #ce172d;
}

.featured-shows .text span {
  color: #bababa;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 5px 0 10px;
}

.featured-shows .text .more-info {
  font-size: 16px;
  font-weight: 500;
  color: #ce172d;
  position: relative;
}

.featured-shows .text .more-info::before {
  position: absolute;
  top: 13px;
  left: calc(100% - -19px);
  width: 37px;
  height: 2px;
  background-color: #ce172d;
  content: "";
  transition: all 0.3s ease 0s;
}

.featured-shows .text .more-info:hover::before {
  left: calc(100% - -40px);
}

.fetured-shows-details .image{
  position: sticky;
  top: 60px;
}

.production {
  padding: 0 60px;
  padding-top: 114px;
}

.production .production-bg {
  background-repeat: no-repeat !important;
  background-position: top left;
  background-size: cover !important;
  height: 700px;
}

.production .production-video {
  width: 100%;
  height: 780px;
  background-color: #151414;
  margin-top: -40px;
  padding: 30px 50px;
}

.production .production-main .video-item {
  margin-bottom: 24px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
}

.production .production-main .video-item .image {
  position: relative;
  overflow: hidden;
}

.production .production-main .video-item img {
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}

.production .production-main .video-item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.production .production-main .video-item .overlay .icon i {
  width: 80px;
  height: 54px;
  background-color: red;
  text-align: center;
  line-height: 54px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
}

.production .production-main .video-item .overlay .icon i:hover {
  background-color: #b30000;
}

.production .production-main .video-item .text {
  height: 68px;
}
.production .production-main .video-item .text .title {
  color: #151414;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 14px;
  transition: all linear .2s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.production .production-main .video-item .text .title:hover {
  color: #ce172d;
}

.production .production-main .video-item:hover img {
  transform: scale(1.1) rotate(3deg);
}

.our-activities {
  padding-top: 116px;
}

.our-activities .activities-bg {
  background-color: #E8D3B6;
  padding: 80px 0;
}

.our-activities .activities-bg .activities-item .icon {
  width: 160px;
  height: 160px;
  background-color: #F2E0C8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.our-activities .activities-bg .activities-item .icon img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.our-activities .activities-bg .activities-item .text h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}

.our-activities .show-more {
  margin-top: 40px;
}

.news {
  padding-top: 80px;
}

.small-news-item+.small-news-item {
  margin-top: 24px;
}

.small-news-item .text .title {
  font-size: 18px;
  font-weight: 600;
  color: #151414;
  transition: all linear .2s;
  font-family: 'Playfair Display', serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.small-news-item .text .title:hover {
  color: #ce172d;
}

.small-news-item .text span {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 10px 0;
}

.small-news-item .text p {
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.small-news-item .text .read-more {
  font-size: 15px;
  font-weight: 500;
  color: #151414;
  margin-top: 20px;
}

.small-news-item .text .read-more:hover {
  text-decoration: underline;
}

.big-news-item .text {
  margin-top: 20px;
}

.big-news-item .text .title {
  font-size: 18px;
  font-weight: 600;
  color: #151414;
  transition: all linear .2s;
  font-family: 'Playfair Display', serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.big-news-item .text .title:hover {
  color: #ce172d;
}

.big-news-item .text span {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0 10px 0;
}

.big-news-item .text p {
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.big-news-item .text .read-more {
  font-size: 15px;
  font-weight: 500;
  color: #151414;
  margin-top: 20px;
}

.big-news-item .text .read-more:hover {
  text-decoration: underline;
}

.call-for-show {
  padding-top: 80px;
}

.call-for-show .call-for-show-bg {
  background-color: #ce172d;
  padding: 60px 0;
}

.call-for-show .call-for-show-bg .text h4 {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
}

.call-for-show .call-for-show-bg .text p {
  color: #ffffff;
  margin: 24px 0;
}

.call-for-show .call-for-show-bg .text .call-for-show-btn {
  background-color: #ffffff;
  padding: 14px 40px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  color: #ce172d;
  text-transform: uppercase;
  transition: all linear .2s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.call-for-show .call-for-show-bg .text .call-for-show-btn:hover {
  background-color: #151414;
  color: #ffffff;
}

.events {
  padding-top: 80px;
}

.event-item+.event-item {
  margin-top: 24px;
}

.event-item {
  background-color: #151414;
  padding: 20px 34px;
}

.event-item .date h5 {
  font-size: 64px;
  font-weight: 300;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
}

.event-item .date h5 span {
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.event-item .text .title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #c9c9c9;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all linear .2s;
}

.event-item .text .title:hover {
  color: #D4A48C;
}

.event-item .text ul {
  margin-top: 16px;
}

.event-item .text ul li {
  color: #c9c9c9;
  line-height: 30px;
}

.event-item .text ul li span {
  font-weight: 600;
}

.event-item .buy-ticket a {
  background-color: #ffffff;
  padding: 14px 34px;
  color: #151414;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: all linear .2s;
}

.event-item .buy-ticket a:hover {
  background-color: #D4A48C;
  color: #ffffff;
}

.gallery .gallery-bg {
  background-color: #222222;
  padding-top: 80px;
  padding-bottom: 80px;
}

.gallery .gallery-bg .gallery-button ul li .nav-link {
  background-color: #ffffff;
  color: #151414;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 10px;
}

.gallery .gallery-bg .gallery-button ul li .nav-link.active {
  background-color: #ce172d;
  color: #ffffff;
}

 .photo-gallery .photo-item {
  margin-bottom: 24px;
}

 .photo-gallery .photo-item .image {
  border: 1px solid #ffffff;
  position: relative;
  overflow: hidden;
}

.photo-gallery .photo-item .image .overlay {
  width: 100%;
  background-color: #ce172d;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  text-align: center;
  transform: translateY(100%);
  transition: all 0.3s ease 0s;
}

.photo-gallery .photo-item .image .overlay h5 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.photo-gallery .photo-item .image:hover .overlay {
  transform: translateY(0);
}

.video-gallery .video-item {
  margin-bottom: 24px;
}

.video-gallery .video-item .image {
  position: relative;
  overflow: hidden;
}

.video-gallery .video-item .overlay {
  width: 100%;
  background-color: #ce172d;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  text-align: center;
  transform: translateY(100%);
  transition: all 0.3s ease 0s;
}

.video-gallery .video-item .overlay h5 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.video-gallery .video-item:hover .overlay {
  transform: translateY(0);
}

.gallery .gallery-bg .view-all {
  margin-top: 10px;
}

.gallery .gallery-bg .view-all a {
  background-color: #ffffff;
  padding: 14px 40px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  color: #ce172d;
  text-transform: uppercase;
  transition: all linear .2s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.gallery .gallery-bg .view-all a:hover {
  background-color: #ce172d;
  color: #ffffff;
}

.ec-member {
  padding-top: 124px;
}

.ec-member-item {
  margin: 0 12px;
  height: 434px;
  overflow: hidden;
}

.ec-member-item .text {
  padding-top: 20px;
  transition: all linear .2s;
  background-color: #ffffff;
}

.ec-member-item .text h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.ec-member-item .text .social {
  margin-top: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all linear .2s;
}

.ec-member-item .text .social a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #151414;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  transition: all linear .1s;
}

.ec-member-item .text .social a:hover {
  background-color: #ce172d;
}

.ec-member-item:hover .text {
  transform: translateY(-66px);
}

.ec-member-item:hover .text .social {
  visibility: visible;
  opacity: 1;
}

.ec-member-slider .icon {
  position: absolute;
  top: -50px;
  z-index: 9;
  cursor: pointer;
}

.ec-member-slider .icon:hover {
  color: #ce172d;
}

.ec-member-slider .icon.left {
  left: calc(100% - 67px);
}

.ec-member-slider .icon.right {
  left: calc(100% - 37px);
}

.client .client-bg {
  background-color: #ffffff;
}

.client .client-bg .client-item {
  padding: 50px;
}

footer {
  background-color: #151414;
  padding: 50px 0 30px 0;
}

footer .footer-title {
  margin-bottom: 24px;
}

footer .footer-title h4 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
}

footer .footer-contact-us ul li {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
}

footer .footer-contact-us ul li span {
  font-weight: 700;
}

footer .quick-links ul li {
  line-height: 34px;
}

footer .quick-links ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}

footer .footer-ticket ul li {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
}

footer .footer-bottom {
  padding-top: 60px;
}

footer .footer-bottom p {
  color: #ffffff;
}

footer .footer-bottom p a {
  color: #ce172d;
}

#button {
  display: inline-block;
  background-color: #ce172d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
  z-index: 1000;
  cursor: pointer;
}

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


.ec-member .show-more a {
	background-color: #BD8D4C;
	padding: 12px 30px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	transition: all linear 0.2s;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.footer-ticket .social a {
	color: #0A0F26;
	margin-right: 20px;
	transition: 0.3s;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: transparent;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	background-color: white;
	border: 1px solid #2a283e;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.footer-ticket .social a:nth-child(1) {
	color: #0048ff;
	background-color: white;
	border: 1px solid #2a283e;
}

.footer-ticket .social a:nth-child(2) {
	color: #0cbf23;
}

.footer-ticket .social a:nth-child(3) {
	color: #ff0000;
}

.footer-ticket .social a:hover {
	transform: translateY(5px);
}

nav .container-fluid .navbar-brand img {
	border: 2px solid #727272;
}




/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

.mobile-menu-overlay {
  transition-duration: 0.3s;
  visibility: hidden;
  opacity: 0;
}


.banner .slider-item {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top center !important;
  padding: 200px 0;
  height: 754px;
  width: 100%;
}


.feature-item {
  margin: 0 12px;
}

.feature-item .image img {
  height: 100%;
  object-fit: cover;
}

.feature-item .text {
  margin-top: 20px;
}

.feature-item .text .title {
  font-size: 22px;
  font-weight: 500;
  color: #151414;
  transition: all linear 0.2s;
}

.feature-item .text .title:hover {
  color: #ce172d;
}

.feature-item .text span {
  color: #bababa;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 5px 0 10px;
}

.feature-item .text .more-info {
  font-size: 16px;
  font-weight: 500;
  color: #ce172d;
  position: relative;
}

.feature-item .text .more-info::before {
  position: absolute;
  top: 13px;
  left: calc(100% + 19px);
  width: 37px;
  height: 2px;
  background-color: #ce172d;
  content: "";
  transition: all 0.3s ease 0s;
}

.feature-item .text .more-info:hover::before {
  left: calc(100% + 40px);
}

.production {
  padding: 0 60px;
  padding-top: 114px;
}


.production-main .video-item .overlay .icon i {
  width: 70px;
  height: 44px;
  background-color: #b30000;
  text-align: center;
  line-height: 44px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 17px;
  margin-top: 20px;
}

.production-main .video-item .overlay .icon i:hover {
  background-color: #b30000;
}

.production-main .video-item .text .title {
  color: #151414;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 14px;
  transition: all linear 0.2s;
}

.production-main .video-item .text .title:hover {
  color: #ce172d;
}

.production-main .video-item:hover img {
  transform: scale(1.1) rotate(3deg);
}


.our-activities .show-more a {
  background-color: #BD8D4C;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  transition: all linear 0.2s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.our-activities .show-more a:hover {
  background-color: #ce172d;
}

.activities-item .icon {
  width: 160px;
  height: 160px;
  background-color: #eaeaea;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  margin: 0 auto;
  margin-bottom: 20px;
  box-shadow: 10px 10px 4px 0px #828282;
}

.activities-item .icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.activities-item .text h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}

.news {
  padding-top: 80px;
}

.small-news-item+.small-news-item {
  margin-top: 24px;
}

.small-news-item .text .title {
  font-size: 18px;
  font-weight: 600;
  color: #151414;
  transition: all linear 0.2s;
  font-family: "Playfair Display", serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.big-news-item .text {
  margin-top: 20px;
}

.big-news-item .text .title {
  font-size: 18px;
  font-weight: 600;
  color: #151414;
  transition: all linear 0.2s;
  font-family: "Playfair Display", serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}


.call-for-show .call-for-show-bg .text .call-for-show-btn {
  background-color: #ffffff;
  padding: 14px 40px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  color: #ce172d;
  text-transform: uppercase;
  transition: all linear 0.2s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.call-for-show .call-for-show-bg .text .call-for-show-btn:hover {
  background-color: #151414;
  color: #ffffff;
}


.event-item .date h5 span {
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.event-item .text .title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: #c9c9c9;
  line-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all linear 0.2s;
}


.event-item .text ul {
  margin-top: 16px;
}

.event-item .text ul li {
  color: #c9c9c9;
  line-height: 30px;
}

.event-item .text ul li span {
  font-weight: 600;
}

.event-item .buy-ticket a {
  background-color: #ffffff;
  padding: 14px 34px;
  color: #151414;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  transition: all linear 0.2s;
}


.gallery .gallery-bg .view-all a {
  background-color: #ffffff;
  padding: 14px 40px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  color: #ce172d;
  text-transform: uppercase;
  transition: all linear 0.2s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}


.photo-gallery .photo-item .image .overlay h5 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}



.video-gallery .video-item .image {
  position: relative;
  overflow: hidden;
  border: 1px solid #ffffff;
}

.video-gallery .video-item .overlay h5 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.video-gallery .video-item:hover .overlay {
  transform: translateY(0);
}


.ec-member-item {
  height: 434px;
  overflow: hidden;
}

.ec-member-item .text {
  padding-top: 20px;
  transition: all linear 0.2s;
  background-color: #ffffff;
}


.ec-member-item .text .social {
  margin-top: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.2s;
}

.ec-member .show-more a {
  background-color: #BD8D4C;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  transition: all linear 0.2s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

.ec-member-item .text .social a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #151414;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  transition: all linear 0.1s;
}


.ec-member-item:hover .text .social {
  visibility: visible;
  opacity: 1;
}

.ec-member-slider .ec-member-item {
  margin: 0 12px;
}


footer .footer-bottom p a {
  color: #ffffff;
  font-weight: 700;
}

#button {
  display: inline-block;
  background-color: #ce172d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  font-size: 15px;
  z-index: 1000;
  cursor: pointer;
}


.bread-crumb .bread-crumb-bg {
  padding: 40px 0;
  background-color: #151414;
}

.bread-crumb .info h1 {
  font-size: 44px;
  font-weight: 500;
  color: #ffffff;
}

.bread-crumb .info ul {
  margin-top: 12px;
}

.bread-crumb .info ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 10px;
  color: #ffffff;
  position: relative;
}

.bread-crumb .info ul li::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "/";
}

.bread-crumb .info ul li:first-child::before {
  display: none;
}

.bread-crumb .info ul li a {
  color: #ffffff;
  transition: all linear 0.2s;
}

.bread-crumb .info ul li a:hover {
  color: #ce172d;
}

.contact-page {
  margin: 60px 0 0 0;
}

.contact-page .contact-info .contact-title {
  margin-bottom: 50px;
}

.contact-page .contact-info .contact-title span {
  font-size: 15px;
  font-weight: 500;
  color: #ce172d;
  text-transform: uppercase;
}

.contact-page .contact-info .contact-title h2 {
  font-size: 52px;
  font-weight: 400;
}

.contact-page .contact-info .info-item {
  background-color: #151414;
  padding: 40px;
  height: 238px;
}

.contact-page .contact-info .info-item .icon {
  margin-bottom: 20px;
}

.contact-page .contact-info .info-item .text h4 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}

.contact-page .contact-info .info-item .text p {
  color: #ffffff;
}

.contact-page .contact-form {
  margin-top: 50px;
}

.contact-page .contact-form .input-groups {
  margin-bottom: 24px;
}

.contact-page .contact-form .input-groups label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}

.contact-page .contact-form .input-groups input {
  width: 100%;
  height: 45px;
  border: 1px solid #151414;
  border-radius: 3px;
  padding: 0 20px;
}

.contact-page .contact-form .input-groups textarea {
  width: 100%;
  border: 1px solid #151414;
  border-radius: 3px;
  padding: 20px;
}

.contact-page .contact-form .button .submit-btn {
  background-color: #ce172d;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  transition: all linear 0.2s;
}

.contact-page .contact-form .button .submit-btn:hover {
  background-color: #151414;
}

.contact-page .contact-map {
  height: 400px;
  margin-top: 60px;
}

.contact-page .contact-map iframe {
  height: 100% !important;
  width: 100% !important;
}

.input-groups .is-invalid {
  border-color: #dc3545 !important; /* Red border color */
}

.input-groups.text-danger {
  color: #dc3545; /* Red text color */
  font-size: 0.875rem; /* Adjust font size as needed */
}

.news-list {
  padding: 60px 0;
}

.news-list .small-news-item {
  margin-bottom: 24px;
}

.pagination {
  margin-top: 10px;
  margin-bottom: 0 !important;
}

.pagination ul li {
  display: inline-block;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.1);
}

.pagination ul li.arrow {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin: 0 6px;
}

.pagination ul li.arrow a {
  color: #151414;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 500;
  transition: all linear 0.2s;
}

.pagination ul li.arrow a i {
  font-size: 14px;
}

.pagination ul li.arrow a:hover {
  background-color: #ce172d;
  color: #ffffff;
}

.pagination ul li.arrow:last-child {
  margin-right: 0;
}

.pagination ul li.mid-pagi {
  padding: 0 20px;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
}

.pagination ul li.mid-pagi a {
  margin: 0 10px;
  color: #232323;
}

.pagination ul li.mid-pagi a.active {
  width: 25px;
  height: 25px;
  background-color: #ce172d;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  color: #ffffff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}

.event-list {
  padding: 60px 0;
}

.news-details-page {
  padding: 60px 0;
}

.news-details-page .news-left {
  background-color: #f2f2f2;
  border-radius: 10px;
}

.news-details-page .news-left .image {
  overflow: hidden;
  border-radius: 10px;
}

.news-details-page .news-left .image img {
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}

.news-details-page .news-left .image:hover img {
  transform: scale(1.1);
}

.news-details-page .news-left .text {
  padding: 30px;
}

.news-details-page .news-left .text .dates {
  margin-bottom: 24px;
}

.news-details-page .news-left .text .dates ul {
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block;
  background-color: #ce172d;
  color: #ffffff;
}

.news-details-page .news-left .text .dates ul li {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.news-details-page .news-left .text .dates ul li::before {
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
}

.news-details-page .news-left .text .dates ul li:first-child::before {
  display: none;
}

.news-details-page .news-left .text .dates ul li+li {
  margin-left: 30px;
}

.news-details-page .news-left .text .details p {
  margin-bottom: 20px;
  text-align: justify;
}

.news-details-page .news-left .text blockquote {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  border-left: 3px solid #151414;
  position: relative;
  text-align: justify;
}

.news-details-page .news-left .text blockquote strong {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  display: inline-block;
  font-style: italic;
}

.news-details-page .news-left .text blockquote::before {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 22px;
  bottom: 10px;
  font-size: 90px;
  opacity: 0.03;
  line-height: 98px;
  color: #151414;
}

.news-details-page .news-left .text .list-options ul li {
  position: relative;
  line-height: 26px;
  padding-left: 24px;
  margin-top: 10px;
}

.news-details-page .news-left .text .list-options ul li i {
  position: absolute;
  top: 5px;
  left: 0;
}

.news-details-page .news-right {
  position: sticky;
  top: 20px;
  bottom: 0;
}

.news-details-page .news-right .info-block {
  margin-bottom: 24px;
  border-radius: 10px;
  padding: 30px;
  background-color: #f2f2f2;
}

.news-details-page .news-right .info-block .news-title {
  font-size: 22px;
  font-weight: 600;
}

.news-details-page .news-right .info-block .search .input-groups {
  position: relative;
}

.news-details-page .news-right .info-block .search .input-groups input {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  border: 0;
  background-color: #ffffff;
  padding: 0 40px 0 20px;
  border: 1px solid transparent;
}

.news-details-page .news-right .info-block .search .input-groups input:focus {
  border-color: #151414;
}

.news-details-page .news-right .info-block .search .input-groups button {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 18px;
  background-color: transparent;
  border: 0;
}

.news-details-page .news-right .info-block .small-news-item {
  margin-top: 24px;
}

.news-details-page .news-right .info-block .small-news-item .recent-news .image {
  margin-right: 14px;
  border-radius: 4px;
}

.news-details-page .news-right .info-block .small-news-item .recent-news .image img {
  border-radius: 4px;
}

.news-details-page .news-right .info-block .small-news-item .recent-news .text h5 {
  font-size: 18px;
  font-weight: 500;
  color: #151414;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all linear 0.2s;
}

.news-details-page .news-right .info-block .small-news-item .recent-news .text h5:hover {
  color: #ce172d;
}

.news-details-page .news-right .info-block .small-news-item .recent-news .text span {
  font-size: 13px;
  font-weight: 400;
  color: #151414;
  margin-top: 10px;
}

.news-details-two .news-left .image {
  width: 50%;
  float: left;
  margin: 30px 30px 0 30px;
}

.ec-member-list {
  padding: 60px 0 60px 0;
}

.ec-member-list .ec-member-item {
  margin-bottom: 30px;
}

.content-page {
  padding-top: 60px;
  margin-bottom: 60px;
}

.content-page .content-main {
  background-color: #f2f2f2;
  padding: 40px;
}

.content-page .content-main h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding: 15px 0;
  z-index: 1;
  padding-left: 24px;
}

.content-page .content-main h1::before {
  width: 360px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(244, 70, 47, 0.4), #fff);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  z-index: -1;
}

.content-page .content-main .content-box .small-image {
  float: left;
  margin-right: 24px;
}

.content-page .content-main .content-box .small-image img {
  border-radius: 10px;
}

.content-page .content-main .content-box p+p {
  margin-top: 24px;
}

.content-page .content-main p {
  text-align: justify;
}

.content-page .mid-text {
  padding: 28px 80px 28px 100px;
  background-color: #ffffff;
  border-bottom: 3px solid #ce172d;
  position: relative;
}

.content-page .mid-text h4 {
  font-size: 28px;
  font-weight: 600;
  color: #666666;
  line-height: 40px;
}

.content-page .mid-text i {
  color: #ce172d;
  font-size: 30px;
  padding-right: 20px;
  position: absolute;
  top: 26px;
  left: 45px;
}

.content-ul {
  padding-left: 12px;
}

.content-ul li {
  line-height: 30px;
}

.custom-content-ul {
  list-style: none;
}

.custom-content-ul li {
  line-height: 36px;
}

.custom-content-ul li img {
  margin-right: 5px;
}

.custom-ul-inline-style {
  list-style: none;
}

.custom-ul-inline-style li {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 3px;
  background-color: #ce172d;
  margin-right: 8px;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.custom-ul-inline-style li:nth-child(2) {
  background-color: #6528F7;
}

.custom-ul-inline-style li:nth-child(3) {
  background-color: #F31559;
}

.custom-ul-inline-style li:nth-child(4) {
  background-color: #1D5D9B;
}

.custom-ul-inline-style li:nth-child(5) {
  background-color: #EF6262;
}

.custom-ul-inline-style li:nth-child(6) {
  background-color: #9376E0;
}

.custom-ul-inline-style li:nth-child(7) {
  background-color: #40128B;
}

.custom-ul-inline-style li:nth-child(8) {
  background-color: #EA906C;
}

.custom-ul-inline-style li:nth-child(9) {
  background-color: #A0C49D;
}

.custom-ul-inline-style li:nth-child(10) {
  background-color: #E966A0;
}

.custom-ul-inline-style li:nth-child(11) {
  background-color: #525FE1;
}

.custom-ul-inline-style li:nth-child(12) {
  background-color: #4C4B16;
}

.custom-ul-block-style {
  list-style: none;
}

.custom-ul-block-style li {
  display: inline-block;
  width: 100%;
  padding: 4px 20px;
  border-radius: 3px;
  background-color: #ce172d;
  margin-right: 8px;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.custom-ul-block-style li:nth-child(2) {
  background-color: #11009E;
}

.custom-ul-block-style li:nth-child(3) {
  background-color: #F31559;
}

.custom-ul-block-style li:nth-child(4) {
  background-color: #116D6E;
}

.custom-ul-block-style li:nth-child(5) {
  background-color: #EF6262;
}

.custom-ul-block-style li:nth-child(6) {
  background-color: #9376E0;
}

.custom-ul-block-style li:nth-child(7) {
  background-color: #40128B;
}

.custom-ul-block-style li:nth-child(8) {
  background-color: #EA906C;
}

.custom-ul-block-style li:nth-child(9) {
  background-color: #A0C49D;
}

.custom-ul-block-style li:nth-child(10) {
  background-color: #E966A0;
}

.custom-ul-block-style li:nth-child(11) {
  background-color: #525FE1;
}

.custom-ul-block-style li:nth-child(12) {
  background-color: #4C4B16;
}

.content-background-style {
  background-color: #ce172d;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding: 8px;
  border-radius: 3px;
}

.content-border-style {
  border-bottom: 1px solid #151414;
  padding-bottom: 10px;
  color: #151414;
}

.content-after-border-style {
  position: relative;
  padding-bottom: 10px;
  color: #151414;
}

.content-after-border-style::before {
  width: 100px;
  height: 2px;
  background-color: #151414;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.content-border-dash-style {
  border: 2px dashed #151414;
  font-size: 16px;
  font-weight: 600;
  color: #151414;
  padding: 6px 10px;
}

.content-border-dots-style {
  border: 2px dotted #151414;
  font-size: 16px;
  font-weight: 600;
  color: #151414;
  padding: 6px 10px;
}

.content-table .action {
  background-color: #ce172d;
  border: 0;
  padding: 5px 10px;
  color: #ffffff;
}

.event-details-page {
  padding-top: 60px;
  padding-bottom: 60px;
}

.event-details-content {
  background-color: #f2f2f2;
}

.event-details-page .img {
  width: 100%;
  position: relative;
}

.event-details-page .img img {
  height: 100%;
  object-fit: cover;
}

.event-details-page .text h1 {
  color: #151414;
  font-size: 27px;
  font-weight: 700;
}

.event-details-page .text p {
  text-align: justify;
}

.event-details-page .text ul {
  margin-top: 30px;
  background-color: #151414;
  padding: 24px;
}

.event-details-page .text ul li {
  margin-right: 22px;
  font-size: 15px;
  font-weight: 600;
}

.event-details-page .text ul li:first-child {
  color: #4ecdff;
}

.event-details-page .text ul li:nth-child(2) {
  color: #ffab81;
}

.event-details-page .text ul li:last-child {
  color: #adec40;
}

.event-details-page .text h3 {
  font-size: 24px;
  font-weight: 700;
}

.right-part {
  width: 100%;
  background-color: #f2f2f2;
}

.right-part .search {
  margin-bottom: 30px;
}

.right-part .search .input-groups {
  position: relative;
}

.right-part .search .input-groups input {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  border: 0;
  background-color: #ffffff;
  padding: 0 40px 0 20px;
  border: 1px solid transparent;
}

.right-part .search .input-groups input:focus {
  border-color: #151414;
}

.right-part .search .input-groups button {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 18px;
  background-color: transparent;
  border: 0;
}

.right-part h3 {
  font-size: 22px;
  font-weight: 700;
  color: #282560;
}

.right-part .news-main {
  position: relative;
  background-color: #f1f1f1;
  display: flex;
}

.right-part .news-main .news-image {
  border-radius: 4px;
}

.right-part .news-main .news-image img {
  border-radius: 4px;
}

.right-part .news-text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #151414;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.right-part .news-text span {
  font-size: 14px;
  color: rgb(72, 86, 100);
  font-weight: 500;
  padding-top: 5px;
  display: inline-block;
}

.right-part .news-main:hover h4 {
  color: #ce172d;
}

.sticky {
  position: sticky;
  top: 24px;
}

.featured-shows-list {
  padding: 60px 0;
}

.featured-shows-list .feature-item {
  margin: 0 0;
}

.production-list {
  padding: 60px 0;
}

.production-list .production-main .video-item {
  margin-bottom: 0;
  border: 2px solid #afafaf;
  border-radius: 10px;
  background-color: #f2f2f2;
  overflow: hidden;
}

.activities-list {
  padding: 40px 0;
}

.activities-list .activities-item .col-lg {
  width: 20% !important;
  flex-wrap: wrap;
}

.photo-gallery-list {
  padding: 60px 0;
}

.photo-gallery-list .photo-item {
  margin: 0;
  border: 0;
}

.photo-gallery-view {
  padding: 60px 0;
}

.photo-gallery-view .photo-item {
  margin: 0;
  border: 0;
}

.photo-gallery-view .photo-view .photo-view-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all linear 0.2s;
}

.photo-gallery-view .photo-view .photo-view-overlay i {
  width: 45px;
  height: 45px;
  background-color: #ce172d;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  font-size: 18px;
}

.photo-gallery-view .photo-view:hover .photo-view-overlay {
  visibility: visible;
  opacity: 1;
}

.video-gallery-list {
  padding: 60px 0;
}

.video-gallery-list .video-item {
  margin: 0;
  border: 0;
}

.video-gallery-view {
  padding: 60px 0;
}

.video-gallery-view .video-item-view {
  margin: 0;
  border: 0;
}

.video-gallery-view .video-item-view .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-gallery-view .video-item-view .overlay .icon i {
  width: 80px;
  height: 54px;
  background-color: red;
  text-align: center;
  line-height: 54px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
}

.video-gallery-view .video-item-view .overlay .icon i:hover {
  background-color: #b30000;
}

.membership-form {
  padding: 60px 0;
  background-image: linear-gradient(180deg, #ff7d9b, #ff426d);
}

.membership-form span {
  display: block;
}

.membership-form .form-main {
  background-color: #ffffff;
  border-radius: 10px;
}

.membership-form .form-main .title {
  background-color: #f0f0f0;
  margin-bottom: 30px;
  padding: 20px 40px 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.membership-form .form-main .title h3 {
  font-size: 28px;
  font-weight: 700;
}

.membership-form .form-main .title h3 i {
  margin-right: 8px;
}

.membership-form .form-main .form {
  padding: 0 30px 30px;
}

.membership-form .form-main .form .input-groups label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.membership-form .form-main .form .input-groups input {
  width: 100%;
  height: 43px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  padding: 0 12px;
  background-color: #FAFAFB;
  font-size: 15px;
  font-weight: 500;
  color: #151414;
}

.membership-form .form-main .form .input-groups input:focus {
  border-color: #151414;
}

.membership-form .form-main .form .input-groups .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  padding: 0;
  border: 1px solid #151414;
}

.membership-form .form-main .form .input-groups .form-check-input:checked {
  background-color: #ce172d;
  border-color: #ce172d;
}

.membership-form .form-main .form .input-groups .form-check-label {
  font-size: 15px;
  font-weight: 600;
  margin-left: 4px;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.membership-form .form-main .form .input-groups .select2-container .select2-selection--single {
  height: 40px;
}

.membership-form .form-main .form .input-groups .select2-container--default .select2-selection--single {
  border: 1px solid transparent !important;
}

.membership-form .form-main .form .input-groups .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  background-color: #FAFAFB;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}

.membership-form .form-main .form .input-groups .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 4px;
}

.membership-form .form-main .form .input-groups .select2.select2-container {
  width: 100% !important;
}

.membership-form .form-main .form fieldset {
  position: relative;
  padding: 30px 20px 20px;
  border: 1px solid #c0c0c0;
}

.membership-form .form-main .form fieldset h3 {
  display: inline-block;
  position: absolute;
  top: -17px;
  left: 20px;
  font-size: 19px;
  font-weight: 600;
  padding: 3px 20px;
  background-color: #ffffff;
  width: auto;
}

.membership-form .form-main .form fieldset+fieldset {
  margin-top: 30px;
}

.membership-form .form-main .form .submit-btn {
  background-color: #ce172d;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 5px;
  border: 0;
}

.fetured-shows-details {
  padding: 60px 0;
}

.fetured-shows-details .text h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 26px;
}

.fetured-shows-details .text ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  padding-right: 16px;
  position: relative;
  color: #ce172d;
}

.fetured-shows-details .text ul li::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 12px;
  background-color: #ce172d;
  content: "";
}

.fetured-shows-details .text ul li:last-child::before {
  display: none;
}

.fetured-shows-details .text .details {
  font-size: 16px;
  font-weight: 500;
  color: #151414;
  margin-top: 30px;
  line-height: 30px;
}

.fetured-shows-details .text .more-info {
  border-top: 1px solid #d1d1d1;
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 20px;
}

.fetured-shows-details .text .more-info .info {
  position: relative;
}

.fetured-shows-details .text .more-info .info::before {
  position: absolute;
  top: 6px;
  left: -21px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ce172d;
  content: "";
}

.fetured-shows-details .text .more-info .info h5 {
  font-size: 18px;
  font-weight: 700;
}

.fetured-shows-details .text .more-info .info span {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  margin-top: 4px;
}

.client-slider .slick-track {
  display: flex;
}
.client-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
/*# sourceMappingURL=style.css.map */
