/*
 */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');


@font-face {
   font-family: Dumpling;
   src: url( ../fonts/dumpling.ttf);
}

html,
body {
    height: 520px;
}

.carousel,
.item,
.active {
    height: 100%;
 /*   z-index: -1; */
}

.carousel-inner {
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 15px;
    background-color: rgb(255, 255, 255);
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
	margin-left:auto;
	margin-right:auto;
	background-position: center;
	background-size: cover;
	border-bottom:10px solid #FCB041;
}

.fill2 {
    width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.BtnSlider {
    background-color: #fcb041;
    border-radius: 4px;
    padding: 12px 8px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    margin: 10px 0px 0px;
    color: white;
}
.aft-hm-slider-head{
	flex: 1 1 auto;
	padding: 2.25rem;
	position: absolute;
	bottom: 0px;
	color: white;
	width: 100%;
}
.aft-hm-slider-title {
    margin: auto !important;
}
.aft-hm-slider-title h4 sup{
	font-weight: 700;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	font-family: Playfair Display;
}
.aft-hm-slider-sub-head {
    font-family: Playfair Display;
    font-style: italic;
	font-weight: 700;
    font-size: 20px;
    color: #fed700;
    position: relative;
    top: 20px;
}
.aft-hm-slider-main-head {
    font-family: "Playfair Display", serif;
	font-weight: 900;
    color: #000;
    font-size: 40px;
    line-height: 1.333em;
    text-align: center;
	padding: 0;
	margin: 0;
	font-style: normal;
	
}
.aft-hm-slider-main-head a{
    color: #fff;
    font-size: 40px;
	font-weight: 900;
}
.sub-head-cursive{
	font-family: Dumpling; 
	font-size: 34px;  
	color: #fdca18; 
	font-weight: 500; 
	position: relative;
	top: 30px; 
	left: 25px;
}
.aft-hm-price {
	font-family: 'Alfa Slab One', cursive;
    font-size: 28px;
	font-style: normal;
    color: #c00;
    font-weight: 900;
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}
.main-slider > .item > img{
	margin: 0 auto;
	
}
@media all and (min-width: 1000px) {

.carousel-caption {
	left: 47%;
	right: 0;
	text-align:left;
	margin-bottom:50px;
	background-color:rgba(88, 28, 82, 0.7);
	padding-bottom:18px;
	padding-top:10px;
	margin-bottom: 80px;
	padding-left:20px;
}

}

@media all and (min-width: 1200px) {
.carousel-caption {
	left: 55%;
	right: 0;
	text-align:left;
	margin-bottom:50px;
	background: rgba(54, 19, 84, 0.6);
	padding-bottom:18px;
	padding-top:10px;
	margin-bottom: 80px;
	padding-left:20px;
}
}

@media all and (min-width: 200px) {body {height: 250px;background-size: cover; }}
@media all and (min-width: 300px) {body {height: 280px;background-size: cover; }}
@media all and (min-width: 500px) {body {height: 325px;background-size: cover; }}
@media all and (min-width: 700px) {body {height: 325px;background-size: cover; }}
@media all and (min-width: 800px) {body {height: 425px;background-size: cover; }}