    /* Color */
    
    .bg-main-white {
        background-color: #f6f6f6;
    }
    /* color end */
    /* font */
    
    @font-face {
        font-family: Might-type;
        src: url(../font/Mightype\ Script.otf)
    }
    /* font end */
    
    body {
        background-color: #eeeef3!important;
        z-index: -1020;
        font-family: 'Kanit', sans-serif;
    }
    
    .logo {
        font-family: 'Rock Salt', cursive;
    }
    /* Accessproies */
    
    .p-verticalfull {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
    
    .p-sidefull {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    
    .m-verticalfull {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }
    
    .m-sidefull {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }
    
    .link {
        color: rgba(0, 0, 0, .5);
    }
    
    .link:hover {
        text-decoration: none;
        color: rgba(0, 0, 0, .7);
    }
    
    .link-reverse {
        color: rgba(0, 0, 0, .7);
    }
    
    .link-reverse:hover {
        text-decoration: none;
        color: rgba(0, 0, 0, .5);
    }
    
    .red-holder::-webkit-input-placeholder {
        color: red;
    }
    
    *:focus {
        outline: none;
    }
    
    .shadow-down {
        box-shadow: 0 8px 5px 0 rgba(0, 0, 0, 0.125)!important;
    }
    /* Accessories end */
    /* footer */
    
    .footer {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        width: inherit;
        margin: 0 auto;
        height: auto;
        width: 100%;
        overflow: hidden;
    }
    
    .social-media {
        font-size: 30px;
    }
    
    .footer-logo {
        width: 50px;
        height: 50px;
        font-size: 2em;
    }
    /* NavBar */
    
    .navbar-brand {
        font-family: 'Rock Salt', cursive;
    }
    
    .navbar {
        padding: 0rem 1rem;
    }
    
    .nav-link {
        border: 2px solid transparent;
        font-family: 'Kanit', sans-serif;
    }
    
    .nav-link:hover {
        border-bottom: 2px solid #d8b3a8;
    }
    
    #sign-up {
        width: auto;
        background-color: transparent;
    }
    /* NavBar end */
    /*Login*/
    
    #sign-in .avatar {
        font-size: 4em;
        transform: rotate(9deg);
        padding: 100px 100px 50px 100px;
    }
    /* Full-width input fields */
    
    #sign-in input[type=text],
    #sign-in input[type=password] {
        width: 80%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #b1b1b1;
        box-sizing: border-box;
        border-radius: 25px;
    }
    /* Set a style for all buttons */
    
    #sign-in button {
        border: none;
        cursor: pointer;
    }
    
    #sign-in button:active {
        text-emphasis: none;
    }
    
    #sign-in button:hover {
        opacity: 0.8;
    }
    /* Center the image and position the close button */
    
    .logocontainer {
        text-align: center;
        margin: 24px 15px 42px 0;
        position: relative;
    }
    
    #sign-in .container {
        padding: 16px;
    }
    
    #sign-in .lower-part {
        margin: 20px;
        padding: 0 70px;
    }
    
    #sign-in .lower-part a {
        text-decoration: none;
        color: #000
    }
    
    #sign-in .lower-part a :hover {
        text-decoration: none;
        color: #4239399c
    }
    
    #sign-in span.psw {
        float: right;
        padding-top: 16px;
    }
    /* The Modal (background) */
    
    .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 999999;
        /* Sit on top */
        left: 0;
        top: 0;
        width: auto;
        /* Full width */
        height: auto;
        /* Full height */
        overflow-y: hidden;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
        padding-top: 60px;
    }
    /* Modal Content/Box */
    
    .modal-content {
        background-color: #fefefe;
        margin: 5% auto 15% auto;
        /* 5% from the top, 15% from the bottom and centered */
        border: 3px solid #888;
        /* Could be more or less, depending on screen size */
        width: 520px!important;
        height: auto;
    }
    /* The Close Button (x) */
    
    .close {
        position: absolute;
        right: 25px;
        top: 0;
        color: #000;
        font-size: 35px;
        font-weight: bold;
    }
    /* Add Zoom Animation */
    
    .animate {
        -webkit-animation: animatezoom 0.6s;
        animation: animatezoom 0.6s
    }
    
    @-webkit-keyframes animatezoom {
        from {
            -webkit-transform: scale(0)
        }
        to {
            -webkit-transform: scale(1)
        }
    }
    
    @keyframes animatezoom {
        from {
            transform: scale(0)
        }
        to {
            transform: scale(1)
        }
    }
    /* Change styles for span and cancel button on extra small screens */
    
    @media screen and (max-width: 300px) {
        span.psw {
            display: block;
            float: none;
        }
        .cancelbtn {
            width: 100%;
        }
    }
    /*Login-end*/
    /* carousel */
    
    .carousel-inner {
        height: 700px;
    }
    
    .poster-slide img {
        height: 720px;
        width: 1280px;
    }
    /* carousel end */
    /* dropdown-selector */
    
    .cinema-dropdown {
        width: 55%;
        font-family: 'Kanit', sans-serif;
        font-size: 1rem;
        background-color: #ad8c46;
        color: #343330;
        /* background-image: linear-gradient(to right, #433228, #a97952); */
        border-radius: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }
    
    .genres-selector {
        padding: 5px;
        border-radius: 5px;
    }
    
    .genres-selector option:after {
        border-radius: 10em;
    }
    
    .cinema-search {
        width: auto;
    }
    
    .cinema-search input[type=search] {
        width: 15px;
        padding-left: 10px;
        color: transparent;
        cursor: pointer;
    }
    
    .cinema-search input[type=search]:hover {
        background-color: #F5EDF0;
    }
    
    .cinema-search input {
        outline: none;
    }
    
    .cinema-search input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-family: inherit;
        font-size: 100%;
    }
    
    .cinema-search input::-webkit-search-decoration,
    .cinema-search input::-webkit-search-cancel-button {
        display: none;
    }
    
    .cinema-search input[type=search] {
        background: #F5EDF0 url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
        border: solid 1px #F5EDF0;
        padding: 6px 10px;
        width: 100%x;
        -webkit-border-radius: 10em;
        -moz-border-radius: 10em;
        border-radius: 10em;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    
    .cinema-search input[type=search]:focus {
        width: 130px;
        background-color: #F5EDF0;
        /* -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
        -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
        box-shadow: 0 0 5px rgba(109, 207, 246, .5); */
    }
    
    .cinema-search input:-moz-placeholder {
        color: black;
    }
    
    .cinema-search input::-webkit-input-placeholder {
        color: black;
    }
    
    .cinema-search input[type=search]:focus {
        width: 130px;
        padding-left: 32px;
        color: #000;
        background-color: #F5EDF0;
        cursor: auto;
    }
    
    .cinema-search input:-moz-placeholder {
        color: transparent;
    }
    
    .cinema-search input::-webkit-input-placeholder {
        color: transparent;
    }
    /* dropdown-selector end */
    /* movies-zone */
    
    .movie-card {
        height: 600px;
        width: 295px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        max-width: 300px;
        margin: auto;
        text-align: center;
        font-family: 'kanit';
        border-radius: 0rem;
    }
    
    .movie-card:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    }
    
    .movie-card img {
        position: relative;
        width: inherit;
        /* height: inherit; */
    }
    
    .movie-poster a,
    .movie-poster a:hover,
    .movie-poster a:active {
        text-decoration: none;
        color: #333740;
    }
    /* Tab Progress */
    
    .progress-box {
        text-align: center;
    }
    
    .progressx {
        width: 1.7em;
        height: 1.7em;
        background: transparent;
        color: #000;
        font-size: 1.85em;
        text-align: center;
        border-radius: 50%;
        border: 3px solid #000;
        margin-bottom: .2em;
        padding-left: 0em;
    }
    
    
    .progressx.active {
        box-shadow: 0px 0px 20px 0px rgb(70, 59, 59);
    }
    /* Right-Tab Selected Seat */
    
    .member {
        width: 100%;
        background: #1A2980;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #26D0CE, rgb(64, 137, 247));
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #26D0CE, rgb(64, 137, 247));
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        color: #fff;
        text-align: center;
        font-size: 1.5em;
        padding: .5em;
        border-radius: 30px;
    }
    
    .information {
        padding: .75em;
    }
    
    .selected-seat {
        text-align: center;
        padding: .75em;
    }
    
    .total {
        text-align: center;
        padding: .75em;
    }
    
    .continue {
        text-align: center;
        padding: .75em;
    }
    /* Selected Seat */
    
    .cinema-seat {
        padding: 0em .1em .05em .1em;
        cursor: pointer;
        color: #433228;
        content: '<i class="fas fa-square"></i>';
    }
    
    .cinema-seat.txt.left {
        font-size: .6em;
        padding-right: 3em;
        padding-top: .5em;
        color: #00000036;
    }
    
    .cinema-seat.txt.right {
        font-size: .6em;
        padding-left: 3em;
        padding-top: .5em;
        color: #00000036;
    }
    
    .cinema-seat.deluxe {
        color: #a97952;
    }
    
    .cinema-seat.premium {
        color: #866659;
    }
    
    .cinema-seat.sofa {
        color: #433228;
    }
    
    #select-seat {
        color: rgb(9, 109, 0) !important;
    }
    
    #booking-seat {
        color: rgb(196, 0, 0);
    }
    
    .movie-info {
        width: 30%;
        float: right;
        text-align: center;
        padding: .5em;
        margin: .5em;
        border: 1px solid #62626275;
    }
    /* Ticket */
    
    .status {
        background: #00d830c2;
        color: #fff;
        width: 100%;
        padding: .5em;
        border-radius: .3em;
        margin: 0 auto;
        text-align: center;
        font-size: 1.25em;
        font-weight: bold;
        cursor: pointer;
    }
    
    .imgshadow {
        -webkit-filter: grayscale(100%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(70%);
    }
    
    .headmargin {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    /* Payment */
    
    .paymenttotal {
        margin-top: 60px;
        margin-bottom: 50px;
        padding-top: 30px;
        height: 120px;
        background-color: #191919;
        color: white;
        text-align: center;
        font-size: 36px;
    }
    
    .margindown4em {
        margin-bottom: 4em;
    }
    
    .marup10 {
        margin-top: 50px;
    }
    
    .shadow_1 {
        /*padding:30px 80px 50px 80px;*/
        border-radius: 15px;
        box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.15);
    }
    
    .shadow_2 {
        border-radius: 5px;
        box-shadow: 1px 1px 4px 0.5px rgba(0, 0, 0, 0.3);
    }
    
    .center {
        text-align: center !important;
    }
    
    .onclick {
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        border-style: solid;
        border-width: 0px 0px 3px 0px;
        border-color: rgba(255, 255, 255, 0.5);
    }
    
    .bookticketmargin {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 4em;
    }
    
    .em12 {
        font-size: 1.2em;
    }
    
    .em2 {
        font-size: 2.0em;
    }
    
    .height {
        height: 60px;
    }
    
    .lastbuttom {
        margin-top: 2em;
        margin-bottom: 1em;
    }
    
    .card-body {
        padding: 0 !important;
    }
    
    .headmargin {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    
    .marup50 {
        margin-top: 30px;
        margin-bottom: 20px;
    }