@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #FFFFFF;
}

body::-webkit-scrollbar {
    display: none;
}

a {
    text-decoration: none;
}

h1 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}

h3 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
}

p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

ul {
    list-style: none;
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
}


/* HEADER */
header {
    background-color: transparent;
    width: 100%;
    position: sticky;
    z-index: 10;
    top: 0;
}

nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

nav ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: none;
}

nav ul li {
    margin: 50px 65px 0 65px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    background-color: #FFFFFF;
    padding: 10px 25px;
    border-radius: 100px;
}

nav ul li a {
    color: #000000;
}

#logo {
    max-width: 108px;
}

@media only screen and (min-width: 640px) {
    #hamburger {
        display: none;
    }
}


/* MAIN */
main {
    transform: translateY(-8vh);
    width: 100%;
}

.gap {
    margin: 16px 0;
}

.download-button {
    width: 150px;
    max-width: 150px;
    margin: 0 10px;
}


/* LANDING AREA */
#landing-area {
    display: flex;
    flex-direction: column;
    height: 100vh;
    border-bottom: 1px white solid;
}

#introduction {
    font-size: 56px;
}

#powered-by {
    font-size: 24px;
}

#fade {
    background-image: linear-gradient(to bottom, transparent, #FFFFFF);
    position: absolute;
    height: 150px;
    width: 100%;
    bottom: 0;
    z-index: 3;
}

#what-users-say-area {
    height: 100vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    font-size: 35px;
}

#maximize-what-you-can-do-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
    font-size: 35px;
}

.center-align {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#serbiz-ai {
    background-image: linear-gradient(to right, #F684FF, #946DFF, #946DFF, #946DFF);
    color: transparent;
    background-clip: text;
    font-weight: 600;
}

#what-you-have {
    background-image: linear-gradient(to right, #EA6969, #C934BC, #C934BC);
    color: transparent;
    background-clip: text;
    font-weight: 600;
}

#middle-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}


/* HOW IT WORKS AREA */
#how-it-works-area {
    height: 110vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hustler-reader {
    overflow: hidden;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.hustler {
    display: flex;
    flex-direction: row;
    width: 100%;
    transition: transform 0.5s ease;
    max-width: 100vw;
    margin: auto 0;
}

.hustler-page {
    min-width: 100%;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}


.hustler .hustler-page video {
    max-height: 80vh;
}

.hustler-description .label {
    color: #F142E5;
    font-size: 35px;
}

.hustler-description h1 {
    font-size: 50px;
    font-weight: 600;
}

.hustler-description h1 span {
    text-decoration: underline;
    font-size: 50px;
}

.hustler-description h2 {
    font-size: 30px;
    font-weight: 500;
}

.hustler-description h3 {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
}

.hustler-description h3 div {
    color: #979797;
    margin: 20px 0 0 0;
}

.navigation {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav-btn {
    background-color: #F7F7F7;
    color: #000000;
    border: none;
    border-radius: 100px;
    padding: 14px 18px;
    margin: 0 15px;
    font-size: 24px;
    outline: none;
}

.indicator {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.page-indicator {
    background-color: #000000;
    border-radius: 100px;
    margin: 0 2.5px;
    height: 15px;
    width: 15px;
    outline: none;
}

#lister-area {
    height: 110vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lister-reader {
    overflow: hidden;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.lister {
    display: flex;
    flex-direction: row;
    width: 100%;
    transition: transform 0.5s ease;
    max-width: 100vw;
    margin: auto 0;
}

.lister-page {
    min-width: 100%;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.lister .lister-page video {
    max-height: 80vh;
}

.lister-description .label {
    color: #701BD1;
    font-size: 35px;
}

.lister-description h1 {
    font-size: 50px;
    font-weight: 600;
}

.lister-description h1 span {
    text-decoration: underline;
    font-size: 50px;
}

.lister-description h2 {
    font-size: 30px;
    font-weight: 500;
}

.lister-description h3 {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
}

.lister-description h3 div {
    color: #979797;
    margin: 20px 0 0 0;
}


/* SWITCH AREA */
#purple-gradient {
    background-image: linear-gradient(to right, #EB8AFF, #643098);
    color: transparent;
    height: 200px;
}

#purple-gradient h2 {
    color: #FFFFFF;
    font-size: 50px;
}

#hustler-mode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#hustler-mode h3 {
    color: #000000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 15px 0 0 0;
}

#hustler-mode h3 span {
    color: #E66FEF;
}

#lister-mode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#lister-mode h3 {
    color: #000000;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 15px 0 0 0;
}

#lister-mode h3 span {
    color: #645689;
}

#switch-area {
    display: flex;
    flex-direction: row;
    height: 90vh;
    margin: 150px 0 0 0;
    font-size: 35px;
    align-items: center;
    justify-content: center;
}

#switch-arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    margin: 0 50px;
}

.right-arrow {
    transform: translateY(10px);
}

.left-arrow {
    transform: translateY(-10px);
}


/* COMMENTS AREA */
#grid-notes {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: auto;
    gap: 15px;
    margin: 25px auto 0;
    max-width: 1200px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
}

.grid-item {
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: left !important;
    justify-content: space-between;
}

.grid-item span {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: 15px 0 0 0;

}

.yellow {
    background-color: #FCFFCF;
    grid-column: span 3;
    grid-row: span 2;
}

.blue {
    background-color: #CFF9FF;
    grid-column: span 2;
    grid-row: span 2;
}

.orange {
    background-color: #FFE0D0;
    grid-column: span 2;
}

.purple {
    background-color: #E1CFFF;
    grid-column: span 2;
    grid-row: 3;
}

.pink {
    background-color: #FFC3DF;
    grid-column: span 3;
    grid-row: 3;
}

.violet {
    background-color: #E1CFFF;
    grid-column: span 2;
    grid-row: span 2;
}


/* FOOTER */
footer {
    width: 100%;
    background-color: #FEF9FF;
    bottom: 0;
    padding: 75px 150px;
}

footer section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer section ul li {
    font-family: "Plus Jakarta Sans", sans-serif;
}

footer section ul li img {
    max-width: 300px;
    font-weight: 400;
    margin: 0 0 16px 0;
}

#contact-us {
    font-size: 50px;
    margin: 0 0 16px 0;
}

#email {
    font-size: 25px;
}

#copyright-serbiz {
    font-size: 20px;
}