@charset "utf-8";

/* Header */
/* ------------------------------------------------------------------------------------ */

#anniversary {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 50px 0 0 0;
    background-image: url("img/75-waves.webp");
    background-size: cover;
    background-position: top center;
}
.anniversary_logo {
    z-index: 50;
    aspect-ratio: 1/1;
    width: 80vw;
    max-width: 400px;
    background-image: url("img/75-anniversary-logo.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Content */
/* ------------------------------------------------------------------------------------ */

#anniversary_content {
    padding: 70px 0;
}
.anniversary_content_inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#anniversary_content h1 {
    font-size: 45px;
    color: #001e62;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 30px 0;
}
#anniversary_content p {
    font-size: 18px;
    line-height: 1.6em;
    max-width: 1000px;
}

@media (max-width: 1000px) {
    #anniversary_content h1 {
        font-size: 40px;
    }
    #anniversary_content {
        padding: 50px 0;
    }
}
@media (max-width: 600px) {
    #anniversary_content h1 {
        font-size: 32px;
    }
    #anniversary_content {
        padding: 30px 0 0 0;
    }
}

/* Promotion */
/* ------------------------------------------------------------------------------------ */

#product.anniversary_product {
    background: #e4f0f1;
}
#product.anniversary_product .product_inner {
    gap: 130px;
}
#product.anniversary_product .product_promo_text {
    order: 1;
    flex: 1 1 60%;
    padding: 50px 0 50px 5%;
}
#product.anniversary_product .product_promo_text h2 {
    color: #001e62;
}
#product.anniversary_product .product_promo_text h2 span {
    display: block;
}
#product.anniversary_product .product_promo_text h2 .intro_text,
#product.anniversary_product .product_promo_text h2 .description_text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
}
#product.anniversary_product .product_promo_text h2 .big_text {
    font-weight: 700;
    font-size: 52px;
    margin: 20px 0 8px 0;
    line-height: 37px;
    position: relative;
}
#product.anniversary_product .product_promo_text h2 .medium_text sup,
#product.anniversary_product .product_promo_text h2 .big_text sup {
    font-size: 15px;
    position: absolute;
    top: 0;
    line-height: 0.3em;
    margin: 0 0 0 4px;
}
#product.anniversary_product .product_promo_text h2 .medium_text {
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    position: relative;
    margin: 0 0 20px 0;
}

#product.anniversary_product .product_graphic_section {
    order: 2;
    flex: 1 1 30%;
    max-width: 500px;
    aspect-ratio: 1/1;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}
#product.anniversary_product .product_graphic_section_image::before {
    background-color: var(--yellow);
}
#product.anniversary_product .product_graphic_section_image::after {
    background-color: var(--orange);
}
@media (max-width: 1000px) {
    #product.anniversary_product .product_promo_text h2 .intro_text,
    #product.anniversary_product .product_promo_text h2 .description_text {
        font-size: 17px;
    }
    #product.anniversary_product .product_inner {
        gap: 60px;
    }
}
@media (max-width: 850px) {
    #product.anniversary_product .product_promo_text {
        padding: 0 0 30px 0;
        text-align: center;
    }
    #product.anniversary_product .product_promo_text h2 {
        font-size: 23px;
    }
    .product_inner {
        padding: 0;
        flex-direction: column;
    }
    .product_inner .button_wrap {
        justify-content: center;
    }
    .product_graphic_section_image {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        max-width: 350px;
    }
    #product.anniversary_product .product_graphic_section {
        order: 1;
        aspect-ratio: initial;
        justify-content: center;
    }
    #product.anniversary_product .product_inner {
        gap: 30px;
    }
}

/* Videos */
/* ------------------------------------------------------------------------------------ */

#video_section_anniversary {
    display: none;
}

/* Products */
/* ------------------------------------------------------------------------------------ */

#products_that_made_us_anniversary {
    padding: 70px 0;
}
.products_that_made_us_anniversary_inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 40px 0;
}
#products_that_made_us_anniversary h2 {
    font-size: 45px;
    color: #001e62;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 30px 0;
}
#products_that_made_us_anniversary p {
    font-size: 18px;
    line-height: 1.6em;
    max-width: 1000px;
}

.anni_custom_blue_block_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 20px 0;
}

.anni_custom_blue_block_list_item {
    min-height: 300px;
    border-radius: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    padding: 40px;
    transition: ease all 300ms;
    background-color: #e1f1f1;
    text-align: center;
    border: 1px solid #e1f1f1;
    overflow: hidden;
    text-align: left;
    padding-right: 30%;
    background-color: var(--blue);
    border: 1px solid var(--blue);
}
.anni_custom_blue_block_list_item:hover {
    border: 1px solid var(--blue);
}
.anni_custom_blue_block_list_item_content {
    position: relative;
    z-index: 2;
}

.anni_custom_blue_block_list_item .anni_custom_blue_block_list_item_image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.anni_custom_blue_block_list_item .anni_custom_blue_block_list_item_image:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: ease all 300ms;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001e62+0,001e62+100&1+0,0.5+100 */
    background: linear-gradient(to right, rgba(0, 30, 98, 1) 0%, rgba(0, 30, 98, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.anni_custom_blue_block_list_item_content h3 {
    color: var(--yellow);
    font-weight: 700;
    font-size: 1.2em;
    margin: 7px 0 0 0;
}
#products_that_made_us_anniversary .anni_custom_blue_block_list_item_content p {
    font-size: 1.5em;
    color: white;
    font-size: 14px;
    margin: 10px 0 20px 0;
}

#product.scholarship {
    display: none;
}
@media (max-width: 900px) {
    .anni_custom_blue_block_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    .anni_custom_blue_block_list_item {
        min-height: 240px;
    }
    .anni_custom_blue_block_list_item_content h3 {
        margin: 0;
    }
}
@media (max-width: 600px) {
    .anni_custom_blue_block_list {
        padding: 0;
    }
    #products_that_made_us_anniversary {
        padding: 30px 0;
    }
    #products_that_made_us_anniversary h2 {
        font-size: 30px;
    }
}

/* History  */
/* ------------------------------------------------------------------------------------ */

#anni_history {
    /* padding: 70px 0; */
    padding: 30px 0 70px 0;
}
.anni_history_inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 40px 0;
}
#anni_history h2 {
    font-size: 45px;
    color: #001e62;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 30px 0;
}
#anni_history p {
    font-size: 18px;
    line-height: 1.6em;
    max-width: 1000px;
}
#anni_history .wrapper {
    max-width: 1000px;
}

/* Timeline */
/* ------------------------------------------------------------------------------------ */

.history_timeline {
    position: relative;
    padding: 0 0 30px 50px;
    overflow: hidden;
}

.history_timeline:after {
    content: "";
    width: 1px;
    background: #d6d6d6;
    bottom: 0;
    top: 8px;
    position: absolute;
    left: 25px;
    display: block;
}
.history_timeline h3 {
    position: relative;
    line-height: 20px;
    font-size: 50px;
    font-weight: bold;
    color: var(--blue);
    z-index: 5;
    margin: 40px 0 32px 0;
}

/* Decade */
/* --------------------------------- */
.decade_row {
    position: relative;
    margin: 80px 0 0 0;
}
.decade_row:first-child {
    margin: 0;
}
.decade_row h3:before {
    /* Dot */
    content: "";
    display: block;
    border-radius: 50%;
    left: -32px;
    top: 5px;
    height: 15px;
    width: 15px;
    position: absolute;
    background-color: var(--blue);
}
.decade_row:first-child h3:after {
    /* White Line Blocker */
    content: "";
    left: -50px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 7px;
    width: 50px;
    z-index: -1;
    height: 500px;
}
.decade_gallery {
    display: flex;
    gap: 15px;
    position: relative;
    z-index: 10;
}
.decade_gallery_image {
    background-size: cover;
    background-position: center;
    flex: 1 1 30%;
    border-radius: 15px;
    aspect-ratio: 16/9;
}

/* Year */
/* --------------------------------- */
.year_row {
    z-index: 5;
    position: relative;
    margin: 25px 0 0 0;
}
.year_row h4 {
    font-size: 20px;
    font-weight: bold;
    color: var(--orange);
}
#anni_history .year_content p {
    font-size: 15px;
    margin: 12px 0;
    line-height: 1.3em;
}
.year_row:before {
    /* Dot */
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 7px;
    height: 11px;
    width: 11px;
    background-color: var(--orange);
}
.year_row:last-child:after {
    /* White Line Blocker */
    content: "";
    left: -50px;
    display: block;
    background: #fff;
    position: absolute;
    top: 12px;
    width: 50px;
    z-index: -1;
    height: 1000px;
}
@media (max-width: 700px) {
    .decade_gallery_image:nth-child(3) {
        display: none;
    }
    .history_timeline {
        padding: 0 0 0 35px;
    }
    .history_timeline::after {
        left: 10px;
    }
}
@media (max-width: 600px) {
    #anni_history h2 {
        font-size: 30px;
        margin: 0;
    }
    .history_timeline h3 {
        font-size: 40px;
        margin: 40px 0 24px 0;
    }
    .anni_history_inner {
        margin: 0 0 20px 0px;
    }
}

/* CTA  */
/* ------------------------------------------------------------------------------------ */

#anniversary_cta {
    padding: 70px 0;
}
#anniversary_cta .wrapper {
    max-width: 1000px;
}
#anniversary_cta h2 {
    font-size: 35px;
    color: #001e62;
    font-weight: 700;
    line-height: 1.3em;
}
.anniversary_cta_inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 35px;
}

@media (max-width: 1000px) {
    #anniversary_cta h2 {
        font-size: 32px;
    }
    .anniversary_cta_inner {
        gap: 20px;
    }
}
@media (max-width: 700px) {
    #anniversary_cta {
        padding: 40px 0;
    }
    #anniversary_cta h2 {
        font-size: 22px;
    }
    .anniversary_cta_inner {
        gap: 15px;
    }
}
@media (max-width: 600px) {
    #anniversary_cta {
        padding: 20px 0;
    }
}
