
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.header-container img{
    width: 100%;
    height: 450px;
}
.header-container h2{
    position: absolute;
    color:white;
    left:30px;
    top:60px;
    font-size: 55px;
}
.header-title{
    position: absolute;
    color: rgb(247, 243, 243);
    font-size: 25px;
    margin-left: 10px;
    margin-top:5px;
    z-index: 2;
}
.navbar{
    background-color: black;
    z-index: 1;
    height: 50px;
    width:100%;
    position: absolute;
    opacity: 0.5;
    overflow: hidden;
}
.navlist{
    display:flex;
    position:relative;
    left:800px;
    list-style: none;
}
.listitems{
    padding: 10px;
    margin-left: 10px;
    margin-top:5px;
    opacity: 1;
}
.listitems a{
    text-decoration: none;
    color:white;
}
.icon-cart {
    position: relative;
}
.icon-cart span{
    position:absolute;
    display:inline;
    background-color: rgb(255, 0, 0);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 50%;
    left:60%;
    text-align: center;
    font-size: small;
    font-weight: 500;
    color: white;
}
.main-container{
    width:100%;
}
#about-container{
    display:flex;
    margin: 10px;
    color: #582f0e;
    font-family:Arial, Helvetica, sans-serif;
    justify-content: center;
}
#about-container h1{
    font-size: 40px;
}
#about-container > div{
    padding:5px;
    flex:1;
}
#about-container div p{
    color:black;
}
.catalogue-container{
    display:flex;
    align-items: center;
    justify-content: center;
    margin:5% auto;
    background-color: #0f530177;
}
#backbtn, #nextbtn{
    width: 50px;
    cursor: pointer;
    margin: 40px;
}
.catalogue{
    width:1200px;
    display: flex;
    overflow-x: scroll;
}
.catalogue div{
    display: grid;
    grid-template-columns: 350px 350px 350px;
    flex:none;
    grid-gap: 20px;
    padding:15px;
    min-width: 1100px;
}
.catalogue div img{
    width:100%;
    display:block;
}
.catalogue::-webkit-scrollbar{
    display: none;
}
.catalogue div img:hover{
    cursor: pointer;
    transform: scale(1.1);
}
.perspective-column{
    display: flex;
}
.main-container > h1{
    margin: 10px;
    padding: 5px;
    color: #582f0e;
}
.perspective-column > div{
    flex: 1;
    padding: 5px;
    margin:10px;
}
#sectionA{
    background-color: #efa48b;
    margin-top: 60px;
    padding:10px;
}
#sectionB{
    background-color: #c6d8af;
    margin-bottom: 60px;
    padding:10px;
}
#sectionC{
    background-color: #e2de84;
    margin-top: 60px;
    padding:10px;
}
.perspective-column img{
    margin-top: 10px;
    width:100%;
    height:400px;
}
.section3{
    position:relative;
}
.section3 img{
    width:100%;
    height:500px;
    overflow-y: hidden;
    margin-top: 20px;
}
hr{
    margin-top:10px;
    margin-bottom:10px;
    border: solid 1px #b9b3ae;
}
.section3 h2{
    position:absolute;
    text-align: end;
    font-size: 60px;
    left:880px;
    top:80px;
    color: rgb(255, 255, 255);
}
.socials .fa-brands{
    background-color: #ffffff;
    color:#582f0e;
    font-size: 20px;
    margin-right:5px;
    margin-left:5px;
}
.section4{
    display:flex;
    margin-left: 15px;
}
.section4 h1{
    color:#582f0e;
    font-size:55px;
    margin-bottom:10px;
}
.section4 p{
    color:#582f0e;
    font-size: 18px;
    margin-top:20px;
    margin-bottom: 10px;
}
.section4 > div{
    flex:1;
}
.socials > input{
    width:300px;
    height:28px;
    font-size: 15px;
    padding-left:10px;
}
.navlist2{
    margin-top: 40px;
}
.navlist2 .listitems2{
    list-style: none;
    margin:10px;

}
.listitems2 a{
    text-decoration: none;
    color:#582f0e;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
footer{
    background-color: #582f0e;
    height:70px;
    display: flex;
    color:#ffffff;
}
.copyright, .footer-content{
    flex:1;
    margin: 10px;
}
.footer-content{
    display:flex;
    list-style: none;
    text-align: center;
}
.footer-contentitems{
    margin-right:15px;
}
@media screen and (max-width:1024px) {
    .header-container img{
    width: 100%;
    height: 350px;
}
.header-container h2{
    position: absolute;
    color:white;
    left:30px;
    top:60;
    font-size: 40px;
}
.navlist{
    display:flex;
    position:relative;
    left:350px;
    list-style: none;
}
.main-container{
    overflow-y: hidden;
}  
#about-container h1{
    font-size: 30px;
}
.section3 h2{
    position:absolute;
    text-align: end;
    font-size: 50px;
    left:650px;
    top:90px;
    color: rgb(255, 255, 255);
}
.listitems2 a{
    text-decoration: none;
    color:#582f0e;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.footer-contentitems{
    margin-right:10px;
}
.copyright, .footer-content{
    margin: 5px;
}
}
@media screen and (max-width:820px){
    .navlist{
    left:250px;
}
    .header-container img{
    width: 100%;
    height: 300px;
}
.section3 h2{
    position:absolute;
    text-align: end;
    font-size: 40px;
    left:500px;
    top:90px;
}
.copyright, .footer-content{
    font-size: 13px;
    padding-top:5px;
}
}
@media screen and (max-width:768px){
    .header-container img{
    width: 100%;
    height: 300px;
}
.header-title{
    font-size: 25px;
    margin:10px;
}
.navlist{
    left:220px;
}
.header-container h2{
    font-size: 30px;
}
.section3 h2{
    position:absolute;
    text-align: end;
    font-size: 40px;
    left:500px;
    top:90px;
    color: rgb(255, 255, 255);
}
.copyright, .footer-content{
    font-size: 13px;
    padding-top:5px;
}
.section4 h1{
    font-size: 40px;
}
}
@media screen and (max-width:600px){
    .header-container img{
    width: 100%;
    height: 300px;
}
.header-title{
    font-size: 18px;
    margin:10px;
}
.navlist{
    left:90px;

}
.listitems{
    margin-left:5px;
    padding:5px;
}
.listitems a{
    font-size: 10px;
}
.header-container h2{
    font-size: 25px;
}
.copyright, .footer-content{
    font-size: 13px;
    padding-top:5px;
}
.section4 h1{
    font-size: 40px;
}
#about-container{
    display:block
}
.section3 h2{
    position:absolute;
    text-align: end;
    font-size: 40px;
    left:40%;
    top:100px;
    color: rgb(255, 255, 255);
}
.perspective-column{
    display: block;
}
#sectionA{
    background-color: #efa48b;
    margin-top: 30px;
    padding:10px;
}
#sectionB{
    background-color: #c6d8af;
    margin-top: 30px;
    padding:10px;
    margin-bottom:10px;
}
#sectionC{
    background-color: #e2de84;
    margin-top: 30px;
    padding:10px;
}
.section4{
    width:100%;
    margin-left:0;
    padding-left:10px;
}
.socials > input{
    width:100px;
    height:28px;
    font-size: 15px;
    padding-left:10px;
}
}
@media screen and (max-width:480px){
    .navlist{
        left:120px;
    }
}


