* {
    margin: 0;
    padding: 0;
    color: white;
    text-decoration: none;
}

body{
    
    background-color: rgb(248, 246, 244);
}
    
.navbar {
    display: flex;
    position: sticky;
    top: 0;
    cursor: pointer;
}

.logo {
    width: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.logo img {
    width: 30%;
    border: 3px solid black;
    /* border-radius: 5px; */
}

.nav-list {
    width: 60%;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-list li {
    list-style: none;
    padding: 22px;
    cursor: pointer;
}

.nav-list li a {
    text-decoration: none;
    color: white;
}

.nav-list li a:hover {
    /* color: gray; */
    background-color: gray;
}


.nav-list a:active{
    text-decoration: underline;
}

.right {
    /* background-color: aqua; */
    width: 50%;
    text-align: right;
    margin-top: 2px;
    margin-right: 70px;
}

#search {
    border: 2px solid black;
    border-radius: 5px;
    font-size: 18px;
}

.btn-sm {
    padding: 2px 18px;
    margin: 31px 21px;
    font-size: 16px;
    background: none;
    cursor: pointer;
    color: white;
    border: 2px solid white;
    vertical-align: auto;
}

.btn-sm:hover {
    background-color: grey;
}

.background {
    background: rgba(0, 0, 0, 0.7) url(../Image/City.jpg);
    background-size: cover;
    background-blend-mode: darken;
}

.firstsection {
    height: 60vh;
}

.box-main {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    height: 75%;
}

.fhalf {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shalf {
    width: 20%;
}

.shalf img {
    width: 70%;
    border: 2px solid white;
    border-radius: 0px;
    display: block;
    margin: auto;
}

.big {
    font-size: 42px;
    margin-left: -405px;
}

.small {
    font-size: 25px;
}

.btn {
    padding: 9px 37px;
    margin: 25px 16px;
    font-size: 18px;
    background:none;
    cursor: pointer;
    color: white;
    border: 2px solid white;
}

.btn:hover {
    background-color: grey;
}

.secright{
    background-color: white;
    background: url(../Image/Work.jpg);
    height: 70%;
}

form {
    display: inline-block;
    border: 2px solid black;
    border-radius: 10px;
    /* background: url(../Image/Work.jpg); */
    background: none;
    margin: 50px;
    padding: 32px;
    text-align: left;
    text-decoration: solid;
    width: 40%;
}

h1{
    font-size: 35px;
    color: black;
    /* display: inline-block; */
    /* text-align: left; */
    margin-left: 30px;

}

h2{
    font-size: 25px;
    margin-left: 25px;
    display: inline-block;
    color: black;
    width: 25%;
}

#form-work{
    padding: 10px;
    color: black;
    font-weight: bolder;
    margin: 10px 20px ;
    /* border: 2px solid black; */
    border-radius: 10px;
    /* background-color: black; */ 
    width: 35%;
    font-size: 18px;
}

#btn{
    display: inline;
    margin-top: 20px;
    margin-left: 115px;
    padding: 14px 70px;
    font-size: 15px;
    border: 2px solid black;
    border-radius: 10px;
    background-color: white;
    color: black;
}

#btn:hover{
    background-color: gray;
    color: white;
}

footer{
    background-color: black;
    color: white;
    padding: 35px 75px;
}

h4{
    margin: 10px 20px;
    font-size: 13px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}

h4:hover{
    text-decoration: underline;
    color: gray;
    cursor: pointer;
}

.middlesec{
    width: 68%;
    text-align: center;
    padding: 38px 52px;
    display: flex;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h6{
    /* width: 50%; */
    /* text-align: center; */
    color:black;
    font-size: 50px;
}
h5{
    color: black;
    text-align: left;
    /* width: 50%; */
    font-size: 20px;
    font-weight: 400;
}

.copyright{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 20px;
}

.mimg img{
    display: inline-block;
    width:180%;
    margin: 76px 95px;
    border: 2px solid black;
    border-radius: 10px
}