:root {
  --Cloud_Primary2: #fffbf3;
  --Asphalt_Functional: #27171a;
  --Dollar_Red_Primary1: #ef0730;
  --Primary-color: #c8102e;
  --Light-Font: #636466;
  --Dark-font: #2a3034;
  --Alice-Blue: #daecf2;
  --Body-Black: #2a3034;
  --Body-Black-75: #2a3034bf;
}

@font-face {
  font-family: "FONTSPRINGDEMO-BallingerX-Regular";
  src: url("../fonts/FONTSPRINGDEMO-BallingerBlackRegular.woff2")
      format("woff2"),
    url("../fonts/FONTSPRINGDEMO-BallingerBlackRegular.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FONTSPRINGDEMO-BallingerX-Medium";
  src: url("../fonts/FONTSPRINGDEMO-BallingerMediumRegular.woff2")
      format("woff2"),
    url("../fonts/FONTSPRINGDEMO-BallingerMediumRegular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FONTSPRINGDEMO-BallingerX-Bold";
  src: url("../fonts/FONTSPRINGDEMO-BallingerX-BoldRegular.woff2")
      format("woff2"),
    url("../fonts/FONTSPRINGDEMO-BallingerX-BoldRegular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AktivGrotesk-Light";
  src: url("../fonts/AktivGrotesk-Light.woff2") format("woff2"),
    url("../fonts/AktivGrotesk-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AktivGrotesk-Bold";
  src: url("../fonts/AktivGrotesk-Bold.woff2") format("woff2"),
    url("../fonts/AktivGrotesk-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AktivGrotesk-Medium";
  src: url("../fonts/AktivGrotesk-Medium.woff2") format("woff2"),
    url("../fonts/AktivGrotesk-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AktivGrotesk-Regular";
  src: url("../fonts/AktivGrotesk-Regular.woff2") format("woff2"),
    url("../fonts/AktivGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "AktivGrotesk-Thin";
  src: url("../fonts/AktivGrotesk-Thin.woff2") format("woff2"),
    url("../fonts/AktivGrotesk-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

.py-50 {
  padding: 50px 0;
}

.py-60 {
  padding: 60px 0;
}

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

body {
  background-color: var(--Cloud_Primary2);
  font-family: "AktivGrotesk-Regular" !important;
}

.header-container {
  background-color: transparent;
}

.re-category-menus .search-btn-wrapper {
  background: transparent;
}

.re-category-menus .search-btn-wrapper span img {
  filter: brightness(0) saturate(100%);
}

.main-nav li a {
  font-family: "AktivGrotesk-Bold";
}

.featured-post .featured-post_inner {
  position: relative;
}

.featured-post .featured-post_inner .featured-post_content {
  position: static;
  padding: 25px 35px;
}

.featured-post .featured-post_inner .featured-post_content .blog-title a {
  font-family: "FONTSPRINGDEMO-BallingerX-Bold";
  line-height: 1.5;
}

.categories-list.filled a span {
  position: absolute;
  top: 21px;
  right: 17px;
  background: #e7f1f6;
  padding: 5px 8px;
  color: #1984b1;
  border-radius: 12px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  line-height: 10px;
}

.featured-post {
  height: 400px;
  border-radius: 40px;
}

.featured-post-slider .slick-slide {
  margin: 0 11px;
}

.featured-post-slider {
  margin-top: 50px;
}

.re-category-menus {
  background: var(--Alice-Blue);
}

.re-category-menus .categories ul li a {
  font-weight: 400;
  line-height: 1.3;
  color: var(--Asphalt_Functional);
}

.re-category-menus .categories ul li a:hover,
.re-category-menus .categories ul li.active a {
  color: var(--Dollar_Red_Primary1);
}

.blog-post-list .blog-post-list_header .title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.14;
  font-family: "FONTSPRINGDEMO-BallingerX-Bold";
  color: var(--Asphalt_Functional);
  margin-bottom: 0px;
}

.blog-post-list .blog-post-list_header {
  align-items: center !important;
}

.blog-post-list .blog-post-list_header span .btn-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--Primary-color);
  text-decoration: underline;
  font-family: "AktivGrotesk-Regular";
}

.blog-post-list .post .post_inner .post_image {
  border-radius: 40px;
}

.blog-post-list .post .post_inner .post_content {
  padding: 0;
  margin-top: 15px;
}

.blog-post-list .post .post_inner .post_content .post_date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--Light-Font);
  background-color: transparent;
  padding: 0;
  top: 0;
}

article.post {
  position: relative;
}

.categories-list.default a span {
  position: absolute;
  top: 21px;
  right: 17px;
  background: #e7f1f6;
  padding: 5px 8px;
  color: #1984b1;
  border-radius: 12px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0;
  font-family: sans-serif;
}

.blog-post-list .post .post_inner .post_content .post_title {
  margin: 5px 0;
  font-weight: 700;
  line-height: 1.5;
  font-family: "FONTSPRINGDEMO-BallingerX-Bold";
  color: var(--Asphalt_Functional);
}

.blog-post-list .post .post_inner .post_content .post_description:before {
  display: none;
}

.blog-post-list .post .post_inner .post_content .post_description {
  line-height: 1.5;
  color: var(--Asphalt_Functional);
  margin-top: 0;
}

.location-list .elementor-heading-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
  font-family: "FONTSPRINGDEMO-BallingerX-Bold";
}

.location-list .location-item {
  border-radius: 25px;
  height: 150px;
}

.location-list .location-item .location-item_content a .title {
  font-weight: 500;
  line-height: 1.4;
  font-family: "FONTSPRINGDEMO-BallingerX-Medium";
  color: #111;
  padding: 12px 24px 8px;
  border-radius: 110px;
  background-color: var(--Alice-Blue);
  max-width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  word-break: break-all;
}

.location-list .location-item:hover .location-item_content .title {
  background-color: #fff;
  color: var(--Asphalt_Functional);
}

.footer-container .footer-link-container {
  background-color: var(--Cloud_Primary2);
}

.footer-container .footer-copyright-container {
  border-top: 1px solid #27171a;
  background-color: var(--Cloud_Primary2);
}

.footer-container .footer-link-container .footer-content p {
  font-family: "AktivGrotesk-Medium";
  color: var(--Asphalt_Functional);
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
}

.footer-container .footer-link-container .footer-content p a {
  color: var(--Dollar_Red_Primary1);
}

.footer-container .footer-link-container .footer-nav-link .heading-title {
  font-family: "AktivGrotesk-Bold";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--Asphalt_Functional);
}

.footer-container .footer-link-container .footer-nav-link li a {
  font-family: "AktivGrotesk-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--Asphalt_Functional);
}

.footer-container .footer-copyright-container .f-cr-cb p {
  font-size: 14px;
  font-weight: 400;
  color: var(--Asphalt_Functional);
}

.footer-container .footer-copyright-container .f-cr-cb li a {
  color: var(--Asphalt_Functional);
  font-family: "AktivGrotesk-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

/* Blog Details */

.breadcrumb-wrapper p#breadcrumbs {
  margin-top: 20px !important;
  margin-bottom: 34px !important;
}

.breadcrumb-wrapper p#breadcrumbs > span {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--Asphalt_Functional);
}

.single-hero {
  height: 320px;
  border-radius: 40px;
}

.single-hero .single-hero_content .featured-post_categories {
  margin-bottom: 5px;
}

.single-hero .single-hero_content .categories-list.filled a span {
  padding: 0;
  position: static;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  color: #e7f1f6;
  background: transparent;
  border-radius: 0;
  font-family: "FONTSPRINGDEMO-BallingerX-Medium";
}

.single-hero .single-hero_content .single-hero_title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  font-family: "FONTSPRINGDEMO-BallingerX-Bold";
}

.single-blog-detail .single-blog-detail_content p {
  line-height: 1.5;
  color: var(--Asphalt_Functional);
  font-family: "AktivGrotesk-Regular";
}

.single-blog-detail .single-blog-detail_content p a {
  text-decoration: underline;
  color: var(--Dollar_Red_Primary1);
}

.single-blog-detail .single-blog-detail_content .wp-block-image {
  margin-top: 40px;
  margin-bottom: 40px;
}

.wp-block-image img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 20px;
  border: 10px solid var(--Dollar_Red_Primary1);
}

.single-blog-detail .single-blog-detail_content h2 {
  margin-top: 50px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "FONTSPRINGDEMO-BallingerX-Bold";
  color: var(--Asphalt_Functional);
}

.single-blog-detail .single-blog-detail_content {
  margin-bottom: 0;
}

.container-short {
  max-width: 1090px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.final-thoughts h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "FONTSPRINGDEMO-BallingerX-Bold";
  color: var(--Asphalt_Functional);
}

.final-thoughts p {
  line-height: 1.5;
  color: var(--Asphalt_Functional);
  font-family: "AktivGrotesk-Regular";
}

.next-prev {
  margin-top: 50px;
  background-color: transparent;
  padding: 0;
  margin-bottom: 50px;
}

.next-prev .small-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--Asphalt_Functional);
  opacity: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.next-prev a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--Primary-color);
  text-decoration: underline;
  font-family: "AktivGrotesk-Regular";
}

.related-posts {
  padding-top: 0;
  padding-bottom: 35px;
}

.related-posts .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: var(--Asphalt_Functional);
  font-family: "FONTSPRINGDEMO-BallingerX-Bold";
}

.blog-post-list.related-posts .post .post_inner .post_image {
  height: 260px !important;
  margin-bottom: 15px !important;
}

.blog-post-list.related-posts .post .post_inner .post_content .post_title a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .featured-post {
    height: 320px;
  }

  .featured-post-slider {
    margin-top: 30px;
  }

  .blog-post-list .blog-post-list_header {
    flex-wrap: wrap;
  }

  .blog-post-list .blog-post-list_header .title {
    font-size: 22px;
    font-weight: 600;
  }

  .blog-post-list {
    margin-bottom: 30px;
  }

  .py-60 {
    padding: 30px 0;
  }

  .py-50 {
    padding: 25px 0;
  }

  .location-list .elementor-heading-title {
    font-size: 22px;
  }

  /* Blog List  */

  .single-hero .single-hero_content .categories-list.filled a span {
    font-size: 20px;
  }

  .single-hero .single-hero_content .single-hero_title {
    font-size: 25px;
  }

  .single-blog-detail {
    margin: 30px auto;
  }

  .single-blog-detail .single-blog-detail_content .wp-block-image {
    margin: 20px 0;
  }

  .single-blog-detail .single-blog-detail_content h2 {
    margin-top: 30px;
    font-size: 20px;
  }

  .final-thoughts h2 {
    font-size: 20px;
  }

  .related-posts .title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .blog-post-list.related-posts .post .post_inner .post_content .post_title a {
    font-size: 18px;
  }

  .related-posts article.post {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .py-50 {
    padding: 30px 0;
  }

  .py-60 {
    padding: 30px 0;
  }

  .single-hero .single-hero_content .single-hero_title {
    font-size: 32px;
  }

  .single-blog-detail .single-blog-detail_content h2 {
    margin-top: 30px;
    font-size: 22px;
  }

  .single-blog-detail {
    margin: 30px auto 30px;
  }

  .blog-post-list.related-posts .post .post_inner .post_image {
    height: 160px !important;
  }

  .related-posts .title {
    font-size: 32px;
  }

  .blog-post-list.related-posts .post .post_inner .post_content .post_title a {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .single-hero .single-hero_content .single-hero_title {
    font-size: 40px;
  }
}

/* Main Event css */

.event-banner .container .content-sec {
  padding: 20px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.event-banner .container .foreground-img {
  border-radius: 50px;
  padding: 0 15px;
}

.event-banner .container::after {
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 40px;
}

.event-banner .container .content-sec .main-heading {
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  font-family: "FONTSPRINGDEMO-BallingerX-Bold";
}

.main-event-banner .banner-desc {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #e7f1f6;
  font-family: "FONTSPRINGDEMO-BallingerX-Medium";
}

.filter-section {
  margin: 50px 0;
}

.filter-section #nav {
  height: auto;
  max-width: 100%;
  border-bottom: 1px solid #d9d9d9;
  overflow: auto;
}

.filter-section #links {
  max-height: max-content;
}

.filter-section #links a {
  font-size: 18px;
  line-height: 1;
  padding: 10px 6px 18px;
  height: auto;
  display: block;
  margin: 0 13px;
  box-sizing: border-box;
  min-height: max-content;
  color: #2a3034bf;
  transition: 0.5s ease-in-out;
}

.filter-section #links a.active,
.filter-section #links a:hover,
.filter-section #links a:focus {
  color: var(--Dark-font);
}

.filter-section #links a:hover::after,
.filter-section #links a:focus::after {
  background-color: var(--Dollar_Red_Primary1);
}

.filter-section .container {
  border: none;
}

.event-listing-rv-section .event-list-wrapper .el-row .img-block img {
  border-radius: 12px;
}

.event-listing-rv-section .event-list-wrapper .el-row .content-block {
  padding: 35px 45px;
  background-color: #fff;
  margin-left: 5px;
  border-radius: 0 20px 20px 0;
}

.event-listing-rv-section .event-list-wrapper .el-row {
  background: transparent;
}

.event-listing-rv-section
  .event-list-wrapper
  .el-row
  .content-block
  .event-tag {
  background: var(--Alice-Blue);
  font-family: "FONTSPRINGDEMO-BallingerX-Medium";
}

.event-listing-rv-section
  .event-list-wrapper
  .el-row
  .content-block
  .event-dtime
  .event-date,
.event-listing-rv-section
  .event-list-wrapper
  .el-row
  .content-block
  .event-dtime
  .event-time {
  font-family: "AktivGrotesk-Medium";
}

.event-listing-rv-section
  .event-list-wrapper
  .el-row
  .content-block
  .event-dtime
  img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(93%) saturate(4983%)
    hue-rotate(345deg) brightness(99%) contrast(113%);
  width: 22px;
  height: 22px;
}

.event-listing-rv-section
  .event-list-wrapper
  .el-row
  .content-block
  .main-heading {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  color: #2a3034;
  font-family: "FONTSPRINGDEMO-BallingerX-Medium";
}

.event-listing-rv-section .event-list-wrapper .el-row .event-venue {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  align-items: center;
  color: #2a3034bf;
  font-family: "AktivGrotesk-Medium";
}

.event-listing-rv-section .event-list-wrapper .el-row .event-venue img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(93%) saturate(4983%)
    hue-rotate(345deg) brightness(99%) contrast(113%);
}

.event-listing-rv-section .event-list-wrapper {
  margin-bottom: 20px;
}

.common-content-box h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--Asphalt_Functional);
  font-family: "FONTSPRINGDEMO-BallingerX-Bold";
  margin-bottom: 15px;
}

.common-content-box p,
.common-content-box span {
  line-height: 1.5;
  color: var(--Asphalt_Functional);
}

.common-content-box ol {
  margin-bottom: 0;
}

.common-content-box li {
  line-height: 1.5;
  color: var(--Asphalt_Functional);
  margin-bottom: 15px;
}

.common-content-box li:last-child {
  margin-bottom: 0;
}

.h-txt-container .h-title {
  font-weight: 700;
  line-height: 1;
  font-family: "FONTSPRINGDEMO-BallingerX-Bold";
  color: var(--Asphalt_Functional);
  margin-bottom: 15px;
}

.faq-cb .faq-i-cb .h-txt-container {
  padding-right: 0;
  margin-bottom: 40px;
}

.faq-cb .accordion-i-cb .h-title {
  line-height: 1;
  font-family: "FONTSPRINGDEMO-BallingerX-Bold";
  padding-top: 10px;
  padding-bottom: 10px;
}

.faq-cb .accordion-i-cb .accordion-txt-cb,
.faq-cb .accordion-i-cb .accordion-txt-cb li,
.faq-cb .accordion-i-cb .accordion-txt-cb p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--Asphalt_Functional);
  margin-bottom: 15px;
}

.faq-cb .accordion-i-cb.active-accordion .h-title::after,
.faq-cb .accordion-i-cb .h-title::after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(93%) saturate(4983%)
    hue-rotate(345deg) brightness(99%) contrast(113%);
}

@media (max-width: 767px) {
  .event-banner .container .content-sec .main-heading {
    font-size: 25px;
    line-height: 1.4;
  }

  .event-listing-rv-section
    .event-list-wrapper
    .el-row
    .content-block
    .event-dtime {
    flex-wrap: wrap;
  }

  .event-listing-rv-section
    .event-list-wrapper
    .el-row
    .content-block
    .main-heading {
    font-size: 20px;
  }

  .event-listing-rv-section
    .event-list-wrapper
    .el-row
    .content-block
    .event-dtime
    > div {
    width: 100%;
  }

  .common-content-box h2 {
    font-size: 22px;
  }

  .faq-cb .faq-i-cb .h-txt-container {
    margin-bottom: 20px;
  }

  .h-txt-container .h-title {
    font-size: 22px;
  }

  .faq-cb .accordion-cb {
    padding-top: 10px;
  }

  .faq-cb .accordion-i-cb .h-title {
    line-height: 1.4;
  }
}

/* Event css add */

.event-detail-banner {
  margin-bottom: 50px;
}

.event-detail-banner .container .foreground-img {
  left: 0;
  width: 100% !important;
  position: relative;
  height: 320px;
  padding: 0;
}

.event-detail-banner .container .content-sec {
  position: relative;
  background: var(--bs-white);
  margin-top: -50px;
  max-width: 60%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px 12px 12px 20px;
  align-items: start;
  height: auto;
  padding: 30px;
}

.event-detail-banner .container::after {
  display: none;
}

.event-detail-banner .container picture {
  display: block;
  position: relative;
}

.event-detail-banner .container picture::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(177deg, rgba(0, 0, 0, 0) -21.58%, #000 158.93%);
  left: 0;
  top: 0;
  border-radius: 46px;
}

.event-detail-banner .container .content-sec .event-tag {
  background-color: var(--Alice-Blue);
  color: var(--Body-Black);
}

.event-detail-banner .container .content-sec .event-dtime {
  margin-bottom: 15px;
}

.event-detail-banner .container .content-sec .event-dtime img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(93%) saturate(4983%)
    hue-rotate(345deg) brightness(99%) contrast(113%);
}

.event-detail-banner .container .content-sec .event-dtime .event-date,
.event-detail-banner .container .content-sec .event-dtime .event-time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.12;
  color: var(--Body-Black-75);
  text-align: left;
}

.event-detail-banner .container .content-sec .event-dtime .event-date::after {
  background-color: var(--Body-Black-75);
}

.event-detail-banner .container .content-sec .main-heading {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: var(--Body-Black);
  margin-bottom: 15px;
}

.event-detail-banner .container .content-sec .event-venue {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: var(--Body-Black-75);
  display: flex;
  gap: 10px;
  align-items: center;
}

.event-detail-banner .container .content-sec .event-venue img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(93%) saturate(4983%)
    hue-rotate(345deg) brightness(99%) contrast(113%);
}

.event-detail-content .heading,
.event-detail-content h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "FONTSPRINGDEMO-BallingerX-Bold";
  color: var(--Asphalt_Functional);
  margin-bottom: 5px;
}

.event-detail-content p,
.event-detail-content ul li,
.event-detail-content ol li,
.event-detail-content span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--Asphalt_Functional);
  margin-bottom: 15px !important;
}

.event-detail-content a {
  text-decoration: underline !important;
  color: var(--Dollar_Red_Primary1);
}

.map-section .heading-title {
  font-family: "FONTSPRINGDEMO-BallingerX-Bold";
  color: var(--Asphalt_Functional);
  line-height: 1.5;
}

.map-section .desc {
  color: var(--Asphalt_Functional);
  line-height: 1.5;
}

.map-section .map-wrapper #Desktop_canvas {
  width: 100% !important;
}

@media (max-width: 768px) {
  .event-detail-banner .container .content-sec {
    max-width: 90%;
    padding: 20px;
    margin-top: -30px;
  }

  .event-detail-banner .container .content-sec .event-dtime .d-flex {
    margin: 0;
    align-items: start !important;
  }

  .map-section .map-wrapper #Desktop_canvas {
    min-height: 260px;
  }

  .event-detail-content .heading,
  .event-detail-content h3 {
    font-size: 22px;
  }

  .event-detail-banner .container .content-sec .main-heading {
    font-size: 20px;
  }

  .event-detail-banner .container .content-sec .event-dtime {
    justify-content: start;
    gap: 15px;
  }

  .event-detail-content {
    margin-bottom: 30px;
  }

  .map-section .heading-title {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .event-detail-banner .container .content-sec {
    max-width: 80%;
    padding: 25px;
    margin-top: -40px;
  }

  .event-detail-banner .container .content-sec .main-heading {
    font-size: 22px;
  }

  .event-detail-content .heading,
  .event-detail-content h3 {
    font-size: 22px;
  }

  .event-detail-banner .container .content-sec .event-dtime {
    justify-content: start;
    gap: 15px;
  }

  .event-detail-content {
    margin-bottom: 30px;
  }

  .map-section {
    margin-bottom: 0px;
    padding: 40px 0;
  }

  .map-section .heading-title {
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .event-detail-banner .container .content-sec {
    max-width: 70%;
    padding: 30px;
    margin-top: -45px;
  }

  .event-detail-banner .container .content-sec .main-heading {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .event-detail-banner .container,
  .event-detail-content .container {
    max-width: 1304px;
  }
}

/* Desitination Guide CSS */

.page-header {
  height: 310px;
  border-radius: 40px;
  margin-top: 0;
}

.load-btn .rw-btn-outline {
  font-family: "AktivGrotesk-Medium";
}

.page-header .page-header_content .title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  font-family: "FONTSPRINGDEMO-BallingerX-Bold";
}

@media (max-width: 767px) {
  .page-header .page-header_content .title {
    width: 100%;
    font-size: 25px;
    line-height: 1.4;
    padding: 15px 0;
    margin: 0;
  }
}

@media (min-width: 576px) {
  .section-container.category-post-page {
    max-width: 540px !important;
  }
}

@media (min-width: 768px) {
  .section-container.category-post-page {
    max-width: 720px !important;
  }
}

@media (min-width: 992px) {
  .section-container.category-post-page {
    max-width: 960px !important;
  }
}

@media (min-width: 1200px) {
  .section-container.category-post-page {
    max-width: 1140px !important;
  }
}

@media (min-width: 1400px) {
  .section-container.category-post-page {
    max-width: 1304px !important;
  }
}
