section.Blog-details h1{
	display: none;
}
section.Blog-details .container div {
    width: 100%;
    min-height: 400px;
}
section.Blog-details{
    /* padding-top: 145px; */
}




/*Attracttion css*/
section.how-we-value-wrapp.atr .head-sec{
    text-align: center;
    margin-bottom: 40px;
}
section.how-we-value-wrapp.atr a.button {
    width: 150px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
section.how-we-value-wrapp.atr .atr-btn {
    margin-top: 20px;
}
.how-we-value-wrapp .img-card {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.7s ease;
    position: relative;
    transform: translateY(0px);
}
.how-we-value-wrapp .img-card:hover{
    transform: translateY(-30px)
}
.how-we-value-wrapp img{
    border-radius: 0px;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.how-we-value-wrapp .row{
    gap: 30px 0;
}
.how-we-value-wrapp .atr-cont{
   background: transparent;
    width: 100%;
}
.how-we-value-wrapp .atr-cont h4 {
    /* font-weight: 600; */
    margin-bottom: 0px;
    font-size: 20px;
    color: var(--heading-color);
    font-family: var(--heading-font);
    padding: 15px 0;
    text-align: center;
}

.how-we-value-wrapp .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0, 0);
    display: block;
}
section.summary-section {
    overflow-x: hidden;
}
.attractions_wrapper1{
    padding-bottom: 0;
}
.attractions_wrapper{
    /* background: #fff; */
    /* padding: 85px 12px 60px; */
    /* padding-top: 0px; */
    /* padding-bottom: 0; */
}
.attractions_wrapper a.main-btn{
    width:200px;
}
.attractions_wrapper h2{
    text-align:center;
}
.attractions_wrapper h3::after{
    left: 47%;
    bottom: -25px;
}

.attr_overlay{
    /*position: relative;*/
    
    /*background: #000;*/
}

.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 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.attr_img:hover .attr-over{
    background: rgba(0,0,0,0.7);
}

.attractions_left{
    /*border: 1px solid #cfcfcf;
    transition: all .5s;*/
    /*border-bottom: 2px solid #cfcfcf;*/
    /*border-radius: 10px;*/
    /* margin-bottom: 1.5rem; */
}
.dash-accent {
    width: 40px;
    height: 1px;
    margin: auto;
    margin-bottom: 11px;
    background-color: var(--primary-color);
}

.attr_img{
    height: 367px;
    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(--white-color);
   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(--white-color);
    margin-bottom: 0px;
    margin-top: 20px;
}

.attractions_wrapper .attr-over p{
      display:none;
}

.attr_img:hover .attr-over p{
    display:block;
}

.line{
    display: none;
}

 .section-title h3{
text-align: center;
}


.attractions-item-wrap{
    margin-top: 0;
    justify-content: center;
    gap: 25px 0;
}

.attr_box {
    position: relative;
    overflow: hidden;
    height: 400px;
}







