/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/* font */
@import url("https://use.typekit.net/mui4nvd.css");

:root {
    --thm-white: #ffff;
    --thm-black: #000;
    --thm-gray4: #535353;
    --thm-gray3: #B0B0B0;
    --thm-gray2: #C7C7C7;
    --thm-gray1: #E6E6E6;
    --thm-navy: #2E2C49;
    --thm-purple: #49448E;
    --thm-subtle-blue: #F7F6FB;
    --thm-green6: #0CDCC2;
    --thm-green5: #37CFBC;
    --thm-green4: #08A894;
    --thm-green3: #138B7C;
    --thm-green2: #2F4858;
    --thm-green1: #232C31;
    --teal-green: #168094;
    --subtle-green1: #CAF4EF;
    --subtle-green2: #E4FAF7;
    --subtle-green3: #E4F5F3;
    --subtle-green4: #E6F4F2;
    --subtle-green5: #EBF6F5;
    --subtle-green6: #F6FBFA;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    zoom: 1;
}

.mt-30 {
    margin-top: 30px;
}

::-webkit-scrollbar {
    height: 80%;
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-color: var(--thm-green2);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--thm-green5);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--thm-green5);
}

.btn-link {
    color: var(--thm-green5);
}

.btn-link:hover {
    color: var(--thm-green2);
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

a, a:hover {
    text-decoration: none;
}

a {
    color: var(--thm-green5);
    transition: 0.3s all ease-in-out;
}

a:hover {
    color: var(--thm-green2);
}

a:hover, a:focus, a:focus-visible, a:focus-within, button:hover, button:focus, button:focus-visible, button:focus-within {
    outline: none;
    box-shadow: none;
}

.btn-dark {
    transition: 0.3s all ease-in-out;
    border-radius: 15px;
    padding: 0 20px;
    color: var(--subtle-green1);
    background: var(--thm-navy);
    font-size: 22px;
    font-weight: 700;
    border: none;
}

.btn-dark:hover {
    background: var(--thm-purple);
}

.btn-light {
    transition: 0.3s all ease-in-out;
    border-radius: 15px;
    padding: 0 20px;
    color: var(--thm-green2);
    background: var(--subtle-green4);
    font-size: 22px;
    font-weight: 700;
    border: none;
}

.btn-light:hover {
    color: var(--thm-green1);
    background: var(--subtle-green1);
}

.btn-dark-outline {
    transition: 0.3s all ease-in-out;
    border-radius: 15px;
    padding: 0 20px;
    color: var(--thm-navy);
    font-size: 18px;
    font-weight: 700;
    border: 1px solid var(--thm-navy);
}

.btn-dark-outline:hover {
    border-color: var(--thm-green4);
    color: var(--thm-green4);
}

body {
    font-family: "articulat-cf", sans-serif;
    font-size: 18px;
    line-height: 150%;
    color: var(--thm-navy);
    overflow-x: hidden;
}

.input-group {
    margin-bottom: 26px;
}

.form-control {
    text-align: center;
    padding: 16px 20px;
    border-radius: 30px !important;
    border-color: var(--thm-gray1);
    color: var(--thm-gray4);
    text-align: center;
    font-size: 18px;
    line-height: 150%;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border-color: var(--teal-green);
}

.form-control:focus-visible {
    text-shadow: none;
}

.form-control::placeholder {
    color: var(--thm-gray4);
}

.modal {
    padding: 15px !important;
}

.modal .close {
    opacity: 1;
}

/* Section Title */
.section-title {
    margin-bottom: 36px;
}

.section-title .title-part .tit {
    position: relative;
    margin: 0;
    color: var(--thm-green1);
    font-size: 30px;
    font-weight: 700;
    padding-left: 18px;
    line-height: 1;
}

.section-title .title-part .tit span {
    font-weight: 400;
}

.section-title .title-part .tit:before {
    content: '';
    width: 5px;
    height: 23px;
    background: var(--teal-green);
    position: absolute;
    left: 0;
    top: 0;
}

.section-title .see-all-btn {
    font-size: 24px;
    font-weight: 700;
    color: var(--teal-green);
    line-height: 1;
}

.section-title .see-all-btn img {
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -4px;
}

/* Event Card*/
.event-card {
    border-radius: 24px;
    overflow: hidden;
    background: transparent;
    border: none;
    position: relative;
    cursor: pointer;
}

.event-card .event-img {
    overflow: hidden;
    position: relative;
    height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-card .event-img:before {
    content: '';
    position: absolute;
    top: inherit;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(8, 168, 148, 0.00) 0%, #08A894 90%);
    transition: 0.22s all linear;
}

.event-card:hover .event-img:before {
    top: 0;
}

.event-card .event-img img {
    transform: scale(1.0);
    transition: 0.22s all linear;
}

.event-card .card-body {
    background: var(--thm-green4);
    color: var(--thm-white);
    padding: 10px 20px;
    height: 41px;
    transition: 0.22s all linear;
    position: absolute;
    bottom: 47px;
    left: 0;
    right: 0;
    z-index: 2;
}

.event-card .card-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
    white-space: nowrap;
}

.event-card .price-and-readmore {
    display: flex;
    justify-content: space-between;
    height: 0;
    opacity: 0;
    transition: 0.22s all linear;
}

.event-card .price-and-readmore .price {
    font-size: 18px;
    font-weight: 500;
}

.event-card .price-and-readmore .view-more {
    font-size: 18px;
    color: var(--thm-white);
    font-weight: 500;
    display: flex;
    align-items: center;
}

.event-card .price-and-readmore .view-more i {
    margin-left: 5px;
    font-size: 24px;
}

.event-card .card-footer {
    border: none;
    background: var(--subtle-green4);
    padding: 10px 20px 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    transition: 0.22s all linear;
    border-radius: 0;
    margin-top: 41px;
    align-items: center;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.event-card .event-time .date {
    color: var(--thm-green2, #2F4858);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.event-card .event-time .time {
    color: var(--thm-green2, #2F4858);
    font-size: 16px;
    line-height: 1;
    margin-left: 5px;
}

.event-card .btn-event-like {
    line-height: 1;
    border: none;
    background: transparent;
    width: 20px;
    height: 20px;
    font-size: 21px;
    color: var(--thm-green4);
}

.event-card:hover {
    background: var(--thm-green4);
}

.event-card:hover .event-img img {
    transform: scale(1.1);
}

.event-card:hover .card-body {
    height: 71px;
}

.event-card:hover .price-and-readmore {
    height: auto;
    opacity: 1;
}

.event-card:hover .card-footer {
    width: calc(100% - 42px - 42px);
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    margin: 41px auto 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Event Card One */

.event-card-one {
    border-radius: 24px;
    overflow: hidden;
    background: transparent;
    border: none;
    position: relative;
    cursor: pointer;
}

.event-card-one .event-img {
    overflow: hidden;
    position: relative;
    height: 244px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-card-one .event-img:before {
    content: '';
    position: absolute;
    top: inherit;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(8, 168, 148, 0.00) 0%, #08A894 90%);
    transition: 0.22s all linear;
}

.event-card-one .event-img img {
    transform: scale(1.0);
    transition: 0.22s all linear;
}

.event-card-one .card-body {
    background: var(--thm-green4);
    color: var(--thm-white);
    padding: 10px 20px;
    transition: 0.22s all linear;
}

.event-card-one .card-title {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
    text-align: center;
    white-space: nowrap;
}

.event-card-one .event-time {
    text-align: center;
    font-size: 14px;
    line-height: 1;
    color: var(--subtle-green1);
}

.event-card-one .event-time .date {
    text-align: center;
    font-weight: 600;
}

.event-card-one .event-time .time {
    text-align: center;
    margin-left: 5px;
}

.event-card-one .card-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: self-end;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(8, 168, 148, 0.00) 0%, #08A894 90%);
    opacity: 0;
    visibility: hidden;
    transition: .25s all ease-in-out;
}

.event-card-one:hover .card-btn {
    opacity: 1;
    visibility: visible;
}

.event-card-one .card-btn .view-more {
    background: var(--subtle-green4);
    padding: 12px 20px;
    border-radius: 12px;
    color: var(--thm-green2);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 40px;
    transform: translateY(90px);
    transition: .25s all ease-in-out;
}

.event-card-one:hover .card-btn .view-more {
    transform: translateY(0);
}

.event-card-one .card-btn .view-more i {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 22px;
    line-height: 1;
}

/* Events Card Two */
.event-card-two {
    border-radius: 24px;
    overflow: hidden;
    background: transparent;
    border: none;
    position: relative;
    cursor: pointer;
    height: 100%;
    background: var(--subtle-green4);
}

.event-card-two .event-img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-card-two .event-img:before {
    content: '';
    position: absolute;
    top: inherit;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(8, 168, 148, 0.00) 0%, #08A894 90%);
    transition: 0.22s all linear;
}

.event-card-two .event-img img {
    transform: scale(1.0);
    transition: 0.22s all linear;
}

.mb-41 {
    margin-bottom: 41px;
}

.mb-30 {
    margin-bottom: 30px;
}

.event-card-two .card-footer {
    border: none;
    background: var(--subtle-green4);
    padding: 12px 20px 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    transition: 0.22s all linear;
    border-radius: 0;
    margin-top: 41px;
    align-items: center;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    flex-wrap: wrap;
}

.event-card-two .event-time {
    padding-left: 26px;
    position: relative;
}

.event-card-two .event-time {
    padding-left: 26px;
    position: relative;
    margin-bottom: 6px;
}

.event-card-two .event-time:before {
    content: '\e90c';
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--thm-green4);
}

.event-card-two .event-location {
    padding-left: 26px;
    position: relative;
    font-size: 16px;
    color: var(--thm-green2);
    font-weight: 300;
    text-align: left;
}

.event-card-two .event-location:before {
    content: '\e90d';
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--thm-green4);
}

.event-card-two .event-time .date {
    color: var(--thm-green2);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.event-card-two .event-time .time {
    color: var(--thm-green2);
    font-size: 16px;
    line-height: 1;
    margin-left: 5px;
}

.event-card-two .card-title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
    color: var(--thm-white);
    white-space: nowrap;
}

.event-card-two .short-dis {
    font-size: 16px;
    color: var(--subtle-green1);
    line-height: 135%;
    font-weight: 300;
    margin-top: 5px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event-card-two .card-body {
    background: var(--thm-green4);
    padding: 10px 20px;
    height: 41px;
    overflow: hidden;
    position: absolute;
    bottom: -41px;
    left: 0;
    right: 0;
}

.event-card-two:hover .card-body {
    height: auto;
}

.event-card-two .hover-plate {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(8, 168, 148, 0.00) 0%, #08A894 90%);
    opacity: 0;
    visibility: hidden;
    transition: .25s all ease-in-out;
}

.event-card-two:hover .hover-plate {
    opacity: 1;
    visibility: visible;
    bottom: 41px;
}

.event-card-two .btn-strip {
    background: rgba(46, 44, 73, 0.75);
    border-radius: 12px;
    padding: 10px 15px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .25s all ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.event-card-two:hover .btn-strip {
    bottom: 55px;
    opacity: 1;
    visibility: visible;
}

.event-card-two .btn-strip button {
    border: none;
    background: transparent;
    font-size: 24px;
    color: var(--thm-green4);
    line-height: 1;
    height: 24px;
}

.btn-event-like:hover, .event-share:hover {
    color: var(--thm-green5) !important;
}

.liked_btn .icon-like:before {
    content: '\e901';
}

.event-card-two .btn-strip .view-more {
    font-size: 18px;
    line-height: 1;
    padding: 0;
    color: var(--thm-white);
}

.event-card-two .btn-strip .view-more:hover {
    color: var(--subtle-green1);
}

.event-card-two .btn-strip .view-more i {
    margin-left: 5px;
    vertical-align: middle;
}

.event-card-two:hover {

}

.important-notice-modal .modal-dialog {
    max-width: 610px;
}

.modal.important-notice-modal .modal-content {
    background: var(--thm-white);
    border-radius: 36px;
    padding: 40px;
}

.modal.important-notice-modal .modal-header {
    padding: 0 0 30px 0;
    border-bottom: none;
}

.modal.important-notice-modal .modal-footer {
    border-top: 0;
    padding: 40px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.modal.important-notice-modal .modal-footer .btn {
    width: calc(50% - 10px);
    margin: 0;
    padding: 20px;
    font-size: 18px;
    line-height: 1;
}

.modal.important-notice-modal .modal-title {
    font-size: 22px;
    color: var(--thm-green1);
    font-weight: 700;
    line-height: 135%;
}

.modal.important-notice-modal .modal-body p {
    color: var(--thm-navy);
    font-weight: 500;
    font-size: 20px;
}

.modal.important-notice-modal .modal-body p span {
    color: var(--teal-green);
}

/* Back To Top */
#top-scroll {
    position: fixed;
    right: 10px;
    transform: rotate(-90deg);
    font-size: 28px;
    bottom: 10px;
}

/* Login pages */

.login-section-main {
    height: 100vh;
}

.login-row {
    height: 100vh;
}

.login-row .col {
    height: 100vh;
}

.login-row .col .video-inner {
    position: absolute;
    z-index: -1;
    inset: 0px;
    overflow: hidden;
    background-size: cover;
    background-color: rgb(0, 30, 53);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
}

.login-row .col .video-inner .bg-1 {
    background: #431717;
    background-blend-mode: screen;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0.4;
}

.login-row .col .video-inner .bg-2 {
    background: #2E2C49;
    background-blend-mode: screen;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    opacity: 0.2;
}

.login-row .col .video-inner .life-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.login-row .col .video-inner video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    width: auto;
    height: 100vh;
    z-index: 1;
}

.login-col {
    display: flex;
    align-items: flex-start;
    height: calc(100vh);
    box-sizing: border-box;
    overflow-y: auto;
}

.login-form-main {
    text-align: center;
    width: 100%;
    padding: 60px;
    display: flex;
    align-self: center;
    max-height: 100vh;
    flex-flow: column;
}

.login-form-main .brand-logo {
    margin-bottom: 18px;
    display: inline-block;
}

.login-title .title-main,
.signup-title .title-main {
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: var(--thm-green2);
    margin-bottom: 12px;
}

.login-form-main .form-group {
    margin-bottom: 26px;
}

.login-form-main .btn-dark {
    width: 100%;
    margin-bottom: 26px;
    font-size: 18px;
    color: var(--subtle-green1);
    line-height: 60px;
}

.login-with-text {
    position: relative;
    margin-bottom: 26px;
}

.login-with-text:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background: var(--thm-gray2);
}

.login-with-text span {
    background: var(--thm-white);
    width: 38px;
    color: var(--thm-green2);
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.login-form-main .social-media-ul {
    list-style: none;
    display: flex;
    margin-bottom: 26px;
}

.login-form-main .social-media-ul li {
    width: calc(50% - 10px);
}

.login-form-main .social-media-ul li a.login-btn {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.09), 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
    border: 1px solid var(--thm-gray2);
    background: linear-gradient(180deg, #FFF 0%, #DEDEDE 100%);
    display: inline-block;
    padding: 20px 15px;
    color: var(--thm-navy);
    font-weight: 700;
}

.login-form-main .social-media-ul li a.login-btn img {
    margin-left: 8px;
}

.login-form-main .social-media-ul li:first-child {
    margin-right: 10px;
}

.login-form-main .social-media-ul li:last-child {
    margin-left: 10px;
}

.signup-section-main {
    height: 100vh;
    background: url(../images/login-signup-forgot/signup_img.png) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.signup-section-main .signup-form-main {
    border-radius: 35px;
    border: 1px solid var(--subtle-green3);
    background: var(--white);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    max-width: 580px;
    padding: 55px 60px;
    margin: auto;
    text-align: center;
    max-height: calc(100vh - 40px);
    overflow-x: hidden;
    display: flex;
    flex-flow: column;
}

.signup-form-main .form-logo {
    margin-bottom: 18px;
}

.signup-form-main .btn-dark {
    width: 100%;
    margin-bottom: 26px;
    font-size: 18px;
    color: var(--subtle-green1);
    line-height: 60px;
}

.signup-form-main .signup-link p {
    margin: 0;
}

.login-section-main .signup-link p {
    margin: 0;
}

/* Search-box */
.search-box-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.search-box-main.show {
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

.search-box-main .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.45);
    /* display: none; */
}

.search-box-main .search-box-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 450px;
    border-bottom-left-radius: 57px;
    border-bottom-right-radius: 57px;
    background: var(--thm-white);
    padding: 45px 60px 85px;
    transform: translateY(-100%);
    transition: 0.3s all ease-in-out;
}

.search-box-main.show .search-box-inner {
    transform: translateY(0);
}

.search-box-main .search-closer {
    position: absolute;
    top: 45px;
    right: 60px;
    cursor: pointer;
    border-radius: 50%;
}

.search-box-main .search-title {
    padding-bottom: 50px;
}

.search-box-main .search-title .sub-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--thm-green6);
    line-height: 1;
    margin-bottom: 10px;
}

.search-box-main .search-title .title-main {
    font-size: 30px;
    font-weight: 700;
    color: var(--thm-green1);
    line-height: 1;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}

.search-box-main .search-title .title-main:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    font-weight: 700;
    background: var(--teal-green);
    height: 23px;
    width: 5px;
}

.search-box-main .search-field-and-tags {
    display: flex;
    justify-content: space-between;
}

.search-box-main .search-field-and-tags .input-group {
    width: 430px;
    position: relative;
}

.search-box-main .search-field-and-tags .input-group .form-control {
    border: 1px solid var(--thm-green3);
    height: 64px;
    padding: 0 120px 0 54px;
    text-align: left;
    color: var(--thm-green1);
}

.search-box-main .search-field-and-tags .input-group input[type="search"]::-webkit-search-decoration,
.search-box-main .search-field-and-tags .input-group input[type="search"]::-webkit-search-cancel-button,
.search-box-main .search-field-and-tags .input-group input[type="search"]::-webkit-search-results-button,
.search-box-main .search-field-and-tags .input-group input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.search-box-main .search-field-and-tags .input-group input[type="search"]::-webkit-input-placeholder,
.search-box-main .search-field-and-tags .input-group input[type="search"]::-moz-input-placeholder,
.search-box-main .search-field-and-tags .input-group input[type="search"]::placeholder {
    color: var(--thm-green1);
}

.search-box-main .search-field-and-tags .input-group .search-icon-span {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    font-size: 24px;
    background: var(--thm-white);
}

.search-box-main .search-field-and-tags .input-group .search-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    cursor: pointer;
    padding: 0 40px;
    border-radius: 32px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 62px;
    z-index: 9;
}

.search-box-main .search-field-and-tags .search-filters {
    display: flex;
}

.search-box-main .search-field-and-tags .search-filters .btn {
    margin: 0 7px;
    border-radius: 60px;
    padding: 20px 32px;
    font-size: 18px;
    font-weight: 500;
}

.search-box-main .search-field-and-tags .search-filters .btn svg {
    margin-right: 10px;
}

.search-box-main .search-field-and-tags .search-filters .btn svg path {
    transition: 0.3s all ease-in-out;
}

.search-box-main .search-field-and-tags .search-filters .btn:hover svg path {
    fill: var(--thm-green1);
    stroke: var(--thm-green1);
}

.search-box-main .search-box-bottom-part {
    padding-top: 30px;
}

.search-box-main .search-box-bottom-part .title {
    font-size: 22px;
    font-weight: 700;
    color: var(--thm-green1);
    line-height: 1;
    margin-bottom: 20px;
}

.search-box-main .search-box-bottom-part .all-filters {
    display: flex;
}

.search-box-main .all-filters .btn {
    border-radius: 50px;
    line-height: 64px;
    padding: 0 33px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 7px;
}

.search-box-main .all-filters .btn:first-child {
    margin-left: 0;
}

.search-box-main .all-filters .btn.active, .search-box-main .all-filters .btn:active, .search-box-main .all-filters .btn:focus {
    box-shadow: none !important;
    color: var(--thm-green1);
    background: var(--subtle-green1);
}

.search-box-main .date-filter {
    display: flex;
    flex-wrap: wrap;
}

.search-box-main .date-filter .category {
    padding: 0 19px;
}

.search-box-main .date-filter .form-control {
    width: 230px;
    text-align: left;
    padding: 0 24px;
    line-height: 64px;
    border-color: var(--thm-green3);
    border-radius: 50px;
    color: var(--thm-green1);
    font-size: 18px;
    height: 64px;
}

#select_category + .select2 .selection .select2-selection,
#browse_cat_data + .select2 .selection .select2-selection {
    width: 230px;
    text-align: left;
    padding: 0 24px;
    line-height: 64px;
    border-color: var(--thm-green3);
    border-radius: 50px;
    color: var(--thm-green1);
    font-size: 18px;
    height: 64px;
}

#browse_cat_data + .select2 .selection .select2-selection {
    height: 54px;
    width: 260px;
}

#select_category + .select2.select2-container--open .selection .select2-selection,
#browse_cat_data + .select2.select2-container--open .selection .select2-selection {
    background: var(--subtle-green4);
}

#select_category + .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 64px;
    height: 64px;
}

#browse_cat_data + .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: 54px;
    height: 54px;
}

#select_category + .select2-container--default .select2-selection--single .select2-selection__arrow,
#browse_cat_data + .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 15px;
    width: 20px;
    bottom: 1px;
    margin: auto;
}

#select_category + .select2-container--default .select2-selection--single .select2-selection__arrow b,
#browse_cat_data + .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 5px 0 5px;
    border-color: var(--thm-green2) transparent transparent transparent;
}

.select2-dropdown {
    margin: 13px 0;
    padding: 10px;
    box-shadow: 0px 12px 45px 0px rgba(47, 72, 88, 0.21);
    border: 1px solid var(--subtle-green1) !important;
    border-radius: 21px !important;
    max-height: 200px;
    overflow: auto;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: inherit !important;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option {
    padding: 10px 17px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 18px;
    font-weight: 300;
    color: var(--thm-green1) !important;
    background: transparent !important;
    border-radius: 10px;
}

.select2-container--default .select2-results__option[aria-selected="true"]:hover,
.select2-container--default .select2-results__option:hover {
    background: var(--subtle-green5) !important;
}

/* Date Picker */
.datepicker.dropdown-menu, .datepicker.datepicker-inline {
    width: 645px;
    border: none;
    padding: 48px 36px;
    border-radius: 40px;
    background-color: var(--thm-white);
    border: 1px solid var(--thm-gray1);
    box-shadow: 0px 10px 32px -4px rgba(24, 39, 75, 0.09), 0px 6px 21px -6px rgba(24, 39, 75, 0.11), 0px 4px 5px 0px rgba(24, 39, 75, 0.09);
}

.datepicker-dropdown.datepicker-orient-bottom::after {
    display: none;
}

.datepicker.datepicker-inline {
    position: absolute;
    top: 100%;
}

.datepicker-dropdown.datepicker-orient-left:before {
    display: none !important;
}

.datepicker table {
    width: 100%;
    color: var(--thm-green2);
    font-size: 18px;
    font-weight: 500;
}

.datepicker table thead th.dow {
    text-transform: uppercase;
    font-weight: 700;
}

.datepicker.dropdown-menu th, .datepicker.dropdown-menu td, .datepicker.datepicker-inline th, .datepicker.datepicker-inline td {
    padding: 15px 5px;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused, .datepicker table tr td span:hover {
    background: var(--subtle-green4);
    color: var(--thm-green2);
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
    background: var(--thm-green4);
    color: var(--thm-white);
}

.datepicker thead tr th.prev, .datepicker thead tr th.next {
    border-radius: 50%;
    width: 42px !important;
    height: 42px !important;
    padding: 11px 5px;
    display: block;
}

.datepicker thead tr th.prev {
    margin-right: auto;
}

.datepicker thead tr th.next {
    margin-left: auto;
}

.datepicker thead tr th.prev:hover, .datepicker thead tr th.next:hover, .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background: var(--subtle-green1) !important;
    color: var(--thm-green2) !important;
}

/* Header Style */

.header-main {
    width: 1606px;
    border: 1px solid var(--thm-gray1);
    box-shadow: 0px 9px 75px 0px rgba(96, 99, 98, 0.15), 0px 4px 9px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0px 0px 45px 45px;
    margin: 0 auto;
    padding: 15px 90px;
}

.header-main .header-logo {
    max-height: 38px;
}

.header-main .header-nav-link {
    list-style: none;
}

.header-main .header-nav-link li {
    padding: 0 20px;
}

.header-main .header-nav-link li a.nav-link {
    color: var(--thm-green2);
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    padding: 0;
}

.header-main .header-nav-link li a.nav-link:hover {
    color: var(--teal-green);
}

.header-main .header-nav-link li.dropdown.show a.dropdown-toggle {
    color: var(--teal-green);
}

.header-main .header-nav-link li.dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    content: "";
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    transition: 0.3s all ease-in-out;
}

.header-main .header-nav-link li.dropdown.show .dropdown-toggle::after {
    transform: rotate(-180deg);
}

.header-main .header-nav-link li.dropdown .dropdown-menu {
    border-radius: 21px;
    padding: 11px;
    border: 1px solid var(--subtle-green1);
    background: var(--thm-white);
    box-shadow: 0px 12px 45px 0px rgba(47, 72, 88, 0.21);
    width: 190px;
    margin: 12px auto 0;
}

.header-main .header-nav-link li.dropdown .dropdown-menu .dropdown-item {
    font-size: 18px;
    padding: 14px 16px;
    border-radius: 10px;
    background: transparent;
    color: var(--thm-green1);
    line-height: 1;
}

.header-main .header-nav-link li.dropdown .dropdown-menu .dropdown-item:hover {
    color: var(--thm-green4);
}

.header-main .navbar-side {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    width: 520px;
    padding: 48px 24px;
    transform: translateX(800px);
    transition: 0.4s all ease-in-out;
}

.header-main .headerMenuNavbar-toggler {
    padding: 0;
    border: none;
    font-size: 0;
    width: 30px;
    height: 25px;
}

.headerMenuNavbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 5px;
    border-radius: 5px;
    background: var(--thm-green1);
    transition: all 0.3s;
    backface-visibility: hidden;
}

.headerMenuNavbar-toggler .navbar-toggler-icon:before {
    content: '';
    width: 30px;
    height: 5px;
    border-radius: 5px;
    background: var(--thm-green1);
    display: block;
    transform: translateY(-10px);
    transition: all 0.3s;
    backface-visibility: hidden;
}

.headerMenuNavbar-toggler .navbar-toggler-icon:after {
    content: '';
    width: 30px;
    height: 5px;
    border-radius: 5px;
    background: var(--thm-green1);
    display: block;
    transform: translateY(5px);
    transition: all 0.3s;
}

.headerMenuNavbar-toggler.show .navbar-toggler-icon:after {
    display: none;
}

.headerMenuNavbar-toggler.show .navbar-toggler-icon {
    transform: rotate(45deg);
}

.headerMenuNavbar-toggler.show .navbar-toggler-icon:before {
    transform: translateY(0px) rotate(-90deg);
}

.nav-search_profile .sidebar-nav-main {
    align-items: center;
}

.header-main .navbar-side.show {
    transform: translateX(0);
}

.header-main .navbar-side .sidebar-header {
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.navbar-side .user-info {
    display: flex;
    margin-right: 10px;
}

.navbar-side .user-info .user-img {
    width: 90px;
    height: 90px;
    border: 1px solid var(--thm-gray3);
    border-radius: 15px;
    overflow: hidden;
}

.navbar-side .user-info .user-img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.navbar-side .user-details {
    padding-left: 20px;
}

.navbar-side .user-details .edit-btn {
    border-radius: 9px;
    border: 1px solid var(--thm-navy);
    box-shadow: 0px 2.355987310409546px 4.1229777336120605px 0px rgba(0, 0, 0, 0.09), 0px 0.5889968276023865px 0.5889968276023865px 0px rgba(0, 0, 0, 0.18);
    padding: 8px 22px;
    font-size: 15px;
    line-height: 135%;
    color: var(--thm-navy);
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 6px;
}

.navbar-side .user-details .edit-btn:hover {
    border-color: var(--thm-green4);
    color: var(--thm-green4);
}

.navbar-side .user-details .edit-btn img {
    margin-left: 6px;
}

.navbar-side .user-details .user-name {
    font-size: 20px;
    color: var(--teal-green);
    font-weight: 800;
    margin-bottom: 5px;
    display: block;
}

.navbar-side .user-details .email {
    font-size: 16px;
    color: var(--thm-green2);
    font-weight: 400;
    line-height: 1;
}

.navbar-side .user-details .uname-and-email {
    line-height: 1;
}

.nav-search_profile .user-name-and-profile-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav-search_profile .user-name-and-profile-icon span {
    padding-right: 15px;
    color: var(--teal-green);
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
}

.nav-search_profile .user-name-and-profile-icon .user-img {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    border: 1px solid var(--thm-gray3);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    background-position: center center !important;
    background-size: cover !important;
}

.nav-search_profile .search-icon-main {
    margin-right: 25px;
    border: none;
    padding: 5px;
    font-size: 20px;
    color: var(--thm-green1);
    background: transparent;
}

.nav-search_profile .search-icon-main:focus {
    outline: none;
    box-shadow: none;
}

.nav-search_profile .search-icon-main:focus {
    outline: none;
    box-shadow: none;
}

.nav-search_profile .signin-btn {
    font-size: 18px;
    color: var(--subtle-green1);
    font-weight: 800;
    line-height: 1;
    padding: 15px 44px;
}

.navbar-side .sidebar-link-main-div {
    list-style: none;
    margin: 0;
}

.navbar-side .sidebar-link-main-div .navbar-side-item {
    position: relative;
}

.navbar-side .sidebar-link-main-div .navbar-side-item::after {
    content: '';
    position: absolute;
    height: 1px;
    left: 24px;
    right: 24px;
    background: var(--subtle-green5);
}

.navbar-side .sidebar-link-main-div .navbar-side-item a {
    padding: 20px 24px;
    display: block;
    border-radius: 15px;
    color: var(--thm-green1);
}

.navbar-side .sidebar-link-main-div .navbar-side-item a:hover {
    background: var(--subtle-green5);
    color: var(--teal-green);
}

.navbar-side .sidebar-link-main-div .navbar-side-item a img {
    margin-right: 10px;
}

.navbar-side .sidebar-footer {
    margin-top: 50px;
}

.navbar-side .sidebar-footer .btn {
    width: 100%;
    line-height: 66px;
    color: var(--subtle-green1);
    font-size: 18px;
}

.nav-search_profile .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.45);
    display: none;
}

.near-by-section {
    padding-bottom: 50px;
}

.popular-section {
    padding: 30px 0;
}

.near-event-list, .popular-event {
    margin: 0 -12px;
}

.near-event-list .slick-track {
    margin-left: inherit;
    margin-right: inherit;
}

.near-event-list .slick-track .slick-slide, .popular-event .slick-track .slick-slide {
    margin: 0 12px;
}

.near-event-list .slick-arrow-btn, .popular-event .slick-arrow-btn {
    border: none;
    border-radius: 50%;
    background: transparent;
    top: 50%;
    width: 45px;
    height: 45px;
    position: absolute;
    font-size: 45px;
    color: var(--thm-green4);
}

.near-event-list .slick-arrow-btn.left-arrow, .popular-event .slick-arrow-btn.left-arrow {
    left: -90px;
    transform: rotate(180deg) translateY(45px);
}

.near-event-list .slick-arrow-btn.right-arrow, .popular-event .slick-arrow-btn.right-arrow {
    right: -90px;
    transform: translateY(-45px);
}

/* Footer Design */
.footer-main {
    margin: 40px 0;
}

.footer-inner {
    width: 1606px;
    margin: auto;
    background: var(--thm-navy);
    padding: 40px 90px 48px;
    border-radius: 27px;
}

.footer-inner .btm-footer {
    display: flex;
    justify-content: space-between;
}

.footer-inner .btm-footer .footer-links {
    display: flex;
    list-style: none;
    margin: 0;
}

.footer-inner .btm-footer .footer-links li {
    padding: 0 12px;
}

.footer-inner .btm-footer .footer-links li:last-child {
    padding-right: 0;
}

.footer-inner .btm-footer .footer-links li a {
    color: var(--subtle-green1);
    font-size: 18px;
}

.footer-inner .btm-footer .footer-links li a:hover {
    color: var(--thm-green6);
}

.footer-inner .btm-footer .copyright {
    color: var(--subtle-green1);
}

.footer-inner .btm-footer .copyright a {
    color: var(--subtle-green1);
    text-decoration: underline;
}

.footer-inner .btm-footer .copyright a:hover {
    color: var(--thm-green6);
}

.footer-inner .top-footer {
    border-bottom: 1px solid #4C4A61;
    padding-bottom: 23px;
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-inner .top-footer .footer-logo {
    order: 2;
    margin: 0 20px;
}

.footer-inner .top-footer .social-part {
    order: 1;
}

.footer-inner .top-footer .app-store {
    order: 3;
    color: var(--thm-white);
    font-weight: 500;
}

.footer-inner .top-footer .appstore {
    margin: 0 15px;
}

.footer-inner .top-footer .social-part {
    display: flex;
    color: var(--thm-white);
    font-weight: 500;
    align-items: center;
}

.footer-inner .top-footer .social-link {
    display: flex;
    list-style: none;
    margin: 0;
    align-items: center;
}

.footer-inner .top-footer .social-link li {
    margin: 0 10px;
}

.content-wrapper {
    padding: 60px 0;
    max-width: 1920px;
    margin: 0 auto;
}

.event-category-section {
    padding-bottom: 60px;
}

.event-category-section .category {
    padding: 16px 32px;
    border-radius: 70px;
    color: var(--thm-green2);
    line-height: 1;
    font-size: 18px;
    background-color: var(--subtle-green4);
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.event-category-section .category .category-img {
    height: 30px;
    margin-right: 6px;
}

.events-category-slider .slick-slide {
    margin-right: 15px;
}

/* Subscribe Section */

.subscribe-section .newsletter-bg-main {
    background: var(--subtle-green4);
    border-radius: 18px;
    padding: 44px 40px;
}

.subscribe-section .sec-title {
    color: var(--thm-navy);
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 800;
    line-height: 135%;
}

.subscribe-section p {
    color: var(--thm-green2);
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 135%;
}

.subscribe-section .frm-subscribe-eticks .form-group {
    margin: 0;
}

.subscribe-section .frm-subscribe-eticks .subscribe-input-main {
    display: flex;
    align-items: self-start;
}

.subscribe-section .frm-subscribe-eticks .form-control {
    width: 320px;
    border-color: var(--subtle-green1);
    text-align: left;
    padding: 12px 20px;
}

.subscribe-section .frm-subscribe-eticks .subscribe-btn {
    margin-left: 12px;
    margin-right: 12px;
    height: 53px;
    padding: 0 35px;
    font-size: 18px;
}

/* list Page */

.event-list-section .event-list-filter-strip {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 70px;
}

.event-list-section .event-list-filter-strip .category {
    margin: 0 18px;
}

.event-list-section .event-list-filter-strip .category .form-group {
    margin: 0;
}

.event-list-section .reset-filters-btn .search-btn {
    font-size: 18px;
    color: var(--subtle-green1);
    width: 190px;
    border-radius: 12px;
    height: 54px;
}

.event-list-section .reset-filters-btn .reset-btn {
    margin-left: 18px;
    width: 190px;
    border-radius: 12px;
    height: 54px;
    font-size: 18px;
}

.event-list-section .date-select-main .form-control {
    text-align: left;
    border-color: var(--thm-green3);
    width: 287px;
    color: var(--thm-green1);
    line-height: 1;
}

.event-list-section .date-select-main .form-control::placeholder {
    color: var(--thm-green1);
}

/* Event Detail Page */

.event-detail-top-section {
    margin-bottom: 52px;
}

.event-detail-top-section .organizer-box {
    border-radius: 40px;
    background: var(--thm-subtle-blue);
    margin-bottom: 26px;
    width: 450px;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.event-detail-top-section .organizer-name {
    font-weight: 700;
    text-transform: capitalize;
}

.event-detail-top-section .organizer-name span {
    font-weight: 400;
}

.event-detail-top-section .follwer-count {
    font-weight: 400;
    color: var(--thm-purple);
    line-height: 1;
}

.event-detail-top-section .follow-btn {
    font-weight: 500;
    line-height: 1;
    border-radius: 10px;
    padding: 14px 17px;
    font-size: 16px;
}

.event-detail-top-section .follow-btn i {
    vertical-align: middle;
    margin-left: 6px;
    font-size: 14px;
}

.event-detail-top-section .follow-btn:hover i {
    color: var(--thm-navy);
}

.event-banner-image {
    position: relative;
    width: 100%;
    max-height: 580px;
    overflow: hidden;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-details-image-box {
    border-radius: 24px;
    overflow: hidden;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 100% !important;
    margin: 0 auto !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
    -webkit-filter: blur(40px) brightness(.9) !important;
    filter: blur(40px) brightness(.9) !important;
    transform: scale(1.8) !important;
    -webkit-transform: scale(1.8) !important;
    z-index: 0 !important;
}

.payment-and-tickets-bottom, .process-btn-col-sticky {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: var(--thm-green5);
    padding: 10px 20px;
}

.payment-and-tickets-bottom .booking-btn {
    width: 250px;
    font-size: 18px;
    padding: 10px;
}

.process-btn-col-sticky .btn_cancel {
    text-decoration: underline;
    border: none;
    background: transparent;
}

.event-banner-image .event-image {
    position: relative;
    max-height: 580px;
    max-width: 100%;
}

.event-title {
    font-weight: 700;
    color: var(--thm-green1);
    font-size: 30px;
    line-height: 135%;
}

.event-information-box {
    padding: 40px 30px 30px;
    background: var(--subtle-green4);
    color: var(--thm-green2);
    border-radius: 15px;
}

.event-information-box .information-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.event-information-box .information-list li {
    margin-bottom: 22px;
}

/* .event-information-box .information-list li:last-child {
  margin-bottom: 0;
} */
.event-information-box .information-list .list-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.event-information-box .information-list .list-heading i {
    font-size: 19px;
    margin-right: 10px;
    line-height: 1;
}

.event-information-box .information-list p {
    font-size: 18px;
    font-weight: 300;
}

.event-information-box .btn-dark {
    line-height: 1;
}

.event-information-box .booking-btn {
    width: 375px;
    /* line-height: 68px; */
    padding: 26px 20px 20px;
}

.event-information-box .btn-strip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.event-information-box .like-share-button {
    display: flex;
    margin-left: 10px;
}

.event-information-box .like-share-button .btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    padding: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    vertical-align: middle;
}

.event-information-box .like-share-button .share-btn {
    display: flex;
    position: relative;

}

.event-information-box .like-share-button .share-btn .share-social-media-icons {
    width: 0;
    visibility: hidden;
    display: flex;
    opacity: 1;
    overflow: hidden;
    transition: 0.3s width ease-in-out;
    position: absolute;
    top: calc(100% + 5px);
    z-index: 9;
    left: 5px;
    width: 52px;
    flex-wrap: wrap;
    height: 0;
}

.event-information-box .like-share-button .share-btn .share-social-media-icons.show {
    height: 224px;
    opacity: 1;
    visibility: visible;
}

.event-information-box .like-share-button .share-btn .social-btn {
    margin: 0 0 4px 0;
}

.event-information-box .like-share-button .share-btn .social-btn img {
    width: 52px;
    height: 52px;
}

.event-description-sction {
    padding-bottom: 30px;
}

.event-description-sction .card {
    border: 1px solid var(--subtle-green1);
    border-radius: 24px;
}

.event-description-sction .card .card-body {
    padding: 25px;
}

.event-description-sction .card.about-card .card-body {
    padding: 38px 0;
}

.event-description-sction .card.about-card .card-body .title {
    padding: 0 42px;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
    color: var(--thm-navy);
    font-size: 24px;
    font-weight: 600;
}

.event-description-sction .card.about-card .card-body .title:before {
    content: '';
    width: 5px;
    height: 23px;
    background: var(--teal-green);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.event-description-sction .card.about-card .card-body .eventdescriptionreadmore {
    padding: 0 42px;
}

.event-description-sction .card.about-card .card-body .eventdescriptionreadmore p {
    font-weight: 300;
}

.event-description-sction .card.about-card .card-body .read-more-btn--event {
    margin: 0 42px;
}

.event-description-sction .card.about-card .card-body .read-more-btn--event .btn-link {
    padding: 0;
}

.event-description-sction .card.organizer-card {
    border-radius: 63px 24px 24px;
}

.organizer-card .organizer-inner {
    display: flex;
}

.organizer-card .organizer-inner .organizer-image-event {
    margin-right: 25px;
    width: 114px;
}

.organizer-card .organizer-inner .organizer-image-event img {
    width: 89px;
    height: 89px;
    border: 1px solid var(--teal-green);
    padding: 4px;
    background: var(--thm-white);
    border-radius: 50%;
    margin-bottom: 12px;
}

.organizer-card .organizer-inner .follow-btn {
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 9px;
    margin-bottom: 10px;
}

.organizer-card .organizer-inner .follow-btn i {
    vertical-align: middle;
    line-height: 1;
    font-size: 14px;
    margin-left: 6px;
}

.organizer-card .organizer-inner .follow-btn:hover i {
    color: var(--thm-navy);
}

.organizer-card .organizer-inner .follwer-count {
    font-size: 14px;
}

.organizer-card .organizer-info-part {
    width: 100%;
}

.organizer-card .organizer-name {
    font-size: 20px;
    font-weight: 900;
    text-transform: capitalize;
    color: var(--thm-green1);
}

.organizer-card .contact-info {
    border-top: 1px solid var(--subtle-green1);
    border-bottom: 1px solid var(--subtle-green1);
    padding: 12px 0;
    margin-bottom: 10px;
}

.organizer-card .contact-info-list {
    list-style: none;
    margin: 0;
}

.organizer-card .contact-info-list li {
    color: var(--teal-green);
    font-size: 18px;
    font-weight: 500;
    word-break: break-word;
}

.organizer-card .contact-info-list li i {
    margin-right: 10px;
    font-size: 14px;
}

.organizer-card .organizer-text {
    font-weight: 300;
}

.organizer-card .organizer-text p {
    margin: 0;
}

.organizer-card .organizer-text .btn-link {
    color: var(--teal-green);
}

.organizer-card .organizer-text .btn-link:hover {
    color: var(--thm-green1);
}

/* Checkout Page */
.checkout-section .ticket-details-main .sub-title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-left: 28px;
    color: var(--thm-green1);
    margin-bottom: 15px;
    line-height: 135%;
}

.checkout-section .ticket-details-main .sub-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 23px;
    background: var(--teal-green);
}

.checkout-section .ticket-details-main .ticket-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 135%;
    color: var(--teal-green);
    margin-bottom: 0;
}

.checkout-section .ticket-details-main {
    padding-bottom: 25px;
    border-bottom: 1px solid var(--subtle-green1);
}

.checkout-section .age-field .sub-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: var(--thm-green1);
    margin-bottom: 12px;
    line-height: 135%;
}

.checkout-section .age-field {
    padding: 30px 0;
    border-bottom: 1px solid var(--subtle-green1);
}

.checkout-section .age-field .form-control {
    width: 200px;
    border-color: var(--thm-green3);
    color: var(--thm-gray4);
    padding: 12px 20px;
}

.checkout-section .age-field .custom-tooptip {
    padding: 20px 30px;
    border: 1px solid var(--thm-purple);
    width: 395px;
    border-radius: 18px;
    background: var(--thm-subtle-blue);
    font-size: 18px;
    color: var(--thm-green1);
    position: absolute;
    left: calc(100% + 20px);
    top: -50%;
    z-index: 5;
    display: none;
}

.checkout-section .age-field .custom-tooptip:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16px;
    z-index: 4;
    width: 30px;
    height: 38px;
    background: url(../images/union.png) center center no-repeat;
    margin: auto;
}

.checkout-section .checkout-main .sub-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: var(--thm-green1);
    margin-bottom: 12px;
    line-height: 135%;
}

.checkout-section .checkout-main .discount-block {
    padding: 30px 0;
    border-bottom: 1px solid var(--subtle-green1);
}

.checkout-section .checkout-main .discount-block .form-control {
    width: 50%;
    border-color: var(--thm-green3);
    color: var(--thm-gray4);
    padding: 12px 20px;
    text-align: left;
}

.checkout-section .checkout-main .tickets-block {
    padding: 35px 0;
}

.tickets-block .ticket-list {
    list-style: none;
}

.tickets-block .ticket-list li {
    margin-bottom: 26px;
}

.tickets-block .ticket-list .card-tickets-options {
    border-radius: 24px;
    padding: 24px 30px;
    border: 1px solid var(--subtle-green1);
    display: flex;
    flex-flow: row;
    align-items: flex-start;
}

.tickets-block .ticket-list .card-tickets-options .date_select {
    width: 340px;
}

.tickets-block .ticket-list .card-tickets-options .seatsBook {
    padding: 10px;
    font-size: 18px;
}

.tickets-block .ticket-list .option-inner-card-content {
    width: calc(100% - 172px);
    padding-right: 20px;
}

.tickets-block .ticket-list .card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--teal-green);
}

.tickets-block .ticket-list .card-title i {
    font-size: 24px;
    margin-right: 12px;
    vertical-align: middle;
}

.tickets-block .ticket-list .ticket-date {
    font-size: 16px;
    line-height: 135%;
    color: var(--thm-green1);
    margin-bottom: 10px;
}

.tickets-block .ticket-list .ticket-price {
    font-size: 18px;
    line-height: 135%;
    font-weight: 600;
    color: var(--thm-green1);
    margin: 0;
}

.tickets-block .ticket-list .ticket-qty {
    width: 172px;
    line-height: 1;
    background: var(--thm-navy);
    border-radius: 50px;
    display: flex;
    align-items: center;
    color: var(--thm-white);
    padding: 2px 0;
}

.tickets-block .ticket-list .ticket-qty {
    width: 172px;
    line-height: 1;
    background: var(--thm-navy);
    border-radius: 50px;
    display: flex;
    align-items: center;
    color: var(--thm-white);
    padding: 4px 0;
}

.tickets-block .ticket-list .ticket-qty .btn_tickets {
    color: var(--thm-white);
    font-size: 45px;
    font-weight: 100;
    line-height: 1;
    padding: 0 10px;
    margin-top: 3px;
}

.tickets-block .ticket-list .ticket-qty .qty-no {
    width: 90px;
    /*line-height: 1;*/
    background: var(--thm-white);
    height: 50px;
    line-height: 52px;
    border-radius: 50px;
    text-align: center;
    color: var(--thm-gray4);
}

.tickets-block .ticket-list .sales-message {
    width: 172px;
    line-height: 1;
    background: transparent;
    border-radius: 50px;
    color: #E45454;
    border: 1px solid #E45454;
    padding: 16px 10px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    user-select: none;
}

.ticket-summary-card, .order-summary-details {
    border: 1px solid var(--subtle-green1);
    padding: 40px;
    border-radius: 30px;
    background: var(--subtle-green6);
}

.ticket-summary-card .ticket-summary-title, .order-summary-details .order-summary-title {
    border-bottom: 1px solid var(--subtle-green1);
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color: var(--thm-green1);
    line-height: 1;
    margin: 0;
}

.ticket-summary-card .booking-summary-content {
    padding: 18px 0;
    border-bottom: 1px solid var(--subtle-green1);
}

.order-summary-details .ticket-summary-table {
    padding: 18px 0;
    border-bottom: 1px solid var(--subtle-green1);
}

.ticket-summary-card .booking-summary-content .order_summary_row {
    padding-bottom: 10px;
    color: var(--thm-green1);
}

.ticket-summary-card .booking-summary-content .order_summary_row:last-child {
    padding-bottom: 0;
}

.ticket-summary-card .booking-summary-content .lpart .span_qty {
    font-weight: 700;
}

.ticket-summary-card .booking-summary-content .rpart {
    font-weight: 600;
    flex-shrink: 0;
    padding-left: 10px;
}

.ticket-summary-card .booking-summary-footer, .order-summary-details .booking-summary-footer {
    padding: 18px 0 0;
    /* border-bottom: 1px solid var(--subtle-green1); */
    font-weight: 600;
    line-height: 1;
    color: var(--thm-green1);
}

.ticket-summary-card .booking-summary-footer .order_total_row, .order-summary-details .booking-summary-footer .order_total_row {
    padding-bottom: 12px;
}

.ticket-summary-card .booking-summary-footer .order_total_row .rpart, .order-summary-details .booking-summary-footer .order_total_row .rpart {
    font-weight: 600;
}

.ticket-summary-card .booking-summary-footer .order_final_total_row, .order-summary-details .booking-summary-footer .order_final_total_row {
    color: var(--teal-green);
    font-size: 20px;
    font-weight: 700;
    border-top: 1px solid var(--subtle-green1);
    margin-top: 5px;
    padding-top: 18px;
}

.ticket-summary-card .booking-summary-footer .order_final_total_row .price-includes, .order-summary-details .booking-summary-footer .order_final_total_row .price-includes {
    color: var(--thm-green1);
    font-size: 16px;
    font-weight: 400;
}

.process-btn-col {
    margin-top: 18px;
    display: flex;
    align-items: center;
}

.process-btn-col .btn_process_checkout {
    font-size: 18px;
    font-weight: 700;
    width: calc(100% - 140px);
    padding: 20px;
}

.process-btn-col .btn_make_payment {
    font-size: 18px;
    font-weight: 700;
    width: calc(100% - 140px);
    padding: 20px;
}

.process-btn-col .cancel-booking {
    text-decoration: underline;
    font-size: 18px;
    color: var(--teal-green);
    margin-right: 15px;
    border: none;
    background: transparent;
    padding: 0;
}

.process-btn-col .cancel-booking:hover {
    color: var(--thm-purple);
}

.event-information {
    padding-top: 60px;
}

.event-information .card {
    border: 1px solid var(--subtle-green1);
    border-radius: 30px;
    padding: 25px 30px;
    margin-bottom: 16px;
}

.event-information .card-title {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 7px;
    color: var(--thm-navy);
    line-height: 1;
}

.event-information .card-title i {
    font-size: 19px;
    margin-right: 10px;
    line-height: 1;
}

.ticket-summary-table {
    margin: 18px 0;
}

.ticket-summary-table tr th, .ticket-summary-table tr td {
    border: none;
    padding: 0;
}

.ticket-summary-table tr th {
    padding: 0 0 12px 0;
    font-weight: 700;
}

.ticket-summary-table tr td:nth-child(2), .ticket-summary-table tr th:nth-child(2) {
    text-align: center;
}

.ticket-summary-table tr td:last-child, .ticket-summary-table tr th:last-child {
    text-align: right;
}

.ticket-summary-table tr td:last-child {
    font-weight: 700;
}

.ticket-summary-table tr td {
    color: var(--thm-green1);
    font-size: 18px;
    padding: 0 0 5px 0;
}

.timer-ard {
    background: var(--thm-subtle-blue);
    border: 1px solid var(--thm-purple);
    border-radius: 20px;
    padding: 21px;
    text-align: center;
}

.check_promo_code-btn, .btn_check_promo_code {
    font-size: 18px;
    padding: 0 25px;
    line-height: 53px;
}

.timer-ard {
    background: var(--thm-subtle-blue);
    border: 1px solid var(--thm-purple);
    border-radius: 20px;
    padding: 21px;
    text-align: center;
}

.timer-ard .sub-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--thm-purple);
}

.timer-ard p {
    font-size: 18px;
    color: var(--thm-green2);
}

.checkout-payment-main-div {
    padding-top: 0;
}

.checkout-payment-main-div .discount-card {
    padding-top: 20px;
    padding-bottom: 15px;
}

.checkout-payment-main-div .sub-title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: var(--thm-green1);
    margin-bottom: 12px;
    line-height: 135%;
}

.checkout-payment-main-div .payment-card {
    border-color: var(--subtle-green1);
    border-radius: 24px;
    padding: 30px;
}

.checkout-payment-main-div .payment-option-nav {
    display: flex;
    flex-wrap: wrap;
}

.checkout-payment-main-div .payment-option-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
}

.checkout-payment-main-div .paymrnt-card {
    width: calc(33.33% - 6px);
    border: 1px solid var(--subtle-green1);
    background: var(--subtle-green2);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 3px;
    line-height: 1;
}

.checkout-payment-main-div .paymrnt-card .payment-label {
    font-size: 18px;
    font-weight: 900;
    color: var(--thm-green1);
    padding-right: 10px;
    line-height: 1;
}

.checkout-payment-main-div .paymrnt-card .payment-label img {
    margin-right: 10px;
    vertical-align: middle;
}

.checkout-payment-main-div .paymrnt-card .lable-main {
    line-height: 1;
    display: inline-block;
}

.checkout-payment-main-div .payment-method-main,
.checkout-payment-main-div .gpay-info,
.checkout-payment-main-div .applepay-info {
    padding-top: 24px;
}

.checkout-payment-main-div .payment-method-main .sub-title {
    font-weight: 500;
    font-size: 20px;
    color: var(--teal-green);
    margin: 0 0 12px 0;
    line-height: 1;
}

.checkout-payment-main-div .payment-method-main .creditCard-form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.checkout-payment-main-div .payment-method-main .form-group {
    padding: 0 10px;
}

.checkout-payment-main-div .form-group .form-control {
    padding: 12px 20px;
    border-color: var(--thm-green3);
    color: var(--thm-gray4);
    font-size: 18px;
}

.checkout-payment-main-div .payment-method-main .creditCard-form-row .form-group.card-number {
    width: 50%;
}

.checkout-payment-main-div .payment-method-main .creditCard-form-row .form-group.card-date {
    width: 30%;
}

.checkout-payment-main-div .payment-method-main .creditCard-form-row .form-group.card-cvv {
    width: 20%;
}

.checkout-payment-main-div .payment-method-main .gpay-info .gpay-form-row,
.checkout-payment-main-div .payment-method-main .applepay-info .applepay-info-form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.checkout-payment-main-div .payment-method-main .gpay-info .form-group .form-control,
.checkout-payment-main-div .payment-method-main .applepay-info .form-group .form-control {
    width: 100%;
}

.hide-div {
    display: none;
}

.checkout-payment-main-div .contact-main-div {
    margin-top: 38px;
}

.checkout-payment-main-div .contact-main-div .card {
    border-color: var(--subtle-green1);
    border-radius: 24px;
    padding: 30px;
}

.checkout-payment-main-div .contact-main-div .card .first-person-card{
    border-color: var(--subtle-green1);
    border-radius: 24px;
    padding: 30px;
    border-style: solid;
    border-width: 1px;
}

.contact-card .contact-row {
    margin: 0 -10px 30px;
    display: flex;
    flex-wrap: wrap;
}

.contact-card .contact-row .contact-col {
    padding: 0 10px;
    width: 33.33%;
}

.contact-main-div .contact-card .custom-checkbox {
    padding-left: 28px;
}

.contact-main-div .contact-card .custom-checkbox .custom-control-label {
    font-size: 16px;
    color: var(--thm-green1);
}

.contact-main-div .contact-card .custom-checkbox .custom-control-label::before, .contact-main-div .contact-card .custom-checkbox .custom-control-label::after {
    width: 21px;
    height: 21px;
    border-color: var(--thm-green1);
    left: -28px;
}

.contact-main-div .contact-card .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.contact-main-div .contact-card .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: transparent;
}

.contact-main-div .contact-card .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../images/tick.png);
}

.checkout-section .make-payment-btn {
    margin-top: 26px;
    text-align: right;
}

.checkout-section .make-payment-btn .btn {
    padding: 0;
    color: var(--teal-green);
    text-decoration: underline;
    font-weight: 500;
}

.checkout-section .make-payment-btn .btn:hover {
    color: var(--thm-green4);
}

/* Checkout Booking Cancle */

.checkout-booking-cancle .page-title {
    position: relative;
    margin: 0;
    color: var(--thm-green1);
    font-size: 30px;
    font-weight: 700;
    padding-left: 18px;
    line-height: 1;
}

.checkout-booking-cancle .page-title:before {
    content: '';
    width: 5px;
    height: 23px;
    background: var(--teal-green);
    position: absolute;
    left: 0;
    top: 0;
}

.checkout-booking-cancle .content-part {
    text-align: center;
    padding: 75px 0;
}

.checkout-booking-cancle .content-part .event-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: var(--teal-green);
    padding-bottom: 24px;
    margin: 0;
}

.checkout-booking-cancle .content-part .cancle-message {
    font-size: 20px;
    font-weight: 600;
    color: var(--thm-green1);
}

.checkout-booking-cancle .content-part .cancle-img {
    margin: 50px 0;
}

.checkout-booking-cancle .content-part .try-again-message {
    margin-bottom: 33px;
}

.checkout-booking-cancle .content-part .go-to-event-btn {
    width: 345px;
    line-height: 63px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
}

/* Event Like Page */

.like-event-card {
    background: var(--subtle-green4);
    border-radius: 30px;
    padding: 50px 40px;
    border: none;
    height: 100%;
}

.like-event-card .card-header {
    padding: 0 0 30px 0;
    margin: 0;
    border-bottom: 1px solid #cbcccd;
    background: transparent;
    line-height: 1;
}

.like-event-card .evet-card-title {
    font-size: 22px;
    font-weight: 900;
    margin: 0;
    color: var(--thm-black);
    line-height: 1;
}

.like-event-card .card-body {
    padding: 20px 0 0 0;
}

.like-event-card .image-div.desktop-show {
    width: 175px;
    overflow: hidden;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 175px;
    position: relative;
}

.like-event-card .image-div .event-img {
    position: relative;
}

.like-event-card .image-div.mobile-show {
    width: 157px;
    margin-bottom: 18px;
    display: none;
    overflow: hidden;
    border-radius: 21px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    max-height: 175px;
    position: relative;
}

.like-event-card .card-body .location-and-time {
    width: calc(100% - 175px);
    padding-right: 30px;
}

.like-event-card .card-body .list-box {
    border-bottom: 1px solid #cbcccd;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.like-event-card .card-body .list-box label {
    font-size: 16px;
    font-weight: 900;
    color: var(--thm-navy);
    text-transform: capitalize;
    display: block;
    line-height: 1;
}

.like-event-card .card-body .list-box label i {
    font-size: 18px;
    margin-right: 5px;
}

.like-event-card .card-body .list-box p {
    font-size: 18px;
    color: var(--thm-green1);
}

.like-event-card .card-body .btn-strip {
    display: flex;
}

.like-event-card .card-body .btn-strip .like-share-button {
    display: flex;
}

.like-event-card .card-body .view-more {
    padding: 14px 20px;
    color: var(--thm-navy);
    border-color: var(--thm-navy);
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    flex-shrink: 0;
}

.like-event-card .card-body .view-more:hover {
    color: var(--thm-green4);
    border-color: var(--thm-green4);
}

.like-event-card .card-body .view-more i {
    margin-left: 10px;
    font-size: 20px;
}

.like-event-card .card-body .like-share-button {
    margin-left: 5px;
}

.like-event-card .card-body .like-share-button .btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    padding: 0;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 7px;
    vertical-align: middle;
}

.event-information-box .like-share-button .share-btn .social-btn {
    margin: 0 0 4px 0;
}

.like-event-card .card-body .like-share-button .share-btn {
    display: flex;
    position: relative;
}

.like-event-card .card-body .like-share-button .share-btn .share-social-media-icons.show {
    height: 224px;
    opacity: 1;
    visibility: visible;
}

.like-event-card .card-body .like-share-button .share-btn .share-social-media-icons {
    width: 0;
    visibility: hidden;
    display: flex;
    opacity: 1;
    overflow: hidden;
    transition: 0.3s width ease-in-out;
    position: absolute;
    top: calc(100% + 5px);
    z-index: 9;
    left: 5px;
    width: 52px;
    flex-wrap: wrap;
    height: 0;
}

.like-event-card .card-body .like-share-button .share-btn .social-btn {
    margin: 0 0 4px 0;
}

.like-event-card .card-body .like-share-button .share-btn .social-btn img {
    width: 52px;
    height: 52px;
}

.event-liked-section .like-col {
    margin-bottom: 30px;
}

.tit.no-found {
    color: var(--thm-green1);
    font-weight: 900;
}

.see_more_btn {
    position: relative;
    margin-top: 30px;
}

.see_more_btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    background: var(--subtle-green1);
    margin: auto;
    z-index: -1;
}

.see_more_btn-inner {
    display: inline-block;
    background: #fff;
    padding: 0 35px;
}

.see_more_btn .view-more {
    padding: 15px 38px;
    font-size: 18px;
}

.see_more_btn .view-more img {
    margin-left: 8px;
}

/* My Tickets Pages */

.user-tickets .tab-header {
    padding: 0 8px;
}

.user-tickets .nav-tabs {
    border: none;
    border-radius: 20px;
    background: var(--thm-subtle-blue);
    box-shadow: 0px 1px 3px 0px rgba(46, 44, 73, 0.18) inset;
    width: fit-content;
    margin: 0 -8px 45px;
}

.user-tickets .nav-tabs .nav-item {
    margin: 0;
    padding: 8px;
}

.user-tickets .nav-tabs .nav-link {
    padding: 18px 33px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 14px;
    line-height: 1;
    font-size: 17px;
    font-weight: 700;
    color: var(--thm-navy);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    background: var(--thm-white);
    border-color: var(--thm-subtle-blue);
    box-shadow: 0px 2px 5px 0px rgba(46, 44, 73, 0.09), 0px 1px 1px 0px rgba(46, 44, 73, 0.18);
    color: var(--thm-green4);
}

.my-ticket-card, .cancelled-tickets-card, .follower-card {
    padding: 0;
    border-radius: 30px;
    background: var(--subtle-green4);
    color: var(--thm-green1);
    border: none;
    height: 100%;
}

.my-ticket-card .card-body {
    padding: 35px 35px 55px;
}

.my-ticket-card .transfer-label {
    padding: 22px 38px;
    border-radius: 0 30px 0 30px;
    background: var(--thm-green5);
    color: var(--thm-white);
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    font-size: 16px;
    font-weight: 700;
}

.my-ticket-card .details-list {
    list-style: none;
    margin: 0;
}

.my-ticket-card .image-box {
    border-radius: 21px;
    position: relative;
    overflow: hidden;
}

.my-ticket-card .event-img {
    border-radius: 21px;
    position: relative;
}

.my-ticket-card .two-part {
    flex-wrap: wrap;
}

.my-ticket-card .two-part .lpart, .my-ticket-card .two-part .rpart {
    width: 50%;
}

.my-ticket-card .two-part .rpart {
    padding-left: 30px;
}

.my-ticket-card .details-list li {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(35, 44, 49, 0.15);
    margin-bottom: 12px;
}

.my-ticket-card .details-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.my-ticket-card .details-list li .list-label {
    margin-bottom: 8px;
    color: var(--thm-navy);
    font-size: 16px;
    font-weight: 900;
    line-height: 135%;
}

.my-ticket-card .details-list li .list-label i {
    margin-right: 8px;
    font-size: 18px;
}

.my-ticket-card .details-list li p {
    font-size: 18px;
    line-height: 135%;
    color: var(--thm-green1);
}

.my-ticket-card .event-buttons .view-more {
    font-size: 18px;
    line-height: 63px;
    font-weight: 900;
    border-radius: 15px;
    margin-top: 18px;
}

.my-ticket-card .event-buttons .cancle-ticket {
    line-height: 24px;
    text-decoration: underline;
    font-size: 18px;
    color: var(--teal-green);
    margin-top: 10px;
}

.my-ticket-card .event-buttons .cancle-ticket:hover {
    color: var(--thm-purple);
}

.my-ticket-col {
    margin-bottom: 30px;
}

.my-tickets-section .no-event-found .tit {
    font-weight: 900;
    color: var(--thm-green1);
}

/* Pagination */
.pagination {
    padding-top: 30px;
    flex-wrap: wrap;
}

.pagination .page-item {
    margin: 0 5px;;
}

.pagination .page-item .page-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-color: var(--thm-green4);
    color: var(--thm-green4);
    font-weight: 500;
    transition: .3s all ease-in-out;
}

.pagination .page-item.active .page-link, .pagination .page-item .page-link:hover {
    border-color: var(--thm-green4);
    background-color: var(--thm-green4);
    color: var(--thm-white);
}

.pagination .page-item .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.pagination .page-item [aria-label], .pagination .page-item[aria-label] span {
    font-size: 20px;
    font-weight: 500;
}

.pagination .page-item.disabled .page-link {
    border-color: var(--thm-gray2);
    color: var(--thm-gray2);
    opacity: 0.8;
}

/* Order Info */

.user-order-section {

}

.order-info-card {
    padding: 40px;
    border-radius: 18px;
    background: var(--subtle-green4);
    color: var(--thm-green1);
    border: none;
    margin-bottom: 60px;
}

.order-info-card .ticket_collection_card_row {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: var(--thm-navy);
    border-bottom: 1px solid rgba(22, 128, 148, .15);
    padding-bottom: 18px;
    margin-bottom: 18px;
    line-height: 1;
    flex-wrap: wrap;
}

.order-info-card .ticket_collection_card_row .lpart {
    margin-right: 10px;
}

.order-info-card .ticket_collection_card_row:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.order-info-card .ticket_collection_card_row label {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--thm-navy);
}

.order-btn-and-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.order-btn-and-title .table-title {
    font-size: 22px;
    font-weight: 900;
    color: var(--thm-navy);
    margin-right: 20px;
    margin-bottom: 0;
}

.order-btn-and-title .btn-strip {
    display: flex;
}

.order-btn-and-title .btn-strip .btn {
    padding: 17px 17px 17px 27px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px;
}

.order-btn-and-title .btn-strip .btn i {
    vertical-align: middle;
    color: var(--thm-black);
    font-size: 21px;
    margin-left: 8px;
}

.user-order-section .back-order-btn {
    font-size: 18px;
    font-weight: 900;
    border-radius: 15px;
    line-height: 63px;
    padding: 0 64px;
}

.order-table {
    border: 1px solid var(--subtle-green1);
    border-radius: 24px;
    border-collapse: inherit;
    border-spacing: 0;
}

.order-table.order-canceled-table {
    min-width: 1420px;
}

.order-table thead th {
    border: none;
    font-size: 18px;
    font-weight: 800;
    color: var(--thm-green1);
    padding: 20px 13px;
    text-align: center;
}

.order-table tbody td, .order-table tbody th {
    padding: 20px 13px;
    color: var(--thm-green1);
    text-align: center;
}

.order-table thead th, .order-table tbody td, .order-table tbody th, .order-table tfoot td {
    border-color: var(--subtle-green1);
}

.order-table tbody td.ticket-name, .order-table tbody td.ticket-date,
.order-table thead th.ticket-name, .order-table thead th.ticket-date {
    text-align: left;
}

.order-table .tfoot-row {
    display: none;
}

.order-table tfoot td, .order-table .tfoot {
    color: var(--teal-green);
    font-weight: 800;
}

.order-table tfoot td:first-child {
    text-align: right;
}

.order-table tfoot td {
    padding-left: 50px;
}

.order-table .status .table-span {
    border: 1px solid #000;
    color: #000;
    box-shadow: 0px 3.328519821166992px 5.824909687042236px 0px rgba(0, 0, 0, 0.09), 0px 0.832129955291748px 0.832129955291748px 0px rgba(0, 0, 0, 0.18);
    padding: 7px 15px 6px;
    border-radius: 20px;
    font-size: 15px;
    line-height: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.order-table .status .table-span.pending {
    border: 1px solid #CB894B;
    color: #CB894B;
}

.order-table .status .table-span.approved {
    border: 1px solid #6CB93E;
    color: #6CB93E;
}

.order-table .status .table-span.cancelled {
    border: 1px solid #E45454;
    color: #E45454;
}

.order-table .reuestbtn {
    transition: 0.3s all ease-in-out;
    border-radius: 15px;
    padding: 13px 28px;
    color: var(--thm-navy);
    font-size: 15px;
    font-weight: 600;
    border: 1px solid var(--thm-navy);
    white-space: nowrap;
}

.order-table .reuestbtn:hover {
    border-color: var(--thm-green4);
    color: var(--thm-green4);
}

/* myModal-contact */

.myModal-contact .modal-content {
    border: none;
    border-radius: 40px;
}

.myModal-contact .modal-header {
    padding: 40px;
    border: none;
    text-align: center;
    position: relative;
    justify-content: center;
}

.myModal-contact .modal-header .close {
    padding: 0;
    opacity: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.myModal-contact .modal-header .close:hover {
    opacity: 1;
}

.myModal-contact .modal-header .modal-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--thm-navy);
    text-transform: capitalize;
    text-align: center;
}

.myModal-contact .modal-body {
    padding: 0 40px;
}

.myModal-contact .modal-body .form-control {
    border-color: var(--thm-green3);
    padding: 12px 20px;
    color: var(--thm-green1);
}

.myModal-contact .modal-body textarea.form-control {
    resize: none;
    height: 125px;
}

.myModal-contact .modal-body .form-control::placeholder,
.myModal-contact .modal-body .form-control::-webkit-input-placeholder {
    color: var(--thm-gray4);
}

.myModal-contact .modal-body .form-group {
    margin-bottom: 20px;
}

.myModal-contact .modal-footer {
    border: none;
    padding: 40px;
    margin: 0 -10px;
}

.myModal-contact .modal-footer .btn {
    width: calc(50% - 20px);
    margin: 0 10px;
    line-height: 62px;
    font-size: 18px;
}

.myModal-contact .modal-footer .cancle-btn {
    width: calc(50% - 20px);
    margin: 0 10px;
    line-height: 62px;
    font-size: 16px;
}

.modal_alert_success .modal-content,
.delete-warning-modal .modal-content {
    border: none;
    border-radius: 40px;
}

.modal_alert_success .modal-header,
.delete-warning-modal .modal-header {
    padding: 40px;
    border: none;
    text-align: center;
    position: relative;
    justify-content: center;
}

.modal_alert_success .modal-header .close,
.delete-warning-modal .modal-header .close {
    padding: 0;
    opacity: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.modal_alert_success .modal-header .close:hover,
.delete-warning-modal .modal-header .close:hover {
    opacity: 1;
}

.modal_alert_success .modal-header .modal-title,
.delete-warning-modal .modal-header .modal-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--thm-navy);
    text-transform: capitalize;
    text-align: center;
}

.modal_alert_success .modal-body,
.delete-warning-modal .modal-body {
    padding: 0 40px;
}

.modal_alert_success .modal-body .form-control,
.delete-warning-modal .modal-body .form-control {
    border-color: var(--thm-green3);
    padding: 12px 20px;
    color: var(--thm-green1);
}

.modal_alert_success .modal-body textarea.form-control,
.delete-warning-modal .modal-body textarea.form-control {
    resize: none;
    height: 125px;
}

.modal_alert_success .modal-body .form-control::placeholder,
.modal_alert_success .modal-body .form-control::-webkit-input-placeholder,
.delete-warning-modal .modal-body .form-control::placeholder,
.delete-warning-modal .modal-body .form-control::-webkit-input-placeholder {
    color: var(--thm-gray4);
}

.modal_alert_success .modal-body .form-group,
.delete-warning-modal .modal-body .form-group {
    margin-bottom: 20px;
}

.modal_alert_success .modal-footer,
.delete-warning-modal .modal-footer {
    border: none;
    padding: 40px;
    margin: 0 -10px;
    justify-content: center;
}

.modal_alert_success .modal-footer .btn,
.delete-warning-modal .modal-footer .btn {
    width: calc(50% - 20px);
    margin: 0 10px;
    line-height: 62px;
    font-size: 18px;
}

.modal_alert_success .modal-footer .cancle-btn,
.delete-warning-modal .modal-footer .cancle-btn {
    width: calc(50% - 20px);
    margin: 0 10px;
    line-height: 62px;
    font-size: 16px;
}

.swal2-container .swal2-popup {
    background: var(--thm-white);
    border-radius: 36px;
    padding: 40px;
}

.swal2-container .swal2-popup .swal2-title {
    padding: 0 0 30px 0;
    text-align: center;
    font-size: 22px;
    color: var(--thm-green1);
    font-weight: 700;
    line-height: 135%;
}

.swal2-container .swal2-popup .swal2-html-container {
    margin-left: 0;
    margin-right: 0;
    color: var(--thm-green1);
    font-weight: 800;
}

.swal2-container .swal2-popup .swal2-input {
    text-align: left;
    padding: 11px 20px;
    margin: 0;
    border-radius: 30px !important;
    border-color: var(--thm-gray1);
    color: var(--thm-gray4);
    font-size: 18px;
    line-height: 150%;
    height: auto;
    box-shadow: none;
}

.swal2-container .swal2-popup .swal2-input:focus {
    border-color: var(--teal-green);
    box-shadow: none !important;
}

/* My Account Page */

.account-section .account-section-inner {
    width: calc(100% - 157px - 157px);
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.account-section .account-left-sidebar {
    border: 1px solid var(--subtle-green1);
    background: var(--subtle-green6);
    border-radius: 27px;
    width: 315px;
}

.account-section .account-left-sidebar .navbar-nav {
    padding: 28px 0;
}

.account-section .account-left-sidebar .navbar-nav .nav-item .nav-link {
    padding: 18px 30px;
    line-height: 1;
    font-weight: 600;
    color: var(--thm-green2);
}

.account-section .account-left-sidebar .navbar-nav .nav-item .nav-link.active,
.account-section .account-left-sidebar .navbar-nav .nav-item .nav-link:hover {
    background: var(--subtle-green4);
    color: var(--thm-green4);
}

.account-section .account-left-sidebar .navbar-nav .nav-item .nav-link span {
    display: block;
    line-height: 24px;
}

.account-section .account-left-sidebar .navbar-nav .nav-item .nav-link img {
    margin-right: 12px;
}

.account-section .account-content {
    width: calc(100% - 315px);
    padding-left: 40px;
}

.account-section .user-data .form-row {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap;
}

.account-section .user-data .col-part {
    padding-left: 20px;
    padding-right: 20px;
}

.account-section .user-data .col-50 {
    width: 50%;
}

.account-section .user-data .col-33 {
    width: 33.33%;
}

.account-section .user-data .form-field-part {
    width: calc(100% - 260px);
}

.account-section .user-data .btn-and-img-part {
    width: 260px;
}

.account-section .user-data .btn-and-img-part .profile-photo {
    position: relative;
}

.large-screen-show {
    display: block;
}

.small-screen-show {
    display: none;
}

.account-section .account-content .title-part {
    display: flex;
}

.account-section .account-content .account-menu-toggler {
    display: none;
    margin-right: 15px;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.account-section .account-content .account-menu-toggler:hover {
    opacity: 0.9;
}

.account-section .overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}

.account-section .user-data .btn-and-img-part .profile-photo .user-img {
    border-radius: 50%;
    border: 1px solid var(--subtle-green1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) inset;
    width: 220px;
    height: 220px;
    object-fit: cover;
    transition: 0.3s all ease-in-out;
}

.account-section .user-data .btn-and-img-part .profile-photo .hover-palte {
    border-radius: 50%;
    width: 220px;
    height: 220px;
    background: rgba(0, 0, 0, 0.45);
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s all ease-in-out;
    display: none;
}

.account-section .user-data .btn-and-img-part .profile-photo .hover-palte .inner-div {
    border-radius: 50%;
    width: 57px;
    height: 57px;
    background: var(--thm-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.account-section .user-data .btn-and-img-part .profile-photo:hover .user-img {
    filter: grayscale(100%);
}

.account-section .user-data .btn-and-img-part .profile-photo:hover .hover-palte {
    display: flex;
}

.profile-menu-closer {
    display: none;
}

.account-section .user-data .form-group {
    margin-bottom: 24px;
}

.account-section .user-data .form-group .form-control {
    text-align: left;
}

.account-section .user-data .form-control.address {
    resize: none;
    height: 61px;
}

.account-section .user-data .form-group.with-icon {
    position: relative
}

.account-section .user-data .form-group.with-icon .form-control {
    padding: 18px 20px 14px 63px;
}

.account-section .user-data .form-group.with-icon i {
    height: 61px;
    line-height: 61px;
    display: block;
    position: absolute;
    left: 30px;
    font-size: 21px;
}

.account-section .user-data .submit-btn {
    margin-top: 40px;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    line-height: 1;
}

.account-section .user-data.reset-password .btn {
    margin-top: 20px;
    padding: 18px 15px;
    font-size: 18px;
    line-height: 1;
    width: 220px;
}

.account-section.map-section .get-deirection-btn {
    border-radius: 14px;
    padding: 18px 28px;
    line-height: 1;
    font-size: 17px;
}

.account-section.map-section .get-deirection-btn i {
    font-size: 22px;
    margin-left: 10px;
    vertical-align: middle;
}

.account-section.map-section .map_location {
    margin-top: 30px;
    border-radius: 30px;
    min-height: 333px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.21) inset;
}

.delete-txt {
    font-size: 18px;
    font-weight: 500;
    color: var(--thm-green1);
    margin-bottom: 30px;
}

.account-section .delete_profile {
    padding: 18px 15px;
    font-size: 18px;
    line-height: 1;
    width: 220px;
}

.cancelled-tickets-card .card-body {
    padding: 30px;
}

.cancelled-tickets-card .two-part .lpart {
    width: 140px;
}

.cancelled-tickets-card .two-part .rpart {
    width: calc(100% - 140px);
    padding-left: 30px;
}

.cancelled-tickets-card .cancelled-ticket-img-wrapper {
    position: relative;
}

.cancelled-tickets-card .cancelled-ticket-img-wrapper {
    position: relative;
}

.cancelled-tickets-card .ticket-img {
    border-radius: 14px;
}

.cancelled-tickets-card .cancelled-img-main {
    width: 117px;
    margin: -40px auto 0;
}

.cancelled-tickets-card .details-list {
    list-style: none;
    margin: 0;
}

.cancelled-tickets-card .details-list li {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(35, 44, 49, 0.15);
    margin-bottom: 12px;
}

.cancelled-tickets-card .details-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.cancelled-tickets-card .details-list li .list-label {
    margin-bottom: 8px;
    color: var(--thm-navy);
    font-size: 16px;
    font-weight: 900;
    line-height: 135%;
}

.cancelled-tickets-card .details-list li .list-label i {
    margin-right: 8px;
    font-size: 18px;
}

.cancelled-tickets-card .details-list li p {
    font-size: 18px;
    line-height: 135%;
    color: var(--thm-green1);
}

/* cancelticket list page*/

.follower-card .card-body {
    padding: 30px;
}

.follower-card .card-body .top-part {
    display: flex;
    padding-bottom: 20px;
}

.follower-card .card-body .follower-img {
    width: 95px;
}

.follower-card .card-body .follower-img img {
    border-radius: 13px;
}

.follower-card .card-body .rpart {
    width: calc(100% - 95px);
    padding-left: 20px;
}

.follower-card .organizer-name {
    color: var(--teal-green);
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 11px;
}

.follower-card .btn-unflollow {
    padding: 16px 33px;
    border-radius: 13px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

.follower-card .follower-details {
    list-style: none;
    margin: 0;
}

.follower-card .follower-details li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(35, 44, 49, 0.15);
    color: var(--thm-green1);
    line-height: 150%;
}

.follower-card .follower-details li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.follower-card .follower-details li label {
    margin: 0 10px 0 0;
    color: var(--thm-green1);
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}

.follower-card .follower-details li span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.follow-modal .modal-content {
    border: none;
    border-radius: 40px;
}

.follow-modal .modal-body {
    padding: 40px 40px 0 40px;
    border: none;
    text-align: center;
    position: relative;
    justify-content: center;
}

.follow-modal .close {
    padding: 0;
    opacity: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 40px;
    top: 40px;
    border-radius: 50%;
}

.follow-modal .message-title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    color: var(--thm-green1);
    margin-bottom: 30px;
}

.follow-modal .modal-footer {
    border: none;
    padding: 0 40px 40px;
    margin: 0 -10px;
}

.follow-modal .modal-footer .btn {
    width: calc(50% - 20px);
    margin: 0 10px;
    line-height: 62px;
    font-size: 18px;
}

.followtle {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 800;
}

.delete-warning-modal .modal-content {
    border-radius: 39px;
    border: 0;
}

.genrated-ticket {
    margin: 0 0 40px 0;
}

.genrated-ticket .genrated-ticket-col-left {
    background: url(../images/white-bg.png) no-repeat;
    padding: 40px 50px 40px 20px;
    background-size: cover;
    background-position: left center;
    border-right: 2px dashed var(--thm-green3);
    width: 44%;
}

.genrated-ticket .genrated-ticket-col-left .genrated-ticket-space {
    padding-left: 30px;
}

.genrated-ticket .genrated-ticket-col-right {
    background: url(../images/green-bg.png) no-repeat;
    background-size: cover;
    padding: 55px 40px;
    background-position: right center;
    width: 56%;
    border-radius: 0 24px 24px 0;
}

.genrated-ticket .ticket-title {
    color: var(--subtle-green1);
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.36);
    font-size: 24px;
    font-weight: 700;
    line-height: 135%;
    margin-bottom: 26px;
}

.genrated-ticket .total-amount {
    display: inline-block;
    border-radius: 14px;
    line-height: 1;
    padding: 17px 30px;
    background: rgba(47, 72, 88, 0.51);
    margin-bottom: 26px;
}

.genrated-ticket .total-amount .label {
    color: var(--white);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.genrated-ticket .total-amount .amount {
    color: var(--white);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.genrated-ticket .vanue {
    margin-bottom: 30px;
}

.genrated-ticket .vanue .label,
.genrated-ticket .booking-date .label {
    color: var(--thm-white);
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    display: block;
}

.genrated-ticket .vanue .vanue-value,
.genrated-ticket .booking-date .booking-value {
    color: var(--thm-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.genrated-ticket-details-main .genrated-ticket-wrap {
    border-radius: 14px;
    background: var(--subtle-green6);
    padding: 11px 11px 11px 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 38px;
}

.genrated-ticket-details-main .genrated-ticket-wrap .orderid {
    color: var(--thm-navy);
    font-size: 20px;
    font-weight: 600;
}

.genrated-ticket-details-main .genrated-ticket-wrap .orderid span {
    color: var(--thm-navy);
    font-size: 18px;
    font-weight: 400;
}

.genrated-ticket-details-main .download-share-btn {
    display: flex;
}

.genrated-ticket-details-main .download-share-btn .download-btn,
.genrated-ticket-details-main .download-share-btn .event-share {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--teal-green);
    color: var(--teal-green);
    background: var(--subtle-green6);
    border-radius: 8px;
    box-shadow: 0px 2.65625px 1.7708333730697632px 0px rgba(47, 72, 88, 0.12);
    font-size: 22px;
}

.genrated-ticket-details-main .download-share-btn .event-share {
    margin-right: 12px;
}

.genrated-ticket-details-main .download-share-btn .download-btn:hover,
.genrated-ticket-details-main .download-share-btn .event-share:hover {
    border: 1px solid var(--teal-green);
    background: var(--teal-green);
    color: var(--thm-white) !important;
}

.genrated-ticket-details-main .ticket-holder-message {
    margin-bottom: 35px;
    color: var(--thm-navy);
    font-size: 18px;
}

.genrated-ticket-details-main .ticket-holder-details {
    margin-bottom: 30px;
}

.genrated-ticket-details-main .ticket-holder-details label {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.genrated-ticket-details-main .ticket-holder-details p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.genrated-ticket-details-main .ticket-holder-details:last-child {
    margin-bottom: 0;
}

.order-done-section .process-btn {
    font-size: 0;
}

.order-done-section .process-btn .btn {
    margin: 0 9px;
    border-radius: 14px;
    line-height: 58px;
    padding: 0 28px;
}

.order-done-section .process-btn .btn i {
    margin: 0 0 0 9px;
    font-size: 22px;
    vertical-align: middle;
}

.shareEventModal .modal-content {
    border-radius: 39px;
    border: 0;
}

.shareEventModal .modal-header {
    padding: 40px;
    border: none;
    text-align: center;
    position: relative;
    justify-content: center;
}

.shareEventModal .modal-header .modal-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--thm-navy);
    text-transform: capitalize;
    text-align: center;
}

.shareEventModal .modal-header .close {
    padding: 0;
    opacity: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

.shareEventModal .modal-body {
    padding: 0 40px 40px;
}

.shareEventModal .modal-footer {
    border: none;
    padding: 40px;
    margin: 0 -10px;
    justify-content: center;
}

.shareEventModal .social-media-ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shareEventModal .social-media-ul li {
    margin: 0 5px;
}

.shareEventModal .process-btn {
    font-size: 0;
}

.shareEventModal .link-sharebox {
    border: 1px solid var(--thm-navy);
    padding: 6px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.shareEventModal .link-sharebox .icon-part {
    width: 18px;
    margin-right: 10px;
    margin-top: -5px;
}

.shareEventModal p {
    color: var(--thm-green2);
    font-weight: 500;
}

.shareEventModal .link {
    width: calc(100% - 18px - 10px - 65px);
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.shareEventModal .copy-btn {
    margin-left: 0;
    margin-right: 0;
    padding: 4px 15px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 10px;
    cursor: pointer;
    width: 65px;
}

.modal .sub-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--thm-navy);
}

.event-details-modal .modal-content {
    border-radius: 39px;
    border: 0;
}

.event-details-modal .modal-header {
    padding: 40px 50px 0;
    border: none;
    text-align: center;
    position: relative;
    justify-content: center;
}

.event-details-modal .modal-header .close {
    padding: 0;
    margin: 0 0 0 auto;
}

.event-details-modal .modal-header .card-title {
    margin: 0;
    position: relative;
    color: var(--thm-green1);
    font-size: 30px;
    font-weight: 700;
    padding-left: 18px;
}

.event-details-modal .modal-header .card-title:before {
    content: '';
    background: var(--teal-green);
    width: 5px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 0;;
}

.event-details-modal .modal-body {
    padding: 35px 50px 30px;
}

/* Faq Page */

.help-request-section .help-request-section-inner {
    background: var(--subtle-green4);
    border-radius: 18px;
    padding: 40px;
    text-align: center;
}

.help-request-section .help-request-section-inner .title-main {
    color: var(--thm-navy);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}

.help-request-section .help-request-section-inner .contact-btn {
    padding: 15px 53px;
    border-radius: 12px;
    font-size: 18px;
}

.help-request-section .help-request-section-inner .contact-btn i {
    margin-left: 8px;
    vertical-align: middle;
    font-size: 24px;
}

.contact-text {
    margin-top: 24px;
    margin-bottom: 0;
    color: var(--thm-green2);
    font-weight: 500;
}

.faq-section {
    padding-bottom: 110px;
}

.faq-section .section-title {
    margin-bottom: 65px;
}

.faq-section .sub-tit {
    color: var(--teal-green);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.faq-section .faq_tabs_main .faq-card {
    margin-bottom: 18px;
    background-color: var(--subtle-green6);
    border-radius: 29px;
    overflow: hidden;
    border: 1px solid var(--subtle-green6);
    padding: 6px;
}

.faq-section .faq_tabs_main .faq-card .card-header {
    margin: 0;
    background-color: transparent;
    border-radius: 29px;
    border: 1px solid transparent;
    padding: 10px 60px 10px 29px;
    color: var(--thm-gray4);
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    position: relative;
    text-align: left;
}

.faq-section .faq_tabs_main .faq-card .card-header i {
    font-size: 26px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 26px;
    transition: 0.3s all ease-in-out;
}

.faq-section .faq_tabs_main .faq-card .card-header[aria-expanded="true"] {
    background: var(--thm-white);
    padding: 16px 65px 16px 29px;
    color: var(--thm-green4);
}

.faq-section .faq_tabs_main .faq-card .card-header[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.faq-section .faq_tabs_main .faq-card .card-body {
    padding: 12px 29px 20px;
    color: var(--thm-green2);
}

/* Slot Booking */
.slot-modal .modal-content {
    border-radius: 0;
    border: none;
    background: transparent;
}

.slot-modal .modal-header {
    border: none;
}

.slot-modal .modal-body {
    padding: 0;
    background: transparent;
}

.slot-modal .modal-body .event-date-piker--main {
    padding: 48px 36px;
    background: var(--thm-white);
    border-radius: 40px;
    width: 506px;
    margin: 0 auto;
}

.pickmeup {
    width: 100%;
    background: transparent;
}

.pickmeup .pmu-instance {
    width: 100%;
    padding: 0;
}

.pickmeup .pmu-instance nav {
    justify-content: space-between;
    color: var(--thm-green4);
    margin-bottom: 38px;
}

.pickmeup .pmu-instance nav.pmu-day-of-week {
    margin-bottom: 8px;
}

.pickmeup .pmu-instance .pmu-day-of-week {
    color: #2F243F;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
}

.pickmeup .pmu-instance .pmu-button.pmu-month {
    color: var(--thm-green4);
    width: auto;
    font-size: 24px;
    font-weight: 700;
}

.pickmeup .pmu-instance nav .pmu-prev, .pickmeup .pmu-instance nav .pmu-next {
    color: var(--thm-green2);
}

.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
    width: calc(100% / 7);
    line-height: 1;
    padding: 16px 13px;
}

.pickmeup .pmu-instance .pmu-days * {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pickmeup .pmu-instance .pmu-selected, .pickmeup .pmu-instance .pmu-button {
    background: transparent;
    color: var(--thm-green1);
    border-radius: 13px;
    border: 1px solid transparent;
}

.pickmeup .pmu-instance .pmu-button:hover, .pickmeup .pmu-instance .pmu-button:hover {
    background: var(--subtle-green4);
    color: var(--thm-green4);
    border-color: var(--subtle-green1);
}

.pickmeup .pmu-instance .pmu-disabled, .pickmeup .pmu-instance .pmu-disabled:hover {
    color: var(--thm-gray2);
    background: transparent;
    border-color: transparent;
}

.pickmeup .pmu-instance .pmu-selected.pmu-button {
    border-color: var(--thm-green4);
    background: var(--thm-green4);
    color: var(--thm-white);
}

.day-slots-main {
    margin-top: 15px;
}

.day-slot-content, .time-slot-content .time-slot-div {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    background: var(--thm-white);
    padding: 27px 40px;
    border-radius: 33px;
}

.time-slot-content .time-slot-div {
    padding: 0;
    width: 100%;
}

.time-slot-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    background: var(--thm-white);
    padding: 27px 40px;
    border-radius: 33px;
}

.slot-event-name-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.slot-event-name-btn .btn_clear_date {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    width: 180px;
}

.slot-event-name-btn .btn_clear_date i {
    margin-left: 10px;
}

.day-slot-content .heading, .time-slot-content .heading {
    margin-bottom: 20px;
    color: var(--thm-green4);
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    line-height: 1;
}

.day-slot-content .day-slot, .time-slot-content .time-slot-div .time-slot {
    width: 50%;
    padding: 0 5px;
}

.day-slot-content .day-slot .day-wrapper, .time-slot-content .time-slot-div .time-slot .day-wrapper {
    border-radius: 18px;
    width: 100%;
    border: 1px solid var(--subtle-green1);
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: 0.3s all ease-in-out;
}

.day-slot-content .day-slot .day-wrapper:hover, .time-slot-content .time-slot-div .time-slot .day-wrapper:hover {
    background: var(--subtle-green4);
}

.day-slot-content .day-slot .day-wrapper h3, .time-slot-content .time-slot-div .time-slot .day-wrapper h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--thm-green1);
}

.day-slot-content .day-slot .day-wrapper p {
    font-size: 16px;
    font-weight: 400;
    color: var(--thm-green3);
}

.lh-1 {
    line-height: 1;
}

.day-slot-content .day-slot .day-icon, .time-slot-content .time-slot-div .time-slot .day-icon {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin-left: 10px;
}

.pickmeup .pmu-instance nav .pmu-prev, .pickmeup .pmu-instance nav .pmu-next {
    height: auto;
    line-height: 1;
}

.pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: auto;
    padding: 0;
    line-height: 1;
    height: auto;
    border-radius: 0;
}

.pickmeup .pmu-instance:first-child:last-child .pmu-month:hover {
    background: transparent;
    border-color: transparent;
}

.page-title-section .section-title {
    margin-bottom: 30px;
}

.page-title-section h3 {
    color: var(--thm-green1);
    font-size: 18px;
    font-weight: 700;
}

.our-Philosophy-section {
    padding: 60px 0;
}

.our-Philosophy-section .title, .fun-facts-section .title {
    font-size: 22px;
    font-weight: 700;
    color: var(--teal-green);
    margin-bottom: 20px;
}

.our-Philosophy-section .philosophy-img {
    border-radius: 27px;
}

.philosophy_content {
    margin-bottom: 30px;
}

.philosophy_content ul, .fun-facts-section ul,
.philosophy_content ol, .fun-facts-section ol {
    padding-left: 20px;
}

.philosophy-icon-box {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.philosophy-icon-box .icon-philosophy {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--thm-subtle-blue);
    border-radius: 38px;
}

.philosophy-icon-box h3 {
    margin-left: 22px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--teal-green);
}

.card_counter {
    border: 1px solid var(--teal-green);
    padding: 16px;
    border-radius: 30px;
    display: flex;
    align-items: center;
}

.card_counter .counter_icon {
    width: 124px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--thm-subtle-blue);
    border-radius: 15px;
}

.card_counter .counter_text {
    margin-left: 35px;
}

.card_counter .counter_text .title {
    font-size: 34px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--thm-purple);
    color: var(--thm-white);
    font-family: "articulat-heavy-cf";
    margin-bottom: 5px;
    line-height: 1;
}

.card_counter .counter_text .label {
    font-size: 20px;
    font-weight: 600;
    color: var(--thm-green1);
    line-height: 1;
    margin: 0;
}

.fun_fact_contant {
    margin-bottom: 30px;
}

/* Contact Page*/

.contact-section {
    padding-top: 30px;
}

.contact-section .tit {
    font-size: 22px;
    color: var(--teal-green);
    font-weight: 700;
}

.contact-section .tit-part p {
    font-size: 18px;
    color: var(--thm-green1);
    margin: 0;
}

.contact-section .tit-part {
    padding-bottom: 30px;
}

.contact-section .form-group {
    margin-bottom: 20px;
}

.contact-section .form-control {
    padding: 12px 20px;
    border-color: var(--thm-green3);
    color: var(--thm-navy);
}

.contact-section .contact-btn {
    width: 235px;
    height: 63px;
    font-size: 18px;
}

.contact-section .organizer-info-box {
    margin: 70px 0;
    padding: 24px;
    border-radius: 30px;
    border: 1px solid var(--subtle-green1);
}

.contact-section .info-list {
    display: flex;
}

.contact-section textarea {
    height: 124px;
    resize: none;
}

.contact-section .info-list li {
    list-style: none;
    position: relative;
    padding-right: 34px;
    margin-right: 34px;
}

.contact-section .info-list li:after {
    content: '';
    height: 100%;
    width: 1px;
    background: var(--subtle-green1);
    position: absolute;
    right: 0;
    top: 0;
}

.contact-section .info-list li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.contact-section .info-list li:last-child:after {
    display: none;
}

.contact-section .info-list .tit {
    color: var(--thm-navy);
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
}

.contact-section .info-list .tit i {
    margin-right: 10px;
    font-size: 18px;
}

.contact-section .info-list .tit i {
    margin-right: 10px;
    font-size: 18px;
}

.contact-section .info-list p,
.contact-section .info-list a.link {
    color: var(--thm-navy);
    margin-bottom: 12px;
}

.contact-section .info-list a.link:hover {
    color: var(--thm-green4);
}

.contact-section .info-list .btn-outline {
    border: 1px solid var(--thm-navy);
    border-radius: 10px;
    padding: 12px 15px;
    font-weight: 500;
    line-height: 1;
    color: var(--thm-navy);
}

.contact-section .info-list .btn-outline i {
    margin-left: 7px;
}

.contact-section .info-list .btn-outline:hover {
    border: 1px solid var(--thm-green4);
    color: var(--thm-green4);
}

.support-section .inner-box {
    border-radius: 18px;
    background: var(--subtle-green4);
    padding: 40px;
}

.btn_yes_close {
    padding: 15px 30px 12px;
    font-size: 16px;
    line-height: 1;
    margin: 20px auto;
    display: inline-block;
}

/* 404 page */

.box-404 {
    margin: 0 auto;
    max-width: 800px;
}

.box-404 .not-found {
    font-size: 30px;
    font-weight: 700;
    color: var(--thm-green4);
    margin: 0;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
}

.box-404 .not-found span {
    color: var(--thm-green1);
}

.box-404 h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--thm-navy);
    margin-bottom: 23px;
}

.box-404 p {
    font-size: 18px;
    font-weight: 600;
    color: var(--thm-purple);
    margin-bottom: 0;
}

.box-404 .btn-part {
    text-align: center;
    position: relative;
    margin-top: 45px;
}

.box-404 .btn-part:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 1px;
    margin: auto;
    background: var(--subtle-green1);
}

.box-404 .btn-part .btn-inner {
    background: var(--thm-white);
    display: inline-block;
    position: relative;
    padding: 0 35px;
}

.box-404 .btn-part .back-btn {
    font-size: 18px;
    border-radius: 12px;
    padding: 15px 24px;

}

.box-404 .btn-part .back-btn img {
    vertical-align: middle;
    margin-left: 8px;

}

/* .box-404 .btn-part .back-btn {
    font-size: 18px;
    border-radius: 12px;
    padding: 15px 24px;
} */

/* Loader */

.loading-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    color: #2E2C49;
    border-radius: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 1);
}

.loading-title {
    font-size: 20px;
    transform: translateY(0);
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 600;
    margin: 0;
}

.loading-circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border-radius: 100px;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-count {
    content: " ";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3px;
    left: 3px;
    width: 174px;
    height: 174px;
    border-radius: 100px;
    background: #fff;
    animation: spin 1s infinite linear reverse;
}

.loading-count #loadingNumber {
    font-size: 50px;
    font-weight: 700;
}

.documentVarificationModal .modal-dialog {
    max-width: fit-content;
    margin: 20px auto;
}

.documentVarificationModal .modal-body {
    padding: 55px 36px;
}

.documentVarificationModal .modal-title {
    font-size: 28px;
    color: #000;
    text-align: center;
    font-weight: 700;
}

.documentVarificationModal .note-green {
    color: var(--btn-border-green);
    text-align: center;
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 500;
}

.disabled_auto_tickets {
    background-color: #cccccc !important;
}

#homebanner-slider {margin-bottom: 30px;}
#homebanner-slider .slick-slide {background-color: #2e2c49;margin: 0 auto;border-radius: 20px;}
#homebanner-slider .slick-slide a{ text-align: center;}
#homebanner-slider .slick-slide img{height: 300px;display: inline-block;}