/* WEBFONTS STR */
@font-face {
    font-family: 'Averta-TBWA';
    src: url(../font/AvertaforTBWA-Regular.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta-TBWA';
    src: url(../font/AvertaforTBWA-Light.woff2) format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta-TBWA';
    src: url(../font/AvertaforTBWA-Bold.woff2) format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta-TBWA-Black';
    src: url(../font/AvertaforTBWA-Black.woff2) format('woff2');
    font-weight: bolder;
    font-style: normal;
    font-display: swap;
}

/* WEBFONTS END */

/* MISC SRT */
html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    background-color: #000000;
    margin: 0;
}

p {
    margin: 0;
}

.tbwa_logo {
    position: fixed;
    z-index: 10;
    width: 225px;
    height: 25px;
    background: url(../imgs/teran_tbwa_wht.svg) no-repeat center;
    background-size: contain;
    top: 25px;
    right: 25px;
}

#clockdiv {
    position: fixed;
    z-index: 10;
    bottom: 25px;
    right: 25px;
    font-family: 'Averta-TBWA', Arial, Helvetica, sans-serif;
}

.clockdiv_scroll {
    bottom: unset;
    top: 65px;
}

.counter {
    font-weight: bold;
    font-size: 2rem;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    display: flex;
    flex-direction: row;
}

.counter p {
    margin: 0 10px;
}

.labels {
    font-weight: 300;
    font-size: .75rem;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.main_cont {
    background-color: #000000;
    background: linear-gradient(90deg, #ff8800, #fd0e69, #9d08f6, #3c00aa);
    background-size: 200% 200%;
    animation: gradient 15s ease infinite;
    -webkit-animation: gradient 15s ease infinite;
    -moz-animation: gradient 15s ease infinite;
    -o-animation: gradient 15s ease infinite;
}

/*MISC END*/

/* SIDE MENU SRT */
.sidebar {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100vh;
    width: 70px;
}

.navigation_scroll {
    font-family: 'Averta-TBWA', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 2px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: 100%;
    height: 100%;
}

.sidebar nav ul {
    padding: 0;
}

.sidebar nav li {
    list-style: none;
}

.sidebar nav a {
    text-decoration: none;
    color: #ffffff;
    margin: 20px 0;
    padding: 0 10px;
    transition: .5s;
}

.sidebar nav a:hover,
.sidebar nav a.active {
    color: transparent;
    -webkit-text-stroke: .75px #ffffff;
    border-left: solid 1px #ffffff;
}

.sidebar nav a.active {
    font-weight: 600;
}

/* SIDE MENU END */

#section-1,
#section-2,
#section-3,
#section-4,
#section-5 {
    min-height: 100vh;
}

/* SECTION 1 SRT */
#section-1 {
    background:
        radial-gradient(circle at bottom, #000000, transparent 75%),
        linear-gradient(to top, #000000 0%, transparent 50%);
}

.section-1_cont {
    background-color: rgba(0, 0, 0, 0.4);
    min-height: 100vh;
    padding: 0 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.section-1_title {
    font-family: 'Averta-TBWA-Black', Arial, Helvetica, sans-serif;
    font-size: 10rem;
    font-weight: bold;
    line-height: 140px;
    text-transform: uppercase;
    color: #fecc00;
}

.section-1_subtitle {
    font-family: 'Averta-TBWA-Black', Arial, Helvetica, sans-serif;
    font-size: 4rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #fecc00;
    letter-spacing: 15px;
    margin: 25px 0 0 0;
}

.section-1_text {
    max-width: 65vw;
    font-family: 'Averta-TBWA', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #ffffff;
    margin: 75px 0 0 0;
}

/* SECTION 1 END */

/* SECTION 2 SRT */
#section-2 {
    background-image: url(../imgs/teran_1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
    height: 100vh;
}

.section-2_cont {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
    background-color: rgba(0, 0, 0, 0.66);
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 75px 250px 75px 50vw;
}

.teran75_logo {
    height: 400px;
    width: 90%;
    max-width: 500px;
    margin: 0 0 75px 0;
    background-image: url(../imgs/teran_7.5_wht.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.teran75_text {
    font-family: 'Averta-TBWA', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}

/* SECTION 2 END */

/* SECTION 3 SRT*/
#section-3 {
    background-image: url(../imgs/teran_2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.section-3_cont {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%);
    background-color: rgba(0, 0, 0, .33);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 75px;
}

.section-3_cont p {
    font-family: 'Averta-TBWA', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.section-3_title {
    font-size: 10rem;
    -webkit-text-stroke: 4px #ffffff;
    color: transparent;
    font-weight: bold;
}

.section-3_date,
.section-3_time,
.section-3_party_time {
    font-family: 'Averta-TBWA-Black', Arial, Helvetica, sans-serif !important;
    font-size: 2.5rem;
    color: #fecc00;
    font-weight: bold;
    margin: 0 0 75px 0;
}

.section-3_subtitle {
    font-size: 6rem;
    -webkit-text-stroke: 3px #ffffff;
    color: transparent;
    font-weight: bold;
}

.section-3_speaker,
.section-3_party_cont {
    font-size: 4rem;
    color: #ffffff;
    font-weight: bold;
}

.section-3_speaker_info {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 300;
    text-transform: none !important;
    margin: 0 0 25px 0;
}

.section-3_line {
    background-color: #fecc00;
    height: 4px;
    width: 40vw;
    margin: 0 auto 50px auto;
    border-radius: 2px;
}

.section-3_talk {
    font-family: 'Averta-TBWA-Black', Arial, Helvetica, sans-serif !important;
    font-size: 2.5rem;
    color: #fecc00;
    font-weight: bold;
    margin: 0 0 50px 0;
    line-height: 36px;
}

.section-3_party {
    font-size: 6rem;
    -webkit-text-stroke: 3px #ffffff;
    color: transparent;
    font-weight: bold;
    margin: 75px 0 0 0;
}

/* SECTION 3 END*/

/* SECTION 4 SRT*/
#section-4 {
    background:
        radial-gradient(circle at bottom, #000000, transparent 75%),
        linear-gradient(to bottom, #000000 0%, transparent 50%),
        linear-gradient(to top, #000000 0%, transparent 50%);
}

.section-4_cont {
    font-family: 'Averta-TBWA', Arial, Helvetica, sans-serif;
    padding: 75px 250px;
}

.section-4_upper_cont {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start
}

.talk_cont {
    width: 50%;
}

.talk_cont:nth-child(1) {
    margin: 0 75px 0 0;
}

.talk_title {
    font-family: 'Averta-TBWA-Black', Arial, Helvetica, sans-serif !important;
    text-align: left;
    font-size: 3rem;
    color: #fecc00;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 50px 0;
}

.title_lower {
    margin: 50px 0 !important;
}

.talk_body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.talk_pic {
    min-width: 100px;
    height: 170px;
    margin: 0 25px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.talk_pic img {
    height: 100%;
    width: auto;
}

.talk_body_speaker {
    font-size: 2rem;
    color: #ffffff;
    font-weight: bold;
}

.talk_body_desc {
    font-size: 1rem;
    color: #ffffff;
    font-weight: normal;
    margin: 0 0 25px 0;
}

.talk_body_main {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 300;
    text-align: left;
}

.talk_links_cont {
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: bold;
    margin: 50px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.talk_links_cont a {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    margin: 0 20px 0 0;
    transition: 1s;
}

.talk_links_cont a:hover {
    color: #fecc00;
}

.lower_talk_cont {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 75px 0 0 0;
}

/* SECTION 4 END*/

/* SECTION 5 SRT */
#section-5 {
    background:
        linear-gradient(to bottom, #000000 0%, transparent 50%),
        linear-gradient(to top, #000000 0%, transparent 50%);
}

.section-5_cont {
    min-height: 100vh;
    font-family: 'Averta-TBWA', Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-5_map_cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.map_btn {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    height: 300px;
    width: 300px;
    display: flex;
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    margin: 0 25px 0 0;
    background-image: url(../imgs/desktop_map.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 200px;
}

iframe {
    width: 500px;
    height: 300px;
    margin: 0 0 0 25px;
    border-radius: 10px;
}

.section-5_info {
    max-width: 50vw;
    margin: 150px auto 0 auto;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    line-height: 40px;
}

.section-5_info p {
    color: #ffffff;
    font-weight: 300;
}

.section-5_info span {
    color: #fecc00 !important;
    font-weight: bold;
    margin: 0 10px;
}

.section-5_icons_cont {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 0 75px 0;
}

.section-5_icon {
    font-family: 'Averta-TBWA', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
    margin: 50px 25px 0 25px;
    height: 200px;
    width: 200px;
    padding: 15px;
    border: 4px solid #ffffff;
    border-radius: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 50%;
}

.s5_icon1 {
    background-image: url(../imgs/s5_icon1.png);
}

.s5_icon2 {
    background-image: url(../imgs/s5_icon2.png);
    background-size: 80%;
}

.footer {
    background-color: #000000;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer_icon {
    width: 150px;
    height: 75px;
    margin: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon_1 {
    background-image: url(../imgs/teran_tbwa_logo.svg);
}

.icon_2 {
    background-image: url(../imgs/integer_logo.svg);
}

.icon_3 {
    background-image: url(../imgs/eg_logo.svg);
}

.icon_4 {
    background-image: url(../imgs/content_logo.svg);
}

.icon_5 {
    background-image: url(../imgs/teran_w&w.svg);
}

.icon_6 {
    background-image: url(../imgs/media_arts_lab_logo.svg);
}


/* SECTION 5 END */

/* MEDIA QUERRIES SRT */
@media only screen and (max-width: 1440px) {
    .tbwa_logo {
        width: 180px;
        height: 20px;
    }

    .section-1_title {
        font-size: 8rem;
        line-height: 120px;
    }

    .section-1_subtitle {
        font-size: 3rem;
        margin: 15px 0 0 0;
    }

    .section-2_cont {
        padding: 75px 300px 75px 33vw;
    }

    .section-3_title {
        font-size: 6rem;
        -webkit-text-stroke: 3px #ffffff;
    }

    .section-3_date,
    .section-3_time,
    .section-3_party_time {
        font-size: 2rem;
        margin: 0 0 50px 0;
    }

    .section-3_subtitle {
        font-size: 4rem;
        -webkit-text-stroke: 2.5px #ffffff;
    }

    .section-3_speaker,
    .section-3_party_cont {
        font-size: 3rem;
    }

    .section-3_speaker_info {
        font-size: 1.5rem;
    }

    .section-3_talk {
        font-size: 2rem;
        margin: 0 0 50px 0;
    }

    .section-3_party {
        font-size: 4rem;
        -webkit-text-stroke: 2.5px #ffffff;
        margin: 50px 0 0 0;
    }

    .section-4_cont {
        padding: 75px 230px;
    }

    .talk_cont:nth-child(1) {
        margin: 0 25px 0 0;
    }

    .talk_title {
        font-size: 2.5rem;
        line-height: 40px;
        margin: 0 0 25px 0;
    }

    .title_lower {
        margin: 50px 0 25px 0 !important;
    }

    .section-5_info {
        margin: 100px auto 0 auto;
    }
}

@media only screen and (max-width: 1280px) {
    .tbwa_logo {
        width: 125px;
        height: 15px;
        top: 15px;
        right: 15px;
    }

    .section-4_upper_cont {
        flex-direction: column;
        align-items: center;
    }

    .talk_cont {
        width: 100%;
    }

    .talk_cont:nth-child(1) {
        margin: 0 0 50px 0;
    }

    .talk_links_cont {
        margin: 25px 0 0 0;
    }

    .talk_title {
        text-align: left;
    }

    .lower_talk_cont {
        flex-direction: column;
    }

    .section-5_cont {
        padding: 75px;
    }

    .section-5_map_cont {
        flex-direction: column-reverse;
    }

    .map_btn {
        height: 250px;
        width: 250px;
        margin: 50px 0 0 0;
        background-size: 75%;
    }

    iframe {
        width: 50vw;
        height: 50vh;
    }

    .section-5_info {
        margin: 50px auto 0 auto;
    }

    .footer_icon {
        width: 125px;
        height: 50px;
        margin: 15px 30px;
    }

    #clockdiv {
        bottom: 15px;
        right: 15px;
    }

    .clockdiv_scroll {
        top: 35px;
    }

    .counter {
        font-size: 1.5rem;
        -webkit-text-stroke: 0.75px #ffffff;
    }
}

@media only screen and (max-width: 1024px) {
    #clockdiv {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .clockdiv_scroll {
        top: 0;
        bottom: 0;
    }

    .counter {
        flex-direction: column;
        align-items: center;
    }

    .counter p {
        margin: 5px 0;
        writing-mode: vertical-rl;
    }

    .labels {
        justify-content: center;
        align-items: baseline;
        writing-mode: vertical-rl;
    }

    .labels p {
        margin: 0 0 0 5px;
    }

    .labels p:nth-child(2) {
        margin: 10px 0;
    }

    .section-1_title {
        font-size: 12vw;
        line-height: 10vw;
    }

    .section-1_subtitle {
        font-size: 5vw;
    }

    .section-1_text {
        font-size: 2vw;
        margin: 50px 0 0 0;
    }

    .section-2_cont {
        padding: 75px;
    }

    .teran75_logo {
        margin: 0px 0 50px 0;
    }

    .teran75_text {
        font-size: 2vw;
        max-width: 60vw;
    }

    .section-3_title {
        font-size: 10vw;
        -webkit-text-stroke: 2px #ffffff;
    }

    .section-3_date,
    .section-3_time,
    .section-3_party_time {
        font-size: 5vw;
        margin: 0 0 25px 0;
    }

    .section-3_subtitle {
        font-size: 6vw;
        -webkit-text-stroke: 2px #ffffff;
    }

    .section-3_line {
        width: 50vw;
        margin: 0 auto 25px auto;
    }

    .section-3_speaker,
    .section-3_party_cont {
        font-size: 6vw;
    }

    .section-3_speaker_info {
        font-size: 3vw;
    }

    .section-3_talk {
        max-width: 60vw;
        font-size: 5vw;
        line-height: 5vw;
        margin: 0 0 25px 0;
    }

    .section-3_party {
        font-size: 8vw;
        -webkit-text-stroke: 2px #ffffff;
    }

    .section-4_cont {
        padding: 75px;
    }

    .talk_title {
        font-size: 5vw;
        line-height: 5vw;
    }

    .talk_body_speaker {
        font-size: 3vw;
    }

    .talk_body_desc {
        font-size: 2vw;
    }

    .talk_body_main {
        font-size: 2vw;
    }

    .talk_links_cont {
        font-size: 2vw;
    }

    .map_btn {
        font-size: 1.5vw;
    }

    .section-5_info {
        max-width: 75vw;
        margin: 75px auto 0 auto;
        font-size: 2.5vw;
        line-height: 3vw;
    }

    iframe {
        margin: 0;
    }

    .section-5_icon {
        font-size: .75rem;
        margin: 50px 25px 0 25px;
        height: 150px;
        width: 150px;
        padding: 10px;
    }

    .section-5_icons_cont {
        margin: 0;
    }
}

@media only screen and (max-width: 640px) {
    .tbwa_logo {
        width: 100px;
        height: 11px;
        top: 5px;
        right: 5px;
    }

    #clockdiv {
        bottom: 5px;
        right: 5px;
    }

    .labels {
        font-size: .5rem;
    }

    .labels p {
        margin: 0 0 0 2.5px;
    }

    .counter {
        font-size: 1.1rem;
        -webkit-text-stroke: 0.5px #ffffff;
    }

    .sidebar {
        width: 40px;
    }

    .navigation_scroll {
        font-size: .75rem;
    }

    .sidebar nav a {
        margin: 10px 0;
        padding: 0 5px;
    }

    .section-1_cont {
        padding: 0 40px;
    }

    .section-2_cont {
        padding: 40px;
    }

    .section-3_cont {
        padding: 40px;
    }

    .section-4_cont {
        padding: 40px;
    }

    .section-5_cont {
        padding: 40px;
    }

    .section-1_text {
        font-size: 3vw;
    }

    .teran75_text {
        font-size: 3vw;
    }

    .section-3_title {
        font-size: 10vw;
    }

    .section-3_speaker,
    .section-3_party_cont {
        font-size: 5vw;
    }

    .section-3_speaker_info {
        font-size: 2.5vw;
    }

    .section-3_talk {
        font-size: 4vw;
    }

    .section-3_line {
        height: 2px;
    }

    .talk_pic {
        width: 100%;
        height: 170px;
        margin: 0 0 15px 0;
        display: block;
    }

    .talk_body {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .talk_title {
        font-size: 5vw;
    }

    .talk_body_desc {
        font-size: 3vw;
        margin: 0 0 15px 0;
    }

    .talk_body_main {
        font-size: 2.5vw;
    }

    .talk_body_speaker {
        font-size: 4vw;
    }

    .talk_links_cont {
        font-size: 3vw;
    }

    .map_btn {
        font-size: 3vw;
    }

    .section-5_info {
        font-size: 3vw;
        line-height: 4vw;
    }

    .map_btn {
        background-size: 40%;
        background-image: url(../imgs/mobile_map.svg);
    }

    .footer_icon {
        width: 100px;
        height: 50px;
        margin: 10px 10px;
    }

    .section-5_icons_cont {
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        width: 100%;
    }

    .lower_talk_cont {
        margin: 40px 0 0 0;
    }
}

@media only screen and (max-width: 425px) {
    .section-1_text {
        font-size: 4vw;
    }

    .teran75_text {
        font-size: 4vw;
    }

    .teran75_logo {
        height: 200px;
        width: 95%;
    }

    .teran75_logo {
        margin: 0px 0 25px 0;
    }

    .section-3_date,
    .section-3_time,
    .section-3_party_time {
        font-size: 6vw;
    }

    .section-3_subtitle {
        font-size: 6vw;
        -webkit-text-stroke: 1.5px #ffffff;
    }

    .section-3_speaker,
    .section-3_party_cont {
        font-size: 6vw;
    }

    .section-3_speaker_info {
        font-size: 4vw;
        margin: 0 0 15px 0;
        max-width: 60vw;
    }

    .section-3_party {
        -webkit-text-stroke: 1.5px #ffffff;
        margin: 25px 0 0 0;
    }

    .talk_title {
        font-size: 7vw;
        line-height: 7vw;
    }

    .talk_body_speaker {
        font-size: 6vw;
    }

    .talk_body_desc {
        font-size: 4vw;
    }

    .talk_body_main {
        font-size: 3vw;
    }

    .talk_links_cont {
        font-size: 5vw;
    }

    .talk_cont:nth-child(1) {
        margin: 0 0 25px 0;
    }

    .title_lower {
        margin: 25px 0 25px 0 !important;
    }

    iframe {
        width: 75vw;
        height: 75vh;
    }

    .map_btn {
        font-size: 5vw;
    }

    .map_btn {
        background-size: 30%;
    }

    .section-5_info {
        max-width: 100%;
        margin: 50px auto 0 auto;
        font-size: 4vw;
        line-height: 5vw;
    }

    .lower_talk_cont {
        margin: 25px 0 0 0;
    }

}

/* MEDIA QUERRIES END */

/* ANIMATIONS SRT*/
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-o-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* ANIMATIONS END*/