@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Assistant:wght@200..800&display=swap');

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Assistant" !important;
  font-weight: 200;
  vertical-align: baseline;
  color: #2C2C2C;
  background-color: white;
}

/* sidebar start */

.sidebar-filter {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.sidebar-filter h5 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.sidebar-filter ul {
    list-style: none;
    padding-left: 0;
}

.sidebar-filter ul li {
    margin-bottom: 8px;
    font-size: 14px;
}
.filter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 15px;
    background: #4CAF50; /* Green */
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.filter-btn i {
    margin-right: 8px;
    font-size: 18px;
}

.filter-btn:hover {
    background: #43a047; /* darker green */
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transform: translateY(-1px);
}
.filter-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.arrow-icon {
    transition: transform 0.3s ease;
}

.filter-heading[aria-expanded="true"] .arrow-icon {
    transform: rotate(180deg);
}

/* sidebar end */

/* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

/* Navigation Bar */
.navbar {
  position: fixed !important;
  font-family: "Aboreto";
  font-size: 18px;
  top: 0;
  width: 100%;
  padding: 25px 50px !important;
  background-color: rgba(0, 0, 0, 0.040);
  /* Transparent background */
  z-index: 1000;
}

.navbar.scrolled {
  background-color: rgba(0, 0, 0, 0.539) !important;
}

.navbar .logo {
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.navbar .nav-links {
  list-style: none;
  display: flex;
}

.navbar .nav-links li {
  margin-left: 35px;
}

.navbar .nav-links a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

/* Video Banner */
.video-banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #00000045;
  /* overlay */
}

.video-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

.banner-content h1 {
  font-size: 4vw;
  font-weight: 200;
  margin-bottom: 10px;
  font-family: "Aboreto";
  letter-spacing: 5px;
}

.banner-content p {
  font-size: 1.5vw;
  font-weight: 200;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

/* Main Content */
main {
  padding: 50px;
  background-color: white;
}

.filter-container {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid #ffffff6e;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  width: 90%;
  margin: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.filter-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0px 7px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  padding: 12px 20px;
  width: 100%;
  transition: box-shadow 0.3s;
}

.filter-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.filter-item i {
  color: #555;
  font-size: 18px;
}

.filter-item input {
  border: none;
  outline: none;
  width: 100%;
  background: transparent;
  font-size: 16px;
  color: #333;
}

.filter-item input::placeholder {
  color: #aaa;
}

.search-btn {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.search-btn:hover {
  background: #0e9346;
  color: #fff;
}

/* Responsive design */
@media (max-width: 991px) {
  .filter-container {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }

  .filter-item {
    width: 100%;
  }

  .search-btn {
    width: 100%;
  }
}

/* tab section */
.tab {
  background-color: #1E1B55;
}

.tab-head {
  font-family: "Aboreto";
  font-size: 20px;
  color: #fff;
  padding: 20px 0px;
  margin: 0;
  display: flex;
  justify-content: center;
  font-weight: 300;
  transition: 0.5s;
}

.tab-head:hover {
  transform: scale(1.1);
}

/* roots sections */

.roots-head {
  font-size: 46px;
  font-family: "Aboreto";
}

.roots-para {}

.logo-icon {
  position: absolute;
  z-index: -1;
}

.logo-icon2 {
  position: absolute;
  z-index: -1;
  right: 85px;
  bottom: 0;
  rotate: 10deg;
}

.logo-icon3 {
  position: absolute;
  z-index: -1;
  width: 13%;
  right: 105px;
  bottom: 67%;
  rotate: 1deg;
}

.logo-icon4 {
  position: absolute;
  width: 18%;
  right: 18%;
  bottom: 40%;
  rotate: 137deg;
}

/* Signature sections */
.sig-card1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px 15px 15px;
  border-radius: 15px;
  transition: linear 0.2s;
  cursor: pointer;
}

.sig-card2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px 15px 15px;
  border-radius: 15px;
  transition: linear 0.2s;
  cursor: pointer;

}

.sig-card3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px 15px 15px;
  border-radius: 15px;
  transition: linear 0.2s;
  cursor: pointer;

}

.sig-card4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px 15px 15px;
  border-radius: 15px;
  transition: linear 0.2s;
  cursor: pointer;
}

.sig-card5 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px 15px 15px;
  border-radius: 15px;
  transition: linear 0.2s;
  cursor: pointer;
}

.sig-card6 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px 15px 15px;
  border-radius: 15px;
  transition: linear 0.2s;
  cursor: pointer;
}

.sig-card11:hover {
  transform: translateY(10px);
}

.sig-head {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.sig-button {
  padding: 10px 15px;
  border-radius: 20px;
  background-color: #1e1b5500;
  color: #fff;
  border: 1px solid #fff;
  font-size: 15px;
  font-weight: 400;
}

.sig-button:hover {
  background-color: #1e1b5567;
}

.sig-para {
  color: #fff;
}

.sig-main-head {
  font-size: 46px;
  font-family: "Aboreto";
  margin-bottom: 40px;
}

.see-more {
  float: inline-end;
  font-size: 22px;
  font-family: 'Assistant';
  color: rgb(82, 82, 82);
}


/* featured destinations */

/* img {
  height: 60%;
  object-fit: cover;
} */
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #000;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(255 255 255 / 0%) !important;
  border: 1px solid #ffffff57 !important;
}

span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

.owl-nav button:focus {
  outline: none;
}

/* .owl-item {
  height: 300px !important; 
  display: flex;
} */
.item {
  width: 100%;
}

.featured-sec {
  background-color: #1e1b55;
  margin: 50px 0px;
  padding: 60px 0px;
}

.featured-main-head {
  font-size: 46px;
  font-family: "Aboreto";
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.featured-main-para {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
}

.owl-carousel .owl-item .fea-item img {
  border-radius: 75px !important;
}

.fea-item img {
  transition: linear 0.5s;
}

.fea-item img:hover {
  transform: scale(0.9);
  cursor: pointer;
}

.owl-dots {
  display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {

  border-radius: 25px;
  margin: 0px 0px 0px -85px;
}

.owl-carousel .owl-nav button.owl-next {
  border-radius: 25px;
  margin: 0px -85px 0px 0px;

}

.fea-des-name {
  color: #fff !important;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin: 5px 0px;
}

.fea-des-dis {
  color: #c8c8c8;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
}





.custom-container {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.custom-slide {
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid #89898973;

}

.custom-slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.custom-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-content {
  padding: 20px 25px;
  margin-bottom: 50px;
}

.custom-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.custom-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #4a4a4a;
  font-weight: bold;
  position: relative;
  /* right: -2px; */
  left: 44%;
  background-color: #fff;
  /* top: 56%; */
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #c0c0c0;
  width: fit-content;
  margin: -25px 0px 0px 0px;
  z-index: 99999;
}

.custom-details {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}

.custom-price {
  font-size: 17px;
  color: #333;
  font-weight: bold;
  float: left;
}

.custom-details span {
  font-size: 18px;
}

.custom-btn {
  display: inline-block;
  text-decoration: none;
  background: #1e1b55;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  text-align: center;
  transition: 0.3s;
  float: right;
  width: fit-content;
  height: fit-content;
  border: 0;
}

.custom-btn:hover {
  background: #008521;

}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
  color: #4a00e0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .custom-content h3 {
    font-size: 18px;
  }

  .custom-details,
  .custom-price {
    font-size: 14px;
  }

  .custom-btn {
    padding: 8px 16px;
  }

  section {
    margin: 40px 0px;
    ;
  }

  .logo-icon {
    display: none;
  }

  .logo-icon2 {
    display: none;
  }

  .logo-icon3 {
    display: none;
  }

  .logo-icon4 {
    display: none;
  }

  .owl-nav button {
    display: none;
  }

  h2 {
    font-size: 36px !important;
    font-family: "Aboreto";
  }

}


/* Heading Section */
.heading-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.heading-section h2 {
  font-family: "Aboreto";
  font-size: 46px;
  font-weight: 300;
  color: #444;
  margin: 0;
}

.pack-head {
  font-family: "Aboreto";
  font-size: 46px;
  font-weight: 300;
  color: #444;
}

.sub-heading {
  font-size: 16px;
  color: #777;
  margin-bottom: 5px;
  font-family: "Assistant" !important;
}

/* Filter Section */
.filter-wrapper {
  display: flex;
  gap: 15px;
  position: relative;
  z-index: 10;
  justify-content: end;
  float: right;
  margin-top: 28px;
}

select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* gap: 1px; */
  background: transparent;
  border: 2px solid #54487A;
  color: #54487A;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  font-family: "Assistant" !important;
  font-weight: 700;
}

.filter-btn:hover {
  background: #54487A;
  color: #fff;
}

.filter-btn i {
  margin-left: 10px;
}


/* why choose us */
.why-choose-section {
  text-align: center;
}

.why-choose-section h2 {
  font-size: 46px;
  font-weight: 300;
  color: #fff;
  font-family: "Aboreto";
}

.why-choose-section p {
  font-size: 16px;
  color: #ccc;
}

.icon-box {
  padding: 30px;
  transition: 0.3s;
}

.icon-box:hover {
  transform: translateY(-10px);
}

.icon-box i {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 20px;
}

.icon-box h3 {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.icon-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #ccc;
}

/* Responsive */
@media (max-width: 992px) {
  .icon-box {
    padding: 20px;
  }

  .icon-box i {
    font-size: 50px;
  }

  .icon-box h3 {
    font-size: 20px;
  }

  .icon-box p {
    font-size: 13px;
  }
}




/* popular destination */
.slider-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px 20px;
  position: relative;
}

.slider-header {
  text-align: left;
  margin-bottom: 20px;
}

.slider-header h2 {
  font-size: 46px;
  margin: 10px 0;
  font-family: "Aboreto";
}

.slider-header p {
  font-size: 16px;
  color: #555;
}

.slide-card:hover {
  transform: scale(1.1, 1.1);
}

.swiper {
  overflow: hidden;
  padding: 100px 15px;
}

.swiper-slide {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.slide-card {
  height: 450px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  transition: linear 0.5s;
  cursor: pointer;
}

.slide-content {
  position: absolute;
  bottom: 20px;
  left: 15%;
  z-index: 2;
}

.slide-content h3 {
  font-size: 36px;
  font-family: "Aboreto";
  margin: 0;
}

.slide-content p {
  font-size: 16px;
  margin: 5px 0;
  text-align: center;
}

.slide-content img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

/* Navigation buttons */
.custom-prev,
.custom-next {
  position: absolute;
  top: 10%;
  transform: translateY(-50%);
  z-index: 10;
  color: #1E1B55;
  background: #2d296900;
  border: 2px solid #1E1B55;
  width: 85px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  transition: 0.3s;
  cursor: pointer;
  font-size: 25px;
}

.custom-prev:hover,
.custom-next:hover {
  background: #514b82;
  color: #fff !important;
}

.custom-prev {
  right: 100px;
}

.custom-next {
  right: 10px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .slide-card {
    height: 350px;
  }

  .custom-prev,
  .custom-next {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .slide-card {
    height: 300px;
  }

  .custom-prev,
  .custom-next {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

@media (max-width: 576px) {

  .custom-prev,
  .custom-next {
    display: none;
    /* Hide on very small screens */
  }
}


/* partner */
.partner-head {
  margin-bottom: 40px;
}

.partner-head h2 {
  font-size: 46px;
  font-family: "Aboreto";
  margin-bottom: 20px;
  text-align: center;
}

.partner-head p {
  font-size: 16px;
  color: #777;
  text-align: center;
}

.clients {
  padding: 50px 0;
}

.box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 175px;
  height: 110px;
  transition: transform 0.5s ease-in;
  margin: 12px auto;
  border: 2px solid #1E1B55;
  border-radius: 10px;
}

.box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  border-radius: 0 !important;
  padding: 0px 25px;
}

.box:hover {
  transform: scale(1.2);
}

/* blog */
#news-slider {
  margin-top: 0px;
}

.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0px 0;
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}


.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
  transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide .post-content {
  background: #fff;
  padding: 10px 20px 40px;
  border-radius: 15px;
}

.post-slide .post-title a {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.card-title a {
  font-size: 22px;
  font-weight: bold;
  color: #333 !important;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: #0e9346;
}

.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #CFDACE;
}

.post-slide .read-more {
  padding: 10px 20px;
  font-size: 14px;
  background: #1e1b55;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1e1b55;
  border-radius: 25px;
  text-transform: uppercase;
  transition: 0.5s;
}

.read-more {
  padding: 10px 20px;
  font-size: 14px;
  background: #1e1b55;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1e1b55;
  border-radius: 25px;
  text-transform: uppercase;
  transition: 0.5s;
}

.post-slide .read-more:hover {
  background: #008521;
  text-decoration: none;
  color: #fff;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.9s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

@media only screen and (max-width:1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

/* footer */
.footer {
  margin-top: 25px;
  border-top: 2px solid #f1f1f1;
  background: #fff;
  font-family: Arial, sans-serif;
}

.footer h5 {
  color: #333;
}

.footer ul li {
  margin-bottom: 10px;
  line-height: 28px;
}

.footer a {
  transition: color 0.3s;
}

.footer a:hover {
  color: #007bff;
}

.footer .text-muted {
  font-size: 14px;
}

.footer .d-flex a {
  font-size: 20px;
  transition: color 0.3s;
}

.footer .d-flex a:hover {
  color: #007bff;
}

/* about page */
.abt-title {
  font-family: "Aboreto";
  font-size: 36px;
  margin: 10px 0;
  text-align: center;
}

.abt-para {
  font-size: 16px;
  color: #777;
  text-align: center;
}

#about {
  padding: 40px 0px;
}

/* Shine */
.hover14 figure {
  position: relative;
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

figure:hover+span {
  bottom: -36px;
  opacity: 1;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.mission-content {
  padding: 20px;
  text-align: justify;
}

.mission-head {
  font-size: 30px;
  font-family: "Aboreto";
  margin-bottom: 10px;
  color: #1e1b55;
}

.package-head {
  font-size: 36px;
  font-family: "Aboreto";
  margin-bottom: 10px;
  color: #1e1b55;
}

.things-head {
  font-size: 26px;
  font-weight: 500;
}

/* fav */
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #1E1B55;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #1E1B55;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #1E1B55;
  border: 1px solid #1E1B55;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 15px;
  font-size: 18px;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #1E1B55;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  background-color: #1e1b55;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 20px;
  color: #fff;
}

.amenties {
  border: 2px solid #1e1b55;
  padding: 20px 0px;
  text-align: center;
  margin: 10px;
}

.explore-des {
  padding: 10px;
  background-color: #1d1a52;
  margin: 5px 0px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
}

.head-font {
  font-family: "Aboreto";
  font-size: 32px !important;
}

/* Signature sections */
.des-card1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px 15px 15px;
  border-radius: 15px;
  transition: linear 0.2s;
  cursor: pointer;
}

.des-card2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px 15px 15px;
  border-radius: 15px;
  transition: linear 0.2s;
  cursor: pointer;

}

.des-card3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px 15px 15px;
  border-radius: 15px;
  transition: linear 0.2s;
  cursor: pointer;

}

.des-card4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px 15px 15px;
  border-radius: 15px;
  transition: linear 0.2s;
  cursor: pointer;
}

.eve-card1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px 15px 15px;
  border-radius: 15px;
  transition: linear 0.2s;
  cursor: pointer;
}

.eve-card2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px 15px 15px;
  border-radius: 15px;
  transition: linear 0.2s;
  cursor: pointer;

}

.eve-card3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px 15px 15px;
  border-radius: 15px;
  transition: linear 0.2s;
  cursor: pointer;

}

.eve-card4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 15px 15px 15px;
  border-radius: 15px;
  transition: linear 0.2s;
  cursor: pointer;
}

/* blog */
.cs-blog {
  margin-bottom: 30px;
}

.cs-blog h2 {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 29px;
  margin: 0 0 11px;
  position: relative;
  text-transform: uppercase;
}

.cs-blog::after {
  clear: both;
  content: "";
  display: block;
}

ul.blog-list {
  list-style: outside none none;
  margin: -30px 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.blog-list.blog-slide {
  margin: 0;
}

.blog-list.blog-slider {
  margin: 0;
}

ul.blog-list li {
  float: left;
  list-style: outside none none;
  margin: 30px 0 0;
}

.blog-slide .slick-list {
  margin: 0 -15px;
}

ul.blog-list.blog-slide li {
  margin-bottom: 10px;
  margin-top: 0;
}

ul.blog-list li:first-child {
  border: 0 none;
}

ul.blog-list li figure {
  overflow: hidden;
  position: relative;
}

ul.blog-list li figure img {
  width: 100%;
}

ul.blog-list li .cs-text {
  border: 1px solid #f0f0f0;
  overflow: hidden;
  padding: 15px 20px;
}


.cs-blog-detail .cs-text .post-option {
  border-top: 1px solid #f0f0f0;
  float: left;
  padding-top: 10px;
  width: 100%;
}

.cs-blog-detail .cs-text .post-option span a {
  color: #777;
}

.widget ul.blog-list li .cs-text {
  height: auto;
  margin: 0;
  min-height: inherit;
  padding: 9px 0 13px;
}

ul.blog-list li .cs-text span {
  color: #8b919e;
  display: inline-block;
  font-size: 12px;
  line-height: 19px;
}

ul.blog-list li .cs-text p {
  margin-bottom: 12px;
}

ul.blog-list li .cs-text h5 {
  border-bottom: 1px solid #fff;
  font-size: 15px;
  margin: 0;
  min-height: 56px;
  padding: 0 0 5px;
}

ul.blog-list li .cs-text h5 a {
  color: #292c33;
}

ul.blog-list li .cs-text .readmore {
  float: right;
  font-size: 11px;
  line-height: 20px;
  padding-top: 6px;
  position: relative;
  text-transform: uppercase;
}

ul.blog-list .slick-list.draggable {
  overflow: hidden;
}

.cs-auther-name a {
  color: #999;
}

.blog-list .slick-arrow {
  background-color: #f9f9f9;
  float: left;
  height: 29px;
  margin: 5px 0 0 5px;
  text-align: center;
  width: 29px;
}

.blog-list .slick-arrow a {
  color: #999;
  font-size: 18px;
  line-height: 32px;
}

.cs-blog.classic {
  margin: 0 0 30px;
}

.cs-blog.classic ul {
  margin: 0;
}

.cs-blog.classic li {
  border-top: 2px solid #eceef0;
  float: left;
  list-style: outside none none;
  padding: 16px 0;
  width: 100%;
}

.cs-blog.classic p {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 -4px 0 0;
  vertical-align: middle;
  width: 100%;
}

.cs-blog.classic p i {
  color: #c4c6c8;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.cs-blog.classic span {
  display: inline-block;
  float: right;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
}

.cs-blog.classic span i {
  color: #e2e5e8;
  float: right;
  font-size: 24px;
  margin: 2px 0 0 10px;
}

.cs-pagination-blog {
  margin-bottom: 30px;
}

.cs-blog.blog-medium {
  border-bottom: 0 none;
  margin: 0;
  padding-bottom: 30px;
}

.cs-blog.blog-medium::after {
  clear: both;
  content: "";
  display: block;
}

.cs-blog.blog-medium .blog-text .cs-post-title {
  clear: both;
}

.cs-blog .cs-media figure {
  position: relative;
}

.cs-blog .cs-media figure figcaption {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
}

.cs-blog .cs-media:hover figure figcaption {
  opacity: 1;
  visibility: visible;
}

.cs-blog.blog-medium .post-title h3 {
  margin-bottom: 0;
}

.cs-blog .post-title {
  margin-bottom: 10px;
}

.cs-blog.blog-medium .cs-media figure figcaption .cs-readmore a {
  color: #fff;
  font-size: 24px;
  left: 50%;
  margin: -10px 0 0 -65px;
  position: absolute;
  top: 50%;
  transform: scale(0.7);
}

.cs-blog.blog-medium .cs-media:hover figure figcaption .cs-readmore a {
  transform: scale(1);
}

.cs-blog.blog-medium:last-child {
  border-bottom: medium none;
  padding-bottom: 40px;
}

.blog-medium .cs-media {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  width: 37%;
}

.blog-modern .cs-media {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
  width: 48.6%;
}

.blog-medium .cs-media figure img,
.blog-modern .cs-media img {
  width: 100%;
}

.blog-medium .cs-media~.blog-text {
  display: inline-block;
  float: none;
  margin-right: 0;
  vertical-align: middle;
  width: 58%;
}

.blog-modern .blog-text {
  display: inline-block;
  margin-right: -4px;
  padding-left: 30px;
  vertical-align: middle;
  width: 51.4%;
}

.blog-modern .blog-text .cs-post-title {
  margin-bottom: 5px;
  padding-bottom: 1px;
  position: relative;
}

.blog-modern .blog-text .cs-post-title::after {
  bottom: 1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 27px;
}

.blog-modern .blog-text .blog-separator {
  margin: 0 0 10px;
}

.blog-modern .blog-text .blog-separator::before {
  display: none;
}

.blog-medium .blog-text {
  width: 99.1%;
}

.blog-medium .blog-text p {
  display: inline;
  margin: 0 0 15px;
}

.blog-medium .blog-separator {
  margin: 0 0 10px;
}

.cs-blog .cs-categories,
.cs-blog-detail .cs-categories {
  display: block;
  margin: 0 0 12px;
}

.cs-blog .cs-categories a,
.cs-blog-detail .cs-categories a {
  border-bottom: 2px solid #ededed;
  color: #55a747;
  display: inline-block;
  font-size: 10px;
  margin-right: 5px;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.cs-blog-detail .post-option {
  float: right;
}

.cs-blog .post-option span a,
.cs-blog-detail .post-option span a {
  color: #999 !important;
  display: inline-block;
  font-size: 12px;
  margin-right: 18px;
  vertical-align: middle;
}

.cs-blog .post-option span i,
.cs-blog-detail .post-option span i {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

.cs-blog-detail .post-option span.post-category i {
  margin: 0;
}

.cs-blog-detail .post-option .post-category a {
  margin-left: 10px;
  margin-right: 0;
}

.cs-blog-detail .post-option .post-date {
  margin-left: 18px;
}

.cs-blog-detail .cs-text .post-option span i {
  float: left;
  margin: 3px 8px 0 0;
}

.cs-blog.blog-grid figure img {
  width: 100%;
}

.cs-blog.blog-grid .cs-media~.blog-text {
  margin: -30px 0 0;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.cs-blog.blog-grid .cs-inner-bolg {
  background-color: #fff;
  display: inline-block;
  padding: 20px 25px;
  width: 100%;
}

.cs-blog.blog-grid .blog-text p {
  margin: 0 0 5px;
}

.cs-blog.blog-grid .post-option {
  line-height: normal;
  margin: 0 0 10px;
}

.cs-blog.blog-grid .post-option span {
  color: #8b919e;
  font-size: 10px;
  margin: 0 15px 0 0;
  position: relative;
  text-transform: uppercase;
}

.cs-blog.blog-grid .post-option span::before {
  background-color: #8b919e;
  border-radius: 100%;
  content: "";
  height: 3px;
  left: -10px;
  position: absolute;
  top: 5px;
  width: 3px;
}

.cs-blog.blog-grid .post-option span:last-child {
  margin: 0;
}

.cs-blog.blog-grid .post-option span:first-child::before {
  display: none;
}

.cs-blog.blog-grid .read-more {
  display: inline-block;
  font-size: 12px;
  position: relative;
}

.cs-blog.blog-grid .read-more::before {
  content: "";
  font-family: "icomoon";
  font-size: 14px;
  position: absolute;
  right: -15px;
  top: 0;
}

.blog-large .cs-media img {
  width: 100%;
}

.blog-large .cs-text {
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}

.blog-large .cs-media~.cs-text {
  background-color: #fff;
  margin: 0 auto;
  padding: 30px 0 0;
  width: 100%;
}

.cs-blog .cs-author,
.cs-blog-detail .cs-author {
  float: left;
  margin: 0 0 10px;
}

.cs-blog .cs-author figure,
.cs-blog-detail .cs-author figure {
  display: inline-block;
  height: 32px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 32px;
}

.cs-blog .cs-author figure img,
.cs-blog-detail .cs-author figure img {
  border-radius: 100%;
}

.cs-blog .cs-author .cs-text,
.cs-blog-detail .cs-author .cs-text {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.cs-blog .cs-author .cs-text a,
.cs-blog-detail .cs-author .cs-text a {
  color: #555;
  font-size: 13px;
}

.blog-large .post-option,
.cs-blog.blog-medium .post-option {
  float: right;
}

.cs-blog.blog-large .post-option span i,
.cs-blog.blog-medium .post-option span i {
  color: #cfcfcf;
}

.date {
  float: right;
  display: flex;
  color: #7f7f7f;
}

.date p {
  margin: 0px 15px;
}

.post-option span i {
  margin-right: 5px;
  transition: all 0.3s ease-in-out 0s;
}

.blog-separator {
  border-bottom: 1px solid #f1f1f1;
  display: inline-block;
  margin: 20px 0 25px;
  position: relative;
  width: 100%;
}

.blog-large .cs-text p {
  margin: 0 0 25px;
}

.blog-large .read-more {
  border: 1px solid;
  border-radius: 20px;
  display: inline-block;
  font-size: 12px;
  padding: 4px 20px;
  text-transform: uppercase;
}

.blog-large .cs-post-title {
  margin: 0 0 15px;
}

.blog-large .cs-post-title h3 {
  margin: 0;
}

.cs-blog-detail .cs-post-title h1 {
  margin: 0 0 10px;
}

.cs-blog-detail .cs-post-title::after {
  clear: both;
  content: "";
  display: block;
}

.cs-blog-detail .cs-main-post img {
  width: 100%;
}

.cs-blog-detail .cs-main-post {
  margin-bottom: 25px;
}

.cs-blog-detail .cs-admin-post .cs-media figure,
.cs-blog-detail .cs-admin-post .cs-media figure img {
  border-radius: 100%;
}

.cs-blog-detail .cs-admin-post .cs-text {
  overflow: hidden;
}

.cs-blog-detail .cs-admin-post {
  float: left;
  width: 40%;
}

.cs-blog-detail .cs-admin-post .cs-media {
  float: left;
  height: 46px;
  margin-right: 14px;
  width: 46px;
}

.cs-blog-detail .cs-author-name {
  color: #ccc;
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  padding-top: 6px;
  vertical-align: middle;
}

.cs-blog-detail .cs-author-name strong {
  color: #55a747;
  display: block;
  line-height: 26px;
}

.cs-blog-detail .cs-more-post {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #ccc;
  font-size: 11px;
  padding: 6px 8px;
}

.cs-blog-detail .cs-social-share {
  float: right;
}

.cs-blog-detail .cs-social-media {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.cs-blog-detail .cs-social-media li {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  vertical-align: top;
}

.cs-blog-detail .cs-social-media li a {
  background-color: #fc6d4c;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 30px;
  margin: 0 5px 5px 0;
  text-align: center;
  width: 28px;
}

.cs-blog-detail .cs-social-media li a.cs-more {
  line-height: 33px;
  padding: 0;
}

.cs-blog-detail .cs-social-media li a::before {
  display: none;
}

.cs-blog-detail .cs-social-media li a[data-original-title="facebook"] {
  background-color: #2b4a8b;
}

.cs-blog-detail .cs-social-media li a[data-original-title="Facebook"] {
  background-color: #2b4a8b;
}

.cs-blog-detail .cs-social-media li a[data-original-title="Tumblr"] {
  background-color: #32506d;
}

.cs-blog-detail .cs-social-media li a[data-original-title="tumblr"] {
  background-color: #32506d;
}

.cs-blog-detail .cs-social-media li a[data-original-title="Dribbble"] {
  background-color: #ea4c89;
}

.cs-blog-detail .cs-social-media li a[data-original-title="dribbble"] {
  background-color: #ea4c89;
}

.cs-blog-detail .cs-social-media li a[data-original-title="stumbleupon"] {
  background-color: #eb4823;
}

.cs-blog-detail .cs-social-media li a[data-original-title="Stumbleupon"] {
  background-color: #eb4823;
}

.cs-blog-detail .cs-social-media li a[data-original-title="rss"] {
  background-color: #f06c19;
}

.cs-blog-detail .cs-social-media li a[data-original-title="twitter"] {
  background-color: #1f94d9;
}

.cs-blog-detail .cs-social-media li a[data-original-title="linkedin"] {
  background-color: #10598c;
}

.cs-blog-detail .cs-social-media li a[data-original-title="google"] {
  background-color: #d83936;
}

.cs-blog-detail .cs-social-media li a[data-original-title="youtube"] {
  background-color: #b00;
}

.cs-blog-detail .cs-social-media li a[data-original-title="Youtube"] {
  background-color: #b00;
}

.cs-blog-detail .cs-social-media li a.cs-more .at4-icon {
  border-radius: 10px;
  margin: 5px 0 0 -2px;
}

.cs-blog-detail .cs-share {
  float: none;
  left: 0;
  margin: 0 15px 0 0;
  position: absolute;
  top: 0;
}

.cs-blog-detail .cs-share a {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

.cs-blog-detail .cs-share-detail::after {
  clear: both;
  content: "";
  display: block;
}

.cs-blog-detail .cs-share-detail {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  vertical-align: middle;
  width: 49%;
}

.cs-blog-detail .cs-post-option-panel {
  float: left;
  padding-top: 20px;
  width: 100%;
}

.cs-blog-detail .rich-editor-text p {
  margin-bottom: 30px;
}

blockquote,
.rich-text-editor blockquote {
  border-left: 4px solid;
  margin: 0 0 40px;
  padding: 20px 0 0;
  position: relative;
  width: 95%;
}

blockquote {
  background-color: #fcfcfc;
  font-style: italic;
  padding: 15px 40px 20px 50px !important;
}

blockquote,
blockquote span,
blockquote p {
  color: #777;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

blockquote .author-name a {
  color: #999;
  font-size: 11px;
}

blockquote.text-left-align {
  text-align: left;
}

blockquote.text-right-align {
  text-align: right;
}

blockquote.text-center-align {
  text-align: center;
}

blockquote::before,
.rich-text-editor blockquote::before {
  color: #eaeaea;
  content: "";
  font-family: "icomoon";
  font-size: 22px;
  font-style: normal;
  left: 24px;
  position: absolute;
  top: 15px;
  transform: scale(-1);
}

.rich-text-editor blockquote {
  background-color: #fcfcfc;
  font-style: italic;
  padding: 15px 40px 20px 50px;
}

.rich-text-editor blockquote p {
  margin: 0;
}

blockquote>span {
  margin: 0;
  position: relative;
}

blockquote>span.author-name::after {
  display: none;
}

blockquote>span::after {
  color: #eaeaea;
  content: "";
  display: inline-block;
  font-family: "icomoon";
  font-size: 22px;
  font-style: normal;
  margin: 0 0 0 8px;
  position: relative;
  top: 3px;
}

.cs-blog-detail .tags {
  display: inline-block;
  margin: 0 -4px 0 0;
  vertical-align: middle;
  width: 50%;
}

.cs-blog-detail .cs-tags {
  display: block;
  margin: 0 0 40px;
}

.cs-blog-detail .cs-tags .tags span {
  color: #333;
  display: inline-block;
  font-size: 18px;
  margin: 0 10px 5px 0;
}

.cs-blog-detail .cs-tags .tags ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.cs-tags ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0 6px;
}

.cs-tags ul li a {
  display: block;
  font-size: 12px;
  margin: 0 8px 0 0;
}

.cs-tags .tags ul li a {
  background-color: #f5f5f5;
  border-radius: 20px;
  color: #777;
  padding: 2px 18px 3px;
}

.comment-respond {
  margin-bottom: 30px;
}

.comment-form ul {
  list-style: outside none none;
}

.comment-form ul li {
  margin-bottom: 30px;
}

.comment-form .cs-element-title h3 {
  margin: 0;
}

.comment-form form .input-holder {
  position: relative;
}

.comment-form form .input-holder i {
  color: #cecece;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 15px;
}

.comment-form form .input-holder input[type="text"],
.comment-form form .input-holder textarea {
  border: 1px solid #e4e4e4;
  color: #999;
  font-size: 14px;
  height: 50px;
  margin-bottom: -1px;
  padding: 10px 20px;
  width: 100%;
}

.comment-form form .input-holder textarea {
  height: 214px;
  margin: 0 0 20px;
}

.comment-form form input[type="submit"] {
  background-color: #55a747;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.blog-detail {
  box-shadow: none;
}

.blog-detail .blog-list {
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.blog-slider-next {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
}

.blog-slider-prev {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
}

.blog-detail::after,
.author-detail::after,
#comment ul li::after,
.blog-detail .blog-list::after,
.cs-packeges::after {
  clear: both;
  content: "";
  display: block;
}

.blog-title {
  margin-bottom: 25px;
}

.blog-title h3 {
  color: #282828;
  letter-spacing: -1px;
  line-height: 34px;
  margin: 0 0 10px;
}

.blog-detail .main-post {
  margin: 0 0 25px;
}

.blog-detail .main-post img {
  width: 100%;
}

.author-detail {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 10px;
  padding-bottom: 22px;
}

.cs-admin figure {
  float: left;
  margin-right: 15px;
}

.cs-admin .cs-text {
  display: inline-block;
  overflow: hidden;
  padding-top: 8px;
}

.cs-admin .cs-text span {
  color: #ccc;
  display: block;
  font-size: 13px;
  line-height: 16px;
}

.cs-admin .cs-text strong {
  color: #282828;
  font-size: 14px;
  line-height: 18px;
}

.blog-detail h2 {
  line-height: 29px;
  margin: 0 0 11px;
  position: relative;
  width: 91%;
}

.rich-editor-text p {
  clear: both;
  line-height: 24px;
  margin-bottom: 20px;
}

/* search */
.input-box {
  position: relative;
  height: 76px;
  max-width: 900px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  margin: 0 20px;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.input-box i,
.input-box .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.input-box i {
  left: 20px;
  font-size: 30px;
  color: #707070;
}

.input-box input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 0 155px 0 65px;
  background-color: transparent;
}

.input-box .button {
  right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  background-color: #1e1b55;
  cursor: pointer;
}

.input-box .button:active {
  transform: translateY(-50%) scale(0.98);
}

/* Responsive */
@media screen and (max-width: 500px) {
  .input-box {
    height: 66px;
    margin: 0 8px;
  }

  .input-box i {
    left: 12px;
    font-size: 25px;
  }

  .input-box input {
    padding: 0 112px 0 50px;
  }

  .input-box .button {
    right: 12px;
    font-size: 14px;
    padding: 8px 18px;
  }
}

.srch-head {
  font-size: 28px;
  font-weight: 600;
}

/* package details */

.box2 {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.arr {
  border: 1px solid #9a9a9a;
  width: max-content;
  padding: 0px 21px;
  border-radius: 30px;
  color: #ffffff;
  margin: 8px 8px;
}

details {
  width: 100%;
  background-color: #fff;
}

details p {
  padding: 20px;
  border: 1px solid #1e1b55;
}

summary {
  padding: 20px;
  background-color: #1e1b55;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 1px solid;
  color: #fff;
}

.tngs-li {
  padding: 10px 8px;
  background: #f8f9fa;
  margin: 10px 0px;
  border: 1px solid #00000033;
}

/* prodcut gallery*/

.heading {
  text-align: center;
  font-size: 2.0em;
  letter-spacing: 1px;
  padding: 40px;
  color: white;
}

.gallery-image {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.img-box img {
  height: 100%;
  width: 100%;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img {
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption>p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}

/* latest floating icons */

.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
  position: fixed;
  right: 25px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 0;
  z-index: 9999;
  color: white;
  transition: 0.4s;
}

.btn-floating:hover {
  width: auto;
  padding: 0 20px;
  cursor: pointer;
}

.btn-floating p {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0px;
  display: none;
}

.btn-floating:hover p {
  display: inline-block;
}

/* enquiry */
.btn-floating.enquiry {
  background-color: #008521;
  bottom: 145px;
  border: 1px solid #fff;
}

.btn-floating.enquiry:hover {
  background-color: #008521;
}

/* Phone */
.btn-floating.phone {
  bottom: 85px;
  background-color: #1e1b55;
  border: 1px solid #fff;
}

.btn-floating.phone:hover {
  background-color: #252262;
}

/* WhatsApp */
.btn-floating.whatsapp {
  border: 1px solid #fff;
  background-color: #008521;
  bottom: 25px;
}

.btn-floating.whatsapp:hover {
  background-color: #0c892b;
}

/* latest modal */
.form-popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1e1b55;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}

.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.form-container {
  background-color: #1e1b55;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 40px;
  color: #fff;
}

.close-button {
  background: none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #fff;
}

.form-popup-bg:before {
  content: '';
  background-color: #fff;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-btn {
  display: inline-block;
  text-decoration: none;
  background: #00000000;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 25px;
  text-align: center;
  transition: 0.3s;
  float: right;
  width: fit-content;
  height: fit-content;
  border: 1px solid #ffffff;
}

.modal-btn:hover {
  background: #0e9346;
  color: #fff;
  border: 1px solid #0e9346;
}