a:focus {
    text-decoration: none;
    box-shadow: none !important;
}

body {
    font-family: unset
}

html {
    scroll-behavior: smooth !important
}

:is(#page,#page.drawers,#page.drawers div[role=main],#page.drawers .main-inner):has(#landing-page) {
    padding: 0;
    margin: 0
}

#landing-page {
    text-align: center;
    color: #294070;
    width: 100%;
    padding-top: 120px
}

#landing-page header .top-ribbon {
    position: fixed;
    width: 100%;
    top: 100px;
    left: 0;
    padding: .5rem 0;
    background-color: #fff;
    z-index: 1
}

#landing-page header .top-ribbon picture.logo {
    mix-blend-mode: multiply
}

#landing-page header .content {
    background: linear-gradient(#fffd), url(templates/assets/images/landing/bg-eksyxronismos-sxoleiwn.webp) no-repeat center/cover;
    text-align: center
}

#landing-page .content .banner img {
    width: 100%
}

#landing-page .content nav, #landing-page .reference {
    display: flex;
    gap: var(--section-gap);
    justify-content: center
}

#landing-page .content nav {
    margin-block: 2rem
}

#landing-page .content nav a.btn {
    flex-basis: 33%
}

#landing-page .container.intro {
    max-width: 800px;
    margin-block: 3rem
}

#landing-page .container.wide {
    max-width: 1400px
}

#landing-page .reference {
    flex-wrap: wrap;
    margin-block: var(--section-gap)
}

#landing-page .reference .item {
    flex: 1 0 calc(33.333333% - var(--grid-space) * 2);
    padding: var(--section-gap);
    background-color: #fff;
    border-radius: var(--radiusValue);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2), 0 10px 20px rgba(0, 0, 0, .15), 0 20px 40px rgba(0, 0, 0, .1);
    color: #000
}

#landing-page .reference .item :is(h2,h3,h4) {
    color: var(--primary);
    margin: 0
}

#landing-page .reference .item .icon {
    display: grid;
    place-content: center;
    margin: 1rem auto;
    padding: 2rem;
    border-radius: 50%;
    background-color: var(--primary)
}

#landing-page .reference .item .icon.pedal {
    margin: 0;
    margin-right: var(--grid-space);
    background-color: var(--lightgrey);
    border-radius: 1rem;
    fill: var(--primary)
}

#landing-page .reference .item .icon.pedal + div {
    text-align: left
}

#landing-page .reference .item:has(.icon.pedal) {
    color: var(--primary)
}

#landing-page .reference .item .icon svg {
    width: 3rem;
    height: 3rem;
    fill: #fff
}

#landing-page .reference .item .icon.pedal svg, #landing-page .reference.inverse .item .icon svg {
    fill: var(--primary)
}

#landing-page .reference .item p {
    margin: 0;
    opacity: .6
}

#landing-page .reference .item ul.bullets {
    list-style: none;
    text-align: left;
    padding-left: 2.5rem
}

#landing-page .reference .item ul.bullets li {
    text-indent: -2.5rem;
    margin-block: 1rem;
    line-height: 1.15
}

#landing-page .reference .item ul.bullets li:has(a) {
    margin-bottom: -.75rem
}

#landing-page .reference .item ul.bullets li::before {
    content: "✓";
    margin-right: 1rem;
    padding: 0 .25rem;
    border: 2px solid;
    border-radius: 50%
}

#landing-page .reference .item ul.bullets li:has(a)::before {
    content: url({{themeurl}}/pix/frontpage/icon_linkin.svg?v=6);
    border: 0;
    vertical-align: middle
}

#landing-page #contact .content hr, #landing-page .reference .item hr {
    height: 1px;
    border-top: 1px dotted var(--primary);
    box-shadow: none;
    margin-block: var(--grid-space);
    opacity: .75
}

#landing-page .reference.inverse .item {
    /*background-color: var(--primary);*/
    /*LAGOS*/
    color: #fff;
    background-color: rgb(from var(--primary) r g b / .75);
}

#landing-page .reference.inverse .item:hover {
    background-color: rgb(from var(--primary) r g b/.75)
}

#landing-page .reference.inverse .item .icon {
    background-color: #fff
}

#landing-page .reference.inverse .item :is(h2,h3,h4) {
    color: #fff
}

#landing-page .reference.inverse .item hr {
    border-color: #fff
}

#landing-page :is(header,section) .content {
    padding-block: 4rem !important
}

#landing-page #future-schools .content {
    background: linear-gradient(#eefd), url(templates/assets/images/landing/bg-sxoleia-tou-mellontos.webp) no-repeat center/cover;
    text-align: center
}

#landing-page #kaleduscope-platforms .content {
    background: linear-gradient(#fffe), url(templates/assets/images/landing/bg-platformes-tou-kaleduscope.webp) no-repeat center/cover;
    text-align: center
}

#landing-page #additional-digital-services .content {
    background: #ecf0f9;
    text-align: center
}

#landing-page #guides .reference .item {
    background-color: #f8f9fd
}

#landing-page #contact .content {
    background-color: #ecf0f9;
    color: var(--primary)
}

#landing-page #contact .content svg {
    width: 16px;
    height: 16px;
    margin-right: .5rem;
    fill: var(--primary)
}

#landing-page #contact label, input, textarea {
    display: block;
    width: 100%
}

#landing-page #contact label {
    margin-top: 1rem;
    margin-bottom: .5rem
}

#landing-page #contact input, textarea {
    padding: var(--grid-space);
    border-radius: var(--radiusValue);
    border: 1px solid #999
}

#landing-page #contact button {
    margin-top: 1rem
}

#landing-page #contact :is(input,textarea)::placeholder {
    color: #ccc
}

#landing-page footer p {
    margin-block: .5rem;
    line-height: 1.25
}

#landing-page footer a {
    color: inherit
}

#landing-page i[class*=fa-] {
    font-size: 66%
}

@media (max-width: 1024px) {
    #landing-page header .top-ribbon .container {
        justify-content: center;
        gap: 2rem
    }

    #landing-page header .top-ribbon picture.logo:nth-of-type(1) {
        display: none
    }

    #landing-page .reference .item {
        max-width: 360px
    }
}

@media (max-width: 767px) {
    #landing-page {
        padding-top: 80px
    }

    #landing-page header .top-ribbon {
        top: 110px
    }

    #landing-page header .top-ribbon .container {
        gap: 0 2rem
    }

    #landing-page header .top-ribbon img {
        height: 3.5rem
    }

    #landing-page .reference .item {
        flex: 1 0 calc(50% - var(--grid-space) * 2)
    }

    #landing-page footer.container > div {
        flex-direction: column
    }

    #landing-page footer.container > div > * {
        width: 360px !important;
        justify-content: space-between;
        text-align: center
    }
}

@media (max-width: 640px) {
    #landing-page .reference .item {
        flex: 1 0 100%
    }

    #landing-page .reference .item ul.bullets {
        width: 225px;
        margin-inline: auto
    }

    #landing-page #contact .content .container {
        flex-direction: column
    }

    #landing-page #contact .content .container > * {
        flex-basis: 100%;
        min-width: 345px !important;
        margin-inline: auto
    }
}

#landing-page .container.med {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 700px;
    aspect-ratio: 2/1;
    overflow: hidden
}

#landing-page .container.med .banner {
    position: absolute
}

#video-trigger {
    transition: opacity .5s ease, transform .3s ease;
    cursor: pointer
}

#video-trigger.hidden, .video-container {
    opacity: 0;
    pointer-events: none
}

#video-trigger:hover {
    transform: scale(.8)
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    transition: opacity .5s ease
}

.video-container::before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.video-container.active {
    opacity: 1;
    pointer-events: auto
}

#intro-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}
