body {
    margin: 0;
    padding: 0;
}


.body {
    margin-left: 5%;
    margin-right: 5%;
    padding: 10px clamp(10px, 5vw, 40px) 40px; 
}
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    background-color: rgb(212, 195, 99);


}

.navlinks a:hover {
    font-weight: bolder;
    background-color: white;
  font-style: italic;
    color: goldenrod;
}

.navlinks a {
    border-radius: 30px;
    text-align: center;
    height: fit-content;
  width: fit-content;

}

.navlinks {
    display: flex;
    align-items: center;
    justify-content: center;

    flex-wrap: wrap;
    gap: 1rem;
    margin-right: 0;
    margin-right: 30px;
}

nav h1 {
    margin-left: 30px;
}

.goldimg {
    width: 200px;      
    height: 120px;      
    object-fit: cover;   
    border-radius: 15px; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); 
    display: block;    
}
.fig h1 {
    margin-left: auto; 
}
@media (max-width: 768px) {
    .goldimg {
        max-width: 140px;
    }
}
.fig {
    display: flex;
    align-items: center;         
    justify-content: flex-start; 
    gap: 30px;                   
    margin-top: 20px;
    margin-bottom: 20px;     
}
.promo-image {
    max-width: 100%; 
    height: auto;    
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.15); 
    border: 2px solid rgba(255, 215, 0, 0.3); 
}
.intlbar {
   
    color: black;
    text-align: center;
    padding: 15px 20px;
    font-size: clamp(14px, 2.5vw, 20px);
    font-weight: bold;
    border-top: 2px solid goldenrod;
    border-bottom: 2px solid goldenrod;
}

.intlbar small {
    color: #333;
    font-weight: normal;
    font-size: 0.75em;
    display: block;
    margin-top: 4px;
}

.intlbar small {
    color: #aaa;
    font-weight: normal;
    font-size: 0.8em;
}
.foradd {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 40px; 
}

.foradd img {
    width: 100%;  
    height: auto;
    max-height: 430px;
    border-radius: 15px; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
}
table {
    width: 100%;
    height: 300px;
    font-size: clamp(12px, 2vw, 16px);
    border: 1px solid black;
    border-collapse: collapse;
}

table td,
th {
    border: 1px solid goldenrod;
    text-align: center;
}

.selnum {
    display: block;
    width: 100%;
    max-width: 400px;
    justify-content: center;
    align-items: center;
    width: 10%;
    height: 50px;
    border-radius: 30px;
    text-align: center;
}

#selcountry {
    display: block;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    height: 50px;
    border-radius: 30px;
    text-align: center;
}

section {
    width: 100%;
}

.divcontainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
    gap: 20px;


}

.divcontainer div {
    border: 1px solid goldenrod;
    width: 25%;
    flex: 1 1 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.inputgoldcal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.input {
    display: block;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    height: 50px;
    border-radius: 30px;
    text-align: center;
}

a {
    text-decoration: none;
    color: black;
}

.cal {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-evenly;
}

.cal fieldset {
    width: 100%;
    height: 100%;
    text-align: center;
}

.selzcontainer {
    display: flex;
    gap: 20px;
}

.selucontainer {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.submit {
    border: 1px solid goldenrod;
}

.submit2 {
    border: 1px solid goldenrod;
}

.input:hover {
    cursor: pointer;
}

footer {
    text-align: center;
    font-size: clamp(12px, 2vw, 16px);
    padding: 10px;
    background-color: rgb(212, 195, 99);
}