@import "../../fonts/Cairo/stylesheet.css";

* {
    font-family: Cairo,sans-serif;
}
body
{
    background-repeat: no-repeat;
    background: #fdfdfd;

}


/*------header----*/

.header {

    padding: 10px;
    transition: 0.3s;

}

.fixedMenu {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 1000000;
    background: #fff;
}



.header nav {
    border: 2px solid #ebedef;
    border-radius: 5px;
}

.header .dropdown-menu {
    background: #242424;
    padding: 8px;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) translateX(-20px);
    transition: all 0.3s ease;
    border-radius: 8px;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);


}

.header .dropdown-menu:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #242424;
    position: absolute;
    top: -7px;
    transform: rotate(43deg);
    left: 15%;
    z-index: -1;
}

.header .dropdown-item {
    padding: 10px 20px;
    transition: all 0.2s ease;
    color: #fff;
    border-radius: 15px;

}

.header .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(0);
}

.header .dropdown-item {
    padding: 10px 20px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(20px);
}

.header .dropdown:hover .dropdown-item {
    opacity: 1;
    transform: translateX(0);
}

.header .dropdown-item:nth-child(1) {
    transition-delay: 0.05s;
}

.header .dropdown-item:nth-child(2) {
    transition-delay: 0.1s;
}

.header .dropdown-item:nth-child(3) {
    transition-delay: 0.15s;
}

.header .dropdown-item:nth-child(4) {
    transition-delay: 0.2s;
}

.header .dropdown-item:nth-child(5) {
    transition-delay: 0.25s;
}

.header .dropdown-item:nth-child(6) {
    transition-delay: 0.3s;
}

.header .dropdown-item:nth-child(7) {
    transition-delay: 0.35s;
}

.header .dropdown-item:nth-child(8) {
    transition-delay: 0.4s;
}


.header .dropdown-item i {
    margin-right: 8px;
    width: 20px;
    text-align: center;
    color: #fff;
}

.header .dropdown-item:hover {
    background-color: #2c825e;
    transform: translateX(-5px);
}

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


.header .nav-item a.nav-link {
    padding: 10px 12px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    transition: 0.5s;

}

.header .nav-item a.nav-link:hover {
    color: #2c825e;
    border-bottom: 1px solid #2c825e;

}

.header .nav-item a.nav-link.dropdown-toggle:hover {
    color: #2c825e;
    border-bottom: 1px solid transparent;

}


.boxSearch button {
    background: transparent;
    border-left: 0;
}

.boxSearch input {
    background: transparent;
    border-right: 0;
}


.btnLanguage a {
    border: 1px solid #ededed;
    display: block;
    margin-bottom: 2px;
    width: 70px;
    padding: 0;
    font-size: 14px;
    box-shadow: 0 0 1px 0 #00000047;
}

.btnLanguage a:last-child {
    margin-bottom: 0;

}

.btnLanguage a.active {
    background: #2c825e;
    color: #fff;
}

.btnLanguage a:hover {
    border: 1px solid #2c825e;
    display: block;
}


/*------end header----*/






/*box search and modal*/
.modal_search#exampleModalCenter
{
    z-index: 10000000;
}
.modal_search .modal-dialog
{
    width: 200px;
    transition: 0.3s !important;
    overflow: hidden;
}

.modal_search.show .modal-dialog
{
    width: 100%;
}


.closeBtnModalSearch
{
    color: #000000 !important;
    outline: none !important;
    box-shadow: unset !important;
    background: transparent;
    border: 0;
}

.textBoxSearch
{
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    height: 50px;
    outline: none !important;
    box-shadow: unset !important;
    background: transparent !important;
    color:#3a825d !important;
}

.textBoxSearch::placeholder {
    color: #000000 !important;
    opacity: 1;
}


.setBtnSearch
{
    padding: 0;
    border: 0;
    background: transparent;

}
.setBtnSearch .input-group-text
{
    padding: 0;
    border: 0;
    background: transparent;

}

.setBtnSearch .input-group-text button
{
    border: 0;
    background: transparent;
    border-bottom: 1px solid;
    height: 50px;
    border-radius: 0;
    outline: none !important;
    box-shadow: unset !important;
    color: #3a825d;
    padding: 0 18px;
}




.modal-backdrop {

    background: #000000a1 !important;
    opacity: 1 !important;
    z-index: 1000000;
}

/* end box search and modal*/





/*----------------product-------------*/

.custom-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: linear-gradient(90deg, #133051 0%, #09a150 75%, #0b7f50 100%);
    padding: 10px 0;
    padding-bottom: 118px;
}

.wave {
    position: absolute;
    bottom: -11px;
    right: 0;
    width: 100%;
    height: 150px;
    clip-path: polygon(100% 0, -5% 94%, 100% 100%);
    background: #ffffff;
}
.wave:before {
    content: '';
    height: 100%;

    background: #45c58f;
    position: absolute;
    transform: rotate(356deg);
    bottom: 79px;
    left: -3px;
    right: -3px;
}

.circle-image {
    width: 100%;
}

.circle-text {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    font-size: 29px;
    font-weight: bold;
}

nav.breadcrumbWebSite {
    margin-top: 4px;
    margin-bottom: 12px;
}
nav.breadcrumbWebSite ol {
    margin: 0;
}

.breadcrumbWebSite .breadcrumb-item + .breadcrumb-item::before {
    content: "\f111" !important;
    font-family: "FontAwesome";
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    font-size: 5px;
    float: unset;
}


.breadcrumbWebSite a
{
    text-decoration: none;
}

.breadcrumbWebSite li.active a
{
    color: gray;
}


.breadcrumbWebSite .breadcrumb li:nth-child(2)::before {
    display: none;
}

.breadcrumbWebSite .arrow_left a {
    background: #f1f1f1;
    padding: 3px 12px;
    color: #34393C;
    border-radius:8px ;
}





.btnMoreLoad {
    width: 100%;
    border-radius: 8px;
    background: #F7F7F7 !important;
    color: #3a825d;
    padding: 10px 5px;
    margin-top: 15px;
}

.cardItemProduct {
    background: #F7F7F7;
    display: block;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    padding: 15px;
    padding-bottom: 33px;
    height: 100%;
}

.cardItemProduct  .imageItemProduct img{

    max-width: 71%;
}

.nameItemProduct {
    color: #1b1b1b;
    margin-bottom: 18px;
    font-size: 20px;
}

.showDetails {
    color: #3a825d;
}

.showDetails span{
    padding-right: 15px;
}


.myProductSwiper.swiper {
    width: 100%;
    height: 100%;
}

.myProductSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
}

.myProductSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.myProductSwiper  .swiper-wrapper a{
    background: #F7F7F7;
    display: block;
    padding: 4px 19px;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    width: 100%;
}

.myProductSwiper  .swiper-wrapper a.active{
    background: #3a825d;
    color: #fff;

}


.imageItemProduct {
    margin-bottom: 15px;
}
.loadingItem {
    text-align: center;
}



/*-----------index product---------*/



a.view_more {
    color: #fff;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 2px 12px;
}

.imageProductRgt {
    margin-top: 45px;
}

.imageProductLet {
    margin-top: -56px;
    text-align: center;
}

.nameRgt
{
    margin-top: 58px;
}

.nameProductAndDetails {
    margin-top: -22px;
}
.nameProd {
    position: relative;
    z-index: 100000;
}

.nameProd .nameP {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}

.nameProd .icon1 ,
.nameProd .icon2
{
    width: 100%;
    top: -57px;
}

.nameProd .icon1  {
    text-align: left;
}

.nameProd .icon2  {
    text-align: center;
}



.nameProd .icon1 img,
.nameProd .icon2 img
{
    width: 63px;
}






.imageProductRgt img,
.imageProductLet img
{
    max-width: 387px;
}

.namePage
{
    text-align: center;
}
.namePage div
{
    font-size: 28px;
    color: #3a825d;
    font-weight: bold;
    margin-bottom: -10px;
    margin-top: 36px;

}
.namePage p {
    color: #767676;
    margin-top: 36px;
}

.rigtImgProd img
{
    width: 100%;
}

.lefImgProd
{
    text-align: center;
}

.lefImgProd img
{

    width: 85%;
}

.headerPageProduct
{
    background-position: left bottom;
    background-size: auto 117%;
    background-repeat: repeat-x;

}

.contentCardProduct
{
    height: 330px;
}


section {
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 2;

}


section.section1 {
    background: #fdfdfd;

}

#curve1 {

    position: absolute;
    bottom: -1px;
    /*z-index: -1;*/
    left: -10px;
}

#curve1 path {

}



#curve3 {

    position: absolute;
    bottom: -2px;
    z-index: -1;
    left: -10px;
}

#curve3 path {
    fill: #fdfdfd;
}




/*-----------end index product---------*/



/*-----------   details product---------*/

.product-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.product-description {
    color: #666;
    line-height: 2;
    margin-bottom: 2rem;
}

.weight-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 2rem;
}

.weight-option {
    border: 1px solid #1BC590;
    border-radius: 11px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 148px;
}

.weight-option i{
    color: #1BC590;
}




.nutrition-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.calories {
    border: 2px solid #2196F3;
    color: #2196F3;
}

.protein {
    border: 2px solid #4CAF50;
    color: #4CAF50;
}

.fat {
    border: 2px solid #FFC107;
    color: #FFC107;
}

.product-image-container {
    position: relative;
    margin-bottom: 2rem;
}



.myBeLike{

    font-size: 49px;
    font-weight: 700;
    line-height: 58.8px;
    margin-top: 100px;
    margin-bottom: 50px;
}

/*-----------end  details product---------*/







/*----------------end product-------------*/


/*----------index------------*/




.animated_slider img
{
    width: 100%;
}

.animated_slider
{
    width: 640px;
    height:fit-content;
    position: absolute;
    right: 10%;
    transition: 0.7s;
    text-align: center;

}


@media (max-width: 1581px) {
    .animated_slider
    {
        width:  350px;
        right: 3%;

    }
}

@media (max-width: 1090px) {
    .animated_slider
    {
        width:  350px;
        right: 1%;

    }
}

@media (max-width: 910px) {
    .animated_slider
    {
        display: none;
    }
}



.mediaSlide
{
    position: relative;
    text-align: center;
}


.layer
{
    position: relative !important;
}


.iconAndName span {
    font-size: 22px;
    margin-left: 12px;
}
.info_Statistics .numberStatis
{
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.info_Statistics .numberStatis span
{

    font-size: 60px;
    font-weight: bold;

}

.info_Statistics .numberStatis sub
{
    bottom: 28px;
    font-size: 36px;
    color: #1BC590;
}

.info_Statistics .iconAndName
{
    text-align: center;
    color: #fff;

}

.statistics{
    background: #1B6DDF;
    padding: 30px 0;
}


.statistics .cardStatistics {
    border-radius: 15px;
    border: 1px solid #77A9EE;
    padding: 22px 0;
}

.company_offices
{
    font-weight: bold;
    font-size: 20px;
}

.textMap {
    color: #80868c;
    line-height: 2;
}
.titleMap {
    font-weight: bold;
    margin-bottom: 16px;
}

span.numberMap {
    margin-left: 15px;
    background-color: #198754;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.carousel_inner
{
    border-left: 1px solid #d1d5d9;
    border-radius: 15px;
    height: 400px;
}
.mapFrame iframe
{
    width: 100%;
    height: 400px;
}


.listLocation {
    background: #f7f7f7;
    border: 2px solid #d1d5d9;
    overflow: hidden;
    border-radius: 15px;
}
.controlCarousel {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    min-height: 410px;
    overflow-y: auto;
    overflow-x: hidden;
}


.controlCarousel .rowSliderControl
{
    border: 0;
    border-bottom: 1px solid #d1d5d9;
    width: 100%;
    position: relative;
    margin: 0;
    min-height: 122px;
    background-color: #f7f7f7 !important;
    text-indent: 0;
    opacity: 1 !important;
    padding: 5px 0;

}

.controlCarousel .rowSliderControl.active
{
    background-color: #ffffff !important;
}
.controlCarousel .rowSliderControl:last-child
{
    border-bottom: 0;


}


. {
    height: 700px;
    background: gray;
    position: relative;
}



.viewsNews {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: left;
    padding: 3px 10px;
    background: linear-gradient(180deg, rgba(38, 38, 38, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.imageNews
{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}


.news-card {
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}
.news-card:hover {
    opacity: 0.7;
}



.imageNews img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}


.titleNews {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5;
    margin-top:10px;
    color: #242424;

}











.store-badge {
    height: 40px;
    transition: transform 0.3s ease;
    margin-right: 15px;
}
.downloadNow {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 18px;
    display: block;
}

.textAboutApp {
    font-size: 26px;
    margin-bottom: 65px;
    line-height: 2;
}

.appDownload a
{
    text-decoration: none;
}


.appSection {
    background: #f5f5f5;
    padding-top: 55px;
    margin-top: 100px;
    overflow: hidden;
}

.app-screenshot {
    width: 100%;
    height: auto;
}

.store-badge {
    height: 40px;
    margin: 10px;
    transition: transform 0.3s ease;
}

.store-badge:hover {
    transform: scale(1.05);
}





.read_more
{
    background: #FFFFFF;
    display: inline-block;
    padding: 3px 13px;
    text-decoration: none;
    color: #2c825e;
    border-radius: 10px;
}

.titleAbout{

    font-size: 31px;
    font-weight: 700;
    line-height: 37.2px;
    color:#FFCC4A;
    margin-bottom: 23px;
}

.contentAbout {
    margin-top: 5px;
}

.contentAbout span{
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    text-align: justify;
    color: #fff;
}




.imageCompany {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}

.aboutSection
{
    background: #12825F;
    width: 100%;

    margin-top: 110px;
}

.showMore
{
    color: #12825F;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;

}

.controlSliderProduct
{
    width: 100px;
    position: relative;
    height: 48px;
    margin-left: 12px;
}

.controlSliderProduct .swiper-button-next {
    background: #12825F;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.controlSliderProduct .swiper-button-prev
{
    background: #12825F;
    width: 30px;
    height: 30px;
    border-radius: 5px;

}
.controlSliderProduct .swiper-button-next:after,  .controlSliderProduct .swiper-button-prev:after {

    font-size: 15px;
    color: #ffffff;

}



.about_Product
{

    font-size: 39px;
    font-weight: 500;
    line-height: 68px;
    text-align: center;
    color: #12825F;
    margin-bottom: 30px;

}
.myProduct
{
    font-size: 49px;
    font-weight: 700;
    line-height: 58.8px;
    text-align: center;
    margin-bottom: 30px;

}

.titleCardImg {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 15px;
    color: #12825F;

}
.detailsProduct {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: absolute;
    bottom: 9px;
    left: 10px;
    right: 10px;
    color: #12825F;
}

.imageCardProduct
{
    width: 100%;
    text-align: center;


}
.imageCardProduct img
{
    max-width: 100%;
    max-height: 150px;
}

.cardProduct
{

    height: 300px;
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 365px;
    position: relative;
    display: block;
    text-decoration: none;
}



.fileSlider
{
    position: relative;
}

.fileSlider .ellipse
{
    position: absolute;
    width: 86%;
    top: 29%;
    z-index: 200;
}


.imageSlider
{
    width: 100%;
    z-index: 100;
    position: relative;
    max-width: 70%;
}

.videoSlider
{
    width: 73%;
    position: relative;
    z-index: 100;
}



.mediaSlide .nameAlkafeel
{
    position: absolute !important;
    width: 253px;
    right: 15%;
    z-index: 10;
    opacity: 0;
}


.nameAlkafeel.showAlkafeel
{
    opacity:1;
    transition: 2s;

}



.sun
{
    text-align: center;
    position: absolute;
    width: 68%;
    opacity: 0;
}
.sun.showSun
{
    opacity:1;
    transition: 3s;

}

.sun .sun1
{
    position: absolute;
    top: 18px;
    left: 50%;
}

.sun .sun2
{
    position: absolute;
    left: 48%;
    animation: spinner 50s linear infinite;
}




@-moz-keyframes spinner {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spinner {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}


.bg_slider {
    background-color: #ffffff;
    width: 150%;
    height: 95%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    position: absolute;
    top: 0;
    left: -25%;
    overflow: hidden;
}


.carve {
    background-color: #44c38e;
    width: 140%;
    height: 96%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    position: absolute;
    top: 0;
    left: -20%;
}


.sliderWebsite
{
    padding: 10px;
    padding-top:5px ;
}

.sliderWebsite .slide
{
    min-height: 700px;
    border-radius: 5px;
    border: 2px solid #ebedef;
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
}






.controlSlider .col-auto
{
    position: relative;
}


.swiper.newSlider {
    width: 100%;
    height: 580px;
}

.newSlider .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.newSlider.swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.newSlider.swiper {
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}



.imgSlider
{
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;

}

.backGrBlack{
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.72) 35.1%, rgba(0, 0, 0, 0.00) 100%);
    width: 100%;
    height: 100%;
}

.titleSlider
{
    color: #000;
    text-align: left;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    margin-bottom: 20px;
}

.moreDetails{
    color: #FFF !important;
    border-radius: 8px;
    background:   #2D8BF7;
}


.newSlider .swiper_pagination
{
    width: 250px;
    margin-bottom: 5px;
}




.newSlider   .swiper-pagination-vertical.swiper-pagination-bullets,  .newSlider  .swiper-vertical>.swiper-pagination-bullets
{
    bottom: 3px;
    right: 0;
    width: 100%;
    top: var(--swiper-pagination-top, auto);
}


.newSlider .swiper-pagination
{
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    left: -3px;

}

.newSlider .swiper-pagination span
{
    width: 25px;
    border-radius: 0;
    height: 5px;
    background: #3a825d !important;
    display: inline-block !important;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
}


.newSlider .controlSlider
{
    margin-top: -30px;
}


.newSlider .swiper-button-next

{
    background: unset;
    width: 44px;
    top: -15px;
    right: 0;
    left: unset;
}
.newSlider  .swiper-button-prev
{
    background: unset;
    width: 44px;
    top: -15px;
    left: 0;
    right: unset;
}


.newSlider .swiper-button-next:after,  .newSlider .swiper-button-prev:after {
    font-size: 18px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #3a825d;
    border: 2px solid rgb(58 130 93);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}







/*----------end index------------*/
/*----------  footer------------*/


.footer {
    border-top: 2px solid #ebedef;
    padding-top: 37px;
    padding-bottom: 0;
}
.footer a {
    color: #6c757d;
    text-decoration: none;
    margin: 0 10px;
}


.footer .contact-info {
    margin-top: 15px;
}

.footer .contact-info  .titleLine {
    color: #6c757d;
}

.footer .contact-info  .infoLine {
    color: #131313;
}



.footer .footer-links {
    background: transparent;
    border: 0;

}
.footer .footer-links a {
    text-align: left;
    background: transparent;

    border: 0;
}

.social-icons a{
    margin-bottom: 25px;
    display: inline-block;
}
.footer .social-icons i {
    font-size: 1.5rem;
    margin: 0 5px;
}
.footer .copyrght {
    margin-top: 15px;
    font-size: 0.9rem;
    border-top: 1px solid #ebedef;
    padding-top: 15px;
    text-align: center;
}

.buttonGoUp{
    text-align: center;
}

.buttonGoUp a{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 6px 31px;
    border: 0;
    border-radius: inherit;
    color: #fff !important;
}


/*----------end footer------------*/
