.memory-section .row, .row .rev{
    margin-bottom: 6rem;
}

.memory-section .memory-image img{
    width: 110%;
    display: block;
    height: 650px;
    object-fit: cover;
    box-shadow: 0px 0px 4px #060606;
    max-width: 107%;
    position: absolute;
}
.memory-section .img {
    width: 58.33333333%;
    position: relative;
}
.memory-section .content {
    width: 41.66666667%;
    position: relative;
    display: flex;
    align-items: center;
}

.memory-section .memory-item {
    position: relative;
    box-shadow: 0px 0px 1px #060606;
    right: 0;
    top: 0px;
    background: #fff;
    min-height: 435px;
    z-index: 1;
    padding: var(--p20);
    height: auto;
}
.memory-section h2{
    font-size: var(--f30);
    margin-bottom: var(--m10);
}
.memory-section h2 a{
    font-family: var(--secondary-font);
}
.memory-section .dot {
    position: absolute;
    right: -2rem;
    bottom: -3.6rem;
    left: auto;
    text-align: end;
    width: fit-content;
}

.memory-section .rev .memory-image img{
    right:0px;
}
.memory-section .row:nth-child(even) .dot {
    left: -2rem;
}

.memory-image {
    height: 650px;
    position: relative;
}
.row.align-items-center {
    margin: 0;
}
.pagination .page-link{
    color: var(--secondary-color);
}
.pagination .active>.page-link, .pagination .page-link.active{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--white-color);
}



section.cta {
    background: url(../images/cta-bg.jpg);
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 260px;
}

section.cta .container {
    display: flex;
    justify-content: center;
    position: relative;
}

.cta-banner {
    width: 100%;
    height: 200px;
    background: url(../images/trees.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

section.cta .content {
    width: 70%;
    background: rgb(0 0 0 / 70%);
    padding: var(--p60);
    box-shadow: 0px 9px rgba(255, 255, 255, .6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.head-sec {
    text-align: center;
    margin-bottom: var(--m40);
}

section.cta .head-sec h2 {
    text-align: left;
    color: var(--white-color);
    text-align: center;
}

section.cta .content p {
    color: var(--white-color);
    text-align: center;
}


section.how-we-value-wrapp.atr {
    background: #f7f7f7;
    background-color: #ffffff;
    /* padding-top: 0; */
    /* padding-bottom: 40px; */
}
.heading-logo img{
    display:none;
}
section.how-we-value-wrapp .head-sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    margin-bottom: 40px;
    /* padding-top: 80px; */
}

.how-we-value-wrapp h2 {
    color: var(--heading-color);
    /* font-weight: 500; */
    /* margin-bottom: 50px; */
    /* 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;
}

.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%;
      text-transform: capitalize;
}


.how-we-value-wrapp .atr-cont h4 {
    /* font-weight: 600; */
    margin-bottom: 0px;
    font-size: 23px;
    color: var(--secondary-color);
    /* 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(248, 247, 247, 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;
    display:flex;
    justify-content:center;
    align-items:center;
}

.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(--secondary-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;
}

/* x-=-=-=-=x-=-=-=-=x-=-=-=-=x-=-=-=-=x-=-=-=-=x-=-=-=-=x-=-=-=-=x-=-=-=-=x-=-=-=-=x */

section.attraction-section {
       padding: var(--p60) var(--p12);
}
section.attraction-section .row {
       justify-content: center;
}

.attraction-card {
    position: relative;
    display: block;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
}

.attraction-card .card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

/* Overlay */
.attraction-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 61%);
    transition: background 0.4s ease;
}

/* Center content */
.attraction-card .card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.attraction-card .card-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: var(--white-color);
}

.attraction-card .learn-more {
    font-size: 16px;
    font-weight: 500;
}

/* Hover effects */
.attraction-card:hover .card-bg {
    transform: scale(1.1);
}

.attraction-card:hover .card-overlay {
    background: rgba(0,0,0,0.45);
}












