@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

:root {
    --brand-color-theme-1: #13bfd6;
    --brand-color-theme-2: #729ff1;
    --brand-color-theme-3: #816aa6;
    --brand-color-theme-4: #233866;
    --brand-bg-gradient: linear-gradient(to right, #e0f7fa, #f3e5f5);
    --brand-font-family-body: "Onest", sans-serif;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: var(--brand-font-family-body)!important;
}

.brand-bg-gradient {
    background-image: var(--brand-bg-gradient) !important;
}

.brand-color-theme-1-bg {
    background-color: var(--brand-color-theme-1) !important;
}

.brand-color-theme-2-bg {
    background-color: var(--brand-color-theme-2) !important;
}

.brand-color-theme-3-bg {
    background-color: var(--brand-color-theme-3) !important;
}

.brand-color-theme-4-bg {
    background-color: var(--brand-color-theme-4) !important;
}

.brand-color-theme-1-text {
    color: var(--brand-color-theme-1) !important;
}

.brand-color-theme-2-text {
    color: var(--brand-color-theme-2) !important;
}

.brand-color-theme-3-text {
    color: var(--brand-color-theme-3) !important;
}

.brand-color-theme-4-text {
    color: var(--brand-color-theme-4) !important;
}

.fheaderrowToptwo {
    padding-top: 0;
    padding-bottom: 0;
}

header.fHeader1.header-nav {
    height: unset;
}

h5::before,
h5::after {
    content: unset;
}

.fModuleTitle h3 {
    font-weight: 700;
    color: var(--brand-color-theme-3);
    margin: 1rem 0 1rem 0;
}

.fModuleTitle h3 span {
    display: block;
    font-size: 1.1rem;
    color: var(--brand-color-theme-4);
    width: fit-content;
}

.title-center .fModuleTitle h3 {
    text-align: center;
}

/* buttons start here */
label {
    font-size: unset !important;
}

.fButton,
a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
    background-color: var(--brand-color-theme-1);
    display: inline-block;
    padding: 10px 2rem;
    color: white;
    font-weight: 500;
    border: 1px solid var(--brand-color-theme-1);
    font-size: 1rem;
    width: fit-content;
    font-family: var(--brand-font-family-body);
}

.fForm .buttons a {
    height: 50px;
    padding: 5px 2rem;
    align-content: center;
}

/* buttons end here */

/* header starts here */

header.fHeader1 {
    position: sticky;
    top: 0;
    z-index: 999999;
}

header.fHeader1 .region-headertop>.row {
    margin: 0;
}

.f-header-logo .fGalleryImage img {
    width: 200px;
    max-width: 100%;
    padding: 5px 0;
}

/* header ends here */

/* running ticker starts here */

.ticker-tape-container {
    overflow-x: hidden;
    display: flex;
    align-items: center;
}

.ticker-tape {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.ticker-tape span {
    font-size: 1.1rem;

    position: relative;
}

.ticker-tape span::after {
    content: "|";
    position: relative;
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.ticker-tape {
    animation-name: marquee;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-direction: normal;
}

.ticker-tape-container:hover .ticker-tape {
    animation-play-state: paused;
}

/* running ticker ends here */

/* banner starts here */

.f-banner .fGalleryImage img {
    min-height: 470px;
    object-fit: cover;
}

.f-banner .fGalleryText .logo-banner img {
    width: 200px;
}

.f-banner .ItemfinnerGallery {
    position: relative;
}

.f-banner .fGalleryText {
    position: absolute;
    inset: 0;
    align-content: center;
}

.f-banner .fGalleryText h3 {
    margin: 10px 0;
    width: 600px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1em;
    max-width: 100%;
}

.f-banner .fGalleryText h3 label.small {
    display: block;
    font-size: 2rem !important;
    font-weight: 600;
}

.f-banner .fGalleryText .theme-1 {
    width: 450px;
    max-width: 100%;
}

.f-banner .fGalleryText .theme-1 p {
    margin: 10px 0;
}

.f-banner .fGalleryText .date-and-venue h4 {
    margin: 10px 0;
    display: inline-block;
    font-size: 1rem;
    position: relative;
    padding-right: 10px;
}

.f-banner .fGalleryText .date-and-venue h4::before {
    content: "";
    width: .9rem;
    height: 1.3rem;
    display: inline-block;
    margin-right: 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: relative;
    top: .3rem;
}

.f-banner .fGalleryText .date-and-venue h4.date::before {
    background-image: url("https://storage.unitedwebnetwork.com/files/1325/Date icon_310543.png");
}

.f-banner .fGalleryText .date-and-venue h4.venue::before {
    background-image: url("https://storage.unitedwebnetwork.com/files/1325/Location_310542.png");
    background-position: center 1px;
}

.f-banner #fModule--fGalleryItem-309912 {
    display: none;
}

.f-important-dates-section .fGalleryItem {
    padding: 12px;
}

.f-important-dates-section .fGalleryItem .ItemfinnerGallery {
    padding: 2rem;
    border: 1px solid #dedede;
    box-shadow: -10px -10px 30px 0 #ffffff82, 10px 10px 30px 0 #1d0dca17;
    border-radius: 20px;
    background-color: white;
}

.f-important-dates-section .fGalleryItem .ItemfinnerGallery .fGalleryText {
    display: flex;
    flex-wrap: wrap;
}

.f-important-dates-section .fGalleryItem .ItemfinnerGallery h3 {
    width: 100%;
    order: 2;
    margin: 0;
}

.f-important-dates-section .fGalleryItem .ItemfinnerGallery h3>a {
    font-size: .9rem;
    display: block;
}

.f-important-dates-section .fGalleryItem .ItemfinnerGallery .date {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 1rem;
    width: 100%;
    color: var(--brand-color-theme-3);
}


.f-important-dates-section .fGalleryItem .ItemfinnerGallery img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    padding: .4rem;
}

.f-important-dates-section .owl-item:nth-child(1) .fGalleryItem .ItemfinnerGallery img {
    padding: 0;
}

/* banner ends here */


/* counter starts here */

.f-countdown-timer .row {
    margin: 0;
    justify-content: center;
}

.f-countdown-timer .row .fCountText {
    padding: .5rem 2rem;
    text-align: center;
    width: fit-content;
}

.f-countdown-timer .row .fCountText h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    font-family: var(--brand-font-family-body);
    font-weight: 600;
    color: var(--brand-color-theme-3);
}

.f-countdown-timer .row .fCountText p {
    margin-top: .2rem;
    margin-bottom: 0;
    color: var(--brand-color-theme-4);
    font-size: 1rem;
    padding: 0;
}

/* counter ends here */

/* venue starts here */

.f-venue .f-media-image img {
    height: 100%;
    object-fit: cover;
}

/* venue ends here */


/* speakers starts here */

.f-user-list-custom .f-list-item {
    padding: 12px;
}

.f-user-list-custom .f-list-item .f-list-item-container {
    padding: 3px;
    border: 1px solid #dedede;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.f-user-list-custom .f-list-item .f-list-item-container .f-list-item-teaser-image img {
    border-radius: 15px;
    border: 1px solid #dedede84;
}

.f-user-list-custom .f-list-item-content-text {
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
    padding: 10px;
    align-content: end;
    background-image: linear-gradient(to top, #000000dd, #00000000);
    border-radius: 15px;
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: all .5s;

    >* {
        opacity: 0;
        transition: all .5s;
        visibility: hidden;
    }
}

.f-user-list-custom .f-list-item-container:hover .f-list-item-content-text {
    opacity: 1;
    height: 250px;
    visibility: visible;

    >* {
        opacity: 1;
        visibility: visible;
    }
}

.f-user-list-custom .f-list-item-content-text .f-list-item-title a {
    color: white;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.1em;
    display: inline-block;
    margin-bottom: .2rem;
}

.f-user-list-custom .f-list-item-content-text .f-list-item-title a::after {
    content: "";
    inset: 0;
    position: absolute;
}

.f-user-list-custom .f-list-item-content-text .f-list-item-subtitle>a {
    color: white;
    font-size: .9rem;
}

/* speakers ends here */

/* who should attend starts here */


.f-attendee-section h2 {
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
    text-align: center;
}

.f-attendee-section .nav-tabs.custom-tabs {
    justify-content: center;
    border-bottom: none;
}

.f-attendee-section .nav-tabs.custom-tabs .nav-link {
    margin: 0 12px;
    border: none;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.3);
    color: #333;
    padding: 10px 25px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    font-size: 1rem;
}

.f-attendee-section .nav-tabs.custom-tabs .nav-link:hover {
    background-color: var(--brand-color-theme-1);
    color: white;
}

.f-attendee-section .nav-tabs.custom-tabs .nav-link.active {
    background-color: var(--brand-color-theme-1);
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.f-attendee-section .tab-content {
    margin-top: 30px;
}

.f-attendee-section .tab-content .row {
    justify-content: center;
}

.f-attendee-section .card-box {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(12px);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;

}

.f-attendee-section .card-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.f-attendee-section .card-box h6 {
    font-weight: 500;
    color: var(--brand-color-theme-4);
    font-family: var(--brand-font-family-body);
    text-align: center;
}

/* who should ends here */

/* programme highlights starts here */
.f-hightlights .fGalleryItem {
    padding: 12px;
}

.f-hightlights .ItemfinnerGallery {
    padding: 0;
    position: relative;
}

.f-hightlights .ItemfinnerGallery .fGalleryText {
    background-image: linear-gradient(to top, var(--brand-color-theme-4), #23386685);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    transition: all .4s;

    >* {
        transition: all .4s;
    }
}

.f-hightlights .ItemfinnerGallery .fGalleryText h3 {
    line-height: .7em;
    margin: 0;
    color: white;
}

.f-hightlights .ItemfinnerGallery .fGalleryText h3>a {
    font-size: .9rem;
}

.f-hightlights .ItemfinnerGallery .fGalleryText p {
    color: white;
    font-size: .8rem;
    font-weight: 300;
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 1rem 0 0 0;
}

.f-hightlights .ItemfinnerGallery:hover .fGalleryText p {
    visibility: visible;
    opacity: 1;
    height: 120px;
}

.f-hightlights .ItemfinnerGallery .fGalleryImage img {
    aspect-ratio: 1/1;
    min-height: 260px;
    object-fit: cover;
}

/* programme hightlights ends here */

/* gallery starts here */

.f-gallery-image .fGalleryItem {
    padding: 12px;
}

.f-gallery-image .fGalleryItem .ItemfinnerGallery {
    position: relative;
}

.f-gallery-image .fGalleryItem .fGalleryImage img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.inset-full {
    inset: 0;
}

.fancybox-container {
    z-index: 99999999999999999;
}

/* gallery ends here */

/* footer starts here */

footer#fFooter {
    margin-top: -6px;
    padding-top: 1rem;
}

footer .f-footer-main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 3rem;
}

footer .footer-menu ul li {
    width: fit-content;
}

footer .footer-menu ul li {
    padding: 7px;

    a {
        color: white;
        position: relative;

        &:hover {
            color: var(--brand-color-theme-1);
        }
    }

    a::after {
        content: "|";
        color: white;
        position: relative;
        margin-right: 5px;
        margin-left: 5px;
    }
}

footer .f-footer-main ul li:last-child {
    a::after {
        content: none;
    }
}

footer .fMenu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

footer#fFooter .fMenu li {
    width: fit-content;
    padding: 1rem 7px;
    margin-top: .7rem;
}

footer .fMenu li a {
    display: block;
    width: 40px;
    height: 40px;
    color: white;
    border: 2px dotted #dedede;
    text-align: center;
    align-content: center;
    border-radius: 500px;
}

/* footer ends here */

/* all logos starts here */

.f-all-logos .fGalleryItem {
    padding: 12px;
}

.f-all-logos .f-module-content .fGalleryContainer ul li .ItemfinnerGallery img {
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
    max-width: 200px;
    padding: 10px;
    border: 1px solid #dedede8b;
}

/* all logos ends here */

@media(min-width:991.9px) {
    .f-main-menu .fMenu {
        display: flex;
        justify-content: end;
    }

    .f-main-menu .fMenu>li {
        padding: 0 5px;
        align-content: center;
    }

    .f-main-menu .fMenu>li>a {
        font-size: .9rem;
        color: var(--brand-color-theme-3);
    }

    .f-main-menu .fMenu>li.has-submenu {
        padding-right: 25px;
    }

    .f-main-menu .fMenu>li:last-child {
        padding-right: 0;
    }

    .f-main-menu .fMenu>li:last-child>a {
        background-color: var(--brand-color-theme-1);
        display: inline-block;
        padding: 10px 1.5rem;
        color: white !important;
        font-weight: 500;
        border: 1px solid var(--brand-color-theme-1);
    }

    .f-main-menu .fMenu>li>ul {
        position: absolute;
        text-align: left;
        top: 4rem;
        left: 22px;
        background-color: white;
        visibility: hidden;
        min-width: 230px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        opacity: 0;
        z-index: -1;
        box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        padding: 0;
    }

    .f-main-menu .fMenu>li.has-submenu>a {
        position: static;
    }

    .f-main-menu .fMenu>li.has-submenu>a::before {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: .9rem;
    }

    .f-main-menu .fMenu>li>ul::before {
        content: "";
        position: absolute;
        left: 0;
        height: 2.5rem;
        width: 100%;
        top: -2rem;
        background-color: transparent;
    }

    .f-main-menu .fMenu>li:hover>ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        z-index: 9;
    }

    .f-main-menu .fMenu>li>ul>li {
        display: block;
        margin: 0 0;
        padding: 0px 0px;
    }

    .f-main-menu .fMenu>li>ul>li>a {
        font-size: 1rem;
        line-height: 1.2em;
        color: var(--brand-color-theme-2);
        padding: .7rem 1rem;
        display: block;
        border-bottom: 1px solid #dedede;
    }

    .f-main-menu .fMenu>li>ul>li>a:hover {
        background-color: var(--brand-color-theme-2);
        color: white;
    }

    .f-main-menu .fMenu>li>ul>li:last-child>a {
        border-bottom: 0;
    }
}

@media(max-width:768.9px) {
    .f-banner .fGalleryText h3 {
        font-size: 1.75rem;
    }

    .f-banner .fGalleryText h3 label.small {
        font-size: 1.4rem !important;
    }

    .fButton,
    a.fButton,
    .fForm .buttons input,
    .fbutton-btn a,
    .fForm .buttons a {
        padding: 6px 1.4rem;
        font-size: .9rem;
    }

    .f-banner .fGalleryText .date-and-venue h4,
    .f-banner .fGalleryText .theme-1 p {
        font-size: .9rem;
    }
}

@media(max-width:575.9px) {
    .f-banner #fModule--fGalleryItem-309912 {
        display: block;
    }

    .f-banner #fModule--fGalleryItem-309854 {
        display: none;
    }

    .f-banner .fGalleryText {
        align-content: start;
        padding-top: 15%;
    }


}