@font-face {
  font-family: nudi;
  src: url(font/Nudi_05_k.ttf);
}

/*verify ticket header footer not to display*/
.page-template.page-template-verify-ticket.page-template-verify-ticket-php{
  background: #e8e8e8;
}
.page-template.page-template-verify-ticket.page-template-verify-ticket-php header.siteheader,
.page-template.page-template-verify-ticket.page-template-verify-ticket-php footer{
  display: none;
}
.page-template.page-template-verify-ticket.page-template-verify-ticket-php section.victroybannerposter{
  padding: 7.3rem 0;
}
.page-template.page-template-verify-ticket.page-template-verify-ticket-php .ticket-detail .cntntbottom.ticket-detail-main-box{
  background: #e8e8e8;
}
.page-template.page-template-verify-ticket.page-template-verify-ticket-php .body-bg{
  display: none;
}

.nudi {
  font-family: nudi;
}
html {
  font-size: 10px !important;
}
body{
  color: #fff1d6;
}
.navbar.navbar-expand-lg ul.navbar-nav li a {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #f8edd4;
  font-weight: 400;
  padding: 0 1.3rem;
}
li.nav-item.dropdown{
  margin-bottom: 1px;
}
#dropdownMenuButton1{
  all: unset;
}
#dropdownMenuButton1:after{
  color: #fff1d6;
}
#dropdownMenuButton1 .ms-1{
  font-weight: 400;
}

.navbar ul.navbar-nav li a:hover {
  text-decoration: underline;
}
header.siteheader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 14px 20px;
  backdrop-filter: blur(12.3px);
  -webkit-backdrop-filter: blur(12.3px);
  background: rgb(37 40 46 / 68%);
  z-index: 1;
}
.siteheader a.brandlogo img {
  width: 100%;
}
.mainpostermovie img {
  width: 100%;
  object-fit: cover;
  max-height: 760px;
  height: 100%;
}
.phone-viwe .row{
  min-height: 760px;
}

section.victroybannerposter {
  background-size: cover;
  padding-top: 13.2rem;
  padding-bottom: 7.3rem;
}
.col-bgmovie {
  padding: 0;
  border-radius: 25px;
  overflow: hidden;
  backdrop-filter: blur(12.3px);
  -webkit-backdrop-filter: blur(12.3px);
  background: rgb(37 40 46 / 68%);
}
.col-bgmovie .mainpostermovie-colm{
  padding: 0px;
}
.mainmoviecntnt .cntntinnr > p.nextshowtime, .showday h4 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff1d6;
}

.mainmoviecntnt .cntntinnr * {
  color: #fff1d6;
}

.mainmoviecntnt .cntntinnr .moviename {
  font-size: 3.8rem;
  font-weight: 400;
}

.mainmoviecntnt .cntntinnr .moviename span.lang {
  font-size: 1.8rem;
}

.mainmoviecntnt .cntntinnr .moviedescription {
  font-size: 1.6rem;
  font-weight: 400;
  padding-bottom: 1.5rem;
}

.btn {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.4rem 3.4rem;
  border-radius: 10px !important;
  border: 1px solid #fff1d6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-group .btn:not(:last-child) {
  margin-right: 15px;
}

.btn.btn-primary {
  background: #FFF1D6;
  border-color: #FFF1D6;
  font-size: 16px;
  font-weight: 700;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 14px 15px;
  display: flex;
  align-items: center;
  line-height: 100%;
  text-transform: uppercase;
  width: 229px;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: transparent;
  border: 1px solid #FFF1D6;
  color: #FFF1D6 !important;
  transform: 0.5s;
  box-shadow: none !important;
}
.btn.btn-primary.btn-pdark {
    background-color: #E61F1F;
    color: #FFF1D6 !important;
}
.btn.btn-primary.btn-pdark:hover, .btn.btn-primary.btn-pdark:focus, .btn.btn-primary.btn-pdark:active {
    background-color: transparent;
    border-color: #313e5c;
    color: #313e5c !important;
}

.btn.btn-secondary {
  background-color: transparent;
  border: 1px solid #FFF1D6;
  font-size: 16px;
  font-weight: 700;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 14px 15px;
  display: flex;
  align-items: center;
  line-height: 120%;
  color: #FFF1D6;
  padding: 1.2rem 2rem;
  margin: 0;
  text-transform: uppercase;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active { 
  color: #183e58 !important;
  transform: 0.5s;
  box-shadow: none !important;
  background: #FFF1D6;
  border-color: #FFF1D6;
}
.btn-primary.disabled,
.btn-primary:disabled{
  background: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

.mainmoviecntnt .cntntinnr .btn-group {
  padding-bottom: 2.8rem;
}

.mainmoviecntnt {
  padding: 4rem 2rem 1rem 1rem;
}
.ticketoffer {
  background: #2b3350;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin-bottom: 2.2rem;
}

.ticketoffer h5 img {
  width: 57px;
  object-fit: contain;
  padding-right: 1.5rem;
  float: left;
}

.ticketoffer h5 {
  font-size: 1.6rem;
  font-weight: 400;
}

.showday h4 span.movieshort {display: block;font-weight: 400;font-size: 2.2rem;margin: 1rem 0;}

.showtimeDAY .showtime p {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.8rem;
  font-weight: 400;
}
.mainpostermovie {
  height: 100%;
}

section.imagesec#show-page{
  padding: 4.8rem 0;
  background-color: #1A213B;
}
section.imagesec#show-page .first-row .inner-row{
  justify-content: flex-start;
}
section.imagesec#show-page .first-row .inner-row .main .imgbtn{
  color: #FFF1D6;
  font-size: 17px;
  border-bottom: 1px dashed transparent;
  margin-right: 10px;
}
section.imagesec#show-page .first-row .inner-row .main .imgbtn:hover{
  border-bottom: 1px dashed #FFF1D6;
}
section.imagesec#show-page .first-row .inner-row .main .content{
  padding-bottom: 30px;
  min-height: auto;
}
section.imagesec#show-page .first-row .inner-row .main .content h3{
  min-height: 105px;
}
section.imagesec#show-page .first-row .inner-row .main .content h3 a:hover {
  color: #FFF1D6;
}

section.customerloveusec {
  background: #7c7766;
  margin-bottom: -5px;
  padding: 9.5rem 0;
}

.customerloveusec .headingBOx {
  text-align: center;
}

.headingBOx h3 {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #fff1d6;
}
/*.headingBOx {
  margin-bottom: 2.8rem;
}*/
.headingBOx h4 {
  color: #fff1d6;
}
.experiencevictorysec {
  background: #1F2745;
  padding: 10rem 0;
  border-bottom: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to right, #1e364a, #f80202, #283447);
}

.experiencevictorysec .headingBOx {
  text-align: center;
}

.experiencevictorysec .headingBOx span.favlogo {
  display: block;
  margin-bottom: 2rem;
}
ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.headingBOx h2 {
  font-size: 3.2rem;
  font-weight: 400;
}

.clientslidervictory .clientslider {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.clientslidervictory .clientslider li {
  width: calc(100% / 6);
}

.experiencevictorycntnt p {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff1d6;
}

.experiencevictorycntnt a.btn {
  margin-top: 4rem;
}

.experiencevictorycntnt {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.btn {
  color: #fff1d6;
}

.clientslidervictory {
  padding-bottom: 4rem;
}

.btn:hover {
  background: #fff1d6;
  color: #183e58;
}

.btn-primary {
  background: #fff1d6;
  color: #183e58 !important;
  FONT-WEIGHT: 600;
}

.btn-primary:hover {
  background: #1a213b;
  color: #fff !important;
  border-color: #1a213b;
}
.experiencevictorysec .headingBOx h2 {
  color: #f8edd4;
  font-weight: 300;
  text-transform: uppercase;
}
.upcomingmovielist {
  background-color: #1f2745;
  margin-bottom: -1rem;
  padding: 4.8rem 0;
}
.upcomingmovielist * {
  color: #fff1d6;
}
.headingBOx h4 {
  font-size: 2rem;
  font-weight: 700;
}
.headingBOx h4 a {
  color: #fff1d6;
  font-weight: 400;
  margin-left: 1.5rem;
}
.headingBOx {
  margin-bottom: 2.6rem;
}
.upcomingmovieslider li {
  padding: 0.8rem;
}

.upcomingmovieslider li .liinnr {
  padding: 3rem 1.5rem;
  border: 1px solid;
  border-radius: 10px;
  display: block;
  text-decoration: none;
}
.upcomingmovieslider li .liinnr:hover{
  background: #FFF1D6;
}
.upcomingmovieslider li .liinnr:hover .licntnt h6,
.upcomingmovieslider li .liinnr:hover .licntnt p {
  color: #1f2745;
}

.upcomingmovieslider li .liinnr .daymovie,
.upcomingmovieslider li .liinnr .upcomingmoviename,
.upcomingmovieslider li .liinnr .upcomingmovietime {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff1d6;
  height: 70px;
}

.upcomingmovieslider li .liinnr h6.upcomingmoviename {
  font-weight: 400;
  height: 73px;
}

.upcomingmovieslider li .liinnr .upcomingmovietime {
  padding-top: 4rem;
  margin-bottom: 0;
}
.ticketoffer {
  border-bottom: 1px solid #c9bfa2;
}
.arrowmytheme .slick-arrow {
  width: 20px;
  height: 50px;
  background-image: url(./images/lefticon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.arrowmytheme .slick-next.slick-arrow {
  transform: scaleX(-1);
}
.arrowmytheme .slick-arrow:before {
  display: none;
}
.arrowmytheme .slick-next.slick-arrow {
  transform: scaleX(-1);
  top: 40%;
}
.clientslidervictory .clientslider li img {
  width: auto;
  max-width: 100%;
}
.otpsendsec, .section-pd {  
  backdrop-filter: blur(12.3px);
  -webkit-backdrop-filter: blur(12.3px);
  padding: 14rem 0 10rem;
}
#movie-details {
  margin: 50px 0 100px;
  border-radius: 20px;
  overflow: hidden;
}
.outer-box {
  padding: 30px 40px 50px;
  background: #313e5c;
  color: #fff1d6;
}
.time-tags, .movie-duration, .move-tags {
  display: inline-flex;
  align-items: center;
}
.move-tags {
  padding-left: 30px;
}
.move-tags span {
  font-size: 14px;
  background-color: #546180;
  padding: 2px 12px;
  margin-right: 15px;
  border-radius: 7px;
  display: inline-block;
}
.movie-duration span.title {
  font-size: 17px;
  line-height: 1;
  display: inline-block;
  padding-left: 10px;
}
.movie-duration span.icon svg {
  width: 25px;
  fill: rgba(255, 255, 255, 0.5);
}
.booking-btn-wrapper {
  text-align: right;
}
.other-content {
  padding-top: 15px;
}
ul.movie-making-info {
  padding-top: 10px;
}
.image-box {
  display: flex;
  padding-top: 120px;
}
.image-box .image-wrapper {
  max-width: 120px;
  margin-right: 20px;
}
.image-box .image-wrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.trailer-wrapper {
  margin-bottom: -7px;
  position: relative;
}
.outer-box .slick-next,
.outer-box  .slick-prev{
  top: 53%;
}
.mainmoviecntnt .nav.nav-tabs li.nav-item{
  margin-bottom: 0;
}
video {
  max-width: 100%;
}
#play-video {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}
#play-video img {
  width: 50px;
}
.otpsendsec .content-wrapper {
  background: #313e5c;
  border-radius: 20px;
}
.otpsendsec .content-wrapper.bg-2 {
  border-radius: 20px;
  overflow: hidden;
  backdrop-filter: blur(7.3px);
  -webkit-backdrop-filter: blur(7.3px);
  background: rgb(49 62 92 / 53%);
  position: relative;
}
.otpsendsec {
  /*  commented for otp page bg blur  */
/*  background-size: cover;
  background-repeat: no-repeat;
  color: #fff1d6;
  background-attachment: fixed;*/
}
.otpsendsec .content-wrapper .cntntheader {
  padding: 4.5rem 4.5rem 2.5rem;
  border-bottom: 1px dashed;
  margin-bottom: 2.5rem;
}
.otpsendsec .content-wrapper .cntntbottom {
  padding: 0rem 4.5rem 4rem;
}
.cntntinnr{
  color: #fff1d6;
}

.cntntheader h1{
  color:#fff1d6;
}

.buyticket p.tickettitle {
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 2.4rem;
}

ul.buyticketbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #232c41;
  margin-bottom: 4rem;
  padding-left: 0;
}
ul.buyticketbox li.boxescol {
  width: calc(100% / 3);
}
ul.buyticketbox li.boxescol .colinnr {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 3.5rem 2rem;
}
ul.buyticketbox li.boxescol .colinnr p span {
  display: block;
  font-size: 1.4rem;
  word-break: break-all;
}
ul.buyticketbox li.boxescol .colinnr p {
  font-size: 2rem;
  margin-bottom: 0;
}
ul.buyticketbox li.boxescol .colinnr img {
  margin-right: 20px;
}
.mobileotp .otp-div {
  display: flex;
  margin-bottom: 3rem;
}
.mobileotp .otp-div input[type="text"] {
  width: 100%;
  margin-right: 2rem;
  border-radius: 10px;
  padding: 1rem;
  font-size: 1.5rem;
  border: 0;
}

/* CSS Updates on 10-Feb-2026 */
.phone-confirmation.otp-div input:is([type="text"],[type="password"])  {
  width: 50%;
  border-radius: 10px;
  padding: 1rem;
  font-size: 1.5rem;
  border: 0;
}
.phone-confirmation{
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 5rem !important;
}
.change-number{
  font-size: 1.6rem;
  color: #fff0c6 !important;
  text-decoration: none;
  font-weight: 600;
}
.resend_otp_box a.btn.resend_otp{
  color: #fff0c6 !important;
  background-color: transparent !important;
}
/* End */


ul.buyticketbox li.boxescol .colinnr p span.ticketpriceotp {
  font-size: 2.8rem;
  display: inline-block;
}
.mobileotp .otp-div .btn.btn-primary {
  padding: 1.2rem 2rem;
  margin: 0;
  /* width: 50%; */
}
.mobileotp .otp-div input[type="text"]:focus {
  outline: none;
}
.whitebg.downloadticket {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.ticketnumberdownload {
  padding: 0 3rem 4.5rem;
}
.ticketnumberdownload h3 {
  margin-bottom: 4.2rem;
  font-size: 2.7rem;
  color: #000;
  font-weight: 700;
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ticketnumberdownload .QRCODE {
  width: 220px;
}
.ticketnumberdownload .QRCODE img {
  width: 100%;
  object-fit: cover;
}
.whitebg.downloadticket {
  margin-bottom: 5rem;
}
.whitebg.downloadticket ul.buyticketbox {
  background: #fff;
}
.whitebg.downloadticket ul.buyticketbox li.boxescol .colinnr {
  filter: brightness(0);
}

.navbar .nav-item .dropdown-menu.show{ 
  backdrop-filter: blur(12.3px);
  -webkit-backdrop-filter: blur(12.3px);
  background: rgb(37 40 46 / 68%);
  padding: 8px 0;
  width: 100%;
}
.navbar ul.dropdown-menu.show a.dropdown-item{
  padding: 8px 15px;
}
.navbar ul.dropdown-menu.show a.dropdown-item:hover{
  background-color: transparent;
}
.navbar li.nav-item.dropdown a span.nav-link{
  color: #f8edd4;
}
.admin-bar header.siteheader {
  top: 30px;
}
/*login*/
 
.otpsendsec.login-page .content-wrapper .cntntheader{
  padding: 3.5rem 2.5rem 2rem;
}
.otpsendsec.login-page .content-wrapper .cntntbottom{
  padding: 0rem 2.5rem 4rem;
}
header.siteheader ul.navbar-nav {
  width: 100%;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
}

footer {
  background-color: #9d967e;
}
.footer-top {
  padding: 64px 0 60px;
}
.footer-top h4 {
  font-size: 26px;
  color: #fff;
  font-weight: normal;
  position: relative;
  line-height: 1;
  margin-bottom: 12px;
}
.footer-top h4.nudi {
  padding-bottom: 14px;	
}
.footer-top h4.nudi:after {
  content: '';
  position: absolute;
  width: 170px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #d3cab1;
}
footer .footer-logo{
  margin-bottom: 4.6rem;
  width: 27rem;
}
.footer-top p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 28px;
}
.footer-top a {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.footer-top a:hover {
  text-decoration: underline;
}
.copyright {
  background: #7c7766;
  padding: 10px 0;
}
.copyright p {
  font-size: 18px;
  margin: 0;
  color: #fff;
}

footer .term-condition-link{
  color: #fff;
  text-decoration: none;
  float: right;
}
footer .copyright p span{
  float: left;
}
.social-links a{
  margin-right: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}
.social-links a img{
  width: 24px;
}
.social-links a:last-child{
  margin-right: 0;
}
.social-links a .bookmyshow{
  width: 100px;
}
.social-links a img:hover{
  opacity: .7;
}

/* ticket-detail */

.ticket-detail .cntntbottom.ticket-detail-main-box {
  padding: 5rem 12.5rem 4rem;
}

.ticket-detail .whitebg.downloadticket{
  padding: 0px 50px;
  text-align: center;
}

.ticket-detail .ticket-detail-box-heading{
  padding: 25px 0px 25px 0px;
  text-align: center;
}
.ticket-detail .ticket-detail-box-heading img{
  width: 10%;
  margin-bottom: 10px;
   
}
.ticket-detail .ticket-detail-box-heading h1{
  padding: 0px;
  margin: 0px;
  padding: 0px;
  margin: 0px;
  font-size: 32px;
  font-weight: 700;
  color: #313e5c;
}
 .ticket-detail .ticket-detail-box-seats{
  padding: 10px 0px 20px 0px;
 }
.ticket-detail .ticket-detail-box {
  padding: 0px 20px 0px 20px;
}
.ticket-detail .ticket-detail-box p , .ticket-detail .ticket-detail-box-seats p{
  padding: 2px;
  margin: 0px;
  color: black;
  font-size: 2rem;

}
.ticket-detail .ticket-detail-box .detail-text-heading , .ticket-detail .ticket-detail-box-seats .detail-text-heading{
  font-weight: 600;
  display: inline-block;
  color: #313e5c;
  font-size: 16px;

}
.ticket-detail .detail-text-content{
  display: block;
  font-size: 20px;
  font-weight: 500;
}
.ticket-detail .ticket-detail-box-seats p{
  margin-bottom: 5px;
}
.ticket-detail .crox-line{
  margin-bottom: 26px;
}
.wp-person a:focus .gravatar, a:focus, a:focus img {
  box-shadow: none;
}

.btn-group .btn.btn-hover:hover{
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}
/*thank you page*/
.woocommerce-order-received .otpsendsec,
.woocommerce-order-received .otpsendsec .container{
  padding: 0 !important;
}
.woocommerce-order-received #left-area{
  padding:0;
}
.woocommerce-order-received .entry-title.main_title{
  display: none;
}
.woocommerce-order-received .btn.btn-primary.btn-pdark.download-ticket-btn{
  text-decoration: none;
}
.woocommerce-order-received ul.buyticketbox li.boxescol .colinnr img{
  width: auto;
}
.woocommerce-order-received ul.buyticketbox{
  margin-bottom: 0;
}
.cntntheader h1{
  font-size: 32px;
}
.woocommerce-order-received .back-to-home{
  font-size: 1.4rem;
  color: #fff0c6;
  text-decoration: none;
}
.woocommerce-order-received .back-to-home:hover{
  color: #fff0c6;
  text-decoration: underline;
}

/***************************
*****show page css start****
***************************/
#show-page{
  padding-bottom: 10px;
  position: relative;
  padding-top: 105px;
}
section#show-page::before {
  position: absolute;
  /*content: '';*/
  bottom: 0;
  left: 0;
  width: 100%;
  height: 540px;
  background: #1A213B;
}
#show-page a,
.showsec a{
  text-decoration: none;
}
#show-page .bar{
  width: 98%;
  background-color: #000000B5;
  padding: 10px 30px 0;
  border-radius: 15px;
  margin: 0 auto 20px;
}
#show-page .bar h2{
  color: #FFF1D6;
  font-size: 24px;
    display: inline-block;
  margin-bottom: 0;
  position: relative;
}
#show-page .bar h2:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #C81E01;
  bottom: 0;
  left: 0;
}
#show-page .first-row .inner-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#show-page .first-row .inner-row .container{
  width: 100%;
}
#show-page .first-row .inner-row .main{
  width: 31.33%;
  margin: 1%;
}
#show-page .first-row figure{
  margin-bottom: 0;
}
#show-page .first-row img{
  width: 100%;
  height: 490px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  object-fit: cover;
  object-position: top center;
}
#show-page .first-row img.default-img{
  object-fit: unset;
}
#show-page .first-row .inner-row .main .content{
  padding: 15px 25px;
  background-color: #000000B5;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#show-page .first-row .inner-row .main .content h3{
  color: #FFF1D6;
  font-size: 24px;
  min-height: 96px;
}
#show-page .first-row .inner-row .main .content h3 span{
  display: block;
  font-size: 15px;
}
#show-page .showsec{
  background-color: #1A213B;
  padding: 30px 0;
  padding-bottom: 100px;
}
.fa-spinner{
  margin-left: 5px;
}
.thanku-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.thanku-page .enterprise-name{
  font-size: 1.2rem;
}
footer .footer-content .second-number{
  margin-top: 10px;
}
.bookings-off-box {
    margin-top: 18px;
    width: 100%;
}
.booking-off-text {
    font-size: 16px;
    color: #a94442;
    background: #F2DEDF;
    padding: 10px 15px;
    border-radius: 5px;
}
.booking-off-text:before {
    content: "\f071";
    top: 0;
    color: #a94442;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
}


.date-selector .no-seats-available {
    font-size: 16px;
    color: #a94442;
    background: #F2DEDF;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
}
.date-selector .no-seats-available:before {
    content: "\f071";
    margin-right: 10px;
    color: #a94442;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
}
/* 07-10-22  */
.book-now-btn .maincolor{
    background: #FFF1D6;
    color: #183E58 !important;
    text-transform: uppercase;
    font-size: 16px;
    padding-right: 2rem !important;
    padding-left: 2rem !important;

}
/***************************
*****show page css end****
***************************/

/* custom blog page */
/* custom blog */
.custom--post--archive {
  /*margin-top: 105px;*/
  padding-top: 105px;
}
.bar-top {
    width: 100%;
    background-color: #000000B5;
    padding: 10px 30px 0;
    border-radius: 15px;
    margin: 0 auto 30px;
}
.top-bar h2 {
    color: #FFF1D6;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}
.top-bar h2::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #C81E01;
    bottom: 0;
    left: 0;
}
.custom--post--wrapper {
	display: flex;
    gap:30px 15px;
	flex-wrap:wrap;
	margin-bottom:30px;
}
.custom--post--wrapper .post--item {
	background-color: #000000B5;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 0px;
    position: relative;
	width: calc(calc(100% / 3) - 10px);
}
.custom--post--wrapper .post--item .thumbnail a {
	display:block;
}
.custom--post--wrapper .post--item .thumbnail a img {
		width: 100%;
    object-position: top center;
    object-fit: cover;
		height: 470px;
}
.custom--post--wrapper .post--item * {
	color: #FFF1D6 !important;
}
.custom--post--wrapper .post--item .post--content {
	padding: 20px 20px 0px;
}
.custom--post--wrapper .post--item .post--content h2  {
	font-size: 24px !important;
}
.custom--post--wrapper .post--item .post--content h2  a {
	text-decoration:none;
	transition: all 0.4s;
}
.custom--post--wrapper .post--item .post--content h2  a:hover {
	color:#ffffffbf !important;
}
.pagination {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    min-width: 50%;
    width: max-content;
    background-color: #000000B5;
    padding: 10px 30px;
    border-radius: 15px;
    margin: 0px auto 25px;
}
.pagination .page-numbers.current {
    color: #1d222c;
    position: relative;
    background: #ffffff;
    padding: 4px 15px;
    font-weight: 600;
}
.pagination .page-numbers {
    color: #fff;
    text-decoration: none;
    margin: 0 8px;
}
/* custom blog end */
/* .upcoming-movie.film  .upcoming-card-movie > a {
	display: block;
    height: 100%;
}
.upcoming-movie.film  .upcoming-card-movie > a > .movie-card {
	margin: 0px ;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.upcoming-movie.film  .upcoming-card-movie > a > .movie-card .movie-content {
	flex-grow: 1;
} */
/* .blog--container {
	padding-block:0px !important;
}
.blog--listing {
	margin-top:80px;
}
.blog--listing > div {
  display: grid;
  grid-template-columns: repeat(3,auto);
    gap: 30px;
}
.blog--listing article {
	background-color: #000000B5;
    border-radius: 15px;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom:0px;
}

.blog--listing article > *:not(.entry-featured-image-url) {
    padding-inline: 20px;
}

.blog--listing article * {
	color:#FFF1D6 !important;
}
.blog--listing article a.entry-featured-image-url img {
	aspect-ratio: 1 / 1.3;
    object-fit: cover;
    object-position: top;
}
.blog--listing article a.entry-featured-image-url {
	margin-bottom: 20px;
} */
/* header.siteheader {
	z-index:99;
} */
/* .blog--listing article .entry-title a {
	transition: all 0.4s;
}
.blog--listing article .entry-title a:hover {
	color:#ffffffbf !important;
} */
/* blog single */
.single-post-wrapper {
	padding: 140px 15px 100px;
}
.single-post-wrapper article.post {
	background-color: #313e5c;
    border-radius: 15px;
}
.single-post-wrapper .entry-header .entry-title {
	color: #FFF1D6;
    font-size: 24px;
    padding: 20px 30px;
}
.single-post-wrapper .entry-header > img {
	width: auto;
  padding: 0 30px;
}

.single-post-wrapper .entry-content {
	padding: 30px;
}
.single-post-wrapper .entry-content * {
	color: #FFF1D6;
}
/* blog single end */

/* Listing Blog page css start */
.post-single-page-thumbnail img{
    width:55%;
    object-fit:cover;
    object-position:center;
    margin-bottom:30px;
}
.entry-content  p strong{
    font-weight:600;
    font-size:20px;
}
.blog-items-wrapper .blog--listing{
    margin:0px;
}
.blog-header-wrapper{
    margin-top:51px;
    margin-bottom:30px;
    padding-bottom:0px;
    background-color: #000000B5;
	border-radius: 15px;
}
.blog-header-wrapper h2{
        color: #FFF1D6;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    line-height:1.2;
}
.blog-header-wrapper h2:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #C81E01;
    bottom: 0;
    left: 0;
}

.blog-header-wrapper{
    width:100%;
    max-width:calc(1320px - 15px);
}
.blog-page-main-row-wrapper .et_pb_row_1.et_pb_row{
    padding:0 7.5px !important;
}
.blog-items-wrapper .et_pb_ajax_pagination_container{
    column-gap:15px;
}
/* Listing Blog page css end */
 @media screen and (max-width:1279px){
    .blog-header-wrapper{
      margin-top:75px;
      max-width:950px
    }
	 .custom--post--archive {
      /*margin-top: 125px; */
      padding-top: 125px;
    }
 } 
 @media (max-width: 1199px){
  .siteheader a.brandlogo img{
    width:80%;
  }
  .siteheader .navbar ul.navbar-nav li a{
    font-size: 1.4rem;
    padding: 0 1rem;
  }
}
@media (max-width:992px) {
	.blog--listing > div {
    grid-template-columns: repeat(2,auto);
    gap: 20px;
  }
	.single-post-wrapper {
    padding: 160px 15px 80px;
  }
	.blog--listing {
    margin-top: 120px;
  }
  .blog-header-wrapper{
    margin-top:75px;
    max-width:calc(720px - 15px);
    margin-top:70px;
  }
  .custom--post--wrapper .post--item {
    width: calc(calc(100% / 2) - 7.5px);
  }
  .custom--post--archive {
    padding-top: 145px;
  }
}

@media (max-width:767px) {
	.blog--listing > div {
  grid-template-columns: repeat(1,auto);
    gap: 20px;
}
 .blog-header-wrapper{
         margin-top:75px;
         max-width:calc(100% - 15px)
     }
	.blog-header-wrapper{
		margin-top:55px;
	}
 .post-single-page-thumbnail img{
        width:100%;
    }
	.video-main-wrapp .video-wrapper iframe{
    height:300px
}
	.custom--post--wrapper .post--item {
	width: calc(100% / 1);
}
}

@media (max-width:575px) {
	.blog--listing {
	margin-top:40px;
}
	.page-id-1221 .et_pb_section {
		padding-bottom:0px;
	}
	.single-post-wrapper {
    padding: 100px 15px 30px;
}
	.single-post-wrapper .entry-content {
    padding: 15px;
}
	.single-post-wrapper .entry-header .entry-title {
		padding: 20px 15px;
	}
	.single-post-wrapper .entry-header img {
		padding: 0 15px;
	}
	.custom--post--archive {
    padding-top: 95px;
  }
.custom--post--archive {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.single-post-wrapper {
  width: 90% !important;
}

}


/*  F-Talk Media Query Start*/
/* @media screen and (min-width:1200px){
    .blog-header-wrapper{
        max-width:1125px;
    }
}
@media screen and (min-width:1400px){
    .blog-header-wrapper{
        max-width:1320px;
    }
} */
/* custom blog page end */

@media (min-width: 992px) and (max-width: 1199px){
  .btnticket a.ticketbtn{
    width: 172px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
	.coming-soon-content {
    padding: 40px;
	}
  section.imagesec#show-page .first-row .inner-row .main .content h3{
    min-height: 154px;
  }
  .btnticket a.ticketbtn{
    width: 162px;
  }
  #show-page .first-row .inner-row .main figure img{
    height: 300px;
  }
  footer .footer-content{
    margin-bottom: 4rem;
  }
}

@media (max-width: 767px) {
	.coming-soon-content {
    min-height: 320px;
	}
  .experiencevictorysec .headingBOx h2{
    font-size: 2.8rem;
  }
  .upcomingmovielist .headingBOx h4 a.show{
    border-bottom: 2px solid #999;
  }
  .siteheader a.brandlogo {
    width: 80% !important;
    text-align: center;
    margin-right: 0;
  }
  .siteheader a.brandlogo img {
    width: 85%;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
  }
  .otpsendsec .content-wrapper .cntntheader{
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  ul.buyticketbox li.boxescol {
    width: 100%;
  }
  .upcomingmovielist .arrowmytheme .slick-next.slick-arrow{
    top: 48%;
  }
  .ticketnumberdownload h3 {
    float: unset;
    margin-bottom: 0;
  }
  .headingBOx h4{
    font-size: 1.4rem;
  }
  

  /* footer links  */
  footer .term-condition-link{
    float: left; 
    display: block;
    padding-top: 10px;
  }
  footer .footer-logo{
    margin-bottom: 3.5rem;
    width: 20rem;
  }
  footer .footer-content{
    margin-bottom: 4rem;
  }
  .social-links{
    width: 100%;
  }
/*show page css*/
  #show-page{
    padding-top: 85px;;
  }
  #show-page .first-row .inner-row{
    justify-content: flex-start;
  }
  #show-page .first-row .inner-row .main{
    width: 100%;
    margin-top: 25px;
  }
  /*#show-page .first-row .inner-row .main figure img{
    height: 230px;
  }*/
  section.imagesec#show-page .first-row .inner-row .main .content h3{
    min-height: 106px;
  }
  /*#show-page .first-row .inner-row .main .content h3{
    font-size: 20px;
  }*/
  .clientslidervictory .clientslider{
    justify-content: flex-start;
  }
  .clientslidervictory .clientslider li{
    width: 48%;
  }
  .mobileotp.phone-confirmation .otp-div input:is([type="text"],[type="password"]){
    width: 100%;
  }
}
@media (max-width: 575px) {
	.coming-soon{
		height: 600px;
	}
	.footer-top p, .copyright p {
		font-size: 16px;
	}
  .navbar ul.navbar-nav li a {
    padding: 7px 7px 1px 8.3rem !important;
}
.navbar-nav {
  margin-top: 8px;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgb(255 255 255) !important;
}

ul.buyticketbox li.boxescol .colinnr {
  padding: 1.5rem 2rem;
  text-align: center;
}

}
@media only screen and (max-width: 481px){
  .mobileotp form input[type="text"]{
    margin-right: 0;
  }
  header.siteheader ul.navbar-nav {
    justify-content: start;
    align-items: flex-start;
  }
  header.siteheader .navbar.navbar-expand-lg ul.navbar-nav li a{
    padding-left: 0 !important;
  }
  .navbar .nav-item .dropdown-menu.show{
    background-color: transparent;
    backdrop-filter: none;
  }
  .ticket-detail .cntntbottom.ticket-detail-main-box {
    padding: 0rem 2.5rem 0rem;
  }
  .ticket-detail .whitebg.downloadticket {
    padding: 0px 15px;
    text-align: center;
  }
  .ticket-detail.otpsendsec .content-wrapper .cntntbottom {
    padding: 6rem 2rem 1rem;
  }
  .cancel-booking-btn{
    text-align: center;
  }
  .resend_otp_box div{
    width: 42%;
  }

  .time-tags .move-tags{
    padding-left: 0;
  }
  .time-tags .move-tags span{
    margin-bottom: 5px;
  }
  .time-tags .movie-duration{
    width: 100%;
  }
  .ticketnumberdownload h3{
    flex-wrap: wrap;
    justify-content: center;
  }
  .ticketnumberdownload .QRCODE{
    margin: auto;
  }
}

@media only screen and (max-width: 380px){
  .otpsendsec .content-wrapper .cntntbottom {
    padding: 0rem 1.5rem 4rem;
  }
}