.attraction-heading p {
    text-align: center;
}

.attraction-box {
    border-radius: 25px;
    background-color: #fff;
    height: 300px;
    border: 1px solid #000;
    position: relative;
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.1);
}

.attraction-img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.attraction-box {
    background-color: #11223c;
    padding: 15px;
    border-radius: 0px;
    margin-bottom: 25px;
    position: relative;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1.9;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: blink 1s linear infinite;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}


.attraction-content h4 {
    margin-bottom: 15px;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
}

.attraction-box:hover .services-btn {
    background: #ffc009;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.attraction-content .services-btn {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.attraction-box .attraction-image {
    overflow: hidden;
    border-radius: 15px;
}

.attraction-box .attraction-image a {
    display: block;
}


.attraction-box .attraction-image a img {
    border-radius: 15px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}



.attraction-box .attraction-content {
    padding: 30px 15px 20px;
}

.attraction-box:hover .attraction-image img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.attraction-box:hover .attraction-content h4 {
    background: #ffc009;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.attraction-wrapper {
    background-color: #F8F8F8;
}

.attraction-main {
    position: relative;
}

.attraction-box {
    background: #FFF;
    box-shadow: 0px 2px 11px 0px rgba(181, 181, 181, 0.25);
    height: 250px;
    max-width: 100%;
    padding: 20px;
    border: 1px solid#fff;
}

.attraction-box h2,
.attraction-box span {
    font-size: 30px;
    color: #3e5e04;
}

.attraction-box span {
    color: #3e5e04;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.attraction-box p {
    color: #676767;
    text-transform: inherit;
    line-height: 30px;
    font-size: 16px;
    position: relative;
    margin-bottom: 15px;
}
.attraction-box p::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    background: #3e5e04;
    width: 40px;
    height: 2px;
    z-index: 2;
}
.attraction-box p::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    background: #99999952;
    width: 80px;
    height: 2px;
    z-index: 1;
}


.main-content p {
    text-align: justify;
    line-height: 20px;
}

.main-content span {
    color: #3e5e04;
    font-size: 42px;
    text-transform: inherit;
    line-height: inherit;
}