
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');


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

body {
    font-family: 'Poppins', sans-serif;
    background: #E3E6E6;
     /*background: white;*/
}

.navbar {
    padding: 20px;
    align-items: center;
    display: flex;
    color: white;

}
.img-cart{
    width:30px;
    height:30px;
     filter: drop-shadow(-5px -5px 7px rgba(255, 255, 255, 0.9));
    
}
.logo img{
    
    width:200px;
    height:80px;
  filter: drop-shadow(-5px -5px 7px rgba(255, 255, 255, 0.9));
}






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

}

nav ul {
    display: inline-block;
    list-style: none;
}


nav ul li {
    display: inline-block;
    margin-right: 20px;
   
}

a {
    text-decoration: none;
    /*color: #555;*/
     color:white;
}

a:hover {
    color: #ff523b;
}

p {
    /*color: #555;*/
    color: white;
}

.para
{
    color: white;
    
    text-align:center;
    
    padding-top:140px;
    font-size:26px;
}

.title {
    text-align: center;
    position: relative;
    margin: 0 auto 80px;
}

.title::after {
    content: '';
    background: #ff523b;
    width: 80px;
    height: 3px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    
    transform: translateX(-50%);

}

.container {
    max-width: 1300px;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
    /*background-color:white;*/
}

.row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.col2 {
    flex-basis: 50%;
    min-width: 300px;
}

.col2 img {
    max-width: 100%;
    padding: 50px 0;
    filter: drop-shadow(10px 10px 10px black);
}

.col2 h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;

}




.btn {
    display: inline-block;
    background: #ff523b;
    color: white;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 20px;
    transition: background 0.5s;
}

.btn:hover {
    background: #563434;
}

.product-bttn {
    display: inline-block;
    background: #428803;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
}

.product-bttn:hover {
    background: #0f56f0;
    color: #fff;
}

.header1 {
    /*background: radial-gradient(#fff, #ffd6d6);*/
        /*background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(img/s-banner.png);*/
        width:100%;
                 min-height: 100vh;
    /*width: 100%;*/
    background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(img/s-banner.png);
    background-position: center;
    background-size: cover;
    position: relative;
 
}
/*.header .banner */
/*{*/
/*     background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(img/s-banner.png);*/
/*        width:100%;*/
/*        min-height:100vh;*/
        
      
  
/*}*/


.header .banner {
    margin-top: 70px;
}

.category {
    margin: 70px 0;
}

.col3 {
    flex-basis: 30px;
    min-width: 300px;
    margin-bottom: 30px;
    border: 2px solid transparent;

}

.col3 img {
    width: 100%;
    filter: drop-shadow(8px 8px 10px black);
}

.col3:hover {
    border: 2px solid #ff523b;
    border-radius: 10px;

}

.small-container {
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.col4 {
    flex-basis: 25px;
    padding: 20px;
    min-width: 250px;
    min-height: 200px;
    margin-bottom: 50px;
    border: 1.5px solid #000080;
    border-radius: 10px;
    background: #fff;
    transition: transform 0.5s;
}

.col4 img {
    width: 200px;
    height: 200px;

}

.col4:hover {
    transform: translateY(-10px);
}

.pro-details {
    padding-top: 10%;
}

/*---------------------------------- offer--------------------------------  */

.offer {
    background: radial-gradient(#fff, #ffd6d6);
    margin-top: 80px;
    padding: 30px 0;
}

.col2 .offer-img {
    width: 400px;
}

/* -------------------------------testimonial---------------------------------- */

.testimonial {
    padding-top: 100px;
}

.testimonial .col3 {
    text-align: center;
    padding: 40px 20px;
    transition: transform 0.5s;

}

.testimonial .col3 img {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    border-radius: 100px;
}

.testimonial .col3:hover {
    border: 2px solid #ff523b;
    border-radius: 10px;
    transform: translateY(-10px);
}
/*.testimonial .col3 p{*/
/*    color:black;*/
/*}*/

/* ------------------------brands---------------------- */

.brands {
    margin-top: 0 auto;
}

.col5 {
    width: 160px;
    /* transition: transform 0.5s; */
}
/* .col5:hover{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
transform: scale(1);
} */
.col5 img {
    width: 100%;
    cursor: pointer;
    transition: transform 0.5s;
}

.col5 img:hover {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform:scale(1.5);
   

}


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

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

.footer p {
    color: #8a8a8a;
}

.footer h3 {
    color: #fff;
    margin-bottom: 20px;
}

.footer img {
    max-width: 200px;
    margin-left: 50px;
}

.footer-col-1,
.footer-col-2,
.footer-col-3 {
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-col-1 {
    flex-basis: 30%;
}

.footer-col-2 {
    flex: 1;
    text-align: center;
}

.footer-col-3 {
    flex-basis: 30%;
    text-align: center;
}

.footer-col-3 img {
    max-width: 100px;
}

ul {
    list-style: none;
}

#menuIcon{
    width: 28px;
    margin-left: 20px;
    display: none;
       font-size: 20px;
     
}


/* ------------------media query for menu ----------------------- */

@media only screen and (max-width:800px) {
    nav ul {
        position: absolute;
        top: 70px;
        left: 0;
        background: #333;
        width: 100%;
        overflow: hidden;
        transition: max-height 0.5s;
    }

    nav ul li {
        display: block;
        margin-right: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
        
    }

    nav ul li a {
        color: #fff;
    }

    #menuIcon {
        display: block;
        cursor: pointer;
        font-size:30px;
        
    }
   
    

    

    /* ------------------media query for 600 screen------------------------- */
    @media only screen and (max-width:600px) {
        .row {
            text-align: center;
        }

        .col2,
        .col3,
        .col4,
        .col5 {
            flex-basis: 100%;
        }

    }


}

input[type=text] {
    width: 200px;
    padding: 12px 20px;
    margin: 15px 0;
    box-sizing: border-box;
    border: 1px solid #ff523b;
    border-radius: 10px;
}



.form-col-2 .btn {
    border: 1px;
    border-radius: 10px;
    width: auto;
    height: 50px;

}

.contact {
    text-align: center;
    color: #555;
}

.form-col-1 h3 {
    margin: 80px;
    color: #555;
}
.page-title{
    
    min-height: 80px;
    background:#555;
    color: #fff;
    padding-top: 45px;
    
}




.product-div{
    width : 100%;
    min-height: 100px;
    float: left;
    box-shadow: 0 0 2px #ff523b;
    padding: 15px 10px;
    margin: 15px 0;
}



/*css of productview page Neha*/



