/*==============================
  ===FONT STYLES===
  ==============================*/

@font-face {
    font-family: 'GothamNarrow-Bold';
    src: url('/wp-content/themes/deposco/fonts/GothamNarrow-Bold.eot');
    src: url('/wp-content/themes/deposco/fonts/GothamNarrow-Bold.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/deposco/fonts/GothamNarrow-Bold.woff') format('woff'),
    url('/wp-content/themes/deposco/fonts/GothamNarrow-Bold.ttf') format('truetype'),
    url('/wp-content/themes/deposco/fonts/GothamNarrow-Bold.svg#glyphicons_halflingsregular') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'GothamNarrow-BoldItalic';
    src: url('/wp-content/themes/deposco/fonts/GothamNarrow-BoldItalic.eot');
    src: url('/wp-content/themes/deposco/fonts/GothamNarrow-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/deposco/fonts/GothamNarrow-BoldItalic.woff') format('woff'),
    url('/wp-content/themes/deposco/fonts/GothamNarrow-BoldItalic.ttf') format('truetype'),
    url('/wp-content/themes/deposco/fonts/GothamNarrow-BoldItalic.svg#glyphicons_halflingsregular') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'GothamNarrow-Book';
    src: url('/wp-content/themes/deposco/fonts/GothamNarrow-Book.eot');
    src: url('/wp-content/themes/deposco/fonts/GothamNarrow-Book.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/deposco/fonts/GothamNarrow-Book.woff') format('woff'),
    url('/wp-content/themes/deposco/fonts/GothamNarrow-Book.ttf') format('truetype'),
    url('/wp-content/themes/deposco/fonts/GothamNarrow-Book.svg#glyphicons_halflingsregular') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'GothamNarrow-BookItalic';
    src: url('/wp-content/themes/deposco/fonts/GothamNarrow-BookItalic.eot');
    src: url('/wp-content/themes/deposco/fonts/GothamNarrow-BookItalic.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/deposco/fonts/GothamNarrow-BookItalic.woff') format('woff'),
    url('/wp-content/themes/deposco/fonts/GothamNarrow-BookItalic.ttf') format('truetype'),
    url('/wp-content/themes/deposco/fonts/GothamNarrow-BookItalic.svg#glyphicons_halflingsregular') format('svg');
    font-display: swap;
}



body {
    background: #e8ecef;
}
.icon-expand {
    opacity: .5;
    cursor: pointer;
}

.icon-expand:hover {
    opacity: 1;
}
.expanded .icon-expand {
    transform: rotate(45deg);
    transition: .3s;
}

.icon-expand {
    transition: .3s;
}

.border-left-1 {
    border-left: 1px solid rgba(255,255,255,.25)!important;
}
.grid-container {
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
}

.grid-container::-webkit-scrollbar {
    display: none;  /* WebKit browsers */
}


nav {
    position: fixed;
    width: 100%;
    z-index: 1000000000;
    transition: .2s;
}

nav.scroll {
    background: #fff;
    transition: .2s;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    transition: all 0.3s ease;
    height: 500px;
}

.card {
    background-color: rgba(0, 0, 0, .85);
    position: relative;
    transition: all 0.3s ease;
}

.card.expanded {
    grid-column: 1 / -1; /* This makes the card span all columns */
    z-index: 0;
}

.card-background {
    background-color: rgba(0, 0, 0, .85);
    background-image: url(/wp-content/themes/deposco/img/peak-background.svg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.hidden {
    display: none;
}


.table-pl-0 td {
    padding: .5rem 1rem 0 0;
}
.expanded .expand-icon {
    transform: rotate(45deg);
}
.swiper-slide.expanded {
    width: 100%;
    position: relative;
    z-index: 10; /* Ensure the expanded card is on top */
}

.peak-tic-pattern {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: 100%;
    background-repeat: repeat;
    top: 0;
}

.peak-tic-pattern-right {
    background-image: url(/wp-content/themes/deposco/img/peak-tic-pattern.svg);
    opacity: .4;
    right: 0;
}

.peak-tic-pattern-left {
    background-image: url(/wp-content/themes/deposco/img/peak-tic-pattern-2.svg);
    opacity: .4;
    left: 0;
}

.peak-tic-pattern::before, .peak-tic-pattern::after {
    content: '';
    position: absolute;
    pointer-events: none;
}

.peak-tic-pattern::before {
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    width: 100%;
    height: 200px;
}

.peak-tic-pattern::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    width: 100%;
    height: 200px;
}

* {
    font-family: 'GothamNarrow-Book';
}

.text-bold, .btn {
    font-family: 'GothamNarrow-Bold'!important;
}
.card {
    border-radius: 0!important;
}
.sign-container .card-body {
    padding: 0rem;
}
.peak-section-hero:before {
    content: '';
    width: 100%;
    height: 450px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'GothamNarrow-Bold'!important;
    text-transform: uppercase;
    letter-spacing: 0!important;
}
.btn {
    border-radius: 0!important;
    min-width: 150px;
}
.peak-nav li {
    min-width: 100px;
    text-align: center;
}
.peak-nav {
    padding: 0 4rem;
}
.bg-black {
    background: black;
}
.quote-icon {
    position: absolute;
    left: -1rem;
    top: -1rem;
    font-size: 6rem !important;
    background: #fff;
    border-radius: 50%;
    padding: .5rem;
    color: #000 !important;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .15);
}

body {
    overflow-x: hidden;
}
img.peak-background {
    position: absolute;
    opacity: .05;
    right: -42%;
    overflow: hidden;
    bottom: 0;
    height: 110%;
    pointer-events: none;
    z-index: -1;
}


.map-container {
    position: relative;
    width: 100%;
}
#popover-content {
    visibility: hidden;
    position: absolute;
    z-index: -1;
}






.nav-tabs .nav-item:hover a {
    background: #eee;
    border-radius: .25rem;
}

.nav-tabs .nav-item a {
    padding: .5rem;
    text-decoration: none;
    width: 100%!important;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.nav-tabs {
    border: none;
    display: flex;
    gap: .5rem;
}

.nav-tabs .nav-item {
    flex: 1;
}

.nav-tabs a.active {
    background: #000!important;
    color: #fff;
}

.nav-tabs a {
    font-family: 'GothamNarrow-Bold';
    color: #000;
}

.nav-tabs a.active:hover {
    color: #fff!important;
}

.table-compact th, .table-compact td {
    padding: .25rem;
}

.hero-bg .col-md-7, .hero-bg .col-md-5 {
    background: rgba(255, 255, 255, .5);
    position: relative;
}

.gap-sm {
    gap: .5rem;
}
.active .flag-wrapper {
    color: #f48020;
}
/*.menu-main-navigation-container .menu li a, .menu-main-navigation-container {*/
/*    font-size: .875rem!important;*/
/*}*/

/*.menu-secondary-scroll .btn {*/
/*    font-size: .875rem;*/
/*}*/

/*.menu-logo img {*/
/*    height: 2.5rem;*/
/*}*/

/*body {*/
/*    background: linear-gradient(-45deg, #eeeeee, #ffffff, #eeeeee, #ffffff);*/
/*    background-size: 400% 400%;*/
/*    animation: gradient 15s ease infinite;*/
/*    height: 100vh;*/
/*}*/

.badge-parent {
    background: #f2f2f2;
    padding: .375rem;
    border-radius: .5rem;
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.headline-word {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    animation: wordFadeIn 0.7s ease-in-out forwards;
}

.fade-in {
    opacity: 0;
    transform: translateY(24px);
    filter: blur(12px);
    animation: fadeIn 1.8s ease-in-out forwards;
}

.fade-in-button {
    opacity: 0;
    transform: translateY(16px);
    filter: blur(12px);
    animation: fadeIn 1.4s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(24px);
        filter: blur(12px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

@keyframes wordFadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px);
        filter: blur(16px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

h1, h2 {
    font-family: "GothamNarrow-Bold";
    -webkit-font-smoothing: antialiased;
    letter-spacing: -3px;
    line-height: 1 !important;
}

.card h2 {
    letter-spacing: -2px;
}

.image-container {
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
}

.image-container video {
    box-shadow: 0rem 0rem 2rem rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
}

.btn-dark {
    background: #222;
    border: 1px solid #222;
}
.btn-primary {
    color: #000!important;
}

.text-bold {
    font-family: "GothamNarrow-Bold";
    color: #000;
    font-weight: normal;
}

.gap-lg {
    gap: 1.5rem;
}

@keyframes slides {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    margin: 2rem 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    gap: 3rem;
    display: flex;
}

.logos:before, .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logo_items {
    display: inline-flex;
    animation: 20s slides infinite linear;
    gap: 3rem;
    align-items: center;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.logo-item {
    border-radius: .375rem;
    overflow: hidden;
    background: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    height: 112px;
    width: 200px;
    font-family: 'GothamNarrow-Bold';
    margin-bottom: 16px;
}

.container, .navbar-desktop {
    max-width: 1200px;
}




/*.swiper {*/
/*    width: 100%;*/
/*    overflow: hidden; !* Ensure overflow is hidden to maintain clean edges *!*/
/*    padding-top: 20px;*/
/*    padding-bottom: 50px;*/
/*}*/

/*.swiper-slide {*/
/*    background-color: #fff;*/
/*    margin-right: 2rem; !* 2rem space between slides *!*/
/*    background: transparent;*/
/*}*/

/*.swiper-pagination-bullet {*/
/*    background: #000000; !* Orange color for the dots *!*/
/*}*/

/*.swiper-pagination-bullet-active {*/
/*    background: #f48020; !* Optionally make the active dot a different color or keep the same *!*/
/*}*/

/*.swiper-wrapper {*/
/*    display: flex; !* Ensure the slides are in a row *!*/
/*}*/

/*.swiper-container {*/
/*    padding-right: 50%; !* Add padding to the right to create an overflow effect initially *!*/
/*}*/

/*.swiper-navigation {*/
/*    text-align: right; !* Center align the navigation buttons *!*/
/*    margin-top: 10px; !* Spacing from the swiper container *!*/
/*}*/

/*.swiper-button-prev, .swiper-button-next {*/
/*    background: none;*/
/*    border: none;*/
/*    font-size: 24px; !* Icon size *!*/
/*    cursor: pointer;*/
/*    display: inline-block; !* Line up buttons side by side *!*/
/*    color: #333; !* Icon color *!*/
/*}*/

/*.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {*/
/*    display: none;*/
/*}*/

/*button.swiper-button-prev, button.swiper-button-next {*/
/*    left: unset!important;*/
/*    right: unset!important;*/
/*    display: contents;*/
/*}*/
/*.swiper-navigation i {*/
/*    font-size: 1.5rem;*/
/*    background: #eeeeee;*/
/*    color: #000;*/
/*    border-radius: 50%;*/
/*    padding: .5rem;*/
/*}*/

/*.swiper-navigation {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    gap: .5rem;*/
/*}*/
/*.swiper-button-disabled i {*/
/*    cursor: not-allowed;*/
/*    opacity: .3!important;*/
/*}*/



.swiper-pagination-bullet {
    background: #fff!important;
}

.swiper-pagination-bullet-active {
    background: #f48020!important;
}


/*HUBSPOT*/
.peak-request-demo-form .hs-dependent-field {
    display: none!important;
}
.peak-request-demo-form .hs-form {
    display: flex;
    align-items: start;
    flex: 1;
    width: 100%;
    margin: auto;
}

.peak-request-demo-form .hs-form label {
    display: none;
}

.peak-request-demo-form .hs-email, .peak-request-demo-form .hs-submit {
    width: auto!important;
    margin: 0;
    padding: 0;
    text-align: left;
    flex: none;
}

.peak-request-demo-form .hs-button.primary {
    margin: 0;
    height: 60px;
    min-width: 0;
    padding: 0 2rem;
    width: auto;
    border-radius: 0;
    background: #98b0d8;
    color: #000;
    margin-left: -1rem;
    font-size: 1.375rem!important;
}

.peak-request-demo-form .hs-input {
    border-radius: 0!important;
}

.peak-request-demo-form .hs-email {
    flex: 1;
    margin: 0!important;
}

.peak-request-demo-form .hs-input {
    font-size: 1.375rem!important;
    height: 60px!important;
    border-radius: 0!important;
}

.peak-request-demo-form .hs-error-msg {
    display: block!important;
}

.hs_error_rollup {
    display: none;
}

section#observe:before {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, black, transparent);
}

#observe .display-4 {
    text-shadow: 0px 0px 40px rgba(0,0,0,1)!important;
}

#observe .lead {
    text-shadow: 0px 0px 20px rgba(0,0,0,.8)!important;
}

.map-line {
    position: absolute;
    top: 0;
    width: calc(100% - 15rem);
    left: 7.5rem;
}

.peak-request-demo-form .hs-error-msg {
    color: #fff;
    font-size: .75rem!important;
}

.peak-request-demo-form .hs-input.error {
    border: none;
}

.peak-request-demo-form .hs-button.primary {
    font-family: 'GothamNarrow-Bold';
}

.frame {
    background-color: rgba(0, 0, 0, .85);
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 2rem;
}

.peak-headshot::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    pointer-events: none;
    height: 100px;
    z-index: 1;
}

.peak-headshot img {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
}






#accordion .card {
    border: none;
}

.card h5 button {
    color: #fff!important;
}

.card-header:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.card-header {
    position: relative;
    /*background: #4d2612;*/
}

.sign-container {
    background: black;
    padding: 2.5rem;
    border-radius: 1.5rem;
    border: 7px solid #fff;
    position: relative;
}

.sign-container h2 {
    color: #fff;
}

.sign-container .card-header button {
    font-size: 1.375rem!important;
    text-align: left;
}

.card-header {
    padding: .5rem 0;
}

h2.arrow:before {
    content: '';
    background-image: url(/wp-content/themes/deposco/img/arrow-back.svg);
    width: 100px;
    height: 18px;
    position: absolute;
    top: .5rem;
    right: 1.5rem;
    background-repeat: no-repeat;
}

h2.arrow:after {
    content: '';
    background-image: url(/wp-content/themes/deposco/img/arrow-point.svg);
    width: 100px;
    height: 16px;
    position: absolute;
    top: .5rem;
    left: 1.5rem;
    background-repeat: no-repeat;
    background-position: right;
}

.sign-container h2 {
    position: relative;
}

.sign-container-pole-left {
    content: '';
    height: 100vh;
    width: 1.5rem;
    background: linear-gradient(to right,
    #e6e6e6,
    #c0c0c0 20%,
    #d9d9d9 40%,
    #b3b3b3 60%,
    #d9d9d9 80%,
    #e6e6e6);
    position: absolute;
    top: -1rem;
    left: 6rem;
    z-index: 0;
    border-radius: .25rem .25rem 0 0;
}

.sign-container-pole-left::before, .sign-container-pole-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.25rem;
    height: 100%;
    background: repeating-linear-gradient(
            to bottom,
            #555,
            #555 0.25rem,
            transparent 0.25rem,
            transparent 0.5rem
    );
    transform: translateX(-50%);
    z-index: 0;
}


.sign-container-pole-right {
    content: '';
    height: 100vh;
    width: 1.5rem;
    background: linear-gradient(to right,
    #e6e6e6,
    #c0c0c0 20%,
    #d9d9d9 40%,
    #b3b3b3 60%,
    #d9d9d9 80%,
    #e6e6e6);
    position: absolute;
    top: -1rem;
    right: 6rem;
    border-radius: .25rem .25rem 0 0;
}

.card-header {
    padding: .5rem 0;
    border-bottom: 1px solid rgba(255,255,255,.25);
}

.sign-container .card-header {
    background: none!important;
}

.sign-container .card {
    background: none;
}

.hiking {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    margin-right: .5rem;
    border-radius: .25rem;
    font-size: 1.5rem;
}

.card:last-child .card-header {
    border: none;
    padding-bottom: 0;
}

.card-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    color: #fff;
    opacity: .8;
    cursor: pointer;
    z-index: 100000000;
}
.card-close:hover {
    opacity: 1;
}

.sign-container label {
    margin-bottom: 0;
}

.btn-sm {
    padding: .375rem 1rem!important;
    min-width: 0;
}

section#learn:before {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.peak-logo-container {
    background-color: white;
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: .25rem;
}

.peak-logo-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
}






.road_sign_wrapper {
    position: absolute;
    left: -1.3125rem;
    width: 212.5px;
    height: 212.5px;
    top: 100%;
    transform: scale(.65);
}

.road_sign_outside {
    position: relative;
    top: 25px;
    margin: 0 auto 0 auto;
    z-index: 10;
    background-color: #FFCC00;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border: 5px solid #000;
    outline: 5px solid #FFCC00;
}

.road_sign_screw1 {
    position: absolute;
    top: 12.5px;
    left: 12.5px;
    background-image: -webkit-linear-gradient(0deg, #AAAAAA 45%, #444444 65%);
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 2px 0px 2.5px #555555;
    -moz-box-shadow: 2px 0px 2.5px #555555;
    box-shadow: 2px 0px 2.5px #555555;
}

.road_sign_screw1:before {
    content: " ";
    position: absolute;
    top: 2.5px;
    left: 2.5px;
    background-image: -webkit-linear-gradient(180deg, #AAAAAA 45%, #444444 65%);
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.road_sign_screw2 {
    position: absolute;
    top: 117.5px;
    left: 117.5px;
    background-image: -webkit-linear-gradient(0deg, #AAAAAA 45%, #444444 65%);
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-box-shadow: 2px 0px 2.5px #555555;
    -moz-box-shadow: 2px 0px 2.5px #555555;
    box-shadow: 2px 0px 2.5px #555555;
}

.road_sign_screw2:before {
    content: " ";
    position: absolute;
    top: 2.5px;
    left: 2.5px;
    background-image: -webkit-linear-gradient(180deg, #AAAAAA 45%, #444444 65%);
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.road_sign_inside {
    transform: rotate(-45deg);
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 1.625rem;
    font-family: 'GothamNarrow-Bold'!important;
}

.road_sign_body_wrapper {
    font-family: 'GothamNarrow-Bold';
    line-height: 1.2;
    font-size: 1.75rem;
}




.peak-countdown-unit {border-left: 1px solid rgba(255,255,255,.35);}

.peak-countdown-unit:first-child {
    border: none;
}

.road_sign_wrapper_right {
    right: -1.3125rem!important;
    left: auto;
}

.road_sign_wrapper_right .road_sign_outside {
    background-color: #6c3f21;
    border: 5px solid #ffffff;
    outline: 5px solid #6c3f21;
    color: #ffffff;
}



#menu-peak-season-2024 {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    margin: 0;
    padding: 0;
    z-index: 10;
}

#menu-peak-season-2024 li a span{
    font-family: 'GothamNarrow-Bold';
}

.navbar {
    z-index: 10000;
    background: none;
}

.mobile-toggle-container {
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
}

@media screen and (max-width: 992px) {
    .navbar-mobile {
        justify-content: center;
        box-shadow: none!important;
    }
    .navbar-mobile .menu-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    h2.arrow::after, h2.arrow:before {
        display: none;
    }

    .sign-container {
        padding: 1.25rem;
    }
    .peak-mesh-content {
        margin: 3rem 0 0!important;
    }
}

.card-header:hover {
    cursor: pointer;
}

.navbar {
    position: fixed;
}

.navbar.scroll {
    z-index: 1000000;
}

.navbar.scroll .btn-cta, .navbar.scroll .btn-cta:hover {
    color: #000!important;
}
.peak-mesh {
    position: relative;
}

.peak-mesh:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    pointer-events: none;
    height: 100px;
    width: 100%;
    z-index: 1000000;
}


.peak-mesh-content {
    z-index: 1;
}

.peak-mesh {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.peak-mesh-container {
    position: relative;
}

.carousel {
    text-shadow: 0px 0px 2rem rgba(0,0,0,.5);
    pointer-events: none;
}




.peak.active {
    /*animation: pulse 2s infinite;*/
    transform-origin: center;
    opacity: 1;
    filter: none;
}

.peak {
    opacity: .5;
    filter: grayscale(1);
    cursor: pointer;
}

/*@keyframes pulse {*/
/*    0% {*/
/*        transform: scale(1);*/
/*        transform-origin: center;*/
/*    }*/
/*    50% {*/
/*        transform: scale(1.1);*/
/*        transform-origin: center;*/
/*    }*/
/*    100% {*/
/*        transform: scale(1);*/
/*        transform-origin: center;*/
/*    }*/
/*}*/


.peak-season-text {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    color: #000!important;
    font-size: 14rem;
    position: absolute;
    opacity: .3;
    margin: auto;
    width: 100%;
    text-align: center;
    text-wrap: nowrap;
}




.marquee {
    display: flex;
    block-size: var(--marquee-item-height);
    /*margin-block: var(--marquee-item-height);*/
    position: relative;
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(
            to right,
            hsl(0 0% 0% / 0),
            hsl(0 0% 0% / 1) 20%,
            hsl(0 0% 0% / 1) 80%,
            hsl(0 0% 0% / 0)
    );
    position: absolute;
}

.marquee--animation:hover .marquee__item {
    animation-play-state: paused;
}

.marquee--animation {
    --marquee-item-width: 100%;
    --marquee-item-height: 180px;
    --marquee-duration: 200s;
    --marquee-items: 8;
    margin-top: -12.5rem;
}

.marquee__item {
    --marquee-item-offset: max(
            calc(var(--marquee-item-width) * var(--marquee-items)),
            calc(100% + var(--marquee-item-width))
    );
    --marquee-delay: calc(var(--marquee-duration) / var(--marquee-items) * (var(--marquee-items) - var(--marquee-item-index)) * -1);
    position: absolute;
    inset-inline-start: var(--marquee-item-offset);
    transform: translateX(-50%);
    animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
}

.marquee--animation .marquee__item:nth-of-type(1) {
    --marquee-item-index: 1;
}

.marquee--animation .marquee__item:nth-of-type(2) {
    --marquee-item-index: 2;
}

.marquee--animation .marquee__item:nth-of-type(3) {
    --marquee-item-index: 3;
}

.marquee--animation .marquee__item:nth-of-type(4) {
    --marquee-item-index: 4;
}

.marquee--animation .marquee__item:nth-of-type(5) {
    --marquee-item-index: 5;
}

.marquee--animation .marquee__item:nth-of-type(6) {
    --marquee-item-index: 6;
}

.marquee--animation .marquee__item:nth-of-type(7) {
    --marquee-item-index: 7;
}

.marquee--animation .marquee__item:nth-of-type(8) {
    --marquee-item-index: 8;
}

@keyframes go {
    to {
        inset-inline-start: calc(var(--marquee-item-width) * -1);
    }
}

.btn-gray {
    background: none!important;
}

.copyright ul a span {
    font-family: 'GothamNarrow-Book'!important;
    color: #fff;
}

dl * {
    font-size: 1.125rem;
}

.carousel-indicators {
    margin: 2rem auto 0rem;
}

.circle-container {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.circle-container-0::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/deposco/img/mj.png) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    background-position: 2px 10px;
    background-color: #f48020;
}
.circle-container-1::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/deposco/img/jc.png) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    background-position: -2px 10px;
    background-color: #f48020;
}
.circle-container-2::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/deposco/img/gd.png) no-repeat center center;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    background-position: -3px 10px;
    background-color: #f48020;
}
.carousel-indicators .active {
    background: rgba(0,0,0,.3);
}

.carousel-indicator {
    opacity: .5;
    filter: grayscale(1);
}

.carousel-indicator.active {
    opacity: 1!important;
    filter: none;
}

.carousel-indicator:hover {
    opacity: 1;
    cursor: pointer;
}

.circle {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.circle video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.peak-season-modal .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.peak-season-modal .modal-content {
    margin: auto;
}

.modal-backdrop {
    z-index: 1000000;
}

.modal {
    z-index: 10000000;
}

.peak-season-modal .modal-content {
    border-radius: 0;
}

.peak-season-modal .hs-input {
    border-radius: 0!important;
}

.peak-season-modal .hs-submit {
    border-radius: 0!important;
}

.peak-season-modal .hs-button.primary {
    border-radius: 0;
    font-family: 'GothamNarrow-Bold';
    color: #000;
}

.submitted-message p span {
    font-family: 'GothamNarrow-Book'!important;
    font-size: 1.375rem;
    color: #fff!important;
    opacity: .75;
}

.peak-resources a {
    opacity: .75;
}

.peak-resources a:hover {
    opacity: 1;
}

.peak-request-demo-form [data-zi-mapped-form] .hs_industry_segement {
    display: none!important;
}