<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------- additional css------------------------------------------- */

.colist {
   margin: 15px 0;
  }
  
  .colist &gt; * {
    list-style: none;
    padding: 0px;
  }
  
  .colist ul {
    margin-bottom: 50px;
  }
  
  .colist li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
  }
  .colist.ar li{
    padding-left: 0;
    padding-right: 25px;
  }
  
  .colist li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    top: 5px;
    left: 0;
  }
  .colist.ar li:before{
    left: auto;
    right: 0;
  }

.cont-details {
    padding: 50px 50px 30px;
    margin-bottom: 15px;
}

.services a i{display: inline-block; margin-right: 15px;}
.services a:hover{color: var(--secondary-color);}
.policy h4{margin-top: 40px;margin-bottom: 20px;}
.policy h2{margin-top: 45px;margin-bottom: 20px;color: #fff;}
.policy .list{margin: 15px 0;}
.policy .list li{
    list-style: circle;
    list-style-position: inside;
}
.rules-popup .bottom-row p{
    font-size: 14px;
    color: #434343;
}
/* .show-date ul li{min-height: 65px;} */
.movie-details-row .movie-poster,.summary-wraper .poster,.book-info .summary-wraper .poster{
    position: relative;
}
.movie-details-row .movie-poster span,.summary-wraper .poster span,.book-info .summary-wraper .poster span{
    width: 40px;
    height: 45px;
    position: absolute;
    z-index: 1;
    background-color: #EADDCE;
    text-align: center;
    line-height: 68px;
    display: block;
    left: 0px;
    right: 0;
    top: 0;
    border-radius: 0;
}
.movie-details-row .movie-poster span img,.summary-wraper .poster img,.book-info .summary-wraper .poster img{
    vertical-align: baseline;
}

.movie-shedule aside {
    display: flex;
    flex-wrap: wrap;
}

.movie-shedule .show-time-wraper {
    width: 100%;
    float: left!important;
    margin-bottom: 30px;
    padding: 0 5px;
}

/* .movie-shedule .show-time-wraper .show-time {
    width: 100%!important;
} */

.radiobtn-wrap .checkmark:after {
    left: 6px;
    top: 3px;
}

.selection {
    background: #000!important;
}

.search-icon .search-circle {
    width: 19px;
    height: 19px;
}

.search-icon .search-line {
    top: 17px;
    left: 15px;
}

.burger span {
    width: 25px;
    height: 2px;
}

.burger span::before {
    width: 25px;
    height: 2px;
}

.burger span::after {
    width: 20px;
    height: 2px;
}

.burger span::after {
    top: 9px;
}

.burger span::before {
    top: -9px;
}

.icon-wrap {
    padding-left: 15px;
}

.burger {
    margin-right: 15px;
}

.burger.clicked span:after {
    width: 25px;
}

.burger span::before {
    top: -10px;
}

nav ul.main li a {
    font-size: 16px;
}

nav ul.main li {
    margin-bottom: 15px;
}

header .login-box i {
    width: 21px;
}

header .login-box a {
    font-size: 14px;
}

h1 {
    margin-bottom: 20px;
}

.dur {
    font-size: 13px;
    color: var(--font-color);
    font-weight: 500;
}

.reg-link {
    display: flex;
    align-items: center;
}

.reg-link a {
    color: #eaddce!important;
    margin-left: 5px;
}

.frgt-pass {
    float: right;
    font-size: 13px;
    color: #eaddce;
}

.frgt-pass:hover {
    color: #eaddce;
}

.g-sign {
    text-align: center;
    display: flex;
    grid-gap: 15px
}

.g-sign a {
    width: 100%;
    max-width: 250px;
    text-align: center;
    color: var(--secondary-color);
    border: var(--secondary-color) solid 1px;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
}

.g-sign a:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
}

.g-sign a i {
    margin-right: 10px;
}

.movie-details-row .movie-story .dur {
    margin-top: 10px;
}

.seat-wraper .seating li {
    float: none;
    display: inline;
}

.seat-wraper .choosen-seats p {
    margin-bottom: 5px;
}

.seat-wraper .seating {
    width: 100%;
    float: left;
    border-bottom: var(--border-color) solid 1px;
    padding-bottom: 20px;
}

.seat .selected {
    background: #0e0e0e !important;
}

.movie-details-row .movie-info {
    padding-left: 30px;
}

.movie-info .movie-story {
    width: 100%;
    padding-left: 0;
}

.movie-info li:first-child {
    position: static!important;
}

.movie-story .dur {
    font-size: 16px;
}

.search-icon {
    height: 22px;
}

.search-icon.active .search-line {
    top: 10px;
    width: 25px;
}

.burger.clicked span:after {
    top: 8px
}

footer .col4 input {
    color: var(--font-color);
}

.upcoming_movies {
    background: #152a50;
    padding: 80px 0px 50px;
}

.movie-shedule .show-time-wraper .show-time {
    padding: 15px;
    font-size: 14px;
    width: 15.5%;
    font-weight: 600;
}

.movie-shedule .theatre-name {
    width: 25%;
}

.movie-shedule aside {
    width: 75%;
}

.accordion-title {
    margin: 0;
    padding: 18px 20px;
    border: var(--secondary-color) solid 1px;
    font-size: 18px!important;
    cursor: pointer;
    border-radius: 3px;
}

.accordion-title:not(.open) .icon-plus:before {
    opacity: 0;
}

.icon-plus {
    position: relative;
    width: 15px;
    height: 15px;
    transform: translate(-50%, -50%);
    float: right;
    top: 11px;
}


/* vertical line */

.icon-plus:before {
    content: "";
    position: absolute;
    top: 0;
    left: 40%;
    width: 2px;
    height: 100%;
    background-color: var(--secondary-color);
}


/* horizontal line */

.icon-plus:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--secondary-color);
}

.movie-shedule .screen-block {
    width: 100%;
    float: left;
    border-bottom: #12223f solid 1px;
    margin-bottom: 15px;
    padding: 15px 0;
}

.movie-shedule .screen-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.summary-wraper .poster img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.login .form-wrap .reg-link p,
.register .reg-link p {
    color: #b9b9b9;
    font-size: 14px;
    font-weight: 500;
}

.register .reg-link {
    margin-left: 15px;
    margin-bottom: 0!important;
}

.album::after {
    background: none!important;
}

header {
    position: static;
    background: var(--primary-color);
    padding: 15px 0;
}

header .logo {
    width: 110px;
}

.banner {
    width: 100%;
    float: left;
}

.album .btn-wrap {
    margin-top: 0;
}

.booking-sec .accordion-item {
    padding: 0;
    margin-bottom: 15px;
    border-radius: 5px;
    background: none!important;
}

.booking-sec .accordion-header {
    padding: 15px 20px;
    background: none!important;
    border: var(--secondary-color)solid 1px!important;
    margin-bottom: 15px;
    color: var(--secondary-color)!important;
}

.booking-sec .collapse {
    background: var(--secondary-color)!important;
}

footer .col2 ul li,
footer .col2 .cont-details ul li a,
.cont-details footer .col2 ul li a {
    width: 100%;
}

.banner .banner-wrap .banner-text h1 {
    text-shadow: 1px 1px 12px rgb(0 0 0 / 60%);
    color: #ffffff;
}

.movie-details-row .movie-info li img {
    margin: 5px 0;
    max-height: 50px;
}

header .login-box a {
    display: flex;
}

header .login-box i {
    margin-right: 7px;
}

header .login-box {
    margin-right: 20px;
}

header .lang-box .nice-select .current {
    font-weight: 400;
    text-transform: capitalize;
}

header .login-box i {
    min-width: 21px;
}

header .lang-box .nice-select {
    padding-left: 5px;
    padding-right: 25px;
}

.login .form-wrap .radiobtn-wrap .checkmark {
    width: 19px;
    height: 19px;
}

.login .form-wrap .radiobtn-wrap {
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
}

.login .form-wrap .frgt-pass {
    font-size: 14px;
}

.booking-sec .accordion-body-text ul li {
    width: 100%;
    float: left;
}

.banner img {
    max-height: 650px;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.booking-sec .status .available {
    background: var(--secondary-color)!important;
    color: var(--primary-color);
}

.seatBlock .seatrow {
    padding: 0!important;
}

.booking-sec .accordion-item h2 {
    color: #000;
    padding: 0 0 15px;
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
    padding-right: 30px;
}

.movie-shedule .theatre-name {
    text-align: center;
    padding: 0 15px;
}

.booking-sec .accordion-item h2 i {
    margin-left: 15px;
}

.movie-shedule .show-time-wraper {
    margin-bottom: 0;
}

.booking-sec .accordion .accordion-item:nth-child(even) .collapse {}

.booking-sec .accordion-body-text ul li {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.ticket .movie-name {
    margin-bottom: 20px;
}

.barcode-box {
    text-align: center;
    margin: 40px 0
}

.ticket .genre li {
    font-size: 18px;
    margin: 0;
}

.ticket .movie-name {
    line-height: normal;
    margin: 30px 0 2px;
    font-size: 34px;
    font-weight: 600;
}

.ticket .genre {
    margin-bottom: 30px;
}

.my-booking {
    height: auto
}

.ticket .show-time li {
    font-size: 25px;
    padding: 15px 0;
}

.ticket .seat-number li {
    font-size: 25px;
    background: var(--secondary-color);
}

.ticket .censor-rate {
    text-align: center;
    margin: -10px 0;
}

.ticket .censor-rate img {
    max-height: 60px;
}

.ticket .seat-number {
    margin-bottom: 50px;
}


/**** ****/

#profile-box {
    position: relative;
}

div#nav a {
    padding: 5px 15px 5px;
}

#profile-box .dropdown-toggle {
    padding: 0;
}


/**** ****/

#profile-box ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 5px;
    padding: 9px 5px 0 0;
    z-index: 9;
    width: 120px;
    background: var(--secondary-color);
}

#profile-box ul.dropdown li {
    list-style-type: none;
}

#profile-box ul.dropdown li a {
    text-decoration: none;
    padding: 0px 15px;
    ;
    display: block;
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 500;
}

#profile-box ul.dropdown li a:hover {
    margin-left: 1px;
}

#profile-box .dropdown-toggle::after {
    margin-top: 8px;
}

.srch-dropdown-block {
    position: relative;
}

.srch-dropdown-list {
    display: none;
    position: absolute;
    left: 55px;
    top: 53px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.9);
    max-height: 400px;
    overflow-x: auto;
}

.search-box,
.search-box .btn-serch {
    background: rgba(0, 0, 0, 0.9);
}

.srch-dropdown-list li {
    cursor: pointer;
    color: var(--primary-color);
    margin: 0;
}

.srch-dropdown-list li a {
    font-size: 16px;
    display: block;
    padding: 10px 40px;
    text-decoration: none;
    color: #fff;
}

.srch-dropdown-list ul {
    padding: 5px 0;
}

.srch-dropdown-list li a span {
    font-size: 14px;
    color: #737373;
}

.srch-dropdown-list li a:hover {
    background: rgba(50, 50, 50, 0.8);
}

.cls-btn {
    display: none;
}

.search-box&gt;span {
    width: 100%;
}

.tt-menu {
    width: 100%!important;
}

.search-box .more-section button {
    border: unset;
    color: #12223f;
    border-radius: 5px;
    padding: 3px 15px;
    background: #eaddce !important;
    font-size: 14px;
    font-weight: 600;
}

.album .rating {
    left: 0px;
    right: 0;
    top: 0;
    border-radius: 0;
}

.album-wrap {
    display: flex;
    flex-wrap: wrap;
}


/*----------------------------------------------------------- arabic-css ---------------------------------------------------*/
.ar-direction .services .service-blck .btn1{margin-right: 0;    margin-left: 10px;}
.ar-direction .services a i{margin-right: 0;margin-left: 15px;}
.ar-direction .services a span{direction: ltr;}
.ar-direction .ar-rev{direction: ltr;}
.ar-direction .modal-header .btn-close{
    margin: 0;
}

.ar-direction .upcoming_movies {
    padding: 40px 0px 30px;
}
.ar-direction  .timer-sec h6{
    margin-right: 0;
    margin-left: 30px;
}
.ar-direction .album .rating{
left: 0px;
    right: auto;
}
.ar-direction .movie-details-row .movie-poster span,.ar-direction .summary-wraper .poster span,.ar-direction .book-info .summary-wraper .poster span{
        left: 40px;
    right: auto;
}

.ar-direction .banner .banner-wrap .banner-text .btn2 {
    margin: auto!important;
}

.ar-direction .p-right {
    padding-right: 0!important;
    padding-left: 30px;
}

.ar-direction .cont-details ul li i {
    margin-right: 0!important;
    margin-left: 15px;
}

.ar-direction nav ul.main li a {
    letter-spacing: 0;
}

.ar-direction h1 {
    font-size: 25px;
    margin-bottom: 20px;
}


/* .ar-direction .btn1,.ar-direction .btn2{margin-right: 0!important;margin-left: 10px;} */

body.ar-direction {
    direction: rtl;
    font-family: 'Noto Sans Arabic', sans-serif;
}

.ar-direction .album-wrap {
    display: flex;
    flex-wrap: wrap;
}

.ar-direction footer .container {
    display: flex;
    flex-wrap: wrap;
}

.ar-direction .icon-wrap {
    padding-left: 0!important;
    padding-right: 15px;
    border-right: #777777 solid 1px;
    border-left: none
}

.ar-direction .burger {
    margin-right: 0!important;
    margin-left: 15px;
}

.ar-direction header .login-box {
    margin-right: 0!important;
    margin-left: 30px;
}

.ar-direction nav {
    right: 0;
    left: auto;
    webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.ar-direction nav.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.ar-direction .burger.clicked {
    left: auto;
    right: 50px;
}

.ar-direction header .login-box i {
    margin-right: 0!important;
    margin-left: 10px;
}

.ar-direction .btn1 i {
    margin-left: 0!important;
    margin-right: 5px;
    transform: rotate(180deg);
}

.ar-direction .radiobtn-wrap {
    padding-right: 35px;
    padding-left: 0!important;
    float: right;
}

.ar-direction .frgt-pass {
    float: left;
}

.ar-direction .radiobtn-wrap .checkmark {
    left: auto;
    right: 0;
}

.ar-direction .g-sign a i {
    margin-right: 0!important;
    margin-left: 10px;
}

.ar-direction .search-box .btn-serch {
    right: auto;
    left: 0;
}

.ar-direction .banner {
    direction: ltr;
}

.ar-direction .movie-details-row .movie-info {
    padding-left: 0!important;
    padding-right: 30px;
    float: right;
    border-right: none;
    border-left: var(--border-color) solid 1px;
}

.ar-direction .movie-details-row .movie-poster {
    float: right;
}

.ar-direction .movie-details-row .movie-story {
    padding-right: 50px;
    padding-left: 0!important;
}

.ar-direction .movie-details-row .movie-poster {
    border-left: var(--border-color) solid 1px;
    border-right: none;
}

.ar-direction .booking-sec .status li,
.ar-direction .booking-sec .status .cont-details ul li a,
.ar-direction .cont-details ul li .booking-sec .status a {
    float: right;
}

.ar-direction .audience-type .radiobtn-wrap {
    padding-left: 5%!important;
}

.ar-direction .movie-shedule .show-time-wraper {
    display: flex;
    flex-wrap: wrap;
}

.ar-direction .movie-shedule .theatre-name {
    float: right;
}

.ar-direction .icon-plus:after {
    right: auto;
    left: 0;
}


/* .ar-direction .btn1{margin-right: 0!important;margin-left: 10px;} */


/* .ar-direction  .btn-wrap{    flex-direction: row-reverse; justify-content: flex-end;} */

.ar-direction .seat-wraper {
    float: right;
}

.ar-direction .summary-wraper {
    padding-left: 0!important;
    padding-right: 70px;
}

.ar-direction .total-amount h4 {
    text-align: right;
}

.ar-direction .summary-wraper .poster i {
    right: auto;
    left: 20px;
}

.ar-direction .seating-info {
    display: flex;
    flex-wrap: wrap;
}

.ar-direction .seating-info li span,
.ar-direction .seating-info .cont-details ul li a span,
.ar-direction .cont-details ul li .seating-info a span {
    margin-left: 20px;
    margin-right: 0!important
}

.ar-direction .book-info .summary-wraper .movie-info,
.ar-direction .book-info .summary-wraper .poster {
    float: right;
}

.ar-direction .book-info .summary-wraper .movie-info {
    padding-left: 0!important;
    padding-right: 50px;
}

.ar-direction .book-info .summary-wraper {
    padding-right: 0!important;
}

.ar-direction .seating li {
    float: right;
}

.ar-direction .shadow-box {
    float: right;
}

.ar-direction .movie-details-row .social-shares li {
    margin-right: 0!important;
    margin-left: 10px;
}

.ar-direction .booking-sec .accordion-item h2 i {
    margin-left: 0!important;
    margin-right: 15px;
    transform: rotate(180deg);
}

.ar-direction .book-ticket .btn1,
.ar-direction .rules-popup .btn1,
.ar-direction .book-seat .btn1,
.ar-direction .book-info .btn1 {
    margin-right: 0!important;
    margin-left: 10px;
}

.ar-direction .dir-eng {
    direction: ltr;
}

.ar-direction .cont-details ul li a {
    direction: ltr;
}

.ar-direction .list2 li::after {
    right: 0;
    left: auto;
}

.ar-direction .list2 li {
    padding-left: 0;
    padding-right: 20px;
}

.ar-direction .rules-popup .top-row i {
    margin-right: 0;
    margin-left: 30px;
}

.ar-direction #profile-box .dropdown-toggle::after {
    margin-left: 0;
    margin-right: 5px;
}


/* arabic-css-end */


/* responsive-css */

@media only screen and (max-width: 1499px) {
    header .logo {
        width: 100px;
    }
    p,
    ul li {
        font-size: 13px;
    }
    .movie-info h6 {
        font-size: 14px;
    }
    .timer-sec h6 {
        font-size: 17px;
    }
    h1 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 20px;
    }
    .seating-info li,
    .seating-info .cont-details ul li a,
    .cont-details ul li .seating-info a {
        font-size: 14px;
    }
    h5 {
        font-size: 17px;
    }
    .album .btn1 {
        max-width: 180px;
        font-size: 14px;
        padding: 12px 15px;
    }
    .album .item-content .title a {
        font-size: 15px;
        line-height: 18px;
    }
    .album .item-cat {
        font-size: 13px;
    }
    footer h5 {
        font-size: 17px;
        margin-bottom: 27px;
    }
    footer .list li a {
        font-size: 13px;
    }
    footer .footer-logo {
        width: 120px;
    }
    .banner .banner-wrap .banner-text h1 {
        font-size: 30px;
    }
    .banner .banner-wrap .banner-text ul li i {
        width: 16px;
    }
    .banner .banner-wrap .banner-text ul li span {
        font-size: 15px;
    }
    nav {
        max-width: 400px;
        padding: 90px 50px 15px 85px;
    }
    nav ul.main li a {
        font-size: 14px;
    }
    .btn1 {
        padding: 17px 40px;
    }
    .login .btn-wrap {
        margin-top: 80px;
    }
    .login .btn-wrap .btn1 {
        width: 100%;
    }
    .radiobtn-wrap .checkmark {
        width: 19px;
        height: 19px;
    }
    .radiobtn-wrap {
        padding-left: 30px;
        font-size: 13px;
    }
    .login .btn-wrap a {
        font-size: 13px;
    }
    .formgroup .input-fi {
        height: 55px;
        font-size: 14px;
    }
    .form-wrap h3 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .album .item-content .dur {
        font-size: 13px;
    }
    .movie-shedule .show-time-wraper .show-time {
        padding: 12px 15px;
    }
    .movie-shedule .theatre-name {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .movie-shedule .show-time-wraper .show-time {
        padding: 10px;
        font-size: 12px;
    }
    .movie-shedule .show-time-wraper {
        margin-bottom: 15px;
    }
    /* .album .btn-wrap .btn1{margin: 5px auto;} */
    .album .rating {
        height: 48px;
        width: 48px;
        line-height: 45px;
    }
    .album .rating img {
        width: 27px;
    }
    .ar-direction h1 {
        font-size: 20px;
    }
    .ar-direction h3 {
        font-size: 35px;
    }
    .ar-direction h4 {
        font-size: 30px;
    }
    .ar-direction .book-information li,
    .ar-direction .book-information .cont-details ul li a,
    .ar-direction .cont-details ul li .book-information a {
        font-size: 20px;
    }
    .ar-direction footer h5 {
        font-size: 21px;
    }
    .ar-direction footer .list li a {
        font-size: 15px;
    }
    .ar-direction .movie-info h6 {
        font-size: 17px;
    }
    .summary-wraper {
        width: 100%;
    }
    .ar-direction .summary-wraper {
        padding-right: 0;
    }
    .ar-direction p,
    .ar-direction ul li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .movie-shedule .show-time-wraper .show-time {
        width: 24%;
    }
}

@media only screen and (max-width: 767px) {
    .movie-shedule .show-time-wraper .show-time {
        width: 24%;
    }
    .movie-shedule .theatre-name,
    .movie-shedule aside {
        width: 100%;
    }
    .booking-sec .accordion-header {
        margin-bottom: 0;
    }
    .slick-dots {
        display: none!important;
    }
    /* .movie-shedule .show-time-wraper {
        width: 33.33%!important;
    } */
    .booking-sec .accordion-body-text ul li {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .rules{display: block!important;}
    #profile-box ul.dropdown li a{font-size: 11px;}
    .ar-direction h4{font-size: 18px}
    .ar-direction .booking-sec .accordion-item h2{padding-right: 0;padding-left: 15px;}
    .ar-direction .movie-shedule .theatre-name{padding-right: 0;text-align: right;}
    .ar-direction .movie-details-row .movie-poster{border: none;}
    .ar-direction h3 {
        font-size: 25px;
    }
    .ar-direction p, .ar-direction ul li {
        font-size: 14px;
    }
    h3 {
        font-size: 16px;
    }
    /* .rules-popup .top-row p,
    .rules-popup .bottom-row h3,
    .summary-wraper,
    .total-amount h4,
    .seat-wraper,
    .book-info .summary-wraper aside h4,
    .book-info .summary-wraper aside h5,
    .book-info .summary-wraper aside p {
        text-align: center;
    } */
    .seat-wraper .seating{
        flex-wrap: wrap;
    }
    /* .seating {
        display: flex;
        justify-content: center;
    } */
    .typeahead {
        padding-left: 15px!important;
    }
    .movie-details-row h4 {
        text-align: center;
    }
    .show-date ul li {
        width: 46.7%;
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 9px 15px;
    min-height: 60px;
    }
    .show-date ul{
        display: flex;
        flex-wrap: wrap;
    }
    .booking-sec .accordion-item h2 {
        font-size: 16px;
    }
    .movie-shedule .show-time-wraper .show-time {
        width: 24%;
    }
    .item-content .justify-content-between {
        flex-direction: column;
        align-items: center;
    }
    .album .item-cat {
        text-align: left;
    }
    .album .item-content {
        text-align: center;
    }
    .burger span::before {
        top: -8px;
    }
    .burger.clicked span::before {
        top: -10px;
    }
    .burger span::after {
        top: 8px;
    }
    .search-icon .search-circle {
        width: 18px;
        height: 18px;
    }
    .search-box input[type=text] {
        font-size: 13px;
    }
    .formgroup .input-fi {
        height: 50px;
    }
    .login .form-wrap .radiobtn-wrap .checkmark {
        width: 16px;
        height: 16px;
    }
    .login .form-wrap .radiobtn-wrap {
        font-size: 12px;
        padding-left: 20px;
    }
    .g-sign a {
        font-size: 13px;
        padding: 10px 15px;
    }
    .login .btn-wrap {
        margin-top: 50px;
    }
    .register .reg-link p {
        margin: auto;
        margin-top: 13px;
    }
    .btn1 i img {
        height: 12px;
    }
    header .login-box {
        margin-right: 4px;
    }
    #profile-box .dropdown-toggle::after {
        font-size: 15px;
    }
    .form-wrap {
        padding: 17px 25px;
    }
    .login .form-wrap .frgt-pass {
        margin-top: 9px;
        font-size: 12px;
    }
    .ar-direction header .login-box {
        margin-left: 0!important;
    }
    header aside {
        width: 190px;
    }
    .container {
        width: 93%;
    }
    header .lang-box .nice-select {
        padding-right: 15px;
    }
    header .lang-box .nice-select:after {
        right: 5px;
    }
    .movie-shedule .theatre-name {
        font-size: 15px;
        margin-bottom: 10px;
        text-align: left;
        padding-left: 0;
    }
    .movie-details-row .movie-info {
        padding-left: 0;
    }
    .ar-direction h1 {
        font-size: 20px;
    }
    .ar-direction .album .btn1 {
        max-width: 120px;
        font-size: 13px;
        padding: 7px 15px;
    }
    .album .item-content .title a {
        font-size: 18px;
        line-height: 16px;
    }
    .album .btn-wrap {
        top: -60px;
    }
    .banner .banner-wrap .banner-text .btn2 {
        max-width: 130px;
        margin: auto!important;
        background: #fff;
        color: #000;
        padding: 10px;
        font-size: 13px;
    }
    .ar-direction .banner .banner-wrap .banner-text .btn2 {
        font-size: 15px;
    }
    .album .btn1 {
        max-width: 120px;
        font-size: 12px;
        padding: 7px 11px;
    }
    .movie-details-row .movie-info li {
        width: 100%;
    }
    .ar-direction .movie-details-row .movie-info {
        border-left: none;
        padding-right: 0;
    }
    .ar-direction .movie-details-row .movie-story {
        padding-right: 0;
    }
    .banner .banner-wrap .banner-text {
        top: 18%;
    }
    .seating-info li {
        font-size: 11px;
    }
    .ar-direction .seating-info li span {
        margin-left: 0;
    }
    .ar-direction .summary-wraper {
        padding-right: 0;
    }
    .ar-direction .book-ticket .btn1,
    .ar-direction .rules-popup .btn1,
    .ar-direction .book-seat .btn1,
    .ar-direction .book-info .btn1 {
        margin-left: 0;
    }
    .ar-direction .book-info .summary-wraper .movie-info {
        padding-right: 0;
    }
    .album .rating img {
        width: 22px;
    }
    .album .rating {
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
    .upcoming_movies {
        padding: 40px 0px 30px;
    }
    footer h5 {
        margin-bottom: 15px;
    }
    .formgroup .input-fi {
        height: 45px;
        font-size: 13px;
    }
    #profile-box ul.dropdown {
        left: -30px;
        width: 120px;
    }
    header .login-box a {
        font-size: 12px;
    }
    header .login-box i {
        display: none;
    }
    #profile-box ul.dropdown {
        width: 112px;
    }
    #profile-box ul.dropdown li {
        margin-bottom: 6px;
    }
    .srch-dropdown-list {
        left: 0;
        display: block!important;
        position: fixed;
        bottom: 0;
        top: 0;
        height: 100%;
        right: 0;
        width: 100%!important;
        max-height: 100%;
    }
    .search-box {
        opacity: 1;
        bottom: auto;
        z-index: 9999;
        top: 50px;
        position: fixed;
        width: 100%;
        padding: 20px;
        background: #000;
    }
    .srch-dropdown-block {
        position: fixed;
        background: rgb(0 0 0 / 75%);
        width: 100%;
        height: 100%;
        display: none;
        z-index: 999;
        top: 0;
        left: 0;
    }
    .search-box input[type=text] {
        background: #fff;
    }
    .search-box .btn-serch {
        top: 20px;
        right: 20px;
    }
    .srch-dropdown-list ul {
        padding-top: 50px;
    }
    .cls-btn {
        display: block;
        color: #fff;
        font-size: 40px;
        position: absolute;
        top: 10px;
        right: 20px;
        font-weight: 300;
    }
}
</pre></body></html>