@charset "utf-8";


/******* Middle section CSS Start ******/
/* -------- Landing page ------- */
.package-section,
.biim-section,
.past-section,
.creator-section{
    padding: 0 50px 0;
    position: relative;
}

.package-section .woosq-btn,
.package-section .primary-btn,
.packges-list .primary-btn,
.hospitality .primary-btn,
.single-product-btns-wrapper.hospitality .woosq-btn{
    background: linear-gradient(91.14deg, #09dbef 2.11%, #09dbef 98.1%) !important;
}
.biim-section.virtual-section .woosq-btn
.biim-section.virtual-section .primary-btn,
.virtual-list .primary-btn,
.virtual-list .woosq-btn,
.virtual .primary-btn{
    background: linear-gradient(91.14deg, gold 2.11%, gold 98.1%) !important;
}
.virtual .primary-btn,
.hospitality .primary-btn{
    max-width: 11.4rem;
    margin: 0 auto;
}
.hospitality.hospitality-page .primary-btn{
    margin: inherit;
}
.biim-section.live-section .woosq-btn,
.biim-section.live-section .primary-btn,
.live-list .primary-btn,
.live-list .woosq-btn,
.single-product-btns-wrapper.live .woosq-btn{
    background: linear-gradient(91.14deg, #f14fb3 2.11%, #f14fb3 98.1%) !important;
}
.live .primary-btn{
    background: linear-gradient(91.14deg, #f14fb3 2.11%, #f14fb3 98.1%) !important;
    max-width: 12.2rem;
    margin: 0 auto;
}

.v-section .primary-btn,
.single-product-btns-wrapper.virtual .woosq-btn{
    background: linear-gradient(91.14deg, gold 2.11%, gold 98.1%) !important;
}

.package-section .owl-stage,
.biim-section .owl-stage,
.past-section .owl-stage,
.creator-section .owl-stage,
.upsell-slider .owl-stage{
    margin: 15px 0;
    display: flex;
    display: -webkit-flex;
}
.package-section .item,
.biim-section .item,
.past-section .item,
.creator-section .item{
    margin: 0 15px 20px;
    width: 320px;
    height: 400px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    background: #343434 no-repeat center center / cover;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    /*cursor: pointer;*/
}
.biim-section.v-section .biim-status-blank{
    display: none;
}
.biim-section.v-section .biim-status-blank.biim-status-enquire{
    display: flex;
}

.past-section .item{
    filter: grayscale(100%);
}
.past-section .item:hover{
    filter: grayscale(0);
}

.package-section .item.active,
.biim-section .item.active,
.past-section .item.active,
.creator-section .item.active{
    width: 500px;
    box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.package-section .item:after,
.biim-section .item:after,
.past-section .item:after,
.creator-section .item:after{
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.package-section .item-desc{
    padding: 0 24px 30px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /*transform: translateY(calc(100% - 80px));*/
    /*-webkit-transform: translateY(calc(100% - 80px));*/
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.creator-section .item-desc{
    padding: 0 24px 30px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /*transform: translateY(calc(100% - 80px));*/
    /*-webkit-transform: translateY(calc(100% - 80px));*/
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}


.biim-section .item-desc{
    padding: 0 24px 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translateY(calc(100% - 225px));
    -webkit-transform: translateY(calc(100% - 225px));
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;

}
.package-section .item-desc .item-desc-top,
.biim-section .item-desc .item-desc-top,
.creator-section .item-desc-top{
    height: 170px;
}
.package-section .item-desc .item-desc-top-hospitality{
    height: 200px;
}
.item-desc-top-virtual{
    height: 170px;
}

.biim-section .item-desc h3,
.package-section .item-desc h3{
    overflow: hidden;
    display: -webkit-box;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 22px;
}
.biim-loop-product-availability-date{
    font-size: 12px;
}
.biim-section .item-desc h5,
.package-section .item-desc h5{
    display: -webkit-box;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 18px;
    overflow: hidden;
}

.past-section .item-desc{
    padding: 0 24px 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translateY(calc(100% - 200px));
    -webkit-transform: translateY(calc(100% - 200px));
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.biim-section .item-desc h3 a,
.past-section .item-desc h3 a,
.package-section .item-desc a h3,
.biim-section .item-desc h5 a,
.package-section .item-desc a h5,
.past-section .item-desc h5 a,
.creator-section .item-desc a h5,
.creator-section .item-desc h5 a,
.package-section .item-desc h3 a{
    color: #fff;
}

.package-section .item.active .item-desc,
.biim-section .item.active .item-desc,
.past-section .item.active .item-desc,
.creator-section .item.active .item-desc{
    transform: none;
    -webkit-transform: none;
}
.package-section .item-desc p,
.biim-section .item-desc p,
.past-section .item-desc p,
.creator-section .item-desc p{
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.package-section .item.active .item-desc p,
.biim-section .item.active .item-desc p,
.past-section .item.active .item-desc p,
.creator-section .item.active .item-desc p{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.package-section .owl-theme.package-carousel .owl-dots,
.biim-section .owl-theme.biim-carousel .owl-dots,
.past-section .owl-theme.biim-carousel .owl-dots,
.creator-section .owl-theme.biim-carousel .owl-dots{
    margin-top: -20px;
    position: relative;
    z-index: 5;
}

.package-section .ico,
.biim-section .ico,
.past-section .ico,
.creator-section .ico{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}
.package-section .packages-slider__arrow .ico-font,
.biim-section .packages-slider__arrow .ico-font,
.past-section .packages-slider__arrow .ico-font,
.creator-section .packages-slider__arrow .ico-font{
    display: inline-flex;
}

.package-section .packages-slider__arrow.packages-slider-prev,
.biim-section .packages-slider__arrow.packages-slider-prev,
.past-section .packages-slider__arrow.packages-slider-prev,
.creator-section .packages-slider__arrow.packages-slider-prev{
    left: 15px;
    transform: translateY(-50%);
    /*display: none;*/
}
.featured-section.biim-section .packages-slider__arrow.packages-slider-prev{
    display: block;
}
.package-section .packages-slider__arrow.packages-slider-next,
.biim-section .packages-slider__arrow.packages-slider-next,
.past-section .packages-slider__arrow.packages-slider-next,
.creator-section .packages-slider__arrow.packages-slider-next{
    right: 15px;
    transform: translateY(-50%);
}

.package-section .packages-slider__arrow,
.biim-section .packages-slider__arrow,
.past-section .packages-slider__arrow,
.creator-section .packages-slider__arrow{
    background: #fff;
    border: none;
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 12;
    cursor: pointer;
    outline: none !important;
}

.past-section .slider-content .creator-name a,
.past-section .slider-content .creator-name{
    color: #ffffff;
    font-size:26px;
    overflow: hidden;
    display: -webkit-box;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.past-section .slider-content .event-name a,
.past-section .slider-content .event-name{
    color: #ffffff;
    font-size:14px;
    margin-top:5px;
    overflow: hidden;
    display: -webkit-box;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.past-section .slider-content .event-date{
    color: #ffffff;
    font-size:12px;
    margin:5px 0 10px
}
.past-section .woocommerce-product-rating, .woocommerce .woocommerce-product-rating{
    padding: 10px 0 !important;
    height: 35px;
}
.section-button-wrapper{
    padding: 0 0px;
    margin: 20px 0 50px;
    text-align: center;
}

.custom-nav {
    position: absolute;
    top: 33%;
    left: 2%;
    right: 4%;
}
.custom-nav-virtual,
.custom-nav-live{
    position: absolute;
    top: 33%;
    left: 2%;
    right: 4%;
}
.custom-nav-featured-events{
    position: absolute;
    top: 20%;
    left: 2%;
    right: 4%;
}
.custom-nav-packages{
    position: absolute;
    top: 33%;
    left: 2%;
    right: 4%;
}
.custom-nav-creators{
    position: absolute;
    top: 33%;
    left: 2%;
    right: 4%;
}
.more-info-btn{
    background: linear-gradient(91.14deg, #4DC2E6 2.11%, #FF47B1 98.1%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.97), inset 0px 1px 10px rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.6);
    color: #0F1119;
    font-weight: 700;
    font-size: 16px;
    line-height: 5px;
    height: 2.2rem;
    min-width: 11.2rem;
    outline: none;
    padding: 0 2.1rem;
    position: relative;
    pointer-events: auto;
    transition: all 0.2s ease 0s;
    border:transparent;
    text-align: center;
}
.more-info-btn:hover{
    background: linear-gradient(91.14deg, rgb(255, 255, 255) 2.11%, rgb(255, 255, 255) 98.1%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.97), inset 0px 1px 10px rgba(255, 255, 255, 0.85);
}
.primary-btn.link-button.package-btn{
    display: flex;
    align-items: center;
    /*gap: 10px;*/
}


.primary-btn.link-button.package-grid-btn{
    display: inline-block;
}
.primary-btn.link-button.package-grid-btn img,
.primary-btn img{
    width: 26px !important;
    display: inline-block !important;
    box-shadow: none !important;
    margin: 0 10px 0 0 !important;
    height: 26px !important;
}
.primary-btn.live-grid{
    display: flex;
    justify-content: center;
    align-items: center;
}
.primary-btn.link-button.package-btn.featured-mobile-btn{
    margin: inherit !important;
}
.primary-btn.link-button.package-btn.featured-mobile-btn img{
    margin: 0 !important;
}

.primary-btn.link-button.package-btn img{
    width: 26px !important;
    height: inherit !important;
    /*display: inherit !important;*/
    /*margin: inherit !important;*/
    box-shadow: none !important;
}
.package-info-teaser{
    font-size: 14px !important;
    line-height: 17px;
    margin-bottom: 20px;
    padding: 0 0 0 0 !important;
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.biim-info-teaser{
    font-size: 16px !important;
    line-height: 24px;
    margin: 15px 0;
    padding: 0 0 0 0 !important;
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.past-info-teaser{
    font-size: 16px !important;
    line-height: 24px;
    margin: 15px 0;
    padding: 0 0 0 0 !important;
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


.packages-details .package-tag{
    border-top-right-radius: 10px;
}



.biim-section .biim-loop-product-remained-time,
.package-section .biim-loop-product-remained-time{
    background-image: linear-gradient(360deg, rgba(12, 14, 21, 0) 3.12%, #0C0D15 98.6%);
    color: #ffffff;
    padding: 4px 6px;
    position: absolute;
    top: 35px;
    right: 0;

}
.biim-section .biim-loop-product-remained-time > div,
.package-section .biim-loop-product-remained-time > div{
    display: inline-block;
    min-width: 30px;
}
.biim-section .biim-loop-product-remained-time span,
.package-section .biim-loop-product-remained-time span{
    display: block;
    font-size: 12px;
}
.biim-section .biim-loop-product-remained-time > div span:first-child,
.package-section .biim-loop-product-remained-time > div span:first-child{
    font-size: 20px;
}

.biim-section .biim-loop-product-custom-badge-icon {
    background-size: cover;
    background-position: center;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}
.biim-section .biim-loop-product-custom-badge {
    font-size: 10px;
    padding: 5px 12px;
    border-bottom-right-radius: 6px;
    background-image: linear-gradient(360deg, rgba(12, 14, 21, 0) -160.12%, #0C0D15 98.6%);
    color: #ffffff;
    position: absolute;
    top: 0;

}

.biim-slider-price{
    margin: 10px 0;
    min-height: 25px;
}

.biim-section .biim-loop-product-categories{
    margin:30px 0 10px;
    overflow: hidden;
    display: -webkit-box;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 25px;
    padding-bottom: 0 !important;
}

.home #woocommerce-page-content .woocommerce-products-header,
.home #woocommerce-page-content ul.products{
    display: none;
}
.home #woocommerce-page-content{
    display: none;
}




.swiper-container {
    width: 100%;
}
.swiper-slide {
    /*text-align: center;*/
    /*font-size: 18px;*/
    /*background: #fff;*/
    /* Center slide text vertically */
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
   

}

/* reset list */
.swiper-wrapper{
    /*list-style-type: none;*/
    /*padding: 0px;*/
    /*margin: 0px;*/
    /*height:650px !important;*/

}
.swiper-slide video{
    width: 100%;
    max-height: 650px;
    position: absolute;
    object-fit: cover;
    overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
}

.hero-slider{
    max-height: 650px;
}
.hero-slider .swiper-pagination{
   text-align: right;
    padding: 0 50px;
}
.hero-slider .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    opacity: 0.6;
    background-color: #39dcf8;
}
.hero-slider .swiper-pagination-bullet-active{
    background-color: #0f6377;
}

.hero-slider .overlay-right{
   border-radius: 0;
    position: absolute;
    right: 0;
    background: #0C0E15;
    top: 0;
    height: 100%;
    width: 390px;
}
.hero-slider .slider-content-shadow{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.hero-slider .slider-content {
    text-align: right;
    position: absolute;
    flex: 0 0 auto;
    z-index: 1;
    padding: 30px 40px 30px 0;
    max-width: 400px;
    float: right;
    width: 100%;
    right: 4%;
    background-color: #0c0c0c00;
    background-image: linear-gradient(45deg, #00dbde30 0%, #fc00ff29 100%);
    transition: 0.5s ease;
    border-radius: 30px;
}

.hero-slider .slider-content::after {
    text-align: right;
    content: '';
    position: absolute;
    padding: 30px 40px 30px 0;
    max-width: 400px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #00DBDE;
    background-image: linear-gradient(45deg, #00DBDE 0%, #FC00FF 100%);
    filter: blur(80px);
    transition: 0.5s ease;
    top: 0;
    right: 4%;
 }
.hero-slider .slider-content:hover {
     transform: scale(1.1);
 }
.hero-slider .slider-content:hover::after {
     transform: translateY(10%) scale(0.9);
 }

.hero-slider .slider-content .creator-name{
    color: #ffffff;
    font-size:38px;
    line-height: 37px;
    margin-bottom: 20px;
}
.hero-slider .slider-content .creator-name a{
    color: #ffffff;
}
.hero-slider .slider-content .event-name a,
.hero-slider .slider-content .event-name{
    color: #ffffff;
    font-size:22px;
    line-height: 22px;
}
.hero-slider .slider-content .event-date{
    color: #ffffff;
    font-size:12px;
    margin-top: 10px;
}
.hero-slider .slider-content .event-description{
    color: #ffffff;
    font-size:12px;
    margin-top: 30px;
    width: 100%;
}
.hero-slider .slider-content .event-price{
    display: none;
}
.hero-slider .slider-content .event-ticket{
    margin-top: 20px;
}
.hero-slider .swiper-slide img{
    width: 100%;
}

.biim-heading,
.packages-heading,
.past-heading,
.creator-heading,
.hospitality-heading,
.featured-heading
{
    /*position: relative;*/
    /*margin: 0;*/
    /*font-weight: 300;*/
    /*font-size: 35px;*/
    /*color: #ffffff;*/
    /*-webkit-transition: all 0.4s ease 0s;*/
    /*-o-transition: all 0.4s ease 0s;*/
    /*transition: all 0.4s ease 0s;*/
    padding: 30px 64px;

}
.biim-heading a{
    background-color: #f14fb3;
    font-size: 18px;
    color: #000207;
    padding: 10px 20px;
    border-radius: 43px;
}
.hospitality-heading a{
    background-color: #09dbef;
    font-size: 18px;
    color: #000207;
    padding: 10px 20px;
    border-radius: 43px;
}
.packages-heading a{
    background-color: gold;
    font-size: 18px;
    color: #000207;
    padding: 10px 20px;
    border-radius: 43px;
}

.featured-heading a{
    background-color: #6c0187;
    font-size: 18px;
    color: white;
    padding: 10px 20px;
    border-radius: 43px;
}

/*.creator-heading{*/
/*    text-align: center;*/
/*}*/
/*.home .creator-heading{*/
/*    text-align: left;*/
/*}*/

.biim-heading span,
.packages-heading span,
.past-heading span,
.creator-heading span{
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
    text-transform: capitalize;
}
.biim-heading em,
.packages-heading em,
.past-heading em,
.creator-heading em{
    font-style: normal;
    font-weight: 600;
}

/*.biim-heading:before {*/
/*    position: absolute;*/
/*    left: 66px;*/
/*    bottom: 30px;*/
/*    width: 60px;*/
/*    height: 3px;*/
/*    content: "";*/
/*    background-color: #a50ec7;*/
/*}*/
/*.packages-heading:before {*/
/*    position: absolute;*/
/*    left: 66px;*/
/*    bottom: 30px;*/
/*    width: 60px;*/
/*    height: 3px;*/
/*    content: "";*/
/*    background-color: gold;*/

/*}*/
/*.home .creator-heading:before {*/
/*    position: absolute;*/
/*    bottom: 30px;*/
/*    left: 66px;*/
/*    width: 60px;*/
/*    height: 3px;*/
/*    content: "";*/
/*    background-color: #08bac4;*/
/*    right: inherit;*/
/*    transform: inherit;*/
/*}*/
/*.creator-heading:before {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 30px;*/
/*    width: 60px;*/
/*    height: 3px;*/
/*    content: "";*/
/*    right: 50%;*/
/*    background-color: #08bac4;*/
/*    transform: translate(-50%, -50%);*/
/*}*/
.single-product .creator-heading:before {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 60px;
    height: 3px;
    content: "";
    right: 50%;
    background-color: #08bac4;
    transform: translate(-50%, -50%);
}





.past-heading:before {
    position: absolute;
    left: 66px;
    bottom: 30px;
    width: 60px;
    height: 3px;
    content: "";
    background-color: #575757;
}


.biim-heading span,
.packages-heading span,
.past-heading span,
.creator-heading span{
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 3em;
    padding-left: 0.25em;
    color: rgba(255, 255, 255, 0.72);
    padding-bottom: 10px;
}
.alt-two .biim-heading {
    text-align:center;
}
.alt-two .biim-heading:before {
    left:50%; margin-left:-30px;
}


/*// home category cards*/
.card{
    background: transparent;
    /*width: 25%;*/
}
.link.card{
    max-width: 25%;
}
.card-link{
    width: 25%;
}
.card-header{
    background-color: rgba(0, 0, 0, 0.85);
}

.wrapper-home{
    padding: 50px 50px;
    display: flex;
    gap: 50px;
    justify-content: center;
}
.card-wrapper {
    position: relative;
}
.card-item {
    /*width: 450px;*/
    /*height: 540px;*/
    position: relative;
    border-radius: 20px;
    overflow: hidden;

}
.card-item figure{
    margin: 0;
}


.card-item:hover .card-image:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);
}

.card-item:hover .card-image img {
    transform: scale(1.03);
}

.card-item .card-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.card-item .card-image:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: #000;
    background: linear-gradient(52deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 72%, rgb(36 109 167 / 90%) 100%);
}
.card-item .card-image:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);
}

.card-item .card-image img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    transition: 0.4s;
}
.card-item .card-content {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    padding: 20px;
    display: flex;
    /*flex-direction: column;*/
    /*justify-content: flex-end;*/
    row-gap: 20px;

}
.card-item .active-content{
    transform:none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    padding: 0 20px;
    transform: translateY(calc(100% - 260px));
    -webkit-transform: translateY(calc(100% - 260px));
    overflow: hidden;
    display: -webkit-box;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;


}
.card.active .card-item .active-content{

    transform: translateY(calc(100% - 250px));
    -webkit-transform: translateY(calc(100% - 250px));
}

.card-item .card-content h4 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    line-height: 30px;
    display: -webkit-box;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}


.button-blocks {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    position: relative;
    /*cursor: pointer;*/
    /* button */
    /* bg button */
}
.button-wrap{
    overflow: hidden;
    height: auto;
    display: block;
}
.button-blocks .link,
.button-blocks button{

    font-size: 18px;
    color: #000207;
    position: relative;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: 0;
    left: 0;
    line-height: auto;
    overflow: hidden;
    background: #f14fb3;
    padding: 10px 40px;
    border-radius: 43px;
    display: block;
}

.live .button-blocks .link{
    background: #f14fb3;
}
.meetgreet .button-blocks .link{
    background: #09dbef;
}

.packages .button-blocks .link{
    background: gold;
}

.creators .button-blocks .link{
    background: purple;
    color: white;
}

.button-blocks .link:before {
    content: "";
    background-color: #ffffff;
    width: 3px;
    height: 44%;
    position: absolute;
    z-index: 2;
    left: 23px;
    top: 12px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.button-blocks .link:after {
    content: "";
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    background-color: transparent;
    position: absolute;
    border: solid 3px #ffffff;
    border-left: 0;
    border-bottom: 0;
    top: calc(50% - 8px);
    border-radius: 2px;
    transform: translateX(-60px) rotate(45deg);
    transition: all 0.3s 0.2s ease-in-out;
}
.button-blocks:before {
    content: "";
    background-color: rgb(5 5 5 / 19%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 3px;
    transition: all 0.4s 0.3s ease-in-out;
}
.button-blocks:hover:before {
    width: 0;
    height: 100%;
    right: 0;
    bottom: 0px;
}
.button-blocks:hover .link {
    padding-left: 50px;
}
.button-blocks:hover .link:before {
    left: 18px;
    transform: rotate(90deg);
}
.button-blocks:hover .link:after {
    transform: translate(-32px) rotate(45deg);
}

.mouse{
    margin: 50px auto;
    width: 100px;
}.mouse-icon{
     width: 25px;
     height: 45px;
     border: 2px solid white;
     border-radius: 15px;
     cursor: pointer;
     position: relative;
     text-align: center;
 }.mouse-wheel{
      height: 6px;
      margin: 2px auto 0;
      display: block;
      width: 3px;
      background-color: white;
      border-radius: 50%;
      -webkit-animation: 1.6s ease infinite wheel-up-down;
      -moz-animation: 1.6s ease infinite wheel-up-down;
      animation: 1.6s ease infinite wheel-up-down;
  }
@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}@-moz-keyframes wheel-up-down {
     0% {
         margin-top: 2px;
         opacity: 0;
     }
     30% {
         opacity: 1;
     }
     100% {
         margin-top: 20px;
         opacity: 0;
     }
 }@keyframes wheel-up-down {
      0% {
          margin-top: 2px;
          opacity: 0;
      }
      30% {
          opacity: 1;
      }
      100% {
          margin-top: 20px;
          opacity: 0;
      }
  }

.package-section.mobile-section,
.biim-section.mobile-section{
    display: none;
}

.featured-heading,
.featured-biim-slider{
    display: none;
}

/******** Middle section CSS End *******/

/***** responsive css Start ******/


@media only screen and (max-width: 1600px){
    .card-item .active-content{
        transform:none;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        position: absolute;
        color: #ffffff;
        font-size: 18px;
        transform: translateY(calc(100% - 210px));
        -webkit-transform: translateY(calc(100% - 210px));
        overflow: hidden;
        display: -webkit-box;
        overflow-wrap: break-word;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;

    }
    .card.active .card-item .active-content{
        transform: translateY(calc(100% - 220px));
        -webkit-transform: translateY(calc(100% - 220px));
    }
    .button-blocks .link, .button-blocks button{
        padding: 10px 20px;
    }
    .button-blocks .link:before,
    .button-blocks .link:after{
        display: none;
    }

}
@media only screen and (max-width: 1440px) {

    /*// home category cards*/
    .wrapper-home{
        padding: 20px 20px;
        display: flex;
        gap: 30px;
    }


    .card-item .card-content {
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
        padding: 20px;
        display: flex;
        /*flex-direction: column;*/
        /*justify-content: flex-end;*/
        row-gap: 20px;

    }


    .card-item .card-content h4 {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        position: relative;
        margin-bottom: 20px;
        line-height: 30px;
    }
    .button-blocks .link {
        font-size: 16px;
    }

    .card-item .card-content{
        padding: 20px;
    }
    .biim-heading a, .hospitality-heading a, .packages-heading a{
        font-size: 16px;
    }
    .link.card{
        max-width: 31%;
    }
    .card-link{
        width: 31%;
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 1140px) {
    .card-item .active-content{
        transform: translateY(calc(100% - 160px));
        -webkit-transform: translateY(calc(100% - 160px));
    }
    .card.active .card-item .active-content{
        transform: translateY(calc(100% - 170px));
        -webkit-transform: translateY(calc(100% - 170px));
    }
    .button-blocks:hover .link{
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 1024px) {
    #top-secondary-navigation{
        padding-left: 0;
    }
    .wrapper-home{
        padding: 20px 40px;
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    .button-blocks .link, .button-blocks button{
        padding: 10px 20px;
    }
    .hero-slider{
        /*height: 345px;*/
    }
}
@media (max-width: 980px) {

}

@media only screen and (min-width: 769px){
    .swiper-wrapper{
        /*list-style-type: none;*/
        /*padding: 0px;*/
        /*margin: 0px;*/
        height:650px !important;

    }
}


@media (max-width: 768px) {
    .swiper-wrapper{
        /*list-style-type: none;*/
        /*padding: 0px;*/
        /*margin: 0px;*/
        height:365px !important;

    }
    .wrapper-home{
        padding: 20px 20px;
        display: flex;
        gap: 20px;
    }
    .card-item {
        position: inherit;
        border-radius: 20px;
        overflow:inherit ;
    }
    .card-item figure{
        display: none;
    }

    .card-item .card-content {
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        top: 0;
        padding: 40px;
        display: flex;
        /*flex-direction: column;*/
        /*justify-content: flex-end;*/
        row-gap: 20px;

    }
    .card-item .active-content{
        display: none;
    }
    .card-item .card-content h4 {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        position: relative;
        margin-bottom: 20px;
        line-height: 30px;
    }
    .button-blocks .link {
        font-size: 16px;
    }
    .button-blocks .link:before,
    .button-blocks .link:after{
        display: none;
    }
    .package-section{
        display: none;
    }
    .package-section.mobile-section{
        display: block;
    }
    .package-carousel-mobile,
    .biim-carousel-mobile{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding-bottom: 20px;
    }
    .package-section.mobile-section .item-mobile,
    .biim-section.mobile-section .item-mobile,
    .past-section.mobile-section .item-mobile,
    .creator-section.mobile-section .item-mobile{
        width: 100%;
        margin: 0 0 5px 0;
        /*height: 330px;*/
        border: 1px solid #4f4d4d;
        /*padding: 5px;*/
        border-radius: 10px;
        display: none;
    }
    .package-section.mobile-section .item-mobile .item-bg-mobile:after,
    .biim-section.mobile-section .item-mobile .item-bg-mobile:after,
    .past-section.mobile-section .item-mobile .item-bg-mobile:after,
    .creator-section.mobile-section .item-mobile .item-bg-mobile:after{
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    }

    .package-section.mobile-section .item-mobile:nth-child(-n+2),
    .biim-section.mobile-section .item-mobile:nth-child(-n+2),
    .past-section.mobile-section .item-mobile:nth-child(-n+2),
    .creator-section.mobile-section .item-mobile:nth-child(-n+2){
        display: block;
    }
    .package-section.mobile-section .item-desc-mobile,
    .creator-section.mobile-section .item-desc-mobile,
    .package-section.mobile-section .item-desc-mobile{
        transition: none;
        transform: inherit;
    }
    .biim-section.mobile-section .item-desc-mobile h3,
    .creator-section.mobile-section .item-desc-mobile h3,
    .package-section.mobile-section .item-desc-mobile h3{
        font-size: 1.1rem;
        color: white;
        min-height: 45px;
    }
    .biim-section.mobile-section .item-desc-mobile h3 a,
    .creator-section.mobile-section .item-desc-mobile h3 a,
    .package-section.mobile-section .item-desc-mobile h3 a,
    .biim-section.mobile-section .item-desc-mobile h5 a,
    .creator-section.mobile-section .item-desc-mobile h5 a,
    .package-section.mobile-section .item-desc-mobile h5 a{
        color: white;
    }
    .biim-section.mobile-section .item-desc-mobile h5,
    .creator-section.mobile-section .item-desc-mobile h5,
    .package-section.mobile-section .item-mobile, .biim-section.mobile-section .item-mobile, .past-section.mobile-section .item-mobile, .creator-section.mobile-section .item-mobile    .item-mobile .package-info-teaser{
        font-size: 0.8rem !important;
        color: white;
        /*min-height: 75px;*/
    }
    .item-desc-mobile-headings{
        position: absolute;
        bottom: 10px;
        padding: 10px 10px 0 10px;
        z-index: 1;
    }
    .item-desc-top-hospitality{
        position: absolute;
        bottom: 10px;
        padding: 10px 10px 0 10px;
        z-index: 1;
    }
    .item-desc-top-virtual-mobile{
        position: absolute;
        bottom: 10px;
        padding: 10px 10px 0 10px;
        z-index: 1;
    }

    .item-desc-mobile-headings h3,
    .item-desc-top-hospitality h3,
    .item-desc-top-virtual-mobile h3{
        font-size: 1.1rem !important;
        color: white;
    }
    .item-desc-mobile-headings h5,
    .item-desc-top-hospitality h5,
    .item-desc-top-virtual-mobile h5{
        font-size: 0.9rem !important;
        color: white;
    }
    .item-bg-mobile{
        height: 200px;
        background-size: cover;
        margin-bottom: 10px;
        position: relative;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;

    }
    .item-desc-mobile-btn{
        display: flex;
        justify-content: center;
    }
    .item-mobile .primary-btn.link-button{
        width: 100%;
        min-width: 100px;
        padding: 0 0.5rem;
        font-size: 0.8rem;
    }
    .item-mobile .package-tag, .item-mobile .biim-tag{
        font-size: 8px;
    }
    .biim-section{
        display: none;
    }
    .biim-section.featured-section{
        display: block;
    }
    .biim-section.mobile-section{
        display: block;
    }
    .item-mobile .woosq-btn, .primary-btn{
        width: 100%;
        min-width: 100px;
    }
    .item-mobile .biim-loop-product-remained-time{
        position: absolute;
        width: 43%;
        z-index: 1;
    }
    .item-mobile .item-desc-mobile{
        padding: 10px;
    }
    .biim-loop-product-availability-date.font-weight-bold{
        color: white;
        font-size: 0.9rem;
    }
    .card.active .card-item .active-content{
        display: none;
    }
    .card-item .card-image img{
        display: none;
    }
    .wrapper-home{
        display: block;
    }
    .card-item{
        height: 60px;
    }
    .card-item .button-blocks.card-content .button-wrap{
        width: 100%;
    }
    .card-item .button-blocks.card-content button.link {
        width: 100%;
    }
    .primary-btn.link-button.package-btn{
        justify-content: center;
    }
    .hero-slider{
        /*height: 345px;*/
    }
    .swiper-slide video{
        width: 100%;
        max-height: 350px;
        position: absolute;
        object-fit: cover;
        overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
    }
    .featured-heading{
        padding: 30px 20px;
    }

    .featured-heading,
    .featured-biim-slider{
        display: block;
    }



}

@media only screen and (max-width: 480px) {
    .card{
        width: 100%;
    }
    .package-section, .biim-section, .past-section, .creator-section{
        padding: 0 20px 0;
        position: relative;
    }
    .package-section .item, .biim-section .item, .past-section .item, .creator-section .item, .upsell-slider .product{
        width: 300px;
    }
    .package-section .item.active,
    .biim-section .item.active,
    .past-section .item.active,
    .creator-section .item.active{
        width: 300px;

    }
    .featured-section .item,
    .featured-section .item.active{
        width: 100%;
    }

    .wrapper-home{
        padding: 10px 20px;
        display: block;
        gap: 20px;
    }

    .card-item {
        position: inherit;
        border-radius: 20px;
        overflow:inherit ;

    }
    .card-item .card-content{
        padding: 5px 0;
        position: relative;
    }
    .card-item .button-wrap{
        width: 100%;
    }
    .card-item .active-content{
        padding: 0 10px;
        font-size: 16px;
    }
    .biim-heading, .packages-heading, .past-heading, .creator-heading, .hospitality-heading{
        font-size: 20px;
        padding: 20px 20px;
    }
    .biim-heading span,
    .packages-heading span,
    .past-heading span,
    .creator-heading span{
        display: none;
    }
    .swiper-wrapper{
        height: 300px !important;
    }
    .hero-slider{
        height: 300px;
    }
    .swiper-slide {
        height: 300px;


    }
    .card-item .card-content h4{
        display: none;
    }
    .packages-heading:before,
    .home .creator-heading:before,
    .past-heading:before{
        left: 21px;
        height: 2px;
    }
    .biim-section .item{
        margin: 0 0 20px;
    }


}

@media only screen and (max-width: 320px) {
    .package-section .item, .biim-section .item, .past-section .item, .creator-section .item, .upsell-slider .product{
        width:260px;
    }
    .package-section .item.active,
    .biim-section .item.active,
    .past-section .item.active,
    .creator-section .item.active{
        width: 260px;

    }
    .biim-section .item-desc,
    .creator-section .item-desc,
    .package-section .item-desc{
        padding: 0 10px 12px;
    }
    .biim-section .item-desc h3,
    .creator-section .item-desc h3,
    .package-section .item-desc h3{
        font-size: 1.5rem;
    }
    .card-item .active-content{

        transform: translateY(calc(100% - 140px));
        -webkit-transform: translateY(calc(100% - 140px));


    }
    .card.active .card-item .active-content{
        transform: translateY(calc(100% - 150px));
        -webkit-transform: translateY(calc(100% - 150px));
    }
}