{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*google front deowa hocche puro body te*/

body{
    font-family: 'Poppins', sans-serif;
}

/*nav bar ta k just padding deowar jonno*/

.navbar{

    display:flex;
    align-items: center;
    padding: 20px;
}

/* nav tag er under er lekha gulo k right e aling korte*/

nav{
    flex: 1;
    text-align: right;
}

/*nav er under er j ul tag ache otar bullet form ta k soranor jonno*/

nav ul{
    display: inline-block ;
    list-style-type: none;
}

/* nav ul er under e jet li tag ache mane oi home , account ai gulo k akta line e ante */

nav ul li{

    display: inline-block;
    margin-right: 30px;
}
/* nav bar er lekha gulo k design korte*/
a{
    text-decoration: none;
    color: #555;
}

p{
    color: #555;
}

/* total container er jonno */

.container{
    max-width: 1300px;
    margin: auto;
    padding-right:25px;
    padding-left:25px;
}

/* for the colloum part */
.row{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.col2{
    flex-basis:50%;
    min-width: 300px;
}

.col2 img{
    max-width:100%;
    padding:50px 0px;
}

/* 'exlpore now' key editing */

.btn{
    display: inline-block;
    background:#a3a375;
    color: #fff;
    padding: 8px;
    margin: 30px 0px;
    border-radius:30px; /* side curve korte help kore */
    transition: background 0.5s;
}
.btn:hover{
    background: #54D1C8;
}
.header{

    background: radial-gradient(#fff,#d1d1c7);
}

.header .row{

    margin: 30px;
}


 /*  header er porere mal tar design er jonno */

.catagories{
    margin: 70px 0px;
 }

 .col3{
    flex-basis: 30%;
    min-width: 250px;
    margin-bottom: 30px;

 }

 .col3 img{
    width: 100%;
 }

 .small-container{
    max-width: 100%;
    margin: auto;
    padding-right: 80px;
    padding-left: 80px;
 }


/* feature ta k middle e ante*/

.title{
    text-align: center;
    margin: 0 auto 80px;
    position: relative;
    line-height: 60px;
    color: #555;
}

/* feature er niche dag ante*/

.title::after{
    content: '';
    background: #FF0303;
    width: 70px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

h2{
    font-weight:bold;
}

/* changing the coloure of rating star*/

.fa.fa-star{
    color: #FF0303;
}

/*ebar porer 4 te colloumn*/
.col4{
    flex-basis: 15%;
    padding: 40px;
    min-width:200px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: transform 0.6s ;
}

.col4 img{
    width: 100%;

}

.col4:hover{
    transform: translateY(-8px);
}

h4{
    font-weight: normal;
}



/* offer er jonno */
.offer{
    background: radial-gradient(#fff,#d1d1c7);
    margin-top: 80px;
    padding: 30 0 px;
}

.col2 .offer-img{

    padding: 50px;
}

/*------------testimonial----------*/

.testimonial{
    padding: 100px;

}

.testimonial .col3{
    text-align: center;
   padding: 10px 10px;
   box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
   cursor: pointer;
   transition: transform 0.6s;

}

.testimonial .col3 img{
    width: 100px;
    margin-top: 20px;
    border-radius: 50%;
}

.testimonial .col3:hover{
    transform: translateY(-10px);
}

/* quot mane mathae uporer mal ta k change korte */
.fa.fa-quote-left{
    color: #FF0303;
    font-size: 30px;

}

.col3 p{
    font-size: 12px;
    margin: 12px 0px;
    color: #777;
}

..testimonial .col3 h3{

    font-weight: 700px;
    color: #555;
    font-size: 16px;
}

/* for brands*/

.brands{
    margin: 100px auto;
}

.col5{
    width: 160px;
}

.col5 img{
    width: 100%;
    cursor: pointer;
    filter: grayscale(100%);
}

.col5 img:hover{
    filter: grayscale(0%);
}
/*-------------------------- 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-col1,.footer-col2,.footer-col3,.footer-col4{
    min-width: 250px;
    margin-bottom: 20px;
}
.footer-col1{
    flex-basis: 30%;
}

.footer-col2{
    flex: 1;
    text-align: center;
}

.footer-col2 img{
    width: 180px;
    margin-bottom: 20px;
}
.footer-col3,.footer-col4{
    flex-basis: 12%;
    text-align: center;
}

ul{
    list-style-type: none;
}
.applogo{
    margin-top: 20px;
}
.applogo img{
    width: 120px;

}
.footer hr{
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin: 20px 0px;
}
.copyright{
    text-align: center;
}

.menu{
    width: 28px;
    margin-left: 20px;
    display: none; /*hidden kora holo oi menu icon ta k */
}

/* responsive menu in the menu btn */

/*------------- all product page tar jonno --------------*/
.row-2{
    justify-content: space-between;
    margin: 100px auto 50px;
}
select{
    border: 1px solid #54D1C8;
    padding: 5px;

}

select:focus{
    outline: none;
}


/*----------------- login page er jonno -----------------*/

.loginpage{
    padding: 50px 0;
    background:#fff;
}

.formcontainer{
    background: #fff;
    width:300px;
    height: 400px;
    padding:20px 0px;
    position: relative;
    text-align: center;
    margin: auto;
   box-shadow: 0 0 20px 0px rgba(0,0,0,0.22);
    overflow: hidden;
}

.formcontainer span{
    padding: 0 10px;
    color: #3498DB ;
    cursor: pointer;
    width:100px;
    font-weight: bold;
    display: inline-block;
}

.formcontainer span:hover{
    background: #54D1C8;
    color: #fff;
    max-width: 100%;
}
.form-btn{
    display: inline-block;
}

.formcontainer form{
    max-width: 300px;
    padding: 0 20px;
    position: absolute;
    top:130px;
    transition: transform 1s;

}

.col1{
    flex-basis: 100%;
    text-align: center;
}

form input{
    width:100%;
    height: 30px;
    margin: 10px 0;
    padding: 0 10px;
    border: none
}

input[type=text]:focus, input[type=password]:focus{
	outline: none;
    }

#dag{
    width:7cm;
    border: none;
    background: #b5b5b5;
    height: 1px;
    margin: -10px 0px;
}

/*------- form er somosso switch er jonno ------*/

form .reg{
    width: 100%;
    border: none;
    cursor: pointer;
}

.reg{
    display: inline-block;
    background: #a3a375;
    color: #fff;
    padding: 10px;
    margin: 30px 0px;
    border-radius: 30px;
    transition: background 0.5s;
}

.reg:hover{
        background: #54D1C8;
}

.reg:focus{
    outline: none;
}

#loginform{
    left: -300px;
}
#regform{
    left: 0px;
}

form a{
    padding-top: 0px;
    font-size: 10px;
}

/*#indicator{
    width: 50px;
    border: none;
    background: #333;
    height: 3px;
    margin-top: 8px;
    transform: translateX(100px);
    transition: transform 1s;
}*/  /* login r reg er niche page switch er jonno niccher chotto dag ta*/


@media only screen and ( max-width: 800px ){
    nav ul{
        position: absolute;
        top: 70px;
        left: 0px;
        background: #333;
        width: 100%;
        overflow: hidden;
        transition: max-height 0.5s; /* transition er smooth effect er jonno */
    }

    nav ul li{
        display: block;
        margin-right: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    nav ul li a{
        color: #fff;
    }

    .menu{
        display: block;
        cursor: pointer;
    }
}

.page-btn{
    margin: 0 auto 80px;
}

.page-btn span{
    display: inline-block;
    border: 1px solid #333;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
}

.page-btn span:hover{
    background: cornflowerblue;
}




/* total body tar jonn , just row r colloum gulo k thik korte hobe bass */
@media only screen and ( max-width: 600px ){

    .row{
        text-align: center;
    }

    .col2, .col3, .col4, .col5{
        flex-basis: 100%;
    }
}

