* {
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
}

ul,
ol,
menu {
    list-style: none;
}

img,
iframe,
video {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: currentColor;
}

body{
    margin: 0;
    min-height: 100vh;
    color: black;
    background-image: url("./img/background.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    letter-spacing: 2px;
}

.motto{
    color: #73573A;
    font-size: 10px;
}

#btnEnglish,
#btnItalian{
    border: none;
    background-color: transparent;
    width: 20px;
    height: 20px;
}


#btnEnglish.active img,
#btnItalian.active img{
    border: 3px solid #73573A;
    border-radius: 50%;
}



ul li, .btn-main{
    padding: 10px !important;
    border: 2px solid transparent;
    border-radius: 9px;
}

ul li:hover, .btn:hover{
    color: #73573A;
    cursor: pointer;
    border: 2px solid #73573A;
    font-weight: bold;
}

header img{
    width: 50%;
}

section h3{
    color: #73573A;
}

.card{
    cursor: pointer;
}

.card img{
    height: 250px;
    object-fit: cover;
    object-position: top;
}

@media (min-width: 768px) {
    header img{
        width: 25%;
    }
    .card img {
        height: 300px;
    }

    .price-list>img{
        width: 40% !important;
    }
}

.custom-shadow {
  box-shadow: 0 8px 16px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.custom-shadow:hover {
  box-shadow: 0 12px 24px rgba(0,0,0,0.5);
}

.promo-section {
  text-align: center;
  padding: 40px;
}

.promo-text {
  /*font-weight: bold;*/
  font-size: 12px;
  color: #73573A;
  /*border: 3px solid #73573A;*/
  border-radius: 10px;
  background-color: #F3F1E7;
}

.promo-text svg{
    animation: blink 0.8s infinite;
    color: black;
    margin-bottom: 10px !important;
}

.price-list>img{
    width: 70%;
}

.price-list>div>a>img{
    width: 50px;
    border-radius: 50%;
}
.price-list p{
    font-size: 12px;
}

.section_description_container{
    color: #73573A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section_description{
    padding: 50px;
    text-align: center;
    font-size: 12px;
    background-color: #F3F1E7;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}


@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.4; }
  100% { opacity: 1; }
}

/* RADIO BUTTON */
input[type="radio"] {
  accent-color: #73573A;
}

footer p{
    font-size: 12px;
    color: #73573A;
}

footer p a{
    text-decoration: underline;
    font-weight: 600;
}

.verify{
    font-size: 10px;
}

.download-btn a img{
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    border-radius: 50%;
    background-color: #F3F1E7;
    padding: 5px !important;
}

.nb{
    font-size: 10px;
    width: 90%;
}

.badge-new {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #F3F1E7;
  color: #73573A;
  padding: 5px 10px !important;
  font-size: 12px;
  font-weight: bold;
  border-radius: 20px;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.badge-new-static{
  background-color: #F3F1E7;
  color: #73573A;
  padding: 5px 10px !important;
  font-size: 12px;
  font-weight: bold;
  border-radius: 20px;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}