.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;
}
.how-we-value-wrapp .img-card:hover {
    transform: translateY(-30px);
}

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


section.our-studio-section .collection-info:hover .collection-border {
    -webkit-transform: translate(calc(0px - -10px), calc(0px - -10px));
    -ms-transform: translate(calc(0px - -10px), calc(0px - -10px));
    transform: translate(calc(0px - -10px), calc(0px - -10px));
    width: calc(100% + -10px* 2);
    height: calc(100% + -10px* 2);
}

section.our-studio-section .collection-info:hover .studio-collection-img img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

section.our-studio-section .collection-inner-img {
    overflow: hidden;
}

section.our-studio-section .collection-overlay {
    width: 100%;
    height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity 0.3s;
    background-color: #000000a3;
}

section.attraction-section {
    background: url("../images/attraction-bg.jpg");
    background-position: center center;
    background-size: cover;
    padding: 110px 0px 490px 0px;
    margin-bottom: -440px;
    position: relative;
}

section.attraction-section .head-sec {
    text-align: center;
    max-width: 800px;
    margin: auto;
    text-align: center;
    position: relative;
}

section.attraction-section .bg-overlay {
    background-color: #000000;
    opacity: 0.6;
    transition: opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

section.attraction-section .head-sec img {
    width: 56px;
    margin: auto;
    margin-bottom: 20px;
    display: block;
}

section.attraction-section .head-sec span {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

section.attraction-section .head-sec h2 {
    margin-bottom: 20px;
    color: var(--white-color);
}

section.attraction-section .head-sec p {
    text-align: center;
    color: var(--white-color);
}

section.attraction-inner {
    z-index: 1;
    position: relative;
    padding-top: 0;
    /* background: var(--btn-color); */
    margin-top: 100px;
}
.atrr-bg{
    background: var(--btn-color);
}
section.attraction-inner .col-4 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
}

section.attraction-inner .col-4:first-child {
    padding-left: 0px;
    padding-right: 40px;
    padding-top: 0px;
}

section.attraction-inner .col-4:last-child {
    padding-left: 40px;
    padding-right: 0px;
    padding-top: 0px;
}

section.attraction-inner .attraction-image img {
    width: 100%;
    height: 590px;
    object-fit: cover;
    transition: 0.35s ease-in-out;
}

section.attraction-inner .attraction-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--secondary-color);
    transform: translate(-10px, -10px);
    transition: all 0.3s;
    will-change: transform, width, height;
    z-index: 1;
}

section.attraction-inner .attraction-upper {
    position: relative;
}

section.attraction-inner .attraction-content {
    text-align: center;
    padding-top: 30px;
}

section.attraction-inner .attraction-content h3 {
    font-weight: 400;
}

section.attraction-inner .attraction-content h3 a {
    color: #000000;
    font-family: var(--heading-font);
}

section.attraction-inner .attraction-content p {
    text-align: center;
}

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

section.attraction-inner .attraction-content a.cta-btn {
    padding: 7px 0;
    height: auto;
    background: none;
    color: #000000;
    border-radius: 0;
    position: relative;
}

section.attraction-inner .attraction-content a.cta-btn::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: var(--secondary-color);
    content: "";
    transition: transform 0.2s ease;
    transform-origin: 0 0;
}

section.attraction-inner .attraction-content a.cta-btn:hover::before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

section.attraction-inner .attraction-info:hover .attraction-border {
    -webkit-transform: translate(calc(0px - -10px), calc(0px - -10px));
    -ms-transform: translate(calc(0px - -10px), calc(0px - -10px));
    transform: translate(calc(0px - -10px), calc(0px - -10px));
    width: calc(100% + -10px* 2);
    height: calc(100% + -10px* 2);
}

section.attraction-inner .attraction-info:hover .attraction-image img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}

section.attraction-inner .attraction-image {
    overflow: hidden;
}
