:root { --black: #000; --bg-black: #000; --white: #fff; --bg-white: #fff; --theme-color: #9f0000; --secondery-color: #570606; }
@font-face { font-family: 'Anton SC'; src: url('../fonts/AntonSC-Regular.eot'); src: url('../fonts/AntonSC-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AntonSC-Regular.woff2') format('woff2'), url('../fonts/AntonSC-Regular.woff') format('woff'), url('../fonts/AntonSC-Regular.ttf') format('truetype'), url('../fonts/AntonSC-Regular.svg#AntonSC-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Anton SC'; src: url('../fonts/AntonSC-Regular_1.eot'); src: url('../fonts/AntonSC-Regular_1.eot?#iefix') format('embedded-opentype'), url('../fonts/AntonSC-Regular_1.woff2') format('woff2'), url('../fonts/AntonSC-Regular_1.woff') format('woff'), url('../fonts/AntonSC-Regular_1.ttf') format('truetype'), url('../fonts/AntonSC-Regular_1.svg#AntonSC-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Bellota'; src: url('../fonts/Bellota-Bold.eot'); src: url('../fonts/Bellota-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Bellota-Bold.woff2') format('woff2'), url('../fonts/Bellota-Bold.woff') format('woff'), url('../fonts/Bellota-Bold.ttf') format('truetype'), url('../fonts/Bellota-Bold.svg#Bellota-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Bellota'; src: url('../fonts/Bellota-Light.eot'); src: url('../fonts/Bellota-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Bellota-Light.woff2') format('woff2'), url('../fonts/Bellota-Light.woff') format('woff'), url('../fonts/Bellota-Light.ttf') format('truetype'), url('../fonts/Bellota-Light.svg#Bellota-Light') format('svg'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Bellota'; src: url('../fonts/Bellota-Regular.eot'); src: url('../fonts/Bellota-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Bellota-Regular.woff2') format('woff2'), url('../fonts/Bellota-Regular.woff') format('woff'), url('../fonts/Bellota-Regular.ttf') format('truetype'), url('../fonts/Bellota-Regular.svg#Bellota-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
* { box-sizing: border-box; }
.container { transition: .4s ease; }
body { padding: 0; margin: 0; font-size: 18px; font-family: 'Bellota'; position: relative; scroll-behavior: smooth; }
h1, h2, h3, h4, h5, h6 { font-family: 'Anton SC'; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
.colored-text { color: var(--secondery-color); }
.mbshado.show { overflow: hidden; }
.header-section { background: radial-gradient(#9b6526, #9f0000); }
.brand { z-index: 1; max-width: 250px; width: 100%; }
.nav-wrapper { background: var(--secondery-color); padding: 15px 0; }
.nav-menu .nav-item { margin-right: 35px; text-align: center; }
.nav-menu .nav-item:last-child { margin-right: 0; }
.nav-menu .nav-link { color: #fff; font-size: 20px; letter-spacing: 1px; font-weight: bold; }
.nav-menu .nav-link.active { color: #ffd271; }
.nav-menu .nav-link:hover { color: #ffd271; }
.heador-content { font-size: 22px; text-align: center; flex: 1; }
.hamburger .bar { display: block; width: 25px; height: 3px; margin: 5px auto; background: var(--bg-white); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; }


/*=================================================================
 ====================home page banner css====================
 =================================================================*/
 section.banner-section { background: url(../images/banner-bg.png); padding: 200px 0; position: relative; z-index: 1; }
section.banner-section::after { position: absolute; content: ""; background: rgb(0 0 0 / 43%); right: 0; left: 0; top: 0; bottom: 0; margin: auto; }
.banner-heading { z-index: 2; position: relative; }
.banner-heading h1 { font-size: 54px; letter-spacing: 4px; }
h3.sec-heading { letter-spacing: 1px; }
.p-banner { right: 0; left: 0; top: 0; transition: all .04s ease 0s; opacity: .8; }
.card-wrapper .card:hover .p-banner { opacity: 1; }
.card-heading a { color: #fff; font-size: 18px; }
.subtext { font-size: 18px; line-height: 33px; letter-spacing: 1px; color: #9e0b04; font-weight:bold; }
.card-wrapper .card { border: none; transition: all 0.4s ease 0s; box-shadow: 0 0 2px rgba(0, 0, 0, 0.15); }
.card-wrapper .card:hover { z-index: 9; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); scale: 1.01; }
.card-heading {transition: all .4s ease .0s;background: var(--secondery-color);}
.card-wrapper .card:hover .card-heading { background: #000; color: #fff; }
.card-wrapper .card:hover .new-item { opacity: 1; }
.item-price li { font-size: 18px; padding: 10px; border-top: 1px solid #000; width: 100%; }

/*=================================================================
 ====================footer-css====================
 =================================================================*/
.main-footer { background: radial-gradient(#9b6526, #9f0000); }
.f_titel { font-size: 24px; letter-spacing: 2px; }
.f_link, .f-text { font-size: 18px; color: var(--white); transition: .2s; }
.payment-icon li img { border: 1px solid #f3f3f3; padding: 8px; }
.contact-details .icon-box { margin-bottom: 12px; }
.contact-details .icon-box:last-child { margin-bottom: 0; }
.icon-box img { padding-right: 10px; }
.icon-box.address img { padding-top: 10px; }
.address { line-height: 35px; display: flex; align-items: flex-start; margin-bottom: 0; }
.footer-logo { height: 170px; width: 170px; display: flex; justify-content: center; align-items: center; border: 1px solid #fff; background: #fff; border-radius: 100%; }

/*=================================================================
 ====================inner-pages-css====================
 =================================================================*/
.image-head { border: 1px solid #f1f1f1; position: relative; transition: all .4s ease 0s; }
.image-head:hover { scale: 1.1; border-color: var(--theme-color); }
.order-heading { font-size: 1.5rem; margin-bottom: 1rem; letter-spacing: 1px; }
.form-wrapper { border: 2px dashed #ccc; padding: 1rem .6rem; }
label { width: 100%; font-size: 18px; font-weight: bold; }
select.form-select, input.form-control { font-size: 18px; height: 44px; outline: none; box-shadow: none; border: 1px solid #ccc; }
select.form-select:focus, input.form-control:focus { box-shadow: unset; border-color: #ccc }
.main-item-container { height: 100%; min-height: calc(100vh - 510px); }
.quantity { width: 80px; float: left; text-align: center; }
input.form-control.submit-btn { width: auto; float: left; margin-left: 15px; background: var(--secondery-color); color: #fff; border: 1px solid var(--secondery-color); transition: .4s ease .0s; font-weight: bold; }
.item-details strong { color: #9f0000; }
input.form-control.submit-btn:hover { background: #fff; color: var(--secondery-color); }
.item-container .img-box { width: 220px; display: inline-block; }
.item-container  .item-detail { display: inline-block; width: calc(100% - 220px); }
/*=================================================================
 ====================contact-pages-css====================
 =================================================================*/
.contact-page ul { display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 25px; overflow: hidden; }
.contact-page ul li { border-radius: 10px; transition: .4s all; text-align: center; position: relative; z-index: 1; flex-flow: column; border: 1px solid var(--secondery-color); width: 23%; margin-top: 60px; background: var(--bg-white); display: flex; align-items: center; font-size: 20px; min-height: 160px; padding: 60px 15px 10px; }
.contact-page ul li span { display: block; font-size: 18px; font-weight: 600; color: #000; margin-bottom: 5px; line-height: 30px; letter-spacing: 1px; }
.contact-page ul li img.hover_img { display: none; }
.contact-page ul li:hover img.hover_img { display: block; margin: 0 auto; }
.contact-page ul li:hover img { display: none; }
.contact-page ul li a { color: #868383; }
.contact-page ul li figure { position: absolute; top: -40px; right: 0; left: 0; background: #fff; border: 1px solid var(--secondery-color); width: fit-content; margin: auto; padding: 20px; border-radius: 50%; transition: .4s ease; }
.contact-page ul li:hover figure { background: var(--secondery-color); }
.section-disclaimers { background-color: #eaeaea; }
.section-disclaimers h3 { letter-spacing: 2px; }
.section-disclaimers p { font-size: 18px; }
.section-disclaimers p:last-child { margin-bottom: 0; }

/*media query*/
@media (max-width:1199px) {
    .container { max-width: 100%; }
    .nav-menu .nav-link{ letter-spacing: normal; }
    .nav-menu .nav-item {margin-right: 20px;}
}
@media (max-width:991px) {
    section.banner-section { padding: 100px 0; }
    .banner-heading h1 { font-size: 36px; }
    .brand { max-width: 150px; }
    .mbshado.show .bg-shado { background: rgba(0, 0, 0, .6); height: 100%; width: 100%; position: absolute; top: 0; bottom: 0; z-index: 998; transition: .7s; }
    .nav-menu { position: fixed; right: -100%; top: 0px; flex-direction: column; width: 240px; border-radius: 0; transition: 0.3s; background: var(--bg-white); z-index: 999; bottom: auto; height: 100%; padding-top: 86px; }
    .nav-menu.show { right: 0px; }
    .nav-menu .nav-link { font-size: 16px; color: var(--black);}
    .nav-menu .nav-item { border-top: 1px solid #7d7f7f; width: 100%; padding: 15px 10px; text-align: left; }
    .nav-menu .nav-item:last-child { border-bottom: 1px solid #7d7f7f; margin-right: auto; }
    .hamburger { cursor: pointer; z-index: 9999; transition: 0.3s; position: relative; padding: 3px; border-radius: 4px; }
    .hamburger.show { transition: 0.3s; }
    .hamburger.show .bar { background: #000; }
    .hamburger.show .bar:nth-child(2) { opacity: 0; }
    .hamburger.show .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .hamburger.show .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
    .nav-menu .nav-link.active { color: var(--secondery-color); }
    .contact-page ul li { width: 47%; }
    .nav-wrapper { padding: 0 }
}
@media (max-width:767px) {
    h3.sec-heading{font-size: 20px;}
    .ftr-box { border-bottom: 1px solid #ffffff40; padding-bottom: 16px; }
    .contact-details .icon-box { margin-bottom: 8px; }
    .f_titel { font-size: 20px; }
    .quantity { width: 100%; float: none; }
    input.form-control.submit-btn { width: 100%; margin-left: 0; margin-top: 15px; }
}
@media (max-width:575px) {
    .contact-page ul li { width: 100%; }
}
.fade-in-left { animation: fade-in-left .5s ease; }
@keyframes fade-in-left {
    0% { opacity: 0; transform: translateX(-20px); }
    100% { opacity: 1; transform: translateX(0); }
}
.grow { animation: grow 1s ease; }
@keyframes grow {
    from { transform: scale(0); }
    to { transform: scale(1); }
}
