 
body
{
    font-family: 'Poppins', sans-serif; 
}
.newhome-ui-box .btn,
.newhome-ui-box h1,
.newhome-ui-box h2,
.newhome-ui-box h3,
.newhome-ui-box h4,
.newhome-ui-box h5, 
.newhome-ui-box h6 
{
    font-family: 'Poppins', sans-serif; 
}

.wrap-text-line
{
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* height:3em; */
    
}
.downloadalign-box-middle
{
    display:flex;
    align-items: center;
}

.newhome-ui-box .spacing-top-bottom-home {
    padding-top: 0px;
    padding-bottom: 50px;
}
.newsearch-ui-box .newsearch-ui-events.newhome-ui-events-spacing 
{
    padding-top: 30px;
    padding-bottom: 30px;
}

.newhome-ui-box .bg-grey
{
     /* background-color: #E6E8EC; */
    background-color:#e4f5f9;
    /* background-image: url(https://www.ticketbud.com/wp-content/uploads/2023/08/Frame-2497@3x.png);
    background-size: contain; */
    
}
.newhome-ui-box .bg-grey-dark
{
    /* background-color: #333333; */
    background-image: linear-gradient(45deg, #00C9FF, #92FE9D 100%);
}
.newhome-ui-box  .btn-home-grey-outline
{
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    color: #00322E;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
    padding: 3px 10px;
    box-shadow: none;
} 
.newhome-ui-box  .btn-home-grey-outline:hover,
.newhome-ui-box  .btn-home-grey-outline:focus
{
    background:#cecfcf;
    border: 1px solid #cecfcf;
    box-shadow: none;
    outline:0;
}
.newhome-ui-box  .btn-home-grey
{
    background: #E6E8EC;
    border: 1px solid #E6E8EC;
    border-radius: 50px;
    /* color: #333333; */
    color: #00322E;
    font-size: 1.4rem;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
    padding: 3px 10px;
    box-shadow: none; 
}
.newhome-ui-box  .btn-home-grey:hover,
.newhome-ui-box  .btn-home-grey:focus
{
    background:#cecfcf;
    box-shadow: none;
    outline:0;
}

.newhome-ui-box  .btn-grey-large
{
    padding: 10px 20px;
    font-size: 1.8rem;
    /* font-weight:600; */
}
.newhome-ui-box  .btn-grey-medium
{
    padding: 7px 15px;
    font-size: 1.4rem;
    /* font-weight: 600; */
}
.newhome-ui-box  .btn-grey-small
{
    padding: 3px 5px;  
    font-size:1.2rem;
}



.newhome-ui-box  .btn-see-more
{
    /* background-image: linear-gradient(to right, #92FE9D 0%, #00C9FF 51%, #00C9FF 100%); */
    background-image: linear-gradient(to right, #92FE9D, #00C9FF);
    transition: 0.5s;
    /* background-size: 200% auto;  */
    color:#0B2338;  
    border-radius: 50px; 
    font-size: 1.8rem;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
    padding: 10px 80px;
    box-shadow: none;
    border:none;
}
.newhome-ui-box  .btn-see-more:hover
{  
    color:#000000;  
    /* background-position: right center;
    background-image: linear-gradient(to right, #00C9FF 0%, #00C9FF 51%, #92FE9D 100%); */
}


.newsearch-ui-box .newsearch-ui-events .newsearch-ui-events-list .newsearch-ui-events-item.events-space-mb
{
    margin-bottom:15px;
}


/*top banner promotional image corousel  */
.newhome-ui-banner .home-promotion-banner-corousel .home-promotion-banner-img
{
    padding:0;
    height:400px;
}
.newhome-ui-banner .home-promotion-banner-corousel.owl-carousel .owl-prev, 
.newhome-ui-banner .home-promotion-banner-corousel.owl-carousel .owl-next 
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0px solid #ffffff;
    color: #FFF;
    background: #ffffff;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    padding: 0;
    margin:0;
}

.newhome-ui-banner .home-promotion-banner-corousel.owl-carousel .owl-nav [class*=owl-] 
{
    background: #ffffff !important;
}
.newhome-ui-banner .home-promotion-banner-corousel.owl-carousel .owl-controls .owl-prev i, 
.newhome-ui-banner .home-promotion-banner-corousel.owl-carousel .owl-controls .owl-next i 
{ 
    font-size: 20px;
    color: #333333;
    line-height: 40px;
}
.newhome-ui-banner .home-promotion-banner-corousel.owl-carousel .owl-prev {
    left: 30px;
}
.newhome-ui-banner .home-promotion-banner-corousel.owl-carousel .owl-next {
    right:30px;
}
.newhome-ui-banner .home-promotion-banner-corousel.owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
    background: #A3A3A3;
}
.newhome-ui-banner .home-promotion-banner-corousel.owl-theme .owl-dots .owl-dot.active span 
{
    background: #ffffff;
    width: 12px;
    height: 12px;
}
.newhome-ui-banner .home-promotion-banner-corousel.owl-theme .owl-dots
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}
/*top banner promotional image corousel  */


/*top featured slider */

.newhome-ui-banner  .align-fatured-event-middle
{
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.newhome-ui-banner .home-text-msg .home-text-msg-h3
{
    font-size: 60px;
    /* font-weight: bold; */
    font-weight: 600;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 60px;
    text-shadow: 0px 4px 4px #807f7f;
}
.newhome-ui-banner .home-text-msg .home-text-msg-h5
{
    font-size: 24px;
    /* font-weight: 500; */
    font-weight: 400;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0px;
    font-style:normal;
}
.newhome-ui-banner .short-tg-logo-size
{
    width:300px;
    height:auto;
    vertical-align: middle;
}
.newhome-ui-banner .home-featured-event .home-feature-event-item
{
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom:10px;
}
.newhome-ui-banner .home-featured-event .home-feature-event-item .home-feature-event-image-size
{
    width: 100%;
    height: 200px;
    padding: 0;
    border-radius: 10px 10px 0 0;

    max-height: 100%;
    max-width: 100%;
    /* object-fit: cover; */
}
.newhome-ui-banner .home-featured-event .home-feature-event-item .home-feature-event-item-buynow 
{
    padding:10px;
}
.newhome-ui-banner .home-featured-event .home-feature-event-item .home-feature-event-item-buynow h3
{
    font-size: 16px;
    color: #333333;
    font-weight:700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.newhome-ui-banner .home-featured-event.owl-theme .owl-dots .owl-dot.active span 
{
    background: #ffffff;
    width: 12px;
    height: 12px;
}
.newhome-ui-banner .home-featured-event.owl-theme .owl-dots .owl-dot span 
{ 
    margin: 5px 3px;
    /* background: #A3A3A3; */
    background:#706e6e;
}
.newhome-ui-banner .home-featured-event.owl-carousel .owl-nav [class*=owl-] {
    color: #333333;
    background: #ffffff;
    width: 30px;
    height:30px;
    line-height: 30px;
    padding: 0;
    border-radius: 5px;
    border-radius:5px;
    transform: translateY(-50%);
}
.newhome-ui-banner .home-featured-event.owl-carousel .owl-nav [class*=owl-] i.fa {
    line-height: 30px;
    font-size: 14px;
    color:#333333;
}
.newhome-ui-banner .home-featured-event.owl-carousel .owl-prev, 
.newhome-ui-banner .home-featured-event.owl-carousel .owl-next 
{
    position: absolute;
    top: 50%;
    /* margin-top: -20px !important; */
    margin-top: 0px !important;
    margin: 0;
}
.newhome-ui-banner .home-featured-event.owl-carousel  .owl-prev {
    left: -15px;
}
.newhome-ui-banner .home-featured-event.owl-carousel .owl-next {
    right: -15px;
}





/*top featured slider */

/*browse dropdown  */
.newhome-browse-dropdown
{

}

.newhome-ui-box .newhome-browse-dropdown-box .newhome-browse-dropdown-child
{
    display:flex;
    align-items: center;
}
.newhome-ui-box .newhome-browse-dropdown-box h3.browsing-in-title
{
    font-size:16px;
    color:#000000;
    margin-top:0;
    margin-bottom:0;
    font-weight:500;
    padding-right:30px;
}

.newhome-ui-box .newhome-browse-dropdown-box .home-select-dropdown
{
    height:40px;
    width:250px;
    box-shadow:none;
    outline:0;
    border:none;
    color:#0080C5;
    font-weight: 500;
    font-size:16px;
    padding-left: 30px;
    
}
.newhome-ui-box .newhome-browse-dropdown-box .caret
{
    position: absolute;
    left: 0;
    top: 10px;
}
.newhome-ui-box .newhome-browse-dropdown-box .dropdown-menu.newhome-browse-dropdown-menu>li>a {
    padding: 15px 30px;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #0B2338;
    font-size: 14px;
    border-bottom: 1px solid #C7CCD3;
}
.newhome-ui-box .newhome-browse-dropdown-box .dropdown-menu.newhome-browse-dropdown-menu { 
    min-width: 250px;
    padding: 0px 0;
    border-radius: 0;
    border: none; 
}
.newhome-ui-box .newhome-browse-dropdown-box .dropdown-menu.newhome-browse-dropdown-menu li.active a
{
    background-color:#E6E8EC;
}

.newhome-ui-box .newhome-browse-dropdown-box .caret {
    width: 10px;
    height: 10px;
    border: none;
    font-family: 'fontawesome';
    color: #0080C5;
  }
  
  .newhome-ui-box .newhome-browse-dropdown-box .caret:before {
    content: "\f078";
  }
.browse-divider
{
    border-top: 1px solid #C7CCD3;
    border-bottom: 1px solid #C7CCD3;
    padding: 15px 0;
}
 
/*browse dropdown  */


/*scrollable tabs*/

.newhome-browsing-wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	padding:5px;
  	height:50px;
    width: auto;
}

.newhome-browsing-pills {
    position:absolute;
    left:0px;
    top:0px;
  	min-width:3000px;
  	margin-left:0px;
    margin-top:0px;
}
.nav.newhome-browsing-pills>li>a 
{
    padding: 10px 25px;
    background: #c9eff8;  
    border-radius: 20px !important;
    /* color:#393939; */
    color:#333333;
    font-size:14px;
    text-transform: capitalize;
    font-weight: 500;
}
.nav.newhome-browsing-pills>li>a:hover
{ 
    /* background: rgb(209 209 209); */
}
.nav.newhome-browsing-pills>li.active>a 
{ 
   /* background: #0080C5; */
    background: linear-gradient(45deg, #92FE9D 0%, #00C9FF 100%);
    /* background: linear-gradient(45deg, #05abe0 0%, #94c83d 100%); */
    color:#000000; 
}
.newhome-browsing-pills li{
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
    margin-right:20px;
}
.tab-content.newhome-browsing-tab-content
{
    padding-top:0;
    padding-bottom:0;
}
.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:11px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}

.scroller-right{
  float:right;
}

.scroller-left {
  float:left;
}

 
.hori-scroll.newhome-browsing-wrapper 
{ 
    overflow-x: auto; 
    width: auto;
    overflow-y: hidden;
    height:60px;
}
.hori-scroll .newhome-browsing-pills 
{
    min-width: auto;
    width: max-content;
    position:relative;
    /* margin:auto; */
}
 
 
/*scrollable tabs*/



/* category section*/
.newhome-ui-box .newhome-category .newhome-category-ul
{
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    display: inline-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* gap:30px; */
    justify-content: center;
    margin: 0 auto;  
    overflow-x: auto;
    overflow-y: hidden;
}
.newhome-ui-box .newhome-category .newhome-category-ul li.newhome-category-li
{ 
    list-style-type: none;
    padding-left:25px;
    padding-right:25px;
}
.newhome-ui-box .newhome-category .newhome-category-item
{
    text-align:center;
}
.newhome-ui-box .newhome-category .newhome-category-item .newhome-category-size
{ 
   width: 100px;
  
}
.newhome-ui-box .newhome-category .newhome-category-item .newhome-category-title
{ 
    font-size: 14px;
    color: #0B2338;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
.newhome-ui-box .newhome-category .newhome-category-item:hover .newhome-category-size
{
    filter: gray; 
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
}
.newhome-ui-box .newhome-category .newhome-category-item:hover .newhome-category-title
{
    color:#3399FF;
}
/* category section*/


/*category corousel css*/
.newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item
{
    text-align:center;
}
.newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item .categoryitems-image-size
{ 
   width: 100px; 
   padding:0;
   margin-left:auto;
   margin-right:auto;
}
.newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item  .categoryitems-corousel-title
{ 
    font-size: 14px;
    color: #0B2338;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 500;
    text-transform: capitalize;
}
.newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item:hover .categoryitems-image-size
{
    filter: gray; 
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
}

.newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item:hover .categoryitems-corousel-title
{
    color:#3399FF;
}

/*category corousel css*/






/*organizer corousel*/
.newhome-ui-box .homeorganizer-corousel .homeorg-box-item
{
    background-color: #ffffff;
    /* padding: 25px 10px; */
    padding: 10px 10px; 
    border-radius: 10px;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    margin: 3px;
    margin-bottom: 15px; 
    transition: 0.3s;
}


/* .newhome-ui-box .homeorganizer-corousel .homeorg-box-item::before {
    border-right: none !important;
    border-bottom: none !important;
    transform-origin: 0 0;
}
.newhome-ui-box .homeorganizer-corousel .homeorg-box-item::after {
    border-left: none !important;
    border-top: none !important;
    transform-origin: 100% 100%;
}


.newhome-ui-box .homeorganizer-corousel .homeorg-box-item:hover::before, 
.newhome-ui-box .homeorganizer-corousel .homeorg-box-item:hover::after {
    transform: scaleX(1);
}


.newhome-ui-box .homeorganizer-corousel .homeorg-box-item::before, 
.newhome-ui-box .homeorganizer-corousel .homeorg-box-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #3399FF;
    transform: scale(0);
    transition: 0.3s;
    border-radius: 10px;
} */




.newhome-ui-box .homeorganizer-corousel .homeorg-photo-size
{
    width: 65px;
    height: 65px;
    padding: 1px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #eae0e0;
    border-radius: 50%
}

.newhome-ui-box .homeorganizer-corousel h3.homeorg-name
{
    color: #000000;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align:left;
    line-height: normal;
}

.newhome-ui-box .homeorganizer-corousel .homeorg-followers
{
    color: #A8ABAD;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom:0px;
    text-align:left;
    letter-spacing: 1.2px;
}
  
.newhome-ui-box .homeorganizer-corousel  .btn-home-grey-outline.homeorg-followers-btn
{
    /* background: #ffffff;
    border: 1px solid #0B2338; 
    color: #00322E; */
    background: #ffffff;
    border: 1px solid #0080C5; 
    color: #0080C5;
    border-radius: 5px;
    font-size: 1.4rem; 
    padding: 3px 5px; 
    min-width: 100px;
    
} 
.newhome-ui-box .homeorganizer-corousel .btn-home-grey-outline.homeorg-followers-btn:hover,
.newhome-ui-box .homeorganizer-corousel .btn-home-grey-outline.homeorg-followers-btn:focus
{
    background:#ffffff;
    border: 1px solid #0080C5; 
    box-shadow: none;
    outline:0;
}
.newhome-ui-box .homeorganizer-corousel  .btn-home-grey-outline.homeorg-followers-btn.btn-org-followed
{
    /* background:#0B2338;
    border: 1px solid #0B2338; */
    background:#0080C5;
    border: 1px solid #0080C5; 
    color:#ffffff;
}
.newhome-ui-box .homeorganizer-corousel.owl-theme .owl-nav [class*=owl-] 
{
    color: #FFF;
    background: #5f5e5e;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding:0;
    border-radius: 5px;
}
.newhome-ui-box .homeorganizer-corousel.owl-theme .owl-nav [class*=owl-]  i.fa
{ 
    line-height: 30px;
    font-size: 14px;
}
.newhome-ui-box .homeorganizer-corousel.owl-carousel 
{
    position: relative;
    
}
.newhome-ui-box .homeorganizer-corousel.owl-carousel .owl-prev,
.newhome-ui-box .homeorganizer-corousel.owl-carousel .owl-next 
{
    position: absolute;
    top: 50%;
    margin-top: -20px !important;  
    margin:0;
}
.newhome-ui-box .homeorganizer-corousel.owl-carousel  .owl-prev 
{
    left: -10px;
}
.newhome-ui-box .homeorganizer-corousel.owl-carousel .owl-next 
{
    right: -10px;
}
/*organizer corousel*/



/*popular cities css  */
.newhome-ui-box .popular-cities-corousel .event-cities
{
    text-align: center;
    position: relative;
    color: #fff;
}
.newhome-ui-box .popular-cities-corousel .event-cities:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    transition:all 0.3s ease 0s;
    opacity: 0;
    border-radius: 20px 20px 0 0;
}
.newhome-ui-box .popular-cities-corousel .event-cities:hover:before
{
    opacity: 1;
}
.newhome-ui-box .popular-cities-corousel .event-cities img
{
    width: 100%;
    height: auto;
    padding:0;
    border-radius: 20px 20px 0 0;
}
.newhome-ui-box .popular-cities-corousel .event-cities .event-cities-content
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px;
    background-color: #03a9f4b8;
    transition: all 0.3s ease 0s;
}
.newhome-ui-box .popular-cities-corousel .event-cities:hover .event-cities-content
{
    bottom: 40%;
    transition:all 0.3s ease 0s;
}
.newhome-ui-box .popular-cities-corousel .event-cities .event-cities-content .event-city-name
{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: capitalize;
    transition:all 0.3s ease 0s;
    
}
.newhome-ui-box .popular-cities-corousel .event-cities:hover .event-cities-content .event-city-name
{
    transform:translateY(0px);
    transition-delay:0.3s;
}
 

.newhome-ui-box .custom-owl-nav .custom-nav-btn
{
    /* width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #b2adad;
    border-radius: 2px;
    color: #ffffff;
    border-radius: 50%; */

    color: #FFF;
    background: #5f5e5e;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding:0;
    border-radius: 5px;
}
.newhome-ui-box .custom-owl-nav .custom-nav-btn:hover 
{ 
    background-color: #6c6a6a; 
}
.newhome-ui-box .custom-owl-nav .custom-nav-btn i.fa
{
    line-height: 25px;
    font-size: 14px;
}
 
.newhome-ui-box .popular-cities-corousel.owl-theme .owl-nav [class*=owl-] 
{
    color: #FFF;
    background: #5f5e5e;
    width: 30px;
    height:30px;
    line-height: 30px;
    padding:0;
    border-radius: 5px;
}
.newhome-ui-box .popular-cities-corousel.owl-theme .owl-nav [class*=owl-]  i.fa
{ 
    line-height: 30px;
    font-size: 14px;
}
.newhome-ui-box .popular-cities-corousel.owl-carousel 
{
    position: relative;
    
}
.newhome-ui-box .popular-cities-corousel.owl-carousel .owl-prev,
.newhome-ui-box .popular-cities-corousel.owl-carousel .owl-next 
{
    position: absolute;
    top: 50%;
    margin-top: -10px !important;  
    margin:0;
}
.newhome-ui-box .popular-cities-corousel.owl-carousel  .owl-prev 
{
    left: -10px;
}
.newhome-ui-box .popular-cities-corousel.owl-carousel .owl-next 
{
    right: -10px;
}
/*popular cities css  */


/* trending searches */
.newhome-ui-box .treanding-search-list .treanding-search-box.treanding-home-box
 { 
    background-color: #ffffff;
    border: 1px solid #C0BABA;  
    text-transform: capitalize;
}
.newhome-ui-box .treanding-search-list .treanding-home-box.treanding-cities-active,
.newhome-ui-box .treanding-search-list .treanding-home-box.treanding-home-searches-active
{
    color:#0080C5;
}
 

.newhome-ui-box .download-app-section .downloadimg-size
{
    width: 400px;
    max-width: 100%;
}

.newhome-ui-box .download-app-section .download-app-details
{
    text-align:center;
}

.newhome-ui-box .download-app-section .download-app-details h3.download-text
{
    font-size:60px;
    font-weight:700;
    font-style:normal;
    margin-top:0;
    margin-bottom:10px;
    text-transform: uppercase;
    color:#333333;
}


.newhome-ui-box .download-app-section .download-app-details h5.download-subtext
{
    font-size:40px;
    font-weight:700;
    font-style:normal;
    margin-top:0;
    margin-bottom:10px;
    text-transform: uppercase;
    color:#333333;
}

.newhome-ui-box .download-app-section .download-app-details p.download-para
{
    font-size:16px;
    font-weight:400;
    font-style:normal;
    margin-top:0;
    margin-bottom:30px;
    text-transform: inherit;
    color:#333333;
}
.newhome-ui-box .download-app-section .download-btn-details  
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.newhome-ui-box .download-app-section .download-btn-details  .download-btn-details-child
{
    padding-right:20px;
}
.newhome-ui-box .download-app-section .download-btn-details  .download-btn-details-child:last-child
{
    padding-right:0px;
}
.newhome-ui-box .download-app-section .download-btn-details .download-btn-img
{
    width: 180px;
}
.newhome-ui-box .download-app-section .download-btn-details .qrcode-size
{
    width: 150px;
    max-width: 100%;
}

.see-more-btn-spacing
{
    margin-top:20px;
    margin-bottom:0px;
}


.custom-prev-btn[disabled],
.custom-next-btn[disabled] {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0.5;
    pointer-events: none;
}

 
/*top venues css */ 

.newhome-ui-box .topvenues-corousel .topvenues-box-item {
    background-color: #ffffff;
    padding:10px;
    border-radius: 10px;
    text-align: center;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    box-shadow:0px 4px 4px 0px rgba(0,0,0,0.09);
    position: relative;
    margin: 3px;
    margin-bottom: 20px;
    border: 1px solid #dbdce6;
    transition: 0.3s;
}
.newhome-ui-box .topvenues-corousel .topvenues-box-item.topvenues-box-item-m0
{
    margin: 0px;
    margin-bottom: 20px;
}
.newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-image-size
{ 
    padding: 0px;
    border-radius: 20px;
    margin-bottom: 15px;
    width: 100%;
    height: 200px;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}
.newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-detail
{
    text-align:left;
}
.newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-detail .topvenues-name
{
    color: #0B2338;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: normal;
}


.newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-detail .topvenues-loc-detail
{
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    gap: 5px;
}
.newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-detail .topvenues-loc-detail  .topvenues-loc-icon
{
    width: 20px;
    height: auto;
    padding: 0; 
}
.newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-detail .topvenues-loc-detail .topvenues-loc
{
    color:#5A6872;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.4;
    letter-spacing: 0.7px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.newhome-ui-box .topvenues-corousel.owl-theme .owl-nav [class*=owl-] 
{
    color: #FFF;
    background: #5f5e5e;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding:0;
    border-radius: 5px;
}
.newhome-ui-box .topvenues-corousel.owl-theme .owl-nav [class*=owl-]  i.fa
{ 
    line-height: 30px;
    font-size: 14px;
}
.newhome-ui-box .topvenues-corousel.owl-carousel 
{
    position: relative;
    
}
.newhome-ui-box .topvenues-corousel.owl-carousel .owl-prev,
.newhome-ui-box .topvenues-corousel.owl-carousel .owl-next 
{
    position: absolute;
    top: 50%;
    margin-top: -20px !important;  
    margin:0;
}
.newhome-ui-box .topvenues-corousel.owl-carousel  .owl-prev 
{
    left: -10px;
}
.newhome-ui-box .topvenues-corousel.owl-carousel .owl-next 
{
    right: -10px;
}
/*top venues css */ 
.tag-strip 
{
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 50px;
    color: #00322E;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 8px;
}
.tag-strip img 
{
    width: 15px;
    margin-right: 5px;
}
.tag-strip1 {
    background: rgb(255, 241, 235);
    background: linear-gradient(90deg, #92FE9D 10%, #00C9FF 100%);
}
.tag-strip2 {
    background: rgb(255, 241, 235);
    background: linear-gradient(90deg, #FFECD2 10%, #FCB69F 100%);
}



.tag-strip.tag-stripsold-out
{ 
    color: #FF4A4A; 
}
.tag-strip3 {
    background: #ffffff;
    border:1px solid #FCB69F;
    /* background: linear-gradient(90deg, #FFECD2 10%, #FCB69F 100%); */
}






@media (max-width: 767px)  
{
 
    .newhome-ui-banner .home-promotion-banner-corousel .home-promotion-banner-img { 
        height: auto;
    }
    .newhome-ui-banner .home-promotion-banner-corousel.owl-theme .owl-controls 
    {
        display: block;
    }
   

    .newhome-ui-box .newhome-browse-dropdown-box .newhome-browse-dropdown-child {
        /* display: block;  */
        /* justify-content: space-around; */
        justify-content:space-between;

        
    }
    .newhome-ui-box .newhome-browse-dropdown-box h3.browsing-in-title 
    {
        font-size: 13px; 
        margin-bottom: 0px; 
        padding-right: 0;
        width:45%
    }
    .newhome-browse-dropdown 
    {
        width: 55%;
    }
    .newhome-ui-box .newhome-browse-dropdown-box .home-select-dropdown {
        height: 40px;
        width: 100%;
        font-size:14px;
        /* border: 1px solid #dcdada;
        border-radius: 5px; */
        padding-left:25px;
        padding-right: 0;
    }
    .newhome-ui-box .newhome-browse-dropdown-box .dropdown-menu.newhome-browse-dropdown-menu {
        min-width: 100%; 
    }
    .newhome-ui-box .newhome-browse-dropdown-box .dropdown-menu.newhome-browse-dropdown-menu>li>a {
        padding: 10px 20px; 
        font-size: 14px; 
    }
    .newhome-ui-box .newhome-browse-dropdown-box .caret {
        position: absolute;
        /* right: 20px; */
        top: 10px;
        left:0;
    }




    .newsearch-ui-box .newsearch-ui-events.newhome-ui-events-spacing {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .newhome-ui-box .spacing-top-bottom-home {
        padding-top: 0px;
        padding-bottom:20px;
    }
    .newhome-ui-banner  .align-fatured-event-middle
    {
        display: block;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .newhome-ui-banner .home-text-msg .home-text-msg-h3 {
        font-size: 38px; 
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 45px;
        text-align: center;
    }
    .newhome-ui-banner .home-text-msg .home-text-msg-h5 {
        font-size: 24px; 
        margin-bottom: 20px; 
        text-align: center;
    }
    .newhome-ui-banner .short-tg-logo-size
    {
          width: 200px; 
    }
    .newhome-ui-banner .home-featured-event.owl-theme .owl-controls,
    .popular-cities-corousel.owl-theme .owl-controls,
    .homeorganizer-corousel.owl-theme .owl-controls
    {
        display: block;
    }
    .newhome-ui-banner .home-featured-event .home-feature-event-item .home-feature-event-image-size {
        width: 100%;
        /* height: 200px;   */
        height: 150px;  
    }





    .newhome-ui-box .homeorganizer-corousel .homeorg-photo-size 
    {
        /* width: 100px;
        height: 100px;  */
         width: 50px;
        height: 50px;
        
    }
    .newhome-ui-box .homeorganizer-corousel h3.homeorg-name 
    { 
        font-size: 16px; 
    }
    .newhome-ui-box .homeorganizer-corousel .homeorg-followers 
    { 
        font-size: 14px;
    }
    .newhome-ui-box .homeorganizer-corousel .btn-home-grey-outline.homeorg-followers-btn 
    { 
        font-size: 1.2rem; 
        min-width: 90px;
    }
    .newhome-ui-box .popular-cities-corousel .event-cities .event-cities-content .event-city-name
    {
        font-size: 18px;
    }
    .downloadalign-box-middle {
        display: block;
        align-items: center;
    }
    .newhome-ui-box .download-app-section .downloadimg-size {
        width: 150px;
        margin-bottom:15px;
    }
    .newhome-ui-box .download-app-section .download-btn-details .download-btn-img.download-btn-img-mob
    {
        margin-right:0px;
    }
    .newhome-ui-box .download-app-section .download-app-details h3.download-text {
        font-size: 40px;
    }
    .newhome-ui-box .download-app-section .download-app-details h5.download-subtext {
        font-size: 20px;
    }
    .newhome-ui-box .download-app-section .download-app-details p.download-para {
        font-size: 14px;
    }
    .newhome-ui-box .download-app-section .mob-download-img
    {
        text-align:center;
    }
    .newhome-ui-box .download-app-section .download-btn-details .download-btn-details-child {
        padding-right: 10px;
        /* display: inline-flex; */
    }
    .newhome-ui-box .download-app-section .download-btn-details {
        /* display: block;  */
        text-align: center;
    }
    .newhome-ui-box .download-app-section .download-btn-details .qrcode-size {
        width: 120px;
        margin-top: 0px;
    }
    .newhome-ui-box .download-app-section .download-btn-details .download-btn-img {
        width: 150px;
    }

    /*category normal css*/
    .newhome-ui-box .newhome-category .newhome-category-ul 
    {  
        /* display: grid;
        grid-template-columns: 25% 25% 25% 25%; */  
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
    }
    .newhome-ui-box .newhome-category .newhome-category-ul li.newhome-category-li { 
        padding-left: 0px;
        padding-right: 0px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%; 
    }
    .newhome-ui-box .newhome-category .newhome-category-item .newhome-category-size 
    {
        width: 60px;
    }
    .newhome-ui-box .newhome-category .newhome-category-item .newhome-category-title
    { 
        font-size: 14px; 
    }
    /*category normal css*/




    /*category corousel css*/
    .newhome-ui-box .categoryitems-corousel.owl-theme .owl-controls {
        display: block;
    }
    .newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item .categoryitems-image-size {
        width: 80px; 
    }
    .newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item .categoryitems-corousel-title {
        font-size: 14px; 
        margin-bottom: 5px;
        margin-top: 10px; 
    }
    /*category corousel css*/



/* browsing events   */
.newhome-browsing-pills li { 
    width: auto;
    margin-right:10px;
}




/*browsing events*/
.hori-scroll.newhome-browsing-wrapper { 
    height: 50px;
}
.hori-scroll {
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}


.see-more-btn-spacing {
    margin-top: 0;
    margin-bottom: 0px;
}

.newhome-ui-box  .btn-see-more
{ 
    font-size: 1.4rem;  
    padding: 10px 50px; 
}




.owl-carousel.home-featured-event .owl-stage,
.owl-carousel.popular-cities-corousel  .owl-stage,
.owl-carousel.homeorganizer-corousel .owl-stage
{
    padding-left: 0 !important;
}
.newhome-ui-banner .home-featured-event.owl-carousel .owl-prev, 
.newhome-ui-banner .home-featured-event.owl-carousel .owl-next 
{ 
    margin-top: 0px !important; 
}

.newhome-ui-box .homeorganizer-corousel .homeorg-box-item { 
    padding: 15px 10px;
}
 
.newhome-ui-box .popular-cities-corousel .event-cities { 
    margin-bottom: 10px;
}
 

.newhome-ui-box .popular-cities-corousel.owl-theme .owl-dots .owl-dot.active span,
.newhome-ui-box .homeorganizer-corousel.owl-theme .owl-dots .owl-dot.active span
{
    background: #797676;
    width: 12px;
    height: 12px;
}
.newhome-ui-box .popular-cities-corousel.owl-theme .owl-dots .owl-dot span,
.newhome-ui-box .homeorganizer-corousel.owl-theme .owl-dots .owl-dot span 
{ 
    margin: 5px 3px;
    /* background: #A3A3A3; */
    background:#cdcaca;
}




/*top venues css*/

.newhome-ui-box .topvenues-corousel .topvenues-box-item { 
    padding: 10px; 
}
.newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-image-size 
 { 
    height: 250px; 
}
.newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-detail .topvenues-name { 
    font-size: 16px; 
}
.newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-detail .topvenues-loc-detail .topvenues-loc
 { 
    font-size: 14px;
}
.newhome-ui-box .topvenues-corousel .owl-controls 
{
    display: block;
}

/*top venues css*/
.newhome-ui-box .bg-grey-dark 
{ 
    background-image: linear-gradient(180deg, #00C9FF, #92FE9D 100%);
}




}


 @media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) 
 {



    .newhome-ui-banner .home-promotion-banner-corousel.owl-theme .owl-controls 
    {
        display: block;
    }
   

    .newhome-ui-box .newhome-browse-dropdown-box .newhome-browse-dropdown-child {
        /* display: block;  */
        justify-content: flex-start;
    }
    .newhome-ui-box .newhome-browse-dropdown-box h3.browsing-in-title 
    {
        font-size: 14px; 
        margin-bottom: 0px; 
        padding-right: 0;
        width:30%;
    }
    .newhome-browse-dropdown 
    {
        width: 70%;
    }
    .newhome-ui-box .newhome-browse-dropdown-box .home-select-dropdown {
        height: 40px;
        width: 100%;
        font-size: 14px; 
        /* border: 1px solid #dcdada;
        border-radius: 5px; */
        padding-left:30px;
    }
    .newhome-ui-box .newhome-browse-dropdown-box .dropdown-menu.newhome-browse-dropdown-menu {
        min-width: 100%; 
    }
    .newhome-ui-box .newhome-browse-dropdown-box .dropdown-menu.newhome-browse-dropdown-menu>li>a {
        padding: 10px 20px; 
        font-size: 14px; 
    }
    .newhome-ui-box .newhome-browse-dropdown-box .caret {
        position: absolute;
        /* right: 20px; */
        top: 10px;
        left:5px;
    }

    .newsearch-ui-box .newsearch-ui-events.newhome-ui-events-spacing {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .newhome-ui-box .spacing-top-bottom-home 
    {
        padding-top: 0px;
        padding-bottom:20px;
    }
    .newhome-ui-banner  .align-fatured-event-middle
    {
        display: block;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .newhome-ui-banner .home-text-msg .home-text-msg-h3 {
        font-size: 38px; 
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 45px;
        text-align: center;
    }
    .newhome-ui-banner .home-text-msg .home-text-msg-h3 br 
    {
        display:none;
    }
    .newhome-ui-banner .home-text-msg .home-text-msg-h5 {
        font-size: 24px; 
        margin-bottom: 20px; 
        text-align: center;
    }
     .newhome-ui-banner .short-tg-logo-size
    {
          width: 200px; 
    }
    .newhome-ui-banner .home-featured-event.owl-theme .owl-controls,
    .popular-cities-corousel.owl-theme .owl-controls,
    .homeorganizer-corousel.owl-theme .owl-controls
    {
        display: block;
    }
    .newhome-ui-banner .home-featured-event .home-feature-event-item .home-feature-event-image-size {
        width: 100%;
        /* height: 200px;  */
        height: 250px; 
    }

    .newhome-ui-box .homeorganizer-corousel .homeorg-photo-size 
    {
        width: 50px;
        height: 50px; 
    }
    .newhome-ui-box .homeorganizer-corousel h3.homeorg-name 
    { 
        font-size: 16px; 
    }
    .newhome-ui-box .homeorganizer-corousel .homeorg-followers 
    { 
        font-size: 14px;
    }
    .newhome-ui-box .homeorganizer-corousel .btn-home-grey-outline.homeorg-followers-btn 
    { 
        font-size: 1.2rem; 
        min-width: 90px;
    }
    .newhome-ui-box .popular-cities-corousel .event-cities .event-cities-content .event-city-name
    {
        font-size: 18px;
    }

    .downloadalign-box-middle {
        display: block;
        align-items: center;
    }

    .newhome-ui-box .download-app-section .downloadimg-size {
        width: 150px;
        margin-bottom:15px;
    }
    .newhome-ui-box .download-app-section .download-btn-details .download-btn-img.download-btn-img-mob
    {
        margin-right:0px;
    }
    .newhome-ui-box .download-app-section .download-app-details h3.download-text {
        font-size: 40px;
    }
    .newhome-ui-box .download-app-section .download-app-details h5.download-subtext {
        font-size: 20px;
    }
    .newhome-ui-box .download-app-section .download-app-details p.download-para {
        font-size: 14px;
    }
    .newhome-ui-box .download-app-section .mob-download-img
    {
        text-align:center;
    }
    .newhome-ui-box .download-app-section .download-btn-details .download-btn-details-child {
        padding-right: 10px;
        /* display: inline-flex; */
    }
    .newhome-ui-box .download-app-section .download-btn-details {
        /* display: block;  */
        text-align: center;
    }
    .newhome-ui-box .download-app-section .download-btn-details .qrcode-size {
        width: 130px;
        margin-top: 0px;
    }
    .newhome-ui-box .download-app-section .download-btn-details .download-btn-img {
        width: 150px;
    }

    /*category section css*/
    .newhome-ui-box .newhome-category .newhome-category-ul 
    {  
        /* display: grid;
        grid-template-columns: 25% 25% 25% 25%; */
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
    }
    .newhome-ui-box .newhome-category .newhome-category-ul li.newhome-category-li { 
        padding-left: 0px;
        padding-right:0px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
    }
    .newhome-ui-box .newhome-category .newhome-category-item .newhome-category-size 
    {
        width: 60px;
    }
    .newhome-ui-box .newhome-category .newhome-category-item .newhome-category-title
    { 
        font-size: 14px; 
    }
    /*category section css*/


    /*category corousel css*/
    .newhome-ui-box .categoryitems-corousel.owl-theme .owl-controls {
        display: block;
    }
    .newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item .categoryitems-image-size {
        width: 80px; 
    }
    .newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item .categoryitems-corousel-title {
        font-size: 14px; 
        margin-bottom: 5px;
        margin-top: 10px; 
    }
    /*category corousel css*/

    
/* browsing events   */
.newhome-browsing-pills li { 
    width: auto;
    margin-right:10px;
}




/*browsing events*/
.newhome-ui-box  .btn-see-more
{ 
    font-size: 1.4rem;  
    padding: 10px 50px; 
}


.owl-carousel.home-featured-event .owl-stage {
    padding-left: 0 !important;
}
.newhome-ui-banner .home-featured-event.owl-carousel .owl-prev, 
.newhome-ui-banner .home-featured-event.owl-carousel .owl-next 
{ 
    margin-top: 0px !important; 
}
.newhome-ui-box .homeorganizer-corousel .homeorg-box-item { 
    padding: 15px 10px;
}




.newhome-ui-box .popular-cities-corousel.owl-theme .owl-dots .owl-dot.active span 
{
    background: #797676;
    width: 12px;
    height: 12px;
}
.newhome-ui-box .popular-cities-corousel.owl-theme .owl-dots .owl-dot span 
{ 
    margin: 5px 3px;
    /* background: #A3A3A3; */
    background:#cdcaca;
}


/*top venues css*/

.newhome-ui-box .topvenues-corousel .topvenues-box-item { 
    padding: 10px; 
}
.newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-image-size 
 { 
    height: 450px; 
}
.newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-detail .topvenues-name { 
    font-size: 16px; 
}
.newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-detail .topvenues-loc-detail .topvenues-loc
 { 
    font-size: 12px;
}
.newhome-ui-box .topvenues-corousel .owl-controls 
{
    display: block;
}

/*top venues css*/
.newhome-ui-box .bg-grey-dark 
{ 
    background-image: linear-gradient(180deg, #00C9FF, #92FE9D 100%);
}


 }


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
{ 
   
    .newhome-ui-banner .home-text-msg .home-text-msg-h3 {
        font-size: 47px;
        margin-top: 0;
        margin-bottom: 15px;
        line-height: 60px;
    }
    .newhome-ui-banner .home-text-msg .home-text-msg-h5 {
        font-size: 24px; 
        margin-bottom: 20px; 
    }
     .newhome-ui-banner .short-tg-logo-size
    {
          width: 250px; 
    }
    .newhome-ui-banner .home-featured-event.owl-theme .owl-controls 
    {
        display: block;
    }
    .newhome-ui-banner .home-featured-event .home-feature-event-item .home-feature-event-image-size {
        width: 100%;
        height: 165px; 
    }

    
    .newhome-ui-box .homeorganizer-corousel .homeorg-photo-size 
    {
        width: 65px;
        height: 65px; 
    }
    .newhome-ui-box .homeorganizer-corousel h3.homeorg-name 
    { 
        font-size: 16px; 
    }
    .newhome-ui-box .homeorganizer-corousel .homeorg-followers 
    { 
        font-size: 14px;
    }

    .newhome-ui-box .popular-cities-corousel .event-cities .event-cities-content .event-city-name
    {
        font-size: 18px;
    }
    .newhome-ui-box .download-app-section .downloadimg-size {
        width: 300px;
    }
    .newhome-ui-box .download-app-section .download-app-details h3.download-text 
    {
        font-size: 50px;
    }
    .newhome-ui-box .download-app-section .download-app-details h5.download-subtext 
    {
        font-size: 30px;
    }

    .newhome-ui-box .download-app-section .download-app-details p.download-para
    {
        font-size: 16px;
    }
    .newhome-ui-box .download-app-section .download-btn-details .download-btn-img 
    {
        width: 180px;
    }
    .newhome-ui-box .download-app-section .download-btn-details .qrcode-size 
    {
        width: 150px; 
    }
    .newhome-ui-box .homeorganizer-corousel.owl-carousel .owl-prev {
        left: -10px;
    }
    .newhome-ui-box .homeorganizer-corousel.owl-carousel .owl-next {
        right: -10px;
    }





 /*category section css*/
 .newhome-ui-box .newhome-category .newhome-category-ul 
 {   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin: 0 auto; 
    overflow-x: auto;
    overflow-y: hidden;

 }
 .newhome-ui-box .newhome-category .newhome-category-ul li.newhome-category-li { 
     padding-left: 5px;
     padding-right: 5px;
 }
 .newhome-ui-box .newhome-category .newhome-category-item .newhome-category-size 
 {
     width: 60px;
 }
 .newhome-ui-box .newhome-category .newhome-category-item .newhome-category-title
 { 
     font-size: 14px; 
 }
 /*category section css*/


 /*category corousel css*/
 .newhome-ui-box .categoryitems-corousel.owl-theme .owl-controls {
     display: block;
 }
 .newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item .categoryitems-image-size {
     width: 80px; 
 }
 .newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item .categoryitems-corousel-title {
     font-size: 14px; 
     margin-bottom: 5px;
     margin-top: 10px; 
 }
 /*category corousel css*/
    

/* browsing events   */
.hori-scroll.newhome-browsing-wrapper { 
    height: 50px;
}
.newhome-browsing-pills li { 
    width: auto;
    margin-right:10px;
}
 
/*browsing events*/
.hori-scroll {
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}
.newhome-ui-box  .btn-see-more
{ 
    font-size: 1.6rem;  
    padding: 10px 60px; 
}

.owl-carousel.home-featured-event .owl-stage {
    padding-left: 0 !important;
}
.newhome-ui-banner .home-featured-event.owl-carousel .owl-prev, 
.newhome-ui-banner .home-featured-event.owl-carousel .owl-next 
{ 
    margin-top: 0px !important; 
}


/*top venues css*/
 .newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-image-size 
 { 
    height: 120px; 
}
.newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-detail .topvenues-name { 
    font-size: 16px; 
}
.newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-detail .topvenues-loc-detail .topvenues-loc
 { 
    font-size: 14px;
} 

/*top venues css*/
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) 
{
    .newhome-ui-banner .home-text-msg .home-text-msg-h3 
    {
        font-size: 48px;
        margin-top: 0;
        margin-bottom: 15px;
        line-height:60px;
    }
    .newhome-ui-banner .home-text-msg .home-text-msg-h5 {
        font-size: 30px; 
        margin-bottom: 20px; 
    }
     .newhome-ui-banner .short-tg-logo-size
    {
          width: 250px; 
    }
    .newhome-ui-banner .home-featured-event.owl-theme .owl-controls 
    {
        display: block;
    }
    .newhome-ui-banner .home-featured-event .home-feature-event-item .home-feature-event-image-size {
        width: 100%;
        height: 160px; 
    }

    .newhome-ui-box .homeorganizer-corousel .homeorg-photo-size 
    {
        width: 65px;
        height: 65px; 
    }
    .newhome-ui-box .homeorganizer-corousel h3.homeorg-name 
    { 
        font-size: 16px; 
    }
    .newhome-ui-box .homeorganizer-corousel .homeorg-followers 
    { 
        font-size: 14px;
    }
    .newhome-ui-box .popular-cities-corousel .event-cities .event-cities-content .event-city-name
    {
        font-size: 18px;
    }
    .newhome-ui-box .download-app-section .downloadimg-size {
        width: 300px;
    }
    .newhome-ui-box .download-app-section .download-app-details h3.download-text {
        font-size: 60px;
    }
    .newhome-ui-box .download-app-section .download-app-details h5.download-subtext {
        font-size: 40px;
    }
    .newhome-ui-box .download-app-section .download-app-details p.download-para {
        font-size: 16px;
    }

/*category section css*/
.newhome-ui-box .newhome-category .newhome-category-ul 
{   
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 20px;
   margin: 0 auto; 
   overflow-x: auto;
   overflow-y: hidden;

}
.newhome-ui-box .newhome-category .newhome-category-ul li.newhome-category-li { 
    padding-left: 0px;
    padding-right: 0px;
}
.newhome-ui-box .newhome-category .newhome-category-item .newhome-category-size 
{
    width: 90px;
}
.newhome-ui-box .newhome-category .newhome-category-item .newhome-category-title
{ 
    font-size: 14px; 
}
/*category section css*/


/*category corousel css*/
.newhome-ui-box .categoryitems-corousel.owl-theme .owl-controls {
    display: block;
}
.newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item .categoryitems-image-size {
    width: 80px; 
}
.newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item .categoryitems-corousel-title {
    font-size: 14px; 
    margin-bottom: 5px;
    margin-top: 10px; 
}
/*category corousel css*/

/* browsing events   */
.hori-scroll.newhome-browsing-wrapper { 
    height: 50px;
}
.newhome-browsing-pills li { 
    width: auto;
    margin-right:10px;
}
.newhome-ui-box  .btn-see-more
{ 
    font-size: 1.8rem;  
    padding: 10px 80px; 
}




/*browsing events*/


/*top venues css*/
  .newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-image-size 
 { 
    height: 150px; 
}
.newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-detail .topvenues-name { 
    font-size: 16px; 
}
.newhome-ui-box .topvenues-corousel .topvenues-box-item .topvenues-detail .topvenues-loc-detail .topvenues-loc
 { 
    font-size: 14px;
} 

/*top venues css*/
}



@media  (min-width: 660px)
{
    /* .newhome-ui-banner .home-featured-event .home-feature-event-item .home-feature-event-image-size {
        width: 100%;
        height: 250px;
    } */
    /* .newsearch-ui-box .treanding-search-list .treanding-search-box 
    {
        font-size: 1.4rem;
        padding: 8px 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .newhome-ui-box .homeorganizer-corousel .homeorg-box-item 
    { 
        padding: 15px 10px;
    } */
     
}

@media (min-width: 768px) 
{
    
  

   
    

}
@media (min-width: 992px) 
{
    .newhome-ui-banner .home-featured-event .home-feature-event-item .home-feature-event-image-size {
        width: 100%;
        height: 160px; 
    }
    .newhome-ui-box .newhome-category .newhome-category-ul li.newhome-category-li 
    { 
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (min-width: 1200px) 
{
   .downloadalign-box-middle
{
    display:flex;
    align-items: center;
}

.newhome-ui-box .spacing-top-bottom-home {
    padding-top: 0px;
    padding-bottom: 50px;
}
.newsearch-ui-box .newsearch-ui-events.newhome-ui-events-spacing 
{
    padding-top: 30px;
    padding-bottom: 30px;
}

.newhome-ui-box .bg-grey
{
    /* background-color: #E6E8EC; */
    background-color:#e4f5f9;
    /* background-image: url(https://www.ticketbud.com/wp-content/uploads/2023/08/Frame-2497@3x.png);
    background-size: contain; */
    
}
.newhome-ui-box .bg-grey-dark
{
    /* background-color: #333333; */
    background-image: linear-gradient(45deg, #00C9FF, #92FE9D 100%);
}
.newhome-ui-box  .btn-home-grey-outline
{
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    color: #00322E;
    font-size: 1.4rem;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
    padding: 3px 10px;
    box-shadow: none;
} 
.newhome-ui-box  .btn-home-grey-outline:hover,
.newhome-ui-box  .btn-home-grey-outline:focus
{
    background:#cecfcf;
    border: 1px solid #cecfcf;
    box-shadow: none;
    outline:0;
}
.newhome-ui-box  .btn-home-grey
{
    background: #E6E8EC;
    border: 1px solid #E6E8EC;
    border-radius: 50px;
    /* color: #333333; */
    color: #00322E;
    font-size: 1.4rem;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
    padding: 3px 10px;
    box-shadow: none; 
}
.newhome-ui-box  .btn-home-grey:hover,
.newhome-ui-box  .btn-home-grey:focus
{
    background:#cecfcf;
    box-shadow: none;
    outline:0;
}

.newhome-ui-box  .btn-grey-large
{
    padding: 10px 20px;
    font-size: 1.8rem;
    /* font-weight:600; */
}
.newhome-ui-box  .btn-grey-medium
{
    padding: 7px 15px;
    font-size: 1.4rem;
    /* font-weight: 600; */
}
.newhome-ui-box  .btn-grey-small
{
    padding: 3px 5px;  
    font-size:1.2rem;
}



.newhome-ui-box  .btn-see-more
{
    /* background-image: linear-gradient(to right, #92FE9D 0%, #00C9FF 51%, #00C9FF 100%); */
    background-image: linear-gradient(to right, #92FE9D, #00C9FF);
    transition: 0.5s;
    /* background-size: 200% auto;  */
    color:#0B2338;  
    border-radius: 50px; 
    font-size: 1.8rem;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
    padding: 10px 80px;
    box-shadow: none;
    border:none;
}
.newhome-ui-box  .btn-see-more:hover
{  
    color:#000000;  
    /* background-position: right center;
    background-image: linear-gradient(to right, #00C9FF 0%, #00C9FF 51%, #92FE9D 100%); */
}


.newsearch-ui-box .newsearch-ui-events .newsearch-ui-events-list .newsearch-ui-events-item.events-space-mb
{
    margin-bottom:15px;
}


/*top banner promotional image corousel  */
.newhome-ui-banner .home-promotion-banner-corousel .home-promotion-banner-img
{
    padding:0;
    height:400px;
}
.newhome-ui-banner .home-promotion-banner-corousel.owl-carousel .owl-prev, 
.newhome-ui-banner .home-promotion-banner-corousel.owl-carousel .owl-next 
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0px solid #ffffff;
    color: #FFF;
    background: #ffffff;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    padding: 0;
    margin:0;
}

.newhome-ui-banner .home-promotion-banner-corousel.owl-carousel .owl-nav [class*=owl-] 
{
    background: #ffffff !important;
}
.newhome-ui-banner .home-promotion-banner-corousel.owl-carousel .owl-controls .owl-prev i, 
.newhome-ui-banner .home-promotion-banner-corousel.owl-carousel .owl-controls .owl-next i 
{ 
    font-size: 20px;
    color: #333333;
    line-height: 40px;
}
.newhome-ui-banner .home-promotion-banner-corousel.owl-carousel .owl-prev {
    left: 30px;
}
.newhome-ui-banner .home-promotion-banner-corousel.owl-carousel .owl-next {
    right:30px;
}
.newhome-ui-banner .home-promotion-banner-corousel.owl-theme .owl-dots .owl-dot span {
    margin: 5px 3px;
    background: #A3A3A3;
}
.newhome-ui-banner .home-promotion-banner-corousel.owl-theme .owl-dots .owl-dot.active span 
{
    background: #ffffff;
    width: 12px;
    height: 12px;
}
.newhome-ui-banner .home-promotion-banner-corousel.owl-theme .owl-dots
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}
/*top banner promotional image corousel  */


/*top featured slider */

.newhome-ui-banner  .align-fatured-event-middle
{
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.newhome-ui-banner .home-text-msg .home-text-msg-h3
{
    font-size: 60px;
    /* font-weight: bold; */
    font-weight: 600;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 60px;
    text-shadow: 0px 4px 4px #807f7f;
}
.newhome-ui-banner .home-text-msg .home-text-msg-h5
{
    font-size: 30px;
    /* font-weight: 500; */
    font-weight: 400;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0px;
    font-style:normal;
}
.newhome-ui-banner .short-tg-logo-size
{
    width:300px;
    height:auto;
    vertical-align: middle;
}
.newhome-ui-banner .home-featured-event .home-feature-event-item
{
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom:10px;
}
.newhome-ui-banner .home-featured-event .home-feature-event-item .home-feature-event-image-size
{
    width: 100%;
    height: 200px;
    padding: 0;
    border-radius: 10px 10px 0 0;

    max-height: 100%;
    max-width: 100%;
    /* object-fit: cover; */
}
.newhome-ui-banner .home-featured-event .home-feature-event-item .home-feature-event-item-buynow 
{
    padding:10px;
}
.newhome-ui-banner .home-featured-event .home-feature-event-item .home-feature-event-item-buynow h3
{
    font-size: 16px;
    color: #333333;
    font-weight:700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.newhome-ui-banner .home-featured-event.owl-theme .owl-dots .owl-dot.active span 
{
    background: #ffffff;
    width: 12px;
    height: 12px;
}
.newhome-ui-banner .home-featured-event.owl-theme .owl-dots .owl-dot span 
{ 
    margin: 5px 3px;
    /* background: #A3A3A3; */
    background:#706e6e;
}
.newhome-ui-banner .home-featured-event.owl-carousel .owl-nav [class*=owl-] {
    color: #333333;
    background: #ffffff;
    width: 30px;
    height:30px;
    line-height: 30px;
    padding: 0;
    border-radius: 5px;
    border-radius:5px;
    transform: translateY(-50%);
}
.newhome-ui-banner .home-featured-event.owl-carousel .owl-nav [class*=owl-] i.fa {
    line-height: 30px;
    font-size: 14px;
    color:#333333;
}
.newhome-ui-banner .home-featured-event.owl-carousel .owl-prev, 
.newhome-ui-banner .home-featured-event.owl-carousel .owl-next 
{
    position: absolute;
    top: 50%;
    /* margin-top: -20px !important; */
     margin-top: 0px !important;
    margin: 0;
}
.newhome-ui-banner .home-featured-event.owl-carousel  .owl-prev {
    left: -15px;
}
.newhome-ui-banner .home-featured-event.owl-carousel .owl-next {
    right: -15px;
}





/*top featured slider */

/*browse dropdown  */
.newhome-browse-dropdown
{

}

.newhome-ui-box .newhome-browse-dropdown-box .newhome-browse-dropdown-child
{
    display:flex;
    align-items: center;
}
.newhome-ui-box .newhome-browse-dropdown-box h3.browsing-in-title
{
    font-size:16px;
    color:#000000;
    margin-top:0;
    margin-bottom:0;
    font-weight:500;
    padding-right:30px;
}

.newhome-ui-box .newhome-browse-dropdown-box .home-select-dropdown
{
    height:40px;
    width:250px;
    box-shadow:none;
    outline:0;
    border:none;
    color:#0080C5;
    font-weight: 500;
    font-size:16px;
    padding-left: 30px;
    
}
.newhome-ui-box .newhome-browse-dropdown-box .caret
{
    position: absolute;
    left: 0;
    top: 10px;
}
.newhome-ui-box .newhome-browse-dropdown-box .dropdown-menu.newhome-browse-dropdown-menu>li>a {
    padding: 15px 30px;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #0B2338;
    font-size: 14px;
    border-bottom: 1px solid #C7CCD3;
}
.newhome-ui-box .newhome-browse-dropdown-box .dropdown-menu.newhome-browse-dropdown-menu { 
    min-width: 250px;
    padding: 0px 0;
    border-radius: 0;
    border: none; 
}
.newhome-ui-box .newhome-browse-dropdown-box .dropdown-menu.newhome-browse-dropdown-menu li.active a
{
    background-color:#E6E8EC;
}

.newhome-ui-box .newhome-browse-dropdown-box .caret {
    width: 10px;
    height: 10px;
    border: none;
    font-family: 'fontawesome';
    color: #0080C5;
  }
  
  .newhome-ui-box .newhome-browse-dropdown-box .caret:before {
    content: "\f078";
  }
.browse-divider
{
    border-top: 1px solid #C7CCD3;
    border-bottom: 1px solid #C7CCD3;
    padding: 10px 0;
}
 
/*browse dropdown  */


/*scrollable tabs*/

.newhome-browsing-wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
	padding:5px;
  	height:50px;
    width: auto;
}

.newhome-browsing-pills {
    position:absolute;
    left:0px;
    top:0px;
  	min-width:3000px;
  	margin-left:0px;
    margin-top:0px;
}
.nav.newhome-browsing-pills>li>a 
{
    padding: 10px 25px;
    /* background: #E6E8EC;   */
    background:#c9eff8;
    border-radius: 20px !important;
    /* color:#393939; */
    color:#333333;
    font-size:14px;
    text-transform: capitalize;
    font-weight: 500;
}
.nav.newhome-browsing-pills>li>a:hover
{ 
    background:#c9eff8;
}
.nav.newhome-browsing-pills>li.active>a 
{ 
    /* background: #0080C5; */
    background: linear-gradient(45deg, #92FE9D 0%, #00C9FF 100%);
    /* background: linear-gradient(45deg, #05abe0 0%, #94c83d 100%); */
    color:#000000; 
}
.newhome-browsing-pills li{
	display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
    margin-right:20px;
}
.tab-content.newhome-browsing-tab-content
{
    padding-top:0;
    padding-bottom:0;
}
.scroller {
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:11px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color:#fff;
}

.scroller-right{
  float:right;
}

.scroller-left {
  float:left;
}

 
.hori-scroll.newhome-browsing-wrapper 
{ 
    overflow-x: auto; 
    width: auto;
    overflow-y: hidden;
    height:60px;
}
.hori-scroll .newhome-browsing-pills 
{
    min-width: auto;
    width: max-content;
    position:relative;
    /* margin:auto; */
}
 
 
/*scrollable tabs*/



/* category section*/
.newhome-ui-box .newhome-category .newhome-category-ul
{
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    display: inline-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* gap:30px; */
    justify-content: center;
    margin: 0 auto;  
    overflow-x: auto;
    overflow-y: hidden;
}
.newhome-ui-box .newhome-category .newhome-category-ul li.newhome-category-li
{ 
    list-style-type: none;
    padding-left:25px;
    padding-right:25px;
}
.newhome-ui-box .newhome-category .newhome-category-item
{
    text-align:center;
}
.newhome-ui-box .newhome-category .newhome-category-item .newhome-category-size
{ 
   width: 100px;
  
}
.newhome-ui-box .newhome-category .newhome-category-item .newhome-category-title
{ 
    font-size: 14px;
    color: #0B2338;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
.newhome-ui-box .newhome-category .newhome-category-item:hover .newhome-category-size
{
    filter: gray; 
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
}
.newhome-ui-box .newhome-category .newhome-category-item:hover .newhome-category-title
{
    color:#3399FF;
}
/* category section*/


/*category corousel css*/
.newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item
{
    text-align:center;
}
.newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item .categoryitems-image-size
{ 
   width: 100px; 
   padding:0;
   margin-left:auto;
   margin-right:auto;
}
.newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item  .categoryitems-corousel-title
{ 
    font-size: 14px;
    color: #0B2338;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 500;
    text-transform: capitalize;
}
.newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item:hover .categoryitems-image-size
{
    filter: gray; 
    -webkit-filter: grayscale(1); 
    filter: grayscale(1); 
}

.newhome-ui-box .categoryitems-corousel .categoryitems-corousel-item:hover .categoryitems-corousel-title
{
    color:#3399FF;
}

/*category corousel css*/






/*organizer corousel*/
.newhome-ui-box .homeorganizer-corousel .homeorg-box-item
{
    background-color: #ffffff;
    /* padding: 25px 10px; */
    padding: 15px 10px; 
    border-radius: 10px;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    margin: 3px;
    margin-bottom: 20px; 
    transition: 0.3s;
}


/* .newhome-ui-box .homeorganizer-corousel .homeorg-box-item::before {
    border-right: none !important;
    border-bottom: none !important;
    transform-origin: 0 0;
}
.newhome-ui-box .homeorganizer-corousel .homeorg-box-item::after {
    border-left: none !important;
    border-top: none !important;
    transform-origin: 100% 100%;
}


.newhome-ui-box .homeorganizer-corousel .homeorg-box-item:hover::before, 
.newhome-ui-box .homeorganizer-corousel .homeorg-box-item:hover::after {
    transform: scaleX(1);
}


.newhome-ui-box .homeorganizer-corousel .homeorg-box-item::before, 
.newhome-ui-box .homeorganizer-corousel .homeorg-box-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #3399FF;
    transform: scale(0);
    transition: 0.3s;
    border-radius: 10px;
} */




.newhome-ui-box .homeorganizer-corousel .homeorg-photo-size
{
    width: 65px;
    height: 65px;
    padding: 1px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #cdcbcb;
    border-radius: 50%;
}

.newhome-ui-box .homeorganizer-corousel h3.homeorg-name
{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px; 
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align:left;
    line-height:normal;
}

.newhome-ui-box .homeorganizer-corousel .homeorg-followers
{
    color: #9E9E9E;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    margin-top: 0px;
    margin-bottom:0px;
    text-transform: capitalize;
    text-align:left;
    letter-spacing: 1.2px;
}
  
.newhome-ui-box .homeorganizer-corousel  .btn-home-grey-outline.homeorg-followers-btn
{
    /* background: #ffffff;
    border: 1px solid #0B2338; 
    color: #00322E; */
    background: #ffffff;
    border: 1px solid #0080C5; 
    color: #0080C5;
    border-radius: 5px;
    font-size: 1.4rem; 
    padding: 3px 5px; 
    min-width: 100px;
    
} 
.newhome-ui-box .homeorganizer-corousel .btn-home-grey-outline.homeorg-followers-btn:hover,
.newhome-ui-box .homeorganizer-corousel .btn-home-grey-outline.homeorg-followers-btn:focus
{
    background:#ffffff;
    border: 1px solid #0080C5; 
    box-shadow: none;
    outline:0;
}
.newhome-ui-box .homeorganizer-corousel  .btn-home-grey-outline.homeorg-followers-btn.btn-org-followed
{
    /* background:#0B2338;
    border: 1px solid #0B2338; */
    background:#0080C5;
    border: 1px solid #0080C5; 
    color:#ffffff;
}
.newhome-ui-box .homeorganizer-corousel.owl-theme .owl-nav [class*=owl-] 
{
    color: #FFF;
    background: #5f5e5e;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding:0;
    border-radius: 5px;
}
.newhome-ui-box .homeorganizer-corousel.owl-theme .owl-nav [class*=owl-]  i.fa
{ 
    line-height: 30px;
    font-size: 14px;
}
.newhome-ui-box .homeorganizer-corousel.owl-carousel 
{
    position: relative;
    
}
.newhome-ui-box .homeorganizer-corousel.owl-carousel .owl-prev,
.newhome-ui-box .homeorganizer-corousel.owl-carousel .owl-next 
{
    position: absolute;
    top: 50%;
    margin-top: -20px !important;  
    margin:0;
}
.newhome-ui-box .homeorganizer-corousel.owl-carousel  .owl-prev 
{
    left: -10px;
}
.newhome-ui-box .homeorganizer-corousel.owl-carousel .owl-next 
{
    right: -10px;
}
/*organizer corousel*/



/*popular cities css  */
.newhome-ui-box .popular-cities-corousel .event-cities
{
    text-align: center;
    position: relative;
    color: #fff;
}
.newhome-ui-box .popular-cities-corousel .event-cities:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    transition:all 0.3s ease 0s;
    opacity: 0;
    border-radius: 20px 20px 0 0;
}
.newhome-ui-box .popular-cities-corousel .event-cities:hover:before
{
    opacity: 1;
}
.newhome-ui-box .popular-cities-corousel .event-cities img
{
    width: 100%;
    height: auto;
    padding:0;
    border-radius: 20px 20px 0 0;
}
.newhome-ui-box .popular-cities-corousel .event-cities .event-cities-content
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px;
    background-color: #03a9f4b8;
    transition: all 0.3s ease 0s;
}
.newhome-ui-box .popular-cities-corousel .event-cities:hover .event-cities-content
{
    bottom: 40%;
    transition:all 0.3s ease 0s;
}
.newhome-ui-box .popular-cities-corousel .event-cities .event-cities-content .event-city-name
{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: capitalize;
    transition:all 0.3s ease 0s;
    
}
.newhome-ui-box .popular-cities-corousel .event-cities:hover .event-cities-content .event-city-name
{
    transform:translateY(0px);
    transition-delay:0.3s;
}
 

.newhome-ui-box .custom-owl-nav .custom-nav-btn
{
    /* width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #b2adad;
    border-radius: 2px;
    color: #ffffff;
    border-radius: 50%; */

    color: #FFF;
    background: #5f5e5e;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding:0;
    border-radius: 5px;
}
.newhome-ui-box .custom-owl-nav .custom-nav-btn:hover 
{ 
    background-color: #6c6a6a; 
}
.newhome-ui-box .custom-owl-nav .custom-nav-btn i.fa
{
    line-height: 25px;
    font-size: 14px;
}
 
.newhome-ui-box .popular-cities-corousel.owl-theme .owl-nav [class*=owl-] 
{
    color: #FFF;
    background: #5f5e5e;
    width: 30px;
    height:30px;
    line-height: 30px;
    padding:0;
    border-radius: 5px;
}
.newhome-ui-box .popular-cities-corousel.owl-theme .owl-nav [class*=owl-]  i.fa
{ 
    line-height: 30px;
    font-size: 14px;
}
.newhome-ui-box .popular-cities-corousel.owl-carousel 
{
    position: relative;
    
}
.newhome-ui-box .popular-cities-corousel.owl-carousel .owl-prev,
.newhome-ui-box .popular-cities-corousel.owl-carousel .owl-next 
{
    position: absolute;
    top: 50%;
    margin-top: -10px !important;  
    margin:0;
}
.newhome-ui-box .popular-cities-corousel.owl-carousel  .owl-prev 
{
    left: -10px;
}
.newhome-ui-box .popular-cities-corousel.owl-carousel .owl-next 
{
    right: -10px;
}
/*popular cities css  */


/* trending searches */
.newhome-ui-box .treanding-search-list .treanding-search-box.treanding-home-box
 { 
    background-color: #ffffff;
    border: 1px solid #C0BABA;  
    text-transform: capitalize;
}
.newhome-ui-box .treanding-search-list .treanding-home-box.treanding-cities-active,
.newhome-ui-box .treanding-search-list .treanding-home-box.treanding-home-searches-active
{
    color:#0080C5;
}
 

.newhome-ui-box .download-app-section .downloadimg-size
{
    /* width: 300px; */
    width: 400px;
    max-width: 100%;
}

.newhome-ui-box .download-app-section .download-app-details
{
    text-align:center;
}

.newhome-ui-box .download-app-section .download-app-details h3.download-text
{
    font-size:60px;
    font-weight:700;
    font-style:normal;
    margin-top:0;
    margin-bottom:10px;
    text-transform: uppercase;
    color:#333333;
}


.newhome-ui-box .download-app-section .download-app-details h5.download-subtext
{
    font-size:40px;
    font-weight:700;
    font-style:normal;
    margin-top:0;
    margin-bottom:10px;
    text-transform: uppercase;
    color:#333333;
}

.newhome-ui-box .download-app-section .download-app-details p.download-para
{
    font-size:16px;
    font-weight:400;
    font-style:normal;
    margin-top:0;
    margin-bottom:30px;
    text-transform: inherit;
    color:#333333;
}
.newhome-ui-box .download-app-section .download-btn-details  
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.newhome-ui-box .download-app-section .download-btn-details  .download-btn-details-child
{
    padding-right:20px;
}
.newhome-ui-box .download-app-section .download-btn-details  .download-btn-details-child:last-child
{
    padding-right:0px;
}
.newhome-ui-box .download-app-section .download-btn-details .download-btn-img
{
    width: 180px;
}
.newhome-ui-box .download-app-section .download-btn-details .qrcode-size
{
    width: 150px;
    max-width: 100%;
}

.see-more-btn-spacing
{
    margin-top:20px;
    margin-bottom:0px;
}


.custom-prev-btn[disabled],
.custom-next-btn[disabled] {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.owl-prev.disabled,
.owl-next.disabled {
    opacity: 0.5;
    pointer-events: none;
}

    
}

@media only screen 
    and (width: 430px) 
    and (height: 932px) 
    and (-webkit-device-pixel-ratio: 3)
    { 
        .newhome-ui-banner .home-featured-event .home-feature-event-item .home-feature-event-image-size {
            width: 100%;
            height: 250px;
        }


    }




/* @media (max-width: 480px) 
{
    .newhome-ui-box .newhome-browse-dropdown-box h3.browsing-in-title
    {
        font-size: 12px; 
    }
} */

 
    