* {
    box-sizing: border-box;
    margin: 0;
}


body {
    font-family: "Roboto", sans-serif;
}


.section1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    padding: 45px;
}


.list {
    display: flex;
    gap: 32px;
    list-style: none;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.list a {
    text-decoration: none;
    color: inherit;
}

.home, .menu, .about, .pages, .blog, .gallery {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #000000;
}


.gallery {
    color: #ad9966;
}


.logo {
    width: 60px;
}


.section2 {
    background-image: url(img/header-bg.png);
    background-position: center;
    position: relative;
    width: 100%;
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 40px;
}


.textbanner {
    text-align: center;
}


.rooftop {
    font-family: "Playfair Display", serif;
    font-size: 80px;
    color: #ffffff;
    margin-bottom: 0;
}


.hr {
    margin-bottom: 30px;
    width: 500px;
    border-color: rgba(255, 255, 255, 0.4);
}


.afine {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #ffffff;
}


.section4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0;
}


.img1{
    position: relative;
    margin-left: 150px;
    margin-top: 30px;
}


.img2{
    position: relative;
    margin-left: 15px;
    margin-top: 200px;
}


.img3{
    position: relative;
    margin-left: 250px;
    margin-right: 15px;
    margin-top: -25px;
}


.img4{
    position: relative;
    margin-top: 25px;
    margin-left: 15px;
}
.section5 {
    margin-top: 60px;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    margin-left: 100px;
    margin-right: 100px;
}


.section9{
    background-color: #04091e;
    width: 100%;
    padding: 60px 80px 40px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.div1, .div2, .div3, .div4, .div5 {
    display: flex;
    flex-direction: column;
    min-width: 140px;
    position: static;
    margin: 0;
}
.topproducts, .quicklinks, .features, .resources, .newsletter{
    font-family: "Playfair Display", serif;
    color: #ffffff;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 1.5;
}
.input{
    margin-top: 20px;
    border: #777777;
    background-color: #77777700;
    height: 15px;
    width: 200px;
}
.p1, .p2, .p3, .p4, .p5{
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
}


.section10{
    background-color: #04091e;
    width: 100%;
}
.textpequeno{
    padding-top: 50px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 150px;
}


.text1{
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
}


.colorlib{
    color: #ad9966;
}




