@font-face {
    font-family: 'Public Sans';
    src: url('../fonts/PublicSans-Medium.woff2') format('woff2'),
        url('../fonts/PublicSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('../fonts/PublicSans-Regular.woff2') format('woff2'),
        url('../fonts/PublicSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('../fonts/PublicSans-Bold.woff2') format('woff2'),
        url('../fonts/PublicSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family:'Quicksand';
    src: url('../fonts/Quicksand-Medium.woff2') format('woff2'),
        url('../fonts/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.woff2') format('woff2'),
        url('../fonts/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Bold.woff2') format('woff2'),
        url('../fonts/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Medium.woff2') format('woff2'),
        url('../fonts/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.woff2') format('woff2'),
        url('../fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.woff2') format('woff2'),
        url('../fonts/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden !important;
    font-weight: 500;
}
*{
    font-weight: 500;
}

body p {
    font-family: 'Quicksand' !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color-scheme: light dark;
}
a {
    text-decoration: none;
}

.btn-theme {
    background: #29A0B1;
    color: #fff;
    border-radius: 30px !important;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    border: 1px solid #29A0B1;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 30px;
    display: inline-block;
}

.btn-theme:hover {
    background: transparent;
    color: #29A0B1;
}

.btn-outline {
    background: #0000;
    color: #29A0B1;
    border-radius: 30px !important;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.35s ease-in-out;
    border: 1px solid #29A0B1;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 30px;
    display: inline-block;
}

.btn-outline:hover {
    background: #29A0B1;
    color: #fff;
}


body {
    font-family: 'Quicksand' !important;
    color: #393939;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    outline: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald' !important;
}

/* Header css start */




.header {
    padding: 10px;
    position: fixed;
    background-color: #fff;
    z-index: 1001;
    width: 100%;
    left: 0;
}

.header .navbar .navbar-nav .nav-item .nav-link {
    color: #323232;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.header .navbar .navbar-nav .nav-item .active {
    color: #29A0B1 !important;
}

.header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #29A0B1 !important;
}

.header .navbar .navbar-brand {
    margin-right: 35px;
}

.mobile-header ul li a,
.mobile-header ul a.dropdown-toggle {
    color: #000;
}

.mobile-header .navbar-nav .dropdown-menu {
    position: static !important;
    border: 0;
    width: 250px !important;
    transform: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.mobile-header .navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 5px !important;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #ebebeb;
}

/* Footer css start here  */
footer {
    background: #002433;
    padding-top: 40px;
    color: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.footer-wgt ul li {
    padding: 15px 0px;
}

.footer-wgt ul li a {
    position: relative;
    padding-left: 20px;
    color: #fff !important;
}


.footer-wgt ul li a::after {
    position: absolute;
    content: "";
    background: url(../img/ftr-arrow.png);
    width: 14px;
    height: 12px;
    left: 0;
    top: 4px;
}

.contact_list li {
    display: flex;
    align-items: center;
}

.contact_list li .info_icn {
    width: 45px;
    height: 45px;
    display: inline-flex;
    background: #ffffff1f;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-right: 10px;
}

.footer-wgt .lft_desc {
    margin-top: 30px;
    padding-right: 50px;
}

.footer-wgt h4 {
    position: relative;
    font-family: "Public sans";
    margin-bottom: 20px;
}

.footer-wgt h4::after {
    position: absolute;
    content: "";
    background: url(../img/line.png);
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -7px;
    background-repeat: no-repeat;
}

.copyright-text {
    border-top: 1px solid #ffffff1f;
    padding: 20px 0;
}

.copyright-text p {
    margin-bottom: 0px;
}


.copyright-text p a {
    color: #fff !important;
}

/* banner css start here */

.banner {
	background: url(../img/banner-bg-white.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 150px 0px 30px;
	position: relative;
}

.banner::before {
    content: '';
    position: absolute;
    top: 26%;
    right: 6%;
    background-image: url('../img/bnr-shape.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 98px;
    height: 93px;
}

.banner_desc h2 {
    color: #000;
    font-size: 65px;
    font-weight: 500;
    text-shadow: 0 3px 2px #00000045;
}

.banner_desc h2 span {
    color: #29A0B1;
}

.banner_desc p {
    color: #000;
}

.banner_desc {
    max-width: 540px;
}

.banner_img img {
    width: 100%;
}

.banner_search {
    position: relative;
    margin: 0px 40px 
}

.btn-search {
    background: #00FFB0;
    padding: 10px 20px;
    border-radius: 50px;
    color: #072735;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 15px;
    line-height: 24px;
    border: 0;
}
.banner_desc p {
    max-width: 440px;
    margin: 40px 0px;
}

.banner_search input {
    background: rgb(203 196 200 / 30%) !important;
    border: 1px solid transparent;
    border-radius: 50px;
    height: 55px;
    padding: 5px 102px 5px 50px;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500 !important;
}

.banner_search svg {
    position: absolute;
    top: 18px;
    left: 20px;
}

.banner_search svg path {
    fill: #000;
}

.banner_search input:focus {
    box-shadow: none;
    background: #ffffff0d;
    outline: 0px !important;
    color: #000;
    border-color: #ffffff2b !important;
}

.banner_search input::placeholder {
    color: #000;
}

/* Browse section css start */

.browse_sec {
    background: #F5F5F5;
    padding: 50px 0px 80px;
    position: relative;
}

.browse_sec::after {
    content: "";
    width: 100%;
    height: 405px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background-color: #002433;
}

.services_wrp {
    margin: 80px 0px;
}

.services_wrp .services_box {
    color: #fff;
    text-align: center;
    padding: 20px 40px;
}

.services_wrp .services_box h5 {
    margin: 20px 0px;
}

.categories_box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.categories_box {
    border-radius: 60px 60px 0px 0px;
    background: #fff;
    box-shadow: 0px 0px 14px #041c2624;
    overflow: hidden;
    margin-bottom: -20px;
    width: 18%;
    z-index: 99;
    height: calc(100% - 20px);
}

.cat_inr {
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border-top: 2px solid #002433;
}
.cat_inr a {
	font-weight: 600;
}
.section_heading {
    text-align: center;
    max-width: 780px;
    margin: 0px auto 50px;
    z-index: 99;
    position: relative;
}

.section_heading h3 {
    font-size: 40px;
    color: #fff;
}

.section_heading h3 span {
    color: #00FFB0;
}


/* Book Ticket css start */
.book_ticket {
    background: #ffffff;
}

.book_left {
    max-width: 100%;
}

.book_left h2 {
	font-size: 37px;
	color: #002433;
	margin-bottom: 30px;
	line-height: 60px;
}
.book_left h2 span {
    color: #29A0B1;
}

.counter_bx {
    background: #fff;
    border-radius: 30px;
    margin-top: 30px;
}

.counter_bx h1 {
    color: #29A0B1;
    font-size: 45px;
    margin-bottom: 12px;
}

.counter_bx p {
    margin-bottom: 0px;
}

.book_img img {
    width: 100%;
}


/* marquee css start */

.marquee {
    --gap: 1rem;
    --duration: 18s;
    background-color: #0F3545;
    display: flex;
    gap: var(--gap);
    overflow: hidden;
    white-space: nowrap;
}

.marque_name h2 {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-weight: 900;
    font-size: 50px;
    text-align: center;
}

.marque_wrp_inr {
    display: flex;
    align-items: center;
    gap: 40px;
}

.marquee:hover .marquee__wrapper {
    animation-play-state: paused;
}

.marquee__wrapper {
    display: flex;
    flex-shrink: 0;
    gap: var(--gap);
    justify-content: space-around;
    min-width: 100%;
    padding-block: 40px;
}

.marquee__wrapper svg {
    height: 5rem;
}

.marquee__wrapper--a {
    animation:
        var(--duration) slide-1 1 linear,
        calc(var(--duration) * 2) slide-2 var(--duration) infinite linear;
    background-color: #0F3545;
}

.marquee__wrapper--b {
    animation: calc(var(--duration) * 2) slide-3 infinite linear;
    background-color: #0F3545;
}


@keyframes slide-1 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes slide-2 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes slide-3 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

/* marquee css End */

.event-title+p {
    padding: 0 80px;
}

section {
    padding: 15px 0px;
}

.events-content {
    background-color: #002433;
    text-align: center;
    padding: 40px 0px;
    height: 100%;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}

.event-title h2 {
    color: #00FFB0;
    font-size: 230px;
    font-weight: 500;
}

.event-title span {
    color: #00FFB0;
    font-size: 150px !important;
    line-height: 195px;
}

.event-p {
    position: absolute;
    right: 0px;
    bottom: 15px;
}

.event-p p {
    color: #fff !important;
    font-size: 66px;
    letter-spacing: 5px;
}

.event-title+p {
    font-size: 20px;
    color: #fff !important;
    font-family: "Quicksand", sans-serif;
    padding: 0px 60px;

}

.events-media {
    background-image: url('../img/ticket--bg.png');
    height: 100%;
    padding: 60px 20px !important;
}

.events-media h2 {
    color: #fff;
    font-size: 40px;
}

.events-media span {
    color: #00FFB0;
}

.swiper-container {
    margin-top: 40px;
}

.testimonial-sec .swiper-container .swiper-button-prev {
    position: absolute !important;
    top: -65px !important;
    background-color: #ffffff59;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    z-index: 9 !important;
    display: flex;
    color: #fff !important;
    left: 55% !important;
    background-image: url('../img/next.png') !important;
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-sec .swiper-container .swiper-button-next {
    position: absolute !important;
    top: -65px !important;
    right: 35% !important;
    background-color: #ffffff59;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    color: #fff !important;
    background-image: url('../img/next2.png') !important;
    background-repeat: no-repeat;
    background-position: center;
}

.mobile-slider .swiper-container .swiper-button-prev,
.mobile-slider .swiper-container .swiper-button-next {
    top: auto !important;
    bottom: -40px !important;
}

.swiper-container .swiper-button-prev {
    background-color: #2fbcd0;
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px;
    z-index: 9 !important;
    display: flex;
    color: #002433 !important;
    left: 0 !important;
    background-image: url('../img/next.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45% 45%;
}

.swiper-container .swiper-button-next {
    background-color: #2fbcd0;
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px;
    color: #002433 !important;
    background-image: url('../img/next2.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45% 45%;
    right: auto;
    left: 60px;
}



.mobile-slider {
    overflow-x: hidden;
}

.slide-btn {
    position: absolute;
    left: 35%;
    transform: translate(-50%, -50%);
    width: auto;
}



/* slider */


.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* end */


.events-caption {
    position: absolute;
    bottom: 0px;
    left: 14px;
    display: flex;
    padding-right: 25px;
}

.events-caption span {
    color: #00FFB0;
}

.events-caption {
    color: #fff;
}

.top-stickr {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #fff;
    border-radius: 5px;
}

.top-stickr p {
    padding: 5px 15px;
    font-size: 16px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.steps-sec::before {
    position: absolute !important;
    top: 40px;
    left: 27px;
    border: 2px dashed #29A0B1;
    width: 2px;
    height: 270px;
    content: "";
    margin: auto;
}

.count-box span {
    background-color: #DFF1F4;
    padding: 10px 10px;
    border-radius: 50%;
    font-size: 24px;
    color: #29A0B1;
    font-weight: 600;
    width: 57px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.count-box {
    position: absolute;
    top: 26px;
    left: 0;
}

.steps-box {
    padding: 20px 10px 30px 80px;
    font-family: "Quicksand" !important;
}

.steps-box h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    font-family: "Oswald" !important;

}

.steps-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    color: #002433;
}

.work-title h2 {
    font-size: 40px;
}
.work-title p {
	font-family: "Quicksand";
	font-size: 15px;
}

.media-caption {
    text-align: center;
    width: 200px;
    background-color: #DADADA75;
    border: 2px solid #DADADA;
    border-radius: 10px;
    padding: 30px 20px;
    position: absolute;
    bottom: 30px;
    left: -40px;
    display: none;
}

.media-caption-2 {
    text-align: center;
    width: 100px;
    background-color: #DADADA75;
    border: 2px solid #DADADA;
    border-radius: 10px;
    padding: 20px 10px;
    position: absolute;
    top: -40px;
    left: 30px;
    display: none;
}

.media-caption h3 {
    font-size: 15px;
    font-weight: 600;
}

.media-caption p {
    font-size: 11px;
    font-weight: 400;
}

.media-caption-2 h3 {
    font-size: 15px;
    font-weight: 600;
}

.media-caption-2 p {
    font-size: 11px;
    font-weight: 400;
}

.upcoming-event-title .head h2 {
    font-size: 40px;
    color: #ffffff;
}


.view-btn .second-btn {
    background-color: #00FFB0;
    color: #000;
    padding: 10px 30px;
    border-radius: 20px;
    border: none;
    font-size: 14px;
    line-height: 24px;
}

.musix-box p {
    font-size: 14px;
}

.meta {

    padding: 12px 15px;
    border-top: 2px solid #002433;
    text-align: start;
}

.meta p {
    font-size: 14px;
    margin-bottom: 10px;
}


.meta .musix-box p {
    font-size: 13px;
    margin-bottom: 0;
}

.upcoming-box .meta {
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    font-family: "Quicksand" !important;
}

.upcoming-box h2 {
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    font-family: "Public Sans", sans-serif !important;
}

.bottom-sec p {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

.bottom-sec p a {
    color: #000;
}

.bottom-sec span {
    color: #29A0B1;
    font-weight: 600;
}

.upcoming-box {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px #d5d5d54a;
    border-radius: 60px 60px 15px 15px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.upcoming-box img.event-img {
    border-radius: 60px 60px 0 0;
    width: 100%;
    height: 192px;
    object-fit: cover;
}


.dash-line {
    width: 100%;
    margin: 0 auto;
    border: 1px dashed #ACACAC;
    height: 2px;
    margin: 10px 0px;
}

.upc-event {
	padding: 40px 0px;
	background-color: #F5F5F5;
}

.swiper-container-2 .swiper-button-next {
    position: unset !important;
    top: -20% !important;
    right: 35% !important;
    background-color: #ffffff59;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    z-index: 999 !important;
    color: #fff !important;
    background-image: url('../img/next2.png') !important;

}

.swiper-container-2 .swiper-button-prev {
    position: unset !important;
    top: -20% !important;
    left: 50% !important;
    background-color: #ffffff59;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    z-index: 9 !important;
    display: flex;
    color: #fff !important;
    background-image: url('../img/next.png') !important;
}

.testimonial-sec {
    background-image: url('../img/map-bg.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 80px 0px;
}







/* Swiper
----------------------------------*/
.gallery {
    width: 100%;
    position: relative;
    padding: 0 100px;
}

.sp .gallery {
    padding: 0 80px;
}

.swiper {
    width: 100%;
}

.sp .swiper {
    width: 100%;
}

.top-stickr p {
    margin-bottom: 0px;
}



.sp .swiper-button-prev,
.sp .swiper-button-next {
    width: 50px;
    height: 50px;
}

.swiper-button-prev {
    left: 24px;
}

.sp .swiper-button-prev {
    left: 20px;
}

.swiper-button-next {
    right: 24px;
}

.sp .swiper-button-next {
    right: 20px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    width: 8px;
    height: 8px;
    border: solid #222;
    border-width: 1px 1px 0 0;
}

.swiper-button-prev::after {
    margin-left: 3px;
    transform: rotate(-135deg);
}

.swiper-button-next::after {
    margin-right: 3px;
    transform: rotate(45deg);
}

.events-media-title h2 {
    color: #fff;
    font-size: 40px;
}

.events-media-title span {
    color: #00FFB0;
}

.testimonial-sec .swiper-button-next {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    background-color: #ffffff59;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    z-index: 999 !important;
    color: #fff !important;
    background-size: cover !important;
    background-image: url('../img/arrow-right3.png') !important;
}

.testimonial-sec .swiper-button-prev {
    position: absolute !important;
    top: 45% !important;
    left: 0 !important;
    background-color: #ffffff59;
    margin-top: 0px;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background-size: cover !important;
    z-index: 9 !important;
    display: flex;
    color: #fff !important;
    background-image: url('../img/arrow-right.png') !important;
}

.review-star img {
    aspect-ratio: 0 !important;
}

.testi-content {
    width: 600px;
    margin: 0 auto;
    margin-top: 30px;
}

.events-media {
    overflow: hidden;
}



.upc-event::after {
    content: "";
    width: 100%;
    height: 378px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    background-color: #002433;
}


.event-main-content {
    position: relative;
    z-index: 1;
}

.client-name-sec {
    font-family: "Public Sans", sans-serif !important;
}
.user-side-opt {
    font-family: "Public Sans", sans-serif !important;
}

.nav-item {
    font-family: "Public Sans", sans-serif !important;
}

.client-name-sec h3 {
    font-size: 20px;
    font-family: "Public Sans", sans-serif !important;
}

.client-name-sec p {
    font-size: 17px;
    font-family: "Public Sans", sans-serif !important;
    color: #29A0B1;
}

.event-inner-content {
    z-index: 2;

}

.popular-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 20px;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}


.popular-outer label {
    font-size: 14px;
    line-height: 24px;
    color: #002433;
}

.popular-outer .custom-badge {
    background: #ced0d2;
    padding: 5px 24px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 24px;
    color: #002433;
}

.navbar-toggler {
    border: 1px solid #29a0b1;
    box-shadow: none !important;
    line-height: 30px;
}

.navbar-toggler-icon i {
    color: #29a0b1;

}

.prof-drop {
    display: flex;
    align-items: center;
    column-gap: 10px;
    text-transform: capitalize;
}

.prof-drop h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0;
}

/* Second Header */

.top-right-drop .prof-drop img {
    width: 50px;
    height: 50px;
    border: 2px solid #29a0b1;
    border-radius: 50%;
    padding: 2px;
    cursor: pointer;
}

.top-right-drop {
    margin-left: 15px;
}

/* Header css start */
.header-second {
    padding: 10px;
    box-shadow: 0px 5px 10px #f0f0f0;
}

.header-second .navbar .navbar-nav .nav-item .nav-link {
    color: #323232;
    padding: 10px 25px;
    font-size: 13.5px;
    line-height: 24px;
    font-weight: 500;
}

.header-second .navbar .navbar-nav .nav-item .active {
    color: #29A0B1 !important;
}

.header-second .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #29A0B1 !important;
}

.header-second .navbar .navbar-brand {
    margin-right: 35px;
}

.lang-chng-box span {
    background-color: #29A0B1;
    color: #fff;
    border: 1px solid #29A0B1;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.text-theme {
    color: #29A0B1 !important;
}

.avatar-upload .avatar-preview {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-preview {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.avatar-preview #imagePreview {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    background-position: center;
    background-size: cover;
}

.upload-ico {
    background-color: #29a0b1;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 41%;
}

#imagePreview-2 {
    width: 300px;
    height: 150px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
}





.avatar-upload_2 .avatar-preview {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-upload_2 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.avatar-upload_2 #imagePreview {
    height: 200px;
    width: 200px;
    background-position: center;
    background-size: cover;
}

.profile-img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

label.error {
    color: red !important;
    font-size: 13px;
    display: flex;
    font-weight: 200 !important;
}


.header .navbar .navbar-nav .nav-item .dropdown-menu {
    background: #fff;
    border: none;
    box-shadow: 0 0 15px 0 #0000001a;
    transition: all .2s ease-in-out;
    width: auto;
    padding: 0;
}



.header .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ebebeb;
}

.header .navbar .navbar-nav .nav-item .dropdown-menu li a {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 25px;
}

.required .required {
    position: relative;
}

.required::after {
    content: "*";
    color: red;
    margin-left: 3px;
}

.change_pass_wrp i {
    position: absolute;
    bottom: 13px;
    right: 20px;
}

.delete_modal .modal-dialog {
    max-width: 550px;
}

.delete_modal .modal-body {
    padding: 40px 60px;
}

.confirmation_btns .btn {
    padding: 10px 30px;
    border-radius: 50px;
    margin: 0px 10px;
    border: 1px solid #dc3545;
}

.confirmation_btns .btn-outline {
    border: 1px solid #dc3545;
    color: #dc3545;
}

.confirmation_btns .btn-outline:hover {
    border: 1px solid #dc3545;
    background: #dc3545;
    color: #fff;
}

.account-Delete p {
    margin: 20px 0px;
}

.account-Delete img {
    margin-top: -20px;
}

.change_pass_wrp #password-error,
.change_pass_wrp #password1-error {
    position: absolute;
    bottom: -20px;
}

.mobile-header ul li a,
.mobile-header ul a.dropdown-toggle {
    color: #000;
}

.mobile-header .navbar-nav .dropdown-menu {
    position: static !important;
    border: 0;
    width: 250px !important;
    transform: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}


.mobile-header .navbar-nav .dropdown-menu .dropdown-item {
    padding: 10px 5px !important;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #ebebeb;
}

/* On Browser Dark Mode CSS */
.cat-data {
    color: #fff;
    margin: auto;
}

.bottom-sec p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.event-thumb img {
    width: 100%;
    height: 360px;
}
.rem-sec #checkbox-error {
	margin-top: 1px;
	margin-left: 0px;
	position: absolute;
	top: 15px;
}
.rem-sec #checkbox1-error {
	margin-top: 36px;
	position: absolute;
}
.book-summary {
	margin: 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}
.fas.fa-clipboard-list {
	font-size: 22px;
}
.ticketsmain {
    height: calc(100vh - 35vh);
    overflow: auto;
    padding: 5px 5px;
}
::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}



.nav-right-account img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 3px;
    border: 3px solid #29A0B1; 
    cursor: pointer;
    margin-right: 10px;
}

.nav-right-account .dropdown-menu .dropdown-item {
    padding: 8px 20px;
    font-weight: 500;
    transition: all .5s ease-in-out;
}

.nav-right-account .dropdown-menu li a i {
    margin-right: 5px;
}

.nav-right-account .dropdown-menu .dropdown-item:hover {
    background: 0 0;
    color: #29A0B1;
    padding-left: 22px;
}

.nav-right-account .dropdown-menu {
    border: none;
    min-width: 200px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    right: 0 !important;
    left: inherit;
}

.nav-right-account .dropdown-toggle {
    border: none;
    box-shadow: none;
    background: transparent;
    display: flex;
    align-items: center;
}

.name-txt{
    display: inline-block;
}
.promo_code{
    margin-top: 10px;
}
.promo_code .btn-apply {
    background: #000;
    color: #fff;
    height: 38px;
    padding: 5px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}


.promo_code .btn-applied {
    background: #3d3d3d;
    color: #fff;
    height: 38px;
    padding: 5px 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.promo_code label {
    color: #110404;
    font-weight: 600;
}

.search-text-div a {
    color: #29a0b1;
}
.search-text-div {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #072735;
    width: 100%;
    line-height: 20px;
}
.media-box img {
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    height: 250px;
}
.media4 img {
    width: 70%;
}
.media1 img {
    width: 70%;
    height: 250px; 
}
.media2 img {
    width: 100%;
    height: 250px;
}
.banner_desc p {
    font-size: 16px;
}
.iti__selected-flag {
    height: 36px !important;
}

.phone_css .iti__selected-flag {
    height: 48px !important;
}

