.acharya-parent {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.acharya-single {
    width: calc(33.33% - 13.33px);
    border-radius: 8px !important;
    position: relative;
    overflow: hidden;
}

.acharya-single img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 8px !important;
    transform: scale(1);
    transition: all 0.5s ease;
}

.acharya-single:hover img {
    transform: scale(1.05);
    transition: all 0.5s ease;
}

.gradient-acharya {
    position: absolute;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: end;
    border-radius: 8px !important;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.text-acharya {
    font-family: Inter;
    font-weight: 700px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.16em;
    text-align: center;
    color: white;
    max-width: 300px;
    padding-bottom: 30px;
}

.acharya-single:hover .gradient-acharya {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.courses-home-parent {
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.courses-home-single {
    display: flex;
    gap: 35px;
}

.courses-home-title {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 12px;
}

.courses-home-short-description {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 27.18px;
    letter-spacing: 0.13em;
    margin-bottom: 0px;
}

.courses-home-left img {
    width: 80px;
    max-width: 80px !important;
}

.home-event-parent {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.home-event-single {
    display: flex;
    background-color: white;
    border-radius: 8px;
}

.home-event-left {
    overflow: hidden;
    width: 30%;
    min-width: 250px;
}

.home-event-left img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.home-event-right {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 35px;
    padding: 20px 40px;
    width: 70%;
    position: relative;
}

.home-event-all-detilas {
    display: flex;
    align-items: center;
    margin-left: 35px;
}

.home-event-button {
    display: flex;
    align-items: center;
}

.home-event-date {
    height: 80px;
    width: 80px;
    border: 3px solid white;
    background-color: #FF9A77;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 100px;
    position: absolute;
    left: -40px;
}

.home-event-date-day {
    font-family: Inika;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-align: center;
    line-height: 18px;
    color: white;
}

.home-event-date-month {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.13em;
    text-align: center;
    color: white;
}

.home-event-name {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.13em;
    margin: 0px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.home-event-location-text {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.13em;
    display: flex;
    align-items: center;
    width: 100%;
}

.home-event-time-text {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.13em;
    display: flex;
    align-items: center;
    width: 100%;
}

.home-event-time {
    display: flex;
    gap: 14px;
}

.home-event-location {
    display: flex;
    gap: 14px;
    margin-bottom: 15px;
}

.home-event-time-icon img {
    width: 27px;
}

.home-event-time-icon {
    display: flex;
    align-items: center;
}

.home-event-location-icon {
    display: flex;
    align-items: center;
}

.home-event-time-icon img{
    width: 30px;
}

.home-event-location-icon img{
    width: 30px;
}

.home-event-button a {
    background-color: #FF9A77;
    padding: 10px 20px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-align: center;
    text-decoration: none !important;
    color: white;
    border-radius: 100px;
    min-width: 150px;
    transition: all 0.2s ease;
}

.home-event-button a:hover {
    color: #FF9A77;
    border: 2px solid #FF9A77;
    background-color: white;
    transition: all 0.2s ease;
}

.festival-parent {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.festival-single {
    width: calc(33.33% - 13.33px);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.festival-single img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 8px !important;
    transform: scale(1);
    transition: all 0.5s ease;
}

.festival-single:hover img {
    transform: scale(1.05);
    transition: all 0.5s ease;
}

.gradient-festival {
    height: 50%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: end;
    border-radius: 8px;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.text-festival {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.16em;
    text-align: center;
    color: white;
    max-width: 300px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.festival-single:hover .gradient-festival {
    opacity: 0;
    transition: opacity 0.5s ease;
}















@media screen and (max-width: 991px) {
    .acharya-single {
        width: calc(50% - 10px);
    }

    .festival-single {
        width: calc(50% - 10px);
    }

    .home-event-single {
        flex-direction: column;
    }

    .home-event-left {
        width: 100%;
    }

    .home-event-right {
        width: 100%;
        flex-direction: column;
        padding: 50px 20px 30px;
    }

    .home-event-date {
        top: -40px;
        left: 50%;
        transform: translate(-50%);
    }

    .home-event-all-detilas {
        margin-left: 0px;
    }

    .home-event-button {
        justify-content: center;
    }

    .home-event-parent {
        display: flex;
        gap: 20px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .home-event-single {
        width: calc(50% - 10px);
    }

    .home-event-left img {
        border-radius: 8px !important;
    }
}

@media screen and (max-width: 768px){
    .home-event-single{
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .acharya-single {
        width: 100%;
    }

    .festival-single {
        width: 100%;
    }
}