* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;

}

:root {
    --main-color: #2196f3;
    --main-color-alt: #1787e0;
    --main-transition: 0.4s;
    --main-padding-top: 100px;
    --main-padding-bottom: 100px;
    --section-background: #ececec;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

/* start box */
.d-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.radius-6 {
    border-radius: 6px;
}

/* end box */
/* start margin and padding */
.p-20 {
    padding: 20px;
}

.p-10 {
    padding: 10px;
}

.m-20 {
    margin: 20px;
}

.mt-0 {
    margin-top: 0;
}

/* end margin and padding */
/* start color */
.bg-white {
    background-color: white;
}

/* end color */
/* start position */
.relative {
    position: relative;
}

/* end position */
/* start font */
.txt-cen {
    text-align: center;
}

.fs-14 {
    font-size: 14px;
}

.c-black {
    color: black;
}

/* end font */

/* بداية التنسيقات المتكامله */
/* بداية راس الموقع للتصميم الثاني للزيرو */
body {
    background-color: #F7F7F7;
}

.header-two {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
}

.header-two .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 0;
}

.header-two .nav-two ul li a {
    color: white;
    display: block;
    text-decoration: none;
    font-size: 14px;
    transition: 0.4s;
    padding: 30px;
    z-index: 2;
    position: relative;
}

.font-size-14px {
    font-size: 14px;
}

.header-two .nav-two ul li a.active,
.header-two .nav-two ul li a:hover {
    color: #2196f3;
    border-bottom: solid 1px #2196f3;
}

a.active-bottom-borderAndFontColor2196f3-permanent,
a.bottom-borderColor2196f3:hover {
    color: var(--main-color);
    border-bottom: solid 1px var(--main-color);
}

@media (min-width:768px) {
    .header-two .nav-two .toggle-menu {
        display: flex;
    }


    .toggle-menu-image {
        display: none;
    }

    .mark-after::after {
        width: 100%;
    }

}

@media (max-width:767px) {
    .nav-two {
        width: 100%;
    }

    .header-two .nav-two .toggle-menu ul {
        display: none;
    }

    .toggle-menu-image {
        width: 20px;
        display: flex;
        position: relative;
        top: 28px;

    }

    .header-two .nav-two .toggle-menu:hover ul {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgb(0 0 0 / 50%);
    }


    .background-color-black-transparent50 {
        background-color: rgb(0 0 0 / 50%);

    }

    .header-two .nav-two .toggle-menu:hover ul li a {
        padding: 15px;
        width: 100%;
    }

    .paddingInScreen767Px15Px {
        padding: 15px;
    }
}

.header-two .nav-two ul {
    display: flex;
}

.mark-after::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #a2a2a2;
    bottom: 0;
    width: calc(100% - 30px);
    left: 15px;
}

.nav-two .logo img {
    height: 70px;
}

.header-two .nav-two {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-content: space-between;
}

.header-two .nav-two .form {
    width: 40px;
    height: 40px;
    position: relative;
    margin-left: 30px;
    border-left: solid white 1px;
    top: 20px;
}

.header-two .nav-two .form img {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 0;
    height: 70%;
}

@media(max-width: 767px) {
    .header-two .nav-two .form {
        top: 0;

    }

}

/* بداية راس الموقع للتصميم الثاني للزيرو  */
/* بداية العنوان الذي يعمل فيلل عند الهوفر */
.main-title-wheat {
    margin: 0 auto 70px;
    border: 2px solid wheat;
    padding: 10px 20px;
    font-size: 30px;
    width: fit-content;
    position: relative;
    z-index: 1;
    transition: var(--main-transition);
    color: gray;
}

@media(max-width: 767px) {
    .main-title-wheat {
        font-size: 19px;
        text-align: center;
    }
}

.main-title-wheat::before,
.main-title-wheat::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: wheat;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.main-title-wheat:hover::before {
    z-index: -1;
    animation: left-move 0.5s linear forwards;
}

.main-title-wheat:hover::after {
    z-index: -1;
    animation: right-move 0.5s linear forwards;
}

.main-title-wheat::before {
    left: -30px;
}

.main-title-wheat::after {
    right: -30px;
}

.main-title-wheat:hover {
    color: #151515;
    border: 2px solid wheat;
    transition-delay: 0.5s;
}

/* نهاية العنوان الذي يعمل فيلل عند الهوفر */
.header-three {
    background-color: white;
    position: relative;
    -webkit-box-shadow: 0 0 10px #444040;
    -moz-box-shadow: 0 0 10px #444040;
    box-shadow: 0 0 10px #444040;
}

.header-three .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.header-three .logo {
    width: 120px;
    height: 120px;
}

.header-three .logo img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width:767px) {
    .header-three .logo img {
        width: 100%;
        height: 94%;
    }
}

.header-three .main-nav {
    display: flex;
}

@media (max-width:767px) {
    .header-three .main-nav {
        margin: auto;
    }
}

.header-three .main-nav>li>a {
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: black;
    padding: 0 30px;
    transition: var(--main-transition);
    overflow: hidden;
}

@media(max-width: 767px) {
    .header-three .main-nav>li>a {
        padding: 9px;
        font-size: 13px;
        height: 38px;

    }

}

.header-three .main-nav>li>a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--main-color);
    transition: var(--main-transition);
    top: 0;
    left: -100%;
}
.header-three .main-nav>li>.active::before{
    left: 0;
}
.header-three .main-nav>li>a:hover{
    color: var(--main-color);
    background-color: #fafafa;
}
.header-three .main-nav>li>.active{
    color: var(--main-color);
    background-color: #fafafa;
}
.header-three .main-nav>li>a:hover::before {
    left: 0;
}
/* .active{
    color: var(--main-color);
} */
.header-three .mega-menu {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    padding: 30px;
    background-color: white;
    border-bottom: 3px solid var(--main-color);
    z-index: -1;
    display: flex;
    gap: 40px;
    opacity: 0;
    top: calc(100% + 50px);
    transition: top var(--main-transition);
}

.header-three .main-nav>.mgm:hover .mega-menu{
    opacity: 1;
    z-index: 100;
    top: calc(100% + 1px);
    width: 100%;
    height: 384%;

}


.header-three .main-nav>.mgm:hover .mega-menu li{
    display: flex;
}
@media(max-width:767px) {
    .header-three .mega-menu {
        flex-direction: column;
        gap: 0;
        padding: 5px;
    }
}
.header-three .main-nav>.mgm:hover .mega-menu .links{
    min-width: 250px; 
}
.header-three .mega-menu .links {
    min-width: 0;
    flex: 1;
}
@media(max-width: 767px){
    .header-three .mega-menu .links {
        min-width: 0;
    }
}
.header-three .mega-menu .image img {
    max-width: 100%;
}

@media(max-width:991px) {
    .header-three .mega-menu .image {
        display: none;
    }
}

.header-three .mega-menu .links li {
    position: relative;
}

.header-three .mega-menu .links li:not(:last-child) {
    border-bottom: 1px solid #e9e6e6;
}

@media(max-width:767px) {
    .header-three .mega-menu .links:first-of-type li:last-child {
        border-bottom: 1px solid #e9e6e6;
    }

    ;
}

.header-three .mega-menu .links li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: gray;
    z-index: -1;
    transition: var(--main-transition);
}

.header-three .mega-menu .links li:hover::before,
.header-three .mega-menu .links li:hover a {
    width: 100%;
    color: whitesmoke;
}
.header-three .mega-menu .links .active::before{
    width: 100%;
    color: whitesmoke;
}
.header-three .mega-menu .links .active::before,
.header-three .mega-menu .links .active a {
    width: 100%;
    color: whitesmoke;
}
.header-three .mega-menu .links li a {
    color: var(--main-color);
    display: block;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
}

.header-three .mega-menu .links li a i {
    margin-right: 10px;
}
.footer .box .social li a{
    background-color: #313131;
    color: #b9b9b9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    transition: var(--main-transition);
    border-radius: 10px;
}
.footer .box .social .facebook:hover{
    background-color: #1877f7;
}
.footer .box .social .twitter:hover{
    background-color: #1da1f2;
}
.footer .box .social .instagram:hover{
    background: linear-gradient(to bottom left, #FC01D6, #ff0000);
}
/* background: linear-gradient(265.27deg, #00FFE0 20.55%, #00F27E 94.17%); */

.footer .box .social .whatsapp:hover{
    background-color: #058714;
}
/* نهاية التنسيقات المتكامله */
@keyframes left-move {
    50% {
        left: 0;
        width: 12px;
        height: 12px;
    }

    100% {
        left: 0;
        border-radius: 0;
        width: 60%;
        height: 100%;
    }
}

@keyframes right-move {
    50% {
        right: 0;
        width: 12px;
        height: 12px;
    }

    100% {
        right: 0;
        border-radius: 0;
        width: 60%;
        height: 100%;
    }
}