

.hidden {
	opacity: 0;
	filter: blur(15px);
	transform: translateX(-100%);
	transition: all 1s;
}

.show {
	opacity: 1;
	filter: blur(0);
	transform: translateX(0);
}


.intro:nth-child(1) {
	transition-delay: 1100ms;
}
.intro:nth-child(2) {
	transition-delay: 700ms;
}



.about:nth-child(4) {
	transition-delay: 1400ms;
}
.about:nth-child(3) {
	transition-delay: 1200ms;
}
.about:nth-child(2) {
	transition-delay: 900ms;
}

.about:nth-child(1) {
	transition-delay: 700ms;
}


.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.b-example-divider {
	width: 100%;
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}

.bi {
	vertical-align: -.125em;
	fill: currentColor;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
	--bd-violet-bg: #712cf9;
	--bd-violet-rgb: 112.520718, 44.062154, 249.437846;
	--bs-btn-font-weight: 600;
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--bd-violet-bg);
	--bs-btn-border-color: var(--bd-violet-bg);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: #6528e0;
	--bs-btn-hover-border-color: #6528e0;
	--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
	--bs-btn-active-color: var(--bs-btn-hover-color);
	--bs-btn-active-bg: #5a23c8;
	--bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
	z-index: 1500;
}


ul>li>a:hover {
	text-decoration: underline;
}

.btn:hover {
	background-color: white !important;
	color: #011B6A !important;
	border: 1px solid #011B6A !important;
	text-decoration: none;
}

.nav-link {
	color: #011B6A !important;
}

.nav-link2 {
	color: white !important;
}

.carousel-indicators {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	padding: 10px;
	left: -27px !important;
	bottom: -60px !important
}

.carousel-indicators button {
	width: 15px !important;
	height: 20px !important;
	padding: 0;
	background-color: transparent !important;
	color: white !important;
	position: relative;
	margin: 0 8px !important;
}

.carousel-indicators button::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5 !important;
	border: 10px solid white;

}

.carousel-indicators .active::before {
	background-color: white;
	opacity: 1 !important;
}

.carousel-caption {
	font-family: 'Rubik', sans-serif !important;
}

.intro-section {
	background-image: url('your-image-url.jpg');
	background-size: cover;
	background-position: center;
	color: rgb(85, 137, 120);
}

.intro-text {
	padding-right: 60px;
}

.section-title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

.section-subtitle {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.section-description {
	font-size: 18px;
	line-height: 1.5;
}

.intro-section>.img-container {
	max-height: 500px;
	display: flex;
	align-items: center;
}

#intro-img {
	max-height: 640px;
	max-width: 550px;
	height: auto;
	margin: 0 auto;

}

section {
	max-width: 100vw;
	overflow-x: hidden;
}

a:hover {
	text-decoration: underline;
}

.swiper {
	width: 100%;
	height: 450px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	text-align: left;

}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
}

