
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header{
    background-image: url(https://b.zmtcdn.com/web_assets/81f3ff974d82520780078ba1cfbd453a1583259680.png);
    background-color: purple;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    width: 100%;
    height: 430px;

}

.nav{
    width: 100%;
    height: 50px;

    color: white;
    font-family: "Okra", Helvetica, sans-serif;
}
.nav p{
    text-align: left;
    padding-left: 230px;
    font-size: 14px;
    padding-top: 15px;
    cursor: pointer;
}

.nav a{
    position: relative;
    left: 730px;
    bottom: 15px;
    cursor: pointer;
    width: 50%;
    font-family: "Okra", Helvetica, sans-serif;
    font-size: 18px;
    margin-left: 50px;
}

.header img{
    max-width: 100%;
    height: 60px;
    position: absolute;
    left: 630px;
    top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}




.main-top h2{
    position: absolute;
    top: 190px;
    left: 430px;
    color: white;
    font-family: "Montserrat", helvetica, sans-serif;
    font-weight: normal;
    font-size: 36px;
}

.main-search{
    background-color: white;
    border: none;
    border-radius: 8px;
    width: 800px;
    height: 55px;
    position: relative;
    top: 220px;
    left: 380px;
}
.main-search .dropdown{
    position: absolute;
    top: 18px;
    right:580px;
}
.dropdown select{
    background: none;
    border: none;
    font-size: 15px;
    color: rgb(56, 56, 56);
}
.dropdown i{
    max-width: 100%;
    height: 100px;
    color: rgb(250, 142, 160);
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
.input-search {
    position: absolute;
    top: 0px;
    left: 300px;
}
.input-search i{
    position: relative;
    right: 20px;
    color: rgb(56, 56, 56);
    max-width: 100%;
    height:100px;
}
.input-search input{
    background: none;
    border: none;
    width: 400px;
    height: 55px;
    padding-left: 0px;
}
.input-search input::placeholder{
    font-family: Arial, Helvetica, sans-serif, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: lighter;
    color: rgb(56, 56, 56);
}

.section1{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", Helvetica, sans-serif;

}

.card{
    position: relative;
    width: 550px;
    height: 350px;
    margin: 3px 10px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    border: 1px solid rgb(222, 222, 222);
    cursor: pointer;
}
.card img{
    width: 100%;
    height: 250px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    z-index: -1;
}
.card-detail{
    position: absolute;
    bottom: 0px;
    align-items: center;
    border-radius: 0 0 10px 10px;
    background-color: white;
    width: 100%;
    height: 30%;
    z-index: 2;
    padding-left: 25px;
    padding-top: 10px;
}
.card-detail h4{
    font-size: 20px;
    font-weight: 600;
}
.card-detail p{
    font-size: 15px;
    line-height: 30px;
    kerning: 40px;
}


.section2{
    width: 100%;
    margin-top: 30px;
    
}
.section2 .intro{
    position: relative;
    top: 10px;
    left: 210px;
    font-family: "Montserrat", Helvetica, sans-serif;
    color: black;
}
.intro{
    width: 100%;
    
}

.intro h3{
    font-size: 30px;
    font-weight: 500;
}
.intro .collection{
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro p{
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
}
.intro .collections{
   position: relative;
   left: 920px;
   bottom: 35px;
   font-size: 16px;
   color: rgb(228, 70, 97);
   cursor: pointer;
}
.card-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    left: 220px;
}

.image-container{
    width: 280px;
    height: 300px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
}

.image-container img{
    width: 250px;
    height: 100%;
    border-radius: 10px;
}
.image-container p{
    position: relative;
    left: 20px;
    bottom: 40px;
    color: white;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 16px;
}



.section3{
    width: 80%;
    position:relative;
    top: 350px;
    left: 120px;
    font-family: "Montserrat", Helvetica, sans-serif;
    margin-bottom: 15px;

}
.section3 .section3-container .section3-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 100px;
   
}
.section3 .section3-container .section3-items .locations{
    width: 100%;
    max-width: 30%;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgb(222, 222, 222);
    padding-left: 10px;
    padding-top: 5px;
    cursor: pointer;
}


.section3-heading{
    font-size: 30px;
    font-weight: 400;
    position: relative;
    left: 100px;
    padding-bottom: 50px;
}

.locations .location-head{
    font-size: 20px;
    margin-bottom: 5px;

}
.locations .location-sub{
    font-size: 16px;
}
.section4{
height: 620px;
background-color: white;
position: relative;
top: 350px;
left: 400px;

}
.section4-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section4 img{
    width: 60%;
    position: relative;
    right: 50px;
}
.section4-content{
    width: 100%;
    position: relative;
    right: 230px;
    bottom: 0px;
    font-family: "Montserrat", Helvetica, sans-serif;

}
.section4-content h1{
    font-size: 38px;
    font-weight: 500;
    position: relative;
    bottom: 80px;
}
.section4-content p{
    font-size: 16px;
    font-weight: 300;
    position: relative;
    bottom: 60px;
}
.section4-content .download{
    font-size: 14px;
    font-weight: 300;
    position: relative;
    bottom: 80px;
    color: rgb(81, 81, 81);
}
.section4 input{
    width: 300px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid rgb(184, 184, 184);
}
.section4 input::placeholder{
    margin-left: 150px;
    color: rgb(180, 180, 180);
}
.section4 .section4-download{
    position: relative;
    right: 920px;
    top: 100px;
    display: flex;
    justify-content: center;
}

.section5{
    position: relative;
    top: 250px;
    left: 220px;
    font-family: "Montserrat", Helvetica, sans-serif;
}
.section5 h1{
    font-weight: 500;
    font-size: 30px;
}
.section5 .box{
    position: relative;
    top: 30px;
    font-size: 22px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(220, 220, 220);
    width: 1100px;
    height: 60px;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
}
.section5 .box p{
    position: relative;
    top: 15px;
    left: 15px;
}

hr{
    width: 70%;
    position: relative;
    top: 300px;
    left: 100px;
}