* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
}
header {
    background: url(/figma/carousel-1.png) no-repeat center center/cover;
    height: 100vh;
}
.sect{
    position: relative;
    top: 30px;
}
.list{
    display: flex;
    margin-left: 100px;
    justify-content: space-between; 
}
header nav {
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
}

header nav ul {
    display: flex;
}
.section{
    position: relative;
    top: 50px;
    height: 100%;
    background-color: #DBDCE0;
} 
header nav ul li {
    margin-right: 20px;
    list-style: none;
}
.product ul li{
        list-style: none;
}
.grid{
    display: grid;
    top: 85px;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
/* .centerdiv{
    top: 800px;
    display: flex;
    gap: 80px;
} */
.list{
    list-style: none;
    justify-content: flex-end;
    margin-top: 90px;
    right: 10px;
}
.container{
    margin-top: 90px;
}
