:root { --black: #000; --bg-black: #000; --white: #fff; --bg-white: #fff; --theme-color: #0a7b7e; }
@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-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; }
@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; }
* { box-sizing: border-box; }
body { padding: 0; margin: 0; font-size: 16px; font-family: 'Poppins'; background: var(--bg-white); 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(--theme-color); }
.product-box { padding: 50px 0; background: #f5f5f5; }
.img-card { margin-bottom: 15px; padding: 20px 0; display: flex; align-items: center; justify-content: center; height: 100%; }
.card-details p { margin-bottom: 10px; padding-left: 10px; padding-right: 10px; }
.card-details p:last-child { margin-bottom: 0; }
.item-heading { background: var(--bg-black); padding: 14px 10px; margin-bottom: 0; transition: .5s; }
.item-heading a { color: var(--white); }
.custum-card { border: 1px solid #ccc; border-radius: 0; height: 100%; transition: .5s; }
.custum-card:hover { border-color: var(--theme-color); }
.custum-card:hover .item-heading { background-color: var(--theme-color); }
.web-name h1 { font-size: 24px; color: var(--white); text-shadow: 10px 10px 10px #000000, 10px 10px 10px #1c5b6a;}
.web-name h1 span { font-size: 16px; font-style: italic; }

/*================responsive navbar================*/
.mbshado.show { overflow: hidden; }
.header { display: flex; justify-content: space-between; align-items: center; }
.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: 17px;text-transform:uppercase; }
.nav-menu .nav-link.active { color: #ffea00; }
.nav-menu .nav-link:hover { color: #ffea00; }
.nav-menu .nav-item { margin-right: 20px; }
.nav-menu .nav-item:last-child { margin-right: 0; }
.menu-wrapper { background: var(--bg-black); }

/*============//responsive navbar//========*/
.titel-section {padding: 140px 0;background: var(--bg-white);}
.titel-section h2 {color: var(--black);font-style: italic;font-size: 24px;font-weight: bold;}
.titel-section p {font-size: 18px;line-height: 30px;color: var(--black);letter-spacing: 1px;}
.titel-section p a {color: var(--black);text-decoration: underline;text-underline-offset: 5px;font-weight: 500;}
.titel-section p a:hover {color: var(--theme-color);}

/*=================inner-pages=================*/
.color-selection li { padding: 15px; width: 15.7%; border: 1px solid #ccc; transition: .5s; }
.color-selection li:hover { border-color: var(--theme-color); box-shadow: 0px 0px 6px 0px #000030; }
.color-selection li p { font-size: 14px; margin: 10px 0 0; }
.order-now a { color: var(--black); font-size: 18px; font-weight: bold; }
.order-now span { font-size: 18px; }
.single-item { background: var(--white); padding: 20px; }
.order-item .item-img { width: 100%; max-width: 250px; text-align: center; }
.main-item { width: calc(100% - 250px); }
.main-item p { margin-bottom: 10px; }
.order-item .item-img a { border: 1px solid transparent; padding: 15px; display: inline-block; }
.single-item:hover .order-item .item-img a { border-color: #ccc; }
.color-selection { gap: 10px; }
.color-name li { width: 100%; max-width: 125px; }
.inner-products .card.custum-card .img-card { padding: 10px; }
.inner-products .card.custum-card p { margin-bottom: 8px; }
.single-item .main-item h2 { font-size: 24px; font-weight: bold; }
.sub-item {padding: 20px;border: 1px solid #ccc;margin-bottom: 20px;}

/* ===========contact-page-css===========*/
.contact-page ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.contact-page ul li {color: var(--theme-color);border-radius: 10px;transition: .4s all;text-align: center;position: relative;display: flex;flex-flow: column;border: 1px solid #ccc;width: 23%;padding: 15px;margin: 8px;z-index: 1;background: #fff;}
.contact-page ul li:hover::after { height: 100%; width: 100%; }
.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;}
.contact-page ul li span { display: block; font-size: 18px; font-weight: 600; margin-bottom: 10px; color: var(--theme-color); }
.contact-page ul li:hover span {color: var(--white);}
.contact-page ul li:hover {color: var(--white);border-color: var(--theme-color);}
.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: var(--theme-color); }
.contact-page ul li:hover a { color: var(--white); }
.home-page { background: #f5f5f5;}

/* ===========footer-css===========*/
.f_titel {font-size: 24px;color: #ffea00;margin-bottom: 20px;font-weight: bold;}
.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: #ffea00; }
.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) {
    .nav-menu .nav-item {margin-right: 15px;}
    .nav-menu .nav-link{font-size: 14px;}
    .titel-section { padding: 50px 0; }
    .container {max-width: 100%;}
}
@media (max-width:991px) {
    .menu-wrapper {overflow-x: hidden;}
    .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: 82px; }
    .nav-menu.show { right: 0px; }
    .nav-menu .nav-link { color: #000; 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); }
    .nav-menu .nav-item:last-child { }
    .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: 150px; }
    .contact-page ul li { width: 47%; }
    .titel-section h2 { font-size: 22px; }
    .titel-section p { font-size: 16px; }
    .color-selection li { width: 18.7%; padding: 10px; }
    .color-selection.color-name li { width: 110px; padding: 10px; }
    .single-item .main-item h2 { font-size: 20px; }
}
@media (max-width:767px) {
    .titel-section p { font-size: 16px; line-height: 28px; }
    .f_titel { margin-bottom: 10px; }
    .contact-page ul li { width: 100%; margin: 10px 0; }
    .book-appoitment { padding: 0 50px; }
    .titel-section { padding: 30px 0; }
    .product-box { padding: 30px 0; }
    .color-selection li { width: calc(33.33% - 10px); }
    .order-item { flex-flow: column; }
    .order-item .item-img { max-width: inherit; }
    .color-selection.color-name li { width: 110px; padding: 10px; }
    .single-item .main-item h2 { font-size: 20px; }
    .main-item { width: 100%; }
    .ftr-box { border-bottom: 1px solid #fff; padding-bottom: 25px; }
    .web-name h1 {padding: 0 15px;}
}