@charset "UTF-8";
/* CSS Document */
@media handheld, screen and (max-width: 499.98px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	.mobile-montage .header-img-1 {
		width: 250px;
		height: auto;
	}
	.mobile-montage .header-img-2 {
		margin-left: -100px;
	}
	.mobile-montage .header-img-2,
	.mobile-montage .header-img-3 {
		width: 100px;
		height: auto;
	}
	.mobile-montage .header-img-3 {
		margin-left: -6px;
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	.privacy-img-1 {
		width: 300px;
		height: auto;
	}
	.purple-spotlight {
		display: none;
	}
	.header-montage-holder {
		min-height: 240px;
		margin-left: 0;
	}
	.publishing-image-holder {
		width: 360px;
	}
	.headline {
		margin-bottom: 3rem;
	}
	.homepage-header-upper-app-download-holder {
		display: block;
	}
	.homepage-header-lower-app-download-holder {
		display: none;
	}

}

@media handheld, screen and (min-width: 500px) {
	h1 {
		font-size: 4rem;
	}
	h2 {
		font-size: 3rem;
	}
	.mobile-montage .header-img-1 {
		width: 500px;
		height: auto;
	}
	.mobile-montage .header-img-2 {
		margin-left: -200px;
	}
	.mobile-montage .header-img-2,
	.mobile-montage .header-img-3 {
		width: 220px;
		height: auto;
	}
	.mobile-montage .header-img-3 {
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		margin-left: 6px;
	}
	.privacy-img-1 {
		width: 450px;
		height: auto;
	}
	.purple-spotlight {
		display: block;
	}
	.header-montage-holder {
		min-height: 540px;
		margin-left: 24px;
	}
	.publishing-image-holder {
		width: 450px;
	}
	.headline {
		margin-bottom: 3rem;
	}
	.homepage-header-upper-app-download-holder {
		display: none;
	}
	.homepage-header-lower-app-download-holder {
		display: block;
	}

}

@media handheld, screen and (max-width: 799.98px) {
	.right-column,
	.left-column {
		width: 100%;
	}
	/* .publishing-image {
		margin-left: -20%;
	} */
	.main-menu ul {
		display: none;
	}
	.faded-tilted-bottom-img {
		width: 500px;
		right: -50px;
	}
	#workspace.section {
		min-height: 1150px;
	}
	#workspace.section.white-bottom-gradient.light::after {
		display: none !important;
	}

	#workspace.section .faded-tilted-bottom-img {
		transform: none;
	}
}

@media screen and (min-width: 800px)  {
	.right-column,
	.left-column {
		width: calc(50% - 32px);
		min-width: 400px;
	}
	.main-menu ul {
		display: block;
	}
	.faded-tilted-bottom-img {
		width: 760px;
		right: 50px;
	}
	#workspace.section {
		min-height: 850px;
	}
}

@media screen and (min-width: 1600px)  {
	.faded-tilted-bottom-img {
		width: 1000px;
		right: 50px;
	}
	#workspace.section {
		min-height: 1000px !important;
	}
}

html, body {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	overscroll-behavior: none;

	font-family: 'Poppins', sans-serif;

	font-size: 18px;
	line-height: 1.75;
	color: var(--text-dark);
	font-weight: 300;



	/* min-height: 100vh;
    height: 100vh;
    width: 100vw;
    overflow: hidden; */
}

body.pink {
	/*background: radial-gradient(white, #faf7ff); /* #fbf7ff */
	/* background-image: url('../images/media/background_pink.jpg'); */
	background-repeat: no-repeat;
	background-size: cover;

	height: 100vh;

	background: linear-gradient(135deg, rgb(250 247 254), rgb(164 178 255));
}

body * {
	z-index: 1;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
h1 {
	margin-bottom: 5rem;
}
h2 {
	margin-bottom: 2rem;
	margin-top: 0;
}

body.terms {
	font-size: 1rem;
}
body.terms h2 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	margin-top: 3rem;
}
h5 {
	font-size: 1.1rem;
	opacity: 1;
	margin-bottom: 24px;
}
p.subtitle {
	font-weight: lighter;
	font-size: 1.5rem;
	line-height: 1.5;
}


p.intro_subtitle {
	/*text-transform: uppercase;*/
	font-family: 'Nunito', Helvetica, sans-serif;
	font-weight: 200;
	font-style: normal;
	text-align: center;
	margin: 0;
	padding: 16px 0 16px 0;
	line-height: 36px;
	font-size: 30px;
}

.homepage-header-upper-app-download-holder a,
.homepage-header-lower-app-download-holder a {
	text-decoration: none;
}

.logo {
	position: relative;
	margin: auto;
	padding: 0;
	background: url('../images/logo/flurrio-logo_1024.png') no-repeat;
	background-size: contain;
	background-position: center;
}
.logo.small {
	background: url('../images/logo/flurrio-logo_256.png') no-repeat;
	background-size: contain;
	background-position: center;
}
.footer .logo {
	width: 200px;
	height: 32px;
	text-align: left;
	display: inline-block;
	background-position: left center;
	filter: saturate(0) brightness(5);
	margin-bottom: 24px;
}

p.right_justify {
	text-align: right;
}



.content-holder {
	width: calc(100% - 24px);
	max-width: 1000px;
	margin: auto;
	padding: 0 12px;

	position: relative;
}

.main-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 75px;

	font-size: 1rem;

	padding: 0;
	z-index: 1000;

	background-color: transparent;
	color: white;

	transition: background-color 0.5s ease, color 0.5s ease, box-shadow 0.5s ease;

	user-select: none;
}
.main-menu a,
.main-menu a:visited,
.main-menu a:active,
.main-menu a:focus {
	color: inherit;
	text-decoration: none;
}
.main-menu.opaque {
	background-color: white;
	color: var(--text-dark);

	box-shadow: 0 2px 4px 0 #0000002a;
}
.main-menu:not(.opaque) .login-btn {
	background-color: white; /* #f4f4f4; */
	color: var(--text-dark);
}

.main-menu .main-logo-holder {
	position: absolute;
	top: -8px;
	left: 0;
	width: 100px;
	height: 50px;

	background-image: url('../images/logo/flurrio-logo_1024.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

	transition: filter 0.5s ease;
}
.main-menu:not(.opaque) .main-logo-holder {
	filter: saturate(0) brightness(5);
}

.main-menu .main-logo-holder, .footer .logo {
	cursor: pointer;
}

.main-menu .main-menu-holder {
	position: relative;
	padding-left: 112px;
	padding-right: 170px;

	margin-top: 18px;
}

.main-menu .main-login-holder { 
	position: absolute;
	text-align: right;
	top: -2px;
	right: 0;
	width: 180px;
	height: 50px;
}

.main-menu ul {
	margin: 18px 8px 8px 8px;
	padding: 0;
}
.main-menu ul li {
	position: relative;
	display: inline-block;
	list-style-type: none;
	padding: 8px 12px;
	margin: 0;

	cursor: pointer;

	border-bottom: 2px solid transparent;

	transition: border-color 0.25s ease;
}
.main-menu ul li:hover {
	border-color: inherit;
}
.main-menu ul li ul li:hover {
	border-color: transparent;
	text-decoration: underline;
}

.main-menu ul li ul {
	display: none;
	opacity: 0;
	position: absolute;
	top: 16px;
	left: 0;
	min-width: 300px;

	background-color: white;
	color: var(--text-dark);
	border-radius: 8px;
	box-shadow: 0 0 4px 0 #0000002a;

	transition: opacity 0.5s ease;
	padding: 12px;
}
.main-menu ul li ul li {
	display: block;
	padding: 12px 8px;
}
.main-menu ul li:hover ul,
.main-menu ul li:active ul,
.main-menu ul li:focus ul {
	display: block;
	opacity: 1;
}





/* .section p {
	margin-bottom: 42px;
	line-height: 36px;
} */

.section ul {
	margin-top: 32px;
}
.section li {
	margin-bottom: 32px;
	position: relative;
	list-style-type: none;
}
li.check-mark::before {
	content: '';
	position: absolute;
    top: 6px;
    left: -32px;
    width: 18px;
    height: 18px;

    background-image: url(../images/icons/check2-square-green.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.section {
	margin: 0;
	padding: 160px 0;
	display: block;
	width: 100%;

	overflow: hidden;
}

.section .subsection {
	margin-bottom: 200px;
}

.section.purple {
	background: linear-gradient(135deg, rgb(133, 17, 108), rgb(100, 13, 104));
	color: white;
}
.section.white {
	background: white;
}
.section.white.gradient {
	background: linear-gradient(135deg, rgb(255, 255, 255) 50%, rgb(223 225 231));
}

.section.blue {
	background: linear-gradient(135deg, rgb(91 111 194), rgb(18 19 27));
	color: white;
}
.section.black {
	background: linear-gradient(180deg, rgb(69 68 68), rgb(24 24 24));
	color: white;
}


.section.header {
	padding-top: 175px;
}








.right-column,
.left-column {
	display: inline-block;

	padding: 12px;

	vertical-align: middle;
	position: relative;
}

.right-column .right-column,
.right-column .left-column,
.left-column .right-column,
.left-column .left-column {
	min-width: unset;
	
}

.footer .left-column,
.footer .right-column {
	vertical-align: top;
}

.footer {
	color: #d7d6d6 !important;
	font-weight: lighter;
	font-size: .9rem;
}
.footer ul {
	padding-left: 0;
}
.footer ul li {
	list-style-type: none;
	margin-bottom: 16px;
	/* padding: 8px 0; */
	/* font-size: 1rem; */
}

.footer h5 {
	color: white;
}

.footer a,
.footer a:visited,
.footer a:active,
.footer a:focus {
	color: inherit;
	text-decoration: none;
}
.footer a:hover {
	color: white;
}
.section.footer {
	padding-top: 84px;
	padding-bottom: 0;
}

/* .footer .left-column {
	max-width: 200px;
	min-width: auto;
} */



.google-play-badge,
.apple-app-store-badge {
	display: inline-block;
	vertical-align: middle;
	width: 180px;
	height: 50px;
	margin: 8px;

	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.google-play-badge {
	background-image: url('../images/media/google-play-badge.png');
	background-size: 180px;
}
.apple-app-store-badge {
	background-image: url('../images/media/apple-app-store-badge.svg');
}



.mobile-montage {
	position: absolute;
	top: 0;
	left: 12px;

	width: 800px;

	margin-top: 18px;
}



.mobile-montage .header-img-1,
.mobile-montage .header-img-2,
.mobile-montage .header-img-3,
.privacy-img-1 {


	max-width: 100%;

	display: inline;
	vertical-align: middle;
	z-index: 2;
}
.mobile-montage .header-img-1,
.mobile-montage .header-img-2,
.privacy-img-1 {
	border-radius: 12px;
}
.mobile-montage .header-img-1,
.mobile-montage .header-img-2,
.mobile-montage .header-img-3 {
	box-shadow: 0 0 50px 2px #00000066;
}
.mobile-montage .header-img-2 {
	transform: scale(1.15);
	z-index: 3;
}



.purple-spotlight {
	position: absolute;
	left: 50%;
    top: 75%;
    width: 250%;
    height: 100%;
	background: radial-gradient(#e66465, #e66465aa 25%, #9198e500 60%);
	z-index: 0;

	transform: translate(-50%, -30%);
	opacity: 0.65;
}


.right-column.publishing {
	min-height: 500px;
	position: relative;
}


.section-bottom-img-holder {
	padding-top: 32px;
	width: 100%;
	text-align: center;
}
.section-bottom-img-holder img {
	width: 100%;
	max-width: 1200px;
	height: auto;
}

.publishing-image-holder::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;

	width: 50%;
	height: 100%;

	border-radius: 12px;
	background: #FFFFFF99;

	transform: translateX(-50%);
}

.publishing-image {
	/* width is set in media query by the parent */
	width: 100%;
    height: auto;
    /* margin-top: -50px; */
	position: relative;
}


.profile-screenshots {
	position: absolute;
    left: -200px;
    top: -200px;
    width: 50%;
	height: auto;

	transform: rotate(-30deg);
}

#express.section::before,
#workspace.section::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0%;
	width: 100%;
	height: 100%;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;

	opacity: .85;
	z-index: -1;
}
#express.section::before {
	background-image: url('../images/media/profile-screenshots.jpg');
}
#workspace.section::before {
	/* background-image: url('../images/media/profile-screenshots.jpg'); */
}
#workspace.section {
	/* min-height: 850px; */
	perspective: 1400px; /* Controls depth effect */

}

.faded-tilted-bottom-img {
	position: absolute;
	z-index: 0;
	
	height: auto;
	
	bottom: 0;
	
	transform: rotateY(-10deg); /* Tilts image backward */
	transform-origin: center center;
	transition: transform 0.3s ease;

}








.plans .card {
	min-width: 18rem;
	display: block;
	
	vertical-align: top;

	margin: 0 8px 48px 8px;

	position: relative;

	padding: 0;
}
.plans .card:not(.full-width){
	max-width: 18rem;
	display: inline-block;
}
.plans .card.support-us-tag {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.plans .card.support-us-tag::before {
	content: attr(message);
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	height: auto;
	line-height: 2rem;
	font-size: 1rem;
	/* background-color: var(--btn-primary-thirdtrans); */
	background: linear-gradient(45deg, #007bffb3, #c600ff);
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

	border: 1px solid var(--bs-card-border-color);
	border-bottom: none;
}

.plans .card h5 {
	margin-bottom: 0;
}
.plans .card p.plan-description {
	margin-top: 8px;
	opacity: 0.5;
	font-size: 15px;
}

.plans .card-header {
	padding: 16px;
	text-align: center;
	background-color: unset;
	border-bottom: none;
}
.plans .card-body {
	/* margin-top: 12px; */
	margin-bottom: 12px;
	min-height: 275px;
}


.plans ul.feature-list {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
}

.plans ul.feature-list li {
	line-height: 22px;
	margin-bottom: 8px;
}

.plans ul.feature-list li.included,
.plans ul.feature-list li.excluded {
	padding-left: 22px;
}
.plans ul.feature-list li.tab-in {
	padding-left: 36px;
	font-style: italic;
}
.plans ul.feature-list li.italic {
	font-style: italic;
}
.plans ul.feature-list li.excluded {
	opacity: 0.5;
}
.plans ul.feature-list li.included::before,
.plans ul.feature-list li.excluded::before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;

	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center;

}

.plans ul.feature-list li.included::before {
	background-image: url('../images/icons/check-green-v2.svg');
}
.plans ul.feature-list li.excluded::before {
	background-image: url('../images/icons/x-black.svg');
	background-size: 10px;
}



.plans .card-holder {
	text-align: center;
}
.plans .card {
	display: inline-block;
}

.plans .card-footer {
	padding: 16px;
}
.plans .plan-name {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 0;
	
}
.plans .pricing {
	font-size: 2.5rem;
	font-weight: bold;
	opacity: 0.75;
	margin-bottom: 0;
}
.plans .pricing-unit {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	opacity: 0.75;
	margin-bottom: 0;
}

.plans .pricing-button-holder {
	padding: 36px 8px;
	text-align: center;
}


.inline-icon {
	display: inline-block;
	height: 100%;
	width: auto;
	margin: 0 8px 2px 0;
}
.heading-icon {
	display: inline-block;
	height: 50px;
	width: 100%;
	margin: 24px 0 24px 0;
	object-fit: contain;
	opacity: .65;
}
.card.feature-card {
	max-width: 350px;
	font-size: 1rem;
	box-shadow: none;
	padding: 8px;
}
.card.feature-card .card-header {
	background: none;
	border: none;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1.5rem;
	text-align: center;
}

.card.feature-card.clear {
	background: rgba(255, 255, 255, .2);
	border-color: #eeeeee70;
	color: white;
}
.card.feature-card.clear .inline-icon,
.card.feature-card.clear .heading-icon {
	filter: invert(1);
}