@import url("https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*,
:after,
:before {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

/* Style for the info button */
.info-button {
    display: inline-block;
    background-color: #3498db;
    /* Change the background color */
    color: #fff;
    /* Change the text color */
    border: none;
    border-radius: 50%;
    /* Make it a circle */
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

.text-color-primary {
    color: var(--primaryColor);
}

/* Change button background color on hover */
.info-button:hover {
    background-color: #2980b9;
    /* Change the hover background color */
}

/* Style for the info icon */
.info-icon {
    /* font-family: "Arial", sans-serif; */
    font-family: "Funnel Sans", sans-serif;
    /* Choose a suitable font */
}

/* @extend display-flex; */
.mega-menu {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    background-color: #fdfdfd;
    box-shadow: 0 4px 8px rgba(210, 210, 210, 0.9);
    z-index: 1000;
}

.text-theme {
    color: var(--primaryColor);
}

.position-share {
    right: 12px;
    top: -20px;
    display: flex;
    gap: 12px;
}

.card .card-body .position-share a {
    background: #fff;
    color: var(--primaryColor);
    height: 32px;
    width: 32px;
    border-radius: 66%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #66666646;
}

.card .card-body .position-share a:hover {
    box-shadow: 0 0 12px #666;
}

.card .card-body .position-share a i {
    color: var(--primaryColor);
}

.hover-overlay .mask i {
    background: #fff;
    color: var(--primaryColor);
    height: 32px;
    width: 32px;
    border-radius: 66%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hover-overlay.mask a i:hover {
    color: var(--primaryColor);
}

/* .card:hover a{
  color: var(--primaryColor);
} */

.card:hover .hover-overlay .mask {
    opacity: 1;
}

.card:hover .hover-overlay .mask a:hover i {
    color: var(--primaryColor);
}

.card:hover {
    box-shadow: 0 0 8px 0px #66666673;
}

a {
    text-decoration: none !important;
}

.offcanvas-w {
    max-width: 70% !important;
}

.searchinputform {
    position: relative;
}

.search-icon {
    transform: translateY(-32px);
    margin-left: 12px;
    pointer-events: none;
    color: #b7b7b7;
    font-size: 24px;
    line-height: 16px;
}

.btn-prinary-theme {
    color: var(--primaryColor) !important;
    border: 1px solid var(--primaryColor) !important;
    background-color: #fff !important;
}

.btn-prinary-theme:hover,
.btn-prinary-theme.active {
    color: #fff !important;
    border: 1px solid var(--primaryColor) !important;
    background-color: var(--primaryColor) !important;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.display-flex,
.display-flex,
.display-flex-center,
.signup-content,
.signin-content,
.social-login,
.socials {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.footer-widget {
    margin: 0.5rem 0;
}

.footer_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_title h1 {
    margin: 0;
}

.footer_title button {
    background: none;
    border: none;
    font-size: 1.25rem;
    padding: 0;
}

@media (min-width: 768px) {
    .footer_title button {
        display: none;
    }
}

.login-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.login-divider::before,
.login-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.login-divider::before {
    margin-right: 0.25em;
}

.login-divider::after {
    margin-left: 0.25em;
}

.form-title {
    position: relative;

    padding-bottom: 2rem;
    /* To match the pb-2 class */
}

.form-title::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 2.7rem;
    margin: 0 auto;
    transform: translateX(-50%);
    width: 160px;
    height: 1px;
    background-color: #3b3939;
}

.form-title span {
    background-color: white;
    /* Change the background to match your page background */
    padding: 0 10px;
}

.extra-round {
    border-radius: 30px;
}

.dropdown-toggle-1n:after {
    display: none;
}

.dropdown-item:hover {
    color: var(--primaryColor);
}

/* @extend list-type-ulli; */
.sign-in-up .list-type-ulli,
.sign-in-up .socials {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sign-in-up a:focus,
.sign-in-up a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
}

.sign-in input,
.sign-in select,
.sign-in textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important;
}

.sign-in-up input::-webkit-outer-spin-button,
.sign-in-up input::-webkit-inner-spin-button {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    margin: 0;
}

.sign-in input:focus,
.sign-in select:focus,
.sign-in textarea:focus {
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
}

.sign-in input[type="checkbox"] {
    appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
}

.sign-in input[type="radio"] {
    appearance: radio !important;
    -moz-appearance: radio !important;
    -webkit-appearance: radio !important;
    -o-appearance: radio !important;
    -ms-appearance: radio !important;
}

.clear {
    clear: both;
}

.sign-in-up .toggle-password {
    position: absolute;
    right: 4px;
    top: 13px;
    cursor: pointer;
    color: #000;
}

.sign-in-up .i-b-tn {
    position: absolute;
    top: 12px;
    right: -20px;
}

.sign-in-up .i-btn {
    border: 2px solid #000;
    /* height: 0px; */
    padding: 0px;
    border-radius: 50%;
    width: 13px;
    display: table;
    color: #000;
    text-align: center;
    font-weight: 700;
    line-height: 11px;
    font-size: 8px;
    cursor: pointer;
}

.sign-in-up .pass-info {
    font-size: 14px;
    position: absolute;
    top: -81px;
    right: -2px;
    width: 205px;
    height: fit-content;
    z-index: 99999999999;
    line-height: 15px;
    background: #000;
    padding: 6px;
    border-radius: 6px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.sign-in-up .pass-info.visible {
    opacity: 1;
}

.sign-in-up .pass-info::after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #000;
    position: absolute;
    bottom: -2px;
    right: 4px;
    transform: rotate(45deg);
    border-radius: 0px 13px 0px 0px;
}

.sign_last_up {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.terms-condition,
.privacy-policy {
    color: #acacac;
}

.terms-condition:hover,
.privacy-policy:hover {
    color: #f05537;
}

.member {
    display: table;
    border-radius: 20px;
    padding: 5px 10px;
    box-shadow: inset 0px 0px 50px 1px #f05537;
    color: #fff;
    font-weight: 500;
}

.error-messege {
    height: 25px;
    color: red;
    font-size: 14px;
    margin-left: 20px;
}

.sign-in-up .display-flex {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.sign-in-up .display-flex-center {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
}

.sign-in-up .position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.signup {
    /* margin-bottom: 150px; */
}

.sign-in-up .signup-content {
    padding: 50px 0;
}

.signup-form,
.signup-image,
.signin-form,
.signin-image {
    width: 45%;
    flex-direction: column;
    align-items: center;
    /* overflow: hidden; */
}

.signup-image {
    margin: 0 55px;
    flex-direction: column;
    align-items: center;
}

.sign-in-up .form-title {
    margin-bottom: 12px;
    /* margin-bottom: 33px; */
}

.signup-image {
    margin-top: 45px;
}

.sign-in-up figure {
    margin-bottom: 50px;
    text-align: center;
}

.signin-form .form-title {
    position: relative;
}

.signin-form .form-title::after {
    position: absolute;
    width: 200px;
    height: 3px;
    background-color: #292929;
}

.sign-in-up .form-submit {
    display: inline-block;
    background: #3265fe;
    color: #fff;
    border-bottom: none;
    width: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    cursor: pointer;
}

.sign-in-up .form-submit:hover {
    background: #4292dc;
}

.sign-in-up .signup-image-link {
    font-size: 14px;
    color: #222;
    display: block;
    text-align: center;
}

.sign-in-up .term-service {
    font-size: 13px;
    color: #222;
}

.sign-in-up .signup-form {
    padding: 35px 50px;
    box-shadow: #a0a0a0 0 0 15px 0px;
    border-radius: 30px;
    background-color: #fff;
}

.sign-in-up .signup-form input:-internal-autofill-selected {
    background-color: none !important;
}

.sign-in-up .register-form {
    width: 100%;
}

.sign-in-up .form-group {
    position: relative;
    /* margin-bottom: 25px; */
    /* overflow: hidden; */
}

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

.sign-in-up input {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #999;
    padding: 6px 30px;

    box-sizing: border-box;
}

.sign-in-up input::-webkit-input-placeholder {
    color: #999;
}

.sign-in-up input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

.sign-in-up input:-moz-placeholder {
    color: #999;
}

.sign-in-up input:focus {
    border-bottom: 1px solid #222;
}

.sign-in-up input:focus::-webkit-input-placeholder {
    color: #222;
}

.sign-in-up input:focus::-moz-placeholder {
    color: #222;
}

.sign-in-up input:focus:-ms-input-placeholder {
    color: #222;
}

.sign-in-up input:focus:-moz-placeholder {
    color: #222;
}

/* .sign-in-up input[type="checkbox"]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: none;
} */

/* .sign-in-up input[type="checkbox"]:not(old) + label {
  display: inline-block;
  line-height: 1.5em;
  user-select: none;
  margin-top: 6px;
  cursor: pointer;
  font-size: 14px;
} */

/* .sign-in-up input[type="checkbox"]:not(old) + label > span {
  display: inline-block;

  width: 15px;
  height: 15px;
  margin-right: 15px;
  margin-bottom: 3px;
  border: 2px solid #f05537;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  background: white;
  background-image: -moz-linear-gradient(white, white);
  background-image: -ms-linear-gradient(white, white);
  background-image: -o-linear-gradient(white, white);
  background-image: -webkit-linear-gradient(white, white);
  background-image: linear-gradient(white, white);
  vertical-align: bottom;
} */

/* .sign-in-up input[type="checkbox"]:not(old):checked + label > span {
  background-image: -moz-linear-gradient(white, white);
  background-image: -ms-linear-gradient(white, white);
  background-image: -o-linear-gradient(white, white);
  background-image: -webkit-linear-gradient(white, white);
  background-image: linear-gradient(white, white);
} */

/* .sign-in-up input[type="checkbox"]:not(old):checked + label > span:before {
  content: "\2713";
  display: block;
  color: #222;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
} */

.sign-in-up .agree-term {
    display: inline-block;
    width: auto;
}

.sign-in-up label {
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #222;
}

.sign-in-up .label-has-error {
    top: 22%;
}

.sign-in-up label.error {
    position: relative;
    background: url("../images/unchecked.gif") no-repeat;
    background-position-y: 3px;
    padding-left: 20px;
    display: block;
    margin-top: 20px;
}

.sign-in-up label.valid {
    display: block;
    position: absolute;
    right: 0;
    left: auto;
    margin-top: -6px;
    width: 20px;
    height: 20px;
    background: transparent;
}

.sign-in-up label.valid:after {
    content: "\f269";
    width: 100%;
    height: 100%;
    position: absolute;
    /* right: 0; */
    font-size: 16px;
    color: green;
}

.sign-in-up .label-agree-term {
    position: relative;
    top: 0%;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
}

.sign-in-up .material-icons-name {
    font-size: 18px;
}

.sign-in-up .signin-content {
    padding-top: 67px;
    padding-bottom: 87px;
}

.sign-in-up .social-login {
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    margin-top: 80px;
}

.sign-in-up .social-label {
    display: inline-block;
    margin-right: 15px;
}

.sign-in-up .socials li {
    padding: 12px;
}

.sign-in-up .socials li:last-child {
    margin-right: 0px;
}

.sign-in-up .socials li a {
    text-decoration: none;
}

.sign-in-up .socials li a i {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sign-in-up .socials li:hover a i {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}

.sign-in-up .zmdi-facebook {
    background: #3b5998;
}

.sign-in-up .zmdi-twitter {
    background: #404548;
}

.sign-in-up .zmdi-google {
    background: #e72734;
}

.sign-in-up .signin-form {
    padding: 35px 50px;
    box-shadow: #a0a0a0 0 0 15px 0px;
    border-radius: 30px;
    background-color: #fff;
}

.sign-in-up .signin-image {
    margin-left: 110px;
    margin-right: 20px;
    margin-top: 10px;
}

@media screen and (max-width: 1200px) {
    .sign-in-up .container {
        width: calc(100% - 30px);
        max-width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .sign-in-up .container {
        max-width: 1200px;
    }
}

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

    .sign-in-up .signup-content,
    .sign-in-up .signin-content {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
    }

    .sign-in-up .signup-form {
        /* margin-left: 0px; */
        /* margin-right: 0px; */
        /* padding-left: 0px; */
        /* box-sizing: border-box; */
        padding: 30px 20px;
    }

    .sign-in-up .signin-image {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 50px;
        order: 2;
        -moz-order: 2;
        -webkit-order: 2;
        -o-order: 2;
        -ms-order: 2;
    }

    .sign-in-up .signup-form,
    .sign-in-up .signup-image,
    .sign-in-up .signin-form,
    .sign-in-up .signin-image {
        width: auto;
    }

    .sign-in-up .social-login {
        justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
    }

    .sign-in-up .form-button {
        text-align: center;
    }

    .sign-in-up .signin-form {
        order: 1;
        -moz-order: 1;
        -webkit-order: 1;
        -o-order: 1;
        -ms-order: 1;
        margin-right: 0px;
        margin-left: 0px;
        padding: 30px 20px;
    }

    .sign-in-up .form-title {
        text-align: center;
    }
}

.signin-form .form-group input {
    font-size: 16px;
}

@media screen and (max-width: 400px) {
    .sign-in-up .social-login {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
    }

    .sign-in-up .social-label {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

/*# sourceMappingURL=style.css.map */

/* --pricing page css start-- */

.container_price_main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-s98cus {
    max-width: 1240px;
    padding: 0 20px;
}

.pricing-conatiner .s98cus-img {
    display: flex;
    justify-content: center;
}

.pricing-conatiner h2 {
    font-size: calc(32px + 1.5vw) !important;
    text-align: center;
    color: #fff;
    margin: 20px 0;
}

.pricing-conatiner .s98cus-img img {
    max-width: 100%;
}

.pricing-pass-content {
    padding: 7% 10% 7% 10%;
    background-color: #f05537;
    border-radius: 32px;
    color: #fff;
}

.free_container {
    max-width: 1024px;
    margin: auto;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .free_container {
        display: flex !important;
    }
}

.col_price_free {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col_price_free {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col_price_free2 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    /* width: 33.333%; */
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col_price_free {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col_price_free2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.free_content {
    background: #fff;
    border: 1px solid #e6ede6;
    -webkit-border-radius: 20px;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 1);
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 30px;
    padding: 34px;
}

.free_event {
    position: absolute;
    top: 0;
    right: 0;
    background: #e3f7ee;
    padding: 11px 17px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 20px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #34cc98;
    right: 15px;
}

.free_content1 {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.free_content3 {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    text-align: right !important;
    width: 100%;
    justify-content: center;
}

@media (min-width: 576px) {
    .free_content3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 576px) {
    .free_content1 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.free_img {
    margin-right: 20px;
}

.free_img img {
    /* max-width: 100%; */
    vertical-align: middle;
    border-style: none;
    width: 60px;
}

.free_img2 {
    margin-right: 20px;
}

.free_content .fa-regular {
    color: green;
    margin: 0 5px;
}

.free_img2 img {
    vertical-align: middle;
    border-style: none;
    width: 34px;
}

.free_event_content1 .pricing-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #a1a4ae;
}

.free_event_content1 h4 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0;
}

.free_event_col_6 {
    border-left: 1px solid #e6ede6;
}

@media (min-width: 576px) {
    .free_event_col_6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.btn_price {
    background: #f05537 !important;
    border: 1px solid #f05537;
    -webkit-border-radius: 95px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 170px;
}

.btn_price:hover {
    background: #fff !important;
    border: 1px solid #f05537;
    color: #f05537;
}

.free_event_col_6 ul li {
    list-style: none;
}

.free_event_heading {
    color: #292929;
    font-size: 37px;
    line-height: 38px;
    margin: 26px 0;
    /* max-width: 80%; */
}

.pricing_footer_conatiner {
    background-color: #f9faf9;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: -20px;
    padding: 50px 0;
}

.pricing_footer_conatiner h2 {
    font-size: 24px;
    margin-bottom: 7px;
}

.pricing_footer_conatiner p {
    font-size: 14px;
    margin-bottom: 20px;
}

.color {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.host-btn {
    border: 1px solid #fd8f1d;
    border-radius: 50px;
    text-align: center;
    width: 130px;
    height: 40px;
    color: #fff;
    background-color: #fd8f1d;
    transition: 0.4s;
}

.host-btn:hover {
    background-color: #fff;
    height: 40px;
}

.host-btn:hover .color {
    color: #fd8f1d;
    height: 40px;
}

/* --pricing page css end-- */

/* ---features html start --- */
.features_con {
    max-width: 360px;
    padding: 16px 40px 16px 0px;
}

.features_con .i_icon {
    height: 80px;
    width: 80px;
    padding: 12px;
    line-height: 42px;
    background-color: #f3f6f3;
    color: var(--primaryColor);
    border-radius: 50%;
    font-size: 30px;
    border: 1px solid #f3f6f3;
    transition: border 1s;
}

.features_con:hover .i_icon {
    /* background-color: var(--primaryColor); */
    border: 1px dashed var(--primaryColor);
}

.features_banner {
    background-color: #f3f6f3;
    padding-top: 50px;
}

.tab-features {
    background-color: #f9faf9;
}

.navbar-nav .nav-link {
    font-weight: 500;
}

.tab-features .nav-link {
    font-size: 16px;
    letter-spacing: 0px;
    padding: 10px 5px;
}

.features_table {
    max-width: 900px;
}

.features_table th {
    background-color: #fff;
}

.features_table .cen_th {
    text-align: center;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
    background-color: #f8f9fa;
}

.features_table .tab-content {
    width: 100%;
}

.features_table td {
    text-align: center;
}

.features_table td .i_check {
    color: #34cc98;
}

.cen_th::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 0 0;
    z-index: -1;
    /* Ensure the pseudo-element is behind the content */
}

.features_table .table th.cen_th:nth-child(2),
.features_table .table td:nth-child(2) {
    background-color: #f5f6f5;
}

.features_table .table th.cen_th:nth-child(3),
.features_table .table td:nth-child(3) {
    background-color: #e8f5f1;
}

.get_start_btn {
    padding: 10px 15px;
    border-radius: 20px;
    background: #fd8f1d;
    color: #fff;
    border: 1px solid #fd8f1d;
}

.get_start_btn:hover {
    color: #fd8f1d;
    background-color: #fff;
}

.contact_us_btn {
    padding: 10px 15px;
    border-radius: 20px;
    background: #fff;
    color: #fd8f1d;
    border: 1px solid #fd8f1d;
}

.contact_us_btn:hover {
    color: #fff;
    background-color: #fd8f1d;
}

.outer_btn {
    display: none;
}

table .first_th {
    background: none !important;
    border: none !important;
}

.btn_tbl td,
.btn_tbl th {
    border: none;
}

@media screen and (min-width: 200px) and (max-width: 768px) {
    .features_con {
        padding: 0px;
    }

    .btn_tbl {
        display: none;
    }

    .outer_btn {
        display: block;
    }

    .tab-features ul {
        flex-direction: column;
    }

    .features_table .table th.cen_th:nth-child(2) {
        height: 100px;
    }

    .features_table .table th.cen_th:nth-child(2)>div {
        transform: rotate(-90deg);
        width: 30px;
        /* Adjust the width as needed */
        white-space: nowrap;
    }

    .features_table .table th.cen_th:nth-child(3) {
        height: 100px;
    }

    .features_table .table th.cen_th:nth-child(3)>div {
        transform: rotate(-90deg);
        width: 30px;
        /* Adjust the width as needed */
        white-space: nowrap;
    }

    .features_table .table th.cen_th:nth-child(4) {
        height: 100px;
    }

    .features_table .table th.cen_th:nth-child(4)>div {
        transform: rotate(-90deg);
        width: 30px;
        /* Adjust the width as needed */
        white-space: nowrap;
    }
}

.accordion-button:not(.collapsed) {
    color: #000;
}

.accordion-item {
    border: none;
    background-color: #f3f6f3;
}

.accordion-button:not(.collapsed) {
    background-color: #f3f6f3;
}

.accordion-item button {
    border: none;
    background-color: #f3f6f3;
}

.accordion-button:after {
    height: 20px;
    width: 20px;
    padding: 14px;
    background-position: center;
    border: 1px solid #000;
    border-radius: 50%;
}

/* ---features html end --- */

@media (max-width: 575px) {
    .navbar-brand img {
        /* Your styles for screen widths below 575px */
        width: 110px !important;
        /* Your desired width */
    }
}

/*  ---dashboard --- start */
/* Style for the info button */
.info-button {
    display: inline-block;
    background-color: #3498db;
    /* Change the background color */
    color: #fff;
    /* Change the text color */
    border: none;
    border-radius: 50%;
    /* Make it a circle */
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

/* Change button background color on hover */
.info-button:hover {
    background-color: #2980b9;
    /* Change the hover background color */
}

.sidebar_mobile_dashboard {
    position: absolute;
    left: 0;
    top: 53px;
    z-index: 9;
    background: #fff;
    width: 100%;
    color: #000;
    transform-origin: top;
    transform: scaleY(0);
    transition: 0.4s;
    border-bottom: 2px solid #e0e0e0;
}

.sidebar_mobile_dashboard ul li {
    width: 93px;
}

.transform-scale {
    transform: scaleY(1);
}

/* offcanvas */

#offCanvasMenu {
    position: fixed;
    top: 0;
    left: -252px;
    /* Off-canvas initially hidden on the right */
    width: 250px;
    height: 100%;
    background: #3265fe;
    color: #fff;
    /* padding: 20px; */
    box-sizing: border-box;
    transition: left 0.3s ease;
    z-index: 9;
    /* Adjusted transition property */
}

#offCanvasMenu ul {
    list-style: none;
    padding: 0;
}

#offCanvasMenu li {
    margin-bottom: 10px;
}

#offCanvasMenu a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.tgg-menu {
    transform-origin: top;
    transform: scaleY(0);
    height: 0;
    opacity: 0;
}

.tgg-menutwo {
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    height: 0;
}

.open-menu {
    transform: scaleY(1);
    opacity: 1;

    padding: 12px 28px !important;

    height: 173px;
}

#content {
    margin-right: 0;
    /* Adjusted margin property */
    transition: margin-right 0.3s ease;
    /* Adjusted transition property */
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    /* Semi-transparent black overlay */
    z-index: 3;
    /* Ensure the overlay is below the menu */
}

/* Added styles for the open class */
#offCanvasMenu.open {
    left: 0;
}

#content.open {
    margin-right: 250px;
}

#overlay.open {
    display: block;
}

/* Additional styles for the sub-submenu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.sidebar_dashboard {
    background: #fdfeff;
    color: #3265fe;
    height: 100%;
    position: relative;
    box-shadow: 0px 0px 5px 0rem #979797;
}

.sidebar_dashboard ul {
    width: fit-content;
}

.sidebar_dashboard ul li {
    user-select: none;
    cursor: pointer;

    width: 100%;
}

.dashboard_icon {
    background: #f0f0f0;
    color: #000;
}

.color-black {
    color: #000;
}

.dashboard_card {
    cursor: pointer;
    user-select: none;
    transition: 0.4s;
}

.dashboard_card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.dash-con {
    font-size: 11px;
}

.hide_sidebar {
    transition: 0.4s;
}

.hidden {
    transform: scale(1.1);
}

.toggle_btn_ {
    cursor: pointer;
    bottom: 3px;
    position: absolute;
    left: 9px;
    color: #3265fe;
}

.mg-glass {
    position: absolute;
    top: 9px;
    right: 21px;
    font-size: 20px;
}

.list_events {
    background-color: #f05537;
    color: #fff;
}

.list_events:focus {
    color: #fff;
    background-color: #f05537;
}

.sidebar_menu_hide {
    display: none !important;
}

.font-h2 {
    font-size: 25px;
}

.p-font {
    font-size: 13px;
}

.side_menu_active {
    background: #3265fe;
    color: #fff;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.side_menu_active::after {
    content: "";
    position: absolute;
    top: 48%;
    right: -2px;
    rotate: 45deg;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: #3265fe;
    z-index: 0;
}

@media (max-width: 576px) {
    .font-h2 {
        font-size: 20px;
    }
}

/*  ---dashboard ---  end */
/* event list start */

.sidebar-dash {
    background: #3265fe;
    position: fixed;
    top: 0;
    z-index: 1;
    height: 100%;
}

.logo-dash {
    font-size: 25px;
    transform-origin: center;
    transform: scale(0);
    transition: transform 0.5s ease-in-out;
    /* position: fixed; */
    /* top: 10px;
     left: 10px; */
    /* background-color: #f0f0f0; */
    padding: 10px;
    display: table;
}

.event-banner {
    max-width: 800px;
    margin: 0 auto;
}

.event-banner img {
    width: 100%;
}

.filt_day {
    padding: 5px 11px;
    margin: 3px 3px;
    border: 1px solid #010101;
    border-radius: 25px;
    color: #000;
    cursor: pointer;
    user-select: none;
}

.color-b {
    color: black !important;
}

.all-events {
    max-width: 1240px;
    margin: 0 auto;
}

.filter-item {
    padding-top: 8px;
}

.eventDate {
    color: #000;
    font-weight: 600;
}

.event-con h4 {
    font-size: 13px !important;
    font-weight: 600;
}

.eventDate,
.free-tag,
.location {
    font-size: 13px;
}

.eventDate svg {
    width: 16px;
}

.location svg {
    width: 22px;
}

.free-tag svg {
    width: 16px;
}

.eventDate svg,
.location svg {
    padding-top: 6px;
}

.event-card {
    max-width: 270px;
    /* border:1px solid #000; */
    user-select: none;
    box-shadow: 0px 0px 10px 1px #aaa9a9;
    border-radius: 5px;
    cursor: pointer;
}

.img-event {
    max-height: 237px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.img-event img {
    width: 100%;
}

.img-event .ov_lay {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,
            rgba(241, 247, 255, 0.4),
            rgba(194, 217, 255, 0.4),
            rgba(153, 186, 254, 0.4),
            rgba(119, 153, 249, 0.4),
            rgba(94, 118, 241, 0.4));
    transition: 0.4s;
    color: #3eec00;
    font-weight: bold;
}

.event-card:hover .ov_lay {
    top: 0;
}

/* event list end */

/* blog css all start */
.banner-background {
    background-color: #f05537;
}

.banner-section-blog {
    max-width: 1400px;
    margin: auto;
}

.full-blog-section .card {
    margin: 5% 0%;
}

.full-blog-section .card-body {
    margin: 0% 0% 0% 3%;
    padding: 6% 0%;
}

.popular-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.popular-tags li {
    background: #fff;
    color: #f05537;
    /* padding: 3px 10px; */
    border-radius: 25px;
    border: 1px solid #f05537;
    transition: 0.2s;
    user-select: none;
    cursor: pointer;
}

.popular-tags li:hover {
    background: #f05537;
    color: #fff;
}

.popular-tags li:hover a {
    color: #fff !important;
}

.popular-tags li a:hover {
    /* background: #f05537; */
    color: #fff;
}

@media (max-width: 570px) {
    .banner-blog-heading {
        font-size: 32px;
        /* Adjust the font size as needed for smaller screens */
    }
}

@media (max-width: 870px) {
    .popular-tags li {
        background: #fff;
        color: #f05537;
        padding: 2px 6px;
        border-radius: 25px;
        border: 2px solid #f05537;
        transition: 0.3s;
        user-select: none;
        cursor: pointer;
        font-size: 10px;
    }
}

.blog-search-center {
    padding: 6px 15px;
    border-radius: 25px;
    padding-right: 30px;
}

.search-blog {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 20px;
    color: #f05537;
    background: #efefef;
    padding-left: 10px;
    padding: 5px 8px;
    border-radius: 4px;
    transition: 0.6s;
    border: 1px solid #d1cece;
}

.search-blog:hover {
    background-color: #f05537;
    color: #fff;
}

.breadcrumb {
    user-select: none;
    color: #efefef;
}

.breadcrumb-item {
    color: #fff;
}

.blog-filters-strong {
    font-size: 20px;
    color: var(--grayColor);
    /* text-transform: uppercase; */
}

.breadcrumb a {
    color: #fff;
    transition: 0.3s;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.experts-section {
    background: #3265fe;
    color: #fff;
}

.expert-p {
    font-size: 25px;
    line-height: 30px;
}

.partner {
    font-weight: 600;
    font-size: 25px;
    padding-left: 6px;
}

.eventexpert {
    font-weight: 600;
    font-size: 80px;
    line-height: 70px;
}

.blog_contact_sales {
    background-color: #fff;
    color: #000;
    padding: 10px;
    border-radius: 5px;
}

.selectize-control.single .selectize-input:after {
    border-color: #000 transparent transparent transparent;
}

#select-console.placeholder {
    color: red !important;
    background-color: red !important;
}

.selectize-input.placeholder {
    color: #000 !important;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #000 !important;
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #fffdfd !important;
}

.breadcrumb-item.active {
    color: #fff;
}

.category-title {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #3265fe;
    font-size: 14px;
    color: #fff;
    padding: 0px 6px;
    border-radius: 2px;
    /* text-transform: uppercase; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
        rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.selectize-control.single .selectize-input {
    background-color: #000000;
}

.selectize-control.single .selectize-input input {
    cursor: pointer;
    font-weight: 600;
}

/* blog css all end */

/*footer*/

@media (min-width: 768px) {
    .collapse-footer {
        display: block !important;
    }

    .footer-heading {
        cursor: pointer;
    }
}

/* left menu css */

/* search location */
.search-loc {
    padding-right: 25px;
    border: none;
}

.search-loc:focus-visible {
    outline: none !important;
}

.loc-search {
    position: absolute;
    top: 11px;
    right: 0;
}

.all-countr {
    max-height: 300px;
    overflow-y: scroll !important;
}

.all-countr .dropdown-menu {
    position: absolute !important;
    top: -16px !important;
}

.all-countr ul li {
    list-style: none;
    text-align: left;
}

.all-countr ul li a {
    width: 100%;
    display: flex;
    justify-content: start;
    padding-left: 10px;
    transition: 0.4s;
    color: #000;
}

.all-countr ul li a:hover {
    padding-left: 20px;
    background-color: #ccc;
}

/* .location-modal {
  min-width: 300px;
} */
.modal-locat {
    border: 1px solid #ccc;
    background: none;
    border-left: none;
    border-radius: 0 5px 5px 0;
}

.all-countr::-webkit-scrollbar,
.tagsHeaderSearch::-webkit-scrollbar,
.recent-s-ul::-webkit-scrollbar {
    width: 5px;
    /* Width of the scrollbar */
}

.all-countr::-webkit-scrollbar-track,
.tagsHeaderSearch::-webkit-scrollbar-track,
.recent-s-ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Color of the scrollbar track */
}

.all-countr::-webkit-scrollbar-thumb,
.tagsHeaderSearch::-webkit-scrollbar-thumb,
.recent-s-ul::-webkit-scrollbar-thumb {
    background: #f16f55;
    /* Color of the scrollbar thumb */
    border-radius: 5px;
    /* Rounded corners of the thumb */
}

.all-countr::-webkit-scrollbar-thumb:hover {
    background: #f16f55;
    /* Color of the scrollbar thumb on hover */
}

#countryList li a {
    padding: 5px 10px;
}

.recent-s-a {
    color: #000;
    transition: 0.3s;
    padding: 5px 10px;
}

.recent-s-ul {
    max-height: 350px;
    overflow-y: scroll;
}

.recent-s-ul li {
    list-style: none;
    text-align: left;
    display: flex;
    margin: 5px 0;
}

.recent-s-a:hover {
    background: #ccc;
}

.srch-key {
    min-width: 200px;
}

.right-mobile-dropdown .dropdown-menu {
    right: 0 !important;
    left: auto !important;
    min-width: 250px !important;
}

.right-mobile-dropdown .dropdown-menu[data-bs-popper] {
    right: 0 !important;
}

.modal-backdrop {
    --mdb-backdrop-zindex: 1010 !important;
}

.browse-events {
    background: rgb(224, 224, 224);
    transition: 0.4s;
}

.b-e-h {
    transition: 0.4s;
}

.browse-events:hover .b-e-img {
    transform: scale(1.2);
}

.browse-events:hover {
    background: rgb(169, 169, 169);
}

/* left menu css end */

/* -----index- extra css----- */
.browse-magazine-section .span-date {
    font-size: 10px;
    line-height: 16px;
    background-color: var(--primaryColor);
    color: var(--white);
    padding: 4px 8px;
    border-radius: 30px;
    float: right;
}

.browse-magazine-section .span-date:hover {
    box-shadow: 0 0 8px 0px #666;
}

.card-title {
    font-size: 14px;
    font-weight: 600;
    color: #707070;
    line-height: 16px;
    margin-bottom: 12px;
    /* height: 34px; */
    line-height: 15px;
}

.card-title:hover {
    color: var(--primaryColor);
}

.card-text-design {
    font-size: 13px;
    line-height: 20px;
}

.star-color-golden {
    color: goldenrod;
}

.browse-magazine-section-inner-content .item {
    padding: 5px;
}

.span-date {
    font-size: 10px;
    line-height: 16px;
    background-color: var(--primaryColor);
    color: var(--white);
    padding: 4px 8px;
    border-radius: 30px;
    float: right;
}

.span-date:hover {
    box-shadow: 0 0 8px 0px #666;
}

.browse-by-location-inner-content .span-date {
    font-size: 10px;
    line-height: 16px;
    background-color: var(--primaryColor);
    color: var(--white);
    padding: 4px 8px;
    border-radius: 30px;
    float: right;
}

.browse-by-location-inner-content .span-date:hover {
    box-shadow: 0 0 8px 0px #666;
}

.browse-by-location-inner-content .item {
    padding: 5px;
}

.pulse:hover {
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* -----index- extra css----- */

/* --------------event details ------------------------ */
/* .back-img { */
/* background-repeat: no-repeat; */
/* background-size: cover; */
/* filter: blur(8px);
        -webkit-filter: blur(8px); */
/* display: flex; */
/* justify-content: center; */
/* max-height: 450px; */
/* } */
.primary-color-btn {
    background-color: var(--primaryColor);
    color: #fff;
    border: 1px solid var(--primaryColor);
    transition: background-color 0.3s;
    padding: 12px 0;
    font-size: 16px;
}

.primary-color-btn:hover {
    background-color: transparent;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    transition: background-color 0.3s;
}

.bg-warning-opacity {
    background-color: rgba(205, 134, 63, 0.22);
}

.border_left {
    border-left: 2px solid var(--primaryColor);
    padding-left: 12px;
}

.magazine-event .item {
    padding: 5px;
    /* min-height: 400px; */
}

.card-icon i {
    background: #fff;
    color: var(--primaryColor);
    height: 40px;
    width: 40px;
    border-radius: 66%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 2px 1px #c0b9b9;
}

.card-icon i:hover {
    box-shadow: 0px 0px 10px 5px #c0b9b9;
}

.card-icon {
    display: flex;
}

.mobile-position {
    position: fixed;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
}

/* --------------event details ------------------------ */

body {
    background-color: #ffffffe5 !important;
}

.logoItem a img {
    width: 203px;
}

.header {
    box-shadow: 0px 1px 10px 1px #ccc;
    /* margin-bottom: 10px; */
}

.header {
    /* box-shadow: 0px 1px 10px 1px #ccc; */
    box-shadow: 0px 0px 2px 1px #b8b8b8;

    /* margin-bottom: 10px; */
}

.header .rightLocation.show,
.header .rightLocation:hover {
    background: none;
}

.header-gap {
    height: 68px;
}

.megaHeader {
    word-break: break-all;
    margin-bottom: 20px;
    border-radius: 32px;
}

.allConMegaMenu {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 32px;
    box-shadow: 0px 0px 14px 1px #c0b9b9;
}

.megaHeaderOverview {
    /* font-size: 9px; */
    font-weight: bold;
    /* color: #000; */
    margin: 0;
    text-align: center;
}

.megaMenuSingle {
    /* background-color: #fff; */
    padding: 10px;
    border-radius: 10px;
    height: 82px;
}

.profiletk {
    height: 36px;
    width: 46px;
    background: #fff;
    color: #3265fe;
    border-radius: 50%;
    padding: 5px;
    font-size: 20px;
}

.menuItems .dropdownBtn {
    background: #d9d9d9;
    border: none;
    color: #3265fe;
    width: 69px;
    height: 39px;
    padding: 0 1px;
}

.menuItems .dropdown-toggle::after {
    display: none;
}

.menuItems .switchBtn {
    background: none;
    border: none;
}

.menuItems .switchBtn:active {
    background: none;
}

.menuItems .menuCustom .dropdown-menu {
    position: absolute;
    inset: 10px auto auto -80px !important;
    margin: 0px;
    transform: translate3d(0px, 48px, 0px);
}

.menuItems .createEvent {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    background-color: #f1664b;
    border-radius: 10px;
    height: 41px;
    width: 187px;
    transition: 0.5s;
}

.manage-visibility {
    font-weight: 700;
}

.menuItems .createEvent:hover {
    background-color: #c74f37;
}

.menuItems .createEvent .fontEventSize {
    font-size: 37px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
}

.searchEvents {
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 50px 0 0 50px;
    padding-left: 50px;
    padding-right: 5px;
}

.searchEvents::placeholder {
    font-size: 14px;
    color: #c3c0c0;
    padding-left: 5px;
}

.searchSvg {
    position: absolute;
    left: 28px;
    top: 19px;
}

.browse-events {
    background: rgb(224, 224, 224);
    transition: 0.4s;
}

.b-e-h {
    transition: 0.4s;
}

.browse-events:hover .b-e-img {
    transform: scale(1.2);
}

.browse-events:hover {
    background: rgb(169, 169, 169);
}

.searchEvents:focus-visible {
    outline: none;
}

.search-location {
    border-color: #f0d6d6 !important;
}

.notificationIcon {
    width: 30px;
    margin: 0 10px;
    border-radius: 50%;
    cursor: pointer;
}

.menuItems .dropdown-item div {
    transition: 0.4s;
}

.menuItems .dropdown-item div:hover {
    transform: scale(1.1);
}

.notificationIconCount {
    position: absolute;
    top: -9px;
    right: 7px;
    background-color: #f1664b;
    color: #fff;
    height: 18px;
    width: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
}

.search-location a {
    text-decoration: none;
    /* width: 193px; */
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-right: 15px;
    padding-left: 15px;
}

.search-location .leftSearch {
    border-right: 1px solid #f0d6d6;
    width: 100%;
    line-height: 42px;
    color: #666666ad;
}

.search-location .searchEventsContent {
    text-transform: none;
    font-size: 1rem;
    font-weight: 400;
}

.left-menu-icon-dashboard {
    top: -25px;
    left: 20px;
    z-index: 1;
    transition: 0.3s;
    opacity: 1;
    cursor: pointer;
}

.logoutBtn a {
    text-decoration: none;
    color: #545454;
    font-size: 16px;
    background-color: #f8f7f7;
    height: 64px;
    /* width: 282px; */
    display: block;
    cursor: pointer;
    user-select: none;
}

.logoutBtn {
    position: fixed;
    bottom: 0;
    left: 0;
}

.logoutBtn a svg {
    fill: #f05537;
    width: 24px;
}

.logoutBtn2 a {
    text-decoration: none;
    color: #545454;
    font-size: 16px;
    background-color: #f5f5f5;
    height: 64px;
    /* width: 282px; */
    display: block;
    cursor: pointer;
    user-select: none;
}

.logoutBtn2 {
    position: fixed;
    bottom: 44px;
    left: 0;
}

.logoutBtn2 a svg {
    fill: #f05537;
    width: 24px;
}

.rightLocation {
    background: none;
    border: none;
    border-radius: 0 15px 15px 0;
    width: 40%;
    font-weight: bold;
    color: #666666ad;
    font-size: 15px;
    padding: 0 12px;
}

.middle-content .rightSide {
    flex-grow: 1;
}

.menuParent {
    height: calc(100vh - 79px);
}

.menuLi .menuIcon svg {
    width: 24px;
}

.menuLi {
    list-style: none;
    margin: 6px 0;
    cursor: pointer;
    padding: 10px 15px;
    user-select: none;
    transition: 0.5s;
}

.menuUl {
    /* padding-left: 17px; */
}

.menuLi .menuIcon {
    margin-right: 6px;
}

.menuLi .menuCon {
    font-size: 16px;
    padding-right: 10px;
    margin-right: 15px;
}

.lowerDivider {
    height: 100px;
    /* background: red; */
}

.row-divider {
    height: calc(100vh - 110px);
}

.middle-content {
    height: 100%;
}

.profile-content {
    background: #f5f5f5;
    padding: 55px 60px;
    border-radius: 42px;
}

.eventBoxes,
.rightAside {
    border: 1px solid #d0c5c5;
    border-radius: 24px;
    padding: 17px 20px;
}

.eventBoxHeading {
    font-weight: 500;
    font-size: 18px;
}

.rightAside {
    height: 100%;
    margin-left: 35px;
    padding: 59px 50px;
    position: relative;
}

.rightAside .proFile {
    height: 164px;
    width: 157px;
    border-radius: 50%;
    background: #d9d9d9;
    margin: auto;
    margin-bottom: 2rem;
    position: relative;
    top: -126px;
}

.rightAside .proFile .profileCont {
    font-size: 64px;
    color: #f1664b;
}

.booking-my {
    padding-bottom: 71px;
}

.festBox {
    background: #fff;
    border-radius: 15px;
    padding: 5px;
    padding-left: 16px;
    /* max-width: 510px; */
    /* max-height: 131px; */
    -webkit-box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
    -moz-box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
    box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
}

.conSide h4 {
    padding-top: 1px;
    font-size: 17px;
    margin-bottom: 3px;
}

.conSide .cardDesc {
    font-size: 10px;
    margin: 0;
    line-height: 11px;
}

.imageSide img {
    border-radius: 0 15px 15px 0;
}

.conSide .cardTime {
    font-size: 14px;
    color: #f05537;
    font-weight: 600;
}

.cardEventBtn {
    font-size: 11px;
    background: #f1664b;
    color: #fff;
    margin-top: 5px;
    border: 1px solid #f1664b;
}

.cardEventBtn:hover {
    border: 1px solid #f1664b;
}

.imageSide img {
    /* width: 129px;*/
    /* max-height: 131px;  */
    max-height: 150px;
    margin-left: 7px;
}

.log-out-btn {
    transform: translateX(-20px);
    transition: 0.3s;
    padding: 0 172px 0px 68px !important;
}

.log-out-btn2 {
    transform: translateX(-20px);
    transition: 0.3s;
    padding: 0 73px !important;
}

.arrow-sticky {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 5;
}

.ex-padding {
    padding: 0 38px 0 51px !important;
}

.ex-padding2 {
    padding: 0 38px 0 51px !important;
}

.logOutBtnJs {
    transition: 0.3s;
}

.log-o {
    transition: 0.3s;
}

.log-out-btn:hover .logOutBtnJs {
    transform: translateX(10px);
}

.log-out-btn:hover .log-o {
    transform: translateX(10px);
}

.log-out-btn2:hover .logOutBtnJs {
    transform: translateX(10px);
}

.log-out-btn2:hover .log-o {
    transform: translateX(10px);
}

.festBox2 {
    background: #fff;
    border-radius: 10px;
    /* padding-left: 16px; */
    width: 203px;
    height: 52px;
    cursor: pointer;
    user-select: none;
    transition: 0.3s;
    /* -webkit-box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
          -moz-box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
               box-shadow: 0 8px 6px -6px rgb(132, 132, 132); */
}

.startBrowsing {
    font-size: 15px;
    color: #8d8d8d;
    font-weight: 600;
    transition: 0.3s;
}

.h-startBrowsing {
    fill: #f05537;
    transition: 0.3s;
    color: #f05537;
}

.festBox2:hover .h-startBrowsing {
    fill: #3265fe;
}

.festBox2:hover {
    -webkit-box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
    -moz-box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
    box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
}

.conSide {
    transition: 0.3s;
}

.festBox2:hover .conSide {
    transform: scale(0.9);
}

.festBox3 {
    background: #fff;
    border-radius: 10px;
    /* padding-left: 16px; */
    /* width: 193px; */
    transition: 0.3s;
    height: 145px;
    cursor: pointer;
    user-select: none;
    -webkit-box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
    -moz-box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
    box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
}

.festBox6 {
    background: #fff;
    border-radius: 10px;
    /* padding-left: 16px; */
    width: 200px;
    transition: 0.3s;
    height: 155px;
    cursor: pointer;
    text-align: center;
    user-select: none;
    -webkit-box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
    -moz-box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
    box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
}

.festBox6 {
    flex-direction: column;
}

.festBox5 {
    background: #fff;
    border-radius: 10px;
    /* padding-left: 16px; */
    width: 100%;
    transition: 0.3s;
    height: 90px;
    cursor: pointer;
    user-select: none;
    -webkit-box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
    -moz-box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
    box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
}

.festBox7 {
    background: #fff;
    border-radius: 10px;
    /* padding-left: 16px; */
    width: 228px;
    transition: 0.3s;
    height: 90px;
    cursor: pointer;
    user-select: none;
    -webkit-box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
    -moz-box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
    box-shadow: 0 8px 6px -6px rgb(132, 132, 132);
}

.iconCir {
    height: 60px;
    width: 60px;
    /* background-color:#D9D9D9 ; */
    border-radius: 50%;
}

.event-fonts {
    font-size: 19px;
}

.ov-b-text {
    font-size: 17px;
}

.iconCir2 {
    height: 60px;
    width: 48px;
    /* background-color:#D9D9D9 ; */
    border-radius: 50%;
}

.iconCir3 {
    height: 60px;
    width: 60px;
    /* background-color:#D9D9D9 ; */
    border-radius: 50%;
}

.iconCir3 img {
    height: 100%;
}

.startBrowsingHelp {
    font-size: 14px;
    color: #8d8d8d;
    font-weight: 600;
    margin-top: 6px;
    text-align: center;
}

.startBrowsingHelp-overview {
    font-size: 14px;
    color: #8d8d8d;
    font-weight: 600;
    /* margin-top: 6px; */
    text-align: start;
}

.areYouOrga a {
    color: #3265fe;
    font-weight: 600;
    font-size: 13px;
    transition: 0.3s;
}

.areYouOrga a:hover,
.createYevent a:hover {
    text-decoration: underline;
}

.createYevent a {
    color: #f05537;
    font-weight: 600;
    font-size: 13px;
    transition: 0.3s;
}

a {
    text-decoration: none;
}

/*
         *  STYLE 3
         */
#style-3 {
    border-radius: 42px 42px 0 0;
    overflow-y: scroll;
    height: calc(100vh - 79px);
    background: #f5f5f5;
}

#style-3::-webkit-scrollbar-track {
    background-color: transparent;
    /* Makes the track background transparent */
}

#style-3::-webkit-scrollbar-track {
    background: linear-gradient(transparent 25%,
            #ffffff 25%,
            #ffffff 75%,
            transparent 75%);
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: rgb(241, 102, 75);
    border-radius: 15px;
}

.menuParent {
    width: 277px;
    transition: 0.2s;
}

.menuCon {
    transition: 0.3s;
    transform-origin: left;
    transform: scale(1);
    white-space: nowrap;
    /* Prevent text wrapping */
    overflow: hidden;
    /* Hide overflow text */
    text-overflow: ellipsis;
    cursor: pointer;
}

.deActive {
    width: 68px !important;
}

.deActive-menucon {
    display: none;
    transform: scale(0);
    font-size: 0;
}

.activeMenuItem {
    /* display: block; */
    transform: rotate(0deg);
}

.inactiveMenuItem {
    /* opacity: 0; */

    transform: rotate(180deg);
}

.megaHeader {
    display: none;
    /* Initially hide megaHeader */
    animation: slideIn 0.5s forwards;
    /* Animation for showing megaHeader */
    position: absolute;
    width: 100%;
    z-index: 2;
}

@keyframes slideIn {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.middleScreenBlock {
    display: none;
}

.leftMenuActive {
    background: rgb(245, 245, 245);
    border-radius: 25px 0 0 25px;
    color: #f1664b !important;
}

.helpSvgWidth {
    width: 29px;
    transition: 0.3s;
    fill: #545454;
}

.festBox3:hover .helpSvgWidth {
    fill: #3265fe;
}

.paid-con {
    max-width: 740px;
}

.festBox5:hover .helpSvgWidth {
    fill: #3265fe;
}

.festBox7:hover .helpSvgWidth {
    fill: #3265fe;
}

.t-dec:hover {
    text-decoration: underline;
}

.menuLi:hover {
    background: rgb(245, 245, 245);
    border-radius: 25px 0 0 25px;
    color: #f1664b !important;
}

.left-menu-icon-dashboard {
    padding: 5px;
    width: 50px;
    height: 50px;
    transition: 0.3s;
    border: 2px solid #fff;
    border-radius: 5px;
}

.left-menu-icon-dashboard:hover {
    /* border: 2px solid #F1664B; */
}

.inputSearchDrop {
    width: 100%;
    padding: 10px 15px;
    padding-left: 50px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ccc;
    /* background: #D9D9D9; */
}

.inputSearchDrop:focus {
    /* outline: none; */
}

.headerSearch {
    position: absolute;
    top: 20px;
    left: 23px;
    font-size: 22px;
}

.inputParent {
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.headerSupParent {
    background: #ffffffe6;
    /* margin-top: -10px; */
    padding: 10px 0;
    /* overflow-y: scroll; */
}

/* profile edite .html */
.label-face {
    min-width: 200px;
}

.input-face {
    border: none;
    padding: 10px;
    background: #d9d9d9;
}

.input-face:focus {
    outline: none;
}

.headerSupParent {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9;
}

.tagsHeaderSearch {
    max-height: calc(100vh - 110px);
    overflow-y: scroll;
    background: #fff;
    /* margin-top: 2px; */
    border-radius: 0 0 5px 5px;
    padding: 15px;
    padding-bottom: 50px;
}

.trendingTopics {
    list-style: none;
}

.trendingTopics a {
    text-decoration: none;
    color: #f1664b;
    /* transition: 0.3s; */
}

.trendsT {
    border: 1px solid #f1664b;
    border-radius: 10px;
    transition: 0.1s;
    padding: 5px 15px;
    margin: 0;
    font-size: 13px;
}

.trendsT:hover {
    border: 1px solid #f1664b;
    background: #f1664b;
}

.trendingTopics a:hover {
    color: #fff;
}

.trendingTopicsActive {
    background-color: #f1664b;
    color: #fff;
    border-radius: 10px;
}

.activeEvents {
    color: #fff !important;
}

.history {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 0px 3px 1px #ccc;
    cursor: pointer;
    transition: 0.3s;
}

.rightCS {
    background-color: #f16f55;
    padding: 5px 10px;
    border-radius: 16px;
    color: #fff;
    font-size: 14px;
}

.history:hover {
    transform: scale(0.97);
}

.trendingTopicsActive a {
    color: #fff !important;
}

/* Initial state */
.headerSupParent {
    max-height: 0vh;
    display: none;
    /* overflow: scroll; */
    /* overflow-y: scroll; */
    transition: max-height 0.4s ease-out;
}

/* Open state */
.headerSupParent.open {
    max-height: 100vh;
    /* Adjust this value based on the content's size */
    transition: max-height 0.4s ease-in;
    display: block;
}

/* Close state */
.headerSupParent.close {
    max-height: 0vh;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.closeSearchBar {
    cursor: pointer;
    user-select: none;
    font-size: 20px;
    border-radius: 50%;

    padding: 1px 8px;
}

.mobile-cross-search {
    position: absolute;
    font-size: 15px;

    top: -40px;
    right: 5px;
    padding: 1px 7px;
}

/* search location */
.search-loc {
    padding-right: 25px;
    border: none;
}

.search_parent-loc {
    border: 1px solid #000;
    /*border-radius: 5px;*/
}

.search-loc:focus-visible {
    outline: none !important;
}

.loc-search {
    position: absolute;
    top: 11px;
    right: 0;
}

.all-countr {
    max-height: 300px;
    overflow-y: scroll !important;
}

.all-countr .dropdown-menu {
    position: absolute !important;
    top: -16px !important;
}

.all-countr ul li {
    list-style: none;
    text-align: left;
}

.all-countr ul li a {
    width: 100%;
    display: flex;
    justify-content: start;
    padding-left: 10px;
    transition: 0.4s;
    color: #000;
}

.all-countr ul li a:hover {
    padding-left: 20px;
    background-color: #ccc;
}

.no-scroll {
    overflow: hidden;
}

/* .location-modal {
  min-width: 300px;
} */
.modal-locat {
    border: 1px solid #ccc;
    background: none;
    border-left: none;
    border-radius: 0 5px 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all-countr::-webkit-scrollbar,
.tagsHeaderSearch::-webkit-scrollbar,
.recent-s-ul::-webkit-scrollbar {
    width: 5px;
    /* Width of the scrollbar */
}

.all-countr::-webkit-scrollbar-track,
.tagsHeaderSearch::-webkit-scrollbar-track,
.recent-s-ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Color of the scrollbar track */
}

.all-countr::-webkit-scrollbar-thumb,
.tagsHeaderSearch::-webkit-scrollbar-thumb,
.recent-s-ul::-webkit-scrollbar-thumb {
    background: #f16f55;
    /* Color of the scrollbar thumb */
    border-radius: 5px;
    /* Rounded corners of the thumb */
}

.all-countr::-webkit-scrollbar-thumb:hover {
    background: #f16f55;
    /* Color of the scrollbar thumb on hover */
}

#countryList li a {
    padding: 5px 10px;
}

.front-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.front-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent black */
}

.front-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 80%;
}

.navbar-type-btn {
    background-color: var(--primaryColor);
    color: var(--white);
    border: 1px solid var(--primaryColor);
    transition: 0.2s !important;
    text-transform: none;
}

.navbar-type-btn:hover,
.navbar-type-btn:active {
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    /* background-color: transparent; */
    text-transform: none;
}

.navbar-type-btn:hover {
    background-color: transparent;
}

.navbar-type-btn:hover .fa-plus {
    color: var(--primaryColor) !important;
}

/* --------------------------------------------------------- */

.front-modal .front-modal-content .fa-icon a:hover {
    color: #f1664b;
}

.footer-bottom-menu .footer-link-list .text-decoration-line {
    text-decoration: none;
}

.tsts {
    font-size: 16px;
    /* padding: 10px; */
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tsts:hover,
.footer-x-icon:hover {
    border: 1px solid var(--primaryColor);
}

.primary-btn-bold {
    color: var(--primaryColor);
}

/* -----------------------organiser details page---------------------- */
.background-img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-btn-organiser {
    border: 1px solid var(--primaryColor);
    padding: 5px 15px;
    font-weight: 400;
    color: var(--primaryColor);
    border-radius: 6px;
}

.main-btn-organiser:hover {
    border: 1px solid var(--primaryColor);
    color: var(--white);
    background-color: var(--primaryColor);
}

.main-btn-organiser.active {
    border: 1px solid var(--primaryColor);
    padding: 5px 15px;
    font-weight: 400;
    color: var(--white);
    border-radius: 6px;
    background-color: var(--primaryColor);
}

.tsts-org {
    font-size: 16px;
    border: 1px solid var(--primaryColor);
    border-radius: 30px;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primaryColor);
}

.tsts-org:hover {
    border: 1px solid var(--primaryColor);
    background-color: var(--primaryColor);
    color: var(--white);
}

/* -----------------------organiser details page---------------------- */

/* Style for the info button */
.info-button {
    display: inline-block;
    background-color: #3498db;
    /* Change the background color */
    color: #fff;
    /* Change the text color */
    border: none;
    border-radius: 50%;
    /* Make it a circle */
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

/* Change button background color on hover */
.info-button:hover {
    background-color: #2980b9;
    /* Change the hover background color */
}

.footer-section {
    background: #151414;
    position: relative;
    z-index: 0;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3b5998;
}

.twitter-bg {
    background: #55acee;
}

.google-bg {
    background: #dd4b39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    /* margin-bottom: 40px; */
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    height: 2px;
    width: 42px;
    background: #ff5e14;
}

.unl-footer {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #f05537;
    text-decoration-thickness: 2px;
}

/* .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
} */
.footer-widget ul li {
    display: inline-block;
    /* float: left; */
    width: 100%;
    margin-bottom: 12px;
}

.footer-widget ul {
    transition: 0.3s;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    /* text-transform: capitalize; */
}

.footer-widget ul .a-f {
    color: #fff !important;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.footer-section {
    background: #000e38 !important;
}

.youtube-bg {
    background-color: red;
}

.instagram-bg {
    background: radial-gradient(circle at 30% 107%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 90%);
}

.linkedin-bg {
    background: #0a66c2;
}

.footer-ssl ul li {
    width: auto;
}

.copyright-area {
    background: #000a26;
}

.mid-position {
    max-width: 858px;
    margin: auto;
    padding: 20px 15px;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0px 0px 10px 1px #e8e4e4;
}

.arrow {
    display: none;
}

.footer-ssl ul {
    max-height: 100% !important;
}

.border-right-event {
    border-right: 1px solid #bebebe;
}

.btn-pricing {
    background: #f05537 !important;
    border: 1px solid #f05537;
    color: #fff;
    transition: 0.3s;
    box-shadow: none;
}

.btn-pricing:hover {
    color: #ff5e14;
    background: #fff !important;
    border: 1px solid #f05537;

    box-shadow: none !important;
}

.free_content ul li {
    color: #3b3a3a;
}

/* you questions */
.mark-vodiapicker {
    display: none;
}

#mark-a {
    padding-left: 0px;
}

#mark-a img,
.mark-btn-select img {
    width: 12px;
}

#mark-a li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

#mark-a li:hover {
    background-color: #f4f3f3;
}

#mark-a li img {
    margin: 5px;
}

#mark-a li span,
.mark-btn-select li span {
    margin-left: 8px;
    font-size: 13px;
}

/* item list */
.mark-b {
    display: none;
    width: 100%;
    max-width: fit-content;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 0 5px;
}

.mark-open {
    display: block !important;
}

.mark-btn-select {
    /* margin-top: 10px; */
    width: 100%;
    max-width: 350px;
    height: 34px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
}

.mark-btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
}

.mark-btn-select:hover li {
    margin-left: 0px;
}

.mark-btn-select:hover {
    background-color: #f4f3f3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;
}

.mark-btn-select:focus {
    outline: none;
}

.mark-lang-select {
    /* margin-left: 50px; */
}

.m-y-q .modal {
    --bs-modal-width: 621px !important;
    /* Set the width you need */
}

/* Ensure the modal-dialog inherits the custom width */
.m-y-q .modal-dialog {
    max-width: 621px !important;
}

.modal-btn-card {
    box-shadow: 0px 0px 1px 1px #ccc;
    border-radius: 8px;
    padding: 10px 15px;
}

.cust-ques {
    box-shadow: 0px 0px 1px 1px #ccc;
    border-radius: 10px;
    padding: 5px 10px;
}

.mark-btn-select {
    width: 100%;
    max-width: fit-content;
    height: 30px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
}

.mark-arrow {
    font-size: 14px;
    margin-left: 10px;
}

#mark-a .mark-arrow {
    display: none !important;
}

/* proggressbar custom  */
.progress-container {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.form-range {
    flex-grow: 1;
    margin-right: 10px;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: transparent;
    outline: none;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    cursor: pointer;
    background: linear-gradient(to right,
            #3265fe var(--value),
            #ff5733 var(--value));
    border-radius: 5px;
    transition: background 0.2s ease-in-out;
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    margin-top: -6px;
    /* Adjust the thumb position */
    transition: background 0.2s ease-in-out;
    padding: 1px;
    border: 1px solid #ff5733;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: linear-gradient(to right,
            #ff5733 var(--value),
            #ddd var(--value));
    border-radius: 5px;
    transition: background 0.2s ease-in-out;
}

.form-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff5733;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

.input-group {
    width: 100px;
}

.input-group-text {
    background-color: white;
    border: none;
}

/* proggressbar custom end */
/* pricing copy */
.ticket-d {
    text-align: center;
    font-size: 11px;
    color: #ccc;
}

.per-ticket {
    text-align: center;
    font-size: 14px;
    color: #acacac;
}

.t-amount {
    font-size: 67px;
    text-align: center;
    color: #187600;
    line-height: 70px;
    font-weight: 700;
    font-family: "Funnel Sans", sans-serif;
}

.break-tbl {
    max-width: 780px;
    margin: auto;
}

.break-head {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

.break-head-r {
    font-size: 16px;
    font-weight: 700;
    color: #5e5e5e;
}

.tickt-con-d {
    max-width: 600px;
    margin: auto;
}

.bg-lightblue {
    background-color: #e7f1ff;
}

.mid-position .table-bordered> :not(caption)>*>* {
    border: none !important;
    border-width: 0px 0px !important;
}

.table-bordered> :not(caption)>* {
    border-width: 0px 0;
}

.owl-pricing .item img {
    width: 150px;
    margin: auto;
}

.pricing-abslt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
}

.olay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006e;
}

.footer-x-icon {
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-x {
    height: 15px;
    width: 15px;
}

.copyright-area .form-select {
    width: fit-content;
    background: #000a26;
    outline: none;
    color: #fff;
    border: none !important;
}

.copyright-area .form-select:focus {
    border: none !important;
    box-shadow: none;
}

.cheveron-downarrow {
    position: absolute;
    right: 9px;
    top: 11px;
    color: #fff;
}

.pointer {
    cursor: pointer;
}

.choose-tickets-r-card {
    border-radius: 10px;
    overflow: hidden;
    background-color: #f0f0f0;
}

.tk-rounded-box {
    border-radius: 10px;
    /* overflow: hidden; */
    background-color: #fff;
    border: 1px solid #6b6b6b3b;
}

.box-shadow {
    box-shadow: 0px 0px 5px 1px #e2e2e2;
}

.text-black-text {
    color: #000000c7;
}

.tk-box-title {
    top: -18px;
    left: 13px;
    background-color: #fff;
    font-weight: 600;
}

/* choose ticket */
.line-h-14 {
    line-height: 14px;
}

.checkoutBtnContainer {
    position: relative;
    z-index: 10;
    /* Ensure it stays above other content */
}

.info-button-ticket {
    height: 13px;
    width: 13px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 1px;
    font-weight: bolder;
    font-size: 8px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.blelow-con {
    display: none;
}

.custom-select-wrapper {
    position: relative;
}

.custom-select-box {
    background-color: none !important;
    color: white !important;
    appearance: none;
    /* Remove default arrow */
    padding-right: 40px;
    /* Add space for custom arrow */
}

.custom-select-box option {
    background-color: black !important;
    color: white !important;
}

.custom-select-box:focus {
    border-color: white !important;
    box-shadow: none !important;
}

.custom-arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: white;
    /* Change arrow color here */
    font-size: 1em;
}

/* custom radio button  */

.custom-radio {
    border: 2px solid #ccc;
    /* Blue border color */
    border-radius: 8px;
    /* Rounded corners */
    padding: 12px;
    /* Inner padding */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
    /* Adjust the max-width as needed */
}

.custom-radio input[type="radio"] {
    margin-right: 10px;
    /* Spacing between radio button and label */
}

.custom-radio img {
    max-width: 50px;
}

.termsAndCon {
    font-size: 14px;
}

@media (max-width: 767px) {

    /* Adjust max-width based on your mobile breakpoint */
    .checkoutBtnContainer {
        padding: 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        /* Ensure background covers any content behind */
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        /* Optional: Add a shadow for better visibility */
        z-index: 10;
        /* Ensure it stays above other content */
    }


    .blelow-con {
        display: block;
    }
}

@media (max-width: 600px) {
    .tickt-l {
        max-width: 160px;
    }
}

/* pricing copy end */
@media (max-width: 768px) {
    .footer-widget ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .arrow {
        display: block;
        font-size: 14px;
    }

    .footer-widget ul.active {
        margin: 20px 0;

        max-height: fit-content;
        /* adjust as needed */
        transition: max-height 0.5s ease-in;
    }

    .footer-widget-heading {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-widget-heading .arrow {
        transition: transform 0.3s ease;
    }

    .footer-widget-heading.active .arrow {
        transform: rotate(180deg);
    }
}

@media (max-width: 412px) {
    .font-16 {
        font-size: 16px;
    }
}

@media (max-width: 991px) {

    #progress-range-at,
    #progress-range-end {
        width: 90%;
    }
}

@media (max-width: 510px) {

    #signin,
    #signup,
    #progress-range-at,
    #progress-range-end {
        width: 100%;
    }

    .getstarted {
        font-size: 19px;
    }

    .getstarted2 {
        font-size: 12px;
    }

    .ticket-head {
        font-size: 15px;
        color: #000;
    }

    .mid-position .table-bordered> :not(caption)>*>* {
        padding: 6px 6px;
    }

    .tkt-compare {
        position: absolute;
        top: -7px;
        rotate: -90deg;
        left: -27px;
    }

    .table-responsive {
        overflow: visible;
    }
}

@media (max-width: 400px) {
    .table-responsive {
        overflow: scroll;
    }
}

@media (min-width: 768px) {
    .footer-widget ul {
        margin-top: 20px;
    }
}

@media screen and (min-width: 200px) and (max-width: 768px) {
    .desktop-search {
        display: none !important;
    }

    .termsAndCon {
        font-size: 10px;
    }
}

/* =======================================19-08-2024============================================ */
.goog-te-gadget .goog-te-combo {
    margin: 0;
    background-color: #000a26;
    color: white;
}

/* =======================================19-08-2024============================================ */
@media (min-width: 401px) and (max-width: 500px) {
    .logoItem a img {
        width: 152px !important;
    }
}

@media screen and (max-width: 400px) {
    .logoItem a img {
        width: 120px !important;
    }
}

/* =======================================================27-08-2024= forgot password================================== */
@media screen and (max-width: 768px) {
    .sign-in-up .socials li a i {
        width: 70px;
        height: 50px;
        color: #fff;
        font-size: 21px;
    }
}

/* =======================================================27-08-2024= forgot password================================== */

.sticky-btn {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 1000;
}

/* =============================================front card height========================05-09-2024====================================== */
.card .bg-image {
    min-height: 149px;
}

/* =============================================front card height========================05-09-2024====================================== */

/* -----------------------------log in----------------------- */
.sign_up_width-mobile {
    display: inline-block;
    background: #3265fe;
    color: #fff;
    border-bottom: none;
    width: auto;
    font-size: 16px;
    padding: 6px 30px;
    -webkit-border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .mobile-height {
        padding: 12px 0px !important;
    }

    .sign_up_width-mobile {
        width: 100%;
    }
}

.icon-color {
    color: #5c5c5c;
}

.icon-color.active,
.icon-color:hover,
.icon-color:focus {
    color: #f05537;
}

/* ---------------------11-09-24----event details page-----------------------------------start=================== */
.back-img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.img-class {
    width: 100%;
    height: 430px;
    filter: blur(40px);
    -webkit-filter: blur(40px);
}

.position-position-absolute {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.carousel-inner img {
    object-fit: cover;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .img-class {
        height: auto;
    }
}

/* ---------------------11-09-24----event details page-----------------------------------end=================== */
/* .navbar-type-btn:focus {
  color: #fff;
} */

.navbar-type-btn:active,
.navbar-type-btn:hover i {
    color: #f05537;
}

/* -----------------------------------------------13-09-2024----- home-page today tab menu design------------------------ */
.browes-event-by-week-inner-content>.nav-item {
    display: block;
    white-space: nowrap;
    overflow: auto;
}

/* -----------------------------------------------13-09-2024----- home-page today tab menu design------------------------ */
/* ------------------------------16-09-2024------------------------- */
/* Change autofill background color for Safari and Chrome */
.sign-in input:-webkit-autofill,
.signup-form input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    color: #000 !important;
}

.sign-in input:-webkit-autofill:focus,
.signup-form input:-webkit-autofill:focus {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    color: #333 !important;
}

/* ------------------------------16-09-2024------------------------- */

/* ------------------------------18-09-2024------------------------- */
.blog .img-l-con {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
        rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.blog .right-detail-content {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 13px;
    height: 100%;
}

.blog .right-detail-content i {
    /* padding:10px; */
    font-size: 13px;
    color: #3265fe;
}

.blog .right-detail-content .border-i-con {
    height: 32px;
    width: 32px;
    display: flex;
    border: 3px solid #3265fe;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.4s;
}

.blog .right-detail-content .border-i-con:hover {
    transform: scale(1.2);
}

.blog .blog-d-img img {
    border-radius: 5px;
    width: 100%;
}

.blog .l-content {
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    color: #000;
}

.blog .blog-detail-content {
    max-width: 700px;
}

.blog .blog-header {
    max-width: 680px;
}

.blog .blog-title {
    max-width: 880px;
}

.blog .blog-detail-content2 {
    max-width: 900px;
}

/* ------------------------------18-09-2024------------------------- */
/* ------------------------------19-09-2024 FAQ css start------------------------- */
.faq-page .faq-header {
    background: #0a2a8d;
    background: #0a2a8d;
    background: -webkit-linear-gradient(to right, #0a2a8d, #4b558a);
    background: linear-gradient(to right, #0a2a8d, #4b558a);
    padding: 0 30px 10px 0;
    text-align: center;
    color: white;
    /* min-height: 280px; */
}

.faq-page .faq-btn {
    border: none;
    outline: none;
    padding: 8px 15px 8px 0;
    background-color: #969595;
    color: #ffffffd2;
    cursor: pointer;
    font-size: 14px;
    width: 120px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.faq-page .faq-btn:hover {
    background: #f44336;
    color: white;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
}

.faq-page .faq-btn.active {
    background: #f44336;
    color: white;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}

.faq-page .faq-btn::before {
    content: "\00bb   ";
    font-size: 18px;
    opacity: 0;
    transition: 0.4s;
}

.faq-page .faq-btn.active::before {
    content: "\00bb   ";
    opacity: 1;
    transition: 0.5s;
}

.faq-page #myInput {
    width: 30%;
    min-width: 320px;
    font-size: 18px;
    padding: 12px 20px;
    border: 1px solid #000;
    margin: 15px 0 15px 0;
    border-radius: 6px;
}

/* ------------------------------FAQ css end------------------------- */
/* ===================================cookies design--- 18-09-2024================================================ */

.cookie-bar {
    background: #232c41;
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    color: #fff;
    width: 100%;
    z-index: 999999999;
}

.cookie-bar p {
    width: 85%;
    float: left;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #adadad;
}

#cookie-bar button,
.more-cookies-btn {
    /* background: transparent; */
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    background-color: transparent;
    /* text-transform: uppercase; */
    /* font-size: 16px; */
    margin: 5px;
    border-radius: 4px;
}

#cookie-bar button:hover,
#cookie-bar button.active,
.more-cookies-btn:hover,
.more-cookies-btn.active {
    background-color: var(--primaryColor);
    color: #fff;
}

.cookie-bar a {
    color: #fff;
}

.contentcookie {
    padding: 20px 50px;
}

.clear {
    clear: both;
}

@media (max-width: 767px) {
    .cookie-bar p {
        width: 100%;
        font-size: 14px;
    }

    .cookie-bar button {
        width: 100%;
    }

    .cookie-bar a {
        color: #fff;
    }

    .contentcookie {
        padding: 20px 0px;
        width: 90%;
        margin: auto;
    }
}

/* ===================================cookies design--- 18-09-2024================================================ */
/* ===================================19-09-2024========== */
.browse-section-inner .card .card-body a,
.browse-by-location-inner-content .card .card-body a,
.browes-event-by-week .card .card-body a {
    color: #707070;
}

.browse-section-inner .card .card-body a .card-heading,
.browse-by-location-inner-content .card .card-body a .card-heading,
.browes-event-by-week .card .card-body a .card-heading {
    color: var(--mdb-link-hover-color);
}

.browse-section-inner .card .card-body a:hover .card-heading,
.browse-by-location-inner-content .card .card-body a:hover .card-heading,
.browes-event-by-week .card .card-body a:hover .card-heading {
    color: var(--primaryColor);
}

@media screen and (min-width: 768px) {

    .browse-section-inner .card .card-body,
    .browse-by-location-inner-content .card .card-body,
    .browes-event-by-week .card .card-body {
        height: 180px;
    }
}

/* ===================================19-09-2024========== */
.magazine-event-page .owl-next-btn {
    top: 22%;
}

.magazine-event-page .owl-prev-btn {
    top: 22%;
}

/* ------------------------------FAQ card css end------------------------- */
.featured-events-card {
    max-width: 500px;
    margin: auto;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 6px;
}

/* ------------------------------FAQ card css end------------------------- */

/* Pagination */
.page-pagination {
    display: flex;
    justify-content: flex-end;
}

.page-pagination .z-0 {
    display: none;
}

.page-pagination .flex-1 {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}

.card-deck .card .view .card-img-top {
    height: 180px;
    object-fit: cover;
}

@media (min-width: 800px) {
    .iframe-video-height {
        height: 430px;
    }
}

@media (max-width: 800px) {
    .iframe-video-height {
        height: 290px;
    }
}

/* -----------------------------------15 10 2024 contact us strat------------------------------- */
.contact-header {
    background-color: #002966;
    /*color: #fff;*/
    padding: 30px 0;
    /*text-align: center;*/
}

.form-section {
    border: 1px solid #dee2e6;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.contact-info img {
    width: 60px;
}

.contact-info p {
    margin-bottom: 0;
}

.contact-icons {
    font-size: 1.3rem;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60%;
}

/* -----------------------------------15 10 2024 contact us end------------------------------- */
/* -----------------------------------15 10 2024 How it works start------------------------------- */

.serials {
    align-items: center;
    background-color: #f05537;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 30px;
    font-weight: 600;
    height: 60px;
    justify-content: center;
    left: 102%;
    position: relative;
    top: 0px;
    width: 60px;
    z-index: -1;
}

@media (max-width: 676px) {
    .serials {
        align-items: center;
        background-color: #f05537;
        border-radius: 50%;
        color: #fff;
        display: flex;
        font-size: 30px;
        font-weight: 600;
        height: 60px;
        justify-content: center;
        left: 0%;
        position: relative;
        top: 0px;
        width: 60px;
        z-index: 1;
    }
}

/* -----------------------------------15 10 2024 How it works start------------------------------- */

/* ============================banner btn neen blurr style start====23/10/2024============================================== */
.blur-btn {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 10px !important;
    backdrop-filter: blur(10px);
    /* Apply blur */
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    letter-spacing: 0;
    /* Default word spacing */
}

.blur-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: opacity 0.3s ease;
    z-index: -1;
    border-radius: 10px !important;
}

.blur-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    letter-spacing: 1px;
}

.blur-btn:hover::before {
    opacity: 0;
    letter-spacing: 1px;
}

/* ============================banner btn neen blurr style end====23/10/2024============================================== */
.note-editor.note-airframe .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    word-wrap: break-word;
    width: 100%;
    max-width: 100%;
    word-break: break-all !important;
}

/* Custom tooltip on 7th start start*/

.btn-disabled {
    background-color: #d3d3d3;
    /* Light grey */
    color: #6c757d;
    /* Muted grey text */
    pointer-events: none;
    /* Prevent clicking */
    border: 1px solid #ced4da;
}

/* tooltip design */
/* START TOOLTIP STYLES */
[tooltip] {
    position: relative;
    /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: 0.9em;
    /* opinion 3 */
    line-height: 1;
    /* user-select: none; */
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: "";
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */
}

[tooltip]::after {
    content: attr(tooltip);
    /* magic! */

    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;

    /*
  Let the content set the size of the tooltips
  but this will also keep them from being obnoxious
  */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 0.3ch;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
    /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
    display: none !important;
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(0.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-horz {
    to {
        opacity: 0.9;
        transform: translate(0, -50%);
    }
}

/* FX All The Things */
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

/* UNRELATED to tooltips */

/* tooltip design end */

/* .tooltip-custom {
position: absolute;
background-color: #333;
color: #fff;
padding: 5px 10px;
border-radius: 4px;
font-size: 14px;
display: none;
z-index: 1000;
white-space: normal;
max-width: fit-content;
word-wrap: break-word;
} */
/* Tooltip Styling */
.tooltip-custom {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 2000;

    white-space: normal;
    overflow-wrap: break-word;

    max-width: min(80vw, 600px);

    overflow: hidden;
}

/* Visible Tooltip */
.tooltip-custom.visible {
    opacity: 1;
}

/* Tooltip Trigger Elements */
.tooltip-trigger {
    cursor: pointer;
    position: relative;
    /* Optional: Add some spacing for demonstration */
    /* margin: 20px; */
    display: inline-block;
}

/* Custom tooltip on 7th nov end*/

/* -------------------------------------------------------------------------29-oct-2024 banner --start----------------------------- */
/* Default styles: Show desktop-only, hide mobile-only */
.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

/* When screen width is 768px or less, show mobile-only, hide desktop-only */
@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }
}

/* -------------------------------------------------------------------------29-oct-2024 banner --end----------------------------- */

.font-nexa-design h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Funnel Sans", sans-serif;
}

.font-nexa-design .fw-bold {
    font-family: "Funnel Sans", sans-serif;
    font-weight: bolder;
}

/* -------------------------------------------07 novembar------------for evnt-trust image------------------------------ */
.magazine-event-trust .owl-item img {
    width: 120px;
}

/* -------------------------------------------07 novembar------------for evnt-trust image------------------------------ */
.btn-primary {
    background-color: #3265fe !important;
    color: #fff;
}

/* ---------------------------------------------14-12-2024--------------------------------------------------- */
.press-heading {
    font-size: 18px;
    color: #3265fe;
}

.blog-details-section-summernote h1 {
    font-size: 36px !important;
}

.blog-details-section-summernote h2 {
    font-size: 32px !important;
}

.blog-details-section-summernote h3 {
    font-size: 24px !important;
}

.blog-details-section-summernote h4 {
    font-size: 20px !important;
}

.blog-details-section-summernote h5 {
    font-size: 16px !important;
}

.blog-details-section-summernote h6 {
    font-size: 14px !important;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    height: 38px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    overflow: hidden;
    width: 100% !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: nowrap;
}

/* .select2-container--default .select2-results__option--selected {
  background-color: var(--primaryColor);
  color: #fff;
} */
.select2-container--default .select2-search--inline .select2-search__field {
    display: contents;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    overflow: hidden !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 38px;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    padding: 1px;
    background: #d0c8c8;
    padding: 2px;
    width: 28px;
    z-index: 111;
    /* border-radius: 6px; */
}

@media screen and (max-width: 721px) {
    .rotate {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .filter .nav-tabs {
        justify-content: center;
    }

    .features_table th,
    .features_table td {
        padding: 6px;
    }
}

.form-design,
.form-design input {
    position: relative;
}

.form-design,
.form-design input {
    position: relative;
}

.carousel-control-next,
.carousel-control-prev {
    width: 0;
}

.select2-selection__rendered {
    display: block;
    width: 100%;
    padding: 2px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),
        var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 5px;
    right: 1px;
    width: 20px;
}

/* .select2-selection{
  border: none!important;
} */
/* ---------------------------------------------14-12-2024--------------------------------------------------- */
.position-position-absolute .carousel-indicators [dmdb-target] {
    width: 100%;
}

.position-position-absolute .carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    padding: 20px;
    background: #ff5e14;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 90%;
    box-shadow: 0 0 2px #666;
}

/* ===========================================faq-page 22-11-2024=============================================== */
.faq-list {
    left: 50%;
    transform: translatex(-50%);
    z-index: 99;
    border-radius: 20px;
    max-height: 50%;
    overflow-x: scroll;
    scrollbar-width: thin;
    max-width: 1080px;
    min-width: 320px;
    position: absolute;
}

@media screen and (max-width: 676px) {
    .faq-list {
        width: 100%;
    }
}

.popular-tags li.active a {
    color: #fff;
    font-weight: bold;
}

.popular-tags li a {
    color: #f05537;
    padding: 3px 10px;
    border-radius: 25px !important;
    padding: 3px 10px;
}

.popular-tags li.active {
    background-color: #f05537;
}

/* ===========================================faq-page 22-11-2024=============================================== */
/* ===========================================footer 5-12-2024=============================================== */
.footer-social-icon .social-follow {
    max-height: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link.active {
    text-transform: none;
}

.btn {
    text-transform: none;
}

@media (min-width: 0px) and (max-width: 500px) {
    .rightAside {
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    #carouselExampleInterval .carousel-control-prev-icon {
        margin-left: 43px;
    }

    #carouselExampleInterval .carousel-control-next-icon {
        margin-right: 43px;
    }
}

/* Scoped CSS */
#organiser-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* Allow wrapping */
}

#organiser-section .follow-container {
    margin-left: auto;
    /* Default alignment on larger screens */
}

/* Responsive adjustments for this section only */
@media (max-width: 768px) {
    #organiser-section .follow-container {
        margin-left: auto;
        /* Align to the right */
        margin-top: 10px;
        /* Add some spacing from the top */
    }
}

/* Scoped CSS */
#organiser-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* Allow wrapping */
}

#organiser-section .follow-container {
    margin-left: auto;
    /* Default alignment on larger screens */
}

/* Responsive adjustments for this section only */
@media (max-width: 768px) {
    #organiser-section .follow-container {
        margin-left: auto;
        /* Align to the right */
        margin-top: 10px;
        /* Add some spacing from the top */
    }
}

/* ===========================================footer 5-12-2024=============================================== */
.h-cal-event {
    min-height: calc(100vh - 778px);
}

/* ------------------------------------how it-work css-------------------------- */
.how-it-work-section {
    /* -----01/09/2025------- */
    min-height: 700px;
}

.how-it-work-section .tab-pane.fade {
    transition: opacity 0.5s all-ease;
}

#how-it-work .tab-image {
    max-width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    /* border: 1px solid #66666630; */
}

#how-it-work .tab-content img {
    max-width: 100%;
    /* border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

#how-it-work .nav-tabs-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#how-it-work .nav-buttons {
    cursor: pointer;
    font-size: 2rem;
    color: #f05537;
}

#how-it-work .nav-buttons:hover {
    color: #ca705d;
}

#how-it-work .feature-ul {
    padding-left: 20px;
}

#how-it-work .feature-ul li {
    list-style: disc;
}

#how-it-work .feature-tab {
    opacity: 0.7;
}

#how-it-work .feature-tab.active {
    color: #f05537 !important;
    opacity: 1;
}

#how-it-work .feature-tab.active img {
    border: 2px solid #f05537;
}

#how-it-work .feature-tab:hover {
    color: #f05537 !important;
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
    #how-it-work .feature-tab {
        padding: 6px !important;
    }

    #how-it-work .tab-image {
        width: 50px;
        height: 50px;
    }

    .how-it-work-section {
        height: 1000px;
    }
}

/* ------------------------------------how it-work css-------------------------- */
/* ------------------------------------16-01-2025--------------------------- */
@media screen and (max-width:676px) {
    .rightLocation {
        width: fit-content;
    }
}

/* review  */
.review-card {
    border-radius: 8px;
    padding: 20px;
    background-color: white;
    margin-top: 20px;
}

.review-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.review-subtitle {
    font-size: 1rem;
    color: #3e3e3e;
    margin-bottom: 20px;
    font-weight: 500;
}

.review-stars {
    font-size: 2rem;
    color: #ccc;
    margin-bottom: 15px;
}

.review-stars .fa-star.checked {
    color: green;
}

.review-textarea {
    height: 100px;
}

.review-submit-btn {
    background-color: #28a745;
    border-color: #28a745;
}

.review-submit-btn:hover {
    background-color: #fff;
    border-color: #28a745;
    color: #28a745 !important;
}

.rating-box {
    max-width: 700px;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 0px 2px 1px #ccc;
    padding: 20px;
    background-color: white;
    margin-top: 20px;
}

.review-card1 {
    box-shadow: 0 0 1px 1px #ccc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-top: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.review-message1 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.review-btn1 {
    width: 200px;
    background-color: #28a745;
    border-color: #28a745;
    color: white;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 1rem;
}

.review-btn1:hover {
    background-color: #218838;
    color: #fff;
}

.review-footer1 {
    font-size: 0.8rem;
    color: #555;
    margin-top: 15px;
}


/* ---------------------------------------------------------------promocodes design------------------------------------------------------------- */
.promo-box {
    border: 2px solid #28a745;
    border-radius: 8px;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.promo-box .promo-icon {
    color: #28a745;
    font-size: 24px;
    margin-right: 15px;
}

.promo-details {
    flex-grow: 1;
    font-size: 14px;
}

.promo-details .promo-code {
    font-weight: bold;
}

.promo-details .promo-status {
    /* font-weight: 600; */
    margin-left: 5px;
    /* font-size: 13px; */
    color: green;
    background-color: #18760030;
    border-radius: 5px;
    padding: 1px 6px;
}

.promo-details .promo-discount {
    color: #28a745;
    font-size: 14px;
    line-height: 12px;

    display: block;
}

.promo-remove {
    color: red;
    font-size: 22px;
    cursor: pointer;
}

.success_message_alert {
    position: absolute;
    content: "";
    left: 120px;
    line-height: 16px;
    font-size: 12px;
    top: -12px;
    background-color: #fff;
    padding: 0 4px;
}

.error_message_alert {
    position: absolute;
    content: "";
    left: 16px;
    top: 58px;
    line-height: 16px;
    font-size: 12px;
}

/* ------------------------------ */
.promo-input-wrapper {
    position: relative;
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding-right: 35px;
    display: flex;
    align-items: center;
    transition: border-color 0.3s;
    background: white;
}

.promo-input-wrapper.error {
    border-color: #dc3545 !important;
}

.promo-input-wrapper input {
    border: none;
    outline: none;
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    background: transparent;
}

.icon-tooltip {
    position: absolute;
    right: 10px;
    font-size: 14px;
    cursor: pointer;
}

.custom-tooltip {
    position: absolute;
    top: -20px;
    right: 0;
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.custom-tooltip::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.icon-tooltip:hover .custom-tooltip,
.icon-tooltip:focus .custom-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-6px);
}

.promo-input-wrapper input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

/* --------------------------------promocode list----------------------------------- */
.coupon-card {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    position: relative;
    /* overflow: hidden; */
    margin-bottom: 20px;
}

.coupon-card .custom-text {
    color: #3265fe;
}


.coupon-button-solid {
    border: 1px dashed #3265fe !important;
    background-color: transparent;
    color: #3265fe;

    font-weight: 500;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
}

.coupon-button-solid:hover {
    background-color: #3265fe;
    color: #fff;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
}


/* .coupon-card::before,
    .coupon-card::after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      background: white;
      border: 2px solid #dee2e6;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
    }

    .coupon-card::before {
      left: -10px;
    }

    .coupon-card::after {
      right: -10px;
    } */

.code-reveal {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.1s ease;
}

.code-reveal.show {
    opacity: 1;
    transform: translateY(0);
}

#toggleCoupons {
    margin-left: 1rem;
    display: inline-block;
    color: #1c5793;
    margin-bottom: 10px;
    cursor: pointer;
}

#toggleCoupons:hover {

    color: #0069d3;

}

#couponCards {
    transition: all 0.9s ease;
}

.custom-promocode-error-alert {
    position: absolute;
    content: "";
    left: 50%;
    top: -18px;
    line-height: 16px;
    font-size: 12px;
    color: red;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0 4px;
    margin: 0;
}

.coupon-apply-div {
    width: 130px;
}

@media screen and (max-width: 600px) {
    .coupon-apply-div {
        width: 100%;
    }

    .custom-promocode-error-alert {
        left: 50%;
        width: 80%;
        transform: translateX(-50%);
        text-align: center;
        display: inline;
        margin: 0;
    }
}



/*Multiday event css*/
.date-card input[type="radio"] {
    display: none;
}

.date-card label {
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    width: 110px;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.date-card:hover label {

    border: 2px solid rgb(64, 135, 240);

}

.date-card input[type="radio"]:checked+label {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.date-card input[type="radio"]:checked+label div.circle-date {
    background-color: #0d6efd;
    color: #fff;

}

.date-card label h5 {
    color: #0d6efd;
    margin: 5px 0;
}

.see-all-card {
    width: 100px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
}

.circle-date {
    width: 35px;
    height: 35px;
    margin: 8px auto;
    border-radius: 50%;
    line-height: 35px;
    font-weight: 600;
    background-color: #f1f1f1;
    color: #0d6efd;
    transition: all 0.3s;
}

.selected-date {
    background-color: rgba(13, 109, 253, 0.25) !important;
}

/* -------------------------21-07-2025-- Multiday event mobile responsive design-------------------------- */
.custom-tooltip::after {
    bottom: -10px;
    right: 3px;
}

@media (max-width: 768px) {

    /* Adjust the max-width as per your mobile breakpoint */
    /* .date-card:nth-child(n+3):not(:last-child) {
        display: none;
    } */

    .date-card-parent {
        justify-content: center;
    }

    /* -----------------------------------------------------------23-08-2025------------------------------ */

    .custom-tooltip {
        position: absolute;
        top: -39px;
        right: -76px;
        /* background: #33333330; */
    }

    .custom-tooltip::after {
        content: '';
        position: absolute;
        bottom: -10px;
        right: 80px;
    }
}

/* -----------------------------------------------------------10-09--2025------------------------------ */
@media (max-width: 500px) {

    .date-card label,
    .see-all-card {
        width: 92px;

    }

}

/* ------------------------------blog css start--- 30-10-2025------------------------ */
.blog-page #search_blog {
    width: 30%;
    min-width: 320px;
    font-size: 18px;
    padding: 12px 20px;
    border: 1px solid #000;
    margin: 15px 0 15px 0;
    border-radius: 6px;
}

.blog-page .blog-header {
    background: #0a2a8d;
    background: #0a2a8d;
    background: -webkit-linear-gradient(to right, #0a2a8d, #4b558a);
    background: linear-gradient(to right, #0a2a8d, #4b558a);
    padding: 0 30px 10px 0;
    text-align: center;
    color: white;
    /* min-height: 280px; */
}

.blog-search-component .blog-header h1 {
    padding-top: 30px;
    font-size: 36px;
    font-weight: bold;
}

.blog_list_modal {
    left: 50%;
    transform: translatex(-50%);
    z-index: 99;
    border-radius: 20px;
    max-height: 50%;
    overflow-x: scroll;
    scrollbar-width: thin;
    max-width: 1080px;
    min-width: 320px;
    position: absolute;
    max-height: 70vh;
    overflow-y: scroll;
}

@media screen and (max-width: 676px) {
    .blog_list_modal {
        width: 95%;
    }
}

.blog-details-section-summernote {
    min-height: 210px;
}

/* Owl Carousel Container Spacing */
.magazine-event-test {
    padding: 10px 0;
}

/* Owl items spacing */
.magazine-event-test .item {
    padding: 5px;
}

/* NAV ARROWS */
.magazine-event-test .owl-nav button {
    position: absolute;
    top: 40%;
    width: 30px;
    height: 30px;
    background: #3265fe50 !important;
    color: #fff !important;
    border-radius: 50% !important;
    font-size: 18px !important;
    line-height: 37px;
    transition: 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.magazine-event-test .owl-nav button:hover {
    background: #1b3fa5 !important;
}

/* Arrow positions */
.magazine-event-test .owl-prev {
    left: -15px;
}

.magazine-event-test .owl-next {
    right: -15px;
}

/* Disable button text selection */
.magazine-event-test .owl-nav button span {
    pointer-events: none;
}



/* HIDE NAV ARROWS ON SMALL SCREENS */
@media (max-width: 600px) {
    .magazine-event-test .owl-nav {
        display: none;
    }
}

/* Reduce gap on mobile */
@media (max-width: 480px) {
    .magazine-event-test .item {
        padding: 2px;
    }
}

/* ------------------------------blog css end------------------------- */

/* ---------------------------if any section dont have any content and large screen footer above and bottom have huge space------------------------- */
@media screen and (min-width: 1400px) {
    .custom_div {
        min-height: calc(80vh - 200px);
    }
}