/*-----------------------------------------------------------------------------------

	Description: Style for Mait.me community landing page
	Author: Kocian
	Author URI: https://www.maitreja.org
	Version: 1.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;
    text-transform: uppercase;
	margin-top: 5px;
    background-color: transparent;
}

h1 {
	font-size: 5rem;
	margin-bottom: 8px;
}
h2 {
	font-size: 32px;
}
h1 > span, h2 > span {
    background: linear-gradient(90deg, #FF663D 0%, #FE4D5B 100%);
	-webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

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-for-logo p {
    font-size: 3rem;
    font-weight: 600;
}
.landing-for-logo a.btn {
    width: 50%;
}

.landing-logo {
	width: 75%;
	margin: 0px 0 0px 4px;
}

.landing-video {
    height: calc(100vw * 0.5);
    border-radius: 30px;
}

.landing-color-block {
    width: 100%;
    background: linear-gradient(210deg, #FF7838 0%, #FF5953 100%);
    border-radius: 40px;
    margin-bottom: 3%;
    padding: 4.5rem 4rem 7rem;
}
.landing-color-block img {
    max-width: 72px;
}
.landing-color-block h3 {
    font-size: 32px;
}
.landing-color-block h3, .landing-color-block p {
    color: #ffffff;
}
.landing-color-block.dark-block {
    background: linear-gradient(210deg, #7B1E4F 0%, #3C0C3A 100%);
}
.landing-color-block.cyan-block {
    background: linear-gradient(210deg, #EE33F2 0%, #7823F3 100%);
}
.landing-color-block.gold-block {
    background: linear-gradient(210deg, #DEB44F 0%, #F0D066 22%, #DEB44F 53%, #CE9A39 100%);
}

.landing-why img {
    max-width: 74px;
}
.landing-why p {
    padding: 0 2rem;
}

.landing-actual img {
    max-width: 80%;
    max-height: 100px;
}

.landing-prepare img {
    width: 42px;
}
.landing-prepare span {
    font-size: 20px;
}

.landing-create img {
	width: 90px;
	height: 100px;
	margin-top: 0;
	transform: rotate(90deg);
}

.landing-form-border {
	max-width: 100%;
	padding: 6px;
	margin-bottom: 15vw;
	border-radius: 36px;
	filter: drop-shadow(4px 4px 4px #0000003b);
}
.mait-gradient.inactive {
	background: #D0D0D0;
}
.landing-form {
	padding: 6% 3% 3% 3%;
	border-radius: 30px;
	color: #222222;
}
.landing-form.main-bg {
	background-attachment: inherit;
}
.landing-form.stretch {
	min-height: 100%;
}
.landing-form h2 {
	font-size: 60px;
}
.inactive .landing-form h2 > span {
	background: #D0D0D0;
	-webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.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,
.landing-form textarea.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 img {
	width: 100%;
}
.tile-shadow {
	filter: drop-shadow(0px 0px 4px #00000021);
}

.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-pc {
	max-width: 80%;
}
.landing-banner-logo {
	width: 120px;
}

.root-landing .btn {
	font-size: 16px;
}

@media (min-width: 768px) {
	h1 {
		font-size: 76px;
	}
	.landing-logo {
		margin: 72px 0 32px 6px;
	}
	.landing-for-logo p {
		font-size: 3.8rem;
	}
	.landing-tile img {
		width: 120%;
		max-width: 120%;
		margin-left: -20%;
	}
	.landing-color-block {
		width: 48.5%;
	}
	.landing-create img {
		margin-top: 100px;
		transform: rotate(0deg);
	}
	.landing-form {
		padding: 9%;
	}
	.landing-form-border {
		max-width: 39%;
		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;
	}
	.landing-banner {
		flex-wrap: nowrap;
		margin-top: 10rem;
		border-radius: 80px;
	}
}
@media (max-width: 767px) {

}

@media (min-width: 1200px) {
	h2 {
		font-size: 44px;
	}
	.landing-video {
		height: 641px;
	}
}
