/* ---------------------------------------------------
                      AGC 2025
----------------------------------------------------*/

/* ----------------------------
            BANNER
-----------------------------*/

#agc25 section#banner {
    background-image: url("../img/agc25/slider-comingsoon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-color: #000000;
    padding: 2em;
}

@supports (background-image: -webkit-image-set(url("../img/agc25/webp/slider-comingsoon.webp") 1x)) {
    #agc25 section#banner {background-image: -webkit-image-set(url("../img/agc25/webp/slider-comingsoon.webp") 1x) }
}

#agc25 section#banner div#agc-logo { 
    margin-bottom: 2em;
    margin-top: 8em;
}

#agc25 section#banner > h3 {
    display: block;
    position: relative;
    color: white;
    font-weight: bold;
    font-size: 2em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    margin-bottom: 0.2em;
    text-shadow : 1px 1px 10px #1c1c1c, 1px 1px 5px rgba(255,255,255,0.1);
}

#agc25 section#banner > p {
    display: block;
    position: relative;
    color: white;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 0.75em;
    margin: 0;
    text-shadow: 2px 2px 3px black;
}

/* ----------------------------
            ACTIVITIES
-----------------------------*/
#agc25 div#chat-pro, 
#agc25 div#portfolio-cv, 
#agc25.event div#showcase {
    min-height: 25em;
    padding: 3em 0;
    line-height: 1.8em;
}

#agc25 div#chat-pro {
    background: linear-gradient(to right, transparent 5%, #13b5e6 5%);
}

#agc25.event div#showcase {
    background: linear-gradient(to left, transparent 5%, #ffd832 5%);
}

#agc25 div#chat-pro div.overlay-fourdots {
    left : auto;
    right: 54px;
    top: auto;
    bottom: -20px;
}

#agc25.event div#showcase div.overlay-dpad {
    left : -827px;
    right: 0;
    top: -27px;
    bottom: auto;
}

#agc25 div#chat-pro > h1, 
#agc25 div#portfolio-cv > h1, 
#agc25.event div#showcase > h1, 
#agc25 section#newsletter h1 {
    padding: 0.15em 0;
}

#agc25 div#chat-pro p, 
#agc25 div#portfolio-cv p, 
#agc25.event div#showcase p, 
#agc25 section#newsletter p {
    margin: 0 auto;
}

#agc25 section#newsletter p {
    margin: 0 auto 1em auto;
    max-width: 53em;
}

#agc25.event div#showcase p {
    padding-bottom: 1em;
}

#agc25 div#chat-pro > h1, 
#agc25.event div#showcase > h1 {
    color: white;
}

#agc25 div#chat-pro     > div#content_container,
#agc25 div#portfolio-cv > div#content_container,
#agc25.event div#showcase     > div#content_container {
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    height: auto;
    width: 100%;
    max-width: 1024px;
    margin: auto;
}

#agc25 div#portfolio-cv > div#content_container {
    flex-direction: row-reverse;
}

#agc25 div#chat-pro img,
#agc25 div#portfolio-cv img,
#agc25.event div#showcase img {
    width: 18em;
    height: 18em;
}

#agc25 div#chat-pro     > div#content_container > div, 
#agc25 div#portfolio-cv > div#content_container > div, 
#agc25.event div#showcase     > div#content_container > div {
    padding: 0 1.5em;
    max-width: 40em;
    text-align: left;
}

#agc25 div#chat-pro       > div#content_container > div {
    padding-left: 3.5em;
}

#agc25.event div#showcase > div#content_container > div {
    padding-right: 3.5em;
}

#agc25 section#newsletter {
    min-height: 25em;
}

#agc25 section#newsletter > div#content_container {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 3em auto;
    padding: 2em 0;
    text-align: center;
    background-color: rgba(237, 93, 84, 0.2);
}

#agc25 #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;
}

@media only screen and (min-width: 1080px) {

    #agc25 section#activities > div {
        display: flex;
        position: relative;
        width: 100%;
        justify-content: center;
        padding: 0;
        margin: 0;
        margin-top: 9em;
    }

    #agc25 div#chat-pro,
    #agc25 div#portfolio-cv,
    #agc25.event div#showcase {
        display: block;
        position: relative;
        width: 19em;
        height: 28em;
        margin: 0 0.5em;
        padding: 0em 1.4em 0 1.4em;
    }

    #agc25 div#chat-pro{
        background: #13b5e6;
        order: 3
    }

    #agc25.event div#portfolio-cv {
        background: #abd51c;
        order: 2
    }

    #agc25.event div#showcase {
        background: #ffd832;
        order: 1
    }


    #agc25 div#chat-pro       > div#content_container,
    #agc25 div#portfolio-cv   > div#content_container,
    #agc25.event div#showcase > div#content_container {
    }

    #agc25 div#chat-pro img,
    #agc25 div#portfolio-cv img,
    #agc25.event div#showcase img {
        display: block;
        position: absolute;
        width: 14em;
        height: 14em;
        top:-9em;
        bottom: 0;
        left:auto;
        right:auto;
    }

    #agc25 div#chat-pro > h1, 
    #agc25 div#portfolio-cv > h1, 
    #agc25.event div#showcase > h1 {
        font-size: 2em;
        position: absolute;
        top: 2.5em;
        left: auto;
        right: 0;
        color: white;
    }

    #agc25 div#chat-pro > div#content_container > div, 
    #agc25 div#portfolio-cv > div#content_container > div, 
    #agc25.event div#showcase > div#content_container > div {
        margin-top: 9.5em;
        padding: 0;
        padding-right: 0;
    }

    #agc25 div#chat-pro > div#content_container > div > p:lang(AR), 
    #agc25 div#portfolio-cv > div#content_container > div > p:lang(AR), 
    #agc25.event div#showcase > div#content_container > div> p:lang(AR) {
        margin-top: 2em;
    }

    #agc25 div#chat-pro div.overlay-fourdots {
        display: none;
    }

}