*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: var(--font);
}
:root{
    --font: Inter , sans-serif;
    --primaryColor : #243A50;
    --secondColor :  #64748B ;
    --zaher8ame2 : #9E005D ;
    --shadow :  0 4px 6px rgba(0, 0, 0, 0.1)
}
html, body {
    overflow-x: hidden !important;
}

/* Start Section Home */
main {
    background: linear-gradient(278.18deg, #002C51 6.29%, #032643 61.77%);
    overflow: hidden;
    color: white;
    padding-bottom: 130px;
    position: relative;
    overflow: hidden;
}
main::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;        
    z-index: 1; 
}
main .content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
main .star-2{
    position: absolute;
    width: 2.52px;
    height: 2.35px;
    background-color: #FFFFFF99;
}
main .content nav{
    max-width: 1200px;
    width: 100%;
    height: 70px;
    margin: 50px auto 10px;
    background-color: white;
    border-radius: 80px;
    position: fixed;
    padding: 10px 30px;
    z-index: 999999999;
    top: 0;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

main .content nav .links .logo img{
    object-fit:contain;
}
   
   
main .content nav .links{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
main .content nav .links .content-links{
    display: flex ;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 100;
}
main .content nav .links .content-links .contact-us-2{
    display: none;
}
main .content nav .links .icon{
    border-radius: 50%;
    padding: 8px 10px;
    display: none;
    color: var(--primaryColor);
    background-color: white;
    transition-property: background-color;
    transition-duration: 0.3s;
}
main .content nav .links .icon:hover{
    background-color: gray;
    cursor: pointer;
}    
main .content nav .links .content-links .logo{
    color: var(--secondColor);
}
main .content nav .links .content-links a{
    text-decoration: none;
    font-family: var(--font);
    font-weight: 400;
    color:var(--primaryColor);
    font-size: 20px;
}

main .content-links a.active,
main .contact a.active {
   
    font-weight: 600  !important;
}
main .content nav .links .contact a{
    text-decoration: none;
    font-family: var(--font);
    color: white;
    font-weight: 600;
    padding: 13px 30px;
    font-size: 20px;
    background-color:#002C51;
    border-radius: 500px;
    transition-property: color background-color;
    transition-duration: 0.5s;
}   
main .content nav .links .contact a:hover{
    background-color : #002542;
}
main .content .mini-links{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 200px 0 20px 0;
    position: relative;
    z-index: 999;
}
main .content .mini-links a{
    text-decoration: none;
    color: white;
    font-size: 24px;
    font-weight: 600;
}
main .content .mini-links span{
    font-size: 26px;
    margin : 0 6px ;
    font-weight: 600;
}
main .content header{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
    color: white;
} 
main .content header .head-1{
    font-family: var(--font);
    font-weight: 600;
    font-size: 60px;
    line-height: 140%;
    margin:  0 auto ;
    text-align: center;
    max-width: 1200px;

}
main .content header .head-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: var(--font);
    font-weight: 200;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #ffffffed;
    letter-spacing: 2px;
    margin-top: 10px;
}
main .content .description{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px;
    margin-top: 40px;
    border-top: 1px solid #FFFFFF80;
    border-bottom: 1px solid #FFFFFF80;
    width: 100%;
}
main .content .description div{
    display: flex;
    flex-direction: column;
}
main .content .description div h5{
    color: white;
    font-weight: 600;    
}
main .content .description div small{
    text-align: start;
}
@media screen and (min-width: 1600px) {
    main .content nav {
        max-width: 1440px;
    }
}
@media screen and (max-width:992px) {
    main .content nav{
        width: 90%;
    }
    main .content nav .links .content-links{
        position: absolute;
        flex-direction: column;
        top: 106px;
        left: 50%;
        width: 80%;
        align-items: start;
        border-radius: 10px;
        background-color: var(--primaryColor);
        padding: 27px;
        transform:translateX(-50%);
    }
    main .content nav .links .content-links a{
        color: white;
    }
    main .content nav .links .logo img{
        width: 100px !important;
    }
    main .content nav .links .content-links .contact-us-2{
        display: inline;
    }
    main .content nav .links .icon{
        display: flex;
    }
    main .content nav .links .contact{
        display: none;
    }
    main .content header .head-1{
        font-size: 34px;
    }
}
@media screen and (max-width:568px) {
    main{
        padding-bottom: 200px;
    }
}
/* End Section Home */
/* Start Section Works */
.works{
    padding: 70px 0;
}
.works .section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--primaryColor);
    flex-wrap: wrap;
    gap: 50px;
}
.works .section .child-1{
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.works .section .child-1 .head-1{
    font-size: 22px;
    margin: 0;
}
.works .section .child-1 .head-2{
    font-weight: 600;
    font-size: 50px;
    line-height: 75px;
}
.works .section .child-1 .head-2 span{
    color: var(--zaher8ame2);
}
.works .section .child-1 .parag{
    color: var(--secondColor);
    font-size: 20px;
}
.works .section .child-1 button{
    text-decoration: none;
    font-family: var(--font);
    background-color: var(--primaryColor);
    font-weight: 600;
    padding: 17px 30px;
    font-size: 20px;
    color: white;
    border: none;
    border-radius: 10px;
    transition-property: color background-color;
    transition-duration: 0.5s;
    margin-bottom: 30px;
    width: fit-content;
}
.works .section .child-1 button:hover{
    background-color:gainsboro;
    color: var(--primaryColor);
}
.works .section .child-2{
    display: flex;
    flex-direction: column;
    gap: 70px;
    width: 45%;
    position: relative;
    flex-wrap: wrap;
}
.works .section .child-2 .vertical-1 , .works .section .child-2 .vertical-2{
    position: absolute;
    width: 2px;
    height: 72px;
    border: 1px solid #E4E4E4
}
.works .section .child-2 .vertical-1{
    top: 79px;
    left: 40px;
}
.works .section .child-2 .vertical-2{
    top: 228px;
    left: 40px;
}
.works .section .child-2 .description{
    display: flex;
    gap: 35px;
    position: relative;
}
.works .section .child-2 .description .box{
    position: relative;
}
.works .section .child-2 .description .number{
    position: absolute;
    top: -11px;
    right: -11px;
    background-color: var(--zaher8ame2);
    width: 32px;
    height: 32px;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.works .section .child-2 .description .data h5{
    font-weight: 600;
}
.works .section .child-2 .description .data p{
    color: var(--secondColor);
    margin-top: 17px;
    margin: 0;
}
@media screen and (max-width:1200px) {
    .works .section .child-1{
        width: 40%;
    }
    .works .section .child-2{
        width: 50%;
    }
}
@media screen and (max-width:992px) {
    .works .section{
        justify-content: center;
    }
    .works .section .child-1 , .works .section .child-2{
        width: 90%;
    } 
}
@media screen and (max-width:568px) {
    .works .section .child-1 , .works .section .child-2{
        width: 100%;
    } 
    .works .section .child-2 .description{
        height: 100px;

    }
    .works .section .child-2 .description .data p{
        font-size: 14px;
    }
    .works .section .child-2 .vertical-1 , .works .section .child-2 .vertical-2{
        height: 91px;
    }
    .works .section .child-2 .vertical-2{
        top: 250px;
    }
    .works .section .child-1 .head-2{
        font-size: 30px;
        line-height: 50px;
    }

    
}
/* End Section Works */

/* Start Section Services */
.services{
    padding: 40px 0;
}
.services .head-1{
    font-weight: 600;
    font-size: 50px;
    line-height: 75px;
    text-align: center;
}
.services .head-1 span{
    color: var(--zaher8ame2);
}
.services .parag{
    text-align: center;
    color: var(--secondColor);
    font-size: 20px;
    max-width: 1100px;
    margin:  30px auto 0;
}
.services .boxes{
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-top: 40px;
}
.services .boxes .box{
    box-shadow: var(--shadow);
    padding: 10px 40px;
}
.services .boxes .box .data{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services .boxes .box .data .description{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-basis: 100%;
}
.services .boxes .box .data .description p{
    font-size: 20px;
    font-weight: 600;
    color: var(--primaryColor);
    margin: 0;
}
.services .boxes .box .informations{
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    /* padding-bottom: 20px; */
    
}
.services .boxes .box .informations p{
    margin: 0;
}
.services .boxes .box .informations img{
    width: 20px;
}

.gray{
    color: var(--secondColor);
    margin: 0;
}
.services .boxes .box .informations div{
    display: flex;
    align-items: center;
    gap: 20px;
}
.services .boxes .box .informations p{
    color: var(--secondColor);
    margin:  0;
}

@media screen and (max-width:768px) {
    .services .head-1{
        font-size: 30px;
    }

    .services .parag{
        font-size: 18px;
        margin-top: 20px;
    }
}

/* End Section Services */

/* Start Section help */
.help{
    position: relative;
    margin-top: 50px;
    z-index: 1;
    min-height: 580px;
    background: #002c51;
}
.help:before{
    content : "" ;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    height: 100%;
    left: 0;
    background: url("../images/cart.jpg");
    background-size: cover;
    z-index: -1;
    opacity: 0.2;
}
.help .section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 580px;
    gap: 17px;
    color: white;
}
.help .section h2{
    font-weight: 600;
    color: #FFCD00;
}
.help .section h1{
    font-size: 47px;
    text-align: center;
}
.help .section .line{
    width: 265px;
    height: 4px;
    border-radius: 500px;
    background: #E7E7E766;
}
.help .section p{
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 300;
    max-width: 1000px;
    margin-top: 10px;
}
.help .section button{
    border: 2px solid white;
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 6px;
    width: 200px;
    height: 60px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
    font-weight: 600;
    transition-property: all;
    transition-duration: 0.5s;
}
.help .section a{
    text-decoration: none;
}
.help .section button:hover{
    background-color: #FFCD00;
    border: none;
}
/* End Section help */

@media screen and (max-width:786px) {
    .help .section h1{
        font-size: 30px;
    }
    .help .section p{
        font-size: 18px;
    }
}

/* Start Footer */
footer{
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-family: var(--font);
}
footer small{
    font-weight: 400;
    font-size: 16px;
    color:#7e7e7e;
    font-size: 14px;
    margin-bottom: 20px;
    color: var(--primaryColor);
}
footer .head-1{
    font-weight: 700;
    font-size: 50px;
    color: #0A142F;
}
footer .parag-1{
    font-weight: 400;
    font-size: 20px;
    margin: 10px 0;
}
footer button{
    text-decoration: none;
    font-family: var(--font);
    background-color: var(--primaryColor);
    font-weight: 600;
    padding: 17px 30px;
    font-size: 20px;
    color: white;
    border: none;
    margin-top: 30px;
    border-radius: 10px;
    transition-property: color background-color;
    transition-duration: 0.5s;
    margin-bottom: 30px;
}
footer button:hover{
    background-color:gainsboro;
    color: var(--primaryColor);
}
footer .parag-2{
    font-weight: 400;
    margin-top: 15px;
    font-size: 14px;
    color: #0A142F;
}
footer .nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px 10px 20px;
    border-top :1px solid #8b8b8b64
}
footer .nav .icon{
    color: var(--secondColor);
}
footer .nav .links{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
footer .nav .links a{
    text-decoration: none;
    color: #0A142F;
    font-weight: 500;
    font-size: 16px;
}
footer .nav .icons{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
footer .nav .icons a{
    border-radius: 100%;
    border: 1px solid rgba(128, 128, 128, 0.356);
    color: var(--secondColor);
    padding: 10px 15px;
}
@media screen and (max-width:992px) {
    footer .head-1{
        text-align: center;
        margin-top: 10px;
    }
    footer .nav .links{
        gap: 20px;
    }  
}
@media screen and (max-width:768px) {
    footer .head-1{
        font-size: 30px;
        text-align: center;
        line-height: 40px;
    }
    footer .nav{
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }    
}
/* End Footer */