/*============================
Name:  YIIU
Version: 1.1.0
Description:
Author: YIIU
Version: 1.1.0
Author URI: https://yiiu.vip
============================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: thin;
}

a, a:hover {
    text-decoration: none;
    transition: .5s ease-in-out;
}
body {
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: var(--textColor);
}
body, html {
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Saira Semi Condensed", sans-serif;
    font-weight: 600;
    color: var(--headingColor);
}
p{
    margin: 0;
    font-size: 15px;
    color: var(--textColor);
    line-height: 22px;
}
ul,ol{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
input {
    background: none;
    border: none;
    outline: none;
}
img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.4s ease-in-out;
}
:root {
    --black: #000;
    --white: #ffffff;
    --primaryColor: #065e5e;
    --headingColor: #464646;
    --textColor:#636363;
}

/* ==============================
          BUTTON CSS AREA
=============================== */
.default-btn {
    font-size: 14px;
    font-weight: 400;
    color: var(--white);
    text-transform: uppercase;
    background: var(--primaryColor);
    padding: 10px 35px;
    display: inline-block;
    border:none;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.default-btn svg {
    margin-left: 4px;
}
.default-btn::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.4s ease-in-out;
    background: #00ddd2;
    border-radius: 100% 100% 5px 5px;
    z-index: -1;
}
.default-btn:hover:after {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    border-radius: 5px;
}
.default-btn:hover {
    transform: translateY(-5px);
    color: var(--black);
}
/* ==============================
          BUTTON CSS AREA
=============================== */

/* ==============================
          Heading CSS AREA
=============================== */
.heading-style{
    background: #f5f5f5;
    margin-bottom: 30px;
}
.heading-style h1 {
    font-weight: 600;
    font-size: 35px;
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    margin: 0;
}
.heading-style h1 span{
    width:35px;
    height: 35px;
    background: #c9c9c9;
    font-size: 20px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right:10px;
    position: relative;
    top: -5px;
}
@media(max-width:320px){
    .heading-style h1{
        font-size: 24px;
    }
}
/* ==============================
          Heading CSS AREA
=============================== */
.section-padding{
    padding:50px 0;
}




/*======== Header Section ========*/
.navbar-brand{
    padding: 0;
}
.navbar-brand img{
    width: 125px;
}
.navbar li{
    font-family: "Saira Semi Condensed", sans-serif;
    font-weight: 500;
}
.dropdown-menu{
    background: var(--white);
    box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.12);
    border:none;
    border-radius: 0;
    padding: 0;
}
.dropdown-menu li a{
    border-bottom: 1px solid #f5f5f5;
    padding:10px 15px;
}
.dropdown-menu li:last-child a{
    border-bottom:none;
}
.dropdown-item.active, .dropdown-item:active{
    background: var(--primaryColor);
}
.event-list-btn{
    font-family: "Saira Semi Condensed", sans-serif;
    border: 1px solid var(--primaryColor);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
    color: var(--primaryColor);
    font-size: 14px;
    font-weight: 500;
}
.event-list-btn:hover{
    background: var(--primaryColor);
    color: var(--white);
}
.log-btn{
    font-family: "Saira Semi Condensed", sans-serif;
    border: 1px solid var(--primaryColor);
    background-color: var(--primaryColor);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 10px;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
}
.log-btn:hover{
    background: transparent;
    color: var(--primaryColor);
}
.offcanvas{
    border:0 !important;
}
.offcanvas-header{
    background: #ebf2f2;
    padding: 10px 20px;
}
.offcanvas-header img{
    width:100px;
}
@media(max-width:480px){
    .navbar-brand img{
        width: 100px;
    }
}
/*======== //Header Section ========*/

/*====== Carousel Section =========*/
.carousel-indicators [data-bs-target]{
    width:10px;
    height: 10px;
    border-radius: 50%;
}
.carousel-caption{
    bottom: 10%;
}
/*====== Carousel Section =========*/

/*====== Event Items Style ========*/
.event-list-box{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    min-height:340px;
    padding: 10px;
    border-radius: 20px;
    position: relative;
}
.enent-details-hoder{
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    width: 92%;
}
.evlist-details-heading{
    padding:15px;
}
.ev-list-title{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.evlist-details-heading ul>li {
    font-size: 14px;
    color: var(--primaryColor);
}
.evlist-location{
    display: flex;
    align-items: start;
    border-top: 1px solid #e7e7e7;
    margin: 0 10px;
    padding: 10px;
}
.evlist-location span i{
    width: 25px;
    height: 25px;
    border: 1px solid var(--primaryColor);
    border-radius: 50px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 24px;
    color: var(--primaryColor);
    text-align: center;
}
.evlist-location p{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}
.evlist-book-btn{
    display: block;
    background: #e30e78;
    color: var(--white);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px;
}
.evlist-book-btn:hover{
    background: #00ddd2;
}
/*====== //Event Items Style ========*/

/*===== Popular Event====*/
.popular-event-silder-section .owl-prev{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #065e5e1f !important;
    border: 1px solid #6c6c6c !important;
    top: 35%;
    color: #6c6c6c !important;
    left: -20px;
}
.popular-event-silder-section .owl-next{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #065e5e1f !important;
    border: 1px solid #6c6c6c !important;
    top: 35%;
    color: #6c6c6c !important;
    right: -20px;
}

/*===== Upcoming Event====*/
.upcoming-events{
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size:contain !important;
    padding-bottom: 20px;
}
.upcoming-ev-left h1{
    font-size: 50px;
}
.upcoming-ev-list-item .upcoming-ev-image{
    height: 300px;
    border: 5px solid var(--white);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 10px;
    margin: 10px;
    overflow: hidden;
}
.upcoming-ev-list-item .upcoming-ev-image img{ 
    height: 300px;
    width: 100%;
    object-fit:cover;
}
.upcoming-ev-info{
    background:var(--white);
    padding:30px;
    margin: -50px 30px 20px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.upcoming-ev-info h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.upcoming-ev-info .evlist-location{
    margin: 0;
    padding: 10px 0;
}
.upcoming-ev-list-item-holder .owl-prev{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #065e5e1f !important;
    border: 1px solid #6c6c6c !important;
    top: 35%;
    color: #6c6c6c !important;
    left: -20px;
}
.upcoming-ev-list-item-holder .owl-next{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #065e5e1f !important;
    border: 1px solid #6c6c6c !important;
    top: 35%;
    color: #6c6c6c !important;
    right: -20px;
}
/*====== News Letter =====*/
.newslettre-section{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    padding:100px 0;
}
.newsletter-inner h2{
    text-align: center;
    color: var(--white);
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
}
.newslettre-section .form-control{
    border-radius: 0;
    height: 50px;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--white);
    font-size: 16px;
    color: var(--white);
}
.newslettre-section .form-control:focus{
    color: var(--white);
    background:transparent;
    border-color: var(--primaryColor);
    box-shadow: none;
}
.newsletter-inner input::placeholder{
    color: var(--white);
}
.newsletter-inner .default-btn{
    height: 50px;
}


/*===== Footer Section =====*/
.footer-section{
    background: #efefef;
    padding:50px 0;
}
.ftr-block h3{
    font-size: 22px;
    font-weight: 600;
    border-left: 3px solid var(--primaryColor);
    padding: 0 0 0 10px;
    margin-bottom: 20px;
}
.footer-logo-block img{
    margin-bottom: 25px;
}
.ftr-social{
    display: flex;
    align-items: center;
}
.ftr-social li a{
    display: inline-block;
    width:40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e30e78;
    text-align: center;
    line-height: 40px;
    color: var(--white);
}
.ftr-social li a:hover{
    background: var(--primaryColor);
}
.list-links li a{
    color: var(--headingColor);
    font-size: 16px;
    display: block;
    padding: 2px 15px;
}
.list-links li a:hover{
    color: var(--primaryColor);
    margin-left:10px;
}
.download_app_section a{
    display: block;
}
.download_app_section a img{
    width: 175px;
    margin-bottom: 15px;
}
.footer-copyright{
    background: #e1e1e1;
    padding:15px 0;
    text-align: center;
}
.footer-copyright p{
    margin: 0;
}
.footer-copyright p a{
    color: #e30e78;
}
.footer-copyright p a:hover{
    color: var(--primaryColor);
}


/*===============================================
            Help Center Style
================================================*/
.help-center-start {
    padding:60px 0 0;
}
.help-heading-center{
    margin-bottom: 25px;
}
.help-heading-center h1{
    margin: 0;
    text-align: center;
    font-size: 50px;
}
.help-center-container .nav-link{
    border-radius: 0px;
    border: none;
    color: #626262;
    font-size: 20px;
    font-weight: 500;
}
.help-center-container .nav-link.active{
    color: var(--primaryColor);
    border-bottom: 2px solid var(--primaryColor);
}
.attending-tab-content{
    padding:20px 0;
}
.articles-block-wrapper{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(340px, 445px));
    margin:15px 0 30px;
}
.articles-block-wrapper a{
    display: block;
    border-radius: 10px;
}
.articles-block-wrapper a:hover{
    box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.12);
}
.artical-list-links-item{
    border: 2px solid #ededed;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding:20px;
    height: 100%;
}
.artical-list-links-item .icon{
    font-size: 40px;
    color: #6e6e6e;
}
.artical-list-links-item .icon{
    font-size: 40px;
    color: #6e6e6e;
    margin-right:15px;
}
.artical-heading{
    font-size: 20px;
    font-weight: 500;
    color: #6e6e6e;
}
.artical-topic-wrapper{
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 328px));
    margin: 0 auto;
    max-width: 100%;
    margin-top:15px;
}
.artical-topic-wrapper a{
    display: block;
    border-radius: 10px;
}
.artical-topic-wrapper a:hover{
    box-shadow: 8px 8px 30px 0px rgba(0, 0, 0, 0.12);
}
.topic-list-item{
    border: 2px solid #ededed;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:20px;
    height: 100%;
    
}
.topic-list-item .topic-icon{
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #065e5e2b;
    color: var(--primaryColor);
    border-radius: 50%;
    margin-bottom: 10px;
}
.topic-list-item .topic-title{
    font-size: 20px;
    font-weight: 500;
    color: #6e6e6e;
}
.organizing-tab-content{
    padding:20px 0;
}

@media(max-width:1199px){
    .articles-block-wrapper{
        grid-template-columns: repeat(3, minmax(296px, 445px));
    }
}
@media(max-width:992px){
    .articles-block-wrapper{
        grid-template-columns: repeat(2, minmax(246px, 520px));
    }
    .help-heading-center h1 {
        font-size: 35px;
    }
    .artical-list-links-item{
        padding:10px;
        margin-bottom:5px;
    }
    .artical-list-links-item .icon {
        font-size: 30px;
    }
    .artical-heading {
        font-size: 16px;
    }
}
@media(max-width:767px){
    .help-center-left-block{
        margin-bottom: 25px;
        border-bottom: 1px dashed #9b9b9b;
        padding-bottom: 25px;
    }
    .help-center-start{
        padding:30px 0;
    }
    .help-heading-center h1{
        font-size:30px;
    }
    .help-heading-center {
        margin-bottom: 15px;
    }
    .articles-block-wrapper{
        grid-template-columns: repeat(2, minmax(246px, 520px));
    }
    .artical-heading{
        font-size: 18px;
    }
    .artical-topic-wrapper{
        grid-template-columns: repeat(2, minmax(0, 515px));
    }
}
@media(max-width:575px){
    .help-heading-center h1 {
        font-size: 24px;
    }
    .help-heading-center {
        margin-bottom: 10px;
    }
    .articles-block-wrapper{
        grid-template-columns: minmax(0, 695px);
    }
    .artical-heading {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }
    .artical-list-links-item .icon {
        font-size: 30px;
    }
    .artical-topic-wrapper{
        grid-template-columns: repeat(2, minmax(0, 515px));
    }
}
@media(max-width:480px){
    .help-center-container .nav-tabs .nav-item{
        width: 50%;
    }
    .help-center-container .nav-tabs .nav-item .nav-link{
        font-size:16px;
    }
    .artical-topic-wrapper{
        grid-template-columns: minmax(0, 700px);
    }
}
/*================== Quick Contact ===============*/
.quick-contact{
    border-top: 1px solid #e9e9e9;
    margin-top: 25px;
    padding: 50px 0;
    text-align: center;
}
.quick-contact h3{
    margin-bottom:25px;
}

/*===== Sign up style ======*/
.login-page-section{
    height: 100vh;
}
.login-page-section-inner{
    height: 100vh;
}
.login-page-section .col-lg-7{
    height: 100vh;
}
.login-form-section .form-heading img{
    width: 120px;
    margin-bottom: 25px;
}
.form-heading h3{
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 15px;
}
.form-control{
    border-radius: 0;
    height: 48px;
    background: transparent;
    border: none;
    border: 1px solid #a9a9a9;
    font-size: 15px;
    color: var(--headingColor);
    margin-bottom: 10px;
    border-radius: 5px;
}
.form-control:focus{
    box-shadow: 0 0px 10px 0 rgb(1 145 138 / 25%);
    border: 1px solid #048e8d;
}
.login-page-left-section{
    /*background: url('../img/login-bg.jpg');*/
    height:100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
.login-page-left-section:before{
    background: linear-gradient(360deg,#000000,#868aa200) !important;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.login-form-outer{
    margin: 50px 30px 50px 130px;
    height: 82%;
    display: flex;
    align-items: center;
}
.login-form-section{
    width: 100%;
}
.right-login{
    margin: 50px 130px 50px 30px;
}
.form-container p{
    font-size: 14px;
    color: #919191;
    margin: 20px 0;
}
.form-container p a{
    color: #0a85df;
    transition: .5s ease-in-out;
}
.form-container p a:hover{
    text-decoration: underline;
}
.new-ac-link {
    font-size: 14px;
    color: #0264b7;
    margin: 15px;
}
@media(max-width:1050px){
.login-form-outer {
    margin: 50px 30px 50px 100px;
}
.right-login{
    margin: 50px 100px 50px 30px;
}
.form-heading h3 {
    font-size: 30px;
    font-weight: 400;
}
}
@media(max-width:767px){
.login-page-section .col-lg-7 {
    height: 50vh;
}
.login-form-outer{
    margin: 30px;
    margin-top: -70px;
    position: relative;
    z-index: 11;
    background: var(--white);
    padding: 30px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height:100%;
}
.login-form-section .form-heading img{
    margin-top:15px;
}
}
@media(max-width:480px){
.login-page-section .col-lg-7 {
    height: 40vh;
}
.login-form-outer{
    margin: 15px;
    margin-top: -70px;
    position: relative;
    z-index: 11;
    background: var(--white);
    padding: 20px 15px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.form-container{
    margin-bottom:20px;
}
.form-heading{
    text-align: center;
}
.login-form-section .form-heading img {
    margin-bottom: 10px;
    margin-top: 25px;
}
.form-heading h3 {
    font-size: 24px;
    font-weight: 500;
}
.new-ac-link{
    text-align: center;
}
.new-ac-link {
    font-size: 12px;
    color: #0264b7;
    margin: 8px;
}
}

/*===================================
        Privacy Policy Style
====================================*/
.privacy-policy-section{
    padding: 50px 0;
}
.privacy-left-wrapper h1{
    margin-bottom: 15px;
}
.privacy-img img {
    border-radius: 0 !important;
    animation: sliderShape 8s linear infinite;
}
@keyframes sliderShape {
	0%, 100% {
	  border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
	  transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	}
	34% {
	  border-radius: 36% 64% 41% 59%/54% 41% 59% 46%;
	  transform: translate3d(1px, 5px, 2px) rotateZ(0.01deg);
	}
	50% {
	  transform: translate3d(0, 0, 0) rotateZ(0.01deg);
	}
	67% {
	  border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
	  transform: translate3d(-1px, -3px, -2px) rotateZ(0.01deg);
	}
}
.tp-custom-accordion .accordion-items {
	border-bottom: 1px solid #EBECF0;
	padding: 0 20px;
	position: relative;
	transition: 0.3s;
}
.tp-custom-accordion .accordion-items.tp-faq-active {
	box-shadow: 0px 20px 20px rgba(3, 4, 28, 0.08);
	border-radius: 0 0 20px 20px;
}
.tp-custom-accordion .accordion-items.boxsadow {
	box-shadow: none;
	border-radius: none;
}
.tp-custom-accordion .accordion-buttons {
	background: transparent;
	position: relative;
    color: var(--headingColor);
	width: 100%;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	padding: 20px 0;
    border:none;
}
@media (max-width: 767px) {
	.tp-custom-accordion .accordion-buttons {
	  	font-size: 18px;
	}
}
.tp-custom-accordion .accordion-buttons .accordion-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 1px solid var(--primaryColor);
	border-radius: 50%;
	transition: 0.3s;
}
.tp-custom-accordion .accordion-buttons .accordion-btn::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 2px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--primaryColor);
	border-radius: 2px;
}
.tp-custom-accordion .accordion-buttons .accordion-btn::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 12px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--primaryColor);
	border-radius: 2px;
	transition: 0.4s;
}
.tp-custom-accordion .accordion-buttons:not(.collapsed) {
	padding-bottom: 22px;
}
.tp-custom-accordion .accordion-buttons:not(.collapsed) .accordion-btn {
	border-color: var(--primaryColor);
}
.tp-custom-accordion .accordion-buttons:not(.collapsed) .accordion-btn::before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.tp-custom-accordion .accordion-body {
	padding: 0px 0 25px 0;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	padding-right: 35px;
}
.tp-custom-accordion  .accordion-body p{
    margin-bottom: 10px;
}
.tp-custom-accordion .accordion-body ul{
    margin-top: 15px;
}
.tp-custom-accordion .accordion-body ul li{
    margin-bottom: 10px;
    line-height: 20px;
}
.tp-custom-accordion .accordion-body ul li:before {
    content: "\f35a";
    font-family: "Font Awesome 5 free";
    display: inline-block;
    width: 1.5em;
}
@media (max-width: 767px) {
	.tp-custom-accordion .accordion-body {
		font-size: 14px;
		padding-right: 0;
	}
}
/*=========================================
         About Us Section Start
==========================================*/
.about-breadcrumb-section{
    height: 70vh;
    background-image: url('../img/about-bread.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
}
.about-breadcrumb-section::before {
    background-image: linear-gradient(to bottom, #4facfe00 0%, #000000b5 100%);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.about-breadcrumb-section .container{
    height: 100%;
}
.about-breadcrumb-inner{
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}
.breadcrumb-inner-contact{
    margin-bottom: 80px;
}
.about-breadcrumb-section h1{
    font-size: 60px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--white);
}
.about-breadcrumb-section p{
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    color: var(--white);
}
.about-area{
    background: var(--primaryColor);
    text-align: center;
    color: var(--white);
    padding: 60px 0;
}
.about-content h3{
    color: #fff;
    font-size: 34px;
}
.about-content h5{
    color: var(--white);
    font-weight: 300;
    margin-bottom: 30px;
}
.about-content p{
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
@media(max-width:480px){
.about-area{
    padding:30px 0;
}
.about-breadcrumb-section {
    height: 55vh;
}
.about-breadcrumb-section h1{
    font-size: 35px;
    margin-bottom: 10px;
}
}
/*===============================
        How to Section
================================*/
.how-to-section{
    padding: 50px 0 50px;
}
.how-to-item{
    width:100%;
    min-height: 340px;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.how-to-item-inner{
    min-height: 260px;
    background-color: #ffffff;
    padding: 20px 20px 30px;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 25%);
    transition: transform .8s;
}
.how-to-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: -70px auto 0;
    background: #57b1b7;
    border: 5px solid #ffffff;
}
.how-to-img img{
    width:50px;
    margin-top: 20px;
    transition: transform 1s;
}
.how-to-item-inner h4{
    height: 30px;
    width: 90%;
    background: var(--white);
    margin: 20px auto;
    position: relative;
    color: var(--headingColor);
    font-size: 20px;
    font-weight: 500;
}
.how-to-item-inner h4 span{
    color:#fff;
}
.how-to-item-inner h4::after{
    content: '';
    width: 40px;
    height: 30px;
    background: linear-gradient(to right, #fff0, #57b1b7);
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: -1;
}
.how-to-item-inner h4::before{
    content: '';
    width: 40px;
    height: 30px;
    background: linear-gradient(to right, #57b1b7, #fff0);
    position: absolute;
    left: -3px;
    bottom: -3px;
    z-index: -1;
}
.how-to-item-inner p{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color:var(--textColor);
}
.shadowOne{
    height: 200px;
    width: 80%;
    background-color: #57b1b7;
    position: absolute;
    border-radius: 30px;
    bottom: 0;
    left: 10%;
    z-index: 1;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 50%);
    transition: transform .8s;
}
.shadowTwo{
    height: 200px;
    width: 64%;
    background-color: #57b1b7;
    position: absolute;
    border-radius: 30px;
    bottom: 20px;
    left: 18%;
    z-index: 0;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 50%)
}
.how-to-item:hover .how-to-item-inner{
    transform: translateY(-50px);
}
.how-to-item:hover .shadowOne{
    transform: translateY(-35px);
}
.how-to-item:hover img{
    transform: rotate(360deg);
}
@media(max-width:480px){
.how-to-section {
    padding: 0px 0 50px;
}
}
@media(min-width:320px){
.how-to-item {
    margin-bottom: 0;
}
}
@media(min-width:576px){
.how-to-item {
    margin-bottom: 30px;
}
}
@media(min-width:768px){
  .how-to-item {
    width: 100%;
    min-height: 340px;
    position: relative;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
}
}
/*===============================
        How to Section End
================================*/
/*=================================
        Mission Vission
=================================*/
.our-mission-section{
    padding:0 0 25px;
}
.heading-section{
    margin-bottom: 30px;
}
.heading-section h1{
    font-size: 44px;
    font-weight: 800;
    color: #065e5e;
}
.mission-vision-left-block{
    box-shadow: 0 0 15px 0px rgb(0 0 0 / 50%);
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 30px;
    border-left: 5px solid var(--primaryColor);
    margin-bottom: 25px;
}
.mission-vision-left-block h3{
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
}
.mission-vision-left-block h3 span{
    color: var(--primaryColor);
}
.heading-section p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
}
.mission-block{
    padding:10px;
}
.mission-block h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.mission-block p{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
@media(max-width:480px){
.heading-section h1 {
    font-size: 34px;
}
}
/*==========================
      ready-request
============================*/
.ready-request{
    padding:0 0 20px;
  }
  .ready-request-items{
    text-align: center;
    margin-bottom: 30px;
  }
  .request-item-img{
    box-shadow: 0 0 15px 0px rgb(0 0 0 / 50%);
    padding: 10px;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #57b1b7a3;
    position: relative;
    transition: transform 1s;
  }
  .request-item-img img{
    width: 70px;
    transform: translate(-50%, -50%);
    top:50%;
    left:50%;
    position:absolute;
  }
  .ready-request-items:hover .request-item-img{
    transform: rotate(360deg);
  }
  .ready-request-items h1{
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
  }
  @media(min-width:320px){
  .request-item-img {
    width: 100px;
    height: 100px;
  }
  .ready-request-items h1 {
    font-size: 16px;
  }
  .request-item-img img {
    width: 50px;
  }
  }
@media(min-width:576px){
  .request-item-img {
    width: 120px;
    height: 120px;
  }
  .ready-request-items h1 {
    font-size: 20px;
  }
  .request-item-img img {
    width: 70px;
  }
}
/*=========================================
         About Us Section End
==========================================*/

/*=========================================
         Event List Section Start
==========================================*/
.breadcrumb-area{
    padding: 20px 0;
}
.breadcrumb{
    margin: 0;
}
.breadcrumb-item a{
    color: var(--primaryColor);
}
.popular-event-list{
    background: #f8f7fa;
    padding: 50px 0;
}
.popuar-event-list-lest h1{
    font-size: 50px;
    font-weight: 800;
}
.popuar-event-list-lest h1 span{
    display: block;
    font-size: 40px;
    font-weight: 600;
}
.popular-event-list .owl-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #065e5e1f !important;
    border: 1px solid #6c6c6c !important;
    top: 35%;
    color: #6c6c6c !important;
    left: -20px;
}
.popular-event-list .owl-next {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #065e5e1f !important;
    border: 1px solid #6c6c6c !important;
    top: 35%;
    color: #6c6c6c !important;
    right: -20px;
}
@media(max-width:767px){  
    .popular-event-list .owl-prev, .popular-event-list .owl-next{
        position: inherit;
        margin:0 10px;
    }
    .popular-event-list .owl-nav{
        text-align: center;
        margin-top:10px;
    }
}
@media(max-width:575px){
    .popular-event-list{
        padding:30px 0;
    }    
}
@media(max-width:480px){
    .popular-event-list{
        padding:30px 0;
    }
    .popuar-event-list-lest h1{
        font-size: 36px;
    }
    .popuar-event-list-lest h1 span{
        font-size: 26px;
    }    
}

/*========= Event showcase=====*/
.event-showcase-list{
    padding:30px 0;
}
.event-header{
    margin: 0 0 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #0f6464;
}
.event-header h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #0f6464;
}
/*=========== Celebrity List ============*/
.celebrity-list-banner{
    height:70vh;
    background-image: url('../img/celeb-hero.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
}
.celebrity-list-banner::before {
    background-image: linear-gradient(to bottom, #01242461 0%, #004b50 100%);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    opacity: .8;
}
.celebrity-list-banner>.container{
    height: 100%;
}
.celebrity-list-banner-container{
    display: flex;
    align-items: center;
    height: 100%;
}
.celeb-bnr-content{
    text-align: center;
}
.celebrity-list-banner h1{
    color: var(--white);
}
.celebrity-list-banner p{
    color: var(--white);
}
/*================================
      Our Services Section
==================================*/
.our-service-wrapper {
    position: relative;
    padding: 50px 0 30px;
}
.service-content {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.service-content .service-img {
    margin-right: 20px;
}
.service-content p {
    font-family: "Saira Semi Condensed", sans-serif;
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}
.service-content .get-now {
    color: var(--primaryColor);
    font-size: 18px;
}
.service-content .get-now i {
    transition: all 0.3s linear;
    position: relative;
    top: 2px;
}
.service-content .get-now:hover i {
    margin-left: 5px;
}
@media (max-width: 1400px){
    .service-content .service-img {
        margin-right: 15px;
    }
    .service-content .service-img img {
        max-width: 40px;
    }
    .service-content p {
        font-size: 20px;
        font-weight: 600;
    }
    .service-content .get-now {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .service-content p {
        font-size: 16px;
    }
}
/*================================
        Our Services Section End
==================================*/

/*=========================
  Our Celebritie Section
==========================*/
.FeaturedCelebrity{
    padding:0 0 50px;
}
.featured-rows{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.FeaturedCelebrity .heading-style{
    margin-bottom: 15px;
}
.sub-title{
    font-size: 14px;
    text-align: center;
    color: var(--textColor);
    line-height: 22px;
    margin-bottom: 30px;
}
.celebrity-item{
    width: 18%;
    position: relative;
    min-width: 203px;
    height: fit-content;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 16px;
    margin: 0 10px;
    overflow: hidden;
}
.FeaturedCelebrity .celebrity-item.even-col {
    margin-top: 25px;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 16px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: linear-gradient(0deg,#065e5e,#00000000) !important;
}
.celebrity-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.celebrity-item:hover .overlay {
    opacity: 1;
}
.cele-details{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 16px;
    color: var(--white);
    background: linear-gradient(1deg,#003434,#065e5e00) !important;
    padding: 70px 15px 15px;
    transition: .5s;
}
.cele-details h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--black--white);
}
.cele-details p{
    font-size: 14px;
    color: #ffeb00;
}
.star-rating ul{
    
}
.star-rating ul>li{
    display: inline-block;
    font-size: 20px !important;
    color: var(--headingColor);
    padding: 0 !important;
    border: none !important;
}
.star-rating ul>li.active-str{
    color: #fb8d00;
}
.celebrity-item:hover .cele-details{
    opacity: 0;
    transition: .5;
}
.text {
    color: white;
    font-size: 20px;
    position: absolute;
    padding: 0 15px;
    width: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -10%);
}
.text h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--white);
}
.text p{
    font-size: 14px;
    color: #ffeb00;
}
.text h4{
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #ffe000;
}
.text i{
font-size: 14px;
}
.text span{
    margin-left: 10px;
    font-weight: 400;
}
.text span i{
    text-decoration: line-through;
}
.book-btn{
    font-family: "Saira Semi Condensed", sans-serif;
    background: #ff0000;
    border: 2px solid transparent;
    color: #fff;
    display: inline-block;
    padding: 2px 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    border-radius: 20px;
    margin-top: 10px;
}
.book-btn:hover{
    background:transparent;
    border-color: #ff0000;
    color:#ff0000;
}
.featured-celeb-list-outer .owl-prev{
    color: #fff !important;
    position: absolute;
    top: 50%;
    left: -16px;
    background: #57B1B6 !important;
    width: 40px;
    height: 40px;
    font-size: 20px !important;
    border-radius: 50%;
}
.featured-celeb-list-outer .owl-prev:hover{
    background:#065e5e !important;
}
.featured-celeb-list-outer .owl-next{
    color: #fff !important;
    position: absolute;
    top: 50%;
    right: -9px;
    background: #57B1B6 !important;
    width: 40px;
    height: 40px;
    font-size: 20px !important;
    border-radius: 50%;
}
.featured-celeb-list-outer .owl-next:hover{
    background:#065e5e !important;
}

@media(min-width:320px){
  .featured-celeb-list-outer .owl-prev {
    left: -8px;
  }
  .featured-celeb-list-outer.owl-next {
    right: -8px;
  }
  }
  @media(min-width:992){
  .featured-celeb-list-outer .owl-prev {
    left: -10px;
  }
  .featured-celeb-list-outer .owl-next {
    right: -10px;
  }
  }
  @media(min-width:1200px){
  .featured-celeb-list-outer .owl-prev {
    left: -16px;
  }
  .featured-celeb-list-outer .owl-next {
    right: -16px;
  }
}
/*========================*/
.celebriti-list-items .nav-tabs{
    white-space: nowrap;
    overflow: auto;
    display: block;
    text-align: center;
}
.celebriti-list-items .nav-link{
    background: #dee9f0;
    display: inline-block;
    border-radius: 16px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 0 10px 5px 0;
    padding: 9px 15px;
}
.celebriti-list-items .nav-link i{
    font-size: 14px;
}
.celebriti-list-items .nav-link.active{
    background-color: var(--primaryColor);
    color: var(--white);
}
.celebriti-list-items .tab-content{
    padding:30px 0;
}
.celebriti-list-items .tab-content .celebrity-item{
    margin-bottom: 20px;
}
/*===============================
    Our Celebritie Section End 
  ================================*/

/*===============================
    Celebritie Details Section 
================================*/
.celeb-info-area{
    padding:50px 0;
}
.celebrity-profile-img-container{
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 5%);
}
.celebrity-profile-img-container img{
    height: 300px;
    width:100%;
    object-fit: cover;
}
.celebrity-video_list{
    position: relative;
}
.sample-video-wrapper{
    position: relative;
}
.celebrity-video_list video{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    background: #e7e7e7;
    margin: auto;
}
.celebrity-video_list .controls {
    position: absolute;
    bottom: 26px;
    right: 0%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}
.celebrity-video_list .controls button {
    background-color: #ff7300;
    color: #fff;
    border: none;
    width: 35px;
    height: 34px;
    cursor: pointer;
    font-size: 14px;
    line-height: 38px;
    border-radius: 50%;
    transition: .5s ease-in-out;
}
.celebrity-video_list .controls button:hover {
    background-color: var(--primaryColor);
    color: var(--white);
}
.sample-video-wrapper .owl-prev{
    background: #3ffff6 !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #099992 !important;
    transition: .5s;
    position: absolute;
    top: 40%;
    left: -15px;
}
.sample-video-wrapper .owl-prev:hover{
    background: var(--primaryColor) !important;
    color: var(--white) !important;
}
.sample-video-wrapper .owl-next{
    background: #3ffff6 !important;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #099992 !important;
    transition: .5s;
    position: absolute;
    top: 40%;
    right: -15px;
}
.sample-video-wrapper .owl-next:hover{
    background: var(--primaryColor) !important;
    color: var(--white) !important;
}
.celeb-name-area{
    margin-top: 20px;
}
.celeb-name-area .celeb-name-holder{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.celeb-name-area .celeb-name-holder h1{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
}
.celeb-name-holder span img{
    width: 26px;
    height: 26px;
}
.for-show-star {
    display: flex;
    align-items: center;
}
.view-coment-btn{
    background: var(--primaryColor);
    color: var(--white);
    padding: 5px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 5px;
    margin-left: 10px;
}
.review-comment-showing{
    margin-top:10px;
} 
.celeb-book-type-area{
    margin-top:20px;
}
.card-radio-btn .content_head {
    color: var(--black);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}  
.card-radio-btn .content_sub {
    color: var(--primaryColor);
    font-size: 18px;
    font-weight: 500;
}
.card-input-element + .card {
    width: 260px;
    height: 100px;
    margin: 10px 15px 10px 0;
    justify-content: center;
    color: var(--primary);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}
.card-input-element + .card:hover {
    cursor: pointer;
}
.card-input-element:checked + .card {
    background: #edfffd;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}  
.card-input-element:checked + .card::after {
    content: "\f058";
    color: var(--primaryColor);
    position: absolute;
    right: 5px;
    top: 5px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation-name: fadeInCheckbox;
    animation-name: fadeInCheckbox;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}  
@-webkit-keyframes fadeInCheckbox {
from {
    opacity: 0;
    -webkit-transform: rotateZ(-20deg);
}

to {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
}
}
  
@keyframes fadeInCheckbox {
from {
    opacity: 0;
    transform: rotateZ(-20deg);
}

to {
    opacity: 1;
    transform: rotateZ(0deg);
}
}
.celeb-request-sec{
    margin-top: 20px;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
}
.celeb-book-details label{
    font-family: "Saira Semi Condensed", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--headingColor);
}
/*=======================================
    Custom CSS for select element
=======================================*/
.custom-select {
    position: relative;
}
.custom-select select {
    display: none; 
}
.select-selected {
    background-color: var(--white);
    color: var(--textColor) !important;
    height: 48px;
    padding: 12px 15px;
    font-size: 14px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border-radius: 5px;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 23px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #898989 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #898989 transparent;
    top: 12px;
}
.select-items div{
    color: var(--headingColor);
    padding: 8px 16px;
    font-size: 14px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}
.select-items {
    position: absolute;
    background-color: var(--white);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    height: 215px;
    overflow: auto;
} 
.select-hide {
display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
/**==========*/
.celeb-book-details .form-control{
    background-color: var(--white);
    border:none;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    margin-bottom: 20px;
}
.celeb-book-details textarea{
    min-height: 150px;
}
.order-info-area h4{
    font-size: 20px;
    font-weight: 500;
}
.order-info-area ul>li{
    font-size: 14px;
    color: var(--primaryColor);
    font-weight: 500;
    margin-bottom: 5px;
}
.order-info-area ul>li:last-child{
    margin-bottom: 0;
}
.order-info-area ul>li span{
    font-weight: 400;
    color: var(--headingColor);
}
.order-info-area .form-check-input{
    border:1px solid var(--primaryColor);
    border-radius: 0px;
}
.order-info-area .form-check-input:checked {
    background-color: var(--primaryColor);
}
.order-info-area .form-check-input:focus{
    box-shadow: none;
}
.order-info-area .form-check-input a:hover{
    color: var(--primaryColor);
}
.book-now-btn{
    width: 100%;
    background: var(--primaryColor);
    color: var(--white);
    padding: 10px;
    margin-top: 20px;
}
.book-now-btn:active{
    background-color:#008d8b !important;
    color:#c2fffb !important;   
}
.book-now-btn:hover{
    background:#008d8b;
    color:#c2fffb;
}
.review-view-area{
    margin-top:20px;
}
.review-view-area h3{
    font-size: 24px;
}
.review-details-item{
    border: 1px dashed #ccc;
    background: #F7F9FA;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    margin-bottom: 25px;
}
.review-auther-name h2{
    font-size: 18px;
    color: var(--primaryColor);
    margin-bottom: 5px;
}
.review-auther-name .star-rating {
    margin-bottom: 10px;
}
.review-auther-name .star-rating ul>li{
    font-size: 14px !important;
}
.review-auther-name .star-rating ul>li span{
    color: var(--black);
    font-size: 20px;
    margin-left:5px;
}
.review-auther-name .star-rating ul>li.active-str {
    color: #fb8d00;
}
.about-celeb-details{
    margin-top:25px;
}
.about-celeb-details h3{
    font-size: 24px;
}
.celeb-about-content h4{
    font-size: 20px;
}
.celeb-about-content p{
    margin-bottom: 10px;
}
@media(max-width:991px){
    .card-input-element + .card{
        width: 200px;
    }
    .card-radio-btn .content_head{
        font-size: 14px;
    }
}
@media(max-width:767px){
    .celebrity-profile-img-container{
        margin-bottom: 25px;
    }
    .celebrity-video_list video{
        height: 400px;
    }
    .celeb-book-type-area{
        white-space: nowrap;
        overflow: auto;
        display: block;
        padding-bottom: 12px;
    }
}
@media(max-width:575px){
    .celebrity-video_list video{
        height: 500px;
    }
}
@media(max-width:480px){
    .celebrity-profile-img-container{
        margin-bottom: 25px;
    }
    .celebrity-video_list video{
        height: 400px;
    }
    .book-now-btn{
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        border-radius: 0;
        z-index: 1;
    }
}

/*=============================
        Celebrity Details 
==============================*/
.events-details-area{
    padding:50px 0;
}
.event-desc-img{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
    border: 10px solid #fff;
}
.ticket-details {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border:1px solid #c5c5c5;
}
.note-section p{
    display: flex;
    align-items: start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.note-section p i{
    line-height: 20px;
    margin-right: 5px;
}
.ticket-type{
    margin-top: 20px;
}
.ticket-heading{
    border-bottom: 1px solid #afafaf;
}
.ticket-heading p{
    font-size: 12px;
    color: #0f6464;
    font-weight: 600;
}
.ticket-data-type{
    padding:10px 0;
    border-bottom: 1px solid #afafaf;
}
.ticket-data-type p{
    font-size: 14px;
    font-weight: 600;
    line-height:30px;
}
.ticket-data-type p span{
    font-size: 14px;
    font-weight: 500;
    color: #353535;
}
.ticket-data-type .custom-select{
    margin: 0;
    font-size: 14px;
    height: 30px;
    line-height: 16px;
    border-radius: 5px;
    width: 100%;
}
.ticket-data-type .custom-select:focus {
    border:1px solid #000;
    outline: 0;
    box-shadow: none;
}
.event-details {
    margin-top: 40px;
}
.event-details h3{
    border-bottom: 1px solid #afafaf;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--primaryColor);
    padding-bottom: 5px;
}
.event-details ul{
    
}
.event-details ul>li{
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dashed #e0e0e0;
    padding: 5px 0;
    position:relative;
}
.event-details ul>li:last-child{
    border-bottom:none;
}
.event-details ul>li span{
    font-size: 13px;
    color: #4c4c4c;
    font-weight: 500;
}
.buy-ticket-btn {
    background: #ED0D65;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 25px;
    border-radius: 5px;
    display: table;
    margin-top: 10px;
    border: none;
    width: 100%;
}
.buy-ticket-btn:hover{
    background: var(--primaryColor);
    color: var(--white);
}
.share-item {
    padding: 10px;
    border-top: 1px dashed #dbdbdb80;
    text-align: center;
    display:flex;
    align-items: center;
  }
.share-item p{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #727272;
    margin: 0;
    margin-right: 10px;
}
.share-item a{
    border: 1px solid #a6a6a6;
    line-height: 35px;
    display: inline-block;
    font-size: 13px;
    color: #a6a6a6;
    border-radius: 50%;
    transition: .8s;
    margin-right: 10px;
    height: 35px;
    width: 35px;
}
.share-item a:hover{
    border:1px solid #7e7e7e;
    background:#7e7e7e;
    color:#fff;
}
.item-details h3{
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.item-details ul li{
    font-size: 16px;
    color: #838383;
    margin-bottom: 5px;
}
.item-details ul li i{
    font-size: 18px;
}
.details-event-area {
    margin-top:25px;
}
.details-event-area-left h3 {
    border-bottom: 1px solid #afafaf;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.location-right{
    margin-top: 25px;
}
.location-right a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
@media(max-width:991px){
    .ticket-details{
        margin-top: 20px;
    }
}
/*======================================
        ticket-checkout-section
=======================================*/
.ticket-checkout-section{
    padding: 40px 0;
}

.ticket-user-info{
}
.ticket-user-form{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
}
.ticket-user-form h3{
    font-size: 20px;
    font-weight: 600;
    margin:0;
    text-transform: uppercase;
    color: #000;
}
.guest-user-heading{
    margin-top:15px;
    margin-bottom: 10px;
    text-align: center;
}
.guest-user-heading h3{
    font-size: 24px;
    margin:0;
}
.ticket-user-form a{
    color: #fff;
    background: #ec1066;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 15px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
    transition: .5s;
}
.ticket-user-form a:hover{
    background:#8d8d8d;
    color:#fff;
}
.personal-details-input .md-form input[type=text], 
.personal-details-input .md-form input[type=email]{
    border: 1px solid #ced4da;
    width: 92.4%;
}
.personal-details-input p{
    border-bottom: 1px solid #d3d3d3;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.personal-details-input .md-form{
    margin-top: 10px;
    margin-bottom:10px;
}
.personal-details-input span{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    display: inline-block;
    font-weight: 500;
    color: #808080;
    text-transform: uppercase;
}
.personal-details-input .md-form .form-control{
    border-radius: 5px;
    font-size: 14px;
    padding: 12px;
}
.personal-details-input .md-form label{
    left: 12px;
    font-size: 14px;
    text-transform: uppercase;
}
.personal-details-input .md-form label.active{
    background: #fff;
    color: #048e8d !important;
}
.personal-details-input .md-form input[type=text]:focus:not([readonly]),
.personal-details-input .md-form input[type=email]:focus:not([readonly]){
    box-shadow: 0 0px 10px 0 rgb(1 145 138 / 25%);
    border: 1px solid #048e8d;
}
.personal-details-input .md-form .custom-select{
    height: 46px;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #7e7e7e;
}
.ticket-form-section .custom-control-label{
    font-size: 12px;
    font-weight: 500;
}
.ticket-form-section .custom-checkbox{
    margin-top:5px;
}
.book-btn-ticket{
    background: #ff0000;
    border: 2px solid transparent;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    border-radius: 20px;
    margin:0 auto;
    display:table;
    margin-top: 20px;
}
.book-btn-ticket:hover{
    border-color:#ff0000;
    background:transparent;
    color:#ff0000;
}
.right-ticket-summery{
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
}
.img-sec-ticket{
    width: 100%;
    margin: 0 auto;
}
.ticket-details-summery .item-details h3{
    font-size: 16px;
    margin: 10px 0;
}
.ticket-details-summery .item-details ul li {
    font-size: 14px;
    color: #838383;
    margin-bottom: 2px;
}
.ticket-details-summery .item-details ul li i{
    font-size: 15px;
}
.order-summery-section h3{
    border-top: 1px solid #afafaf;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 0 5px;
}
.order-summery-section .totals-table {
    position: relative;
    border-radius: 5px;
    list-style: none;
    padding: 0;
}
.order-summery-section .totals-table li {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}
.order-summery-section .totals-table li:last-child{
    border:none;
}
.order-summery-section .totals-table .col-title {
    font-size: 14px;
    color: #5a5a5a;
    font-weight: 500;
    text-align: left !important;
}
.order-summery-section .totals-table .col {
    position: relative;
    display: block;
    font-size:14px;
    float: left;
    padding: 5px 0;
    line-height: 24px;
    width: 50%;
    text-align: right;
}
.order-summery-section .totals-table li span{

}


/*========== Seating arrangement========*/
.table-map-area{
    text-align:center;
    margin-bottom:20px;
}
.btn-seating{
    background: var(--primaryColor);
    color: #fff;
    padding: 5px 10px;
    border-radius: 0;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}
.btn-seating:hover{
    background: #00d1d1;
    color:#fff;
}   
.seating-popup .modal-body{
    position:relative;
    padding: 5px;
}
.seating-popup .modal-body .close{
    background: #db0000;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
}
.seating-popup .modal-body .close span{
    color:#fff;
}

/*============== Choose Table================*/
.book-yur-tbl{
    margin-top: 20px;
    background: #efefef;
    padding: 10px;
}
.home-event-tbl-area-head{
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    margin-bottom:10px;
}
.home-event-tbl-area-head h1{
    margin:0;
    color: var(--headingColor);
    font-size: 22px;
}
.book-yur-tbl .home-event-heading {
    background: #f5f5f5;
    text-align: center;
    margin-bottom: 30px;
}
.book-yur-tbl .home-event-heading h1 {
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    color: #065e5e;
    font-weight: 700;
    font-size: 20px;
    background: #fff;
    display: inline-block;
    padding: 0 20px;
}
.soldout::before{
    background-color: #00000054;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.table-type-area{
    display:flex;
}
.view-tble-name{
    /*height: 102px;*/
    width:100px;
    padding: 10px;
    background: #D0F1F1;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 10px; */
    border-radius: 5px;
    transition: .5s;
    /*border: 2px solid #ccc;*/
    color: #949494;
    transition: .5s;
    margin-right: 5px;
    display:flex;
    align-items:center;
    position: relative;
}
.view-tble-name h4{
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    margin:0;
}
.view-tble-name:hover{
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px;
}
.view-table-others-details{
    padding: 10px 20px;
    background: #D0F1F1;
    border-radius: 5px;
    width:100%;
}
.select-table-area li{
    display:inline-block;
    width:49%;
}
.view-table-others-details p{
    font-size:14px;
    font-weight:600;
    color:#065e5e;
}
.ticket-indi{
    text-align: right;
    font-size: 12px !important;
    color: #f00 !important;
    margin-top: 5px;
}
.view-table-others-details .custom-select {
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    border: none;
}
@media(min-width:320px){
.select-table-area li{
    display:inline-block;
    width:100%;
}
}
@media(min-width:480px){
.select-table-area li{
    display:inline-block;
    width:49%;
}
}
@media(min-width:768px){
.select-table-area li{
    display:inline-block;
    width:100%;
}
}

/*======End Choose table=====*/

/*===== Ticket Payment Success ======*/
.header-section{
    box-shadow: 0px 0px 10px #00000038;
}
.ticket-booking-success{
    padding:0 0 40px;
    height:84vh;
}
.ticket-payment-success{
    box-shadow: 0 5px 25px rgb(56 255 0 / 34%);
    background-repeat: no-repeat !important;
    background-position: center center !important;
    transition: .5s;
    border-radius: 10px;
    overflow: hidden;
}
.ticket-payment-success .succ-icon-sec img{
    width:100px;
}
.success-msg h5{
    color: #64c003;
    font-size: 24px;
    font-weight: 700;
}
.success-msg p{
    font-size:18px;
}
.payment-status{
    text-align: center;
    border-bottom: 1px dashed #cacaca;
    padding: 0 0 20px;
    background: #ffffffb5;
}
.success-ticket-data{
    padding: 20px;
}
.success-ticket-data h2{
    font-size:20px;
    color:#000;
}
.success-ticket-data h4{
    font-size:15px;
    color:#000;
}
.success-ticket-data h4 span{
    color:#767676;
}
.success-ticket-data h6{
    font-size:15px;
    color:#000;
}
.success-ticket-data h6 span{
    color:#767676;
}
.success-ticket-data p{
    font-size:14px;
    color:#000;
}
.success-ticket-data p span{
    color:#767676
}
.success-ticket-data a{
    background: #dc4c64;
    display: block;
    color: #fff;
    padding: 6px;
    margin-top:20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 8px 9px -4px rgba(209, 72, 95, 0.3), 0 4px 18px 0 rgba(209, 72, 95, 0.2);
}
    
