/* @font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} */

/* @font-face {
  font-family: 'MyFont';
  src: url('/fonts/MyFont.woff2') format('woff2'),
       url('/fonts/MyFont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
} */


/* @media (min-width: 768px) {
  .container {
    padding: 32px;
  }
} */

body{
    font-family: helvetica, arial, sans-serif;

}

/* 
@media (min-width: 1000px) {
  .container {
    width: 900px;
    margin: auto;
  }
} */

.container {
    margin: 32px;
}

.nav {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #63BA78 ;
    flex-direction: column;
    gap: 6rem;
    padding: 8rem 0rem;
    position: relative;
}

.hidden {
    display: none;
}

.block {
    padding: 4rem 0rem;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-content {
    color: white;
    font-family: helvetica, arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

.nav-content-content {
    color: white;
    font-family: helvetica, arial, sans-serif;
    margin-bottom: 1rem;
    text-align: center;
}
.nav-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.nav-socials-link {
    background-color: white;
    padding: 0.5rem
}

.nav-socials-link > svg:hover {
    transform: scale(105%);
}

@media (min-width: 800px) {
    .nav-icon {
        height: 200px;
        width: auto;
    }
}

.nav-icon {
    width:80vw;
}


@media (min-width: 800px) {
    .triangle1 {
        position: absolute;
        top: 0;
        left: 0;
        height: 150px;
    }
}

@media (max-width: 800px) {
    .triangle1 {
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
    }
}

@media (min-width: 800px) {
    .triangle2 {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 150px;
    }
}

@media (max-width: 800px) {
    .triangle2 {
        position: absolute;
        bottom: 0;
        right: 0;
        height: 50px;
    }
}


.title {
    font-size: 32px;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    text-align: center;
}

.stores {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


@media (min-width: 800px) {
    .stores > img {
        height: 70px;
        width: auto;
    }

}

@media (max-width: 800px) {
    .stores > img {
        width: 100px;
    }

}



@media (min-width: 800px) {
    .access {
        display: flex;
        gap: 4rem;
    }
}

.access-title {
    display: flex;
    align-items: center;
    gap:1rem;
    margin-bottom: 1rem;
}


.access {
    font-family: helvetica, arial, sans-serif;
}

.access > div {
    margin-bottom: 4rem;
}

.access-title > h3 {
    font-size: 21px;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
}
.access > div > p {
    margin-bottom: 0.8rem;
    line-height: 24px
}


.access > div > p > span {
    font-weight: bold;
}


.footer {
    background-color: #63BA78;
    padding: 1rem 0rem;
}

.footer-icon {
    height: 70px;
    margin-bottom: 1rem;
}

.link {
    text-decoration: none;
    color: white;
    font-family: helvetica, arial, sans-serif;

}

.footer-address {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white
}