/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.d-flex {
	display: flex;
}

.align-items-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.text-left {
	text-align: left;
}
.flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	/* align-items: center; */
	/* align-content: space-around; */
	width: 100%;
}

.flex-items {
	/* display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0; */
	z-index: 1000;
	padding: 40px;
	width: 50%;
}

.banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* background-color: #f9f9f9; */
	font-size: 20px;
	line-height: 1.6;
	/* padding: 20px; */
}

.banner .left img {
	height: 70px;
}

.banner .right {
	text-align: right;
	height: 100%;
}

.banner .center .date,
.banner .center .location,
.custom-title {
	color: #fa9600;
	position: relative;
	z-index: 1000;
}

.banner .center .date {
	font-size: 24px;
	font-weight: bold;
}

.banner .center .text,
.banner .center .location,
.fa-map-marker-alt {
	color: #5482ad;
}

.carrousel h2 {
	background-color: #5482ad;
	letter-spacing: 8;
	color: #f5cab3;
	font-size: 44px;
}

.right {
	padding: 20px 0 20px;
	background-color: #f5cab3;
	display: flex;
	justify-content: center;
}

.custom-container {
	padding-top: 500px;
	padding-bottom: 200px;
	min-height: 100vh;
}

.main-landing-sponsors-img {
	width: auto;
	height: 100px;
	/* padding: 20px; */
}

.landing-sponsors-img {
	width: auto;
	height: 110px;
	padding: 20px;
}

#funfact .container {
	width: 90% !important;
	display: flex;
	justify-content: center;
}

.funfact {
	border-right: 1px solid #f5cab3 !important;
}

.event-img {
	height: 260px;
	width: auto;
	border-radius: 2px;
}

.list-border {
	color: #f5cab3;
}

.widget .quick-contact-form .form-control {
	background-color: rgba(241, 241, 241, 0.445);
	border-color: transparent;
}

.widget .widget-title {
	color: #5482ad;
}

.footer .line-bottom::after {
	border: 1px solid #fa9600 !important;
}

.line-bottom::after {
	border: 1px solid #f5cab3 !important;
}

.widget .list-border li {
	border-bottom: 1px dashed #cecdcd;
}

.flag-circle {
	padding: 10px;
	width: 60px;
	height: 60px;
}

.team-thumb {
	width: auto;
	height: 200px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}

.overlay .author {
	color: #5482ad;
	font-size: 20px;
}

.team-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.section-title p {
	font-style: normal;
	line-height: 1.8;
}
.icon img {
	padding: 15px;
	height: 72px;
}

@media (max-width: 1500px) {
	.banner .center .date,
	.banner .center {
		font-size: 16px !important;
	}

	.carrousel h2 {
		background-color: #5482ad;
		color: #f5cab3;
		font-size: 25px;
	}

	#funfact .container {
		flex-wrap: wrap;
		/* justify-content: center; */
	}
	#committees .container {
		flex-direction: column !important;
	}
}
@media (max-width: 767px) {
	.flex-container h4 {
		font-size: 17px;
	}
	.flex-container {
		width: 100vw;
		justify-content: left;
		align-items: left;
		align-content: space-around;
		padding-bottom: 20px;
	}
	.flex-items {
		padding: 0 30px 0px 30px;
		width: 100vw;
	}

	.center {
		display: none !important;
	}

	.menuzord-responsive .menuzord-menu > li > a {
		color: gray;
	}
	.main-landing-sponsors-img {
		height: auto;
		padding: 10px;
	}

	.custom-container {
		padding-top: 200px;
		padding-bottom: 0;
		min-height: 100vh;
	}

	#funfact .container {
		display: block;
	}
}

@media (max-width: 991px) {
	.event-img {
		height: auto !important;
	}
}

@media (max-width: 930px) {
	.pricing-container {
		flex-direction: column;
	}
}

.pricing-container {
	display: flex;
	gap: 20px;
}

.pricing-card {
	background: white;
	border: 2px solid #fa9600;
	padding: 20px;
	text-align: center;
	border-radius: 8px;
	z-index: 1000;
	min-width: 280px;
}

.category {
	font-weight: bold;
	min-height: 80px;
}

.pricing-card .title {
	font-size: 1.4em;
	color: #003366;
	font-weight: bold;
	margin-bottom: 5px;
}

.subtitle {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 10px;
}

.tax-info {
	font-size: 0.8em;
	color: gray;
	margin-bottom: 15px;
}

.price-block {
	background-color: #e74c3c;
	color: white;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 15px;
}

.price-block p {
	font-weight: bold;
	margin: 0;
	color: #ffffff;
}

.price-block span {
	font-size: 1.5em;
	font-weight: bold;
}

.date {
	font-size: 0.8em;
	color: #666;
}

.price-list {
	text-align: left;
	margin-top: 10px;
}

.price-list p {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	padding: 5px 0;
}

.price-list .date {
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-weight: normal;
	justify-content: left;
}

.pricing-card .btn {
	width: 100% !important;
	margin-top: 20px !important;
}
