:root{
    --primaryColor :#13A94C;
    --secondColor  : #64748B;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Almarai", sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
}
body,html{
    overflow-x: hidden !important;
}
p{
    margin: 0 ;
    padding: 0;
}
a{
    text-decoration: none;
    color: black;
}
.back-black{
    background-color: black;
}
.back-orange{
    background-color: var(--primaryColor);
}
.orange{
    border-radius: 200px;
    background-color: #43A047;
    padding: 12px 24px;
    color: white;
    border: none;
    font-weight: 600;
    transition: all;
    transition-duration: 0.5s;
}
.orange:hover{
    background-color: #D4D4D4;
    color: var(--primaryColor);
}
.white{
    border-radius: 200px;
    background-color: white;
    color: var(--primaryColor);
    padding: 12px 24px;
    border:1px solid #D4D4D4 ;
    font-weight: 600;
}
.head-all{
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}
.line-all {
    height: 4px;
    width: 200px;
    margin: 0 auto;
    background: linear-gradient(270deg, #D9D9D9 0%, #13A94C 100%);
}.parag-all{
    text-align: center;
    color: var(--secondColor);
    font-size: 18px;
    margin-top: 25px;
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
@media screen and (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media screen and (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .head-all{
        font-size: 50px;
    }
    .line-all{
        width:265px ;
    }
    .parag-all{
        font-size: 24px;
    }

}

@media screen and (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
/* End Global Style */
/* Start Section info */
.info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 22;
    flex-wrap: wrap;
    row-gap: 20px;
    padding: 20px 40px;
    color: white;
    position: relative;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(10px); 
}
.info .social{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}
.info .social div{
    display: flex;
    align-items: center;
    gap: 6px;
}
.info .social div i{
    margin-top: 3px;
    color: var(--primaryColor);
}
.info .icons{
    display: flex;
    align-items: center;
    gap: 15px;
}
.info .icons div{
    display: flex;
    align-items: center;
    padding-left: 15px ;
    gap: 10px;
    border-left: 1px solid white ;
}
.info .icons div p{
    display: flex;
    align-items: center; 
    gap: 2px;
}
/* End Section info */
/* Start Section Nav */
nav{
    top: 0px;
    position:sticky;
    width: 100%;
    border-top: 1px solid #707070 ;
    border-bottom: 1px solid #707070 ;
    z-index: 999;

}
.scroll-container {
  height: 10000px;
  overflow-y: auto;
}
nav .section{
    display: flex;
    justify-content: space-between ;
    align-items: center;
    padding: 10px 0;
}
nav .section .menu{
    display: none;
}
nav .section .menu i{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    padding: 16px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 100%;
}
nav .section .icon i{
    font-size: 40px;
    color: white;
}
nav .section .links{
    display: flex;
    align-items:center;
    gap: 35px;
}
nav .section .links a{
    color: white;
    font-size: 19px;
}
nav .section .links .none{
    display: none;
}
nav .section .contact a{
    color: white;
    border: 1px solid white;
    border-radius: 200px;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 19px;
}
@media screen and (max-width:992px) {
    nav .section .contact{
        display: none;
    }
    nav .section .links{
        display: flex;
        position: absolute;
        flex-direction: column;
        width: 100%;
        background-color: var(--primaryColor);
        margin: 0 auto;
        top: 73px;
        left: 0;
        padding: 40px;
    }
    nav .section .links .none{
        display: block;
    }
    nav .section .menu{
        display: block;
    }
}
@media screen and (max-width : 568px) {
    nav{
        padding: 0 20px;
    }
}
/* End Section Nav */
/* Start Section Footer */
footer {
    position: relative;
    padding: 70px 0;
    height: 614px;
    color: white;
    z-index: 1;
    overflow: hidden;
}

footer::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/background-footer.jpg");
    background-size: cover;
    background-position: center;
    filter: brightness(0.3);
    z-index: -1;
}
footer .section {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
    color: white;
}
footer .section .social{
    display: flex ;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
footer .section .social .icon{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
footer .section .social .icon i{
    font-size: 60px;
}
footer .section .social .icon .parag{
    font-size: 20px;
    max-width: 300px;
    line-height: 28px;
    font-family: inter;
    letter-spacing: 0.5px;
}
footer .section .social .icons{
    display: flex;
    align-items: center;
    gap: 20px;
}
footer .section .social .icons span{
    background-color: transparent;
    border: 1px solid white;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
}
footer .section .social .copyright{
    font-weight: 600;
}
footer .section .links{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
footer .section .links h1{
    font-weight: 600;
}
footer .section .links a{
    color: white;
    font-size: 20px;
}
footer .section .contact-information{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
footer .section .contact-information h1{
    font-weight: 600;
}
footer .section .contact-information div{
    display: flex;
    align-items: center;
    gap: 7px;
}
footer .section .contact-information div p{
    font-size: 20px;
}
@media screen and (max-width:992px) {
    footer{
        padding: 70px 0 200px;
        height: 750px;
    }
}
@media screen and (max-width:568px) {
    footer{
        height: fit-content;
        padding: 70px 0;
    }
    footer .section .social{
        gap: 30px;
    }
}
/* End Section Footer */


