@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Space+Grotesk:wght@300..700&display=swap");

:root {
    --primary-color: #d96c2c;
    --dark-color: #222222;
    --black-color: #000;
    --white-color: #fff;
    --light-gray-color: #fafafa;
    --primary-font: "Space Grotesk", serif;
    --secondary-font: "Lexend Deca", serif;
    --transition: all 0.3s ease-in-out;
}

body {
    font-size: 15px;
    font-family: var(--secondary-font);
    color: var(--dark-color);
    line-height: 1.7;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    line-height: 1.2;
}

.accessibility {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.accessibility:focus {
    position: static;
    width: auto;
    height: auto;
}

.wrapper {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.page-holder {
    flex-grow: 1;
}

.block {
    padding: 40px 0;
}

.section-head {
    margin-bottom: 25px;
}

.section-head h2 {
    color: var(--primary-color);
    font-size: 16px;
}

.section-head h3 {
    font-size: 22px;
    color: var(--black-color);
    font-weight: 700;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

/* Button */

.btn {
    font-size: 15px;
    padding: 13px 25px;
    border-radius: 50px;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary {
    color: var(--dark-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-light {
    color: #222222;
}
.btn-light:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-light:hover svg path {
    fill: var(--white-color);
}

.btn-outline-gray {
    border-color: #d2d2d2;
}

.btn-outline-gray:hover {
    background-color: #d2d2d2;
}

.badge {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 10px 15px;
    border-radius: 35px 0 0 35px;
    z-index: 2;
}

.text-bg-primary {
    background-color: var(--primary-color) !important;
}

.btn-lg {
    padding: 14px 30px;
    border: 10px;
}

figure {
    margin-bottom: 0;
}

.bullet-list {
    list-style: disc;
    padding-left: 15px;
}

/* ------Color------- */

.bg-primary {
    background-color: var(--primary-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

/* ------Fontss------- */

.font-primary {
    font-family: var(--primary-font);
}

.font-secondary {
    font-family: var(--secondary-font);
}

/* -----Form ------- */

.form-label {
    margin-bottom: 5px;
}

input.form-control {
    height: 50px;
}

.form-check-input {
    width: 20px;
    height: 20px;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-radius: 3px;
}

/* -------------------------------------------------------
                         Header
------------------------------------------------------- */

header.site-header {
    text-align: center;
    border-bottom: 1px solid #dddddd;
}

.site-branding img,
.footer-logo {
    width: 130px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav .nav-item {
    text-align: left;
}

.navbar-nav .nav-link {
    color: var(--black-color);
    padding: 15px 0;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-color);
}

.navbar-nav .nav-link:hover svg,
.navbar-nav .nav-link:hover svg path,
.navbar-nav .nav-link.active svg,
.navbar-nav .nav-link.active svg path {
    fill: var(--primary-color);
}

.navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
}

.navbar-nav .dropdown-menu {
    border: none;
}

.navbar-nav .dropdown-menu .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu[data-bs-popper] {
    left: unset;
    right: 0;
}

/* -------------------------------------------------------
                      Hero Slider
------------------------------------------------------- */

.hero-slider .swiper-slide {
    position: relative;
}

.hero-slider .swiper-slide .hero-slider-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
}

.hero-slider .swiper-slide figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 640 / 265;
    object-fit: cover;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--white-color);
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

/* -------------------------------------------------------
                         Featured Section
------------------------------------------------------- */

.featured-section {
    position: relative;
    isolation: isolate;
}

.featured-section:before {
    content: "";
    position: absolute;
    top: 5;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: var(--white-color);
    z-index: -1;
}

.featured-section .nav {
    gap: 40px;
}

.featured-section .nav .nav-link {
    color: var(--black-color);
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--primary-font);
    padding: 0;
    background-color: transparent !important;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}

.featured-section .nav .nav-link.active {
    color: var(--black-color);
    border-bottom: 2px solid var(--primary-color);
}

.movie-card {
    position: relative;
    display: block;
}

.movie-thumb,
.blog-thumb {
    position: relative;
}

.movie-thumb img,
.blog-thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 275 / 395;
    object-fit: cover;
}

.movie-thumb:before,
.blog-thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,000000+100&0+0,0.8+100 */
    background: linear-gradient(
        to bottom,
        rgba(30, 87, 153, 0) 0%,
        rgba(0, 0, 0, 0.8) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.movie-card-body {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 10px;
    color: var(--white-color);
}

.movie-card-body h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.movie-card-body .btn {
    padding: 10px 20px;
}

.blog-thumb img,
.single-page .hero-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 2.8;
    object-fit: cover;
}

.blog-card-body {
    padding-top: 15px;
}

.post-date {
    color: var(--primary-color);
}

/* -------------------------------------------------------
                         Full Width Event
------------------------------------------------------- */

.title {
    font-size: 24px;
    font-weight: 700;
}

.full-width-event {
    position: relative;
    background-color: var(--black-color);
    overflow: hidden;
}

.top-triangle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.full-width-event-content {
    padding: 30px 15px 40px 15px;
    position: relative;
    isolation: isolate;
    color: var(--white-color);
}
/*
.full-width-event-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50px;
    width: 180%;
    height: 100%;
    transform: skewX(-15deg);
    background-color: var(--black-color);
    z-index: -1;
} */

.full-width-event-content .play-btn-wrap {
    margin-top: -25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
}

.play-btn {
    position: relative;
    display: inline-block;
}

.play-icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: var(--primary-color);
    z-index: 999;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

.waves {
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -25px;
    bottom: -25px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.full-width-event-content p {
    color: #b2b2b2;
    margin-bottom: 35px;
}

.event-card {
    position: relative;
    display: block;
    color: var(--white-color);
}

.event-card figure {
    position: relative;
}

.event-card figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,000000+100&0+0,0.8+100 */
    background: linear-gradient(
        to bottom,
        rgba(30, 87, 153, 0) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
}

.event-card figure img {
    width: 100%;
    height: 100%;
    aspect-ratio: 643 / 380;
    object-fit: cover;
}

.event-card-body {
    padding: 30px;
    background-color: var(--dark-color);
}

.event-date {
    display: inline-block;
    font-size: 14px;
    padding: 8px 20px;
    background-color: var(--primary-color);
    border-radius: 30px;
}

/* -------------------------------------------------------
                         Testimonials Section
------------------------------------------------------- */
.testimonials-section {
    position: relative;
    background-color: #f6f6f6;
    isolation: isolate;
}

.testimonials-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/testimonial-request.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.client-area {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.client-area figure {
    flex-shrink: 0;
}

.client-area figure img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.client-area .client-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #444;
    margin-bottom: 0;
}

.client-area .client-info p {
    font-size: 16px;
    margin-bottom: 0;
    color: #a3a1a1;
}

.testimonials-slider .swiper-wrapper {
    padding-bottom: 50px;
}

.testimonials-slider .swiper-slide {
    background-color: #f6f6f6;
}

.testimonials-slider.swiper-horizontal > .swiper-pagination-bullets,
.testimonials-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: left;
    bottom: 0;
}

.testimonials-slider .swiper-pagination-bullet {
    background-color: #d9d9d9;
}
.testimonials-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.footer .footer-top {
    padding: 50px 0;
}

.si {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
}

.si li a {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: var(--white-color);
    border-radius: 50%;
    background-color: var(--primary-color);
}

.si li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    width: 80%;
    height: 80%;
    border: 1.5px solid var(--white-color);
    border-radius: 50%;
    transition: var(--transition);
    opacity: 0;
}

.si li a:hover::before {
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0);
    opacity: 1;
}

.copyright {
    color: var(--white-color);
    padding: 15px 0 30px 0;
    border-top: 1px solid #424242;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li:last-child {
    margin-right: 0;
}

/* -------------------------------------------------------
                      Page Banner
------------------------------------------------------- */

.page-banner {
    position: relative;
    text-align: center;
    color: var(--white-color);
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    isolation: isolate;
}

.page-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.breadcrumb-wrap {
    background-color: #ffe0ce;
    padding: 10px 0;
}

nav .breadcrumb {
    justify-content: center;
    margin-bottom: 0;
}

.breadcrumb-item a:hover {
    color: var(--primary-color);
}

.breadcrumb-item.active {
    color: var(--white-color);
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f111";
    font-family: "Fontawesome";
    color: var(--primary-color);
    font-size: 6px;
    padding-top: 9px;
}

.page-banner h1 {
    font-size: 35px;
}

.nav.nav-tabs {
    margin-top: 0;
    border: none;
}

.nav-tabs .nav-link {
    color: var(--primary-color);
    border-radius: 50px;
    border: 1px solid var(--primary-color);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.ticket-price {
    font-size: 18px;
    margin-bottom: 0;
    background: #d96c2c;
    color: #fff;
    border-radius: 15px 15px 0 0;
    padding: 20px 25px;
}

.ticket-price span {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}

.ticket-area {
    background-color: var(--white-color);
    padding: 25px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

.number {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.number input {
    width: 60px;
}

.minus,
.plus {
    width: 45px;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: var(--white-color);
    font-size: 22px;
    background-color: var(--primary-color);
    border-radius: 6px;
    cursor: pointer;
}
.minusfirst,
.plusfirst {
    width: 45px;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: var(--white-color);
    font-size: 22px;
    background-color: var(--primary-color);
    border-radius: 6px;
    cursor: pointer;
}

.have-coupon {
    font-weight: 300;
}

.have-coupon span {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 400;
    cursor: pointer;
}
.coupon-field {
    display: none;
}

.coupon-field.show {
    display: block;
}

.about-movie {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #d0d0d0;
}

.top-cast-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.cast-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
    margin-top: 5px;
}

.cast-item figure {
    flex-shrink: 0;
}

.cast-item figure img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.thnks-for {
    font-size: 24px;
    margin-bottom: 30px;
}

.thnks-for span {
    display: block;
    font-size: 30px;
    font-weight: 700;
}

.thnks-detail {
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

.ticket-wrap {
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
}

.e-logo {
    width: 220px;
    margin-bottom: 20px;
}

.ticket-detail {
    display: flex;
    gap: 30px;
}

.ticket-lft {
    font-size: 18px;
    width: 65%;
}

.ticket-rtl {
    width: 35%;
}

.form-wrap {
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}

#btnToggle {
    background-color: transparent;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dee2e6;
    border-radius: 0 6px 6px 0;
}

.profile-page .nav .nav-link {
    color: var(--black-color);
    padding: 13px 25px;
    text-align: left;
    border: 1px solid #e2e2e2;
    border-radius: 50px;
    margin-bottom: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.personal-detail-wrap {
    position: relative;
    padding: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
}

.personal-detail-wrap h3 {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.personal-detail-wrap .edit {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 50px;
}

.personal-detail-wrap .edit:hover {
    color: var(--white-color);
    background-color: var(--primary-color);
}

.booking-table {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
}

.booking-table .table > :not(caption) > * > * {
    padding: 15px;
}

.booking-table .table tbody tr:last-child {
    border-color: transparent;
}

.user-area .dropdown-menu {
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.user-area .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 300;
    padding: 10px 15px;
}

/* -------------------------------------------------------
                         Scrollbar
------------------------------------------------------- */

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background-color: var(--light-primary-color);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 10px;
}

.disabledForm {
    pointer-events: none;
    opacity: 0.4;
}

.form-modal.modal .modal-dialog {
    margin: 0;
    transform: translateY(200%);
}

.form-modal.modal.show .modal-dialog {
    transform: translateY(100%);
}

.ticket-detail {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #c9c9c9;
}

.ticket-detail:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.sponser-slider figure {
    text-align: center;
    padding: 15px 10px;
    border: 1px solid #eee;
}

.sponser-slider figure img {
    height: 50px;
    object-fit: contain;
}

#validate-coupon-button,
#validate-coupon-button-mobile {
    border-radius: 0 5px 5px 0;
    padding: 13px 10px;
}

/* Contact us Page start */

.contact-wrap {
    margin-top: 50px;
}

.contact-item {
    margin-bottom: 50px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item .icon {
    display: block;
    float: left;
    margin: 10px 20px 0 0;
}

.contact-item .icon svg,
.contact-item .icon i {
    font-size: 30px;
    color: var(--secondary-color);
}

.contact-item .content {
    display: block;
    overflow: hidden;
}

.contact-item .content h5 {
    color: #666666;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}

.contact-item .content p,
.contact-item .content a {
    font-size: 19px;
    font-weight: 700;
}

.contact-form-wrap {
    padding: 40px 30px;
    background-color: #f9f9f9;
    border-radius: 15px;
}

/* Contact us page end */

/* Checkout */

.checkout-card {
    border: 1px solid #dddddd;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.checkout-card .card-body {
    padding: 30px;
}

.checkout-card .card-body .price {
    font-size: 18px;
}

.checkout-card .card-body .price span {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
}
@media (max-width: 767.99px){
.sticky-action{
    position:fixed;
    left:0;
    bottom:63px;
    width: 100%;
    border-radius: 0;
    z-index: 999999;
}
}

@media (max-width: 575.99px) {
    .checkout-card .card-body {
        padding: 20px;
    }
}
