@font-face {
    font-family: 'Gotham-normal';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    display: block;
    overflow-x: hidden;
    font-family: 'Gotham-normal';
    background-color: #f3f3f3;
    font-size: clamp(15px, 0.93vw, 100px);
}

body:not(.admin-dashboard) h1 {
    font-size: 3.30vw;
    letter-spacing: -2px;
    line-height: 1.1;
    color: #172b37;
    font-weight: bold;
    font-family: 'Gotham-bold';
}

body:not(.admin-dashboard) h2 {
    font-size: 3.30vw;
    letter-spacing: -2px;
    line-height: 1.1;
    color: #172b37;
    font-weight: bold;
    font-family: 'Gotham-bold';
}

body:not(.admin-dashboard) h3 {
    font-size: 1.9vw;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #39b0c1;
    font-weight: bold;
    font-family: 'Gotham-bold';
}

body:not(.admin-dashboard) h4 {
    font-size: 1.18vw;
    ;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #39b0c1;
    font-weight: bold;
    font-family: 'Gotham-bold';
}

body:not(.admin-dashboard) h5 {
    font-size: 1.07vw;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #39b0c1;
    font-weight: bold;
    font-family: 'Gotham-bold';
}

body:not(.admin-dashboard) h6 {
    font-size: clamp(15px, 0.93vw, 100px);
    letter-spacing: -1px;
    line-height: 1.2;
    color: #39b0c1;
    font-weight: bold;
    font-family: 'Gotham-bold';
}

body:not(.admin-dashboard) p {
    font-size: clamp(15px, 0.93vw, 100px);
    letter-spacing: -1px;
    line-height: 1.6;
    color: #172b37;
    font-weight: 500;
    font-family: 'Gotham-normal';
}

.container {
    max-width: 94.89vw;
    padding: 0 2.55vw;
}

.ac-btn {
    border-radius: 15px;
    background-color: #39b0c1;
    font-size: 1.18vw;
    line-height: 1.18;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Gotham-bold';
    text-align: center;
    display: inline-block;
    padding: 18px 31px;
}

.btn-danger {
    background-color: #f1416c;
}

button.ac-btn,
button.button-sec {
    border: 0;
}

.button-sec {
    background-color: #172b37;
    border-radius: 15px;
    font-size: 1.18vw;
    line-height: 1.18;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-family: 'Gotham-bold';
    text-align: center;
    display: inline-block;
    padding: 18px 31px;
}

.ac-btn:hover:not(:disabled) {
    background-color: #172b37;
    color: #fff;
}

.button-sec:hover {
    background-color: #39b0c1;
    color: #fff;
}

body .ac-btn i {
    margin-right: 10px;
    color: #fff;
}

body .checkbox-group input[type='checkbox'] {
    margin-top: 0 !important;
}

body #scify-cookies-consent-wrapper .scify-cookies-consent-banner .btn,
body #scify-cookies-consent-wrapper .scify-cookies-consent-banner .btn:focus
body #scify-cookie-policy-page .scify-cookies-consent-banner .btn:focus
body #scify-cookie-policy-page .scify-cookies-consent-banner .btn {
    background: #39b0c1 !important;
    color: #fff !important;
    border-color: #39b0c1!important;
}

body #scify-cookies-consent-wrapper .scify-cookies-consent-banner .btn:is(:hover, :active),
body #scify-cookie-policy-page .scify-cookies-consent-banner .btn:is(:hover, :active) {
    color: #39b0c1!important;
    border-color: #39b0c1!important;
    background-color: transparent!important;
}


/* .page-content:not(:has(.hero-section-wrapper)) {
    padding: 80px 0 80px !important;
} */

/*--------------- Header -----------*/
.landing-header {
    /* margin-top: 70px; */
    background-color: #172b37;
    height: auto;
    padding: 35px 0px;
}

body:not(.admin-dashboard) .menu-column .menu-item a {
    font-size: 1.18vw;
    letter-spacing: -1px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Gotham-bold';
    text-align: center;
}

.logo-defaul {
    width: 306px;
}

.header-left-content {
    flex-wrap: wrap;
}

.logo-img {
    width: 306px;
}

.header_nav_wrapper {
    padding-left: 75px;
}

.header-btn-wrapper {
    display: flex;
    justify-content: end;
    gap: 35px;
}

.landing-header .ac-btn:hover {
    background-color: #fff;
    color: #000;
}

.landing-header .menu .menu-link.active {
    color: #39b0c1;
}

.nav-wrapper {
    gap: 20px;
}

/* banner-section */
.hero-section {
    padding: 100px 0 200px;
}

.image-wrapper {
    position: relative;
    padding-bottom: 123%;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.hero-section-wrapper {
    max-width: 90%;
    margin: auto;
}

.hero-section-wrapper :is(h1, h3) {
    margin-bottom: 5%;
}

[data-kt-sticky-landing-header=on] .landing-header {
    background-color: #172b37;
    height: auto;
    padding: 0.6vw 0;
}

[data-kt-sticky-landing-header=on] .landing-header .menu .menu-link.active {
    background-color: transparent;
}

.menu-link.active {
    color: #39b0c1;
}

.hero-btn .ac-btn {
    max-width: 388px;
    width: 100%;
    display: inline-block;
    line-height: 1.3;
}

.hero-btn .ac-btn span {
    padding: 0 17px;
    display: inline-block;
}

.hero-content {
    max-width: 80%;
}

.hero-integrates h6 {
    font-family: 'Gotham-normal';
    color: #172b37;
    font-weight: 500;
}

.hero-btn {
    padding-top: 2%;
}

.hero-integrates {
    margin-top: 8%;
}

.hero-integrates h6 {
    margin-bottom: 45px;
}

.integrates-box {
    /* background-color: #172b37; */
    /* opacity: 0.502; */
    max-width: calc(25% - 30px);
    /* height: 123px; */
    width: 100%;
}

.integrates-inner {
    gap: 40px;
}

/* promoter section */
.promoter-sec-wrapper {
    background-color: #e3e2e2;
    padding: 6% 6%;
}

.promoter-sec-heading {
    text-align: center;
    margin-bottom: 6%;
}

.promoter-sec-heading h2 {
    margin-bottom: 1%;
}

.circle {
    height: 4.04vw;
    width: 4.04vw;
    border-radius: 56px;
    background-color: #39b0c1;
    margin-bottom: 1.09vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle svg {
    stroke: #ffffff;
    height: 1.8vw;
    width: 1.8vw;
}

.promoter-sec-grid {
    gap: 3.4vw 7vw;
}

.promoter-sec-col {
    max-width: calc(33% - 5vw);
}

body:not(.admin-dashboard) .future-wrapper h2 {
    margin-bottom: 0.69vw;
    font-size: 2.5vw;
}

.future-wrapper p {
    margin-bottom: 0;
}

/* choose-plan-sec */
.choose-plan-sec {
    padding: 5.75vw 0 0vw;
}

body:not(.admin-dashboard) .choose-plan-desc h2 {
    margin-bottom: 1.25vw;
}

.choose-plan-desc {
    margin-bottom: 1.54vw;
}

.plan-select .form-check,
.monthaly-plan {
    display: flex;
    justify-content: center;
    align-items: center;
}

.monthaly-plan {
    width: 8vw;
    gap: 0.6vw;
}

.plan-select .form-check .form-check-input {
    width: 3.12vw;
    height: 1.6vw;
    background-size: 21px;
}

.discount {
    width: 9vw;
    display: flex;
    align-items: center;
    gap: 4%;
}

.monthaly-plan span,
.discount p {
    font-size: 1vw;
    letter-spacing: -1px;
}

.plan-select .form-check {
    gap: 0.7%;
}

.discount p {
    margin-bottom: 0;
}

.form-check-input:checked {
    background-color: #4e4e4e;
    border-color: #4e4e4e;
}

.discount span {
    background: #cbcbcb;
    font-size: 0.8vw;
    padding: 2% 8%;
    border-radius: 10px;
    color: #000;
    font-family: 'Gotham-bold';
}

.premium-plan-grid {
    padding: 4.13vw 0 5.2vw;
}

.premium-plan-inner {
    padding: 2.8vw 2.5vw;
}

.premiup-plan-list {
    margin-top: 1.3vw;
}

.premiup-plan-list li {
    font-size: 1.07vw;
    line-height: 1.2;
    font-family: 'Gotham-normal';
    letter-spacing: -1px;
    list-style-type: none;
    position: relative;
    padding-left: 1.7vw;
}

.premiup-plan-list li::before {
    position: absolute;
    content: "";
    height: 1.04vw;
    width: 1.04vw;
    border-radius: 50%;
    background-color: #39b0c1;
    left: 0;
    transform: translate(-50%, -50%);
    top: 50%;
}

.premium-plan-inner h2 {
    margin-top: 1.3vw;
}

.premiup-plan-list li:not(:last-child) {
    margin-bottom: 1vw;
}

.plan-btn .ac-btn {
    width: 100%;
    border-radius: 8px;
}

.not-include {
    color: #cbcbcb;
}

.premiup-plan-list li.not-include::before {
    background-color: #cbcbcb;
}

.plan-btn {
    margin-top: 2.33vw;
}

body:not(.admin-dashboard) .footer {
    background-color: #172b37;
}

.footer .menu .menu-item a,
.event-text {
    color: #fff;
    font-size: 1vw;
}

.premium-plan-top-sec {
    display: flex;
    gap: 10px 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.premium-plan-top-sec h3 {
    margin-bottom: 0;
}

.premium-year {
    background-color: #cbcbcb;
    padding: 0.2vw 0.5vw;
    border-radius: 0.28vw;
}

.premium-year span {
    color: #172b37;
    font-size: 0.89vw;
    display: inline-block;
    font-family: 'Gotham-bold';
}

.footer ul.menu {
    flex-wrap: wrap;
}

.drawer {
    background-color: #172b37;
}

.section-padding {
    padding: 5vw 0;
}

/*  */
.custom-tabs {
    border-bottom: 2px solid #dee2e6;
    overflow-x: auto;
    white-space: nowrap;
    background-color: #f9f9f9;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 2vw;
    gap: 0.4vw;
}

.custom-tabs .nav-item {
    margin: 0 5px;
}

.custom-tabs .nav-link {
    border: none;
    color: #333;
    font-weight: 500;
    padding: 0.5vw 0.6vw;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: clamp(14px, 0.83vw, 100px);
}

.custom-tabs .nav-link:hover {
    background-color: #e2e6ea;
    color: #39b0c1;

}

body .nav-tabs .nav-link.active {
    background-color: #39b0c1;

}

.custom-tabs .nav-link.active {
    background-color: #39b0c1;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
}

.landing-page .tab-content {
    border: 0;
}

/* Label styling */
.inner-form .tab-pane {
    padding: 30px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 5px;
}

.inner-form .form-label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: clamp(15px, 0.73vw, 100px);
    display: block;
    color: #172b37;
    font-family: 'Gotham-bold';
    margin-bottom: 0.4vw;
}

/* Input, select, checkbox style */
.inner-form .form-control,
.inner-form select {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.inner-form .form-control:focus,
.inner-form select:focus {
    border-color: #39b0c1;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* Checkbox alignment and spacing */
.inner-form .form-check-input {
    margin-top: 6px;
    margin-right: 10px;
    cursor: pointer;
}

.form-check-input:checked[type=checkbox] {
    min-width: 1.75rem;
}

#data .form-check-input {
    margin-top: 0;
}

.inner-form .form-check-label {
    font-weight: 500;
    cursor: pointer;
}

/* Help text */
.inner-form .form-text {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

/* Info icon next to input */
.inner-form i {
    color: #6c757d;
    margin-left: 8px;
    vertical-align: middle;
}

/* Age input wrapper (when shown) */
#ageInputWrapper {
    transition: all 0.3s ease;
}

/* Optional: animate hidden input when toggled */
#ageInputWrapper[style*="display: none"] {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.age-limit-box {
    margin-top: 1.6vw;
    margin-bottom: 1.2vw;
}

.mobile-view-clm {
    position: sticky;
    top: 60px;
    transition: all .03s ease-in-out;
}

body[data-kt-sticky-landing-header="on"] .mobile-view-clm {
    top: 100px;
}

.checkbox-group-wrapper:not(:last-child),
.date-entry {
    margin-bottom: 1.7vw;
}


.checkbox-group {
    margin-bottom: 0.5vw;
}

.multiple-date {
    margin-bottom: 1.7vw;
}

.form-check-input:checked {
    background-color: #39b0c1;
    border-color: #39b0c1;
    background-size: 15px;
}

.inner-tabs {
    margin-bottom: 25px;
}

.inner-tabs .nav-link {
    border: none;
    color: #333;
    font-weight: 500;
    font-size: clamp(13px, 0.83vw, 100px);
}

.inner-tabs .nav-link:hover {
    background-color: #e2e6ea;
    color: #39b0c1;
}

.sales-field-wrapper {
    margin-bottom: 1.3vw;
}

span.select2-selection.select2-selection--single.form-select.form-select-solid {
    border: 1px solid #ccc !important;
    border-radius: 6px;
    padding: 10px 12px;
}

.select2-results:not(.light-mode .select2-results, .dark-mode .select2-results) {
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.select2-container {
    z-index: 9;
}

.data-tab .form-check-label {
    font-size: 15px;
    font-family: 'Gotham-bold';
}

.data-inner-field label {
    margin-bottom: 5px;
    font-size: 16px;
}

.tab-pane small {
    font-size: 14px;
}

.mobile-view-clm {
    width: 340px;
    height: 600px;
    border: 10px solid #333;
    border-radius: 30px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.data-tab small i {
    margin-left: 0 !important;
    margin-right: 2px;
    font-size: 15px;
}

/* mobile */
.preview-cover-image {
    width: 100%;
    /* height: 150px; */
    object-fit: cover;
}

.mobile-preview {
    width: 360px;
    height: 600px;
    border: 10px solid #333;
    border-radius: 30px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: scroll;
    border-radius: 60px;
    border: 10px solid #363636;
    background-color: #fbfbfb;
}

.mobile-statusbar {
    height: 20px;
    background: #ccc;
    margin: 0 auto 20px;
    width: 50%;
    border-radius: 10px;
    display: none;
}

.preview-container {
    overflow-y: auto;
    height: 520px;
    font-size: 14px;
}


.preview-container::-webkit-scrollbar {
    display: none;
}

.mobile-preview,
.preview-container {
    scrollbar-width: none;
    scrollbar-color: #eff2f5 transparent;
}

.mobile-cover-image {
    border-radius: 30px;
}

.form-check-wrapper:not(:last-child) {
    margin-bottom: 15px;
}

.form-check-wrapper:first-child {
    margin-top: 15px;
}

.form-check-wrapper label {
    line-height: 1.2rem !important;
}

.form-check-wrapper label span {
    font-size: 0.85rem;
}

.form-check-wrapper .form-check-input {
    width: 1.55rem;
    height: 1.55rem;
}

.share-button-wrapper {
    margin-top: 15px;
    padding-bottom: 12px;
}

.share-btn-main {
    border-bottom: 1px solid #e3e2e2;
}

.share-button {
    background: #172b37 !important;
    color: #fff !important;
}

.share-btn-main .share-button-wrapper svg {
    margin-top: 2px;
}

.share-btn-main .share-button {
    font-family: 'Gotham-bold';
}

.social-buttons {
    background: #172b37;
    border: 0;
    padding: 3px;
    border-radius: 10px;
    width: 36px;
    height: 36px;
    transition: all 0.4s ease-in-out;
}

.social-buttons:hover {
    transform: translateY(-3px);
}

.social-buttons i {
    color: #fff !important;
    font-size: 15px;
}

.branding-image img {
    max-height: 110px;
}


.white-logo {
    display: none;
}

.preview-container:is(.dark-mode) .white-logo {
    display: block;
}

.preview-container:is(.dark-mode) .dark-logo {
    display: none;
}

.branding-image {
    margin-top: 30px;
}

.branding-image p {
    font-size: 14px;
}

.preview-additional-info .preview-description {
    font-size: 15px;
    letter-spacing: -0.2px;
}

.preview-age-limit {
    font-weight: 600;
}

.on-social-fields .btn {
    margin-bottom: 5px;
}

.on-social-fields .btn i {
    color: #fff;
}

.on-social-fields .btn:hover {
    background-color: inherit;
}

.mobile-preview:has(.dark-mode) {
    background: #1a1a1a !important;
    color: #e0e0e0 !important;
}

.card-main.dark-mode .card-header,
.mobile-preview:has(.dark-mode) .card {
    background: #313131;
}

.card-main.dark-mode .card-inner {
    background: #313131;
}

.share-button-wrapper .btn {
    background-color: #172b37 !important;
}


.share-button-wrapper .btn:hover {
    background-color: #39b0c1 !important;
}

/* .mobile-preview:has(.dark-mode) .btn {
    color: #ffffff;
    border-color: transparent;
    background: #39b0c1;
} */

/* .mobile-preview:has(.dark-mode) .btn:is(:hover, :focus) {
    color: #000000 !important;
    background-color: #ffffff !important;
} */

/* .mobile-preview:has(.dark-mode) .btn:is(:hover, :focus) i,
.mobile-preview:has(.dark-mode) .btn:is(:hover, :focus) .preview-button-text {
    color: #000000 !important;
} */

/* .mobile-preview:has(.dark-mode) .preview-button-text {
    color: #000000 !important;
} */

/* .mobile-preview:has(.dark-mode) a {
    color: #00d9f8;
} */
.dark-mode .event-preview-form {
    background-color: #313131;
    border-radius: .475rem;
}

.event-preview-form {
    margin-top: 20px;
}

.event-preview-form:not(body.dark-mode .event-preview-form) {
    padding-inline: 0 !important;
}

.mobile-preview:has(.dark-mode) .branding-image {
    /* background: #fff; */
    display: block;
    border-radius: 6px;
    padding: 10px;
}

body:not(.admin-dashboard) .preview-container h1 {
    font-size: 22px;
    letter-spacing: 0;
    margin: 7px 0;
}

.preview-container.dark-mode :is(h1, h2, p, small, label):not(.dropdown-option-new) {
    color: #e0e0e0 !important;
    border-color: #444 !important;
}

.preview-container.dark-mode .form-control {
    border-color: #555 !important;
}

.preview-container.dark-mode .text-muted {
    color: #aaa !important;
}

.preview-container.dark-mode .preview-cover-image {
    filter: brightness(80%);
    /* Slightly dim the cover image */
}

.preview-container .input-group {
    gap: 3px;
}

.preview-container .input-group span.select2-selection.select2-selection--single.form-select.preview-dialing-code {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.card-main .down-arrow {
    transition: all 0.3s ease-in-out;
}

.down-arrow.up {
    transform: rotate(180deg);
}

.header-img {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    margin-top: 0px;
}

.header-img img {
    height: 100%;
    max-height: 530px;
    width: 100%;
    object-fit: cover;
}

.tagline-desc {
    margin-top: 30px;
    margin-bottom: 10px;
}

.form-row {
    text-align: left;
    margin-bottom: 20px;
}

.form-row:last-child {
    margin-bottom: 0;
}

.form-row label {
    font-size: clamp(15px, 0.93vw, 100px);
}

.form-row .select2-selection--single {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.preview-check-wrapper {
    margin-top: 30px;
}

body.dark-mode .preview-check-wrapper .form-check-label a {
    color: #39b0c1;
}

.preview-checkbox {
    margin-bottom: 20px;
}

section.section-space {
    padding: 100px 0;
}

.preview-bottom-desc {
    background: #343a40;
    padding: 15px;
}

.image-gallery .image-preview img {
    height: 180px;
    object-fit: cover;
}

.image-gallery .image-preview,
.sponser-image-preview {
    position: relative;
}

.image-gallery .image-preview .remove-image,
.sponser-image-preview .remove-image {
    position: absolute;
    right: 8px;
    border: 0;
    padding: 0;
    background: transparent;
    top: 13px;
}

.mobile-review-slider .carousel-item .image-preview img {
    height: 350px;
    object-fit: contain;

}

.multiple-event {
    gap: 5px;
    flex: 1;
}

.preview-event-dates {
    margin-left: 0 !important;
    font-size: 12px;
}

.event-mid {
    flex: 1;
}

.vaue-name {
    word-break: break-word;
}

.preview-onsale-date {
    font-size: 12px;
    font-weight: 600;
}

.mobile-review-slider button.carousel-control-next,
.mobile-review-slider button.carousel-control-prev {
    background: rgb(0, 0, 0);
    height: 25px;
    width: 25px;
    top: 50%;
    border-radius: 10px;
}

.mobile-review-slider button.carousel-control-next {
    right: 12px;
}

.mobile-review-slider button.carousel-control-prev {
    left: 12px;
}

.mobile-review-slider .carousel-control-next-icon,
.mobile-review-slider .carousel-control-prev-icon {
    background-size: 15px;
}

.sponser-image-preview .img-thumbnail {
    background-color: unset;
    height: 100%;
    object-fit: cover;
}

.sponser-image-preview {
    height: 110px;
    width: 110px;
}

.mobile-review-slider .carousel-indicators [data-bs-target] {
    background-color: #616161;
}

.preview-dialing-code.form-select {
    background-color: #dfe1e8;
    border-color: transparent !important;
}

.select-dropdown .select2-selection {
    background-color: #e4e6efbf;
}

.preview-phone input::placeholder {
    font-size: 12px;
}

.preview-phone input {
    border: 0;
}

.carousel .image-preview {
    background-color: unset;
}

.show-event-carousel .image-preview img {
    height: 385px;
    object-fit: cover;
    border-radius: 20px;
}

.event-additional-info {
    margin-top: 30px;
}

.show-event-carousel .carousel-control-prev,
.show-event-carousel .carousel-control-next {
    background: rgb(0, 0, 0);
    height: 25px;
    width: 25px;
    top: 50%;
    border-radius: 10px;
}

.show-event-carousel {
    max-width: 100%;
    margin: 20px auto 0;
}

.show-event-carousel .carousel-control-prev-icon,
.show-event-carousel .carousel-control-next-icon {
    background-size: 15px;
}

.branding-sec {
    padding: 30px 0;
}

.carousel-indicators [data-bs-target] {
    background-color: #747474;
}

.dark-mode .select2-selection {
    background-color: #e4e6ef;
}

.dark-mode .select-dropdown input {
    border-left-color: #909090;
}

.preview-main {
    max-width: 520px;
    width: 100%;
    margin: auto;
    position: relative;
}

.preview-content-inner {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

body:not(.admin-dashboard) .tagline-desc h1 {
    /* font-size: 1.6vw; */
    font-size: clamp(25px, 1.6vw, 40px);
    letter-spacing: 0;
    padding-bottom: 5px;
}

.tagline-desc-img {
    width: auto;
    max-width: 60px;
    min-width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 10px;
}

.list-group-inner {
    padding-inline: 36px;
    height: 56px;
    border: 1px solid #e3e2e2;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.list-group-inner:last-child {
    border-bottom: 1px solid #e3e2e2
}

.list-group-inner img {
    height: 35px;
    width: auto;
    margin-right: 12px;
}

.share-button-wrapper svg {
    height: 26px;
    width: 26px;
    margin-right: 10px;
}

.share-button-wrapper .share-button {
    background-color: transparent !important;
    font-size: 20px;
    cursor: pointer;
}

.mobile-preview .share-button-wrapper .share-button {
    font-size: 16px;
}

.mobile-preview .share-button-wrapper svg {
    height: 20px;
    width: 20px;
    margin-right: 2px;
    margin-top: -1px;
}

.mobile-preview :is(.preview-event-time, .preview-venue-name, .preview-venue-address) {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
}

.share-links-container .social-buttons {
    height: 35px;
    width: 35px;
}

.share-links-container .social-buttons a i {
    font-size: 18px;
}

body.dark-mode .share-links-container .social-buttons a i {
    color: #fff !important;
}

body:not(.dark-mode) .share-button {
    color: #000 !important;
}

.list-group-inner a.btn {
    background: #000;
    color: #fff;
}

body.dark-mode .list-group-inner a.btn,
.preview-container.dark-mode .list-group-inner a.btn {
    background: #fff;
    color: #000;
}

.event-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 20px;
}

.event-info-grid-item {
    border-radius: 20px;
    overflow: hidden;
}

.event-info-grid-item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.item-overlay {
    position: relative;
    padding-bottom: 110%;
    min-height: 200px;
}

.item-overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.34;
    z-index: 11;
    top: 0;
    left: 0;
}

.event-botom-text {
    z-index: 99;
    padding: 25px;
}

.event-additional-info h4 {
    margin-bottom: 25px;
    color: #172b37;
}

.select2-container--bootstrap5.select2-container--focus .form-select:not(.form-select-solid):not(.form-select-white),
.select2-container--bootstrap5.select2-container--open .form-select:not(.form-select-solid):not(.form-select-white) {
    border-color: transparent;
}

.social-link-main i {
    font-size: 20px;
}

.branding-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    padding-right: 32px;
}


.sec-space {
    padding: 60px 0;
}

.feature-inner-page .promoter-sec-wrapper {
    background-color: #fff;
}

/* .mobile-preview:has(.dark-mode) .show-event-carousel .carousel-control-prev ,
.mobile-preview:has(.dark-mode) .show-event-carousel .carousel-control-prev {
    background: rgb(0, 0, 0);
    height: 25px;
    width: 25px;
    top: 50%;
    border-radius: 10px;
} */

.graph-col {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100% !important;
    padding: 20px;
}

.graph-description :is(span, td) {
    font-size: clamp(16px, 0.93vw, 100px);
}

.graph-description th {
    font-family: 'Gotham-bold';
    font-size: clamp(15px, 0.93vw, 100px);
}

.graph-col :is(select, input[type="text"]) {
    font-size: clamp(15px, 0.93vw, 100px);
}

.dashboard-status {
    padding: 30px 0;
}

.info-page .card-header {
    background-color: #39b0c1;
}

.info-page {
    font-size: clamp(16px, 0.93vw, 100px);
}

.add-event-page .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-sm {
    padding: calc(0.55rem + 1px) calc(0.95rem + 1px);
}

.add-event-page img.card-img-top {
    height: 260px;
    object-fit: cover;
}

.add-event-page .card-desc {
    padding: 25px 15px;
}

.alert-message {
    background-color: white;
    border-radius: 0.5rem;
    border: 1px solid #dddddd;
    padding: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 14px;
    margin-bottom: 1rem;
}

.alert-message svg {
    height: 25px;
    width: 25px;
    fill: #39b0c1;
    min-width: 25px;
}

body:not(.admin-dashboard) .publish-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.125rem 0.625rem;
    font-size: 12px;
    font-weight: 500;
    background-color: #172b37;
    color: #ffffff;
    border-radius: 0.25rem;
    text-transform: capitalize;
    letter-spacing: 0;
}

.stream-links-preview .stream-icon_image {
    max-width: 110px;
    margin-right: 13px;
    height: auto;
}


body.dark-mode {
    background-color: #212529;
    color: #ffffff;
}

body.dark-mode :is(h1, h2, h3, h4, h5, h6, p, span.strong, *) {
    color: #ffffff;
}

body.dark-mode .invalid-feedback {
    color: #f1416c !important;
    /* Override the inherited white color */
}

body.dark-mode .card {
    /* background: #0000007a; */
    background: #313131;
}

.preview-white-logo {
    display: none;
}

body.dark-mode .preview-white-logo {
    display: block;
}

body.dark-mode .preview-dark-logo {
    display: none;
}

.referral-table table td {
    padding-bottom: 0;
}

.table-highlight th {
    font-weight: 600;
    min-width: 120px;
}

.custom-card-shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.info-page .custom-card-shadow {
    margin-top: 22px;
}

.info-page .info-wrapper label {
    font-weight: 600;
    font-family: 'Gotham-bold';
}



/* Fix input inside the tagsinput container */
.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto !important;
    max-width: inherit;
}

.tags-container .tag {
    background-color: #007bff;
    color: white;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px 8px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1.5;
}

.tags-container .tag .remove-tag {
    margin-left: 5px;
    cursor: pointer;
    color: white;
}

.tags-container .tag .remove-tag:after {
    content: "×";
}


/* Contact Form */
.contact-form :is(input[type="text"], input[type="email"], input[type="tel"], textarea) {
    /* border: none;
    border-bottom: 2px solid rgb(128, 126, 126);
    background: transparent;
    outline: none;
    width: 100%;
    text-transform: capitalize;
    padding: 1rem 0.4rem; */
}

.contact-form-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.contact-desc {
    padding: 35px;
    background-color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contact-desc img {
    width: 100%;
}

.inner-form {
    padding: 45px 20px;
}

h1:not(body.admin-dashboard h1) .contact-form h1 {
    font-size: 1.7vw;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #39b0c1;
    font-weight: bold;
    font-family: 'Gotham-bold';
}

.outline-none {
    outline: none;
}

.contact-form .ac-btn {
    border-color: transparent;
}

.contact-submit {
    margin-top: 35px;
}


.custom-landing-page-inner {
    background-color: #f8f9fa;
    padding: 60px 30px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.custom-landing-page-inner h3 {
    margin-bottom: 10px;
}

.custom-landing-page-inner h4 {
    margin-bottom: 15px;
}

.custom-landing-page-inner p {
    max-width: 900px;
    margin: 0 auto;
}

.price-cycle {
    font-size: 15px;
    vertical-align: baseline;
}

.integrates-box img {
    max-width: 112px;
}

.optinsetting .form-switch.form-check-solid .form-check-input {
    background-color: #b3b3b3;
}

.form-switch.form-check-solid .form-check-input:checked {
    background-size: 24px;
    background-color: #39b0c1;
}

.preview-container :is(h2, p, small, label) {
    letter-spacing: 0;
}

body .dark-mode .share-button {
    color: #fff !important;
}

.dark-mode .modal-content {
    background-color: #000000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.dark-mode .btn-close {
    background-color: #fff;
}

.dark-mode #otp-form input[type="text"] {
    color: #000;
}

.booking-form .form-row {
    margin-bottom: 5px;
}

.booking-form .form-row input:not([type="checkbox"]) {
    height: 51px;
    display: block;
    padding: 0.625rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    background-color: #fff;
    direction: ltr;
}

.booking-form .form-check-input:checked {
    background-color: rgb(57, 176, 193);
    background-size: 15px;
    border-color: rgb(57, 176, 193);
}

.select-all-checkbox input[type="checkbox"] {
    height: 20px;
    width: 20px;
}

.booking-form .form-row input::placeholder {
    color: #172b37;
}

.booking-form :is(.select2-container, .select2-selection) {
    height: 100%;
    background-color: #fff;
}

.booking-form .select-wrapper {
    max-width: 110px;
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}

.booking-form .select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: #172b37;
}

.booking-form .select-dropdown .input-group {
    gap: 4px;
}

body input:-internal-autofill-selected {
    background-color: #E3E2E2 !important;
}

.preview-main-wrapper:not(.dark-mode .preview-main-wrapper) {
    padding: 0 30px;
    /* background: linear-gradient(55deg, #fbfbfb 0%, #39b0c114 100%); */
}

body.dark-mode .preview-main-wrapper {
    /* background: linear-gradient(3deg, #000000 69%, #6bb8c33d 100%); */
}

.text-primary {
    color: #39b0c1 !important;
}

.form-check-label a {
    color: #39b0c1
}

.form-check-label a:hover {
    text-decoration: underline !important;
}

.preview-main-wrapper iframe {
    width: 100%;
}

.select-dropdown .input-group .select-wrapper>.form-select {
    border: 0 !important;
    box-shadow: unset !important;
    border-radius: 0;
}

.event-details-section .card-header[aria-expanded="true"] .text-muted {
    transform: rotate(180deg);
}

.dark-mode .card-header svg.date-icon path {
    fill: #fff;
}

.event-details-section .btn.btn-dark[aria-expanded="true"] {
    background-color: #39b0c1 !important
}

body.dark-mode .image-shape,
.preview-container.dark-mode .image-shape {
    /* background: #fff;
    padding: 5px;
    border-radius: 10px; */
}

.preview-main .dark-mode-img:not(body.dark-mode .dark-mode-img) {
    display: none;
}

.preview-main .dark-mode-img {
    max-width: 110px;
    width: 100%;
    object-fit: contain;
}

body.dark-mode .preview-main .light-mode-img {
    display: none;
}

.stream-links-preview .dark-mode-img {
    display: none;
}

.preview-container.dark-mode .dark-mode-img {
    display: block;
}

.preview-container.dark-mode .light-mode-img {
    display: none;
}

body.dark-mode .list-group-inner img {
    height: 30px;
}

body.dark-mode .list-group .list-group-inner {
    height: 60px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

body.dark-mode .list-group {
    gap: 0 !important;
}

.user-accout-wrapper {
    padding: 30px;
    max-width: 450px;
    width: 100%;
}

.submit-btn {
    margin-top: 40px;
}

.user-accout-wrapper h3,
.signup-form h3 {
    font-size: 25px;
    margin: 0 auto 35px;
}

.signup-form {
    max-width: 560px;
    width: 100%;
    padding: 30px;

}

.signup-term {
    margin-top: 30px;
}

.user-accout-wrapper .form-control:focus,
.signup-form .form-control:focus {
    border-color: #39b0c1;
}


.event-details-section .event-colleps {
    border-bottom: 1px solid #eff2f5 !important;
    border-radius: 0 !important;
}

.event-details-section .card-header {
    border-bottom: 0px;
}

.event-details-section .card-main.dark-mode .card-header {
    border-bottom: 0px !important;
}

.preview-content-inner .list-group .list-group-inner:first-child {
    border-top: 0;
}



/* .preview-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.preview-description.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
} */
.read-more-toggle,
.read-more-toggle-2 {
    color: #39b0c1;
    cursor: pointer;
    font-size: 15px;
    text-decoration: underline !important;
    white-space: nowrap;
}

.additional-description .text-start {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}

.additional-description .text-start.expanded {
    -webkit-line-clamp: unset;
    overflow: visible;
}

.transparent-gradient {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    filter: blur(60px);
    opacity: .5;
    pointer-events: none;
    position: absolute;
    left: 0;
    margin-top: 0 !important;
    width: 100%;
    min-height: 250px;
    max-height: 320px;
    height: 60%;
}

.additional-description {
    margin-bottom: 12px;
}

/* Admin Dashboard design */

/* Admin Dashboard design end */
body.dark-mode .event-dropdown li.select2-selection__choice {
    background-color: #000 !important;
}

body.dark-mode button.select2-selection__choice__remove {
    filter: invert(1);
    opacity: 1 !important;
}

/* 06-06-2025 start */
.select2-container--above,
span.select2.select2-container.select2-container--bootstrap5 {
    border-radius: 0.5rem;
}

.event-dropdown {
    height: 51px;
}

span.select2-selection.select2-selection--multiple.form-select.event-dropdown {
    height: 51px;
    padding-top: 8px;
}

/* dropdown */
.booking-form .dropdown {
    position: relative;
    font-size: 14px;
    color: #333;
}

.booking-form .dropdown .dropdown-list {
    display: none;
    /* hidden by default */
    margin-top: 8px;
    padding: 12px;
    background: #fff;
    max-height: 66vh;
    overflow-y: auto;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin-bottom: 10px;
}

.dropdown .dropdown-option {
    display: block;
    padding: 8px 12px;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    display: flex;
    align-items: center;
    gap: 17px;
    color: #181c32;
    font-size: 15px;
}

.dropdown .dropdown-label {
    height: 51px;
    display: block;
    padding: 0.625rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    background-color: #fff;
    direction: ltr;
    text-align: left;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    line-height: 1;
    cursor: pointer;
    font-size: 14px;
    Color: rgb(24, 28, 50);
    font-family: 'Gotham-normal';
}

.dropdown .dropdown-label:before {
    content: '▼';
    float: right;
    color: #00000096;
}

.dropdown.on .dropdown-list {
    transform: scale(1, 1);
    transition-delay: 0s;
}

.dropdown.on .dropdown-list .dropdown-option {
    opacity: 1;
    transition-delay: 0.2s;
}

.dropdown.on .dropdown-label:before {
    content: '▲';
}

.booking-form .dropdown [type="checkbox"] {
    height: 20px;
    width: 20px;
    min-width: 20px;
    border-radius: 4px;
}

body.dark-mode :is(.dropdown .dropdown-label, .dropdown .dropdown-option) {
    color: #181c32;
}




/* for mobile preview dropdown */
/* New Dropdown Styles */
.new-dropdown {
    position: relative;
    font-size: 14px;
    color: #333;
}

.new-dropdown .dropdown-list-new {
    display: none;
    margin-top: 8px;
    padding: .75rem 1rem;
    background: #fff;
    max-height: 66vh;
    overflow-y: auto;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin-bottom: 10px;

    background-clip: padding-box;
    border: 1px solid #e4e6ef;
}

.new-dropdown .dropdown-option-new {
    display: block;
    padding: 8px 12px;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    display: flex;
    align-items: center;
    gap: 17px;
    color: #181c32;
    font-size: 15px;
}

.new-dropdown .dropdown-label-new {
    height: 51px;
    display: inline-flex;
    padding: 0.625rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    background-color: #fff;
    direction: ltr;
    text-align: left;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    line-height: 1;
    cursor: pointer;
    font-size: 14px;
    color: rgb(24, 28, 50);
    font-family: 'Gotham-normal';
}

.new-dropdown .dropdown-label-new:before {
    content: '▼';
    float: right;
    color: #00000096;
}

.new-dropdown.on .dropdown-list-new {
    transform: scale(1, 1);
    transition-delay: 0s;
}

.new-dropdown.on .dropdown-list-new .dropdown-option-new {
    opacity: 1;
    transition-delay: 0.2s;
}

.new-dropdown.on .dropdown-label-new:before {
    content: '▲';
}

.booking-form .new-dropdown [type="checkbox"] {
    height: 20px;
    width: 20px;
    min-width: 20px;
    border-radius: 4px;
}

#addEmbed:disabled {
    opacity: 0.7;
}

.info-page iframe {
    width: 100%;
}
.info-page ul{
    list-style-type: none;
}

/* 06-06-2025 end  */

@media(max-width:2200px) {

    .ac-btn,
    .button-sec {
        padding: 11px 23px;
        font-size: 14px;
    }

    .landing-header {
        padding: 20px 0px;
    }

    .header-btn-wrapper {
        gap: 16px;
    }

    .logo-img {
        width: 250px;
    }

    .header_nav_wrapper {
        padding-left: 55px;
    }

    .container {
        padding: 0 30px;
    }

    .nav-wrapper {
        gap: 15px;
    }

    .integrates-inner {
        gap: 20px;
    }

    .integrates-box {
        max-width: calc(25% - 15px);
        /* height: 100px; */

    }

    .hero-btn .ac-btn {
        max-width: 198px;
        width: 100%;
    }
}

@media(max-width:1450px) {
    .container {
        padding: 0 40px;
    }

    .hero-content {
        max-width: 90%;
    }

    .custom-tabs .nav-item {
        margin: 0 0px;
    }

    .custom-tabs .nav-link {
        font-size: clamp(13px, 0.83vw, 100px);
    }

    .sec-space {
        padding: 50px 0;
    }

    .dashboard-status {
        padding: 25px 0;
    }

    .graph-description :is(span, td) {
        font-size: clamp(15px, 0.93vw, 100px);
    }

    .circle svg {
        height: 25px;
        width: 25px;
    }
}

@media(max-width:1300px) {

    body:not(.admin-dashboard) h1,
    body:not(.admin-dashboard) h2 {
        font-size: 36px;
    }

    body:not(.admin-dashboard) h3,
    body:not(.admin-dashboard) .contact-form h1 {
        font-size: 24px;
    }

    body:not(.admin-dashboard) h4 {
        font-size: 20px;
    }

    body:not(.admin-dashboard) h5 {
        font-size: 20px;
    }

    body:not(.admin-dashboard) h6 {
        font-size: 18px;
    }

    body:not(.admin-dashboard) p {
        font-size: 16px;
        line-height: 1.4;
    }

    body:not(.admin-dashboard) .tagline-desc h1 {
        font-size: 26px;
    }

    body:not(.admin-dashboard) .premiup-plan-list li {
        font-size: 15px;
        line-height: 1.4;
    }

    .monthaly-plan span,
    .discount p {
        font-size: 15px;
        letter-spacing: -1px;
    }

    .footer .menu .menu-item a,
    .event-text {
        font-size: 15px;
    }

    .discount {
        max-width: 160px;
        width: 100%;
    }

    .monthaly-plan {
        max-width: 130px;
        width: 100%;
        gap: 10px;
    }

    .discount span {
        font-size: 12px;
        padding: 3px 9px;
    }

    .premium-year {
        background-color: #cbcbcb;
        padding: 3px 6px;
        border-radius: 6px;
    }

    .premium-year span {
        font-size: 12px;
    }

    .premium-plan-grid {
        padding: 50px 0;
    }

    .choose-plan-desc h2 {
        margin-bottom: 20px;
    }

    .choose-plan-desc {
        margin-bottom: 25px;
    }

    .premiup-plan-list li::before {
        height: 10px;
        width: 10px;
    }

    .premiup-plan-list li:not(:last-child) {
        margin-bottom: 10px;
    }

    .premiup-plan-list li {
        padding-left: 15px;
    }

    .premium-plan-inner h2 {
        margin-top: 15px;
    }

    .custom-tabs .nav-link {
        padding: 10px 14px;
    }

    .inner-form .form-label {
        margin-bottom: 7px;
    }

    .sales-field-wrapper {
        margin-bottom: 20px;
    }

    .checkbox-group-wrapper:not(:last-child),
    .date-entry {
        margin-bottom: 25px;
    }

    .multiple-date {
        margin-bottom: 25px;
    }

    .checkbox-group {
        margin-bottom: 10px;
    }

    body:not(.admin-dashboard) .future-wrapper h2 {
        font-size: 35px;
    }
}

@media(max-width:1199px) {

    /* 06-06-2025 start */
    span.select2-selection.select2-selection--multiple.form-select.event-dropdown {
        height: 41px;
        padding-top: 8px;
    }

    /* end 06-06-2025 */
    .container {
        padding: 0 30px;
        max-width: 100%;
    }

    .logo-img {
        width: 180px;
    }

    .menu-column .menu-item a {
        font-size: 14px;
        padding: 8px;
    }


    .hero-integrates h6 {
        margin-bottom: 25px;
    }

    .hero-integrates {
        margin-top: 30px;
    }

    .hero-section-wrapper :is(h1, h3) {
        margin-bottom: 20px;
    }

    .integrates-box {
        max-width: calc(25% - 12px);
    }

    .integrates-inner {
        gap: 15px;
    }

    .hero-section {
        padding: 80px 0 120px;
    }

    .promoter-sec-grid {
        gap: 40px 30px;
    }

    .promoter-sec-col {
        max-width: calc(33% - 20px);
    }

    .promoter-sec-heading h2 {
        margin-bottom: 20px;
    }

    .promoter-sec-heading {
        margin-bottom: 40px;
    }

    .circle {
        height: 60px;
        width: 60px;
    }

    .plan-select .form-check .form-check-input {
        width: 30px;
        height: 17px;
    }

    .premiup-plan-list {
        margin-top: 20px;
    }

    .premium-plan-inner h2 {
        margin-top: 15px;
    }

    .premiup-plan-list li:not(:last-child) {
        margin-bottom: 10px;
    }

    [data-kt-sticky-landing-header=on] .landing-header {
        padding: 10px 0;
    }

    .sec-space {
        padding: 25px 0;
    }

    body:not(.admin-dashboard) .future-wrapper h2 {
        font-size: 30px;
    }

    .booking-form .form-row input:not([type="checkbox"]),
    .booking-form .dropdown .dropdown-label {
        height: 42px;
    }

    .booking-form :is(.select2-container, .select2-selection) {
        height: 40px;
    }

    body:not(.admin-dashboard) .menu-column .menu-item a {
        font-size: 15px;
    }

    .embed-preview iframe {
        width: 100%;
        height: 200px;
    }
}

@media(max-width:992px) {

    body:not(.admin-dashboard) h1,
    body:not(.admin-dashboard) h2 {
        font-size: 30px;
    }

    .hero-section {
        padding: 50px 0 70px;
    }

    .hero-image-sec {
        margin-top: 40px;
    }

    .image-wrapper {
        padding-bottom: unset;
    }

    .image-wrapper img {
        width: 100%;
        height: 450px;
        position: relative;
        object-fit: contain;
    }

    .hero-section-wrapper :is(h1, h3) {
        margin-bottom: 15px;
    }

    .hero-integrates h6 {
        margin-bottom: 15px;
    }

    .hero-btn {
        padding-top: 5px;
    }

    .promoter-sec-wrapper {
        padding: 40px 40px;
    }

    .premium-plan-grid {
        padding: 30px 0 40px;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-section-wrapper {
        max-width: 100%;
    }

    .promoter-sec-wrapper {
        padding: 30px 30px;
    }

    .promoter-sec-col {
        max-width: calc(33% - 12px);
    }

    .promoter-sec-grid {
        gap: 35px 20px;
    }

    .premium-plan-inner {
        padding: 20px 20px;
    }

    .promoter-sec-col {
        max-width: calc(50% - 10px);
        background-color: #fff;
        text-align: center;
        padding: 30px 20px;
        border-radius: 12px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }

    .future-wrapper h2 {
        margin-bottom: 10px;
    }

    .circle {
        margin: 0 auto 15px;
    }

    .tagline-desc {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .show-event-carousel {
        max-width: 80%;
        margin: 0px auto 0;
    }

    .preview-content-inner {
        max-width: 100%;
    }

    .share-links-container .social-buttons {
        height: 35px;
        width: 35px;
    }

    .share-links-container .social-buttons a i {
        font-size: 14px;
    }

    .event-additional-info h4 {
        margin-bottom: 20px;
    }

    .contact-desc img {
        height: auto;
        max-height: 380px;
    }

    .contact-desc {
        height: 100%;
        display: block;
    }

    .dropdown .dropdown-list {
        padding: 6px;
    }

    .dropdown .dropdown-option {
        gap: 10px;
        font-size: 14px;
        padding: 8px 8px;
    }

    .booking-form .dropdown [type="checkbox"] {
        height: 18px;
        width: 18px;
        min-width: 18px;
    }
}

@media(max-width:767px) {

    body:not(.admin-dashboard) h1,
    body:not(.admin-dashboard) h2 {
        font-size: 28px;
    }

    body:not(.admin-dashboard) h3,
    body:not(.admin-dashboard) .contact-form h1 {
        font-size: 22px;
    }

    body:not(.admin-dashboard) h4 {
        font-size: 20px;
    }

    body:not(.admin-dashboard) h5 {
        font-size: 18px;
    }

    body:not(.admin-dashboard) h6 {
        font-size: 16px;
    }

    body:not(.admin-dashboard) p {
        font-size: 15px;
    }

    .ac-btn {
        padding: 10px 15px;
        font-size: 12px;
    }

    .header-left-content {
        max-width: 45%;
    }

    .header-btn-wrapper {
        flex: unset;
        max-width: 55%;
        width: 101%;
    }

    .promoter-sec-wrapper {
        padding: 45px 20px;
    }

    .promoter-sec .container {
        padding: 0;
    }

    .promoter-sec-col {
        padding: 30px 20px;
        border-radius: 12px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }

    .promoter-sec-grid {
        gap: 25px 20px;
    }

    .circle {
        height: 45px;
        width: 45px;
    }

    .circle svg {
        height: 20px;
        width: 20px;
    }

    .future-wrapper p {
        padding: 0 8px;
    }

    body:not(.admin-dashboard) .future-wrapper h2 {
        font-size: 26px;
    }

    .dashboard-status {
        padding: 0px;
    }

    .contact-desc img {
        max-height: 350px;
        height: auto;
    }

    .custom-landing-page-inner {
        padding: 30px 20px;
    }

    .preview-main-wrapper {
        padding: 0 20px;
    }

    .header-img img {
        max-height: 420px;
    }

    body:not(.admin-dashboard) .tagline-desc h1 {
        font-size: 18px;
    }

    .tagline-desc-img {
        max-width: 45px;
        min-width: 45px;
        height: 45px;
    }

    .event-additional-info {
        margin-top: 20px;
    }

    .dropdown .dropdown-label {
        font-size: 13px;
    }
}

@media(max-width:576px) {
    .hero-section {
        padding: 40px 0 50px;
    }

    .container {
        padding: 0 15px;
    }

    .image-wrapper img {
        height: 270px;
    }

    .integrates-inner {
        gap: 10px;
    }

    .integrates-box {
        max-width: calc(25% - 8px);
    }

    .integrates-box img {
        max-width: 75px;
    }

    .logo-img {
        max-width: 120px;
        width: 100%;
    }

    .header-btn-wrapper {
        gap: 5px;
    }

    .header-res-wrapper {
        flex: unset;
    }

    .header-res-wrapper .svg-icon svg {
        width: 25px !important;
        height: 25px !important;
    }

    .choose-plan-desc h2 {
        margin-bottom: 15px;
    }

    .premiup-plan-list {
        margin-top: 16px;
    }

    .hero-btn {
        padding-top: 0px;
    }

    .premium-plan-inner h2 {
        margin-top: 10px;
    }

    .premiup-plan-list li:not(:last-child) {
        margin-bottom: 7px;
    }

    .plan-btn {
        margin-top: 15px;
    }

    .promoter-sec-col {
        max-width: 100%;
        width: 100%;
        /* padding: 0 20px; */
    }

    .promoter-sec-heading {
        margin-bottom: 25px;
    }

    .future-wrapper h2 {
        margin-bottom: 10px;
    }

    .promoter-sec-heading h2 {
        margin-bottom: 15px;
    }

    .choose-plan-sec {
        padding: 35px 0 30px;
    }

    .premium-plan-grid {
        padding: 30px 0 10px;
    }

    .hero-integrates {
        margin-top: 25px;
    }

    .footer ul.menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px 0;
        margin-top: 10px;
    }

    .footer ul.menu li a {
        padding: 0;
    }

    .footer .menu .menu-item a,
    .event-text {
        font-size: 12px;
    }

    .checkbox-group {
        margin-bottom: 20px;
    }

    .inner-form .tab-pane {
        padding: 20px 25px;
    }

    .checkbox-group {
        margin-bottom: 7px;
    }

    .inner-tabs {
        margin-bottom: 15px;
    }

    .inner-form .form-label {
        font-size: clamp(14px, 0.73vw, 100px);
    }

    .checkbox-group-wrapper:not(:last-child),
    .date-entry {
        margin-bottom: 20px;
    }

    .mobile-view-clm {
        width: 320px;
    }

    .tab-pane small {
        font-size: 13px;
    }

    .custom-tabs .nav-link {
        padding: 8px 13px;
    }

    .data-inner-field label {
        font-size: 14px;
    }

    .form-switch.form-check-solid .form-check-input:checked {
        background-size: 20px;
    }

    .booking-form .select-wrapper {
        max-width: 80px;
    }

    .signup-form,
    .user-accout-wrapper {
        padding: 20px;
    }

    .user-accout-wrapper h3,
    .signup-form h3 {
        font-size: 20px;
        margin: 0 auto 25px;

    }

    .info-page iframe {
        height: 190px;
    }

}

@media(max-width:370px) {
    .landing-header .ac-btn {
        padding: 8px 11px;
        font-size: 11px;
    }
}

body.dark-mode #success-message {
    color: #205237;
}
