.attr-over,
.attractions .head,
.attractions_wrapper h2,
.catch-f .row .pro-sec-right,
.catch-f h3,
.pro-sec-right a,
.section-title h3 {
    text-align: center
}

.attr-over h4,
.catch-f h3 {
    font-family: var(--heading-font)
}

.attractions .lower-box,
.attractions .lower-content {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0 0 3px 3px;
    background: #fff
}

.attractions .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
    border-radius: 10px
}

.attractions .image-box img {
    position: relative;
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    transition: .4s;
    overflow: hidden
}

.attractions .image-box img:hover {
    transform: scale(1.1);
    border-radius: 10px
}

.attractions .image-box:before {
    content: '';
    position: absolute;
    bottom: 15px;
    width: 120%;
    left: -10%;
    height: 50px;
    background: #fff;
    border-top: 7px solid transparent;
    -ms-transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 1;
    display: none
}

.attractions .lower-box,
.attractions .lower-content .icon-box {
    position: absolute;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.attractions .inner-box:hover .image-box:before {
    border-top-color: #d5ae82
}

.attractions .lower-box {
    left: 0;
    bottom: 0;
    right: 0;
    margin-left: 40px;
    padding-bottom: 2px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
    transition: .3s;
    z-index: 3;
    display: none
}

.attractions .inner-box:hover .lower-box {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2)
}

.attractions .lower-content {
    position: relative;
    padding: var(--p20);
    z-index: 1;
    display: none
}

.attractions .lower-content .icon-box {
    right: 30px;
    top: -45px;
    width: 90px;
    height: 90px;
    background: #061138;
    color: #d5ae82;
    text-align: center;
    font-size: 42px;
    line-height: 90px;
    border-radius: 50%;
    transition: .3s;
    display: none
}

.attractions .inner-box:hover .lower-content .icon-box {
    background: #d5ae82;
    color: #fff
}

.attractions .lower-content .cat {
    position: relative;
    display: block;
    color: #7b8594;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 7px
}

.attractions .lower-content h4 {
    position: relative;
    color: var(--heading-color);
    margin-bottom: 20px;
    height: 37px;
    overflow: hidden
}

.attractions .how-we-value-heading h2,
.memory-content h6 {
    color: var(--black-color)
}

.attractions .lower-content h4 a {
    color: var(--other-color);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.attractions .inner-box:hover .link-box a,
.attractions .lower-content h4 a:hover {
    color: var(--secondary-color)
}

.attractions .col-4 {
    position: relative;
    padding-right: 0;
    width: 32%;
    margin-bottom: var(--m20)
}

.attractions .row {
    justify-content: center;
    position: relative;
    bottom: 50px;
    gap: 10px 1%
}

.attractions .head {
    padding: var(--p60);
    position: relative
}

.attractions .head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

section.attractions {
    padding-top: 120px
}

.attractions .how-we-value-heading,
.memory-image {
    position: relative
}

.attractions .how-we-value-heading h6 {
    color: var(--secondary-color);
    font-size: var(--f16)
}

.memory-section .row .rev {
    margin-bottom: 2rem;
    flex-direction: column-reverse
}

.memory-section .memory-image img {
    width: 100%;
    display: block;
    height: 250px;
    object-fit: cover;
    box-shadow: 0 0 2px #060606;
    max-width: 100%;
    border-radius: 20px 20px 0 0
}

.memory-section .content,
.memory-section .img {
    width: 100%;
    position: relative
}

.memory-section .memory-item {
    position: relative;
    box-shadow: 0 0 1px #060606;
    right: 0;
    top: 0;
    background: #fff;
    min-height: auto;
    z-index: 1;
    padding: var(--p14);
    height: auto
}

.catch-f,
.catch-f .row .col-lg-6 {
    padding: 0
}

.memory-section h2 {
    font-size: var(--f30);
    margin-bottom: var(--m10);
    height: 78px;
    overflow: hidden
}

.memory-section h2 a {
    font-family: var(--secondary-font)
}

.memory-section .dot {
    position: absolute;
    right: -2rem;
    bottom: -3.6rem;
    left: auto;
    text-align: end;
    width: fit-content;
    display: none
}

.memory-section .rev .memory-image img {
    right: 0
}

.memory-section .row:nth-child(2n) .dot {
    left: -2rem
}

.row.align-items-center {
    margin: 0
}

.memory-content p {
    margin-bottom: var(--m5);
    height: 30px;
    overflow: hidden
}

.memory-content h6 {
    margin-bottom: 0
}

.catch-f {
    background-image: url(../images/bg1.jpe);
    background-size: cover;
    background-position: center 45%;
    background-repeat: no-repeat;
    position: relative;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: end
}

.attr-over,
.attr_img img {
    height: 100%
}

.catch-f .row {
    width: 100%;
    padding: 0;
    margin: 0
}

.catch-f .row .pro-sec-right {
    padding: 50px;
    background: #002f6c7a;
    width: 500px;
    margin-right: auto;
    height: 350px;
    margin-top: -25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.catch-f .row .pro-sec-right p {
    margin-bottom: 1rem;
    font-size: 15px
}

.catch-f .row .pro-sec-right p.location,
.catch-f .row .pro-sec-right p:nth-child(2) {
    margin-bottom: 5px
}

.pro-sec-right a {
    margin-top: 15px;
    padding: 10px;
    color: #fff;
    background-color: var(--secondary-color);
    border-radius: 5px;
    border: 1px solid var(--secondary-color);
    color: var(--text-white);
    width: 150px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%), 0 4px 12px rgb(0 0 0 / 5%)
}

.pro-sec-right a:hover {
    background-color: var(--heading-color);
    border-color: var(--heading-color)
}

p.subhead {
    font-weight: 700
}

.catch-f .row .pro-sec-right p.subhead {
    font-size: 27px;
    font-family: var(--heading-font)
}

.catch-f h3 {
    font-size: 40px;
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px
}

.attr-over h4,
.attr-over p {
    color: var(--white-color);
    margin-bottom: 0
}

.attractions_wrapper1 {
    padding-bottom: 0
}

.attractions_wrapper a.main-btn {
    width: 200px
}

.attractions_wrapper h3::after {
    left: 47%;
    bottom: -25px
}

.attr-over {
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 90%);
    bottom: 0;
    width: 100%;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.attr_img:hover .attr-over {
    background: rgba(0, 0, 0, .7)
}

.attractions_left {
    margin-bottom: 1.5rem
}

.dash-accent {
    width: 40px;
    height: 1px;
    margin: auto auto 11px;
    background-color: var(--primary-color)
}

.attr_img,
.attr_img img {
    width: 100%;
    object-fit: cover;
    transition: .5s ease-in-out;
    position: relative
}

.attr_img {
    height: 367px;
    aspect-ratio: 1.5;
    overflow: hidden;
    box-shadow: 0 0 3px #bbb
}

.attr_img:hover {
    border-radius: 0
}

.attr_img.mdl {
    aspect-ratio: 0.712
}

.attr_img:hover img {
    transform: scale(1.2)
}

.attr-over h4 {
    font-size: 23px;
    transition: .5s ease-in-out;
    font-weight: 500
}

.attr-over p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px
}

.attractions_wrapper .attr-over p,
.line {
    display: none
}

.attr_img:hover .attr-over p {
    display: block
}

.attractions-item-wrap {
    margin-top: 20px;
    justify-content: center
}

.attr_box {
    position: relative;
    overflow: hidden;
    height: 400px
}

.view-more-faq1 {
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent;
    border: 2px solid #013237;
    color: #013237;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
    margin-bottom: 1rem
}

.view-more-faq1:hover {
    background-color: #013237;
    color: #fff;
    text-decoration: none
}

#coconut-coast-section {
    background-color: #f7f3e9;
    color: #2d4a53;
    border-top: 0 solid var(--secondary-color)
}

.btn-text-link {
    color: #063642 !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all .2s ease;
    padding: 2px 0
}

.btn-text-link:hover {
    color: #0c4e5e !important;
    text-decoration: underline
}

.btn-text-link i {
    font-size: 13px;
    color: #063642 !important
}

.attraction-map-modal .modal-dialog {
    max-width: 760px
}

.attraction-map-modal .modal-content {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24)
}

.attraction-map-modal .modal-header {
    align-items: center;
    padding: 22px 28px;
    border-bottom: 1px solid #dbe3e5
}

.attraction-map-modal .modal-title {
    color: #111;
    font-family: var(--secondary-font);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0
}

.attraction-map-modal .modal-body {
    width: 100%;
    margin: 0 !important;
    padding: 0px !important
}

.attraction-map-modal__inner {
    max-width: 560px;
    margin: 0 auto
}

.attraction-map-modal__list {
    display: grid;
    gap: 10px;
    margin: 0 0 28px !important;
    padding: 0;
    list-style: none
}

.attraction-map-modal__list li {
    position: relative;
    margin: 0 !important;
    padding-left: 22px;
    color: #2b4c55;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.42;
    list-style: none !important;
    text-align: left
}

.attraction-map-modal__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .68em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #013237
}

.attraction-map-modal__actions {
    display: flex;
    justify-content: center
}

.attraction-map-modal__actions .view-more-faq {
    min-width: 170px;
    text-align: center
}

@media (max-width: 480px) {
    .d-flex.flex-column.align-items-end {
        align-items: flex-start !important
    }

    .attraction-map-modal .modal-title {
        font-size: 22px
    }

    .attraction-map-modal .modal-body {
        padding: 24px 20px 30px !important
    }

    .attraction-map-modal__list li {
        font-size: 16px
    }
}
