*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* start journey styles  */

.container{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.778);
}

.start-journey{    
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 132px 69px 120px;
}

.journey-title{
    width: 582px;
    height: 133px;
    font-size: 52px;
    font-weight: 700;
    line-height: 70px;
    color: #3A3A3A;
}

.journey-description{
    width: 505px;
    height: 60.9px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #3A3A3A;
    margin-top: 16px;
}

.prebook{
    width: 196px;
    height: 44px;
    background: #E02C6D;
    border-radius: 41px;
    margin-top: 16.1px;
}

.prebook a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

.fa-arrow-right{
    margin-left: 8px;
    color: #fff;
}

.start-journey-thumbnail{
    margin-left: 131px;
    position: relative;
}

.svg{
    position: relative;
    left: 1.8em;
}

.image{
    position: absolute;
    top: 30px;
    left: 50px;
}

/* companies logo styles  */

.companies-logo{
    width: 1110px;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    margin: 0px 165px 100px;
    box-shadow: 0.1px 0.1px 60px rgba(0, 0, 0, 0.146);
    border-radius: 8px;
}

/* popular collection styles  */

.section-title{
    margin-top: 2px;
    font-size: 28px;
    line-height: 70px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}

.popular-collection{
    width: 1047px;
    height: 1662px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 30px 197px 98px 196px;
    grid-gap: 30px;
}

.element{
    box-shadow: .1px .1px 40px rgba(0, 0, 0, 0.214);
    padding: 17px 15px 17px 14px;
    border-radius: 5px;
    height: 505px;
}

.element-image img{
    width: 100%;
}

.element-name{
    width: 252px;
    height: 40px;
    font-size: 28px;
    line-height: 40px;
    margin-top: 16px;
}

.element-price{
    font-size: 24px;
    line-height: 36px;
    margin-top: 6px;
}

.element-info{
    display: flex;
    width: 152px;
    height: 32px;
    justify-content: space-between;
}

.fa-star, .fa-star-half-stroke{
    color: #FB8200;;
}

.element-detail p{
    font-size: 14px;
}

.see, .see .fa-arrow-right{
    text-align: end;
    color: rgba(224, 44, 109, 0.87);
}


/* featured product styles  */

.featured-product{
    width: 1110px;
    display: flex;
    justify-content: space-between;
    margin: 100px 165px;
    height: 270px;
}

.featured-title{
    width: 610px;
    height: 60px;
    font-size: 38px;
    font-weight: 700;
    line-height: 60px;
    color: #3A3A3A;
}

.featured-description{
    width: 501px;
    height: 88px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #3A3A3A;
    margin-top: 16px;
}

.prebook{
    width: 196px;
    height: 44px;
    background: #E02C6D;
    border-radius: 41px;
    margin-top: 16.1px;
}

.prebook a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

/* reponsive style for mobile  */

@media only screen and (max-width: 688px){
   .start-journey{
    flex-direction: column-reverse;
    justify-content: center;
    width: 80%;
    padding: 20%;
   }
   .start-journey-thumbnail{
    margin: 0;
   }
}




