  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700&family=Puritan:ital,wght@0,400;0,700;1,400;1,700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Allura&family=Open+Sans:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
body{
    font-family: "Merriweather", serif;
}
ul{
    list-style-type: none;
    padding: 0;
}
.btn-1{
    border: 3px solid #fff;
    color: #fff;
}
.btn-1:hover{
    color: #fff !important;
}
.btn-2{
    border: 3px solid #00ADEF;
    color: #00ADEF;
}
.btn-2:hover{
    color: #00ADEF !important;
}
.btn-3{
    border: 3px solid #000000;
    color: #000000
}
.accordion-item {
    background-color: unset !important;
    border: unset !important;
    border-top: unset !important;
    border-bottom: 1px solid white !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
}
.accordion-button{
    color: white !important;
    background-color: unset !important;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
}
.accordion-header {
    border: unset !important;
}
.accordion-body {
    border: unset !important;
    color: white !important;
    font-family: sans-serif;
}
.accordion-button::after {
    content: "";
    background-image: url("../images/sundance/plus-w.svg") !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../images/sundance/minus-w.svg") !important;
}
.accordion-body li {
    list-style-type: disc;
}
.accordion-body ul {
    padding-left: 2.5rem;
}

.visit-us-section {
    background: #144c69 !important;
}

.get-directions {
    font-weight: 600 !important;
    border-color: white !important;
    a {
        color: white !important;
        text-decoration: none;
    }
    &:hover {
        background: white !important;
        a {
            color: #144c69 !important;
        }
    }
}

.video-container{
    position: relative;
    padding-bottom: 70%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;;
}
.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 992px) {
    .stories{
        height: 646px;
        background-color:aqua;
        position: relative;
        top: 50px;
    }
}

@media (max-width: 576px) {
    .contact-info{
        margin-top: 3rem !important;
        padding: 0 0 0 30px !important;
    }
}
/* Testimonial Slider */

.testimonial-slider {
    max-width: 900px;
    padding: 0 40px;
}

.testimonial-section .testimonial-card {
    border: 1px solid #fff;
    max-width: 90%;
    border-radius: 10px;
}

.testimonial-section .slider-container {
    width: 100%;
    max-width: 900px;
}

.testimonial-section.slider-container .row {
    width: 100%;
    position: relative;
}

.testimonial-section .slick-slide>div {
    display: flex;
    justify-content: center !important;
}

.testimonial-section .slider-btn {
    position: absolute;
    top: 40%;
    height: 30px;
    width: 30px;
    color: white;
    z-index: 999;
    cursor: pointer;
    font-size: 3rem;
}

.testimonial-section .slider-btn.prev-btn {
    left: -10px;
}

.testimonial-section .slider-btn.next-btn {
    right: -22px;
}

.testimonial-card-title {
    display: none;
}

@media (max-width:540px) {
    .testimonial-section .testimonial-card {
        max-width: 90%;
        min-height: 345px;
    }

    .testimonial-slider {
        padding: 0;
    }
}
@media (min-width:541px) {
    .testimonial-section .testimonial-card {
        max-width: 90%;
        min-height: 374px;
    }
}

 /* gallery Slider */

 .gallery-slider {
    max-width: 90%;
    padding: 0 40px;
}

.gallery-section .gallery-card {
    max-width: 90%;
    box-shadow: 0px 4px 20px 0px #000000;, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.gallery-section .slider-container {
    width: 100%;
    max-width: 900px;
}

.gallery-section.slider-container .row {
    width: 100%;
    position: relative;
}

.gallery-section .slick-slide>div {
    display: flex;
    justify-content: center !important;
}

.gallery-section .slider-btn {
    position: absolute;
    top: 40%;
    height: 30px;
    width: 30px;
    color: #000000;
    z-index: 999;
    cursor: pointer;
    font-size: 5rem;
}

.gallery-section .slider-btn.prev-btn {
    left: 10px;
}

.gallery-section .slider-btn.next-btn {
    right: 10px;
}


/* Test code */
.gallery-card {
    min-height: 1px;
}

@media (max-width:540px) {
    .gallery-section .gallery-card {
        max-width: 250px;
    }

    .gallery-slider {
        padding: 0;
    }
}

    /* Related Products Slider */

    .related-products-slider {
        max-width: 90%;
        padding: 0 40px;
    }

    .related-products-section .related-products-card {
        border: 1px solid black;
        max-width: 90%;
    }

    .related-products-section .slider-container {
        width: 100%;
        max-width: 900px;
    }

    .related-products-section.slider-container .row {
        width: 100%;
        position: relative;
    }

    .related-products-section .slick-slide>div {
        display: flex;
        justify-content: center !important;
    }

    .related-products-section .slider-btn {
        position: absolute;
        top: 40%;
        height: 30px;
        width: 30px;
        color: #000000;
        z-index: 999;
        cursor: pointer;
        font-size: 5rem;
    }

    .related-products-section .slider-btn.prev-btn {
        left: 10px;
    }

    .related-products-section .slider-btn.next-btn {
        right: 10px;
    }


    /* Test code */
    .related-products-card {
        min-height: 350px;
    }

    @media (max-width:540px) {
        .related-products-section .related-products-card {
            max-width: 250px;
        }

        .related-products-slider {
            padding: 0;
        }
    }

/*Sundance styles*/
.top-navbar{
    background-color: #1B4E8A;
}
.f-allure{
    font-family: 'Allura', cursive!important;
    font-family: 'Open Sans', sans-serif;
}
.sundance-hero-bg{
    background-image: url("../images/sundance/hero-section.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 420px;
    width: 100%;
}

.sundance-save-up{
    background-color: rgba(8, 42, 72, 0.2);
}
.save-up{
    background-color: rgba(8, 42, 72, 0.8);
    position: relative;
    overflow: hidden;
}
#form-top .save-up{
    padding-bottom: 150px;
}

#form-top{
    position: relative;
}
.custom-shape-divider-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(120% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom .shape-fill {
    fill: #FFFFFF;
}
.sundance-save-up p.first-p{
    font-size: 60px!important;
    vertical-align: middle;
}

.sundance-nav-link{
    color:#1B4E8A;
    border: 0!important;
    padding: 15px 45px!important;
}
.sundance-products-section .nav-pills .nav-item{
    position: relative;
    top: -3px;
}

.sundance-products-section .nav-pills .nav-link{
    background-color: #ffffff;
    border-radius: 20px 20px 0 0;
    border: 1px solid #1B4E8A!important;
    color: #1B4E8A;
}
.sundance-products-section .nav-pills .nav-link.active{
    background-color: #1B4E8A!important;
    color: #ffffff;
}
.sundance-products-section .tabs-border-bottom{
    background-color: #1B4E8A;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#info-section{
    background:#aaafab;color:#000000;
}

#info-section .accordion-button{
    color: #000000!important;
}


#info-section .accordion-button::after {
    content: "";
    background-image: url("../images/sundance/plus.svg") !important;
}
#info-section .accordion-button:not(.collapsed)::after {
    background-image: url("../images/sundance/minus.svg") !important;
}
#info-section h4{
    border-radius: 0px 50px 50px 0px;
    background: #666868;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#info-section h4{
    font-size: 70px;
}

#stories h1{
    color:#015495;
    font-size:70px;
}

#assistance h1{
    font-size: 60px!important;
    margin-bottom: 0;
    vertical-align: middle;
}

#assistance a{
    border-radius: 20px;
    border: 3px solid #FFF;
    padding: 20px 70px;
    color: #ffffff;
    font-size: 30px;
    text-decoration: none;
}
#sundance-footer{
    background: #1B4E8A;
}
.specs-container a{
    text-decoration: none;
}
.specs-container button, .unlock-offer-btn{
    all: unset;
    border-radius: 50px;
    background: #1B4E8A;
    color: #FFF;
    font-weight: bold;
    padding: 10px 25px;
    font-size: 20px;
    width: -webkit-fill-available;
    cursor: pointer;
    display: block;
    &.text-links {
        color: #000;
        text-decoration: underline !important;
        background: unset !important;
        &:hover {
            color: #1B4E8A !important;
        }
    }
}

.unlock-offer-btn {
    &.modal {
        width: max-content;
        margin: 0 auto;
        &:hover {
            background: #0c2847;
            color: #fff !important;
        }
    }
}

#stories .testimonial-section .testimonial-card{
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: #015495;
}

.testimonial-section .testimonial-card p{
    color:#ffffff
}

.btn-white-border{
    color: #ffffff;
    background: #1B4E8A;
    border-radius: 5px;
    border: 2px solid #FFF;
    font-size: 30px;
}

.btn-white-border:hover{
    background: #ffffff;
    color: #1B4E8A;
    border: 2px solid #1B4E8A;
}

.sundance-products-section .product-card{
    border-radius: 20px;
    background: #FFF;
    border: 0!important;
    padding: 1em;
}

#gallery h1{
    color: #000000;;
    font-size: 70px;
}

/* Related Products Slider */

.related-products-slider {
    max-width: 90%;
    padding: 0 40px;
}

.related-products-section .related-products-card {
    border: 1px solid black;
    max-width: 90%;
}

.related-products-section .slider-container {
    width: 100%;
    max-width: 900px;
}

.related-products-section.slider-container .row {
    width: 100%;
    position: relative;
}

.related-products-section .slick-slide>div {
    display: flex;
    justify-content: center !important;
}

.related-products-section .slider-btn {
    position: absolute;
    top: 40%;
    height: 30px;
    width: 30px;
    color: #000000;
    z-index: 999;
    cursor: pointer;
    font-size: 5rem;
}

.related-products-section .slider-btn.prev-btn {
    left: -10px;
}

.related-products-section .slider-btn.next-btn {
    right: -10px;
}


/* Test code */
.related-products-card {
    min-height: 350px;
}

@media (max-width:540px) {
    .related-products-section .related-products-card {
        max-width: 250px;
    }

    .related-products-slider {
        padding: 0;
    }
}

#products-page{
    background:#E9EDF1;
}

#products-page .accordion-body{
    border:0;
}

.form-modal-section{
    background: rgba(8, 42, 72, 0.95)!important;
}
#form-box{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.specs-img-divider{
    margin: 0 10px;
    align-self: center;
}
.price-rank-img{
    align-self: center;
}

#products-page nav{
    background:#ffffff;
}
.btn-dark-blue{
    background: #1B4E8A;
    color: #ffffff;
}
.btn-dark-blue:hover{
    background: #FFFFFF;
    color: #1B4E8A;
    border: 2px solid #1B4E8A;
}
.starting-at{
    background: #FFFFFF;
    color: #1B4E8A;
    border: 2px solid #1B4E8A;
    border-radius: 0.25rem;
}

#products-page .slick-slide{
    padding: 1rem;
}

.slick-slide>div{
    padding: 1rem;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
    height: 100%;
}

#products-page .related-products-section .slider-btn{
background-color: transparent!important;
}

#products-page #form-modal-section .slick-slide>div{
    background: transparent;
    box-shadow: none;
}

.slick-track {
    height: 100%;
}

.related-products-slider,
.sundance-products-section .slick-slider,
.related-products-slider .slick-slider {
    display: flex !important;
}

.sundance-products-section .slick-slide{
    padding: 1rem;
}

#unlock-offer-top .slick-slide>div, .testimonial-section .slick-slide>div, .gallery-section .slick-slide>div{
    background: transparent;
    box-shadow: none;
}

#gallery h1 img{
    width: 99px;
    height: 42px;
}
.call-now{
    color: white !important;
    text-decoration: none;
    font-family: sans-serif !important;
}
.contact-info{
    color: #1B4E8A;
}
.has-error .list-unstyled {
    margin-top: 7px;
    margin-bottom: 0px;
}

.has-error input {
    border: 4px solid #d95e5e;
}

.has-error .list-unstyled li {
    font-weight: 900;
    font-size: 15px;
}

.has-error .list-unstyled {
    margin-top: 7px;
    margin-bottom: 10px;
}

#stories{
    background-color: #fff;
}
.v-padding{
    padding: 200px 0!important;
    @media (max-width: 991px) {
        padding: 0px !important;
    }
}

.video-bg, .bubbles-bg{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    filter: brightness(75%) contrast(99%) saturate(300%);
    height: -webkit-fill-available;
}

@media (max-width:991px) {
    .save-up{
        padding-bottom: 0px;
    }
    .custom-shape-divider-bottom {
        display: none;
    }

    .sundance-products-section .slider-btn {
        top: unset !important;
        bottom: 35% !important;
    }

    #form-top .save-up{
        padding-bottom: 10px;
    }

    .sundance-products-section .nav-pills .nav-link {
        border-radius: 0;
    }

    .sundance-products-section .products-section-inner {
        width: 85% !important;
        padding: 10px !important;
    }

    .sundance-products-section .slider-btn.prev-btn {
        left: -1% !important;
    }

    .sundance-products-section .slider-btn.next-btn {
        right: -1% !important;
    }
}
@media (max-width:768px) {
    #assistance h1, .sundance-save-up p.first-p, #info-section h4{
        font-size: 30px!important;
        margin-bottom: 15px;
    }

    #assistance a{
        padding: 10px 40px;
        font-size: 20px;
    }
    #stories h1{
        font-size: 40px;
    }
    .sundance-hero-bg{
        height: 350px;
        background-position-x: 100%;
    }

    .sundance-products-section .products-section-inner {
        width: 95% !important;
        padding: 10px !important;
    }
}


.home-slider-banners .slick-next.slick-arrow,
.home-slider-banners .slick-prev.slick-arrow {
    display: none !important;
}
.home-slider-banners .slick-dots {
    display: flex;
    padding: 20px 0;
    justify-content: center;
    background-color: #1B4E8A;
    margin: 0;
}

.home-slider-banners .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50px;
}

.home-slider-banners .slick-dots .slick-active {
    background-color: #fff;
    transform: scale(1.2);
}

.home-slider-banners .slick-dots li button {
    visibility: hidden;
}

.home-slider-banners .slick-slide>div{
    padding: 0;
    border-radius: unset;
    background: unset;
    box-shadow: none;
    height: unset;
}

.home-slider-banners .slick-track {
    height: unset;
}

.home-slider-banners .slick-slider {
    display: block !important;
}

.txt-contact p {
    font-size: 1,25rem;
    font-weight: 700;
}

.seats{
    border: 1px solid gainsboro;
    border-radius: 4px;
    text-align: center;
    padding: 10px 11px;
    color: #1B4E8A;
}

.seats p:nth-child(1){
    margin-bottom: 0;
    font-size: 26px;
    line-height: 75%;
    font-weight: 900;
}

.seats p:nth-child(2){
    margin-bottom: 0;
    font-size: 13px;
}

.product-specs-accordion {
    .accordion-item {
        border-bottom: 1px solid black !important;
        .accordion-button {
            color: black !important;
        }
        .accordion-button::after {
            content: "";
            background-image: url("../images/sundance/plus.svg") !important;
        }

        .accordion-button:not(.collapsed)::after {
            background-image: url("../images/sundance/minus.svg") !important;
        }
        .accordion-collapse {
            .accordion-body {
                color: black !important;
        }
    }
}
