/* =================================
  Base Element Styles
==================================== */

/*-- font-family: 'no_continueregular'; sans-serif; font-family: 'Mulish', sans-serif; --*/
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700&display=swap');



* {
	box-sizing: border-box;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

body {
	padding: 0;
	color: #000;
	overflow: visible;
	background: #fff;
	line-height: normal;
	overflow-x: hidden;
	background-repeat: no-repeat;
	font-family: 'no_continueregular';
	background-size: cover;
	background-position: 65% 0;
	transition: all 0.3s linear;
	background-image: url(../assets/img/bg.png);
}

h1,h2,h3,h4,h5,h6,p{
	margin: 0;
}

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

a {
	text-decoration: none;
	display: inline-block;
	color: #2db3ff;
	transition: all .3s;
}

img {
	max-width: 100%;
	display: block;
}

.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused ;
}

/* ---- Float clearfix ---- */
.clearfix::after {
	content: " ";
	display: table;
	clear: both;
}/* ---- End Float clearfix ---- */


/* =================================
  Base Layout Styles
==================================== */

/* ---- Layout container ---- */
.container {
	min-width: 321px;
	padding: 0 15px;
	margin: auto;
}


/* ---- Start custom css ---- */
.language-area {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.language-btn {
  z-index: 100;
	text-align: right;
	position: relative;
	top: 10px;
}

.language-btn .btn {
	width: 103px;
	color: #fff;
	background: rgba(0, 0, 0, .3);
	border-radius: 9px;
	font-size: 12px;
	padding: 0px 12px;
	font-family: 'Mulish', sans-serif;
}

.language-btn svg {
	top: 2px;
	margin-right: 10px;
	position: relative;
}

.language-btn span {
	color: yellow;
	text-decoration: underline;
}

.top-area {
	min-height: calc(100vh - 249px);
	padding-bottom: 30px;
}

.top-area .image {
	margin-top: 20px;
	position: relative;
	z-index: 99;
}

.top-area .image img {
	margin: auto;
	object-fit: cover;
	width: 280px;
}

.js-loading .top-area .image img {
	display: none;
}

.js-loading.body {
	overflow: hidden;
}

.text-content {
	margin: 40px 0 30px;
	background-color: rgba(232, 42, 42, .5);
	padding: 5px;
	border: 1px solid rgba(225, 225, 225, .2);
}

.text-content p {
	color: #fff;
	font-size: 25px;
	padding: 5px;
	border: 1px solid rgba(225, 225, 225, .14);
	display: flex;
	align-items: center;
	justify-content: center;
}

.text-content p span {
	font-size: 14px;
	font-weight: 600;
	font-family: 'Mulish', sans-serif;
	display: none;
}

.text-white {
	color: #fff !important;
}

.modal .custom-form {
	position: relative;
	padding: 80px 35px;
}

.modal .custom-form p {
	color: black;
	text-align: center;
	font-weight: 700;
	font-family: 'Mulish', sans-serif;
	margin-bottom: 30px;
	position: relative;
}

.modal .custom-form::before {
	border-radius: 14px;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(245 87 87 / 70%);
	filter: blur(15px);
}

.custom-form {
	max-width: 400px;
	margin: 0 auto;
	border: 3px solid rgba(225, 225, 225, .5);
	border-radius: 16px;
	background-color: rgba(232, 42, 42, .63);
	filter: grayscale(43%);
	padding: 35px;
}

.button-area {
	margin-bottom: 30px;
	text-align: center;
}

.btn.custom-btn {
	width: 100%;
	max-width: 300px;
	text-transform: uppercase;
	padding: 9px 23px;
	font-size: 19px;
	box-shadow: 0px 0px 3px 5px #e82a2a;
	position: relative;
	border-radius: 0;
	border-color: white;
}

.btn.btn-red {
	color: #fff;
	background-image: linear-gradient(to right, #b12020 , #4c0f0f);
}

.btn.btn-blue {
	color: #fff;
	background-image: linear-gradient(to right, #00e9fb , #194EFE);
}

.btn.btn-pink {
	color: #fff;
	background-image: linear-gradient(to right, #fb019b , #b200dc);
}

.mb-0 {
	margin-bottom: 0 !important;
}


/* animation fadeInUp */

.bottom-content {
	margin-bottom:15px;
}

.bottom-content-title {
	max-width: 620px;
	margin: auto;
}

.bottom-content-title h5 {
	font-size: 27px;
	color: #fff;
	margin-bottom: 20px;
}

@supports (-webkit-text-stroke: 1px #e82a2a) {
  h5 {
    -webkit-text-stroke: 1px #e82a2a;
    -webkit-text-fill-color: white;
  }
}


.bottom-content p {
	font-size: 14px;
	line-height: 22px;
	margin: 0 auto 10px;
	/* max-width: 895px; */
	max-width: 365px;
	color: rgba(225, 225, 225, 1);
}

.bottom-content h5,
.bottom-content p,
.bottom-content a,
.bottom-content-title {
	text-align: center;
}

.bottom-content-title a {
	opacity: .8;
}

.bottom-content-title a:hover {
	opacity: 1;
}

input[type=number]::-webkit-inner-spin-button {
  display: none;
}


/* ---- btn ---- */
.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	outline: 0 !important;
	font-family: 'no_continueregular';
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-primary {
	color: #fff;
	background-color: #2DB3FF;
	border-color: #2DB3FF;
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  max-width: 400px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	right: 25px;
	top: 15px;
	z-index: 1;
	padding: 0px 7px;
}

.close svg {
	width: 16px;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
	padding: 0 15px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}


/* =================================
  Media Queries
==================================== */
@media only screen and (min-width: 768px) {
	/* ---- Layout container ---- */
	.container {
		width: 750px;
	}

	.top-area {
    min-height: calc(100vh - 183px);
	}

	.modal-body {
		padding: 0;
	}

	.bottom-content p {
		max-width: 625px;
	}
	


}/* ---- End min-width: 768px ---- */

@media only screen and (min-width: 992px) {
	/* ---- Layout container ---- */
	.container {
		width: 970px;
	}

	.top-area {
    min-height: calc(100vh - 237px);
	}

	.text-content {
		margin: 40px 0;
		padding: 7px;
	}

	.text-content p {
		font-size: 1.7rem;
	}

	.text-content p span {
		display: inline-block;
		font-size: 16px;
		margin-left: 20px;
	}

	.custom-form {
		padding: 50px;
	}

	.button-area {
		margin-bottom: 35px;
	}

	.btn.custom-btn {
		font-size: 21px;
	}

	.bottom-content-title h5 {
		font-size: 35px;
		margin-bottom: 25px;
	}

	.bottom-content p {
		font-size: 20px;
		line-height: 35px;
		max-width: 895px;
	}

	.modal .custom-form p {
		font-size: 20px;
		margin-bottom: 50px;
	}


}/* ---- End min-width: 768px ---- */

@media only screen and (min-width: 1200px) {
	/* ---- Layout container ---- */
	.container {
		width: 1170px;
	}

} /* ----End min-width: 1200px ---- */
