/*====================================================

    Template:  Creatus App Landing Page 
    Author: http://hoverthemes.com/
    Version: 1
    Design and Developed by: http://hoverthemes.com/

    Note: This is the file where you can add your custom styles
    to change the look of the theme. 
    
    ** But don't modify "style.css" file.

====================================================*/

/*====================================================
	You can put your custom css code here: 
====================================================*/

.typed {
	display: inline;
	color: white;
}

.trial-text {
	font-size: 12px;
	color: white;
	margin-top: 5px;
}

.page-footer {
	background-color: #212121;
}

.checkbox-container {
	margin-bottom: 10px;
}

@media (max-width: 370px) {
	.form-label {
		font-size: 11px;
	}
}

.form-label {
	display: inline-block;
}

.form-link {
	text-decoration: underline;
}

.form-checkbox {
	position: relative;
	margin-right: 10px;
	top: 2px;
}

.cookies {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    right: 0;
    left: 0;
	z-index:999;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-cookies {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    font-family: Montserrat,sans-serif!important;
    font-weight: 500;
    text-transform: uppercase;
    height: 48px;
    letter-spacing: .5px;
    color: #fff;
    background-color: #1892d3;
    border: 2px solid transparent;
    line-height: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .35s ease;
    border-radius: 4px;
    cursor: pointer;
}

.page-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(rgba(21, 101, 92, 0.8)),
			to(rgba(0, 0, 0, 0.7))
		),
		url('../../images/backgroundImage.jpg');
	background: -webkit-linear-gradient(
			bottom,
			rgba(21, 101, 92, 0.8),
			rgba(0, 0, 0, 0.7)
		),
		url('../../images/backgroundImage.jpg');
	background: -o-linear-gradient(
			bottom,
			rgba(21, 101, 92, 0.8),
			rgba(0, 0, 0, 0.7)
		),
		url('../../images/backgroundImage.jpg');
	background: linear-gradient(
			to top,
			rgba(21, 101, 92, 0.8),
			rgba(0, 0, 0, 0.7)
		),
		url('../../images/backgroundImage.jpg');
	-webkit-filter: blur(4px);
	filter: blur(4px);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}

.desktop-screenshot {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.desktop-menu {
	align-items: center;
}

input,
input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
textarea,
textarea.form-control {
	font-size: 16px;
}

.page-banner.banner-default {
	min-height: auto !important;
	height: 100vh !important;
}

.page-banner {
	max-height: auto !important;
}

.full-height {
	max-height: auto !important;
}

.mobile-br-3 {
	display: none;
}

@media (max-width: 991px) {
	.mockup-main {
		display: none;
	}
	#features-2 .mockup-mobile-hide {
		display: none;
	}
	.mobile-br-3 {
		display: block;
	}
}

@media (max-width: 426px) {
	.mobile-br-2 {
		display: none;
	}
}

@media (max-width: 768px) {
	.subparagraph {
		font-size: 17px;
	}
	.subparagraph-main {
		font-size: 15px;
	}
}

.mobile-br-1 {
}

.shadow {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05), 0 0px 8px 0 rgba(0, 0, 0, 0.05),
		0 1px 3px -1px rgba(0, 0, 0, 0.05);
}

.subparagraph {
	font-size: 19px;
	font-family: 'Raleway';
	font-weight: 400;
}

.subparagraph-main {
	font-size: 17px;
	font-weight: 500;
}

.fb-login-container {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.login {
	position: relative;
}

.login-container {
	position: absolute;
	right: 0;
	background-color: white;
	margin-top: 30px;
	padding: 25px;
	border-radius: 5px;
	transition: 0.2s all ease-out;
	transform: translate3d(0, 0, 0);
	z-index: 3;
}

.login-container label,
.login-container a {
	font-weight: 500;
}

.login-container:not(.is-visible) {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate3d(0, 2%, 0);
}

.login-container label {
	text-align: left;
}

.login-container input {
	min-width: 250px;
}

.login-container .btn-primary {
	border-radius: 4px;
}

.btn {
	display: inline-flex;
	justify-content: center;
}

.btn:hover {
	color: rgb(51, 51, 51);
}

.container-wide {
	max-width: 1400px;
}

.mockup-screenshot {
	position: absolute;
	top: 33px;
	left: 152px;
	width: 65%;
	width: 588px;
}

.mockup-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 900px;
}

.login-container .btn-primary:hover {
	border-color: transparent;
}

.login-link-first {
	margin-top: 15px;
}

.login-link:last-child {
	margin-bottom: 0;
}

.login-link {
	display: block;
	opacity: 0.6;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	transition: 0.3s all ease-out;
	z-index: 100;
}

.page-header {
	z-index: 105 !important;
}

.page-header nav .container {
	align-items: center;
}

.overlay:not(.is-visible) {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.subscribe-btn {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	height: 48px;
	letter-spacing: 0.5px;
	color: #ffffff;
	background-color: #1892d3;
	border: 2px solid transparent;
	line-height: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	border-radius: 30px;
}

iframe[title='fb:login_button Facebook Social Plugin'] {
	background-color: #4267b2;
	border-radius: 3px;
	padding: 4px 4px !important;
	height: 48px !important;
}

input[type='submit']:focus {
	background-color: #00e676 !important;
	color: #fff !important;
	border-color: transparent !important;
}

.fb_iframe_widget {
	height: 48px;
}

.btn-login {
	margin-top: 25px;
}

.person {
	display: flex;
	flex-direction: column;
}

.person__image {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #efefef;
	margin-bottom: 30px;
	align-self: center;
}

.person__name {
	text-align: center;
}

.person__position {
	opacity: 0.8;
	text-align: center;
}

.person__description {
	text-align: center;
	color: #555;
	font-style: italic;
	position: relative;
}

@media (max-width: 991px) {
	.person__description {
		margin-bottom: 60px;
	}
}

.about-us-text {
	opacity: 0.8;
}

.logo {
	width: 75px;
	height: 50px;
	position: relative;
}

.quotes {
	font-size: 25px;
	position: relative;
	top: 4px;
}

.white-logo:not(.is-visible) {
	opacity: 0;
}

.colored-logo:not(.is-visible) {
	opacity: 0;
}

.logo-img {
	max-height: 50px;
	position: absolute;
	top: 0;
	transition: 0.3s all ease-out;
	left: 50%;
	transform: translateX(-50%);
}

.login-btn {
	display: block;
	background-color: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 2px 15px;
	border-radius: 30px;
	font-size: 13px;
	margin-left: auto;
	margin-right: 0;
}

.login-btn.is-changed {
	border-color: #333333;
	color: #333333;
}

.registration-btn {
	display: block;
	background-color: transparent;
	border: 2px solid #00e676;
	color: rgb(51, 51, 51);
	padding: 4px 30px;
	border-radius: 30px;
	margin-left: 15px;
	background-color: #00e676;
	transition: 0.3s all ease-out;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05), 0 0px 8px 0 rgba(0, 0, 0, 0.05),
		0 1px 3px -1px rgba(0, 0, 0, 0.05);
	font-size: 13px;
}

.page-footer ul.footer-nav li {
	margin-right: 20px;
}

.grey-section {
	background-color: rgb(248, 248, 248);
	/* padding-top: 60px;
	padding-bottom: 60px; */
}

@media (max-width: 991px) {
	.registration-btn {
		padding: 2px 15px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.mockup .left {
		position: relative;
	}
	#process .feature-box {
		display: flex;
		flex-direction: row;
	}
	.page-footer ul.footer-nav li {
		display: block;
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.registration-btn {
		padding: 0px 11px;
		margin-left: 15px;
		margin-right: 15px;
		font-size: 10px;
	}
	.login-btn {
		padding: 0px 11px;
		font-size: 10px;
	}
	.btn {
		padding-left: 25px;
		padding-right: 25px;
	}
}

.registration-btn:hover {
	border: 2px solid #1892d3;
	background-color: #1892d3;
	color: white;
}

.questions-image {
	max-width: 100%;
}

@media (max-width: 576px) {
	.logo {
		height: 40px;
	}
	.logo-img {
		max-height: 40px;
	}
	.questions-image {
		margin-top: 35px;
		display: none;
	}
}

.mobile-mockup {
	max-height: 600px;
}

.mobile-mockup-container {
	position: relative;
}

/* .mockup-container {
	position: relative;
} */

.mockup-animation-container {
	width: 100%;
	height: 100%;
}

.browser-image {
	width: 900px;
}

.mockup-phone-container {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 52%;
	transform: translateY(-50%);
}

.main-mockup-phone {
	width: 184px;
	position: relative;
	z-index: 1;
}

.main-mockup-phone-screenshot {
	position: absolute;
	/* top: 32px;
	z-index: 0;
	max-width: 272px !important;
	left: 11px;
	height: 538px;
	width: 266px; */
	top: 11px;
	z-index: 0;
	max-width: 272px !important;
	left: 13px;
	height: 345px;
	width: auto;
}

.phone-container-primary {
	position: relative;
	z-index: 50;
}

.mockup-primary {
	z-index: 1;
	position: relative;
}

.mockup-phone-notification {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 87%;
	z-index: 0;
}

::-webkit-scrollbar-thumb {
	border-radius: 0 !important;
}

.mockup-phone-screenshot {
	position: absolute;
	top: 77px;
	left: 19px;
	width: 85%;
	z-index: 0;
	height: 83%;
}

@media (max-width: 1544px) {
	.mockup-container {
		width: 735px;
	}
	.mockup-screenshot {
		top: 27px;
		left: 124px;
		width: 480px;
	}
	.mockup-phone-container {
		right: 50px;
		top: 52%;
	}
	.main-mockup-phone {
		width: 155px;
	}
	.main-mockup-phone-screenshot {
		top: 9px;
		left: 11px;
		height: 291px;
	}
	.container-wide {
		max-width: 1230px;
	}
}

@media (max-width: 1285px) {
	.mockup-container {
		width: 660px;
	}
	.mockup-screenshot {
		top: 25px;
		left: 111px;
		width: 431px;
	}
	.mockup-phone-container {
		right: 50px;
		top: 52%;
	}
	.main-mockup-phone {
		width: 140px;
	}
	.main-mockup-phone-screenshot {
		top: 9px;
		left: 9px;
		height: 261px;
	}
	.container-wide {
		max-width: 1230px;
	}
}

.two-mockups {
	justify-content: flex-end;
}

.mockup-phone-screenshot-large {
	top: 86px;
	left: 21px;
	position: absolute;
	width: 87%;
	z-index: 0;
	height: 84%;
}

.mockup-secondary {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	top: 30px !important;
	left: -175px !important;
	width: 90% !important;
	z-index: 0 !important;
	transition: 0.3s all ease-out;
}

.device-slider .slider-wrapper {
	position: absolute !important;
	width: 86% !important;
	top: 86px !important;
	left: 21px !important;
	z-index: 10;
}

.device-slider .slick-slider {
	padding: 0 !important;
}

.device-slider .slick-list {
	border-radius: 30px;
}

.main-device {
	z-index: 1;
	position: relative;
}

@media (max-width: 1260px) {
	.mockup-secondary {
		left: -110px !important;
	}
}

.mockup-secondary .mockup-phone-notification {
	left: 17px;
	top: 18px;
}

.mockup-phone-above {
	z-index: 5;
	position: relative;
}

.subtitle {
	font-weight: 400;
	font-family: 'Raleway';
	font-style: normal;
}

.process-slider .feature-box.icon-right .content {
	margin-right: 0;
}

.process-slider .feature-box.icon-left .content {
	margin-left: 0;
}

@media (max-width: 991px) {
	.process-slider .feature-box.icon-left .content {
		margin-left: 15px;
	}
	.footer-logo-container {
		margin-bottom: 20px;
		justify-content: center;
	}
}

.device-slider .device {
	position: relative;
}

.faqs-accordian .device {
	position: absolute;
}

.feature-box.icon-left .icon::before,
.feature-box.icon-right .icon::before {
	border-color: transparent;
}

.centered-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-mockup-image {
	position: absolute;
	border-radius: 20px;
	max-height: 535px;
	width: 259px;
	top: 35px;
	left: 10px;
}

.mockup-browser {
	background-color: white;
	/* width: 900px;
	height: 510px; */
	width: 825px;
	height: 472px;
	border-radius: 10px;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mockup-browser__header {
	background-color: #f7f7f7;
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.mockup-browser__dots {
	display: flex;
	padding-right: 20px;
}
.mockup-browser .dot {
	background-color: #e4e4e4;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 10px;
}
.mockup-browser__search-bar {
	height: 60%;
	background-color: #ffffff;
	width: 50%;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 0 20px;
}
.mockup-browser__url {
	margin: 0;
	font-family: 'Roboto';
	opacity: 0.6;
}
.mockup-browser__navigation {
	display: flex;
	align-items: center;
	margin-left: auto;
	width: 10%;
	padding: 0 20px;
}
.mockup-browser .arrow {
	background-color: white;
	padding: 5px;
	margin-right: 5px;
	border-radius: 5px;
	color: #636363;
}
.mockup-browser__content {
	height: calc(100% - 50px);
	overflow: hidden;
}

.arrow-down {
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	animation-name: point-down;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

.arrow-down:after {
	display: inline-block;
	font-weight: normal;
	content: '\f078';
	font-family: 'FontAwesome';
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	color: white;
	font-size: 25px;
}

@keyframes point-down {
	0% {
		transform: translate3d(-50%, 0, 0);
	}
	50% {
		transform: translate3d(-50%, 20%, 0);
	}
	100% {
		transform: translate3d(-50%, 0, 0);
	}
}
