
.dynapuff-uniquifier {
  font-family: "DynaPuff", system-ui;
}

.lexend-uniquifier> {
  font-family: "Lexend", sans-serif;
}

*{
    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(bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    height: 109vh;
}

.navbar{
    width: 1200px;
    height: 75px;
    margin: auto;
}

.icon{
    width: 200px;
    float: left;
    height: 70px;
}

.logo{
    color: #fd9c7c;
    font-size: 35px;
    font-family: "Dynapuff";
    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: #ffff;
    font-family: "Lexend";
    font-weight: bold;
    transition: 0.5s ease-in-out;
}

ul li a:hover{
    color: #fd9c7c;
}

.search{
    width: 330px;
    float: left;
    margin-left: 270px;
}

.srch{
    font-family: Arial;
    width: 200px;
    height: 40px;
    background: transparent;
    border: 2px solid #fd9c7c;
    margin-top: 13px;
    color: #ffff;
    border-right: none;
    font-size: 16px;
    float: left;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.btn{
    width: 100px;
    height: 40px;
    background: #fd9c7c;
    border: 2px solid #fd9c7c;
    margin-top: 13px;
    color: #ffff;
    font-size: 15px;
    border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btn:focus{
    outline: none;
}

.srch:focus{
    outline: none;
}

.content h1{
    font-family: "Lexend";
    font-size: 50px;
    padding-left: 20px;
    margin-top: 9%;
    letter-spacing: 2px;
}

.content{
    width: 1200px;
    height: auto;
    top: -80px;
    color: #ffff;
    position: relative;
    left: 0;
    align-content: center;
    text-align: center;
}

.content .par{
    padding-left: 20px;
    padding-bottom: 25px;
    font-family: "Lexend";
    letter-spacing: 1.2px;
    line-height: 30px;
}

.container {
   padding-top: 50px;
   width: 90%;
   min-height: 50vh;
   display: flex;
   align-items: center;
   justify-content: center;

}

.gallery{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.gallery img{
    width: 100%;
}