:root { --black: #000; --bg-black: #000; --white: #fff; --bg-white: #fff; --theme-color: #046B8A; --secondery-color: #ffc9a2; }
@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-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;
}
@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;
}
* { box-sizing: border-box; }
.container { transition: .4s ease; max-width: 1320px; }
h1, h2, h3, h4, h5, h6 {letter-spacing: 1px;color: #000;}
body { padding: 0; margin: 0; font-size: 16px;font-family: 'Poppins'; position: relative; scroll-behavior: smooth;color:#000; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
.coad-head a { font-size: 18px; }
.dual-logo { border-radius: 20px; width: 100%; height: 100%; background: #fff; justify-content: space-around; align-items: center; max-width: 280px; padding: 10px; }
.link-section {background: linear-gradient(45deg, #2b6267, #b29898);}

/* ====================heador css====================*/
.mbshado.show { overflow: hidden; }
header.header-section {
    background: url(../images/journal_notebook.jpg);
    background-size: cover;
    height: 850px;
    background-repeat: no-repeat;
    background-position: center;
}
.header-bg {
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
}
header.header-section.page-header {
    color: #fff;
    font-weight: 600;
}
header.header-section .header-custom {
    align-items: center;
    padding: 40px 0;
}
.brand {
    width: 15%;
}
.nav-wrapper nav.navbar ul.nav-menu {
    justify-content: flex-end;
    width: 100%;
}
.nav-wrapper ul li {
    margin-right: 70px;
    font-size: 18px;
    text-transform: uppercase;
}
.nav-wrapper ul li:last-child {
    margin-right: 0;
}
.nav-menu .nav-item a {
    padding:8px 4px;
    font-weight: 600;
    text-decoration: none;
    background: none;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    display: block;
}
.nav-menu .nav-item a::after {
    position: absolute;
    border-top: 2px solid #58fb08;
    top: 0;
    left: -100%;
    content: "";
    transition: all 0.4s cubic-bezier(.08, .82, .17, 1);
    width: 100%;
}
.nav-menu .nav-item a span {
    position: relative;
    z-index: 1;
}
.nav-menu .nav-item.active a {
    border-top: 2px solid  #58fb08;
    color: #58fb08;
}
.nav-menu .nav-item:hover a::after {
    left: 0;
    border-color: #58fb08;
}
.nav-menu .nav-item.active:hover a::after{
    border-top: none;
}
.nav-menu .nav-item a:hover {
    color: #58fb08;
    border-color: #58fb08;
}
.nav-menu .nav-item a span {
    position: relative;
    z-index: 1;
}
.hamburger .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-tranzsition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.link-sign { text-align: center; width: calc(25% - 30px); background: linear-gradient(45deg, #2b6267, #000000); margin: 15px; height: 80px; border-radius: 10px; box-shadow: 3px 3px 3px 3px #f1f1f10a; }
.link-sign a {color: #fff;font-size: 22px;height: 100%;width: 100%;display: flex;justify-content: center;align-items: center;border-radius: 10px; !I; !; }
.link-sign:hover { background: linear-gradient(45deg, #000000, #2b6267); }

/* ====================home page banner css====================*/
.box-content {
    max-width: 952px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.1);
    padding: 100px 15px;
    border-radius: 6px;
}
.box-content p {
    color: #fff;
    line-height: 35px;
    font-size: 18px;
    font-weight: normal;
}
.box-content ul li.phone {
    font-weight: normal;
    letter-spacing: 1px;
}
.box-content ul li.phone img {
    margin-right: 9px;
    padding: 6px;
    border-radius: 4px;
    max-width: 37px;
    background: #58fb08;
}
ul.start span {
    color: #58fb08;
}
.main-item-container {
    background: #f6f7fd;
}
.main-item-container h1 {
    font-size: 35px;
    font-weight: 600;
}
h1.headerinfo.mb-4 {
    color: #58fb08;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    line-height: normal;
    text-shadow: 1px 1px 1px #000;
}
.main-item-container  h2 {
    color: #45c308;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
    font-size: 32px;
    margin-bottom: 15px;
}

.main-item-container  a {
    color: #000;
    text-decoration: underline;
}
.right-section  p {
    color: #656565;
    line-height: 29px;
}
.right-section p strong {
    color: #000;
}
.right-section p.item-nem {
    color: #1d1150;
    font-weight: 600;
}
.right-section p.price {
    color: #000;
    font-weight: 600;
}
.right-section p u {
    color: #000;
    font-weight: 600;
}
.right-section p.ordering {
    color: #2f7c09;
}
.box {
    transition: all 0.4s;
    background: #f2f2f2;
    padding-bottom: 20px;
    border-radius: 15px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px 0 #ccc;
}
.box:hover{
    border-color: #2f7c09;
    box-shadow: 0 0 10px 0  #2f7c09;
}
.box:hover .card-details {
    border-color: #2f7c09;
}
.card-details h5 a {
    display: block;
    line-height: normal;
    padding: 0 10px;
    text-shadow: 1px 1px 1px #000;
    font-weight: normal;
    color: #3ea50c;
    text-decoration: none;
}

.card-details {
    border-top: 3px dashed #3ea50c;
    padding: 10px 0px 0;
    transition: all 0.4s;
    position: relative;
}
.box:hover .card-details h5 a {
    color: #2f7c09;
}
.card-details h5 {
    font-size: 18px;
}

p.price {
    font-weight: 600;
    text-transform: uppercase;
    color: #2f7c09;
}
.figure-box {
    height: 300px;
    background: #fff;
    border-radius: 15px 15px 0 0;
}
.main-item-container  span {
    color: #2f7c09;
}
.box img {
    transition: all 0.4s;
}
.box:hover img {
    transform: scale(1.1);
}
.text-bottom {
    background: #2f7c09;
    padding: 55px 0;
}
.text-bottom p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.text-bottom .usapad-logo {
    flex: 0 0 12%;
    max-width: 12%;
    background: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
}
.section-category .box {
    box-shadow: 0 0 10px 0 #ccc;
    padding-bottom: 0;
}
.section-category h5 {
    border: 1px solid #ccc;
    padding: 14px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    border-radius: 0 0 12px 12px;
    border-bottom: none;
}
.section-category:hover h5 {
    background: #2f7c09;
    border-color: #2f7c09;
    color: #fff;
}

/* ====================inner-pages-css====================*/
.main-item-container .col-12 p strong {
    color: #fb4e02;
}
.section-category .figure-box {
    min-height: 300px;
    height: 100%;
}
.right-section h5 {
    font-size: 20px;
    color: #2f7c09;
    margin-bottom: 15px;
    font-weight: 600;
}
section.main-item-container.inner-page ul li {
    width: 48%;
}
form {
    border-bottom: 1px dashed #2f7c09;
    padding: 20px;
    background: #e6e7e6;
    margin-top: 25px;
}
form .form-group .form-control {
    height: 45px;
    box-shadow: none;
    border-radius: 0;
}
.main-item-container form span {
    color: #2f7c09;
}
form .form-control {
    height: 47px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
select.form-control {
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 96%;
}
form  input.form-control.quantity {
    float: left;
    width: 140px;
    text-align: center;
}
form  input.btn {
    background: #fff;
    color: #2f7c09;
    padding: 11px 25px;
    margin-left: 10px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    border-radius: 4px;
    border: 1px solid #2f7c09;
    font-weight: 600;
}
form input.btn:hover {
    background: #2f7c09;
    color: #fff;
    border-color: #2f7c09;
}

.right-section  h3 {
    font-size: 25px;
    margin-bottom: 15px;
    color: #2f7c09;
}
.product-price td.top-text {
    background: #1d1150;
    color: #fff;
}
table {
    width: 100%;
}
table tr td{
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    text-align: center;
}
table td.top-table {
    background: #20420f;
    color: #fff;
}
.right-section  ul li {
    background: #fff;
    text-align: center;
    padding: 10px;
    width: 13.4%;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 #ccc;
    border: 1px solid #ccc;
    padding-bottom: 0;
    margin-bottom: 10px;
}
/* ====================contact-pages-css====================*/
.contact-page ul { display: flex; flex-wrap: wrap; justify-content: space-between; overflow: hidden; }
.contact-page ul li {
    border-radius: 0 0 10px 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    border: 1px solid #000;
    margin-top: 60px;
    font-size: 18px;
    width: 48%;
    padding: 60px 15px 20px;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.contact-page ul li:hover {
    border-color: #2f7c09;
}
.contact-page ul li span {
    display: block;
    font-size: 24px;
    color: #2f7c09;
    margin-bottom: 5px;
    line-height: 30px;
    font-weight: 600;
}
.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: #2f7c09;
    display: block;
    word-break: break-word;
}
.contact-page ul li:hover a{
    color: #2f7c09;
}
.contact-page ul li figure { position: absolute; top: -40px; right: 0; left: 0; background: #fff; border: 1px solid #000; width: fit-content; margin: auto; padding: 20px; border-radius: 50%; transition: .4s ease; }
.contact-page ul li:hover figure { background: #2f7c09;border-color:#2f7c09 }
/* ====================footer-css====================*/
.main-footer {
    background: #fff;
    color: #fb4e02;
}
.f_titel {
    font-size: 24px;
    color: #2b7407;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
}
h2.f_titel:after {
    background:  #2b7407;
    content: "";
    position: absolute;
    bottom: 7px;
    height: 3px;
    max-width: 120px;
    width: 100%;
    margin-left: 2px;
}
.f_link, .f-text { font-size: 16px;color: #000; transition: .2s; }
.payment-icon li {
    border: 1px solid #1d1150;
    padding: 6px;
}
.contact-details .icon-box { margin-bottom: 12px; }
.contact-details .icon-box:last-child { margin-bottom: 0; }
.contact-details .icon-box a {
    color: #000;
    opacity: 1;
}
.contact-details .icon-box a:hover {
    color:  #2f7c09;
}
.icon-box img {
    color: var(--black);
    max-width: 25px;
    margin-right: 8px;
}
.icon-box.address img { padding-top: 5px; }
.address { line-height: 27px; display: flex; align-items: flex-start; margin-bottom: 0;}
.copyright {
    background: #2f7c09;
    color: #fff;
    padding: 10px 0;
}
/* ====================media query====================*/
@media (min-width: 1024px) { 
.nav-wrapper {
    width: 85%;
}

}
@media (min-width: 1024px) and (max-width: 1199px) { 
.hamburger.d-xl-none.d-block {
    display: none !important;
}    
.nav-wrapper ul li {
    margin-right: 8px;
    font-size: 15px;
}    
.nav-menu .nav-item a {
    padding: 9px 4px;
}
.right-section  ul li {
    width: 15.4%;
}
form  input.form-control.quantity {
    float: left;
    width: 111px;
    text-align: center;
}
form  input.btn {
    padding: 10px 16px;
}
}
@media (min-width: 992px) and (max-width: 1023px) {
form  input.form-control.quantity {
    width: 88px;
}
form  input.btn {
    padding: 10px 17px;
}
.right-section  ul li {
    width: 15.4%;
}
}
@media (max-width:1199px) {
.container { max-width: 100%;width: 100%;}
.top-section .bg-img img {
    height: 523px;
}
.box-content {
    padding: 0 10px;
}
h1.headerinfo.mb-4 {
    font-size: 34px;
}
header.header-section {
    height: 453px;
}
}
@media (min-width: 768px) and (max-width: 991px) { 
    .brand {
        width: 22%;
    }
    .right-section  ul li {
    width: 18.4%;
}
    
    .right-section ul.product-item li {
        width: 18.6%;
    }
    table tr td {
        padding: 10px 6px;
    }
    form  input.form-control.quantity {
    width: 124px;
}
}
@media (max-width:1023px) {
    .contact-page ul li { width: 47%; }
    .logo-text { text-align:center; }
    .nav-menu .nav-link.active {color: #d06306;}
    .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: 55px; }
    .nav-menu.show { right: 0px; }
    .nav-menu .nav-item {
        border-top: 1px solid #7d7f7f;
        width: 100%;
    }
    .nav-menu .nav-item.active {
        border-color: #2f7c09;
        border-top: 1px solid #2f7c09;
    }
    .nav-menu .nav-item.active a {
        border-top: 1px solid #2f7c09;
        color: #3ea50c;
    }
    .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;top: 2px;}
    .hamburger.show .bar {        /* background: var(--seconndery-color); */ }
    .hamburger.show .bar:nth-child(1) { transform: translateY(8px) rotate(45deg);background:#3ea50c; }
    .hamburger.show .bar:nth-child(2) { opacity: 0; }
    .hamburger.show .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg);background:#3ea50c; }
    .brand img {
        max-width: 150px;
    }
    header.header-section .header-custom {
        padding: 10px 0 10px;
        justify-content: space-between;
    }
    .nav-wrapper nav.navbar ul.nav-menu {
        justify-content: flex-start;
        gap: 0 !important;
    }
    .mbshado.show .brand {
        display: none;
    }
    .nav-menu .nav-item a {
    color: #000;
    font-size: 16px;
    padding: 10px 15px;
}
}
@media (max-width:991px) {
    .text-bottom p {
    font-size: 16px;
    line-height: 25px;
}
}
@media (max-width:767px) {
.top-section .bg-img img {
    height: 400px;
}
.text-bottom .usapad-logo {
    flex: 0 0 25%;
    max-width: 25%;
    height: 88px;
}
.box-content p {
    line-height: 27px;
    font-size: 16px;
}
.main-item-container .box-content h1 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 10px !important;
    }
    .brand {
        width: 80%;
    }
    .right-section ul.product-item li {
        width: 15.4%;
    }
    .figure-box {
        height: auto;
        padding: 20px 0 !important;
    }
    .right-section  ul li {
        width: 23.1%;
        word-break: break-all;
    }
.main-item-container  span {
    font-size: 14px;
}
header.header-section {
    height: 569px;
}
h1.headerinfo.mb-4 {
    font-size: 25px;
    margin-bottom: 5px !important;
}
.box-content ul {
    justify-content: flex-start !important;
    font-size: 14px;
    gap: 0 !important;
}
.box-content ul li.phone {
    margin-bottom: 10px;
}
form  input.form-control.quantity {
    width: 133px;
}
}
@media (max-width:575px) {
    .contact-page ul li {width: 100%; font-size: 16px; }
    .link-sign { width: calc(50% - 10px); height: 60px; }
    .right-section ul.product-item li {
        width: 18.1%;
    }
    p.header-text {
        font-size: 14px;
    }
     form .form-group input.btn{
        width: 47%;
     }
     form .form-group input.btn.checkout {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }
    form .form-group input.form-control.quantity {
        width: 47%;
    }
    .box-content ul li.phone img {
        margin-right: 4px;
        padding: 3px;
        max-width: 27px;
    }
    .text-bottom .usapad-logo {
        flex: 0 0 40%;
        max-width: 40%;
    }
    input.btn.view {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
}
.text-bottom p {
    font-size: 14px;
    line-height: 20px;
}
.text-bottom {
    padding: 20px 0;
}
}
@media (max-width:414px) { }
.fadeInLeft { animation: fadeinleft 1s ease; }
@keyframes fadeinleft {
    0% { opacity: 0; transform: translateX(-200px); }
    100% { opacity: 1; transform: translateX(0); }
}