*{
    marker-start: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.menubar{
    background-color: white;
    text-align: center;
    position: sticky;
    top:0;
    z-index: 20;
    
}
.menubar ul{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0px;
    list-style: none;
}
.menubar ul li{
    width: 130px;
    margin: 20px;
    padding: 10px;
  
}
.menubar ul li a{
    color:black;
    text-decoration: none;;
}
/* .menubar ul li :hover{
    text-decoration: underline;
    color:blue;
    border-radius: 5px;
} */
.one{
    display: none;
}

.menubar ul li:hover .one{
display: block;
position: absolute;
background-color: #313443;
border-radius: 5px;
margin-top: 10px;
margin-left: 5px;
color: white;
}

.one ul li a{
    color: white;
}
.menubar ul img{
width: 200%;
margin-left: 40px;
margin-bottom: 10px;
}
.margin{
margin-left: 100px;
}
#box{
height: 80px;
width: 150px;
/* border: 1px solid red; */
margin-top: 30px;

}
#box>a{
text-decoration: none;
margin-top: 20px;
}
#search{
display: flex;
justify-content: space-evenly;
height: 80px;
gap:20px;
width: 500px;
/* border: 1px solid blue; */
margin-top: 20px;
margin-right: 40px;
}
#search> a{
margin-top:10px;
}
#mouse{
height: 30px;
width: 100px;
margin-top: 11px;
border-radius: 5px;
}
.id{
margin-top: 10px;
font-size: 30px;
}
#last{
color: blue;
}
#manoj{

height: 350px;
width: 30%;
border: 1px solid #4296cb;
text-align: start;
margin-right: 500px;

background-color: #333;
}
#manoj>p,h3{
color:white
}
#manoj>p{
    margin-right: 150px;
}
#mob{

height: 30px;
width: 50%;
   margin-left: 10px;
border: 1px solid green;
text-align: center;
font-size: 20px;
border-radius: 5px;
background-color: #4296cb;
margin-top: 50px;
}
#mob>a{
text-decoration: none;
color: white;
margin-top: -20px;
}
#phon{
height: 30px;
width: 50%;
margin-left: 10px;
margin-top: 50px;
border: 1px solid  #4296cb;
text-align: center;
font-size: 20px;
border-radius: 5px; 
}
#phon>a{
text-decoration: none;
color:white

}
#phon:hover{
background-color: #4296cb;
}
#manoj{
display: none;
}
.menubar ul div :hover #manoj{
display: block;
position: absolute;
margin-right: 50px;
margin-top: 30px;
padding: 20px;

}
#pr{
    margin-left: 40px;
}
#co{
margin-right: 40px;
}


#sign{
    height: auto;
    width: 50%;
    margin: auto;
    /* border: 1px solid red; */
}
#sign>h1{
text-align: center;
}
#face{
    display: flex;
    justify-content: space-between;
    height: 50px;
    width: 100%;
    margin: auto;
     
    /* border: 1px solid blue; */
}


#main{
    height: 50px;
    width: 100%;
    display: flex;
    /* border: 1px solid red; */
    justify-content: center;
    gap:30px
}
#fir{
    height: 50px;
    width: 50%;
    display: flex;
    
    justify-content: space-evenly;
    background-color: #3f66b6;
    border-radius: 5px;
}
#sec{
    height: 50px;
    width: 50%;
    display: flex;
    background-color: #db4a3c;
    border-radius: 5px;
 
   
    justify-content: space-evenly;
}

#sec>a>h2{
    margin-top: 12px;
    color: white;
}
#sec>a{
    text-decoration: none;
}
#fir>#one{
    margin-bottom: 40px;
    margin-left: 70px;
}

#g{
    margin-top: 15px;
    font-size: 20px;
}
#fir>a>h2{
    margin-top: 12px;
    color: white;
}
#fir>a{
    text-decoration: none;
}
#f{
    margin-top: 15px;
    font-size: 20px;
}
p{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
#dom{
    height: 300px;
    width: 50%;
    margin: auto;
    margin-top: 50px;
    /* border: 1px solid red; */
}
#low{
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
    border-radius: 5px;
}
#high{
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
    border-radius: 5px;
}
#button{
    height:30px;
    width: 100%;
    background-color: #3f66b6;
    border-radius: 5px;
    border: 0;
}
#button:hover{
    cursor: pointer;
}
#for{
 
    font-size: 20px;
    margin-left: 60px;
    margin-top: 20px;
    
   
}
#for>a{
    text-decoration: none;
}
#for>a:hover{
    text-decoration: underline;
}
#para{
   margin-top: 70px;
    margin-right: 20px;
}
#para>a{
    text-decoration: none;
}
#para>a:hover{
    text-decoration: underline;
}
#pen{
    text-align: center;
    margin-top: 50px;
   
}
.six{
   
    display: flex;
    height: 400px;
    width: 100%;
    margin: auto;
    /* border: 1px solid red; */
    background-color: #212432;
    }
    .six>div:nth-child(1){
    height: 300px;
    width: 30%;
    
    
    }
    .six>div:nth-child(2){
    height: 700px;
    width: 70%;
    margin-top: 60px;
    
    
    }
    
    .six>div>img{
    width: 100%;
    }
    .six>div>a>img{
    width: 20%;
    margin:60px 40px;
    /* border: 1px solid blue; */
    }
    #six>div:nth-child(2){
    display: flex;
    
    }
    #first>ul{
    /* border: 1px solid blue; */
    margin-top: 20px;
    width: 200px;
    
    }
    #first>ul>li>a{
    text-decoration: none;

    }
    #first>ul>li{
    list-style-type: none;
    font-size:15px;
    color: white;
    height: 40px;
    
    
    
    }
    
    .color{
    color: white;
    }
    #first>ul>li>a{
    color:grey;
    /* border:1px solid green; */
    }
    
    
    #two>ul>li{
    list-style-type: none;
    font-size:15px;
    color: white;
    height: 40px;
    
    }
    #two>ul>li>a{
        text-decoration: none;
    }
    #two>ul>li>a{
    color:grey
    }
    
    #three>ul>li{
    list-style-type: none;
    font-size:15px;
    color: white;
    height: 40px;
    }
    #three>ul>li>a{
        text-decoration: none;
    }
    #four>ul>li>a{
    color:white
    }
    #four>ul>li{
    list-style-type: none;
    font-size:15px;
    color: white;
    height: 40px;
    }
    #four>ul>li>a{
        text-decoration: none;
    }
    #three>ul>li>a{
    color:grey
    }
    #buttom{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    height: 100%;
    
    
    }
    #buttom>div>a>h2{
    color: white;
    font-size: 15px;
    
    }
    #button>div{
    height: 100%;
    }
    #button>div>a>h2,p{
    margin-top: 5px;
    font-size:15px;
    color: grey;
    }
    #button>div>a>h2{
    color: white;
    
    }
    #bot{
    display: flex;
    margin-top: -100px;
    height: 100px;
    width: 100%;
    margin: auto;
    
    background-color:#212432 ;
    box-shadow: rgb(251, 253, 255) 0px 1px 2px 0px, rgba(246, 247, 248, 0.15) 0px 2px 6px 2px;
    
    }
    #bot>p{
    margin-top: 0px;
    
    }
    #bot>div>p{
    margin-left: 50px;
    }
    #bot>div:nth-child(1){
    display: flex;
    align-items: center;
    width: 50%;
    }
    #bot>div:nth-child(2){
    
    width: 50%;
    color: white;
    margin-left: 30px;
    text-align: right;
    padding-right: 60px;
    }
    #bot>div:nth-child(2)>a>i{
    
    color: white;
    margin-top: 40px;
    margin-right: 10px;
    }
    #bot>div:nth-child(1)>a{
    color:white;
    margin-left: 20px;
    margin-top: -30px;
    text-decoration: none;
    }