@import url('https://fonts.googleapis.com/css2?family=Saira+Stencil+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Science+Gothic:wght@100..900&display=swap');

@font-face {
	font-family: "lostar";
	src: url(../fonts/blue_ocean_3/BLUE\ OCEAN.ttf);
}

@font-face {
	font-family: "font";
	src: url(../fonts/simply_olive/Simply\ Olive\ DEMO.ttf);
}

:root {
	--blue: #368CE7;
	--blue-dark: #1666BA;
	--blue-light: #7AB3EF;

	--red: #FF0000;
	--red-dark: #A70000;
	--red-light: #FF5252;

	--green: #76BA1B;
	--green-dark: #14436b;
	--green-light: #ACDF87;

	--orange: #ff7400;
	--orange-dark: #ff4d00;
	--orange-light: #ff9a00;

	--black: #000;
	--dark: #333;
	--light: #666;

	--white: #fff;
	--white-dark: #ccc;
	--white-light: #eee;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

a,
button,
input,
textarea {
	outline: 0;
	transition: all .5s ease;
}

a {
	text-decoration: none !important;
}



html {
	scroll-behavior: smooth;
}

body {
	font-family: "Rubik", serif;
	font-weight: 400;
	font-style: normal;
	background: linear-gradient(rgba(255, 255, 255, 0.8)), url(../img/bg.jpg) fixed;
	background-size: cover;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "font";
	letter-spacing: 1px;
}


header,
.banner,
.section,
.h2,
.para,
.flexbox,
footer {
	width: 100%;
	float: left;
}

header {
	padding: 10px 0px;
	background-color: #14436b;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo {
	font-size: 35px;
	font-weight: bold;
	font-family: "lostar";
	color: #ffffff;
	font-weight: 400;
}
.container{
	width: 100%;
	max-width: 1350px;
	padding: 0 15px;
}
.banner {
	background: url(../img/banner.jpg) center fixed;
	background-size: cover;
	padding: 20px 0;
	position: relative;
	border: 2px solid #14436b;
}

.banner::before {
	content: "";
	position: absolute;
	width: 6%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #14436b;
}

.banner::after {
	content: "";
	position: absolute;
	width: 6%;
	height: 100%;
	bottom: 0;
	right: 0;
	background-color: #14436b;
}


.banner .container {
	min-height: 250px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	flex-direction: column;
	color: #ffff;
}

.banner h1 {
	font-size: 38px !important;
}

.content {
	width: 75%;
	background: linear-gradient(rgba(0, 0, 0, 0.6)), url(../img/banner-img.jpg) center fixed;
	background-size: cover;
	padding: 30px;
	margin-bottom: -50px;
	border: 1px solid #fff;
}

.bg .banner .container{
	justify-content:center ;
}

.bg .content{
	margin-bottom: 0;
}

iframe {
	width: 100%;
	height: 500px;
	scrollbar-width: 0;
	border: 0;
}

.h-low .container {
	min-height: 150px;
}

.left {
	width: 100%;
	float: left;
	text-align: left;
}

.img1 {
	width: auto;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.img2 {
	width: auto;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
}


.image {
	width: 40%;
}

.image img {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #fff;
}

.banner h1 {
	font-size: 40px;
	font-weight: 800;
	margin: 0 0 10px;
}

.banner p {
	font-size: 15px;
	line-height: 24px;
}

.section {
	padding: 20px 0;
	position: relative;
}

.section .container {
	position: relative;
	z-index: 2;
}

.section1 {
	padding-top: 50px;
}

.section2 .above {
	background-color: #d8e3e1;
	color: #000;
	border: 3px solid #14436b;
	width: 100%;
	float: left;
	padding: 20px;
	clip-path: polygon(100% 0, 100% 25%, 100% 85%, 85% 100%, 0 100%, 0 17%, 16% 0);
}

.padding-l {
	padding-right: 40px;
}

.above strong {
	color: #14436b;
}

.ul {
	margin-bottom: 10px;
	text-align: left;
}

.section3 {
	background: linear-gradient(rgba(0, 0, 0, .5)), url(../img/img-2.jpg) fixed;
	background-size: cover;
	color: #fff;
}

.section3 .flexgroupbox {
	width: 49%;
}


.section4 .flexgroupbox {
	width: 24%;

}

.section5 {
	background: linear-gradient(rgba(0, 0, 0, .6)), url(../img/img-3.jpg) center fixed;
	background-size: cover;
	color: #ffff;
	clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 100% 100%, 85% 100%, 15% 100%, 0 100%, 0% 85%);

}

.ul li {
	font-size: 14px;
	line-height: 23px;
}

.flexgroup {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
	gap: 5px;
}

.section4 .flexgroupbox {
	border-radius: 0 0 30px;
}

.flexgroupbox {
	width: 33%;
	display: flex;
	flex-direction: column;
	float: left;
	justify-content: flex-start;
	align-items: center;
	background-color: #d8e3e1;
	color: #000;
	border: 2px double #14436b;
	padding: 10px;
	text-align: center;
	overflow: hidden;
	position: relative;

}

.icon {
	background-color: #14436b;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 40px;
	height: 40px;
	float: left;
	padding: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 2px solid #fff;
	border-radius: 0 0 30px;
}

.padding {
	padding: 0 !important;
	clip-path: polygon(100% 0, 100% 25%, 100% 91%, 91% 100%, 0 100%, 0 9%, 8% 0);

}

.flexgroupbox>img {
	width: 100%;
	float: left;
	height: 100%;
}

.flexgroupbox h4 {
	font-size: 20px;
}

.flexgroup:last-child {
	margin: 0;
}

.div {
	background-color: #fff;
	width: 15%;
	float: left;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.card-body {
	margin-top: 30px;
	margin-left: 40px;
}

.h2 {
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 10px;
}

.para {
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 20px;
}

.para:last-child {
	margin: 0;
}

.flexbox {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}

.flexbox:last-child {
	margin: 0;
}

.flexbox>p,
.flexbody {
	flex: 1;
}

.flexbox>p:first-child,
.flexbody:first-child {
	padding: 0 30px 0 0;
}

.flexbox>p:last-child,
.flexbody:last-child {
	padding: 0 0 0 30px;
}

.flexbox>img {
	width: 100%;
	max-width: 20%;
	clip-path: polygon(100% 0, 100% 25%, 100% 85%, 85% 100%, 0 100%, 0 17%, 16% 0);

}

.center {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	margin: 0 0 20px;
}

.center:last-child {
	margin: 0 !important;
}

.container>img {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}


/* From Uiverse.io by niat786 */
.btn-cu {
	border-radius: .25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	color: #fff;
	-webkit-clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 100%);
	font-size: 15px;
	transition: .2s .1s;
	background-image: linear-gradient(90deg, #1c1c1c, #14436b);
	border: 0 solid;
	overflow: hidden;
	width: 15%;
	float: left;
	padding: 15px 0;
}

/* 
.btn-cu:hover {
	cursor: pointer;
	transition: all .3s ease-in;
	padding-right: 30px;
	padding-left: 30px;
} */

.video {
	width: 700px;
	max-width: 100%;
	height: 400px;
	float: left;
	margin: 0 0 20px;
	position: relative;
}

iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	float: left;
	top: 0;
	left: 0;
}

footer .para>a {
	color: #fff;
	text-decoration: underline !;
}

.formsection {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

.formsection .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.formsection .para {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}

form {
	width: 60%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: #d8e3e1;
	background-size: cover;
	position: relative;
	margin-bottom: 20px;
	border-radius: 30px;
}

form::before {
	content: "";
	position: absolute;
	width: 100%;
	float: left;
	height: 100%;
	backdrop-filter: blur(7px);
}

.formsection h3 {
	margin-top: 20px;
}

.formbox {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.form-w {
	width: 70% !important;
}

.form-w-b {
	width: 25% !important;
}

.logo-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin: 0 0 10px;
}

.logo-box img {
	height: 40px;
}

.formfield {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	border: none;
	background: #f3f3f3;
	border: solid 1px #333;
	color: #333;
	font-size: 15px;
}

.textarea-cu {
	width: 49%;
	height: 50px;
	margin: 0 0 10px;
	padding: 0 10px;
	border: none;
	background: #f3f3f3;
	border: solid 1px #333;
	color: #000;
	font-size: 15px;
}

.formfield::placeholder,
.textarea-cu::placeholder {
	color: #333;
}

.formbutton {
	width: 100%;
	float: left;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	background: #14436b;
	color: #fff;
	cursor: pointer;
	border: 1px solid #fff;
	outline: 0 !important;
}

footer {
	background: #14436b;
	text-align: center;
	padding: 20px 0;
	color: #fff;
}

footer .container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.footer {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footerlinks {
	flex: 1;
	display: flex;
	align-items: center;
}

.ssl-img img {
	width: 100px;
	margin: 20px;
}

.footerlinks a {
	font-size: 14px;
	color: #ffffff;
	margin: 0 6px;
}

.footerlinks a:hover {
	text-decoration: underline !important;
}

.copyrights {
	font-size: 14px;
}

.text-white {
	font-size: 14px;
}

.cookiesection {
	width: 100%;
	float: left;
	min-height: calc(100vh - 126px);
	padding: 40px 0;
}

.cookiesection h2 {
	font-size: 22px;
	font-weight: 600;
}

.cookiesection p {
	font-size: 14px;
	line-height: 20px;
}

.cookiesection p strong {
	font-weight: 600;
}

.cookiesection p .bolder {
	display: block;
	margin: 30px 0 10px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

.backbutton {
	float: left;
	display: inline-flex;
	align-items: center;
	margin: 30px 0 20px;
	padding: 6px 8px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	color: var(--blue-dark) !important;
	border: solid 1px var(--blue-dark);
	;
}

.backbutton img {
	width: 15px;
	margin: 0 5px 0 0;
	transition: all .3s ease;
}

.backbutton:hover {
	background: var(--blue-dark);
	;
	color: #fff !important;
}

.backbutton:hover img {
	filter: saturate(0) brightness(10);
}

.alert {
	background: rgba(0, 0, 0, 0.7) !important;
	color: #ffffff !important;
	position: fixed !important;
	bottom: 10px;
	margin-bottom: 0 !important;
	left: 26px;
	max-width: 100%;
	text-align: center;
	width: 300px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px;
	align-items: center;
	border-radius: 20px;
}

.alert-dismissible {
	z-index: +3;
}

.alert-close {
	border: 1px solid transparent;
	border-radius: 4px;
	background: #862041;
	color: white;
	padding: 0px !important;
	width: 3rem;
	height: 2rem;
	font-size: 14px;
}

.hide {
	display: none;
}

span {
	font-weight: bold;
}

.alert p {
	font-size: 14px;
	margin: 0 0 20px !important;
	width: 100%;
	float: left;
}

.hide {
	display: none;
}

.alert-close {
	padding: 0px 9px !important;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #862041;
	color: white;
	margin: 0 !important;
	font-size: 14px;
}



.img {
	width: 100%;
	margin-top: -80px;
}

.img img {
	width: 50%;
}

.agebtn {
	width: auto;
	height: 56px;
	border-radius: 4px;
	padding: 0 65px 0 20px;
	margin-top: 20px;
	display: inline-flex;
	align-items: center;
	background: #14436b;
	color: #fff !important;
	position: relative;
	font: 600 18px 'Roboto', sans-serif;
	text-transform: uppercase;
	overflow: hidden;
	transition: all .3s ease;
	text-decoration: none;

}

.agebtn:before {
	content: '';
	width: 45px;
	height: 100%;
	background: #14436b;
	position: absolute;
	right: 0;
	top: 0;
}

.agebtn:after {
	content: '';
	top: 30px;
	right: 4px;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fff;
	border-width: 12px;
	margin-top: -15px;
}

.agebtn:hover {
	background: #14436b;
}

.modal-open .modal {
	background: #000;
}

.modal-custom {
	padding: 80px;
	max-width: 780px !important;
}

.modal-content h3 {
	color: #ffffff;
	font-size: 2rem;
	margin-bottom: 1.5rem;
	text-shadow: 0 0 10px #57575780, 0 0 20px #d4d4d44d, 0 0 30px #ffd7001a;
}

.age-icon {
	font-size: 4rem;
	margin-bottom: 1.5rem;
}

.age-text {
	color: #ffffff;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}

.age-buttons {
	gap: 1rem;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.age-btn {
	border: none;
	border-radius: 12px;
	cursor: pointer;
	flex: 1 1;
	font-size: 1rem;
	font-weight: 600;
	padding: 1rem;
	transition: all .3s ease;
}

.yes-btn {
	background: linear-gradient(135deg, #a97823, #8d653b);
	color: #ffffff;
	padding: 15px 30px;
	border: 1px solid #fff;

}

.no-btn {
	background: #fff;
	border: 1px solid #ffffff33;
	color: #000000;
	padding: 15px 30px;
	cursor: pointer;
}

.age-disclaimer {
	color: #ffffff;
	font-size: .9rem;
	line-height: 1.5;
}

.modal-content {
	background: #14436b;
	border-radius: 12px;
	backdrop-filter: blur(10px);
	border: 2px solid #000000;
	color: #fff;
	text-align: center;
	box-shadow: 0 0 10px #000, 0 0 20px #14436b, 0 0 30px #14436b;
}

.modal-content h2 {
	font: 600 22px 'Roboto', sans-serif;
}

.modal-content h2 span {
	font-size: 18px;
	font-weight: 400;
	display: block;
	margin: 10px 0 0;
}

.yes-btn:hover {
	transform: translateY(-2px);
	color: #ffffff;
}

.no-btn:hover {
	background: #e0e0e0;
}


@media (max-width:800px) {
	.banner h1 {
		font-size: 28px;
	}

	.h2 {
		font-size: 20px;
	}

	.para {
		font-size: 14px;
	}

	.flexbox {
		flex-direction: column;
	}

	.content {
		width: 100%;
	}

	.age-text {
		color: #ffffff;
		font-size: 13px;
		margin-bottom: 10px;
	}

	.age-disclaimer {
		color: #ffffff;
		font-size: 12px;
		line-height: 1.5;
		padding: 0 10px 10px 10px;
		margin: 0;
	}

	.modal-content h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.age-icon {
		font-size: 3rem;
		margin-bottom: 10px;
	}

	.img {
		margin-top: -59px;
	}

	.img img {
		width: 100%;
	}

	.modal-custom {
		padding: 20px;
	}

	.alert {
		left: 0;
		width: 100%;
		bottom: 0;
	}

	.content {
		margin-bottom: 0;
	}

	.section1 {
		padding-top: 20px;
	}

	.flexbox>img {
		max-width: 100%;
		order: 1;
		margin: 0 0 15px;
	}

	.btn-cu {
		width: 40%;
	}

	.image {
		width: 100%;
	}


	.inner {
		padding: 150px 0 100px 0 !important;
	}

	.h-low {
		padding: 20px 0;
	}

	.card-body {
		margin-left: 55px;
	}

	.accordion {
		width: 100% !important;
	}

	.flexbody,
	.flexbox>.para {
		padding: 0 !important;
		order: 2;
	}

	footer .container {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.flexgroupbox {
		width: 100% !important;
	}

	.formfield {
		width: 100%;
	}

	.above {
		clip-path: none !important;
	}

	.formbutton {
		width: 100%;
	}

	.img-size {
		width: 100%;
	}

	.footerlinks {
		justify-content: center;
		margin: 10px 0;
		flex-wrap: wrap;
	}

	.footer {
		flex-direction: column;
	}

	form {
		width: 100%;
	}

	.section4 .flexgroupbox {
		padding: 10px 10px 40px 10px;
	}

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

	.form-w,
	.form-w-b {
		width: 100% !important;
	}

	.logo-box {
		flex-direction: column;
	}

	.image img {
		width: 100%;
	}

	header .container {
		flex-direction: column;
		justify-content: center;
		gap: 20px;
	}

	.links {
		align-items: center;
		gap: 20px;
		flex-wrap: wrap;
	}
	.alert p{
		font-size: 12px;
	}
}
