*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: #eef8ff;
    font-family: 'Poppins', sans-serif;
}
.navbar{
    display: flex;
    align-items: center;
    padding: 20px;
}
nav{
    flex: 1;
    text-align: right;

}
nav ul{
    display: inline-block;
    list-style-type: none;
}
nav ul li{
    display: inline-block;
    margin-right: 20px;
}
.navtext li :hover{
    background: #ff523b;
    padding: 5px;
    border-radius: 8px;
    color: #eef8ff;
    transition :transform 0.5s;
    
}
a{
    text-decoration: none;
    color: #555;
}
p{
    font-size: 16px;
    color: #555;
}
.container{
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.col-2{
    flex-basis: 50%;
    min-width: 300px;

}
.col-2 img{
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.col-2 h1{
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0px;
}
.btn{
    display: inline-block;
    background: #ff523b;
    color: #fff;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition :transform 0.5s;
    
}
.btn:hover{
    background: #563434;
}

.header{
    background: radial-gradient(#fff,#ffd6d6);
}
.header .row{
    margin: 40
px;
}
.categories{
    margin: 70px 0;
}

.col-3{
    flex-basis: 20%;
    min-width: 250px;
    margin-bottom: 30px;

}
.col-3 img{
    width: 30%;
    margin: 10px;
}

.small-container{
    max-width: 1080px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    
}
.col-4{
    display: inline-block;
    flex-basis: 25%;
    padding: 10px;
    min-width: 10px;
    margin-bottom: 50px;
    margin-left: 25px;
    
    
}
.product-container {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
    border-radius: 5%;
    transition :transform 0.5s;
  }
  
  .product-card {
    width: 250px;
    margin: 20px;
    padding: 10px;
    /*border: 2px solid #ccc;*/
    text-align: left;
    
  }
  
  .product-card img {
    width: 100%;
    height: auto;
  }
  
  .product-card h3 {
    margin-top: 10px;
  }
  
  .product-card p {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0;
  }
  
  .product-card .price {
    font-weight: bold;
    font-size: 16px;
  }
  
  /*.product-card button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
  }*/
  
  /*.product-card .btn:hover {
    background-color: #3e8e41;
  }*/
  .product-card .btn:hover{
    background: #563434;}
  .product-card .btn{
    font-size: 12px;
    display: inline-block;
    background: #ff523b;
    color: #fff;
    padding: 8px 30px;
    margin: 15px 0;
    border-radius: 30px;
    transition :transform 0.5s;
  }
  .title{
    text-align: center;
    margin: 80px;
    position: relative;
    line-height: 60px;
    color: #555;
  }
  .title::after{
    content: '';
    background: #ff523b;
    width: 150px;
    height: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .col-4 :hover{
    transform: translateX(-5px)
  }
  .col-2{
    flex-basis: 50%;
    min-width: 300px;

}
.col-2 img{
    max-width: 50%;
    padding: 50%px 0;
    margin-left: 25%;
    margin-right: 15%;
}
.col-2 h1{
    font-size: 50px;
    line-height: 60px;
    margin: 25px 0;
}
.offer{
     background: radial-gradient(#fff,#ffd6d6);
}
/*team meassage box*/
.our-team{
    padding-top: 100px;
}
.our-team .col-3{
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
.our-team .col-3 img{
    width: 80px;
    margin-top: 20px;
    border-radius: 50%;
}
.our-team .col-3:hover{
    transform: translateY(-10px);
}
.ad-container{
    display: inline-block;
    padding-left: 15%;
}
.ads{
    background: radial-gradient(#fff,#ffd6d6);
}
/*---------------payment-------------*/
.payment{
    margin: 100px auto;
}
.col-5{
    width: 160px;
}
.col-5 img{
    width: 100%;
    cursor: pointer;
}

.footer{
    width: 100%;
    position: inheriabt;
    bottom: 0;
    background: linear-gradient(to right, #00093c, #2d0b00);
    color: #fff;
    padding: 100px 0 30px;
    border-top-left-radius: 125px;
    font-size: 13px;
    line-height: 20px;
}
.footer p{
    color: #fff;
}
.row-1{
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.col{
    flex-basis: 25%;
    padding: 10px;
}
.QR{
    width: 150px;
    margin-bottom: 30px;
}
.col h3{
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
}
.email-id{
    width: fit-content;
    border-bottom: 1px solid #CCC;
    margin: 20px 0;
    color: #fff;
}
ul li{
    list-style: none;
    margin-bottom: 12px;
}
.col ul li a{
    text-decoration: none;
    color: #fff;
}
.sicon img{
    display: inline-block;
    min-width: 10px;
    max-width: 80px;
    margin: auto;
    padding: 10px;
}
/*------about page-----*/
.Good-at{
    padding-top: 10px;
    
}
.Good-at .col-3 .coat{
    border-radius: 50px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
    
}
.Good-at .col-3{
    text-align: left;
    padding: 20px 20px;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.5s;
}
.Good-at .col-3:hover{
    transform: translateY(-10px);
}
.about-us1{
    max-width: 1300px;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    
}
.about-us1 .row{
    display: flex;
    align-items: top;
    flex-wrap: wrap;
    justify-content: space-around;
}
.col-7{
    flex-basis: 50%;
    min-width: 300;

}
.about-us1 .col-7 img{
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 50px;
}

.about-us1 .col-7 h1{
    font-size: 50px;
    line-height: 60px;
    margin: 0px 0px;
    padding-bottom: 30px;
}
.look-readmore{
    background: radial-gradient(#fff,#ffd6d6);
    
}
.col-10{
    display: flex;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;

}
.col-10 img{
    margin: 0;
    display: inline-block;
    max-width: 400px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.row-10{
    display: flex;
    align-items: left;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-left: 80px;
    padding-right: 80px;
}
