a {
    color: #000;
    text-decoration: none;
}

section {
    overflow: hidden;
}

body {
    background-color: #f4f1e8;
}


/* Header */
header {
    position: sticky;
    top: 0; 
    background: #f4f1e8;
    z-index: 1;
}

header .dropdown-menu {
    background-color: #bbbbbb;
}

header .dropdown-menu li a:hover,
header .dropdown-menu li button:hover {
    color: #fff;
    background-color: #0000006e;
}

header .navbar-collapse .nav-item {
    position: relative;
}

header .navbar-collapse .nav-item .dropdown-item {
    position: absolute;
    top: 100%;
    right: 0;
    width: auto;
    display: none;
    background-color: #ffffff;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    overflow: hidden;
    z-index: 2;
}

header .nav-item:hover .dropdown-item {
    display: block;
}

header .navbar-collapse ul {
    display: flex;
    list-style-type: none;
    padding: 0;
}

header .navbar-collapse ul>li {
    border-radius: 5px;
    transition: all .1s ease-in-out;
}

header .navbar-collapse ul>li a {
    color: #000;
    margin: 0 5px;
    padding: 10px;
}

header .navbar-collapse ul>li a.active::after {
    position: absolute;
    content: '';
    left: calc(50% - 12px);
    bottom: 3px;
    width: 26px;
    height: 7px;
    background-color: #851619;
    border-radius: 5px;
}

header .navbar-collapse ul>li:hover {
    background-color: #fd660011;
}

header .navbar-collapse .nav-item .dropdown-item li {
    list-style-type: none;
    margin-left: 0;
}

header .navbar-collapse .nav-item .dropdown-item li a {
    display: flex;
    padding: 10px 10px 10px 30px;
}

header .navbar-collapse .nav-item .dropdown-item li:hover {
    background-color: #fd660011;
}

header .navbar-collapse .nav-item .dropdown-item li:hover a {
    color: #000;
}




/* Responisve menu */
#responsiveMenu .dropdown-item {
    padding: 5px 0;
    color: #494949;
    background-color: #dbdbdb;
    list-style: none;
}


/*intro */

/*#intro .row {*/
/*    height: 75vh;*/
/*}*/

#intro .title .first,
#intro .title .second {
    font-size: 60px;
}

#intro .intro-slider::before,
#intro .intro-slider::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 1;
}

#intro .intro-slider::before {
    left: 0;
    background: linear-gradient(90deg, #f4f1e8, transparent);
}

#intro .intro-slider::after {
    right: 0;
    background: linear-gradient(90deg, transparent, #f4f1e8);
}

.box-search {
    padding: 10px;
}

.box-search input:focus-visible {
    outline: none;
    border: none;
}

.box-search input {
    color: white;
}




/* product */
#product {
    /* background-image: url('../images/Pattern\ PNG2.png');
    background-repeat: no-repeat;
    background-position-x: center; */
    background-color: #fd6600;
    border-radius: 50px;
}

#product .bg {
    position: absolute;
    inset: 0;
}

#product .owl-theme .owl-nav button {
    position: absolute;
    bottom: -30px;
    width: 35px;
    height: 35px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fd6600;
    background: #f4f1e8;
    margin: 0 3px;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

#product .owl-theme .owl-nav button:hover {
    background: #ffc49d;
}

#product .owl-theme .owl-nav button.owl-next {
    left: 20px;
}

#product .owl-theme .owl-nav button.owl-prev {
    left: 60px;
}

#product .bg img {
    width: 100%;
}

#product .object {
    position: absolute;
    bottom: -50px;
    left: calc(50% - 40px);
    width: 80px;
    height: 50px;
    background-color: #fd6600;
    border-radius: 0 0 50px 50px;
}

#product .object .left {
    position: absolute;
    top: 0;
    right: -23px;
    width: 25px;
    height: 25px;
    background-color: #fd6600;
}

#product .object .left::before {
    position: absolute;
    content: '';
    right: -25px;
    bottom: -25px;
    width: 50px;
    height: 50px;
    background-color: #f4f1e8;
    border-radius: 50%;
}

#product .object .right {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -23px;
    width: 25px;
    height: 25px;
    background-color: #fd6600;
}

#product .object .right::before {
    position: absolute;
    content: '';
    left: -25px;
    bottom: -25px;
    width: 50px;
    height: 50px;
    background-color: #f4f1e8;
    border-radius: 50%;
}

#product .object a {
    z-index: 1;
}

#product .box-product {
    position: absolute;
    background-image: inherit;
    background-color: inherit;
    bottom: -12%;
    left: 50%;
    padding: 9px 27px;
    ;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%);
}

#product span.obj {
    top: -45px;
    right: 0;
    rotate: 55deg;
}

#product h1 {
    padding-top: 26px;
}

#product h5 {
    margin-bottom: 0px;
    font-size: 15px !important;
}

#product .p-custom {
    /* padding: 18px 20px 2px 0px !important; */
}

#product .father-star {
    margin-bottom: 0;
}

#product .star {
    width: 14px !important;
}

#product img {
    top: -2px;
    right: 10% !important;
}

#product .card {
    width: 110%;
    border-radius: 0 15px 15px 0 !important;
}

#product .image {
    position: relative;
    top: 1px;
    /* left: 15px; */
    width: 120%;
    scale: 1.01;
}

#product .card-text .text-secondary {
    margin-bottom: 16px;
}

#product .btn-custom {
    font-size: 12px !important;
    margin-bottom: 15px !important;
}


#Tjareh {
    /* background-image: url('../images/Mooshak\ blur\ Object.png'); */
    /* background-repeat: no-repeat; */
    /* background-position: top -18px right -150px; */
    position: relative;
    background-size: 300px;
}

#Tjareh .objects {
    position: absolute;
    display: none;
}

#Tjareh #first-object {
    position: absolute;
    width: 40% !important;
    top: 20%;
    right: 0;
}

#Tjareh #second-object {
    position: absolute;
    width: 15% !important;
    top: -100px;
    right: -60px;
}

.btn-danger {
    background-color: #fd6600;
    border-color: #fd6600;
}



.btn-danger:hover {
    background-color: #fd6900;
    border-color: #fd6900;
}

#blog {
    background-image: url('../images/Pattern\ PNG2.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-color: #c2131b;
    /* height: 350px; */
    border-radius: 50px;
}

#blog img {
    object-fit: cover;
}

footer {
    background-color: #353535;
}

/* honor */
.honor {
    background-image: url('./../images/background-3.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.honor .section-title h3 {
    padding: 5px 10px;
    border: 2px solid #c40011;
    border-radius: 30px 0;
}

.honor .item {
    border: 1px solid #ffffff33;
    border-radius: 15px;
    overflow: hidden;
}

.honor .item .image {
    padding: 20px;
    background-color: #ffffff22;
}

.honor .item .title {
    color: #fff;
    padding: 20px;
}




/* footer */
footer,
footer a {
    color: #fff;
}

footer {
    background-image: url('./../images/#fd6600-footer.png');
    background-repeat: no-repeat;
    background-size: cover;
}

footer iframe {
    min-width: 300px;
    min-height: 250px;
    padding: 7px;
    border-radius: 50px 0;
    border: 1px solid #fff;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer ul li {
    line-height: 35px;
}

footer .navbar-brand img {
    max-width: 200px;
}






@media only screen and (max-width: 1122px) {
    .fs-nav {
        font-size: 12px;
    }

    .fs-alper {
        font-size: 40px;
    }
}




@media only screen and (max-width: 992px) {

    .fs-alper {
        font-size: 55px;
        top: 17%;
        left: -35%;
    }
}


























/* Description */
section.desc {
    position: relative;
    color: #fff;
    background: url('/assets/images/factory.jpg') fixed bottom right no-repeat;
    background-size: 55%;
    background-attachment: fixed;
}

section.desc .image {
    position: relative;
    border-radius: 50%;
}

section.desc .image::after {
    position: absolute;
    content: '';
    inset: 0;
    border: 38px solid #003530;
    border-radius: 50%;
}

section.desc .content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}





/* Products */
section.products {
    color: #fff;
    background-color: #003b34;
}

section.products a {
    color: #fff;
}

section.products .item {
    position: relative;
    padding: 35px 50px;
    background: linear-gradient(45deg, rgba(0, 119, 106, 1) 0%, rgba(0, 56, 50, 1) 20%, rgba(0, 56, 50, 1) 50%, rgba(0, 56, 50, 1) 80%, rgba(0, 119, 106, 1) 100%);
    border: 2px solid #005c51;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}

section.products .item:hover {
    background-color: #003530;
    border: 2px solid #00796b;
}

section.products .item .image {
    position: relative;
}

section.products .item .image::after {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    right: 0;
    bottom: 15px;
    background: radial-gradient(circle, rgba(238, 174, 202, 0) 0%, rgba(255, 255, 255, .4) 90%);
    border: 3px solid #ffffff0e;
    border-radius: 50%;
    backdrop-filter: blur(3px);
    box-shadow: 5px 5px 5px #00000042;
    z-index: 4;
}











/* Products slider */
.products-slider {}

.products-slider .item .card {
    color: #fff;
    background-color: #94afac;
    border: 1px solid #89a3a0;
    overflow: hidden;
}

.products-slider .item .card .image {
    border-color: #7c9693 !important;
}

.products-slider .item .card .image img {
    filter: drop-shadow(0 0 2rem #ffffff60);
}

.products-slider .item .card .view-more button {
    padding: 5px 20px;
    font-size: small;
    color: #fff;
    background-color: #165c50;
    border: none;
    border-radius: 15px;
}

.products-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: -40px;
    left: 0;
    text-align: center;
}

.products-slider .owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    margin: 0 3px;
    border-radius: 10px;
    background-color: #ff2121;
    transition: all .3s ease-in-out;
}

.products-slider .owl-dots button.owl-dot.active {
    width: 40px;
    background-color: #ff0000;
}








/* About */
.about .image,
.about .image img {
    position: relative;
    border-radius: 0 200px 0 200px;
}

.about .image::before {
    position: absolute;
    content: '';
    top: 15px;
    right: -15px;
    left: 15px;
    bottom: -15px;
    border: 3px solid #006459;
    border-radius: 0 200px 0 200px;
    z-index: 0;
}








/* Articles */
.articles {
    color: #fff;
}

.articles .item {
    padding: 15px;
    background-color: #005248;
    border-radius: 0 20px 0 20px;
}

.articles .item .view-more button {
    padding: 5px 20px;
    font-size: small;
    color: #fff;
    background-color: #003530;
    border: none;
    border-radius: 15px;
}

.article-image-box {
    aspect-ratio: 16/9;
    object-fit: cover;
}




/* Subscribe */
.subscribe {
    color: #fff;
}

.subscribe .input {
    position: relative;
}

.subscribe .input input {
    padding: 13px 10px;
}

.subscribe .input button {
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    padding: 5px 20px;
    color: #fff;
    background-color: #005c51;
    border: none;
    border-radius: 15px;
}

/* contact-us */

.contact-us {
    min-height: 100vh;
    background: url('./../images/background-3.png') no-repeat center;
}


.contact-us form input,
.contact-us form textarea,
.contact-us form span,
.contact-us form i {
    background-color: transparent;
    padding: 15px;
    font-size: 20px;
    color: #fff !important;
}

.contact-us form input:focus,
.contact-us form textarea:focus {
    background-color: transparent;
    box-shadow: 4px 5px 20px .25rem rgb(196 0 17 / 32%);
}

.contact-us form input::placeholder,
.contact-us form textarea::placeholder {
    color: #7b7b7b;
    font-size: 20px;
    direction: rtl;
    opacity: 0.5 !important;

}

.contact-us .btn {
    padding: 7px 40px;
    color: #fff;
    background-color: #fd6600;
    box-shadow: rgba(255, 0, 0, 0.35) 0px 5px 15px;
}


/* contact-us-child */
.contact-us-child {
    border-right: 2px solid #ff0000;
}

.contact-us-child li {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.contact-us-child li .text span:first-child {
    font-size: 20px;
    margin-right: 10px;
}

.contact-us-child li .text span {
    font-size: 15px;
    margin-right: 10px;
}

.contact-us-child svg {
    display: flex;
    padding: 6px;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #ff0000;
    border-radius: 50%;
}

/* social-media */
.social-media a {
    display: flex;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
}

/* about-us */
.about-us .owl-theme {}

.about-us-slider .owl-dots {
    display: none;
}

.about-us-slider .item img {
    aspect-ratio: 5/1;
    object-fit: cover;
    object-position: 0% 70%;
}




/* Products page */

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: #851619;
}

#products-page .daily-products ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#products-page .daily-products ul li {
    padding-bottom: 10px;
}

#products-page .form-check-input:checked {
    background-color: #851619;
    border-color: #851619;
}

.product-item {
    background-color: #e6e6e6;
}

.product-item .image {
    position: relative;
    background: radial-gradient(#ff4c4c, #920000);
}

.product-item .image .discount {
    position: absolute;
    top: 0;
    left: 15px;
}

.product-item .image .discount svg {
    font-size: 40px;
    color: #851619;
}

.product-item .image .discount span {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: small;
    color: #fff;
}

#products-page .filtering a {
    margin: 0 5px;
    color: #9b9b9b;
    transition: all .3s ease-in-out;
}

#products-page .filtering a:hover {
    color: #9e1119;
    border-bottom: solid 1px #9e1119;
}

#products-page .input {
    position: relative;
}

#products-page .input button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border: none;
    background-color: transparent;
}



/* Product page */


.modal {
    height: 70vh;
}




/* ranking
*/

.emtiaz {
    font-size: 50px;
}


.img-gallery {
    filter: blur(1%);
}

/* .light box */
.lb-number {
    display: none !important;
}




/* dashbord */

.menus ul {
    padding: 5px;
}

.menus ul li {
    border-top: 2px solid #eee;
    padding: 5px;
}

.menus ul li a {
    /* color: #eee; */
}

.menus ul li.active,
.menus ul li.active {
    font-size: 20px;
    font-weight: bolder;
    background-color: #eee;
    color: #000;
}

.menus ul .active a svg {
    color: #fd6600;
}

.messages .icon {
    color: #fd6600;
}

.btn-menue {
    width: 40px;
    display: flex;
    align-items: center;
    margin: 15px;
}

.orders img {
    width: 60px;
}


.border-right-danger {
    border-right: 3px solid #fd6600;
}

.input {
    border: none;
}

.input:focus {
    box-shadow: none;
}


/* bg-aside */

.bg-aside {
    background: url(./../images/background-2.png) no-repeat;
    border-right: 5px solid #920000;
}









.product {
    --left: 500px;

}

.item-shine {
    transition: all 2.5s ease-in-out;
    background:
        url("../images/shine.png")var(--left) 0px,
        url("../images/shovel-2.png");
    background-repeat: no-repeat;

    background-size: auto 100%;
    width: 100%;
    aspect-ratio: 2/1;
    /* background-blend-mode: multiply; */
    mask-image: url("../images/shovel-2.png");
    mask-size: auto 100%;
    animation-name: example;
}

.item-shine:hover {
    --left: -328px;
}


/* img-product */

.img-product {}

.img-product-child {
    width: 70% !important;
    background: radial-gradient(#ff4c4c, #920000);
    border-radius: 20%;
    margin: auto;
}








/* Products */
#products .filter .card {
    color: #fff;
    background-color: #353535;
    border-color: #252525;
}

#products .card {
    width: 110%;
}

#products .image {
    position: relative;
    top: 1px;
    /* left: 15px; */
    /* width: 120%; */
    scale: 1.01;
}

#products .category-thumbnail a {
    padding: 15px;
    border-radius: 15px;
}

#products .category-thumbnail a.active {

    background-color: #fd65002d;
    border: 1px solid #fd6600;
}






/* Videos */
#videos .card .card-header {
    position: relative;
    overflow: hidden;
}

#videos .card .card-header img {
    transition: all .3s ease-in-out;
    aspect-ratio: 6/8;
    object-fit: cover;
}

#videos .card:hover .card-header img {
    scale: 1.1;
}

#videos .card .card-header .time {
    position: absolute;
    left: 10px;
    bottom: 5px;
    color: #fff;
    opacity: 0;
    transition: all .3s ease-in-out;
}

#videos .card:hover .card-header .time {
    opacity: 1;
}

#videos .card .card-header .play-icon {
    position: absolute;
    inset: 0;
    background-color: #0000004d;
    transition: all .3s ease-in-out;
}

#videos .card:hover .card-header .play-icon {
    background-color: #0000006e;
}

#videos .card .card-header .play-icon svg {
    color: #fff;
    font-size: 57px;
}










/* contact-us */
#contact-us {
    min-height: 100vh;
    background: url('./../images/background-3.png') no-repeat center;
}


#contact-us form input,
#contact-us form textarea,
#contact-us form span,
#contact-us form i {
    background-color: transparent;
    padding: 15px;
    font-size: 20px;
}

#contact-us form input:focus,
#contact-us form textarea:focus {
    background-color: transparent;
    box-shadow: 4px 5px 20px .25rem rgb(196 0 17 / 32%);
}

#contact-us form input::placeholder,
#contact-us form textarea::placeholder {
    color: #7b7b7b;
    font-size: 20px;
    direction: rtl;
    opacity: 0.5 !important;

}

#contact-us .btn {
    padding: 7px 40px;
    color: #fff;
    background-color: #fd6600;
    box-shadow: rgba(255, 0, 0, 0.35) 0px 5px 15px;
}

#contact-us .social-media {
    list-style: none;
}

#contact-us .social-media a {
    color: #fff;
}

#contact-us .map-box {
    height: 500px;
    border-radius: 35px;
    overflow: hidden;
}

#contact-us .map-box iframe {
    border-radius: 35px;
}


/* contact-us-child */
.contact-us-child {
    border-right: 2px solid #fd6600;
}

.contact-us-child li {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.contact-us-child li .text span:first-child {
    font-size: 20px;
    margin-right: 10px;
}

.contact-us-child li .text span {
    font-size: 15px;
    margin-right: 10px;
}

.contact-us-child svg {
    display: flex;
    padding: 6px;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #fd6600;
    border-radius: 50%;
}




/* Product Single Page  */
#product-single-page .owl-dots {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #dcdcdc;
}

#product-single-page .owl-dot {
    display: inline-block;
    margin: 5px;
}

#product-single-page .dot-thumbnail {
    padding: 5px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #dcdcdc;
    object-fit: contain;
}

#product-single-page .owl-dot.active .dot-thumbnail {
    border-color: #ff6600;
}

#product-single-page table {
    border: none;
}

#product-single-page table thead tr {
    color: darkorange;
}

#product-single-page table tr {
    border-bottom: 1px solid darkgreen;
}






/* Video Slider Page */
#video-single-page .share-post .items a svg {
    width: 35px;
    height: 35px;
    padding: 5px;
    margin-left: 10px;
    color: #fff;
    background-color: #f8b21b;
    border: 2px solid #f8b21b;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}

#video-single-page .share-post .items a:hover svg {
    color: #f8b21b;
    background: #fff;
}


       #loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 1.2s ease-in-out;
}

#loader.fade-out {
  opacity: 0;
  pointer-events: none;
}


/* عکس لودینگ */
#loader img {
width: 30vh;
height: auto;
}







#about-us .banner img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
}