@font-face {
    font-family: "Roboto-Regular";
    src: url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}
body {
    font-family: baskerville-display-pt, serif;

}

.topgap {
    background: #38312F;
    height: 120px;
    width: 100%;
    display: block;
}

.fabcontact {
    position: fixed;
    bottom: 0;
    right: 1em;
    z-index: 9999;
    display: block;
    transition: transform .3s ease;
}

.fabcontact img {
    width: 170px;
    height: 75px;
    display: block;
    object-fit: contain;
}


main {
    /* margin-top: 100px; */
    position: relative;
}
.main_slider {
      height: 47dvi;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
main .splide__arrow {
    font-size: 1.5dvi;
    background: none;
}
  main .splide__arrow svg {
    fill: #fff;
    filter: drop-shadow(2px 4px 6px black);
  }
.headerImg {
    height: 89vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.pos_main {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.headline_main {
    margin-bottom: 7dvi;
}

.headline_main h1 {
    font-size: 5dvi;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    font-family: baskerville-display-pt, serif;
        text-shadow: 1px 1px 4px rgb(48, 48, 48), 1px 1px 10px black;
}

.headline_main h1 span {
    font-size: 1.75rem;
    display: block;
    margin: auto;
}

p {
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    font-family: "berthold-baskerville-pro", sans-serif;
    font-weight: 400;
    font-style: normal;

}

.pos_bottom_hdr {
position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(0deg, black, transparent);
}

.hdwrap {
    display: flex;
    flex-direction: row;
    max-width: 95%;
    justify-content: center;
    margin: auto;
    padding-bottom: 2rem;
    align-items: center;
    gap: 1rem;

}

.hdwitem {
    text-align: center;
    display: flex;
    flex-direction: row;
    color: #fff;
    align-items: center;
    gap: 10px;
    max-width: fit-content;
    padding: 10px;
}

.hdwitem p {
    font-size: 2rem;
    letter-spacing: 0.03em;
    margin-bottom: 0;
}

p.hdltxt {
    font-variant-numeric: tabular-nums;
    display: flex;
    align-items: baseline;
    gap: 10px;

}

.hdwitem span {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 500;
    font-size: 1.05rem;
    letter-spacing: 0.03em;

}

.hdimg {
    width: 49px;
    height: 34px;
    object-fit: contain;
    object-position: center;
}

h2 {
    font-size: 2.45rem;
    font-weight: 400;
    letter-spacing: 0.015em;

}


/* .access_container {
    display: flex;
    flex-direction: row;
    gap: 10px;
} */

.acc_item {
    position: relative;
    overflow: hidden;
    color: #fff;
    height: 53ch;
    display: flex;
    align-items: flex-end;
    width: 100%;
    cursor: pointer;
}

.acc_item::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/f71fd3be-e13a-4854-82df-225ae7f37300/w=900);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    z-index: 0;
}



.acc_item[data-bg="1"]::after {
    background-image: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/f71fd3be-e13a-4854-82df-225ae7f37300/w=900");
}

.acc_item[data-bg="2"]::after {
    background-image: unset;
    background-color: #38312F;
}

.acc_item[data-bg="3"]::after {
    background-image: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/9d640805-4201-47b9-a36b-36da9a87ea00/w=900");
}

.acc_item[data-bg="4"]::after {
    background-image: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/381ecadf-678a-4b64-a829-bdf36617d600/w=900");
}

.acc_item[data-bg="5"]::after {
    background-image: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/09ad3ced-db02-475f-ccbd-1e57aad0a700/w=900");
}

p.max1 {
    max-width: 60ch;
    margin: auto;
}

.acc_item::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(56, 49, 47, 0.00) 37.51%, #38312F 100%);


    z-index: 1;
}

.ac_description {
    padding: 20px;
    width: 100%;
}

.acc_item>* {
    position: relative;
    z-index: 2;
}




.ac_description p {

    overflow: hidden;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 0.93rem;

}



.plan-event {
    background-color: #746763;
    position: relative;
}


.plan-card {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.plan-card .overlay-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68%, rgb(0 0 0) 100%);
}

.plan-card .label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;

    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0;

    font-size: 24px;
    color: #fff;

    transition: gap 0.35s ease;
}

/* .plan-card .label::after {
    content: "";


    height: 1dvi;

    background: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/e93a7320-ae47-4d45-d843-6f66dcd5fa00/w=90") center / contain no-repeat;



    transition:
        width 0.35s ease,
        opacity 0.25s ease,
        transform 0.35s ease;
} */

.splide__arrow svg {
    fill: #000;
    width: 1.5dvi;
    height: 1.5dvi;
}

.splide__pagination__page {
    background: #fff;
    transform: scale(1);
    z-index: 1;
    height: 17px;
    border-radius: 50px;
    width: 17px
}

.splide__arrow {
    background: #ffffff;
    opacity: 1;
}

.splide__pagination .splide__pagination__page {
    margin-left: .425rem;
    margin-right: .425rem;
    opacity: 1
}

.plan-card .pcimg {
    width: 100%;
    height: 22dvi;
    object-fit: cover;

}

.event-container {
    margin: auto;
    padding: 0 0;
}

.space-container {
    padding: 0 0 0 3rem
}

ul.spacelist {
    list-style: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.spacelist p {
    margin: 0;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 500;
        font-size: 0.89rem
}

ul.spacelist li[data-name="spot"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.spacelist li[data-name="spot"] p {
    margin: 0 1rem;
}

ul.spacelist li[data-name="spot"]::before,
ul.spacelist li[data-name="spot"]::after {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/21d53fa9-e0c6-4f40-6ad4-5e1af6d42e00/w=100") no-repeat center;
    background-size: 20px 20px;
}

.learn-more {
    display: block;
    background: #fff;
    color: #000;
    padding: 0.6rem 1.48rem;

    margin-top: 1rem;
    border: 0;
}

.space-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem 1.8rem;
    color: #fff;
}

.spaceImg {
    width: 100%;
    height: 24dvi;
    object-fit: cover;
}

.space-card {
    position: relative;
}

.space-card .overlay-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgb(0 0 0) 100%);
}

.basic-cta {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    z-index: 2;
    position: relative;
    width: fit-content;
    margin: auto;
    padding: 0.7rem 1.7rem;
    overflow: hidden;
    transition: color 0.4s ease, transform 0.4s ease;
}

.basic-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    /* color: #000; */
    transform: translateX(-101%);
    transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: -1;
}

.basic-cta:hover {
    color: #32272B;
    transform: translateY(-3px);
}

.basic-cta:hover::before {
    transform: translateX(0);
}

.space-event {
    background: linear-gradient(to top, #f2f2f2, #746863);
}

.cont_wrap {
    width: fit-content;
    margin: auto;
    text-align: center;
}

.contactus {
    background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/1dc41652-31fd-42ae-5099-47c26ed67500/w=1200);
    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;
    color: #fff;
}

.cont_wrap h3 {
    font-size: 2.2rem;
}



.header_main {
    color: #ffff;
    background-color: #000;

}


.header_main {
    position: relative;
}


.headline_sub {
    max-width: 110ch;
    margin: auto;
    text-align: center;
    padding: 3.8rem 0rem;
}

.headline_sub .mx3 {
    max-width: 68ch;
}
.location {
    background-color: #32272B;
}

.locsub h2 {
    font-size: 2.05rem;
    margin-bottom: 0.8rem;
}

.locsub p {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 400;
    max-width: 48ch;

}

.map-cont {
    width: 50%;
}

.dvimg {
    max-width: 70vw;
    margin: auto;
    display: block;
    margin-top: 4rem;
}

.conncont {
    margin: auto;
}

.rotateitem {
    display: inline-block;
    animation: floatIcon 2s ease-in-out infinite;
    transform-origin: center;
}

@keyframes floatIcon {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    25% {
        transform: translateY(0) rotate(-4deg);
    }

    50% {
        transform: translateY(0) rotate(0deg);
    }

    75% {
        transform: translateY(0) rotate(4deg);
    }

    100% {
        transform: translateY(0) rotate(0deg);
    }
}

.building-icon path:nth-child(-n+11) {
    animation: blink .8s infinite alternate;
}

.building-icon path:nth-child(1) {
    animation-delay: .1s;
}

.building-icon path:nth-child(2) {
    animation-delay: .3s;
}

.building-icon path:nth-child(3) {
    animation-delay: .5s;
}

.building-icon path:nth-child(4) {
    animation-delay: .7s;
}

.building-icon path:nth-child(5) {
    animation-delay: .9s;
}

.building-icon path:nth-child(6) {
    animation-delay: 1.1s;
}

.building-icon path:nth-child(7) {
    animation-delay: 1.3s;
}

.building-icon path:nth-child(8) {
    animation-delay: 1.5s;
}

.building-icon path:nth-child(9) {
    animation-delay: 1.7s;
}

.building-icon path:nth-child(10) {
    animation-delay: 1.9s;
}

.building-icon path:nth-child(11) {
    animation-delay: 2.1s;
}

@keyframes blink {
    from {
        opacity: .3;
    }

    to {
        opacity: 1;
    }
}

.tickline path {
    fill: transparent;
    stroke: #000;
    stroke-width: 1;
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    animation: tickDraw 2.4s infinite;
}

.tickline path:nth-child(1) {
    animation-delay: 0s;
}

.tickline path:nth-child(2) {
    animation-delay: .4s;
}

.tickline path:nth-child(3) {
    animation-delay: .8s;
}

@keyframes tickDraw {

    0%,
    15% {
        stroke-dashoffset: 60;
        fill: transparent;
    }

    35%,
    100% {
        stroke-dashoffset: 0;
        fill: #000;
    }
}

.button {
    transform-box: fill-box;
    transform-origin: center;
    animation: buttonClick 2.5s ease-in-out infinite;
}

@keyframes buttonClick {

    0%,
    60%,
    100% {
        transform: scale(1);
    }

    65% {
        transform: scale(0.75);
    }

    72% {
        transform: scale(1.15);
    }

    78% {
        transform: scale(1);
    }
}

/* Bell rays pulse */
.bellline path {
    transform-box: fill-box;
    transform-origin: center;
    animation: rayPulse 2s ease-in-out infinite;
}

.bellline path:nth-child(1) {
    animation-delay: .1s;
}

.bellline path:nth-child(2) {
    animation-delay: .3s;
}

.bellline path:nth-child(3) {
    animation-delay: .5s;
}

.bellline path:nth-child(4) {
    animation-delay: .7s;
}

.bellline path:nth-child(5) {
    animation-delay: .9s;
}


/* Notification button bounce */
@keyframes bellShake {

    0%,
    70%,
    100% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(12deg);
    }

    80% {
        transform: rotate(-12deg);
    }

    85% {
        transform: rotate(8deg);
    }

    90% {
        transform: rotate(-5deg);
    }

    95% {
        transform: rotate(0deg);
    }
}


@keyframes rayPulse {

    0%,
    100% {
        opacity: .35;
        transform: scale(.8);
    }

    50% {
        opacity: 1;
        transform: scale(1.15);
    }
}

.edcont {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.edDesc {
    margin-top: 1rem;
}

.svgitem>svg {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
    margin: auto;
    object-position: center;
}
.iconitem img {
       width: 180px;
    height: 165px;
    object-fit: contain;
    display: block;
    margin: auto;
    object-position: center;
}
p.max2 {
    max-width: 107ch;
    margin: auto;
}
.editem{
    position: relative;
}
/* .editem::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    width: 70%;
    height: 80%;
    margin: auto;
    display: block;
}

.editem[data-name="icon1"]::before {
    background-image: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/75fff88f-1c3b-4e85-aded-d49807bf2000/w=300");
}

.editem[data-name="icon2"]::before {
    background-image: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/93dbf8ae-f767-4f2a-c80e-47e10406e100/w=300");
}

.editem[data-name="icon3"]::before {
    background-image: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/2bcdf210-ae43-4c63-46ff-7e5a836a6700/w=300");
}

.editem[data-name="icon4"]::before {
    background-image: url("https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/620279d2-32fc-464d-2203-9e5ab2c77000/w=300");
} */

/* Vertical divider lines between editems */
@media screen and (min-width: 769px) {
    .editem:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
      top: 0%;
        bottom: 0%;
        width: 2px;
        background-color:#746763;
    }
}

@media screen and (max-width: 768px) {
    .editem:nth-child(odd)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0%;
        bottom: 0%;
        width: 1px;
        background-color: rgba(116, 103, 99, 0.25);
    }
}


.edDesc {
        padding: 2rem 0;
}

.edDesc h3 {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 500;
}

.edDesc p {
    max-width: 27ch;
    margin: auto;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 500;
}

.venuesec {
        background: linear-gradient(to top, #7F726E 62%, transparent 50%);
}
.card-content {
    background: #fff;
}

.space-event-carousel .splide__pagination__page {
 width: 30px;
 height: 4px;
      transform: scale(1);
          background: #000;
      
}
.plan-event-carousel .splide__pagination__page{
 width: 30px;
 height: 4px;
      transform: scale(1);
               background: #fff;
               opacity: 0.3;
      
}
.plan-event-carousel .splide__pagination__page.is-active {
        transform: scale(1);
     background: #fff;
      width: 60px;
      opacity: 1;
}
.space-event-carousel .splide__pagination__page.is-active {
     transform: scale(1);
     background: #7F726E;
      width: 60px;
}
.plan-event-carousel .splide__pagination{
    margin-left: 3rem;

}
.plan-event-carousel .splide__pagination,
.space-event-carousel .splide__pagination{
    bottom: -2rem;
    width: fit-content;
    padding: 0px;

}
.plan-event-carousel .splide__pagination .splide__pagination__page,
.space-event-carousel  .splide__pagination .splide__pagination__page {
    margin-left: 3px;
    margin-right: 3px;
}
.plan-event-carousel .splide__arrow {
    background: transparent;
    opacity: 1;
    box-shadow: none;
}
.plan-event-carousel .splide__arrow:hover {
    background: transparent;
}
.plan-event-carousel .splide__arrow svg {
    fill: #ffffff;
    filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, 0.5));
}
.main-carousel .splide__pagination__page {
 width: 30px;
 height: 4px;
      transform: scale(1);
          background: #ffffff;
          opacity: 0.4;
      
}
.main-carousel .splide__pagination__page.is-active {
     transform: scale(1);
     background: #fff;
      width: 60px;
      opacity: 1;
}
.main-carousel .splide__pagination{
    bottom: 2dvi;
    padding: 0px;

}
.main-carousel  .splide__pagination .splide__pagination__page {
    margin-left: 3px;
    margin-right: 3px;
}
 .venue-grid {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 30px;
        }

        .venue-card {
            background-color: #fff;
            display: flex;
            flex-direction: column;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        /* Splide Customizations */
        .venuesplide .splide__slide img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            display: block;
        }
        .imgitem::before {
            content: "";
            inset: 0;
            position: absolute;
            background: linear-gradient(to bottom, transparent 80%, black);
            opacity: 0.7;
        }
          .imgitem::after {
             content: "";
           
            position: absolute;
            background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/28ea83ec-12d8-4723-4d9d-aa4e3db26500/w=200);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            width: 20px;
            height: 20px;
          
            bottom: 10px;
            right: 10px;
            display: block;
          }

        .venuesplide .splide__arrow {
            background: transparent;
            color: white;
            font-size: 0.9dvi;

        }

        .venuesplide .splide__arrow svg {
            fill: white;
            height: 3dvi;
            width: 3dvi;
            filter: drop-shadow(3px 4px 4px rgba(0, 0, 0, 0.52));

        }

        .venuesplide .splide__pagination {
            bottom: 10px;
        }

        .venuesplide .splide__pagination__page.is-active {
            background: #fff;
        }
        .btn-panzoom-pos {
            position: absolute;
            top: 0;
            left: 0;
            background: #32272B;
            width: 40px;
        }
        .pzbtn {
            color: #fff;
            font-size: 27px;
            text-align: center;
        }
      
@media screen and (max-width: 1024px) {
    .edDesc h3 {
        font-weight: 500;
        font-size: 1.38rem;
    }

    .edDesc p {
        font-size: 0.9rem;
        line-height: 1.2;
    }

    .headerImg {
        height: 62dvi;
    }

    .hdwitem p {
        font-size: 2vw;
    }

    .hdwitem span {
        font-size: 1.2vw;
    }

    .pos_bottom_hdr {
        background: #000;
    }

    .event-container {
        flex-wrap: wrap;
        flex-direction: unset;
        gap: 1rem;
    }

    .space-meta p {
        font-size: 1vw;
    }
    .iconitem img {
            height: 130px;
    }

}

@media screen and (min-width: 1024px) {
    .contactus {
        min-height: 27dvi;
        padding: 2rem 0;
    }

    .function-carousel .splide__slide:nth-child(even) .acc_item {
        margin-top: 7ch;
    }
    .function-carousel .splide__slide {
    transform-style: preserve-3d;
    will-change: transform, opacity, filter;
}

    .ac_description h3 {
        transform: translateY(12px);
        max-width: 11ch;
    }

    .space-event::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        height: 40%;
    }

    .space-event {
        background: #746763;
    }

}

@media screen and (min-width: 768px) {
    .hystmodal__window {
        width: 86vh;
    }
    .header_main::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, black, transparent 60%);
    }

    .pos_mainsub {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: fit-content;
        margin: auto;

    }

    .plan-card .label::after {
        width: 0;
        opacity: 0;
        transform: translateX(-12px);
    }

    .plan-card:hover .label {
        gap: 12px;
    }

    .plan-card:hover .label::after {
        width: 3dvi;
        opacity: 1;
        transform: translateX(0);
    }

    .space-meta {
        transition: transform 0.4s ease;

        transform: translateY(45px);
    }

    .space-card:hover .space-meta {
        transform: translateY(-15px);
    }

    .learn-more {
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transform: translateY(30px);
        transition: all 0.45s cubic-bezier(.25, .8, .25, 1);
    }

    .space-card:hover .learn-more {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .acc_item:hover .ac_description h3 {
        transform: translateY(0);

    }

    .acc_item:hover .ac_description p {
        max-height: 120px;
        opacity: 1;
        transform: translateY(0);
    }

    /* Hover */
    .acc_item:hover::after {
        transform: scale(1.12) translateY(-8px);
        filter: brightness(1.08);
    }

    .acc_item:hover::before {
        background: linear-gradient(180deg, rgba(56, 49, 47, 0.00) 0, #38312fe6 61%);
    }

    .ac_description p {
        max-height: 0;
        opacity: 0;
        transform: translateY(20px);
    }

    .ac_description h3 {
        transform: translateY(12px);
    }

    .acc_item::before {
        transition: background .6s ease;
    }

    .ac_description h3,
    .ac_description p {
        transition: all .5s cubic-bezier(.22, 1, .36, 1);
    }

    .acc_item::after {
        transition:
            transform .9s cubic-bezier(.22, 1, .36, 1),
            filter .6s ease;
        transform: scale(1);
        will-change: transform;
    }
}

@media screen and (max-width: 768px) {
    .main_slider {
    height: auto;
    }
    .locsub h2 {
        font-size: 7.8dvi;
        max-width: 18ch;
    }

    .map-cont {
        width: 100%;
    }

    .legendmap {
        width: 80%;
        margin-top: 2rem;
    }

    .spaceImg {
        height: 33dvi;
    }

    .contactus {
        min-height: fit-content;
        padding: 4.8rem 0;

    }

    .headline_sub {

        text-align: left;
        padding: 2rem;
        margin-top: 0;

    }
.headline_sub.spacecust h1 {
    max-width: 15ch;
}
    .edcont {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-event h2 {
        max-width: 20ch;
        margin: auto;
        margin-bottom: 1.5rem;
    }

    p.max2 {
        max-width: 61ch;
    }

}

@media screen and (max-width: 600px) {
    p {
        font-size: 4vw;
    }

    h2 {
        font-size: 7.8dvi;

    }

    .feature-strip h2 {
        max-width: 17ch;
        margin: auto;
        margin-bottom: 10px;
    }

    .ac_description h3 {
        font-size: 7.3dvi;
        text-shadow: 1px 1px 4px black;
        text-align: center;
    }

    .ac_description p {
        font-size: 4.1dvi;
        max-width: 27ch;
        text-align: center;
        margin: auto;
    }

    p.max1 {
        max-width: 39ch;
    }

    .headerImg {
        height: auto;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .headline_main h1,
    .headline_main h1 span {
        text-align: left;
    }

    .headline_main h1 {
        font-size: 8vw;
        line-height: 1.2;
    }

    .headline_main h1 span {
        font-size: 5vw;
        line-height: 1.7;
    }

    .headline_main {
             margin-top: 19dvi;
        margin-left: 1.3rem;
    }

    .hdwrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: stretch;
        margin-top: -39%;
        gap: 0;
    }

    .pos_bottom_hdr {
        position: unset;
    }

    .hdwitem p {
        font-size: 5vw;
    }

    .hdwitem span {
        font-size: 3.2vw;
        display: block;
    }

    p.hdltxt {
        display: block;
        gap: 0;
        text-align: left;
        font-size: 4.8vw;
    }

    .hdimg {
        width: 5ch;
        height: 4ch;
    }

    .ac_description {
        background: linear-gradient(0deg, black, transparent);
        padding: 1.8rem 2rem;
    }

    .space-container {
        padding: 0 0 0 0;
    }

    .spaceImg {
        height: 90dvi;
    }

    .space-meta p {
              font-size: 3.3vw;
    }

    ul.spacelist li[data-name="spot"]::before,
    ul.spacelist li[data-name="spot"]::after {
        width: 3dvi;
        height: 3dvi;
        background-size: 3dvi 3dvi;
    }

    .space-container h2 {
        text-align: center;
    }

    .event-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .plan-card .pcimg {
        height: 75dvi;
    }

    .plan-card .label::after {
        width: 4dvi;
        opacity: 1;
        height: 2dvi;
        animation: labelMove 2s ease-in-out infinite;
    }

    @keyframes labelMove {

        0%,
        100% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(5px);
        }
    }

    .learn-more {
        padding: 6px 20px;
        font-size: 3.2vw;
    }

    .space-meta {
        padding: 1rem 1.4rem;

    }

    ul.spacelist li[data-name="spot"] p {
        margin: 0 3dvi;
    }

    .event-container {
        padding: 0 0;
    }

    .plan-card .label {
        font-size: 4.8vw;
        bottom: 0;
        padding: 10px;
        justify-content: flex-start;
        gap: 5px;
    }

    .plan-card .overlay-grad {
        background: linear-gradient(20deg, black 6%, transparent 37%);
    }

    .basic-cta {
        font-size: 3.8vw;
        /* background: #fff; */
        padding: 10px 20px;
    }

    .contactus {
        min-height: fit-content;
        padding: 4.8rem 0;
        background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/91b27ac3-4fff-47bc-377e-c80125ed8600/1200);
        background-size: cover;
        background-position: center;
    }

    .fabcontact img {
        width: 120px;
        height: 60px;
    }

    .headline_sub h1 {
        font-size: 7.2vw;
        margin-bottom: 1rem;
        max-width: 19ch;
    }

    .pos_mainsub {
        margin-top: -9px;
    }

    p.max2 {
        max-width: 43ch;
    }

    .svgitem>svg {
        width: 14dvi;
        height: 14dvi;
    }

    .edDesc h3 {
        font-weight: 500;
        font-size: 5vw;
        max-width: 10ch;
        margin: auto;
        line-height: 1.1;
        margin-bottom: 0.5rem;
    }

    .edDesc p {
        font-size: 3.5vw;
        max-width: 20ch;
    }

    .edcont {
             grid-template-columns: repeat(2, 1fr);
        gap: 0rem 0rem;
    }

    .dvimg {
        max-width: 100%;
    }

    .cont_wrap h3 {
        font-size: 7dvi;
    }
    .iconitem img {
        height: 100px;
        width: 100px;
    }
    .venuesplide .splide__arrow,  main .splide__arrow {
        font-size: 4.5dvi;
    }
    .venuesplide .splide__arrow svg {
         width: 4.5dvi;
        height: 4.5dvi;
    }
 main .splide__arrow {
        font-size: 11px;
    }
    main .splide__arrow svg {
     width: 25px;
        height: 25px;
    }
  .splide__arrow svg {
        width: 3dvi;
        height: 3dvi;
    }
    .venuesec .splide__slide img {
                height: 250px;
            }
       .btn-panzoom-pos {
            background: #32272B;
            width: 40px;
        }
        .pzbtn {
            font-size: 17px;
        }
        ul.spacelist {
            gap: 2vw;
        }
}