@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

html,
body {
    width: 100%;
}

.main-field {
    /* width: 100vw; */
    width: 100%;
    min-height: 100vh;
    /* height: 100vh; */

    background-image: url("./img/bg-fungomer.png");
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    justify-content: flex-start;   
    align-items: center;
    flex-direction: column;
    padding-bottom: 2vh;
}

.logo-field {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

}

.logo {
    width: 20%;
    margin-bottom: 0.5rem;
}

.instructions {
    font-size: 3.25vw;
    font-weight: 900;
}

.circle-btn-field {
    width: 100%;
    margin-top: 1rem;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.product-field {
    /* aspect-ratio: 1/1; */
    height: 31vw;
    width: 31vw;

    margin-bottom: 1rem;
    background-color: aquamarine;
    background-color: #fff;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.product-cont {
    height: 94%;
    width: 94%;
    /* aspect-ratio: 1/1; */
    border-radius: 50%;
    border: 12px solid rgb(22, 108, 22);

    background-image: url("./img/img1.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-cont {
    width: 100%;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-cont-button {
    /* background-color: aquamarine; */
    background-color: #ffffff;
    border: 8px solid rgb(22, 108, 22);
    border-radius: 24px;
    font-weight: 800;
    font-size: 2vw;
    padding: 2px 16px;
    cursor: pointer;
    color: rgb(22, 108, 22);

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-cont span {
    display: flex;
    align-items: center;
    margin-left: 12px;
}

.select-language-field {
    width: 100%;
    min-height: 100vh;

    background-image: url("./img/bg-fungomer.png");
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;   
    align-items: center;
    flex-direction: column;
}
.select-language-field h1 {
    color: rgb(18, 89, 18);
    font-weight: 900;
    font-size: 2.75rem;
    margin-bottom: 1rem;
    text-align: center;
}
.select-language-cont {
    background-color: rgb(22, 108, 22);
    border: 8px solid rgb(22, 108, 22);
    border-radius: 1rem;

    padding: 8px;
    margin-bottom: 1rem;
}
.select-language-cont div {
    margin-inline: 7vw;
    font-size: 1.75rem;

    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.select-language-cont span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.language-link {
    text-decoration: none;
    color: #fff;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    margin-bottom: 12px;
}

.english-field,
.dutch-field,
.french-field,
.german-field,
.italian-field,
.spanish-field,
.swedish-field {
    width: 100%;
}
.english-field img,
.dutch-field img,
.french-field img,
.german-field img,
.italian-field img,
.spanish-field img,
.swedish-field img {
    width: 100%;
}

@media screen and (max-width: 1400px) {
    .instructions {
        font-size: 8vw;
        letter-spacing: 0.5px;
    }
    .circle-btn-field {
        margin-top: 2rem;
    }
    .product-field {
        width: 70vw;
        height: 70vw;
        margin-bottom: 2rem;
    }
    .logo {
        width: 50%;
        margin-bottom: 1rem;
    }
    .btn-cont-button {
        width: 55vw;
        font-size: 4.5vw;
        margin-bottom: 2rem;
    }

}

@media screen and (max-width: 1024px) {
    .instructions {
        font-size: 10vw;
        letter-spacing: 0.5px;
    }
    .circle-btn-field {
        margin-top: 2rem;
    }
    .product-field {
        width: 80vw;
        height: 80vw;
    }
    .logo {
        width: 60%;
        margin-bottom: 1rem;
    }
    .btn-cont-button {
        width: 55vw;
        font-size: 4.5vw;
    }
    .btn-cont span {
        margin: 0;
        font-size: 6vw;
    }
    .select-language-field h1 {
        font-size: 3.5rem;
    }
    .select-language-cont div {
        margin-inline: 7vw;
        font-size: 2.75rem;
    
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
}

@media screen and (max-width: 440px) {
    .instructions {
        font-size: 12vw;
        letter-spacing: 0.5px;
    }
    .product-field {
        width: 90vw;
        height: 90vw;
    }
    .logo {
        width: 70%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .btn-cont-button {
        width: 66vw;
        height: 8.4vh;
        font-size: 5.5vw;
    }
    .product-cont {
        border: 8px solid rgb(22, 108, 22);
    }
    .btn-cont-button {
        border: 6px solid rgb(22, 108, 22);
        padding: 0 8px;
    }
    .btn-cont span {
        margin: 0;
        font-size: 7.5vw;
    }
    .select-language-field h1 {
        font-size: 2rem;
    }
    .select-language-cont div {
        margin-inline: 7vw;
        font-size: 1.5rem;
    
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
}