/*!
 * ML in PL Jekyll Theme
 * Main CSS file
 */

/* Force larger margins for all Bootstrap elements */
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
 }
 
/* This is not very good, but we need to keep it for now */
@media(min-width:767px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 30px;
        padding-left: 30px;
    }

    /* Fix for nested rows */
    .row .row{
        margin-right: -30px;
        margin-left: -30px;
    }
}

/* This adds 5 column grid to bootstrap 3 */
.col-xs-1of5,
.col-sm-1of5,
.col-md-1of5,
.col-lg-1of5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1of5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1of5 {
        width: 20%;
        float: left;
    }

    .col-xs-1of5,
    .col-sm-1of5,
    .col-md-1of5,
    .col-lg-1of5 {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .col-md-1of5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1of5 {
        width: 20%;
        float: left;
    }
}


/* Header */
.intro-background {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.event-heading {
    margin-top: 3em;
    font-size: 3.5em;
    margin-bottom: 5px;
}

.event-subheading {

}

.page-heading {
    font-weight: bold; 
    font-size: 34px;
}

@media(min-width:767px) {
    .event-heading {
        margin-top: 2em;
        font-size: 7em;
    }

    .page-heading {
        font-size: 48px;
    }
}

.event-date-location {
    margin-top: 35px;
    color: #6DB6C6;
}

.event-countdown-text {
    font-size: 75%;
    font-weight: bold;
    margin: 10px;
}

.logo {
    font-family: 'Poppins', sans-serif;
}

.main-name {
    font-weight: 700;
    text-transform: none;
    letter-spacing: 1px;
}

.sub-name{
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.superscript{
    font-size: 0.8em;
    position: relative;
    top: 0.15em;
    vertical-align: super;
    color: #6DB6C6;
    line-height: 0;
}

.emph {
    color: #6DB6C6;
}

.big-text {
    font-size: 2em; 
    text-transform: uppercase;
}

.uppercase {
    text-transform: uppercase;
}

.nowrap {
    white-space: nowrap;
}

#d-left, #h-left, #m-left, #s-left {
    min-width: 1.5em;
    display: inline-block;
}

.standard-border {
    border: 1px solid #6DB6C6;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #010101;
    background-color: #FFFFFF;
}

html {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 25px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
}

p, ul, ol, table {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.5;
}

@media(max-width:766px) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }
}

@media(min-width:767px) {
    p, ul, ol, table{
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }

    h1, h2, h3, h4, h5, h6 {
        margin: 0 0 35px;
    }
}

a {
    color: #6DB6C6;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    /* text-decoration: none; */
    color: #6DB6C6;
}

.light {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

ol { 
    counter-reset: item;
}

ol > li { 
    display: block;
    padding-left: 0.5em;
}

ol > li:before { 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    content: counters(item, ".") ". ";
    left: -2.5em;
    position: relative;
    width: 0;
    display: inline-block; 
}

ol > li > ol {
    margin-bottom: 25px;
}

ol > li > ol > li > ol > li:before {
    content: counter(item, lower-latin) ". ";
}

.letters-ol > ol > li:before {
    content: counter(item, upper-latin) ". ";
}

.letters-ol > ol > li > ol > li:before {
    content: counter(item, lower-latin) ". ";
}

.letters-ol > ol > li > ol > li > ol > li:before {
    content: counter(item, lower-roman) ". ";
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    background-color: #FFFFFF;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand, .navbar-custom .navbar-toggle {
    font-size: 18px;
    color: #010101;
}

.navbar-custom .navbar-toggle {
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px 15px;
    line-height: 20px;
}

.navbar-custom .navbar-brand, .navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-brand, .navbar-custom .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #010101;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active > a {
    outline: none;
    background-color: #6DB6C6;
    color: #FFFFFF;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar {
    padding: 20px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.top-nav-collapse {
    background-color: #FFFFFF;
    padding: 0;
}

.navbar-main-collapse {
    background: #FFFFFF;
}

.navbar-nav, .nav-dropdown-content {
    font-size: 14px;
}

/* Dropdown icon */
.nav-dropdown > a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900; 
    content: "\f107";
    margin-left: 8px;
}

.nav-dropdown-content > li > a {
    text-align: left;
    padding-left: 30px;
    display: block;
}

.nav-dropdown-content > .nav-dropdown > .nav-dropdown-content {
    display: none;
}

.nav-dropdown-content > .nav-dropdown > .nav-dropdown-content > li > a {
    padding-left: 60px;
}

.nav-dropdown:hover > .nav-dropdown-content, .nav-dropdown:focus > .nav-dropdown-content {
    display: block;
}

/* Fix for bootstrap limited navbar height */
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 700px;
}

/* For hover support on mobile */
@media(hover: hover) and (pointer: fine) {
    .nav-dropdown:hover > .nav-dropdown-content {
        display: block;
    }
}

@media(min-width:767px) {
    .navbar-main-collapse {
        background: none !important;
    }

    .nav-dropdown-content {
        min-width: 220px;
        position: absolute;
        background-color: #FFFFFF;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .nav-dropdown-content{
        display: none;
    }

    .nav-dropdown-content > li > a {
        padding: 10px 15px;
    }

    .nav-dropdown-content > .nav-dropdown > .nav-dropdown-content > li > a {
        padding: 10px 30px;
    }
}

.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
    mask: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.15) 60px, black 100px, black 100%);
    text-align: center;
    color: #010101;
    background-color: #FFFFFF;
    background-size: cover;
    position: relative;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
    background: radial-gradient(farthest-side at 50% 75%, #FFFFFF 50%, rgba(255,255,255,0) 100%);
    position: relative;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

.page-intro {
    height: 400px !important;
    margin-bottom: -150px;
}

@media(min-width:767px) {
    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}

/* Fix for bootstrap non-wrapping buttons */
.btn {
    white-space: normal;
}

.btn-small {
    font-size: 0.5em;
    padding: 3px 6px;
}

.btn-default{
    margin-bottom: 4px;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 12px 16px;
    border: 2px solid #010101;
    border-radius: 100%;
    font-size: 30px;
    color: #010101;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #010101;
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 95px;
    text-align: justify;
}

.sponsors-section{
    padding-bottom: 45px;
}

.sponsors-section:last-child{
    padding-bottom: 0;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 140px;
    }

    .sponsors-section{
        padding-bottom: 60px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
    vertical-align: bottom;
}

.btn-default {
    border: 1px solid #6DB6C6;
    color: #6DB6C6;
    background-color: transparent;
    border-radius: 0;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #6DB6C6;
    outline: 0;
    color: #FFFFFF;
    background-color: #6DB6C6;
}

.btn-nonactive {
    border: 1px solid #666;
    color: #666;
    background-color: transparent;
    border-radius: 0;
}

.btn-nonactive:hover,
.btn-nonactive:focus {
    border: 1px solid #666;
    outline: 0;
    color: #FFFFFF;
    background-color: #666;
}

.btn-disabled

ul.banner-social-buttons {
    margin-top: 0;
}

ul.banner-social-buttons li {
    margin-bottom: 15px;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }

    .feature {
        margin-bottom: 30px;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

/* ::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
} */

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

/* Some classes for images in about page */
.width-100 {
    width: 100%;
}

.width-50 {
    width: 49%;
}

.width-max-300px {
    max-width: 300px;
}

.width-max-350px {
    max-width: 350px;
}

.width-max-400px {
    max-width: 400px;
}

.fadein {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 400px;
    margin: auto;
}

.fadein img {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: 0;
    left: 0;
}

.fadein img:first-child {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    position: relative;
}

.fadein img:nth-child(2){
    -webkit-animation-delay: -15s;
    animation-delay: -15s;
}

.fadein img:nth-child(3){
    -webkit-animation-delay: -30s;
    animation-delay: -30s;
}

.fadein img:nth-child(4){
    -webkit-animation-delay: -45s;
    animation-delay: -45s;
}

.fadein-2 img {
    -webkit-animation-name: fade-2;
    -webkit-animation-duration: 30s;
    animation-name: fade-2;
    animation-duration: 30s;
}

@-webkit-keyframes fade-2 {
    0% {opacity: 1;}
    30% {opacity: 1;}
    50% {opacity: 0;}
    80% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fade-2 {
    0% {opacity: 1;}
    30% {opacity: 1;}
    50% {opacity: 0;}
    80% {opacity: 0;}
    100% {opacity: 1;}
}

.fadein-3 img {
    -webkit-animation-name: fade-3;
    -webkit-animation-duration: 45s;
    animation-name: fade-3;
    animation-duration: 45s;
}

@-webkit-keyframes fade-3 {
    0% {opacity: 1;}
    20% {opacity: 1;}
    33% {opacity: 0;}
    86% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fade-3 {
    0% {opacity: 1;}
    20% {opacity: 1;}
    33% {opacity: 0;}
    86% {opacity: 0;}
    100% {opacity: 1;}
}

.fadein-4 img {
    -webkit-animation-name: fade-4;
    -webkit-animation-duration: 60s;
    animation-name: fade-4;
    animation-duration: 60s;
}

@-webkit-keyframes fade-4 {
    0% {opacity: 1;}
    17% {opacity: 1;}
    25% {opacity: 0;}
    92% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fade-4 {
    0% {opacity: 1;}
    17% {opacity: 1;}
    25% {opacity: 0;}
    92% {opacity: 0;}
    100% {opacity: 1;}
}

/* Some classes for lists of people, sponsors etc.*/
.sponsor-logo{
    margin: 20px 30px;
    display: block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}

.d-inline-block {
    display: inline-block;
}

.text-align-left {
    text-align: left;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.people-grid {
    width: 100%; 
    display: flex; 
    flex-wrap: wrap; 
    align-items: baseline;
    justify-content: center;
}
  
.person-with-bio {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media(min-width:767px) {
    .person-with-bio .col-sm-4, .person-with-bio .col-sm-8 {
        padding-right: 0;
    }
}

.photo {
    border: 1px solid #6DB6C6;
}

.person-photo {
    border-radius: 50%;
    border: 1px solid #6DB6C6;
    margin-bottom: 1em;
    aspect-ratio: 1/1;
    object-fit: cover;
}


.person .person-photo, .person .person-photo-wrapper img {
    transition: all 0.5s ease-in-out;
    filter: grayscale(75%);
}

.person:hover .person-photo, 
.person:hover .person-photo-wrapper img {
    filter: none;
}


.person-photo-wrapper {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #6DB6C6;
    margin-bottom: 1em;
    background: #FFFFFF;
    position: relative;
}

.person-photo-wrapper div{
    position: relative;
}

.person-photo-wrapper div img{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}


.person .person-photo-wrapper div:after {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    position: absolute;
    content:"";
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: linear-gradient(140deg, rgba(231,50,42,0) 25%,rgba(231,50,42,0.5) 100%);
}

.person:hover .person-photo-wrapper div:after {
    opacity: 0;
}


.person-name {
    text-align: center; 
    margin-bottom: 0.2em
}

.person-title {
    font-size: 12px; 
    text-align: center; 
    margin-bottom: 0.4em
}

.person-comment{
    font-size: 18px; 
    text-align: center; 
    margin-bottom: 0.4em
}

.person-photo-with-social {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.person-social-120, .person-social-140, .person-social-160 {
    font-size: 20px;
}

.person-photo-with-social .person-social-120 a i,
.person-photo-with-social .person-social-140 a i, 
.person-photo-with-social .person-social-160 a i {
    position: absolute;
    background: #6DB6C6;
    border-radius: 50%;
    padding: 8px;
    color: white !important;
    width: 35px;
    height: 35px;
}

.person-photo-with-social .person-social-160 a i {
    bottom: 20px;
    right: 5px;
}

.person-photo-with-social .person-social-140 a:nth-child(1) i {
    bottom: 13px;
    right: 25px;
}

.person-photo-with-social .person-social-140 a:nth-child(2) i {
    bottom: 50px;
    right: 0px;
}

.person-photo-with-social .person-social-120 a:nth-child(1) i {
    bottom: 16px;
    right: 18px;
}

.person-photo-with-social .person-social-120 a:nth-child(2) i {
    bottom: 55px;
    right: -5px;
}


/* Read more */
.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger{
    margin-top: -1.5em;
}


/* Ticket info */

.ticket-col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
} 

.ticket-info{
    padding: 15px;
}

.ticket-info p, .ticket-info table {
    margin-top: 15px;
    margin-bottom: 0px;
}

.ticket-info .btn, .ticket-info table {
    width: 100%;
}

.ticket-info table th{
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-align: center;
}

.ticket-current {
    border: 2px solid #6DB6C6;
}

.ticket-header {
    height: 0px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    top: -30px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    font-size: 20px;
    color: #6DB6C6;
}


/* Helpers and misc */

.bg-active{
    background: #6DB6C6;
    color: #FFFFFF;
}

.bg-nonactive{
    background: #666;
    color: #FFFFFF;
}

/* @keyframes shine-animation {
    to {background-position: right}
} */

@keyframes shine-animation {
    0% {
        background-position: -50% 50%;
    }
    50% {
        background-position: 150% 50%;
    }
    100% {
        background-position: -50% 50%;
    }
}

@keyframes dimond-shine-animation {
    0% {
        background-position: -50% 50%;
        filter: hue-rotate(125deg) contrast(130%);
    }
    50% {
        background-position: 150% 50%;
        filter: hue-rotate(135deg) contrast(150%);
    }
    100% {
        background-position: -50% 50%;
        filter: hue-rotate(125deg) contrast(130%);
    }
}

.dimond-shine-text {
    /* background: linear-gradient(100deg, 
        #4284e8 10%,
        #d2dbe7 25%, 
        #5381c7 40%,
        #d2dbe7 50%, 
        #5381c7 60%,
        #d2dbe7 75%, 
        #4284e8 90%
    ); */
    /* background: linear-gradient(100deg, 
        #4284e8 5%,
        #e9f2fd 10%, 
        #5381c7 15%,
        #4284e8 25%,
        #e8f1fd 30%, 
        #4284e8 35%,
        #4284e8 45%,
        #bfcfe5 50%, 
        #5381c7 55%,
        #4284e8 65%,
        #bbcee8 70%, 
        #5381c7 75%,
        #4284e8 85%,
        #fefeff 90%, 
        #4284e8 95%
    ); */
    background: linear-gradient(100deg, 
        #4284e8 8%,
        #e9f2fd 10%, 
        #5381c7 12%,
        #4284e8 28%,
        #e9f2fd 30%, 
        #6091d0 32%,
        #4284e8 48%,
        #e9f2fd 50%, 
        #5381c7 52%,
        #4284e8 68%,
        #e9f2fd 70%, 
        #6091d0 72%,
        #4284e8 88%,
        #e9f2fd 90%, 
        #4284e8 92%
    );
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5),
                 0 0 10px rgba(142, 172, 233, 0.5),
                 0 0 15px rgba(129, 187, 218, 0.5),
                 0 0 20px rgba(107, 142, 203, 0.5);
}


.platinium-shine-text {
    /* background: linear-gradient(100deg, 
        rgba(146, 166, 183, 1) 10%, 
        rgba(201, 214, 228, 1) 25%, 
        rgba(146, 166, 183, 1) 40%, 
        rgba(238, 240, 242, 1) 50%, 
        rgba(146, 166, 183, 1) 60%, 
        rgba(218, 232, 247, 1) 75%, 
        rgba(146, 166, 183, 1) 90%
    ); */
    /* background: linear-gradient(100deg, 
        rgba(146, 166, 183, 1) 10%, 
        rgba(201, 214, 228, 1) 30%, 
        rgba(146, 166, 183, 1) 35%, 
        rgba(238, 240, 242, 1) 40%, 
        rgba(146, 166, 183, 1) 45%, 
        rgba(161, 163, 166, 1) 70%, 
        rgba(146, 166, 183, 1) 75%,
        rgba(238, 240, 242, 1) 80%, 
        rgba(146, 166, 183, 1) 85%, 
        rgba(218, 232, 247, 1) 90%,
        rgba(146, 166, 183, 1) 100%
    ); */
    background: linear-gradient(100deg, 
        rgba(146, 166, 183, 1) 10%, 
        rgba(187, 202, 218, 1) 20%, 
        rgba(146, 166, 183, 1) 30%, 
        rgba(238, 240, 242, 1) 35%, 
        rgba(146, 166, 183, 1) 40%, 
        rgba(161, 163, 166, 1) 55%, 
        rgba(146, 166, 183, 1) 70%,
        rgba(238, 240, 242, 1) 75%, 
        rgba(146, 166, 183, 1) 80%, 
        rgba(187, 202, 218, 1) 90%,
        rgba(146, 166, 183, 1) 100%
    );
    text-shadow: 
        0 0 5px rgba(201, 214, 228, 0.4),
        0 0 10px rgba(146, 166, 183, 0.4),
        0 0 15px rgba(146, 166, 183, 0.4);
    filter: contrast(125%);
}

.gold-shine-text {
    background: linear-gradient(100deg, 
        rgba(188, 136, 30, 1) 10%, 
        rgba(224, 196, 85, 1) 25%, 
        rgba(188, 136, 30, 1) 40%, 
        rgba(234, 225, 199, 1) 50%, 
        rgba(188, 136, 30, 1) 60%, 
        rgba(224, 196, 85, 1) 75%, 
        rgba(188, 136, 30, 1) 90%
    );
    text-shadow: 
        0 0 5px rgba(234, 225, 199, 0.3),
        0 0 10px rgba(224, 194, 136, 0.3);
    filter: contrast(120%);
}

.silver-shine-text {
    background: linear-gradient(100deg, 
        rgba(143, 144, 143, 1) 10%, 
        rgba(217, 219, 220, 1) 25%, 
        rgba(143, 144, 143, 1) 40%, 
        rgba(238, 240, 242, 1) 50%, 
        rgba(143, 144, 143, 1) 60%, 
        rgba(217, 219, 220, 1) 75%, 
        rgba(143, 144, 143, 1) 90%
    );
    text-shadow: 0 0 5px rgba(143, 144, 143, 0.2);
    filter: contrast(115%);
}

.bronze-shine-text {
    background: linear-gradient(100deg, 
        rgba(150, 124, 98, 1) 10%, 
        rgba(197, 169, 141, 1) 25%, 
        rgba(150, 124, 98, 1) 40%, 
        rgba(222, 213, 204, 1) 50%, 
        rgba(150, 124, 98, 1) 60%, 
        rgba(197, 169, 141, 1) 75%, 
        rgba(150, 124, 98, 1) 90%
    );
    filter: contrast(110%);
}

.bronze-shine-text, .silver-shine-text, .gold-shine-text, .platinium-shine-text, .dimond-shine-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	
  animation: shine-animation 64s infinite;
  background-size: 200%;
  background-position: left;
  padding: 0 50px;
  margin: 0 -50px;
}

.dimond-shine-text {
    animation: dimond-shine-animation 64s infinite;
}

.list-item-icon {
    color: #6DB6C6;
    left: -2.5em;
    position: relative;
    margin-right: -2.5em;
    width: 2.5em;
    text-align: center;
    padding-right: 1em;
}

/*!
 * ML in PL Jekyll Theme
 * Timeline module CSS
 */

/* Timeline styles */
.timeline .timeline-date {
    text-align: right;
    border-right: 1px solid #6DB6C6;
    margin-right: -1px;
}

.timeline .row:last-child .timeline-date {
    border-right: 1px solid transparent;
}

.timeline .timeline-date p, .timeline .timeline-desc p {
    margin-top: -5px;
    margin-bottom: 30px;
}

.timeline .timeline-date:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 1em;
    width: 1em;
    background-color: #6DB6C6;
    color: #fff;
    right: -0.55em;
    top: 0px;
}

@media(min-width:767px) {
    .timeline .timeline-date:before {
        top: 4px;
    }
}

.timeline .timeline-desc {
    border-left: 1px solid #6DB6C6;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -10px;
    margin-top: -10px;
}

.timeline .row:last-child .timeline-desc {
    border-left: 1px solid transparent;
}


/* Calendar buttons styles */
.add-calendar {
    margin-left: 40px;
    margin-bottom: 400px;
}

.google, .outlook, .office {
    padding-top: 8.75px !important;
    padding-bottom: 5px !important;
}

.yahoo, .facebook, .linkedin {

}

.calendar-text {
    margin-top: 14px;
    margin-bottom: 14px
}

.btn-calendar {
    margin-right: 6px;
    text-align: center;
    vertical-align: bottom;
    padding: 8px 12px 4px 12px;
    min-width: 54px;
    display: inline-block;
}

.btn-calendar:first-child{
    margin-left: 0px;
}

.btn-calendar:hover,
.btn-calendar:focus {
    text-decoration: none;
}

.btn-download {
    margin-left: -1px;
    padding-left: 0px;
}

/*!
 * ML in PL Jekyll Theme
 * Agenda module CSS
 */

/* Simple agenda styles */
.simple-agenda{
    display: flex;
    flex-wrap: wrap; 
    align-items: baseline;
    width: 100%;
}

.day{
    display: block;
    margin-bottom: 10px;
}

.days-3 {
    width: 33%;
}

.days-7 {
    width: 14.25%;
    min-width: 150px;
}

.events{
    text-align: left;
    padding: 5px;
}

.simple-agenda .events:last-child{
    border-right: none;
}

.event{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #6DB6C6;
}

.event:last-child{
    border-bottom: none;
}

.event-empty{
    border-bottom: none;
}

.event-1{
    height: 64px;
}

.event-1-5{
    height: 80px;
}

.event-2{
    height: 96px;
}

.event-2-5{
    height: 112px;
}

.event-3{
    height: 128px;
}

.event-3-5{
    height: 144px;
}

.event-4{
    height: 160px;
}

.event-5{
    height: 192px;
}

.event-6{
    height: 224px;
}

.event-7{
    height: 256px;
}

.event-8{
    height: 288px;
}


/* Agenda styles */

.agenda-day{
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.agenda-session {
    clear: both;
}

.agenda-item > div {
    font-size: 16px;
    border-top: 1px solid #010101;
    padding: 10px;
}

.agenda-session:first-child > .agenda-item > div {
    border-top: none;
}

.agenda-item h4, .agenda-item h5, .agenda-item h6 {
    margin-bottom: 0;
    text-align: left;
}

.agenda-item ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 1em;
    margin-bottom: 0;
}

.agenda-item ul li a {
    display: inline-table;
}

/*!
 * ML in PL Jekyll Theme
 * Slider module CSS
 */

.slider-tabs {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.slider-tabs .slider-item {
    cursor: pointer;
    padding: 10px;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    color: #010101;
}

.item-col-4 {
    width: 277.5px;
}

.item-col-3 {
    width: 370px;
}

.slider-tabs .slider-item .speaker-photo {
    width: 75px;
    float: left;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    margin-right: 0.5em;
}

.slider-tabs .slider-item .speaker-name {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.slider-tabs .slider-item .speaker-title {
    font-size: 14px;
}

.slider-tabs .slider-item.active, .slider-tabs .slider-item:hover {
    background: #6DB6C6;
    transition: background .3s ease-in-out;
    color: #FFFFFF;
    text-decoration: none;
}

.slider-tabs .slider-item.active div, .slider-tabs .slider-item:hover div{
    border-color: #FFFFFF;
}

.slider-item-content {
    opacity: 0;
    text-align: justify;
    min-height: 600px;
    overflow: hidden;
    display: none;
}

@media(min-width:767px) {
    .slider-item-content {
        min-height: 400px;
    }
}

.slider-item-content .speaker-details-text h2 {
    margin-bottom: 0;
    font-weight: 700;
}

.slider-item-content .speaker-details-image {
    text-align: center;
}

.slider-item-content .speaker-details-image img {
    border-radius: 50%;
}

.center-verticaly {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.slider-timer-wrapper{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}

.slider-timer{
    height: 2px;
    background: #6DB6C6;
    width: 0%;
    transition: width 30s ease-in-out;
}

@keyframes width-from-0-to-100 {
    0% { width: 0%; }
    100% { width: 100%; }
}

.width-from-0-to-100 {
    animation: width-from-0-to-100 30s forwards;
    animation-timing-function: linear;
}

/* Fade in/out animation for slider */
@keyframes fadeInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeOutToRight {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(50px);
    }
}

.fade-in {
    animation: fadeInFromLeft 0.5s forwards;
    animation-fill-mode: forwards;
    display: block !important;
}

.fade-out {
    animation: fadeOutToRight 0.5s forwards;
    animation-fill-mode: forwards;
    display: block !important;
}
