body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    width: 100%;
}

.presentation {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.carousel {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.presentation-container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 1rem;
  padding: 0 1rem;
  text-align: left;
}

.row-presentation {
    width: 1140px;
}

.title-presentation {
    margin: 0;
    padding: 0;
    color: var(--text-color);
    font-size: 68px;
}

.subtitle-presentation {
    margin: 0;
    padding: 0;
    color: var(--text-color);
    font-size: 34px;
    font-weight: 400;
}

.description-presentation {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 400;
}

.contact-us {
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    padding: 16px;
    background-color: #996de8;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: 
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.contact-us:hover {
    cursor: pointer;
    background-color: #9369e0;
    box-shadow: 0 8px 20px rgba(111, 52, 179, 0.25);
    transform: translateY(-1px);
}

.purpose-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    padding: 2rem;

    background-color: var(--overlay-color);
    color: var(--overlay-text-color);

    .purpose-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        align-items: center;
        max-width: 864px;

        .purpose-title {
            font-size: 50px;
            padding: 0;
            margin: 0;
            text-align: center;
        }

        .purpose-description {
            padding-top: 34px;
            padding-bottom: 34px;
            margin: 0;
            padding: 16px;
        }
    }
}

.purpose-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

    gap: 24px;

    .action {
        position: relative;

        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        padding: 16px;

        height: 140px;
        width: 140px;

        background: var(--primary-color);
        color: var(--primary-text-color);

        border-radius: 6px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

        transition: 
            background-color 0.3s ease,
            box-shadow 0.3s ease,
            transform 0.3s ease;
    }

    .action:hover {
        cursor: pointer;
        background-color: var(--primary-color) !important;
        box-shadow: 0 8px 20px rgba(111, 52, 179, 0.25);
        transform: translateY(-3px);
    }

    .action-title {
        font-weight: 600;
    }

    .action span {
        position: absolute;
        bottom: 20px;

        width: 100%;
        height: 36px;

        display: flex;
        align-items: center;
        justify-content: center;

        font-weight: 600;
        background-color: rgb(56, 66, 77);
    }

    .social-action {
        background-color: #fc65c4 !important;
    }

    .health-action {
        background-color: #a66ce4 !important;
    }

    .education-action {
        background-color: #5170fe !important;
    }
}

.donate {
  position: relative;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;

  background-image: url("/assets/images/doacao-imagem.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  background-attachment: fixed;

  overflow: hidden;
}

.donate-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.info-donate {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.info-donate span {
  display: block;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.info-donate button {
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: #9369e0;
  color: #fff;
  transition: transform 0.3s ease;
}

.info-donate button:hover {
  transform: scale(1.05);
}

.social-medias-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    padding: 2rem;

    background-color: var(--overlay-color);
    color: var(--overlay-text-color);

    .social-medias-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        align-items: center;
        max-width: 864px;

        .social-medias-title {
            font-size: 50px;
            padding: 0;
            margin: 0;
            text-align: center;
        }

        .social-medias-description {
            padding-top: 34px;
            padding-bottom: 34px;
            margin: 0;
        }
    }
}

.social-medias-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

    gap: 24px;

    .social-media-action {
        position: relative;

        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        padding: 16px;

        color: var(--primary-text-color);

        border-radius: 6px;

        .social-media-action-title {
            font-weight: 800;
            color: var(--overlay-text-color);
            max-width: 250px;
            text-align: center;
        }

        .social-media-description {
            font-weight: 500;
            color: var(--overlay-text-color);
            max-width: 250px;
            text-align: center;
        }

        img {
            width: 150px;
            height: 150px;
        }

    }

    .social-media-action:hover {
        cursor: pointer;
    }
}

.fast-actions {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;

    .news {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;

        width: 100%;
        height: 200px;

        padding-top: 68px;
        padding-bottom: 68px;

        background-color: #4454c2;

        h3 {
            font-size: 34px;
            color: var(--primary-text-color);
        }

        span {
            font-size: 16px;
            color: var(--primary-text-color);
            color: var(--primary-text-color);
        }

        button {
            padding: 14px 32px;
            font-size: 16px;
            font-weight: 600;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            background: #9369e0;
            color: #fff;
            margin-top: 20px;
            transition: transform 0.3s ease;
        }

        button:hover {
            transform: scale(1.05);
        }
    }

    .donate-now {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;

        width: 100%;
        height: 200px;

        padding-top: 68px;
        padding-bottom: 68px;

        background-color: #f866c9;

        h3 {
            font-size: 34px;
            color: var(--primary-text-color);
        }

        span {
            font-size: 16px;
            color: var(--primary-text-color);
        }

        button {
            padding: 14px 32px;
            font-size: 16px;
            font-weight: 600;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            background: #9369e0;
            color: #fff;
            margin-top: 20px;
            transition: transform 0.3s ease;
        }

        button:hover {
            transform: scale(1.05);
        }
    }
}

@media (max-width: 768px) {
    .row-presentation {
        width: 100%;
    }

    .purpose-actions {
        flex-direction: column;
    }

    .fast-actions {
        flex-direction: column;

    }

    .social-medias-header {
        flex-direction: column;
        max-width: 768px;
    }

    .social-medias-actions {
        flex-direction: column;
    }


    .title-presentation {
        margin: 0;
        padding: 0;
        color: var(--text-color);
        font-size: 28px;
    }

    .subtitle-presentation {
        margin: 0;
        padding: 0;
        color: var(--text-color);
        font-size: 34px;
        font-weight: 400;
    }

    .description-presentation {
        color: var(--text-color);
        font-size: 18px;
        font-weight: 400;
    }

    .informations-footer {
        flex-direction: column;
    }
}