@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    color: #101010;
}

a {
    text-decoration: none;
}

.flex {
    display: flex;
}

.main-cnt {
    background-image: url('../images/background.png');
    background-size: cover;
    background-position: center;
}

.main {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 30px;
    box-shadow: 0px 0px 10px 10px rgba(#000, 0.8);
    /* background: linear-gradient(to top right, rgba(0,0,0,1) 0%, rgba(28,24,46,.8) 40%, rgba(28,24,46,.8) 60%, rgba(0,0,0,.9) 100%); */
    /* background: linear-gradient(to top right, rgba(28,24,46,1) 0%, rgba(28,24,46,.94) 70%, rgba(28,24,46,.9) 100%); */

    background: linear-gradient(to top right, rgba(10, 10, 10, 0.6) 0%, rgba(10, 10, 10,.4) 70%, rgba(10, 10, 10,.5) 100%);
    /* background: linear-gradient(to top right, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255,.6) 70%, rgba(255, 255, 255,.7) 100%); */
}

.main-head {
    width: 100%;
    max-width: 1300px;
    justify-content: space-between;
}
.main-head .logo {
    width: 180px;
    height: 70px;
    display: block;
    /* margin-bottom: 50px; */
}
.main-head .logo img {
    width: 100%;
    height: auto;
}

.main-wrapper {
    max-width: 1300px;
    justify-self: center;
    /* flex: 2; */
    align-items: center;
    width: 100%;
    padding: 50px 55px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.6);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
    margin: auto;
}

.main-left,
.main-right {
    width: 50%;
}

/* Left */

.main-left {
    width: calc(50% - 100px);
    padding-right: 100px;
    border-right: 1px solid #99978e;
}

.app-title {
    margin-bottom: 20px;
    color: #101010;
    font-weight: 100;
    letter-spacing: 1px;
}

.app-title span {
    margin-bottom: 20px;
    color: #FF71A1;
    font-weight: 800;
}

.app-powered {
    margin-bottom: 3em;
    opacity: 0.8;
}

.app-powered p {
    display: flex;
}

.app-powered a {
    display: flex;
}

.app-powered-img {
    width: 20px;
    height: 20px;
    margin: 0 5px 0 10px;
}

.lyra {
    font-weight: bold;
    color: #FF71A1;
}
.app-resolution {
    font-size: 14px;
	margin-bottom: 40px;
}

.app-resolution p {
    margin-bottom: 10px;
}

.app-resolution b {
    color: #101010;
}

.cta {
    margin-top: 20px;
    padding: 10px 15px;
    border: 2px solid #0095FF;
    color: #0095FF;
    border-radius: 25px;
    background: transparent;
    width: 110px;
    transition: background .3s ease;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.cta:hover {
    background: #0095FF;
    color: #101010;
}

.separator {
    /* border-top: 1px solid #101010; */
    /* margin-top: 50px; */
    margin-bottom: 50px;
    width: 100%;
    height: 1px;
    opacity: .25;
}

.resources p {
    margin-bottom: 10px;
    transition: all .3s ease;
}

.resources p a:hover {
    color: #0095FF;
}

/* Right */

.main-right {
    width: 50%;
    max-width: 450px;
    flex: 2;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
}

.device-wrapper {
    width: 100%;
    max-width: 700px;
    /* display: flex; */
    flex-wrap: wrap;
}

.device-wrapper img {
    /* border: 1px solid #f2f2f2;
    box-shadow: 5px 5px 25px -10px rgba(0,0,0,0.5);
    width: 100%;
    height: auto; */
}

.huu-box-heading {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 30px 0 5px;
}

.huu-box-descr {
    font-size: 14px;
    /* font-weight: 600; */
    text-align: center;
    margin: 0 0 10px;
}

.huu-box {
    min-width: 220px;
    /* height: 150px; */
    display: inline-flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    padding: 12px 15px;
    color: white;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin: 10px auto;
    transition: all .3s ease;

    cursor: pointer;
}
.huu-box:hover {
    transform: scale(1.1);
}

.huu-box-second, 
.huu-box-third {
    /* width: 180px;
	height: 130px; */
}
	
.huu-box-second svg path {
	fill: #101010;
}


/* .huu-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(-15deg);
    transition: all .3s ease;
    border-radius: 20px;
    opacity: .4;

    z-index: -1;
} */

/* .huu-box:hover::before {
    transform: rotate(-10deg);
} */

.huu-box p {
    font-size: 12px;
    opacity: 1;
}

.huu-box-first::before {
    background: linear-gradient(0deg, #dbaf74 0%, #DABD96 100%);
    background: linear-gradient(0deg, #ff518c 0%, #FF71A1 100%);
}

.huu-box-first {
    background: linear-gradient(0deg, #dbaf74 0%, #DABD96 100%);
    background: linear-gradient(0deg, #ff518c 0%, #FF71A1 100%);
}

.huu-box__wrapper {
    display: flex;
    justify-content: center;
    /* margin-bottom: 30px; */
}

.js-huu-box-uat {
    display: none;
}

.js-huu-box-uat.is-visible {
    display: flex;
}

.huu-box__wrapper.first {
    /* margin-bottom: 30px; */
}

.huu-box__wrapper .ipad-link {
    margin-left: 125px;
    font-size: 12px;
    color: #DB1782;
    opacity: 1;
}

.huu-box__wrapper.third .ipad-link, 
.huu-box__wrapper.second .ipad-link {
    margin-left: 360px;
    font-size: 12px;
    color: #f0f0f0;
}
.huu-box__wrapper.third .ipad-link {
    margin-left: 160px;
}

.huu-box-second::before {
    background: linear-gradient(0deg, #ff518c 0%, #FF71A1 100%);
    background: linear-gradient(0deg, #e2e2e2 0%, #ffffff 100%);

}

.huu-box-second {
    background: linear-gradient(0deg, #ff518c 0%, #FF71A1 100%);
    background: linear-gradient(0deg, #e2e2e2 0%, #ffffff 100%);
    background: white;
    /* margin-left: 250px; */
    /* pointer-events: none;
    opacity: .6; */
}

.huu-box-third::before {
    background: linear-gradient(0deg, #ff518c 0%, #FF71A1 100%);

}

.huu-box-third {
    background: linear-gradient(0deg, #ff518c 0%, #FF71A1 100%);
	margin-left: 50px;
	margin-top: 30px;
}

.huu-box-third *,
.huu-box-second * {
    /* color: #101010 !important; */
}

.huu-box-third .huu-box-icon,
.huu-box-second .huu-box-icon {
    height: auto !important;
}

.huu-box-icon {
    width: 14px;
    height: 14px;
    margin-left: 10px;
}

.huu-box-title {
    /* margin-bottom: 5px; */
    color: #000;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    /* letter-spacing: 1px; */
}

.huu-box-second .huu-box-title {
    color: #000;
}

.huu-box-resol {
    color: #000;
    font-weight: 100;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
}

.huu-box-second .huu-box-resol {
    color: #000;
}

.thought-of-day {
    font-style: italic;
    /* opacity: 0.7; */
    font-size: 0.9em;
    margin-top: 60px;
}

.thought-of-day label {
    display: block;
    font-weight: 600;
    margin-bottom: 1em;
    color: #101010;
}

.app-modules {
	margin-top: 10px;
	/* display: flex; */
    /* align-items: center; */
	font-size: 14px;
}

.app-modules-docs {
    display: none;
}

.app-modules-docs.is-visible {
    display: inherit;
}

.app-modules-tag {
	font-weight: 600;
    display: flex;
    align-items: center;
    color: #101010;
    /* margin-bottom: 5px; */
}

.app-modules-tag--alt {
    margin-bottom: 8px;
    /* font-size: 16px; */

}
.app-modules-tag span {
    color: #101010;
}

.app-modules-tag-img {
	width: 20px;
    height: 20px;
    margin-right: 10px;
}

.app-modules-text {
	/* font-weight: 600; */
    margin-bottom: 15px;
}

.app-modules-link {
	cursor: pointer;
	background: linear-gradient(0deg, #ff518c 0%, #FF71A1 100%);
	padding: 5px 10px;
	border-radius: 25px;
	/* margin: 0 10px; */
    /* margin-top: 20px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    
	text-decoration: none;
    min-width: 180px;transition: all .3s ease;

    cursor: pointer;
}

.app-modules-link:hover {
    transform: scale(1.1);
}


.app-modules-link:last-of-type {
    /* opacity: .6;
    pointer-events: none; */
}

.app-modules-link--alt {
	background: linear-gradient(0deg, #dbaf74 0%, #DABD96 100%);
}

.app-modules-link--plain {
	background: white;
}

.app-modules-link--big {
	padding: 10px 15px;
}

.app-modules-link-text {
    color: #000;
    /* color: white; */
    font-weight: 600;
}

.app-modules-link-text--plain {
    color: #000;
}

.app-modules-link-img {
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.app-modules-link-img--big {
    width: 15px;
    height: 15px;
}

.app-modules-link.blue {
	cursor: pointer;
	background: linear-gradient(0deg, #ff518c 0%, #FF71A1 100%);
	color: #000;
	font-weight: 500;
	padding: 2px 5px;
	border-radius: 5px;
	margin: 0 10px;

	text-decoration: none;
}