body{
    font-family: 'Poppins', sans-serif;
    
}

header{
    background-color: #fffbf0;
    width: 100%;
    height: 900px;
   
}

header img{
    width: 30%;
}

.heading-line h1{
 font-size: 60px;
 font-weight:bolder;
 color: rgb(248, 178, 48);
}
.heading-line h2{
    font-size: 60px;
    font-weight:bolder;
    color: rgb(14, 19, 88);
   }

main h2{
    font-size: 40px;
    font-weight:bolder;
    color: rgb(14, 19, 88);
}
.heading-line p{
    font-size: 18px;
    font-weight: 700;
}

.model img{
    width: 100%;
}

.btn{
    color: white;
    font-weight: 700;
    margin:  5px 5px 10px 0;
    
}
 /* end-header  */



 /* start dress card */

.shopping-card{
    margin-right: 50px;
    padding-right: 30px;
}


 .dress-photo img{
 width: 100%;
 height: 45% ;
 background-color: rgb(241, 241, 241);
 border-radius: 30px;
 padding: 10px;
 margin: 10px;
 object-fit: contain;
}

.dress-footer{
    background-color: white;
    border: 0;
}


/*star end section */

.end-part h2{
    font-weight:bolder;
    color: rgb(14, 19, 88);
}


.end-cart img{
    width: 70%;
    margin-right: 10px;
}

.shop-image img{
    width: 100%;
    height: 100;
    margin-left: 40px;
  }
/*end of end section */

/* start slide */
.penguin-slide{
    
    background-color: #fffbf0 ;
    border-radius: 1em;
}

.penguin-slide h1{
    font-weight:bolder;
    color: rgb(14, 19, 88);
}
/* end slide */

/* start footer */

  .stay-touch{
    height: 300px; 
    
    background-color: #fffbf0;
    
  }

  .stay-touch h2{
    font-weight:bolder;
    color: rgb(14, 19, 88);
  }
  /* end footer */