*{
    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;
    z-index: 999999;
    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: 0 auto 10px;
    background-color: white;
    border-radius: 80px;
    position: fixed;
    padding: 10px 30px;
    z-index: 999999999;
    top: 50px;
    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 5px
}
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: 900px;

}
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: 19px;
    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%;
        position: fixed;
    }
    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 Common */
.common{
    padding: 70px 0;
}
.common .description{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.common .description .header{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.common .description .header .head-1{
    font-size: 50px; 
    max-width: 477px;
    font-weight: 600;
    color: var(--primaryColor);
}
.common .description .header .head-1 span{
    color: var(--zaher8ame2);
}
.common .description .header .image{
    width: 477px;
}
.common .description .header .image img{
    width: 100%;
}
.common .description .parag{
    font-size: 20px;
    flex-basis: 50%;
    color: var(--secondColor);
}
.common .boxes{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.common .boxes .box{
    box-shadow: 0px 6px 60px 0px #E2ECF966;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 5px;
    flex-basis: 32%;
    min-height: 400px;
    border-bottom:4px solid #9E005D;
}
.common .boxes .box h3{
    font-size:24px ;
    font-weight: 600;
    text-align: center;
    color: var(--primaryColor);
}
.common .boxes .box p{
    font-size: 16px;
    color: var(--secondColor);
    text-align: center;
}
@media screen and (max-width:1200px) {
    .common .description .parag{
        flex-basis: 45%;
    }
}
@media screen and (max-width:992px) {
    .common .description{
        justify-content: center;
        gap: 40px;
    }
    .common .description .parag{
        flex-basis: 100%;
    }
    .common .boxes{
        justify-content: center;
        gap: 30px;
    }
    .common .boxes .box{
        flex-basis: 45%;
    }
}
@media screen and (max-width:768px) {
    .common .description .header .head-1{
        font-size: 30px;
    }
    .common .description .header .image{
        width: 277px;
    }
    .common .description .parag{
        font-size: 18px;
    }
    .common .boxes .box{
        flex-basis: 70%;
    }
}
@media screen and (max-width:568px) {
    .common .boxes .box{
        flex-basis: 95%;
    }
}
/* End Section Common */

/* Start Section Streamlined */
.streamlined{
    height: 368px;
    padding: 60px 0;
    color: white;
    position: relative;
    z-index: 1;
}
.streamlined::after{
    background-image: url("../images/image-background.jpg");
    background-size: cover;
    background-position: left;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
    z-index: -1;
}
.streamlined .head-1{
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
}
.streamlined .parag{
    font-size: 20px;
    text-align: center;
}
@media screen and (max-width:786px) {
    .streamlined .head-1{
        font-size: 30px;
    }
    .streamlined .parag{
        font-size: 18px;
    }
}

/* End Section Streamlined */

/* Start Section desc */
.desc{
    padding: 80px 0;
    margin-top: -70px;
    border-top-left-radius: 120px ;
    border-top-right-radius: 120px;
    position: relative;
    z-index: 1;
    background-color: white;
}
.desc .section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 60px;
}
.desc .section .boxes{
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.desc .section .boxes .box{
    display: flex;
    align-items: center;
    gap: 20px;
}
.desc .section .boxes .box img{
    width: 72px;
    height: 72px;
}
.desc .section .boxes .box .header{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.desc .section .boxes .box .header h3{
    font-size: 24px;
    color: var(--primaryColor);
    font-weight: 600;
}
.desc .section .boxes .box .header p{
    color: var(--secondColor);
    font-size: 16px;
    margin: 0;
}

@media screen and (max-width:1200px) {
    .desc .section .image{
        flex-basis: 45%;
    }
    .desc .section .image img{
        width: 100%;
    }
}

@media screen and (max-width:992px) {
    .desc .section{
        justify-content: center;
    }
    .desc .section .image{
        flex-basis: 80%;
    }
    .desc .section .boxes{
        flex-basis: 80%;
    }
}
@media screen and (max-width:768px) {
    .desc .section .image{
        flex-basis: 90%;
    }
    .desc .section .boxes{
        flex-basis: 90%;
    }
}
@media screen and (max-width:568px) {
    .desc{
        margin-top: -50px;
    }
    .desc .section .image{
        flex-basis: 100%;
    }
    .desc .section .boxes{
        flex-basis: 100%;
    }
}

/* End Section desc */

/* Start Section Measurable */
.measurable{
    background-color: #FBFBFB;
    padding: 60px 0;
}
.measurable .head-1{
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.measurable .head-1 span{
    color: var(--zaher8ame2);
}
.measurable .parag{
    font-size: 20px;
    max-width: 1000px;
    margin: 0 auto;
    color: var(--secondColor);
    text-align: center;
}
.measurable .data{
    display: flex;
    flex-wrap: wrap;
}
.measurable .data .image-1{
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}
.measurable .data .image-1 img{
    width: 49%;
}
.measurable .data .image-3{
    flex-basis: 100%;
}
.measurable .data .image-3 img{
    width: 100%;
}
@media screen and (max-width:992px) {
    .measurable .data .image-1 img{
        width: 100%;
    }
}
@media screen and (max-width:768px) {
    .measurable .head-1{
        font-size: 30px;
    }
    .measurable .parag{
        font-size: 16px;
    }
}
@media screen and (max-width:568px) {
    .measurable .data .image-3 img{
        width: 120%;
        margin-left: -35px;
    }
}
/* End Section Measurable */

/* 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 */