
*{
    background: #F1F1F1;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.testimonial ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/**/
.logo{
  width: 100px;
  margin: 20px auto;
    justify-content: center;
    padding: 10px;
}
 header .co-name{
  color: #ff523b;
     text-align: center;
     font-size: 31px;
     font-weight: 700;
      margin-bottom: 10px
}


nav {
    display: none;
    font-size: 100%;
    padding: 10px;
}
nav ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    list-style-type:none;
}
nav li {
    flex: 1 1;
    color: blue;
    text-decoration: none;
    list-style-type:none;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap:  wrap;
    justify-content: space-around;
    bottom: 60px;
    top: 30px;
    
}
/*.col-2{
    flex-basis: 50%;
    min-width: 200px;
    
}*/
.col-3 h2{
    text-align: center;
}

.col-1 img{
    
  width: 100px;
  margin: 20px auto;
  justify-content: center;
  padding: 10px;
   border-radius: 50%;
}

.col-2 img
{
    max-width: 80%;
    align-items: center;
    flex-wrap:  wrap;
    justify-content: space-around;
}
    
/*.col-2
 video{
    max-width: 100%;
}
    */
.col-2 h5{
    font-size: 30px;
    line-height:20px;
    margin: 50px 0;
}
/*
.btn{
    display: inline-block ;
    background: #ff523b;
    color: #fff;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: background 0.5s;
}
.btn:hover{
    background:#563434; 
}
    */
.header{
    background: radial-gradient(#fff,#ffd6d6);
}
.header .row{
    margin-top: 120px;
}

.header .row h5{
    margin-top: 120px;
}
.catedories{
    margin: 10px;
}
.col-3{
    flex-basis: 25%;
    min-width: 300px; /* //200 */
    margin-bottom: 30px;
}

.col-3 img{
    width: 100%;
    border: 2px solid #ff523b;
}
.col-3 video{
    width: 100%;
    border: 2px solid #ff523b;
}
.col-3 h2{
    text-align: center;
}
.small-container{
    max-width: 1080px;
    margin-left: auto;
    margin-right: 25px;
    padding-right: 25px;
    
}
.col-4{
    flex-basis: 22%;
    padding:10px;
    min-width: 200px;
    margin-bottom: 50px;
    transition: tranform 0.5s;
}
.col-4 img{
    width: 100%;
    
}
.title {
    text-align: center;
    margin:0 auto 80x;
    position: relative ;
    /*lineheight: 60px; */
    color: #555;
}
.title::after{
    content: '';
    background: #ff523b;
    width: 80px;
    height: 5px;
    border-radius: 5px; 
    margin-bottom:  0;
    left: 50%;
    transform: translateX(-50%);
}
h4{
    color:#555;
    font-weight: normal;
}
.col-4 p {
    font-size: 14x;
}
.rating .fa{
    color: #ff523b;
}
.col-4:hover{
    transform: translateY(-5px);
}
.offer{
    background: radial-gradient(#fff,#ffd6d6);
    margin-top:  80px;
    padding:18px;
}
col-2 .offer-img{
    padding: 100px;
}
small{
    color: #555;
}
/*----testimonial---*/
.testimonial{
    padding-top: 100px;
     list-style: none;
    list-style-type:none;
}
.testimonial .col-3{
    text-align: center;
    padding: 40px 20px;
    box-shadow:  0 0 20px 0px rgb(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
.testimonial .col-3 img{
    width: 50px;
    margin-top: 20px;
    border-radius: 50%;
}
.testimonial .col-3:hover{
    /*transform: translateY(-10px); */
    transform: translateY(-10px);
}
/*----testimonial---*/
.brands{
    margin: 100px auto;
    
}
.col-5{
    width: 160px;
}
.col-5 img{
    width: 100%;
    cursor: pointer;
    filter: grayscale(100%);
}
.col-5 img:hover{
    filter: grayscale(0);
}




footer {
    background: brown;
    color: black;
    padding: 10px;
    margin: 0;
}
#nav-toggle {
    display: none;
}

#nav-toggle:checked~nav {
    display: block;
}

.color {
    padding: 10px;
    background: blue;
    width: 100%;
    margin-top: 20px;
}
.row{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 80px;
}
.col-2{
    flex-basis: 50%;
    min-width: 300px;
    margin-top: 40px;
}
.col-2 img{
    max-width: 100%;
    padding: 10px 0;
}
.col-2 h1{
    font-size: 50px;
    line-height: 60px;
margin: 25px 0;
}
.btn{
    display: inline-block;
    background: #ff523b;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
}

.row .col-2{
        font-size: 30px;
        color: slategray;
    }
    .row .col-2 h1{
        font-size: 30px;
        color: black;
        margin-bottom: 0;
    }

@media (min-width:48em) {
    nav {
        display: block;
    }
}
@media (min-width:48em) { /* allting stor*/
    nav ul {
        flex-direction: row;
    }
     .row .col-2 h1{
        font-size: 30px;
        color: slategray;
        margin-bottom: 0;
    }

}
@media(min-width: 48em) {
    .color {
        display: none;
       
    }
}