/*-----------------------------------------------------------------------------------

	Description: Style for Mait.me landing page
	Author: Kocian
	Author URI: https://www.maitreja.org
	Version: 3.0

-----------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/


body {
	font-family: "Poppins", sans-serif;
	background: #fff;
}

.root-landing {
	min-height: auto;
}

a {
	-webkit-transition: all .1s ease-in-out;
       -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
         -o-transition: all .1s ease-in-out;
            transition: all .1s ease-in-out;
}

h1, h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	margin-top: 5px;
	background-color: transparent;
}

h1 {
	font-size: 40px;
}
h2 {
	font-size: 32px;
	text-transform: uppercase;
}

p {
	color: #471C1C;
	font-size: 1.8rem;
	line-height: 1.3em;
}

.navbar {
	box-shadow: none;
	border-bottom: 0;
}
.reverse {
	flex-direction: row-reverse;
}

.lang-menu {
	position: relative;
	float: right;
}
.lang-select {
	padding: 6px 2px 8px 10px;
	filter: drop-shadow(0px 0px 4px #00000021);
	background-color: #fff;
	border-radius: 10px;
	font-weight: 600;
}

.lang-menu .dropdown-menu {
	min-width: 80px;
}

.landing-logo {
	width: 90%;
	margin: auto;
	margin-bottom: 32px;
}
.landing-form-border {
	padding: 6px;
	border-radius: 36px;
	filter: drop-shadow(4px 4px 4px #0000003b);
}
.landing-form {
	padding: 6% 3% 3% 3%;
	border-radius: 30px;
	color: #222222;
}
.landing-form.main-bg {
	background-attachment: inherit;
}
.landing-form-btns {
	justify-content: space-around;
}
.landing-form-btns a {
	color: #898989;
	font-size: 16px;
	font-weight: 600;
}
.landing-form-btns a:hover {
	color: #222222;
}
.landing-form-btns a.active {
	color: #222222;
	text-decoration: underline;
}
.landing-form input.form-control {
	border: 1px solid #D5D5D5;
	background-color: #ffffff;
}
.field-icon {
	margin-right: -22px;
}
.forgot {
	color: #898989;
	text-decoration: underline;
}
.forgot:hover {
	color: #222222;
}

.landing-tile {
	position: relative;
	width: 24%;
	margin-bottom: 1%;
}
.landing-tile-text {
	position: absolute;
	top: 4.8vw;
	left: 2.8vw;
	color: #ffffff;
	font-size: 2.8vw;
	line-height: 1.3;
}
.landing-tile-text span {
	font-weight: 700;
	font-size: 5vw;
  	line-height: 1;
}
.landing-tile-logo {
	position: absolute;
	top: calc(50% - 31px);
	left: calc(50% - 27px);
	height: 62px;
}
.tile-shadow {
	filter: drop-shadow(0px 0px 4px #00000021);
}

.module1-h {
	margin-top: 2rem;
}
.module6-h {
	margin-top: 0;
}
.module-text {
	padding-left: 5%;
  	padding-right: 5%;
}

.landing-download {
	color: #ffffff;
	margin-top: 3rem;
  	margin-bottom: 0.6rem;
}

h2 > span {
	background: linear-gradient(90deg, #FF663D 0%, #FE4D5B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.module-row {
	margin-top: 4rem;
}
.module-img-box4 {
	margin-top: 0;
}

.landing-with-us-team {
	background: radial-gradient(#FF653C, #FF4C5D);
	margin-top: 6%;
	overflow: hidden;
}
.landing-with-us-team h2 {
	color: #ffffff;
	margin-top: 3rem;
	text-align: center;
}

.landing-wing-left {
	position: absolute;
	top: 3%;
	left: -25%;
	width: 70%;
}
.landing-wing-right {
	position: absolute;
	top: -15%;
	right: -32%;
	transform: rotate(180deg);
	width: 70%;
}

.landing-team-member {
	padding-left: 1%;
	padding-right: 2%;
}

.landing-banner {
	flex-wrap: wrap;
	background: #FF663D; /* Old browsers */
	background: -webkit-linear-gradient(90deg, #FF663D 0%, #FE4D5B 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(90deg, #FF663D 0%, #FE4D5B 100%);
	margin-top: 4rem;
}
.landing-banner .link {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
}
.landing-download-col {
	min-width: 100%;
	align-items: center;
	margin: auto;
}
.landing-mobiles {
	max-width: 52%;
	margin-top: 5%;
}
.landing-app-logo {
	margin-top: 9rem;
}
.landing-app-title {
	width: 60%;
}
.landing-app-btn-big {
	width: 50%;
}
.landing-app-btn {
	width: 46%;
}
.landing-pc {
	max-width: 80%;
}
.landing-donwload-logo {
	width: 70px;
	margin-top: 10%;
	margin-left: 2%;
}
.landing-banner-logo {
	width: 120px;
}

.root-landing .btn {
	font-size: 16px;
}

@media (min-width: 768px) {
	.landing-form {
		padding: 9%;
	}
	.landing-form-border {
		padding: 8px;
	}
	.landing-form-btns a {
		font-size: 26px;
	}
	.form-signin {
		padding: 0 15px;
	}
	.label-forgot {
		margin-bottom: 16px;
	}
	.landing-tile-text {
		top: 36px;
		left: 26px;
		font-size: 16px;
	}
	.landing-tile-text span {
		font-size: 3.2rem;
	}
	.landing-tile-logo {
		position: absolute;
		top: calc(50% - 50px);
		left: calc(50% - 41px);
		height: 98px;
	}
	.module-row {
		margin-top: 8rem;
	}
	.module-img-box {
		width: 47%;
	}
	.module1-h {
		margin-top: 8rem;
	}
	.module-img-box2 {
		padding-left: 8%;
		padding-right: 5%;
	}
	.module-text-left {
		padding-left: 10%;
		padding-right: 0;
	}
	.landing-banner {
		flex-wrap: nowrap;
		margin-top: 10rem;
		border-radius: 80px;
	}
	.m-b-10-sm {
		margin-bottom: 10px;
	}
	.landing-download-col {
		margin-left: 2%;
		margin-right: 10%;
		min-width: auto;
		align-items: start;
	}
	.landing-download {
		margin-top: 1rem;
	}
	.landing-mobiles {
		max-width: 38%;
		margin-top: 0;
	}
	.landing-donwload-logo {
		margin-top: 24%;
		margin-left: 0;
	}
	.module-img-box4 {
		margin-top: -5%;
		margin-bottom: 32px;
		padding-left: 6%;
		padding-right: 0;
	}
	.landing-with-us {
		border-radius: 80px;
	}
	.landing-with-us-team h2 {
		margin-top: 6rem;
		text-align: left;
	}
	.landing-wing-left {
		top: -2%;
		left: 0;
		width: auto;
	}
	.landing-wing-right {
		top: 5%;
		right: -4%;
		width: auto;
	}
	.landing-members {
		width: 47%;
		padding-right: 4%;
	}
	.landing-with-us-team .landing-team-img {
		width: auto;
		height: auto;
	}
}
@media (max-width: 767px) {
	.flex-col-rev-xs {
		flex-flow: column-reverse;
	}
	.m-t-0-xs {
		margin-top: 0;
	}
	.landing-with-us-team .landing-team-img {
		width: 85%;
		height: auto;
	}
}

@media (min-width: 1200px) {
	h2 {
		font-size: 44px;
	}
}
