html,
body {
	max-width: 100%;
	overflow-x: hidden;
}


/* font */

body {
	font-family: 'Montserrat', sans-serif;
	background: linear-gradient(40deg, #FFFFFF 50%, #F5F7FA 100%);
}

#scene-1 {
	position: absolute !important;
	z-index: -1;
}

#scene-1 img {
	object-fit: none;
}

@media (max-width: 991px) {
	#scene img {
		width: 800%;
		height: auto;
		margin-top: 5rem;
	}
}

@media (max-width: 767px) {
	#scene img {
		width: 200%;
		height: auto;
		margin-top: 3rem;
	}
	.section.history img {
		width: 150%;
		height: auto;
	}
	.section.contact img {
		width: 100%;
		height: auto;
	}
}


/* paragraph */

p {
	color: #000;
	line-height: 1.8;
	font-size: 1.125rem;
	font-weight: 300;
}

b,
strong {
	font-weight: 500;
}

.vat {
	font-size: 0.825rem;
}

.zero {
	margin-top: -2rem;
}


/* navbar */

.navbar {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.navbar-light .navbar-nav .nav-link {
	color: #000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #F47920;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.75rem;
		padding-left: 1.75rem;
	}
}

.navbar-lang .btn {
	font-size: 0.8rem;
	font-weight: 500;
	color: #F47920;
	padding: 11px;
	border: 0px solid transparent;
	background-color: #eee;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.navbar-lang .btn:focus,
.navbar-lang .btn:hover {
	background-color: #F47920;
	color: #fff;
	transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .25s ease-in-out;
}


/* title */

h1 {
	color: #000;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1.5rem;
	margin-right: 2.5rem;
}

h1 span {
	color: #F47920;
}

@media (min-width: 992px) and (max-width: 1399px) {
	.h1,
	h1 {
		font-size: 2.25rem;
	}
}

h1+p {
	margin-bottom: 2rem;
}

h2 {
	color: #000;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}


/* section */

section {
	padding: 6rem 0;
}

.section.hero {
	padding-top: 3rem;
}

.btn-lm {
	display: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 2rem;
}

@media (max-width: 480px) {
	.btn-lm {
		display: block;
	}
}

.section.benefits {
	background-image: url('../img/lines-2.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.section.benefits h2+p {
	margin-bottom: 5rem;
}

.section.benefits .row.row-cols-1 {
	justify-content: center;
}

@media (min-width: 768px) {
	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 30%;
	}
}

.section.video {
	background-color: #F5F7FA;
	background-image: url('../img/lines-3.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.section.video iframe {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 100%;
	height: 353px;
}

@media (max-width: 991px) {
	.section.video iframe {
		margin-top: 1.5rem;
	}
	.btns {
		margin-bottom: 3rem;
	}
	.section.video,
	.section.history {
		text-align: center;
	}
	.section.video .row {
		flex-direction: column-reverse;
	}
}

@media (max-width: 480px) {
	.btns {
		display: inline-flex;
	}
	.btns button {
		margin: 0.2rem 0.2rem 1rem 0.2rem;
	}
}

.section.history {
	background-image: url('../img/lines-4.svg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}

.section.history h2 {
	margin-bottom: 1.5rem;
}

.section.history h2+p {
	margin-bottom: 2rem;
}

.section.history button {
	background-color: #F5F7FA;
	color: #F47920;
	border: 0px solid transparent;
	font-size: 0.8rem;
	padding: 0.7rem 1.25rem;
	pointer-events: none;
}

.section.package .card-body {
	padding: 2rem 0;
}

.section.package .card-title {
	font-size: 1.325rem;
	font-weight: 300;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.section.package .col:last-child .card-text {
		letter-spacing: -4px;
	}
}

@media (max-width: 480px) {
	section.package .col:last-child .card-text {
		font-size: 3.5rem;
		letter-spacing: -2px;
	}
}

.section.package .card-text {
	font-size: 4rem;
	color: #F47920;
	font-weight: 300;
	line-height: 1.2;
}

.section.package .card-text span {
	font-size: 1.325rem;
	display: flex;
	flex-direction: column;
	letter-spacing: 0 !important
}

.section.package .card-alt {
	background: linear-gradient(180deg, #F47920 0%, #DE5D00 100%);
}

.section.package .card-alt .card-title,
.section.package .card-alt .card-text {
	color: #fff;
}

.section.clients .container {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

@media (max-width: 991px) {
	.section.clients h2 {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.center-clients {
		text-align: center;
	}
}

.section.clients .wave {
	height: 150px;
	overflow: hidden;
	margin-bottom: -10px;
	margin-top: -10px;
}

@media (max-width: 767px) {
	.section.clients .wave {
		width: 200%;
		transform: translateX(0);
	}
}

.section.clients .wave-middle {
	background-color: #858490;
}

.section.clients .wave svg {
	height: 100%;
	width: 100%;
}

.section.clients svg path {
	stroke: none;
	fill: #858490;
}

.section.clients h2 {
	color: #fff;
	z-index: 10;
}

@media (max-width: 767px) {
	.section.clients {
		padding-top: 0;
		padding-bottom: 0;
	}
	.section.contact .col-md-4:first-child {
		padding-bottom: 3rem;
	}
}

.col-mobile-center h2 {
	margin-bottom: 4rem;
}

@media (max-width: 480px) {
	.section.contact .col-mobile-center .fas {
		margin-right: 0;
	}
	.section.contact .col-mobile-center>div {
		display: block !important;
		text-align: center;
	}
	.col-mobile-center h2 {
		text-align: center;
	}
	.section.contact p:last-of-type {
		margin-bottom: 2rem;
	}
}

.section.contact .fas {
	color: #F47920;
	font-size: 1.5rem;
	background-color: #fff;
	padding: 1.25rem;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
	margin-right: 1rem;
	min-width: 64px;
	text-align: center;
}

.section.try {
	padding: 10rem 0;
	background-image: url('../img/try.svg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: initial;
}

.footer {
	padding: 2rem 0;
}

.footer p {
	margin-bottom: 0;
}

.footer .row-cols-1>* {
	text-align: center !important;
	padding: 0.25rem;
}

@media (max-width: 767px) {
	.footer .row-cols-1 .col {
		display: none;
	}
	.footer .row-cols-1 .col:first-child {
		display: block !important;
	}
}

.footer .links a {
	text-decoration: none;
	color: #000;
}

.footer .links a:hover,
.footer .links a:active {
	text-decoration: underline;
	color: #F47920;
}


/* form */

.form-control {
	border: 1px solid #eee;
	background-color: #eee;
	color: rgba(0, 0, 0, 0.5);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	padding: 0.7rem 1rem;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.form-control::placeholder {
	color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
	#hero .col-auto,
	#hero .col-auto .btn,
	#try .col-auto,
	#try .col-auto .btn {
		width: 100%;
	}
}

.form-control:focus {
    background-color: #fff;
    border-color: #ccc !important;
    outline: 0;
    box-shadow: 0 0 0 1px #eee !important;
}


/* button */

.btn-primary {
	color: #fff;
	background-color: #F47920;
	border-color: #F47920;
	font-weight: 500;
	line-height: 1.2;
	padding: 0.7rem 2rem;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	color: #F47920;
	background-color: #fff;
	border-color: #F47920;
}


/* card */

.card {
	border: 0px solid transparent;
	background-color: #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.1));
	pointer-events: none;
}

.card img {
	margin: 2.5rem 0rem 0.25rem 0rem;
}

.card-body {
	padding: 0.5rem 2.8rem 3rem 2.8rem;
	flex: 0 1 auto;
}

.card h5 {
	color: #000;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.section.package .card-text sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 35%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  
  /* Move the superscripted text up */
  top: -1.2em;
  
}

/* mobile */

.navbar-light .navbar-toggler {
	border: 1px solid transparent;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0px;
}

@media (min-width: 992px) {
	.navbar-nav .navbar-lang {
		display: none;
	}
}

@media (max-width: 991px) {
	.navbar-nav {
		align-items: flex-end;
		padding-right: 0.75rem;
	}
	.nav-link {
		padding: 1rem 1rem;
	}
	.navbar-nav .navbar-lang {
		padding-top: 1rem;
	}
	.navbar-nav .navbar-lang button {
		padding: 0.75rem 2rem;
	}
}


/* back to top */

#btt-btn {
	display: inline-block;
	background-color: #fff;
	width: 4rem;
	height: 4rem;
	text-align: center;
	border-radius: 2rem;
	-moz-border-radius: 2rem;
	-webkit-border-radius: 2rem;
	filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.2));
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	color: #F47920;
	text-decoration: none !important;
}

#btt-btn::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90%;
}

#btt-btn:hover {
	cursor: pointer;
	background-color: #F5F7FA;
}

#btt-btn:active {
	background-color: #F5F7FA;
}

#btt-btn.show {
	opacity: 1;
	visibility: visible;
}