﻿@charset "UTF-8";
/*-------Color vars--------*/
/*------------------*/
* {
  margin: 0;
  padding: 0;
}

.h6, h6 {
  font-size: 0.9rem !important;
}

body {
  direction: rtl;
  font-family: "PrimaryNum" !important;
  color: #252339;
  background-color: #fff !important;
}

input[type=text] {
  border: none !important;
  border-left: none !important;
  outline: none !important;
  color: #fff !important;
  background-color: #ffffff;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 16px;
}

.clearfix {
  clear: both;
}

.p-rel {
  position: relative !important;
}

.p-abs {
  position: absolute !important;
}

.main {
  margin-top: 80px;
  background-color: #fff;
  overflow: visible;
  color: #252339;
}

p {
  font-family: "PrimaryNum" !important;
}

a {
  text-decoration: none !important;
}

.f-12 {
  font-size: 12px;
}

h2.heading {
  font-size: 1.7em;
  color: #00224f;
  font-weight: 600;
  margin-bottom: 50px;
}

.btn-outline {
  display: inline-block;
  height: 46px !important;
  line-height: 46px !important;
  background-color: transparent;
  border: solid 1px #00224f;
  border-radius: 25px;
  text-align: center;
  font-size: 16px;
  color: #00224f !important;
  padding: 0 35px !important;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  transition: all 0.2s;
  width: fit-content;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  background-color: #00224f !important;
  color: #fff !important;
  transition: all 0.2s;
}

.btn-outline i {
  margin-right: 4px;
  vertical-align: middle;
}

.btn-outline-2 {
  display: inline-block;
  height: 46px !important;
  line-height: 46px !important;
  background-color: transparent;
  border: solid 1px #00224f;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  color: #00224f !important;
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  transition: all 0.2s;
  width: fit-content;
}

.btn-outline-2:hover, .btn-outline-2:focus, .btn-outline-2:active {
  background-color: #00224f !important;
  color: #fff !important;
  transition: all 0.2s;
}

.btn-outline-2 i {
  margin-right: 2px;
  vertical-align: middle;
  font-size: 13px;
}

@media (max-width: 991px) {
  .btn-outline-2 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .date-res .alert {
    margin-top: 10px;
  }
}
.full-width {
  width: 100%;
  display: block;
}

.full-height {
  height: 100%;
}

img.img.img-responsive {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.color-white {
  color: #fff;
}

.color-gold {
  color: #b88d5b;
}

.color-gray {
  color: #666;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container-fluid {
  padding: 0 !important;
  margin: 0 !important;
}

/*--margins--*/
.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px !important;
}

.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;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.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;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

/*----paddings---*/
.no-pad {
  padding: 0 !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;
}

.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;
}

input.guests.form-control, input.date-box {
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
}

input.date-box.form-control:focus {
  background-color: rgba(255, 255, 255, 0.1019607843) !important;
  outline: 0 !important;
  box-shadow: none !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;
}

/*--carousle--*/
/*--carousle--*/
/*-----Start Header & Nav-----*/
img.logo {
  max-width: 200px;
}

.ltr {
  direction: ltr !important;
}

header {
  color: #00224f;
}

.header-call {
  float: left;
  color: #00224f;
  margin-left: 10px;
}

header nav.navbar {
  box-shadow: 0 0 8px #999;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: #252339 !important;
  background-color: transparent;
  border: none !important;
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #252339 !important;
}

.nav-link:focus, .nav-link:hover {
  color: #b88d5b !important;
}

input.form-control.nav-search {
  border-radius: 25px;
}

div#offcanvasNavbar {
  border-left: solid 3px #b88d5b;
  border-right: solid 1px #fff !important;
  box-shadow: none !important;
  z-index: 10000;
}

.navbar-nav .dropdown-menu {
  position: static;
  text-align: right;
  border: none;
  box-shadow: 0 0 5px #ddd;
}

a.dropdown-item {
  padding-right: 25px;
  line-height: 30px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #00224f !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #b88d5b !important;
}

/*-- user-dropdown-- */
.user-dropdown {
  position: relative;
  display: inline-block;
}
.user-dropdown #userprofile {
  display: inline-flex;
}

.user-dropdown .dropdown-toggle {
  color: #333;
  padding: 6px 10px;
  border-radius: 8px;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}

.user-dropdown .dropdown-toggle:hover,
.user-dropdown .dropdown-toggle:focus {
  text-decoration: none;
  outline: none;
}

.user-dropdown .dropdown-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  transform-origin: top left;
  min-width: 180px;
  max-width: 280px;
  width: auto;
  padding: 0.35rem 0;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(11, 22, 40, 0.12);
  border: 1px solid rgba(20, 20, 20, 0.06);
  background: #fff;
  transition: transform 0.18s cubic-bezier(0.2, 0.9, 0.2, 1), opacity 0.18s ease;
  transform: translateY(-6px) scale(0.98);
  opacity: 0;
  pointer-events: none;
  z-index: 1055;
  text-align: right;
}

.user-dropdown.show .dropdown-menu,
.user-dropdown .dropdown-menu.show {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.user-dropdown .dropdown-item {
  padding: 10px 14px;
  font-size: 14px;
  border-radius: 8px;
}

.user-dropdown .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.04);
}

.user-dropdown .dropdown-divider {
  margin: 0.25rem 0;
  border-top-color: rgba(20, 20, 20, 0.06);
}

@media (max-width: 575.98px) {
  .user-dropdown .dropdown-menu {
    min-width: 100%;
    left: auto;
    right: 0;
    max-width: 100%;
    text-align: center;
  }
  .user-dropdown {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
  }
  .user-dropdown #userprofile {
    display: block;
  }
}
/*-----End Header & Nav-----*/
/*-----Start search area-----*/
.main .big-img {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 999;
  width: 100%;
}

.search-box {
  background-color: rgba(0, 25, 59, 0.9098039216);
  padding: 50px 30px;
  border-radius: 20px;
  color: #fff;
}

.btn-search {
  background-color: #eb002b;
  color: #fff;
  font-size: 22px;
  border: none;
  border-radius: 5px;
  line-height: 50px;
  height: 50px;
  font-weight: 600;
  transition: all 0.2s;
}

.btn-search:hover {
  background-color: #e4b15a;
  transition: all 0.2s;
  color: #05091f;
}

.btn-block {
  display: block;
  width: 100%;
}

.search-box input {
  height: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.1098039216);
  color: #fff !important;
  font-size: 17px;
  padding-right: 8px;
  border-left: solid 1px #fff !important;
  border-right: none;
  border: none;
  border-bottom: none;
  border-radius: 3px;
  width: 100%;
}

input[type=text] {
  border: none !important;
  border-left: none !important;
  outline: none !important;
  color: #fff !important;
}

::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff !important;
}

@media screen and (max-width: 1299px) and (min-width: 1200px) {
  .main .big-img {
    bottom: 40px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .main .big-img {
    bottom: 40px;
  }
  h1.main-h1 {
    font-size: 3.2rem;
    margin-bottom: 40px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) and (min-width: 830px) {
  .main .big-img {
    bottom: 40px;
  }
}
@media screen and (max-width: 829px) {
  .main .big-img {
    bottom: 5px;
  }
}
@media screen and (max-width: 575px) {
  div#carouselExampleAutoplaying {
    height: 390px;
    background-image: url("../images/slide1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
/*Slider*/
.slider .custom-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(2, 24, 55);
  border: none;
  width: 55px !important;
  height: 55px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #fff;
  z-index: 100;
}
.slider .custom-arrow i {
  font-size: 2rem;
}
.slider .carousel-control-prev.custom-arrow {
  left: 20px !important;
  right: auto;
}
.slider .carousel-control-next.custom-arrow {
  right: 20px !important;
  left: auto;
}
.slider .custom-arrow:hover {
  background: #b88d5b;
  color: #fff;
}

/*Slider*/
@media screen and (max-width: 730px) {
  h1.main-h1 {
    display: none;
  }
  .slider .carousel-inner {
    visibility: hidden;
  }
  .slider .carousel-indicators {
    visibility: hidden;
  }
  div#carouselExampleAutoplaying {
    height: 390px;
    background-image: url("../images/slide1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
@media screen and (max-width: 991px) {
  h1.main-h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  input[type=text] {
    border: none !important;
    border-left: none !important;
    outline: none !important;
    color: #fff !important;
    background-color: #ffffff;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px;
  }
  .select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.1098039216) !important;
    border: none !important;
    border-radius: 3px !important;
    color: #fff !important;
    border-left: none !important;
    height: 50px !important;
    margin-bottom: 10px !important;
  }
  .search-box {
    padding: 30px;
  }
  .search-box i {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.1098039216) !important;
    border: none !important;
    border-radius: 3px !important;
    color: #fff !important;
    border-left: solid 1px #fff !important;
    height: 50px !important;
  }
}
.select2-results__option {
  font-size: 13px;
}

.select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.1098039216) !important;
  border: none !important;
  border-radius: 3px !important;
  color: #fff !important;
  /*  border-left: solid 1px #fff !important;*/
  height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  line-height: 50px !important;
  font-size: 17px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent !important;
  top: 50% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px !important;
  height: 50px !important;
}

button.select2-selection__clear {
  display: none !important;
}

.select2-dropdown {
  background-color: #00193b !important;
  border: solid 1px #0f2640 !important;
  padding: 5px;
  color: #fff !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(255, 255, 255, 0.231372549) !important;
  color: white;
}

input.select2-search__field:focus-visible {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #d1ab67 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none !important;
  border-radius: 3px !important;
  height: 40px;
  background-color: #fff;
  color: #252339;
  font-weight: 600 !important;
}

/*-----End search area-----*/
/*-----Start Main Categories-----*/
.main-categories h1 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 50px;
}

section.main-categories {
  padding: 50px 0;
}

section.main-categories h2 {
  font-weight: 600;
  margin-bottom: 40px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 2rem;
}

.card-body {
  background-color: #efefef;
}

.card-body h3 {
  font-weight: 600;
}

section.main-categories .card {
  border: none;
  border-radius: 0 !important;
  background-color: #d9cebc;
  transition: transform 0.2s;
}

section.main-categories .card img {
  border-radius: 0 !important;
  transition: transform 0.2s;
}

section.main-categories .card-body h3 {
  font-weight: 700;
  font-size: 1.4em;
  color: #252339;
  transition: all 0.2s;
}

section.main-categories .card:hover > img {
  transition: transform 0.2s;
  transform: scale(0.8, 0.8);
}

section.main-categories .card:hover > .card-body h3 {
  color: #b88d5b !important;
  transition: all 0.2s;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  section.main-categories .card-body {
    padding: 10px;
  }
  section.main-categories .card-body h3 {
    font-weight: 600;
    font-size: 1.1em;
  }
}
/*-----End Main Categories-----*/
/*-----Start About us-----*/
section.about-us {
  background-color: #03172f;
  color: #fff;
}

img.about {
  width: 80%;
  margin: 0 auto;
  display: block;
  float: left;
}

.about-txt p {
  font-size: 1.3em;
  line-height: 2.5rem;
  text-align: justify;
  font-weight: 300;
}

.about-txt h2 {
  font-size: 1.8em;
  padding-top: 50px;
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .about-txt h2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .about-txt h2 {
    padding-top: 10px;
    font-size: 1.6em;
  }
  .about-txt p {
    font-size: 1.1em;
    line-height: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .about-txt h2 {
    padding-top: 10px;
    font-size: 1.6em;
  }
  img.about {
    width: 50%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .about-txt p {
    font-size: 1em;
    line-height: 2rem;
    text-align: justify;
    font-weight: 300;
    margin-bottom: 40px;
  }
  .about-txt h2 {
    font-size: 1.3em;
    line-height: 34px;
  }
}
/*-----End About us-----*/
/*-----Start offers slider------*/
.home-demo .item {
  background: #fff;
  box-shadow: 0px 3px 8px 1px #e7e7e7;
  margin: 5px;
  transition: all 0.2s;
}

.item:hover {
  box-shadow: 0 3px 12px #c3c1c1;
  transition: all 0.2s;
}

.home-demo h3.card-title {
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.owl-carousel .owl-stage-outer {
  direction: ltr !important;
}

section.offers .owl-stage {
  margin-bottom: 10px;
}

.card.hall-card {
  border: none !important;
  border-radius: 0 !important;
  overflow: hidden;
}
.card.hall-card * {
  transition: all 0.2s;
}
.card.hall-card img {
  position: relative;
  border-radius: 0;
}
.card.hall-card:hover img {
  transform: scale(1.1);
}

.card.hall-card .card-body {
  background-color: #fff !important;
  direction: rtl;
  position: relative;
}
.card.hall-card .card-body a {
  color: #b88d5b;
}
.card.hall-card .card-body a:hover {
  color: #050030;
  transition: none !important;
}

.item .card-title {
  font-size: 1.2em;
  color: #252339;
  text-align: right !important;
  padding: 20px 0 15px 0;
}

span.hall-cap {
  font-size: 14px;
  color: #979797;
  display: block;
  margin-bottom: 30px;
}

span.city {
  color: #b88d5b;
  font-size: 15px;
  font-weight: 500;
}

span.city i {
  margin-left: 4px;
}

a.offer-details {
  float: left;
  font-size: 15px;
  font-weight: 600;
  color: #b88d5b;
  transition: none !important;
}

a.offer-details:hover {
  color: #050030;
  transition: none !important;
}

a.offer-details i {
  margin-right: 3px;
  vertical-align: middle;
}

section.offers .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  border-radius: 0;
}

.discount-badge {
  position: absolute;
  top: -28px;
  background-color: #eb002b;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  right: 40%;
  box-shadow: 0 0 6px #4b4a4a;
}

.discount-badge span {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.168627451);
  font-size: 18px;
  font-weight: 600;
}

.discount-badge p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  padding: 0 10px;
  line-height: 28px;
}

button.owl-prev {
  position: absolute;
  top: 35%;
  background-color: #fff !important;
  z-index: 10000;
  width: 60px;
  height: 60px;
  right: -26px;
  border-radius: 50% !important;
  font-size: 25px !important;
  box-shadow: 3px 1px 7px #cbcbcb;
  line-height: 66px !important;
  padding: 0 !important;
  font-weight: normal !important;
  color: #959595 !important;
}

button.owl-next {
  position: absolute;
  top: 35%;
  background-color: #fff !important;
  z-index: 10000;
  width: 60px;
  height: 60px;
  left: -26px;
  border-radius: 50% !important;
  font-size: 25px !important;
  box-shadow: -3px 1px 7px #cbcbcb;
  line-height: 66px !important;
  padding: 0 !important;
  font-weight: normal !important;
  color: #959595 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  color: #dfb15a !important;
  text-decoration: none;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .discount-badge {
    right: 36%;
  }
  .item .card-title {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .discount-badge {
    right: 37%;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .discount-badge {
    right: 32%;
  }
  .item .card-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  button.owl-prev {
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 58px !important;
    background-color: rgba(255, 255, 255, 0.8588235294) !important;
    box-shadow: none;
  }
  button.owl-next {
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 58px !important;
    background-color: rgba(255, 255, 255, 0.8588235294) !important;
    box-shadow: none;
  }
}
/*-----End offers slider------*/
section.main-video {
  background-color: #000;
}

video {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 500px;
}

/*-----Start article & counter section------*/
.articles-slider .row {
  background: linear-gradient(135deg, #ffd27d 1%, #a98255 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.articles-slider .carousel-item, .articles-slider .carousel-item.active, .articles-slider .carousel-inner, .articles-slider .carousel.slide {
  height: 100% !important;
}

.articles-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.counter h4 {
  font-weight: 600;
  color: #050033;
}

.catering {
  position: relative;
  overflow: hidden;
}
.catering * {
  transition: all 0.2s;
}
.catering img {
  position: relative;
}
.catering:hover img {
  transform: scale(1.1);
}

.right-part {
  position: relative;
}

.dark-over {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2901960784);
  width: 100%;
  height: 100%;
  color: #fff;
}

.counter {
  padding: 70px;
  text-align: center;
  color: #050030;
  position: relative;
}

h5.caption-head {
  padding-right: 30px;
  padding-left: 30px;
  position: absolute;
  bottom: 90px;
  z-index: 1000;
  right: 0;
}

span.caption {
  position: absolute;
  bottom: 40px;
  padding: 0 30px;
  font-weight: 300;
}

@media screen and (max-width: 575px) {
  .articles-slider .carousel-caption a {
    bottom: 40px !important;
  }
  .articles-slider .carousel-control-next, .articles-slider .carousel-control-prev {
    top: 40% !important;
  }
}
@media screen and (max-width: 991px) {
  .articles-slider .carousel-control-next-icon, .articles-slider .carousel-control-prev-icon {
    width: 2rem !important;
    height: 6rem !important;
  }
  .articles-slider .carousel-caption a {
    position: absolute;
    top: 30px;
    bottom: auto;
  }
}
.art-header h4 {
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/*--odometer counter--*/
.stats-container {
  display: block;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 30px auto 10px;
  max-width: 1000px;
  padding-inline: 0;
  direction: ltr !important;
  width: fit-content;
  position: relative;
}

.stats-container .stat {
  background: #ffd280;
  padding: 7px 5px;
  text-align: center;
  color: #050033;
  border-radius: 5px;
  box-shadow: 0 0 10px #8a6937;
  margin: 0 auto;
}

.stats-container .stat .odometer {
  font-size: 42px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
}

.odometer-inside {
  text-align: center !important;
}

.odometer.plus {
  position: relative;
}

.odometer.plus::after {
  content: "+";
  position: absolute;
  top: 0;
  right: -16px;
  font-size: 20px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #deb26f;
  font-weight: 300 !important;
  font-family: PrimaryNum !important;
  font-size: 44px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  border-radius: 2px;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0 2px;
  text-align: center !important;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

@media (max-width: 700px) {
  .stats-container {
    grid-template-columns: 1fr;
  }
}
span.odometer-formatting-mark {
  display: none;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .counter {
    padding: 40px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .counter {
    padding: 50px;
  }
}
@media screen and (max-width: 575px) {
  .counter {
    padding: 70px 5px;
  }
}
.counter-overline {
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
  background-color: #ffd57b;
  left: 0;
  z-index: 1000000;
}

/*-----End article & counter section------*/
/*-----Start News section------*/
.news .card {
  background-color: #d9cebb !important;
  border-radius: 0 !important;
  border: none !important;
  margin-bottom: 20px;
}
.news .card img.card-img-top {
  border-radius: 0;
  transition: transform 0.2s;
}

.news .card-body {
  background-color: #fff;
  padding-right: 0;
  padding-top: 20px;
}

.news h5.card-title {
  font-weight: 600;
  color: #252339;
  font-size: 1em;
  line-height: 1.5rem;
}

span.news-date {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  border-top: solid 1px #b88d5b;
  /* width: fit-content; */
  padding-left: 5px;
  padding-top: 5px;
}

i.arrow-link {
  font-size: 18px;
  margin-top: 2px;
  color: #b88d5b;
}

i.arrow-link:hover {
  color: #00224f !important;
}

section.news .card:hover > img {
  transition: transform 0.2s;
  transform: scale(0.8, 0.8);
}

/*   section.news {
        padding-bottom: 70px;
    }*/
/*-----End News section------*/
/*-----Start Footer section------*/
footer {
  background-color: #05091f;
  padding: 70px 0 0;
  color: #fff;
  /* margin-top: 50px;*/
}

footer .container {
  position: relative;
}

.footer-heading h3 {
  font-size: 1.2em;
  margin-bottom: 20px;
}

img.footer-logo {
  max-width: 60px;
  vertical-align: middle;
  margin-left: 15px;
}

footer p {
  font-size: 0.9em;
  font-weight: 300;
  text-align: justify;
  max-width: 90%;
}

footer ul {
  list-style-type: none;
  padding-right: 0;
}

footer a {
  color: #fff;
  transition: all 0.2s;
}

footer a:hover {
  color: #b88d5b;
  transition: all 0.2s;
}

footer ul.best-halls li {
  padding-bottom: 12px;
  font-weight: 300;
  font-size: 0.9em;
}
footer ul.main-links li {
  padding-bottom: 12px;
  font-weight: 300;
  font-size: 0.9em;
}

h3.foot-links {
  margin-top: 15px;
  margin-bottom: 35px;
}

.social-items img {
  max-width: 30px;
  margin-left: 10px;
  transition: transform 0.2s;
}

.social-items img:hover {
  transition: transform 0.2s;
  transform: scale(1.2, 1.2);
}

img.namaad {
  max-width: 100px;
  background-color: #e9e8f2;
  border: solid 2px #b88d5b;
  border-radius: 15px;
  padding: 6px 12px;
  margin: 0 10px;
}

.row.namad-row a {
  display: contents;
}

.copyright {
  background-color: #12162a !important;
  color: #fff;
  font-size: 0.8em;
  font-weight: 300;
  padding: 15px 0;
}

.contact-us {
  background-color: #eae8f3;
  padding: 10px 20px;
  position: absolute;
  top: -115px;
  border-radius: 12px;
  line-height: 50px;
  color: #00224f;
  font-size: 18px;
  box-shadow: 0 -2px 8px rgba(5, 9, 31, 0.2901960784);
  left: 0;
  right: 0;
  font-weight: 600;
}

img.contact-icon {
  max-width: 45px;
}

.footer-tel {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .contact-us, .footer-tel {
    text-align: center !important;
  }
  .contact-us {
    top: -175px;
  }
  footer {
    padding: 110px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .contact-us {
    right: 10px;
    left: 10px;
  }
}
/*-----End Footer section------*/
/*--Start articles carousel--*/
.carousel-item {
  margin-left: 0 !important;
}

.carousel.slide {
  position: relative;
}

.carousel-control-prev {
  left: auto !important;
  transform: scaleX(-1);
}

.carousel-control-next {
  transform: scaleX(-1);
  right: auto !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 4rem !important;
  height: 4rem !important;
}

.carousel-caption {
  position: absolute;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  text-align: right;
  padding: 0 30px !important;
  color: #fff;
  text-align: right !important;
  background-color: rgba(0, 0, 0, 0.3215686275);
  top: 0 !important;
}

.carousel-caption.d-none.d-md-block h5 {
  margin-top: 90%;
}

.carousel-caption.d-none.d-md-block p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.articles-slider .carousel-caption a {
  position: absolute;
  bottom: 50px;
}

.carousel-control-next, .carousel-control-prev {
  top: 50% !important;
  height: fit-content !important;
  opacity: 0.8 !important;
}

/*--End articles carousel--*/
/*--counter test--*/
.sectionClass {
  position: relative;
  display: block;
}

.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}

.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

#projectFacts .fullWidth {
  padding: 0;
}

.projectFactsWrap .item {
  height: 100%;
  padding: 8px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 10px #8a6937;
  width: 280px;
  position: relative;
}

.projectFactsWrap .item:nth-child(1) {
  background: #ffd280;
}

.projectFactsWrap .item:nth-child(2) {
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3) {
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4) {
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 20px 0 20px 30px;
  font-weight: 400;
  color: #050033;
  letter-spacing: 30px;
  background-color: #deb26f;
  font-family: PrimaryNum;
}

.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: "Open Sans";
}

.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover span {
  background: white;
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}
/*--category inner page--*/
section.big-head {
  padding-top: 130px;
  background-image: url("../images/seminar-big.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
section.big-head .header-pic {
  padding: 150px 0px;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1215686275);
}
section.big-head .header-pic p {
  max-width: 50%;
  font-size: 20px;
  margin-top: 40px;
  line-height: 35px;
}
section.big-head a.btn.btn-reserve {
  color: #fff;
  border: solid 1px #fff;
  border-radius: 30px;
  height: 56px;
  line-height: 56px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 500;
}
section.big-head a.btn.btn-reserve:hover {
  color: #fff;
  background-color: #b88d5b;
  border-color: #b88d5b;
}
section.big-head a.btn.btn-reserve i {
  vertical-align: text-bottom;
  margin-right: 5px;
}

@media (max-width: 786px) {
  section.big-head .header-pic p {
    max-width: 80%;
  }
  section.big-head .header-pic {
    padding: 40px 0px;
  }
}
@media (max-width: 575px) {
  section.big-head .header-pic {
    padding: 40px 20px;
    background-color: rgba(0, 0, 0, 0.3490196078);
  }
  section.big-head {
    padding-top: 80px;
    background-position: 20%;
    background-size: cover;
  }
  .big-head .container {
    padding: 0 !important;
  }
  .big-head .container h1 {
    font-size: 23px;
  }
  section.big-head .header-pic p {
    font-size: 17px;
    margin-top: 50px;
    line-height: 30px;
    max-width: 80%;
  }
}
section.about-category {
  padding: 3rem 0;
}

section.cat-halls {
  background-color: #f8f9fd;
  padding: 70px 0;
}

.item {
  box-shadow: 0px 3px 8px 1px #e7e7e7;
}

/*--Hall Details--*/
.halls-big-head {
  padding-top: 250px;
  background-image: url("../images/hall-pic.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
}
.halls-big-head .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.38);
  z-index: 0;
}
.halls-big-head .header-pic {
  padding: 150px 0px;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1215686275);
}
.halls-big-head .header-pic h1 {
  line-height: 45px;
}
.halls-big-head .header-pic p {
  max-width: 50%;
  font-size: 20px;
  margin-top: 40px;
  line-height: 35px;
}
.halls-big-head a.btn.btn-reserve {
  color: #fff;
  border: solid 1px #fff;
  border-radius: 30px;
  height: 56px;
  line-height: 56px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 500;
  text-shadow: none !important;
  background-color: transparent;
}
.halls-big-head a.btn.btn-reserve:hover {
  background-color: #b88d5b;
  border-color: #b88d5b;
}
.halls-big-head a.btn.btn-reserve i {
  vertical-align: text-bottom;
  margin-right: 5px;
}

p.hall-desc, p.hall-desc span {
  font-family: "PrimaryNum" !important;
  text-align: justify !important;
}

p.cat-desc, p.car-desc span {
  font-family: "PrimaryNum" !important;
  text-align: justify !important;
}

.article-txt p, .article-txt p span {
  font-family: "PrimaryNum" !important;
  font-size: 16px !important;
  line-height: 30px !important;
}

span {
  font-family: "PRIMARYNUM" !important;
}

p span {
  font-family: "PRIMARYNUM" !important;
}

.complex-about, .complex-about p {
  font-family: "PrimaryNum" !important;
  text-align: justify;
}

.complex-about, .complex-about p, .complex-about p span, .complex-about span {
  font-family: "PrimaryNum" !important;
  text-align: justify;
}

.about-category {
  font-family: "PrimaryNum" !important;
  text-align: justify;
}

.article-txt, .article-txt p span {
  font-size: 16px !important;
  line-height: 30px !important;
}

.article-txt a {
  color: #00224f !important;
  font-size: 16px !important;
  line-height: 30px !important;
}

.article-txt a:hover {
  color: #b88d5b !important;
}

section.hall-about {
  padding: 3rem 0 1rem;
}

.hall-about p {
  text-align: justify;
  font-size: 14px;
}
.hall-about .share-news {
  margin-bottom: 10px;
}

.hall-details span {
  font-size: 20px;
  font-weight: 600;
}

.hall-details {
  background-color: #f3f5ff;
  border-radius: 50px;
  height: 80px;
  line-height: 80px;
  font-size: 17px;
  color: #00224f;
  margin-bottom: 10px;
  font-weight: 500;
}

.hall-btns {
  background-color: #f8f9fd;
  border-radius: 10px;
  padding: 10px 0;
}

.fotorama__fullscreen-icon {
  top: 2px !important;
  right: 2px;
}

img.fotorama__img {
  top: 0 !important;
}

span.cap, span.meter {
  font-size: 14px;
  color: #979797;
  margin-bottom: 30px;
  display: inline-block;
  font-weight: 500;
}

@media (max-width: 991px) {
  p.hall-desc {
    margin-bottom: 35px;
  }
  .arrange-sliders, .audio-sliders, .flower-sliders {
    padding: 0 !important;
  }
  .flower-list ul {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  span.meter {
    float: right !important;
  }
  span.cap, span.meter {
    margin-bottom: 10px;
  }
}
.arrangement .carousel-control-next, .arrangement .carousel-control-prev {
  top: 40% !important;
  height: fit-content !important;
}

@media (max-width: 575px) {
  .halls-big-head {
    padding-top: 0;
    background-position: top center;
    background-size: cover;
    margin-top: 80px;
    min-height: 250px;
  }
  .halls-big-head .header-pic {
    padding: 60px 0px 0;
  }
  a.btn.btn-reserve {
    margin-top: 0 !important;
  }
  .halls-big-head h1 {
    font-size: 22px;
  }
  .hall-details {
    height: 60px;
    line-height: 60px;
  }
  .amg-floating-contact-wrap:first-child {
    top: 380px !important;
  }
  .arrangement-list ul, .audio-list ul, .flower-list ul {
    padding-right: 0.2rem !important;
  }
}
/*--Start Hall Equipments--*/
.arrangement-list, .audio-list {
  background-color: #f8f9fd;
  padding-top: 30px;
  padding-bottom: 30px;
}

.arrangement-list ul, .audio-list ul, .flower-list ul {
  list-style-type: none;
}

.arrangement-list ul li, .audio-list ul li, .flower-list ul li {
  line-height: 45px;
  font-weight: 600;
  font-size: 15px;
}

.arrangement-list ul li a, .audio-list ul li a, .flower-list ul li a {
  color: #00224f;
  transition: all 0.3s;
}

.arrangement-list ul li a:hover, .audio-list ul li a:hover, .flower-list ul li a:hover {
  margin-right: 10px;
  transition: all 0.3s;
  color: #b88d5b;
}

img.equ-icon {
  margin-left: 15px;
  height: 28px;
}

section.flower-decoration {
  background-color: #f8f9fd;
  padding: 4rem 0;
}

.flower-decoration .carousel-control-next-icon, .flower-decoration .carousel-control-prev-icon,
.arrangement .carousel-control-next-icon, .arrangement .carousel-control-prev-icon,
.cam-audio .carousel-control-next-icon, .cam-audio .carousel-control-prev-icon {
  background-size: 50% 50% !important;
  top: 40% !important;
}

.flower-decoration h3, .arrangement h3, .cam-audio h3 {
  position: absolute;
  bottom: 40px;
  font-weight: 600;
  margin-bottom: 0;
}

.flower-decoration h3 img, .arrangement h3 img, .cam-audio h3 img {
  margin-left: 7px;
  width: 40px;
}

#carouselAudio .carousel-caption, #carouselFlower .carousel-caption, #carouselArrangement .carousel-caption {
  background-color: rgba(0, 0, 0, 0.42);
}

/*--End Hall Equipments--*/
/*---Start Articles & News---*/
.art-main-img {
  padding-top: 70px;
  position: relative;
}

.art-header {
  background-color: white;
  display: block;
  padding: 40px 20px;
  color: #00224f;
  border-bottom: solid 2px #b88d5b;
}

.art-header h2 {
  font-weight: 700;
  line-height: 50px;
}

/*
    @media screen and (min-width:1400px) {
        .art-header {
            width: 1300px;
        }
    }

    @media screen and (max-width:1399px) and (min-width:1200px) {
        .art-header {
            width: 1115px;
        }
    }

    @media screen and (max-width:1199px) and (min-width:992px) {
        .art-header {
            width: 936px;
        }
    }

    @media screen and (max-width:991px) and (min-width:768px) {
        .art-header {
            width: 720px;
            padding: 40px 20px;
        }
    }

    @media screen and (max-width:767px) and (min-width:576px) {
        .art-header {
            width: 516px;
            padding: 30px 20px;
        }
    }
*/
@media screen and (max-width: 575px) {
  /*   .art-header {
          position: relative;
          display: block;
          padding: 20px 20px !important;
          border-bottom: solid 2px #b88d5b;
          bottom: 0 !important;
      }*/
  .art-header h2 {
    font-weight: 600;
    line-height: 40px;
  }
  section.main-article {
    margin-top: 0 !important;
    /*padding-top: 30px !important;*/
  }
}
@media screen and (max-width: 767px) {
  .main-article .news-date {
    float: right !important;
    padding-top: 12px;
  }
}
section.main-article img {
  display: block;
  margin: 25px auto;
  width: 100%;
}

.main-article .news-date {
  border: none;
  margin: 0;
  color: #757575;
  float: left;
}

.share-news {
  font-size: 12px;
  color: #757575;
}

.main-row {
  padding-bottom: 40px;
  border-bottom: solid 2px #b88d5b;
  margin-bottom: 30px;
}

.main-article p {
  text-align: justify;
}

a.share_icons img {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  transition: all 0.1s;
}
a.share_icons img:hover {
  width: 28px;
  height: 28px;
  transition: all 0.1s;
}

a.share_icons {
  margin: 0 3px;
  width: 30px;
  display: inline-block;
  border: solid 1px #b88d5b;
  height: 30px;
  border-radius: 3px;
  vertical-align: middle;
  padding-top: 1px;
  transition: all 0.1s;
}
a.share_icons:hover {
  transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transition: all 0.1s;
}

/*---End Articles & News---*/
/*--Breadcrumb--*/
.breadcrumb-item + .breadcrumb-item::before {
  float: right !important;
  padding-right: 0 !important;
  color: rgb(165, 165, 165) !important;
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 3px !important;
  padding-right: 7px !important;
}

ol.breadcrumb {
  font-size: 13px;
  padding-top: 20px;
}

ol.breadcrumb a {
  color: #666;
}

ol.breadcrumb a:hover {
  color: #b88d5b;
}

li.breadcrumb-item.active {
  color: #034ea2;
  font-weight: 500;
}

section.br-crumb {
  background-color: rgba(248, 249, 253, 0.6588235294);
}

/*----Start Floating contact icon-----*/
.amg-red .amg-floating-icon,
.amg-red .amg-floating-link {
  background: #eb002b;
}

.amg-orange .amg-floating-icon,
.amg-orange .amg-floating-link {
  background: #eb002b;
  cursor: pointer !important;
}

.amg-floating-contact-wrap {
  position: fixed;
  left: -260px;
  font-size: 20px;
  opacity: 1;
  z-index: 10;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.amg-floating-contact-wrap.amg-orange p {
  font-size: 14px;
  line-height: normal;
  color: #fff;
  font-weight: 500;
  text-align: right;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.5019607843);
  padding-bottom: 5px;
}

.amg-floating-contact-wrap.amg-orange label {
  text-align: right;
  display: block;
  font-size: 14px;
  color: #fff;
}

.amg-floating-contact-wrap.amg-orange input {
  margin-bottom: 10px;
  border-radius: 35px;
  margin-top: 4px;
  color: #000 !important;
}

.amg-floating-contact-wrap.amg-orange .amg-floating-link {
  border-radius: 0 0 10px 0;
}

.amg-floating-contact-wrap.amg-orange .btn-outline {
  height: 36px !important;
  line-height: 36px !important;
  color: #fff !important;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.168627451);
  margin-top: 12px !important;
  display: block;
}

.amg-floating-contact-wrap:first-child {
  top: 200px;
}

.amg-floating-contact-wrap:nth-child(2) {
  top: 260px;
}

.amg-floating-contact-wrap:nth-child(3) {
  top: 320px;
}

.amg-floating-icon, .amg-floating-link {
  text-align: center;
}

.amg-floating-icon {
  width: 60px;
  float: right;
  padding: 10px 25px 10px;
  border-radius: 0 25px 25px 0;
  color: #fff;
  background-color: #eb002b;
}

.amg-floating-icon i:before {
  vertical-align: middle;
}

.amg-floating-link {
  width: 260px;
  min-height: 48px;
  padding: 10px 0;
  overflow: hidden;
}

.amg-floating-link a {
  white-space: nowrap;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
}

.amg-floating-link a:hover {
  color: #FFFFFF;
  color: rgb(255, 255, 255);
}

.amg-floating-link form,
.amg-floating-link a {
  width: 240px !important;
  margin: 0 10px;
}

/* Hover Effect */
.amg-floating-contact-wrap.hover {
  opacity: 1;
  left: 0;
}

.amg-floating-contact-wrap.hover .amg-floating-link {
  left: 0;
}

/*----End Floating contact icon-----*/
/*----Go to top btn----*/
#go-to-top-btn {
  display: inline-block;
  background-color: #b88d5b;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#go-to-top-btn::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.3em;
  line-height: 50px;
  color: #fff;
}

#go-to-top-btn:hover {
  cursor: pointer;
  background-color: #f6a72b;
}

#go-to-top-btn:active {
  background-color: #555;
}

#go-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  #go-to-top-btn {
    margin: 30px;
  }
}
/*--Start Search Page & filters--*/
section.search {
  padding: 140px 0 60px;
  background-image: url("../images/search-bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
section.search .big-img {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
section.search .search-box {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3803921569);
}

.input-group-addon:first-child {
  border-left: 0;
  border-right: 1px solid #cdcdcd !important;
}

.each-filter .easy-autocomplete.eac-bootstrap input {
  padding: 4px 10px !important;
  line-height: 34px !important;
  height: 34px;
}

.side-bar-filter {
  display: block;
  height: auto;
  margin-top: 20px;
  background-color: #f8f9fd;
  padding: 30px 15px;
  color: #00224f;
  border: solid 1px #e0e6fd;
  border-radius: 5px;
}
.side-bar-filter input.form-check-input {
  float: right !important;
}
.side-bar-filter .form-check {
  margin-bottom: 8px;
  font-size: 14px;
}
.side-bar-filter .form-check-input:checked {
  background-color: #00224f !important;
  border-color: #00224f !important;
}
.side-bar-filter .form-check-input:focus {
  box-shadow: none !important;
}
.side-bar-filter button.btn-outline {
  padding: 0 !important;
  font-size: 15px !important;
}

span.display-mode button {
  border: none;
  padding: 0;
  margin: 0;
}

.side-bar-filter header h3 {
  border-bottom: solid 1px #dbdbdb;
  padding-bottom: 15px;
  color: #404040;
  font-size: 17px;
}

.side-bar-filter header h3 i {
  margin-left: 5px;
  font-size: 15px;
  vertical-align: baseline;
}

.each-filter {
  padding: 15px 0;
  border-bottom: solid 1px #e0e6fd;
}

.each-filter h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 5px;
}

.filters input {
  margin: 0 0 0 5px;
  vertical-align: middle;
}

.filters label {
  margin: 0;
}

.side-bar-filter .btn-filter-remove {
  margin-top: 15px;
  border: solid 1px #203f99;
  color: #203f99;
}

.side-bar-filter .btn-filter-remove:hover, .side-bar-filter .btn-filter-remove:focus, .side-bar-filter .btn-filter-remove:active {
  border-color: #00224f !important;
  color: #00224f !important;
  box-shadow: none !important;
}

.side-bar-filter .btn-filter {
  margin-top: 15px;
  background-color: #203f99 !important;
  float: left;
}

.filter-menu {
  display: none;
  visibility: hidden;
}

@media (max-width: 767px) {
  #sidebar {
    position: absolute;
    z-index: 1000000;
    width: 100%;
    right: -780px;
    transition: all 0.3s;
  }
  #sidebar.active {
    right: 0;
    transition: all 0.3s;
  }
  #sidebarCollapse span {
    display: none;
    transition: all 0.3s;
  }
  span.display-mode {
    display: none !important;
  }
}
.filter-menu .navbar-btn {
  background-color: transparent;
  padding-right: 20px;
  padding-left: 20px;
  color: #00224f;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 15px;
  border-radius: 25px;
  width: 100%;
  border: solid 1px #00224f;
}

.filter-menu .navbar-btn:hover {
  background-color: #00224f;
  color: #fff;
}

.filter-menu .navbar-btn i {
  margin-left: 7px;
}

.close-filters {
  float: left;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 18px !important;
  color: #999;
  line-height: 24px;
  padding: 0;
  margin-left: 0 !important;
  cursor: pointer;
}

.close-filters {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 7px;
  left: 4px;
}

@media (max-width: 767px) {
  .filter-menu, .close-filters {
    display: block;
    visibility: visible;
  }
}
span.hall-numbers {
  width: 100%;
  display: block;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  background-color: #f3f5ff;
  color: #00224f;
  padding: 5px 15px;
  border-radius: 25px;
  border: solid 1px #e7ecff;
  text-align: center;
}

span.hall-numbers span {
  font-size: 18px;
  font-weight: 600;
  color: #00224f;
  margin-right: 3px;
}

/*--End Search Page & filters--*/
/*--Start Complex Details--*/
.complex-big-head {
  padding-top: 250px;
  background-image: url("../images/complex-img/hotel-pic.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
}
.complex-big-head .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.38);
  z-index: 0;
}
.complex-big-head .header-pic {
  padding: 150px 0px;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1215686275);
}
.complex-big-head .header-pic h1 {
  line-height: 45px;
}
.complex-big-head .header-pic p {
  max-width: 50%;
  font-size: 20px;
  margin-top: 40px;
  line-height: 35px;
}
.complex-big-head a.btn.btn-reserve {
  color: #fff;
  border: solid 1px #fff;
  border-radius: 30px;
  height: 56px;
  line-height: 56px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 500;
  text-shadow: none !important;
  background-color: transparent;
}
.complex-big-head a.btn.btn-reserve:hover {
  background-color: #b88d5b;
  border-color: #b88d5b;
}
.complex-big-head a.btn.btn-reserve i {
  vertical-align: text-bottom;
  margin-right: 5px;
}

section.complex-features {
  padding: 50px 0;
  background-color: #03172e;
  color: #fff;
}

.each-feature {
  background-color: #0d294a;
  text-align: center;
  padding: 10px;
  border-radius: 25px;
  border: solid 1px #4f6482;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3215686275);
  transition: all 0.2s;
}
.each-feature:hover {
  transform: rotateZ(-5deg) !important;
  -ms-transform: rotateZ(-5deg) !important;
  -webkit-transform: rotateZ(-5deg) !important;
  transition: all 0.2s;
  cursor: pointer;
}

.each-feature img {
  display: block;
  margin: 10px auto;
  max-width: 48px;
}

.each-feature span {
  min-height: 50px !important;
  display: block;
  margin-top: 15px;
}

.each-feature:hover {
  transform: rotateZ(-5deg) !important;
  -ms-transform: rotateZ(-5deg) !important;
  -webkit-transform: rotateZ(-5deg) !important;
  transition: all 0.2s;
}

section.complex-location {
  margin: 50px 0;
}

.complex-address {
  background-color: #f8f9fd;
  height: 100%;
  padding: 20px 40px;
}

.complex-address i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: 5px;
}

.complex-address p {
  padding: 10px 0;
  color: #00224f;
}

.complex-address p span {
  margin-right: 15px;
}

@media (max-width: 1199px) {
  .complex-address p {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .complex-address {
    padding: 20px 15px;
  }
}
@media (max-width: 575px) {
  .complex-big-head {
    padding-top: 0;
    background-position: top center;
    background-size: cover;
    margin-top: 80px;
    min-height: 250px;
  }
  .complex-big-head .header-pic {
    padding: 60px 0px 0;
  }
  a.btn.btn-reserve {
    margin-top: 0 !important;
  }
  .complex-big-head h1 {
    font-size: 22px;
  }
  .hall-details {
    height: 60px;
    line-height: 60px;
  }
  .amg-floating-contact-wrap:first-child {
    top: 400px !important;
  }
  .amg-floating-contact-wrap:nth-child(2) {
    top: 460px !important;
  }
  .amg-floating-contact-wrap:nth-child(3) {
    top: 520px !important;
  }
}
/*--End Complex Details--*/
/*---- Start All Articles & News----*/
.big-header {
  background-image: url("../images/articles/news3.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 270px 0;
  position: relative;
}
.big-header h2 {
  color: #fff;
  position: absolute;
  bottom: 50px;
}

@media (max-width: 575px) {
  .big-header {
    padding: 170px 0;
  }
}
/*---- End All Articles & News----*/
/*--------Start Reserve Form--------*/
.form-section {
  background-image: url("../images/event-section.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  margin-top: 80px;
  padding: 100px 0 130px;
}

.form-section .res-form {
  background-color: #fff;
}

.reserve-form-img {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/reserve-img3.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.reserve-form {
  padding: 30px;
  color: #00224f;
}
.reserve-form label {
  font-size: 13px;
  color: #666;
}
.reserve-form h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 40px 0;
}

.reserve-form input.form-control {
  height: 50px;
  border: solid 1px #ededed !important;
  background-color: #f9f9f9;
  border-radius: 30px;
  padding: 20px;
  color: #00224f !important;
  font-weight: 500;
}

@media (max-width: 575px) {
  section.form-section .container {
    width: 90%;
  }
  section.form-section {
    padding: 50px 0 110px;
  }
}
/*--------End Reserve Form--------*/
/*----Start Contact us----*/
.contactus {
  background-image: url(../images/contact.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 270px 0;
  position: relative;
}
.contactus h2 {
  color: #fff;
  position: absolute;
  bottom: 50px;
}

@media (max-width: 575px) {
  .contactus {
    padding: 170px 0;
  }
}
.contact-detail, .contact-form, .contact-location {
  min-height: 100%;
}

.contact-form {
  background-color: #edeef5;
  padding: 30px 15px;
  color: #1e1852;
  font-size: 14px;
}

.contact-location {
  background-color: #f5f5f5;
}

.contact-detail {
  background-color: rgba(234, 237, 245, 0.4392156863);
  padding: 30px 15px;
  color: #1e1852;
  font-size: 14px;
}

.contact-infos span {
  font-weight: 500;
  margin-right: 5px;
  font-size: 14px;
}

.contact-infos i {
  margin-left: 5px;
  font-size: 12px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

section.contact h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-form input, .contact-form textarea {
  font-size: 13px;
  color: #05091f !important;
  box-shadow: 0 0 3px #bcb9c7;
  border: none;
}

.contact-form a.btn-outline {
  border-radius: 8px;
}

/*----End Contact us----*/
.search-page .select2 {
  background: #00193b;
}

/*--Hall Date--*/
.pic-date .form-control {
  border: solid 1px #0d3059 !important;
  height: 46px;
  border-radius: 8px;
  color: #00224f !important;
  font-weight: 500;
  text-align: center;
}

.pic-date .btn-date {
  background-color: #00224f;
  color: #fff;
  height: 46px;
  border-radius: 8px;
}

.pic-date .btn-date:hover, .pic-date .btn-date:active, .pic-date .btn-date:focus {
  background-color: #eb002b;
  color: #fff;
}

span.search-date {
  font-size: 12px;
  font-weight: 500;
  color: #00224f;
  display: block;
  padding-bottom: 7px;
}

.datepicker-plot-area {
  box-sizing: border-box;
  overflow: hidden;
  min-height: 70px;
  display: block;
  width: 240px !important;
  min-width: 200px;
  padding: 3px;
  position: absolute;
  font: 12px tahoma;
  border: 1px solid #ccc;
  background-color: #fff;
  font-family: "PRIMARYNUM" !important;
  border-radius: 10px !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: #eb002b !important;
  color: #fff;
  border: none;
  text-shadow: 1px 1px 1px #000;
  border-radius: 7px;
}

.datepicker-plot-area .datepicker-day-view .table-days td.today span {
  background-color: #00224f !important;
  color: #fff;
  border: 0;
  text-shadow: none;
  border-radius: 7px;
}

.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: #b88d5b !important;
  color: #fff;
  border: 0;
  text-shadow: none;
  border-radius: 7px;
}

.date-res .alert {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}

.comment-form {
  box-shadow: 0 0 10px rgba(0, 37, 85, 0.4509803922);
}

.comments-section .comment-form input.form-control {
  border: 1px solid #dddddd !important;
  outline: none !important;
  background-color: #fff !important;
  color: #212529 !important;
  box-shadow: none !important;
  height: 50px !important;
  padding-right: 30px;
  padding-left: 30px;
}

.comments-section .comment-form input.form-control:focus {
  border: 1px solid #0d3059 !important;
}

.comments-section .comment-form .form-control, .comments-section .comment-form .btn {
  border-radius: 30px !important;
}

.comments-section .comment-list .card {
  border: solid 1px #eaeff6 !important;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgb(212, 218, 226);
  background-color: #f9f9f9;
}

/* استایل‌های بخش کامنت */
.comments-section .rating-summary .progress {
  height: 4px;
  border-radius: 2px;
}

.comments-section .rating-summary .big-rating {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}

.comments-section .comment-form .form-control,
.comments-section .comment-form .btn {
  border-radius: 0.5rem;
}

.comments-section .comment-list .card {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.comments-section .comment-list .star-rating span {
  font-size: 1rem;
}

.comments-section .comment-form .form-control {
  direction: rtl; /* جهت متن داخل ورودی */
  text-align: right; /* تراز متن به سمت راست */
}

.comments-section .comment-form .form-control::placeholder {
  color: #6c757d !important; /* رنگ placeholder */
  opacity: 1 !important; /* مطمئن می‌شویم قابل رؤیت باشد */
}

.comments-section .card-header {
  background-color: transparent;
  padding: 0 0 10px 0 !important;
  border-bottom: solid 1px #eae8f3;
}

.comments-section .card-body {
  background-color: transparent;
  padding: 10px 0 0 0;
}

.btn-outline {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: 1px solid #0d3059; /* رنگ حاشیه */
  color: #0d3059; /* رنگ متن */
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.btn-outline:hover {
  background-color: #0d3059;
  color: #fff;
  text-decoration: none;
}

/* کانتینر ستاره‌ها */
.Comment-Score .stars {
  display: inline-flex;
  gap: 0.2rem;
  font-size: 1.6rem;
}

/* ستاره‌های خاموش */
.Comment-Score .star {
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

/* وقتی موس روی ستاره می‌ره */
.Comment-Score .star.hover,
.Comment-Score .star.selected {
  color: #ffc107;
}

.comments-section .comment-form input.form-control {
  border: 1px solid #ced4da !important;
  outline: none !important;
  background-color: #fff !important;
  color: #212529 !important;
  box-shadow: none !important;
}

.comment-list.all-comments {
  margin-bottom: 50px;
}

.form-control.is-invalid {
  border: 1px solid #dc3545;
}

.text-secondary {
  color: rgb(201, 201, 201) !important;
}

.error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: none;
}

span.comments-number {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #b88d5b;
  text-align: center;
  line-height: 32px;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
}

textarea#Comment_Comment {
  padding: 25px 40px;
}

textarea#Comment_Comment:focus {
  border: 1px solid #0d3059 !important;
}

span.score-txt {
  font-size: 14px;
  font-weight: 500;
}

span#selected-rate {
  color: #00224f;
  font-size: 12px;
  background-color: #edf2fa;
  border-radius: 20px;
  padding: 2px 10px;
}

.btn-blue {
  background-color: #0d3059;
  color: #fff;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:hover {
  background-color: #0d3059;
  color: #fff;
}

.permission {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #956b3a;
}

.card.reply-card {
  width: 97%;
  float: left;
  margin-top: 20px;
  background-color: #fff !important;
  box-shadow: 0 0 5px #d3d3d3 !important;
}

/*--fancy Image--*/
.fancy-grid1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: end;
}

.fancy-grid2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  max-width: 1000px;
  margin: 5px auto;
  align-items: start;
}

.complex-about .item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease;
  border-radius: 0;
}

.complex-about .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.complex-about .item:hover img {
  transform: scale(1.05);
}

.complex-about .img1 {
  grid-column: span 2;
  grid-row: span 2;
}

.complex-about .img2 {
  grid-column: span 2;
  grid-row: span 2;
  height: 80%;
}

.complex-about .img3 {
  grid-column: span 1;
  grid-row: span 2;
  height: 70%;
}

.complex-about .img4 {
  grid-column: span 2;
  grid-row: span 2;
  height: 90%;
}

/*--Start User Account--*/
.pages {
  padding: 120px 0 100px 0;
}

h2.profile-header {
  color: #00224f;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.g-recaptcha div {
  margin: 0 auto !important;
}

#sticky-side {
  position: sticky !important;
  top: 92px;
  z-index: 1000;
  border-radius: 15px;
  width: 100%;
  right: 0;
  border: solid 1px #cbd5e1;
  padding: 15px;
  margin-bottom: 15px;
}
#sticky-side i {
  color: #b88d5b;
}

.text-left {
  text-align: left !important;
}

.u-account .card-body {
  background-color: #ffffff;
  border-radius: 25px;
}
.u-account .card.hall-card .card-body {
  background-color: #ffffff;
  border-radius: 0 !important;
  padding: 10px;
}
.u-account .card.hall-card .card-body h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-account .card.hall-card .card-body .my-ticket span {
  font-size: 13px !important;
  font-weight: 600;
}
.u-account .card.hall-card .card-body span.hall-cap {
  margin-bottom: 12px;
}
.u-account .btn-view {
  background-color: #00224f;
  border: solid 1px #00224f;
  margin-top: 10px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
}
.u-account .btn-view:hover {
  background-color: #b88d5b;
  border-color: #b88d5b;
  color: #fff !important;
}
.u-account .btn-view:focus {
  background-color: #b88d5b;
  border-color: #b88d5b;
  color: #fff !important;
}
.u-account .btn-view:active {
  background-color: #b88d5b;
  border-color: #b88d5b;
  color: #fff !important;
}
.u-account .btn-remove {
  background-color: #fff;
  border: solid 1px #eb002b;
  margin-top: 10px;
  color: #eb002b !important;
  font-size: 14px;
  font-weight: 500;
}
.u-account .btn-remove:hover {
  background-color: #eb002b;
  color: #fff !important;
}
.u-account .btn-remove:focus {
  background-color: #eb002b;
  color: #fff !important;
}
.u-account .btn-remove:active {
  background-color: #eb002b;
  color: #fff !important;
}
.u-account .mt-5 {
  margin-top: 5px !important;
}
.u-account input[type=text] {
  outline: none !important;
  color: #00224f !important;
}
.u-account input.form-control:focus, .u-account input.form-control:active {
  border-color: #00224f !important;
}

.user-profile img {
  margin-left: 6px;
}

.user-profile {
  border-bottom: solid 1px #cbd5e1;
  padding-bottom: 10px;
  color: #00224f;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

ul.user-menu {
  list-style-type: none;
}

ul.user-menu li {
  color: #252339;
  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: #252339;
  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 #b88d5b;
}

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 #b88d5b;
}

ul.user-menu li a i {
  font-size: 14px;
  margin-left: 13px;
}

span.prof-card-head i {
  color: #b88d5b;
}

.right-col .card {
  border: solid 1px #cbd5e1 !important;
  border-radius: 15px !important;
}
.right-col .card .card-header {
  padding: 12px 20px;
  font-weight: 600;
  color: #00224f;
  border-radius: 13px 13px 0 0 !important;
  border-bottom-color: rgba(203, 213, 225, 0.368627451);
  background-color: rgba(203, 213, 225, 0.3215686275);
}
.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;
  border: solid 1px #dee2e6 !important;
  border-radius: 7px;
}
.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: #f8f9fd;
  border-radius: 10px;
  padding-top: 10px !important;
  padding: 0;
  margin-bottom: 15px;
  border: solid 1px #eae8f3;
}
.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: #a1a1a1;
  color: #fff;
  border-radius: 7px;
  margin-left: 3px;
  font-size: 12px;
  font-weight: 500;
}

.my-ticket {
  background-color: #f8f9fd;
  border-radius: 10px;
  padding-top: 10px !important;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border: solid 1px #eae8f3;
}
.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;
  }
  .search-box .select2-container {
    width: 100%;
  }
  .main-categories h1 {
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 20px;
  }
}
/*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;
}

.offer-badge {
  background-color: #eb002b;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
}

/*--End User Account--*/
/*---Start Login---*/
.login-form {
  padding: 10px 30px;
}
.login-form h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 30px 0;
  text-align: center;
}

a#userprofile {
  color: #00224f;
  font-size: 14px;
  font-weight: 600;
  border: solid 1px;
  padding: 3px 10px;
  border-radius: 30px;
}

a#userprofile:hover {
  color: #b88d5b;
}

.log-form {
  background-color: #fff !important;
  padding: 15px;
}
.log-form label {
  font-size: 13px;
  color: #666;
}

.login-form-img {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/login.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.login-form-section {
  background-image: url("../images/event-section.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  margin-top: 80px;
  padding: 100px 0 130px;
}

.login-form input.form-control {
  height: 50px;
  border: solid 1px #ededed !important;
  background-color: #f9f9f9;
  border-radius: 30px;
  padding: 20px;
  color: #00224f !important;
  font-weight: 500;
}

.alert.login-alert-success {
  font-size: 15px;
  font-weight: 500;
  color: green;
  padding: 12px 0;
  margin-bottom: 10px;
}

.alert.login-alert-danger {
  font-size: 15px;
  font-weight: 500;
  color: red;
  padding: 12px 0;
  margin-bottom: 10px;
}

.resend {
  font-size: 13px;
  color: #1269b4;
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
}

.resend:hover {
  color: #b88d5b;
}

p.counterbox {
  font-size: 13px;
  text-align: center;
  color: #666;
}

.login-btn {
  color: #00224f;
  font-size: 14px;
  font-weight: 600;
  border: solid 1px;
  padding: 3px 10px;
  border-radius: 30px;
}
.login-btn:hover {
  color: #b88d5b;
}
.login-btn i {
  margin-left: 5px;
  vertical-align: middle;
}

@media (max-width: 450px) {
  .login-btn {
    text-align: center;
    display: block;
    width: 100%;
    border: solid 1px;
    border-radius: 30px;
    margin: 5px 0;
    padding: 5px 0;
  }
  img.logo {
    width: 140px !important;
  }
}
/*---End Login---*/
/*---Start Reserve Page----*/
.reserve-page .form-control {
  height: 45px;
  border: solid 1px #ddd !important;
  border-radius: 7px;
  color: #00224f !important;
  font-size: 15px !important;
}
.reserve-page h4 {
  font-size: 1em;
  color: #00224f;
  font-weight: 700;
  border-bottom: solid 3px #b88d5b;
  padding-bottom: 10px;
  width: fit-content;
  margin: 20px 0;
}
.reserve-page label {
  font-size: 13px;
  color: #666;
}
.reserve-page h2.heading {
  font-size: 1.4em;
  color: #00224f;
  font-weight: 700;
  margin-bottom: 50px;
  border-bottom: solid 3px #b88d5b;
  padding-bottom: 10px;
}
.reserve-page span .select2-selection.select2-selection--single {
  height: 45px !important;
  line-height: 45px !important;
  border: solid 1px #ddd !important;
  border-radius: 7px !important;
  color: #00224f !important;
  font-size: 15px !important;
}
.reserve-page span .select2-selection.select2-selection--single ::placeholder {
  color: #666 !important;
  opacity: 1;
  font-size: 15px !important;
}
.reserve-page span .select2-selection.select2-selection--single ::-ms-input-placeholder {
  color: #666 !important;
  font-size: 15px !important;
}
.reserve-page ::placeholder {
  color: #666 !important;
  opacity: 1;
  font-size: 15px !important;
}
.reserve-page ::-ms-input-placeholder {
  color: #666 !important;
  font-size: 15px !important;
}
.reserve-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 45px !important;
  line-height: 45px !important;
  color: #00224f !important;
  font-size: 15px !important;
}
.reserve-page .arrangement-row input[type=checkbox] {
  position: absolute;
  top: 8px;
  left: 8px;
  transform: scale(1.3);
  cursor: pointer;
  accent-color: #00224f;
}
.reserve-page .arrangement-row img {
  width: 50px;
}
.reserve-page .arrangement-row .card {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  height: 100%;
  position: relative;
  cursor: pointer;
  border: 2px solid #dcdfeb;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.reserve-page .arrangement-row .card-body {
  background-color: rgba(237, 242, 250, 0.5215686275);
  padding: 8px;
  vertical-align: middle;
  color: #00224f;
}
.reserve-page .arrangement-row .card:hover {
  border-color: #b88d5b;
  box-shadow: none;
}
.reserve-page .arrangement-row .card input[type=checkbox] {
  position: absolute;
  top: 8px;
  left: 8px;
  transform: scale(1.3);
  cursor: pointer;
}
.reserve-page .arrangement-row .card.selected {
  border-color: #a7c0e9;
  background-color: rgba(237, 242, 250, 0.431372549);
}
.reserve-page .menu-selection img {
  width: 80px;
}
.reserve-page .menu-selection h4 {
  font-size: 1em;
  color: #00224f;
  font-weight: 700;
  border-bottom: solid 3px #b88d5b;
  padding-bottom: 10px;
  width: fit-content;
  margin: 20px 0;
}
.reserve-page .menu-selection .card {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  height: 100%;
  position: relative;
  cursor: pointer;
  border: 2px solid #dcdfeb;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.reserve-page .menu-selection .card-body {
  background-color: rgba(237, 242, 250, 0.5215686275);
  padding: 8px;
  vertical-align: middle;
  color: #00224f;
  font-weight: 600;
}
.reserve-page .menu-selection .card:hover {
  border-color: #b88d5b;
  box-shadow: none;
}
.reserve-page .menu-selection .card input[type=checkbox] {
  position: absolute;
  top: 8px;
  left: 8px;
  transform: scale(1.3);
  cursor: pointer;
  accent-color: #00224f;
}
.reserve-page .menu-selection input[type=checkbox]:checked {
  background-color: #00224f;
  border-color: #00224f;
}
.reserve-page .menu-selection .card.selected {
  border-color: #a7c0e9;
  background-color: rgba(237, 242, 250, 0.431372549);
}
.reserve-page .menu-selection .menu-p {
  font-size: 15px;
  font-weight: 600;
  color: darkgreen;
}
.reserve-page .menu-selection .card .view-icon {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #00224f;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  transition: color 0.2s ease;
  box-shadow: 0 0 6px #00224f;
}
.reserve-page .menu-selection .card .view-icon:hover {
  color: #b88d5b;
}
.reserve-page .menu-selection .card img {
  width: 100%;
  height: auto;
  display: block;
}
.reserve-page .form-check .form-check-input {
  float: right;
  border-color: #666;
}
.reserve-page .form-check label {
  color: #00224f;
}

.form-check-input:focus {
  box-shadow: none !important;
  border-color: #b88d5b;
}

.form-check-input:checked {
  background-color: #00224f;
  border-color: #00224f !important;
}

.price-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  right: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 5px 15px #6d0014;
  z-index: 1000;
  border-top: solid 3px red;
  padding: 20px 0;
  line-height: 45px;
}

.btn-reserve-hall {
  background-color: #eb002b;
  color: #fff;
  min-height: 45px;
  line-height: 45px;
  padding: 0;
  font-weight: 600;
}
.btn-reserve-hall:hover {
  color: #fff !important;
  background-color: #bd0023;
  border-color: #bd0023;
}
.btn-reserve-hall:active {
  color: #fff !important;
  background-color: #bd0023 !important;
  border-color: #bd0023 !important;
}
.btn-reserve-hall:focus {
  color: #fff !important;
  background-color: #bd0023 !important;
  border-color: #bd0023 !important;
}

.price-bar span {
  font-size: 22px;
  font-weight: 700;
  color: #008009;
}

span.rial {
  font-size: 12px;
}

.form-control.number-input {
  height: 30px;
  width: 70px;
  display: inline;
  position: relative;
  font-size: 13px !important;
}

.number-label {
  position: absolute;
  top: -12px;
  right: 5px;
  font-size: 11px !important;
  color: #666 !important;
  background-color: #fff;
  padding: 0px 4px;
}

.row.price-row {
  background-color: rgba(255, 0, 0, 0.0509803922);
  padding: 15px;
  border-radius: 50px;
  margin-top: 15px;
  box-shadow: 0 1px 3px #bcbcbc;
}
.row.price-row span {
  font-size: 22px;
  font-weight: 700;
  color: #008009;
}

.like-hall {
  background-color: #f3f5ff;
  padding: 3px 10px;
  display: block;
  width: fit-content;
  margin: 0 auto 5px auto;
  border-radius: 30px;
}

.btn-reserve-details {
  background-color: rgba(238, 241, 245, 0.5490196078);
  color: #2d63ab;
}

.btn-reserve-details:hover, .btn-reserve-details:focus {
  background-color: rgba(238, 241, 245, 0.5490196078);
  color: #2d63ab;
}

.detail-collapse {
  background-color: rgba(238, 241, 245, 0.5490196078);
  border-radius: 7px;
  padding-bottom: 10px;
}

.service {
  display: inline-block;
  width: fit-content;
  border: solid 1px #cbd5e1;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.4705882353);
  font-size: 14px;
}

span.num-service {
  color: #4b4b4b;
  margin-right: 10px;
}

/*---End Reserve Page----*/
/*--Login Modal--*/
.modal .btn-close {
  position: absolute;
  left: 10px;
}
.modal h1 {
  font-size: 18px !important;
  font-weight: 600;
  color: #00224f;
}

/*--------------*/
