@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&display=swap");
button:focus {
outline: 0;
}
#ph,
#ph a {
background: rgb(218, 85, 47);
color: white;
padding: 0.5em 0;
}
#ph a {
text-decoration: underline;
}
kbd {
background: transparent;
color: rgba(0, 0, 0, 0.9);
font-size: 12px;
border: 1px solid rgba(0, 0, 0, 0.9);
margin: 0 0.2em;
vertical-align: middle;
}
.ph-badge {
position: fixed;
bottom: 1em;
right: 1em;
}
body {
font-family: "Open Sans", "Segoe UI", sans-serif;
color: #111;
overflow-x: hidden;
}
[data-name="mojs-shape"] {
z-index: 1;
pointer-events: none;
position: absolute;
}
nav { }
nav .navbar-left,
nav .navbar-right {
padding: 0.8em 1em;
}
h1 {
font-size: 32px;
line-height: 1.4em;
font-weight: 600;
}
h1 .underline {
text-decoration: underline;
}
h1 .title-light {
display: block;
font-weight: 300;
color: #656fb4;
}
.subtitle {
font-size: 18px;
font-weight: 300;
line-height: 1.8em;
margin: 1em 0 0 0;
color: rgb(82, 95, 127);
}
h2 {
font-size: 24px;
font-weight: 900;
}
h3 {
}
@media only screen and (min-width: 768px) {
h1 {
font-size: 42px;
}
h2 {
font-size: 40px;
}
.subtitle {
font-size: 23px;
}
}
section ul {
padding-inline-start: 1.3em;
list-style-type: none;
}
section li {
margin: 1em 0;
}
section li:before {
font-family: "Font Awesome 5 Free";
content: "\f058";
margin-left: -20px;
margin-right: 10px;
}
.video-btn,
.video-btn:hover {
display: block;
margin: 2em 0;
color: rgba(82, 95, 127, 0.7);
}
.bulk-cta {
display: block;
font-size: 12px;
margin: 1em 0.8em;
}
.bulk-cta,
.bulk-cta:hover {
color: rgba(82, 95, 127, 0.3);
}
.nav-and-header-wrapper { background-color: #fafaff;
background-size: cover;
background-position: right bottom;
background-repeat: no-repeat;
}
header.landing-page-header {
padding: 10vh 0 25vh 0;
}
.hero-browser-demo {
transform: scale(1.3) translateX(50px) translateY(0) perspective(3190px)
rotateY(-29deg) rotateX(4deg) rotate(1deg);
box-shadow: 1px 1px 5px 0 rgba(26, 26, 67, 0.05),
39px 62.5px 125px -25px rgba(50, 50, 93, 0.5),
23.4px 37.5px 75px -37.5px rgba(0, 0, 0, 0.6);
width: 90%;
}
.hero-browser-demo .demo-video {
padding: 0 1.4em 1em 1.4em;
}
.browser-content.demo-video,
.pixels-content {
margin-bottom: -1em;
}
#demo-video { background-size: cover;
background-position: right bottom;
background-repeat: no-repeat;
}
.product-description {
color: rgba(0, 0, 0, 0.7);
margin-top: 1.5em;
font-size: 12px;
}
.bg-left {
padding-top: 1.5em;
padding-left: 12em;
padding-right: 3em;
padding-bottom: 4.5em;
background-size: contain;
background-position: left bottom;
background-repeat: no-repeat;
}
.bg-right {
padding-right: 12em;
}
.main-img {
height: 100%;
width: 100%;
background: rgba(0, 0, 0, 0.05);
}
.btn-cta-navbar,
.btn-cta {
position: relative;
border-radius: 100px;
padding: 0.7em 2em;
background-color: #ffc021;
color: white;
transition: all 0.4s;
z-index: 10;
box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
white-space: nowrap;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.025em;
text-decoration: none;
text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.btn-secondary-cta,
.btn-secondary-cta:hover {
background-color: #ffffff !important;
color: #6772e5 !important;
text-shadow: none !important;
}
.btn-cta .its-free {
color: rgba(255, 255, 255, 0.6);
padding: 0 0.2em;
}
.btn-cta-navbar {
border: 1px solid #656fb4;
color: #656fb4;
background: white;
padding: 0.5em 1.2em;
font-size: 12px;
}
.btn-cta-navbar:hover,
.btn-cta:hover {
background-color: #ffd35d;
color: white;
transition: all 0.4s;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(50, 50, 93, 0.11), 0 1px 6px rgba(0, 0, 0, 0.08);
}
.btn-cta-navbar:hover {
background-color: #656fb4;
}
.platforms-supported {
margin: 1em 0;
font-size: 10px;
color: rgba(0, 0, 0, 0.4);
}
.bottom-cta .platforms-supported {
color: rgba(255, 255, 255, 0.9);
} .strip-separator {
margin-top: -50vh;
height: 60vh; background-image: url(/assets/strip-separator.svg);
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
}
section.advantages {
padding: 4em 0 2em 0;
}
.advantage .far,
.advantage .fas {
font-size: 40px;
margin-bottom: 0.5em;
color: #656fb4;
}
.advantage h3 {
font-weight: 600;
font-size: 19px;
margin-bottom: 1em;
}
.advantage p {
font-size: 16px;
font-weight: 400;
color: rgba(0, 0, 0, 0.5);
}
section.first-section {
padding-top: 1em;  background-size: cover;
background-position: center bottom;
background-repeat: no-repeat;
}
section.first-section .far,
section.first-section .fas { font-size: 64px;
margin-bottom: 0.3em;
}
section.first-section h2 {
font-size: 28px;
font-weight: 400;
line-height: 52px;
margin-bottom: 0.5em;
}
section.first-section p {
font-size: 18px;
font-weight: 300;
}
@media only screen and (min-width: 768px) {
section.first-section h2 {
font-size: 34px;
}
section.first-section p {
font-size: 22px;
}
}
.gradient-separator {
height: 6em;
width: 100%;
background: linear-gradient(
0deg,
rgba(0, 0, 0, 0) 0%,
rgba(17, 17, 17, 0.04) 100%
);
}
section.features-container h4 {
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.025em;
}
section.features-container p {
font-size: 16px;
font-weight: 400;
line-height: 32px;
color: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) {
section.features-container h4 {
font-size: 21px;
}
section.features-container p {
font-size: 19px;
}
}
section.features-container .feature-row {
min-height: 60vh;
margin-bottom: 3em;
display: flex;
align-items: center;
justify-content: center;
}
section.features-container li,
section.features-container li:before {
color: #159570;
}
section.features-container .suggest-new-feature {
margin-top: 1em;
}
section.features-container .suggest-new-feature a,
section.features-container .suggest-new-feature i {
color: #656fb4;
}
.feature {
padding: 0 3em;
}
.feature p {
margin-top: 1.5em;
color: rgba(0, 0, 0, 0.75);
}
.edit-browser-left {
transform: scale(0.85) perspective(2038px) rotateY(33deg) rotateX(12deg);
}
.edit-browser-right {
transform: rotate3d(0.5, -0.866, 0, 15deg) rotateZ(1deg);
} section.testimonials {
padding: 0;
font-size: 18px;
font-weight: 400;
}
section.testimonials p {
color: rgba(0, 0, 0, 0.5);
}
@media all and (min-width: 768px) {
section.testimonials {
padding: 3em 0;
}
}
.carousel.slide {
padding-top: 2em; border-radius: 50px;
background: #ffffff;
box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
}
.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230a0a0a' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230a0a0a' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-item {
padding: 0 3em;
}
@media all and (min-width: 768px) {
.carousel-item {
padding: 0 5em;
}
}
.testimonial-name {
margin-top: 1em;
}
.testimonial-name,
.testimonial-name > a {
font-size: 14px;
color: rgba(0, 0, 0, 0.4);
font-weight: 400;
}
.testimonials a {
text-decoration: underline;
} section.social-validation {
padding: 5em 0 20em 0;
}
.social-validation-card {
background-color: #ffffff;
border-radius: 8px;
box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
overflow: hidden;
}
.social-validation-background-container {
transform: skewX(-12deg);
min-height: 20em;
z-index: 2;
overflow: hidden;
margin-left: -3em;
}
.social-validation-background {
position: absolute;
height: 100%;
width: 100%;
background-position: 50%;
background-size: cover;
transform: skewX(12deg) scale(1.3);
overflow: hidden;
}
.social-validation-testimonial {
display: flex;
align-items: center;
justify-content: center;
}
.last-section-separator {
margin-top: -5em;
margin-bottom: -5em;
background-color: #343b5b;
height: 10em;
transform: skewY(-2deg);
}
section.last-section {
padding: 5em 0 10em 0;
background-color: #343b5b;
color: white;
}
section.last-section h2 {
font-size: 32px;
font-weight: 400;
}
section.last-section p {
font-size: 16px;
color: #cfd7df;
font-weight: 300;
padding: 1em 0 2em 0;
}
@media only screen and (min-width: 768px) {
section.last-section h2 {
font-size: 42px;
}
section.last-section p {
font-size: 24px;
}
}
section.last-section .list-title {
font-weight: 600;
letter-spacing: 0.025em;
font-size: 17px;
padding: 1em 0;
text-transform: uppercase;
}
section.last-section li:before {
color: #8085ec;
}
section.last-section li {
color: rgba(255, 255, 255, 0.8);
}
section.last-section .disclaimer {
margin-top: 8em;
color: rgba(255, 255, 255, 0.7);
font-size: 12px;
}
.has-tooltip {
text-decoration: underline;
}
.confetti-wrapper {
position: relative;
height: 50vh;
width: 100%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
#confetti-holder {
position: absolute;
top: 0;
left: 0;
}
.you-did-the-thing {
font-weight: 900;
font-size: 18px;
}
.finished-streak {
border: 2px solid #111;
border-radius: 4px;
padding: 0.3em 0.6em;
}
.you-did-the-thing p {
margin-top: 0.6em;
}
.pro-feature-list {
margin-top: 4em;
}
.pro-feature-list i {
font-size: 4em;
color: rgba(0, 0, 0, 0.75);
margin-bottom: 0.2em;
}
.pro-feature {
position: relative;
}
.pro-feature-list p {
margin: 0;
color: rgba(0, 0, 0, 0.5);
}
.pro-badge {
position: absolute;
border-radius: 4px;
border: 1px solid #fbaa33;
background-color: #fbaa33;
color: white;
font-size: 10px;
padding: 0.2em 0.3em;
top: -1em;
right: -1.8em;
}
section.bottom-cta {
margin: 4em 0 0 0; background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
section.bottom-cta {
margin: 10em 0;
}
}
section.bottom-cta .bottom-cta-card {
background: linear-gradient(90deg, #ff9f0e 0%, #f86416 100%);
background: url(//goedit.me/assets/blue-background.jpg);
background-size: cover;
background-position: center;
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
color: #fafafa;
padding: 5em 1em;
border-radius: 16px;
}
section.bottom-cta .bottom-cta-card .bulk-cta {
color: rgba(255, 255, 255, 0.8);
}
section.bottom-cta .bottom-cta-card.hustl-cta-card {
background-color: hsla(200, 12%, 16%, 1);
background-image: url(https://gohustl.co/images/bg.svg),
linear-gradient(hsla(200, 12%, 11%, 1), hsla(200, 12%, 16%, 1) 15%);
background-repeat: repeat-x;
background-position: center 0, 0 0, 0 0;
}
section.bottom-cta .bottom-cta-card.hustl-cta-card .btn-cta {
color: hsla(200, 12%, 16%, 1);
}
section.bottom-cta h2 {
text-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
}
section.bottom-cta .btn-cta {
background: rgba(255, 255, 255, 0.99); color: #6772e5;
text-shadow: none;
margin-top: 2em;
} .add-to-chrome-popup {
position: fixed;
top: 1em;
right: 2em;
visibility: hidden;
z-index: 10;
}
.add-to-chrome-popup.bounceInDown,
.add-to-chrome-popup.bounceOutUp {
visibility: visible;
}
.add-to-chrome-popup .btn-cta {
font-size: 12px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
} footer,
footer a,
footer a:hover {
color: rgba(0, 0, 0, 0.49);
}
footer hr {
border-top: 1px solid rgba(0, 0, 0, 0.09);
margin-bottom: 4em;
}
footer {
padding: 2em 0;
font-size: 12px;
}
footer h3 {
font-family: "Lato", sans-serif;
font-weight: 200;
font-size: 1.6rem;
line-height: 1.5em;
}
section.signature {
padding: 2em 0;
} .typewriter-container {
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 10px 22px rgba(0, 0, 0, 0.2);
border-radius: 8px; display: flex;
align-items: center;
justify-content: center;
}
.typewriter {
text-align: center;
font-size: 24px;
font-weight: 900;
}
.typewiter-content {
text-decoration: underline;
} .streak-badge-wrapper {
padding: 0 6em;
}
.streak-badge {
border: 3px solid #111;
border-radius: 16px;
font-size: 56px;
padding: 0.5em 0.7em;
width: auto;
text-align: center;
}
.streak-emoji {
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
position: relative;
} .challenge-duration-wrapper {
width: 100%;
height: 100%;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.05);
background-color: white;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 10px 22px rgba(0, 0, 0, 0.2);
}
.duration-item {
border-radius: 4px;
padding: 1em 2em;
}
.duration-item:hover {
cursor: pointer;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 6px rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.01);
}
.challenge-duration-wrapper li {
list-style: none;
}
.challenge-duration-wrapper .duration-item {
padding-top: 1em;
padding-bottom: 1em;
}
.challenge-duration-wrapper .duration-item:not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.challenge-duration-wrapper .duration-item b {
font-size: 1.3em;
}
.challenge-duration-wrapper .duration-item .length-description {
font-size: 14px;
color: rgba(0, 0, 0, 0.6);
margin-top: 0.4em;
word-wrap: break-word;
white-space: normal;
}
.challenge-duration-wrapper .duration-item .length-description i {
display: block;
margin-top: 0.3em;
font-size: 13px;
color: rgba(0, 0, 0, 0.35);
} .browser-container {
display: block;
border-radius: 8px;
max-width: 100%;
max-height: 100%;
overflow: hidden;
margin: 0 auto;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 10px 22px rgba(0, 0, 0, 0.2);
background-color: #fff;
}
.browser-chrome-header {
background: #e8e8e8;
padding: 10px;
}
.browser-buttons {
height: 10px;
width: 10px;
background: #ff5f56;
box-shadow: 20px 0 0 #ffbd2e, 40px 0 0 #27c93f;
border-radius: 50%;
} @media only screen and (max-width: 768px) {
html,
body,
main {
overflow-x: hidden;
} .navbar {
padding: 1.5rem 1.5rem;
}
.nav-and-header-wrapper {
background: none;
background-size: cover;
background-position: 100% 100%;
}
.navbar-toggler {
border: 0;
background: white;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
transition: transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: rotate(0deg);
}
nav.open .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewbox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M 7,7 L 22,22 M 22,7 L 7,22' /%3E%3C/svg%3E");
transition: transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: rotate(-90deg);
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translate3d(0, -20%, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
nav.open .nav {
animation: fadeIn 0.4s ease-in both;
}
nav.open .nav-item {
margin-top: 2em;
font-size: 20px;
}
.nav.navbar-nav {
height: 100vh;
}
.navbar-center {
width: 100%;
padding: 1em 0;
}
.demo-video {
transform: none;
}
header.landing-page-header {
padding: 5vh 0 15vh 0;
}
header .btn-cta {
margin-bottom: 1em;
}
.hero-browser-demo {
margin-top: 3em;
transform: none;
width: 100%;
}
section.advantages .advantage {
margin-top: 1.5em;
}
section.features-container .feature-row {
min-height: 40vh;
margin-bottom: 5em;
}
.feature {
padding: 3em 0;
}
.streak-badge-wrapper {
padding: 0 5em;
}
.streak-badge {
border: 2px solid #111;
border-radius: 12px;
font-size: 24px;
}
section.social-validation {
padding: 0 0 15em 0;
min-height: 0;
}
section.social-validation .testimonial {
padding: 4em 1em;
}
section.bottom-cta {
padding: 10vh 0 15vh 0;
background-image: none;
}
}
.modal-dialog {
max-width: 800px;
margin: 30px auto;
}
.modal-body {
position: relative;
padding: 0px;
}
.close {
position: absolute;
right: -30px;
top: 0;
z-index: 999;
font-size: 2rem;
font-weight: normal;
color: #fff;
opacity: 1;
}
.newsletter {
background: #fafaff;
transform: rotate(-2deg) skew(-2deg);
margin: 7em 0;
padding: 5em 0;
}
.waitlist-notice {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999;
margin: 0;
padding: 0.85em 1em;
text-align: center;
font-size: 14px;
color: #fff;
}
.waitlist-notice-success {
background: #159570;
}
.waitlist-notice-error {
background: #b43f3f;
}
.newsletter h2 {
margin-bottom: 1em;
}
.newsletter p {
padding: 0 15vw;
color: rgba(0, 0, 0, 0.8);
padding-bottom: 0.3em;
}
.newsletter .container {
transform: rotate(2deg) skew(2deg);
}
.waitlist-form .cf-turnstile {
margin: 0.5em 0;
}
.waitlist-modal-form {
display: flex;
flex-wrap: wrap;
gap: 0.6em;
}
.waitlist-modal-form .cf-turnstile {
flex-basis: 100%;
}
.waitlist-modal-form input[type="email"] {
flex: 1 1 260px;
margin-right: 0 !important;
}
@media only screen and (max-width: 768px) {
.waitlist-modal-form input[type="email"],
.waitlist-modal-form .btn-cta {
width: 100%;
}
}
@media only screen and (max-width: 768px) {
.newsletter {
margin: 3em 0;
}
.newsletter .btn-cta {
width: 100%;
}
.newsletter p {
padding: 0;
}
}
.social-validation.index-social-validation {
margin-bottom: 5em;
}
@media only screen and (min-width: 768px) {
.social-validation.index-social-validation {
margin-top: -40vh;
margin-bottom: 15vh;
}
}
.header-clients .laurel-logo {
height: 80px;
}
.header-clients .used-by {
margin-top: 2em;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
}
.header-clients .client-logo {
filter: grayscale();
opacity: 0.6;
height: 30px;
}
.header-clients .client-logo:not(:last-child) {
margin-right: 1.5em;
}