/* GLOBAL START*/
* {
    box-sizing: border-box;
    padding: 0;
}

.navbar-default.navbar-trans, .navbar-default.navbar-reduce,
footer.old-footer {
    display: none !important;
}

@font-face {
    font-family: 'thicccboisemi_bold';
    src: url('./fonts/thicccboi-semibold-webfont.woff2') format('woff2'),
        url('./fonts/thicccboi-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thicccboimedium';
    src: url('./fonts/thicccboi-medium-webfont.woff2') format('woff2'),
        url('./fonts/thicccboi-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary: #31339A;
    --secondary: #8F8BFF;
    --tertiary: #011F46;
    --text-color-grey: #5A5A5A;
    --hover: #A6A5FF;
    --hover-light: #E8E8FF;
}

body {
    font-family: 'Poppins', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p, a, ul, li, hr {
    margin: 0;
    padding: 0;
}

a, button, input {
    outline: none;
    border: none;
}


html {
    scroll-behavior: smooth !important;
}
/* GLOBAL END*/

.outer-container.header-main {
    padding: 0;
}

.inner-container {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* HEADER START */
/* Style for the navbar */

.navbar {
    padding: 0;
}

header .navbar.bounce-nav {
    display: flex;
    /* flex-direction: column; */
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 75px;
    padding-right: 75px;
    gap: 36px;
    /* border: 1px solid #fff; */
    transition: 0.5s;
}

/* Hamburger menu styles */
header .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

header .bar {
    width: 25px;
    height: 3px;
    background-color: #fff;
    margin: 2px 0;
    transition: 0.4s;
    border-radius: 10px;
}

/* Menu styles */

header div#header-wrap {
    position: relative;
    z-index: 0;
}

header .menu  a#navbarDropdown {
    display: flex;
    align-items: center;
}

header .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .menu li {
    margin-right: 22px;
    text-transform: uppercase;
    margin-left: 22px;
}

header .menu li:last-child {
    margin-right: 0;
}

header .menu li.nav-item.dropdown {
    position: relative;
}

header .menu li.nav-item.dropdown::after {
    content: "";
    width: 100%;
    height: 13px;
    position: absolute;
    cursor: pointer;
}

header .menu a.nav-link {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    position: relative;
}

/* header .menu a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
} */

/* header .menu a:hover {
    color: var(--secondary);
} */


header.home-header-bg.event-bg {
    background-image: url("../images/event-header-bg.jpg");
}

header .header-upper {
    display: none;
    justify-content: space-between;
    padding-top: 26px;
}

header .header-upper-left {
    display: flex;
    gap: 20px;
}

header .header-upper-left p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

header img.header-social {
    max-width: 16px;
}

header img.header-social.twitter {
    width: 100%;
    min-width: 16px;
}

.header-social-icon-div {
    display: flex;
    gap: 30px;
}

header .loging-event-btn-wrapper {
    /* position: absolute; */
    right: 0;
    bottom: 11px;
}

header .header-lower {
    position: relative;
    background: var(--secondary);
}

header a.login-logout-btn {
    font-size: 13px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

/* header a.login-logout-btn:hover {
    color: var(--secondary);
} */

header a.add-your-events {
    margin-left: 23px;
    font-size: 17px;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    font-weight: 500;
    padding: 13px 22px;
    border-radius: 100px;
}

header .logo img {
    width: 108px;
}
#result {
    font-size: 14px;
    color: var(--primary);
    font-weight: 600;
}
#resulttwo{
    font-size: 14px;
    color: var(--primary);
    font-weight: 600;
}
header .header-wrapper .header-lower .full-screen-logo {
    display: none;
}

header .header-wrapper.active .header-lower .full-screen-logo {
    display: block;
}

header .header-wrapper.active .header-lower .normal-screen-logo {
    display: none;
}

header .header-wrapper.active .bounce-search-filter-responsive {
    display: none;
}

header .header-wrapper.active .menu a.nav-link,
header .header-wrapper.active a.login-logout-btn,
header .header-wrapper.active .header-upper-left p {
    color: var(--primary);
    font-weight: 500;
}

header .header-wrapper.active .bar {
    background-color: var(--primary);
}

header .header-wrapper.active img.header-social,
header .header-wrapper.active a.login-logout-btn img,
header .header-wrapper.active button img,
header .header-wrapper.active button.btn.btn-link.nav-search.navbar-toggle-box-collapse.d-md-none img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(38%) saturate(2784%) hue-rotate(219deg) brightness(91%) contrast(99%);
}

header .header-wrapper.active .header-lower ul#menu {
    background-color: #fff;
}

header .header-social-icon-div.desktop img.header-social:hover {
    filter: brightness(0) saturate(100%) invert(64%) sepia(35%) saturate(4714%) hue-rotate(209deg) brightness(100%) contrast(101%);
}

/* Custom css */
.nav-item.dropdown:hover .dropdown-menu.active {
    display: grid;
    margin-top: 10px;
}

.nav-item.dropdown .dropdown-item {
    font-size: 13px;
    padding: 0.3rem 0;
    line-height: 18px;
    white-space: pre-wrap;
    color: #615E5E;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.nav-item.dropdown .dropdown-item:hover {
    color: var(--primary);
    background-color: transparent;
}

.nav-item.dropdown:hover .dropdown-toggle::after {
    rotate: 180deg;
}


.nav-item.dropdown .dropdown-menu.active {
    grid-template-columns: 48% 48%;
    column-gap: 10px;
    width: 300px;
    justify-content: space-between;
    padding: 20px;
}

.login-logout-btn .fa-ticket:before {
    margin-right: 10px;
}

.dropdown.profileDropdown {
    display: inline-block;
    /* margin-left: 20px !important; */
}

.dropdown.profileDropdown:hover .dropdown-menu {
    display: block;
}

.dropdown.profileDropdown .dropdown-menu {
    min-width: 7rem;
    left: -80px;
    margin: 0;
}

.dropdown.profileDropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 5px 1rem;
    line-height: 24px;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--primary) !important;
    background-color: transparent;
}

/* HEADER END */

/* FOOTER START*/

/* footer .row {
    justify-content: space-between;
} */

footer .footer-upper,
footer .footer-middle {
    background-color: #011126;
}
.inner-container{
    width: 100%;
    /* max-width: 1308px; */
}
footer .footer-upper {
    padding: 0 13.125em;
    max-width: 1920px;
    margin: 0 auto;
}

footer .footer-middle {
    padding: 50px 100px;
}

footer .footer-lower {
    background-color: #011126;
    padding: 0 13.125em;
    border-top: 1px solid rgba(143, 139, 255, 0.22);
    /* padding-bottom: 50px; */
}


/* footer .footer-upper {
    border-bottom: 1px solid var(--primary);
} */

footer .footer-upper p {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.579px;
    text-transform: capitalize;
}

footer .footer-upper p.para-white {
    margin-top: 24px;
}

footer .footer-upper p.para-purple {
    color: var(--hover);
}

footer .footer-upper ul {
    list-style-type: none;
}
footer .footer-upper ul li {
    color: #fff;
    line-height: 46.4px;
    font-size: 20px;
    font-weight: 300;
}

footer .footer-upper ul li a:hover {
    color: #8F8BFF;
}

.footer-middle h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
}

.footer-middle img.social-icon {
    max-width: 24px;
}

.footer-middle .social-icon-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.footer-middle .social-icon-wrapper a {
    width: 57px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--secondary);
    border-radius: 5px;
    transition: 0.5s all;
}

.footer-middle .social-icon-wrapper a:hover {
    background-color: var(--secondary);
    border: 1px solid var(--primary);
}

.footer-middle .social-icon-wrapper a:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.footer-middle h2 {
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
}

.footer-middle input#email {
    max-width: 395px;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #B5C1C8;
    color: var(--secondary);
    padding-bottom: 10px;
    margin-top: 30px;
}

.footer-middle input#email::placeholder {
    color: #fff;;
}

.footer-middle input[type="submit"] {
    background: #6034AF;
    border-radius: 100px;
    margin-top: 30px;
    color: #fff;
    padding: 13px 35px;
    font-weight: 600;
}

.footer-lower .copyright-div {
    display: flex;
    justify-content: space-between;
    color: #fff;
    flex-wrap: wrap;
    gap: 40px;
    font-size: 14px;
}

/* SEARCH BAR START */
.bounce-search-filter {
    position: relative;
    z-index: -1;
}

.bounce-search-filter .box-collapse-wrap {
    opacity: 1;
    padding: 0;
    max-width: 990px;
    margin: 0 auto;
    position: static;
    display: none;
}

.bounce-search-filter .form-a.search-box-big {
    display: flex;
    justify-content: center;
    border-radius: 20px;
    border-collapse: separate;
    padding-top: 30px;
}

.bounce-search-filter .form-group {
    width: 20%;
    margin-bottom: 0;
}

.bounce-search-filter .form-group .select2-container,
.bounce-search-filter .form-group .form-control {
    width: 100% !important;
}

.bounce-search-filter .select2-container .select2-selection--single,
.bounce-search-filter .form-group .form-control {
    height: 80px !important;
    border: none;
    border-radius: 0;
    text-align: center;
    color: var(--text-color-grey);
}

.bounce-search-filter .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ECECEC;
}

.bounce-search-filter .form-group:first-of-type .select2-container .select2-selection--single {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bounce-search-filter .form-group.search-box button {
    width: 100%;
    height: 80px;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bounce-search-filter .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    position: relative;
}

.bounce-search-filter .select2-container--default .select2-results>.select2-results__options {
    width: 100%;
    overflow-y: auto;
    display: grid;
    grid-template-columns: 50% 50%;
}

.bounce-search-filter .search-box img {
    margin-right: 8px;
}

.bounce-search-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("../images/dropdown-arrow.svg");
    background-repeat: no-repeat;
    height: 8.5px;
    width: 15px;
    border: 0;
    background-size: 15px 8.5px;
    top: 29px;
    left: -5px;
}

.bounce-search-filter .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    rotate: 180deg;
}

.bounce-search-filter .form-group .select2-container .select2-selection--single::before {
    background-image: url("../images/searchbox-category.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
}

.bounce-search-filter .form-group:nth-of-type(2) .select2-container .select2-selection--single::before {
    background-image: url("../images/searchbox-event-type.svg");
    height: 26px;
}

.bounce-search-filter .form-group:nth-of-type(3) .select2-container .select2-selection--single::before {
    background-image: url("../images/calendar.svg");
    height: 26px;
}

.flatpickr-calendar {
    margin-top: 10px;
}

.flatpickr-day.today {
    border-color: transparent;
}

.flatpickr-day:hover, .flatpickr-day:focus,
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
    border-color: transparent;
    background: var(--secondary);
    color: #fff;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: var(--primary);
}

main#main {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    /* z-index: 0; */
}

.new-animated-preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}

.new-animated-preloader div {
    position: absolute;
    border: 6px solid var(--primary);
    opacity: 1;
    border-radius: 50%;
    animation: eventripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.new-animated-preloader div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes eventripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }

  }

/*
 *  STYLE 4
 */

.select2-results__options::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: var(--secondary);
 }

.select2-results__options::-webkit-scrollbar
 {
     width: 5px;
     background-color: var(--secondary);
 }

.select2-results__options::-webkit-scrollbar-thumb
 {
     background-color: var(--primary);
 }

 .select2-results__option {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 500;
 }

 .select2-container--default .select2-results__option--highlighted[aria-selected],
 .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: var(--primary);
 }

.bounce-search-filter-responsive {
    width: 260px;
    margin: 0 auto;
}

.bounce-search-filter-responsive button {
    color: #FFF;
    display: flex;
    gap: 20px;
    background: var(--primary);
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 50px;
    font-size: 20px;
    margin-top: 60px;
}

.bounce-search-filter-responsive button:hover,
.bounce-search-filter-responsive button:focus {
    color: #fff;
    text-decoration: none;
}

/* HOMEPAGE */

.bounce-alert-announcement {
    background-color: var(--secondary);
    padding: 17px 0;
}

.bounce-alert-announcement .container-fluid {
    max-width: 1080px;
    margin: 0 auto;
}

.bounce-alert-announcement .bounce-whats-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap ;
}

.bounce-alert-announcement .bounce-whats-new p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.bounce-alert-announcement .bounce-whats-new button {
    padding: 13px 36px;
    border-radius: 50px;
    background: var(--primary);
    color: #fff;
}

.bounce-alert-announcement .bounce-whats-new button:hover {
    background: #fff;
    color: var(--primary);
}

.title-wrap p.description-p {
    font-size: 17px;
    color: #000;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 684px;
}

.category-section.genre-section {
    padding-top: 80px;
}

section.section-news.section-t4.section-b4.mt-4.bg-gray {
    padding: 100px 0;
}

.section-news .img-fluid {
    border-radius: 10px;
    min-height: 100%;
    object-fit: cover;
    max-height: 100%;
    width: 100%;
}

.section-news h2.title-2 a {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-top: 26px;
}

.section-news .genre-column {
    margin-bottom: 25px;
}

.section-news .city-img {
    height: 180px;
}

.section-blog .city-img img {
    height: 391px;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-blog.cities-slider-wrapper {
    position: relative;
}

.cities-slider-wrapper img.city-swiper {
    background: var(--primary);
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s all;
}

.cities-slider-wrapper img.city-swiper:hover {
    background: var(--hover);
}

.cities-slider-wrapper img.city-swiper.prev-arrow {
    padding: 8px 16px 8px 12px;
}

.cities-slider-wrapper img.city-swiper.next-arrow {
    padding: 8px 12px 8px 16px;
}

.cities-slider-wrapper .city-swiper-arrows {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    position: relative;
    bottom: 40px;
    z-index: 1;
}

.cities-slider-wrapper .cities-slider .slick-list {
    border-radius: 10px;
}

/* the slides */
.cities-slider-wrapper .cities-slider  .slick-slide {
    margin: 0 20px;
}
/* the parent */
.cities-slider-wrapper .cities-slider  .slick-list {
    margin: 0 -10px;
}

.inspire-me-section {
    padding: 44px 12.6em;
    position: relative;
    margin-bottom: 50px;
}

/* .inspire-me-section .container-fluid {
    max-width: 1308px;
    margin: 0 auto;
} */

.inspire-me-section .title-a,
.inspire-me-section .title-wrap p.description-p {
    color: #000;
}

.inspire-me-section .inspire-me-grid img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.inspire-me-section .inspire-me-grid {
    column-gap: 27px;
    column-count: 2;
}

.inspire-me-section .inspire-me-grid  .inspire-me-column {
    position: relative;
    top: 60px;
    display: block;
    margin-bottom: 32px;
}

.inspire-me-section .inspire-me-grid  .inspire-me-column .inspire-content {
    position: absolute;
    bottom: 60px;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px;
    z-index: 2;
}

.inspire-me-section .inspire-me-grid  .inspire-me-column h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
}

.inspire-me-section .inspire-me-grid  .inspire-me-column h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.inspire-me-section .inspire-me-grid .inspire-me-column:first-of-type {
    height: 465px;
}

.inspire-me-section .inspire-me-grid .inspire-me-column:nth-of-type(2) {
    height: 266px;
}

.inspire-me-section .inspire-me-grid .inspire-me-column:nth-of-type(3) {
    height: 300px;
}

.inspire-me-section .inspire-me-grid .inspire-me-column:last-of-type {
    height: 430px;
}

.inspire-me-section .inspire-me-grid .inspire-me-column .inspire-overlay {
    background: #000;
    height: 100%;
    width: 100%;
    top: 0px;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    opacity: 0.2;
}

section.bounce-stories-section {
    overflow: hidden;
    position: relative;
    padding: 50px 13.125em;
}

/* section.bounce-stories-section .container-fluid {
    max-width: 1260px;
    margin: 0 auto;
} */

section.bounce-stories-section h3 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 108%;
}

section.bounce-stories-section a.read-more {
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 17px;
}

section.bounce-stories-section hr {
    margin-top: 20px;
    margin-bottom: 50px;
}

section.bounce-stories-section .bounce-stories-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 355px;
    position: relative;
    z-index: 2;
    padding-left: 40px;
}

section.bounce-stories-section .blog-home-card {
    display: block;
    background: #F4F4F4;
    overflow: hidden;
    height: 570px;
    position: relative;
}

/* the slides */
section.bounce-stories-section .slick-slide {
    margin: 0 2vw;
}
/* the parent */
section.bounce-stories-section .slick-list {
    margin: 0 0vw;
}

section.bounce-stories-section img.blog-card-icon {
    max-width: 45px;
}

section.bounce-stories-section img.blog-card-img {
    width: 100%;
    height: 475px;
    object-fit: cover;
    bottom: 0;
}

section.bounce-stories-section h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.44px;
    margin-top: 18px;
}

section.bounce-stories-section p {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px;
}

section.bounce-stories-section .blog-arrow-prev {
    background-image: url("../images/blog-arrow-prev-normal.svg");
    background-size: 33px;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 33px;
    height: 33px;
    cursor: pointer;
}

section.bounce-stories-section .blog-arrow-prev:hover {
    background-image: url("../images/blog-arrow-prev-hover.svg");
}

section.bounce-stories-section .blog-arrow-next {
    background-image: url("../images/blog-arrow-next-normal.svg");
    background-size: 33px;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 33px;
    height: 33px;
    cursor: pointer;
}

section.bounce-stories-section .blog-arrow-next:hover {
    background-image: url("../images/blog-arrow-next-hover.svg");
}

section.bounce-stories-section .progress-bar-arrows {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -36px;
    gap: 1vw;
    padding-right: 36px;
}

/**
 *  Progress Bar
 */
 section.bounce-stories-section .progress {
  display: block;
  width: 100%;
  height: 6px;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, #011F46, #011F46);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
}

 /* EVENT PAGE */
 .grid .card-box-a, .grid .card-box-b, .grid .card-box-c, .grid .card-box-d {
    cursor: pointer;
 }

 .property-grid .container-fluid,
 .property-single .container-fluid {
    max-width: 1310px;
 }

 .card-header-a .card-title-a a {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

 .card-box-a .price-a img {
    margin-right: 10px;
 }

 .card-box-a .price-a {
    font-size: 15px;
    font-family: 'thicccboimedium';
    margin-top: 5px;
    margin-bottom: 5px;
}

.card-box-a .price-a span {
    position: relative;
    top: 2px;
}

/* .card-box-a:hover .card-overlay-a-content {
    bottom: 75px;
} */

.property-grid .all-event .grid-option {
    text-align: left;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
    flex-wrap: wrap;
    gap: 10px;
}

.grid-option .dropdown-toggle {
    color: var(--primary);
    display: flex;
    font-size: 14px;
    gap: 5px;
    padding: 9px 10px;
    border-radius: 0.25rem;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.event-filter-div {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

h2.event-title {
    color: var(--primary);
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
}

.navbar-default .dropdown .dropdown-menu,
.grid-option .dropdown .dropdown-menu{
    border-left: 0;
    display: block;
    z-index: 1076 !important;
    position: absolute;
    border-radius: 10px;
    margin-top: 10px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 17px 12px;
    min-width: 140px;
  }

  .grid-option .dropdown::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    z-index: 9;
    cursor: pointer;
}

/* BLOG PAGE */
.blog-section .card-category-b span.date-b img {
    width: 16px;
    margin-top: -5px;
}

/* USER PROFILE PAGE */
section.agent-single {
    padding: 0 20px;
}
section.agent-single {
    padding-bottom: 50px;
}
.agent-single .container-fluid {
    max-width: 1350px;
    margin: 0 auto;
    margin-top: 0;
}

.agent-single .profile-right .card-box-a .card-info {
    padding: 8px 20px;
    display: flex;
    justify-content: space-between;
}

.agent-single .profile-right .card-box-a:hover .card-overlay-a-content {
    bottom: 34px;
}

.user-description p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.user-description img {
    margin-right: 10px;
}

.user-description p:nth-child(3) {
    font-size: 18px;
}

#saved-event .card-header-a .card-title-a a {
    font-size: 22px;
}

#saved-event .col-sm-6,
#saved-blog .col-sm-6 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

div#following  button.btn.btn-primary.mt-3 {
    background: var(--secondary);
    border: 0;
    font-size: 17px;
    padding: 13px 36px;
    border-radius: 50px;
    text-transform: uppercase;
}

div#following button.btn.btn-primary.mt-3:hover {
    background: var(--primary);
}



/* FOOTER END*/

@media screen and (max-width: 1600px) {
    .section-body .card .card-body.calender-event {
        padding-left: 10px;
        padding-right: 10px;
    }

    .date-left {
        width: 60px;
    }

    .date-left h3 {
        font-size: 24px;
    }

    .date-left p {
        font-size: 14px;
    }

    .flatpickr-day {
        margin-bottom: 5px;
    }

    .flatpickr-rContainer, .flatpickr-days {
        margin-top: 20px;
    }

    .accordian_main span {
        display: inline-block;
        width: 100%;
        max-width: 571px;
    }

    /* .accordian_main .expand-bar {
        top: -85%;
    } */
}

@media screen and (max-width: 1366px) {
    .expand-bar {
        right: -42px;
    }

}

@media screen and (max-width: 1280px) {
    header .loging-event-btn-wrapper {
        bottom: unset;
        top: 34px;
    }

    header .navbar.bounce-nav {
        /* justify-content: flex-start; */
        flex-direction: row;
    }

    header .menu li {
        margin-right: 10px;
        margin-left: 10px;
    }

    .single-order-top {
        padding: 30px 30px 80px;
    }

    .single-order-top .row.mt-2 {
        justify-content: space-between;
    }

    .single-order-top .right-data {
        display: flex;
        justify-content: space-between;
        max-width: 245px;
        margin-top: 10px;
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 1200px) {
    .cities-slider-wrapper .city-swiper-arrows {
        bottom: 0;
        top: 24px;
    }

    .bounce-alert-announcement .bounce-whats-new p {
        font-size: 18px;
        text-align: center;
    }

    .profile-left {
        padding: 0px 10px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .section-body .card .card-body.calender-event {
        padding-left: 30px;
        padding-right: 20px;
    }

    .date-left {
        width: 90px;
    }

    .date-left h3 {
        font-size: 28px;
    }

    .date-left p {
        font-size: 28px;
    }

    .flatpickr-day {
        margin-bottom: 15px;
    }

    .flatpickr-rContainer, .flatpickr-days {
        margin-top: 30px;
    }
    header .navbar.bounce-nav {
        display: flex;
        /* flex-direction: column; */
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        gap: 16px;
        /* border: 1px solid #fff; */
    }
    .accordian_main span {
        max-width: 465px;
    }
    .about-pic {
        width: 100%;
        height: 390px;
    }
    .about-pic img {
        width: 100%;
        height: inherit;
        object-fit: cover;
    }
    .row.about-row-two {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 1024px) {
    /* .card-box-a .card-footer-a {
        position: unset;
    } */

    .card-box-a:hover .card-overlay-a-content {
        bottom: 0;
    }

    .agent-single .profile-right .card-box-a:hover .card-overlay-a-content {
        bottom: 0;
    }

    #saved-event .card-box-a {
        height: 250px;
    }

}

/* Media query for responsiveness */
@media (max-width: 992px) {

    header .logo {
        margin-right: 0;
        position: relative;
        z-index: 9;
    }

    header .header-lower ul#menu {
        margin-top: 0;
        background: #000;
        position: fixed;
        z-index: 1;
        height: 100vh;
        top: 0;
    }

    header .loging-event-btn-wrapper {
        display: flex;
        align-items: center;
        z-index: 1;
        gap: 7px;
    }

    /* header .header-wrapper.active .header-lower {
        position: fixed;
        width: calc(100% - 80px);
    } */

    header .menu a {
        text-decoration: none;
        color: #fff;
        font-size: 30px;
    }

    header .menu li {
        text-transform: capitalize;
        margin-bottom: 20px;
        margin-right: 0;
    }

    header .menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top;
        transition: 0.3s ease-in-out;
    }

    header .menu.active {
        display: flex;
        opacity: 1;
        transform: scaleY(1);
    }

    header .hamburger {
        display: flex;
        margin-left: 4px;
    }

    header a.add-your-events {
        display: none;
    }

    header .hamburger.active .bar:nth-child(1) {
        transform: translateY(4px) rotate(45deg);
    }

    header .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    header .hamburger.active .bar:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    .nav-item.dropdown:hover .dropdown-menu.active {
        display: block;
        width: unset;
    }

    footer .newsletter-social {
        gap: 40px;
        flex-direction: column-reverse;
    }

    .box-collapse .title-box-d {
        left: 30px;
    }

    .right-boxed {
        right: 2.2857rem;
    }

    .section-blog .city-img img {
        height: 250px;
    }

    .profile-right {
        padding: 20px 0px 20px 0px;
    }

    .nav-pills-a.nav-pills .nav-link {
        width: 100%;
        text-align: center;
    }

    .nav-pills-a.nav-pills li.nav-item {
        width: 33.33%;
    }

    .user-description p,
    .profile-left-link a {
        text-align: center;
    }

    .profile-right .nav-link {
        padding: 0.5rem 10px;
    }

    .accordian_main span {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .bounce-search-filter .form-group .form-control {
        text-align: left;
    }

    .bounce-search-filter .box-collapse-wrap {
        display: none;
    }

    .bounce-search-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
        left: 0;
    }

    .bounce-search-filter .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 15px;
    }

    .bounce-search-filter .form-group.search-box button {
        font-size: 14px;
    }

    .bounce-search-filter .search-box img {
        margin-right: 7px;
        width: 18px;
    }

    .bounce-search-filter-responsive button {
        margin-top: 80px;
    }

    .inspire-me-section .inspire-me-grid {
        column-gap: 12px;
    }

    .inspire-me-section .inspire-me-grid .inspire-me-column {
        margin-bottom: 12px;
    }

    .inspire-me-section .inspire-me-grid .inspire-me-column:first-of-type {
        height: 400px;
    }

    .inspire-me-section .inspire-me-grid .inspire-me-column:last-of-type {
        height: 365px;
    }

    .inspire-me-section .inspire-me-grid .inspire-me-column h2 {
        font-size: 32px;
    }

    .inspire-me-section .inspire-me-grid .inspire-me-column h4 {
        font-size: 14px;
    }

    .bounce-alert-announcement .bounce-whats-new {
        justify-content: center;
    }

    .header-profile-img {
		height: 25px;
	}
}

@media screen and (max-width: 767px) {
    footer .row {
        justify-content: flex-start;
    }

    footer .site-map-footer {
        margin-top: 30px;
    }

    .bootstrap-column {
        padding: 0;
    }

    .footer-lower .copyright-div {
        gap: 20px;
    }

    button.btn.btn-link.nav-search.navbar-toggle-box-collapse.d-md-none {
        padding: 0;
        margin-left: 10px;
    }

    section.property-grid.grid {
        padding-bottom: 40px;
    }

    header .loging-event-btn-wrapper {
        top: 22px;
    }
    .box-collapse .title-box-d {
        left: 40px;
    }

    .right-boxed {
        right: 3.2857rem;
    }

    .bounce-alert-announcement .bounce-whats-new p {
        font-size: 14px;
        text-align: center;
    }

    #saved-event .card-box-a, #saved-blog .card-box-b {
        margin-bottom: 1rem;
    }

    .profile-right .pl-5 {
        padding-left: 1rem!important;
    }
    header a.login-logout-btn span {
        display: none;
    }
    header a.search-link::after {
        content: unset !important;
    }
    .search-link img {
        display: none;
    }

    .latest_events .grid-container {
        display: grid;
        grid-template-columns: auto;
        justify-items: center;
    }
}

@media screen and (max-width: 700px) {
    header .hamburger {
        margin-left: 9px;
    }

    .blog-section .card-category-b span {
        font-size: 16px;
    }


}

@media screen and (max-width: 576px) {
    .chip-group {
        margin-top: 10px;
    }

    .title-a {
        font-size: 32px;
    }

    .title-wrap p.description-p {
        font-size: 14px;
    }

    .inspire-me-section .inspire-me-grid {
        column-gap: 20px;
        column-count: 1;
    }

    .inspire-me-section .inspire-me-grid .inspire-me-column:first-of-type,
    .inspire-me-section .inspire-me-grid .inspire-me-column:nth-of-type(2),
    .inspire-me-section .inspire-me-grid .inspire-me-column:nth-of-type(3),
    .inspire-me-section .inspire-me-grid .inspire-me-column:last-of-type {
        height: 300px;
    }

    #saved-blog .card-box-b {
        height: 220px;
    }

    .blog-section .img-box-b img {
        height: 220px !important;
    }

    .org-list h5 {
        margin-top: 20px !important;
    }

    .card-header-a .card-title-a a {
		font-size: 22  px !important;
		font-weight: 600 !important;
	}
}

@media screen and (max-width: 575px) {
    .section-news .city-img {
        height: 220px;
    }

    .category-section.genre-section {
        padding-top: 40px;
    }
    .slick-arrow img{
        width: 30px;
    }
}

@media screen and (max-width: 480px) {
    header .header-upper {
        display: none;
    }

    header .hamburger {
        display: flex;
        margin-left: 5px;
    }

    .dropdown.profileDropdown {
        margin-left: 12px !important;
    }

    header .logo img {
        max-width: 120px;
    }

    header .header-wrapper.active .header-lower {
        width: calc(100% - 0px);
    }

    header .navbar.bounce-nav {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    .header-profile-img{
        height: 20px;
        width: 23px;
        margin-right: 5px;
    }

    .dropdown.profileDropdown .dropdown-menu {
        left: -86px;
    }

    footer .footer-upper, footer .footer-middle, footer .footer-lower {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-middle h2 {
        font-size: 28px;
    }

    .footer-middle h3 {
        font-size: 22px;
    }

    .footer-lower .copyright-div {
        gap: 10px;
        font-size: 12px;
    }

    footer .footer-lower {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer .footer-upper p {
        font-size: 12px;
    }

    footer .footer-upper ul li {
        font-size: 14px;
        line-height: 31.4px;
    }

    .event-filter-div {
        width: 100%;
    }

    .chip-group {
        margin-top: 20px;
    }

    .blog-section .card-header-b .title-2 a {
        font-size: 18px;
    }

    .owl-theme.blog-section.mb-5 {
        margin-bottom: 1rem!important;
    }

    h2.event-title {
        font-size: 24px;
    }

    .bounce-search-filter-responsive button {
        margin-top: 60px;
    }

    .bounce-search-filter-responsive {
        width: 220px;
    }

    .bounce-search-filter-responsive button {
        font-size: 18px;
    }

    .bounce-search-filter-responsive button img {
        width: 20px;
    }

    .section-news h2.title-2 a {
        font-size: 15px;
        margin-top: 15px;
    }

    section.section-news.section-t4.section-b4.mt-4.bg-gray {
        padding: 60px 0;
    }

    .inspire-me-section {
        padding-bottom: 140px;
    }

    section.bounce-stories-section .bounce-stories-title {
        max-width: 300px;
    }

    section.bounce-stories-section h3 {
        font-size: 24px;
        padding-right: 12px;
    }

    section.bounce-stories-section a.read-more {
        font-size: 14px;
    }

    .profile-right .nav-link {
        padding: 0.5rem 5px;
        font-size: 14px;
    }

    .nav-pills-a.nav-pills .nav-link {
        font-size: 15px;
        padding: 0.5rem 3px;
    }

    .date-left {
        width: 60px;
        border-radius: 10px;
        padding: 12px 10px;
        -webkit-border-radius: 10px;
    }

    .section-body .card .card-body.calender-event {
        padding-left: 15px;
    }

    .date-left p {
        font-size: 14px;
    }

    .accordian_image img {
        height: 239px;
    }
    section.bounce-stories-section img.blog-card-img{
        height: 320px;
    }
    section.bounce-stories-section .blog-home-card {
        height: 375px;
    }

    .inspire-me-section .inspire-me-grid .inspire-me-column h2 {
        font-size: 20px;
    }


}

@media screen and (max-width: 400px) {
    header .logo img {
        max-width: 80px;
    }

    .login-logout-btn .fa-ticket:before {
        margin-right: 5px;
    }

    header a.login-logout-btn {
        font-size: 20px;
    }



    .dropdown.profileDropdown {
        margin-left: 6px !important;
    }

    h2.event-title {
        font-size: 20px;
    }

    .inspire-me-section .inspire-me-grid .inspire-me-column:first-of-type,
    .inspire-me-section .inspire-me-grid .inspire-me-column:nth-of-type(2),
    .inspire-me-section .inspire-me-grid .inspire-me-column:nth-of-type(3),
    .inspire-me-section .inspire-me-grid .inspire-me-column:last-of-type {
        height: 249px;
    }

    .inspire-me-section .inspire-me-grid .inspire-me-column .inspire-content {
        bottom: 40px;
    }

    section.bounce-stories-section h3 {
        font-size: 18px;
    }

    section.bounce-stories-section .bounce-stories-title {
        max-width: 278px;
    }

    .blog-section .card-category-b span {
        font-size: 14px;
    }

    .nav-pills-a.nav-pills li.nav-item {
        width: 100%;
    }

    .blog-section .img-box-b img {
        height: 220px !important;
    }

    section.agent-single {
        padding: 0px 15px;
    }

    .nav-pills-a.nav-pills .nav-link.active:after {
        left: 0;
        right: 0;
        max-width: 120px;
        margin: 0 auto;
    }

    header .bar {
        width: 20px;
        height: 2px;
    }


}
