#topimage{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    width: 70%;
    height: auto;
    margin: auto;
    margin-top: 2%;
    /* padding-top: 2%; */
    
}
img{
    width: 100%;
    height: 100%;
}
#secondcontainer{
    display: flex;
    height: auto;
    width: 70%;
    margin: auto;
    margin-top: 2%;
    justify-content: space-between;
    
    
}
h2{
    font-family: futura-pt,Tahoma,Geneva,Verdana,Arial,sans-serif;
}
#secondcontainer>div{
    /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
    height: 100%;
    width: 24%;
    text-align: center;
    font-family: futura-pt,Tahoma,Geneva,Verdana,Arial,sans-serif;
}
#imgbox{
    height: 75%;
    width: 100%;
}
#textbox{
    height: 25%;
    width: 100%;
}
#thirdcontainer{
    width: 60%;
    height:auto;
    margin: auto;
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
#twodiv{
    height: 100%;
    width: 47%;
}
#twoimg{
    height: 75%;
    width: 100%;
}
#textinput{
    height: 25%;
    width: 100%;
}
.peragraph{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.6px;
    display: inline;
    padding: 2px 0 3px 0;

}
#mov-button{
    color: black;
    border: 3px solid black;
    border-radius: 0px;
    width: 45%;
    line-height: 55px;
    padding: 0 5px;
    margin-top: 3%;
    font-weight: 600;
    background-color: white;
    font-size: 16px;
}
#trending{
    width: 70%;
    height: auto;
    margin: auto;
    margin-top: 5%;
    text-align: center;
}
#trendingbrands{
    display: flex;
}
#sixlogo{
    height: 193px;
    width: 193px;
}
.logotitle{
    font-family: futura-pt,FuturaStd,Helvetica,Arial,sans-serif;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 1.2px;
    font-weight: 700;
    color: #2d2d2d;
}
@media only screen and (min-width: 421px) and (max-width: 720px) {
    
    
  }