section.summary-section a{
	color: var(--heading-color);
	font-size: 28px;
}
section.summary-section a.main-btn.mr {
    width: 150px;
    font-size: 16px;
    text-align: center;
}
section.summary-section a.main-btn.mr:hover span{
	color: #fff;
}
.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);
    color: var(--heading-color);
}
.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: 0px;
}
/* attractions */

:root{
    --text-light: rgba(255,255,255,0.6);
    --text-lighter: rgba(255,255,255,0.9);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
  }
  .hero-section .head-sec{
    margin-bottom: var(--m30);
  }
.hero-section{
    align-items: flex-start;
    display: flex;
    min-height: 100%;
    justify-content: center;
    background: var(--white-color);
  }
  
  .hero-section .card-grid{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
  }
  
  @media(min-width: 540px){
    .hero-section .card-grid{
      grid-template-columns: repeat(2, 1fr); 
    }
  }
  
  @media(min-width: 960px){
    .hero-section   .card-grid{
      grid-template-columns: repeat(3, 1fr); 
    }
  }
  
  .hero-section .card{
    list-style: none;
    position: relative;
    border: none;
    overflow: hidden;
    border-radius: 20px;
    height: 500px;
  }
  
  .hero-section .card:before{
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%;
  }
  
  .hero-section .card__background{
    background-size: cover;
    background-position: center;
    border-radius: var(--spacing-l);
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    trsnsform: scale(1) translateZ(0);
    transition: 
      filter 200ms linear,
      transform 200ms linear;
  }
  
  .hero-section .card:hover .card__background{
    transform: scale(1.05) translateZ(0);
  }
  
  .hero-section .card-grid:hover > .card:not(:hover) .card__background{
    filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
  }
  
  .hero-section  .card__content{
    left: 0;
    padding: var(--spacing-l);
    position: absolute;
    top: 0;
  }
  
  .hero-section .card__category{
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
  }
  
  .hero-section .card__heading{
    color: var(--text-lighter);
    font-size: 1.9rem;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
    line-height: 1.4;
    word-spacing: 0vw;
    text-transform: capitalize;
  }
  .hero-section .hero-btn a.main-btn{
    display: block;
    width: 150px;
    text-align: center;
    margin: auto;
  }
  .hero-btn {
    text-align: center;
    margin-top: 30px;
}
.hero-section{
    background: var(--white-color);
}
.hero-section .head-sec{
    text-align: center;
}
.head-sec h2{
    font-size: var(--f70);
    line-height: 1.3;
    font-weight: 600;
    color: var(--black-color);
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: var(--secondary-font);
    width: auto;
    display: inline-block;
}

.head-sec span{
    font-size: var(--f45);
    font-weight: 400;
    line-height: 1;
    margin-top: -10px;
    color: var(--white-color);
    font-family: var(--other-font);
    text-align: right;
}
.head-sec{
    text-align: center;
}
.head-sec h2{
    font-size: var(--f32) !important;
}
section.about-home .row{
    gap: 30px 2%;
}
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: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
section.about-home .name h6 {
    font-weight: 500;
    margin-bottom: 0px;
}
section.about-home .col-4 {
    width: 32%;
}