/* Global color variables */
:root {
    --light: #fff;
    --dark: #121212;
    --banner-bg: #F6F5F4;
    --icon-color: #9d34da;
    --border-color: #E5E5E5;
}

/* Resetting default margin, padding, and box-sizing for all elements */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Utility classes */
.flex {
    display: flex;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.block {
    display: block;
}

.align-items-center {
    align-items: center;
}

.rounded-border {
    border-radius: 12px;
}

.rounded-border-small {
    border-radius: 5px;
}

.semi-bold {
    font-weight: 600;
}

.small-text {
    font-size: 14px;
}

.clickable {
    cursor: pointer;
}

.w-100 {
    width: 100%;
}

/* General element styling  */
h2 {
    font-size: 45px;
}

a {
    text-decoration: none;
    color: var(--dark);
}

/* Main styling */
body,
button {
    font-family: 'Inter', sans-serif;
}

/* header section */
header {
    top: 0;
    position: fixed;
    justify-content: space-between;
    padding: 15px 16px;
    font-size: 15px;
    background-color: var(--light);
    z-index: 1;
    border-bottom: 1px solid transparent;
    width: 100%;
    transition: border-bottom .3s ease;
}

.header-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.logo {
    gap: 10px;
    font-weight: 700;
    font-size: 17px;
}

.logo .logo-svg {
    height: 32px;
}

.fa-bars,
.fa-angle-right {
    display: none;
}

.mobile-navbar {
    padding: 0;
    border-bottom: none;
}

/* main navbar styles */
.main-links-container .nav-links {
    list-style: none;
    margin-left: 12px;
    position: relative;
}

.main-links-container .nav-link {
    padding: 0 24px 0 10px;
    height: 30px;
    line-height: 31px;
}

.main-links-container .nav-link-wrapper {
    position: relative;
}

.main-links-container .nav-link::after {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    background: url(https://www.notion.so/front-static/shared/icons/nav-caret.svg);
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 10px;
}

.main-links-container .no-caret::after {
    content: none;
}

.main-links-container .nav-links .nav-link-wrapper:hover+.product-container,
.main-links-container .product-container:hover,
.main-links-container .nav-links .nav-link-wrapper:hover+.download-container,
.main-links-container .download-container:hover,
.main-links-container .nav-links .nav-link-wrapper:hover+.solution-container,
.main-links-container .solution-container:hover,
.main-links-container .nav-links .nav-link-wrapper:hover+.resource-container,
.main-links-container .resource-container:hover {
    display: flex;
}

/* drop down */
.main-links-container .product-container,
.main-links-container .download-container,
.main-links-container .solution-container,
.main-links-container .resource-container {
    display: none;
    position: absolute;
    top: 32px;
    box-shadow: 0px 4px 18px rgb(0 0 0/4%), 0px 2.025px 7.84688px rgba(0, 0, 0, .027), 0px 0.8px 2.925px rgb(0 0 0/2%), 0px 0.175px 1.04062px rgba(0, 0, 0, .013);
    background-color: var(--light);
}

.main-links-container .product-container {
    width: 480px;
}

.main-links-container .product-guide {
    flex: 1;
    padding: 4px;
}

.main-links-container .download-container {
    left: 5.7rem;
    width: 220px;
    padding: 4px 4px 8px 4px;
}

.main-links-container .download-container .download-content {
    padding: 6px 8px;
}

.main-links-container .solution-container {
    left: 12.3rem;
}

.main-links-container .resource-container {
    left: 18.54rem;
    padding: 4px;
    min-width: 180px;
}

.main-links-container .resource-container a {
    padding: 6px 8px;
    color: #050505;
}

.main-links-container .product-wrapper {
    border-right: 1px solid var(--border-color);
    flex: 1;
    padding: 4px;
}

.main-links-container .product-wrapper .product-content {
    gap: 10px;
    padding: 5px 8px;
}

.main-links-container .product-wrapper .product-content:hover,
.main-links-container .product-guide .product-info:hover,
.main-links-container .solution-team-size .solution-content:hover,
.main-links-container .download-container .download-content:hover,
.main-links-container .resource-container a:hover,
.main-links-container .solution-container .solution-team-function .team-function-item:hover,
.main-links-container .solution-container .solution-notion-for .notion-for-item:hover,
.language-container .language:hover {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 5px;
}

.main-links-container .product-content .new-badge {
    color: #F8792A;
    font-size: 12px;
    margin-left: 4px;
    padding: 2px 8px;
    border-radius: 8px;
    background-color: #FCE7D9;
    font-weight: 600;
}

.main-links-container .product-container svg {
    width: 22px;
    height: 22px;
}

.main-links-container .product-name,
.main-links-container .product-guide-title {
    color: #050505;
}

.ai-icon {
    fill: #BD73E8;
}

.docs-icon {
    color: #FAA700;
}

.wikis-icon {
    color: #EA4E43;
}

.projects-icon {
    color: #0A85D1;
}

.calendar-icon {
    fill: #F8792A;
    width: 22px;
    height: 22px;
}

.product-guide .product-info {
    padding: 4px 8px;
}

.main-links-container .solution-team-function,
.main-links-container .solution-notion-for {
    padding: 4px;
    min-width: 180px;
}

.main-links-container .solution-container .solution-team-function .team-function-item,
.main-links-container .solution-container .solution-notion-for .notion-for-item {
    padding: 6px;
}

.main-links-container .download-container .download-note,
.main-links-container .download-container .download-note a {
    color: grey;
    padding: 6px;
    line-height: 1.4;
}

.main-links-container .solution-container .solution-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    width: 160px;
    color: #00000099;
    line-height: 1;
    letter-spacing: .06em;
    padding: 0 8px;
    margin: 8px 0;
}

.main-links-container .solution-team-size {
    width: 300px;
    padding: 4px;
    border-right: 1px solid var(--border-color);
}

.main-links-container .solution-content .solution-description,
.main-links-container .product-guide .product-guide-description,
.main-links-container .product-description {
    color: #00000099;
}

.main-links-container .solution-team-function {
    border-right: 1px solid var(--border-color);
}

.main-links-container .solution-team-size .solution-content {
    gap: 6px;
    padding: 4px 8px;
}

.main-links-container .solution-team-size .solution-icon {
    width: 40px;
    height: 40px;
}

/* action navbar styles */
.action-links-container {
    gap: 8px;
}

.action-links-container a {
    padding: 6px 10px;
}

.action-links-container .vertical-line {
    color: rgba(0, 0, 0, 0.1);
}

.main-links-container .nav-link:hover,
.action-links-container .demo-btn:hover,
.action-links-container .login-btn:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.action-links-container .free-notion-btn,
.mobile-navbar .free-notion-btn {
    padding: 4px 11px;
    background-color: var(--dark);
    color: var(--light);
    min-height: 30px;
    font-size: 13.5px;
    font-weight: 554;
    box-shadow: 0 0.3259259164px 0.7333333492px 0 rgba(0, 0, 0, .12), 0 1.5407407284px 2.8666665554px 0 rgba(0, 0, 0, .07), 0 4px 9px 0 rgba(0, 0, 0, .05);
}

.action-links-container .free-notion-btn:hover,
.mobile-navbar .free-notion-btn:hover,
.hero-container .start-btn:hover,
.ai-add-on .ai-add-on-btn:hover,
.faq .faq-start-btn:hover {
    background-color: #333;
}

.mobile-navbar .free-notion-btn {
    display: none;
    width: fit-content;
    align-self: center;
    margin-left: auto;
    margin-right: 24px;
    padding: 4px 11px;
    font-size: 13.5px;
}

/* navbar ends */

main {
    width: min(85%, 1024px);
    margin: auto;
}

/* hero section */
.hero-container {
    margin-top: 62px;
    justify-content: center;
    gap: 20px;
    position: relative;
    padding: 56px 0 80px 0;
}

.hero-container .hero-title {
    font-size: 61px;
    line-height: 1.06;
    margin: 12px 0;
    letter-spacing: -0.0315em;
}

.hero-title br,
.hero-subtitle br {
    display: none;
}

.hero-container .hero-subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    color: #050505;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: -0.0175em;
}

.hero-container button,
.faq .faq-btns button {
    padding: 4px 14px;
    border: none;
    font-size: 16px;
    min-height: 36px;
    line-height: 1.43;
    letter-spacing: 0.0005em;
    font-weight: 570;
}

.hero-container .start-btn,
.faq .faq-start-btn {
    background-color: var(--dark);
    color: var(--light);
    box-shadow: 0 0.3259259164px 0.7333333492px 0 rgba(0, 0, 0, .12), 0 1.5407407284px 2.8666665554px 0 rgba(0, 0, 0, .07), 0 4px 9px 0 rgba(0, 0, 0, .05);
}

.hero-container .signup-btn {
    background-color: var(--light);
    box-shadow: 0 4px 9px rgba(0, 0, 0, .047), 0 1.54074px 2.86667px rgba(0, 0, 0, .073), 0 0.325926px 0.733333px rgba(0, 0, 0, .12);
    border: 1px solid rgba(0, 0, 0, .1);
    margin-left: 8px;
}

.hero-container .signup-btn:hover {
    background-color: #fcfcfc;
}

.hero-container .hero-img {
    position: absolute;
    right: 32px;
    bottom: 0;
    width: 226px;
}

.features-container {
    gap: 16px;
}

.features-container .feature-item {
    background-color: var(--banner-bg);
    padding: 16px 16px 12px 16px;
    scroll-snap-align: start;
    border: 2px solid transparent;
    flex: 1;
    transition: 200ms;
}

.features-container .feature-item .flex-column {
    gap: 8px;
}

.features-container .feature-item:hover {
    background-color: var(--light);
    border: 2px solid var(--banner-bg);
    border-radius: 12px;
}

.features-container .feature-item .feature-icon-container {
    justify-content: center;
    width: fit-content;
    background-color: #F0E0F8;
    padding: 6px;
    width: 32px;
    height: 32px;
}

.features-container .feature-icon {
    color: var(--icon-color);
    transform: scale(1.25);
}

.features-container .feature-title {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.0185em;
}

.features-container .feature-description {
    font-size: 14px;
    text-wrap: balance;
    padding-top: 3px;
    font-weight: 400;
    line-height: 1.407;
    letter-spacing: 0.0075em;
    font-variation-settings: "wght" 456;
}

.slider-img {
    margin: 16px auto 24px auto;
    box-shadow: 0px 4px 18px rgb(0 0 0/4%), 0px 2.025px 7.84688px rgba(0, 0, 0, .027), 0px 0.8px 2.925px rgb(0 0 0/2%), 0px 0.175px 1.04062px rgba(0, 0, 0, .013);
    width: calc(100% - 2px);
}

/* AI Add-on section */
.ai-add-on {
    padding: 28px 40px 0;
    height: 246px;
    background-color: var(--banner-bg);
    position: relative;
    transition: 200ms;
    justify-content: space-between;
}

.ai-add-on:hover {
    background-color: #f1efee;
}

.ai-add-on .ai-add-on-icon-container {
    background-color: #F0E0F8;
    border-radius: 2px;
    padding: 4px;
    width: 24px;
    height: 24px;
    justify-content: center;
}

.ai-add-on .ai-add-on-icon {
    fill: var(--icon-color);
    width: 16px;
    height: 16px;
}

.ai-add-on .ai-add-on-title {
    font-size: 24px;
    margin-left: 8px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.0168em;
    color: var(--dark);
}

.ai-add-on .ai-add-on-description {
    margin: 10px 0 44px 0;
    max-width: 380px;
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: 0.0009em;
    color: var(--dark);
}

.ai-add-on .ai-add-on-btn {
    padding: 4px 14px;
    border: none;
    font-size: 16px;
    line-height: 1.4375;
    letter-spacing: 0.0005em;
    background-color: var(--dark);
    color: var(--light);
    min-height: 36px;
    box-shadow: 0 0.3259259164px 0.7333333492px 0 rgba(0, 0, 0, .12), 0 1.5407407284px 2.8666665554px 0 rgba(0, 0, 0, .07), 0 4px 9px 0 rgba(0, 0, 0, .05);
}

.ai-add-on-btn .fa-arrow-right {
    margin-left: 4px;
    font-size: 14px;
}

.ai-add-on-img {
    position: absolute;
    right: 40px;
    bottom: 1px;
    width: min(380px, 100%);
    box-shadow: 0px 4px 18px rgb(0 0 0/4%), 0px 2.025px 7.84688px rgba(0, 0, 0, .027), 0px 0.8px 2.925px rgb(0 0 0/2%), 0px 0.175px 1.04062px rgba(0, 0, 0, .013);
}


/* qa section */
.qa {
    position: relative;
    margin: 160px auto auto auto;
    max-width: 1020px;
}

.qa .qa-img {
    position: absolute;
    top: -72px;
    left: 24px;
    width: 190px;
}

.qa .qa-title {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.11;
    letter-spacing: -0.00236em;
}

.qa-banner,
.content-assist-banner,
.task-automation-banner {
    background-color: var(--banner-bg);
    padding: 24px 32px 0;
    max-width: 1020px;
    margin: auto;
}

.qa-banner .qa-banner-title,
.content-assist-banner .content-assist-banner-title,
.task-automation-banner .task-automation-banner-title {
    margin: 13px 0 5px;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.0072em;
    font-weight: 700;
}

.qa-banner .qa-banner-description,
.content-assist-banner .content-assist-banner-description,
.task-automation-banner .task-automation-banner-description {
    width: 512px;
    margin-bottom: 34px;
    line-height: 1.4375;
    letter-spacing: 0.0005em;
}

.qa-banner .qa-banner-video,
.content-assist-banner .content-assist-banner-video,
.task-automation-banner .task-automation-banner-video {
    border-radius: 12px 12px 0px 0px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .04), 0 2.025px 7.84688px rgba(0, 0, 0, .027), 0 0.8px 2.925px rgba(0, 0, 0, .02), 0 0.175px 1.04062px rgba(0, 0, 0, .013), 0 0 1px hsla(0, 0%, 100%, .6);
    margin-bottom: -2px;
    outline: none;
}

.qa-use-imgs {
    margin: 24px 0;
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.qa-use-imgs img {
    max-width: 100%;
    background-color: var(--banner-bg);
}

.qa-testimonial,
.content-assist-testimonial {
    margin-top: 48px;
}

.qa-testimonial .qa-testimonial-description,
.content-assist-testimonial .content-assist-testimonial-description {
    max-width: 700px;
    margin: auto;
    text-align: center;
    font-weight: 400;
    line-height: 1.13;
    letter-spacing: -0.0208em;
    font: 30px Georgia, 'Times New Roman', Times, serif;
}

.qa-testimonial .qa-testimonial-description::before,
.content-assist-testimonial .content-assist-testimonial-description::before {
    content: open-quote;
}

.qa-testimonial .qa-testimonial-description::after,
.content-assist-testimonial .content-assist-testimonial-description::after {
    content: close-quote;
}

.qa-testimonial .qa-testimonial-img {
    width: 105px;
}

.qa-testimonial .qa-testimonial-by .qa-testimonial-name {
    font-weight: 700;
}

.qa-testimonial .qa-testimonial-by .qa-testimonial-name,
.content-assist-testimonial .content-assist-testimonial-by .content-assist-testimonial-name {
    font-size: 13.5px;
    line-height: 1.4;
    letter-spacing: 0.0045em;
}

.qa-testimonial .qa-testimonial-by .qa-testimonial-designation,
.content-assist-testimonial .content-assist-testimonial-by .content-assist-testimonial-designation {
    letter-spacing: 0.0075em;
    font-size: 13.5px;
    line-height: 1.4;
}

.qa-testimonial .flex,
.content-assist-testimonial .flex {
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
}

/* content assist section */
.content-assist-header,
.task-automation-header,
.data-privacy-header,
.template-header {
    margin-top: 160px;
    justify-content: space-between;
}

.content-assist-header .content-assist-img,
.task-automation-header .task-automation-img {
    width: 336px;
    height: auto;
    margin-left: auto;
    margin-right: 30px;
}

.content-assist-header .content-assist-title,
.task-automation-header .task-automation-title,
.template .template-title {
    max-width: 600px;
    line-height: 1.11;
    letter-spacing: -0.0236em;
    text-wrap: balance;
}

.content-assist-features-container,
.task-automation-features-container {
    margin-top: 24px;
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.content-assist-features-container .content-assist-feature-item,
.task-automation-features-container .task-automation-feature-item,
.data-privacy-features-container .data-privacy-feature-item,
.template-features-container .template-feature-item {
    padding: 24px 32px 0;
    background-color: var(--banner-bg);
    transition: 100ms;
    justify-content: space-between;
    gap: 20px;
}

.template-features-container .template-feature-item:hover {
    background-color: #f1efee;
}

.content-assist-feature-item .content-assist-feature-icon,
.task-automation-feature-item .task-automation-feature-icon,
.data-privacy-feature-item .data-privacy-feature-icon,
.template-feature-item .template-feature-icon,
.qa-banner .qa-banner-icon,
.content-assist-banner .content-assist-banner-icon,
.task-automation-banner .task-automation-banner-icon {
    color: var(--icon-color);
    fill: var(--icon-color);
    width: 26px;
    height: 26px;
}


.content-assist-feature-item .content-assist-feature-title,
.task-automation-feature-item .task-automation-feature-title,
.data-privacy-feature-item .data-privacy-feature-title,
.template-feature-item .template-feature-title {
    font-size: 18px;
    margin: 13px 0;
}

.content-assist-feature-item .content-assist-feature-img {
    margin-top: 44px;
}

.content-assist-testimonial .content-assist-testimonial-img {
    width: 118px;
}

/* task automation section */
.task-automation-header .task-automation-img {
    width: 221px;
    margin-bottom: -14px;
}

.task-automation-features-container .task-automation-feature-item,
.template-features-container .template-feature-item {
    padding: 24px 0 0 32px;
}

.task-automation-feature-item .task-automation-feature-img {
    margin-bottom: 2px;
    width: calc(100% - 1px);
    border-radius: 0 0 10px 0;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 18px 0px,
        rgba(0, 0, 0, 0.027) 0px 2.025px 7.84688px 0px,
        rgba(0, 0, 0, 0.02) 0px 0.8px 2.925px 0px,
        rgba(0, 0, 0, 0.01) 0px 0.175px 1.04062px 0px,
        rgba(255, 255, 255, 0.6) 0px 0px 1px 0px;
}

.task-automation-feature-item .task-automation-feature-description,
.template-feature-item .template-feature-description {
    padding-right: 16px;
    display: block;
    hyphens: auto;
}

/* data privacy section */
.data-privacy-features-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 24px;
}

.data-privacy-features-container .data-privacy-feature-item {
    padding: 24px 32px;
    width: 100%;
}

.data-privacy-header .data-privacy-img {
    width: 98px;
    height: fit-content;
    align-self: flex-end;
    margin-left: auto;
    margin-right: 30px;
}

.data-privacy-header .data-privacy-title,
.template-header .template-title {
    margin-bottom: 18px;
}

.data-privacy-header .data-privacy-link,
.template-header .template-link {
    color: var(--icon-color);
}

.data-privacy-header .data-privacy-link:hover,
.template-header .template-link:hover {
    color: #6e239a;
    text-decoration: underline;
}

.data-privacy-header .data-privacy-header-text,
.template-header .template-header-text {
    margin-bottom: 32px;
}

.data-privacy-feature-item .data-privacy-feature-badge {
    background-color: #8128B3;
    padding: 2px 8px;
    border-radius: 9px;
    font-size: 12px;
    color: var(--light);
    margin-top: 14px;
    width: fit-content;
}

.data-privacy-feature-item .data-privacy-feature-description {
    hyphens: auto;
}

/* template section */
.template-features-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
}

.template-features-container .template-feature-item {
    width: 100%;
    justify-content: space-between;
    gap: 36px;
}

.template-feature-item .template-feature-link {
    margin-top: 32px;
    color: var(--icon-color);
    width: fit-content;
}

.template-feature-item .template-feature-link:hover {
    color: #6e239a;
    text-decoration: underline;
}

.template-header .template-img {
    width: 253px;
    height: fit-content;
    align-self: flex-end;
    margin-right: 30px;
}

.template-feature-item .template-feature-img {
    border-radius: 12px 0px 10px;
    margin: 0 2px 2px 0;
    width: calc(100% - 2px);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 18px 0px, rgba(0, 0, 0, 0.027) 0px 2.025px 7.84688px 0px, rgba(0, 0, 0, 0.02) 0px 0.8px 2.925px 0px, rgba(0, 0, 0, 0.01) 0px 0.175px 1.04062px 0px, rgba(255, 255, 255, 0.6) 0px 0px 1px 0px;
}

/* faq section */
.faq {
    margin: 120px 0 160px 0;
    gap: 26px;
    align-items: center;
}

.faq .faq-title {
    font-size: 52px;
    text-align: center;
}

.faq .faq-description {
    font-size: 18px;
    text-align: center;
}

.faq .faq-img {
    width: 218px;
}

.faq .faq-btns {
    gap: 12px;
}

.faq .faq-signup_qa-btn {
    background-color: var(--light);
    box-shadow: rgba(0, 0, 0, 0.047) 0px 4px 9px 0px, rgba(0, 0, 0, 0.075) 0px 1.54074px 2.86667px 0px, rgba(0, 0, 0, 0.12) 0px 0.325926px 0.733333px 0px;
}

.faq .faq-signup_qa-btn:hover {
    background-color: #fcfcfc;
}

.faq .faq-heading {
    font-size: 44px;
    align-self: flex-start;
}

.faq .faq-question-item {
    justify-content: space-between;
    padding: 6px 0;
    border-top: 1px solid #E4E4E5;
    border-bottom: 1px solid #E4E4E5;
    align-items: center;
}

.faq .faq-question-item .fa-plus {
    padding: 6px;
    transition: 100ms;
}

.faq .faq-question-item .fa-plus:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.faq .faq-question-item .faq-question-title {
    padding: 10px 0;
}

.horizontal-line {
    height: 1px;
    background-color: #E4E4E5;
    display: block;
    margin: 0 16px;
}

/* footer */
footer {
    width: min(100%, 1642px);
    margin: auto;
    padding: 80px 125px;
}

footer nav {
    gap: 0;
}

.brand-info {
    width: 25%;
}

.footer-links {
    column-count: 3;
    column-gap: 24px;
    width: 75%;
    font-size: 15px;
}

.product-links {
    grid-area: product;
}

.solution-links {
    grid-area: solutions;
}

.download-links {
    grid-area: download;
}

.build-links {
    grid-area: build;
}

.learn-links {
    grid-area: learn;
}

.get_started-links {
    grid-area: get_started;
}

.resource-links {
    grid-area: resources;
}

footer .flex {
    flex: 3;
}

.brand-info .social-media-logos {
    font-size: 20px;
    gap: 6px;
    align-items: center;
    margin-top: 36px;
}

.social-media-logos a {
    color: #676766;
    transition: 200ms;
    padding: 4px;
}

.social-media-logos a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.social-media-logos .fa-instagram:hover {
    color: var(--dark);
}

.social-media-logos .fa-twitter:hover {
    color: #4a9ae4;
}

.social-media-logos .fa-linkedin-in:hover {
    color: #3071aa;
}

.social-media-logos .fa-facebook:hover {
    color: #4267b2;
}

.social-media-logos .fa-youtube:hover {
    color: #ff0000;
}

.language-dropdown {
    margin-top: 24px;
}

.language-dropdown .language-selected {
    color: var(--dark);
    background-color: transparent;
    border: 1px solid #E4E4E5;
    padding: 6px 18px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.language-globe-icon {
    width: 16px;
    height: 16px;
}

.language-dropdown .fa-angle-down {
    font-size: 10px;
}

.language-dropdown .language-container {
    display: none;
    width: 260px;
    height: 350px;
    overflow-y: scroll;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .04), 0 2.025px 7.84688px rgba(0, 0, 0, .027), 0 0.8px 2.925px rgba(0, 0, 0, .02), 0 0.175px 1.04062px rgba(0, 0, 0, .013);
    padding: 4px;
}

.language-container .language {
    transition: 100ms;
    padding: 12px;
}

.footer-links-container {
    margin: 0 0 36px;
    break-inside: avoid-column;
}

.footer-links-title {
    line-height: 1.8;
}

.footer-link {
    color: #676766;
    line-height: 1.8;
    width: fit-content;
}

.footer-link:hover {
    color: var(--icon-color);
    text-decoration: underline;
}

.spacer {
    flex: 1;
}

.copyright {
    flex: 3;
    margin-top: 32px;
    line-height: 1.8;
    font-size: 13.5px;
}

.copyright .copyright-txt {
    color: #999898;
}

.copyright .copyright-info-sharing-txt:hover {
    text-decoration: underline var(--icon-color);
}

.navbar-open {
    overflow-y: hidden;
}

@media screen and (max-width: 1080px) {

    main {
        width: min(875px, 85%);
    }

    /* utility class */
    .flex-column-lg {
        flex-direction: column;
    }

    .w-100-lg {
        width: 100%;
    }

    .d-none-lg {
        display: none;
    }

    /* main styling */
    /* header section */
    header {
        width: 100%;
        margin: 0;
        font-size: 16px;
        justify-content: flex-start;
    }

    .fa-angle-right {
        display: block;
    }

    .mobile-navbar .free-notion-btn {
        display: inline-flex;
        align-items: center;
    }

    /* main navbar style */
    .main-links-container,
    .action-links-container {
        font-weight: 700;
    }

    .main-links-container .nav-link-wrapper {
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid var(--border-color);
    }

    .main-links-container .nav-links {
        align-items: start;
        margin-left: 0;
    }

    .main-links-container .nav-link {
        padding: 0px;
        font-weight: 700;
        font-size: 16px;
    }

    .main-links-container .nav-links .fa-angle-right {
        margin-right: 6px;
        font-size: 14px;
        display: block;
    }

    .main-links-container .nav-link::after {
        content: none;
    }

    .mobile-navbar {
        display: flex;
        justify-content: space-between;
    }

    .main-links-container .product-wrapper .product-content {
        padding: 6px 14px 6px 0;
    }

    .product-guide .product-info {
        padding: 6px 14px 6px 0;
    }

    .product-link {
        order: 1;
    }

    .product-container {
        order: 2;
    }

    .solution-link {
        order: 3;
    }

    .solution-container {
        order: 4;
    }

    .resource-link {
        order: 5;
    }

    .resource-container {
        order: 6;
    }

    .download-link {
        order: 7;
    }

    .download-container {
        order: 8;
    }

    .pricing-link {
        order: 9;
    }

    .main-links-container .download-container .download-content,
    .main-links-container .download-container .download-note,
    .main-links-container .resource-container a,
    .main-links-container .solution-team-size .solution-content,
    .main-links-container .solution-container .solution-title,
    .main-links-container .solution-container .solution-team-function .team-function-item,
    .main-links-container .solution-container .solution-notion-for .notion-for-item {
        padding: 6px 0;
    }

    .fa-bars {
        display: block;
        align-self: center;
        cursor: pointer;
    }

    /* action navbar style */
    .action-links-container {
        align-items: start;
        gap: 16px;
    }

    .action-links-container a {
        margin: 0;
    }

    .action-links-container .demo-btn {
        border-bottom: 1px solid #E5E5E5;
        padding: 20px 0px;
        margin-bottom: 10px;
    }

    .action-links-container .free-notion-btn,
    .action-links-container .login-btn {
        padding: 6px 10px;
        min-height: 36px;
        justify-content: center;
        text-align: center;
        font-size: 16px;
    }

    .action-links-container .login-btn {
        background-color: transparent;
        order: 2;
        color: var(--dark);
        border: 1px solid rgba(0, 0, 0, .15);
    }

    /* dropdown style */
    .main-links-container .product-container,
    .main-links-container .download-container,
    .main-links-container .solution-container,
    .main-links-container .resource-container {
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
        padding: 2px;
        font-weight: 400;
    }

    .main-links-container .product-guide {
        padding-left: 0;
        margin-top: 16px;
    }

    .main-links-container .product-wrapper {
        align-items: start;
        border-right: none;
    }

    .main-links-container .product-wrapper .product-content .product-description,
    .main-links-container .product-guide .product-guide-description,
    .main-links-container .solution-container .solution-content .solution-description {
        display: none;
    }

    .main-links-container .solution-team-size,
    .main-links-container .solution-team-function {
        border: none;
        margin-bottom: 26px;
    }

    .main-links-container .solution-team-function,
    .main-links-container .solution-notion-for {
        padding: 0;
    }

    .main-links-container .solution-title {
        margin-bottom: 0;
        display: inline-block;
    }

    .features-container .feature-description {
        text-wrap: balance;
        font-size: 13.5px;

    }

    /* hero section */
    .hero-container .hero-img {
        right: 0;
    }

    /* ai add on section */
    .ai-add-on .ai-add-on-description {
        margin-bottom: 36px;
    }

    /* task automation section */
    .task-automation-header .task-automation-title {
        margin-bottom: 40px;
    }

    .task-automation-header .task-automation-img {
        object-fit: contain;
        align-self: flex-end;
    }

    /* QA section */
    .qa-header {
        display: flex;
        flex-direction: column;
        margin-top: 160px;
        gap: 28px;
    }

    .qa .qa-img {
        position: static;
        order: 2;
        margin: 0 0 -14px 24px;
    }

    .qa .qa-title {
        width: 400px;
        margin: auto;
        text-wrap: balance;
    }

    /* content assist section */
    .content-assist-header .content-assist-title,
    .task-automation-header .task-automation-title,
    .template .template-title,
    .data-privacy-header .data-privacy-title {
        max-width: 400px;
    }

    /* footer section */
    footer {
        padding: 80px 125px;
    }

    .brand-info {
        width: 100%;
    }

    .footer-links {
        column-count: 2;
        width: 100%;
    }

    footer nav {
        gap: 36px;
    }
}

@media screen and (max-width: 912px) {

    .qa-use-imgs,
    .content-assist-features-container,
    .task-automation-features-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
}

@media screen and (max-width: 840px) {

    /* hero section */
    .hero-container {
        text-align: center;
        height: auto;
        padding-top: 56px;
        padding-bottom: 0;
        gap: 16px;
    }

    .hero-container .hero-title {
        font-size: 53px;
    }

    .hero-container .hero-img {
        margin-top: 40px;
        position: relative;
    }

    .feature-item .flex-column {
        gap: 8px;
        flex-direction: row;
        align-items: center;
    }

    .features-container .feature-title {
        font-size: 16px;
        margin: 0;
    }

    .features-container .feature-description {
        margin-top: 8px;
    }

    .slider-img {
        height: auto;
    }

    /* AI add-on section */
    .ai-add-on {
        height: auto;
        text-align: center;
        font-size: 14px;
        padding-bottom: 0;
        flex-direction: column;
    }

    .ai-add-on .flex {
        justify-content: center;
    }

    .ai-add-on .ai-add-on-title {
        display: inline-block;
    }

    .ai-add-on .ai-add-on-description {
        margin: 16px auto;
    }

    .ai-add-on .ai-add-on-btn {
        display: block;
        margin: auto auto 32px auto;
    }

    .ai-add-on .ai-add-on-img {
        margin: auto;
        position: relative;
        right: 0;
    }

    /* qa section */
    .qa .qa-img {
        width: 130px;
        margin-bottom: -10px;
        margin-left: 18px;
    }

    .qa-use-imgs {
        margin-top: 16px;
        gap: 16px;
    }

    .qa-use-imgs img {
        width: 100%;
    }

    /* content assist section */
    .content-assist-header .content-assist-img {
        width: 234px;
    }

    .content-assist-header,
    .task-automation-header,
    .data-privacy-header,
    .template-header {
        flex-direction: column;
    }

    .content-assist-header {
        gap: 26px;
    }

    .content-assist-header .content-assist-img,
    .task-automation-header .task-automation-img,
    .data-privacy-header .data-privacy-img,
    .template-header .template-img {
        margin-right: 20px;
    }

    /* task automation section */
    .task-automation-header .task-automation-img {
        width: 154px;
        margin-bottom: -8px;
    }

    /* template section */
    .template-header .template-img {
        width: 178px;
    }

    /* data privacy section */
    .data-privacy-features-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .data-privacy-header .data-privacy-img {
        width: 68px;
    }

    footer {
        padding: 80px 66px;
    }
}

@media screen and (max-width: 600px) {

    h2 {
        font-size: 36px;
    }

    /* for horizonatlly scrolling of feature section */
    .scrollable {
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
    }

    /* hero section */
    .hero-container .hero-title,
    .faq .faq-title {
        font-size: 45px;
    }

    .hero-title br,
    .hero-subtitle br {
        display: block;
    }

    .hero-container .hero-subtitle {
        font-size: 18px;
        text-wrap: balance;
        display: block;
    }

    .features-container {
        width: 300%;
    }

    /* AI add-on section */
    .ai-add-on {
        text-align: left;
        padding: 24px 28px 0;
    }

    .ai-add-on .flex {
        justify-content: flex-start;
    }

    .ai-add-on .ai-add-on-description {
        margin: 16px 0;
    }

    .ai-add-on .ai-add-on-btn {
        margin: 0 0 32px 0;
    }

    .ai-add-on .ai-add-on-description,
    .ai-add-on .ai-add-on-img,
    .content-assist-features-container .content-assist-feature-item,
    .task-automation-features-container .task-automation-feature-item,
    .data-privacy-features-container .data-privacy-feature-item,
    .template-features-container .template-feature-item {
        width: 100%;
    }

    /* QA section */
    .qa-testimonial .flex,
    .content-assist-testimonial .flex {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        text-align: center;
    }

    .qa .qa-title {
        width: 100%;
    }

    .qa-banner,
    .content-assist-banner,
    .task-automation-banner {
        padding: 20px 24px 0 24px;
    }

    .qa-use-imgs,
    .content-assist-features-container,
    .task-automation-features-container {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .qa-banner .qa-banner-description,
    .content-assist-banner .content-assist-banner-description,
    .task-automation-banner .task-automation-banner-description {
        width: 100%;
    }

    .qa-testimonial .qa-testimonial-description,
    .content-assist-testimonial .content-assist-testimonial-description {
        font-size: 24px;
    }

    /* content assist section */
    .content-assist-header .content-assist-title,
    .task-automation-header .task-automation-title,
    .template .template-title,
    .data-privacy-header .data-privacy-title {
        text-wrap: balance;
    }

    .content-assist-features-container .content-assist-feature-item,
    .task-automation-features-container .task-automation-feature-item,
    .template-features-container .template-feature-item {
        padding: 20px 24px 0 24px;
    }

    .content-assist-header .content-assist-img,
    .task-automation-header .task-automation-img,
    .data-privacy-header .data-privacy-img,
    .template-header .template-img {
        margin-right: 10px;
    }

    .qa-header .qa-img {
        margin-left: 10px;
    }

    /* task automation section */
    .task-automation-feature-item .task-automation-feature-description,
    .template-feature-item .template-feature-description {
        padding-right: 0;
    }

    /* data privacy section */
    .data-privacy-features-container,
    .template-features-container {
        grid-template-columns: 100%;
    }

    .data-privacy-header .data-privacy-link {
        width: 80%;
        display: block;
    }

    /* FAQ section */
    .faq .faq-heading {
        font-size: 36px;
    }

    .faq .faq-btns button {
        padding: 8px 12px;
    }

    /* footer section */
    footer {
        padding: 36px 32px;
    }
}

@media screen and (max-width: 390px) {

    /* hero section */
    .hero-container button {
        padding: 8px 12px;
    }

    main {
        width: 90%;
    }

    .faq .faq-question-item .faq-question-title {
        width: 80%;
    }

    footer {
        padding: 36px 16px;
    }
}