/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

@media (max-width: 450px) {
	.header-area {
		top: 0px;
	}

	.header-area .logo {
		border-right: none;
		width: 50px;
	}

	.main-banner .item {
		padding: 80px 30px 120px 30px !important;
	}

	.main-banner .owl-nav {
		left: 30px !important;
	}

	.event_filter {
		padding: 15px 20px;
	}

	.event_filter li {
		display: inline-block;
		margin: 0px 10px;
	}

	.events_item {
		/*		height:400px;*/
		border: 1px solid lightblue;
		border-radius: 20px;
	}

	.d_sm {
		display: none;
	}

	.d_md {
		display: inline;
	}

	.swal2-content {
		width: 100% !important;
	}

	.swal2-popup {
		width: 100% !important;
	}

	.main-banner {
		background-image: url(../images/banner-bg.jpg);
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 0px 0px 120px 0px;
		max-height: 900px;
		min-width: 100%;
	}

	.main-banner .item-1 {
		background-image: url(../images/banner-item-04.png);
		background-size: cover;
		margin-top: 50px;
		max-width: 425px;
		max-height: 633px;
	}

	.main-banner .item-2 {
		background-image: url(../images/banner-item-07.png);
		background-size: cover;
		margin-top: 50px;
		width: 425px;
		height: 633px;
	}

	.main-banner .item-3 {
		background-image: url(../images/banner-item-08.png);
		background-size: cover;
		margin-top: 50px;
		max-width: 425px;
		max-height: 633px;
	}

	.main-banner .item {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		border-radius: 25px;
		padding: 10px 10px;
		margin-left: 0px;
		max-height: 633px;
	}

	.main-banner .item span.category {
		background-color: #7a6ad8;
		color: yellow;
		font-size: 14px;
		text-transform: uppercase;
		padding: 2px 10px;
		border-radius: 20px;
		display: inline-block;
		margin-bottom: 20px;
	}

	.main-banner .item h2 {
		font-size: 36px;
		font-weight: 700;
		color: yellow;
		line-height: 40px;
		max-width: 80%;
		margin-bottom: 20px;
	}

	.main-banner .item h3 {
		font-size: 22px;
		font-weight: 700;
		color: yellow;
		line-height: 40px;
		max-width: 80%;
		margin-bottom: 40px;
	}

	.main-banner .item p {
		color: yellow;
		width: 80%;
	}

	.main-banner .item .buttons {
		display: flex;
		margin-top: 25px;
	}

	.main-banner .item .buttons .main-button {
		margin-right: 10px;
	}

	.main-banner .item .buttons .main-button a {
		font-size: 14px;
		color: #7a6ad8;
		background-color: #fff;
		display: inline-block;
		height: 50px;
		line-height: 50px;
		padding: 0px 25px;
		border-radius: 25px;
		font-weight: 500;
	}

	.main-banner .item .buttons .icon-button i {
		color: #7a6ad8;
		background-color: #fff;
		display: inline-block;
		height: 50px;
		width: 50px;
		text-align: center;
		line-height: 50px;
		border-radius: 50%;
		margin-right: 10px;
		font-size: 16px;
	}

	.main-banner .item .buttons .icon-button a {
		color: #fff;
		font-size: 14px;
		font-weight: 500;
	}

	.main-banner .owl-nav {
		position: absolute;
		max-width: 425px;
		bottom: -80px;
		left: auto;
		text-align: right;
	}

	.main-banner .owl-nav .owl-prev i,
	.main-banner .owl-nav .owl-next i {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		display: inline-block;
		color: #fff;
		background-color: rgba(255, 255, 255, 0.2);
		border-radius: 50%;
		opacity: 1;
		transition: all .3s;
	}

	.main-banner .owl-nav .owl-prev i {
		position: absolute;
		bottom: 65px;
	}

	.main-banner .owl-nav .owl-prev i:hover,
	.main-banner .owl-nav .owl-next i:hover {
		opacity: 1;
		background-color: rgba(255, 255, 255, 0.5);
	}

	.subheadtxt {
		/*	border: 1px solid rgba(255,255,255,0.2);*/
		background-color: rgba(0, 0, 0, 0.8);
		/* Slightly less transparent */
		padding: 6px 12px;
		/* Increased padding */
		border-radius: 10px;
		/* Consistent border-radius */
		font-size: 1.125rem;
		color: #ffff00;
	}

	.headtxt {
		font-size: 3.5rem;
		color: #ffff00;
		text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.9);
		margin-bottom: 40px;
	}

	.navbar {
		background-color: rgba(0, 0, 0, .075) !important;
	}

	.nav-link {
		display: block;
		/*	    background-color: rgba(79.688, 79.688, 79.688, 0.75)!important;*/
		padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
		font-size: var(--bs-nav-link-font-size);
		font-weight: var(--bs-nav-link-font-weight);
/*		color: white !important;*/
		padding: 20px;
		text-decoration: none;
		border: 0;
		transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
		z-index: 9 !important;
	}

	.testimonials .owl-nav {
		position: absolute;
		top: 425px;
		transform: translateY(-5px);
		right: 5px;
		text-align: right;
	}

	#logo_img {
		width: 75px !important;
		padding-bottom: 24px;
	}

	.nav-tabs .nav-item {
		color: black !important;
		background-color: #7a6ad8 !important;
		border-color: black !important;
	}

	.nav-tabs .nav-link.active {
		color: black !important;
		background-color: #a59ae5 !important;
		border-color: black !important;
	}

	.owl-testimonials .owl-nav button.owl-prev,
	.owl-testimonials .owl-nav button.owl-next {
		background: rgba(255, 255, 255, .2);
		margin: 0px 2px;
		color: #9f9f9f;
		border: 1px solid #9f9f9f;
		border-radius: 50%;
		padding: 5px 20px !important;
		font: inherit;
		font-size: 2rem;
	}
}

@media (min-width: 431px) and (max-width: 993px) {
	.header-area {
		top: 0px;
	}

	.header-area .logo {
		border-right: none;
		width: 75px;
	}

	.main-banner .item {
		padding: 80px 30px 120px 30px !important;
	}

	.main-banner .owl-nav {
		left: 30px !important;
	}

	.event_filter {
		padding: 15px 20px;
	}

	.event_filter li {
		display: inline-block;
		margin: 0px 10px;
	}

	.d_sm {
		display: none;
	}

	.d_md {
		display: inline;
	}

	.swal2-content {
		width: 100% !important;
	}

	.swal2-popup {
		width: 100% !important;
	}
}

/*@media (min-width: 768px max-width: 992px) {
	.header-area #search input,
	.header-area #search i {
		display: none;
	}
	.header-area .logo h1 {
		font-size: 34px;
	}
	.header-area .logo {
		border-right: none;
	}
	.main-banner {
		padding-top: 100px;
	}
	.main-banner .item {
		padding: 100px 60px 140px 60px;
		margin-left: 0px;
		text-align: center;
	}
	.main-banner .item h2,
	.main-banner .item p {
		width: 100%;
	}
	.main-banner .item h2 {
		font-size: 36px;
		line-height: 50px;
	}
	.main-banner .item .buttons {
		display: inline-block;
		text-align: center;
	}
	.main-banner .item .buttons .main-button {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.main-banner .owl-nav {
		left: 50% !important;
		transform: translateX(-60px) !important;
		bottom: 60px;
	}
	.main-banner .owl-nav .owl-prev i {
		bottom: 0px;
	}
	.main-banner .owl-nav .owl-next i {
		bottom: 0px;
		position: absolute;
		left: 65px;
	}
	.services {
		margin-top: 80px;
	}
	.about-us {
		margin-top: 100px;
	}
	.accordion {
		padding: 40px 25px 10px 25px;
	}
	.services .service-item .icon {
		width: 170px;
		height: 170px;
		line-height: 170px;
	}
	.about-us .section-heading {
		margin-left: 0px;
		margin-top: 120px;
	}
	.about-us::before,
	.testimonials::before,
	.contact-us::before {
		display: none;
	}
	.about-us .section-heading p,
	.testimonials .section-heading p,
	.contact-us .section-heading p {
		margin-top: 30px;
	}
	.about-us .section-heading .main-button {
		margin-top: 30px;
	}
	.about-us .main-button a {
		background-color: #7a6ad8;
		color: #fff;
	}
	.event_filter ul li {
		display: block;
		margin: 12px 5px;
	}
	.fun-facts {
		margin-top: 70px;
	}
	.fun-facts::before {
		width: 95%;
	}
	.team {
		margin-top: 160px;
	}
	.team-member {
		margin-bottom: 140px;
	}
	.testimonials {
		margin-top: -50px;
		padding: 0px;
	}
	.testimonials .section-heading {
		margin-left: 0px;
		margin-top: 40px;
	}
	.testimonials .item {
		padding: 40px 40px 60px 40px;
	}
	.testimonials .item h4 {
		font-size: 17px;
	}
	.testimonials .item img {
		margin-right: 15px;
	}
	.testimonials .owl-nav {
		display: none;
	}
	.events {
		margin-top: 80px;
	}
	.events .item {
		margin-bottom: 66px;
	}
	.events .item .image img {
		position: relative;
		max-width: 100%;
	}
	.events .item ul {
		margin-top: -40px;
	}
	.events .item ul li:first-child {
		width: 100% !important;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #ddd;
	}
	.events .item ul li:nth-child(2) {
		width: 40% !important;
	}
	.events .item ul li {
		display: inline-block;
		width: 28% !important;
	}
	.events .item ul li:last-child {
		text-align: right;
	}
	.events .item a {
		bottom: 150px;
		top: auto;
	}
	.events .item ul li h6 {
		font-size: 14px;
	}
	.contact-us {
		padding-top: 20px;
	}
	.contact-us .section-heading {
		margin-right: 0px;
	}
	.contact-us .special-offer {
		background-color: #f1f0fe;
		margin-bottom: 60px;
		padding: 34px 30px 34px 100px;
		width: 100%;
	}
	.contact-us .special-offer h4 {
		font-size: 17px;
	}
	.contact-us .special-offer a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		top: 15px;
		right: 15px;
	}
	.contact-us .contact-us-content {
		padding: 30px;
	}
	footer {
		margin-top: 30px;
	}
	.d_sm {
		display:none;
	}
	.d_md {
		display:inline;
	}
}*/

@media (min-width: 994px) {
	.header-area #search input {
		width: 200px;
	}

	.header-area .nav li.has-sub:after {
		right: 15px;
	}

	.fun-facts:before {
		width: 95%;
	}

	.d_sm {
		display: inline;
	}

	.d_md {
		display: none;
	}
}

/*@media (min-width: 1201px) {
	.d_sm {
		display:inline;
	}
	.d_md {
		display:none;
	}
}*/