* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: blanchedalmond;
}

.navbar-brand {
    font-size: 2rem;
    color: black;
    font-family: monospace;
    /* position: fixed; */

}

.navbar-brand:hover {
    color: black;
}

.nav-link {
    margin-right: 0px;
    margin-left: 15px;
    color: black;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

.nav-link:hover {
    background-color: orangered;
    color: white;
    border-radius: 80PX;

}

.search {
    height: 40px;
    width: 80%;
    border-radius: 60px;
    outline: none;
    margin-right: -35px;
    border: 2px solid orangered;


}

.btn0 {
    height: 40px;
    width: 40%;
    outline: none;
    border: none;
    background-color: orangered;
    color: white;
    border-radius: 60PX;
    font-weight: 700;
}

.btn0:hover {
    background-color: white;
    color: black;
    border-radius: 50PX;
    outline: 1px solid orangered;

}

.btn1 {
    height: 40px;
    width: 40%;
    outline: none;
    border: none;
    background-color: orangered;
    color: white;
    border-radius: 60PX;
    font-weight: 700;

}

.btn1:hover {
    background-color: white;
    color: black;
}

#sec1 {
    margin-top: -50px;
}


/* section3 */

.card-group {
    text-align: center;
}

.cardzoom {
    transition: all 0.3s;
}

.cardzoom:hover {
    transform: scale(1.1);
    background-color: blanchedalmond;
    overflow: hidden;
    /* transform: translateY(-50px); */

}

#card1 {
    border: 0px;
    background-color: none;
}

.btn2 {
    height: 40px;
    width: 35%;
    border: 1px solid orangered;
    background-color: white;
    color: orangered;
    border-radius: 60px;

}

.btn2:hover {
    background-color: orangered;
    color: white;
}

#img0 {
    height: 200px;
    width: 200px;
    padding: 10px;
    margin-top: 10px;
    ;

}



.img1 {
    height: 40px;
    width: 40px;
    background-color: white;
    border-radius: 50%;
    padding: 5px;

}

/* section4 */
.sec4 {
    text-align: center;
}

/* section-5 */


#img1 {
    height: 150px;
    width: 100px;
    padding: 0px;
    margin-top: 10px;
    ;

}

#sec4 {
    background-color: rgb(223, 189, 126);
    margin-top: 130px;
}

#cardsec4 {
    margin-top: -130px;

}

#imgfooter {
    height: 200px;
    width: 250px;
    padding: 10px;
    margin-top: 10px;

}

/* about */

#aboutimg {
    height: 300px;
    padding: 20px;
}

#about-p {
    margin: 15px;
    text-align: justify;
}

.aboutcardzoom {
    transition: all 0.3s;
}

.aboutcardzoom:hover {
    transform: scale(2.1);
    background-color: blanchedalmond;
    overflow: hidden;
    transform: translateY(-50px);

}

/* menubar */
#menuimg {
    height: 200px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.inner img {
    transition: all 1s ease;

}

.inner:hover img {
    transform: scale(1.5);
}

.inner {
    overflow: hidden;

}

.over {
    overflow: hidden;
}

footer {
    background-color: rgb(223, 189, 126);
}

.formsize {
    margin-top: 25px;
}
