*{
    margin: 0;
    padding: 0;
}

.main{
    width: 100%;
   /* background: linear-gradient(to top, rgba(0,0,0,0.5)50%,rgba(0,0,0,0.5)50%) ,url(images/black.jpg);
    background-image: url(images/bg.jpg);*/
    background: black;
    background-position: center;
    background-size: cover;
    height: 100vh;
}
.navbar{
    width: 98.9%;
    height: 75px;
    margin: auto;
    border: 2px solid orangered;
    padding: 5px;
    padding-top: 10px;
    border-radius: 5px;
}
.icon{
    width: 200px;
    height: 70px;
    float: left;
    
}
.logo{
    color: orangered;
    font-size: 35px;
    font-family: Arial;
    padding-left: 20px;
    float: left;
    padding-top: 10px;
}
.menu{
    width: 400px;
    float: left;
    height: 70px;
}
ul{
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul li{
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;
}
ul li a{
    text-decoration: none;
    color: white;
    font-family: Arial;
    font-weight: bold;
    transition: 0.4 ease-in-out;
}
ul li a:hover{
    color: orangered;
}
.search{
    width: 330px;
    float: left;
    margin-left: 270px;
}
.srch{
    font-family: 'Times New Roman';
    height: 40px;
    width: 200px;
    background: transparent;
    border: 1px solid orangered;
    margin-top: 13px;
    color: white;
    border-right: none;
    font-size: 16px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
}
.btn{
    width: 100px;
    height: 40px;
    background: orangered;
    border: 2px solid orangered;
    margin-top: 13px;
    color: white;
    border-radius: 5px;
}
.content{
    width: 90%;
    height: 600px;
    margin-left: 100px;
    
}
.hlw{
    color:orangered ;
    font-family: Arial;
    font-size: 40px;
    padding-top: 200px;
}
.im{
    color: white;
    font-family: Arial;
    padding-top: 30px;
    font-size: 25px;
    
}
.name{
    color:orangered ;
    font-family: Arial;
   font-size: 55px;
    padding-top: 60px;

}
.pho{
    height: 300px;
    width: 300px;
    display: block; /* Ensures the image is a block-level element */
    margin-left: 0; /* Resets any default margin */
    float: right;
    justify-content: right;
    border-radius: 50%;
}

 
  

