* {
    margin: 0px;
    padding: 0px;
}

header {
    width: 100%;
    background-color: #0043a3;
    height: 400px;
    overflow: hidden;
}

.img1 {
    /* display: flex; */
    /* margin: 4px 15px; */
    padding: 20px 0px;
    float: left;
    cursor: pointer;
    /* justify-content: center; */
}

.htop img {
    margin: 5px 15px;
}

.search {
    display: flex;
    justify-content: flex-end;
    margin: 360px 10px;
}

.sarch {
    width: 200px;
    cursor: text;
    height: 25px;
    border-radius: 15px;
    border: 3px solid black;
    background-color: AQUA;
    color: black;
    text-align: center;
}

.srch {
    border-radius: 15px;
    width: 55px;
    background-color: black;
    color: white;
}

input[type="button"]:hover {
    background-color: purple;
}

input[type="text"]:focus {
    background-color: red;
color: white;
}

nav {
    background-color: black;
}

.nav-list {
    width: 100%;
    display: flex;
    align-items: center;
}

.logo img {
    height: 85px;
    width: 85px;
    cursor: pointer;
}

.nav-list li {
    list-style: none;
    padding: 26px 22px;
    font-size: 22px;
}

.nav-list a {
    text-decoration: none;
    color: white;
}

.nav-list a li:hover {
    color: purple;
}

.toggle {
    display: none;
}

.heading {
    color: blue;
    text-align: center;
    cursor: pointer;
}

.container h1:hover {
    color: green;
}

.paragraph {
    /* margin: 0px 105px; */
    /* font-weight: bold; */
    float: right;
    color: grey;
    font-size: 15px;
    margin: 5px auto;
    text-transform: uppercase;
}

footer {
    background-color: grey;
    width: 100vw;
    height: 200px;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    /* margin: 0pxz15px; */
    margin-top: 10px;
    overflow: hidden;
}

.leftfoot {
    width: 45vw;
    margin: 15px 15px;
    box-sizing: border-box;
    height: 30%;
}

.rightfoot {
    width: 45vw;
    /* margin: 15px 15px; */
    box-sizing: border-box;
}

.foot {
    /* display: flex; */
    color: aqua;
    justify-content: flex-start;
    flex-direction: row;
}

.foot li {
    list-style: none;
}

.foote a {
    text-decoration: none;
}

.foote {
    text-align: end;
    justify-content: flex-end;
    flex-direction: row;
}


/* .bottom {
    position: absolute;
    bottom: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.foote a li {
    color: white;
    list-style: none;
}

.foote a li:hover {
    color: blue;
}

.foot li:hover {
    color: red;
}
                @media only screen and (max-width:700px) {
                    * {
                        margin: 0px;
                        padding: 0px;
                    }
                    header {
                        width: 100%;
                        background-color: #0043a3;
                        background-size: cover;
                        height: 360px;
                        overflow: hidden;
                    }
                    .img1 {
                        /* margin-top: 10px; */
                        width: 90vw;
                        overflow: hidden;
                    }
                    .search {
                        margin: 320px 10px;
                    }
                    nav {
                        width: 100vw;
                        /* height: 55px; */
                        overflow: hidden;
                        margin-bottom: 30px;
                    }
                    .logo img {
                        height: 55px;
                        width: 55px;
                    }
                    nav ul {
                        width: 100%;
                        background-color: black;
                        position: absolute;
                        overflow: hidden;
                        /* right: 0;
                        z-index: 2; */
                    }
                    .nav-list a li {
                        font-size: small;
                        display: block;
                        padding: 10px 10px;
                    }
                    .heading {
                        margin-top: 60px;
                        /* font-size: 18px;
                        position: absolute;
                        top: 10; */
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
                    .container img {
                        margin-top: 15px;
                        width: 100vw;
                        height: 400px;
                        display: flex;
                        justify-content: center;
                    }
                    .paragraph {
                        overflow: hidden;
                        font-size: small;
                    }
                    .footer {
                        width: 100vw;
                    }
                    /* .toggle {
                        display: block;
                    } */
                }