@import url('https://fonts.googleapis.com/css2?family=Rubik+Maps&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');

@font-face {
	font-family: "font";
	src: url(../font/wanted_m54/wantedm54.ttf);
}

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

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

	--green: #76BA1B;
	--green-dark: #4C9A2A;
	--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/banner.jpg)fixed;
	background-size: cover;
}

.bg {
	background-color: #fff;
	background-image: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "font";
}


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

header {
	background: #e0581d;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1000;
	padding: 10px 0;
}

header .container {
	display: flex;
	justify-content: center;
	align-items: center;
}

nav {
	background-color: #e0581d;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 999;
	width: 100%;
	float: left;
}

nav .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	font-size: 38px;
	font-weight: bold;
	font-family: "font";
	color: #fff;
	font-weight: 400;
}

.menu {
	display: flex;
	gap: 10px;
	background-color: #ce460b;
	margin-bottom: -40px;
	box-shadow: rgba(252, 252, 252, 0.35) 0px 5px 15px;
}

.menu a {
	text-decoration: none;
	position: relative;
	overflow: hidden;
	color: #fff;
	padding: 20px;
	transition: 0.3s;
}

.menu-btn {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 30px;
	height: 22px;
	cursor: pointer;
	z-index: 3;
}

.menu-btn span {
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	transition: 0.4s;
}

/* Cross Icon Animation */
.menu-btn.open span:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
}

.menu-btn.open span:nth-child(2) {
	opacity: 0;
}

.menu-btn.open span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}

/* Mobile */
@media (max-width: 768px) {
	.menu {
		position: fixed;
		top: 0;
		right: -100%;
		width: 220px;
		height: 100%;
		background: #e0581d;
		flex-direction: column;
		padding-top: 70px;
		transition: 0.3s;
		margin-right: 0;
		padding-right: 10px;
	}

	.menu a {
		padding: 5px 20px;
		font-size: 14px;
		border: none;

	}

	.menu.active {
		right: 0;
		top: 0px;
	}

	.logo {
		font-size: 25px;
		margin: 10px 0;
	}

	.menu-btn {
		display: flex;
	}
}

.container {
	width: 100%;
	max-width: 1300px;
	padding: 0 15px;
}

.banner {
	background: url(../img/banner.jpg) center;
	background-size: cover;
	position: relative;
}

.banner .container {
	min-height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #000;
	text-align: left;
	align-items: flex-start;
}

.inner-banner .container {
	min-height: 150px;
}

.banner h1 {
	font-size: 30px;
	margin: 0 0 10px;
	z-index: 2;
}

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

.content {
	width: 70%;
	float: left;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.4);
}

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

.btn-cu {
	font-family: 'Ropa Sans', sans-serif;
	/* font-family: 'Valorant', sans-serif; */
	color: white;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.05rem;
	border: 4px solid #fff;
	padding: 0.8rem 2.1rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %23ce460b /* fill: %230E1822; */ %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-color: #e0581d;
	background-size: 200%;
	background-position: 200%;
	background-repeat: no-repeat;
	transition: 0.3s ease-in-out;
	transition-property: background-position, border, color;
	position: relative;
	z-index: 1;
}


.btn-cu:hover {
	border: 4px solid #fff;
	color: white;
	background-position: 40%;
}

.btn-cu:before {
	content: "";
	position: absolute;
	background-color: #0E1822;
	width: 0.2rem;
	height: 0.2rem;
	top: -1px;
	left: -1px;
	transition: background-color 0.15s ease-in-out;
}

.btn-cu:hover:before {
	background-color: white;
}

.btn-cu:hover:after {
	background-color: white;
}

.btn-cu:after {
	content: "";
	position: absolute;
	background-color: #ce460b;
	width: 0.3rem;
	height: 0.3rem;
	bottom: -1px;
	right: -1px;
	transition: background-color 0.15s ease-in-out;
}

.shape {
	fill: #0E1822;
}


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

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

.section1 {
	background-color: #fff;
}

.section1 .box {
	width: 32%;
}

.section1 .box:nth-child(4),
.section1 .box:nth-child(5) {
	width: 49%;
}

.box-bg {
	width: 100%;
	float: left;
	background: linear-gradient(rgba(0, 0, 0, 0.2)), url(../img/img-1.jpg) fixed;
	color: #fff;
	padding: 20px;
}

.image {
	width: 50%;
	float: left;
	position: relative;
	z-index: 1;
}

.image::before {
	position: absolute;
	content: "";
	z-index: -1;
	width: 30%;
	height: 40%;
	background-color: #ce460b;
	top: -10px;
	left: -10px;
}

.image::after {
	position: absolute;
	content: "";
	z-index: -1;
	width: 30%;
	height: 40%;
	background-color: #ce460b;
	bottom: -10px;
	right: -10px;
}

.image img {
	width: 100%;
	float: left;
}

.box {
	width: 24%;
	background-color: #e0581d;
	color: #fff;
	padding: 15px;
	border: 2px dashed #fff;
	transition: 0.5s;
	text-align: center;
}

.flex-cu:nth-child(2) {
	background-color: #e0581d !important;
	background-image: none;
	border: 2px dashed #fff;
}

.flex-cu:nth-child(2) h6 {
	background-color: #fff;
	color: #e0581d;
	border: 2px dashed #e0581d;
}

.flex-cu {
	width: 32%;
	float: left;
	background: linear-gradient(rgba(0, 0, 0, .5)), url(../img/img-3.jpg) fixed;
	color: #fff;
	text-align: center;
	padding: 20px;
	border: 2px dashed #e0581d;
	border-radius: 20px;
}

.flex-cu h6 {
	background-color: #e0581d;
	color: #fff;
	padding: 10px;
	border: 2px dashed #fff;
}

/* .flex-cu:last-child{
	width: 100%;
} */

.flex-cu .box {
	width: 48%;
}

.box:hover {
	background-color: rgba(255, 250, 250, 0.8);
	border: 2px dashed #e0581d;
	color: #000;
}

.section2 {
	background: linear-gradient(rgba(0, 0, 0, 0.3)), url(../img/img-2.jpg) fixed;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.section2::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 30%;
	top: 0;
	left: 0;
	background: rgb(224, 88, 2, 0.4);

}

.section2::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 30%;
	bottom: 0;
	left: 0;
	background: rgb(224, 88, 2, 0.4);
}

.section3 .center {
	background-color: #e0581d;
	border: 4px solid #ce460b;
	color: #fff;
	padding: 20px;
}

.section4 {
	text-align: center;
}

.section4 .box {
	width: 32%;
}

.bg .flex-cus {
	background-color: #e0581d;
	color: #fff;
}

.flex-cus {
	width: 49%;
	background-color: transparent;
	border: 2px dashed #fff;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
}

.flex-cus:nth-child(1) {
	text-align: left;
}

.flex-cus li {
	line-height: 47px;
	text-align: left;
}

.flex-cus li a {
	color: #e0581d;
	text-decoration: underline !important;
}

.h2 {
	font-size: 28px;
	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: 45%;
}

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

.ul {
	padding-left: 1rem;
}

.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;
}

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

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

.flexgroupbox {
	width: 32%;
	display: flex;
	flex-direction: column;
	float: left;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	background-color: #fff;
	color: #fff;
	padding: 20px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.flexgroupbox h4 {
	font-size: 20px;
	width: 100%;
	padding: 10px;
}

.video {
	width: 1000px;
	max-width: 100%;
	height: 600px;
	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 h3 {
	margin-top: 20px;
}

.formbox {
	width: 100%;
	float: left;
	max-width: 600px;
	padding: 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

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

.formfield:nth-child(7) {
	width: 100%;
}

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

.textarea-cu {
	width: 100%;
	height: 100px;
	margin: 0 0 10px;
	padding: 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: #e0581d;
	color: #fff;
	cursor: pointer;
	border: 1px solid #fff;
	outline: 0 !important;
}

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

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

.footerlinks {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	margin: 20px 0;
}

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

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

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

.footer-img a:hover {
	text-decoration: none !important;
}

.copyrights {
	font-size: 14px;
	color: #fff;
}

.text-white {
	font-size: 14px;
	margin: 0 0 10px !important;
}


footer .para a {
	text-decoration: underline !important;
}

.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: 0px;
	margin-bottom: 0 !important;
	left: 0;
	border-radius: 0;
	text-align: center;
	width: 25%;
	margin: auto;
	padding: 10px 10px !important;
	display: flex;
	justify-content: center;
	border-radius: 0 !important;
	flex-wrap: wrap;
	align-items: center;
}

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

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

.hide {
	display: none;
}

span {
	font-weight: bold;
}

.alert p {
	font-size: 14px;
}

.hide {
	display: none;
}

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


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

	.h2 {
		font-size: 20px;
	}

	.para {
		font-size: 14px;
	}

	.flexbox {
		flex-direction: column;
	}

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

	.footer-img {
		flex-wrap: wrap;
		gap: 10px;
	}

	.flex-cu {
		width: 100%;
	}

	.center {
		width: 100% !important;
	}

	.image {
		margin-bottom: 30px !important;
	}

	.box {
		width: 100% !important;
	}

	nav {
		right: 0;
		background-color: #e0581d;
		padding: 0;
	}

	.menu {
		background-color: #e0581d;
	}

	.flex-cus {
		width: 100%;
	}

	.flex-cus:nth-child(1) {
		margin-bottom: 20px;
	}

	.image::before {
		width: 103%;
		left: -7px;
		bottom: -14px;
	}

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

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

	.flexgroupbox {
		width: 100% !important;
	}

	.content {
		width: 100%;
	}

	.alert p {
		font-size: 12px;
	}

	.flex {
		width: 100%;
		margin: 0 0 20px;
	}

	.image {
		width: 100%;
	}

	.video {
		height: 230px;
		background-color: #000;
	}

	.formfield {
		width: 100%;
	}

	.formbutton {
		width: 100%;
	}

	.flexgroupbox {
		margin-top: 30px;
	}


	.img-size {
		width: 100%;
	}

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

.accordion {
	width: 100% !important;
}

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

.section2 .left {
	width: 100%;
}

.image img {
	width: 100%;
}

.banner {
	background-size: cover;
}

.banner .container {
	min-height: 100px;
}

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

.modal-custom {
	padding: 20px;
}

.banner .container {
	min-height: 100px;
}

.m-t {
	margin-top: 20px;
}