:root { --black: #000; --bg-black: #000; --white: #fff; --bg-white: #fff; --theme-color: #12303a; --secondery-color: #0d617b; }
@font-face { font-family: 'Noto Sans'; src: url('../fonts/NotoSans.eot'); src: url('../fonts/NotoSans.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans.woff2') format('woff2'), url('../fonts/NotoSans.woff') format('woff'), url('../fonts/NotoSans.ttf') format('truetype'), url('../fonts/NotoSans.svg#NotoSans') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Noto Sans'; src: url('../fonts/NotoSans-Bold.eot'); src: url('../fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans-Bold.woff2') format('woff2'), url('../fonts/NotoSans-Bold.woff') format('woff'), url('../fonts/NotoSans-Bold.ttf') format('truetype'), url('../fonts/NotoSans-Bold.svg#NotoSans-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
* { box-sizing: border-box; }
.container { transition: .5s ease; }
body { padding: 0; margin: 0; font-size: 16px; font-family: 'Noto Sans'; position: relative; scroll-behavior: smooth; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
.header-section { background: var(--bg-black); }
.header-section::before { position: absolute; content: ""; background: var(--secondery-color); left: -35px; top: 0; z-index: 0; bottom: 0; transform: skew(-20deg); -moz-transform: skew(20deg); width: 31.31vw; }
.brand { z-index: 1; }
.main-titel { flex: 1; text-align: center; }
.main-titel h1 { color: var(--white); font-weight: bold;}
.heading { color: var(--secondery-color); font-weight: bold; font-size: 28px; }
.banner-content .welcome-text { flex: 1; padding-left: 20px; }
.binders-list { background: rgba(243, 243, 243, 0.6); }
.binders-list p { color: #000; font-size: 16px; text-align: center; border-radius: 35px; 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); }
.hp-banner { padding: 100px 0; }
.slider-wrapper { border: 1px solid #f3f3f3; text-align: center; padding: 30px 0 30px; }
.slider-wrapper .carousel-indicators { bottom: -35px; margin-bottom: 0; }
.slider-wrapper .carousel-indicators button { width: 15px; height: 15px; border-radius: 100%; }
.card-wrapper .card { box-shadow: 1px 1px 4px 6px rgb(0 0 0 /0.1); -webkit-box-shadow: 1px 1px 4px 6px rgb(0 0 0 /0.1); -moz-box-shadow: 1px 1px 4px 6px rgb(0 0 0 /0.1); border: none; }
.card-heading { background: rgb(243 243 243); }
.card-heading a { color: #000; }
.card-wrapper .card:hover .card-heading { background: var(--secondery-color); transition: .5s ease; }
.card-wrapper .card:hover .card-heading a { color: #fff; }
.product-heading { font-size: 22px; font-weight: bold; color: var(--secondery-color); }
.image-box { padding: 20px 10px; border: 1px solid #f3f3f3; display: flex; justify-content: center; align-items: center; }
.item-name { font-size: 24px; font-weight: bold; color: var(--secondery-color); }
.product-details p { margin-bottom: 8px; font-size: 16px; }
.product-details p span { font-weight: bold; }
.personalization span { color: var(--secondery-color); }
.extra-charge { color: #f00; padding: 0 5px; }
.form-wrappper { 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: 10px; }
.product-details { padding: 15px; background: rgba(243, 243, 243, 0.6); -webkit-background: rgba(243, 243, 243, 0.6); -moz-background: rgba(243, 243, 243, 0.6); }
.hover-btns { color: #000; transition: .4s ease; -webkit-transition: .4s ease; -webkit-transition: .4s ease; }
.hover-btns:hover { background: var(--secondery-color); color: #fff; }
.call-us { color: var(--secondery-color); font-weight: bold; }
.section-disclaimers { background: rgba(243, 243, 243, 0.59); }
.color_box li { width: 120px; }
.color_box li .color-selection { margin: 8px; box-shadow: 1px 1px 6px 6px rgba(255, 255, 255, 1); -moz-box-shadow: 1px 1px 6px 6px rgba(255, 255, 255, 1); -webkit-box-shadow: 1px 1px 6px 6px rgba(255, 255, 255, 1); }
.table-wrapper { overflow: auto; }
label { margin-bottom: -1px; color: var(--black); font-size: 16px; font-weight: normal; display: block; border: 1px solid #0d617b4a; padding: 5px 20px 5px 10px; margin-left: 0; border-bottom: 0; width: fit-content; border-radius: 0px 40px 0 0; }
input { width: 100%; height: 44px; padding: 5px 10px; border: 1px solid; outline: none; background: rgba(0, 0, 0, 0); transition: .4s; /*! border-radius: 25px; */ border-color: #0d617b4a; }
select { width: 100%; height: 44px; padding: 5px 10px; outline: none; border: 1px solid;  background: rgba(0, 0, 0, 0); border-color: #0d617b4a; }
.table-wrapper th, td { border: 1px solid #ccc; padding: 10px; color: #555; }
.form-wrapper { box-shadow: 0 0 5px 0 #ccc; -webkit-box-shadow: 0 0 5px 0 #ccc; border: 1px solid #ccc; }
/*================responsive navbar================*/
.mbshado.show { overflow: hidden; }
.hamburger .bar { display: block; width: 25px; height: 3px; margin: 5px auto; background: var(--bg-white); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; }
.nav-wrapper { background: var(--secondery-color); border-top: 1px solid #f3f3f378; }
.nav-menu .nav-link { color: var(--white); transition: .5s ease-out; -webkit-transition: .5s ease-out; -moz-transition: .5s ease-out; font-size: 16px; position: relative; }
.nav-menu .nav-link.active { background: #ffffff6b; }
.nav-menu .nav-link:hover { background: #ffffff42; }
/* ===========contact-page-css===========*/
.home-page .contact-page ul li { border-radius: 10px; transition: .4s all; text-align: center; position: relative; z-index: 1; display: flex; flex-flow: column; border: 1px solid var(--secondery-color); width: 23%; padding: 15px; margin: 8px; background: #fff; }
.home-page .contact-page ul li:hover::after { height: 100%; width: 100%; }
.home-page .contact-page ul li::after { position: absolute; content: ""; background: var(--secondery-color); width: 0; top: 0; left: 0; border-radius: 10px; margin: auto; transition: all .4s ease-out 0s; z-index: -1; }
.home-page .contact-page ul li span { display: block; font-size: 18px; font-weight: 600; margin-bottom: 10px; color: var(--theme-color); }
.home-page .contact-page ul li:hover span { color: var(--white); }
.home-page .contact-page ul li:hover { color: var(--white); }
.home-page .contact-page ul li img.hover_img { display: none; }
.home-page .contact-page ul li:hover img.hover_img { display: block; margin: 0 auto; }
.home-page .contact-page ul li:hover img { display: none; }
.home-page .contact-page ul li a { color: var(--theme-color); }
.home-page .contact-page ul li:hover a { color: var(--white); }
/* ===========footer-css===========*/
.main-footer { background: var(--secondery-color); }
.f_titel { font-size: 24px; }
.f_link, .f-text { font-size: 16px; color: var(--white); transition: .2s; }
.contact-details .icon-box { margin-bottom: 12px; }
.contact-details .icon-box:last-child { margin-bottom: 0; }
.contact-details .icon-box a:hover { background: #0000006e; }
.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; }
.payment-icon li img { border: 1px solid #f3f3f3; padding: 8px; }
.footer-logo { background: #fff; display: flex; justify-content: center; align-items: center; height: 150px; border-radius: 100%; width: 100%; max-width: 150px; box-shadow: 1px 1px 11px 6px rgba(0, 0, 0, 0.5); }

/* =========//footer-css//=========*/
@media (max-width:1199px) {
    .container { max-width: 100%; }
    .hp-banner { padding: 50px 0; }
    .heading { font-size: 24px; }
}
@media (max-width:991px) {
    .nav-wrapper{overflow-x:hidden;}
    .mbshado.show .bg-shado { background: rgba(0, 0, 0, .8); height: 100%; width: 100%; position: absolute; top: 0; bottom: 0; z-index: 998; transition: .7s; }
    .header-section { z-index: 1000; }
    .nav-menu { position: fixed; right: -100%; top: 88px; flex-direction: column; width: 240px; border-radius: 0; transition: 0.3s; background: #11151699; z-index: 999; bottom: auto; height: 100%; justify-content: flex-start; }
    .nav-menu.show { right: 0px; }
    .nav-menu .nav-link { padding: 10px; font-size: 15px; }
    .nav-menu .nav-item { border-top: 1px solid #7d7f7f; width: 100%; }
    .nav-menu .nav-item:last-child { border-bottom: 1px solid #7d7f7f; }
    .hamburger { 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: #fff; }
    .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::before { content: none; }
    .home-page .contact-page ul li { width: 47%; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-menu {
    top: 117px;
}  
}
@media (max-width:767px) {
    .brand { max-width: 80px; }
    .hp-banner { padding: 40px 0; }
    .table-wrapper { margin: 20px 0; }
    .ftr-box { border-bottom: 1px solid #ffffff40; padding-bottom: 25px; }
    .main-titel h1 { margin: 0 15px 0 25px; font-size: 24px; }
    .banner-content .welcome-text { padding-left: 10px; }
    .item-name { font-size: 20px; }
    .product-heading { font-size: 20px; }
}
@media (max-width:575px) {
    .home-page .contact-page ul li { width: 100%; margin: 10px 0; }
    .header-section::before { width: 38vw; }
}

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