*{
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
    box-sizing: border-box;
}
header{
    height: 120px;
    display: flex;
    border-top: 1px solid #ccc;
     border-bottom: 1px solid #ccc;
     gap: 60px;
}
.headerleft{
    display: flex;
    align-items: center;
}
.logo{
    padding: 25px 30px;
    border-right: 1px solid #ccc;

}
.headeraddress{
    padding: 20px 30px;
}
.headeraddress h3{
    font-size: 18px;
    margin-bottom: 5px;
}
.headeraddress p{
    font-size: 13px;
}
.searchbox{
    flex-grow: 1;
    display: flex;
    align-items: center;
   

}
.searchbox button {
    position: relative;
}

.searchbox button img{
    height: 30px;
    background-color: white;
    position: absolute;
    top: -10px;
    left: 6px;
   
    

}
.searchbox input{
    width:600px;
    height: 50px;
}
.headerbtn{
    /* height: 10px; */
    width: 100%;
    /* border: 1px solid red; */
    display: flex;
      align-items: center; 
      justify-content: space-evenly;
     /* justify-content: center;
     gap: 50px;  */

}
.headerbtn1{
    /* border: 1px solid red; */

    display: flex;
    align-items: center; 
    justify-content: space-evenly;
}
.headerbtn a{
    height: 40px;
    width: 200px;
    font-size: 1.5rem;
    background-color: white;
    text-decoration: none;
    color: black;
    
}
.headerbtn div{
      height: 40px;
    width: 30%;
   /* border: 1px solid red; */
   display: flex;
   background-color: lightgrey;
   
  
    
}
.headerbtn div p{
    font-size: 1.3rem;
    margin-top: 5px;
     
}
.headerbtn div img{
    height: 30px;
}
nav a img {
    height: 250px;
    width: 80%;
   
 

}
nav a {
     display: flex;
     align-items: center;
     justify-content: center;

}
.images{
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}
.images a img{
    height: 200px;

}
.items img{
    height: 250px;

}
.items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.cards{
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.card1{
    border: 1px solid black;
    height: 350px;
    width: 200px;
    display: grid;
    gap: 5px;
    border-radius: 5%;
    margin: 20px;
}
.card1 img{
    height: 180px;
}
.text{
    height: 500px;
    width: 80%;
    margin: auto;
    /* border: 1px solid red;
    background-color: whitesmoke; */
}
.text h3 {
    margin-right:  20px;
    margin-left: 20px;
    margin-top: 15px;
}
.text p {
    margin-right:  20px;
    margin-left: 20px;
    margin-top: 15px;
}
 .text span {
    display: grid;
    /* justify-content: center; */
    /* align-items: center; */
    margin-left: 20px;
}

.container{
    display: grid;
    gap: 30px;
   h1{
    text-align: center;
   }
}
 #main-card{
    height: 40vh;
    width: 90vw;
    margin-left: 70px;
    display: flex;
    /* border: 1px solid black; */
    gap: 20px;
    /* padding: 20px; */
 }
.card{
    height: 40vh;
    width: 15%;
    /* border: 1px solid black; */
    border-radius: 10%;
    box-shadow: 5px 5px 5px black;

    img{
        height: 100px;
        margin-left: 50px;
        

    }
    h3{
        text-align: center;
        font-size: 13px;
    }
    p{
        margin-top: 20px;
        margin-left: 10px;
    }

   .span{
    height: 30px;
    width: 90%;
    /* border: 1px solid red; */
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    button{
        margin-left: 70px;
        border:1px solid lightgreen;
        width: 30%;

    }
   }

}
#main-card2{
    height: 40vh;
    width: 90vw;
    margin-left: 70px;
    display: flex;
    /* border: 1px solid black; */
    gap: 20px;
    /* scroll-behavior: smooth; */


}
#main-card3{
    height: 40vh;
    width: 90vw;
    margin-left: 70px;
    display: flex;
    /* border: 1px solid black; */
    gap: 20px;

}
.li{
    h3{
        margin-left: 130px;
    }
    h4{
        margin-left: 800px;
    }
    .ul{
        height: 40vh;
        width: 40%;
        /* border: 1px solid red; */
        display: flex;
        margin-left: 100px;
        ul{
            list-style-type: none;
            padding: 20px;
            li{
                padding: 15px;
            }
        }
    }
    .ul2{
         height: 40vh;
        width: 100%;
        /* border: 1px solid red; */
        display: flex;
        margin-left: 250px;

    }
}
.footer{
    .foot1{
        display: flex;
        width: 100%;
        height: 8vh;
        justify-content: center;
        gap: 40px;
        img{
            height: 30px;
        }

    }
    .foot2{
        height: 6vh;
        width: 90%;
        margin: auto;
        p{

        }
    }
}




  
 
