@font-face {
  font-family: nudi;
  src: url(font/Nudi_05_k.ttf);
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.nudi {
  font-family: nudi;
}
p {
  font-family: 'Montserrat', sans-serif;;
}
h2, .h2 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
p, li {
    font-size: 16px;
    font-weight: 300;
}
.btn-style {
    padding: 18px 34px;
    background: #fff5cc;
    font-size: 16px;
    font-weight: bold;
    color: #183e58;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    line-height: 1;
    display: inline-flex;
    border: 1px solid #fff5cc;
}
.btn-style:hover {
    background-color: #313e5c;
    color: #fff5cc;
}
ul.non-list {
  list-style: none;
  padding-left: 0;
}
.body-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    z-index: -1;
}
#movie-details {
    margin: 50px 0 100px;
    border-radius: 20px;
    overflow: hidden;
}
.outer-box {
    padding: 30px 40px;
    background: #313e5c;
    color: #fff1d6;
}
.time-tags, .movie-duration, .move-tags {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.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: 50px;
}
.image-box .image-wrapper {
    max-width: 120px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.image-box .image-wrapper img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.trailer-wrapper {
    margin-bottom: -7px;
    position: relative;
}
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;
}
.coming-soon {
    height: 760px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coming-soon-content {
    padding: 65px;
    min-height: 430px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    backdrop-filter: blur(7.3px);
    -webkit-backdrop-filter: blur(7.3px);
    background: rgb(49 62 92 / 53%);
    max-width: 800px;
    margin: auto;
}
.content-wrapper {
    position: relative;
    color: #fff0c6;
}
.logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    white-space: nowrap;
}
.logo-inner {
    display: flex;
    align-items: center;
}
.logo-wrapper h1 {
    margin: 0 50px 0 24px;
}
.logo-wrapper h1 {
    font-size: 31px;
    line-height: 1;
    font-weight: normal;
}
.logo-wrapper span {
    font-size: 37px;
    line-height: 1;
    font-weight: normal;
    padding-top: 15px;
}
.content-wrapper p {
    font-size: 22px;
}
.image-box .image-wrapper img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    height: 100px;
}
.slick-next, .slick-prev {
    top: 69%; 
}

/* term and conditionj page starts */
#main-content .container:before{
    position: static;
}
/* term and conditionj page ends */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1120px;
    }
}