﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "acumin-black";
    src: url("../fonts/Acumin-Pro/fonnts.com-AcuminPro-Black.ttf");
}

@font-face {
    font-family: "acumin-bold";
    src: url("../fonts/Acumin-Pro/fonnts.com-Acumin_Pro_Bold.ttf");
}

@font-face {
    font-family: "acumin-semibold";
    src: url("../fonts/Acumin-Pro/fonnts.com-AcuminPro-Semibold.ttf");
}

@font-face {
    font-family: "acumin-medium";
    src: url("../fonts/Acumin-Pro/fonnts.com-AcuminPro-Medium.ttf");
}

@font-face {
    font-family: "acumin-regular";
    src: url("../fonts/Acumin-Pro/fonnts.com-AcuminPro-Regular.ttf");
}

@font-face {
    font-family: "acumin-light";
    src: url("../fonts/Acumin-Pro/fonnts.com-AcuminPro-Light.ttf");
}

@font-face {
    font-family: "acumin-extraLight";
    src: url("../fonts/Acumin-Pro/fonnts.com-AcuminPro-ExtraLight.ttf");
}

@font-face {
    font-family: "acumin-thin";
    src: url("../fonts/Acumin-Pro//fonnts.com-AcuminPro-Thin.ttf");
}


:root {
    --black-color: #111;
    --aqua-color: #328DB0;
    --white-color: #FFF;
    --gray-color: #E3E4E6;
    --lightest-gray-color: #FAFAFA;
    --dark-grey-color: #231F20;
}

.custom-accordion-body p,
.custom-accordion-body li,
.custom-accordion-body span {
    color: var(--black-color);
    font-family: "acumin-light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.custom-accordion-body * {
    background: transparent !important;
}

.faq-theme-primary .accordion-card {
        border: 1px solid var(--gray-color);
        background: var(--lightest-gray-color);
        padding: 20px;
        margin: 7px 0;
    }

    .faq-theme-primary .faq-title-heading {
        color: var(--black-color);
        text-align: center;
        font-family: "Noto Serif";
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        /* 125% */
        letter-spacing: 6.4px;
        text-transform: uppercase;
    }

    .faq-theme-primary .custom-accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .faq-theme-primary .custom-accordion-header h1 {
        color: var(--black-color);
        font-family: "acumin-bold";
        font-size: 16px;
        font-style: normal;
        line-height: 24px;
        margin-bottom: 0;
    }

    .custom-accordion-body {
        display: none;
    }

    .faq-theme-primary .custom-accordion-header span.fa {
        color: var(--black-color);
        font-size: 18px !important;
        font-style: normal;
        line-height: normal;
    }


/* faq primary style start here*/

.faq-primary .accordion-card {
    border: 1px solid var(--gray-color);
    background: var(--lightest-gray-color);
    padding: 20px;
    margin: 7px 0;
}

.faq-primary .faq-title-heading {
    color: var(--black-color);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 125% */
    letter-spacing: 6.4px;
    text-transform: uppercase;
}

.faq-primary .custom-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-primary .custom-accordion-header h1 {
    color: var(--black-color);
    font-family: "acumin-bold";
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 0;
}

.faq-primary .custom-accordion-body {
    display: none;
}

.faq-primary .custom-accordion-header span.fa {
    color: var(--black-color);
    font-size: 18px !important;
    font-style: normal;
    line-height: normal;
}

/* FAQ style start here*/

.faq-wrapper .accordion-card {
    border: 1px solid var(--gray-color);
    background: var(--lightest-gray-color);
    padding: 20px;
    margin: 7px 0;
}

.faq-wrapper .faq-title-heading {
    color: var(--black-color);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 125% */
    letter-spacing: 6.4px;
    text-transform: uppercase;
}

.faq-wrapper .custom-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-wrapper .custom-accordion-header h1 {
    color: var(--black-color);
    font-family: "acumin-bold";
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 0;
}

.faq-wrapper .custom-accordion-body {
    display: none;
}

.faq-wrapper .custom-accordion-header span.fa {
    color: var(--black-color);
    font-size: 18px !important;
    font-style: normal;
    line-height: normal;
}

/* FAQ theme 1 style start here*/

.faq-theme-1 .accordion-card {
    padding: 20px 0;
    margin: 7px 0;
    border-bottom: 1px solid var(--gray-color);
}

.faq-theme-1 .faq-title-heading {
    color: var(--black-color);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 125% */
    letter-spacing: 6.4px;
    text-transform: uppercase;
}

.faq-theme-1 .custom-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-theme-1 .custom-accordion-header h1 {
    color: var(--black-color);
    font-family: "acumin-black";
    font-size: 24px;
    font-style: normal;
    line-height: 24px;
}

.faq-theme-1 .custom-accordion-header span.fa {
    font-size: 23px;
}

.faq-theme-1 .custom-accordion-body {
    display: none;
}


.faq-theme-1 .custom-accordion-body h4 {
    color: var(--black-color);
    font-family: "acumin-bold";
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.faq-theme-1 .custom-accordion-body h4 span,
.faq-theme-1 .custom-accordion-body p span {
    /* color: var(--aqua-color);; */
    font-family: "acumin-bold";
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.faq-theme-1 .faq-cntnt {
    display: flex;
    gap: 10px;
}

.faq-theme-1 .faq-cntnt p {
    margin-bottom: 0;
}


/* FAQ styles ends here  */



/* event listing theme 1 style start here */

.event-listing-wrapper-1 .event-header {
    padding: 80px 20px 30px 20px;
}

.event-listing-wrapper-1 .mobile-event-filter-dropdown {
    display: none;
}

.event-listing-wrapper-1 .event-header h1 {
    color: var(--black-color);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 6.4px;
    text-transform: uppercase;
}

.event-listing-wrapper-1 .event-filter-list {
    max-width: 600px;
    margin: 0 auto;
}

.event-listing-wrapper-1 .event-filter-list .desktop-event-filter-list {
    display: flex;
    padding-left: 0;
    justify-content: space-around;
    align-items: center;
    column-gap: 20px;
}

.event-listing-wrapper-1 .event-filter-list .desktop-event-filter-list li {
    list-style: none;
}

.event-listing-wrapper-1 .event-filter-list .desktop-event-filter-list li .event-filter-item {
    display: inline-block;
    color: var(--black-color);
    font-family: 'acumin-light';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.event-listing-wrapper-1 .event-filter-item:hover {
    text-decoration: none;
    color: var(--black-color);
}

.event-listing-wrapper-1 .event-filter-item.active {
    color: var(--aqua-color) !important;
    border-bottom: 2px solid var(--aqua-color);
}

.event-listing-wrapper-1 .event-theme-1-sec {
    margin-bottom: 120px;
}

.event-listing-wrapper-1 .event-theme-1-sec .event-listing-box {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 25%);
    width: 100%;
    margin: 0 auto;
}

.event-listing-wrapper-1 .event-theme-1-sec .event-listing-col {
    width: calc(100% / 2);
    padding: 17px 15px;
}

.event-listing-wrapper-1 .event-theme-1-sec .event-listing-image {
    position: relative;
    padding-top: 62%;
}

.event-listing-wrapper-1 .event-theme-1-sec .event-listing-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-listing-wrapper-1 .event-theme-1-sec .event-content-box {
    padding: 8px 0;
}

.event-listing-wrapper-1 .event-theme-1-sec .event-category {
    color: rgba(34, 34, 34, 0.60);
    font-family: "acumin-light";
    font-size: 16px;
    font-style: normal;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.event-listing-wrapper-1 .event-theme-1-sec .event-title {
    color: var(--black-color);
    font-family: "acumin-bold";
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.event-listing-wrapper-1 .event-theme-1-sec .event-date {
    color: var(--aqua-color);;
    font-family: "acumin-bold";
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 0;
}

/* event details theme 1 style start here */

.event-details-theme-1 .event-details-header {
    position: relative;
    padding-top: 30%;
    min-height: 250px;
}

.event-details-theme-1 .event-details-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-details-theme-1 .event-details-container {
    max-width: calc(100% - 20%);
    width: 100%;
    margin: 0 auto;

}

.event-details-theme-1 .event-details-col {
    width: 50%;
}

.event-details-theme-1 .event-details-time-box {
    display: flex;
    gap: 30px;
    margin-left: 100px;
}

.event-details-theme-1 .time-box {
    width: 50%;
    padding: 30px;
    border: 1px solid var(--black-color);
}

.event-details-theme-1 .time-box p {
    color: var(--black-color);
    font-family: "acumin-light";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 30px;
}

.event-details-theme-1 .time-box h4 {
    color: var(--black-color);
    font-family: "acumin-bold";
    font-size: 32px;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 36px;
}

.event-details-theme-1 .time-box ul {
    padding-left: 0;
}

.event-details-theme-1 .time-box ul li {
    list-style: none;
    color: var(--black-color);
    font-family: "acumin-light";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.event-details-theme-1 .event-details-intro-box {
    display: flex;
    padding: 100px 20px;
}

.event-details-theme-1 .event-details-col h1 {
    color: var(--black-color);
    font-family: "Noto Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 6.4px;
    text-transform: uppercase;
}

.event-details-theme-1 .event-details-col p {
    color: var(--black-color);
    font-family: "acumin-light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.event-details-theme-1 .event-btn {
    color: var(--white-color);
    text-align: center;
    font-family: "acumin-medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    background: var(--black-color);
    display: inline-block;
    padding: 12px 20px;
}

.event-details-theme-1 .event-btn:hover {
    color: var(--white-color);
    text-decoration: none;
}

.event-details-theme-1 .intro-btn-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.event-details-theme-1 .event-gallery-carousel .item {
    position: relative;
    padding-top: 60%;
}

.event-details-theme-1 .event-gallery-carousel .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-details-theme-1 .event-galley-box {
    display: flex;
    max-width: calc(100% - 10%);
    width: 100%;
    margin: 0 0 0 auto;
    padding: 40px 0 100px 0;
}

.event-details-theme-1 .event-galley-col-1 {
    width: 25%;
}

.event-details-theme-1 .event-galley-col-2 {
    width: 75%;
}

.event-details-theme-1 .event-galley-col-1-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;

}

.event-details-theme-1 .event-galley-col-1-box h3 {
    color: var(--black-color);
    font-family: "Noto Serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

.event-details-theme-1 .display-box {
    display: flex;

}

.event-details-theme-1 .brand-item {
    max-width: calc(100% / 5);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.event-details-theme-1 .brand-item img {
    width: 100%;
    height: 100%;
    max-height: 100px;
    object-fit: cover;
}

.event-details-theme-1 .event-theme-title {
    color: var(--black-color);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    margin-bottom: 64px;
}

.event-details-theme-1 .main-display-box {
    padding: 80px 20px 80px 20px;
    border-top: 1px solid var(--black-color);
    border-bottom: 1px solid var(--black-color);
}

.event-details-theme-1 .inventory-box-header {
    padding: 80px 20px;
}

.event-details-theme-1 .display-brand-logo {
    display: none !important;
}

.event-details-theme-1 .event-form {
    max-width: 540px;
    margin: 0 auto;
    padding: 60px 20px 80px 20px;
}

.event-details-theme-1 .event-form h3 {
    color: var(--black-color);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.event-details-theme-1 .event-form-box {
    max-width: 350px;
    margin: 0 auto;
}

.event-details-theme-1 .new-theme-form-input {
    width: 100%;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid var(--black-color);
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    font-family: "acumin-regular";
    font-size: 16px;
    margin-bottom: 20px;
}

.event-details-theme-1 .new-theme-form-textarea {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid var(--black-color);
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    font-family: "acumin-regular";
    font-size: 16px;
}

.event-details-theme-1 .new-theme-form-input:focus {
    outline: none;
    border-bottom: 1px solid var(--black-color);
    box-shadow: none;
}

.event-details-theme-1 .new-theme-form-textarea:focus {
    outline: none;
    border-bottom: 1px solid var(--black-color);
    box-shadow: none;
}

.event-details-theme-1 .black-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    text-align: center;
    font-family: "acumin-medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    background: var(--black-color);
    padding: 15px 30px;
    border: 1px solid var(--black-color);
}

.event-details-theme-1 .black-btn:hover {
    color: var(--white-color);
    text-decoration: none;
    border: 1px solid var(--black-color);
}

.event-details-theme-1 .grid-boat-card {
    display: none;
    width: calc(100% / 4);
    padding: 7px;
}

.event-details-theme-1 .grid-boat-card {
    display: none;
    width: calc(100% / 4);
    padding: 7px;
}

.event-details-theme-1 #event_detail_form {
    scroll-margin-top: 100px;
}

.event-details-theme-1 .iti {
    width: 100%;
}

/* event details theme 2 style start here */

.event-details-theme-2 .event-details-header {
    position: relative;
    padding-top: 30%;
}

.event-details-theme-2 .event-details-header img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-details-theme-2 .event-details-container {
    max-width: calc(100% - 10%);
    width: 100%;
    margin: 0 0 0 auto;
    padding-right: 120px;

}

.event-details-theme-2 .event-details-into-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.event-details-theme-2 .time-box {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.event-details-theme-2 .time-box-item {
    border: 1px solid var(--black-color);
    padding: 32px;
}

.event-details-theme-2 .time-box-item p {
    color: var(--black-color);
    font-family: "acumin-light";
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 26px;
}

.event-details-theme-2 .time-box-item h4 {
    color: var(--black-color);
    font-family: "acumin-bold";
    font-size: 32px;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 32px;
}

.event-details-theme-2 .time-box-item ul {
    padding-left: 0;
}

.event-details-theme-2 .time-box-item ul li {
    color: var(--black-color);
    font-family: "acumin-light";
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    list-style: none;
}

.event-details-theme-2 .time-box-item {
    width: calc(100% / 3);
}

.event-details-theme-2 .event-details-col {
    width: 50%;
}

.event-details-theme-2 .pr-80 {
    padding-right: 80px;
}

.event-details-theme-2 .event-details-time-box {
    display: flex;
    gap: 30px;
    margin-left: 100px;
}

.event-details-theme-2 .intro-img-box {
    width: 100%;
    height: 100%;
    max-height: 560px;
}

.event-details-theme-2 .intro-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-details-theme-2 .event-details-intro-box {
    display: flex;
    padding: 100px 0;
}

.event-details-theme-2 .event-details-col h1 {
    color: var(--black-color);
    font-family: "Noto Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 6.4px;
    text-transform: uppercase;
}

.event-details-theme-2 .event-details-col p {
    color: var(--black-color);
    font-family: "acumin-light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.event-details-theme-2 .event-btn {
    color: var(--white-color);
    text-align: center;
    font-family: "acumin-medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    background: var(--black-color);
    display: inline-block;
    padding: 12px 20px;
}

.event-details-theme-2 .event-btn:hover {
    color: var(--white-color);
    text-decoration: none;
}

.event-details-theme-2 .intro-btn-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.event-details-theme-2 .event-gallery-carousel .item {
    position: relative;
    padding-top: 60%;
}

.event-details-theme-2 .event-gallery-carousel .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-details-theme-2 .event-galley-box {
    display: flex;
    max-width: calc(100% - 10%);
    width: 100%;
    margin: 0 0 0 auto;
    padding: 90px 0 100px 0;
}

.event-details-theme-2 .event-galley-col-1 {
    width: 25%;
}

.event-details-theme-2 .event-galley-col-2 {
    width: 75%;
}

.event-details-theme-2 .event-galley-col-1-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;

}

.event-details-theme-2 .event-galley-col-1-box h3 {
    color: var(--black-color);
    font-family: "Noto Serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

.event-details-theme-2 .display-box {
    display: flex;

}

.event-details-theme-2 .brand-item {
    max-width: calc(100% / 5);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.event-details-theme-2 .brand-item img {
    width: 100%;
    height: 100%;
    max-height: 100px;
    object-fit: cover;
}

.event-details-theme-2 .event-theme-title {
    color: var(--black-color);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    margin-bottom: 64px;
}

.event-details-theme-2 .main-display-box {
    padding: 80px 20px 80px 20px;
    border-top: 1px solid var(--black-color);
    border-bottom: 1px solid var(--black-color);
}

.event-details-theme-2 .inventory-box-header {
    padding: 80px 20px;
}

.event-details-theme-2 .display-brand-logo {
    display: none !important;
}

.event-details-theme-2 .event-form {
    max-width: 540px;
    margin: 0 auto;
    padding: 60px 20px 80px 20px;
}

.event-details-theme-2 .event-form h3 {
    color: var(--black-color);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.event-details-theme-2 .event-form-box {
    max-width: 350px;
    margin: 0 auto;
}

.event-details-theme-2 .new-theme-form-input {
    width: 100%;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid var(--black-color);
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    font-family: "acumin-regular";
    font-size: 16px;
    margin-bottom: 20px;
}

.event-details-theme-2 .new-theme-form-textarea {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid var(--black-color);
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    font-family: "acumin-regular";
    font-size: 16px;
}

.event-details-theme-2 .new-theme-form-input:focus {
    outline: none;
    border-bottom: 1px solid var(--black-color);
    box-shadow: none;
}

.event-details-theme-2 .new-theme-form-textarea:focus {
    outline: none;
    border-bottom: 1px solid var(--black-color);
    box-shadow: none;
}

.event-details-theme-2 .black-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    text-align: center;
    font-family: "acumin-medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    background: var(--black-color);
    padding: 15px 30px;
    border: 1px solid var(--black-color);
}

.event-details-theme-2 .black-btn:hover {
    color: var(--white-color);
    text-decoration: none;
    border: 1px solid var(--black-color);
}

.event-details-theme-2 .grid-boat-card {
    width: calc(100% / 4) !important;
}

.event-details-theme-2 .boat-listing-carousel .item {
    position: relative;
}

.event-details-theme-2 .iti {
    width: 100%;
}


/* blog listing theme 1 start here */

.blog-listing-theme-1 .blog-header {
    padding: 80px 20px 30px 20px;
}

.blog-listing-theme-1 .mobile-blog-filter-dropdown {
    display: none;
}

.blog-listing-theme-1 .blog-header h1 {
    color: var(--black-color);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.blog-listing-theme-1 .blog-filter-list {
    max-width: 600px;
    margin: 0 auto;
}

.blog-listing-theme-1 .blog-filter-list .desktop-blog-filter-list {
    display: flex;
    padding-left: 0;
    justify-content: space-around;
    align-items: center;
    column-gap: 20px;
}

.blog-listing-theme-1 .blog-filter-list .desktop-blog-filter-list li {
    list-style: none;
}

.blog-listing-theme-1 .blog-filter-list .desktop-blog-filter-list li .blog-filter-item {
    display: inline-block;
    color: var(--black-color);
    font-family: 'acumin-light';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.blog-listing-theme-1 .blog-filter-item:hover {
    color: var(--aqua-color) !important;
}

.blog-listing-theme-1 .blog-filter-item.active {
    color: var(--aqua-color) !important;
    border-bottom: 2px solid var(--aqua-color);
}

.blog-listing-theme-1 .blog-theme-1-sec {
    margin-bottom: 120px;
}

.blog-listing-theme-1 .blog-theme-1-sec .blog-listing-box {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 25%);
    width: 100%;
    margin: 0 auto;
}

.blog-listing-theme-1 .blog-theme-1-sec .blog-listing-col {
    width: calc(100% / 2);
    padding: 17px 20px;
}

.blog-listing-theme-1 .blog-theme-1-sec .blog-listing-image {
    position: relative;
    padding-top: 62%;
}

.blog-listing-theme-1 .blog-theme-1-sec .blog-listing-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-listing-theme-1 .blog-theme-1-sec .blog-content-box {
    padding: 8px 0;
}

.blog-listing-theme-1 .blog-theme-1-sec .blog-category {
    color: rgba(34, 34, 34, 0.60);
    font-family: "acumin-light";
    font-size: 16px;
    font-style: normal;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.blog-listing-theme-1 .blog-theme-1-sec .blog-title {
    color: var(--black-color);
    font-family: "acumin-bold";
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.blog-listing-theme-1 .blog-para {
    color: var(--black-color);
    font-family: "acumin-light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 5px;
}


/* blog listing  theme 2 style start here */

.blog-listing-theme-2 .blog-header {
    padding: 80px 20px 30px 20px;
}

.blog-listing-theme-2 .mobile-blog-filter-dropdown {
    display: none;
}

.blog-listing-theme-2 .blog-header h1 {
    color: var(--black-color);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.blog-listing-theme-2 .blog-filter-list {
    max-width: 600px;
    margin: 0 auto;
}

.blog-listing-theme-2 .blog-filter-list .desktop-blog-filter-list {
    display: flex;
    padding-left: 0;
    justify-content: space-around;
    align-items: center;
    column-gap: 20px;
}

.blog-listing-theme-2 .blog-filter-list .desktop-blog-filter-list li {
    list-style: none;
}

.blog-listing-theme-2 .blog-filter-list .desktop-blog-filter-list li .blog-filter-item {
    display: inline-block;
    color: var(--black-color);
    font-family: 'acumin-light';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.blog-listing-theme-2 .blog-filter-item:hover {
    text-decoration: none;
    color: var(--black-color);
}

.blog-listing-theme-2 .blog-filter-item.active {
    color: var(--aqua-color) !important;
    border-bottom: 2px solid var(--aqua-color);
}

.blog-listing-theme-2 .blog-theme-2-sec {
    margin-bottom: 120px;
}

.blog-listing-theme-2 .blog-theme-2-sec .blog-listing-box {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 15%);
    width: 100%;
    margin: 0 auto;
}

.blog-listing-theme-2 .blog-theme-2-sec .blog-listing-col {
    width: calc(100% / 3);
    padding: 17px 20px;
}

.blog-listing-theme-2 .blog-theme-2-sec .blog-listing-image {
    position: relative;
    padding-top: 62%;
}

.blog-listing-theme-2 .blog-theme-2-sec .blog-listing-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-listing-theme-2 .blog-theme-2-sec .blog-content-box {
    padding: 8px 0;
}

.blog-listing-theme-2 .blog-theme-2-sec .blog-category {
    color: rgba(34, 34, 34, 0.60);
    font-family: "acumin-light";
    font-size: 16px;
    font-style: normal;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.blog-listing-theme-2 .blog-theme-2-sec .blog-title {
    color: var(--black-color);
    font-family: "acumin-bold";
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: capitalize;
}

/* team theme 1 style start here */

.team-theme-1 .black-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    text-align: center;
    font-family: "acumin-medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    background: var(--black-color);
    padding: 15px 30px;
    border: 1px solid var(--black-color);
}

.team-theme-1 .black-btn:hover {
    color: var(--white-color);
    text-decoration: none;
    border: 1px solid var(--black-color);
}

.team-theme-1 .centeral-text {
    max-width: 900px;
    margin: 70px auto 0 auto;
}

.team-theme-1 .crew-title-heading {
    color: var(--black-color);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 125% */
    letter-spacing: 6.4px;
    text-transform: uppercase;
}

.team-theme-1 .centeral-text p {
    color: var(--black-color);
    text-align: center;
    font-family: "acumin-extralight";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding: 0 20px !important;
}

.team-theme-1 .currentModelHeadingWrap {
    text-align: center;
    margin-bottom: 50px;
}

.team-theme-1 .mainHeading {
    color: #333;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.team-theme-1 .staff-separator-box {
    position: relative;
    margin-bottom: 60px;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
}

.team-theme-1 .staff-separator-line {
    background-color: var(--black-color);
}

.team-theme-1 .staff-separator-text {
    background-color: var(--white-color);
    padding: 0 90px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--black-color);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

.team-theme-1 .staff-card-img {
    position: relative;
    padding-top: 113%;
}

.team-theme-1 .staff-card-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-theme-1 .staff-card-content {
    padding: 20px 20px 12px 20px;
    background-color: var(--white-color);
    border-top: 0;
}

.team-theme-1 .staff-card-position {
    color: rgba(35, 31, 32, 0.60);
    font-family: "acumin-light";
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    text-align: center;
    margin: 6px 0 10px 0;
}

.team-theme-1 .staff-contact-number {
    color: var(--black-color);
    font-family: "acumin-bold";
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    text-align: center;
}

.team-theme-1 .staff-card-title {
    color: var(--black-color);
    text-align: center;
    font-family: "acumin-semibold";
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    margin-bottom: 0;
}

.team-theme-1 .crew-theme-2-container {
    width: calc(100% - 15%);
    margin: 0 auto;
}

.team-theme-1 .staff-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.team-theme-1 .staff-col {
    width: calc(100% / 5);
    padding: 20px 20px 0 20px;
}

.team-theme-1 .staff-card-content a:hover {
    text-decoration: none;
}

.team-theme-1 .staff-contact-number a {
    color: var(--black-color);
    text-decoration: none;
}

/* teams theme 2 style start here */

.team-theme-2 .black-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    text-align: center;
    font-family: "acumin-medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    background: var(--black-color);
    padding: 15px 30px;
    border: 1px solid var(--black-color);
}

.team-theme-2 .black-btn:hover {
    color: var(--white-color);
    border: 1px solid var(--black-color);
    text-decoration: none;
}

.team-theme-2 .centeral-text {
    max-width: 900px;
    margin: 70px auto 0 auto;
}

.team-theme-2 .crew-title-heading {
    color: var(--black-color);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 125% */
    letter-spacing: 6.4px;
    text-transform: uppercase;
}

.team-theme-2 .centeral-text p {
    color: var(--black-color);
    text-align: center;
    font-family: "acumin-extralight";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding: 0 20px !important;
}

.team-theme-2 .currentModelHeadingWrap {
    text-align: center;
    margin-bottom: 50px;
}

.team-theme-2 .mainHeading {
    color: var(--dark-grey-color);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.team-theme-2 .staff-separator-box {
    position: relative;
    margin-bottom: 60px;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
}

.team-theme-2 .staff-separator-line {
    background-color: var(--black-color);
}

.team-theme-2 .staff-separator-text {
    background-color: var(--white-color);
    padding: 0 90px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--black-color);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

.team-theme-2 .staff-card-img {
    position: relative;
    padding-top: 100%;
}

.team-theme-2 .staff-card-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.team-theme-2 .staff-card-content {
    padding: 20px 20px 12px 20px;
    background-color: var(--white-color);
    border-top: 0;
}

.team-theme-2 .staff-card-position {
    color: rgba(35, 31, 32, 0.60);
    font-family: "acumin-light";
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    text-align: center;
    margin: 6px 0 10px 0;
}

.team-theme-2 .staff-contact-number {
    color: var(--black-color);
    font-family: "acumin-bold";
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    text-align: center;
}

.team-theme-2 .staff-card-title {
    color: var(--black-color);
    text-align: center;
    font-family: "acumin-semibold";
    font-size: 16px;
    font-style: normal;
    line-height: 25px;
    margin-bottom: 0;
}

.team-theme-2 .crew-theme-2-container {
    width: calc(100% - 18%);
    margin: 0 auto;
}

.team-theme-2 .staff-row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.team-theme-2 .staff-col {
    width: calc(100% / 4);
    padding: 20px;
    background: var(--white-color);
}

.team-theme-2 .staff-card {
    border: 1px solid var(--black-color);
    padding: 52px 65px 52px 65px;
    height: 100%;
}

.team-theme-2 .staff-card-content a:hover {
    text-decoration: none;
}

.team-theme-2 .staff-contact-number a {
    color: var(--black-color);
    text-decoration: none;
}

/* teams theme 3 style start here */

.teams-theme-3 .black-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white-color);
    text-align: center;
    font-family: "acumin-medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    background: var(--black-color);
    padding: 15px 30px;
    border: 1px solid var(--black-color);
}

.teams-theme-3 .black-btn:hover {
    color: var(--white-color);
    text-decoration: none;
    border: 1px solid var(--black-color);
}

.teams-theme-3 .centeral-text {
    max-width: 900px;
    margin: 70px auto 0 auto;
}

.teams-theme-3 .crew-title-heading {
    color: var(--black-color);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 125% */
    letter-spacing: 6.4px;
    text-transform: uppercase;
}

.teams-theme-3 .centeral-text p {
    color: var(--black-color);
    text-align: center;
    font-family: "acumin-extralight";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    /* 150% */
    padding: 0 10px !important;
}

.teams-theme-3 .crew-theme-1 .staff-cards-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: calc(100% - 25%);
    width: 100%;
    margin: 0 auto;
}

.teams-theme-3 .crew-theme-1 {
    margin-top: 70px;
}

.teams-theme-3 .crew-theme-1 .staff-card {
    width: calc(100% / 3 - 40px);
    display: flex;
    border: 1px solid var(--black-color);
    overflow: hidden;
    background-color: var(--white-color);
}

.teams-theme-3 .crew-theme-1 .staff-image {
    flex: 2;
    position: relative;
    padding-top: 27%;
}

.teams-theme-3 .crew-theme-1 .staff-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teams-theme-3 .crew-theme-1 .staff-content {
    flex: 3;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.teams-theme-3 .crew-theme-1 .staff-name {
    color: var(--black-color);
    font-family: "acumin-bold";
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 4px;
}

.teams-theme-3 .crew-theme-1 .staff-title {
    color: var(--black-color);
    font-family: "acumin-light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 6px;
    opacity: 0.6;
}

.teams-theme-3 .crew-theme-1 .staff-phone {
    color: var(--aqua-color);;
    font-family: "acumin-bold";
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.teams-theme-3 .crew-theme-1 .staff-phone:hover {
    text-decoration: none;
    color: var(--aqua-color);;
}

.teams-theme-3 .staff-separator-box {
    position: relative;
    margin-bottom: 60px;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
}

.teams-theme-3 .staff-separator-line {
    background-color: var(--black-color);
}

.teams-theme-3 .staff-separator-text {
    background-color: var(--white-color);
    padding: 0 90px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--black-color);
    text-align: center;
    font-family: "Noto Serif";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
    .event-listing-wrapper-1 .event-theme-1-sec {
        margin-bottom: 35px;
    }

    .event-listing-wrapper-1 .event-theme-1-sec .event-listing-box {
        max-width: calc(100% - 20%);
    }

    /* event details theme 1 style start here */

    .event-details-theme-1 .event-details-container {
        max-width: calc(100% - 15%);
    }

    .event-details-theme-1 .event-galley-box {
        max-width: calc(100% - 7.5%);
    }

    /* event details theme 2 style start here */

    .event-details-theme-2 .event-details-container {
        max-width: calc(100% - 10%);
        padding-right: 70px;
    }

    .event-details-theme-2 .event-galley-box {
        max-width: calc(100% - 7.5%);
    }

    /* blog listing theme 1 start here  */

    .blog-listing-theme-1 .blog-theme-1-sec {
        margin-bottom: 35px;
    }

    .blog-listing-theme-1 .blog-theme-1-sec .blog-listing-box {
        max-width: calc(100% - 20%);
    }

    /* blog listing theme 2 start here  */

    .blog-listing-theme-2 .blog-theme-2-sec {
        margin-bottom: 35px;
    }

    .blog-listing-theme-2 .blog-theme-2-sec .blog-listing-box {
        max-width: calc(100% - 12%);
    }

    .blog-listing-theme-2 .blog-theme-2-sec .blog-listing-col {
        padding: 17px 15px;
    }

    /* team theme 1 style start here */

    .team-theme-1 .staff-separator-box {
        margin-left: 7.5px;
        margin-right: 7.5px;
    }

    .team-theme-1 .crew-theme-2-container {
        width: calc(100% - 10%);
    }

    .team-theme-1 .staff-col {
        width: calc(100% / 4);
        padding: 7.5px;
    }

    /* teams theme 2 style start here */

    .team-theme-2 .staff-separator-box {
        margin-left: 7.5px;
        margin-right: 7.5px;
    }

    .team-theme-2 .crew-theme-2-container {
        width: calc(100% - 10%);
    }

    .team-theme-2 .staff-col {
        width: calc(100% / 4);
        padding: 15px;
    }

    .teams-theme-3 .crew-theme-1 .staff-cards-wrapper {
        max-width: calc(100% - 15%);
    }

}

@media screen and (max-width: 1440px) {
    .event-listing-wrapper-1 .event-theme-1-sec {
        margin-bottom: 50px;
    }

    .event-listing-wrapper-1 .event-theme-1-sec .event-listing-box {
        max-width: calc(100% - 14%);
    }

    .event-listing-wrapper-1 .event-theme-1-sec .event-listing-col {
        padding: 17px 15px;
    }

    .event-listing-wrapper-1 .event-header h1 {
        font-size: 30px;
        letter-spacing: 5px;
    }

    /* event details theme 1 style start here */

    .event-details-theme-1 .event-details-col h1 {
        letter-spacing: 5px;
    }

    .event-details-theme-1 .time-box h4 {
        font-size: 25px;
        line-height: 28px;
    }

    .event-details-theme-1 .event-details-intro-box {
        padding: 70px 20px;
    }

    .event-details-theme-1 .event-galley-box {
        padding: 0px 0 70px 0;
    }

    .event-details-theme-1 .main-display-box {
        padding: 50px 20px 60px 20px;
    }

    .event-details-theme-1 .event-details-container {
        max-width: calc(100% - 10%);
    }

    .event-details-theme-1 .event-galley-box {
        max-width: calc(100% - 5%);
    }

    .event-details-theme-1 .event-details-time-box {
        margin-left: 50px;
    }

    /* event details theme 2 style start here */

    .event-details-theme-2 .event-details-col h1 {
        letter-spacing: 5px;
    }

    .event-details-theme-2 .time-box h4 {
        font-size: 25px;
        line-height: 28px;
    }

    .event-details-theme-2 .event-details-intro-box {
        padding: 70px 0px;
    }

    .event-details-theme-2 .main-display-box {
        padding: 50px 20px 60px 20px;
    }

    .event-details-theme-2 .event-details-container {
        max-width: calc(100% - 5%);
        padding-right: 50px;
    }

    .event-details-theme-2 .event-galley-box {
        max-width: calc(100% - 5%);
        padding: 70px 0 70px 0;
    }

    .event-details-theme-2 .event-details-time-box {
        margin-left: 50px;
    }

    /* blog listing theme 1 start here  */

    .blog-listing-theme-1 .blog-theme-1-sec {
        margin-bottom: 50px;
    }

    .blog-listing-theme-1 .blog-theme-1-sec .blog-listing-box {
        max-width: calc(100% - 14%);
    }

    .blog-listing-theme-1 .blog-theme-1-sec .blog-listing-col {
        padding: 17px 15px;
    }

    .blog-listing-theme-1 .blog-header h1 {
        font-size: 30px;
        letter-spacing: 5px;
        margin-bottom: 30px;
    }

    /* blog listing theme 2 start here  */

    .blog-listing-theme-2 .blog-theme-2-sec {
        margin-bottom: 50px;
    }

    .blog-listing-theme-2 .blog-theme-2-sec .blog-listing-box {
        max-width: calc(100% - 10%);
    }

    .blog-listing-theme-2 .blog-theme-2-sec .blog-listing-col {
        padding: 17px 15px;
    }

    .blog-listing-theme-2 .blog-header h1 {
        font-size: 30px;
        letter-spacing: 5px;
        margin-bottom: 30px;
    }

    /* teams theme 2 style start here */

    .team-theme-2 .staff-card {
        border: 1px solid var(--black-color);
        padding: 52px 45px 52px 45px;
    }

    .teams-theme-3 .crew-theme-1 .staff-cards-wrapper {
        max-width: calc(100% - 8%);
    }

    .teams-theme-3 .crew-theme-1 .staff-content {
        padding: 20px 20px;
    }

    .teams-theme-3 .staff-separator-box {
        margin-left: 7.5px;
        margin-right: 7.5px;
    }

}

@media screen and (max-width: 1300px) {
    .team-theme-1 .crew-theme-2-container {
        width: calc(100% - 5%);
    }

    .team-theme-2 .crew-theme-2-container {
        width: calc(100% - 5%);
    }
}

@media screen and (max-width: 1200px) {
    .event-listing-wrapper-1 .event-theme-1-sec .event-title {
        font-size: 18px;
    }

    .event-listing-wrapper-1 .event-theme-1-sec .event-date {
        font-size: 18px;
    }


    .event-listing-wrapper-1 .event-theme-1-sec .event-listing-box {
        max-width: calc(100% - 7%);
    }

    .event-listing-wrapper-1 .event-filter-list {
        max-width: 500px;
        margin: 0 auto;
    }

    .event-listing-wrapper-1 .event-header h1 {
        font-size: 23px;
        letter-spacing: 5px;
    }

    /* event details theme 1 style start here */

    .event-details-theme-1 .event-details-col h1 {
        letter-spacing: 5px;
        font-size: 27px;
    }

    .event-details-theme-1 .time-box h4 {
        font-size: 21px;
        line-height: 24px;
    }

    .event-details-theme-1 .event-details-intro-box {
        padding: 70px 0;
    }

    .event-details-theme-1 .time-box {
        padding: 20px;
    }

    .event-details-theme-1 .event-details-container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .event-details-theme-1 .event-galley-box {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* event details theme 2 style start here */

    .event-details-theme-2 .pr-80 {
        padding-right: 30px;
    }

    .event-details-theme-2 .event-details-col h1 {
        letter-spacing: 5px;
        font-size: 27px;
    }

    .event-details-theme-2 .time-box h4 {
        font-size: 21px;
        line-height: 24px;
    }

    .event-details-theme-2 .event-details-intro-box {
        padding: 70px 0;
    }

    .event-details-theme-2 .time-box {
        padding: 20px 0;
        gap: 20px;
    }

    .event-details-theme-2 .event-details-container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .event-details-theme-2 .event-galley-box {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px;
    }

    /* blog listing theme 1 start here  */

    .blog-listing-theme-1 .blog-theme-1-sec .blog-listing-box {
        max-width: calc(100% - 7%);
    }

    .blog-listing-theme-1 .blog-filter-list {
        max-width: 500px;
        margin: 0 auto;
    }

    .blog-listing-theme-1 .blog-header h1 {
        font-size: 23px;
        letter-spacing: 5px;
        margin-bottom: 15px;
    }

    /* blog listing theme 2 start here  */

    .blog-listing-theme-2 .blog-theme-2-sec .blog-listing-col {
        padding: 17px 7.5px;
    }

    .blog-listing-theme-2 .blog-theme-2-sec .blog-listing-box {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog-listing-theme-2 .blog-filter-list {
        max-width: 500px;
        margin: 0 auto;
    }

    .blog-listing-theme-2 .blog-header h1 {
        font-size: 23px;
        letter-spacing: 5px;
        margin-bottom: 15px;
    }

    /* team theme 1 style start here */

    .team-theme-1 .staff-col {
        width: calc(100% / 3);
    }

    .team-theme-2 .staff-col {
        width: calc(100% / 3);
    }

    .teams-theme-3 .crew-theme-1 .staff-cards-wrapper {
        max-width: 100%;
    }

    .teams-theme-3 .crew-theme-1 .staff-content {
        padding: 20px 20px;
    }

}

@media screen and (max-width: 991px) {
    .event-listing-wrapper-1 .event-theme-1-sec .event-listing-box {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .event-listing-wrapper-1 .event-theme-1-sec .event-listing-col {
        padding: 17px 7.5px;
    }

    /* event details theme 1 style start here */

    .event-details-theme-1 .event-details-intro-box {
        padding: 40px 20px;
        flex-direction: column;
        gap: 50px;
    }

    .event-details-theme-1 .event-details-time-box {
        margin-left: 0;
    }

    .event-details-theme-1 .event-details-col {
        width: 100%;
    }

    .event-details-theme-1 .intro-btn-box {
        margin-top: 40px;
    }

    .event-details-theme-1 .event-galley-box {
        flex-direction: column;
    }

    .event-details-theme-1 .event-galley-col-1 {
        width: 100%;
    }

    .event-details-theme-1 .event-galley-col-2 {
        width: 100%;
    }

    .event-details-theme-1 .event-galley-col-1-box h3 {
        margin-bottom: 17px;
        margin-top: 40px;
    }

    /* event details theme 2 style start here */

    .event-details-theme-2 .pr-80 {
        padding-right: 0;
    }

    .event-details-theme-2 .liner-breaker {
        display: none;
    }

    .event-details-theme-2 .event-details-intro-box {
        padding: 40px 20px;
        flex-direction: column-reverse;
        gap: 50px;
    }

    .event-details-theme-2 .event-details-time-box {
        margin-left: 0;
    }

    .event-details-theme-2 .event-details-col {
        width: 100%;
    }

    .event-details-theme-2 .intro-btn-box {
        margin-top: 40px;
    }

    .event-details-theme-2 .event-galley-box {
        flex-direction: column;
        padding-top: 0;
    }

    .event-details-theme-2 .event-galley-col-1 {
        width: 100%;
    }

    .event-details-theme-2 .event-galley-col-2 {
        width: 100%;
    }

    .event-details-theme-2 .event-galley-col-1-box h3 {
        margin-bottom: 17px;
        margin-top: 60px;
    }

    /* blog listing theme 1 start here  */

    .blog-listing-theme-1 .blog-theme-1-sec .blog-listing-box {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog-listing-theme-1 .blog-theme-1-sec .blog-listing-col {
        padding: 17px 7.5px;
    }

    /* blog listing theme 2 start here  */

    .blog-listing-theme-2 .blog-theme-2-sec .blog-listing-col {
        width: calc(100% / 2);
    }

    .blog-listing-theme-2 .blog-theme-2-sec .blog-listing-box {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .team-theme-2 .staff-card {
        padding: 40px 35px 40px 35px;
    }

    .teams-theme-3 .crew-theme-1 .staff-card {
        width: calc(100% / 2 - 40px);
    }

    .teams-theme-3 .staff-separator-box {
        position: relative;
        margin-bottom: 45px;
        margin-top: 60px;
    }

    .teams-theme-3 .staff-separator-text {
        padding: 0 30px;
        font-size: 16px;
        letter-spacing: 3.2px;
    }

}

@media screen and (max-width: 767px) {
    .event-listing-wrapper-1 .event-header h1 {
        font-size: 32px;
        letter-spacing: 5px;
        margin-bottom: 50px;
    }

    .event-listing-wrapper-1 .event-filter-list {
        margin: 0 auto 20px auto;
    }

    .event-listing-wrapper-1 .event-filter-list .desktop-event-filter-list {
        display: none;
    }

    .event-listing-wrapper-1 .mobile-event-filter-dropdown {
        display: block;
        max-width: 200px !important;
        width: 100%;
        margin: 0 auto;
    }

    .event-listing-wrapper-1 .event-header {
        padding: 80px 20px 6px 20px;
    }

    .event-listing-wrapper-1 .event-theme-1-sec .event-listing-col {
        width: 100%;
    }

    /* event details theme 1 style start here */

    .event-details-theme-1 .event-gallery-carousel .item {
        position: relative;
        padding-top: 75%;
    }

    .event-details-theme-1 .display-brand-logo .item {
        max-height: 100px;
        height: 100%;
    }

    .event-details-theme-1 .display-brand-logo .item img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .event-details-theme-1 .event-theme-title {
        margin-bottom: 40px;
        text-align: left;
    }

    .event-details-theme-1 .display-box {
        display: none !important;
    }

    .event-details-theme-1 .display-brand-logo {
        display: block !important;
    }

    .event-details-theme-1 .event-details-container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .event-details-theme-1 .display-box {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 25px;
    }

    .event-details-theme-1 .brand-item {
        max-width: 150px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* event details theme 1 style start here */

    .event-details-theme-1 .event-details-intro-box {
        gap: 80px;
    }

    .event-details-theme-1 .event-form h3 {
        text-align: left;
    }

    .event-details-theme-1 .brand-item {
        max-width: 150px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .event-details-theme-1 .time-box p {
        margin-bottom: 16px;
    }

    .event-details-theme-1 .event-details-time-box {
        gap: 16px;
    }

    .event-details-theme-1 .time-box h4 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .event-details-theme-1 .event-details-col h1 {
        font-size: 32px;
    }

    /* event details theme 1 style start here */

    .event-details-theme-2 .time-box {
        padding: 40px 20px 20px 20px;
        flex-wrap: wrap;
    }

    .event-details-theme-2 .time-box-item {
        width: calc(100% / 1);
    }

    .event-details-theme-2 .event-gallery-carousel .item {
        position: relative;
        padding-top: 75%;
    }

    .event-details-theme-2 .display-brand-logo .item {
        max-height: 100px;
        height: 100%;
    }

    .event-details-theme-2 .display-brand-logo .item img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

    .event-details-theme-2 .event-theme-title {
        margin-bottom: 40px;
        text-align: left;
    }

    .event-details-theme-2 .display-box {
        display: none !important;
    }

    .event-details-theme-2 .display-brand-logo {
        display: block !important;
    }

    .event-details-theme-2 .event-details-container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .event-details-theme-2 .display-box {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 25px;
    }

    .event-details-theme-2 .brand-item {
        max-width: 150px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* blog listing theme 1 start here  */

    .blog-listing-theme-1 .blog-header {
        padding: 50px 20px 30px 20px;
    }

    .blog-listing-theme-1 .blog-filter-list {
        margin: 0 auto 20px auto;
    }

    .blog-listing-theme-1 .blog-filter-list .desktop-blog-filter-list {
        display: none;
    }

    .blog-listing-theme-1 .mobile-blog-filter-dropdown {
        display: block;
        max-width: 200px !important;
        width: 100%;
        margin: 0 auto;
        background: transparent;
    }

    .blog-listing-theme-1 .blog-theme-1-sec .blog-listing-col {
        width: 100%;
    }

    /* blog listing theme 2 start here  */

    .blog-listing-theme-2 .blog-filter-list {
        margin: 0 auto 20px auto;
    }

    .blog-listing-theme-2 .blog-filter-list .desktop-blog-filter-list {
        display: none;
    }

    .blog-listing-theme-2 .mobile-blog-filter-dropdown {
        display: block;
        background: transparent;
        max-width: 200px !important;
        width: 100%;
        margin: 0 auto;
    }

    .blog-listing-theme-2 .blog-header {
        padding: 50px 20px 30px 20px;
    }

    .blog-listing-theme-2 .blog-theme-2-sec .blog-listing-col {
        width: 100%;
    }

    /* team theme 1 style start here */

    .team-theme-1 .staff-col {
        width: calc(100% / 2);
    }

    .team-theme-1 .staff-separator-box {
        position: relative;
        margin-bottom: 45px;
        margin-top: 60px;
    }

    .team-theme-1 .staff-separator-text {
        padding: 0 30px;
        font-size: 16px;
        letter-spacing: 3.2px;
    }

    .team-theme-1 .crew-title-heading {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 4.8px;
    }

    /* teams theme 2 style start here */

    .team-theme-2 .staff-col {
        width: calc(100% / 2);
        padding: 8px;
    }

    .team-theme-2 .staff-separator-box {
        position: relative;
        margin-bottom: 45px;
        margin-top: 60px;
    }

    .team-theme-2 .staff-separator-text {
        padding: 0 30px;
        font-size: 16px;
        letter-spacing: 3.2px;
    }

    .team-theme-2 .crew-title-heading {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 4.8px;
    }

}


@media screen and (max-width: 576px) {

    /* event details theme 1 style start here */

    .event-details-theme-2 .event-form h3 {
        text-align: left;
        margin-bottom: 64px;
    }

    .event-details-theme-2 .time-box-item {
        padding: 15px;
    }

    .event-details-theme-2 .brand-item {
        max-width: 150px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .event-details-theme-2 .time-box p {
        margin-bottom: 16px;
    }

    .event-details-theme-2 .event-details-time-box {
        gap: 16px;
    }

    .event-details-theme-2 .time-box h4 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .event-details-theme-2 .event-details-col h1 {
        font-size: 32px;
    }

    /* team theme 1 style start here  */

    .team-theme-1 .staff-separator-box {
        position: relative;
        margin-bottom: 45px;
        margin-top: 30px;
    }

    .team-theme-1 .staff-separator-text {
        padding: 0 23px;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 25px;
    }

    /* teams theme 2 style start here */

    .team-theme-2 .staff-separator-box {
        position: relative;
        margin-bottom: 45px;
        margin-top: 30px;
    }

    .team-theme-2 .staff-separator-text {
        padding: 0 23px;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 25px;
    }


    /* teams theme 3 style start here */

    .teams-theme-3 .crew-theme-1 .staff-cards-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .teams-theme-3 .crew-theme-1 .staff-card {
        width: 100%
    }

    .teams-theme-3 .staff-separator-box {
        position: relative;
        margin-bottom: 45px;
        margin-top: 30px;
    }

    .teams-theme-3 .staff-separator-text {
        padding: 0 23px;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 25px;
    }

}

@media screen and (max-width: 480px) {
    .event-details-theme-2 .event-form h3 {
        margin-bottom: 40px;
    }

    .team-theme-2 .staff-card {
        padding: 20px 20px 5px 20px;
    }
}



@media screen and (max-width: 400px) {
    .event-listing-wrapper-1 .event-theme-1-sec .event-listing-col {
        padding: 10px 7.5px;
    }

    .event-listing-wrapper-1 .event-header h1 {
        font-size: 27px;
        letter-spacing: 4px;
        margin-bottom: 35px;
        line-height: 34px;
    }

    /* team theme 1 start here  */

    .team-theme-1 .staff-col {
        width: 100%;
        padding: 10px;
    }

    .team-theme-2 .staff-col {
        width: 100%;
        padding: 10px;
    }
}