.main {
    width: 100%;
    height: auto;
}

.section_banner {
    width: 100%;
    height: calc(100dvh - 80px);
    min-height: 500px;
    position: relative;
    padding: 0 10%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.sentence,
.title,
.btns {
    z-index: 100;
}

.sentence,
.title,
.btn {
    color: var(--color_white);
    text-align: center;
}

.title {
    width: 86%;
}

.btns {
    width: auto;
    height: auto;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
}

.btn {
    width: auto;
    height: auto;
    padding: 16px;
    border-radius: 8px;
    text-decoration: none;
    transition: ease-out .2s;
}

.btn:first-of-type {
    background: var(--color_green);
}

.btn:last-of-type {
    background: var(--color_water_green);
}

.banner_background {
    width: calc(100% - 40px);
    height: calc(100% - 20px);
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    border-radius: 60px;
    filter: brightness(50%);
}

.section_follow {
    width: 100%;
    min-height: 200px;
    padding: 0 10%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.section_follow_btns_container {
    width: auto;
    height: auto;
    padding: 20px;
    border-radius: 100px;
    box-shadow: 0 0 10px var(--color_grey);
    margin: 20px 0;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.follow_btns_container {
    width: auto;
    height: auto;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.follow_btn {
    width: auto;
    height: auto;
    text-decoration: none;
    border-radius: 10px;
    padding: 6px;
    transition: ease-out .2s;

    display: flex;
    justify-content: center;
    align-items: center;
}

.follow_btn_icon {
    width: 32px;
    height: 32px;
    transition: ease-out .2s;
}

.section_headings {
    width: 100%;
    height: 80vh;
    min-height: 500px;
    padding: 40px 10%;
    position: relative;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.section_headings_title, .section_headings_description {
    width: 100%;
    color: var(--color_black);
    text-align: center;
}

.slider_headings_container {
    width: 100%;
    height: 70%;
    overflow: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.slider_headings_container::-webkit-scrollbar {
    display: none;
}

.slider_headings {
    width: calc(96% * 14 / 3);
    height: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 26px;
}

.heading {
    width: calc(100% / 14);
    height: 90%;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    border-radius: 40px;
    scroll-snap-align: center;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.heading_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(50%);
    transition: ease-out .2s;
}

.heading_name {
    width: 100%;
    text-align: center;
    color: var(--color_white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider_headings_btn {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 62%;
    cursor: pointer;
    border-radius: 100px;
    transition: ease-out .4s;

    transform: translate(0, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider_headings_btn_left {
    left: 2%;
}

.slider_headings_btn_right {
    right: 2%;
}

.slider_headings_btn_icon {
    width: 100%;
    height: 100%;
}

.section_foolishness {
    width: 100%;
    height: auto;
    padding: 40px 10%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.section_foolishness_title, .section_foolishness_description {
    width: auto;
    height: auto;
    text-align: center;
    color: var(--color_black);
}

.foolishness_list {
    width: 100%;
    height: 380px;
    list-style: none;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foolishness_item {
    width: calc(100% / 3 - 20px);
    height: 100%;
    position: relative;
    box-shadow: 0 0 20px var(--color_grey);
    border-top-left-radius: 20px;
    border-radius: 20px;
    padding: 40px;
    overflow: hidden;
    transition: ease-out .4s;

    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
}

.foolishness_list .foolishness_item:nth-of-type(2) {
    border-color: var(--color_green);
}

.foolishness_icon {
    width: 62px;
    height: 62px;
    border: 2px solid var(--color_green);
    border-radius: 100px;
    padding: 12px;
    transition: ease-out .4s;
}

.foolishness_img {
    width: 68%;
    height: 62%;
    border-radius: 500px;
    position: absolute;
    top: -20%;
    right: -20%;
    object-fit: cover;
}

.foolishness_title, .foolishness_description {
    transition: ease-out .4s;
}

.section_cta {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    padding: 40px 10%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.cta_container {
    width: 50%;
    height: 100%;
    padding-right: 20px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.section_cta .cta_container:last-of-type {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 0;
}

.cta_info_container {
    width: 100%;
    height: auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cta_info_container:first-of-type {
    margin-top: auto;
}

.cta_info_container:nth-of-type(2) {
    justify-content: center;
}

.cta_title {
    width: auto;
    font-size: 3rem;
    color: var(--color_black);
}

.cta_text {
    width: auto;
    color: var(--color_violet);
}

.cta_img {
    width: 100%;
    height: 80%;
    border-radius: 20px;
    object-fit: cover;
}

.cta_btn {
    width: 100%;
    text-align: center;
    margin-top: auto;
    margin-bottom: 10%;
    padding: 20px 0;
    border: 2px solid var(--color_violet);
    border-radius: 16px;
    color: var(--color_black);
    font-weight: bold;
    text-decoration: none;
    transition: ease-out .4s;
}

.section_about {
    width: 100%;
    height: auto;
    padding: 40px 10%;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}

.section_about_title {
    width: auto;
    height: auto;
    color: var(--color_black);
}

.about_info_container {
    width: 70%;
    height: auto;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.about_info_container .about_text:first-child {
    width: 100%;
    font-size: 1.5rem;
}

.about_info_container .about_text:nth-of-type(2) {
    width: calc(50% - 40px);
    height: 100%;
    position: relative;
    padding-left: 10px;
}

.about_info_container .about_text:nth-of-type(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color_green);
    width: 4px;
    height: 100%;
}

.about_info_container .about_text:last-of-type {
    width: calc(50% - 40px);
    height: 100%;
    position: relative;
    padding-left: 10px;
}

.about_info_container .about_text:last-of-type::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color_green);
    width: 4px;
    height: 100%;
}

.section_benefits {
    width: 100%;
    height: auto;
    padding: 40px 10%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.section_benefits_title {
    color: var(--color_green);
}

.section_benefits_description {
    color: var(--color_black);
}

.section_benefits_title, .section_benefits_description {
    text-align: center;
}

.benefits {
    width: 100%;
    height: auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.benefit {
    width: calc(100% / 3 - 20px);
    height: 180px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.benefit_icon {
    width: 56px;
    height: 56px;
}

.benefit_title {
    color: var(--color_green);
}

.benefit_description {
    color: var(--color_black);
}

.benefit_title, .benefit_description {
    text-align: center;
}

@media(hover:hover) {

    .btn:hover {
        background: var(--color_violet);
    }

    .follow_btn:hover .follow_btn_icon {
        filter: invert(100%);
    }

    .follow_btn:first-of-type:hover {
        background: #C13584;
    }

    .follow_btn:nth-of-type(2):hover {
        background: #0165E1;
    }

    .follow_btn:nth-of-type(3):hover {
        background: #FF0000;
    }

    /* .follow_btn:nth-of-type(4):hover {
        background: #FE2C55;
    } */

    .follow_btn:nth-of-type(4):hover {
        background: #1D9BF0;
    }

    /* .follow_btn:nth-of-type(6):hover {
        background: #0A66C2;
    }

    .follow_btn:last-of-type:hover {
        background: #27A7E7;
    } */

    .heading:hover .heading_img {
        transform: scale(1.2);
    }

    .slider_headings_btn:hover {
        background: var(--color_white);
        filter: invert(100%);
    }

    .foolishness_item:hover {
        background: var(--color_green);
    }

    .foolishness_item:hover .foolishness_icon {
        filter: invert(100%);
        border-color: var(--color_black);
    }

    .foolishness_item:hover .foolishness_title {
        color: var(--color_white);
    }

    .foolishness_item:hover .foolishness_description {
        color: var(--color_white);
    }

    .cta_btn:hover {
        color: var(--color_white);
        background: var(--color_violet);
    }
}

@media screen and (max-width: 1175px) {
    .section_about {
        align-items: center;
        flex-direction: column;
    }

    .section_about_title {
        width: 100%;
    }

    .about_info_container {
        width: 100%;
    }
}

@media screen and (max-width: 1146px) {
    .section_cta {
        height: auto;

        flex-direction: column-reverse;
    }

    .cta_container {
        width: 100%;
        padding-right: 0;
    }

    .section_cta .cta_container:last-of-type {
        padding-left: 0;
    }

    .cta_container:first-of-type {
        height: 300px;
    }

    .cta_img {
        width: 100%;
        height: 100%;
    }

    .cta_btn {
        margin: 20px 0;
    }
}

@media screen and (max-width: 1010px) {
    .slider_headings {
        width: calc(96% * 14 / 2);
        
        justify-content: center;
    }

    .foolishness_list {
        height: auto;

        flex-direction: column;
        gap: 40px;
    }

    .foolishness_item {
        width: 100%;
        height: 380px;
    }
}

@media screen and (max-width: 850px) {
    .benefits {
        flex-direction: column;
        gap: 20px;
    }

    .benefit {
        width: 100%;
        height: auto;

        gap: 20px;
    }
}

@media screen and (max-width: 764px) {
    .section_headings {
        height: auto;
    }

    .slider_headings {
        width: calc(96% * 14 / 1);
        height: 240px;
    }

    .slider_headings_btn {
        top: 54%;
    }
}

@media screen and (max-width: 696px) {
    .slider_headings_btn {
        width: 42px;
        height: 42px;
        top: 58%;
    }

    .slider_headings_btn_left {
        left: 1%;
    }

    .slider_headings_btn_right {
        right: 1%;
    }
}

@media screen and (max-width: 675px) {

    .banner_background {
        border-radius: 20px;
    }

    .btns {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

    .section_follow_btns_container {
        width: 100%;
        border-radius: 20px;

        flex-direction: column;
    }

    .follow_btns_container {
        flex-wrap: wrap;
    }

    .cta_info_container {
        flex-direction: column;
        gap: 0;
    }

    .cta_text {
        text-align: center;
    }
}

@media screen and (max-width: 546px) {
    .slider_headings_btn {
        width: 40px;
        height: 40px;
        top: 66%;
    }
}