* {}


/* hero-bar ---------- */
#hero-bar {
    background: url(../../images/partnership-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 240px;
}

#hero-bar .container {
    height: 200px;
}

#hero-bar .row {
    position: relative;
    height: 100%;
    align-items: end;
    align-content: end;
}


#hero-bar .unit-title {
    color: var(--white-color);
}

#hero-bar span.bg-martech-green {
    background-color: var(--sub2-color);
    width: 48px;
    height: 4px;
    margin: .5rem 1rem;
}

#hero-bar .unit-title .green-title {
    color: var(--sub2-color);
}


/* video ---------- */
#video {
    background: #141B25;
}
#video .box {
    flex-basis: 60%;
}
#video .box2 {
    flex-basis: 40%;
    padding: 30px;
    color: #f0f1ee;
    background: url(../../images/bg-pattern1.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 300px;
    letter-spacing: 2px;
}

#video .box2 p {
    margin-bottom: 0;
    font-weight: 300;
}

.aspect-video {
    width: 100%;
    aspect-ratio: 16/9;
}

@media (max-width: 768px) {
    #video .d-flex {
        flex-direction: column;
    }  
    #video .box{
        flex-basis: 100%;
        transform: translate(0, 0);
    }
    #video .box2 {
        flex-basis: 100%;
    }
}


/* agenda ---------- */
#agenda,
#speaker4 {
    position: relative;
    overflow: hidden;
    background: #141B25;
}

#agenda .section-parallax-bg,
#speaker4 .section-parallax-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    background-image: url(../../images/partnership-bg2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

#agenda .section-parallax-bg::after,
#speaker4 .section-parallax-bg::after {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(20, 27, 37, .22);
}

#agenda .parallax-content,
#speaker4 .parallax-content {
    position: relative;
    z-index: 1;
}
#agenda .unit-title .en-title,
#speaker4 .unit-title .en-title{
    color: var(--sub2-color);
}
#agenda .unit-title h3,
#speaker4 .unit-title h3{
    color: var(--white-color);
}
#agenda .commingsoon img{
    width: 34px;
    height: 34px;
    display: flex;
}
#agenda .commingsoon{
    display: flex;
    gap: 1rem;
    justify-content: center;
    color: var(--white-color);
    background: #00000030;
    border: 3px dashed #454A53;
    border-radius: 16px;
    padding: 1.5rem;
}

#agenda .list-box .time{
    background: var(--white-color);
    color: #000;
    padding: 3px 6px;
    font-family: "Fira Mono", monospace;
}
#agenda .list-box .list-info{
    border-top: 1px solid var(--white-color);
    color: var(--white-color);
    letter-spacing: 1px;
}
#agenda .list-box .list-info .list-title h6{
    color: var(--sub2-color);
}
#agenda .list-box .list-info .list-spk{
    align-content: center;
}

#agenda .list-box.breaktime{
    text-align: center;
    background: #00000030;
    border-left: 6px solid var(--sub2-color);
    border-right: 6px solid var(--sub2-color);
    font-family: "Fira Mono", monospace;
    margin: 1rem 0;
}
#agenda .list-box.breaktime .list-info{
    border: unset;
}

@media (prefers-reduced-motion: reduce) {
    #agenda .section-parallax-bg,
    #speaker4 .section-parallax-bg {
        height: 800px;
        transform: none !important;
        will-change: auto;
    }
}

/* infomation ---------- */
#infomation{
    background: linear-gradient(150deg, #FAF8FF 10%, #E3E3E3 80%);
    color: #000;
    position: relative;
}
#infomation .unit-title .en-title{
    color:var(--sub-color);
}
#infomation .dot_bg {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#F1F1F1 1px, transparent 0);
    background-size: 20px 20px;
    background-color: transparent;
}
#infomation .container{
    position: relative;
}

#infomation .container .row a:hover{
    transform: scale(0.9) rotate(-3deg);
    transition: .15s linear;
}



/* 講師陣容－多位輪播 */

#speaker4 .speaker-card .speaker_name {
    background-color: var(--sub2-color);
    padding: 15px;
    min-height: 145px;
    color: var(--black-color);
}
#speaker4 .speaker-card .speaker_name h4 {
    margin-bottom: .5rem;
}
#speaker4 .speaker-card .speaker_name p {
    margin-bottom: 0;
}
#speaker4 .speakers-empty {
    color: var(--white-color);
}
#speaker4 .owl-theme .owl-nav{
    position: absolute;
    top: -45px;
    right: 0%;
    width: 100%;
    justify-content: end;
    display: flex;
}
#speaker4 .owl-theme .owl-nav button:hover{
    background-color: var(--main-color);
}
#faq ul {
    list-style-type: none;
    margin: 0;
    /* padding: 0; */
}
#faq li {
    margin-bottom: 2rem;
    color: var(--white-color);
    list-style: none;
}

@media (max-width: 768px) {

    #speaker4  .speaker-card .speaker_name{
        padding: 6px;
        min-height: 100px;
    }
    #speaker4 .speaker-carousel{
        margin-bottom: 2rem;
    }
    #speaker4 .owl-theme .owl-nav {
        position: absolute;
        bottom: -30px;
        right: 0px;
    }
}


#aera{
    background: #141B25;
    color: var(--white-color);
    max-height: 500px;
}
#aera h3 .date-en{
    font-family: "Fira Mono", monospace;
}
#aera .d-flex {
    flex-wrap: wrap;
}
#aera h5 span{
    font-size: .8rem;
}
#aera h5{
    font-weight: 400;
}
#aera .box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    flex-basis: 40%;
    padding: 0 3rem;
}
#aera .box2 {
    flex-basis: 60%;
}
#aera .aspect{
    width: 100%;
    aspect-ratio: 7/4;
    height: 100%;
}
@media (max-width: 576px) {
    #aera .box {
        flex-basis: 100%;
        padding: 1rem;
    }
    #aera .box2{
        flex-basis: 100%;
    }
}