*{
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background-color: #FFF;  
}
section{
    margin-bottom: 140px;
}
#container{
    width:1200px;
    align-items: center;
    justify-content: center;
}
.heading{
    display: flex;
    position: relative; 
}
.left-heading{
    color: #3A3A3A;
    font-weight: 700;
    font-size: 24px;
    position: absolute;
    left: 120px;
    top: 25px;
}
.right-side{
    position: relative;
    width: 480px;
    height: 36px;   
}
.link > ul{
    display: flex;
    position: absolute;
    left: 740px;
    top: 30px;
}
.link li{
    list-style: none;
    padding: 25px;
   
}
.link a{
    text-decoration: none;
    width:30px;
    font-size: 16px;
    color: #3A3A3A;   
}
.icon{
    position: absolute;
    left:1226px; 
    top:75px;
    display: flex;
}
.fa-magnifying-glass, .fa-cart-arrow-down{
    font-size: 18px;
    padding-right:45px ;
}
/*  journey as influencer*/
.full-journey{
    display: flex;
    padding-left: 10%;
}
.half-width{
    width: 50%;
}
h4{
    font-size: 48px;
    margin-bottom: 10px;
    color: #3A3A3A;
}
p{
    text-align: justify;
    word-spacing: normal;
    margin-bottom: 40px;
    color: #3A3A3A;
}
.button{
    text-decoration: none;
    width: 196px;
    height: 44px;
    background: #E02C6D;
    border-radius: 41px;
    padding: 10px 24px;
    color: #FFF;
}
.half-width img{
    width:100%;
    padding-left: 30%;
    transition: transform .5s ease-in-out .1s;
}
.half-width img:hover{
    transform: scale(1.3);
}
/* company logo */
.logo{
    width: 1000px;
    height: 110px;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    margin: 100px;
    left:110px;
    position: relative; 
}
.logo-img img{
    width: 87px;
    height: 40px;
    margin-left:48px;
    margin-top:35px;    
}
/* popular collection */
.popular-heading{
   position: absolute;
   left: 550px;
   top: 820px;
   font-size: 36px;
   color: #3A3A3A;
}
.products{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px;
    flex-wrap: wrap;
    position: relative;
    left:190px;
    width:1047px;
    height:1500px   
}
.product-info{
    width: 329px;
    height: 476px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    position: relative;
}
.product-image img{
    width: 295px;
    height: 240px;
    border-radius: 5px;
    text-align:center;
    position: absolute;
    left:17px;
    top:15px;
    transition: transform 1s ease-in-out .1s;
    overflow: hidden;
}
.product-image img:hover{
    transform: scale(1.1);
}

.heading-detail, .price, .filled, .buyers-protection{
    margin-left: 5%;
}
.heading-detail{
     font-size: 28px;
     color: #18191F;
     margin-top: 80%;
         
}
.price{
    font-size: 22px;
    color: rgba(0, 0, 0, 0.87);
    margin-top: -14%;
}
.filled{
    color:#FB8200;
    margin-top: -10%;
}
.buyers-protection{
    font-size: 14px;
    font-weight:700;
    font-family: 'Inter';
    color: #787885;
    margin-top: 5%;
}
/* see more */
.see{
    font-size: 18px;
    font-weight: 900;
    color: rgba(224, 44, 109, 0.87);
    position: absolute;
    width: 110px;
    left: 1130px;
    top: 2483px;
    text-decoration: none;
}
/* Featured Products */
.featured{
    display: flex;
}
.featured-image img{
    width: 404px;
    height: 270px;
    margin-left: 170px;
    border-radius: 5px;
}
h5{
    font-size: 32px;
}
.featured-details {
    margin-left: 100px;
    margin-top: -40px;
}
.featured-details p{
    margin-top: -40px;
    font-weight: bolder;
}
/* footer */
.footer{
    width:1450px;
    height: 270px;
    background-color: #18191F;
    color: #FFFFFF;
    text-align: center;
}
.fheading{
    position: relative;
    top:40px;
}
.footer h6{
    font-size: 15px;
    position: relative;
    top:-5px;
    line-height: 2em;
}
.circle-icon{
    background-color: #3A3A3A;
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color:white;
    font-size: 18px;
    text-align: center;
    position: relative;
    top:-30px;
    vertical-align: middle;
    margin: 10px;
}
.circle-icon:hover{
    font-size: 22px;
    transition: 1s;
}



