* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


/* social app */
.social {
    width: 100%;
    height: 5vh;
    background: linear-gradient(to right, pink, red);
}

.socialrap {
    width: 80%;
    margin: auto;
}

.name {
    position: absolute;
}

.name h1 {
    color: aliceblue;
}

.app {
    float: right;
}

.app ul li {
    display: inline;
}

.app ul li a {
    color: aliceblue;
    font-size: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.clear1 {
    width: 100%;
    background: linear-gradient(to right, pink, red);
    height: 1vh;
}

/* navigation bar */
#navvv {
    width: 100%;
    height: 10vh;
    background-color: rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, pink, red);
    top: 0px;
    position: sticky;

}

.navvvrap {
    width: 80%;
    margin: auto;
}

.logooo {
    position: absolute;
}
#l1{
    color: #330066cf;
}

.logooo h1 {
    font-size: 70px;
    color: aliceblue;
    /* padding-top: 20px; */
}

.menuuu {
    float: right;
}

.menuuu ul {
    margin-top: 15px;
}

.menuuu ul li {
    display: inline
}

.menuuu ul li a {
    color: aliceblue;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
}

.menuuu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-radius: 20px;
}


/* banner */
.images{
    width: 100%;
    height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(p2.jpg);
}
.imagerap {
    width: 100%;
    height: 110vh;

}

.imagerap1 {
    width: 50%;
    
    padding-top: 80px;
    margin: auto;
    margin-right: 50%;
}

.company {
    width: 80%;
    
    background-color: rgba(0, 0, 0, 0.0);
    margin-top: 35%;
    border: 0px solid white;
}

.company h1 {
    float: left;
    color: #A1662F;
    font-size: 200px;


}

.company p {
    float: left;
    color: black;
    font-size: 80px;
}

/* shop */
.shop img {
    margin: auto;
    width: 100%;
    padding-left: 5;

}

/* catagory */
.cata {
    width: 100%;
    height: 60vh;

}

.catarap {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;

}

.catarap1 img {
    padding-right: 5%;
    background-size: cover;
    
    margin-right: 20%;
    padding-top: 8%;

}

.food img {
    padding-left: 5%;
    height: 60vh;
    width: 700px;
    
}





/* catagory 2*/
.cata {
    width: 100%;
    height: 60vh;

}

.catarap2 {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;

}

.catarap2 img {
    margin-right: 10px;
    height: 60vh;
    width: 400px;
    background-size: cover;
   
    margin-right: 20%;
    padding-top: 8%;

}

.food2 img {
    padding-left: 35%;
    height: 60vh;
    width: 800px;
    padding-top: 10%;
}

/* what's new */
.what img {
    width: 20%;
    height: 10vh;
    padding-left: 5%;
    margin-left: 40%;

}





/* health */
.checkup {
    width: 100%;
    height: 0vh;
    background-color: white;
}

.checkup h1 {
    /* text-align: left; */
    font-size: 40px;
    padding-left: 3%;
}

.checkuprap {
    width: 95%;
    margin: auto;
    display: grid;
    padding-top: 50px;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    overflow: auto;

}

.d {
   
    background-image: url(./health.avif);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30vh;
    width: 250px;
    border-radius: 100%;
    /* background-color: aliceblue; */
}

.d h1 {
    text-align: center;
    /* margin-top: 290px; */
    text-transform: uppercase;
    background-color: white;
    /* color: black; */
    margin-bottom: 48%;
    font-size: 20px;

}

.c {
    
    background-image: url(./health2.avif);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30vh;
    width: 250px;
    border-radius: 100%;
    /* border: 2px solid black; */
    background-color: aliceblue;
}

.c h1 {
    text-align: center;
    text-transform: uppercase;
    background-color: white;
    color: black;
    margin-bottom: 48%;
    font-size: 20px;
}

.f {
    
    background-image: url(health3.avif);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30vh;
    width: 250px;
    border-radius: 100%;
    /* border: 2px solid black; */
    /* background-color: aliceblue; */
}

.f h1 {
    text-align: center;
    text-transform: uppercase;
    background-color: white;
    color: black;
    margin-bottom: 48%;
    font-size: 20px;
}

.b {
    
    background-image: url(health4.avif);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30vh;
    width: 250px;
    border-radius: 100%;
    /* border: 2px solid black; */
    /* background-color: aliceblue; */
}

.b h1 {
    text-align: center;
    text-transform: uppercase;
    background-color: white;
    color: black;
    margin-bottom: 48%;
    font-size: 20px;
}

.r {
   
    background-image: url(health5.avif);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30vh;
    width: 250px;
    border-radius: 100%;
    /* border: 2px solid black; */
    /* background-color: aliceblue; */
}

.r h1 {
    text-align: center;
    text-transform: uppercase;
    background-color: white;
    color: black;
    margin-bottom: 48%;
    font-size: 20px;

}

.g {
    
    background-image: url(./health6.avif);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30vh;
    width: 250px;
    border-radius: 100%;
    
}

.g h1 {
    text-align: center;
    text-transform: uppercase;
    background-color: white;
    color: black;
    margin-bottom: 48%;
    font-size: 20px;
}

/* doctor */
.doc {
    width: 100%;
    height: 10vh;
    /* background: linear-gradient(to right, pink, yellow); */
    padding-top: 30%;
    padding-left: 10%;
}

.docrap {
    width: 95%;
    margin: auto;
}

.dis img {
    width: 90%;

}





/* expert */
.exp {
    width: 100%;
    height: 0vh;
    background-color: white;
    padding-top: 30%;
}

.exp h1 {
    /* text-align: left; */
    font-size: 40px;
    padding-left: 3%;
}

.exprap {
    width: 95%;
    margin: auto;
    display: grid;
    padding-top: 50px;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    overflow: auto;

}

.ex1 {
   
    background-image: url(./veterian.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30vh;
    width: 250px;
    /* border-radius: 100%; */
    /* background-color: aliceblue; */
}



.ex2 {
    /* border: 2px solid black; */
    /* background-color: rgba(0, 0, 0, 0.2); */
    background-image: url(./veterian2.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30vh;
    width: 250px;
    border-radius: 100%;
    /* border: 2px solid black; */
    /* background-color: aliceblue; */
}



.ex3 {
    /* border: 2px solid black; */
    /* background-color: rgba(0, 0, 0, 0.2); */
    background-image: url(veterian3.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30vh;
    width: 250px;
    border-radius: 100%;
    /* border: 2px solid black; */
    /* background-color: aliceblue; */
}



.ex4 {
    /* border: 2px solid black; */
    /* background-color: rgba(0, 0, 0, 0.2); */
    background-image: url(veterian4.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30vh;
    width: 250px;
    border-radius: 100%;
    /* border: 2px solid black; */
    /* background-color: aliceblue; */
}



.ex5 {
    /* border: 2px solid black; */
    /* background-color: rgba(0, 0, 0, 0.2); */
    background-image: url(veterian5.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30vh;
    width: 250px;
    border-radius: 100%;
    /* border: 2px solid black; */
    /* background-color: aliceblue; */
}



.ex6 {
    /* border: 2px solid black; */
    /* background-color: rgba(0, 0, 0, 0.2); */
    background-image: url(./veterian6.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 30vh;
    width: 250px;
    border-radius: 100%;
    /* border: 2px solid black; */
    /* background-color: aliceblue; */
}








/* parents */
.parent {
    width: 100%;
    /* height: 20vh; */
    background-color: white;
    padding-top: 30%;
}

.parent h1 {
    /* text-align: left; */
    font-size: 40px;
    padding-left: 3%;
}

.parentrap {
    width: 95%;
    height: 50vh;
    margin: auto;
    display: grid;
    padding-top: 50px;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 3%;

}

.mom1 {
    /* border: 2px solid black; */
    /* background-color: rgba(0, 0, 0, 0.2); */
    /* padding: 10px; */
    background-image: url(./mom1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
    width: 250px;
    /* border-radius: 100%; */
    /* background-color: aliceblue; */
}


.mom2 {
    /* border: 2px solid black; */
    /* background-color: rgba(0, 0, 0, 0.2); */
    background-image: url(./mom2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
    width: 290px;
    /* border-radius: 100%; */
    /* border: 2px solid black; */
    background-color: aliceblue;
}



.mom3 {
    /* border: 2px solid black; */
    /* background-color: rgba(0, 0, 0, 0.2); */
    background-image: url(mom3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
    width: 300px;
    /* border-radius: 100%; */
    /* border: 2px solid black; */
    /* background-color: aliceblue; */
}


.mom4 {
    /* border: 2px solid black; */
    /* background-color: rgba(0, 0, 0, 0.2); */
    background-image: url(mom4.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
    width: 290px;
    /* border-radius: 100%; */
    /* border: 2px solid black; */
    /* background-color: aliceblue; */
}



/* footer */
.footera2{
    width: 100%;
    height: 30vh;
    background: linear-gradient(to right, pink, red);
}
.footrapa2{
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap:20px ;
    padding-top: 20px;
}

.a2 ul li {
    /* background-color: rgba(0,0,0,0.6); */
    list-style: none;

}
.a2 h1{
    text-align: center;
    color: black;
    /* padding-left: 5%; */
    /* padding-top: 8%; */
}
.a2 ul li a{
    color: black;
    font-size: 40px;
    /* margin-left: 30%; */
    
}