/* 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;
    text-align: center;
}
.attractions .head::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.attractions{
    padding: 0;
    /* padding-top: 30px; */
    padding-bottom: 40px;
}
.attractions .how-we-value-heading{
    position: relative;
}
.attractions .how-we-value-heading h2{
    color: var(--black-color);
}
.attractions .how-we-value-heading h6{
	color: var(--secondary-color);
	font-size: var(--f16);
}
.memory-section .row .rev{
    margin-bottom: 2rem;
	flex-direction: column-reverse;
}

.memory-section .memory-image img{
    width: 100%;
    display: block;
    height: 515px;
    object-fit: cover;
    box-shadow: 0px 0px 4px #060606;
    max-width: 100%;
    position: relative;
}
.memory-section .img {
    width: 100%;
    position: relative;
}
.memory-section .content {
    width: 100%;
    position: relative;
}

.memory-section .memory-item {
    position: relative;
    box-shadow: 0px 0px 1px #060606;
    right: 0;
    top: 0px;
    background: #fff;
    min-height: auto;
    z-index: 1;
    padding: var(--p14);
    height: auto;
    background: #ffffff;
    min-height: 515px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 30px rgb(32 32 32 / 15%);
    padding: 30px 40px;
    position: relative;
    z-index: 1;
}
.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;
	display: none;
}

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

.memory-image {
    position: relative;
}
.row.align-items-center {
    margin: 0px;
}
.memory-content p{
margin-bottom: var(--m5);
}
.memory-content h6{
	color: var(--black-color);
	margin-bottom: 0;
}
.dot-image-right, .dot-image {
    display: none;
}

section.memory-section .container{
    display:flex;
    width:100%;
    flex-direction:column;
    gap:60px 0;
}

/* Nearby attraction Section Start */

section.how-we-value-wrapp.wow.fadeInUp {
    background: var(--lt-bg-color);
}

.how-we-value-wrapp,
section.home-list {
    padding: var(--p60) var(--p12)
}

/*.how-we-value-wrapp .col-lg-4 {
    width: 32.33%
}*/

.how-we-value-wrapp .row {
    justify-content: space-between
}

.single-box .hover-content,
.single-box:hover .content {
   opacity: 0;
   visibility: hidden
}

@keyframes pulse {
  to {
      opacity: 1
   }
}

.single-box .content h3,
.single-box .hover-content h3 {
    padding-bottom: 15px;
    font-size: 24px;
    height: 36px;
    font-weight: 600;
    overflow: hidden
}

.single-box .content,
.single-box .hover-content {
    background-color: #ffffffd9;
    padding: 65px 35px 50px;
    position: absolute;
    border-radius: 100% 100% 5px 5px;
    width: 100%;
    left: 0
}

.single-box {
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    margin-bottom: var(--m20);
    box-shadow: 0 0 1px #4c4c4c
}

.single-box:hover img {
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg)
}

.single-box img {
    height: 464px;
    object-fit: cover;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.single-box .content {
    -webkit-transition: .5s;
    transition: .5s;
    height: auto;
    bottom: 0
}

.single-box .content h3 {
    margin-bottom: 0;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    color: #321c07
}

.single-box .content h3::before,
.single-box .hover-content h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background-color: #321c07;
    height: 2px;
    width: 60px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-box .content h3 a,
.single-box .hover-content h3 a {
    display: inline-block;
    color: #321c07
}

.single-box:hover .hover-content {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.single-box .hover-content {
    max-height: 290px;
    bottom: -138px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-box .hover-content h3 {
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    color: #321c07
}

.single-box .hover-content p {
    -webkit-transition: .5s;
    transition: .5s;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    height: 120px;
    overflow: hidden
}

.single-box .hover-content .attaction-view {
    text-decoration: underline !important;
    color: var(--heading-color)
}

.single-box .hover-content p a {
    color: var(--primary-color)
}

.single-box .hover-content .read-more-btn {
    display: inline-block;
    margin-top: 15px;
    color: #321c07;
    position: relative;
    font-size: 16px;
    font-weight: 600
}

.single-box .hover-content .read-more-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #0e416b
}

.attraction-btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.attraction-btn .main-btn {
    margin-top: var(--m20);
    text-align: center
}



/* Nearby attraction Section End */






