:root { --black: #000; --bg-black: #000; --white: #fff; --bg-white: #fff; --theme-color: #fece6c; --secondery-color: #477e97; }
@font-face { font-family: 'Aleo'; src: url('../fonts/Aleo-Regular.eot'); src: url('../fonts/Aleo-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Aleo-Regular.woff2') format('woff2'), url('../fonts/Aleo-Regular.woff') format('woff'), url('../fonts/Aleo-Regular.ttf') format('truetype'), url('../fonts/Aleo-Regular.svg#Aleo-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Aladin'; src: url('../fonts/Aladin-Regular.eot'); src: url('../fonts/Aladin-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Aladin-Regular.woff2') format('woff2'), url('../fonts/Aladin-Regular.woff') format('woff'), url('../fonts/Aladin-Regular.ttf') format('truetype'), url('../fonts/Aladin-Regular.svg#Aladin-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: 16px; font-family: 'Aleo'; position: relative; scroll-behavior: smooth; }
h1, h2, h3, h4, h5, h6 { font-family: 'Aladin'; letter-spacing: 2px; }
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-color: var(--secondery-color); }
.brand { z-index: 1; }
.nav-menu .nav-item { margin-right: 16px; }
.nav-menu .nav-item:last-child { margin-right: 0; }
.hamburger .bar { display: block; width: 25px; height: 3px; margin: 5px auto; background: var(--theme-color); 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: #fff; font-size: 20px; letter-spacing: 1px; }
.nav-menu .nav-link.active { color: var(--theme-color); }
.nav-menu .nav-link:hover { color: var(--theme-color); }

/*=================================================================
 ====================home page banner css====================
 =================================================================*/
.lether-bg { background: url(../images/banner-bg-1.png) no-repeat center center; position: relative; background-size: cover; padding: 200px 0; }
.lether-bg::after { content: ""; position: absolute; background: rgb(45 34 32 / 65%); right: 0; left: 0; top: 0; bottom: 0; margin: auto; }
.lether-bg .banner-content { position: relative; z-index: 1; }
.heading { font-size: 72px; position: relative; color: #fff; letter-spacing: 6px; }
.heading span.colored-text { color: var(--theme-color); }
.pramonational-item li { width: 260px; position: relative; padding: 10px 10px 10px 40px; background: var(--theme-color); margin-right: 30px; border-radius: 0 30px 30px 0px; transition: all .4s ease 0s; }
.pramonational-item li:last-child { margin-right: 0; }
.pramonational-item li span { z-index: 1; position: relative; font-size: 18px; }
.pramonational-item li::after { content: ""; position: absolute; height: 100%; width: 20px; background: #fff; left: 0; top: 0; bottom: 0; }
.pramonational-item li:hover::after { width: 100%; border-radius: 0 30px 30px 0; transition: width .4s ease 0s; }

.subtext { font-size: 24px; line-height: 30px; letter-spacing: 1px; }
.subtext a { color: var(--secondery-color); }
.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.05; }
.card-heading { background: #000; transition: all .4s ease .0s; color: #fff; }
.card-wrapper .card:hover .card-heading { background: var(--theme-color); color: #000; }
.card-wrapper .card:hover .not-avaible { opacity: 1; }
.card-wrapper .card:hover .new-item { opacity: 1; }
.item-price li { font-size: 16px; padding: 5px 5px; border-top: 1px solid #000; width: 100%; }
.not-avaible { background: #f00; color: #fff; top: 0; right: 0; left: 0; padding: 10px; opacity: .4; transition: all 0.4s ease 0s; font-size: 14px; }





/*=================================================================
 ====================footer-css====================
 =================================================================*/
.main-footer { background: var(--secondery-color); }
.f_titel { font-size: 32px; }
.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; }
.contact-details .icon-box a:hover { color: var(--theme-color); }
.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: 1px solid var(--theme-color); }
.product-details { padding: 15px; background: #f1f1f1a3; }
.product-details .sub-title { margin-bottom: 10px; font-size: 16px; font-weight: bold; }
.feature-list li p { font-size: 18px; }
.order-heading { font-size: 20px; margin-bottom: 1rem; display: block; color: var(--secondery-color); }

.product-details h2.item-title { margin-bottom: 15px; font-size: 32px; }
.product-details p span { font-weight: normal; color: #000; }
.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; }
.product-details h5 { font-size: 18px; margin-bottom: 15px; font-weight: bold; }
label { width: 100%; font-size: 16px; }


.checkout { display: flex; flex-wrap: wrap; justify-content: space-between; }
.checkout  .add-cart { width: 72%; }
.checkout .add-cart:hover { background: var(--theme-color); transition: all .4s ease .0s; border-color: var(--theme-color); }
.checkout .item-quentity { width: 25%; text-align: center; }
select.form-select, input.form-control { font-size: 16px; 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 }

/*=================================================================
 ====================contact-pages-css====================
 =================================================================*/
.contact-info { background-color: #fefefe; background-image: radial-gradient(var(--secondery-color) 1.2px, #fefefe 1.2px); background-size: 20px 20px; }
.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: 30px 8px; 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 p { font-size: 18px; margin-bottom: 10px; }

/*media query*/
@media (max-width:1199px) {
    .container { max-width: 100%; }
    .lether-bg { padding: 100px 0; }
    .nav-menu .nav-item { margin-right: 8px; }


@media (max-width:991px) {
    .lether-bg { padding: 60px 0; }
    .contact-page ul li { width: 47%; }
    .heading { font-size: 54px; }
    .lether-bg .banner-content { max-width: 100%; }
    .pramonational-item li { width: 240px; padding: 10px 10px 10px 35px; margin-right: 10px; }

@media (max-width:767px) {
    .brand { max-width: 120px; }
    .mbshado.show .bg-shado { background: rgba(0, 0, 0, .4); 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; }
    .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: 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-link.active { color: var(--secondery-color); }
    .pramonational-item li { width: 100%; margin-right: 0; margin-bottom: 15px; }
    .lether-bg { padding: 30px 0; }
    .product-details h2.item-title { font-size: 26px; }
    .heading { font-size: 28px; }
    .ftr-box { border-bottom: 1px solid #ffffff40; padding-bottom: 16px; }
    .contact-details .icon-box { margin-bottom: 8px; }
    .f_titel { font-size: 24px; }

}
@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); }
}






