.memory-section .row, .row .rev{
    margin-bottom: 6rem;
}
section.about-home {
    /* background: #fffbfb; */
}
.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 .left-pull.right-img.full-size-img .memory-image img{
    right: 0;
}
.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: #1b1b1b;
    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;
    margin-bottom: 6rem;
}
section.memory-section a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
}
.memory-content {
    max-height: 405px;
    overflow: hidden;
    margin-bottom: var(--m20);
    height: 100%;
}
.memory-section .memory-content p{
    margin-bottom: 0px;
}
.pagination .active>.page-link{
    background-color: var(--btn-color);
    border-color: var(--btn-color);
    color: var(--white-color);
}
.pagination .page-link{
     color: var(--btn-color);
}
section.about-home .row{
    gap: 30px 0;
}
section.about-home .head-sec h2 {
    margin-bottom: var(--m40);
    text-align: center;
}
section.about-home .row a{
    background-color: #383838;
    box-shadow: 0px 0px 10px #ccc;
    padding: 10px;
    display: block;
    border-radius: 10px;
}
section.about-home .img {
    overflow: hidden;
    border-radius: 10px;
    height: 350px;
}
section.about-home img {
    width: 100%;
    min-height: 300px;
    max-height: 350px;
    object-fit: cover;
    height: 350px;
    object-position: top;
    transition: 0.5s all;
    border-radius: 10px;
}
section.about-home .name {
    margin-top: var(--m20);
    text-align: center;
}
section.about-home .name h2 {
   font-size: var(--f23);
   font-weight: 400;
   height: 60px;
   text-transform: capitalize;
   overflow: hidden;
   color: var(--white-color);
}
section.about-home .name h6 {
    font-weight: 500;
    margin-bottom: 0px;
}

.left-pull.right-img{
width: 58.33333333%;
}
.left-pull.left-content{
    width: 41.66666667%;
    position: relative;
}
.dot-image-right{
    position: absolute;
    right: -2rem;
    bottom: -3.6rem;
    left: auto;
    text-align: end;
    width: fit-content;
}
.dot-image {
    position: absolute;
    left: -2rem;
    bottom: -3.6rem;
    /* left: auto; */
    text-align: end;
    width: fit-content;
}


/* attractions */


.attractions .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
}

.attractions .image-box img {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.attractions .image-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 120%;
    left: -10%;
    height: 50px;
    background: #ffffff;
    border-top: 7px solid transparent;
    -ms-transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    transform: rotate(-17deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.attractions .inner-box:hover .image-box:before {
    border-top-color: #d5ae82;
}

.attractions .lower-box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin-left: 40px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
}

.attractions .inner-box:hover .lower-box {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
}

.attractions .lower-content {
    position: relative;
    display: block;
    background: #ffffff;
    padding: var(--p20);
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0px 0px 3px 3px;
    z-index: 1;
}

.attractions .lower-content .icon-box {
    position: absolute;
    right: 30px;
    top: -45px;
    width: 90px;
    height: 90px;
    background: #061138;
    color: #d5ae82;
    text-align: center;
    font-size: 42px;
    line-height: 90px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

.attractions .inner-box:hover .lower-content .icon-box {
    background: #d5ae82;
    color: #ffffff;
}

.attractions .lower-content .cat {
    position: relative;
    display: block;
    color: #7b8594;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.attractions .lower-content h4 {
    position: relative;
    color: var(--heading-color);
    margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
}

.attractions .lower-content h4 a {
    color: var(--other-color);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.attractions .lower-content h4 a:hover {
    color: var(--secondary-color);
}

.attractions .inner-box:hover .link-box a {
    color: var(--secondary-color);
}

.attractions .col-4 {
    position: relative;
    padding-right: 0;
    width: 32%;
    margin-bottom: var(--m20);
}

.attractions .row {
    justify-content: space-between;
    position: relative;
    bottom: 50px;
}


.attractions .head {
    background: url(../images/attr-cta.jpg);
    padding: var(--p60);
    position: relative;
}

.attractions .head::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #122a42;
    opacity: 0.70;
}

.attractions {
    padding: 0;
    /* padding-top: 30px; */
    padding-bottom: 40px;
}

.attractions .how-we-value-heading {
    position: relative;
}

.attractions .how-we-value-heading h2,
h6 {
    color: var(--white-color);
}

.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 .atr-cont h4 {
    /* font-weight: 600; */
    margin-bottom: 0px;
    font-size: 23px;
    /* color: var(--black-color); */
    /* font-family: var(--primary-font); */
    padding: 15px 0;
    text-align: center;
}
section.how-we-value-wrapp.atr .row{
    gap:30px 0;
}
.how-we-value-wrapp .img-card:hover {
    transform: translateY(-30px);
}
.how-we-value-wrapp .atrr:hover .atr-cont h4 {
    color: var(--btn-color);
}

.how-we-value-wrapp .img-card {
    border-radius: 0;
    overflow: hidden;
    transition: all 0.7s ease;
    position: relative;
    transform: translateY(0px);
}