*{padding: 0; margin: 0; box-sizing: border-box;}
body{
	overflow-x: hidden;
}
.carousel-item img{
	width: 100%;
	height:80vh;
}

.card-body i{
	font-size:20px;
	margin-bottom: 15px;

}

.card-body img{
	min-width:50%;
	max-height: 200px;

}

h1{
	font-family: 'Dancing Script', cursive;
}
/*** footer start ***/
.footer {
    background: var(--bs-blue);
}

.footer .footer-item a,
.footer .footer-item p {
    color: var(--bs-white);
    line-height: 40px;
    font-size: 17px;
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(0,0,0);
    background: var(--bs-blue) !important;
}
/*** copyright end ***/