#main .c-page-header {
    display: none;
}

section.crawley-hero {
    display: block !important;
}

.countdown-text {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}

/* First two breadcrumb links */
.c-breadcrumbs__item:not(:last-child) a {
    color: #da2f79;
    text-decoration: underline;
}

/* Last breadcrumb (current page) */
.c-breadcrumbs__item:last-child span,
.c-breadcrumbs__item:last-child strong {
    color: #482683;
    font-weight: 700;
    text-decoration: none;
}


.crawley-hero{
    position:relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: unset;
    padding: 80px 0;
}

.crawley-hero__bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.crawley-hero__overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(43,18,88,.92) 0%,
        rgba(76,33,122,.78) 45%,
        rgba(76,33,122,.25) 100%
    );
}

.crawley-hero .container{
    position:relative;
    z-index:5;
}

.crawley-hero__card{
    max-width:530px;
    background-color: rgba(72, 38, 131, 0.9);
    border-radius:1.25rem;
    padding:2rem;
}

.crawley-hero .hero-kicker{
    font-family: ATF Alternate Gothic Bd, ATF fallback, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6875rem;
    text-transform: uppercase;
}

.crawley-hero .main-heading {
    color:#fff;
    font-size:64px;
    font-family: ATF Alternate Gothic Bd, ATF fallback, sans-serif;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}


.supporting-copy {
    font-family: Gibson Book, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.75rem;
}

.crawley-hero .hero-countdown{
    display:flex;
    gap:12px;
    margin-bottom:30px;
}

.crawley-hero .count-item{
    background:#fff;
    border-radius:10px;
    padding: 11px;
    text-align: center;
    line-height: normal;
}

.crawley-hero .count-item span{
    color:#3d2577;
    font-size:34px;
    font-weight:800;
    line-height:1;
}

.crawley-hero .count-item small{
    color: #3d2577;
    font-size:17px;
    text-transform:uppercase;
}

.crawley-hero .hero-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#E6127D;
    color:#fff;
    text-decoration:none;
    min-width: 9.25rem;
    padding: 1rem;
    border-radius:.125rem;
    font-weight:700;
    text-transform:uppercase;
    transition:.3s;
    font-family: Gibson Semibold, sans-serif;
    font-size: 16px;
    letter-spacing: .05rem;
}

.crawley-hero .hero-btn:hover{
    background:#e3225b;
}
.crawley-hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

#videoMute img {
    filter: brightness(0);
}

.crawley-hero__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.crawley-hero .hero-video-wrapper {
    position: relative;
}

.crawley-hero .hero-video-controls {
    position: absolute;
    bottom: 72px;
    left: 20px;
    display: flex;
    gap: 10px;
    z-index: 5;
}

.crawley-hero .hero-video-controls button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #ffd500;
    color: #000;
    opacity: 0.6;
    cursor: pointer;
    font-size: 18px;
}
@media(max-width:991px){

    .crawley-hero{
        min-height:618px;
        margin-bottom: 0;
    }

    .crawley-hero__card{
        max-width:100%;
        padding:1rem;
        /* margin-top: 3rem; */
    }

    .crawley-hero .hero-countdown{
        flex-wrap:wrap;
    }

}

.crawley-hero__bg--mobile {
    display: none;
}

@media (max-width: 767px) {

    .crawley-hero__bg--desktop {
        display: none;
    }
.crawley-hero .main-heading {
    font-size: 32px;
    line-height: normal;
    text-align: center;
}

    .crawley-hero__bg--mobile {
        display: block;
    }

.crawley-hero .hero-kicker {
    font-size: 22px;
    text-align: center;
}

.crawley-hero .hero-btn {
    width: 100%;
}

.crawley-hero h1{
    font-size:32px;
}

.supporting-copy {
        font-size: 16px;
        line-height: 1.5rem;
        margin-top: .25rem;
        text-align: center;
}

.crawley-hero .count-item span{
    font-size:22px;
}

.crawley-hero .count-item small {
    font-size: 12px;
}
.countdown-text {
    text-align: center;
}

}


@media (max-width: 370px) {
    
.crawley-hero__card {
    padding: 20px;
}

.crawley-hero .hero-countdown {
    gap: 10px;
}

.crawley-hero .count-item {
    padding: 6px;
}

}



.crawley-intro-section .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 61.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.crawley-intro-section .intro-heading {
    font-size: 64px;
    font-family: ATF Alternate Gothic Bd, ATF fallback, sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #482683;
    padding-top: 14px;
}

.crawley-intro-section .intro-heading strong {
    font-family: ATF Alternate Gothic Bd, ATF fallback, sans-serif;
}

.crawley-intro-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.crawley-intro-section .intro-content p {
    font-size: 18px;
    margin-top: 1rem;
    color: #482683;
    line-height: 1.75rem;
}

.crawley-intro-section .intro-content p strong {
    font-size: 18px;
    margin-top: 1rem;
    color: #482683;
}

@media (max-width: 767px) {

.crawley-intro-section {
    margin-top: 0rem;
}
.crawley-intro-section .container {
    padding-left: 1rem;
    padding-right: 1rem;
}

.crawley-intro-section .intro-heading {
    font-size: 32px;
    padding-top: 0px;
}
.crawley-intro-section .intro-content.text-purple p {
    font-size: 16px;
    line-height: 1.5rem;
}
.crawley-intro-section .intro-content p strong {
    font-size: 16px;
}
.crawley-intro-section .intro-content p {
    font-size: 16px;
}

}



.crawley-park-information {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.crawley-park-information .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 61.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 767px) {
    .crawley-park-information .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


p.lead-gen-sbuheading {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: normal;
    line-height: 1.75rem;
}

.crawley-signup-form {
    padding-top: 60px;
    margin-bottom: 2rem;
}

h2.crawley-signup-heading {
    text-align: center;
    color: #482683;
    font-size: 48px;
    font-family: ATF Alternate Gothic Bd, ATF fallback, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
.crawley-signup-form {
    padding-top: 20px;
}
.crawley-signup-heading {
    line-height: 1;
    font-size: 28px !important;
}
.crawley-signup-form .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

}


.crawley-faq .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 61.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.crawley-faq{
    padding-top:60px;
    margin-bottom: 2rem;
    background:#f6f5fa;
}

.crawley-faq .fq-title{
    text-align:center;
    color:#482683;
    line-height: 1.75rem;
    font-size:48px;
    font-family: ATF Alternate Gothic Bd, ATF fallback, sans-serif;
    text-transform:uppercase;
    margin-bottom:40px;
}

.crawley-faq .crawley-faq-list{
    max-width:800px;
    margin:auto;
}

/* each item */

.crawley-faq-item{
    margin-bottom:16px;
}

/* question */

.crawley-faq-question{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#fff;
    border:1px solid transparent;
    border-radius:22px;
    padding:4px 10px;
    cursor:pointer;
    transition:.3s;
    text-align:left;
}

/* active border */

.crawley-faq-item.active .crawley-faq-question{
    border:2px solid #f59a00;
}

/* title */

.crawley-faq-title{
    font-family: Gibson Book, sans-serif;
    flex: 1;
    color: #482683;
    padding: 13px 20px !important;
    border: 1px solid white;
    border-radius: 20px;
    box-shadow: none;
    font-size: 1.25rem;
    font-weight: 700;
}

/* icon box */

.faq-icon{
    width:35px;
    height:35px;
    min-width:35px;
    --tw-bg-opacity: 1;
    background-color: rgba(72, 38, 131, var(--tw-bg-opacity));
    background-image: linear-gradient(240.33deg, #3b31a5 14.93%, #9450a9 79.03%);
    border-radius: .125rem;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    transition:.3s;
    position:relative;
}

/* plus */

.faq-icon::before{
    content:"+";
    font-size:26px;
    line-height:1;
    font-weight:300;
}

/* active icon */

.crawley-faq-item.active .faq-icon{
    background:#ec3d8f;
}

.crawley-faq-item.active .faq-icon::before{
    content:"×";
    font-size:30px;
}

/* answer */

.crawley-faq-answer{
    display:none;
    padding:22px 18px 28px;
    color:#43207b;
    font-size:18px;
    line-height:1.75rem;
    text-align:left;
}

.crawley-faq-item.active .crawley-faq-answer{
    display:block;
}

/* divider */

.crawley-faq-item.active .crawley-faq-answer{
    border-bottom:1px solid #d9d9d9;
}

/* button */

.crawley-faq-btn{
    margin-top:60px;
    text-align:center;
}

.crawley-faq-btn .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 44px;
    background:#44207b;
    color:#fff;
    font-size: 16px;
    text-decoration:none;
    font-weight: 700;
}

.crawley-faq-btn .btn:hover{
    background:#fff;
    color:#44207b;
    border:2px solid #44207b;
}

/* mobile */

@media(max-width:767px){

.crawley-faq .fq-title{
    font-size:28px;
    line-height: 1.75rem;
    margin-bottom:28px;
}

.crawley-faq .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.crawley-faq-question{
    padding:14px 16px;
    border-radius:18px;
}

.crawley-faq-title{
    padding: 0 !important;
}

.faq-icon{
    width:28px;
    height:28px;
    min-width:28px;
}

.faq-icon::before{
    font-size:24px;
}

.crawley-faq-answer{
    font-size:16px;
    padding:18px 10px 24px;
}

.crawley-faq {
    padding-top: 20px;
}

}




.crawley-gallery-section {
    margin-bottom: 2rem;
    padding-top: 60px;
}

.crawley-gallery-heading {
    text-align: center;
    color: #482683;
    line-height: 1.75rem;
    font-size: 48px;
    margin-bottom: 30px;
    font-family: ATF Alternate Gothic Bd, ATF fallback, sans-serif;
}

.crawley-gallery-grid {
    display:grid;
    grid-template-columns:repeat(5,1fr);
    grid-template-rows: repeat(2, 160px);
    gap:12px;
}


.crawley-gallery-item {
    overflow:hidden;
}

.crawley-gallery-item button {
    width:100%;
    height:100%;
}


.crawley-gallery-img {
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:20px;
}


/* First big image */
.crawley-gallery-item.item-1 {
    grid-column:span 2;
    grid-row:span 2;
}


/* Right side top row */
.crawley-gallery-item.item-2,
.crawley-gallery-item.item-3,
.crawley-gallery-item.item-4 {
    grid-column: span 1;
}

/* Right side bottom row */
.crawley-gallery-item.item-5 {
    grid-column: span 1;
}

.crawley-gallery-item.item-6 {
    grid-column: span 1;
}

.crawley-gallery-item.item-7 {
    grid-column: span 1;
}

/* Image styling */
.crawley-gallery-item,
.gallery-button,
.crawley-gallery-img {
    width: 100%;
    height: 100%;
}

.gallery-button {
    border: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 25px;
}

.crawley-gallery-img {
    object-fit: cover;
    display: block;
}

.crawley-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
}

.crawley-lightbox-overlay {
    width:100%;
    height:100%;
    background:rgba(0,0,0,.85);
    display:flex;
    align-items:center;
    justify-content:center;
}

.crawley-lightbox-image {
    max-width:90%;
    max-height:90%;
}

.crawley-lightbox-close {
    position:absolute;
    top:30px;
    right:40px;
    background:none;
    border:0;
    color:#fff;
    font-size:40px;
    cursor:pointer;
}

.crawley-lightbox-prev,
.crawley-lightbox-next {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:none;
    border:none;
    color:#fff;
    font-size:50px;
    cursor:pointer;
    z-index:10;
}

.crawley-lightbox-prev {
    left:40px;
}

.crawley-lightbox-next {
    right:40px;
}


.crawley-lightbox-close {
    position:absolute;
    top:25px;
    right:35px;
    background:none;
    border:none;
    color:#fff;
    font-size:45px;
    cursor:pointer;
}


@media(max-width:767px){

    .crawley-gallery-heading {
        font-size:28px;
        margin-bottom:25px;
    }


    .crawley-gallery-grid {
        grid-template-columns:repeat(2,1fr);
        grid-auto-rows:150px;
    }


    .crawley-gallery-item.item-1 {
        grid-column:span 2;
        grid-row:span 2;
    }

.crawley-gallery-section {
    padding-top: 20px;
}

}



.crawley-reviews {
   margin-top: 60px;
}




.crawley-signup-form .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 61.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

/* Crawley Banner */


.crawley-banner .container {
    position: relative;
    z-index: 2;
}

.crawley-banner .c-cta-full-width-angle__content {
    max-width: 28rem;
}

.crawley-banner .absolute img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* Content */
.crawley-banner .text-18 {
    line-height: 1.6;
}

/* Tablet */
@media (max-width: 1024px) {
    .crawley-banner {
        min-height: 600px;
    }

    .crawley-banner .c-cta-full-width-angle__content {
        max-width: 460px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .crawley-banner {
        min-height: 520px;
    }

    .crawley-banner .c-cta-full-width-angle__content {
        max-width: 100%;
    }
}



.crawley-review-section {
    margin-bottom: 2rem;
    margin-top: 9rem;
}
.crawley-review-section .review-heading {
    text-align: center;
    color: #482683;
    line-height: 1.75rem;
    font-size: 48px;
    margin-bottom: 30px;
    font-family: ATF Alternate Gothic Bd, ATF fallback, sans-serif;
}

@media (max-width: 767px) {
h2.review-heading {
    font-size: 28px !important;
    margin-bottom: 25px;
}
}