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

section {
    overflow: visible;
}


/* Header */
header {
    position: sticky;
    /* top: 0; */
    /*background: url('./../images/background-2.png') no-repeat;*/
    border-bottom: 1px solid #ffffff22;
    z-index: 1;
}


.alper {
    color: #c40011;
    font-size: 110px;
    width: 150;
}

.alper span {
    top: -15%;
    font-size: 60px;
    width: 150;
}

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









/* Introduction */
#intro {
    position: relative;
    height: 100vh;
    background: url('./../images/background-2.png') no-repeat center;
}

#intro .intro-slider {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

#intro .intro-slider .slider-item {
    position: absolute;
    right: 0;
    transition: all 2.5s ease-in-out;
}

#intro .intro-slider .slider-item.slide-on {
    right: 0;
    opacity: 1;
}

#intro .intro-slider .slider-item.slide-off {
    right: -700px;
    opacity: 0;
}

#intro .title {
    position: relative;
}

#intro .title h1 {
    font-size: 125px !important;
}

#intro .title h2 {
    position: absolute;
    top: 0%;
    right: 30%;
    font-size: 57px !important;
}






/* history */
.history {
    position: relative;
    padding-top: 85px;
}



.history-img {
    object-fit: cover;
    padding: 15px;
    border-radius: 150px 0 150px 0;
    border: 2px solid #c40011;
    aspect-ratio: 4/3;
}









/* Supplier */
.Supplier {
    background-image: url('./../images/background-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 79px;

}

.Supplier h4 {
    font-size: 50px;

}

.Supplier h4:last-child {
    margin-top: -20px;
}

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

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

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

}

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








/* shop */
.shop h3 {
    color: #920000;
}

.shop .shop-child {
    background-color: #e6e6e6;
}

.shop .shop-child img {
    background: radial-gradient(#ff4c4c, #920000);
}

.shop .btn-danger {
    background-color: #920000 !important;
}






/* 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/red-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('../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;
}




/* 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: red;
    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: 15px;
}
.menus ul li a{
    color: #eee;
}
.menus ul .active ,.menus ul .active a {
    font-size: 20px;
    font-weight: bolder;
    background-color: #eee;
    color: #000;
}
.menus ul .active a svg{
    color: red;
}
.messages .icon{
    color: red;
}

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

.orders img{
    width: 60px;
}


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

.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:110%;

}
.item-shine{
    transition: all 3s ease-in-out;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 100%;
    aspect-ratio: 2/1 ;
    background-blend-mode: lighten;
    mask-size: auto 100%;
}


.backgrand-history{
    position: absolute;
    top: -10%;
    left: 15%;
    font-size: 250px;
    color: #f5f5f5;
    z-index: -1;
}

@media only screen and (max-width: 1122px) {
    .backgrand-history{
        top: -5%;
        left: 5%;
        font-size: 150px;
    }
}




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

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


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


/* img-product */

.img-product{


}

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

.search-input {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
}

.search-input .btn-search {
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
}

.search-input .btn-search i {
    font-size: 16px;
}




/* Loader */
#site-loader {
    position: fixed;
    inset: 0;
    background-color: #ffffffaa;
    backdrop-filter: blur(15px);
    z-index: 1000;
    transition: all .3s ease-in-out;
}

#site-loader.hide {
    opacity: 0;
    visibility: hidden;
}

.loader {
    width: 350px;
    aspect-ratio: 1;
    --c: no-repeat radial-gradient(farthest-side, #514b82 92%, #0000);
    background:
        var(--c) 50% 0,
        var(--c) 50% 100%,
        var(--c) 100% 50%,
        var(--c) 0 50%;
    background-size: 50px 50px;
    animation: l18 1s infinite;
    position: relative;
}

.loader::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: 15px;
    background: repeating-conic-gradient(#0000 0 35deg, #514b82 0 90deg);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 15px), #000 0);
    border-radius: 50%;
}

@keyframes l18 {
    100% {
        transform: rotate(.5turn)
    }
}


.lb-data .lb-details {
    width: 100% !important;
    text-align: right !important;
}