.recap, .event {
    background-image: url("../img/arabesque.png");
    background-repeat: repeat;
    background-size: 18.5em 11em ;
}

.event #background-shape-white-box {
    content: "";
    display: block;
    position: absolute;
    background-color: white;
    width: 100%;
    max-width: 1024px;
    height: 100%;
    margin: auto;
    padding: 0;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.carousel-container {
    display: block;
    position: relative;
    padding: 0.975em 0 3.125em 0;
    width: 100%;
    margin: 0 auto;
}

/* ----------------------------
            SHOWCASE
-----------------------------*/
.ytp-gradient-top{
    display: none !important;
}

.recap section#showcase {
    margin: 0 auto;
    padding: 0;
    background: #ffd832;
    height: 1050px;
    overflow: hidden;
}

.recap section#showcase .overlay-fathatan{
    bottom: -560px;
    left: -1300px;
}

.recap section#showcase .overlay-damma{
    right: -1004px;
    top: -250px;
    width: 100px;
    height: 100px;
}

.recap section#showcase .overlay-dpad{
    left: -654px;
    right: 0;
    top: auto;
    bottom: 20px;
    width: 120px;
    height: 120px;
}

.recap section#showcase .overlay-skoun{
    left: -704px;
    right: 0;
    top: 30px;
    bottom: auto;
    width: 60px;
    height: 60px;
}

.recap section#showcase #video-container {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin: auto;
    height: 100%;
    width: 100%;
    max-width: 1024px;
    background-color: rgba(255, 216, 50,0.6);
    backdrop-filter: blur(2px);
    border: none;
}

.recap section#showcase #showcase-thumbnail {
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    margin: auto;
    height: 100%;
    width: 12.5em;
    text-align: center;
}

.recap section#showcase #showcase-thumbnail > img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.recap section#showcase #showcase-thumbnail > p {
    display: block;
    position: relative;
    color: white;
    font-size: 1.4em;
    font-weight: 400;
    width: 100%;
    height: auto;
    padding: 0;
    margin: auto;
    line-height: 1.5em;
}

.recap section#showcase #showcase-thumbnail > p:lang(AR) {
    font-size: 2.5em;
}

@media only screen and (min-width: 1080px) {

    .recap section#showcase {
        height: 564.75px;
    }

    .recap section#showcase #video-container {
        border-left: white solid 10px;
        border-right: white solid 10px;
    }

}

/* ---------------------------------------------------
                      Speakers
----------------------------------------------------*/
section#speakers {
    display: block;
    position: relative;
    width: 100%;
    padding: 32px 0;
    overflow: hidden;
}

section#speakers > p {
    box-sizing: border-box;
    max-width: 1024px;
    margin: 1em auto 2em auto;
    font-weight: 400;
    font-size: 1.3em;
    padding: 0 1em;
}

.carousel-speakers {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.carousel-speakers .carousel-element-container {
    overflow: hidden;
}

.carousel-speakers .carousel-element {
    display: block;
    position: relative;
    width: 14em;
    height: 22em;
    padding: 0;
    margin: auto;
    padding-bottom: 2em;
}

.carousel-speakers .carousel-element > picture img {
    margin: auto;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
    border-radius: 50%;
}

.carousel-speakers .carousel-element > h2 {
    /* min-height: 2.4em; */
    font-size: 1.7em;
    font-weight: 600;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 0.5em;
}

.carousel-speakers .carousel-element > h3 {
    margin: 0 auto;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: 500;
    /* min-height: 2.4em; */
}

.carousel-speakers .carousel-element > h3:first-of-type {
    font-weight: 600;
}

@media only screen and (min-width: 1080px) {

    .carousel-speakers .carousel-element {
        width: 11em;
        padding-bottom: 0;
    }

    .carousel-speakers {
        max-width: 1024px;
    }

    .carousel-speakers .carousel-element > h2 {
        font-size: 1.33em;
    }
    
    .carousel-speakers .carousel-element > h3 {
        font-size: 0.9em;;
    }

    .carousel-speakers .carousel-element {
        height: 20em;
    }

}

/* ----------------------------
            COUNTDOWN
-----------------------------*/

.event section#countdown {
    margin-top: 1em;
}

/* ----------------------------
            DESCRIPTION
-----------------------------*/

.recap section#description > div,
.event section#description > div {
    margin: auto;
    max-width: 1024px;
    padding: 0 1em;
}

.recap section#description p,
.event section#description p {
    font-size: 1.3em;
    line-height: 1.3em;
    text-align: center;
    margin: 0.6em auto;
}

.recap div#about-white-shape,
.event div#about-white-shape {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: -70em;
    padding-bottom: 70em;
    width: 100%;
}

.recap div#about-white-shape::after,
.event div#about-white-shape::after {
    content: "";
    position: absolute;
    height: 95em;
    width: 95em;
    margin: auto;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    transform: rotate(-60deg);
    transform-origin: center;
}

@media only screen and (min-width: 1080px) {

    .recap section#description > div,
    .event section#description > div {
        padding: 0;
    }

}

/* ----------------------------
            SESSIONS
-----------------------------*/

.recap section#sessions {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 0 40px 0;
    /* background-image: url("../img/arabesque.png");*//*fallback */
    /* background-im    age: url("../img/arabesque.png"), linear-gradient(to right, rgba(237, 93, 84, 0.07) 0%, transparent 18%, transparent 82%, rgba(237, 93, 84, 0.07) 100%); */
    /* background-repeat: repeat; */
    /* background-size: 18.5em 11em ; */
}



.recap section#sessions #talks, .recap section#sessions #panels {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    margin: auto;
}

.recap #talks .carousel-button-left,
.recap #talks .carousel-button-right,
.recap #panels .carousel-button-left,
.recap #panels .carousel-button-right {
    top: -7em;
}

.recap section#sessions #background-shape-white-box {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 800px;
    margin: auto;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    /* z-index: -2; */
}

.recap section#sessions #background-shape-red-box {
    display: block;
    position: absolute;
    height: 11.25em;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    top:0;
    bottom: auto;
    left: 0;
    right: 0;
    background-color: rgba(237, 93, 84, 0.13);
    /* z-index: -1; */
}

.carousel-talks, .carousel-panels {
    max-width: 20.5em;
    margin: auto;
}

.recap section#sessions .carousel-element {
    display: block;
    position: relative;
    width: 19.5em;
    height: 19.5em;
    overflow: hidden;
    margin: auto;
}

.recap section#sessions .carousel-element a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    margin: 0 auto;
}

.recap section#sessions .carousel-element a, 
.recap section#sessions .carousel-element a:visited, 
.recap section#sessions .carousel-element a:hover, 
.recap section#sessions .carousel-element a:active {
    color: inherit;
}

.recap section#sessions .carousel-element img {
    position: relative;
    top: -16.5%;
    margin: auto;
    width: 100%;
    height: auto;
}

.recap section#sessions .carousel-element h3 {
    font-size: 1.3em;
    line-height: 1em;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    text-align: left;
    word-spacing:-2px;
    width: 100%;
    height: 2em;
    overflow: hidden;
    padding: 0;
    margin: 1em auto 0.5em auto;
}

.recap section#sessions .carousel-element p {
    font-size: 1.2em;
    line-height: 1em;
    text-align: left;
    width: 100%;
    height: 3em;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
}

@media only screen and (min-width: 1080px) {

    .carousel-talks, .carousel-panels {
        max-width: 1024px;
    }

    .recap section#sessions #background-shape-white-box {
        max-width: 1024px;
    }

}

/* ---------------------------------------------------
                      WATCH
----------------------------------------------------*/
.watch > div {
    background-color: black;
    background-image: url("../img/arabesque.png");
    background-repeat: repeat;
    background-size: 18.5em 11em ;
    color: white;
    text-align: center;
    min-height: calc( 100vh - 165px - 15.8em );
}

.watch footer {
    height: 15.8em;
}

.watch h1 {
    color: white;
}

.watch a, 
.watch a:visited, 
.watch a:hover, 
.watch a:active {
    color: inherit;
}


.watch ul#stream-links {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.watch ul#stream-links > li {
    display: inline-block;
    position: relative;
    list-style: none;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    width: 2.5em;
    height: 2.5em;
    padding: 0.5em 0.1em 0 0.1em;
}

.watch ul#stream-links > li > a {
    display: inline;
    position: relative;
    width: 100%;
    height: 100%;
}

.watch ul#stream-links > li > a > img {
    display: block;
    position: relative;
    width: auto;
    height: 100%;
}

.watch #main_watch img#discord {
    width: 6em; 
    height: auto;
}

/* ----------------------------
            PARTNERS
-----------------------------*/

.event section#partners, 
.recap section#partners {
    width: 100%;
    background-color: white;
    z-index: 0;
}

.event section#partners::after,
.recap section#partners::after {
    user-select: none;
    pointer-events: none;
    content: "";
    position: absolute;
    max-width: 1024px;
    margin: auto;
    z-index: 0;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../img/arabesque.png");
    background-repeat: repeat;
    background-size: 18.5em 11em ;
}

/* ----------------------------
            QUOTES
-----------------------------*/

.carousel-quotes {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.carousel-quotes .carousel-element{
    min-height: 15em;
    width: 800px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}


.carousel-quotes .carousel-element > picture img {
    margin: auto;
    width: auto;
    height: 13.5em;
    padding-right: 1em;
}

.carousel-quotes .carousel-element > div {
    margin: auto;
    width: 92%;
    height: auto;
}

.carousel-quotes .carousel-element > p#title { 
 
} 
 
.carousel-quotes .carousel-element > p#description { 
 
} 
 
blockquote { 
    position: relative; 
    /* background: #ddd; */
}

blockquote:before {
    position: absolute;
    display: block;
    content: "";
    height: 1.4em;
    width: 1.4em;
    background-image: url("../img/shapes/doublequote.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    filter: grayscale(100%);
    opacity: 0.4;
    top:0;
    left:0;
    margin-left: -1.6em;
    margin-top: -0.6em;
    transform: scale(1, 1);
}
blockquote:after {
    position: absolute;
    display: block;
    content: "";
    height: 1.4em;
    width: 1.6em;
    background-image: url("../img/shapes/doublequote.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    filter: grayscale(100%);
    opacity: 0.4;
    bottom: 0;
    right: 0;
    margin-right: -1.6em;
    margin-bottom: -0.6em;
    transform: scale(-1, 1);
}
blockquote p {
    display: inline;
}


@media only screen and (min-width: 1080px) {

    .carousel-quotes .carousel-element{
        flex-wrap: nowrap;
    }

}