:root { --black: #000; --bg-black: #000; --white: #fff; --bg-white: #fff; --theme-color: #12303a; --secondery-color: #ffd700; }
@font-face { font-family: 'Proxima Nova Rg'; src: url('../fonts/ProximaNova-Bold.eot'); src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Proxima Nova Rg'; src: url('../fonts/ProximaNova-Regular.eot'); src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype'), url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Info Story'; src: url('../fonts/InfoStory.eot'); src: url('../fonts/InfoStory.eot?#iefix') format('embedded-opentype'), url('../fonts/InfoStory.woff2') format('woff2'), url('../fonts/InfoStory.woff') format('woff'), url('../fonts/InfoStory.ttf') format('truetype'), url('../fonts/InfoStory.svg#InfoStory') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
* { box-sizing: border-box; }
body { padding: 0; margin: 0; font-size: 16px; font-family: 'Proxima Nova Rg'; background: var(--bg-black); position: relative; scroll-behavior: smooth; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
.bg-theme { background: var(--bg-black); }
.product-box { background: var(--bg-white); }

/*================navbar-top-border================*/
.nav-menu .nav-link::before { content: ""; position: absolute; height: 2px; width: 0%; background: var(--secondery-color); top: -10px; opacity: 1; transition: .2s; }
.nav-menu .nav-link.active::before { width: 100%; }
.nav-menu .nav-link:hover::before { width: 100%; }

/*================responsive navbar================*/
.mbshado.show { overflow: hidden; }
.hamburger { display: none; }
.hamburger .bar { display: block; width: 25px; height: 3px; margin: 5px auto; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background: var(--bg-white); }
.nav-menu .nav-link { color: var(--white); transition: .2s; font-size: 18px; font-weight: 600; position: relative; }
.nav-menu .nav-link.active { color: var(--secondery-color); }
.nav-menu .nav-link:hover { color: var(--secondery-color); }
.nav-menu .nav-item { margin-right: 50px; }
.nav-menu .nav-item:last-child { margin-right: 0; }

/*============//responsive navbar//========*/

/*=================inner-pages=================*/
.web-banner { padding: 230px 0; position: relative; }
.banner-light { position: absolute; top: 0; left: 0; right: 0; z-index: -1; bottom: 0; text-align: center; }
.web-banner h1 { font-size: 90px; text-align: center; font-weight: bold; color: transparent; -webkit-text-stroke: 1px #fff; font-family: 'Info Story'; }
.web-banner h4 { font-size: 30px; color: var(--secondery-color); }
.web-banner p { font-size: 24px; padding-top: 20px; margin-bottom: 0; color: #ccc; text-align: center; }
.web-banner p strong { color: var(--white); }
.product-box h2 { font-size: 32px; font-family: 'Info Story'; }
.item-wrapper { padding: 20px; position: relative; overflow: hidden; background: linear-gradient(23deg, #fff, #9ac9d95e, #fff, #fff); box-shadow: 1px 1px 4px 4px #f1f1f1, -1px -1px 4px 4px #F1F1F1; -webkit-box-shadow: 1px 1px 4px 4px #f1f1f1, -1px -1px 4px 4px #f1f1f1; transition: .5s; z-index: 1; }
.item-wrapper::after { content: ""; position: absolute; background: rgba(255, 255, 255, 35%); height: 100%; width: 100%; transition: all .4s ease-out 0s; z-index: -1; bottom: 0; right: 0; left: auto; top: auto; }
.item-wrapper:hover::after { height: 0%; width: 0%; }
.img-box { width: 100%; max-width: 280px; background: rgba(0, 0, 0, 0); padding: 10px; display: flex; justify-content: center; height: fit-content; border: 1px dashed #aeaeae; border-radius: 10px; }
.image-details { width: calc(100% - 295px); margin-left: 15px; }
.inner-heading {font-size: 28px;font-family: 'Info Story';color: var(--black);}
.image-details p { font-size: 18px; margin-bottom: 10px; }
.order { padding: 10px; border: 1px dashed #aeaeae; }
.image-details .order p { font-size: 20px; margin-bottom: 0; }
.stock-out span { color: #f00; font-weight: bold; }
.image-details .supplemental-item { font-size: 22px; font-weight: bold; }
.new-item::before { left: 0; position: absolute; content: "New"; top: 0; background: #f00; color: var(--white); z-index: 1; font-weight: bold; height: 50px; width: 50px; text-align: center; border-radius: 100%; display: flex; justify-content: center; align-items: center; rotate: -45deg; }
.shipping { background: var(--theme-color); color: var(--white); }
.shipping h4 {color: var(--secondery-color);font-family: 'Info Story';font-size: 24px;}
.shipping li { border: 5px solid var(--white); padding: 10px; border-radius: 100%; height: 140px; width: 140px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; font-size: 19px; background: var(--bg-black); }
.shipping  strong { color: var(--secondery-color); }
.shipping .round-price li strong { font-size: 24px; }
.shipping p { font-size: 17px; font-style: italic; text-transform: capitalize; }
label { margin-bottom: 8px; color: var(--black); font-size: 18px; }
input { width: 100%; border: 1px solid #f1f1f1; height: 44px; padding: 5px 10px; outline: none; background: var(--bg-white); text-align: center; transition: .4s; }
select { width: 100%; border: 1px solid #f1f1f1; height: 44px; padding: 5px 10px; outline: none; background: var(--bg-white); }
.submit-btn { transition: .5s; }
.submit-btn:hover { background: var(--bg-black); border-color: var(--bg-black); color: var(--white); }
.color-selection li { padding: 15px 25px; border: 1px solid #ccc; transition: .5s; }
.color-selection li:hover { box-shadow: 0px 0px 20px 0px #000030; }
.color-selection li p { margin: 10px 0 0; }
.color-selection { gap: 10px; }

/* ===========contact-page-css===========*/
.home-page { background: var(--bg-white); }
.home-page .contact-page ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.home-page .contact-page ul li { border-radius: 10px; transition: .4s all; text-align: center; position: relative; z-index: 1; display: flex; flex-flow: column; border: 1px solid var(--black); width: 23%; padding: 15px; margin: 8px; }
.home-page .contact-page ul li:hover::after { height: 100%; width: 100%; }
.home-page .contact-page ul li::after { position: absolute; content: ""; background: var(--theme-color); width: 0; top: 0; left: 0; border-radius: 10px; margin: auto; transition: all .4s ease-out 0s; right: 0; z-index: -1; }
.home-page .contact-page ul li span { display: block; font-size: 18px; font-weight: 600; margin-bottom: 10px; color: var(--theme-color); }
.home-page .contact-page ul li:hover span { color: var(--white); }
.home-page .contact-page ul li:hover { color: var(--white); }
.home-page .contact-page ul li img.hover_img { display: none; }
.home-page .contact-page ul li:hover img.hover_img { display: block; margin: 0 auto; }
.home-page .contact-page ul li:hover img { display: none; }
.home-page .contact-page ul li a { color: var(--theme-color); }
.home-page .contact-page ul li:hover a { color: var(--white); }

/* ===========footer-css===========*/
.f_titel { font-size: 24px; color: var(--secondery-color); }
.f_link, .f-text { font-size: 16px; color: var(--white); transition: .2s; font-weight: 500; }
.payment-icon li { padding-right: 10px; }
.payment-icon li:last-child { padding-right: 0; }
.contact-details .icon-box { margin-bottom: 12px; }
.contact-details .icon-box:last-child { margin-bottom: 0; }
.contact-details .icon-box a:hover { color: var(--secondery-color); }
.icon-box img { padding-right: 10px; }
.icon-box.address img { padding-top: 10px; display: block; }
.address { line-height: 35px; display: flex; align-items: flex-start; margin-bottom: 0; }
.payment-icon li img { border: 1px solid var(--white); padding: 8px; }
.footer-logo a { padding: 10px; border: 1px solid var(--white); display: inline-block; }

/* =========//footer-css//=========*/
@media (max-width:1199px) {
    .container { width: 100%; }
    .nav-menu .nav-link { font-size: 16px; }
    .nav-menu .nav-item { margin-right: 25px; }
    .web-banner { padding: 160px 0; }
    .web-banner h1 { font-size: 72px; }
    .img-box { max-width: 220px; }
    .image-details { width: calc(100% - 230px); margin-left: 10px; }
}
@media (max-width:991px) {
    .mbshado.show .bg-shado { background: rgba(0, 0, 0, .7); height: 100%; width: 100%; position: absolute; top: 0; bottom: 0; z-index: 998; transition: .7s; }
    .header-section { overflow: hidden; z-index: 999; position: relative; }
    .nav-menu { position: fixed; height: 100%; right: -100%; top: 0; flex-direction: column; width: 240px; border-radius: 0; transition: 0.3s; background: var(--bg-white); z-index: 999; padding-top: 139px; }
    .nav-menu.show { right: 0px; }
    .nav-menu .nav-link { color: #aaa; padding: 10px; font-size: 15px; }
    .nav-menu .nav-link.active { color: var(--theme-color); }
    .nav-menu .nav-link:hover { color: var(--theme-color); }
    .nav-menu .nav-item { border-top: 1px solid var(--theme-color); width: 100%; }
    .nav-menu .nav-item:last-child { border-bottom: 1px solid var(--theme-color); }
    .hamburger { display: block; cursor: pointer; z-index: 9999; transition: 0.3s; position: relative; color: #f60c0c; padding: 3px; border-radius: 4px; }
    .hamburger.show { transition: 0.3s; }
    .hamburger.show .bar { background: var(--theme-color); }
    .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-item { margin-right: 10px; }
    .brand { max-width: 130px; }
    .home-page .contact-page ul li { width: 47%; }
    .nav-menu .nav-link::before { content: none; }
    .img-box { max-width: 180px; }
    .image-details { width: calc(100% - 190px); }
    .web-banner { padding: 120px 0; }
    .product-box h2 { font-size: 24px; }
    .inner-heading { font-size: 22px; }
    .image-details p { font-size: 16px; margin-bottom: 8px; }
}
@media (max-width:767px) {
    .web-banner h1 { font-size: 44px; }
    .web-banner h4 { font-size: 22px; } 
    .web-banner p { font-size: 18px; padding-top: 10px; }
    .home-page .contact-page ul li { width: 100%; margin: 10px 0; }
    .ftr-box { border-bottom: 1px solid var(--white); padding-bottom: 25px; }
    .image-details { width: 100%; margin-left: 0; margin-top: 15px; }
    .shipping li { font-size: 16px; padding: 10px; }
    .item-wrapper { padding: 10px; }
}
.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); }
}
.fade-in-down { animation: fade-in-down 1s ease; }
@keyframes fade-in-down {
    0% { opacity: 0; transform: translateY(-150px); }
    100% { opacity: 1; transform: translateY(0); }
}