@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Readex+Pro:wght@160..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
    font-family: myfont;
    src: url(../webfonts/Air\ Strip\ Arabic.ttf) format("truetype");
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}

:root {
    --main-color: #4b5f56;
}

.btn:focus,
.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

h1,
h2,
h3,
h4,
div,
p {
    font-family: myfont;
}
.text-h2 {
    font-size: 36px;
    font-weight: 400;
    color: var(--main-color);
}

@media (max-width: 575px) {
    .text-h2 {
        font-size: 28px;
    }
}

button:hover {
    background-color: #4e7b74 !important;
}

/* start header */
.header .list li {
    padding: 0 20px;
}
.header .list li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--main-color);
    text-align: start;
    padding: 0 !important;
}
.header .list li a.active {
    border-bottom: solid 1px var(--main-color);
    display: inline-block;
}
.header .dropdown-toggle::after {
    display: none;
    position: relative;
}
.header .dropdown-toggle::before {
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    font-weight: 900;
    margin-left: 5px;
    font-size: 14px;
    margin: 5px;
    color: var(--main-color);
}
.header .list li a input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.42px;
    color: #4b5f56ab;
}
.header {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent;
}
.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
@media (max-width: 991px) {
    .header .list li {
        margin-bottom: 20px;
    }
}

/* start wrapper-section  */
.wrapper-section .sidebar .links a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}
.wrapper-section .menu .submenu {
    display: none;
    top: 0;
    right: 100%;
    min-width: 200px;
    z-index: 1000;
}
.wrapper-section .menu:hover .submenu {
    display: block;
}
.submenu a:hover {
    background-color: #f8f9fa;
}
.wrapper-section .sidebar .links a:hover {
    background-color: var(--main-color);
    color: #fff;
}
.sidebar button {
    background-color: var(--main-color);
}
.wrapper-section .carousel-item {
    background-color: var(--main-color);
    height: 344px;
}
.wrapper-section .carousel-indicators button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
}
.wrapper-section .slider h5 {
    font-size: 20px;
    font-weight: 400;
}
.wrapper-section .slider h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 60px;
}
.wrapper-section .slider a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.wrapper-section .carousel-item img {
    width: 225.77px;
    height: 191.04px;
    object-fit: contain;
}
@media (max-width: 991px) {
    .wrapper-section .carousel-item {
        background-color: var(--main-color);
    }
    .wrapper-section .menu .submenu {
        right: 0;
        top: 100%;
    }
    .carousel-indicators {
        bottom: -14px;
    }
    .wrapper-section .carousel-item img {
        width: 300px;
        height: 150px;
    }
    .wrapper-section .slider h2 {
        font-size: 22px;
        line-height: inherit;
    }
}

/* satrt feature */
.feature .container {
    background: #ffffff;
    box-shadow: 0px 24px 100px 0px #16193212;
    border-radius: 12px;
}
.feature .item h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 19.8px;
    color: var(--main-color);
}
.feature .item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.8px;
    color: #9a9caa;
}
.feature .item img {
    width: 50px;
    height: 50px;
}

/* start categories */
.categories .slider-item .item img {
    border-radius: 16px;
    width: 100%;
}
.categories .slider-item .item h5 {
    color: var(--main-color);
    font-weight: 500;
    font-family: "Readex Pro", serif;
}
.categories .exchange {
    background-color: #4e7b74;
    border-radius: 16px 0 0 16px;
    height: 333px;
}
.categories .custom-slider-bar {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    position: relative;
}
.categories .custom-slider-bar .bar {
    height: 3px;
    background: #0a3d3d;
    position: relative;
    width: 50%;
}
.categories .custom-slider-bar .bar .progress {
    height: 4px;
    width: 30%;
    background: #fff;
    border-radius: 0;
    transition: width 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .categories .slider-item .item h5 {
        font-size: 18px;
    }
}

/* strat featured-products  */
.featured-products .item .box {
    /* box-shadow: 5px 4px 4px 0px #00000014;
    border-radius: 14px;
    height: 360px;
    display: flex;
    transition: transform 0.6s ease-out; */
}
.featured-products .item .box:hover {
    border: solid 1px #eee;
}
.featured-products .item .icon-heart {
    position: absolute;
    top: 0;
    left: 0;
}
.featured-products .item .icon-heart .heart:hover {
    background-color: transparent !important;
}
.featured-products .item h4 {
    color: var(--main-color);
    font-weight: 500;
}
.featured-products .item .box img {
    /* width: 169px;
    height: 143px; */
    display: block;
    margin: auto;
}

/* strt most-requested */
.most-requested img {
    border-radius: 14px;
}
.most-requested h3 {
    font-size: 22px;
    font-weight: 400;
    color: #404040;
}

/* start offers */
.offers .custom-slider-bar {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.offers .custom-slider-bar .bar {
    background: #4b5f56 !important;
    position: relative;
    height: 200px;
    width: 1px;
}
.offers .custom-slider-bar .bar .progress {
    height: 30%;
    width: 4px;
    background: #70908b;
    border-radius: 0;
    transition: width 0.3s ease-in-out;
}
.printing-cardboard .bg-light {
    background-color: #f0f2f3 !important;
    border-radius: 16px;
}
.star svg {
    color: #ffc107;
}
.offers .items-zoom h5 {
    color: var(--main-color);
}
.offers .items-zoom a {
    position: absolute;
    right: 0;
    bottom: 0;
}
.offers .add-cart button {
    background-color: var(--main-color);
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

/* start about-clients */

.about-clients {
    background-color: #f0f2f3;
}
.about-clients .item {
    border-radius: 12px;
}
.about-clients .item p {
    position: relative;
}
.about-clients .item p::before {
    content: "";
    position: absolute;
    height: 100%;
    right: -10px;
    border-right: solid 3px #0a3d3d;
}
.about-clients .item img {
    width: 46px;
    height: 46px;
}

/* start popular-products */
.popular-products .view-all a {
    background-color: var(--main-color);
}
.popular-products .item {
    border-radius: 14px !important;
    -webkit-border-radius: 14px !important;
    -moz-border-radius: 14px !important;
    -ms-border-radius: 14px !important;
    -o-border-radius: 14px !important;
}
.popular-products .item img {
    border-radius: 14px;
    width: 100%;
}
.popular-products .item .box span {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #3d3d3d;
    border-radius: 8px;
    color: #fff;
    padding: 3px 10px;
}
.popular-products .item h4 {
    color: var(--main-color);
    font-weight: 500;
}
.popular-products .item h6:last-child {
    background-color: #e7e6e6;
    font-size: 16px;
}
/* start join-now */
.join-now {
    background-color: #60726a;
}
.join-now .title a,
.about-us .title a {
    background-color: #4b5f56;
}
.about-us .title p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    text-align: right;
    color: #666666;
}

/* satrt footer */
.footer {
    background-color: var(--main-color);
}
.footer .send-email input {
    background-color: #4b5f56;
    height: 50px;
}
.footer .send-email button {
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: #fff;
    border-radius: 50%;
}
.footer .links h5 {
    color: #9a9a9a;
    font-size: 18px;
    line-height: 22.73px;
    font-weight: 700;
}
.footer .links li a {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: right;
}

/* start filtter page ------- */
.filtter .links a {
    font-size: 16px;
    font-weight: 700;
    line-height: 29.86px;
    color: #07484a;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 0;
}
.filtter .links li a:hover {
    border-bottom: solid 1px var(--main-color);
}
.filtter .links a.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    border-bottom: solid 1px var(--main-color);
}
.filtter .btn-collapse {
    background-color: var(--main-color);
}
.filtter .search-box,
.filtter .search-box input {
    background-color: #f0f0f0;
}

.filtter .custom-slider-bar {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.filtter .custom-slider-bar .bar {
    background: #4b5f56 !important;
    position: relative;
    height: 300px;
    width: 1px;
}
.filtter .custom-slider-bar .bar .progress {
    height: 30%;
    width: 4px;
    background: #70908b;
    border-radius: 0;
    transition: width 0.3s ease-in-out;
}

.filtter .range input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: #ddd;
    outline: none;
    border-radius: 5px;
    position: relative;
}

.filtter .range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3c5943;
    cursor: pointer;
}

.filtter #tooltip {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #3c5943;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
}
.filtter #tooltip::before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #3c5943;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-right: 5px;
    transform: rotate(91deg);
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.filtter .all-sections {
    background-color: var(--main-color);
}
.filtter .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.filtter .page-item.active .page-link {
    background-color: #f6f6f6;
    border-color: #dee2e6;
    color: #000;
}
.filtter .pagination .page-link {
    color: #6c757d;
    padding: 10px 20px;
    border: 0;
}
.filtter .page-link:hover {
    color: #000;
}
@media (max-width: 991px) {
    .filtter .custom-slider-bar .bar {
        height: 100px;
    }
    .filtter .links a {
        margin-bottom: 12px;
    }
}

/* ---------- */
.printing-press {
    background: #d9d9d9;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 16px;
}
.printing-press .reviews h4 {
    color: var(--main-color);
    font-weight: 600;
}
.printing-press .reviews p {
    color: var(--main-color);
    font-weight: 500;
}
.printing-press .messaging img {
    width: 148px;
    height: 140px;
    border-radius: 20px;
}
.printing-press .messaging button {
    background-color: var(--main-color);
}
.printing-press .popular-products h6 {
    color: #404040;
    font-size: 14px;
}

/* start product-details page */
.product-details .links-title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 17.42px;
    text-align: left;
    color: #5c5f6a;
}
.product-details .title h4 {
    color: #0e1422;
    font-size: 30px;
}
.product-details .details-image {
    background-color: #f6f6f6;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-details .details-image img {
    width: 285.88px;
    height: 241.05px;
    display: block;
    margin: auto;
}
.desc-details ul li {
    font-size: 18px;
    font-weight: 700;
    line-height: 24.5px;
    color: var(--main-color);
    margin-bottom: 5px;
}
.desc-details p {
    color: #5c5f6a;
    font-size: 16px;
    font-weight: 500;
}
.details-slider .item .box {
    background-color: #f6f6f6;
    height: 312px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.details-slider .item .box img {
    width: 142px;
    height: 120px;
    margin: auto;
    display: block;
}
.details-slider .item h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24.5px;
    color: #0e1422;
    margin-top: 10px;
}
.specialties .item {
    background-color: #d9d9d9;
}
.specialties .item a {
    font-size: 18px;
    font-weight: 600;
    line-height: 19.91px;
    color: #5c5f6a;
}
.product .star svg {
    color: #4b5f56;
}
/* start wrapper-login */
.wrapper-login {
    background-image: url(../images/bg-form.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    position: fixed;
    height: 100vh;
}
.wrapper-login .title h2,
.wrapper-register .title h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 42.3px;
    letter-spacing: 0.03em;
    color: var(--main-color);
}
.wrapper-login .title p,
.wrapper-register .title p {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #636364;
}
.form-login .form label {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 17.42px;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
}
.form-login .form input.form-control {
    height: 41.31px;
    border-radius: 12px;
    background: none;
    border: 1px solid #00000040;
}
.form-login .form input.form-check-input {
    border: 1px solid #00000040;
}
.form-login .form .login {
    background-color: var(--main-color);
    border-radius: 12px;
    height: 41.31px;
}
.form-login .form .login-google {
    border: 1px solid #00000040;
    border-radius: 12px;
}
.social-media ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #000;
}

/* start wrapper-register */
.wrapper-register {
    background-image: url(../images/register.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}
@media (max-width: 757px) {
    .vh-register {
        height: 100% !important;
    }
}

.wrapper-register .title h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 29.86px;
    letter-spacing: 0.03em;
    color: var(--main-color);
}
.wrapper-register .box {
    border-radius: 26px;
    box-shadow: 0px 4px 4px 0px #00000040;
    height: 171px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wrapper-register .box h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 29.86px;
    letter-spacing: 0.03em;
    color: var(--main-color);
}
.wrapper-register .box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: var(--main-color);
}

.form-login input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background: none;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    box-shadow: none;
}

.form-login input[type="checkbox"]:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
    box-shadow: none;
}
.form-login input[type="checkbox"]:focus {
    box-shadow: none;
}

.privacy-policy .title h2 {
    font-size: 54px;
    font-weight: 400;
    line-height: 67.18px;
    text-align: right;
    color: #2d2d2d;
}
@media (max-width: 991px) {
    .privacy-policy .title h2 {
        font-size: 32px;
    }
}
.privacy-policy .title p,
.privacy-policy ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 34.1px;
    color: #414141;
}

/* start title */
.product .product-title h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 32.35px;
    color: var(--main-color);
}
.product .product-title p,
.product .product-title ul li {
    color: #414141;
    font-size: 15px;
    font-weight: 400;
    line-height: 25.58px;
}
.product .join-us-now button {
    background-color: var(--main-color);
}

.product-details .img-preview img {
    height: 400px;
    width: 400px;
    border-radius: 8px;
    display: block;
    margin: auto;
}
.product-details .product-img img {
    width: 90px;
    border-radius: 8px;
}
@media (max-width: 767px) {
    .product-details .img-preview img {
        height: 400px;
        width: 100%;
    }
    .product-details .product-img img {
        width: 50px;
        height: 50px;
    }
}

.accordion-section .title h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 44.79px;
    color: var(--main-color);
}
.accordion-section .title p {
    color: #666666;
}
.accordion-section .title button {
    background-color: var(--main-color);
}
.accordion-section .accordion-items button {
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.accordion-section .accordion-items p {
    color: #222222;
    font-size: 18px;
    font-weight: 300;
}
.accordion-section .accordion-items button:focus {
    box-shadow: none;
}
.accordion-button::after {
    margin-right: auto;
    margin-left: inherit;
}

/* -------------- */

.heart {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 5px;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.heart .icon {
    width: 30px;
    height: 30px;
    fill: gray;
    transition: transform 0.2s linear, fill 0.3s ease-in-out;
}

.heart:hover .icon {
    transform: scale(1.2);
}

.heart:focus .icon,
.heart.active .icon {
    fill: #fd1853;
    transform: scale(1.2);
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

.heart.active .icon {
    animation: pulse 0.3s ease-in-out;
}

.heart:active .icon {
    transform: scale(1.1);
}
.heart:hover {
    background-color: transparent !important;
}
.haid-section {
    display: none !important;
}
