* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #000;
    color: #fff;
    box-sizing: border-box;
}

.Book_new_HOme_scren {
    width: 100%;
    height: 100vh;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_main_baneer_img img {
    width: 100%;
    height: 450px;
    object-fit: contain;
    border-radius: 12px;
}

.reting_book {
    display: flex;
    align-items: center;
}

.reting_book p {
    font-size: 16px;
    margin: 0;
    color: #ffffff;
}

.reting_book i.fa-solid.fa-star {
    color: #F84464;
    margin-right: 10px;
    font-size: 18px;
}

p.book_baneer_cont_h {
    margin: 0;
    font-size: 14px;
    padding: 14px 0;
    color: #fff;
}

.addd_contect p {
    font-size: 14px;
}

p.hsaea_flex i {
    font-size: 16px;
    margin-right: 10px;
    color: #F84464;
    width: 12px;
}

p.eyresss {
    font-size: 13px;
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
}

p.hsaea_flex span {
    margin-right: 3px;
}

/* /////////////// Cousten_button ////////////////////// */
.Button_Wab {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #F84464;
    padding: 9px 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

a.Button_Wab {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
}

.Button_Wab:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.Button_Wab:hover:before,
.Button_Wab:focus:before,
.Button_Wab:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.Button_Wab:hover,
.Button_Wab:focus,
.Button_Wabt:active {
    color: rgb(0, 0, 0);
}

.home_main_baneer_cont h3 {
    color: #F84464;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 5px;
}

.home_main_baneer_cont h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 13px;
}

.book_box_add {
    box-shadow: rgb(255 255 255 / 24%) 0px 3px 8px;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin: 10px 0;
    border-radius: 10px;
    background: #7979792b;
    padding: 0;
    /* box-shadow: rgba(255, 255, 255, 0.534) 0px 1px 2px 0rgba(255, 255, 255, 0.288)45%) 0px 1px 3px 1px; */
    margin: 8px;
    box-shadow: #ffffff18 0px 1px 2px 0px, #ffffff18 0px 1px 3px 1px;
}

.home_main_baneer_cont {
    padding-top: 15px;
    padding-right: 18px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ////////////// Modal ////////////////// */
.login_box {
    text-align: center;
    padding: 5px 15px;
}

.login_box img {
    width: 90px;
}

.login_box h2 {
    color: #000;
    font-weight: 600;
    font-size: 21px;
    margin: 15px 0;
}

.login_box p {
    color: #000;
    font-size: 14px;
    margin: 0;
    padding: 12px 00;
    font-weight: 500;
    padding-top: 0;
}

.login_box input {
    width: 80%;
    border: none;
    color: rgb(0, 0, 0);
    font-size: 13px;
    background: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 7px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    font-size: 15px;
    font-weight: 700;
}

a.close_modal {
    position: absolute;
    top: 9px;
    right: 10px;
    background: #F84464;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.login_box a.Button_Wab {
    margin-top: 17px;
    border-radius: 7px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background: #F84464;
}

div#login_modal .modal-content {
    width: 85%;
    margin: 0 auto;
}

.inputs_otp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inputs_otp input {
    width: 55px;
    height: 45px;
    text-align: center;
    font-size: 22px;
}

.inputs_otp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65%;
    margin: 0 auto;
}

button.select_button {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
    margin: 0 4px;
}

button.select_button.active {
    background: #f84464;
    color: #fff;
}

.login_box i.fa-solid.fa-users {
    color: #fff;
    background: #F84464;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 35px;

}


/* //////////////////// Booking screen //////////////// */

td.Select_Seats_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.book_show {
    width: 50%;
}

td.Select_Seats_box .book_show:nth-child(2) {
    display: flex;
    justify-content: end;
}

.Select_Seats table {
    width: 100%;
}

.Select_Seats {
    margin: 0 auto;
    width: 785px;
}

.project_screen_show {
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
}

.Select_Seats_alfa {
    text-transform: capitalize;
}

.book_screen_page {
    padding: 80px 0;
}

.show_1 input[type="checkbox"] {
    display: none;
}

.show_1 input[type="checkbox"]:checked+label {
    color: #fff;
    background-color: #1ea83c !important;
    border-color: #1ea83c;
}
.show_1 input[type="checkbox"].highlighted-checkbox+label {
    color: #fff;
    background-color: #f04014 !important;
    border-color: #f04014;
}
.show_1 input[type="checkbox"]:checked+label {
    color: #fff;
    background-color: #1ea83c !important;
    border-color: #1ea83c;
} 
  
 
/* .show_1 input[type="checkbox"].highlighted-checkbox:checked+label {*/
/*    color: #fff;*/
/*    background-color: #1ea83c !important;*/
/*    border-color: #1ea83c;*/
/*}*/
 
 
.show_1 input[type="checkbox"]:checked+label {
    background-color: #000;
}

.show_1 {
    margin: 4px;
    float: left;
    width: 25px;
    height: 25px;
}

.show_1 input+label {
    cursor: pointer;
    font-size: 10px;
    line-height: 25px;
    font-weight: 400;
    background: #fff;
    vertical-align: top;
    border: 1px solid #1ea83c;
    text-align: center;
    display: block;
}

.Book_pay_button_fix {
    background: #fff;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

a.book_button {
    background: #F84464;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 7px 70px;
    border-radius: 5px;
}

.project_screen_show img {
    width: 600px;
}

div#success_modal .modal-content {
    width: 80%;
    padding: 0 10px;
    margin: 0 auto;
}
.Coustome_Button {
    margin-bottom: 12px;
}