@font-face {
    font-family: 'molight';
    src: url('../fonts/modernaLight.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'moregular';
	src: url('../fonts/modernaRegular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'momedium';
    src: url('../fonts/modernaMedium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mobold';
    src: url('../fonts/modernaBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

:root {
	--bs-body-font-family: "molight", sans-serif;
	--bs-body-color: #000;
	--bs-primary-rgb: 34, 47, 151;
	--bs-secondary-rgb: 128, 141, 170;
	--bs-info-rgb: 45, 125, 220;
	--bs-info-text-emphasis: #6ecfff;
	--bs-border-color: #d0d0d0;
	--bs-light-rgb: 170, 170, 170;
	--bs-light-bg-subtle: #f1f1f1;
	--bs-dark-rgb: 0, 0, 0;
	--c1: #222f97;
	--c2: #2d7ddc;
	--c3: #808daa;
	--c4: #6ecfff;
}
.moR {
	font-family: 'moregular' !important;
}
.moM {
	font-family: 'momedium' !important;
}
.moB {
	font-family: 'mobold' !important;
}
strong {
	font-family: 'momedium' !important;
	font-weight: normal;
}


/* ------ header ------ */
#logo {
	background-color: #fff;
	border: 2px solid #b3c1dd;
	border-radius: 50%;
	left: 50%;
	position: absolute;
	top: 15px;
	transform: translateX( -50%);
	width: 110px;
	z-index: 10;
}
@media (max-width:1400px) {
	#logo { top: 12px }
}
@media (max-width:1200px) {
	#logo { width: 90px }
}
@media (max-width:992px) {
	#logo { top: 10px; width: 68px }
}


/* ------ navBar ------ */
#navBarMain .nav-item {
	width: 14.2%;
}
#navBarMain .nav-link {
	color: #fff;
	font-family: 'momedium', sans-serif;
	font-size: 1.1rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
#navBarMain .navbar-nav .nav-link:hover {
	opacity: .7;
}
#navBarMain .navbar-nav .nav-link.active,
#navBarMain .navbar-nav .nav-link.show {
	color: var(--c4);
	opacity: 1;
}
#navBarMain .navbar-nav .nav-link.active::after,
#navBarMain .navbar-nav .nav-link.show::after {
	border-bottom: 3px solid var(--c4);
	bottom: 2px;
	content: "";
	height: 11px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 16px;
}
.navbar-toggler {
	border: 1px solid rgba(255,255,255,.8);
}
[data-bs-theme="dark"] .navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
@media (max-width:1400px) {
	#navBarMain .nav-link { font-size: 1rem }
}
@media (max-width:1200px) {
	#navBarMain .nav-item { width: initial }
	#navBarMain .navbar-nav .nav-link.active::after,
	#navBarMain .navbar-nav .nav-link.show::after {
		display: none;
	}
	#navBarMain .nav-link { font-size: 1.1rem }
}


/* ------ btn ------ */
.btn {
	font-weight: 500;
}
.btn-primary {
	--bs-btn-bg: var(--c1);
	--bs-btn-border-color: var(--c1);
	--bs-btn-hover-bg: #005ab3;
	--bs-btn-hover-border-color: #005ab3;
	--bs-btn-active-bg: #005ab3;
	--bs-btn-active-border-color: #005ab3;
}
.btn-info {
	--bs-btn-bg: var(--c2);
	--bs-btn-border-color: var(--c2);
	--bs-btn-color: #fff;
	--bs-btn-hover-color: #fff;
	--bs-btn-active-color: #fff;
	--bs-btn-hover-bg: #3d8ff0;
	--bs-btn-hover-border-color: #3d8ff0;
	--bs-btn-active-bg: #3d8ff0;
	--bs-btn-active-border-color: #3d8ff0;
}


/* ------ misc ------ */
#wrapSection {
	position: relative;
}
#section1,
#section2,
#section3,
#section4,
#section5,
#section6 {
	display: flow-root;
	position: relative;
}
.imgList {
	aspect-ratio: 204 / 204;
}
.sImg {
	max-width: 400px;
}
.fs-5b {
	font-size: 1.2em;
}

.editText p:last-of-type {
	margin-bottom: 0;
}

.embedContainer {
	height: 0;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
}
.embedContainer iframe,
.embedContainer object,
.embedContainer embed {
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
}
.bgFc {
	background: linear-gradient(90deg, #3a8df3 0%, #2938ac 100%);
}
.fancybox__backdrop {
	background-color: rgba(28, 40, 128, 0.9);
}

#novaq {
	width: 110px;
}
.aboutImg {
	position: relative;
}
.aboutImg::after {
	background-color: var(--c2);
	border-radius: 50%;
	content: "";
	height: 100%;
	left: -12px;
	position: absolute;
	top: -12px;
	width: 100%;
	z-index: -1;
}
@media (max-width:992px) {
	#wrapSection { position: static }
	.aboutImg::after {
		left: -8px;
		top: -8px;
	}
}


/* ------ btTop ------ */
.btTop {
	background-color: transparent;
	border: 1px solid var(--c4);
	border-radius: 6px;
	bottom: 20px;
	color: var(--c4);
	display: none;
	font-size: 1rem;
	height: 36px;
	line-height: 35px;
	outline: none;
	position: fixed;
	right: 20px;
	text-align: center;
	transition:all 0.3s ease;
	width: 36px;
	z-index: 1040;
}
.btTop:hover {
	background-color: rgba(100,100,100,.2);
	color: var(--c4);
}


/* ------ form ------ */
.form-label {
	margin-bottom: .3rem;
}
.form-control {
	background-color: transparent !important;
	border-color: rgba(40, 40, 40, .4);
	padding: .5rem .75rem;
}
.form-control:focus {
	border-color: var(--c2);
	box-shadow: 0 0 0 .25rem rgba(45, 125, 220,.25);
}


/* ------ video ------ */
.wrapVideo video {
	object-fit: cover;
	object-position: center;
	height: 68dvb;
	opacity: .8;
	width: 100%;
}
.bannerTxt {
	left: 10%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
	z-index: 2;
}
.gradientBan {
	background: linear-gradient(90deg, rgba(11, 16, 54, 0.7) 0%, rgba(24,24,25,0) 100%);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
@media (max-width:1400px) {
	.bannerTxt { width: 54% }
}
@media (max-width:992px) {
	.wrapVideo video { height: 78dvb }
	.bannerTxt { width: 80% }
}


/* ------ section3 ------ */
#section3 {
	background-image: url(../img/bubbles.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 256px !important;
}
@media (max-width:992px) {
	#section3 {
		background-size: 940px;
		padding-bottom: 120px !important;
	}
}


/* ------ section5 ------ */
#section5 {
	background-image: url(../img/bubbles2.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 139px !important;
}
@media (max-width:992px) {
	#section5 {
		background-position: left bottom;
		background-size: 940px;
		padding-bottom: 100px !important;
	}
}


/* ------ album ------ */
.album .name {
	background-color: rgba(45, 125, 220,.9);
	border-radius: 0 0 .375rem .375rem;
	bottom: 0;
	color: #fff;
	font-family: 'momedium' !important;
	font-size: 1.1rem;
	left: 0;
	margin: 0 .5rem .5rem .5rem;
	padding: .7rem 1.1rem;
	position: absolute;
	text-align: center;
	transition:all 0.3s ease;
	width: calc(100% - 1rem);
}
.album:hover a {
	border-color: #2d7ddc !important;
}
.album a img {
	height: 320px;
}
.album.v2 a img {
	height: auto;
}


/* ------ splide ------ */
.splide__pagination {
	bottom: -1.7rem;
}
.splide__pagination__page {
	background: #fff;
	box-shadow: inset 0 0 0 1px #d0d0d0;
	height: 15px;
	opacity: 1;
	width: 15px;
}
.splide__pagination__page.is-active {
	background-color: var(--c1);
	box-shadow: none;
	transform: scale(1);
}


/* ------ waBtn ------ */
#waBtn {
	/* background: rgb(37, 211, 102) none repeat scroll 0% 0% !important; */
	background-color: var(--c2);
	box-shadow: 0 0 0 3px rgba(255,255,255,.9);
	border-radius: 50%;
	bottom: 70px;
	display: flex;
	height: 46px;
	overflow: hidden;
	position: fixed;
	padding: 5px;
	right: 15px;
	transition: all 0.5s ease 0s;
	width: 46px;
	z-index: 200;
}
#waBtn i {
	color: #fff;
	font-size: 1.4rem;
	margin: auto;
}
@media (max-width:576px) {
	#waBtn { height: 42px; right: 18px; width: 42px }
}