section.summary-section a{
	color: var(--heading-color);
	font-size: 28px;
	font-family: var(--heading-font);
}
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;
}


/* 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(1, 1fr); 
    }
  }
  
  @media(min-width: 960px){
    .hero-section   .card-grid{
      grid-template-columns: repeat(2, 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;
}


/* 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(4, 1fr);
  }
}

.hero-section .card {
  list-style: none;
  position: relative;
  border: none;
  overflow: hidden;
  border-radius: 20px;
}

.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;
}

.hero-section .hero-btn a.main-btn {
  display: block;
  width: 150px;
  text-align: center;
  margin: auto;
}

.hero-btn {
  text-align: center;
  margin-top: 30px;
}

/* about owner css */

/*About owner css*/
section.about-owner {
  background: var(--white-color);
}

section.about-owner .col-6.col-md-6.col-sm-12.cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

section.about-owner .rhea_mask {
  fill: var(--white-color);
}

section.about-owner .svg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}

section.about-owner .col-6.col-md-6.col-sm-12.img {
  position: relative;
  height: 500px;
}

section.about-owner .abt-owner {
  position: relative;
  height: 100%;
}

section.about-owner .abt-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  display: flex;
  border-radius: 50px;
}

section.about-owner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 50px;
  transition: 0.5s all;
  border-radius: 50px;
}

section.about-owner img:hover {
  transform: scale(1.14);
}

section.about-owner svg {
  height: 588px;
  width: 100%;
}

section.about-owner .head-sec {
  text-align: left;
  margin-bottom: var(--m15);
}

section.about-owner h4 {
  font-size: var(--f21);
  font-weight: 500;
}

section.about-owner .icon-area {
  border-radius: 100%;
  border: 1px solid #b3b3b3;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: var(--f20);
  display: flex;
  justify-content: center;
  align-items: center;
}

section.about-owner .call-us,
section.about-owner .email-us {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.about-owner .call-area {
  display: block;
}

section.about-owner .call-area a {
  display: block;
}

section.about-owner .call-area a:hover {
  color: var(--other-color);
}

section.about-owner .abt-detail {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: var(--m30);
}

section.about-owner a.main-btn {
  display: block;
  width: 150px;
  text-align: center;
}


/*Testimonial css*/
.owl-carousel .owl-stage-outer {
  padding-left: 0;
  padding-right: 0px;
}

/*Testimonial css*/
section.testimonial {
  position: relative;
  background: var(--lt-bg-color);
}

section.testimonial .head-sec {
  text-align: center;
}

section.testimonial .head-sec p {
  color: var(--white-color);
}

section.testimonial .head-sec h2 {
  margin-bottom: 40px;
  color: var(--heading-color);
}

section.testimonial .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 10%;
  z-index: 1;
  top: 75%;
}

section.testimonial .owl-carousel .owl-item img {
  margin: auto;
  margin-top: 0;
  width: 25px;
  object-fit: cover;
  margin-bottom: 20px;
}

section.testimonial .testy {
  width: 100%;
  margin: auto;
  padding: 0;
  padding-bottom: 0;
  border-radius: 0px;
  background: transparent;
}

section.testimonial .item {
  height: auto;
  overflow: hidden;
}

:root {
  --mon: "Montserrat", sans-serif;
  --blue: #8a6bff;
  --darkblue: #0a0a36;
}

.container {
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

.sec-title {
  margin-bottom: 50px;
  padding-bottom: 15px;
  position: relative;
}

.sec-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #000;
}

.sec-title h2 {
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: var(--blue);
}

.sec-title p {
  font-size: 18px;
  line-height: 28px;
}

.section.testimonial {
  background: var(--blue);
  position: relative;
  z-index: 2;
  padding: 50px 0;
}

section.testimonial .owl-carousel {
  padding: 0px;
}

.single-testimonial {
  position: relative;
  z-index: 2;
  flex-direction: column;
  background: var(--white-color);
  border-radius: 10px;
  padding: 35px 30px;
  text-align: center;
  box-shadow: 0 0 10px #00000059;
}

.single-testimonial p {
  color: #333;
  font-size: 15px;
  line-height: 24px;
}

.single-testimonial::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
  background-size: 60%;
  width: 126px;
  height: 100px;
  transform: rotate(180deg);
  background-position: 34px 15px;
  display: none;
}

.client-details h3 {
  color: var(--black-color);
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

section.testimonial p.testi-para {
  margin-bottom: 0px;
  margin-bottom: 5px;
  font-size: var(--f13);
  line-height: 1.4;
  color: #999999;
  height: auto;
}

section.testimonial p.testi-date {
  margin-bottom: 0px;
  font-size: var(--f13);
  line-height: 1.4;
  color: var(--primary-color);
  height: auto;
  text-align: center;
}

.single-testimonial::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat;
  background-size: 60%;
  width: 126px;
  height: 100px;
  background-position: 34px 19px;
  display: none;
}

.round {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.round-1::before {
  content: "";
  position: absolute;
  left: 88px;
  top: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
}

.round-1::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
}

.round-2::before {
  content: "";
  position: absolute;
  right: 87px;
  bottom: -7px;
  width: 50px;
  height: 7px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}

.round-2::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: 62px;
  width: 7px;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
}

.client-video {
  padding-right: 15px;
}

.client-video h3 {
  margin-bottom: 0;
}

.client-info {
  position: relative;
  z-index: 3;
}

.client-info a {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  font-size: 22px;
}

.client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.client-info h6 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.client-info span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
}

.sec-title.white-title h2 {
  color: #fff;
}

.owl-dots button {
  background: #fff !important;
  width: 10px;
  height: 10px;
  border-radius: 26px;
  margin: 0 5px;
  transition: 0.3s;
}

.owl-dots {
  text-align: center;
  margin-top: 50px;
}

.owl-dot.active {
  width: 50px;
  background: #fff;
  border-radius: 10px;
  height: 12px;
}

.owl-dot.active span {
  width: 0 !important;
  background: #fff !important;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.testimonial .owl-prev,
section.testimonial .owl-next {
  border-radius: 100% !important;
  padding: 5px !important;
  border: 1px solid #000;
  left: auto;
  background: rgb(255 255 255 / 100%) !important;
  border-color: transparent;
  color: #000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 0 7px #00000033;
  width: 35px !important;
  height: 35px !important;
}

section.testimonial .overlay {
  background: transparent;
}

section.testimonial .owl-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

/*end Review section*/

/*Guests css start*/

.guests img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 15px;
}

.guests .col-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.guests .col-6.guest-img {
  gap: 20px;
}

.guests .guest-inner {
  display: flex;
  justify-content: space-between;
}

.guests .guest-inner img {
  width: 48.5%;
}

.guests .col-6.guest-content {
  padding-left: 5%;
}

.guests .col-6.guest-content p {
  /* height: 120px; */
  overflow: hidden;
}

.guests a.main-btn.show-more {
  width: 180px;
  display: block;
  text-align: center;
}

.guest-content-section {
  height: 425px;
  overflow: hidden;
}

.form-control:focus {
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}

.edgtf-cut-off-effect.top {
  transform: rotate(180deg);
}

/*Attraction css*/

section.how-we-value-wrapp .head-sec {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;

}

.how-we-value-wrapp h2 {
  color: var(--heading-color);
  /* font-weight: 500; */
  margin-bottom: 10px;
  /* font-size: var(--f48); */
}

.attr-btn {
  display: flex;
  justify-content: center;
}

.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 .atrr {
  padding: var(--p8);
  position: relative;
}

.how-we-value-wrapp .atrr a {
  position: relative;
}

.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: 30px 0;
}

.how-we-value-wrapp .img-card {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.7s ease;
  position: relative;
  transform: translateY(0px);
}

.how-we-value-wrapp .img-card:hover {
  transform: translateY(-30px)
}

.how-we-value-wrapp .atr-cont {
  background: transparent;
  width: 100%;
}

.how-we-value-wrapp .atr-cont h4 {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: var(--f20);
  color: var(--black-color);
  font-family: var(--primary-font);
  padding: var(--p15) 0;
  text-align: center;
}

.how-we-value-wrapp .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  display: none;
}

.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 {
  width: 180px;
  text-align: center;
  margin: auto;
  margin-top: var(--m10);
}

.how-we-value-wrapp .pro-btn {
  text-align: center;
  margin-top: var(--m30);
}

.how-we-value-wrapp .attr:hover .atr-cont {
  background: var(--white-color);
  box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}

.how-we-value-wrapp .atrr:hover .atr-cont h4 {
  color: var(--heading-color);
  text-shadow: 0px 0px 0px #000;
}

.how-we-value-wrapp .atrr:hover .arrow {
  opacity: 1;
  visibility: visible;
}

.how-we-value-wrapp .attraction-btn {
  margin-top: var(--m30);
}