*{
    margin: 0%;
    padding: 0%;
}

ul{
    list-style: none;
}

div.logo1 img    {
    width: 70%;
    margin-left: 32%;
    margin-top:0%;
    
}

.logo1{
    width: 7.5%;
    justify-content: center;
    align-items: center;
    
} 
#navBar{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#addaff;
     height: 100px;
}
ul.nav-list{
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
    list-style: none;
    
}
.nav-list li{
    position: relative;
    padding: 10px;   

}
ul.nav-list li a{
    color: #010058;
    text-decoration: none;
    font-size: 20px;
    font-style: ; 
    transition: 0.3s;
    font-family: Arial black;
     
}
 ul.nav-list li:hover { 
    background-color: #045afc;
    padding:5px 10px;
    border:1px solid whitesmoke ;
    border-radius:10px
 }
 
/*Sublist area*/
#navBar .nav-list .subList{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index:500;
}
#navBar .nav-list li:hover .subList{
    opacity: 1;
    transform: none;
    visibility: visible;
    transition: all 0.5s ease;
}
ul.subList{
    background-color: red;
    width: 690%;
    height: 1000%;
    margin-top: 10px;

}
 



#rightNav{
    
    width: 15%;
    list-style: none;
}
.loginBtn{
    background:none;
    padding: 4px 8px;
    color: #010058;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid Blue;
    
}
.loginBtn:hover{
    background:rgb(237, 237, 237);
}
.slideImage{
    display: flex;
    width: 0%;
}
 
h1.slide-left{
    font-size: 60px;
    padding: 40px;
    width: 100%;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

h2.slide-left{
    padding-left:140px;
    display: inline-block;
}

p.slide-left{
    padding-left: 140px;
    font-size: 25px;
}
div.links.slide-left{
    padding-left:420px ;
    display: inline-block;
}
section#content{
    
    height: 470px;
    background-image:url("aibg.jpg");
    background-repeat: no-repeat;
    background-size: 1368px;
}
 
 
#content h1{
    font-size: 100px;
    line-height: 110px;
    font-weight: 600;
    padding-left: 122px;
    color: white;
}
#content p{
    max-width: 1000px;
    line-height: 28px;

}
.links{
    margin-top: 30px;

}
#Howwework{
    height: 350px;
    width: 100%;
    background-color: white;
    text-align: center;
}
h1.heading1{
    text-align: center;
    font-size: 43px;
    color: rgb(46, 46, 255);
    margin-top: 80px;
}
h1.heading1::after{
    content: " ";
    display: block;
    margin: 0px auto;
    width: 48%;
    background: blue;
    height: 4px;
    align-items: center;
    justify-content: center;
}
 #product1{
    text-align: center;

 }
#product1 .pro{
    margin-left: 5%; 
    width: 18%;
    min-width: 250px;
    padding: 40px 0px;
    border: 2px solid blue;
    border-radius: 25px;
    cursor: pointer;
    background-color: rgb(207, 207, 207);
}

div .des{
    padding-top: 10%;
    color: blue;

}
 
#product1 .pro img {
    width: 70%;
    border-radius: 200px;
}
div.proContainer{
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
}











 
.LoginHere{
    border:2px solid #fff;
    padding: 10px 35px;
    border-radius:30px ;
    font-size: 17px;
    margin-right: 15px;
    font-weight: Bolder;
    cursor: pointer;
}
.DonateNow{
    border:2px solid #fff;
    color: #ffffff;
    padding: 10px 35px;
    border-radius:30px ;
    font-size: 17px;
    margin-right: 15px;
    font-weight: Bolder;
    background: none;
    cursor: pointer;
}
.DonateNow:hover{
    background:rgb(234, 234, 234);
    color: Black;
    font-weight: Bolder;
}
.slide-left{
    animation: slideleft 2s linear forwards;
    color: white   ;
}

@keyframes slideleft{
    0%{
        transform: translate(100px);
        opacity: 0;
    }
    100%{
        transform: translate(0px);
        opacity: 1;
    }
}
footer{
    display: flex;
    background-color: beige;
    flex-wrap: wrap;
    padding-top: 20px;
    justify-content: space-between;
}
footer .col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    border-left:2px solid blue ;
    padding-left: 20px;
}
 
footer .logo2{
    margin-bottom: 40px;
    width: 130px;

}
footer h4{
    font-size: 14px;
    padding-bottom: 20px;

}
footer p{
    font-size: 13px;
    margin: 0 0 8px 0;
}
footer a{
    font-size: 13px;
    text-decoration: none;
    color: #222;
    margin-bottom: 10px;
}
footer .follow{
margin-top: 20px;
}
footer.follow i{
    color:#465b52;
    padding-right: 4px;
    cursor: pointer;
}
footer.install .row img{
    border-radius: 1px solid;
    border-radius: 6px;
}
footer.install img{
    margin: 10px 0 15px 0;
}
footer.follow i:hover,footer a:hover{
    color:#088178;
}
footer.copyright{
    width:100:
}