@import "components/accordion_2.css";
@import "components/banners.css";
@import "components/buttons.css";
@import "components/dropdowns.css";
@import "components/fades.css";
@import "components/features.css";
@import "components/footer_1.css";
@import "components/menus.css";
@import "components/modals.css";
@import "components/nav_bars.css";
@import "components/overlays.css";
@import "components/popups.css";
@import "components/preloaders.css";
@import "components/scroll_anchors.css";
@import "components/text_groups.css";
@import "components/tiles.css";

/* general ---------------------------- */
.mob {
    display: none;
}
.btn-lean {
    padding: 15px 30px;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85vh;
    overflow: hidden;
}
.video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: -1;
    opacity: 0.5;
}
.video-bg-iframe-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.video-bg-iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 102vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-bg .video-mobile {
    display: none;
}
.video-bg .fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to top, var(--charcoal), transparent);
    z-index: 1;
}
.front {
    z-index: 2;
}
.btn-1 {
    transition: 0.3s ease-in-out;
}
.btn-1:hover {
    transform: scale(1.05);
}
@media only screen and (max-width: 991px) {
    :root {
        --h3-font-size: 2.5rem;
    }
}
@media only screen and (max-width: 768px) {
    .video-bg .video-mobile {
        display: block;
    }
    .video-bg .video-desktop {
        display: none;
    }
}
@media only screen and (max-width: 501px) {
    :root {
        --txt-med: 1rem;
    }
}
@media only screen and (max-width: 501px) {
    :root {
        --h3-font-size: 2rem;
    }
    .btn-1 {
        padding: 15px 40px;
    }
    .btn-lean {
        padding: 10px 30px;
    }
    .mob {
        display: block;
    }
}

.heading {
    text-align: center;
    padding-top: var(--space-xlrg);
}
.typewriter-container {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}
.heading h1 {
    font-size: calc(min(10vw, 190px));
    margin-bottom: 0;
    line-height: 1em;
    visibility: hidden;
}
.heading h1.smaller {
    font-size: calc(min(7vw, 121px));
}
.heading .tagline {
    margin-top: calc(var(--space-sml) * 1.5);
    font-size: 1.75rem;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
}
.initial-secondary {
    opacity: 0;
}
@media only screen and (max-width: 991px) {
    .heading .tagline {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 768px) {
    .heading h1 {
        font-size: 17.5vw;
        margin-bottom: 0;
        line-height: 1em;
    }
    .heading h1.smaller {
        font-size: 9.75vw;
    }
}
@media only screen and (max-width: 501px) {
    .heading {
        padding-top: var(--space-lrg);
    }
    .heading .tagline {
        font-size: 1.15rem;
    }
}

.play-strip {
    width: 100%;
    height: auto;
    padding: 0 var(--space-xsml);
}
.play-strip .mobile {
    display: none;
}
@media only screen and (max-width: 768px) {
    .play-strip .desktop {
        display: none;
    }
    .play-strip .mobile {
        display: block;
    }
}

.frame {
    position: relative;
    padding: var(--space-lrg);
    clip-path: polygon(75px 0, calc(100% - 75px) 0, 100% 75px, 100% calc(100% - 75px), calc(100% - 75px) 100%, 75px 100%, 0 calc(100% - 75px), 0 75px);
}
.frame-inner {
    position: absolute;
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    clip-path: polygon(75px 0, calc(100% - 75px) 0, 100% 75px, 100% calc(100% - 75px), calc(100% - 75px) 100%, 75px 100%, 0 calc(100% - 75px), 0 75px);
    z-index: -1;
}
.frame .content {
    position: relative;
    max-width: 60rem;
    margin: 0 auto;
    z-index: 1;
}
@media only screen and (max-width: 1100px) {
    .frame {
        padding: var(--space-med) var(--space-lrg);
        clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% calc(100% - 50px), calc(100% - 50px) 100%, 50px 100%, 0 calc(100% - 50px), 0 50px);
    }
    .frame-inner {
        clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% calc(100% - 50px), calc(100% - 50px) 100%, 50px 100%, 0 calc(100% - 50px), 0 50px);
    }
}
@media only screen and (max-width: 768px) {
    .frame,
    .frame-inner {
        clip-path: polygon(7.5vw 0, calc(100% - 7.5vw) 0, 100% 7.5vw, 100% calc(100% - 7.5vw), calc(100% - 7.5vw) 100%, 7.5vw 100%, 0 calc(100% - 7.5vw), 0 7.5vw);
    }
}
@media only screen and (max-width: 501px) {
    .frame {
        padding: var(--space-med);
    }
}

/* header ---------------------------- */
.colony_nav {
    background: var(--charcoal);
}
.colony_nav .nav_inner {
    padding: calc(var(--space-xsml) * 1.5) var(--container-padding);    
}
.colony_nav .logo img {
    height: 35px;
}
.colony_nav .links {
    gap: var(--space-sml);
}
.colony_nav .links a {
    color: var(--offWhite);
    text-transform: uppercase;
    font-size: 0.8rem;
    padding: 7px 15px;
}
.page-home a.link-home,
.page-story a.link-story,
.page-lineup a.link-lineup {
    background: var(--offWhite);
    color: var(--charcoal);
    font-weight: 700;
}
.colony_nav .links a.under {
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .colony_nav .logo img {
        height: 30px;
    }
}
@media only screen and (max-width: 501px) {
    .colony_nav .logo img {
        height: 27.5px;
    }
}

/* menu ------------------------------ */
.menu_open,
.menu_open i {
    user-select: none;
}
.menu {
    background: var(--offWhite);
    height: 100vh;
    width: 100%;
    padding-top: calc(var(--space-sml) * 1.5);
}
.menu a {
    display: block;
    text-align: center;
    font-family: var(--f37Stout);
    text-transform: uppercase;
    font-size: calc(min(12vw, 60px));
    font-weight: 900;
    line-height: 1em;
    color: var(--charcoal);
    margin-bottom: var(--space-sml);
    user-select: none;
}
.menu a.under {
    text-decoration: underline;
}

/* company --------------------------- */
.company {
    margin-top: var(--space-xlrg);
}

/* contact --------------------------- */
.contact {
    margin-top: var(--space-xlrg);
}
.contact h3 {
    margin-top: var(--space-lrg);
    text-align: center;
}

/* footer ---------------------------- */
.colony_footer {
    padding: var(--space-lrg) 0;
    font-size: 0.9rem;
}
.colony_footer .footer-grid {
    display: flex;
    justify-content: space-between;
    gap: var(--space-lrg);
}
.colony_footer ul,
.colony_footer li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.colony_footer a {
    font-size: 0.9rem;
    text-decoration: none;
}
.colony_footer .logo {
    height: auto;
    width: 65px;
    margin-bottom: var(--space-med);
}
.colony_footer .brand,
.colony_footer .brand a {
    font-size: 0.8rem;
}
.colony_footer .brand a {
    text-decoration: underline;
}
.colony_footer .socials {
    display: flex;
    gap: calc(var(--space-xsml) * 1.5);
}
.colony_footer .socials i {
    font-size: 1.35rem;
}
@media only screen and (max-width: 768px) {
    .colony_footer {
        padding-bottom: var(--space-med);
    }
    .colony_footer .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;    
        grid-template-areas: 'footer-a footer-d' 'footer-b footer-c';    
        row-gap: var(--space-med);    
    }
    .colony_footer .footer-a {
        grid-area: footer-a;
    }
    .colony_footer .footer-b {
        grid-area: footer-b;
    }
    .colony_footer .footer-c {
        grid-area: footer-c;
    }
    .colony_footer .footer-d {
        grid-area: footer-d;
        text-align: right;
    }
    .colony_footer .logo {
        width: 55px;
        margin-bottom: 0;
    }
    .colony_footer .brand {
        margin-top: var(--space-lrg);
    }
    .colony_footer .socials {
        justify-content: flex-end;
    }
}
@media only screen and (max-width: 501px) {
    .colony_footer .footer-grid { 
        grid-template-areas: 'footer-a footer-d' 'footer-b footer-b' 'footer-c footer-c';    
    }
}   

/* splash ---------------------------- */
.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--charcoal);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* home ------------------------------ */
.home-heading h1 br {
    display: none;
}
@media only screen and (max-width: 768px) {
    .home-heading h1 br {
        display: block;
    }
    .home-heading .tagline {
        max-width: 17rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.home-quote {
    margin-top: var(--space-lrg); 
    text-align: center;
}
.quote-frame .title {
    margin-top: calc(var(--space-sml) * 1.5);
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--f37Stout);
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1em;
}
.quote-frame .person {
    margin-top: var(--space-med);
    text-transform: uppercase;
    font-weight: 700;
}
@media only screen and (max-width: 768px) {
    .quote-frame .quote {
        width: 75px;
        height: auto;
    }
}
@media only screen and (max-width: 501px) {
    .quote-frame .title {
        font-size: 2rem;
    }
}

/* story ----------------------------- */
.story-intro .frame {
    margin-top: var(--space-med);
    background: var(--offWhite);
    text-align: center;
}
.story-intro .frame-inner {
    background: var(--charcoal);
}

/* services */
.story-services {
    margin-top: var(--space-xlrg);
}
.story-services .title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
}

.services-swiper-wrp {
    position: relative;
    margin-top: var(--space-med);
    padding-left: var(--space-lrg);
    padding-right: var(--space-lrg);
}
.services-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.story-services .swiper-button-prev::after,
.story-services .swiper-button-next::after {
    display: none;
}
.story-services .swiper-button {
    cursor: pointer;
}
.story-services .swiper-button img {
    width: 25px;
    height: auto;
    transition: 0.3s ease-in-out;
}
.story-services .swiper-button-prev {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: var(--space-lrg);
    margin: 0;
    background: var(--charcoal);
}
.story-services .swiper-button-next {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: var(--space-lrg);
    margin: 0;
    background: var(--charcoal);
}
.story-services .swiper-pagination {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    margin-top: var(--space-sml);
}
.swiper-pagination {
    z-index: 1;
}
.swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border: 1px solid var(--offWhite);
    background: var(--charcoal);
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: var(--offWhite);
}
.services-slide {
    height: 100%;  
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-xsml);
}
.services-card {
    height: 100%;
    background: var(--offWhite);
    padding: calc(var(--space-sml) * 1.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: var(--space-xsml);
}
.services-card img {
    height: 65px;
    width: auto;
}
.services-card .label {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--charcoal);
}
@media only screen and (max-width: 768px) {
    .services-slide {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (max-width: 501px) {
    .services-swiper-wrp {
        padding-left: 0;
        padding-right: 0;
    }
    .story-services .swiper-button-prev {
        justify-content: flex-start;
        width: var(--space-med);
        display: none;
    }
    .story-services .swiper-button-next {
        justify-content: flex-end;
        width: var(--space-med);
        display: none;
    }
    .story-services .swiper-button img {
        width: 20px;
        height: auto;
        transition: 0.3s ease-in-out;
    }
    .services-card {
        flex-direction: row;
        justify-content: flex-start;
        gap: var(--space-sml);
        z-index: 1;
        text-align: left;
    }
    .services-card img {
        height: 60px;
        width: auto;
    }
    .swiper-pagination-bullet {
        height: 10px;
        width: 10px;
    }
}

/* team */
.team-info {
    padding: var(--space-med) var(--space-lrg);
    display: flex;
    justify-content: center;
    gap: 15vw;
    background: var(--offWhite);
    color: var(--charcoal);
    text-align: center;
}
.team-info .name {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}
.team-info .name br {
    display: none;
}
.team-info .role {
    margin-top: calc(var(--space-xsml) * 1.5);
    font-size: 1.1rem;
    font-weight: 700;
}
.team-info .btn-1 {
    margin-top: calc(var(--space-xsml) * 1.5);
    background: var(--charcoal);
    color: var(--offWhite);
    border-color: var(--charcoal);
}

.team-modal .background,
.team-modal .content {
    background: var(--offWhite);
}
.team-modal .close {
    color: var(--charcoal);
    z-index: 2;
}
.team-modal .content {
    text-align: left;
    padding: 0;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    z-index: 1;
}
.team-modal .content::-webkit-scrollbar {
    display: none;
}
.team-modal .name {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
}
.team-modal .role {
    margin-top: var(--space-sml);
    font-size: 1.25rem;
    font-weight: 700;
}
.team-modal .bio {
    margin-top: var(--space-sml);
}
@media only screen and (max-width: 991px) {
    .team-info {
        padding: var(--space-med) var(--space-sml);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }
    .team-meta {
        text-align: center;
    }
    .team-info .name {
        font-size: 1.75rem;
    }
}
@media only screen and (max-width: 768px) {
    .team-modal {
        padding: 0 var(--container-padding);
    }
    .team-modal .content {
        padding: var(--space-xlrg) 0;
        max-width: 100%;
        width: 100%;
        max-height: 100%;
        height: 100%;
    }
}
@media only screen and (max-width: 501px) {
    .team-info {
        padding: var(--space-med) var(--space-xsml);
    }
    .team-info .name {
        font-size: 1.5rem;
    }
    .team-info .role {
        font-size: 1rem;
    }
    .team-info .name br {
        display: block;
    }
}

/* line up --------------------------- */
.lineup-heading h1 {
    max-width: 55rem;
    margin-left: auto;
    margin-right: auto;
}

/* testimonials */
.testimonial-swiper-wrp {
    position: relative;
    padding-left: var(--space-med);
    padding-right: var(--space-med);
}
.testimonial-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.testimonial-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-swiper-wrp .swiper-button-prev::after,
.testimonial-swiper-wrp .swiper-button-next::after {
    display: none;
}
.testimonial-swiper-wrp .swiper-button {
    cursor: pointer;
}
.testimonial-swiper-wrp .swiper-button img {
    width: 25px;
    height: auto;
    transition: 0.3s ease-in-out;
}
.testimonial-swiper-wrp .swiper-button-prev {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: var(--space-med);
    margin: 0;
    background: var(--charcoal);
    justify-content: flex-start;
}
.testimonial-swiper-wrp .swiper-button-next {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    width: var(--space-med);
    margin: 0;
    background: var(--charcoal);
    justify-content: flex-end;
}
.lineup-testimonials .swiper-pagination{
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    margin-top: var(--space-sml);
}
@media only screen and (max-width: 501px) {
    .testimonial-swiper-wrp {
        padding: 0;
    }
    .testimonial-swiper-wrp .swiper-button {
        display: none;
    }
    .testimonial-swiper-wrp .swiper-button img {
        width: 20px;
        height: auto;
        transition: 0.3s ease-in-out;
    }
}

.testimonial-swiper .quote-frame {
    background: var(--offWhite);
    width: 100%;
    text-align: center;
    color: var(--charcoal);
}
.quote-frame-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonial-swiper .quote-frame .person {
    margin-top: var(--space-sml);
}
.testimonial-swiper .quote-frame .content {
    margin-top: var(--space-sml);
    max-width: 40rem;
}
@media only screen and (max-width: 501px) {
    .quote-frame {
        padding: var(--space-med) var(--space-sml);
    }
    .testimonial-swiper .quote-frame .title {
        max-width: 15rem;
    }
    .quote-frame .person {
        max-width: 13rem;
        margin-left: auto;
        margin-right: auto;
    }
    .quote-frame .content {
        font-size: 0.9rem;
    }
}

/* why */
.why-grid.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}
.why-card {
    background: var(--offWhite);
    padding: var(--space-sml);
    color: var(--charcoal);
}
.why-card .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
}
.why-card .content {
    margin-top: var(--space-sml);
    font-size: 0.9rem;
}
@media only screen and (max-width: 768px) {
    .why-grid {
        display: none;
    }
}

.why-swiper-wrp {
    position: relative;
    display: none;
}
.why-swiper {
    position: relative;
    overflow: hidden;
}
.why-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: var(--offWhite);
}
.why-swiper .swiper-button-prev::after,
.why-swiper .swiper-button-next::after {
    display: none;
}
.why-swiper-wrp .swiper-pagination {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    margin-top: var(--space-sml);
}
@media only screen and (max-width: 768px) {
    .why-swiper-wrp {
        display: block;
    }
}

