:root { --black: #000; --bg-black: #000; --white: #fff; --bg-white: #fff; --secondery-color: #ffd700; --theme-color: #35304c;}
@font-face { font-family: 'Merriweather'; src: url('../fonts/Merriweather-Bold.woff2') format('woff2'), url('../fonts/Merriweather-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Merriweather'; src: url('../fonts/Merriweather-Light.woff2') format('woff2'), url('../fonts/Merriweather-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Merriweather'; src: url('../fonts/Merriweather-Black.woff2') format('woff2'), url('../fonts/Merriweather-Black.woff') format('woff'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Merriweather'; src: url('../fonts/Merriweather-Regular.woff2') format('woff2'), url('../fonts/Merriweather-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
* { box-sizing: border-box; }
body { padding: 0; margin: 0; font-size: 16px; font-family: 'Merriweather'; 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; }
.mbshado.show { overflow: hidden; }
.bg-theme { background: var(--theme-color);}

/*================responsive navbar================*/
.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: 18px; }
.nav-menu .nav-link.active { color: var(--secondery-color); }
.nav-menu .nav-link:hover { color: var(--secondery-color); }
.nav-menu .nav-item { margin-right: 20px; }
.nav-menu .nav-item:last-child { margin-right: 0; }
/*============//responsive navbar//========*/

/*============home page========*/
.titel-section{background: var(--bg-black);position: relative; background-image: url("../images/clouds.png");background-repeat: no-repeat;background-position: bottom; background-size: inherit;}
.titel-section h1 span {font-size: 24px;color: var(--secondery-color);font-weight: bold;line-height: 36px;letter-spacing: 1px;}
.titel-section p {font-size: 18px;line-height: 30px;color: var(--white);letter-spacing: 1px;}
.item-box { scale: 1; transition: .4s; }
.item-box:hover { scale: 1.02; border-color: var(--theme-color); }
.item-box .img-box { border-bottom: 2px solid #ccc; display: flex; align-items: center; justify-content: center; height: 260px; }
.item-titel { color: var(--theme-color); }
.shipping {background: var(--bg-black);color: var(--white);}
.shipping h4 { color: var(--secondery-color); }
.shipping li { margin: 0px 10px; border: 1px solid var(--white); padding: 10px 20px; font-size: 18px; color: var(--white); }
.shipping  strong { color: var(--secondery-color); }
/*============////home page////========*/


/*=================inner-page=================*/
.inner-page { background: #f5f5f5; padding: 13px; border:2px dashed #ccc; }
.inner-page h2 { color: var(--theme-color); font-weight: bold; }
.color-image li{text-align: center;}
.box .item-img {height: auto;display: flex;align-items: center;justify-content: center;border: 4px solid #eee;padding: 30px 0;}
.box:hover .view-details a { background: #e90909; }
.product-code { margin-bottom: 10px; font-size: 18px; }
.itemprice-amount { color: var(--theme-color); font-size: 18px; margin-bottom: 10px; font-weight: bold; }
.itemprice-amount span { padding-left: 10px; font-weight: normal; color: var(--black); }
.inner-page p {  line-height: 30px;}
.inner-page p strong { color: var(--theme-color); font-size: 18px;}
.form-group { margin-bottom: 15px; }
.headertitle { color: var(--theme-color); font-size: 20px; padding-bottom: 10px; font-weight: bold; }
.inner-page h5 { font-size: 18px; color: var(--black); margin-bottom: 15px; }
form { background: var(--bg-white); margin-bottom: 20px; padding: 15px; }
form:last-child { margin-bottom: 0; }
label { margin-bottom: 8px; color: var(--black); }
select { width: 100%; border: 1px solid var(--bg-black); height: 44px; padding: 5px 10px; outline: none; background: var(--bg-white);}
input { width: 100%; border: 1px solid var(--bg-black); height: 44px; padding: 5px 10px; outline: none; }
input.submit_btn { width: auto; padding: 9px 35px; border-color: var(--bg-black); transition: .3s; background: var(--bg-white);}
input.submit_btn:hover { background: var(--theme-color); color: var(--white); }

/* ===========contact-page-css===========*/
.contact-page ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.contact-page ul li { border-radius: 10px; transition: .4s all; text-align: center; position: relative; display: flex; flex-flow: column; border: 1px solid var(--black); width: 23%; padding: 15px; margin: 8px; }
.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); }
.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); }

/* ===========footer-css===========*/
.f_titel { font-size: 24px; color: var(--secondery-color); 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; }
.payment-icon li img { border: 1px solid var(--white); padding: 8px; }
.contact-details .icon-box { margin-bottom: 10px; float: left; }
.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; padding-bottom: 10px; float: left; }
.icon-box.address img { padding-top: 4px;}
.address { line-height: 35px; display: flex; align-items: flex-start; margin-bottom: 0; }
.footer-logo a { padding: 10px; border: 1px solid var(--white);display: inline-block; }

/* =========//footer-css//=========*/
@media (max-width:1199px) {
.container {
    max-width: 100%;
}
}
@media (max-width:991px) {
    .nav-menu .nav-link { font-size: 15px; }
    .nav-menu .nav-item { margin-right: 10px; }
    .brand { max-width: 150px; }
    .contact-page ul li { width: 47%; }
}
@media (max-width:767px) {
    .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: 87px;}
    .nav-menu.show { right: 0px; }
    .nav-menu .nav-link { color: #888; padding: 10px; }
    .nav-menu .nav-link.active { color: var(--black); }
    .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); }
    .hamburger { display: block; cursor: pointer; z-index: 9999; transition: 0.3s; position: relative; color: var(--white); padding: 3px; border-radius: 4px; }
    .hamburger.show { background: var(--bg-white); 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); }
    .titel-section h1 span{font-size: 20px; line-height: 30px;}
    .titel-section p{font-size: 16px; line-height: 26px;}
    .item-details p {margin-bottom: 10px;}
    .item-box .img-box {height: auto; padding: 20px 0;}
    .box .item-img { height: auto; padding: 20px 0;}
    .contact-page ul li { width: 100%; margin: 10px 0; }
    .shipping h4 {font-size: 18px;}
    .f_titel { margin-bottom: 5px; }
    .shipping li { font-size: 16px; padding: 10px; }
    .f_link, .f-text {font-size: 14px;}
}
@media (max-width:479px) {
    input.submit_btn { padding: 9px 12px; font-size: 15px; }
}

