﻿.lingo-white-background {
    background-color: white;
}

.ly-header-homepage {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .ly-header-homepage > a {
        background-color: var(--ly-header-orange);
    }

.lingofy-banner {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.lingofy-banner-imager > img {
    width: clamp(200px, 32vw, 600px);
    height: clamp(200px, 32vw, 600px);
    object-fit: contain;
}


.lingofy-banner-descritpion {
    width: 75%;
    line-height: 30px;
    font-size: 26px;
    text-align: center;
    margin: 25px 0px;
}

.lingofy-banner-info img {
    width: clamp(150px, 20vw, 250px);
}

.lingofy-banner-info h2 {
    font-size: clamp(18px, 3vw, 36px);
}

.lingofy-banner-info a.ly-primary-btn {
    width: 50%;
}

.lingofy-banner-info {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: sharktooth-regular;
    width: 40%;
}

.lingofy-why-lingo {
    padding-block: 50px;
}

.lingofy-section-title {
    font-family: sharktooth-regular;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    padding-block: 20px;
    color: #FC8C29;
}

.lingofy-options-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
}


.lingofy-option {
    display: flex;
    border-radius: 22px;
    padding: 30px;
    gap: 50px;
    flex-direction: column;
    color: white;
    background-color: black;
    width: 400px;
    min-height: 200px;
}

.lingofy-option-title {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .lingofy-option-title > label {
        width: 150px;
        font-size: clamp(16px, 2vw, 26px);
    }

    .lingofy-option-title > img {
        width: 70px;
        height: 70px;
    }

.lingofy-option-descritpion {
    font-family: sharktooth-regular;
    font-size: clamp(16px, 2vw, 20px);
}

.lingofy-option-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
    gap: 20px;
}

    .lingofy-option-2 > label {
        color: black;
        font-size: clamp(16px, 2vw, 26px);
    }

    .lingofy-option-2 > img {
        width: 100px;
        height: 100px;
    }

    .lingofy-option-2 > .lingofy-option-descritpion {
        text-align: center;
        color: black;
        width: 300px;
    }

.lingo-bottom-banner {
    display: flex;
    width: 70%;
    max-width: 100%;
    overflow: hidden;
    background-image: url("/images/lingofy/site/lingo-footer-background.png");
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center;
}

.lingo-banner-left {
    flex: 2;
    padding: 35px;
    color: white;
    background-size: cover;
    background-position: center;
    position: relative;
}


.lingo-banner-right {
    position: relative;
    padding: 60px 20px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(300px, 25vw, 500px);
}

.lingo-line {
    display: block;
    width: 40px;
    height: 3px;
    background-color: white;
    margin-bottom: 10px;
}

.lingo-title {
    font-size: clamp(16px, 2vw, 28px);
    font-weight: bold;
    margin-bottom: 10px;
}

.lingo-subtitle {
    margin: 0;
    color: black;
    font-size: clamp(15px, 2vw, 24px);
    font-family: sharktooth-regular;
}

.lingo-btn {
    background: white;
    color: #f58220;
    padding: 12px 20px;
    border-radius: 18px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    font-size: clamp(16px, 1vw, 20px);
}

    .lingo-btn:hover {
        opacity: 0.9;
    }


.ly-animated-fox-wrapper {
    position: relative;
    bottom: -15px;
    text-align: center;
    cursor: pointer;
}

.ly-jumping-arrow-gif {
    max-width: 34px;
}

@media screen and (max-width:723px) {
    .lingofy-options-container {
        flex-direction: column;
    }

    .lingofy-banner {
        flex-direction: column;
    }

    .lingofy-banner-imager > img {
        width: 300px;
        height: 300px;
        object-fit: contain;
    }


    .lingofy-banner-descritpion {
        width: 100%;
    }

        .lingofy-banner-descritpion br {
            display: none;
        }

    .ly-site-lang-wrapper > span {
        display: none;
    }

    .lingofy-banner-info {
        width: 100%;
    }

    .lingofy-option {
        width: 295px;
        min-height: 200px;
    }

    .lingo-bottom-banner {
        background-image: url("/images/lingofy/site/lingo-bottom-bg-mobile.png");
        background-repeat: no-repeat;
        margin: auto;
        flex-direction: column;
    }


    .lingo-banner-right {
        width: 100%;
        justify-content: center;
    }
}
