.how-we-value-wrapp h2 {
    padding-bottom: 15px;
    /* font-weight: 600; */
    margin-bottom: 0px;
}

.how-we-value-wrapp h6 {
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: var(--f17);
    font-weight: 600;
    margin-bottom: 0px;
}

.how-we-value-wrapp .row {
    gap: 0px 0;
}

.how-we-value-wrapp .col-md-4 {
    padding: var(--p8);
    position: relative;
    width: 50%;
}

.how-we-value-wrapp .col-md-4 a {
    position: relative;
    display: block;
}

.how-we-value-wrapp .img-card {
    border-radius: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
}

.how-we-value-wrapp img.img-fluid {
    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 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.how-we-value-wrapp .atr-cont {
    background: transparent;
    /* box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24); */
    margin: 0px;
    padding: var(--p30) var(--p30);
    border-radius: 0px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    width: 100%;
    transition: all 0.3s;
}

.how-we-value-wrapp .atr-cont h4 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: var(--f23);
    max-height: 34px;
    overflow: hidden;
    color: var(--white-color);
    text-shadow: 0px 0px 2px #000;
}

.how-we-value-wrapp .atr-cont .arrow {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: var(--white-color);
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--heading-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.how-we-value-wrapp .col-md-4:hover .atr-cont {
    background: var(--white-color);
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}


.how-we-value-wrapp .col-md-4:hover .atr-cont h4 {
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}


.how-we-value-wrapp .col-md-4:hover .arrow {
    opacity: 1;
    visibility: visible;
}

section.how-we-value-wrapp {
  /* padding-top:0; */
  /* padding-bottom: 23px; */
}

section.how-we-value-wrapp .atr-btn{
    padding-top: 21px;
}


.how-we-value-wrapp .col-md-4:hover .atr-cont{
    background: var(--white-color);
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}

.how-we-value-wrapp .col-md-4:hover .arrow{
    opacity: 1;
    visibility: visible;
}

.how-we-value-wrapp .img-card:hover img{
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
}



/* location new design */


   section.attractions_wrapper{
      padding-top: 40px;
}


.how-we-value-wrapp .col-md-4 a {
    position: relative;
    display: block;
}
.attractions-item-wrap {
    margin-top: 20px;
}
.attractions_left {
    /* border-bottom: 2px solid #cfcfcf; */
    /* border-radius: 10px; */
    margin-bottom: 1.5rem;
}
.attr_img.mdl {
    aspect-ratio: 0.712;
}

.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 img {
    position: relative;
    /* border-radius: 10px 10px 0 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.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-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 {
    border-radius: 0px;
}
.attr_img:hover .attr-over p {
    display: block;
}
.attr_img:hover .attr-over {
    background: rgba(0, 0, 0, 0.7);
}



















