@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?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=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  /*** theme colors ***/
  --theme-color: #697565;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Instrument Sans";
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.2s all;
}

a:hover {
  color: #000;
}

.autoRotate {
  animation: autoShowRotate;
  animation-timeline: view();
}

@keyframes autoShowRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.autoMoveY {
  animation: autoMover 3.5s linear infinite;
}

@keyframes autoMoverY {
  50% {
    transform: translateY(-20px);
  }
}

.autoMoveX {
  animation: autoMoverX 3.5s linear infinite;
}

@keyframes autoMoverX {
  50% {
    transform: translateX(-20px);
  }
}

* {
  font-family: "Montserrat", sans-serif !important;
  box-sizing: border-box;
}

section.show-create {
  text-align: center;
  padding: 50px 0;
  background: url(https://cenima-seats.devhub.digtalsdesigns.com/public/admin-bg.jpg);
  background-size: 100% 100%;
}

section.show-create h1 {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
}

.show-create .upper-wrap h4,
.show-create .tech-box h3,
.show-create .new-event label,
.show-create .new-event-bottom label,
.show-create .seat-inner-flex h6 {
  color: #fff;
}

.new-event label,
.new-event-bottom label {
    background-color: #67181b;
    padding: 5px 5px;
    border-radius: 5px;
}

.new-event {
    padding-bottom: 10px;
}

.back_btn {
  text-align: left;
  margin: 0px 0px 0px 30px;
}

.back_btn a {
  border: 1px solid #67181b;
  padding: 15px 20px;
  border-radius: 10px;
  color: white;
  background-color: #67181b;
}

.Update_btn button {
  border: 1px solid #67181b;
  padding: 15px 20px;
  border-radius: 10px;
  color: white;
  background-color: #67181b;
}

.movie-container {
  margin: 0 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.profile {
  text-align: end;
}

.new-event label {
  font-size: 15px;
  font-weight: 600;
}

.new-event input {
  width: 100%;
  border: 1px solid black;
  border-radius: 4px;
  padding: 5px 15px;
}

.new-event-bottom {
  padding: 0 0 20px 0;
}

.new-event-bottom label {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 10px 0;
}

.new-event-bottom input {
  width: 100%;
  border: 1px solid black;
  border-radius: 4px;
  padding: 5px 15px;
}

.movie-container select {
  border: 0;
  padding: 10px 15px 10px 10px;
  font-size: 14px;
  border-radius: 5px;
}

.seat-inner-flex select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #97bfe3;
  height: 29px;
  width: 29px;
  margin: 1.2px;
  border-radius: 50% !important;
  border: 1px solid #000 !important;
  padding: 0 !important;
  text-align: center;
}

.container {
  perspective: 1000px;
  margin: 40px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.upper-levels {
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}

.seat {
  background-color: #97bfe3;
  height: 29px;
  width: 29px;
  margin: 1.2px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: 0.2s all;
  border: 1px solid #000;
}

.selected {
  background-color: #7b93a8;
}

.occupied {
  background-color: #4caf50 !important;
  color: #000;
}
.occupieder {
  background-color: #4caf50 !important;
  color: #000;
}

.seat:not(.occupied):hover {
  cursor: pointer;
  transform: scale(1.2);
}

.showcase .seat:not(.occupied):hover {
  cursor: default;
  transform: scale(1);
}

.showcase {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  background: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  border-radius: 5px;
  color: #777;
  margin: 15px 0 0 0;
}

.showcase li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

.showcase li small {
  margin-left: 2px;
}

.movie-container .row {
  width: 100%;
}

.tech-stage h3 {
  padding: 30px 100px !important;
  border-width: 2px !important;
  font-size: 23px !important;
}

p.text {
  margin: 20px 0;
  color: #000;
}

p.text span {
  color: #0081cb;
  font-weight: 600;
  box-sizing: content-box;
}

.credits a {
  color: #fff;
}

.cinema-flex {
  display: flex;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.seat-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: min-content;
}

.first-seat .seat-flex {
  transform: rotate(-25deg);
}

.mid-seat .seat-flex {
  margin-top: -30px;
}

.right-seat {
  transform: rotate(25deg);
}

.seatsCountWRap {
  display: flex;
  align-items: center;
  justify-content: center !important;
  gap: 4px;
  /*margin: 10px 150px;*/
  margin:0 auto;
  width: 80%;
}

.seatsCountWRap p {
  color: #0081cb;
  font-weight: 700;
}

.seat-inner-flex {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.seat-inner-flex-bottom {
  margin-bottom: 20px;
}

.seater {
  display: flex;
  gap: 16px;
  padding: 0 16px;
}

.seat-innnerr {
  display: flex;
}

.vip-seat {
  background-color: #276ae1 !important;
  color: white !important;
}
.handicapped-seat {
  background-color: #ff3131 !important;
  color: white !important;
}

.vip {
  background-color: #276ae1;
  color: #fff;
}

.seat.vip.selected {
  background-color: #1ea8d2;
}

.handicapped {
  background-color: #ff3131;
  color: #000;
}

.seat.handicapped.selected {
  background-color: #1ea8d2;
}

.small-wrap .seat {
  font-size: 8px;
  width: 18.5px;
  height: 18.5px;
  margin: 0.1px;
  text-align: center;
}

.seat-inner-flex h6 {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 800;
}

.lower-levels {
  padding-bottom: 0;
  border: 0;
}

.lower-levels .first-seat .seat-inner-flex h6 {
  margin-left: 13px;
  margin-right: 0;
}

.small-wrap .seat-inner-flex {
  align-items: center;
  margin-bottom: 8px;
  gap: 0.9px;
}

.small-wrap .seat-flex h6 {
  font-size: 10px;
}

.upper-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  margin: 20px 0 100px;
}

.upper-wrap h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.tech-box {
  text-align: center;
  margin-bottom: 25px;
}

.tech-box h3 {
  margin-bottom: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 35px;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 10px;
  margin-top: -4px;
}

.mid-wrap .seat {
  width: 25px;
  height: 25px;
  font-size: 10px;
}

.mid-wrap .seat-inner-flex h6 {
  font-size: 10px;
}

/* Sign Modal Css */

.signin_modal form {
  text-align: center;
}

.signin_modal h4 {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  color: #9d9a9a;
}

.signin_modal form button {
  border: 2px solid #9d9a9a;
  padding: 5px 50px;
  border-radius: 6px;
  color: white;
  background-color: #9d9a9a;
}

.signin_modal form button:hover {
  border: 2px solid #9d9a9a;
  padding: 5px 50px;
  border-radius: 6px;
  color: #9d9a9a;
  background-color: transparent;
}

.signin_modal a.create-account-link {
  border: 2px solid #9d9a9a;
  padding: 5px 50px;
  border-radius: 6px;
  color: white;
  background-color: #9d9a9a;
}

.signin_modal a.create-account-link:hover {
  border: 2px solid #9d9a9a;
  padding: 5px 50px;
  border-radius: 6px;
  color: #9d9a9a;
  background-color: transparent;
}

.signin_modal .forget_password a {
  color: #9d9a9a;
}

.signin_modal .forget_password {
  margin: 10px 0;
}

.signin_modal form input {
  margin-bottom: 30px;
  border-radius: 10px;
  padding: 0px 0px 0px 15px;
}

.modal-body {
  margin: 50px 50px;
}

.modal-body.booking_modal {
    max-height: fit-content !important;
}

.signin_modal form input.form-control:focus {
  outline: none !important;
  box-shadow: none;
  border-color: #67181b;
}

.signin_modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
  overflow-y: auto;
  max-height: 301px;
  height: 255px;
}

.modal-dialog .modal-content .modal-body {
  padding: 0px;
  overflow-y: hidden;
}

.signin_modal input#coupon_code {
  color: #666;
  border: none;
  border-radius: 0px;
  padding: 3px;
  width: 40%;
  border-bottom: 1px solid black;
}

.signin_modal input#coupon_code:focus-visible {
  outline: none;
}

.modal-dialog .modal-content {
  border-radius: 30px;
  box-shadow: 0px 0px 20px rgb(0 0 0);
}

.movie-select {
  display: flex;
  align-items: center;
  width: 37%;
  background: #9d9a9a;
  padding: 13px;
  margin-inline: auto;
}

.movie-select label {
  color: #fff;
  font-size: 21px;
  width: 30%;
  margin: 0;
}

.movie-select select {
  width: 70%;
  border-radius: 0;
  font-size: 15px;
  outline: none;
}

.profile button {
  background: transparent;
  border-color: #9d9a9a;
  border-radius: 4px;
  color: #000;
  text-transform: capitalize;
  font-size: 17px;
  transition: 0.2s all;
}

.profile button:hover {
  background: #9d9a9a;
  color: #fff;
  border-color: #9d9a9a;
}

.movie-header {
  width: 100%;
  box-shadow: 1px 4px 42px -18px #00000038;
  padding: 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 1;
}

.foot-bar {
  width: 100%;
  text-align: center;
  box-shadow: -1px -12px 42px -18px #00000038;
  position: sticky;
  bottom: 0;
  z-index: 2;
  background: #fff;
  padding: 0 100px;
}

.confirm_bookin button {
  padding: 10px 10px;
  color: white;
  background-color: #9d9a9a;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 2px solid #9d9a9a;
}

.confirm_bookin button:hover {
  padding: 10px 10px;
  color: black;
  background-color: transparent;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 2px solid #9d9a9a;
}





/*RESPONSIVE__STARTS__HERE*/


@media only screen and (max-width: 1600px){}

@media only screen and (max-width: 1400px){
    
.cinema-flex {
    flex-direction: column;
    align-items: center;
}

.first-seat .seat-flex {
    transform: rotate(0deg);
    padding: 0px 0 30px;
}

.seat-flex {
    padding: 40px 0 0;
}

.right-seat {
    transform: rotate(0deg);
}

.upper-wrap {
    margin: 20px 0 40px;
}
    
    
}

@media only screen and (max-width: 1400px){}

@media only screen and (max-width: 1200px){
    
.movie-select label {
    font-size: 15px;
}
    
    
}

@media only screen and (max-width: 992px){
    
.movie-select {
    width: 50%;
}

.tech-stage h3 {
    padding: 15px 85px !important;
}
    
}

@media only screen and (max-width: 850px){}

@media only screen and (max-width: 768px){
    
.movie-select {
    width: 65%;
}    
    
}

@media only screen and (max-width: 576px){
    
.showcase {
    margin: 15px 7px 0px 7px;
    flex-wrap: wrap;
}

.seat {
    background-color: #97bfe3;
    height: 20px;
    width: 20px;
    font-size: 7px;
}

.mid-wrap .seat {
    width: 20px;
    height: 20px;
    font-size: 10px;
}

.first-seat .seat-flex {
    padding: 0px 0px 30px;
}

.showcase li {
    margin: 5px 10px !important;
}

.seatsCountWRap {
    margin: 0 auto;
    justify-content: center;
}

.small-wrap .seat-inner-flex {
    gap: 0.2px;
}

.small, small {
    font-size: 10px;
    font-weight: 500;
}

.selected {
    background-color: #7b93a8 !important;
}
    
    
}

@media only screen and (max-width: 430px){

.mid-wrap .seat {
    width: 15px;
    height: 15px;
    font-size: 5px;
}

.small-wrap .seat {
    font-size: 5px;
    width: 15.5px;
    height: 15.5px;
}

.showcase {
    margin: 0px 0px 0px 0px;
}
    
    
}

@media only screen and (max-width: 390px){}


/*RESPONSIVE_ENDS__HERE*/
