﻿@charset "UTF-8";
/*-------Color vars--------*/
/*$mainblue: #012347;*/
/*------------------*/
* {
  margin: 0;
  padding: 0;
}

.h6, h6 {
  font-size: 0.9rem !important;
}

.badge {
  font-size: 12px !important;
}

.br-r-10 {
  border-radius: 10px !important;
}

.br-r-7 {
  border-radius: 7px !important;
}

@media screen and (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .hidden-sm {
    display: none !important;
  }
}
.text-left {
  text-align: left !important;
}

.p-rel {
  position: relative !important;
}

.p-abs {
  position: absolute !important;
}

body {
  direction: rtl;
  font-family: "PrimaryNum" !important;
  color: #121826;
  background-color: #fff !important;
  position: relative;
}

input[type=text] {
  /* border: none ;
   border-left: none !important;
   outline: none !important;
   color: $txtcolor !important;
   background-color: transparent;
   border-radius: 30px;
   width: 100%;
   font-size: 16px;*/
}

::placeholder {
  color: #0f212d !important;
  opacity: 1 !important;
  font-size: 13px;
  font-weight: 500;
}

.btn i {
  vertical-align: middle;
  margin: 0 3px;
}

.btn-block {
  width: 100% !important;
  display: block !important;
}

.clearfix {
  clear: both;
}

.bt {
  border-top: solid 1px #cbd5e1;
}

.bb {
  border-bottom: solid 1px #cbd5e1;
}

.b-t-b {
  border-top: solid 1px #cbd5e1;
  border-bottom: solid 1px #cbd5e1;
}

p {
  font-family: "PrimaryNum" !important;
}

a {
  text-decoration: none !important;
}

.full-width {
  width: 100% !important;
  display: block;
}

.full-height {
  height: 100% !important;
}

img.img.img-responsive {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.color-white {
  color: #fff !important;
}

.color-gold {
  color: #b88d5b !important;
}

.color-blue {
  color: #0f212d !important;
}

.color-orange {
  color: #ff5004 !important;
}

.color-gray {
  color: #666 !important;
}

.color-green {
  color: #006800 !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.container-fluid {
  padding: 0 !important;
}

/*--margins--*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

/*margin bottom*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.no-mar {
  margin: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-3 {
  margin-right: 3px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

/*----paddings---*/
.no-pad {
  padding: 0 !important;
}

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-0 {
  padding-top: 0;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

/*padding bottom*/
.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.form-control:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.f-11 {
  font-size: 11px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-13 {
  font-size: 13px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.arrangement .carousel-control-next, .arrangement .carousel-control-prev,
.flower-decoration .carousel-control-next, .flower-decoration .carousel-control-prev,
.cam-audio .carousel-control-next, .cam-audio .carousel-control-prev {
  top: 40% !important;
  height: fit-content !important;
}

.btn-primary {
  background-color: #0f212d;
  color: #fff;
  font-weight: 500;
  border-radius: 7px;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  width: fit-content;
  margin: 0 auto;
  border: solid 1px #0f212d;
  font-size: 14px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #ff5004 !important;
  border-color: #ff5004 !important;
  color: #fff;
}

.btn-outline {
  background-color: #fff;
  color: #0f212d;
  font-weight: 500;
  border-radius: 7px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  width: fit-content;
  margin: 0 auto;
  border-color: #0f212d;
  font-size: 14px;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  background-color: #ff5004;
  color: #fff;
  border-color: #ff5004;
}

/*--carousle--*/
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: #ff5004 !important;
  padding: 0 !important;
  font: inherit;
  border: solid 1px #ff5004 !important;
  border-radius: 50% !important;
  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
  text-align: center !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #ff5004 !important;
  color: #fff !important;
  text-decoration: none;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border-radius: 25px;
}

.popular-events img {
  height: 280px;
}

.event-card {
  border-radius: 16px;
  overflow: visible;
  transition: transform 0.3s ease;
  border: none;
}
.event-card .card-body {
  /*  box-shadow: 0 2px 7px rgb(0 0 0 / 21%);*/
  border-radius: 25px;
  /* margin: 15px 3px;*/
  padding: 10px;
}

.event-card .card-horizontal {
  border-radius: 22px;
  border: none;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 10px 4px;
  background-color: #f7f7f7;
}

.latest-restaurants, .latest-giftcard {
  padding: 20px;
}

.latest-restaurants .card-horizontal, .latest-giftcard .card-horizontal {
  min-height: 140px;
}

.latest-restaurants .card-horizontal img, .latest-giftcard .card-horizontal img {
  max-height: 120px;
}

/*--carousle--*/
/*--Start Populars--*/
section.populars {
  padding: 40px 20px 0;
}
section.populars h5.card-title {
  font-size: 16px;
  text-wrap-mode: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

h2.pop-header {
  color: #121826;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding-right: 30px;
}

.pop-header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #ff5004;
  border-radius: 4px;
}

span.event-date {
  font-size: 12px;
  color: #646464;
}

.event-cat {
  color: #ffffff;
  background-color: #ff5004;
  font-size: 13px;
  font-weight: 500;
  border-radius: 25px;
  padding: 2px 15px;
  border: solid 1px #ff5004;
  margin-top: 3px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  box-shadow: 0 2px 5px #411300;
  display: inline-block;
}

.event-cat2 {
  color: #ffffff;
  background-color: #ff5004;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  padding: 2px 15px;
  border: solid 1px #ff5004;
  margin-top: 3px;
  box-shadow: 0 2px 5px #411300;
  display: inline-block;
  line-height: 17px;
}

.card-img {
  overflow: hidden;
  border-radius: 25px;
}
.card-img img {
  transition: all 0.3s;
}
.card-img img:hover {
  transform: scale(1.1);
  transition: all 0.2s;
}

a.event-cat:hover, a.event-cat2:hover {
  color: #ffffff;
  background-color: #ff6a2a;
  border-color: #ff6a2a;
}

h5.card-title.d-block {
  font-weight: 600;
  color: #121826;
  margin-top: 10px;
  margin-bottom: 10px !important;
  font-size: 16px;
}

span.card-text {
  font-size: 12px;
  color: #646464;
  font-weight: 500;
}

.btn-buy {
  background-color: #0f212d;
  color: #fff;
  font-weight: 500;
  border-radius: 7px;
  width: fit-content;
  margin: 10px auto;
}

.btn-buy:hover, .btn-buy:focus, .btn-buy:active {
  background-color: #ff5004 !important;
  color: #fff !important;
  border-color: #ff5004 !important;
}

/*--End Populars--*/
.card-img-top {
  /* min-height:265px;*/
}

/*--Start Header section--*/
section.header {
  background-color: #0f212d !important;
  color: #fff;
  display: block;
  width: 100%;
  padding: 20px 20px;
}

/*--End Header section--*/
section.search-bar {
  background-color: #0f212d;
  padding-bottom: 15px;
}
section.search-bar input[type=text] {
  border: none;
  border-left: none !important;
  outline: none !important;
  color: #fff !important;
  background-color: transparent;
  border-radius: 30px;
  width: 100%;
  font-size: 16px;
}

/*--Start Navbar--*/
.navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.navbar .nav-link,
.navbar .navbar-brand,
.navbar .navbar-text {
  color: #fff !important;
}

.navbar .nav-link:hover {
  color: #ff5004 !important;
}

a.nav-link {
  font-size: 14px;
  font-weight: 600;
}

a.navbar-brand {
  background-color: #ff5004;
  border-radius: 14px;
  padding: 2px 8px;
}

.navbar-text {
  font-weight: 600;
}

button.navbar-toggler {
  color: #fff;
}

button.navbar-toggler:focus {
  border: none !important;
  outline: 0;
  box-shadow: none !important;
}

a.login-btn {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

a.login-btn:hover {
  color: #ff5004 !important;
}

.dropdown-menu {
  background-color: #0f212d;
  border: none;
  font-size: 14px;
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3019607843);
}

.dropdown-toggle::after {
  vertical-align: middle !important;
}

.dropdown-menu .dropdown-item {
  color: #fff;
  line-height: 30px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #2c4752;
}

/* زیرمنوهای چند سطحی */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  right: 100%;
  margin-right: 0.1rem;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    display: none !important;
  }
}
/* دکمه‌های ورود، عضویت و شماره تماس همیشه دیده بشن */
.navbar-auth {
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    display: none !important;
  }
  .navbar .nav-link, .navbar .navbar-brand, .navbar .navbar-text {
    color: #fff !important;
    margin: 0;
  }
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* نمایش زیرمنوی سطح دوم داخل offcanvas (موبایل) */
@media (max-width: 991.98px) {
  .dropdown-submenu .dropdown-menu {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: none;
  }
  .dropdown-submenu > .dropdown-menu.show {
    display: block;
  }
}
.offcanvas.offcanvas-start {
  width: 100% !important;
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
}

/* نمایش زیرمنوهای موبایل وقتی submenu-open اضافه شده */
@media (max-width: 991.98px) {
  .dropdown-submenu > .dropdown-menu.submenu-open {
    display: block !important;
  }
  .navbar-nav .dropdown-menu {
    position: static !important;
  }
  .offcanvas-body ul.dropdown-menu.show {
    transform: none !important;
    background-color: #fff !important;
  }
  .offcanvas-body a.dropdown-item {
    color: #666 !important;
    font-weight: 500;
  }
  .dropdown-menu .dropdown-item:hover {
    background-color: #f8fafe;
    border-radius: 10px;
  }
  ul.dropdown-menu.submenu-open {
    background-color: #fff !important;
  }
  ul.dropdown-menu.submenu-open a.dropdown-item {
    color: #666 !important;
    font-weight: 500;
    padding-right: 30px;
  }
}
/*--End Navbar--*/
.tooltip-inner {
  direction: rtl;
  font-family: "PrimaryNum" !important;
  font-size: 12px !important;
  text-align: center !important;
  background-color: #2c4752 !important;
}

.tooltip .tooltip-arrow::before {
  border-top-color: #2c4752 !important;
}

/*--Start Main Search--*/
.btn-search {
  background-color: rgba(255, 255, 255, 0.21);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: fit-content;
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  border-radius: 7px;
  border: solid 1px #fff;
}

.btn-search i {
  vertical-align: middle;
  margin-right: 3px;
}

.btn-search:hover, .btn-search:active, .btn-search:focus {
  background-color: #ff5004 !important;
  border-color: #ff5004 !important;
  cursor: pointer;
  color: #fff !important;
}

.main-search {
  background-color: #2c4752;
  border-radius: 7px;
  padding: 5px;
}
.main-search .form-control:focus {
  background-color: transparent !important;
}
.main-search .form-control {
  color: #fff !important;
}
.main-search input [type=text] {
  color: #fff !important;
}
.main-search ::placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-size: 13px;
  font-weight: 500;
}
.main-search .row {
  gap: 0;
}

.date-box {
  border-right: solid 1px #626d71;
  border-left: solid 1px #626d71;
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .event-subject {
    border-top: solid 1px #626d71 !important;
    border-radius: 0 !important;
    margin-top: 7px;
  }
  .date-box {
    border-left: none !important;
  }
}
@media screen and (max-width: 575px) {
  .event-subject {
    border-top: solid 1px #626d71 !important;
    border-radius: 0 !important;
    margin-top: 7px;
  }
  .date-box {
    border-left: none !important;
    border-right: none !important;
  }
  .event-city {
    border-bottom: solid 1px #626d71 !important;
    border-radius: 0 !important;
    margin-bottom: 7px;
  }
}
/*--End Main Search--*/
/*--Start Slider--*/
.swiper {
  width: 100%;
  height: 400px;
}

.swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.slide-content {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
  color: white;
  text-align: right;
}

.slide-content h2 {
  font-size: 2rem;
  font-weight: 600;
}

.slide-content p {
  font-size: 1.3rem;
  font-weight: 600;
}

.swiper a {
  color: #fff !important;
}

@media (max-width: 768px) {
  .slide-content h2 {
    font-size: 1.4rem;
  }
  .slide-content p {
    font-size: 0.9rem;
  }
}
.content-txt {
  border-right: solid 5px #ff5004;
  border-left: none;
  border-top: none;
  border-bottom: none;
  padding-right: 15px;
  display: block;
}

@media (max-width: 576px) {
  .swiper {
    height: 250px;
  }
}
.slide-content .btn-glass {
  background-color: rgba(255, 255, 255, 0.21);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: fit-content;
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
  border-radius: 7px;
  border: solid 1px #fff;
  margin: 10px 0 0 0;
}
.slide-content .btn-glass i {
  vertical-align: middle;
  margin-right: 3px;
}
.slide-content .btn-glass:hover, .slide-content .btn-glass:active, .slide-content .btn-glass:focus {
  background-color: #ff5004 !important;
  border-color: #ff5004 !important;
  cursor: pointer;
  color: #fff !important;
}

/*--End Slider--*/
/*--Start Countdown Timer--*/
.countdown {
  font-family: "PrimaryNum";
  color: #fff;
  padding: 10px 0;
  border-radius: 12px;
  display: inline-flex;
  gap: 15px;
  font-weight: 700;
  font-size: 1.2rem;
  user-select: none;
  transition: background-color 0.3s ease;
  direction: ltr;
}

.countdown span {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 40px;
  animation: fadeIn 0.5s ease forwards;
}

.countdown span .number {
  font-size: 1.8rem;
  line-height: 2.4;
  width: 60px;
  text-align: center;
  transition: color 0.5s ease;
  background-color: #ff5003;
  border-radius: 5px;
}

.countdown span .label {
  font-size: 0.7rem;
  opacity: 1;
  margin-top: 5px;
  text-transform: uppercase;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.countdown-txt {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 10px;
  width: fit-content;
  border-radius: 20px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  text-wrap-mode: nowrap;
}

/*--End Countdown Timer--*/
/*--Start Categories--*/
.scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  white-space: nowrap;
  cursor: grab;
  text-align: center;
  background-color: #0f212d;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.scroll-inner {
  display: inline-flex;
  justify-content: center;
  gap: 1rem;
  padding: 0 1rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

.scroll-inner,
.item,
.circle-item,
.label {
  user-select: none;
}

#eventScroll {
  user-select: none;
  cursor: grab;
}

.circle-item {
  width: 80px;
  height: 80px;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #06232b;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  border: solid 1px #b5c4f1;
  justify-content: center;
  align-items: center;
}

.c-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.circle-item img {
  width: 35px;
}

.c-label {
  font-size: 13px;
  color: #ffffff;
  white-space: normal;
  text-align: center;
  line-height: 1.5;
  font-weight: 300;
}

.circle-item:hover {
  transform: scale(1.1);
}

/*--End Categories--*/
/*--Start about us--*/
.wavy-section {
  background-color: #f8f8fa;
  color: white;
  overflow: hidden;
}

.wave-top svg,
.wave-bottom svg {
  display: block;
  width: 100%;
  height: 100px;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.wave-top {
  margin-bottom: -1px;
  transform: scaleY(-1);
}

.wave-bottom {
  margin-top: -1px;
  transform: scaleY(-1);
}

.w-content {
  background-color: #f8f8fa;
}

.aboutus .card {
  background-color: transparent;
  border: none;
}
.aboutus .card img {
  width: 130px;
}
.aboutus .card .card-body h3 {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 12px 0;
  color: #121826;
}
.aboutus .card .card-body p {
  font-size: 15px;
  color: #121826;
}

.aboutus h2 {
  font-size: 1.3rem !important;
  font-weight: 700;
  margin-bottom: 50px;
  color: #121826;
  position: relative;
}

.aboutus h2::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 10px;
  background-color: #ff5004;
  border-radius: 5px;
}

p.main-txt {
  font-size: 15px;
  line-height: 30px;
  max-width: 90%;
  margin: 0 auto 30px;
}

/*--End about us--*/
/*--Start Cities--*/
.cities {
  padding: 40px 20px 10px;
}

h2.cities-header {
  color: #121826;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding-right: 30px;
}

.cities-header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #ff5004;
  border-radius: 4px;
}

.cities-header .all-link {
  line-height: 30px;
}

.image-box {
  width: 100%;
  max-width: 100%;
  position: relative;
  border-radius: 45px 45px 0 0 !important;
  border-bottom: solid 6px #ff5004;
  height: 100%;
  box-sizing: border-box;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 45px 45px 0 0;
  transition: all 0.3s;
}
.image-box img:hover {
  transition: all 0.2s;
  transform: scale(1.1);
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(138, 115, 242, 0) 0%, rgba(30, 10, 60, 0.48) 50%, rgba(30, 10, 60, 0.7) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1rem 1.4rem;
  border-radius: 0;
}

.image-title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
}

a.all-link {
  color: #ff5004;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s;
  text-wrap-mode: nowrap;
}
a.all-link i {
  vertical-align: middle;
  margin-right: 3px;
}
a.all-link:hover {
  color: #0f212d;
  transition: all 0.2s;
}

/*--End Cities--*/
/*--Start Flights--*/
h2.flight-header {
  color: #121826;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-right: 30px;
}

.flight-header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #ff5004;
  border-radius: 4px;
}

.latest-flights {
  padding: 0 20px 10px;
}

img.l-arrow {
  width: 70px !important;
  display: inline-block !important;
}

.price-from {
  border-top: dashed 1px #ddd;
  line-height: 50px;
}

.latest-flights .card-body i {
  transform: scaleX(-1);
  padding: 0 3px;
}

.f-item-img {
  display: inline-block !important;
  margin-left: 5px;
  vertical-align: middle;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*--End Flights--*/
.latest-bus, .latest-train, .latest-flights {
  padding: 20px 20px;
  background-color: #f8f8fa;
}
.latest-bus .event-card, .latest-train .event-card, .latest-flights .event-card {
  border-radius: 20px;
  overflow: visible;
  transition: transform 0.3s ease;
  border: none;
  background-color: transparent;
}
.latest-bus .event-card .card-body, .latest-train .event-card .card-body, .latest-flights .event-card .card-body {
  box-shadow: none;
  border-radius: 20px;
  margin: 4px;
  background-color: #fff;
  border: solid 1px #e9e9e9;
}

/*--Start Sport Section--*/
.sports {
  padding: 40px 20px;
}
.sports .event-card {
  border-radius: 25px;
  overflow: visible;
  transition: transform 0.3s ease;
  border: solid 1px #fff;
}
.sports .event-card .card-body {
  box-shadow: none;
  border-radius: 0 0 25px 25px;
  margin: 0;
  background-color: #2c4752;
  padding: 15px;
}
.sports .event-card .card-img {
  overflow: hidden;
  border-radius: 25px 25px 0 0;
}
.sports .event-card .card-img img {
  display: block;
  width: 100%;
  border-radius: 25px 25px 0 0;
  height: 230px !important;
}
.sports .event-card .event-date {
  color: #ffffff;
}
.sports .event-card h5.card-title {
  color: #ffffff;
  font-size: 16px;
  text-wrap-mode: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sports .event-card .card-text {
  color: #ffffff;
  display: block;
}

.btn-glass {
  background-color: rgba(255, 255, 255, 0.21);
  color: #fff;
  font-weight: 500;
  border-radius: 7px;
  width: fit-content;
  margin: 0 auto;
  border: solid 1px rgba(255, 255, 255, 0.6392156863);
}
.btn-glass:hover, .btn-glass:focus, .btn-glass:active {
  background-color: #ff5004 !important;
  color: #fff !important;
  border-color: #ff5004 !important;
}

h2.sport-header {
  color: #121826;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding-right: 30px;
}

.sport-header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #ff5004;
  border-radius: 4px;
}

/*--End Sport Section--*/
/*--Start Hotel Section--*/
.hotels {
  padding: 40px 20px;
}

h2.hotels-header {
  color: #121826;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding-right: 30px;
}

.hotels-header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #ff5004;
  border-radius: 4px;
}

.stars .star {
  font-size: 10px !important;
}

/*--End Hotel Section--*/
/*--Start Sell--*/
.sell {
  padding: 20px 0;
}
.sell img {
  max-width: 80%;
}
.sell h2.sell-header {
  color: #121826;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding-right: 30px;
}
.sell .sell-header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #ff5004;
  border-radius: 4px;
}
.sell p {
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 40px;
}
.sell .btn-sell {
  background-color: #0f212d;
  color: #fff;
  font-size: 20px;
}
.sell .btn-sell:hover {
  background-color: #ff5004;
  color: #fff;
}
.sell .btn-sell:focus {
  background-color: #ff5004;
  color: #fff;
}
.sell .btn-sell:active {
  background-color: #ff5004;
  color: #fff;
}

/*--End Sell--*/
/*--Start App Download--*/
h2.app-header {
  color: #121826;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding-right: 30px;
}

.app-header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #ff5004;
  border-radius: 4px;
}

.app-download {
  border: solid 1px #a3a3a3;
  border-radius: 15px;
  padding: 30px 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0.1) 100%);
}

.download-btns img {
  max-width: 48%;
}

.qr-code span {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .app-img {
    max-width: 70%;
  }
}
@media screen and (max-width: 1199px) {
  .app-img {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .qr-code img {
    max-width: 60%;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}
.app {
  padding-bottom: 30px;
}

/*--End App Download--*/
/*--Start FAQ--*/
.faq {
  padding: 30px 20px;
}
.faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  margin-left: 5px !important;
  width: 42px;
  height: 42px;
  background-size: 40px;
  opacity: 0.6;
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.faq .accordion {
  border: none !important;
  padding: 20px 60px;
}
.faq .accordion-button:not(.collapsed) {
  color: #121826 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.faq .accordion-button {
  padding: 20px 0 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.faq .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion-body {
  font-size: 15px !important;
  padding-right: 0 !important;
}
.faq .accordion-item {
  border: solid 1px #c4c2c2 !important;
  border-right: none !important;
  border-left: none !important;
  border-radius: 0 !important;
  margin-bottom: -1px;
}

h2.faq-header {
  color: #121826;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-right: 30px;
}

.faq-header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #ff5004;
  border-radius: 4px;
}

@media screen and (max-width: 575px) {
  .faq .accordion {
    padding: 20px 20px;
  }
}
/*--End FAQ--*/
/*--Start News--*/
.news {
  padding: 30px 30px;
}
.news .card {
  border: none !important;
}
.news .card img.card-img-top {
  border-radius: 25px 25px 0 0 !important;
}
.news .card h5.card-title {
  font-size: 16px;
  font-weight: 600;
  color: #121826;
  border-bottom: solid 1px #ff5004;
  padding-bottom: 15px;
  transition: all 0.2s;
}
.news .card h5.card-title:hover {
  color: #ff5004;
  transition: all 0.2s;
}
.news .card span.news-date {
  font-size: 13px;
}
.news .card .arrow-link {
  color: #ff5004;
  transition: all 0.2s;
}
.news .card .arrow-link:hover {
  color: #0f212d;
  transition: all 0.2s;
}

h2.news-header {
  color: #121826;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding-right: 30px;
}

.news-header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #ff5004;
  border-radius: 4px;
}

/*--End News--*/
/*--Start Footer--*/
.footer {
  background-color: #0f212d;
  padding: 50px 20px 0;
  color: #fff;
}
.footer .social-icon img {
  width: 42px;
}
.footer .social-icon img:hover {
  transform: translateY(-2px);
  transition: all 0.2s;
}
.footer a.navbar-brand {
  font-size: 30px;
  display: block;
  width: fit-content;
  margin-bottom: 30px;
}
.footer p {
  font-size: 13px;
  line-height: 28px;
  text-align: justify;
  font-weight: 300;
}
.footer a.social-icon {
  margin-left: 7px;
}
.footer ul {
  list-style-type: none;
  padding-left: 0 !important;
}
.footer ul li a {
  color: #fff;
  padding: 3px 0;
  line-height: 34px;
  font-size: 13px;
  transition: all 0.2s;
  font-weight: 300;
}
.footer ul li a:hover {
  color: #ff5004;
  transition: all 0.2s;
  margin-right: 3px;
}
.footer a.app-btn img {
  max-width: 100%;
  margin-left: 5px;
  border: solid 1px rgba(255, 255, 255, 0.3019607843);
  border-radius: 13px;
}
.footer a.app-btn {
  display: inline-block;
  max-width: 48%;
}
.footer .copy-right {
  padding: 25px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.2588235294);
  font-size: 12px;
  font-weight: 300;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .footer a.app-btn {
    max-width: 18%;
  }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
  .footer a.app-btn {
    max-width: 30%;
  }
}
@media screen and (max-width: 575px) {
  .footer a.app-btn {
    max-width: 48%;
  }
}
@media screen and (max-width: 991px) {
  .footer-desc {
    margin-bottom: 40px;
    text-align: center !important;
  }
  .footer-desc a.navbar-brand {
    margin-right: auto;
    margin-left: auto;
  }
  .footer-desc p {
    text-align: center !important;
  }
}
h2.footer-header {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  padding-right: 30px;
}

.footer-header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #ff5004;
  border-radius: 2px;
}

/*--End Footer--*/
/*--Start Date Picker--*/
.datepicker-plot-area {
  font-family: "PRIMARYNUM" !important;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 70px;
  display: block;
  width: 260px !important;
  min-width: 260px !important;
  padding: 3px;
  position: absolute;
  border: 1px solid #ebebeb !important;
  background-color: #fff;
  top: 0;
  border-radius: 0px 0px 10px 10px !important;
}

.datepicker-plot-area {
  box-shadow: 0 10px 10px rgba(2, 2, 2, 0.18) !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span, .datepicker-plot-area .datepicker-year-view .year-item.selected, .datepicker-plot-area .datepicker-month-view .month-item.selected {
  background-color: #0f212d !important;
  color: #fff;
  border: none;
  text-shadow: none !important;
  height: 32px !important;
  line-height: 32px !important;
  border-radius: 10px !important;
  width: 32px !important;
  padding: 0 !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td.today span {
  background-color: rgba(1, 35, 71, 0.6784313725) !important;
  color: #fff;
  border: none;
  text-shadow: none !important;
  height: 32px !important;
  line-height: 32px !important;
  border-radius: 10px !important;
  width: 32px !important;
  padding: 0 !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover, .datepicker-plot-area .datepicker-day-view .table-days td span:hover, .datepicker-plot-area .datepicker-year-view .year-item:hover, .datepicker-plot-area .datepicker-month-view .month-item:hover {
  background-color: #ff5004 !important;
  color: #fff;
  border: none;
  text-shadow: none !important;
  height: 32px !important;
  line-height: 32px !important;
  border-radius: 10px !important;
  width: 32px !important;
  padding: 0 !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td span {
  display: block;
  width: 100%;
  height: 32px !important;
  line-height: 32px !important;
  padding: 0;
  margin: 0;
  font-size: 14px !important;
}

/*--End Date Picker--*/
/*--Start Ticket Details--*/
.pages {
  padding: 30px 0;
}

h2.event-header {
  color: #121826;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  h2.event-header {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .tour-price {
    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  h2.event-header {
    color: #121826;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    margin-top: 30px;
  }
}
span.cat-image {
  width: 46px;
  display: inline-block;
  border: solid 1px #d8d8e3;
  height: 46px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 46px;
  margin-left: 10px;
  background-color: #f8f8fa;
  box-shadow: 0 2px 2px #d3e3fd;
}

span.cat-image img {
  width: 30px;
}

.image-wrapper {
  position: relative;
}

span.event-desc {
  font-size: 14px;
  line-height: 27px;
  display: block;
  text-align: justify;
}

.event-pic {
  border-radius: 20px;
  border-bottom: solid 3px #ff5004;
}

form.events label.label-form {
  top: -10px;
  font-size: 12px;
  color: #666;
  background-color: #fff;
  right: 7px;
  padding: 0 0 0 7px;
  position: absolute;
  z-index: 10;
}

.events .form-group {
  position: relative !important;
}

.events .form-control {
  height: 45px;
  line-height: 45px;
  border: solid 1px #cbd5e1 !important;
  border-radius: 10px;
  padding: 15px;
}

.events .form-control:focus {
  border-color: #0f212d !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
}

.select2-container .select2-selection--single {
  height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px !important;
}

.select2-dropdown {
  border-radius: 0 0 20px 20px !important;
  overflow: auto !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: 0 0 3px #ccc;
}

.select2-results__option {
  padding: 6px 12px !important;
}

input#datepicker1 .datepicker-plot-area {
  top: 0 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ff5004 !important;
  color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  box-shadow: none !important;
  outline: 0 !important;
}

.select2-search--dropdown .select2-search__field {
  padding: 6px 15px;
  width: 100%;
  box-sizing: border-box;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 15px !important;
  padding-left: 20px;
}

.results {
  border-radius: 25px;
  box-shadow: 0 0 10px #ddd;
  padding: 20px 20px 5px;
}

.res-num {
  width: 100%;
  display: block;
  border-bottom: solid 1px #cbd5e1;
  padding-bottom: 10px;
  font-size: 14px;
  color: #666;
}

.res-num span {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  color: #222222;
  margin-right: 5px;
}

.each-event {
  padding: 15px 0;
  border-bottom: solid 1px #cbd5e1;
  margin-left: 0;
  margin-right: 0;
  align-items: center;
}

.each-event-date {
  background-color: #ff5004;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}

span.day {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 7px;
  display: block;
  line-height: normal;
}

span.month {
  display: block;
  font-size: 14px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.3019607843);
  padding: 7px 1px;
  line-height: normal;
}

.event-time {
  line-height: 35px;
}

.event-place-name {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 35px;
  color: #121826;
}

.event-location {
  font-size: 14px;
  line-height: 33px;
}

@media screen and (max-width: 767px) {
  .each-event .btn-choose {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .each-ticket .btn-choose {
    padding: 0 5px !important;
    font-size: 14px;
  }
  .btn-primary {
    padding: 0 5px !important;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .f-btns {
    padding-bottom: 10px;
  }
}
.btn-choose {
  background-color: #0f212d;
  color: #fff;
  font-weight: 500;
  border-radius: 7px;
  height: 36px;
  line-height: 36px;
  padding: 0 6px;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
}

.btn-choose:hover, .btn-choose:focus, .btn-choose:active {
  background-color: #ff5004 !important;
  color: #fff !important;
  border-color: #ff5004 !important;
}

.btn-choose i {
  vertical-align: middle;
  margin: 0 3px;
}

@media screen and (max-width: 575px) {
  .each-event span.day, .each-event span.month {
    display: inline-block;
    font-size: 1.5rem;
    background-color: #ff5004;
  }
  .each-event .each-event-date {
    margin-bottom: 10px;
  }
}
.each-event:last-child {
  border-bottom: none;
}

.pages .faq .accordion {
  padding: 20px 0;
}

/*--Start Comments Section--*/
.comments input.form-control {
  border: solid 1px #d8d8e3 !important;
  border-radius: 10px;
  height: 50px;
  background-color: #fff;
}

.comments textarea {
  border: solid 1px #d8d8e3 !important;
  border-radius: 10px;
}

.comments input.form-control:focus, .comments textarea:focus {
  border: solid 1px #0f212d !important;
}

.btn-send {
  background-color: #0f212d;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  border-radius: 10px;
  height: 50px;
  transition: all 0.2s;
}
.btn-send:hover, .btn-send:focus, .btn-send:active, .btn-send:focus-visible {
  background-color: #ff5004 !important;
  transition: all 0.2s;
  color: #fff !important;
  border: none !important;
}

section.comments {
  background-color: #f8f8fa;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.comment-card img {
  width: 38px;
}

.comment-card {
  border-radius: 20px;
  box-shadow: 0 0 5px #cbd5e1;
  border: none;
}
.comment-card .card-body {
  font-size: 14px;
  color: #121826;
}

.comment-card .card-header {
  background-color: transparent;
  font-weight: 500;
  color: #51759d;
  font-size: 14px;
  line-height: 38px;
  border-bottom: solid 1px #d8d8e3;
}

.comment-card.reply {
  background-color: #f8f8fa;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-right: 30px;
}

/*--End Comments Section--*/
/*--End Ticket Details--*/
/*--Start Flight Tickets--*/
.scroll-inner-date {
  display: inline-flex;
  justify-content: center;
  gap: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}

.date-item {
  width: 110px;
  height: 50px;
  margin: 0px 3px;
  border-radius: 10px;
  background-color: #f8f7fa;
  display: display !important;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
  /* border: solid 1px #a5b4db; */
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}

.d-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.date-item img {
  width: 42px;
}

.d-label {
  font-size: 0.85rem;
  color: #0f212d;
  white-space: normal;
  text-align: center;
  line-height: 1.1;
  font-weight: 600;
}

.date-item:hover {
  transform: scale(1.1);
}

.flight-dates .scroll-container {
  border-bottom: none;
  border: solid 1px #d9d9e4;
  border-radius: 10px;
  background-color: #ffffff;
}

.flight-res-num span {
  font-size: 16px;
  font-weight: 700;
  width: 32px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: rgb(244, 241, 248);
  border-radius: 10px;
  color: #222222;
}

.each-ticket {
  box-shadow: 0 0 10px #ddd;
  border-radius: 25px;
  padding: 10px 5px;
  margin-bottom: 20px !important;
}
.each-ticket .btn-choose {
  background-color: #ffffff;
  color: #0f212d;
  font-weight: 500;
  border-radius: 7px;
  height: 36px;
  line-height: 36px;
  padding: 0 6px;
  width: fit-content;
  margin: 0 auto;
  border: solid 1px #0f212d;
  font-size: 14px;
}
.each-ticket .btn-choose:hover, .each-ticket .btn-choose:focus, .each-ticket .btn-choose:active {
  color: #fff !important;
  background-color: #0f212d !important;
  border-color: #0f212d !important;
}

.f-badge2 {
  top: -15px;
  font-size: 12px;
  font-weight: 500;
  color: #2c4752;
  padding: 0;
  margin-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.each-ticket:hover {
  box-shadow: 0 0 12px #c3c3c3;
}

.airline {
  font-size: 12px;
  font-weight: 600;
  color: #666;
}

.flight-number {
  font-size: 14px;
  /* margin-top: 5px;*/
  display: block;
  font-weight: 500;
  color: #666;
}

.airline-logo img {
  width: 32px !important;
  margin-top: 10px !important;
  margin-bottom: 5px !important;
  border: solid 1px #b7c4f1;
  height: 32px !important;
  border-radius: 50%;
}

.plane {
  transform: scaleX(-1);
  color: #666 !important;
  font-size: 14px;
}

.arrow {
  height: 0;
  flex-direction: row;
  align-items: start;
}

.circle {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 1px #666;
  margin-top: 2px;
}

.flight-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flight-time {
  font-size: 20px;
  font-weight: 600;
  color: #012347;
}

.origin, .destination {
  font-size: 13px;
  font-weight: 500;
  color: #121826;
}

.br {
  border-right: solid 1px #626d71;
}

.br-flight {
  border-right: solid 1px #626d71;
}

@media screen and (max-width: 767px) {
  .br-flight {
    border: none;
    background-color: rgba(255, 255, 255, 0.1294117647);
    border-radius: 7px;
    margin-bottom: 10px;
  }
  .br-flight2 {
    border: none;
    background-color: rgba(255, 255, 255, 0.1294117647);
    border-radius: 7px;
    margin-bottom: 10px;
  }
  .bg-flight {
    border: none;
    background-color: rgba(255, 255, 255, 0.1294117647);
    border-radius: 7px;
    margin-bottom: 10px;
  }
  .main-search {
    padding: 10px;
  }
  .destination-box {
    border-right: none !important;
  }
}
.airport {
  font-size: 12px;
  color: #0f212d;
  margin-top: 5px;
}

.line {
  width: 200px;
  border-bottom: solid 1px #b7c4f1;
  height: 7px;
}

.f-t {
  gap: 1rem;
}

.f-start, .f-end {
  flex-direction: column;
  align-items: center;
}

.rial {
  font-size: 11px !important;
}

.f-extra-info {
  flex-direction: column;
  text-align: left;
  font-size: 12px;
  align-items: end;
  border-left: solid 1px #b7c4f1;
}

.f-badge {
  background-color: #f8f7fa;
  border-radius: 30px;
  padding: 4px 10px;
  margin-bottom: 4px;
  width: fit-content;
}

.f-price {
  font-size: 17px;
  font-weight: 600;
  color: #006800;
}

.sorting select:focus {
  border-color: #0f212d !important;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .line {
    width: 150px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .line {
    width: 70px;
  }
  .flight-time {
    font-size: 18px;
  }
  .f-price {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .f-extra-info {
    flex-direction: row;
    text-align: center;
    font-size: 12px;
    width: 100%;
    margin-top: 15px;
    border: none;
    justify-content: space-between;
    margin-bottom: 10px;
    border-top: dashed 1px #b7c4f1;
    border-bottom: dashed 1px #b7c4f1;
    padding-top: 5px;
  }
  .line {
    width: 120px;
  }
  .each-ticket span.month {
    font-size: 12px;
  }
  .f-price {
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .f-extra-info {
    flex-direction: row;
    text-align: center;
    font-size: 12px;
    width: 100%;
    margin-top: 15px;
    border: none;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    padding: 10px 0;
  }
  .airline {
    font-size: 11px;
    font-weight: 500;
  }
  .line {
    width: 80px;
  }
  .each-ticket span.month {
    font-size: 12px;
  }
  .f-price {
    font-size: 17px;
  }
  .flight-time {
    font-size: 18px;
  }
  .f-t {
    margin-top: 15px;
  }
  .alltickets .airline-info {
    float: none;
    margin-left: 0;
  }
  .alltickets .f-price {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 575px) and (min-width: 450px) {
  .line {
    width: 160px;
  }
}
@media screen and (max-width: 449px) {
  .line {
    width: 80px;
  }
}
/*side popup*/
.side-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 90%;
  max-width: 550px;
  background: #fff;
  z-index: 1055;
  overflow-y: auto;
  transition: left 0.4s ease;
  padding: 1rem;
  /*  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);*/
}

.side-panel.active {
  left: 0;
}

@media screen and (max-width: 500px) {
  .side-panel {
    width: 100%;
  }
}
.side-panel-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1050;
}

.side-panel-overlay.active {
  display: block;
}

.close-panel-btn {
  border: none;
  background: none;
  cursor: pointer !important;
  width: 24px;
  height: 24px;
  font-size: 2rem;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

body.fixed-position {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.f-p-ticket {
  background-color: #f9f9f9;
  border-radius: 20px;
  border: solid 1px rgba(1, 35, 71, 0.2705882353);
  margin-top: 10px;
}

.alltickets {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.flight-cap img {
  width: 20px;
  vertical-align: sub;
}

.side-panel .panel-header {
  height: 50px;
  line-height: 40px;
  font-size: 17px;
  font-weight: 600;
  border-bottom: solid 1px #e1e3e1;
  margin-bottom: 15px;
}
.side-panel .accordion-item {
  border-radius: 10px !important;
  margin-bottom: 15px;
  border: solid 1px #ddd;
}
.side-panel .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
  background-size: 14px;
}
.side-panel .accordion-button {
  border-radius: 10px !important;
  font-weight: 500;
}
.side-panel .accordion-button:not(.collapsed) {
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.side-panel button.accordion-button i {
  transform: scaleX(-1);
  font-size: 12px;
  margin-left: 12px;
}
.side-panel .accordion-button:focus {
  box-shadow: none !important;
}
.side-panel .origin-city, .side-panel .destination-city {
  margin: 0 5px;
}
.side-panel .f-badge {
  font-size: 12px;
}
.side-panel .flight-segment-detail1, .side-panel .flight-segment-detail2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 10px;
  min-height: 300px;
  text-align: center;
}
.side-panel .flight-segment-detail3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 10px;
  min-height: 300px;
  text-align: right;
}
.side-panel .flight-segment-detail3 img {
  width: 20px;
  margin-left: 15px;
}
.side-panel .flight-date {
  font-size: 12px;
  color: #666;
}
.side-panel .flight-duration {
  font-size: 12px;
  color: #666;
  font-weight: 600;
}
.side-panel .accordion-body {
  padding-top: 0 !important;
}
.side-panel .airport {
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  position: relative;
  margin-top: 0;
}
.side-panel .plane-down i {
  transform: rotatez(90deg);
}
.side-panel .flight-segment-center:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #b7c4f1;
  left: calc(50% - 1px);
}
.side-panel .flight-segment-center {
  position: relative;
  margin: 0 10px;
}
.side-panel .circle {
  margin: 3px auto;
}
.side-panel .flight-p-2 {
  text-align: center !important;
  background-color: #fff;
  position: relative;
}
.side-panel table.flight-price {
  font-size: 13px;
  width: 100% !important;
}
.side-panel table.flight-price tbody, .side-panel table.flight-price thead {
  width: 100% !important;
}
.side-panel table.flight-price tr {
  width: 100% !important;
}
.side-panel table.flight-price td {
  width: 50% !important;
}
.side-panel .f-rules p {
  font-size: 14px !important;
  font-size: 14px !important;
}
.side-panel .panel-footer {
  border-top: solid 2px #ff5004;
  width: 100%;
  background-color: #fff;
  padding: 15px 0 0;
}
.side-panel .f-total-price {
  font-size: 24px;
  font-weight: 600;
  color: #006800;
}

.flipx {
  transform: scaleX(-1) !important;
}

.btn-buy-ticket {
  background-color: #ff5004;
  color: #fff;
}
.btn-buy-ticket:hover, .btn-buy-ticket:focus, .btn-buy-ticket:active {
  background-color: #0f212d !important;
  color: #fff !important;
}

/*--End Flight Tickets--*/
/*--Start Hotel Details--*/
.hotel-det .sorting {
  padding: 10px 0 20px;
  border-top: solid 1px #d8d8e3;
}

.h-address {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #0f212d;
  padding-top: 20px;
}

.hotel-search {
  margin-top: 50px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .hotel-search {
    margin-top: 20px;
  }
  .h-address {
    padding-top: 10px;
  }
}
.hotel-range-picker .form-control {
  border: solid 1px #cbd5e1 !important;
  border-radius: 10px !important;
  height: 45px !important;
  color: #0f212d !important;
}
.hotel-range-picker .select2-container {
  width: 100% !important;
}
.hotel-range-picker .nights-diff {
  position: absolute;
}
.hotel-range-picker label.position-absolute {
  top: -10px;
  font-size: 12px;
  color: #666;
  background-color: #fff;
  right: 7px;
  padding: 0 0 0 7px;
}
.hotel-range-picker span#nights-diff {
  position: absolute;
  top: -20px;
  left: 10px;
  color: #0f212d;
  font-size: 14px;
}

.checkin, .checkout {
  color: #ffffff;
  font-size: 13px;
  display: block;
  line-height: 36px;
  font-weight: 500;
}

.checkout {
  background-color: rgba(255, 255, 255, 0.3019607843);
}

.checkin span, .checkout span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.every-room {
  background-color: #f0f0f3;
  border-radius: 30px;
  padding: 5px;
}

.each-hotel .card {
  border-radius: 10px;
  padding: 15px 0;
  border: 1px solid #e9ecef;
  background-color: #f8f9fa;
  transition: all 0.2s;
}
.each-hotel .card:hover {
  border-color: #0f212d;
  box-shadow: 0 2px 5px rgba(15, 33, 45, 0.15);
  transition: all 0.2s;
}
.each-hotel .room-name {
  font-weight: 600;
  color: #121826;
  font-size: 15px;
  margin-bottom: 5px;
}
.each-hotel .room-name i.fa-bed {
  transform: scaleX(-1) !important;
  color: #ff5004;
}
.each-hotel .h-room-det label {
  font-size: 13px;
  color: #666;
  font-weight: 400;
}
.each-hotel .room-cap {
  margin: 0 10px;
  font-weight: 600;
}
.each-hotel .room-cap i {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .h-reserve {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .hotel-det .search-res {
    text-align: left;
  }
}
/*--End Hotel Details--*/
@media screen and (max-width: 575px) {
  .trains .alltickets .f-price {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.gift-card .results {
  border-radius: 25px;
  box-shadow: none;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .gift-card .f-price {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .gift-card .card h5.card-title {
    font-size: 16px;
    line-height: 26px;
  }
}
/*-----Start Tour page-----*/
.tour-desc i {
  width: 30px;
  text-align: center;
  color: #ff5004;
}

.tour-desc {
  line-height: 30px;
  color: #666;
  font-size: 14px;
}

.tour-detail {
  font-size: 15px;
  font-weight: 500;
  color: #0f212d;
  margin-right: 10px;
}

/*-----End Tour page-----*/
/*--Start Events List Page--*/
.events-list .tab-pane {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.2s ease;
}
.events-list .tab-pane.active.show {
  opacity: 1;
  transform: translateY(0);
}
.events-list #events-tab-content {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.events-list ul#events-tab {
  border-bottom: solid 1px #ff5004;
}
.events-list .nav-tabs .nav-item.show .nav-link, .events-list .nav-tabs .nav-link.active {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: solid 5px #ff5004;
  color: #ff5004;
}
.events-list .nav-tabs .nav-link {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: solid 4px #fff;
  color: #121826;
}

/*--End Events List Page--*/
/*--Start Select Seat--*/
.screen {
  width: 100%;
  background: #ddd;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  border-radius: 8px;
}

.seat-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  overflow: overlay;
}

.row-label {
  width: 40px;
  text-align: center;
  font-weight: bold;
  margin-right: 8px;
}

.seat-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.seat-map {
  display: grid;
  grid-template-columns: repeat(10, 40px);
  gap: 8px;
}

.seat {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  font-weight: 600;
}

.seat.available.vip {
  background-color: #696969;
  color: #fff;
}

/* VIP بنفش */
.seat.available.normal {
  background-color: #999999;
  color: #fff;
}

/* معمولی سبز */
.seat.available.balcony {
  background-color: #292929;
  color: #fff;
}

/* بالکن آبی */
.seat.selected {
  background-color: #ff5004;
  color: #fff;
}

.seat.sold {
  background-color: #d6d6d6;
  color: #fff;
  cursor: not-allowed;
}

.legend {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 600;
}

.legend div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.legend span {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .seat {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
  .seat-map {
    grid-template-columns: repeat(10, 28px);
    gap: 6px;
  }
}
h2.event-header-seats {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 575px) {
  h2.event-header-seats {
    margin-top: 20px;
  }
}
.selected-seats h5 {
  font-size: 16px;
  font-weight: 600;
  color: #5d5d5d;
  margin-bottom: 15px;
}
.selected-seats .list-group-item {
  border: none;
  background-color: #f8f8fa;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.selected-seats .remove-seat {
  height: 26px;
}

/*--End Select Seat--*/
/*--Start horizontal cards--*/
.card-horizontal {
  border: solid 1px #cbd5e1;
  border-radius: 15px;
}
.card-horizontal .card-body {
  box-shadow: none !important;
  border-radius: 0;
  margin: 0 !important;
  padding: 0 10px;
}
.card-horizontal .card-body p.card-text {
  margin-bottom: 0;
}
.card-horizontal .img-fluid {
  border-radius: 0 15px 15px 0;
}
.card-horizontal h5.card-title {
  font-size: 16px;
  font-weight: 600;
  color: #121826;
  line-height: 30px;
  margin-top: 0;
  min-height: auto;
  text-wrap-mode: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*--End horizontal cards--*/
/*--Start Login--*/
body.login-page {
  background-color: #0f212d !important;
}

section.login {
  padding: 100px 0;
}

.login-box {
  color: #fff;
  border-radius: 25px;
  overflow: clip;
  box-shadow: 0 0 70px rgba(255, 255, 255, 0.3294117647);
}
.login-box .form-control {
  background-color: #2c4752;
  color: #fff !important;
  height: 50px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 30px;
  border: none;
}
.login-box .form-control:focus, .login-box .form-control:hover {
  background-color: #2c4752;
  color: #fff !important;
}
.login-box ::placeholder {
  color: #fff !important;
  opacity: 0.7 !important;
  font-size: 13px;
  font-weight: 500;
}
.login-box img.logo {
  width: 150px;
  margin-bottom: 30px;
}

.login-pic {
  background-image: url("../images/login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.btn-login {
  background-color: rgba(255, 255, 255, 0.21);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: fit-content;
  padding: 0 12px;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  border: solid 1px #fff;
}
.btn-login:hover, .btn-login:active, .btn-login:focus {
  background-color: #ff5004 !important;
  border-color: #ff5004 !important;
  cursor: pointer;
  color: #fff !important;
}

/*--End Login--*/
/*--Start User Profile--*/
h2.profile-header {
  color: #121826;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding-right: 30px;
}

.profile-header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #ff5004;
  border-radius: 4px;
}

#sticky-side {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  border-radius: 15px;
  width: 100%;
  right: 0;
  border: solid 1px #cbd5e1;
  padding: 15px;
  margin-bottom: 15px;
}
#sticky-side i {
  color: #8a8795;
}

.user-profile img {
  margin-left: 6px;
}

.user-profile {
  border-bottom: solid 1px #cbd5e1;
  padding-bottom: 10px;
  color: #0f212d;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

ul.user-menu {
  list-style-type: none;
}

ul.user-menu li {
  color: #121826;
  display: block;
  line-height: 40px;
  padding-right: 5px;
  transition: all 0.2s;
  border-right: solid 3px #fff;
  font-size: 14px;
}

ul.user-menu li a {
  color: #121826;
  width: 100%;
  display: block;
}

ul.user-menu li:hover, ul.user-menu li:focus, ul.user-menu li:active {
  padding-right: 10px;
  transition: all 0.2s;
  color: #0f212d;
  background-color: rgba(203, 213, 225, 0.2392156863);
  border-right: solid 3px #b8bac0;
}

ul.user-menu li.active {
  padding-right: 10px;
  transition: all 0.2s;
  color: #0f212d;
  background-color: rgba(203, 213, 225, 0.2392156863);
  border-right: solid 3px #b8bac0;
}

ul.user-menu li a i {
  font-size: 14px;
  margin-left: 13px;
}

.right-col .card {
  border: solid 1px #cbd5e1 !important;
  border-radius: 15px !important;
}
.right-col .card .card-header {
  padding: 12px 20px;
  font-weight: 600;
  color: #0f212d;
  border-radius: 16px 14px 0 0 !important;
  border-bottom-color: rgba(203, 213, 225, 0.368627451);
}
.right-col .card label {
  padding: 0 4px;
  position: absolute;
  top: -8px;
  font-size: 12px;
  background-color: #fff;
  right: 10px;
  z-index: 10;
  color: #666;
}

.right-col input.form-control {
  height: 45px !important;
}
.right-col .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dee2e6 !important;
  border-radius: 6px !important;
  height: 45px !important;
  line-height: 45px !important;
}
.right-col textarea.form-control {
  min-height: 45px;
}

/*--Recaptcha Styles--*/
.pass-recaptcha {
  width: 100%;
  display: block !important;
}

.pass-recaptcha #captcha-container {
  float: none !important;
}

.pass-recaptcha #captcha-container .rc-anchor-light.rc-anchor-normal, .pass-recaptcha #captcha-container .rc-anchor-light.rc-anchor-compact {
  border: none !important;
  box-shadow: none !important;
}

.pass-recaptcha .rc-anchor-normal {
  height: 74px;
  width: 100% !important;
}

/*--*/
.transaction {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding-top: 10px !important;
  padding: 0;
  margin-bottom: 15px;
  border: solid 1px #ededed;
}
.transaction label {
  padding: 0 !important;
  position: relative !important;
  top: 0 !important;
  font-size: 12px;
  background-color: transparent !important;
  right: 0 !important;
  margin-left: 3px;
  color: #666;
}
.transaction h6 {
  font-size: 16px !important;
  color: #0f212d;
  margin-bottom: 0;
  line-height: inherit;
}
.transaction span {
  font-size: 14px;
  font-weight: 600;
}
.transaction span.trans-num {
  width: 24px;
  display: inline-block;
  text-align: center;
  height: 24px;
  line-height: 24px;
  background-color: rgba(138, 135, 149, 0.168627451);
  border-radius: 7px;
  margin-left: 3px;
  font-size: 12px;
  font-weight: 500;
}

.my-ticket {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding-top: 10px !important;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border: solid 1px #ededed;
}
.my-ticket label {
  padding: 0 !important;
  position: relative !important;
  top: 0 !important;
  font-size: 12px;
  background-color: transparent !important;
  right: 0 !important;
  margin-left: 3px;
  color: #666;
}
.my-ticket h6 {
  font-size: 16px !important;
  color: #0f212d;
  margin-bottom: 0;
  line-height: inherit;
}
.my-ticket span {
  font-size: 14px;
  font-weight: 600;
}
.my-ticket img {
  border-radius: 10px;
}

.creditcard img {
  max-width: 90px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mycredit {
    margin-bottom: 25px;
  }
}
/*--Start Add Ticket--*/
/*Upload file*/
.upload-box {
  width: 100%;
  padding: 20px;
  border: 2px dashed #999;
  border-radius: 15px;
  text-align: center;
  background: white;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
  color: #666;
  font-size: 14px;
}

.upload-box.dragover {
  border-color: #3b82f6;
  background: #f0f8ff;
}

.upload-box input {
  display: none;
}

.file-name {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

/*----*/
.addTicket .input-group-text {
  height: 45px !important;
  border-radius: 6px 0 0 6px !important;
  color: #8a8795 !important;
}
.addTicket input.text-right.form-control.DateFrom-datePicker {
  border-radius: 0 6px 6px 0 !important;
}
.addTicket .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px !important;
}
.addTicket .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dee2e6 !important;
  border-radius: 6px !important;
  height: 45px !important;
  line-height: 45px !important;
}
.addTicket .select2-dropdown {
  font-size: 14px !important;
}
.addTicket .select2-results {
  font-size: 14px !important;
}
.addTicket .select2-container--default .select2-results > .select2-results__options {
  font-size: 14px !important;
}
.addTicket .select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  font-size: 14px !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  font-size: 14px !important;
}

.card-body.addTicket {
  font-size: 14px;
}

.each-room {
  padding-top: 20px;
  border-radius: 10px;
  border: solid 1px #dbdbdb;
  box-shadow: 0 0 5px #ddd;
  position: relative;
}

.btn-remove-room {
  position: absolute;
  background-color: #fff;
  border: solid 1px #eb002b;
  color: #eb002b;
  font-size: 12px;
  width: fit-content;
  font-weight: 500;
  top: -12px;
  left: 15px;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 30px;
}
.btn-remove-room:hover {
  color: #fff;
  background: #eb002b;
}

.btn-choose-seat {
  font-size: 12px;
  background-color: #8a8795;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
  padding: 0;
}
.btn-choose-seat:hover {
  background-color: #2c4752;
  color: #fff;
}
.btn-choose-seat:focus {
  background-color: #2c4752;
  color: #fff;
}
.btn-choose-seat:active {
  background-color: #2c4752;
  color: #fff;
}

a.ticket-download {
  color: #ff5004;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
  padding: 2px 10px;
  text-wrap-mode: nowrap;
  background-color: rgba(255, 80, 4, 0.0901960784);
}
a.ticket-download:hover {
  color: #0f212d;
}
a.ticket-download:focus {
  color: #0f212d;
}
a.ticket-download:active {
  color: #0f212d;
}

a.ticket-edit {
  color: #8a8795;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  font-weight: 500;
  padding: 2px 10px;
  text-wrap-mode: nowrap;
  background-color: rgba(203, 213, 225, 0.2509803922);
}
a.ticket-edit:hover {
  color: #0f212d;
}
a.ticket-edit:focus {
  color: #0f212d;
}
a.ticket-edit:active {
  color: #0f212d;
}

.text-bg-primary {
  color: #fff !important;
  background-color: #2196F3 !important;
}

.text-success {
  color: #00f334 !important;
}

.offer-badge {
  background-color: #ff5004;
}

.register-link {
  background-color: rgba(255, 255, 255, 0.1490196078);
  padding: 6px 12px;
  width: fit-content;
  margin: 7px auto 0;
  border-radius: 30px;
  font-size: 15px;
  cursor: pointer;
}

/*--End Add Ticket--*/
/*--End User Profile--*/
/* Custom styling for autocomplete */
.autocomplete-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
}

.autocomplete-input {
  border: none;
  border-left: none !important;
  outline: none !important;
  color: #fff !important;
  background-color: transparent;
  border-radius: 30px;
  width: 100%;
  font-size: 16px;
  margin-right: 30px;
}

/*.autocomplete-input:focus {
    border-color: #ff5004 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 80, 4, 0.25);
    outline: none;
}*/
.autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: lightgrey;
  border: 1px solid;
  border-top: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  direction: rtl;
  text-align: right;
  margin-right: 30px;
}

.autocomplete-item {
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}

.autocomplete-item:hover,
.autocomplete-item.selected {
  background-color: #ff5004;
  color: white;
}

.autocomplete-item:last-child {
  border-bottom: none;
}

.autocomplete-item.highlighted {
  background-color: #ff5004;
  color: white;
}

/* Form validation styling */
.form-group.has-error .autocomplete-input {
  border-color: #dc3545 !important;
}

.form-group.has-success .autocomplete-input {
  border-color: #28a745 !important;
}

/* Loading state */
.autocomplete-input.loading {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M10%201.5a8.5%208.5%200%200%200%208.5%208.5%208.5%208.5%200%200%200-8.5%208.5%208.5%208.5%200%200%200%208.5-8.5zM10%201.5a8.5%208.5%200%200%200-8.5%208.5%208.5%208.5%200%200%200%208.5%208.5%208.5%208.5%200%200%200%208.5-8.5z%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
}

/* No results message */
.autocomplete-no-results {
  padding: 15px;
  text-align: center;
  color: #666;
  font-style: italic;
  background-color: #f8f9fa;
}

/* Search button styling */
.btn-search {
  transition: all 0.3s ease;
}

.btn-search:active {
  transform: translateY(0);
}

.btn-search:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/*--End User Profile--*/
/*--Start Confirm Ticket--*/
.confirm-ticket .ticket {
  display: flex;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.14);
  overflow: hidden;
  position: relative;
  color: #333;
}
.confirm-ticket .ticket-left {
  width: 20%;
  height: auto;
  overflow: hidden;
  position: relative;
  border-left: 2px dashed #aaa;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
.confirm-ticket .ticket-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.confirm-ticket .ticket-right {
  width: 80%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.confirm-ticket .ticket-info div {
  display: flex;
  margin-bottom: 12px;
  font-size: 14px;
  align-items: center;
}
.confirm-ticket .ticket-info div span {
  font-weight: bold;
}
.confirm-ticket .ticket-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.confirm-ticket .ticket-separator {
  border-top: 2px dashed #aaa;
  margin: 10px 0;
}
.confirm-ticket .ticket-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.confirm-ticket .ticket-footer .qr {
  width: 60px;
  height: 60px;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #555;
}
.confirm-ticket .ticket-footer .ticket-number {
  font-size: 14px;
  color: #555;
  font-weight: bold;
}
.confirm-ticket .ticket::before,
.confirm-ticket .ticket::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #ededed;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.confirm-ticket .ticket::before {
  left: -15px;
}
.confirm-ticket .ticket::after {
  right: -15px;
}
.confirm-ticket .selected-room {
  background-color: #f8f8fa;
  padding: 10px;
  border-radius: 7px;
}

@media screen and (max-width: 500px) {
  .confirm-ticket.hotel .ticket {
    display: inline !important;
  }
  .confirm-ticket.hotel .ticket span.stars {
    display: block !important;
  }
  .confirm-ticket.hotel .ticket-left {
    width: 100% !important;
    border-left: none !important;
  }
  .confirm-ticket.hotel .ticket-right {
    width: 100% !important;
  }
  .confirm-ticket.c-events .ticket {
    display: inline !important;
  }
  .confirm-ticket.c-events .ticket span.stars {
    display: block !important;
  }
  .confirm-ticket.c-events .ticket-left {
    width: 100% !important;
    border-left: none !important;
  }
  .confirm-ticket.c-events .ticket-right {
    width: 100% !important;
  }
}
.price-details {
  display: flex;
  justify-content: space-between;
}

.btn-payment {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  background-color: #ff5004;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.btn-payment:hover {
  background-color: #0f212d;
  color: #fff;
}
.btn-payment:focus {
  background-color: #0f212d;
  color: #fff;
}
.btn-payment:active {
  background-color: #0f212d !important;
  color: #fff !important;
}

.card.confirm-ticket {
  border: none !important;
}

/*--End Confirm Ticket--*/
/*--SORTING--*/
.sorting {
  padding: 10px 0 15px;
}

.sorting select {
  font-size: 13px;
}

.flight-res-num {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #666;
}

.sort-btn {
  background-color: #f1f1f1;
  color: #555555;
  font-size: 13px;
  font-weight: 500;
}
.sort-btn:hover {
  color: #ffffff;
  background-color: #555555;
}
.sort-btn:focus {
  color: #ffffff;
  background-color: #555555;
}
.sort-btn:active {
  color: #ffffff;
  background-color: #555555;
}

.mobile-sort-btn {
  background-color: #f1f1f1;
  color: #555555;
  font-size: 13px;
  font-weight: 500;
}
.mobile-sort-btn:hover {
  color: #ffffff;
  background-color: #555555;
}
.mobile-sort-btn:focus {
  color: #ffffff;
  background-color: #555555;
}
.mobile-sort-btn:active {
  color: #ffffff;
  background-color: #555555;
}

.sort-btn.active {
  color: #ffffff;
  background-color: #555555;
}

@media screen and (max-width: 767px) and (min-width: 576px) {
  .sort-btn {
    font-size: 11px;
    font-weight: 500;
    padding: 6px 6px;
  }
}
.sorting-buttons {
  display: flex;
  gap: 10px;
}

.mobile-sort-btn {
  display: none;
}

.bottom-sheet {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 16px 16px 0 0;
  transition: bottom 0.3s ease-in-out;
  z-index: 100;
}

.bottom-sheet.active {
  bottom: 0;
}

.bottom-sheet-content {
  padding: 20px;
  text-align: center;
}

.close-sheet {
  position: absolute;
  right: 20px;
  top: 10px;
  background: none;
  border: none;
  font-size: 20px;
}

@media (max-width: 575px) {
  .sorting-buttons {
    display: none;
  }
  .mobile-sort-btn {
    display: block;
  }
}
.option-btn {
  display: block;
  width: 100%;
  border-bottom: dashed 1px #d9d9e4;
  color: #0f212d;
  line-height: 40px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
}

.bottom-sheet-content h3 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: solid 1px #d9d9e4;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.clear-btn {
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1607843137) !important;
  width: 18px;
  text-align: center;
  height: 18px;
  padding: 0;
  line-height: 18px;
  font-size: 12px;
  border-radius: 50%;
  border: none;
  margin-right: 2px;
  position: absolute;
  top: 10px;
}
.clear-btn:hover {
  color: #ff5004 !important;
  background-color: rgba(255, 255, 255, 0.1607843137) !important;
}
.clear-btn:focus {
  color: #ff5004 !important;
  background-color: rgba(255, 255, 255, 0.1607843137) !important;
}
.clear-btn:focus-visible {
  color: #ff5004 !important;
  background-color: rgba(255, 255, 255, 0.1607843137) !important;
}
.clear-btn:active {
  color: #ff5004 !important;
  background-color: rgba(255, 255, 255, 0.1607843137) !important;
}

.flight-search .autocomplete-input {
  border: none;
  border-left: none !important;
  outline: none !important;
  color: #fff !important;
  background-color: transparent;
  font-size: 16px;
  margin-right: 0;
  display: inline-block;
  width: 100%;
  padding-right: 25px;
}

.flight-search .autocomplete-dropdown {
  position: absolute;
  left: -12px;
  top: 100%;
  background: #2c4752;
  border: none !important;
  border-top: none;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 4px rgba(18, 18, 18, 0.33);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  direction: rtl;
  text-align: right;
  margin-right: 0;
  right: -5px;
  color: #fff;
  font-size: 14px;
}

.flight-search .autocomplete-item {
  padding: 5px 25px 5px 5px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.flight-search .autocomplete-no-results {
  padding: 10px;
  text-align: center;
  font-style: italic;
  color: #fff;
  font-size: 14px;
  border: none !important;
}

.flight-search .autocomplete-item.highlighted {
  background-color: rgba(255, 255, 255, 0.1882352941);
  color: white;
}

.flight-search .autocomplete-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
}

.destination-box {
  border-right: solid 1px #626d71;
}

button#swapBtn {
  background-color: #ff5004;
  color: #fff;
  font-size: 12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  text-align: center;
  border: none;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 6px;
}

@media screen and (max-width: 575px) {
  button#swapBtn {
    left: 20px;
    top: 30px;
  }
}
.autocomplete-item:hover, .autocomplete-item.selected {
  background-color: #ff5004;
  color: white;
}

/*--Start NEWS page--*/
.badge-cats {
  background-color: #ededed;
  color: #666;
  font-size: 12px !important;
  font-weight: 500;
  border-radius: 30px;
}

.news-card {
  border: none;
  box-shadow: 2px 3px 13px #e5e5e5;
  border-radius: 15px;
}
.news-card img {
  border-radius: 0 15px 15px 0;
}
.news-card h5.card-title {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0;
}
.news-card p.card-text {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

@media screen and (max-width: 991px) {
  .news-card img {
    border-radius: 15px 15px 0 0 !important;
  }
}
.news-details img {
  margin: 30px auto !important;
  border-radius: 20px;
}
.news-details p {
  font-size: 14px !important;
  font-family: "PrimaryNum" !important;
  line-height: 30px;
  text-align: justify;
}
.news-details .share-to img {
  border-radius: 0;
  margin: 0 5px !important;
  width: 18px;
}

h2.news-detail-header {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 25px;
}

/*--Like or Dislike*/
.feedback-container {
  margin-top: 20px;
  text-align: center;
  border-top: solid 1px #cbd5e1;
  border-bottom: solid 1px #cbd5e1;
  padding-top: 15px;
  font-family: "PrimaryNum" !important;
  padding-bottom: 10px;
}

.feedback-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 10px;
  font-size: 22px;
  color: #555;
}

.feedback-item {
  cursor: pointer;
  transition: color 0.3s, transform 0.2s;
}
.feedback-item i {
  vertical-align: middle;
}
.feedback-item:hover {
  transform: scale(1.1);
}
.feedback-item:hover i {
  color: #ff5004;
}
.feedback-item[style*="pointer-events: none"] {
  opacity: 0.6;
  cursor: not-allowed;
}

.feedback-item.active i {
  color: #ff5004;
}

.feedback-item span {
  font-size: 14px;
  width: 30px;
  text-align: center;
  display: inline-block;
}

/*--*/
.news-details img.card-img-top {
  margin: 0 auto !important;
}

/*--End NEWS page--*/
a.sell-link {
  font-size: 15px;
  color: #ff5004;
  font-weight: 600;
  margin: 15px 0;
  display: inline-block;
}
a.sell-link:hover {
  color: #0f212d;
}

.btn-orange {
  background-color: #ff5004;
  color: #fff;
  font-weight: 500;
  border-radius: 7px;
  width: 100%;
  margin: 10px auto;
}
.btn-orange:hover {
  background-color: #e94700 !important;
  color: #fff !important;
  border-color: #e94700 !important;
}
.btn-orange:active {
  background-color: #e94700 !important;
  color: #fff !important;
  border-color: #e94700 !important;
}
.btn-orange:focus {
  background-color: #e94700 !important;
  color: #fff !important;
  border-color: #e94700 !important;
}

.sell-ticket label {
  padding: 0 4px;
  position: absolute;
  top: -8px;
  font-size: 12px;
  background-color: #fff;
  right: 10px;
  z-index: 10;
  color: #666;
}
.sell-ticket .input-group-text {
  height: 45px !important;
  border-radius: 6px 0 0 6px !important;
  color: #8a8795 !important;
}
.sell-ticket .form-control {
  height: 45px;
}
.sell-ticket .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

/*-------Start Search Page-------*/
h2.search-header {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.filters h5 {
  font-size: 18px;
  font-weight: 600;
  color: #18233b;
}
.filters label.form-label {
  font-size: 15px;
  font-weight: 600;
  color: #555;
  border-top: dashed 1px #bbbbbb;
  width: 100%;
  padding-top: 12px;
}
.filters .form-check {
  font-size: 14px;
  color: #555;
  line-height: 30px;
}
.filters .select2-container .select2-selection--single {
  font-size: 14px !important;
}
.filters .btn-border {
  background-color: #fff;
  color: #0f212d;
  font-weight: 500;
  border-radius: 7px;
  height: 38px;
  width: fit-content;
  margin: 0 auto;
  border-color: #0f212d;
  font-size: 14px;
  padding: 0 15px;
  line-height: 38px;
}
.filters .event-card .card-horizontal {
  border-radius: 10px;
  border: solid 1px #e3e3e3;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin: 0;
  background-color: #ffffff;
}
.filters .form-check-input:checked {
  background-color: #ff5004 !important;
  border-color: #ff5004 !important;
}
.filters aside {
  border: solid 1px #e3e3e3;
  border-radius: 10px;
  padding: 15px;
}

.flight-col img {
  width: 60px !important;
  border: solid 1px #b7c4f1;
  padding: 5px;
}

/*-------End Search Page-------*/
/*----Start All Cities----*/
.all-cities .image-box {
  border-radius: 15px !important;
  border-bottom: solid 2px #ff5004;
}
.all-cities .image-box img {
  border-radius: 15px !important;
}
.all-cities .gradient-overlay {
  background: linear-gradient(to bottom, rgba(138, 115, 242, 0) 0%, rgba(30, 10, 60, 0.49) 40%, rgba(30, 10, 60, 0.82) 100%);
  padding: 10px;
  height: 55%;
}
.all-cities .image-title {
  font-size: 16px;
  font-weight: 500;
}

/*----End All Cities----*/
/*---Start Select Tickets---*/
/* Ticket Selection Styles for No Seat Events */
.ticket-selection-container {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 20px 0;
}

.ticket-selection-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1px #cbd5e1;
}

.selection-title {
  color: #2c3e50;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.selection-title i {
  color: #ff5004;
  margin-left: 10px;
  transform: rotate(-45deg);
  vertical-align: middle;
  font-size: 18px;
}

.selection-subtitle {
  color: #7f8c8d;
  font-size: 16px;
  margin: 0;
}

.ticket-groups {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.price-group {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 15px 25px;
  transition: all 0.3s ease;
  position: relative;
}

.price-group:hover {
  border-color: #0f212d;
  transform: translateY(-1px);
  transition: all 0.2s;
}

.price-group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cbd5e1;
}

.price-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price-info i {
  color: #121826;
  font-size: 20px;
}

.price-amount {
  font-size: 18px;
  font-weight: 700;
  color: #121826;
}

.available-count {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ff5004;
  font-size: 14px;
  font-weight: 500;
}

.available-count i {
  color: #ff5004;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.quantity-label {
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
  display: inline;
}

.quantity-controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 5px;
  width: fit-content;
  margin-right: 8px;
}

.quantity-btn {
  width: 35px;
  height: 35px;
  border: none;
  background: #ff5004;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 14px;
}

.quantity-btn:hover {
  background: #0f212d;
  transform: scale(1.05);
}

.quantity-btn:disabled {
  background: #bdc3c7;
  cursor: not-allowed;
  transform: none;
}

.quantity-input {
  width: 60px;
  height: 35px;
  border: none;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #2c3e50;
  background: transparent;
}

.quantity-total {
  line-height: 49px;
  text-align: left;
}

.total-label {
  font-weight: 600;
  color: #2c3e50;
}

.total-amount {
  font-weight: 700;
  font-size: 18px;
  color: #006800;
}

.selection-summary {
  background-color: rgba(255, 80, 4, 0.0196078431);
  border-radius: 10px;
  padding: 15px 15px;
  color: #18233b;
  margin-top: 30px;
  border: solid 2px #ff5004;
}

.summary-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 15px;
}

.selected-count, .total-price {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 45px;
}

strong#selectedCount {
  color: #ff5004;
  font-size: 17px;
}

.selected-count i, .total-price i {
  font-size: 16px;
  opacity: 0.9;
  color: #ff5004;
}

strong#totalPriceNoSeat {
  color: #006800;
  font-size: 18px;
}

.checkout-actions {
  display: flex;
  gap: 15px;
  justify-content: left;
  flex-wrap: wrap;
}

.btn-clear {
  background: transparent;
  color: #ff5004;
  border: 1px solid rgb(255, 80, 4);
  padding: 0 15px;
  border-radius: 7px;
  font-weight: 500;
  transition: all 0.3s ease;
  cursor: pointer !important;
  height: 45px;
  font-size: 15px;
}

.btn-clear:hover, .btn-clear:focus, .btn-clear:active {
  background: #ff5004 !important;
  border-color: #ff5004 !important;
  color: #fff !important;
}

.btn-checkout {
  background-color: #ff5004;
  color: white;
  border: 1px solid #ff5004;
  padding: 0 15px;
  border-radius: 7px;
  font-weight: 500;
  height: 45px;
  font-size: 15px;
  transition: all 0.3s ease;
  cursor: pointer !important;
}

.btn-checkout:hover, .btn-checkout:focus, .btn-checkout:active {
  background: #0f212d !important;
  border-color: #0f212d !important;
  color: #fff !important;
}

.btn-checkout:disabled {
  background: #95a5a6;
  border-color: #95a5a6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Responsive Design */
@media (max-width: 991px) and (min-width: 768px) {
  .price-amount {
    font-size: 16px;
  }
  .quantity-label {
    font-size: 14px;
  }
  .quantity-input {
    width: 30px;
  }
  .total-label {
    font-size: 14px;
  }
  .total-amount {
    font-size: 16px;
  }
  .price-group {
    padding: 15px 5px;
  }
  .selection-summary {
    padding: 10px 0;
  }
  .total-price {
    justify-content: end;
  }
  .selected-count {
    justify-content: start;
  }
  .checkout-actions {
    justify-content: center;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .ticket-selection-container {
    padding: 20px;
    margin: 10px 0;
  }
  .price-amount {
    font-size: 16px;
  }
  .price-info {
    display: inline-block;
  }
  .selection-title {
    font-size: 20px;
  }
  .available-count {
    display: inline;
    float: left;
  }
  .price-group {
    padding: 10px 0;
  }
  .total-label {
    font-size: 14px;
  }
  .price-group-header {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .quantity-selector {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .total-amount {
    font-size: 16px;
  }
  .quantity-controls {
    margin-top: 15px;
  }
  .quantity-label {
    font-size: 14px;
  }
  .quantity-total {
    margin-top: 15px;
    text-align: left;
  }
  .summary-content {
    flex-direction: column;
    text-align: center;
  }
  .checkout-actions {
    flex-direction: row;
    margin: 10px 0;
    justify-content: center;
  }
  .btn-clear, .btn-checkout {
    width: fit-content;
  }
  .selection-summary {
    padding: 5px 0;
  }
  .selected-count, .total-price {
    font-size: 13px;
    gap: 6px;
  }
  strong#totalPriceNoSeat {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .quantity-total {
    text-align: center;
  }
  .price-group {
    padding: 15px;
  }
  .price-info {
    justify-content: center;
  }
  .price-amount {
    font-size: 16px;
  }
  .available-count {
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 5px;
  }
  .quantity-label {
    font-size: 14px;
  }
  .total-label {
    font-size: 14px;
  }
  .selected-count, .total-price {
    line-height: 35px;
    justify-content: center;
  }
  .checkout-actions {
    margin: 15px 0 0;
    justify-content: center;
  }
  .selection-summary {
    padding: 15px 0px;
  }
  .btn-clear {
    padding: 0 5px;
    font-size: 14px;
  }
}
/*---End Select Tickets---*/
/*-----Start Contact Page-----*/
.contact-page lable {
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}
.contact-page input.form-control {
  height: 45px;
}
.contact-page .form-group {
  margin-bottom: 15px;
}
.contact-page img {
  border-radius: 25px;
  margin-bottom: 15px !important;
}
.contact-page .contact-info span {
  font-size: 13px;
  color: #666;
  margin-left: 5px;
}

.hide-important {
  display: none !important;
  color: #666;
  font-size: 14px;
}

/*-----End Contact Page-----*/
