/* Reset some default styles */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --main-color: #000;
    --hint-color:#d1ab4b;
    --padding: 10px;
  }
  

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
    margin-top: 100px;
    background-image: url('../images/pattern.png');
}

:target::before {
    content: "";
    display: block;
    height: 85px; 
    margin: -100px 0 0; 
  }

/* Container */
.container {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

/* Header */
header {
    background: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 24px;
}

/* Navigation */
nav {
    margin: 20px 0;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 10px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
}

/* Main Content */
main {
    margin-bottom: 20px;
}

/* Footer */
footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

/* Responsive */
@media (min-width: 600px) {
    .container {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 80%;
    }
}

.head_container{
    background-color: #000;
    border-bottom: solid 5px #d1ab4b;
}


.site_main{
}

.menu_tab li button.nav-link{
    color: #fff;
    border-bottom: var(--main-color);
    border-radius: 0px;
    padding: 5px 5px;
}
.menu_tab li button.nav-link.active{
    color: #000;
    border-bottom: #000 2px solid;
    border-radius: 0px;
    background-color: beige;
}

p.anchor{
    display: block;
    padding: 10px 20px;
    background: #000;
    text-align: center;
    color:#fff;
    margin-bottom: 5px;
}

.nav-fill .nav-item{
    display: block;
    width: 100%;
}

.sub_heading{
    
    font-weight: bold;
}
.sub_heading_text{
    font-size: 14px;
    color: #751616;
}
.sub-description p{
    margin: 0px;
    padding: 0px 8px;
}
.item_list{
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.item_list li{
 display: block;
 padding: 10px;

}
.item_list .item_detail p{
margin: 0px 0px 5px 0px;
padding: 0px;
}
.site_menu{
    height:100vh; 
    width:120px; 
    position:fixed; 

    top:100px;
    border-right: 5px #d6b051 solid;
}
.item_list .item_detail p.item_description{
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #fffbee;
}

.item_list .item_detail p.sub_description{
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #ffdb06;
}

.item_list .item_link{
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #d1ab4b;
}
.item_list p.item_descriptipn{
    font-weight: 400;
    font-size: 13px;
    font-family: 'roboto';
    color: #000;
    letter-spacing: 0.1em;
    margin: 0px !important;
}
.item_list .item_price{
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}
.item_box{
    /* grid-template-columns: auto 80px;
    display: grid; */
}
.item_box a{
    text-decoration: underline;
    color: #751616;  
}

.anchor_menu{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
}
.anchor_menu .dropdown-menu{

    border: 0px;
    width: 100vw;
    border-radius: 0px;
}
.anchor_menu .btn-anchor{
    background-color: #86640e;
    border-top: solid 5px #000;        
    border-radius: 0px;
    display: block;
    width:100vw;  
    color: #fff;  
}

.tab-pane .item_list:last-child {
    padding-bottom: 40px;
}
.anchor_menu  ul{
    padding: 0px;
    margin: 0px 0px 0px 0px;    
}
.anchor_menu  li{
    background-color: #000;
    color: #fff;  
}

.anchor_menu .dropdown-menu .dropdown-item{
    text-align: center;
    color: #fff;
}
.anchor_menu .dropdown-menu .dropdown-item:active,.anchor_menu .dropdown-menu .dropdown-item:focus,anchor_menu .dropdown-menu .dropdown-item:active,.anchor_menu .dropdown-menu .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #86640e;
}