.gallary {
    display: flex;

    flex-direction: row;
    width: 30%;
    height: 20%;
}

.gallary.top {
    margin-top: 40px;
}

.body {
    display: flex;

    margin-left: 30px;
}

img {
    width: 97%;
}

* {
    margin-top: 0;
    margin-left: 0;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'montserrat', sans-serif;


}

a,
a:hover {
    text-decoration: none;
}

a {
    color: #fff;
}

ul {
    list-style: none;

}

li {

    display: inline-block;
}

.header {
    width: 100%;
    height: 100px;
    background-color: #192841;
}

.header .nav-bar {
    width: 90%;
    height: 80px;
    line-height: 80px;
    margin: auto;
    color: #fff;
    display: flex;
    justify-content: space-between;


}

.header .nav-bar .logo {
    z-index: 2;
}

.header .nav-bar .logo a {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.header .nav-bar .menu {
    z-index: 2;
}

.header .nav-bar .menu ul {
    display: inline-flex;

}

.header .nav-bar .menu ul li {
    margin-right: 30px;

}

.header .nav-bar .menu ul li a {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 10px;
    border-radius: 5px;
    text-transform: capitalize;
    transition: all 0.5s;
    opacity: 0.8;
    color: #fff;
}

.header .nav-bar .menu ul li a.active {
    opacity: 1;
    background-color: #000;
    color: #fff;
}

.header .nav-bar .social-media {
    z-index: 2;

}

.hoov:hover {
    cursor: pointer;
    background-color: #19d7f8;
    display: block;
}


.empty {
    display: none;
}

.block {
    display: none;
    flex-direction: column;
    overflow: hidden;

}

#span {
    align-items: center;
    margin-left: 70%;
    border-radius: 3px;
}

Signup-El {
    top: 10px;
    right: 80px;
    position: absolute;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid transparent;
    border-radius: 50px;
    transition: .40s;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-image: linear-gradient(#42455a, #42455a), radial-gradient(circle at top left, #19d7f8);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.Signup-El span {
    display: block;
    padding: 10px 30px;

}

.Signup-El:hover {
    background-color: transparent;
    color: #19d7f8;

}