:root { --black: #000; --bg-black: #000; --white: #fff; --bg-white: #fff; --theme-color: #116681; --secondery-color: #FFD35F; }
@font-face { font-family: 'Josefin Sans'; src: url('../fonts/JosefinSans-Bold.eot'); src: url('../fonts/JosefinSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/JosefinSans-Bold.woff2') format('woff2'), url('../fonts/JosefinSans-Bold.woff') format('woff'), url('../fonts/JosefinSans-Bold.ttf') format('truetype'), url('../fonts/JosefinSans-Bold.svg#JosefinSans-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Josefin Sans'; src: url('../fonts/JosefinSans-Medium.eot'); src: url('../fonts/JosefinSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/JosefinSans-Medium.woff2') format('woff2'), url('../fonts/JosefinSans-Medium.woff') format('woff'), url('../fonts/JosefinSans-Medium.ttf') format('truetype'), url('../fonts/JosefinSans-Medium.svg#JosefinSans-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Josefin Sans'; src: url('../fonts/JosefinSans-Regular.eot'); src: url('../fonts/JosefinSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/JosefinSans-Regular.woff2') format('woff2'), url('../fonts/JosefinSans-Regular.woff') format('woff'), url('../fonts/JosefinSans-Regular.ttf') format('truetype'), url('../fonts/JosefinSans-Regular.svg#JosefinSans-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Josefin Sans'; src: url('../fonts/JosefinSans-SemiBold.eot'); src: url('../fonts/JosefinSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/JosefinSans-SemiBold.woff2') format('woff2'), url('../fonts/JosefinSans-SemiBold.woff') format('woff'), url('../fonts/JosefinSans-SemiBold.ttf') format('truetype'), url('../fonts/JosefinSans-SemiBold.svg#JosefinSans-SemiBold') format('svg'); font-weight: 600; font-style: normal; font-display: swap; }
* { box-sizing: border-box; }
.container { transition: .4s ease; }
body { padding: 0; margin: 0; font-size: 16px; font-family: 'Josefin Sans'; position: relative; scroll-behavior: smooth; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
.new-tag { font-size: 16px; color: #fff; position: absolute; top: 4px; right: 4px; line-height: 1.8; padding-inline: 1lh; padding-bottom: .5rem; border-image: conic-gradient(#0008 0 0) 51%/.5rem; clip-path: polygon(100% calc(100% - .5rem), 100% 100%, calc(100% - .5rem) calc(100% - .5rem), .5rem calc(100% - .5rem), 0 100%, 0 calc(100% - .5rem), 999px calc(100% - .5rem - 999px), calc(100% - 999px) calc(100% - .5rem - 999px)); transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg); transform-origin: 0% 100%; background-color: var(--theme-color); }
.main-item-container { height: 100%; min-height: calc(100% - 421px); }
.mbshado.show { overflow: hidden; }
.header-section { background: #ddfff3c4; }
.brand { z-index: 1; }
.nav-wrapper { background: var(--theme-color); padding: 10px 0; }
.nav-menu .nav-item:last-child a { margin-right: 0; }
.nav-menu .nav-link { color: #fff; font-size: 18px; margin-right: 20px; }
.nav-menu .nav-link.active { color: var(--secondery-color); }
.nav-menu .nav-link:hover { color: var(--secondery-color); }
.heador-content { text-align: center; flex: 1; padding: 0 10px; }
.heador-content h1 { font-size: 42px; }
h2.hed-in { font-size: 30px; color: var(--theme-color); font-weight: bold; }
.hamburger .bar { display: block; width: 25px; height: 3px; margin: 5px auto; background: #000; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; }
h2.inner-titel { color: var(--theme-color); font-size: 24px; }
.card-select li.light_box { box-shadow: 0px 0px 5px 5px #01010121; max-width: calc(20% - 20px); padding: 20px; margin: 10px; width: 100%; text-align: center; font-size: 14px; }
.item-details h3 { font-size: 20px;}

/*=================================================================
 ====================home page banner css====================
 =================================================================*/
.card-heading { transition: all .4s ease .0s; background: var(--theme-color); display: flex; justify-content: center; align-items: center; }
.card-heading a { color: #fff; font-size: 18px; }
.subtext { font-size: 18px; line-height: 30px; color: #000; font-weight: 400; margin-bottom: 0; }
.subtext a { color: var(--theme-color); font-weight: bold; text-decoration: underline; }
.main-item-container .card {border: 1px solid transparent;transition: all 0.4s ease 0s;overflow: hidden;box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.8) 15px 18px 36px -18px inset;}
.main-item-container .card:hover {z-index: 9;box-shadow: unset;border: 1px solid #dee2e6;}
.main-item-container .card:hover .card-heading { background: #000; color: #fff; }

/*=================================================================
 ====================footer-css====================
 =================================================================*/
.main-footer { background: var(--theme-color); }
.f_titel { font-size: 24px; letter-spacing: 1px; }
.f_link, .f-text { font-size: 16px; 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(--secondery-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: 150px; width: 150px; display: flex; justify-content: center; align-items: center; border: 1px solid #fff; background: #fff; border-radius: 100%; }

/*=================================================================
 ====================inner-pages-css====================
 =================================================================*/
.image-head { background: #fff; border: 1px solid #f1f1f1; position: relative; transition: all .4s ease 0s; }
.image-head:hover { scale: 1.02; border-color: var(--theme-color); }
.order-heading { font-size: 20px; margin-bottom: 10px; color: #000; }
.form-wrapper { border: 2px dashed #ccc; padding: 1rem .6rem; }
label { width: 100%; font-size: 16px; }
select.form-select, input.form-control { font-size: 16px; height: 44px; outline: none; box-shadow: none; border: 1px solid #ccc; }
.quantity { width: 70px; float: left; text-align: center; }
select.form-select:focus, input.form-control:focus { box-shadow: unset; border-color: #ccc }
input.form-control.submit-btn {width: auto;float: left;margin-left: 10px;background: #000;color: #fff;border: 1px solid #000;transition: .4s ease;}
.item-details strong { color: var(--theme-color); }
input.form-control.submit-btn:hover { background: var(--theme-color); border-color: var(--theme-color); }
.color-box .color-plate { display: flex; flex-direction: column; margin: 10px; padding: 10px; border: 1px solid #000; text-align: center; font-size: 14px; font-weight: bold; }
.color-box .color-plate img { max-width: 60px; }

/*=================================================================
 ====================contact-pages-css====================
 =================================================================*/
.contact-page ul { display: flex; flex-wrap: wrap; justify-content: space-between; overflow: hidden; }
.contact-page ul li { border-radius: 10px; transition: .4s all; text-align: center; position: relative; z-index: 1; border: 1px solid var(--theme-color); width: 23%; margin-top: 60px; font-size: 18px; padding: 60px 15px 10px; }
.contact-page ul li span { display: block; font-size: 20px; font-weight: 600; color: var(--theme-color); margin-bottom: 5px; line-height: 30px; }
.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: #000; }
.contact-page ul li figure { position: absolute; top: -40px; right: 0; left: 0; background: #fff; border: 1px solid var(--theme-color); width: fit-content; margin: auto; padding: 20px; border-radius: 50%; transition: .4s ease; }
.contact-page ul li:hover figure { background: var(--theme-color); }

/*media query*/
@media (max-width:1199px) {
    .container { max-width: 100%; }
    .nav-menu .nav-link { font-size: 16px; margin-right: 5px; }
    .card-select li.light_box { max-width: calc(33% - 20px); padding: 5px; }
}
@media (max-width:991px) {
    .heador-content h1 { font-size: 22px; }
    .brand { max-width: 80px; }
    .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: 94px;}
    .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: 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(--theme-color); }
    .contact-page ul li { width: 47%; }
    .nav-wrapper { padding: 0 }
    h2.inner-titel { font-size: 20px; }
    .order-heading { font-size: 16px; font-weight: bold; }
}
@media (max-width:767px) {
    .ftr-box { border-bottom: 1px solid #ffffff40; padding-bottom: 16px; }
    .contact-details .icon-box { margin-bottom: 8px; }
    .quantity { width: 100%; }
    input.form-control.submit-btn { width: 100%; margin-left: 0; margin-top: 15px; }
    .owl-nav { display: none; }
    h2.hed-in { font-size: 22px; }
    .heador-content .leather-heading { font-size: 14px; }
    .item-details h3 { font-size: 18px; }
    .card-select li.light_box { max-width: calc(49% - 17px); }
    @media (max-width:575px) {
        .contact-page ul li { width: 100%; font-size: 16px; }
    }
    .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); }
    }
    .fade-in { animation: fadeIn ease 5s  infinite; -webkit-animation: fadeIn ease 5s infinite; -moz-animation: fadeIn ease 5s infinite; -o-animation: fadeIn ease 5s infinite; -ms-animation: fadeIn ease 5s infinite; }
    @keyframes fadeIn {
        0% { opacity: 0; }
        50% { opacity: .5; }
        100% { opacity: 1; }
    }
    @-moz-keyframes fadeIn {
        0% { opacity: 0; }
        100% { opacity: 1; }
    }
    @-webkit-keyframes fadeIn {
        0% { opacity: 0; }
        100% { opacity: 1; }
    }
    @-o-keyframes fadeIn {
        0% { opacity: 0; }
        100% { opacity: 1; }
    }
    @-ms-keyframes fadeIn {
        0% { opacity: 0; }
        100% { opacity: 1; }
    }
}
