@font-face {
	font-family: "Montserrat";
	src: url(/fonts/Montserrat-VariableFont_wght.ttf);
	font-display: swap;
} 
html {
	scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat', sans-serif;
	font-size: 15px;
    font-weight: 400;
    color: #798696;
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 12px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #374050;
}

h1 {
	font-size:38px;
}

h2 {
	font-size:30px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:18px;
}

a {
	font-family: "Montserrat", sans-serif;
	color: #374050;
	font-weight: 700;
}

a:hover,
a:focus{
    text-decoration: none;
    outline: none;
	color: #374050;
	opacity: 0.9;
}

ul,ol{
    margin: 0;
    padding: 0;
    list-style: none
}

.white-text {
	color: #FFF;
}

img {
	max-width: 100%;
}

/* --- Section --- */
.section {
	position:relative;
	padding-top:80px;
	padding-bottom:80px;
}

.section-hr {
	margin-top:80px;
	margin-bottom:80px;
	border-color: #EBEBEB;
}

.section-header {
	margin-bottom:40px;
}

/* --- Background Image --- */
.bg-image {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-position:center;
	background-size:cover;
}

.bg-image.bg-parallax {
	background-attachment:fixed;
}

.bg-image.overlay:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#374050), to(#798696));
	background-image: linear-gradient(to bottom, #374050 0%, #798696 100%);
	opacity: 0.7;
}

/* --- Buttons --- */
.main-button {
	position:relative;
	display:inline-block;
	padding:10px 30px;
	background-color: #FF6700;
	border: 2px solid transparent;
	border-radius: 40px;
	color: #FFF;
	-webkit-transition:0.2s all;
	transition:0.2s all;
}

.main-button:hover , .main-button:focus {
	background-color:#fff;
	border: 2px solid #FF6700;
	color:#FF6700;
}

.main-button.icon-button:hover:after , .main-button.icon-button:focus:after {
	opacity:1;
}

/* --  Input  -- */
input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="date"], input[type="url"], input[type="tel"], textarea {
    height: 40px;
    width: 100%;
    border: 1px solid #EBEBEB;
	border-radius:4px;
	background: transparent;
    padding-left: 15px;
	padding-right: 15px;
	-webkit-transition:0.2s border-color;
	transition:0.2s border-color;
}

textarea {
    padding: 10px 15px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
	border-color:#FF6700;
}

/*------------------------------------*\
	Logo
\*------------------------------------*/
.navbar-brand {
  display: flex;
	height: auto;
	padding: 8px 8px 4px;
}

.navbar-brand .logo > img {
	width: 200px;
}

/*------------------------------------*\
	Navigation
\*------------------------------------*/
#header {
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:99;
	border-bottom:1px solid rgba(235, 235, 235, 0.25);
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-transition:0.2s all;
	transition:0.2s all;
}

/*------------------------------------*\
	Hero Area
\*------------------------------------*/
.hero-area {
	position:relative;
	padding-top: 80px;
	padding-bottom: 80px;
}

#home.hero-area {
	min-height: 100vh;
	padding-top: 0px;
	padding-bottom: 0px;
}

.home-wrapper {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	    -ms-transform:translateY(-50%);
	        transform:translateY(-50%);
	left:0;
	right:0;
}

/*------------------------------------*\
	About & Why Us (Feature)
\*------------------------------------*/
/* -- Feature -- */
.feature {
	position:relative;
	display: flex;
	align-items: center;
	gap: 30px;
}

.feature + .feature  {
	margin-top:40px;
}
.feature p {
	margin-bottom: 0 !important;
}

/*------------------------------------*\
	Footer
\*------------------------------------*/
footer {
	padding-bottom: 20px !important;
}
#bottom-footer {
	margin-top: 20px;
	padding-top: 20px;
	display: flex;
	align-items: center;
	border-top: 1px solid #EBEBEB;
}
#bottom-footer p {
	margin-bottom: 0;
}

/* -- Footer Logo -- */
.footer-logo  .logo {
	margin-top: 20px;
	display: inline-block;
}

.footer-logo  .logo > img {
	width: 200px;
}

/* -- Footer Nav -- */
.footer-nav {
	text-align: right;
	padding: 20px 0px;
}

.footer-nav li {
	display:inline-block;
}

.footer-nav li a {
	display:block;
	text-transform:uppercase;
	-webkit-transition:0.2s color;
	transition:0.2s color;
}

.footer-nav li a:hover , .footer-nav li a:focus {
	color:#FF6700;
}

.footer-nav li a:after {
	content:"";
	display:block;
	height:2px;
	background-color:#FF6700;
	width:100%;
	-webkit-transform: translateY(5px);
	    -ms-transform: translateY(5px);
	        transform: translateY(5px);
	opacity:0;
	-webkit-transition:0.2s all;
	transition:0.2s all;
}

.footer-nav li a:hover:after , .footer-nav li a:focus:after {
	-webkit-transform: translateY(0px);
	    -ms-transform: translateY(0px);
	        transform: translateY(0px);
	opacity:1;
}
.footer-copyright {
	line-height:40px;
}
@media only screen and (max-width: 991px) {
	.section-header h2 {
		font-size:24px;
	}
	/*-- Wy us --*/
	#why-us .feature {
		margin-top:40px;
	}
	/*-- Call to action --*/
	#cta {
		text-align:center;
	}
	
	/*-- Footer --*/
	.footer-logo {
		text-align:center;
	}
	
	.footer-nav {
		text-align:center;
	}
	.footer-nav li {
		margin-top: 10px;
	}
	
	.footer-social {
		text-align:center;
	}
	.footer-social li {
		margin-top: 10px;
	}
	
	.footer-copyright {
		text-align:center;
		line-height:inherit;
		margin-top:20px;
	}
	/*-- Blog page --*/
	#main {
		margin-bottom:80px;
	}
}

@media only screen and (max-width: 767px) {
	/*-- Hero area --*/
	.hero-area h1 {
		font-size:30px;
	}
}
.contact-form {
	padding-top: 20px;
}
#contact form {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 0 15px;
}
.custom-input {
	width: 100%;
	padding: 8px 16px;
	margin-bottom: 16px;
	border: 1px solid var(--first-color);
	outline: none !important;
	transition: 0.3s;
	border-radius: 0px;
	box-shadow: none;
	background-color: #fff;
}
.custom-input:focus {
	border-color: var(--second-color);
}
#contact .checkbox {
	display: flex;
	align-items: center;
	column-gap: 10px;
	margin-bottom: 10px;
	padding-left: 0;
}
#contact .checkbox input {
	position: relative;
	height: 20px;
	width: 20px;
	appearance: none;
	border-radius: 10px;
	border: 1px solid #FF6700;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	cursor: pointer;
	background: #FF6700;
}
#contact .checkbox input::after {
	content: "";
	height: 20px;
	width: 20px;
}
#contact .checkbox input:checked::after {
	content: "";
	background: url(../img/check.svg) no-repeat center;
	background-size: 10px auto;
}
#contact .checkbox label {
	padding: 0;
	text-align: left;
}
#contact .checkbox label,
#contact .checkbox input {
	cursor: pointer;
}
#contact .checkbox a {
	color: #FF6700;
	margin: 0 auto;
	transition: 0.3s;
}
#contact .checkbox a:hover {
	color: #374050;
}
#contact button {
	align-self: center;
	margin-top: 10px;
}
#contact button:hover {
	background-color: var(--second-color);
}
#game {
	padding-top: 40px;
}
.game iframe {
	border: none !important;
}
@media screen and (max-width: 767.98px) {
	.game iframe {
		height: 400px;
	}
}
.thanks {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80vh;
	padding: 200px 0 150px;
}
.thanks .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 10px;
}
.thanks img {
	width: 100px;
	height: auto;
	margin-bottom: 10px;
}
.thanks p {
	text-align: center;
	font-size: 18px;
}
.thanks p.thanks-text {
	color: #FF6700;
	font-weight: bold;
}
@media screen and (max-width: 767.98px) {
	.thanks {
		padding: 150px 0 100px;
	}
}
.docs {
	word-break: break-word;
	padding: 120px 0 100px;
}
.docs h1 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 700;
}
.docs h2 {
	margin-bottom: 10px;
	font-size: 32px;
}
.docs h3 {
	margin-bottom: 10px;
	font-size: 26px;
}
.docs li,
.docs p {
	color: inherit;
	line-height: 1.929;
}
.docs a {
	text-decoration: none !important;
	color: #FF6700;
	transition: 0.3s;
}
.docs a:hover {
	color: #374050;
}
@media screen and (max-width: 767.98px) {
	.docs {
		padding: 100px 0px 50px;
	}
}