@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-ExtraBold.ttf");
  font-weight: 800; }

@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-Bold.ttf");
  font-weight: 700; }

@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-Regular.ttf");
  font-weight: 400; }

@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-Light.ttf");
  font-weight: 300; }

@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-ExtraLight.ttf");
  font-weight: 200; }

@font-face {
  font-family: "Circe";
  src: url("../fonts/circe/Circe-Thin.ttf");
  font-weight: 100; }

body {
  font-family: "Circe";
  color: #253949; }

.bg-blue {
  background-color: #1264a3; }

.bg-light {
  background-color: #f8fafb !important; }

.bg-filter {
  background-color: #eef4f7; }

.navbar-alert {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem; }
  .navbar-alert i {
    width: 2rem; }
  .navbar-alert a {
    color: #fff;
    text-decoration: none; }
  .navbar-alert .close-alert-button {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .8; }
    .navbar-alert .close-alert-button:hover {
      cursor: pointer;
      opacity: 1; }

.border-radius-none {
  border-radius: 0 !important; }

.text-bold {
  font-weight: 700 !important; }

.navbar {
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); }
  .navbar .nav-soc-items {
    padding-right: 1rem; }
    .navbar .nav-soc-items .soc-set-icon {
      min-width: 1.5rem;
      height: 1.5rem;
      position: relative;
      color: #6f6f6f; }
      .navbar .nav-soc-items .soc-set-icon i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #6f6f6f; }

.btn-gradient {
  background: linear-gradient(#00616c, #468797);
  color: #fff !important;
  min-width: 10rem;
  border-radius: 5rem; }
  .btn-gradient:hover {
    opacity: 0.8; }

.main-header {
  padding: 14rem 0 10rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  @media (max-width: 900px) {
    .main-header {
      padding: 0; } }
  .main-header::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3999);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .main-header .main-search-box {
    background: #fff !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 5rem; }
    .main-header .main-search-box .search_box-input {
      border-right: 1px solid #e6ebed;
      position: relative;
      padding: 1rem 2rem;
      padding-left: 3rem;
      transition: border-radius 0.15s ease-in-out, box-shadow 0.15s ease-in-out, opacity 0.15s ease-in-out;
      border-top-left-radius: 5rem;
      border-bottom-left-radius: 5rem; }
      .main-header .main-search-box .search_box-input .search_box-clear-input {
        background-color: #e6ebed;
        border-radius: 50%;
        width: 2rem;
        height: 2rem;
        opacity: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 1rem;
        transition: opacity 0.15s ease-in-out;
        display: flex;
        align-items: center;
        justify-content: center; }
        .main-header .main-search-box .search_box-input .search_box-clear-input:hover {
          cursor: pointer; }
      .main-header .main-search-box .search_box-input:focus-within {
        border-radius: 5rem;
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
        .main-header .main-search-box .search_box-input:focus-within .search_box-clear-input {
          opacity: 1; }
      .main-header .main-search-box .search_box-input label {
        width: 100%; }
        .main-header .main-search-box .search_box-input label:hover {
          cursor: pointer; }
      .main-header .main-search-box .search_box-input input {
        border: none;
        padding: 0;
        font-weight: 700; }
        .main-header .main-search-box .search_box-input input::placeholder {
          font-weight: 400; }

.lead {
  font-weight: 400 !important; }

.text-underline {
  text-decoration: underline; }

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

.form-control:read-only {
  background-color: transparent !important; }

.input-err_msg {
  color: #eb0a1e;
  height: 1rem; }

.dropdown-container {
  position: relative; }
  .dropdown-container .rayon-search_box-dropdown {
    position: absolute;
    border-radius: 2rem;
    top: 0.5rem;
    min-height: 15rem;
    min-width: 30rem;
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 1rem 0;
    z-index: 1; }
    .dropdown-container .rayon-search_box-dropdown ul {
      padding: 0;
      margin: 0;
      height: 20rem;
      overflow-y: auto; }
      .dropdown-container .rayon-search_box-dropdown ul li {
        padding: 0.5rem 2rem;
        display: flex;
        align-items: center; }
        .dropdown-container .rayon-search_box-dropdown ul li i {
          width: 2.2rem;
          background: #e6ebed;
          border-radius: 0.5rem;
          height: 2.2rem;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 12px; }
        .dropdown-container .rayon-search_box-dropdown ul li span {
          margin-left: 0.5rem; }
        .dropdown-container .rayon-search_box-dropdown ul li:hover {
          background-color: #e6ebed;
          cursor: pointer; }

.offer-box-carousel:hover {
  transform: none !important; }

.offer-box {
  min-height: 16rem;
  background-color: #e6ebed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: transform 0.2s; }
  .offer-box::before {
    content: "";
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .offer-box:hover {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    transform: scale(1.02); }
  .offer-box .offer_box-icon {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .offer-box .offer_box-icon i {
      background-color: #00616c;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 1.5rem;
      padding: 0.5rem;
      border-bottom-right-radius: 1rem;
      color: #fff; }
    .offer-box .offer_box-icon .offer_box-additional-icons .icon-box .icon_image {
      width: 2.5rem;
      height: 2.5rem;
      background: #fff;
      margin: .5rem;
      margin-right: 1rem;
      padding: .1rem;
      border-radius: 50%; }
  .offer-box .offer_box-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    align-items: center; }
    .offer-box .offer_box-content .info-box {
      display: flex;
      flex-direction: column;
      color: #fff; }
      .offer-box .offer_box-content .info-box .name {
        font-size: 1.2rem;
        font-weight: 700;
        text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }
    .offer-box .offer_box-content .price-box {
      display: flex;
      flex-direction: column;
      min-width: 7rem;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 0.5rem;
      border-radius: 0.2rem; }
      .offer-box .offer_box-content .price-box .price {
        font-size: 1.2rem;
        font-weight: 700; }

.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .banner::before {
    content: "";
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.btn-white {
  background-color: #fff;
  font-weight: 700;
  border-radius: 5rem;
  min-width: 10rem; }

hr {
  background-color: #eaedf4 !important; }

.blue-link {
  color: #1264a3;
  text-decoration: none;
  position: relative; }
  .blue-link::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #1264a3;
    bottom: -2px;
    transition: width 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 0; }
  .blue-link:hover {
    color: #1264a3;
    text-decoration: none; }
    .blue-link:hover::before {
      width: 100%; }

.white-link {
  color: #fff;
  text-decoration: none;
  position: relative; }
  .white-link::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #fff;
    bottom: -2px;
    transition: width 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 0; }
  .white-link:hover {
    color: #fff;
    text-decoration: none; }
    .white-link:hover::before {
      width: 100%; }
  @media (max-width: 1570px) {
    .white-link::after {
      content: none; }
    .white-link::before {
      content: none; } }

.test-class {
  width: 40rem !important; }

.main-form_btn {
  font-size: 1.3rem; }

#offersList {
  min-height: 34rem; }
  @media (max-width: 900px) {
    #offersList {
      min-height: auto; } }

.daterangepicker {
  top: 0 !important;
  left: inherit !important;
  right: 0 !important;
  width: 70% !important;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  padding: 1.3rem 2.7rem;
  z-index: 1; }
  @media (max-width: 994px) {
    .daterangepicker {
      padding: 1rem; } }
  .daterangepicker .drp-calendar {
    max-width: 100%;
    width: 50%; }
  .daterangepicker .calendar-table td {
    width: 2rem !important;
    height: 2rem;
    line-height: 40px;
    font-size: 13px; }
  .daterangepicker .calendar-table tr {
    padding-bottom: 3rem !important; }
  .daterangepicker::before {
    content: none; }
  .daterangepicker::after {
    content: none; }

.price-search_box-dropdown {
  position: absolute;
  border-radius: 2rem;
  top: 0.5rem;
  right: 0;
  min-width: 30rem;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 1.5rem; }

.price-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem; }

.filter .filter-select-box {
  position: relative; }
  .filter .filter-select-box select {
    padding: 0.7rem; }
  .filter .filter-select-box label {
    position: absolute;
    background: linear-gradient(0deg, #fff 50%, #eef4f7 0) !important;
    padding: 0 0.3rem;
    top: -0.7rem;
    left: 0.7rem; }

.visibility-hidden {
  visibility: hidden !important; }

.page-main {
  background-color: #fbfbfb;
  padding-top: 10rem;
  padding-bottom: 5rem;
  margin-top: 69px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .page-main .single-offer-header .price {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0.2rem;
    padding: 0.5rem 1rem;
    color: #fff; }
  .page-main .single-offer-header .date-location {
    display: flex; }
    .page-main .single-offer-header .date-location div {
      display: flex;
      align-items: center;
      margin-right: 1rem; }
      .page-main .single-offer-header .date-location div i {
        height: 2rem;
        width: 2rem;
        display: flex;
        align-items: center;
        justify-content: center; }

.breadcrumb-box {
  display: flex;
  align-items: center; }
  .breadcrumb-box .offer-type {
    background: #1264a3;
    color: #fff;
    min-width: 8rem;
    text-align: center;
    padding: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0.2rem;
    font-weight: 700;
    font-size: 12px; }
  .breadcrumb-box .breadcrumb {
    margin: 0;
    padding: 0;
    margin-left: 1rem; }

footer {
  background-color: #fff !important; }

.share-box {
  display: flex;
  align-items: center; }
  .share-box a {
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #1264a3; }

.sidebar {
  background: #eef4f7;
  border-radius: 0.5rem;
  padding: 1rem 1rem; }
  .sidebar .sidebar-content {
    margin-top: 1rem;
    display: flex;
    flex-direction: column; }
    .sidebar .sidebar-content .content_item {
      display: flex;
      align-items: center;
      font-weight: 700; }
      .sidebar .sidebar-content .content_item span {
        color: #1264a3; }
      .sidebar .sidebar-content .content_item i {
        color: #6f6f6f;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center; }

.gallery-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(15rem, auto);
  justify-items: stretch;
  row-gap: 0.6rem;
  column-gap: 0.6rem; }
  .gallery-container .gallery_item {
    background-color: #e6ebed;
    width: 100%;
    color: #fff;
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s, box-shadow 0.2s; }
    .gallery-container .gallery_item:hover {
      cursor: pointer;
      transform: scale(1.01);
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); }
  .gallery-container ._item-2 {
    background-color: #eef4f7;
    grid-row: span 2;
    grid-column: span 2; }
  .gallery-container ._item-1 {
    grid-column: 1;
    grid-row: 1; }
  .gallery-container ._item-3 {
    grid-column: 1;
    grid-row: 2; }
  .gallery-container ._item-4 {
    grid-column: 1;
    grid-row: 3; }
  .gallery-container ._item-5 {
    grid-column: 2;
    grid-row: 3; }
  .gallery-container ._item-6 {
    grid-column: 3;
    grid-row: 3; }

.form-select {
  font-weight: 300; }

@media (max-width: 900px) {
  .modal-xl {
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0rem !important; } }

.modal-content {
  border: none;
  max-height: 90vh;
  overflow: hidden; }
  .modal-content .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    padding: 0 4rem !important; }
    @media (max-width: 900px) {
      .modal-content .modal-body {
        min-height: auto;
        padding: 0 .2rem !important;
        width: 100% !important; } }
  .modal-content .modal-btn {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    z-index: 1; }
  .modal-content .modal-nav-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;
    font-size: 2rem; }
    .modal-content .modal-nav-buttons span {
      opacity: 0.8;
      padding: 1rem; }
      .modal-content .modal-nav-buttons span:hover {
        cursor: pointer;
        opacity: 1; }
    .modal-content .modal-nav-buttons .modal-nav_prev {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent); }
    .modal-content .modal-nav-buttons .modal-nav_next {
      background: linear-gradient(270deg, rgba(0, 0, 0, 0.8), transparent); }

.mobile-drop {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  .mobile-drop select {
    margin-left: 0.3rem; }

.month {
  font-size: 1rem !important;
  padding-bottom: 1rem !important; }

.gallery-more-element {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.mobile-select {
  color: #6c757d; }

.offer-image-div {
  height: 10rem;
  padding-left: 0px;
  background-size: cover; }
  @media (max-width: 900px) {
    .offer-image-div {
      height: 16rem; } }

.offer-disp {
  display: flex;
  align-items: center;
  justify-content: center; }

.price-range-box {
  top: .3rem;
  min-height: 10rem;
  z-index: 1;
  background: white;
  width: 100%;
  border-radius: .3rem;
  padding: 1rem;
  border: 1px solid #ced4da; }

#date-range:hover {
  cursor: pointer; }

.form-control:read-only {
  background-color: #fff !important; }

.similar-events-title {
  text-align: center;
  font-size: 1.7rem;
  color: #00616c; }

.offers-filter-box {
  position: relative;
  height: 100%; }
  .offers-filter-box .offers-filter {
    padding: 2rem 1rem;
    z-index: 1;
    max-width: 316px; }
    @media (max-width: 990px) {
      .offers-filter-box .offers-filter {
        max-width: 100% !important;
        width: 100% !important;
        position: relative;
        top: 0; } }

.fixed-filter {
  position: fixed;
  top: 5rem; }

.absolute-filter {
  position: fixed;
  top: 5rem; }

@media (max-width: 900px) {
  .offer-row-title {
    width: 100%;
    margin: 1rem 0; } }

@media (max-width: 900px) {
  .offer-row-status {
    width: 100%;
    margin: 1rem 0; } }

.mobile-banner {
  position: relative; }
  @media (max-width: 900px) {
    .mobile-banner {
      padding-top: 16rem;
      background-color: #000;
      padding-bottom: 2rem;
      margin-top: 8rem;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .mobile-banner::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.3); }
      .mobile-banner .lead {
        font-size: 1rem; } }

.select2-search__field {
  margin-left: 13px !important;
  height: 25px !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  font-family: "Circe" !important; }
  .select2-search__field::placeholder {
    color: #6c757d; }

.select2-selection--multiple {
  border: 1px solid #ced4d9 !important; }
