@font-face {
  font-family: "bootstrap-icons";
  src: url(../font/bootstrap-icons.woff2) format("woff2");
  font-display: swap;
}
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-list::before { content: "\f479"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-envelope::before { content: "\f32f"; }
.bi-twitter::before { content: "\f5ef"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-facebook::before { content: "\f344"; }
.bi-google::before { content: "\f3f0"; }
.bi-view-list::before { content: "\f605"; }
.bi-emoji-smile::before { content: "\f327"; }
.bi-calendar-event::before { content: "\f1e8"; }
.bi-bookmarks::before { content: "\f1a4"; }
.bi-credit-card::before { content: "\f2dc"; }
@font-face {
    font-family: "Baloo Bhai 2";
    src: url(../font/regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Baloo Bhai 2";
    src: url(../font/bold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Baloo Bhai 2";
    src: url(../font/extra-bold.woff2) format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
:root {
  scroll-behavior: smooth;
  --dark: #444444ff;
  --light: #ffffffff;
  --primary: #012970ff;
  --secondary: #3f37c9ff;
  --menu: #4361eeff;
  --hover: #4895efff;
  --decorate: #7209b7ff;
  --bg-gradient:linear-gradient(10deg, #4895efff 60%, #4361eeff calc(60% + 1px), #4361eeff 72%, #3f37c9ff calc(72% + 1px), #3f37c9ff 100%), linear-gradient(10deg, #7209b7ff 0%, #012970ff 60%);
  --bg-gradient-i:linear-gradient(350deg, #4895efff 60%, #4361eeff calc(60% + 1px), #4361eeff 72%, #3f37c9ff calc(72% + 1px), #3f37c9ff 100%), linear-gradient(350deg, #7209b7ff 0%, #012970ff 60%);
}
body{
  background-color: #f6f9ff;
  color: var(--dark);
}
a{
  color: var(--menu);
  text-decoration: none;
}
a:hover{
  color: var(--primary);
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Baloo Bhai 2', sans-serif;
}
main{
  padding: 80px 0 30px 0;
}
header{
  padding: 10px 0;
}
section {
  padding: 60px 0;
  overflow: hidden;
}
.header.scrolled {
  background-color: var(--light);
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.logo {
  line-height: 0;
}
.logo img{
  max-height: 35px;
  margin-right: 6px;
}
.logo span{
  font-size: 35px;
  font-weight: 800;
  margin-top: 3px;
  color: var(--primary);
  font-family: 'Baloo Bhai 2', sans-serif;
}
.navbar-toggler{
  padding: 0;
  font-size: 40px;
  color: var(--primary);
}

.hero {
  height: 100vh;
  width: 100%;
  background: url(../img/hero-bg.png) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: var(--primary);
}
.hero h2 {
  color: var(--dark);
  margin: 15px 0 0 0;
  font-size: 26px;
}
.hero .hero-img {
  text-align: right;
}
.search-form label{
  color: var(--primary);
  font-family: 'Baloo Bhai 2', sans-serif;;
  font-size: 20px;
  margin-left: 5px;
  margin-bottom: 0;
}
.search-form button{
  background-color: var(--primary);
}
.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 800;
  margin: 0;
  color: var(--secondary);
  text-transform: uppercase;
}
.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: var(--primary);
}

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: var(--light);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.2);
}
.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: var(--hover);
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 400;
  color: var(--primary);
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: 'Baloo Bhai 2', sans-serif;
  font-size: 15px;
}

.footer {
  background: #f6f9ff;
  font-size: 14px;
  padding: 0 0 30px 0;
}
.footer .footer-top {
  background: white url(../img/footer-bg.png) no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  border-bottom: 1px solid #e1ecff;
  padding: 60px 0 30px 0;
}

@media (max-width: 991px) {
  .header{
    padding: 0;
  }
  .logo img{
    margin-left: 6px;
  }
  .logo span{
    font-size: 30px;
    font-weight: 700;
  }
  .navbar-toggler{
    font-size: 30px;
  }
  .offcanvas-collapse {
    position: fixed;
    top: 58px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: var(--light);
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
  .dropdown-menu{
    display: block;
    border: none;
  }
  .dropdown-toggle{
    color: var(--dark);
    font-weight: bold;
  }
  .dropdown-item{
    padding: 0.5rem 0;
    color: var(--menu);
  }

  .hero {
    height: auto;
    padding: 80px 0 60px 0;
  }
  .hero .hero-img {
    text-align: center;
  }
  .hero .hero-img img {
    width: 60%;
  }

  .footer .footer-top {
    background-position: center bottom;
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 80%;
  }
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }

  .footer-link{
    font-size: 12px;
  }
  .footer-link i{
    margin: 0 !important;
  }
  .footer-link h3{
    font-size: 20px;
  }
  .col-md-3.footer-link{
    padding-right: 0;
  }
  .col-md-4.footer-link{
    padding-left: 0;
  }
}

.dropdown-menu {
  right: 0 !important;
  left: auto !important;
}
.busy-overlay {
  position: fixed;
  width: 100%;
  height:100%;
  display: flex;
  align-items: center;
  top: 0;
  z-index: 1060;
  background-color: #000000;
  opacity: .7;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin div:nth-child(2) input {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin div:nth-child(3) input {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
div.seatCharts-seat.available {
  background-color: #218838 !important;
}
div.seatCharts-seat.focused {
  background-color: #28a745 !important;
}
div.seatCharts-seat.selected {
  background-color: #007bff !important;
}
input.bg-secondary::placeholder {
  color: white !important;
}
input.bg-secondary::-webkit-input-placeholder {
  color: white !important;
}
input.bg-secondary:-ms-input-placeholder {
  color: white !important;
}
input.read-only {
  pointer-events: none !important;
}

@media print {
  body * {
    visibility: hidden;
  }
  html, body {
    margin: 0;
  }
  #section-to-print, #section-to-print * {
    visibility: visible;
  }
  #section-to-print {
    position: absolute !important;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
  }
  table {
    font-size: 18px;
  }
  table th, td {
    padding: 0px !important;
  }
}