/* SINGLE HEADER */
.natgeo__top_wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding: 128px 0 0 0;
}

    @media (min-width:  550px) {
        .natgeo__top_wrapper {
            padding: 152px 0 0 0;
        }
    }

    @media (min-width:  768px) {
        .natgeo__top_wrapper {
            padding: 172px 0 0 0;
        }
    }


.natgeo__top_wrapper .natgeo__top {
    position: relative;
    display: block;
    width: 100%;
    height: fit-content;
    margin: 0 auto;
}

.natgeo__top_wrapper .natgeo__top_wrapper_bg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 21vw);
    z-index: 1;
    background-color: var(--black);
}

    @media (min-width:  900px) {
        .natgeo__top_wrapper .natgeo__top_wrapper_bg {
            height: 791px;
        }
    }

.natgeo__top_wrapper .natgeo__top_wrapper_bg figure {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.natgeo__top_wrapper .natgeo__top_wrapper_bg figure img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.natgeo__top_wrapper .natgeo__top {
    z-index: 2;
}

.natgeo__top_wrapper .natgeo__top h1 {
    font-family: "montserrat-bold", sans-serif;
    position: relative;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 32px;
    color: var(--white);
}

    @media (min-width: 400px) {
        .natgeo__top_wrapper .natgeo__top h1 {
            font-size: 28px;
            line-height: 32px;
        }
    }

    @media (min-width: 768px) {
        .natgeo__top_wrapper .natgeo__top h1 {
            margin-bottom: 51px;
            font-size: 42px;
            line-height: 40px;
        }
    }

    @media (min-width: 1280px) {
        .natgeo__top_wrapper .natgeo__top h1 {
            font-size: 52px;
            line-height: 50px;
        }
    }

.natgeo__top_wrapper .natgeo__top p {
    font-family: "montserrat-medium", sans-serif;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 48px;
    letter-spacing: .5px;
    color: var(--white);
}

    @media (min-width: 550px) {
        .natgeo__top_wrapper .natgeo__top p {
            font-size: 16px;
            line-height: 30px;
            letter-spacing: .5px;
            margin-bottom: 61px;
        }
    }

.natgeo__top_wrapper .natgeo__top .video-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: fit-content;
    background-color: grey;
}


/* TEXT */
.natgeo__text_wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: fit-content;
    padding-top: 42px;
    padding-bottom: 55px;
}
    @media (min-width:  768px) {
        .natgeo__text_wrapper {
            padding-top: 71px;
            padding-bottom: 55px;
        }
    }

.natgeo__text_wrapper.--black {
    background-color: var(--black);
    color: var(--white);
}

.natgeo__text_wrapper.--white {
    background-color: var(--white);
    color: var(--black);
}

.natgeo__text_wrapper .natgeo__text {
    position: relative;
    display: flex;
    flex-flow: column;
    row-gap: 28px;
    width: 100%;
    margin: 0 auto;
}

    @media (min-width:  768px) {
        .natgeo__text_wrapper .natgeo__text {
            padding: 0px;
            row-gap: 34px;
        }
    }

.natgeo__text_wrapper .natgeo__text-separator {
    margin: -4px auto 0px;
}
    

/* COLUMNS */
.natgeo__columns_wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: fit-content;
    padding-top: 14px;
    padding-bottom: 20px;
}

    @media (min-width:  550px) {
        .natgeo__columns_wrapper {
            padding-top: 46px;
            padding-bottom: 85px;
        }
    }

.natgeo__columns_wrapper .natgeo__columns {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    width: 100%;
    height: fit-content;
    row-gap: 46px;
}

.natgeo__columns_wrapper .natgeo__columns .natgeo__column {
    position: relative;
    display: inline-block;
    width: 100%;
    height: fit-content;
}

    @media (min-width:  550px) {
        .natgeo__columns_wrapper .natgeo__columns .natgeo__column {
            height: 50vw;
            width: calc(50% - 5px);
        }
    }

    @media (min-width:  900px) {
        .natgeo__columns_wrapper .natgeo__columns .natgeo__column {
            height: 450px;
        }
    }


.natgeo__columns_wrapper .natgeo__columns .natgeo__column figure {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.natgeo__columns_wrapper .natgeo__columns .natgeo__column figure img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.natgeo__columns_wrapper .natgeo__columns .natgeo__column .caption {
    position: relative;
    display: block;
    margin-top: 10px;
    width: 100%;
    height: fit-content;
    text-align: center;
    font-family: "montserrat-light", sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
}
    @media (min-width:  550px) {
        .natgeo__columns_wrapper .natgeo__columns .natgeo__column .caption {
            position: absolute;
            font-size: 14px;
            line-height: 20px;
            margin-top: 15px;
        }
    }

/* CARDS */
.natgeo__cards_wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: fit-content;
    padding-top: 0px;
    padding-bottom: 76px;
}

.natgeo__cards_wrapper .natgeo__cards {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10px;
    row-gap: 40px;
    width: 100%;
}

.natgeo__cards_wrapper .natgeo__cards .natgeo__card {
    position: relative;
    display: inline-flex;
    width: 100%;
    border-radius: 13px;
    flex: 100%;
    max-width: 300px;
    aspect-ratio: 1/1.75;
    align-items: flex-end;
    padding-bottom: 60px;
}
    @media (min-width: 1024px) {
        .natgeo__cards_wrapper .natgeo__cards .natgeo__card {
            width: calc(33.33% - (10px * .67 ) );
            align-items: flex-end;
            padding-bottom: 80px;
            height: 620px;
            flex: initial;
            max-width: none;
            justify-content: center;
        }
    }

    @media (min-width: 1280px) {
        .natgeo__cards_wrapper .natgeo__cards .natgeo__card {
            height: 710px;
        }
    }

.natgeo__cards_wrapper .natgeo__cards .natgeo__card:hover .natgeo__card_image {
    background-color: var(--black);
}
.natgeo__cards_wrapper .natgeo__cards .natgeo__card:hover .natgeo__card_image img {
    transform: scale(1.2);
    opacity: .8;
}

.natgeo__cards_wrapper .natgeo__cards .natgeo__card .natgeo__card_image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 13px;
    overflow: hidden;
	transition: background .4s ease;
	-webkit-transition: background .4s ease;
	-moz-transition: background .4s ease;
	-o-transition: background .4s ease;
}

.natgeo__cards_wrapper .natgeo__cards .natgeo__card .natgeo__card_image img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.natgeo__cards_wrapper .natgeo__cards .natgeo__card .natgeo__card_text {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 390px;
    height: fit-content;
    height: fit-content;
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    row-gap: 24px;
    padding: 0 20px;
}

    @media (min-width:  1024px) {
        .natgeo__cards_wrapper .natgeo__cards .natgeo__card .natgeo__card_text {
            height: 300px;
            row-gap: 0px;
            padding: 0px;
        }
    }

.natgeo__cards_wrapper .natgeo__cards .natgeo__card .natgeo__card_text h3 {
    font-family: "montserrat-bold", sans-serif;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    padding: 0 20px;
}

    @media (min-width: 1280px) {
        .natgeo__cards_wrapper .natgeo__cards .natgeo__card .natgeo__card_text h3 {
            font-size: 25px;
            line-height: 30px;
            letter-spacing: 4px;
            padding: 0 0px;
        }
    }

.natgeo__cards_wrapper .natgeo__cards .natgeo__card .natgeo__card_text p {
    font-family: "montserrat-bold", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    color: var(--white);
    width: 100%;
    max-width: 330px;
}

    @media (min-width: 1280px) {
        .natgeo__natgeo__cards .natgeo__cards .natgeo__card {
            height: 710px;
        }
    }

/* BUTTON */
.natgeo__button_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: fit-content;
    padding-top: 0px;
    padding-bottom: 120px;
}

    @media (min-width: 1280px) {
        .natgeo__button_wrapper {
            padding-bottom: 180px;
        }
    }