@import url('https://fonts.googleapis.com/css2?family=Bigelow+Rules&family=Manrope:wght@200&family=Neucha&family=Patrick+Hand&family=Staatliches&display=swap');

body{
    height: 100vh;
    width: 100%;
    margin:0;
}
header{
    display: flex;
    flex-direction: row;
    height: 150px;
    justify-content: space-between;
    align-items: center;
    background-color: #1f2937;
    color: #f9faf8;
    font-size: 18px;
}
.nav-div{
    align-items: center;
    
}
.navbar-head{
    list-style-type: none;
}
.navbar-item{
    display: inline;
    padding: 10px;
}
.navbar-item:hover{
    color: yellow;
    font-weight: 600;
    transform: scale(5);
}
.navbar-item:visited{
    font-size: 18px;
    color: #E5E7EB;
}
.navbar-item{
    font-size: 18px;
    color: #E5E7EB;
}
.logo-div{
    width: 150px;
    height: auto;
}
.first-section{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #1f2937;
    color: #f9faf8;
}
.first-section-image{
    width:30%;
    padding: 30px;
}
.main-image{
    width:300px;
    height:400px;
    border-radius: 5px;
    margin: 10px;
}
.first-section-data{
    width: 70%;
    padding:50px;
}

.second-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
}
.second-section img {
    box-shadow: -10px 5px 10px 10px rgba(0,0,0,0.1);
}
.second-section-text{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.second-section-text p{
    position: relative;
    max-width: 120px;
    text-align: left;
}
.third-section{
    background-color: #E5E7EB;
    margin: 50px;
    padding: 120px;
    /*height: 13rem; */
    text-align: center;
    justify-content: center;
    font-size: 36px;
    font-style: italic;
    font-weight: lighter;
    color: #1f2937
}
.fourth-section{
    background-color: #3882f6;
    margin-left: 180px;
    margin-right: 180px;
    padding: 40px; 
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: space-between;
    align-items: center;
    color: #f9faf8;
    font-size: 18px;
}
.fourth-section-data{
    width:60%;
}
.sign-button{
    background: #1f2937;
    width: 120px;
    height: 50px;
    border: 1px solid white ;
    font-size: 20px;
    color: white;
}
#newsletter-button{
    background: transparent;
    width: 200px;
    height: 50px;
    border: 1px solid white ;
    font-size: 20px;
    color: white;
}
footer{
    align-items: center;
    background-color: #1f2937;
    color: #f9faf8;
    justify-content: center;
    font: 18px;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
}
.first-section p{
    font-size: 18px;
}
button:hover{
    background-color: #4a638b;
}
.current-trend-images{
    width:300px;
    height:400px;
    border-radius: 5px;
    margin: 10px;
}
.jumbotron-button{
    background: #1f2937;
    width: 200px;
    height: 50px;
    border: 1px solid white ;
    font-size: 20px;
    color: white;
}
.sale-items{
    display: flex;
    flex-direction: row;
}
.sale-items img{
    border-radius:5px;
    box-shadow: -10px 5px 10px 10px rgba(0,0,0,0.1);
}
.testimonial-name-sign{
    display: block;
    float: right;
    font-size: 20px;
}
.testimonial-date{
    float: right;
    font-size: 15px;
}
.third-section img{
    width: 200px;
    height: 80px;
    float: left;
}
.testimonial-user1{
    clear: left;
}
.third-section h5{
    clear: left;
    float:left;
    margin-top: 0px;
    font-size: 25px;
    margin-left: 20px;
}
h2{
    font-size: 46px;
    font-family: 'Staatliches', cursive;
    text-align: center;
}
h1{
    font-family: 'Staatliches', cursive;
    font-size: 48px;
    font-weight: extra-bold;
    color: #f9faf8;
}
h3{
    font-size: 30px;
}
.on-sale{
    width: 90%;
    justify-content: center;
    align-items: center;
    margin-left: 80px;
    margin-right: 80px;
}
.sale-text{
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}
.on-sale-images{
    width: 250px;
    height:350px;
    border-radius: 5px;
    margin: 10px;
    margin-left: 20px;
    padding: 15px;
}