@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@500&family=Dancing+Script:wght@500&family=Gwendolyn:wght@700&family=Lato:wght@300&family=Poppins:ital,wght@0,700;1,100;1,300;1,600&display=swap');

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

header{
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.header{
    background: radial-gradient(#fff, #ffd6d6);
    width: 100%;
    height: auto;
}

nav{
    flex: 1;
    text-align: right;
}

li{
    list-style: none;
} 
nav ul{
    display: inline-block;
}
nav ul li{
    display: inline;
}
a{
    text-decoration: none;
    padding: 20px;
    font-size: 1.2rem;
    margin-right: 20px;
    color: #555;
    padding: 3px 15px;
    border-radius: 15px;
} 
a:hover{
    background-color: black;
    color: white;
}
p{
    color: #555;
}
.container{
    max-width: 1300px;
    margin: auto;
    padding-left: 25px ;
    padding-right: 25px;
}

/* main-section */
.row{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.col-1{
    flex: 50%;
    min-width: 300px;
}
.col-1 img{
    max-width: 100%;
    padding: 50px 0px;
    height: auto;
    float: right;
}
.row h1{
    font-size: 50px;
    line-height: 1.2;
    margin: 25px 0px;
}
.row p{
    line-height: 1.3;
}
 .btn{
    padding: 8px 20px;
    border-radius: 30px;
    background: #ff523b;
    color: white;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    margin: 30px 0px;
    transition: background 0.5s;
}
.btn:hover{
  
    background: #563434;
}
.header .row{
    margin-top: 35px;
}

/* featured */
.categories{
    margin: 70px 0px;
}
.col-3{
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;
}
.col-3 img{
    width: 100%;
    height: auto;
}
.small-container{
    padding: 0px 25px;
    margin: auto;
    max-width: 1080px;
}

/* start-rating */
.checked {
    color: orange;
  }

.featured .row{
    margin: 100px 0px;
    justify-content: center;
    gap: 20px;
}
h5{
    color: #555;
}
.featured img{
    transition: background 0.3s;
    transition-timing-function: ease-in;
    
}

.featured img:hover{
     /* position: relative; */
     /* top: -3px;
     left: 10px; */

    /* transform: translate(3px, -3px); */

    transform: translateY(-5px);
}
 .title{
    text-align: center; 
    margin: 0px auto 80px;
    position: relative;
    line-height: 60px; 

}
.col-4{
   
    min-width: 200px;
    margin-bottom: 50px;
    transition: transform 0.5s;
}
.title::after{
    content: '';
    background-color: #ff5f23;
    height: 5px;
    border-radius:5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50px);
    width: 80px;
}


/* --------latest producy */
.col-4 img{
    transition: background 0.3s;
    transition-timing-function: ease-in;
    
}

.col-4 img:hover{
    transform: translateY(-5px);
}



/* --offer------ */
.offer{
    background: radial-gradient(#fff,#ffd6d6);
    margin-top: 20px;
    padding: 10px;
}
.col-1 img{
    padding: 30px;
}
small{
    color: #555;
}


/* ----------testimonial----------- */
.testimonial{
    padding-top: 100px;
}
.boxes{
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}
.box{
    padding: 40px 20px;
    margin: 15px 10px;
    flex: 31%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5s;
 
}
.box:hover{
    transform: translateY(-10px);
}
.box img{
    margin-top: 20px;
      border-radius: 50%;
}
.box p{
    font-size: 12px;
    margin: 12px 0px;
    color: #777;
    text-align: center;
}
.box h4{
    font-weight: 600px;
    color: #555;
    font-size: 16px;
}

/* ------brands------- */
.brands{
    padding: 100px auto;
}
.col-5{
   width: 130px;
   margin-top: 20px;
}
.col-5 img{
    width: 100%;
    filter: grayscale(100%);
    cursor: pointer;
}
.col-5 img:hover{
    filter: grayscale(0);
}


/* ------------footer---------- */

footer{
    background: black;
    color: #8a8a8a;
    font-size: 14px;
    padding: 60px 0px 20px;
}

footer p{
    color: #8a8a8a;
}
footer h3{
    color: #fff;
    margin-bottom: 20px;
}

.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
    min-width: 250px;
    margin-bottom: 20px;
}
footer .footer-col-1{
    flex-basis: 30%;
}
footer .footer-col-2{
    flex: 1;
    text-align: center;
}
 .footer-col-2 img{
   width: 180px;
   margin-bottom: 20px;
} 
.footer-col-3, .footer-col-4{
    text-align: center;
    flex-basis: 12%;
}

.app-logo{
    margin-top: 20px;
}
.app-logo img{
    width: 140px;
    margin: 0;
}

/* ------------------copywrite-------------- */
hr{
    border: none;
    background-color: #b5b5b5;
    height: 1px;
    margin: 20px 0;

}
.copyright{

    text-align: center;

}


/* menu icon */
.menu-icon{
    margin-left: 20px;
    display: none;
}

/* media-qury for nav-icon */



