*{
    margin: 0;
    padding: 0;
    font-family: "Noto Sans", sans-serif;
}
.navi{
    background-color:yellow;
}
.logo{
    display:inline-flex;
    margin-left: 170px;
    background-color:yellow;
    font-size: 15px;
    font-weight:500;
    
} 
.logo a{
    margin:20px;
}
#mail{
    margin: 15px;
    margin-left: 150px;
    font-size: larger;
}
.butt1{
    margin: 10px;
    margin-left: 150px;
    border-radius: 50px;
    text-align: center;
    display: inline;
}
.butt1 button{
    height: 50px;
    width: 160px;
    margin: 10px;
    border-radius: 20px;
    background-color: black;
    color: white;
    font-weight: 300;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.info2{
    background-color: aliceblue;
}

.info{
    background-color: white;
    display: block;
    margin:0px;
    margin-left: 150px;
    font-size:25px;
    font-weight: 700;
}
.info ul li{
    display: inline-flex;
    margin:25px;
}
.info ul{
    display: inline-flex;
    margin-left: 150px;
    font-size:20px;
}
#search{
    margin:5px ;
    margin-left: 50px;
    display: inline;
}
/*----------------------------------------------mainpage-----------------------------------*/
#header{ 
    width:100%;
    height: 100vh;
    background-image: url(images/page1.jpg);
    background-size: cover;
    background-position: center;

}
 .main {
    font-size: 16px;
    margin-top: 60px;
    margin-left: 20px;

    
}
.butt button{
    margin:20px;
    margin-left:20px;
    background-color: red;
    height: 50px;
    width: 130px;
    border-radius: 50px;
    color: white;
    font-size: larger;
    font-weight: 600;
}
.business{
    background-color:orangered;
    color: white;
    display: inline-flex;
    width:100%;
    height: 100px;
    font-size: large;
    font-weight: 500;
}
.launch{
    margin:0px;
    margin-left:  60px; 
    margin-top: 10px;
}
.online{
    margin-left: 180px;
    margin-top: 10px;
}
.time{
    margin-left: 240px;
    margin-top: 10px;
}
/*-----------------------------------------about-------------------------------*/
.aboute{
    background-image: url(images/flower.jpg);
    width:100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.aboutus{
    color: white;
    font-weight: 500;
}
.write{
    margin:15px;
    margin-left: 70px;
    font-weight: 600;
}
#US{
    margin-left: 50px;
    height: 50px;
    width: 200px;
    font-size: large;
}
.write p{
    margin-top: 10px;
}
.buttii button{
    margin: 40px;
    margin-left: 470px;
    height: 50px;
    width: 130px;
    border-radius: 23px;
    background-color:yellow;
    font-size: larger;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}
/*--------------------------------SERVICES------------------------------*/
.service{
    background-image: url(images/services.jpg);
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}
#our{
    margin-left: 70px;
    height: 50px;
    width: 200px;
    font-size: large;
}

.pr img{
    height: 350px;
    width: 410px;
    margin: 15px;
    border-radius: 5px;

}
.copyright{
    background-color:cornflowerblue;
    height: 50px;
}
.nam{
    margin-left: 100px;
}


   
