﻿:root {
    --dark-grey: #222021;
    --yellow: #E6F45D;
    --red: #EC403C;
    --teal: #05CE94;
    --blue: #2442D3;
    --background-grey: #151515;
    --title-font: "bebas-neue", sans-serif;
    --main-font: "area-normal", sans-serif;
}

/* Home Banner */

.home-banner-wrapper {
    height: 90vh;
    background-size: cover!important;
    position: relative;
    min-height: 850px;
    background-position: center !important;
}

.home-banner-wrapper h1 {
    font-size: 80px;
    line-height: 80px;
}

section.home-banner-wrapper .container {
    display: flex;
    align-items: center;
    height: 90vh;
    min-height: 850px;
    padding-top: 50px;
}

section.home-banner-wrapper .overlay {
    background: rgba(0,0,0,0.4);
}

section.home-banner-wrapper p.subtitle {
    color: var(--teal);
    text-transform: uppercase;
    font-family: var(--title-font);
    margin-bottom: 0px;
    font-size: 28px;
}

section.home-banner-wrapper h1.maintitle {
    margin-top: 0px;
    margin-bottom: 15px;
}

section.home-banner-wrapper .cms-content {
    margin-bottom: 25px;
}

section.home-banner-wrapper .cms-content p {
    font-size: 23px;
    line-height: 33px;
}

section.home-banner-wrapper .cms-content p a {
    color: var(--teal);
    text-decoration: none;
}

section.home-banner-wrapper .cms-content p a:hover {
    color: var(--red);
}

section.home-banner-wrapper .banner-button-wrapper p {
    margin-bottom: 0px;
    display: flex;
    gap: 10px;
}

/* Three Block Wrapper */

section.three-block-wrapper {
    padding: 40px 0px;
    background: var(--background-grey);
}

/* Top Content */

section.top-content-wrapper {
    padding: 100px 0px;
    background: url(https://immediac.blob.core.windows.net/sorrycomedyfestivalstaging/images/brick-bg.png);
    background-size: cover;
    position: relative;
}

section.top-content-wrapper .container .row .center-align {
    text-align: center;
}

section.top-content-wrapper .center-align div *:nth-child(1) {
    margin-top: 0px;
}

section.top-content-wrapper .center-align div *:nth-last-child(1) {
    margin-bottom: 0px;
}

section.top-content-wrapper .center-align div p {
    color: rgba(255,255,255,0.7);
}

.top-content-wrapper .overlay {
    background: linear-gradient(180deg, rgba(21, 21, 21, 0.00) 50%, rgba(21, 21, 21, 0.75) 85%, #151515 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Upcoming Comedy */

section.upcoming-comedy-wrapper {
    padding: 100px 0px;
}

section.upcoming-comedy-wrapper .container .row .center-align {
    text-align: center;
    margin-bottom: 45px;
}

section.upcoming-comedy-wrapper .center-align div *:nth-child(1) {
    margin-top: 0px;
}

section.upcoming-comedy-wrapper .center-align div p {
    color: rgba(255,255,255,0.7);
}

/* Home Gallery */

.home-gallery-wrapper {
    background: rgba(255,255,255,0.2);
    padding-top: 10px;
    padding-bottom: 10px;
}

section.home-gallery-wrapper .container-fluid {
    padding: 0px;
    overflow-x: hidden;
}

section.home-gallery-wrapper .container-fluid .row {
    display: flex;
    gap: 10px;
}

section.home-gallery-wrapper .container-fluid .row > div {
    padding: 0px;
}

section.home-gallery-wrapper .container-fluid .row .fancyWrapper {
    height: unset;
    aspect-ratio: 1 / 1;
    width: 100%;
}

section.home-gallery-wrapper .container-fluid .row .fancyWrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* One Stop */

section.one-stop-wrapper {
    padding: 100px 0px;
}

section.one-stop-wrapper .container .row .center-align {
    text-align: center;
    margin-bottom: 45px;
}

section.one-stop-wrapper .center-align div *:nth-child(1) {
    margin-top: 0px;
}

section.one-stop-wrapper .center-align div p {
    color: rgba(255,255,255,0.7);
}

section.one-stop-wrapper .grey-background {
    background: var(--dark-grey);
    padding: 45px 55px;
    height: 100%;
}

section.one-stop-wrapper .grey-background div *:nth-child(1) {
    margin-top: 0px;
}

section.one-stop-wrapper .grey-background div p {
    color: rgba(255,255,255,0.7);
    line-height: 29px;
}

section.one-stop-wrapper .grey-background div p strong {
    color: #ffffff;
    font-weight:900;
}

section.one-stop-wrapper .grey-background div *:nth-last-child(1) {
    margin-bottom: 0px;
}

section.one-stop-wrapper .teal-dot {
    background: var(--teal);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    z-index: 500;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
}

section.one-stop-wrapper .teal-dot.mobile {
    display: none;
}

.block-wrapper {
    position: relative;
    display: flex;
}

/* Satisfaction */

section.satisfaction-wrapper {
    background: var(--dark-grey);
    padding: 50px 0px;
}

section.satisfaction-wrapper .container .row {
    display: flex;
    align-items: center;
}

section.satisfaction-wrapper .icon-list-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 25px 0px 35px;
}

section.satisfaction-wrapper span.list-item-text {
    font-weight: 800;
}

section.satisfaction-wrapper span.icon i {
    font-size: 26px;
}

section.satisfaction-wrapper p.icon-list-item {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 15px;
}

section.satisfaction-wrapper p.icon-list-item span.icon {
    border: 3px solid var(--teal);
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.satisfaction-wrapper .container .row .content-block div *:nth-child(1) {
    margin-top: 0px;
}

/* Clear Paths */

section.clear-paths-wrapper {
    padding: 100px 0px;
}

section.clear-paths-wrapper .center-align {
    text-align: center;
    margin-bottom: 45px;
}

section.clear-paths-wrapper .center-align div *:nth-child(1) {
    margin-top: 0px;
}

section.clear-paths-wrapper .center-align div p {
    color: rgba(255,255,255,0.7);
    margin-bottom: 0px;
}

section.clear-paths-wrapper .card {
    position: relative;
    width: 100%;
    max-width: 820px;
    min-height: 405px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 40px 44px;
}

section.clear-paths-wrapper .card-bg {
    position: absolute;
    inset: 0;
    background-image: var(--bg-image, none);
    background-size: cover;
    background-position: center;
    background-color: #1a3a2a;
    z-index: 0;
    opacity: 0.5;
}

section.clear-paths-wrapper .card-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(5, 206, 148, 0.6);
}

section.clear-paths-wrapper .fa-icon-wrapper {
    position: absolute;
    top: 0;
    left: 32px;
    width: 68px;
    height: 80px;
    background: var(--red);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    padding-bottom: 19px;
}

section.clear-paths-wrapper .card-content {
    position: relative;
    z-index: 2;
    max-width: 480px;
}

section.clear-paths-wrapper .card-title {
    color: #fff;
    margin-bottom: 0px;
}

section.clear-paths-wrapper .card-subtitle {
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
}

section.clear-paths-wrapper .card-description {
    color: rgba(255,255,255,0.9);
}

section.clear-paths-wrapper .card i {
    font-size: 35px;
    opacity: 0.7;
}

section.clear-paths-wrapper a.card-btn {
    margin-top: 15px;
}


@media (min-width: 1368px) and (max-width: 1550px) {

    /* Upcoming Comedy */
}

@media (min-width: 1200px) and (max-width: 1367px) {
    /* Home Banner */

    .home-banner-wrapper h1 {
        font-size: 70px;
        line-height: 70px;
    }

    /* Upcoming Comedy */
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* Home Banner */

    .home-banner-wrapper,
    section.home-banner-wrapper .container {
        height: unset;
        min-height: 750px;
    }

    section.home-banner-wrapper .overlay {
        background: rgba(0, 0, 0, 0.7);
    }

    /* Upcoming Comedy */


    /* One Stop */

    section.one-stop-wrapper .grey-background {
        padding: 30px 35px;
    }

    section.one-stop-wrapper .teal-dot {
        height: 50px;
        width: 50px;
    }

    /* Satisfaction */

    section.satisfaction-wrapper .icon-list-wrapper {
        align-items: start;
        gap: 20px;
        flex-direction: column;
    }

    section.satisfaction-wrapper .container .row {
        align-items: stretch;
    }

    section.satisfaction-wrapper .img-wrapper {
        height: 100%;
        width: 100%;
    }

    section.satisfaction-wrapper .img-wrapper img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    /* Clear Paths */

    section.clear-paths-wrapper .card {
        padding: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /* Home Banner */

    .home-banner-wrapper,
    section.home-banner-wrapper .container {
        height: unset;
        min-height: 650px;
    }

    section.home-banner-wrapper .overlay {
        background: rgba(0, 0, 0, 0.7);
    }

    .home-banner-wrapper h1 {
        font-size: 60px;
        line-height: 60px;
    }

    /* Top Content */

    section.top-content-wrapper {
        padding: 60px 0px;
    }

    /* Upcoming Comedy */

    section.upcoming-comedy-wrapper {
        padding: 60px 0px;
    }

    /* Home Gallery */

    section.home-gallery-wrapper .container-fluid .row {
        flex-wrap: wrap;
    }

    section.home-gallery-wrapper .container-fluid .row {
        gap: unset;
    }

    section.home-gallery-wrapper .container-fluid .row > *:nth-child(-n+3) {
        margin-bottom: 10px;
    }

    section.home-gallery-wrapper .container-fluid .row .fancyWrapper {
        border-right: 10px solid #444444;
    }

    section.home-gallery-wrapper {
        margin-bottom: 5px;
    }

    /* One Stop */

    section.one-stop-wrapper .grey-background {
        padding: 25px 30px;
    }

    section.one-stop-wrapper .teal-dot {
        height: 45px;
        width: 45px;
    }

    section.one-stop-wrapper {
        padding: 60px 0px;
    }

    /* Satisfaction */

    section.satisfaction-wrapper .container .row {
        display: block;
    }

    section.satisfaction-wrapper .content-block {
        margin-bottom: 35px;
    }

    /* Clear Paths */

    .clear-paths-wrapper .first-block {
        margin-bottom: 25px;
    }

    section.clear-paths-wrapper {
        padding: 60px 0px;
    }
}

@media (max-width: 767px) {
    /* Home Banner */

    .home-banner-wrapper h1 {
        font-size: 50px;
        line-height: 50px;
    }

    section.home-banner-wrapper .cms-content p {
        font-size: 19px;
        line-height: 29px;
    }

    section.home-banner-wrapper .banner-button-wrapper p {
        flex-wrap: wrap;
    }

    section.home-banner-wrapper .banner-button-wrapper p .red-btn {
        flex: 0 0 100%;
        text-align: center;
    }

    section.home-banner-wrapper .banner-button-wrapper p .teal-bordered-btn {
        /*flex: 1;*/
        flex: auto;
        text-align: center;
    }

    section.home-banner-wrapper .banner-button-wrapper p .teal-bordered-btn:last-child:nth-child(2) {
        flex: 0 0 100%;
        text-align: center;
    }

    section.home-banner-wrapper .container {
        align-items: flex-end;
        padding-top: 210px;
        padding-bottom: 60px;
    }

    .home-banner-wrapper,
    section.home-banner-wrapper .container {
        height: unset;
        min-height: 750px;
    }

    section.home-banner-wrapper .overlay {
        background: rgba(0, 0, 0, 0.75);
    }

    /* Top Content */

    section.top-content-wrapper {
        padding: 70px 0px;
    }

    /* Upcoming Comedy */

    section.upcoming-comedy-wrapper {
        padding: 50px 0px;
    }

    /* Home Gallery */

    section.home-gallery-wrapper .container-fluid .row {
        flex-wrap: wrap;
    }

    section.home-gallery-wrapper .container-fluid .row {
        gap: unset;
    }

    section.home-gallery-wrapper .container-fluid .row > *:nth-child(-n+3) {
        margin-bottom: 10px;
    }

    section.home-gallery-wrapper .container-fluid .row .fancyWrapper {
        border-right: 10px solid #444444;
    }

    section.home-gallery-wrapper {
        margin-bottom: 5px;
    }

    /* One Stop */

    section.one-stop-wrapper .grey-background {
        padding: 30px;
    }

    section.one-stop-wrapper .teal-dot {
        height: 45px;
        width: 45px;
    }

    section.one-stop-wrapper .block-wrapper {
        display: block;
    }

    section.one-stop-wrapper .top-block {
        margin-bottom: 25px;
    }

    section.one-stop-wrapper {
        padding: 50px 0px;
    }

    section.one-stop-wrapper .teal-dot.desktop {
        display: none;
    }

    section.one-stop-wrapper .teal-dot.mobile {
        display: block;
        margin-bottom: -34px;
    }

    /* Satisfaction */

    section.satisfaction-wrapper .icon-list-wrapper {
        align-items: start;
        gap: 20px;
        flex-direction: column;
    }

    section.satisfaction-wrapper .container .row {
        display: block;
    }

    section.satisfaction-wrapper .content-block {
        margin-bottom: 35px;
    }

    /* Clear Paths */

    .clear-paths-wrapper .first-block {
        margin-bottom: 25px;
    }

    section.clear-paths-wrapper .card {
        padding: 20px;
    }

    section.clear-paths-wrapper .fa-icon-wrapper {
        left: 20px;
    }

    section.clear-paths-wrapper {
        padding: 50px 0px;
    }
}
