/* attr */
.attractions_wrapper1 {
    padding-bottom: 0;
  
}

.attractions_wrapper {
    /*padding-top: 100px;*/
    background: var(--lt-bg-color);
    padding: var(--p40) var(--p12);
}

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

.attractions_wrapper h2 {
        text-align: left;
    margin: 0;
    color: var(--white-color);
}

.attractions_wrapper h2.attrh2 {
    text-align: center;
    color: var(--heading-color);
}

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

.attrac-itemcol {
padding:0;
}


.attr-over {
    position: absolute;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 90%);
    bottom: 0;
    /*text-align: center;*/
    width: 100%;
    padding: 20px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}

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

.attractions_left {
    margin-bottom: 1.5rem;
}

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

.attr_img {
    height: 400px;
    object-fit: cover;
    aspect-ratio: 1.5;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-in-out;
    box-shadow: 0px 0px 3px #bbb;
    width: 100%;
}

.attr_img:hover {
    border-radius: 0px;
}

.attr_img.mdl {
    aspect-ratio: 0.712;
}

.attr_img img {
    position: relative;
    /*border-radius: 10px 10px 0 0;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

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

.attr-over h4 {
    color: var(--text-white);
    font-size: 23px;
    margin-bottom: 0px;
    transition: all .5s ease-in-out;
    font-weight: 500;
    font-family: var(--heading-font);
}

.attr-over p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--text-white);
    margin-bottom: 0px;
    margin-top: 0px;
}

section.attractions_wrapper .row{
  justify-content:center;
}

.line {
 display:none;
}











