html {
    scroll-behavior: smooth;
}
  
body, body * {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #353535;
    margin: 0px;
}

.container {
    width: 1080px;
    margin: auto;
}

.page_spacer {
    padding-top: 120px;
}

header {
    /* height: 80px;
    width: 1080px; */
    height: 80px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* box-shadow: 0 0 3px rgb(0 0 0 / 15%); */
    /* border-bottom: 1px solid rgba(0,0,0,0.08); */
}

.header_logo {
    height: 48px;
}

.header_nav_separator {
    width: 0px;
    height: 40px;
    border-right: 1px solid rgba(0,0,0,0.2);
}

.header_nav_wrapper {
    width: 100%;
    max-width: 1080px;
    margin: auto;
}

.header_nav {
    width: 100%;
    display: flex;
    align-items: center;
    grid-gap: 18px;
    user-select: none;
}

.header_nav_options {
    text-decoration: none;
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
    user-select: none;
}

.header_nav_options:hover {
    color: #727272;
}

.hearder_nav_current {
    color: rgb(42, 128, 255) !important;
    font-weight: 500;
    border-bottom: 2px solid rgb(42, 128, 255) !important;
}

.header_btn_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-left: auto;
    user-select: none;
}

.join_community_btn, .join_community_btn_bottom {
    display: block;
    width: fit-content;
    padding: 0px 12px;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    outline: none;
    color: #FFFFFF;
    background: linear-gradient(120deg, #0d007e 10%, #000eff 70%);
    /* background: linear-gradient(90.88deg, #5C94FF 0%, #9C52D6 100%); */
    border-radius: 4px;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    margin-right: 12px;
    text-decoration: none;
}

.join_community_btn_bottom {
    margin-left: 6px;
    margin-top: 24px;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    font-size: 17px;
}

.lp_login_btn {
    display: block;
    width: fit-content;
    padding: 0px 12px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    outline: none;
    border-radius: 4px;
    outline: none;
    border: solid 1px rgb(35,35,35);
    font-size: 16px;
    font-weight: 400;
    margin-right: 12px;
    text-decoration: none;
}

.join_community_btn:hover, .join_community_btn_bottom:hover, .lp_login_btn:hover {
    cursor: pointer;
    filter: brightness(110%);
}

.main_text_typewriter {
    font-weight: 700;
    overflow: hidden;
    display: inline-flex;
    /* text-decoration: underline; */
    border-bottom: 3px solid #000000;
}

.main_text_list_wrapper {
    padding: 0;
    list-style: none;
    font-weight: 700;
    height: 1.2em;
    overflow: hidden;
}

.main_text_list_wrapper li {
    font-weight: 700;
}

.main_text_typing_div {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.main_text_typing_img {
    height: 50px;
    max-height: 50px;
    max-width: 65px;
    width: fit-content !important;
}

.main_text_typing_img_obsidian {
    width: 50px !important;
}

h1 span.main_text_cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}

h1 span.main_text_cursor.typing {
    animation: none;
}

@keyframes blink {
    0%  { background-color: #ccc; }
    49% { background-color: #ccc; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100%  { background-color: #ccc; }
}

.top_view {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-top: 90px;
}

.main_text {
    width: min-content;
    margin: auto;
    text-align: center;
}

.main_text_h1 {
    width: 800px;
    font-size: 60px;
    line-height: 1.3em;
    font-weight: bold !important;
    letter-spacing: 0.02em;
}

.main_text p {
    font-size: 20px;
    line-height: 28px;
    margin: auto;
    margin-top: 24px;
    width: 50%;
}

.main_text button, .cta_wrapper button {
    width: 210px;
    height: 44px;
    background: linear-gradient(90.88deg, #5C94FF 0%, #9C52D6 100%);
    border-radius: 6px;
    outline: none;
    border: none;
    color: #FFFFFF;
    font-size: 17px;
    margin-top: 20px;
}

.main_text button:hover, .cta_wrapper button:hover{
    cursor: pointer;
    filter: brightness(110%);
}

.lp_hero {
    margin-top: 100px;
}

.lp_hero img {
    width: 100%;
}

.main_image img {
    width: 600px;
}

.chrome_gif {
    border-radius: 4px;
    box-shadow: rgb(0,0,0,0.1) 0px 0px 20px 10px;
}

.chrome_store {
    margin-top: 20px;
    width: 230px;
}

.chrome_store:hover {
    cursor: pointer;
    filter: brightness(0.95);
}

.features {
    margin-top: 160px;
}

.feature_wrapper, .feature_wrapper_right {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 100px;
    height: 360px;
}

.lp_tutorial_video {
    height: auto !important;
    margin-top: 140px;
}

.feature_wrapper_right {
    justify-content: flex-end;
    margin-right: 50px;
    margin-bottom: 100px;
}

.feature_wrapper img {
    width: 470px;
}

.feature_wrapper_right img {
    width: 470px;
    margin-right: 0px;
    margin-left: 40px;
}

.feature_text_h2 {
    font-size: 32px;
    line-height: 35px;
    font-weight: bold !important;
    letter-spacing: 0.02em;
}

.before_you_go_text_h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold !important;
    letter-spacing: 0.02em;
    margin-top: 80px;
}

.feature_text p {
    width: 420px;
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
}

.lp_featured_authors_wrapper {
    display: grid;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px 16px;
    margin-top: 32px;
    grid-template-columns: auto auto auto auto auto auto;
}

.lp_featured_authors_wrapper img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    cursor: pointer;
    border: 0.1px solid rgba(0,0,0,0.1);
}

.lp_featured_authors_wrapper img:hover {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 4px;
    filter: brightness(1.03);
}

.num_legacy_wraper {
    width: 70%;
    margin: auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.num_legacy_wrap span {
    font-size: 40px;
    font-style: italic;
    color: gray;
}

.num_legacy_wrap p {
    font-size: 23px;
    color: #657575;
}

.before_you_go_text p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
}

.trust {
    margin-top: 160px;
    margin-bottom: 80px;
    text-align: center;
}

.trust_title, .story_title {
    font-size: 36px;
    line-height: 35px;
    font-weight: bold !important;
    letter-spacing: 0.02em;
}

.trust_logo_wrapper {
    width: 70%;
    margin: auto;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.trust_logo_wrapper img {
    height: 50px;
    margin: 20px;
}

.testimonial {
    margin-top: 140px;
    margin-bottom: 80px;
    text-align: center;
    padding: 60px 0 0;
    background-color: #f1f6ff;
}

.testimonial_title {
    font-size: 36px;
    line-height: 35px;
    font-weight: bold !important;
    letter-spacing: 0.02em;
}

.testimonial_arrow:hover {
    cursor: pointer;
}

.testimonial_wrapper {
    margin: auto;
    margin-top: 60px;
    columns: 200px 5;
    column-gap: 0px;
    width: 100%;
}

.testimonial_message_wrapper {
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 30px;
    text-align: center;
    margin: 0 10px 20px;
    display: inline-block;
}

.testimonial_message_wrapper p {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}

.testimonial_user_wrapper {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 48px;
    margin-bottom: 16px;
}

.testimonial_user_wrapper img {
    height: 48px;
    width: 48px;
    object-fit: cover;
    border-radius: 50%;
    user-select: none;
}

.testimonial_name_wrapper {
    text-align: left;
    margin-left: 12px;
}

.testimonial_name_wrapper h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.testimonial_name_wrapper p {
    font-size: 13px;
    line-height: 19px;
    color: rgba(94, 92, 116, 0.8);
}

.testimonial_quote {
    width: 250px;
    padding: 30px 20px;
    background-color: #FFFFFF;
    border-radius: 1px;
    text-align: center;
    margin: 0 10px 20px;
    box-shadow: 0 0 7px 2px rgb(0,0,0,0.1);
}

.testimonial_photo {
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
    user-select: none;
}

.testimonial_desc {
    height: 178px;
    font-size: 14px;
    line-height: 140%;
    margin: auto;
}

.testimonial_name {
    color: #727272;
    font-size: 14px;
}

.call_to_action {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 100px 0px;
}

.call_to_action img {
    width: 560px;
}

.cta_wrapper {
    width: 450px;
    text-align: center;
}

.cta_wrapper_h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold !important;
    letter-spacing: 0.02em;
}

.cta_wrapper h2 {
    font-size: 48px;
    font-weight: 600;
    text-align: left;
}

.cta_wrapper p {
    width: 420px;
    font-size: 20px;
    line-height: 26px;
    margin-left: 6px;
    margin-top: 10px;
    text-align: left;
    color: rgba(94, 92, 116, 0.8);
}

.cta_wrapper div {
    width: fit-content;
}

.let_me_see_btn {
    display: inline-block;
    margin-top: 16px;
    text-decoration: none;
    font-size: 16px;
    color: #727272;
}

.let_me_see_btn:hover {
    text-decoration: underline;
}

.story {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}

.story_wrapper {
    width: 580px;
    font-size: 18px;
    line-height: 26px;
    margin: auto;
    margin-top: 20px;
}

.quote {
    width: fit-content;
    padding: 50px 100px 60px;
    text-align: center;
    border-radius: 8px;
    margin: auto;
    margin-bottom: 60px;
    background-color: #f1f6ff;
}

.quote_person {
    font-size: 20px;
    margin-top: 14px;
    color: #727272;
}

.quote_message {
    font-size: 14px;
    margin-top: 20px;
}

footer {
    padding-top: 40px;
    padding-bottom: 80px;
}

.footer_wrapper {
    width: 500px;
    margin: auto;
}

.footer_social_links {
    margin: auto;
    text-align: center;
    padding: 10px 0;
    white-space: nowrap;
    margin-bottom: 10px;
}

.footer_social_links img {
    width: 24px;
    margin: 0 16px;   
    filter: grayscale(1); 
}

.footer_social_links img:hover {
    width: 24px;
    margin: 0 16px;    
    filter: grayscale(0) !important;
}

.tos_pp_footer {
    width: 340px;
    margin: auto;
    text-decoration: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.tos_pp_footer a {
    font-size: 16px;
    text-decoration: none;
    margin-right: 14px;
    color: gray;
}

.tos_pp_footer a:hover {
    cursor: pointer;
    filter: brightness(85%);
}

.footer_wrapper p {
    text-align: center;
    margin-top: 12px;
}

.tos_pp_wrapper h1, h2 {
    margin-top: 24px;
}

.before_you_go {
    width: 900px;
    margin: auto;
}

.before_you_go_h1 {
    font-weight: bold !important;
}

.text_wrapper {
    width: 550px;
    margin: auto;
}

.welcome_a_tag {
    color: #209FF9 !important;
}