*{
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


body,html{
    overflow-x: hidden;
}



nav{
    display: flex;
    justify-content: space-between;
}
.logo img{
    width: 100px;
}
.list ul{
    gap: 20px;
    list-style-type: none;
    display: flex;
}
.icon{
    display: flex;
    gap: 10px;
}


header{
    padding: 10px 150px;
    background-position: center;
    background-size: cover;
    height: 100vh;
    background-image: url(image/banner-3.png);

}
.left{
    margin-top:140px;
}
.left h5,h1,h3{
    margin-bottom: 20px;
}
.left>h1{
    font-size: 50px;
}
.btn{
    border: 1px solid #000;
    background-color: transparent;
    padding:10px 20px;
}
.btn:hover{
    border-radius: 10px;
    color: #fff;
    transition: 0.5s;
    background-color: #000;
}

.list ul li:hover,.icon i:hover{
    color: red;
    transition: 0.3s ;
}



/* our trending product */
.main-section{
    padding: 20px 150px;
}
.flex{
    flex-wrap: wrap;
    display: flex;
    gap:20px;
}
.main-section>h1{
    text-align: center;
}
.img img{
    height: 300px;
}

.fa-star,.fa-star-half-stroke{
    color: rgb(255, 187, 0);
}
.box>h3{
    font-size: 14px;
    margin-bottom: -0px;
}
.sta{
    display: flex;
    justify-content: space-between;
}
.box>h4{
    font-size: 12px;
}








/* client review */
.clint{
    padding: 50px 150px;
    text-align: center;
    background-color: #cccc;
}
.clint>img{
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

/* footer */
.kumo{
    padding: 60px 150px;
    border-top: 2px solid #000;
    background-color: #ccc;
    display: flex;
    justify-content: space-evenly;
}
ul{
    list-style-type: none;
}
.logo,.support>ul li{
    line-height: 2;
    color: #494848;
}
.logo>p:hover,.icons>i:hover,.support>ul li:hover{
    transition: 0.5s;
    color: red;
}
.support>h3{
    color: #000;
}

.heart>i{
    transition: 0.5s;
}


.heart>i:hover{
    color: red;
}


@media (max-width:1080px){
    header{
        padding: 20px 70px;
    }
}










.checkbtn{
    position: absolute;
    top: 20px;
    right: 50px;
    display: none;
}
#check{
    display: none;
}
.logo-1{
    display: none;
}
@media (max-width:890px){
    .icon{
        margin-top: 5px;
        
    }
    .checkbtn{
        display: block;
    }
    .list ul{
        flex-direction: column;
        display: block;
        z-index: 100;
        position: fixed;
        width: 50%;
        background-color: #494848;
        top: 80px;
        left: -100%;
        text-align: center;
        transition: all .7s;
    }
    .sub{
        text-align: center;
        width: 90%;
    }
    .list ul li:hover{
        width: 90%;
    }
    .list{
        height: 50px;
    }
    .list ul li{
        display: block;
        margin: 10px 0;
        line-height: 30px;
    }
    #check:checked~ul{
        left: 0;
    }
    label .logo-1{
        font-size: 22px;
    }
}


.flex{
    justify-content: center;
}


@media (max-width:538px){
    .left>h1{
        font-size: 45px;
    }
}


@media (max-width:486px){
    .left>h1{
        font-size: 40px;
    }
}



@media (max-width:650px){
    .main-section>h1{
        font-size: 30px;
    }
}


@media (max-width:610px){
    .main-section>h1{
        font-size: 25px;
    }
}




@media (max-width:574px){
    .main-section>h1{
        font-size: 20px;
    }
}



@media (max-width:628px){
    .clint{
        padding: 10px 50px;
    }
}


.logo,.support{
    margin-bottom: 40px;
    margin-right: 70px;
}


@media (max-width:1247px){
    .kumo{
        justify-content: center;
        flex-wrap: wrap;
    }
    .company{
        margin-left: -40px;
    }
}

@media (max-width:542px){
    .kumo{
        padding: 60px 70px;
    }
}



@media (max-width:1023px){
    header{
        background-repeat: no-repeat;
        background-size: 1400px 700px;

    }
}





@media (max-width:904px){
    header{
        background-repeat: no-repeat;
        background-size: 16920px 700px;

    }
}









@media (max-width:522px){

  /* Hero Section */
  header {
    
    text-align: center;
  }
  .left {
    margin-top: 250px;
  }
  .left>h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .left h5, .left h3 {
    font-size: 15px;
  }

  /* Boxes */
  .box {
    width: calc(100% - 40px); /* full width but safe margin */
    margin: 0 auto 20px auto;
  }


  .flex{
    margin-left: -20px;
  }

  /* Client Review */
  .clint {
    padding: 20px;
  }
  .clint p {
    font-size: 14px;
  }
  .clint h1 {
    font-size: 20px;
  }

  /* Footer */
  .kumo {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
  }
  .logo, .support {
    margin: 10px 0;
  }
  .icons {
    justify-content: center;
  }
}