.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 .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;
}
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: var(--white-color);
    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(--f24);
    font-weight: 600;
    height: 31px;
    overflow: hidden;
}
section.about-home .name h6 {
    font-weight: 500;
    margin-bottom: 0px;
}
/*======================= ATRACTION ========================*/

/*Attraction css start*/

section.how-we-value-wrapp{
  padding-top:40px;
}

.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 .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.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: 0px 0;
}
.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-card:hover img{
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
    -ms-transform: scale(1.14);
}
.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 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
}
.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 .arrow:hover{
    background: var(--white-color);
    color: var(--heading-color);
}
.how-we-value-wrapp a.main-btn {
    display: none;
    width: 180px;
    text-align: center;
    margin: auto;
    margin-top: var(--m20);
}
.how-we-value-wrapp .pro-btn{
    text-align: center;
    margin-top: var(--m30);
}
.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;
}
.how-we-value-wrapp .attraction-btn{
    margin-top: var(--m30);
}


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

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

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

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


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




/*  */

.attraction-box {
  position: relative;
  height: 420px;
  overflow: hidden;
  z-index: 1;
}

.attraction-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* White inner border */
.attraction-box .frame {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid rgba(255,255,255,0.8);
  z-index: 2;
}

/* Bottom text */
.attraction-box .content {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  z-index: 3;
}

.attraction-box .content p {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--white-color);
  width: 70%;
  display: block;
  margin: auto;
  padding-bottom: 20px;
}

.attraction-box .content a {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 6px 14px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.attraction-box .content a:hover {
  background: #fff;
  color: #000;
}

/* Dark overlay */
.attraction-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  transition: background 0.4s ease;
}

/* Hover */
.attraction-box:hover img {
  transform: scale(1.12);
}

.attraction-box:hover::after {
  background: rgba(0,0,0,0.55);
}


section.attractions {
    background: #d9d9d9;
}
section.attractions h2{
    text-align: center;
}
section.attractions p{
    text-align: center;
}


.haunted-section {
    padding: 80px 0;
    background-color: #d9d9d9;
}

.haunted-content {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    position: relative;
    z-index: 2;
}

.haunted-content h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

.haunted-content p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
}

.haunted-image {
    position: relative;
    margin-left: -80px;
}

.haunted-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.haunted-content {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    position: relative;
    z-index: 1;
}

/* Inner Border */
.haunted-content::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    border: 1px solid #000;
    pointer-events: none;
}

.haunted-content h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

.haunted-content p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
}


