.banner{
    height:350px;
}
.banner img.img-fluid{
     max-height:350px;
}
section.featured-pro {
    padding: var(--p60) var(--p12);
}


.scroll .chevron {
position: absolute;
width: 28px;
height: 8px;
opacity: 0;
transform: scale3d(0.5, 0.5, 0.5);
animation: move 3s ease-out infinite;
}

.scroll .chevron:first-child {
animation: move 3s ease-out 1s infinite;
}

.scroll .chevron:nth-child(2) {
animation: move 3s ease-out 2s infinite;
}

.scroll .chevron:before,
.scroll .chevron:after {
content: ' ';
position: absolute;
top: 0;
height: 100%;
width: 51%;
background: var(--white-color);
}

.scroll .chevron:before {
left: 0;
transform: skew(0deg, 30deg);
}

.scroll .chevron:after {
right: 0;
width: 50%;
transform: skew(0deg, -30deg);
}

@keyframes move {
25% {
 opacity: 1;

}
33% {
 opacity: 1;
 transform: translateY(30px);
}
67% {
 opacity: 1;
 transform: translateY(40px);
}
100% {
 opacity: 0;
 transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
}
}

.scroll .text {
display: block;
margin-top: 75px;
margin-left: -30px;
font-family: var(--primary-font);
font-size: var(--f12);
color: var(--white-color);
text-transform: uppercase;
white-space: nowrap;
opacity: .25;
animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
to {
 opacity: 1;
}
}
.form-control:focus {
 background-color: transparent !important;
 border-color: var(--white-color) !important;
 box-shadow: 0 0 0 0rem rgba(13,110,253,.25) !important;
}

/*Properties css*/



section.home-list {
    padding: var(--p60) var(--p12);
    /* background: #f7f7f7; */
    /* padding-top: 70px; */
}
section.home-list .prop-card{
    padding: 12px;
    box-shadow: 0px 0px 5px #ccc;
    width: 32.5%;
    background: var(--white-color);
}
section.home-list .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    display: none;
    transition: .5s ease-in-out
}

section.home-list .overlay a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

section.home-list .prop-card:hover .overlay {
    display: flex
}

section.home-list .row {
    justify-content: center;
    gap: 30px 1%;
}

section.home-list .how-we-value-heading span {
    font-size: var(--f14);
    font-family: var(--secondary-font);
    font-weight: 600;
    color: var(--white-color);
    border-radius: 50px;
    padding: 4px 18px
}

section.home-list .view {
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 0; */
    /* padding: var(--p15); */
    /* background: #ffffffbd; */
}

section.home-list .view a {
    background: var(--white-color);
    padding: var(--p10);
    box-shadow: 2.5px 4.33px 18px 0 rgb(0 0 0 / 10%);
    border-radius: 50%;
    display: flex!important;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    text-align: center
}

section.home-list .view i {
    margin-right: 0
}

section.home-list .col-4 {
    width: 33%
}

section.home-list .pro {
    display: flex;
    justify-content: center;
    margin-top: var(--m30)
}

section.home-list img.img-fluid {
    width: 100%;
    height: 290px;
    object-fit: cover;
    position: relative;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

section.home-list .pro-img a::after,section.home-list .pro-img a::before {
    border-radius: 30px;
    z-index: -1;
    -webkit-transition: .5s;
    display: none;
    position: absolute;
    height: 100%;
    content: ""
}

section.about-owner img:hover,section.home-list .pro-img:hover img {
    transform: scale(1.14)
}

section.home-list .pro-img a::before {
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 100%);
    top: 15px;
    background-color: rgba(0,0,0,.05);
    width: calc(100% - 66px);
    left: 33px;
    transition: .5s
}

section.home-list .pro-img a::after {
    top: 8px;
    background-color: rgba(0,0,0,.1);
    width: calc(100% - 16px);
    left: 8px;
    transition: .5s
}

section.home-list .pro-img a {
    position: relative;
    overflow: hidden;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    display: flex;
    border-radius: 0px 0px 0 0;
}

section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    background: var(--white-color);
    /* box-shadow: 0 1px 17px 0 rgba(0,0,0,.05); */
    /* margin-top: 15px; */
    border-radius: 0;
}

section.home-list .amn {
    padding-top: 0;
}
.prop-view-btn{
    border-top: 1px dashed #36454f59;
    padding-top: 16px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.prop-view-btn .view p{
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 1.3;
}
section.home-list .rating i {
    color: var(--other-color);
    margin-right: 0;
    font-size: var(--f14)
}

section.home-list .adr-rev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #36454f59;
    margin-bottom: 15px
}

section.home-list .rating {
    margin-bottom: 0;
    color: var(--other-color);
    font-size: 16px
}

section.home-list h3.title {
    font-size: var(--f24);
    line-height: 30px;
    font-weight: 700;
    color: var(--black-color);
    margin-bottom: var(--m11);
    height: auto;
    overflow: hidden;
    width: 98%
}

.prop-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: var(--m40)
}

.prop-view-btn .view p{
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 1.3;
}

section.home-list p.adr {
    font-size: var(--f15);
    font-weight: 400;
    color: var(--para-color);
    margin-bottom: 0;
    line-height: 1.5;
    height: 22px;
    overflow: hidden;
    border-bottom: 0 solid #36454f59;
    padding-bottom: 0
}

section.home-list .prop-view-btn a i{
color: var(--secondary-color);
}
section.home-list .descp {
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}

section.home-list .how-we-value-heading {
    text-align: center
}

section.home-list .amn {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    border-top: 0px solid #36454f59;
}

section.home-list ul {
    margin: 0;
    padding: 0;
    font-size: var(--f14);
    /* align-items: center; */
    /* display: flex; */
    /* justify-content: space-between; */
    width: 100%
}

section.home-list i {
    margin-right: var(--m8);
    color: var(--secondary-color);
    font-size: 19px;
    width: 23px;
}

section.home-list ul li {
    font-size: var(--f16);
    font-weight: 500;
    margin-bottom: 5px;
}

section.home-list h5 {
    font-size: var(--f16);
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: 0
}

section.home-list h5 span {
    font-weight: 600;
    font-size: var(--f24);
    color: var(--black-color)
}

section.home-list .featured span {
    font-weight: 500;
    font-size: var(--f13);
    color: var(--white-color);
    background-color: var(--heading-color);
    padding: 4px 12px;
    display: inline-block;
    border-radius: 30px
}

section.home-list .featured {
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 1
}

section.home-list .how-we-value-heading p {
    font-size: 14px;
    color: #fff;
    background-color: #ef3f3e;
    text-transform: uppercase;
    padding: 4px 18px;
    line-height: 1.7;
    border-radius: 3px;
    font-family: Work Sans;
    font-weight: 600
}

section.home-list .how-we-value-heading h2 {
    padding-top: 15px;
    padding-bottom: 15px;
    /* color: var(--black-color); */
    /* font-weight: 700; */
    margin-bottom: 0
}

section.home-list .how-we-value-heading h6 {
    line-height: 1.3;
    color: var(--secondary-color);
    letter-spacing: .03em;
    font-size: var(--f17);
    font-weight: 700;
    margin-bottom: 0
}
section.home-list .home-btn {
    text-align: center;
    margin-top: 30px;
}


section.home-list .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    background: var(--white-color);
    /* box-shadow: 0 1px 17px 0 rgba(0,0,0,.05); */
    margin-top: 30px;
    border-radius: 0;
}
a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -68px;
    top: 52%;
    z-index: 3;
    display: none;
    letter-spacing: 0px;
}




/* property card */

section.featured-pro {
    background: #f7f7f7;
    position: relative;
}
.calendar{
    margin-top: var(--m40);
    justify-content: space-between !important;
}
.calendar .col-6{
    width: 49%;
}

.price-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 97%;
}
section.featured-pro .head-sec {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: var(--m40);
}
section.featured-pro .head-sec h2{
  /* color: var(--black-color); */
  margin-bottom: 10px;
}
section.featured-pro .head-sec p{
   color: var(--black-color);
}
section.featured-pro .row{
    gap:20px 0;
    justify-content: space-between;
}
section.featured-pro .main-prop {
    position: relative;
    overflow: hidden;
}
section.featured-pro .prop-contt {
    position: relative;
}
section.featured-pro img.img-fluid {
    width: 100%;
    height: 450px;
    object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
section.featured-pro .main-prop:hover img{
    transform: scale(1.14);
}
section.featured-pro .pro-img a:before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}
section.featured-pro .pro-cont h4{
    color: var(--white-color);
}
section.featured-pro .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 10px 10px 0 0;
    display: block;
}
section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,.8));
    position: absolute;
    bottom: -20px;
    width: 100%;
    padding-bottom: var(--p34);
    z-index: 1;
    transition: all 0.7s;
}
section.featured-pro .pro-cont .view-more{
    color: var(--white-color);
    display: flex;
    gap: 5px;
    align-items: center;
}
section.featured-pro .pro-cont span i{
    color: var(--secondary-color);

}

.testimonial h2{
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 0px;
    font-family: var(--heading-font);
    width: auto;
    display: inline-block;
}
section.featured-pro .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.6);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 10px 0;
}
section.featured-pro .main-prop:hover .line{
    width: 97%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
section.featured-pro a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

section.featured-pro .main-prop:nth-child(3){}
section.featured-pro .single ul{
justify-content: flex-start;
gap: 40px;
}
section.featured-pro .single .pro-img {
height: 550px;
}
section.featured-pro .single .pro-img img{
    height: 550px;   
}
section.featured-pro .single {
    margin-top: var(--m40);
}
section.featured-pro .single a{
    top: 27px;
}
section.featured-pro .single .pro-cont{
    width: 98%;
}
section.featured-pro .main-prop:hover .pro-cont {
bottom: 0;
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.featured-pro .rating i.checked {
    color: #FCAF3D;
}
section.featured-pro .rating{
    margin-bottom:var(--m15);
    display: none;
}
section.featured-pro h3.title {
    font-size: var(--f28);
    line-height: 1.2;
    font-weight: 400;
    color: var(--white-color);
    margin-bottom: var(--m11);
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height:21px;
    overflow:hidden;
}
section.featured-pro ul {
    margin: 0 0 var(--m20);
    padding: var(--p20) var(--p20) var(--p15);
    padding-left: 0;
    padding-top: 3px;
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
}
section.featured-pro i {
    margin-right: var(--m8);
}
section.featured-pro ul li{
    font-size: var(--f14);
    color: var(--white-color);
}
section.featured-pro h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .pro-img {
    position: relative;
    overflow: hidden;
    height: 450px;
}
section.featured-pro h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}
section.featured-pro .featured i{
    margin-right: 0;
    cursor: pointer;
}

section.featured-pro .featured span {
    font-weight: 400;
    font-size: var(--f18);
    color: var(--white-color);
    background-color: transparent;
    padding: var(--p7) var(--p15);
    display: inline-block;
    border-radius: 5px;
    transform: rotate(-90deg);
    letter-spacing: .2em;
    border: 1px solid;
}
section.featured-pro .featured{
    position: absolute;
    top: 50px;
    right: -10px;
    z-index: 0;
}

/* search bar */



.booking-area .fa-users{
    position: absolute;
    top: 28px;
    color:var(--secondary-color)
}

.booking-area {
    position: absolute;
    justify-content: center;
    width: 65%;
    left: 0;
    right: 0;
    top: 250px;
    background: var(--text-white);
    box-shadow: 0px 0px 6px #0000004a;
    align-items: center;
    padding: 10px 20px;
    border-radius: 40px;
    margin-top: 0;
    z-index: 1;
}

.booking-area .col-lg.md-3.icns.mb-lg-0.position-relative {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    align-items: center;
}


.booking-area .col-lg.md-4.md-lg-0.srch-btn {
    padding-left: 0px;
    padding-right: 0px;
    /* display: flex; */
}
.booking-area .form-control {
    height: 46px;
    font-size: 14px;
    color: #777777;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: 12px 22px 11px 45px;
    background: transparent;
    border: 0px solid #e0e0e0;
    border-right: 2px solid #68c4af;
}

.booking-area select {
    height: 46px;
    font-size: 14px;
    color: #777777;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: 12px 22px 11px 15px;
    background: transparent;
    border: 0px solid #e0e0e0;
    border-right: 2px solid #68c4af;
    margin-top: 0;
}
.booking-area .icns i {
    color: var(--secondary-color);
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 18px;
    display: flex;
}

.booking-area input#show-target-data {
    font-size: 14px;
    background-color: #fff;
    border: 0px solid var(--secondary-color);
    height: 46px;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: 12px 22px 11px 29px;
    transition: all 300ms ease;
    color: rgba(0, 0, 0, 0.63) !important;
}

#guestsss {
    width: 31%;
    min-width: 300px;
    background: #fff;
    padding: 25px 20px;
    position: absolute;
    z-index: 9;
    right: 110px;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 3px 0px #888888;
}

.booking-area .icns i {
    color: var(--secondary-color);
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 18px;
    display: flex;
}
.booking-area .col-lg.md-4.md-lg-0.srch-btn {
    padding-left: 0px;
    padding-right: 0px;
    /* display: flex; */
}

.srch-btn .main-btn {
    padding: 6px;
    width: 100%;
    margin-right: 0;
    border-radius: 40px;
    text-transform: uppercase;
    height: 46px;
    font-size: 16px;
    letter-spacing: 0px;
}



.search-bar{
    /* background-color: rgba(255, 255, 255, 0.1); */
    border-radius: 0px;
    padding: 15px 15px 15px 15px;
    /* -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); */
}
.search-bar form{
    position: relative;
 margin: auto;
 justify-content: center;
 width: 95%;
 left: 0;
 right: 0;
 bottom: 0px;
 background: transparent;
 padding: 0 0;
 border-radius: 0px;
 z-index: 2;
 box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
}

.search-bar select{
 font-size: var(--f14);
 color: var(--white-color);
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0 var(--p15) 0 var(--p10);
 background: transparent;
 text-indent: 0px;
 border: 0px solid #e0e0e0;
 height: 32px;
 width: 100%;
}
.search-bar select option{
    color: var(--black-color);
}
.search-bar input{
 font-size: var(--f14);
 color: #fffdfd;
 line-height: 32px;
 font-weight: 400;
 border-radius: 0px;
 padding: 0;
 padding-left:var(--p10);
 background: transparent !important;
 border: 0px solid #e0e0e0;
}
.search-bar input#end_date {
 padding-left: 20px;
}

.search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: var(--white-color);
 opacity: 1; /* Firefox */
}

.search-bar i{
 color: var(--heading-color);
 position: absolute;
 top: 1.5rem;
 font-size: var(--f16);
 right: 20px;
}

.search-bar .col-3{
position: relative;
 width: 25%;
 padding-left: var(--p10);
 padding-right: 0;
 padding-top: var(--p17);
 padding-bottom: var(--p17);
 border: 1px solid var(--white-color);
}
.search-bar .col-3:before{
 position: absolute;
 content: '';
 top: 24px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
 display: none;
}
.search-bar .check:before {
  position: absolute;
 content: '';
 top: 9px;
 right: 0;
 width: 1px;
 height: 15px;
 background: #999;
}
.search-bar .check i{
 top: 0.5rem;
}
.search-bar .col-3.guest:before, .search-bar .col-3.srch-btn:before{
 display:none;
}
.search-bar .col-3.srch-btn{
 padding-top:0px;
 padding-bottom:0px;
 padding-left:0px;
}
.search-bar button.main-btn {
 width: 100%;
 height: 66px;
 letter-spacing: 2px;
 display: block !important;
 color: var(--white-color);
 background: var(--secondary-color);

}
.search-bar button.main-btn.close111 {
 height: 43px;
 padding: var(--p5) var(--p15);
 font-size: var(--f14);
 border: none;
 border-radius: 40px;
}
.search-bar .datepicker-common-2 {
 padding: 0;
 width: 50%;
}
.search-bar .main-check{
 padding-left: var(--p10);
 padding-right: 0;
 padding-top: var(--p17);
 padding-bottom: var(--p17);
border: 1px solid var(--white-color);
}

.search-bar .main-check .row{
 position:relative;
 justify-content: center;
}

#guestsss .close1 {
 position: absolute;
 right: 10px;
 left: auto;
 top: 0.3rem;
 font-size: var(--f18);
 color: var(--black-color);
 cursor: pointer;
}

#guestsss .adult-box {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: var(--m20);
}

#guestsss .adult-box p{
 letter-spacing: 0px;
 color: var(--black-color);
 text-shadow: 0px 0px 0px #000;
 font-size: var(--f14);
 text-align: left;
 margin: 0px;
}

#guestsss button.button1 {
background: transparent;
 height: 30px;
 width: 30px;
 text-align: center;
 border-radius: 50%;
 font-size: var(--f19);
 line-height: 30px;
 margin-left: 0;
 border: 1px solid var(--black-color);
 color: var(--black-color);
 transition: all .3s;
 cursor: pointer;
}
#guestsss button.button11.button1 {
 margin-left: var(--m14);
}
.datepicker-section{
                         position: relative;
                     }
                    .datepicker-common-2.main-check{
    width: 40%;
}
                     .datepicker-common-2{
                         padding:0;
                         width: 50%;
                     }
                     input#demo17 {
                         position: absolute;
                         left: 0px;
                         top: 0px !important;
                         width: 100% !important;
                         opacity: 0;
                          height: 46px !important;
                         z-index: 9;
                     }



i.fa-solid.fa-location-dot {
    position: absolute;
    color: var(--secondary-color);
    position: absolute;
    font-size: 20px;
    /* display: flex
; */
   top: 50%;
    transform: translateY(-50%);
    left: 26px;
}



.booking-area .col-3 {
    flex: 0 0 auto;
    width: 20%;
}
.booking-area .srch-btn {
    padding: 0;
}


/* attrection */

section.how-we-value-wrapp .head-sec{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.how-we-value-wrapp h2{
    color: var(--heading-color);
    /* font-weight: 500; */
    margin-bottom: 0px;
    /* font-size: var(--f48); */
}
.attr-btn{
    display: flex;
    justify-content: center;
}
.how-we-value-wrapp h6{
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}
.how-we-value-wrapp .atrr{
   padding: 8px;
   position:relative;
   width: 25%;
}
.how-we-value-wrapp .atr-btn {
    text-align: center;
}
.how-we-value-wrapp .atrr a{
    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 .row{
    gap: 30px 0;
    justify-content: center;
}
.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 .atr-cont{
   background: transparent;
    width: 100%;
}
.how-we-value-wrapp .atr-cont h4 {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 20px;
     color: #000;
    font-family: var(--primary-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: none;
}
.how-we-value-wrapp .atr-cont .arrow{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    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 .arrow:hover{
    background: #fff;
    color: var(--heading-color);
}
.how-we-value-wrapp a.main-btn {
    width: 180px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}
.how-we-value-wrapp .pro-btn{
    text-align: center;
    margin-top: 30px;
}
.how-we-value-wrapp .attr:hover .atr-cont{
    background: #fff;
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}
.how-we-value-wrapp .atrr:hover .atr-cont h4{
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}
.how-we-value-wrapp .atrr:hover .arrow{
    opacity: 1;
    visibility: visible;
}
.how-we-value-wrapp .attraction-btn{
    margin-top: 30px;
}
section.how-we-value-wrapp.atr {
    background: #f7f7f7;
}




