@media (max-width: 600px){
    *{
        font-size: 2vw;
        margin: 2px;
    }
}


/* -------------------------Style Header---------------------------------- */
.main-header {
    background-image: linear-gradient(to top,rgb(252, 232, 204),rgb(197, 141, 137));
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom : 3px;
}
.header-info {
    text-align: left;
    color: black;
}
.header-info a {
    padding: 0;
    text-decoration: none;
}
.header-info a:hover {
    background-color: transparent;
}

nav {
    position: absolute;
    right: 0;
    display: flex;
}

a {
    text-decoration: none;
    color: rgb(219, 84, 75);
    padding: 15px;
    float: left;
}

a:hover {
    background-color: burlywood;
}

.main-header {
    background-color: rgb(245, 235, 220);
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px; 
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
}

.header-info {
    text-align: left;
    color: rgb(219, 84, 75);
    padding: 0px;
    margin: 14px;
    position: absolute;
    left: 0px;
}
/* -------------------------Style Main---------------------------------- */
body {
    background-image: url('assets/images/bg1.jpg');
    background-size: cover;
    color: white;
    text-shadow: 5px 5px 10px black;
    margin-top: 10%;
}

/* .heading {
    text-align: center;
    background-color: darkred;
    box-shadow: 10px 10px 10px blue;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0%;
} */

h2 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;

}

h3 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;

}

h4 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;

}

h5 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;

}

p {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.div {
    margin-left: 20px;
    margin-right: 20px;
    background-image: linear-gradient(to bottom right, #C0C0C0, #DCDCDC, silver, gray, #DCDCDC, #DCDCDC);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 6px 6px 15px black;
}

.portrait {
    max-width: 100%;
    max-height: 100%;
}

.img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 6px 6px 15px black;
    border-radius: 15px;
    max-width: 100%;
    max-height: 100%;
}

.img2 {
    margin: 15px;
    box-shadow: 6px 6px 15px black;
    border-radius: 15px;
}

.bproduct{
    margin-left: auto;
    margin-right: auto;
    display:flex;
    justify-content: center;
    /* flex-wrap: wrap; */
}

table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
}

tr{
    height: 30px;
}

th {
    background-color: burlywood;
}

td {
    text-align: center;
}

tr:nth-child(odd){
    background-image: linear-gradient(to right, #C0C0C0, #DCDCDC, silver, gray, #DCDCDC, #DCDCDC);
}

.table {
    padding:10px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tabBronze {
    background-image: linear-gradient(to bottom right, #A97142, #C68B5A, #E3A573, #FFC08D, #E3A573, #C68B5A);
    width: 300px;
    padding: 40px;
    margin: 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 5px black;
}

.tabSilver {
    background-image: linear-gradient(to bottom right, gainsboro, lightgray, lightgrey, silver, darkgray, darkgrey, gray, grey, dimgray);
    width: 300px;
    padding: 40px;
    margin: 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 5px black;
}

.tabGold {
    background-image: linear-gradient(to bottom right, #AE8625, #F7EF85, #D2AC47);
    width: 300px;
    padding: 40px;
    margin: 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 5px black;
}

.tab:hover {
    background-color: gainsboro;
    /* background-color: rgb(233, 229, 229); */
}

h1.name {
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: black;
    text-align: center;
}

h2.price {
    font-size: 38px;
    color: black;
}

.list {
    list-style-type: disc;
    margin-bottom: 50px;
    text-align: left;
}

.list li {
    margin-top: 20px;
    color: black;
}

hr {
    height: 7px;
    width: 80%;
    margin: auto;
    background-color: rgb(219, 84, 75);
    border: none;
    border-radius: 50px;
    margin-top: 20px;
}

div.about {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 30px;
    background-color: blanchedalmond;
    width: 80%;
    border-radius: 20px;
}

.about {
    text-align: left;
    color: black;
    padding: 10px;
    width: 100%;
}

div.image-about {
    margin-bottom: auto;
    margin-top: auto;
}

img.about-us {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

button {
    background-color: rgba(219, 85, 75, 0.616);
    border-radius: 8px;
    color: white;
    padding: 8px;
    border: none;
    font-size: 20pt;
    display: inherit;
    margin: 0px auto;
    /* display: flex;
    margin: 0px auto; */
}

button:hover {
    transform: scale(1.2, 1.2);
    background-color: rgb(219, 85, 75);
}

/* ----------Dropdown Elements---------- */
ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dropdown{
    display: flex;
    flex-direction: column;
}

.dropdown-content {
    display: none;
}

.dropdown:hover .dropdown-content{
    display: block;
    position: absolute;
    top: 100%;
    background-color: antiquewhite;
}

.dropdown-item:hover{
    background-color: whitesmoke;
    cursor: pointer;
}

a.dropdown-item{
    min-width: 160px;
    text-align: left;
}

li.dropdown-item:hover:hover a.dropdown-item{
    text-align: left;
    color: gainsboro;
}


/* -------------------------Style Footer---------------------------------- */
footer {
    background-image: linear-gradient(rgb(252, 232, 204),rgb(197, 141, 137));
    border-radius: 30px;

}
.main-footer {
    display: flex;
    justify-content: center;
    width: 100%;
}
.left-footer {
    margin-right: auto;
    margin-left: 40px;
}
.right-footer {
    margin-left: auto;
    margin-right: 40px;
}
.center-footer {
    margin-left: 20px;
    margin-right: 20px;
}
.info-left {
    color:black;
    text-align: left;
    width: 100%;
}
.info-right {
    color: black;
    text-align: right;
    width: 100%;
}
.info-center {
    color: black;
    text-align: center;
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid rgb(33, 88, 1);
}
.fa-map-marked-alt, .fa-map-pin, .fa-address-book, .fa-phone-alt, .fa-instagram, .fa-bars {
    margin: 0px 6px;
    color: rgb(219, 85, 75);
}

.fa-home, .fa-tags, .fa-address-card, .fa-star {
    margin: 0px 6px;
}