:root { --black: #000; --bg-black: #000; --white: #fff; --bg-white: #fff; --theme-color: #ffe77a; --secondery-color: #2C5F2DFF; --box-shado: #ccc; }
@font-face { font-family: 'Mukta'; src: url('../fonts/Mukta-Medium.eot'); src: url('../fonts/Mukta-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Mukta-Medium.woff2') format('woff2'), url('../fonts/Mukta-Medium.woff') format('woff'), url('../fonts/Mukta-Medium.ttf') format('truetype'), url('../fonts/Mukta-Medium.svg#Mukta-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Mukta'; src: url('../fonts/Mukta-Bold.eot'); src: url('../fonts/Mukta-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mukta-Bold.woff2') format('woff2'), url('../fonts/Mukta-Bold.woff') format('woff'), url('../fonts/Mukta-Bold.ttf') format('truetype'), url('../fonts/Mukta-Bold.svg#Mukta-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Mukta'; src: url('../fonts/Mukta-Light.eot'); src: url('../fonts/Mukta-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Mukta-Light.woff2') format('woff2'), url('../fonts/Mukta-Light.woff') format('woff'), url('../fonts/Mukta-Light.ttf') format('truetype'), url('../fonts/Mukta-Light.svg#Mukta-Light') format('svg'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Mukta'; src: url('../fonts/Mukta-SemiBold.eot'); src: url('../fonts/Mukta-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Mukta-SemiBold.woff2') format('woff2'), url('../fonts/Mukta-SemiBold.woff') format('woff'), url('../fonts/Mukta-SemiBold.ttf') format('truetype'), url('../fonts/Mukta-SemiBold.svg#Mukta-SemiBold') format('svg'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Mukta'; src: url('../fonts/Mukta-Regular.eot'); src: url('../fonts/Mukta-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Mukta-Regular.woff2') format('woff2'), url('../fonts/Mukta-Regular.woff') format('woff'), url('../fonts/Mukta-Regular.ttf') format('truetype'), url('../fonts/Mukta-Regular.svg#Mukta-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
* { box-sizing: border-box; }
.container { transition: .4s ease;max-width:1320px; }
body { padding: 0; margin: 0; font-size: 16px; font-family: 'Mukta'; position: relative; scroll-behavior: smooth; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
#r5 { font-size: 20px; 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(--secondery-color); }
.colored-text { color: var(--secondery-color); }
.mbshado.show { overflow: hidden; }
.header-section { background: #ffe77a5c; }
.brand { z-index: 1; }
.nav-wrapper { background: var(--secondery-color); padding: 10px 0; }
.nav-menu .nav-item { margin-right: 30px; }
.nav-menu .nav-item:last-child { margin-right: 0; }
.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); }
.heador-content { text-align: center; flex: 1; }
.heador-content h1 { font-size: 56px; }
.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; }

/*=================================================================
 ====================home page banner css====================
 =================================================================*/
.banner-section { background: url(../images/banner-bg.png); padding: 200px 0; position: relative; z-index: 1; background-size: cover; background-repeat: no-repeat; background-position: center left; }
.banner-section::after { position: absolute; content: ""; background: rgb(0 0 0 / 50%); right: 0; left: 0; top: 0; bottom: 0; margin: auto; }
.banner-heading-wrapper { z-index: 2; position: relative; background: rgba(255, 255, 255, .1); border-radius: 50px; max-width: 800px; margin: auto; padding: 50px 0; }
.banner-heading { display: block; margin-bottom: 20px; line-height: 32px; font-size: 32px; color: var(--theme-color); border-bottom: 1px solid #fff; padding-bottom: 20px; }
.banner-heading:last-child { margin-bottom: 0; }
.card-heading a { color: #fff; font-size: 18px; }
.subtext { font-size: 18px; line-height: 30px; color: var(--secondery-color); transition: .4s ease; }
.subtext a { color: #000; font-weight: bold; }
.subtext a:hover { text-decoration: underline; }
.card-wrapper .card { border: none; transition: all 0.4s ease 0s; box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);overflow:hidden; }
.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); min-height: 76px; display: flex; justify-content: center; align-items: center; }
.card-wrapper .card:hover .card-heading { background: #000; color: #fff; }
.item-price li { font-size: 18px; padding: 10px; border-top: 1px solid var(--secondery-color); }

/*=================================================================
 ====================footer-css====================
 =================================================================*/
.main-footer { background: var(--secondery-color); }
.f_titel { font-size: 24px; letter-spacing: 1px; color: var(--theme-color); }
.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-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; }
.cart-box { box-shadow: 0px 0px 3px 3px #f1f1f1; padding: 15px; margin-top: 25px; overflow: hidden; }
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; }
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; background: var(--secondery-color); color: #fff; border: 1px solid var(--secondery-color); transition: .4s ease .0s; font-weight: bold; padding: 0 20px; }
.item-details strong { color: var(--secondery-color); font-size: 18px; }
input.form-control.submit-btn:hover { background: var(--theme-color); color: var(--secondery-color); border-color: var(--theme-color); }

/*=================================================================
 ====================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(--secondery-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(--secondery-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(--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); }

/*media query*/
@media (max-width:1199px) {
    .container { max-width: 100%; }
    .banner-section { padding: 100px 0; }
    .nav-menu .nav-link { letter-spacing: normal; }
    .nav-menu .nav-item { margin-right: 18px; }
    .nav-menu .nav-link {color: #fff;font-size: 18px;}
}
@media (max-width:991px) {
    .heador-content h1 { font-size: 42px; }
    .banner-heading { font-size: 30px; line-height: 30px; }
    .brand { max-width: 50px; }
    .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: 73px; }
    .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) {
    .heador-content h1 { color: #000; font-size: 24px; }
    .banner-heading { font-size: 20px; line-height: 20px; }
    .banner-heading-wrapper { padding: 30px 0; overflow: hidden; }
    .item-price li { font-size: 16px; }
    .banner-section { padding: 30px 0; }
    .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%; }
}
@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); }
}