@font-face {font-family: "Biome";
    src: url("fonts/biome/1d4d7dd348a7632d33c193edf4827f87.eot"); /* IE9*/
    src: url("fonts/biome/1d4d7dd348a7632d33c193edf4827f87.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/biome/1d4d7dd348a7632d33c193edf4827f87.woff2") format("woff2"), /* chrome firefox */
    url("fonts/biome/1d4d7dd348a7632d33c193edf4827f87.woff") format("woff"), /* chrome firefox */
    url("fonts/biome/1d4d7dd348a7632d33c193edf4827f87.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("fonts/biome/1d4d7dd348a7632d33c193edf4827f87.svg#Biome") format("svg"); /* iOS 4.1- */
}
@font-face {
    font-family: 'AkienFont';
    src: url('/css/fonts/font-startandgo-home/startandgo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.akien-font {
    font-family: 'AkienFont', sans-serif;

}
body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
}

.main-container {
    padding-top: 65px;
}
.parallax-section {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

.section {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.content {
    display: flex;
    width: 100%;
    font-family: Nunito;
    font-size: 1.5rem;
}

.card-container-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    gap: 10px;
}
.card-container-flex > div.card {
    flex: 0 1 30%; /* Cresce fino al 30% della larghezza del contenitore */
    margin: 5px; /* Spazio intorno alla card */
}
.text-end{
    text-align: end;
    padding-right: 1em;
}
.text-left{
    padding-left: 1em;
}

.text {
    width: 50%;
    text-align: justify;
}

.text.text-end{
    float: right;
    margin-right: 1em;
}

.text.text-left{
    margin-left: 1em;
}
.w-40{
    width: 40%;
}
.w-50{
    width: 50%;
}
.w-60{
    width: 60%;
}
.w-70{
    width: 70%;
}
.w-80{
    width: 80%;
}
.text-content {

}
.image-content {
    max-width: 50%;
    width: 30%;
    margin: auto;
    img {
        width: 100%;
    }
}

.trapezoid {
    width: 100%;
    height: 25vh;
    background-color: #132446;
}

/*
@media screen and (min-width: 1500px) {
    .text {
        width: 70%;
    }
}

@media screen and (min-width: 768px) {
    .image-content {
        display: none;
    }
    .text-content {
        max-width: 100%;
        width: 100%;
    }
    .text {
        width: 90%;
    }
    .text.text-end{
        float: center;
        margin-right: 0;
    }
} */
