button:focus:not(:focus-visible){
    box-shadow: none;
}

/* Home */
.home{
    margin-top: 112px;
}

.home .max-width{
    padding: 80px 140px;
    max-width: 1440px;
}

.home .gx-lg-4{
    --bs-gutter-x: 30px;
}

.home .img-div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0; 
}

.home .img-div .content-div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0; 
}

.home .img-div .content-div p{
    color: #525252;
    font-family: Oskari G2;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}

.home .img-div .summit-img{
    border-radius: 16px;
    border: 1px solid var(--e-2, #E2E2E2);

    width: 100%;
}

.home .border-top{
    border-top: 1px solid #F2F2F2;;
}

.home .cards-div{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* College card */
.home .cards-div .college-card{
    border-radius: 16px;
    border: 1px solid #E1E3E6;

    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 24px;
}

.home .cards-div .college-card .college{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.home .cards-div .college-card .college h1{
    color: #0D0F13;
    font-family: Oskari G2;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
}

.home .cards-div .college-card .college .date-add-div{
    display: flex;
    gap: 12px;
    align-self: stretch;
}

.home .cards-div .college-card .college .date-add-div .date-div{
    border-radius: 8px;
    border: 1px solid #F2F2F2;

    display: flex;
    padding: 4px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.home .cards-div .college-card .college .date-add-div .date-div p{
    display: flex;
    padding: 6px 4px 4px 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    color: #808080;
    text-align: center;
    font-family: Oskari G2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.home .cards-div .college-card .college .date-add-div .date-div h6{
    border-radius: 8px;
    background: #F2F2F2;

    display: flex;
    width: 40px;
    padding: 8px 8px 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    color: #1F1F1F;
    text-align: center;
    font-family: Oskari G2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home .cards-div .college-card .college .date-add-div .address-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.home .cards-div .college-card .college .date-add-div .address-div h4{
    color: #202221;
    font-family: Oskari G2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}
.home .cards-div .college-card .college .date-add-div .address-div h5{
    color: #666;
    font-family: Oskari G2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home .cards-div .college-card .bottom-div{
    background: var(--Light-Mode-Status-Green-Accent-Green, #DAFFE2);

    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.home .cards-div .college-card .bottom-div .price{
    border-radius: 8px;

    display: flex;
    height: 36px;
    padding: 4px 12px 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.home .cards-div .college-card .bottom-div .price h6{
    color: var(--Light-Mode-Status-Green-Dark-green, #419653);
    font-family: Oskari G2;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.home .cards-div .college-card .bottom-div .price h6 span{
    color: var(--Light-Mode-Status-Green-Dark-green, #419653);
    font-family: Oskari G2;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.home .cards-div .college-card .bottom-div .price p{
    color: var(--Light-Mode-Status-Green-Dark-green, #419653);
    font-family: Oskari G2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home .cards-div .college-card .bottom-div .buy-btn{
    color: #FFF;
    text-align: center;
    font-family: Oskari G2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    border-radius: 8px;
    background: #1F1F1F;

    display: flex;
    padding: 12px 16px 10px 16px;
    align-items: center;
    gap: 8px;
}

/* Event Card */
.home .cards-div .event-card{
    border-radius: 16px;
    border: 1px solid #E1E3E6;

    padding: 20px;
    gap: 16px;

    display: flex;
    flex-direction: column;
}

.home .cards-div .event-card h1{
    border-bottom: 1px solid #F2F2F2;

    display: flex;
    padding-bottom: 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    color: #000;
    font-family: Oskari G2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home .cards-div .event-card .content-div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.home .cards-div .event-card .content-div .age-div{
    display: flex;
    align-items: center;
    gap: 18px;
}

.home .cards-div .event-card .content-div .age-div .above-13{
    border-radius: 8px;
    border: 1px solid #F2F2F2;

    display: flex;
    height: 28px;
    padding: 8px 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
/* .home .cards-div .event-card .content-div .age-div .above-13 img{
    width: 16.474px;
    height: 8.862px;
} */

.home .cards-div .event-card .content-div .age-div div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.home .cards-div .event-card .content-div .age-div div p{
    color: #7A7C82;
    font-family: Oskari G2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.home .cards-div .event-card .content-div .age-div div h5{
    color: #202226;
    font-family: Oskari G2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home .cards-div .event-card .content-div .lang-div {
    display: flex;
    align-items: center;
    gap: 18px;
}

.home .cards-div .event-card .content-div .lang-div .globe-icon{
    border-radius: 8px;
    border: 1px solid #F2F2F2;

    display: flex;
    padding: 4px;
    align-items: center;
    gap: 8px;
}
.home .cards-div .event-card .content-div .lang-div .globe-icon img{
    width: 20px;
    height: 20px;
}
.home .cards-div .event-card .content-div .lang-div div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.home .cards-div .event-card .content-div .lang-div p{
    color: #7A7C82;
    font-family: Oskari G2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.home .cards-div .event-card .content-div .lang-div h5{
    color: #202226;
    font-family: Oskari G2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* Socials Card */
.home .cards-div .socials-card{
    border-radius: 16px;
    border: 1px solid #E1E3E6;

    display: flex;
    padding: 20px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}
.home .cards-div .socials-card h1{
    border-bottom: 1px solid #F2F2F2;

    display: flex;
    padding-bottom: 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    color: #000;
    font-family: Oskari G2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-bottom: 16px;
}

.home .cards-div .socials-card .card-div{
    border-radius: 12px;
    border: 1px solid #F2F2F2;

    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.home .cards-div .socials-card .card-div h4{
    color: #7A7C82;
    font-family: Oskari G2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.home .cards-div .socials-card .card-div a{
    color: #202226;
    font-family: Oskari G2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.home .cards-div .socials-card .follows-div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;

    margin-top: 32px;
}
.home .cards-div .socials-card .follows-div h2{
    color: #7A7C82;
    font-family: Oskari G2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* .home .cards-div .socials-card .follows-div{} */
.home .cards-div .socials-card .follows-div .socials{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.home .cards-div .socials-card .follows-div .socials .handle{
    display: flex;
    align-items: center;
    gap: 12px;
}
.home .cards-div .socials-card .follows-div .socials .handle h6{
    border-radius: 12px;
    border: 1px solid #F2F2F2;

    width: 20px;
    height: 20px;
}
.home .cards-div .socials-card .follows-div .socials .handle a{
    color: #7A7C82;
    font-family: Oskari G2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home .gallery .head-div {
    margin-bottom: 32px;
}

.home .gallery .head-div div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.home .gallery h2{
    color: #1F1F1F;
    font-family: Oskari G2;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home .gallery p{
    color: #666;
    font-family: Oskari G2;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.home .carousel img{
    height: 245px;
    width: 245px;

    margin-right: 16px;
}

.home .flickity-button:disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.home .flickity-prev-next-button.next {
    right: 0px;
    align-items: center;
}

.home .flickity-prev-next-button.previous {
    left: 87%;
    align-items: center;
}

.home .flickity-prev-next-button {
    top: -25%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transform: translateY(-50%);

    border-radius: 400px;
    border: 1px solid #F2F2F2;

    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}

.home .flickity-prev-next-button .flickity-button-icon {
    position: relative !important;
    left: 0% !important;
    top: 0% !important;
    width: 14px !important;
    height: 14px !important;
}

.flickity-prev-next-button .flickity-button-icon {
    width: 20px;
    height: 20px;
}


/* upcoming-summits */
.upcoming-summits{
    padding: 80px 0px;
}

.upcoming-summits .max-width{
    padding-inline: 140px;
}

.upcoming-summits .head-div{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;

    margin-bottom: 40px;
}

.upcoming-summits .head-div h1{
    color: #202226;
    font-family: Oskari G2;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.upcoming-summits .head-div .view-btn{
    color: #000;
    text-align: center;
    font-family: Oskari G2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    border-radius: 8px;
    border: 1px solid #F2F2F2;
    background: #FFF;

    display: flex;
    padding: 12px 16px 10px 16px;
    align-items: center;
    gap: 8px;
}

.upcoming-summits .cards-div .card-div{
    width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}

.upcoming-summits .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 24px;
}

.upcoming-summits .cards-div .card-div .top-div img{
    width: 100%;
}

.upcoming-summits .cards-div .card-div .bottom-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.upcoming-summits .cards-div .card-div .bottom-div .content-div{
    display: flex;
    align-items: center;
    gap: 16px;
}

.upcoming-summits .cards-div .card-div .bottom-div .content-div .date-div{
    border-radius: 8px;
    border: 1px solid #F2F2F2;

    display: flex;
    padding: 4px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.upcoming-summits .cards-div .card-div .bottom-div .content-div .date-div p{
    display: flex;
    padding: 6px 4px 4px 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    color: #808080;
    text-align: center;
    font-family: Oskari G2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.upcoming-summits .cards-div .card-div .bottom-div .content-div .date-div h6{
    border-radius: 8px;
    background: #F2F2F2;

    display: flex;
    width: 40px;
    padding: 8px 8px 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;

    color: #1F1F1F;
    text-align: center;
    font-family: Oskari G2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div h4{
    color: #1F1F1F;
    text-align: center;
    font-family: Oskari G2;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div div{
    display: flex;
    align-items: center;
    gap: 12px;
}

.upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div div p{
    color: #666;
    font-family: Oskari G2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div div p span{
    color: #666;
    font-family: Oskari G2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div div img{

}
.upcoming-summits .cards-div .card-div .bottom-div .content-div .college-div div h6{
    color: #666;
    text-align: center;
    font-family: Oskari G2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
}

.upcoming-summits .cards-div .card-div .bottom-div .view-btn{
    border-radius: 8px;
    background: #1F1F1F;

    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;

    color: #FFF;
    text-align: center;
    font-family: Oskari G2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
} 
.upcoming-summits .cards-div .card-div .bottom-div .view-btn span{
    padding-top: 2px;
}

@media (max-width: 992px) { 

}

@media (max-width: 768px) { 
    .float-bottom{
        background: #FFF;
        box-shadow: 0px -12px 24px 0px rgba(0, 0, 0, 0.08);

        display: flex;
        width: 100%;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;

        height: 72px;
    }
}

@media (max-width: 576px) { 
    .home {
        margin-top: 72px;
    }

    .home .max-width {
        padding: 56px 24px;
        max-width: 1440px;
    }

    .home .img-div {
        display: block;

        margin-bottom: 0px;
    }

    .home .img-div .summit-img {
        margin-bottom: 24px;
    }

    .home .cards-div .college-card {
        margin-bottom: 16px;
    }
    .home .cards-div .event-card {
        margin-bottom: 24px;
    }

    .home .cards-div .college-card .college h1 {
        font-size: 22px;
    }

    .home .img-div .content-div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        flex: 1 0 0;
    }

    .home .img-div .content-div p {
        color: #525252;
        font-family: Oskari G2;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 25.2px */
    }

    .home hr{
        border-top: var(--bs-border-width) solid;
        opacity: .1;

        margin: 24px 0px;
    }

    .home .cards-div {
        gap: 0px;
    }

    .home .flickity-prev-next-button.previous {
        left: 75%;
        align-items: center;
    }

    .home .cards-div .event-card .content-div .age-div div p{
        font-size: 16px;
    }

    .home .cards-div .event-card .content-div .age-div div h5 {
        font-size: 18px;
    }

    .home .cards-div .event-card .content-div .lang-div p {
        font-size: 16px;
    }

    .home .cards-div .event-card .content-div .lang-div h5 {
        font-size: 18px;
    }
    .home .cards-div .event-card .content-div .age-div .above-13 img{
        width: 20px;
        height: 20px;
    }
    .home .cards-div .event-card .content-div .age-div .above-13 {
        padding: 8px;
    }
    .home .cards-div .event-card .content-div .lang-div .globe-icon{
        padding: 8px;
    }

    .home .cards-div .college-card .bottom-div {
        width: 100%;
        border-radius: 8px;
    }

    /* Upcoming Summits */
    .upcoming-summits .max-width {
        padding-inline: 0px;
    }
    .upcoming-summits {
        padding: 56px 24px 72px 24px;
    }

    .upcoming-summits .head-div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        align-self: stretch;

        margin-bottom: 28px;
    }

    .upcoming-summits .head-div h1 {
        color: #1F1F1F;
        font-family: Oskari G2;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%; /* 39.6px */
    }

    .upcoming-summits .head-div .view-btn {
        color: #666;
        text-align: center;
        font-family: Oskari G2;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        border-radius: 5px;
        border: 1px solid #F2F2F2;
        background: #FFF;

        display: flex;
        padding: 10px 16px 8px 16px;
        align-items: center;
        gap: 8px;
    }

    .upcoming-summits .g-2, .upcoming-summits .gy-2 {
        --bs-gutter-y: 24px;
    }

    .upcoming-summits .cards-div .card-div .bottom-div .view-btn {
        border-radius: 8px;
        background: #1F1F1F;

        display: flex;
        padding: 12px;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }

    .upcoming-summits .cards-div .card-div .bottom-div .view-btn img{
        width: 16px;
        height: 16px;
    }

    .footer {
        padding: 56px 0px 120px 0px;
        border-top: 1px solid var(--e-2, #E2E2E2);
    }
}