:root { --black: #000; --bg-black: #000; --white: #fff; --bg-white: #fff; --theme-color: #d76d3c; --secondery-color: #620404; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Bold.eot'); src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Medium.eot'); src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Black.eot'); src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Black.woff2') format('woff2'), url('../fonts/Poppins-Black.woff') format('woff'), url('../fonts/Poppins-Black.ttf') format('truetype'), url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-ExtraBold.eot'); src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-SemiBold.eot'); src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Regular.eot'); src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
* { box-sizing: border-box; }
.container { transition: .5s ease; }
body { padding: 0; margin: 0; font-size: 16px; font-family: 'Poppins'; position: relative; scroll-behavior: smooth; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
.bg-lether { background-image: url("../images/lether-bg.png"); background-position: center; z-index: 1; }
.bg-lether::before { content: ""; position: absolute; background: rgba(0, 0, 0, 40%); top: 0; bottom: 0; right: 0; left: 0; }
.brand { z-index: 1; max-width: 160px; width: 100%; }
.switcher-wrapper { margin-top: 50px; }
.switcher-wrapper .item-switch { scale: .95; transition: 0.5s ease; }
.switcher-wrapper .item-switch:hover { scale: 1; }
.hp-banner { margin-top: 50px; }
.card-wrapper { margin-top: 50px; }
.heading { font-weight: bold; font-size: 32px; z-index: 2; position: relative; color: var(--secondery-color); text-align: center; }
.hp-banner .banner-content figure { padding: 10px; border-radius: 4px; box-shadow: 0 0 6px 0 #ccc; width: 115px; margin: 0 auto 25px; }
.hp-banner .banner-content .welcome-text { color: var(--black); font-size: 16px; line-height: 28px; margin-bottom: 0; text-align: center; }
.product-details h4.item-title { color: #6d0919; margin-bottom: 15px; }
.product-details h4.color-heading { font-size: 20px; font-weight: 600; display: inline-block; width: 100%; margin: 0 0 20px; }
.product-details h5 { font-size: 18px; margin-bottom: 15px; }
.small-parts-wrapper li .small-form span { display: block; width: 100%; margin-bottom: 5px; }
.small-form input.hover-btns { margin-left: 10px; }
.hp-banner .banner-content { font-size: 18px; position: relative; z-index: 1; }
.hp-banner .banner-content p { color: var(--white); }
.card-wrapper .card { box-shadow: 1px 1px 4px 6px rgb(0 0 0 /0.1); -webkit-box-shadow: 1px 1px 4px 6px rgb(0 0 0 /0.1); -moz-box-shadow: 1px 1px 4px 6px rgb(0 0 0 /0.1); border: none; }
.card-wrapper .card:hover { scale: 1.05; z-index: 9; position: relative; transition: .5s ease; }
.image-head { border: 1px solid #f1f1f1; position: relative; }
.card-heading { background: #eb8a86; transition: .5s ease; }
.card-heading a { color: #fff; }
.card-wrapper .card:hover .card-heading { background: #ca7474; transition: .4s ease; }
.sold-out { color: #fff; position: absolute; background: #f00; width: 100%; padding: 10px 0; bottom: 0; }
.color-selection { gap: 10px; }
.color-selection li p { font-size: 14px; }
.color-selection li { padding: 15px; width: 19%; border: 1px solid #f1f1f1; background: #fff; transition: all 0.4s; }
.color-selection li:hover { border-color: #6d0919; }
.product-details .personalize { color: #f00; }
.feature-list li p { color: #656565; }
.feature-list li { list-style-type: disclosure-closed; }
.feature-list li::marker {color: #656565;}
.product-details { padding: 15px; background: #f1f1f1a3; }
.product-details p.sub-title { margin-bottom: 8px; font-size: 16px; font-weight: bold; }
.product-details p span { font-weight: normal; color: #656565; }
.small-parts { border-right: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; width: 50%; }
.small-form input { border: 1px solid #eb8a86; outline: none; box-shadow: none; padding: 5px 10px; width: 100px; }
.form-wrapper { box-shadow: 1px 1px 6px 6px rgba(255, 255, 255, 1); -webkit-box-shadow: 1px 1px 6px 6px rgba(255, 255, 255, 1); -moz-box-shadow: 1px 1px 6px 6px rgba(255, 255, 255, 1); padding: 20px 15px 20px 15px; }
.form-wrapper input { width: 100%; height: 44px; padding: 5px 15px; border: 1px solid; outline: none; transition: .4s; border-color: #f1f1f1; border-radius: 4px; }
.hover-btns { color: var(--black); transition: .4s ease; -webkit-transition: .4s ease; -webkit-transition: .4s ease; background: #eb8a86; color: #fff; }
.hover-btns:hover { background: #ca7474; color: var(--white); border-color: #ca7474; }
label { margin-bottom: -1px; color: var(--black); font-size: 15px; font-weight: normal; display: block; padding: 5px 20px 5px 10px; margin-left: 0; }
select { width: 100%; height: 44px; padding: 5px 15px; outline: none; border: 1px solid; border-color: #f1f1f1; border-radius: 4px; }
.nexted-heading { font-size: 17px; font-weight: normal; font-style: italic; color: #6d0919; }

/*================responsive navbar================*/
.mbshado.show { overflow: hidden; }
.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; }
.nav-menu .nav-link { color: var(--white); transition: .5s ease-out; -webkit-transition: .2s ease-out; -moz-transition: .5s ease-out; font-size: 18px; position: relative; font-weight: 600; }
.nav-menu .nav-link.active { color: #ffdd00; }
.nav-menu .nav-link:hover { color: #ffdd00; }

/* ===========contact-page-css===========*/
.home-page .contact-page ul { display: flex; flex-wrap: wrap; justify-content: space-between; padding-top:20px; overflow:hidden; }
.home-page .contact-page ul li { border-radius: 10px; transition: .4s all; text-align: center; position: relative; z-index: 1; flex-flow: column; border: 1px solid #a62400; width: 23%; margin: 30px 8px; background: var(--bg-white); display: flex; align-items: center; font-size: 16px; min-height: 160px; padding: 60px 15px 10px; color: #868383; }
.home-page .contact-page ul li span { display: block; font-size: 20px; font-weight: 600; color: #12303a; margin-bottom: 5px; line-height: 26px; }
.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: #868383; }
.home-page .contact-page ul li figure { position: absolute; top: -40px; right: 0; left: 0; background: #fff; border: 1px solid #a62400; width: fit-content; margin: auto; padding: 20px; border-radius: 50%; transition: .4s ease; }
.home-page .contact-page ul li:hover figure { background: #a62400; }
.disclaimer h4 { color: var(--theme-color); text-transform: uppercase; }

/* ===========footer-css===========*/
.f_titel { font-size: 24px; }
.f_link, .f-text { font-size: 16px; color: var(--white); transition: .2s; }
.contact-details .icon-box { margin-bottom: 12px; }
.contact-details .icon-box:last-child { margin-bottom: 0; }
.contact-details .icon-box a:hover { color: #d04e36; background: #fff; }
.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; }
.payment-icon li img { border: 1px solid #f3f3f3; padding: 8px; }
.footer-logo { background: var(--bg-white); display: flex; justify-content: center; align-items: center; height: 150px; border-radius: 100%; width: 100%; max-width: 150px; box-shadow: 1px 1px 11px 6px rgba(0, 0, 0, 0.5); }

/* =========//footer-css//=========*/

/*media query*/
@media (max-width:1199px) {
    .container { max-width: 100%; }
    .small-form input { width: 77px; }
    .color-selection li { width: 23.7%; }
}
@media (max-width:991px) {
    .home-page .contact-page ul li { width: 47%; }
    .heading { font-size: 24px; }
    .small-parts { flex-direction: column; }
    .small-parts .light_box { min-height: 110px; height: 100%; }
    .small-parts .part-detail { margin-top: 10px; }
    .color-selection li { width: 31.8%; }
}
@media (max-width:767px) {
    .brand { max-width: 125px; }
    .mbshado.show .bg-shado { background: rgba(0, 0, 0, .8); height: 100%; width: 100%; position: absolute; top: 0; bottom: 0; z-index: 998; transition: .7s; }
    .header-section { z-index: 999; }
    .nav-menu { position: fixed; right: -100%; top: 100px; flex-direction: column; width: 240px; border-radius: 0; transition: 0.3s; background: var(--bg-white); z-index: 999; bottom: auto; height: 100%; }
    .nav-menu.show { right: 0px; }
    .nav-menu .nav-link.active { color: #620605; }
    .nav-menu .nav-link { font-size: 15px; color: var(--black); }
    .nav-menu .nav-item { border-bottom: 1px solid #7d7f7f; width: 100%; padding: 15px; }
    .nav-menu .nav-item:last-child { border-bottom: 1px solid #7d7f7f; }
    .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: #ffffff; }
    .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); }
    .ftr-box { border-bottom: 1px solid #ffffff40; padding-bottom: 25px; }
    .color-selection li { width: 48%; }
}
@media (max-width:575px) {
    .home-page .contact-page ul li { width: 100%; }
    .small-parts { 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); }
}