body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}



.navbar {
    /* background-color: #90a7e2; */
     background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px;
    position: relative;
    width: 100%;

}

.navbar-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-menu li {
    float: left;
}

.navbar-menu li a {
    display: flex;
    color: black;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 16px;
    font-family: cursive;
    align-items: center;
    justify-self: center;
}

.logo{
    width: 173px;
    margin-left: 10px;
    margin-bottom: 13px;
}

/* .navbar-menu li a i {
    margin-right: 8px;
} */

.navbar-menu li a:hover {
    background-color: #575757;
    color: white;
}

.navbar-signup a {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 20px;
    

}

.navbar-signup a:hover {
    background-color: #45a049;
}
   
.navbar-menu li .class1{
    width: 39px;
    height: 30pxs;
    /* margin-bottom: -10px; */
    /* padding-top: 31px; */
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-self: center;
    margin: 0px 20px;
}
/* about */
.aboutusimg{
    width: 550px;
    
    }
    .paragraph{
        width: 80%;
        font-family: sans-serif;
        font-weight: 500;
    }
    .section1{
        /* margin-left: 50px; */
    /* border: 2px solid red;   */
    margin-top: 10px;  
    }
    
    .text-block{
        display: flex;
        justify-content: center;
        align-items: flex-start;
      flex-direction: column;
      width: 50%;
    }
    .inner-section{
        display: flex;
        justify-content: center;
        align-items:center;
        width: 80%;
        margin: 0px auto;
        height: 70vh;
        border-top: 10px solid #0d2b4f;
        border-radius: 20px;
        box-shadow: 0px 0px 3px 0px;
    }



    .paragraphes{
    justify-content: center;
    align-items: center;
    position: relative;
    top: 200px;
    left: 300px;

    font-size: xx-large;
    /* font-style: bold; */
    font-family: sans-serif;
    }
    .section2{
        /* margin-left: 50px; */
    /* border: 2px solid red;   */
    margin-top: 10px;  
    }
    
    .text-block1{
        display: flex;
        justify-content: center;
        align-items: flex-start;
      flex-direction: column;
      width: 50%;
    }
    .inner-section1{
        display: flex;
        justify-content: center;
        align-items:center;
        width: 100%;
    }

    .imge{
        width: 50%;
    }
    .outer-section{
        margin-top: 10px;
    }
    .outer-section1{
        box-shadow: 0px 0px 10px 0px
    }


    /* vision */

    .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #ffffff;
        padding: 20px;
        border-radius: 8px;
        /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); */
        background-color: #0d2b4f;
    }
    
    .section {
        text-align: center;
        margin: 0 20px;
        border-right: 5px dotted white;
        border-left: 5px dotted white;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            box-shadow: 0px 0px 2px 0px;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
        
    }
    
    .icon {
        width: 80px;
        height: 80px;
        margin-bottom: 5px;
    }
    
    h2 {
        font-size: 24px;
        margin-bottom: 10px;
        color: #333333;
    }
    
    p {
        font-size: 14px;
        color: #666666;
    }
    
/* footer */
body {
    font-family: Arial, sans-serif;
}

footer {
    background-color:#0d2b4f;
    color: #fff;
    padding: 20px 0;
    margin-top: 10px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
}

.footer-left,
.footer-middle,
.footer-right {
    width: 22%;
}

.footer-left h2 {
    color: white;
}

.footer-left p {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-left button {
    background-color: #ffa500;
    border: none;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
}

.footer-middle h3,
.footer-right h3 {
    margin-bottom: 10px;
    color:white;
}

.footer-middle ul,
.footer-right ul {
    list-style: none;
    padding: 0;
}

.footer-middle ul li,
.footer-right ul li {
    margin-bottom: 10px;
}

.footer-middle ul li a,
.footer-right ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-right p {
    margin: 5px 0;
}

.footer-right .social-media a {
    margin-right: 10px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px;
    background-color:#0d2b4f;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom .payment-icons img {
    margin-right: 10px;
}
.link{
    width: 11%;
    height: 100%;
}
.face{
    width: 11%;
    height: 100%;
}
.social{
    width: 12%;
    height: 100%;
}
.twitt{
    width: 11%;
    height: 100%;
}
.youtube{
    width: 11%;
    height: 100%;
}
.visa{
    width: 19%;
    height: 42%;
}
.master{
    width: 30%;
    height: 42%;
}
.discover{
    width: 40px;
    object-fit: contain;
}
.paypal{
   /* width: 19%;
    height: 42%;*/
    width: 31%;
    height: 42%;
    padding-top: 13px;
}
.payment-icons{
    display: flex;
    width: 20%;
    height: 20%;
}
.email{
    width: 8%;
}
.tele{
    width: 8%;
}
.clock{
    width: 8%;
}
.accept{
    padding-top: 18px;
    padding-left: 424px;
}
.crystal{
    padding-top: 20px;
}
.Emailfirst{
    
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
.clockthird{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.telephonesecond{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.li{
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.li img{
   
    border-radius: 30px;
    box-shadow: 10px ;
}
.li1{
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.li1 img{
    width: 80%;
    height: 200%;
    border-radius: 30px;
    box-shadow: 10px ;
}
.li img{
    width: 80%;
    height: 200%;
} 
.block{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.aboutus{
    font-size: 30px;
    font-weight: bold;
    font-family: sans-serif;
    margin: 0px;
}
.outer-section{
    
        height: 90vh;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 3px 0px;
    
}
.visiontext{
    font-size: 30px;
    font-weight: bold;
    font-family: sans-serif;
    /* margin-bottom: 10px; */
    color: white;
    margin: 0px;
}
.visionclass{
    font-size: 20px;
    color: white;
}