:root {
    /* # line box */
    --linebox-font-color: #333;
    --linebox-bgcolor: #f6fcff;
    --linebox-border-color: #ebe5e9;
    --linebox-swiper-button-arrow-color: #333;
    --linebox-swiper-button-bgcolor: #fff;
}


/* image with text 4:6*/
.half-section-component .col-30 {padding-left: 0px !important;    }
.half-section-component .col-70 {padding-left: 0px !important;    }
.dhk .imagewithtext .cmp-container {    padding-top: 0px !important;}
.dhk .cmp-image__image {    width: 100%;    border-radius: 10px;}
.gk-poi-list-container .poi-list-header { display:none !important; }
.poi-title {color: #3B002B; padding-bottom: 10px !important; }

@media screen and (min-width: 769px) {
.half-section-component .col-30 {padding-left: 0px !important;        flex: 0 0 40% !important;        max-width:40% !important;    }
.half-section-component .col-70 {padding-left: 0px !important;        flex: 0 0 60% !important;        max-width: 60% !important;    }
}


/* Custom component {Line Box} */

.linebox img:not(.iconVideoPlay){max-width:100%;}
.linebox-row{display:flex; flex-direction:row; flex-wrap:nowrap; gap:16px;}
.linebox-row:not(:last-child){margin-bottom:20px;}
.linebox{flex:1; border-radius:16px; display:flex; flex-direction:column; overflow:hidden;}
.linebox:not(.large, .large-outbox){gap:25px;}
.linebox-row:last-child .linebox:last-child:not(.large,.large-outbox){max-width:calc(50% - (25px / 2));}
.linebox .item-cover{position:relative; max-width:100%; border-radius:12px; overflow:hidden;}
.linebox .item-cover > .caption{display:inline-block; width:auto; max-width:calc(100% - 8px - 8px); position:absolute; left:8px; bottom:8px; border-radius:4px; padding:3px; background-color:rgba(28,0,59,.7); pointer-events:none;}
.linebox .item-cover > .caption{--linebox-font-color:#fff;}
.linebox .item-cover > :is(.caption, .caption *){font-size:12px !important; color:#fff !important;}
.linebox .item-heading{margin-bottom:16px !important;}
.linebox .item-heading h5{margin-bottom:10px !important;}
.linebox .item-heading h5.with-icon{display:flex; align-items:center;}
.linebox .item-heading-icon{display:inline-block; margin-right:8px;}
.linebox :is(ul, ol){padding-left:26px; margin-bottom:15px !important;}

.linebox.large{flex-direction:row; align-items:flex-start;}
.linebox.large .item-cover {flex:0 0 40%;}
.linebox.large .item-content{flex:0 0 60%; padding:0 25px;}

.linebox.large-outbox {flex-direction:column !important;}
.linebox .list-item-gift h4{margin-bottom:0px !important;}
.linebox.large.inner {    border: none !important;     padding: 0 !important;}
/* .linebox-textbox {    padding-top: 20px;} */

.linebox-swiper-wrapper{position:relative; opacity:0; transition:opacity 1s cubic-bezier(0.25, 1, 0.5, 1); -moz-transition:opacity 1s cubic-bezier(0.25, 1, 0.5, 1); -ms-transition:opacity 1s cubic-bezier(0.25, 1, 0.5, 1); -webkit-transition:opacity 1s cubic-bezier(0.25, 1, 0.5, 1);}
.linebox-swiper-wrapper.swiper-initialized{opacity:1;}
.linebox-swiper{overflow-x:hidden; overflow-y:visible;}
.linebox-swiper .swiper-slide{height:auto;}
.linebox-swiper .swiper-slide .linebox{height:100%;}
.linebox-wrapper .swiper-button-arrow{position:absolute; top:50%; width:48px; height:48px; border-radius:16px; background-color:var(--linebox-swiper-button-bgcolor); background-image:none !important; box-shadow:0px 0px 20px 0px rgba(0,0,0,.1); z-index:10; cursor:pointer;}
.linebox-wrapper .swiper-button-arrow:before{display:block; content:''; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); width:10px; height:17px;}
.linebox-wrapper .swiper-button-arrow:after{display:none !important;}
.linebox-wrapper .swiper-button-arrow.swiper-button-disabled{display:none;}
.linebox-wrapper .linebox-swiper-button-prev{left:-8px; transform:translate(-50%, -50%);}
.linebox-wrapper .linebox-swiper-button-next{right:-8px; transform:translate(50%, -50%);}
.linebox-wrapper .linebox-swiper-button-prev:before{-webkit-mask:url(/content/dam/dhk/common/theme/2024/festival/swiper-arrow-prev.svg) no-repeat 50% 50%; mask:url(/content/dam/dhk/common/theme/2024/festival/swiper-arrow-prev.svg) no-repeat 50% 50%; -webkit-mask-size:cover; mask-size:cover; background-color:var(--linebox-swiper-button-arrow-color);}
.linebox-wrapper .linebox-swiper-button-next:before{-webkit-mask:url(/content/dam/dhk/common/theme/2024/festival/swiper-arrow-next.svg) no-repeat 50% 50%; mask:url(/content/dam/dhk/common/theme/2024/festival/swiper-arrow-next.svg) no-repeat 50% 50%; -webkit-mask-size:cover; mask-size:cover; background-color:var(--linebox-swiper-button-arrow-color);}
.linebox-swiper-pagination{position:relative !important; left:auto !important; bottom:auto !important;}
.linebox-swiper-pagination .swiper-pagination-bullet{border-radius:99px;}
.linebox-swiper-pagination .swiper-pagination-bullet-active{width:20px; background-color:var(--swiper-pagination-bullet-active-color);}
.linebox-wrapper span.icon{padding-left:26px;}
.linebox-wrapper span.icon:before{transform:scale(.79);}
.linebox-cover-swiper{position:relative;}
.linebox-cover-swiper .linebox-cover-swiper-pagination{bottom:6px;}
.linebox-cover-swiper .swiper-pagination-bullet{margin:0 3px; border-radius:99px; background-color:#fff;}
.linebox-cover-swiper .swiper-pagination-bullet-active{width:16px; background-color:var(--swiper-pagination-bullet-active-color);}


@media (max-width: 991.98px) {
    /* Custom component {Line Box} */
    .linebox-row{gap:8px;}
    .linebox-row:not(:last-child){margin-bottom:12px;}
    .linebox{padding:0px; border-radius:8px;}
    .linebox-row:last-child .linebox:last-child:not(.large, .large-outbox){max-width:calc(50% - (8px / 2));}
    .linebox:not(.large, .large-outbox){gap:10px;}
    .linebox .item-cover{border-radius:8px;}
    .linebox h5{margin-bottom:10px !important;} 
    .linebox.large{align-items:flex-start;}
    .linebox.large .item-content{padding:0 25px;}
    .linebox-wrapper .swiper-button-arrow{display:none;}
}


@media (max-width: 767.98px) {

        /* Custom component {Line Box} */
    .linebox-row{flex-direction:column; gap:12px;}
    .linebox-row:last-child .linebox:last-child:not(.large, .large-outbox){max-width:none;}
    .linebox:not(.large, .large-outbox), .linebox.large{gap:15px;}
    .linebox.large{flex-direction:column; align-items:flex-start;}
    .linebox.large .item-content{padding:0;}
}

/* linebox icon */
.linebox span.icon{display:inline-block; position:relative; padding-left:32px;}
.linebox :is(span.icon, span.icon *){color:#686a72 !important;}
.linebox span.icon:before{display:block; content:''; position:absolute; left:0px; top:0; background-repeat:no-repeat; background-position:left center; background-color:#686a72 ; -webkit-mask-size:cover; mask-size:cover; -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat; -webkit-mask-position:center; mask-position:center;}
.linebox span.icon-date{min-height:22px;}
.linebox span.icon-date:before{width:22px; height:22px; -webkit-mask-image:url(/content/dam/dhk/common/theme/2024/festival/icon-date.svg); mask-image:url(/content/dam/dhk/common/theme/2024/festival/icon-date.svg);}
.linebox span.icon-time{min-height:22px;}
.linebox span.icon-time:before{width:22px; height:22px; -webkit-mask-image:url(/content/dam/dhk/common/theme/2024/festival/icon-time.svg); mask-image:url(/content/dam/dhk/common/theme/2024/festival/icon-time.svg);}
.linebox span.icon-datetime{min-height:27px;}
.linebox span.icon-datetime:before{width:26px; height:27px; -webkit-mask-image:url(/content/dam/dhk/common/theme/2024/festival/icon-datetime.svg); mask-image:url(/content/dam/dhk/common/theme/2024/festival/icon-datetime.svg);}
.linebox span.icon-htgt{min-height:29px;}
.linebox span.icon-htgt:before{width:29px; height:29px; -webkit-mask-image:url(/content/dam/dhk/common/theme/2024/festival/icon-htgt.svg); mask-image:url(/content/dam/dhk/common/theme/2024/festival/icon-htgt.svg);}
.linebox span.icon-note{min-height:23px;}
.linebox span.icon-note:before{width:23px; height:23px; -webkit-mask-image:url(/content/dam/dhk/common/theme/2024/festival/icon-note.svg); mask-image:url(/content/dam/dhk/common/theme/2024/festival/icon-note.svg);}
.linebox span.icon-location{min-height:28px;}
.linebox span.icon-location:before{width:22px; height:28px; -webkit-mask-image:url(/content/dam/dhk/common/theme/2024/festival/icon-location.svg); mask-image:url(/content/dam/dhk/common/theme/2024/festival/icon-location.svg);}
.linebox span.icon-vantagepoint{min-height:calc(19px + 3px);}
.linebox span.icon-vantagepoint:before{top:3px; width:25px; height:19px; -webkit-mask-image:url(/content/dam/dhk/common/theme/2024/festival/icon-vantagepoint.svg); mask-image:url(/content/dam/dhk/common/theme/2024/festival/icon-vantagepoint.svg);}
.linebox span.icon-admission{min-height:calc(21px + 3px);}
.linebox span.icon-admission:before{top:3px; width:26px; height:21px; -webkit-mask-image:url(/content/dam/dhk/common/theme/2024/festival/icon-admission.svg); mask-image:url(/content/dam/dhk/common/theme/2024/festival/icon-admission.svg);}
.linebox span.icon-pin{min-height:28px;}
.linebox span.icon-pin:before{left:1px; width:22px; height:28px; -webkit-mask-image:url(/content/dam/dhk/common/theme/2025/super-march/icon-pin.svg); mask-image:url(/content/dam/dhk/common/theme/2025/super-march/icon-pin.svg);}