*{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
body{
    font-family: "Inter", sans-serif;
}
body section .nav-bar{
    width: 95%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
}
body section .nav-bar .logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body section .nav-bar .logo .img-logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
body section .nav-bar .logo .img-logo a{
    margin: 0 10px;
    font-size: 20px;
      color: #818181;
}
body section .nav-bar .logo .search-bar{
    background-color: #f8f8f8;
    color: rgb(99, 97, 97);
    padding: 5px 20px;
    border-radius: 10px;
    margin: 0 5px;
}
body section .nav-bar .logo .search-bar .search select,input{
   background: transparent;
   font-size: 17px;
   color: rgb(99, 97, 97);
   border: none;
   padding: 10px 15px;
    border-radius: 6px;
    margin: 0 5px;
    outline: none;
}
body section .nav-bar .logo .search-bar .search input:focus{
     outline:3px solid #9ddcf3;
            box-shadow: 0 5px 15px rgba(106, 17, 203, 0.2);
        
}
body section .nav-bar .logo .search-bar .search select:focus{
     outline:3px solid #9ddcf3 ;
            box-shadow: 0 5px 15px rgba(106, 17, 203, 0.2);
        
}
body section .nav-bar .logo .search-bar .search i{
    font-size: 20px;
}
body section .nav-bar .menu .main-ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 17px;
}
body section .nav-bar .menu .main-ul .main-li{
    padding: 20px 25px;
    cursor: pointer;
    color: rgb(14, 13, 13);
}
.main-li-hover{
    position: relative;
}
.sub-ul{
    position: absolute;
    left: 25px;
    top: 65px;
    list-style-type: none;
    background-color: #fff;
    visibility: visible;
    box-shadow: 0px 1px 10px #a9a4a4;
    padding: 10px 15px;
}

.sub-ul a {
    text-decoration: none;
}
.sub-ul a li{
    padding: 10px ;
    width: 130px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 200;
    color:#747474;
}
.sub-ul a li:hover{
    background-color: #f5f5f5;
}
body section .nav-bar .icons a{
    padding: 0 10px;
    font-size: 22px;
    color: #818181;
}

/* media query for mini loaptop  */

@media (max-width:1024px){

    body section .nav-bar{
        padding: 10px 1px;
    }
  body section .nav-bar .logo .img-logo img{
     width: 110px;
}
body section .nav-bar .logo .search-bar{
    padding: 1px;
    margin: 0;
}

body section .nav-bar .logo .search-bar .search select,input{
   padding: 8px 5px;
}

body section .nav-bar .logo .search-bar .search i{
    font-size: 18px;
    padding-right: 8px;
}
body section .nav-bar .logo .search-bar .search select,input{
    font-size: 15px;
}
body section .nav-bar .menu ul{
    font-size: 15px;
}

body section .nav-bar .icons a{
    padding: 0 8px;
    font-size: 19px;
}
body section .banner-back .banner{
    width: 85%;
}
}

/* media query for tablet */

@media (max-width:768px){

    body section .nav-bar{
        padding: 10px 1px;
    }
  body section .nav-bar .logo .img-logo img{
     width: 110px;
}
body section .nav-bar .logo .search-bar{
    padding: 0px;
    margin: 0;
}
body section .nav-bar .logo .search-bar .search i{
    font-size: 16px;
    padding-right: 8px;
}
body section .nav-bar .logo .search-bar .search select,input{
    font-size: 15px;
    padding: 10px 0;
    width: 70px;
}
body section .nav-bar .menu .main-ul{
    font-size: 15px;
    padding: 0 0 0 10px;
}
body section .nav-bar .menu .main-ul .main-li{
    padding: 0 10px;
}
.sub-ul{
    top: 35px;
    left: 10px;
}
}

/* media query for mobile  */
@media(max-width:425px){
    body section .nav-bar{
    display: block;
}
body section .nav-bar .logo{
    display: block;
}
  body section .nav-bar .logo .img-logo img{
     width: 150px;
     padding: 20px 0;
}
body section .nav-bar .logo .search-bar{
    width: 90%;
    margin: auto;
}
body section .nav-bar .logo .search-bar .search input{
    width: 55%;
    padding: 10px 8px 10px 5px;
}
body section .nav-bar .logo .search-bar .search select{
    width: 25%;
    padding: 10px 5px;
}
body section .nav-bar .logo .search-bar .search i{
    padding: 0 0 0 5px;
}
body section .nav-bar .menu{
    padding: 10px 0;
}
body section .nav-bar .menu .main-ul{
    font-size: 18px;
    padding: 20px 0;
}
body section .nav-bar .icons{
    display: flex;
    align-items: center;
    justify-content: center;
}
body section .nav-bar .icons a{
    font-size: 24px;
}
}
@media(max-width:320px){
    body section .nav-bar .logo .search-bar .search select{
    display: none;
}
    body section .nav-bar .logo .search-bar .search input{
    width: 80%;
    padding: 10px 5px;
}
}

/* banner section  */

body .banner-back{
    width: 100%;
background: url(/ecommerce/assets/images/banner-1.jpg) no-repeat;
    background-size: 120% 100%;
}
body .banner-back .banner{
   width: 80%;
   margin: auto;
   padding: 95px 0 0 0;
}
body .banner-back .banner .head{
   width: 80%;
   font-size: 30px;
   width: 51%;
   letter-spacing: -4px;
   color: #212529;
}
body .banner-back .banner .title{
    color: #747474;
    font-size: 24px;
    letter-spacing: .5px;
    padding: 20px 0;
}
body .banner-back .banner .btn{
    display: flex;
    align-items: center;
    padding: 10px 0 0 0;
}
body .banner-back .banner .btn button{
    font-size: 14px;
    padding:14px 20px;
    letter-spacing: .25px;
    border-radius: 30px;
    margin: 0 15px 0 0;
    border: none;
    color: #ffff;
    cursor: pointer;
}
body .banner-back .banner .btn .button1{
    background-color: #6bb252;
}
body .banner-back .banner .btn .button1:hover{
    background-color: #f7a422;
}
body .banner-back .banner .btn .button2{
    background-color: #212529;
}
body .banner-back .banner .btn .button2:hover{
    background-color: #4d5154;
}

body .details{
    display: flex;
    align-items: baseline;
    padding: 30px 0 0 0;
}
body .details .num{
    width: 15%;
}
body .details .num .number{
    font-size: 26px;
    color: #212529;
}
body .details .num .text{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: .25px;
    color: #212529;
    line-height: 20px;
    padding: 5px 0 0 0;
}
body .main-div{
    display: flex;
    align-items: center;
    padding: 50px 0 0 0;
}
body .main-div .box{    
    width: 33.333%;
    color: #ffff;
    display: flex;
    padding: 25px 0;
    background-color: #6bb252;
}
body .main-div .box2{
    background-color: rgb(54 65 39);
}
body .main-div .box3{
    background-color: rgb(249 95 9);
}
body .main-div .box .logo{    
    font-size: 50px;
    padding: 0 20px;
}
body .main-div .about-box{ 
   
}
body .main-div .about-box .head{
    color: #ffff;
    font-size: 14px;
    letter-spacing: .25px;
    width: 100%;
}
body .main-div .about-box .text{
    width: 100%;
    letter-spacing: .5px;
    line-height: 30px;
    padding: 5px 0 0 0;
}
@media(max-width:768px){
    body .banner-back .banner{
        width: 90%;
    }
    body .banner-back .banner .btn button{
        font-size: 15px;
    }
    body .banner-back .banner .head{
        font-size: 32px;
        width: 100%;
    }
    body .main-div .box .logo{
        padding: 0 5px;
        font-size: 30px;
    }
    body .main-div .about-box .head{
        font-size: 14px;
    }
    body .main-div .about-box .text{
        font-size: 14px;
    }
}
@media(max-width:425px){
    body .banner-back{
        background-size: 300% 300%;
    }
    body .banner-back .banner{
        padding: 100px 0 0 0;
    }
    body .banner-back .banner .head{
        font-size: 25px;
        width: 100%;
    }
     body .banner-back .banner .title{
        font-size: 22px;
     }
     body .details{
        /* justify-content: space-between; */
     }
     body .details .num{
        width: 33.33%;
     }
     body .details .num .number{
        font-size: 20px;
     }
     body .details .num .text{
        font-size: 15px;
     }
     body .main-div{
    display: block;
    padding: 50px 0 0 0;
    }
    body .main-div .box{
        display: block;
        width: 100%;

    }
    body .main-div .box .logo{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 45px;
        padding-bottom: 15px;
    }
     body .main-div .about-box{
        padding-left: 30px;
        padding-right: 30px;
     }
    body .main-div .about-box .head{
        font-size: 15px;
    }
    body .main-div .about-box .text{
        font-size: 16px;
    }
}

/* category section  */

body .category{
  width: 80%;
  margin: auto;
}
body .category .cate{
    display: flex;
    align-items: center;
    justify-content: space-between;
        padding: 40px 0;
}
body .category .cate .cate-head{
    font-size: 22px;
}
body .category .cate .cate-btn button{
    padding: 10px;
    margin: 3px;
    font-size: 16px;
    cursor: pointer;
}
body .category .cate .cate-btn .v-btn{
     background-color: #6BB252;
     color: #fff;
     border: none;
     border-radius: 5px;
}
body .category .cate .cate-btn .v-btn:hover{
    background-color: #f7a422;
}
body .category .cate .cate-btn .con{
    border-radius: 8px;
    border: none;
}
body .category .cate .cate-btn .con:hover{
    background-color: #6BB252;
}
body .category .img-details{
    display: grid;
    grid-auto-flow: column;
    /* grid-auto-columns: calc((100%/10)-12px); */
    overflow: hidden;
    flex-direction: column;
}
body .category .img-details .img{
    width: 200px;
    justify-items: center;
    align-items: center;
    user-select: none;
    
    
}
body .category .img-details .img .imm{
    border-radius: 50%;
    overflow: hidden;
    cursor: grab;
    width: 80%;
    height: 85%; 
}
body .category .img-details .img .imm img{
    width: 100%;
    height: 100%;
}
body .category .img-details .img .about{
    font-size: 18px;
    padding: 15px 0 0 0;
}

/* best selling  */

body section .best{
    width: 100%;
    margin: auto;
}
body section .best .head{
    font-size: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0 50px 0;
}
body section .best .head .btn a button{
    padding: 10px;
    margin: 3px;
    font-size: 16px;
    cursor: pointer;
    color: #ffff;
    cursor: pointer;
    background-color: #6BB252;
    border-radius: 5px;
    border: none;
}
body section .best .head .btn a button:hover{
    background-color: #f7a422;
}

/* card section  */
body section .best2{
    padding: 0 10px 0 0;
}
body section .best .head2{
    padding: 0 0 15px 0;
}
body .with{
    display: flex;
    padding: 30px 20px 0 20px;
}
body section .parents{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
    gap: 25px;
}
body section .parents .card{
    width: 250px;
    padding: 15px 5px;
    margin: 0;
}
body section .parents .card:hover{
    box-shadow: 0 5px 30px #dddddd;
}
body section .parents .card:hover .cart{
    visibility: visible;
}
body section .parents .card .img{
    display: flex;
    align-items: center;
    justify-content: center;
}
body section .parents .card .img img{
    width: 170px;
}
body section .parents .card .p-name{
    font-size: 17px;
    text-align: center;
    padding: 12px 15px;
    font-weight: 300;
    color:#292b2c;
    line-height: 25px;
    letter-spacing: .5px;
}
body section .parents .card .rating{
   display: flex;
   align-items: center;
   justify-content: center;
}
body section .parents .card .rating span{
   font-size: 16px;
   color: #818181;
   padding: 3px 0 0 5px;
}
body section .parents .card .rating span img{
   width: 15px;
}
body section .parents .card .price{
    display: flex;
   align-items: center;
   justify-content: center;
   font-size: 16px;
   color: #818181;
   padding: 10px;
}
body section .parents .card .price .pp{
   padding: 0 8px;
}
body section .parents .card .price .total{
    text-decoration: line-through;
}
body section .parents .card .price .main{
    color: rgb(10, 10, 10);
    font-weight: 600;
}
body section .parents .card .price .dis{
    border: 1px solid #818181;
    padding: 1px 4px;
    font-size: 14px;
}
body section .parents .card .cart{
    display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 8px 3px;
   visibility: hidden;
}
body section .parents .card .cart .in{
    padding: 0;
    margin: 0;
}
body section .parents .card .cart .in input{
   border: 0.5px solid #818181;
   width: 25px;
}
body section .parents .card .cart .in input:focus{
    outline:3px solid #9ddcf3 ;
}
body section .parents .card .cart .btn a button{
    padding: 13.5px 21px;
    font-size: 14px;
    cursor: pointer;
    color: #ffff;
    cursor: pointer;
    background-color: #6BB252;
    border-radius: 5px;
    border: none;
}
body section .parents .card .cart .btn a button:hover{
    background-color: #f7a422;
}
body section .parents .card .cart .love{
  width: 10%;
  border:1px solid #818181;
  display: flex;
   align-items: center;
   justify-content: center;
   font-size: 17px;
   padding: 12px 4px;
   border-radius: 5px;
   color: #212529;
   cursor: pointer;
    margin: 0 4px 0 4px;
}
body section .parents .card .cart .love:hover{
    background-color: #212529;
    color:#fff ;
   
}
/* filter section css  */
body section .filter{
    border: 1px solid #a5a5a5;
    width: 15%;
     letter-spacing: .5px;
     height: fit-content;
}
body section .filter .filter-head{
    font-weight: 700;
    font-size: 25px;
    border-bottom: 1px solid #a5a5a5;
    padding: 5px 10px;
}
body section .filter .just{
    padding: 0 10px;
}
body section .filter .just .for-hr{
    border-bottom: 1px solid #a5a5a5;
    padding: 10px 0 ;
}
.for-hr-no{
    padding: 10px 0;
}
body section .filter .just .filter-section{
    height: 30vh;
    overflow-x:hidden;
}
body section .filter .just .filter-section-head{
    font-size: 18px;
    padding: 5px 0 5px 10px;
    background-color: #e7e7e7;
    margin: 3px 0;
}
body section .filter .just .filter-section .filter-details .af{
    padding: 5px 0;
    font-size: 15px;
    color: #4d5154;
}
/* /ecommerce/assets/images with details  */
body section .img-card{
    margin: auto;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 50px 0;
}
body section .img-card .left{
    width: 55%;
    height: 70vh;
    background: url(/ecommerce/assets/images/banner-ad-1.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    align-content: center;
}
body section .img-card .left .detail{
    padding: 0 0 0 50px;
    letter-spacing: .5px;
}
body section .img-card .left .detail .head{
    font-size: 25px;
    padding: 15px 0;
}
body section .img-card .left .detail .text{
    padding: 0 0 30px 0;
    font-size: 16px;
}
body section .img-card .left .detail .btn a{
    color: #fff;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
}
body section .img-card .left .detail .btn a::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(165, 164, 164, 0.9);
    height: 2px; 
}
body section .img-card .left .detail .btn a::after{
    content: '';
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    transition: .5s;
    height: 2px;
 
}
body section .img-card .left .detail .btn a:hover::after{
    left: 0;
}


body section .img-card .right{
   width: 42%;
}
body section .img-card .right .top{
    width: 100%;
    height: 32.5vh;
    background: url(/ecommerce/assets/images/banner-1.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    align-content: center;
}
.top1{
    margin: 0 0 32px 0;
}
body section .img-card .right .bottom{
    width: 100%;
    height: 32.5vh;
    background: url(/ecommerce/assets/images/banner-ad-2.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    align-content: center;
}
body section .img-card .right .top .detail{
    padding: 0 0 0 50px;
    letter-spacing: .5px;
}
body section .img-card .right .top .detail .head{
    font-size: 25px;
    padding: 15px 0;
}
body section .img-card .right .top .detail .text{
    padding: 0 0 30px 0;
    font-size: 16px;
}

body section .img-card .right .top .detail .btn a{
    color: #fff;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
}
body section .img-card .right .top .detail .btn a::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(165, 164, 164, 0.9);
    height: 2px; 
}
body section .img-card .right .top .detail .btn a::after{
    content: '';
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    transition: .5s;
    height: 2px;
 
}
body section .img-card .right .top .detail .btn a:hover::after{
    left: 0;
}

@media(max-width:1024px){
    body section .img-card{
        display: block;
    }
    body section .img-card .left{
        width: 100%;
        height: 90vh;
        margin: 0 0 32px 0;
    }
    body section .img-card .right{
        width: 100%;
    }
     body section .img-card .right .top{
        height: 45vh;
     }
}
@media(max-width:425px){
    body section .img-card .left .detail .head{
    font-size: 21px;
}
body section .img-card .right .top .detail .head{
    font-size: 21px;

}
}
@media(max-width:375px){
     body section .img-card .left{
        height: 70vh;
    }
}
@media(max-width:320px){
    body section .img-card .right .top .detail .head{
        font-size: 18px;
    }
}

/* sign form  */

body section .sign{
    width: 80%;
    height: 60vh;
    margin: auto;
    background: url(/ecommerce/assets/images/banner-newsletter.jpg) no-repeat;
    background-size: 100% 100%;
    align-content: center;
}
body section .sign .ab{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

body section .sign .ab .text{
   color: #fff;
   width: 40%;
   padding: 0 30px;
   letter-spacing: .5px;
}
body section .sign .ab .text h3{
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
}
body section .sign .ab .text p{
    font-size: 16px;
    margin: 30px 0 0 0;
}
body section .sign .ab .form{
   width: 40%;
}
body section .sign .ab .form input{
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgb(37, 37, 37);
    margin: 0 0 20px 0;
    width: 92.75%;
}
body section .sign .ab .form button{
    width: 100%;
    background-color: rgb(33 37 41);
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
    transition: .5s;
    cursor: pointer;
}
body section .sign .ab .form button:hover{
    background-color: rgb(76, 80, 83);
}
@media(max-width:1024px){
    body section .sign{
        height: 90vh;
    }
    body section .sign .ab{
        padding: 70px 0;
    }
    body section .sign .ab .text h3{
        font-size: 40px;
    }
    body section .sign .ab .text p{
        line-height: 40px;
    }
}
@media(max-width:768px){
    body section .sign{
        height: 110vh;
    }
      body section .sign .ab .text h3{
        font-size: 35px;
    }
     body section .sign .ab .form input{
        width: 92%;
        padding: 10px;
}
}
@media(max-width:425px){
    body section .sign{
        height: 190vh;
    }
    body section .sign .ab{
        display: block;
        width: 100%;
    }
    body section .sign .ab .text{
        width: 90%;
        padding: 0;
        margin: auto;
    }
    body section .sign .ab .form{
        width: 90%;
        margin: auto;
        padding: 40px 0 0 0;
    }
    body section .sign .ab .form input{
        width: 93%;
        padding: 10px;
    }
    body section .sign .ab .text h3{
        font-size: 30px;
    }
}
@media(max-width:320px){
    body section .sign{
        height: 220vh;
    }
}
body section .best-blog{
    width: 80%;
    margin: auto;
}
body section .best .blog-main{
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}
body section .best .blog-main .blog-card{
    width: 29%;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 7px rgb(238, 238, 238);
}
body section .best .blog-main .blog-card .pic img{
    width: 100%;
    border-radius: 5px 5px 0 0;
}
body section .best .blog-main .blog-card .date{
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 15px;
    width: 90%;
    margin: auto;
}
body section .best .blog-main .blog-card .title{
    font-size: 30px;
    line-height: 35px;
    padding: 0 5px 0 0;
    width: 90%;
    margin: auto;
    color: #282828;
}
body section .best .blog-main .blog-card .sub-title{
    padding: 10px 2px 10px 0;
    font-size: 17px;
    line-height: 30px;
    width: 90%;
    margin: auto;
    color: #b7b69c;
}
@media(max-width:425px){
    body section .best .blog-main{
        display: block;
    }body section .best .blog-main .blog-card {
        width: 92%;
        margin-top: 20px;
    }
}

/* app section  */
body section .app{
   width: 80%;
   background: #ffc107;
   margin:50px auto auto auto;
   border-radius: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 70px 0 30px 0;
}

body section .app .app-left{
   width: 35%;
}
body section .app .app-left h3{
   font-size: 35px;
   font-weight: 700;
   padding: 0 55px 0 0;
   
}
body section .app .app-left p{
    color:#4d5154;
    font-size: 16px;
    letter-spacing: .5px;
    padding: 10px 0;
    line-height: 30px;
}
body section .app .app-left img{
    padding: 5px 0 0 0 ;
}
body section .app .app-left .apps{
    max-width: 50%;
}
body section .app .app-left .gs{
    max-width: 60%;
}
body section .app .app-right{
    width: 35%;
}
body section .app .app-right img{
    max-width: 90%;
}
@media(max-width:786px){
    body section .app .app-left h3{
        font-size: 30px;
        padding: 0;
    }
    body section .app .app-right img{
        max-width: 100%;
    }
}
@media(max-width:425px){
    body section .app{
        display: block;
        align-self: center;
        justify-content: center;
    }
    body section .app .app-right {
        width:90%;
        margin: auto;
        padding: 20px 0 0 0;
    }
    body section .app .app-left{
        width:90%;
        margin: auto;
    }
    body section .app .app-left h3{
        font-size: 25px;
    }
    body section .app .app-left p{
        font-size: 15px;
    }
}
body section .cards-for{
    width: 80%;
    margin: auto;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    padding: 70px 0 0 0;
    gap: 30px;
}
body section .cards-for .child-card{
    border: 1px solid rgb(99, 99, 99);
    color: rgb(99,99,99);
    width: 16%;
    padding: 25px 10px;
    letter-spacing: .5px;
    border-radius: 5px;
}
body section .cards-for .child-card .c-logo{
    font-size: 25px;
}
body section .cards-for .child-card .c-title{
    color: #282828;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 0;
}
body section .cards-for .child-card .c-text{
   line-height: 25px;
}
@media(max-width:768px){
    body section .cards-for{
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }
    body section .cards-for .child-card{
        width: 28%;
        margin-top: 20px;
    }
}
@media(max-width:425px){
       body section .cards-for{
        display: block;
    }
     body section .cards-for .child-card{
        width: 100%;
    }
}