:root {
    --main-site: rgba(79, 182, 70, 1);
    --sec-site: rgba(0, 185, 184, 1);
    --third-site: rgb(0 0 0);
    /* rgba(152, 152, 152, 1) */
}

.btn:focus-visible {
    color: unset;
    background-color: unset !important;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
    border: 0 !important;

}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: unset;
    border: 0 !important;
}

.form-control:focus-visible {
    box-shadow: unset !important;
    border-color: var(--main-site) !important;

}

li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;

}

*:lang(ar) {
    direction: rtl;
    font-family: Cairo;

}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free" !important;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
}

@font-face {
    font-family: Cairo;
    src: url("../../webfonts/Cairo-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap;
    /* يتيح للنص أن يظهر بسرعة ومن ثم يتم تحميل الخط */
}


* {

    font-family: sans-serif;
}

@font-face {
    font-family: droid;
    src: url("../../webfonts/Droid.Arabic.Kufi_DownloadSoftware.iR_.ttf");
    font-weight: normal;
    font-style: normal;
    /* إعداد font-display */
    font-display: swap;
    /* يتيح للنص أن يظهر بسرعة ومن ثم يتم تحميل الخط */
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 7;
    padding: 0 !important;
}

.navbar .nav-link {
    color: white !important;
    font-weight: bold;
}

.navbar .btn_contact {
    background-color: var(--sec-site);
    color: #fff;
    border-radius: 20px;

    transition: all .5s ease;
}

.navbar .btn_contact:hover {
    background-color: rgb(5 160 160);
    color: #fff;

}

.navbar .btn_contact:hover i {
    transform: unset;
}

.navbar .btn_contact i:lang(en) {
    transition: all .5s ease;
    transform: rotate(-45deg);
}

.navbar .btn_contact i:lang(ar) {
    transition: all .5s ease;
    transform: rotate(-119deg);
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--main-site) !important;

}


footer .line {
    background-color: rgba(203, 203, 203, 1);
    height: 2px;
}

footer a {
    color: #000000;

}

footer .fa-chevron-left:lang(en) {
    transform: scaleX(-1);
}

.contact-icons {
    color: var(--sec-site);
    font-size: 30px;

}


@media screen and (min-width:1023px) {
    .col_border {
        border-left: 2px solid rgba(0, 0, 0, 1);


    }

    .col_border:lang(en) {
        border-left: 0px solid rgba(0, 0, 0, 1);

        border-right: 2px solid rgba(0, 0, 0, 1);
    }
}

.arrow_line .arrow_green,
.arrow_line .arrow_blue {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.arrow_line .arrow_green {
    background-color: var(--main-site);

}

.arrow_line .arrow_blue {
    background-color: var(--sec-site);

}

.arrow_line .arrow_green i,
.arrow_line .arrow_blue i {
    transform: rotate(45deg);
}

.arrow_line .line {
    width: 63%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar {
    background-color: transparent;
    transition: background-color 0.3s ease;
}

@media (max-width:500px) {

    .navbar {
        background-color: black;
        transition: background-color 0.3s ease;
    }

}

.navbar.scrolled {
    background-color: black;
}

.navbar .navbar-toggler {
    color: rgb(79 182 70) !important;
    background-color: #ffffff !important;
    border: var(--bs-border-width) solid rgb(79 182 70) !important;
}

.navbar.contact-page {
    background-color: black !important;
}

/*products*/
.products {
    position: relative;
    overflow-x: clip;
}

.products .hed_products {
    color: var(--sec-site)
}

.products .img_bottom {
    position: absolute;
    top: 118px;
    left: -103px;
    max-width: 250px;
    max-height: 310px;
    z-index: -1;
    /* transform: scale(-1); */
}

.products .img_top {
    position: absolute;
    top: 118px;
    right: -103px;
    /* width: 23%; */
    max-width: 250px;
    max-height: 310px;
    z-index: -1;
    transform: scale(-1);

}

.products .product_name {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow-y: clip;
    color: #000000;
    -webkit-box-orient: vertical;
}

.products .product_desc {
    color: var(--third-site);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
    font-size: 14px;
}

.products .img_product {
    background: rgba(217, 245, 244, 1);
    position: relative;
}

.products .fav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(210, 0, 0, 1);
    background-color: rgba(176, 233, 233, 1);
    position: absolute;
    top: 2%;
    right: 2%;
}

.products .star-icon {
    color: rgba(252, 240, 5, 1);
}

.products .price {
    color: var(--sec-site);
}

.products .btn_card {
    background-color: var(--sec-site);
    color: #fff;
    border-radius: 12px;
}

.products .product-desc {
    height: 56px;
}

/*contact*/
.contact {
    background-color: rgba(237, 248, 237, 1);
}

.contact .hed_contact {
    color: var(--main-site);
}

.contact .desc_contact {
    color: var(--third-site);
}

.contact .btn_sent {
    border: 1px solid var(--main-site);
    color: white;
    border-radius: 13px;
    background-color: rgb(79 182 70);
}

.contact .form-control {
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--main-site) !important;
}

.contact label {
    color: var(--main-site) !important;

}

.form-floating>label:lang(ar) {
    right: 0;
    left: unset;
}

.contact .form_img {
    background-color: #fff;
}

.contact .form_img:lang(en) {
    background-color: #fff;
}

.breadcrumb-item+.breadcrumb-item:lang(ar)::before {
    float: right;
}

/* .form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 3.2rem!important;
} */
/*end contact*/
[data-aos^=fade][data-aos^=fade].aos-animate:lang(en) {
    text-align: left;
}



#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 5%;
    background-color: var(--main-site);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
    opacity: 0.7;
    transition: opacity 0.5s ease;
    border: 1px solid var(--main-site);
    align-items: center;
    justify-content: center;
}

#myBtn:hover {
    background-color: var(--main-site);
}

#myBtn i {
    color: white;
    font-size: 21px;
}

.fixed_social .whats {
    background-color: #29a71a;
    width: 45px;
    height: 45px;
    display: flex;

    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;
}

.fixed_social .phone {
    background-color: var(--sec-site);
    width: 45px;
    height: 45px;
    display: flex;

    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    border-radius: 100%;
}

.fixed_social {
    position: fixed;
    flex-direction: column;
    right: 5px;
    z-index: 100;
    bottom: 43px;

}


.social_icon .whats {
    background-color: #29a71a;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}

.social_icon .facebook {
    background-color: rgb(24 119 242);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}

.social_icon .insta {
    background-color: rgb(254 51 99);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}

.social_icon .linkedin {
    background-color: rgb(0 122 185);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}

.social_icon .snapchat {
    background-color: #e2e255;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}

.social_icon .twitter {
    background-color: black;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}

.social-icons {
    float: right;
}

.social-icons:lang(en) {
    float: left;
}

.tel-items {
    direction: ltr;
}

.about-company:lang(ar) {
    text-align: right;
}

.about-company:lang(en) {
    text-align: left;
}

.dropdown-menu {
    right: 0 !important;
}

@media (max-width:768px) {
    .dropdown-menu {
        right: 0 !important;
        background-color: transparent;
        box-shadow: 0 5px 10px rgb(215 208 208 / 55%);
    }

    .dropdown-item {
        color: white !important;
    }
}
