html {
    scroll-behavior: smooth;
}

body {
    background-color: #1A4129;
    background-image: url(https://campaign.euronummus.it/wp-content/uploads/2023/12/1a-1.png) !important;
    background-repeat: repeat;
    color: #2b2926;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
}

h2 {
    font-size: 34px;
    font-family: "Inter";
}

footer p{
    color: #f6f1eb;
}
.container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 90px;
}

.logo {
    height: 160px;
    width: auto;
    margin: 15px auto;
}

ul.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

ul.menu li {
    list-style: none;

}

ul.menu li a, ul.menu li a:visited, ul.menu li a:hover {
    font-size: 14px;
    text-decoration: none;
    color: #2b2926;
    text-transform: uppercase;
}

@media only screen and (min-width: 1000px) {
    .container {
        max-width: 1425px;
    }
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
    .container {
        max-width: 88%;
    }
}


.box {
    background-color: #FFFFFF;
    padding: calc(600px * 0.06);
    margin: 40px 0;
}

.box#lingotti-argento,
.box#monete-argento {
    background-color: #FFFFFF;
}

.box-menu {
    position: sticky;
    top: 0;
    padding: calc(600px * 0.0);
}

.box .box-header {
    text-align: center;
}

.box .box-header img {
    width: 291px;
    height: 64px;
    aspect-ratio: auto 291 / 64;
}

.to-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #000000;
    color: #ffffff;
}

.content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 3px 0 0;
}

.content > div:first-child {
    width: 100px;
}

.content > div:nth-child(2) {
    flex: 1;
    min-width: 500px;
}

.content > div:nth-child(3) {
    width: 120px;

}

.content > div:nth-child(4) {
    width: 120px;
    text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 987px) {

    .content > div:nth-child(2) {
        flex: 1;
        min-width: 400px;
    }

    .content > div:nth-child(3) {
        margin-left: 100px;
    }
}

@media only screen and (min-width: 653px) and (max-width: 767px) {
    .content > div:nth-child(2) {
        flex: 1;
        min-width: fit-content;
    }
    .content > div:nth-child(3) {
        margin-left: 100px;
    }
}
.content img {
    cursor: pointer;
    padding-top: 5px
}
@media only screen and (min-width: 1px) and (max-width: 652px) {
    .content > div:first-child {
        flex: 1;
        width: 100%;
    }
    .content > div:first-child img {
        width: 200px;
        margin-bottom: 20px;
    }
    .content {
        flex-direction: column;
    }
    .content > div:nth-child(2) {
        flex: 1;
        min-width: fit-content;
    }
    .content > div {
        flex: 1;
        text-align: center !important;
    }
    .content > div:nth-child(3) {
        margin-left: 0px;
    }
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    text-align: center;
}

.lightbox-content {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
    display: block;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.disponibilita {
    background-color: #121212;
    padding: 5px 15px;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 11px !important;
    margin-top: 5px;
    display: table;
    font-weight: 700;
    text-transform: uppercase
}

.content img {
    border-radius:3px;
}

@media only screen and (min-width: 1px) and (max-width: 769px){
h2 {
    margin: 0;
}
.content > div:first-child img {
    width: 100px;
}
.container {
    max-width: 100% !important;
    padding: 0 10px;
}
.box-menu {
    position: sticky;
    top: 0;
    padding: calc(95% * 0.0);
}
}
ul.menu {
  background-color: #FFFFFF;
  min-height: 50px;
  margin: 0px;
  border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.banda ul li a, .banda ul li a:visited{

}
ul.menu li {
    margin-top: 13px;
}
.box {
    margin: 0px 0 40px;
    border-radius: 10px;
    border-radius: 10px;
}
.banda{
    background-color: transparent;
    margin: 20px 0px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
