/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    margin: 0;
    padding: 0;
    border: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #E3E6E6;
     /*background: white;*/
}

.navbar {
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
   

}

.logo img{
    
    width:200px;
    height:80px;
  filter: drop-shadow(-5px -5px 7px rgba(255, 255, 255, 0.9));
}

nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            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;
}

a:hover {
    color: #ff523b;
}

p {
    color: #555;
}

.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%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.container {
    max-width: 1300px;
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
    /*background-color:white;*/
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.col2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-width: 300px;
}

.col2 img {
    max-width: 100%;
    padding: 50px 0;
    -webkit-filter: drop-shadow(10px 10px 10px black);
            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;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    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: #0fa9f0;
    color: #fff;
}

.header {
    /*background: -o-radial-gradient(#fff, #ffd6d6);*/
    /*background: radial-gradient(#fff, #ffd6d6);*/
    background-color:white;
}

.header .row {
    margin-top: 70px;
}

.category {
    margin: 70px 0;
}

.col3 {
    -ms-flex-preferred-size: 30px;
        flex-basis: 30px;
    min-width: 300px;
    margin-bottom: 30px;
    border: 2px solid transparent;

}

.col3 img {
    width: 100%;
    -webkit-filter: drop-shadow(8px 8px 10px black);
            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 {
    -ms-flex-preferred-size: 25px;
        flex-basis: 25px;
    padding: 20px;
    min-width: 210px;
    min-height: 200px;
    margin-bottom: 50px;
    border: #000080 solid 1px;
    border-radius: 10px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.col4 img {
    width: 200px;
    height: 200px;

}

.col4:hover {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}

.pro-details {
    padding-top: 10%;
}

/*---------------------------------- offer--------------------------------  */

.offer {
    background: -o-radial-gradient(#fff, #ffd6d6);
    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;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-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;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}

/* ------------------------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;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-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 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
}

.footer-col-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
}

.footer-col-3 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    text-align: center;
}

.footer-col-3 img {
    max-width: 100px;
}

ul {
    list-style: none;
}

.menu-icon {
    width: 28px;
    margin-left: 20px;
    display: none;
}


/* ------------------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;
        -webkit-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        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;
    }

    .menu-icon {
        display: block;
        cursor: pointer;
    }



    /* ------------------media query for 600 screen------------------------- */
    @media only screen and (max-width:600px) {
        .row {
            text-align: center;
        }

        .col2,
        .col3,
        .col4,
        .col5 {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        }

        .col-text{
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            min-width: 250px;
        }

    }

}

input {
    width: 200px;
    padding: 12px 20px;
    margin: 15px 0;
    -webkit-box-sizing: border-box;
            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; */
    -webkit-box-shadow: 0 0 5px #ff523b;
            box-shadow: 0 0 5px #ff523b;
    padding: 15px 10px;
    margin: 15px 0;

}

.product-div:hover {
    -webkit-box-shadow: 0 0 10px #ff523b;
            box-shadow: 0 0 10px #ff523b;
}

.col-img {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    min-width: 200px;
    min-height: 100px;
}

.col-img img {
    width: 200px;
    max-height: 200px;
    -webkit-box-sizing: 100px;
            box-sizing: 100px;
-webkit-filter: drop-shadow(10px 10px 10px black);
        filter: drop-shadow(10px 10px 10px black);
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
    /* border: 2px solid #ffd6d6; */
}

.col-table-img img {
width: 250px;
}

/* .col-img img:hover{
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
transform: scale(1);
} */


.col-text {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  /* min-width: 50px; */
    /*min-height: 100px; */
}

.pagination{
    text-align: center;
    margin: 30px 30px 60px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.pagination li{
    display: inline-block;
    margin: 5px;
    -webkit-box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
            box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
}
.active{
    background: #3b96ff;
    
}