*,
::after,
::before {
	box-sizing: border-box;
	/*font-family: 'Poppins', sans-serif;*/
	margin: 0;
}

body {
	overflow-x: hidden;
}

.title-font {
	letter-spacing: 2px;
}
/*Start Top Slideshow */
.slideshow-container {
	width: 100%;
	min-height: 45rem;
	height: 60%;
	max-height: 778px;
	position: relative;
}

	.slideshow-container::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background-color: #26121460;
		z-index: 1;
	}

	.slideshow-container > *:not(img) {
		z-index: 2;
	}

	.slideshow-container > section.heading {
		position: absolute;
		top: 58%;
		left: 6.9rem;
		transform: translateY(-50%);
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}

	.slideshow-container > section > p {
		color: white;
		font-size: 22px;
		font-weight: 500;
	}

	.slideshow-container > section > h1 {
		color: white;
		font-size: 60px;
		font-weight: 700;
		margin: /* 0.5rem */ 0;
	}

	.slideshow-container > section > a.btnn {
		color: white;
		font-size: 18px;
		font-weight: 500;
		padding: 1rem 3rem;
		background-color: #d3325f;
		margin-top: 2rem;
		cursor: pointer;
	}

	.slideshow-container img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
		/* size: 100% contain; */
	}

/* Hide the images by default */
.mySlides:not(:first-of-type) {
	display: none;
}

/* The dots/bullets/indicators */
.topDots {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
}

.topDot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 5px;
	background-color: #d3325f;
	border: 3px solid #d3325f;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.5s ease-in-out;
}

	
	.topDot:hover {
		background-color: #c9c1ac;
	}

@media screen and (max-width: 1200px) {
	.slideshow-container > section.heading {
		left: 3.5rem;
	}
}

@media screen and (max-width: 530px) {
	.slideshow-container > section.heading {
		left: 2rem;
	}
}

@media screen and (max-width: 400px) {
	.slideshow-container {
		height: 60%;
	}

		.slideshow-container > section > h1 {
			font-size: 2rem;
		}

		.slideshow-container > section > p,
		.slideshow-container > section > a.btnn {
			font-size: 1rem;
		}
}

/* End Top SlideShow */

.maroon-hr {
	/*width: 150px;*/
	border-bottom: 4px solid #d3325f;
	padding-bottom: 5px;
	display: inline-block;
}

.fav-divs {
	height: 60vh;
}

	.fav-divs span.absolute {
		bottom: 1.5em;
		left: 2em;
		color: #fff;
		line-height: 1.5em;
		font-weight: bold;
		font-family: arial;
		position: absolute;
	}

.fav-1-div {
	background: linear-gradient(rgba(31, 33, 51, 0.4), rgba(11, 13, 35, 0.4)), url('https://flavorsofindiamd.com/Content/Template11/images/andy-hay-ZN-TT10kf4o-unsplash.jpg') center/cover no-repeat;
}

.fav-2-div {
	background: linear-gradient(rgba(31, 33, 51, 0.4), rgba(11, 13, 35, 0.4)), url('https://flavorsofindiamd.com/Content/Template11/images/atikah-akhtar-DIdQP3HUMXQ-unsplash.jpg') center/cover no-repeat;
}

.fav-3-div {
	background: linear-gradient(rgba(31, 33, 51, 0.4), rgba(11, 13, 35, 0.4)), url('https://flavorsofindiamd.com/Content/Template11/images/sanket-shah-eEWlcfydzQ4-unsplash.jpg') center/cover no-repeat;
}

hr.quarter {
	border: 2px solid #212529;
	width: 30%;
}

.btn-style {
	color: white;
	font-family: 'Aclonica', sans-serif;
	letter-spacing: 2px;
	font-size: 20px;
	padding: 1rem 3rem;
	background-color: #d3325f;
	cursor: pointer;
}

/* aboutttttttttttttttt*/

.img-1, .img-2, .img-3, .img-4, .img-5 {
	width: 150px;
	transition: all 2s ease;
}

.img-2, .img-4 {
	outline: 5px solid #c9c1ac;
	outline-offset: 0.2rem;
	transform: scale(1.1) rotate(20deg);
}

.img-1, .img-3, .img-5 {
	outline: 5px solid #d3325f;
	outline-offset: 0.2rem;
	transform: scale(1.1) rotate(-20deg);
}

.about-images:hover .img-thumbnail:not(:hover) {
	opacity: 0.7;
}

@media (min-width: 200px) and (max-width: 988px) {
    .mobile-view-margin {
        margin-top: 100px !important;
    }
}

.carousel-inner img {
	width: 100%;
	height: 100%;
}

.carousel-caption {
	position: absolute;
	top: 46%;
	transform: translateY(-50%);
	text-align: left;
}

	.carousel-caption h1 {
		font-size: 500%;
		text-transform: uppercase;
		text-shadow: 1px 1px 15px #000;
	}

	.carousel-caption h3 {
		font-size: 200%;
		font-weight: 500;
		text-shadow: 1px 1px 10px #000;
		padding-bottom: 1rem;
	}

a.btnn {
	color: white;
	font-size: 18px;
	font-weight: 500;
	padding: 1rem 3rem;
	background-color: #d3325f;
	margin-top: 2rem;
	cursor: pointer;
}

@media(max-width: 567px) {
	.carousel-caption {
		top: 58%;
	}
}

.carousel-inner img {
	width: 100%;
	height: 100%;
}

.carousel-caption {
	top: 54%;
	bottom: 20px;
}

	.carousel-caption h1 {
		font-size: 325%;
	}

	.carousel-caption h3 {
		font-size: 155%;
	}

	.carousel-caption .btnn {		
		padding: 7px 25px;
	}

.carousel-indicators {
	bottom: -15px;
}

@media(max-width: 390px) {
	.carousel-inner img {
		width: 100%;
		height: 100%;
	}

	.carousel-caption {
		top: 60%;
		bottom: 40px;
	}

		.carousel-caption h1 {
			font-size: 550%;
		}

		.carousel-caption h3 {
			font-size: 230%;
		}

		.carousel-caption .btnn {
			font-size: 300%;
			font-weight: 500;
			padding: 7px 25px;
		}

	a.btnn {
		color: white;
		font-size: 80px;
		font-weight: 500;
		padding: 1px 4px;
		background-color: #d3325f;
		margin-top: 1rem;
		cursor: pointer;
	}

	.carousel-indicators {
		display: none;
	}
}

@media(max-wdith : 320px) {
	.carousel-inner img {
		width: 100%;
		height: 100%;
	}

	.carousel-caption {
		width: 500px;
		left: 15%;
		top: 58% !important;
		transform: translateY(-50%);
		text-align: left;
		bottom: initial;
	}

		.carousel-caption h1 {
			font-size: 500%;
		}

		.carousel-caption h3 {
			font-size: 110%;
		}
}