/* feature-banner-start */
#feature-banner {
    background: var(--theme-background-linear);
}

#feature-banner h1 {
    font-size: 48px;
}

#feature-banner p {
    padding-top: 16px;
}

#feature-banner a.btn {
    padding: 0;
    width: 144px;
    height: 48px;
    margin-top: 48px;
    line-height: 48px;
}

#feature-banner img {
    width: 100%;
}

@media (max-width: 768px) {
    #feature-banner h1 {
        padding-top: 40px;
    }

    #feature-banner h1,
    #feature-banner p {
        text-align: center;
    }

    #feature-banner a.btn {
        display: block;
        margin: 40px auto;
    }

    #feature-banner img {
        display: none;
    }
}
/* feature-banner-end */

/* feature-feature-start */
#feature-feature {
    padding-top: 100px;
    padding-bottom: 40px;
}

.feature-feature-item {
    align-items: center;
    padding-bottom: 80px;
}

.feature-feature-item:nth-child(2n + 1) {
    flex-direction: row-reverse;
}

.feature-feature-item-content {
    padding: 0px 60px;
}

.feature-feature-item:nth-child(2n + 1) .feature-feature-item-content {
    padding-left: 92px;
}

.feature-feature-item:nth-child(2n) .feature-feature-item-content {
    padding-right: 92px;
}

.feature-feature-item-content h6 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 16px;
}

.feature-feature-item-content h2 {
    font-size: 36px;
    padding-bottom: 16px;
    font-family: var(--theme-font-family-black);
}

.feature-feature-item-img.bg {
    padding: 30px 0px;
    border-radius: 16px;
}

.feature-feature-item-img img {
    width: 100%;
    position: relative;
    border-radius: 8px;
}

.feature-feature-item-img.bg img {
    box-shadow: 0px 10px 20px 0px rgba(42, 68, 99, 0.08);
}

.feature-feature-item:nth-child(2n + 1) img {
    right: -32px;
}

.feature-feature-item:nth-child(2n) img {
    left: -32px;
}

@media (max-width: 768px) {
    .feature-feature-item-content {
        padding: 16px !important;
    }

    .feature-feature-item-content h2 {
        text-align: left;
        padding-bottom: 16px !important;
    }

    .feature-feature-item-img.bg {
        padding: 16px;
    }

    .feature-feature-item-img img {
        position: inherit;
    }
}
/* feature-feature-end */

/* feature-checklist-view-start */
#feature-checklist-view {
    padding-top: 100px;
}

#feature-checklist-view h1 {
    font-size: 40px;
    text-align: center;
    padding-bottom: 80px;
}

#feature-checklist-view p {
    padding-top: 24px;
    padding-bottom: 40px;
}

#feature-checklist-view h6 {
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    padding-left: 54px;
    color: var(--theme-text-lighter);
    border-left: 6px solid transparent;
}

#feature-checklist-view h6.active {
    color: var(--theme-text-main);
    border-left-color: var(--theme-primary-main);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(35, 89, 245, 0.1) 100%);
}

#feature-checklist-view-img {
    padding: 30px 60px;
    border-radius: 16px;
    background: var(--theme-primary-lighter);
}

#feature-checklist-view-img img {
    width: 100%;
    border-radius: 8px;
    box-shadow: var(--theme-elevation4);
}

@media (max-width: 768px) {
    #feature-checklist-view-img {
        padding: 16px;
        margin-top: 40px;
    }
}
/* feature-checklist-view-end */

/* feature-checklist-premade-start */
#feature-checklist-premade {
    padding-top: 120px;
}

#feature-checklist-premade h1 {
    width: 70%;
    margin: 0 auto;
    font-size: 40px;
    text-align: center;
}

#feature-checklist-premade p {
    width: 60%;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 52px;
}

#feature-checklist-premade-tabs {
    display: flex;
}

#feature-checklist-premade-tabs h6 {
    width: 25%;
    height: 60px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 42px;
    text-align: center;
    position: relative;
    color: var(--theme-text-lighter);
}

#feature-checklist-premade-tabs h6 > span {
    bottom: 0;
    left: 50%;
    width: 56px;
    height: 4px;
    display: none;
    margin-left: -28px;
    position: absolute;
    background: var(--theme-primary-main);
}

#feature-checklist-premade-tabs h6:hover,
#feature-checklist-premade-tabs h6.active {
    color: var(--theme-text-main);
}

#feature-checklist-premade-tabs h6.active > span {
    display: block;
}

#feature-checklist-premade-img {
    margin-top: 30px;
    padding: 40px 180px;
    border-radius: 16px;
    background: var(--theme-primary-lighter);
}

#feature-checklist-premade-img img {
    width: 100%;
    border-radius: 8px;
    box-shadow: var(--theme-elevation4);
}

@media (max-width: 768px) {
    #feature-checklist-premade h1,
    #feature-checklist-premade p {
        width: 100%;
    }

    #feature-checklist-premade-tabs {
        display: block;
    }

    #feature-checklist-premade-tabs h6 {
        width: 100%;
        line-height: 60px;
    }

    #feature-checklist-premade-img {
        padding: 16px;
    }
}
/* feature-checklist-premade-end */

/* feature-checklist-calendar-start */
#feature-checklist-calendar {
    padding-top: 120px;
    padding-bottom: 120px;
}

#feature-checklist-calendar-content {
    padding-left: 60px;
    padding-right: 92px;
}

#feature-checklist-calendar h1 {
    font-size: 36px;
    padding-bottom: 16px;
}

#feature-checklist-calendar-img {
    padding: 30px 0px;
    border-radius: 16px;
    background: var(--theme-primary-lighter);
}

#feature-checklist-calendar-img img {
    left: -32px;
    width: 100%;
    border-radius: 8px;
    position: relative;
    box-shadow: var(--theme-elevation4);
}

@media (max-width: 768px) {
    #feature-checklist-calendar-content {
        padding: 0px !important;
    }

    #feature-checklist-calendar p {
        padding-bottom: 16px;
    }

    #feature-checklist-calendar-img {
        padding: 16px !important;
    }

    #feature-checklist-calendar-img img {
        position: inherit;
    }
}
/* feature-checklist-calendar-end */
