.carousel {
    position: relative;
    height: 600px;
    width: 98%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: 1%;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    height: 600px;
    object-fit: cover;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 1em;
    cursor: pointer;
    font-size: 1.5em;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.slide {
    position: relative;
    min-width: 100%;
    overflow: hidden;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover	;
	object-position: top;
	background-position: top;
}

.caption {
    font-family: "Inter", sans-serif;
}

.caption h2 {
    font-size: 3.8em;
}

.psw-intro {
    text-align: justify;
	font-family: "Inter", sans-serif;
	font-size: 18px;
    /*background-color: #F8E778;*/
}

.article {
    display: flex;
}

.art-txt {
    padding: 25px;
}

.art-img img {
    width: 650px;
    height: 355px;
    object-fit: cover;
    margin: 40px 25px 25px 25px;
    border: 5px solid #C60210;
    box-shadow: 2px 2px 5px grey;
    border-radius: 20px;
}

.enroll {
    background-color: #C60210;
    font-family: "Inter", sans-serif;
    padding: 5px 10px;
	text-align: center;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.6);
	margin-bottom: 15px;
}

.stripe {
    background-color: gold;
    width: 100%;
    position: absolute;
    margin: 5px 0 0 -10px;
    display: flex;
    box-shadow: 5px 5px 5px grey;
}

.stripe img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 600px;
}

.enow {
    position: absolute;
    margin-top: 190px;
    padding: 20px;
    font-size: 3em;
    background-color: #CE0000;
    border-radius: 10px;
    border: 3px solid white;
    cursor: pointer;
    color: #FFFFFF;
}

.enbtn {
    width: 60%;
}

.entxt {
    width: 40%;
    padding: 25px;
}

.about {
    margin-top: 400px;
    text-align: justify;
    padding: 50px;
}

.meta {
	border: 3px solid #fff;
	border-radius: 5px;
	width: 50%;	
	background-color: #FFCC33;
	color: #000 !important;
	text-align:center;
	padding: 5px;
	font-size: 24px;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 1px;
}

.metacon {
	display: flex;
	flex-direction: row;
	gap: 5px;
}