@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&amp;family=Karla:wght@400;500;600&amp;family=Playfair+Display:wght@400;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

:root {
  --e-global-color-primary: #242424;
  --e-global-color-secondary: #764979;
  --e-global-color-text: #6b6b6b;
  --e-global-color-accent: #413625;
  --e-global-color-white: #ffffff;
  --e-global-color-soft-orange: #e1ccad;
  --e-global-color-desaturated-magenta: #543458;
  --e-global-color-very-dark-desaturated-magenta: #5c3960;
  --e-global-color-mostly-desaturated-magenta: #8a648d;
  --e-global-color-pale-blue: #f4f7ff;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-family: "Libre Baskerville", serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: var(--e-global-color-white);
}

h2 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 36px;
  line-height: 55px;
  font-weight: 700;
}

h3 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 1.4vw;
  line-height: 55px;
  font-weight: normal;
}

h4 {
  /* font-family: 'Playfair Display', serif; */
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h6 {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

/* updated */
#contactpage {
	max-width: 88%;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #f29b3d !important;
	border-color:#f29b3d !important;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #f29b3d;
	border-color: #f29b3d;
	box-shadow: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
	background-color: #CF8F36 !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
	border-radius: 10px !important;
}

/* updated */

.navbar-light .navbar-toggler {
  color: transparent;
  border-color: none;
}

.slide-carousel .slide-item {}

.slide-carousel .owl-nav {
  position: absolute;
  top: 0px;
  display: flex;
  align-items: start;
  width: 100%;
  margin-top: -4rem;
  justify-content: right;
}

.slide-carousel .owl-nav .owl-next,
.slide-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #CF8F36;
  font-size: 20px;
  line-height: normal;
  padding: 8px 13px;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
  border: 0;
}

.slide-carousel .owl-nav .owl-next {}

.slide-carousel .owl-nav .owl-prev {
  margin-right: 5px;
}

.slide-carousel .owl-nav .owl-next:hover,
.slide-carousel .owl-nav .owl-prev:hover {
  background-color: #000;
}

.owl-nav {
  display: none;
}

.owl-dots {
  text-align: center;
  margin-top: 2rem;
}

.owl-dots .owl-dot {
  background: transparent;
  border: 2px solid #cf8f36;
  height: 15px;
  min-width: 4px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 6px;
  line-height: normal;
}

.owl-dots .active {
  background: #cf8f36;
  border: 2px solid #cf8f36;
}

/* updated */
.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  justify-content: flex-end;
}

.carousel-caption {
  color: #fff;
  text-align: left;
}

/* updated */
header {
  /* position: fixed; */
  z-index: 2;
}

/* header sticky */
/* Base Header */
.main-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 15px 0;
  transition: all 0.4s ease;
  background: transparent;
  /* initially transparent */
}

/* Transparent Nav Links */
.main-header .nav-link {
  color: #fff;
  transition: color 0.3s ease;
}

/* Logo Normal */
.main-logo {
  height: 70px;
  transition: all 0.35s ease;
}

/* When scrolling — black header */
.header-active {
  background: rgba(0, 0, 0, 0.95) !important;
  padding: 8px 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

/* Shrink Logo After Scroll */
.header-active .main_header {
  padding: 0 292px 0;
}

.header-active .main-logo {
  height: 80px
}

/* Hide on Scroll Down */
.header-hide {
  transform: translateY(-100%);
}

/* Show on Scroll Up */
.header-show {
  transform: translateY(0);
}

/* header sticky */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.hero .carousel-control-next {
  padding-right: 70px !important;
}

.hero .carousel-control-prev {
  padding-left: 70px !important;
}

.navbar-brand figure img {
  height: 130px;
}

.btn-divinity-primary {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 20px 25px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: #CF8F36;
  border-radius: 10px;
  transition: all 0.3s ease-in-out !important;
  position: relative;
  overflow: hidden;
  border: 1px solid #CF8F36;
}

.btn-divinity-primary:hover {
  color: var(--e-global-color-white);
  border: 1px solid #fff;
  background-color: transparent;
}

.btn-divinity-secondary {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 20px 25px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: transparent;
  border-radius: 10px;
  transition: all 0.3s ease-in-out !important;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}

.btn-divinity-secondary:hover {
  color: var(--e-global-color-white);
  background-color: #CF8F36;
  border: 1px solid #CF8F36;
}

.banner-btn {
  display: flex;
  justify-content: start;
  align-items: center;
}

.popup-vimeo-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.popup-vimeo-btn img {
  width: 30%;
}

.popup-vimeo-btn span {
  color: #fff;
  font-size: 18px;
}

/* Home Page Style */
/*--------------------------------------------------------------
# Hero Section Animation
--------------------------------------------------------------*/
#hero-carousel .carousel-caption-text h3 {
  opacity: 0;
  transform: scale(3);
  /* Start huge + slightly above */
  animation: h3ZoomDown .5s ease-out forwards;
}

@keyframes h3ZoomDown {
  0% {
    opacity: 0;
    transform: scale(7);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}


#hero-carousel .carousel-caption-text h2 {
  opacity: 0;
  transform: scale(3);
  /* Start huge + slightly above */
  animation: h2ZoomDown .5s ease-out forwards;
}

@keyframes h2ZoomDown {
  0% {
    opacity: 0;
    transform: scale(7);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@font-face {
  font-family: 'MacalaClub';
  src: url("../fonts/MacalaClub.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* HERO background zoom-in on page load */
#hero-carousel .carousel-item {
  background-size: 100%;
  background-position: center;
  /* animation: heroZoomIn 2s ease-in-out forwards; */
  animation: heroZoomIn 35s linear infinite;
}

@keyframes heroZoomIn {
  0% {
    background-size: 100% auto;
  }

  50% {
    background-size: 150% auto;
  }

  100% {
    background-size: 100% auto;
  }
}

/* Keyframes for page-load zoom-in effect */
/* @keyframes heroZoomIn {
  0% {
    background-size: 100%; 
  }

  100% {
    background-size: 105%;
  }
} */

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  padding: 0;
}

.hero .carousel {
  width: 100%;
  min-height: 100vh;
  padding: 0px 0;
  margin: 0;
  position: relative;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  transition-duration: 0.4s;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  text-decoration: none !important;
  width: auto;
}

.hero .carousel-control-next,
.hero .carousel-control-prev {
  position: absolute;
  z-index: 1;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  margin: auto;
  display: flex;
  top: 0px;
}

#hero .carousel-item::after {
  content: "";
  position: absolute;
  background: #000000;
  background: linear-gradient(178deg, rgba(0, 0, 0, 1) 20%, rgba(223, 51, 29, 0) 58%);
  top: 0px;
  width: 100%;
  height: 90%;
  left: 0px;
  right: 0px;
  z-index: 1;
}


/* .hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
} */
.hero .info {
  position: absolute;
  inset: 0;
  z-index: 2;
}




/*Pulse Circle Animation*/
#pulse-container {
  width: 200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  float: right;
  right: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
}

.item2 {
  z-index: 2;
  padding: 5px;
}

.item2 a {
  text-decoration: none;
  display: inline-block;
  width: 65px;
  height: 65px;
  background-color: #efefef;
  color: #46231e;
  border: 5px solid #efefef;
  border-radius: 50%;
}

.item2 a h1 {
  margin: 0px;
  padding: 0px;
  line-height: 58px;
  text-align: center;
  font-size: 22px;
  padding-left: 0px;
}

.circle {
  z-index: 1;
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  animation: scaleIn 3s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes scaleIn {
  from {
    transform: scale(.4, .4);
    opacity: .5;
  }

  to {
    transform: sclae(1, 1);
    opacity: 0;
  }
}

#previewApp {
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 99;
}

.vedio_section {
  position: relative;
}

/* Control btn */
.control {
  cursor: pointer;
}

.control .icon-material-search {
  color: #eee;
  font-size: 16px;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.video {
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
}

.overlay-vedio {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgb(0 0 0 / 16%) 50%, rgb(0 0 0 / 51%) 50%);
  background-size: 3px 3px;
}

.buttons {
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 25%;
  right: 0px;
}

.buttonbtn {
  display: inline-block;
  border: 0px;
  font-size: 22px;
  color: #000000;
  font-weight: 200;
  line-height: 33px;
  padding-right: 0px;
  padding-left: 0px;
}

.first {
  display: none;
}

.responsive-cell-block {
  min-height: 75px;
}

.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  line-height: 25px;
  height: 50%;
  width: 100%;
}

img {
  object-fit: cover;
}



.testimonial_grid {
  padding: 100px 0 100px;
  position: relative;
  background: #FFFEFB;
}

.testimonial_grid .testi-card {
  background-color: #fff;
  padding: 3rem;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgb(204 204 204 / 45%);
  position: relative;
  margin-bottom: 6rem;
}

.testimonial_grid .testi-card aside {
  position: absolute;
  background-color: #E4E4E4;
  height: 130px;
  width: 130px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  top: -60px;
  right: 50px;
  transition: linear 0.2s;
}

.testi-card:hover aside {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgb(204 204 204 / 45%);
  transform: scale(1.1);
}

.testimonial_grid .testi-card aside img {
  width: 100%;
}

.testimonial_grid .testi-card .testi-card-text {}

.testimonial_grid .testi-card .testi-card-text small {
  color: rgb(5 18 35 / 14%);
  font-size: 3rem;
}

.testimonial_grid .testi-card .testi-card-text p {
  font-size: 17px;
}

.rating {}

.rating i {
  color: #FBB040;
}

.testi-name {
  border-top: 1px solid #e5e5e5;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.testi-name h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.testimonial_grid .testi-card .testi-card-text .testi-name p {
  font-size: 15px;
  margin: 0px;
}

.testimonial_left_shape {
  position: absolute;
  bottom: 11rem;
  left: -88px;
}

.testimonial_left_shape img {
  -webkit-animation: mover2 5s infinite alternate;
  animation: mover2 5s infinite alternate;
}


.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
  display: none;
}

.add-read-more.show-more-content .read-more {
  display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
  font-weight: bold;
  cursor: pointer;
}

.add-read-more {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}



.toggle-btn {
  color: #fff;
  background-color: #CF8F36;
  font-size: 20px;
  line-height: 26px;
  padding: 8px 13px;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
  border: 0px;
  margin: auto;
  margin-top: 1.5rem;
  display: block;
  width: 45px;
}

.toggle-btn:hover {
  color: #fff;
  background-color: #333;
}


.modiji-comma {
  position: relative;
  top: 6px;
  z-index: 0;
  margin-left: -4rem;
}

.modiji-caption-text1 {
  text-align: left;
  line-height: 2.5vw;
  font-size: 2vw;
  color: #fff;
  position: relative;
}

.modiji-caption-text1 span {
  color: #fff;
  font-weight: 700;
}

.modiji-caption-text1 b {
  color: #70250e;
  font-weight: 700;
}

.hero .info h2 {
  color: #fff;
  padding-bottom: 1rem;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  line-height: normal;
}

.hero .info h2 span {
  display: block;
}

.hero .info p {
  color: #fff;
  font-size: 18px;
  padding-bottom: .75rem;
  line-height: 26px;
}

.hero .info .btn-get-started {
  font-weight: 600;
  font-size: 0.8vw;
  display: inline-block;
  padding: 12px 50px;
  /* border-radius: 0px 10px 0px 10px; */
  transition: 0.5s;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  margin-top: 10px;
}

.hero .info .btn-get-started:hover {
  color: #fff;
  background: #f68723;
}

.hero .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}

.hero .carousel-control-next {
  justify-content: end;
}

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  /* background: rgba(255, 255, 255, 0.2); */
  color: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  z-index: 3;
  transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

.carousel-caption {
  position: initial;
}

/* ------------------hero------------------------ */
/* Home Page Header Section Style */
.banner-section-outer {
  background-image: url('../images/banner_section_background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main_header {
  padding: 0;
}

.navbar-collapse ul {
  text-align: center;
  align-items: center;
  display: inherit;
}

.navbar-expand-lg {
  position: relative;
  z-index: 1;
  padding: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.nav-link {
  padding: 0;
}

.navbar-brand {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav {
  padding-left: 125px;
}

.navbar-nav li {
  margin: 0 25px 0 12px;
}

.navbar-nav li:first-child {
  margin-left: 0;
}

.navbar-nav li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.navbar-nav .nav-item a {
  font-family: "Karla", sans-serif;
  font-size: 17px;
  line-height: 18px;
  font-weight: 400;
  color: var(--e-global-color-white) !important;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
}

.navbar-nav .nav-item a:hover {
  color: var(--e-global-color-soft-orange) !important;
  background-color: transparent;
}

.navbar-nav .active>a {
  color: var(--e-global-color-soft-orange) !important;
}

.navbar-nav .dropdown {
  margin: 0 15px 0 20px;
}

.navbar-nav .nav-item .dropdown-item {
  color: var(--e-global-color-primary) !important;
  transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item .dropdown-item:hover {
  color: var(--e-global-color-primary) !important;
  background-color: var(--e-global-color-soft-orange) !important;
}

.navbar-nav .drop-down-pages .active>a {
  color: var(--e-global-color-primary) !important;
  background-color: var(--e-global-color-soft-orange) !important;
}

.navbar-collapse .drop-down-pages {
  text-align: left;
  margin-left: 0;
}

.navbar-nav .dropdown-menu {
  background-color: var(--e-global-color-white);
  position: absolute;
  left: -20px;
  top: 38px;
  padding: 0;
  border: none;
  box-shadow: 1px 1px 30px rgb(0 0 0 / 1%);
}

.navbar-nav .drop-down-pages li {
  margin: 0;
}

.navbar-nav .drop-down-pages .nav-item a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 12px 20px;
}

.navbar-expand-lg .drop-down-pages .nav-link {
  padding-left: 0;
}

.navbar-nav .nav-item .contact_us {
  /* background-color: var(--e-global-color-soft-orange); */
  color: #fff !important;
  padding: 15px 25px;
  text-align: center;
  display: inline-block;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #F0C972;
}

.navbar-nav .nav-item .contact_us:hover {
  color: var(--e-global-color-primary) !important;
  background-color: var(--e-global-color-white);
}

.navbar-nav .active>.contact_us {
  color: var(--e-global-color-primary) !important;
  background-color: var(--e-global-color-white);
}

/* Home Page Social Icons Style */
.left_icons {
  height: 860px;
  z-index: 1;
  position: relative;
}

.left_icons ul {
  background-color: var(--e-global-color-very-dark-desaturated-magenta);
  border-radius: 0 30px 30px 0;
}

.left_icons ul li {
  display: block;
  padding: 10px 15px 8px 10px;
}

.left_icons ul li i {
  border-radius: 100%;
  background: var(--e-global-color-desaturated-magenta);
  color: var(--e-global-color-white);
  font-size: 18px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.left_icons ul li i:hover {
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-secondary);
}

/* Home Page Banner Section Style */
.banner-section-outer .banner-section {
  padding: 50px 292px 138px;
  position: relative;
}

.banner-section-outer .banner-section .banner-section-content {
  padding-top: 168px;
}

.banner-section-outer .banner-section h5 {
  text-transform: uppercase;
  color: var(--e-global-color-white);
  letter-spacing: 3.1px;
  margin-bottom: 0;
}

.banner-section-outer .banner-section h1 {
  margin-bottom: 18px;
  margin-left: -2px;
}

.banner-section-outer .ityped-cursor {
  font-size: 1em;
  opacity: 1;
  -webkit-animation: blink 0.3s infinite;
  -moz-animation: blink 0.3s infinite;
  animation: blink 0.3s infinite;
  animation-direction: alternate;
}

@keyframes blink {
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes blink {
  100% {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  100% {
    opacity: 0;
  }
}

.banner-section-content h1 span {
  color: var(--e-global-color-soft-orange);
  border-right: var(--e-global-color-soft-orange);
}

.banner-section-outer .banner-section p {
  color: var(--e-global-color-white);
  margin-bottom: 28px;
  padding-right: 60px;
  margin-left: -2px;
}

.banner-section-outer .banner-section-content .btn_wrapper {
  margin-bottom: 100px;
}

.banner-section-outer .btn_wrapper .getstarted_btn {
  position: relative;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  padding: 24px 50px;
  text-align: center;
  color: var(--e-global-color-accent);
  display: inline-block;
  background-color: var(--e-global-color-soft-orange);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.banner-section-outer .btn_wrapper .getstarted_btn:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
  transform: translateY(-10px);
}

.banner-section-outer .btn_wrapper .getstarted_btn:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}

.banner-section-outer .btn_wrapper .getstarted_btn:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: var(--e-global-color-secondary) !important;
  background: var(--e-global-color-white);
  transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.banner-section-outer .banner-section .banner-section-content .top-btn i {
  font-size: 70px;
  line-height: 70px;
  color: var(--e-global-color-white);
  animation: float_img 6s ease-in-out infinite;
}

.banner-section-outer .banner-section .banner-section-content .top-btn i:hover {
  color: var(--e-global-color-soft-orange);
}

.banner-section-outer .banner-section .banner-section-image {
  position: relative;
  animation: float 6s ease-in-out infinite;
}

.banner-section-outer .banner-section .banner-section-image figure {
  position: absolute;
  top: -5px;
  left: -20px;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatex(0px);
  }

  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatex(-20px);
  }

  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatex(0px);
  }
}

.banner-section-outer .banner-section .banner_left_top_shape {
  position: absolute;
  top: -38px;
  left: 0;
}

.banner-section-outer .banner-section .banner_left_bottom_shape {
  position: absolute;
  top: 80px;
  left: 0;
}

.left_shape img {
  -webkit-animation: mover 5s infinite alternate;
  animation: mover 5s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}

.right_shape img {
  -webkit-animation: mover2 5s infinite alternate;
  animation: mover2 5s infinite alternate;
}

@-webkit-keyframes mover2 {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

.banner-section-outer .banner-section .banner_right_top_shape {
  position: absolute;
  bottom: 200px;
  right: 0;
}

.banner-section-outer .banner-section .banner_right_bottom_shape {
  position: absolute;
  bottom: 80px;
  right: 0;
}

.left_shape img {
  -webkit-animation: mover 5s infinite alternate;
  animation: mover 5s infinite alternate;
  max-width: 85%;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-30px);
  }
}




.destinations-grid {}

.row-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}


.column {
  flex: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 0px;
  vertical-align: middle;
  width: 100%;

}

.destinations-grid .card {
    position: relative;
    overflow: hidden;
    border: 0px;
    box-shadow: none;
    vertical-align: text-top;
    border-radius: 0;
    margin-top: 8px;
    height: 400px;
}


.destinations-grid img {
    object-fit: cover;
    border-radius: 0px;
    transition: transform 0.4s ease-in-out;
    height: 100%;
    width: 100%;
}

.destinations-grid .card .intro {
    position: absolute;
    height: 180px;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    padding: 30px 50px;
    padding-right: 4rem;
    color: #fff;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    transition: 0.4s ease-in-out;
}

.destinations-grid .card:hover .intro {
  height: 200px;
  bottom: 0;
}

.destinations-grid .card:hover .intro .text-p {
  opacity: 1;
  visibility: visible;
}

.destinations-grid .card:hover img {
  transform: scale(1.1);
}


.destinations-grid .card .intro .text-h1 {
  margin: 0px;
  font-size: 23px;
  line-height: 36px;
}

.destinations-grid .card .intro .text-p {
  font-size: 16px;
  padding: 0px;
  line-height: 22px;
}

.cc-curation1 {
  flex: 35%;
}

.cc-curation2 {
  flex: 35%;
}

.destinations-grid .card .intro a i {
    color: #fff;
    background-color: #CF8F36;
    font-size: 18px;
    line-height: 20px;
    padding: 8px 10px;
    border-radius: 5px;
    transition: all ease-in-out 0.3s;
}
.destinations-grid .card .intro a i:hover {
    color: #CF8F36;
    background-color: #fff; 
}





/* --- Navigation Styling --- */
.wrap {
  overflow: hidden;
  clear: both;
  padding: 70px 0 30px;
  position: fixed;
  z-index: -1;
  width: 100%;
}





.tour-bg {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5rem;
  border-radius: 10px;
  display: flex;
  height: 200px;
  justify-content: start;
  align-items: end;
}

.tour-bg article {}

.tour-bg article h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
}

.tour-bg article span {
  color: #000000;
  background-color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 5px;
  font-weight: 700;
}

.tour-bg-aside {
  background-color: rgb(255 255 255);
  padding: 14px 25px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e3e3e3;
  margin-bottom: 1rem;
}

.tour-bg-aside h4 {
  color: #404040;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0rem;
  font-weight: 500;
}

.tour-bg-aside a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 10px 50px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: #CF8F36;
  border-radius: 5px;
  transition: all 0.3s ease-in-out !important;
  position: relative;
  overflow: hidden;
  border: 1px solid #CF8F36;
}

.tour-bg-aside a:hover {
  border: 1px solid var(--e-global-color-secondary);
  background-color: var(--e-global-color-secondary);
}

.signature_journeys_section .card h5 {
  font-family: "Libre Baskerville", serif;
  font-size: 1.2rem;
  line-height: 30px;
  font-weight: 300;
  color: #060606;
  margin: 0px;
  padding: 1rem 2rem 0rem 0rem;
}



.district-name {
  padding-top: 1rem;
  z-index: 9;
  background: #fff !important;
  text-align: center;
  padding-bottom: 0px;
}

.district-name ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.district-name ul li {
  text-align: center;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
  border-bottom: 1px solid #dfdfdf;
}

.district-name ul li a {
  background-color: #fff;
  padding: 10px 12px;
  display: inline-block;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: normal;
  transition: all ease-in-out 0.3s;
  font-weight: 600;
  color: #333;
  height: 45px;
}

.district-name ul li:before {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0px;
  right: 100%;
  background: #cf8f36;
  position: absolute;
  transition: 0.5s;
}

.district-name ul li:hover:before,
.district-name ul li.active:before {
  right: 0;
}

.district-sections section {}

.district-sections .district-sub {
  padding: 3rem 2rem;
}

.district-sections .district-sub h2 {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  line-height: normal;
  font-weight: 600;
  color: #000;
  position: relative;
  margin-bottom: 2rem;
}

.district-sections .district-sub ul li, .district-sections .short-description ul li {
  list-style: none;
  position: relative;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1rem;
  line-height: 26px;
  color: #767676;
}

.district-sections .district-sub ul li, .district-sections .short-description ul li ul {
  margin-top: .5rem;
}

  .district-sections .district-sub ul, .district-sections .short-description ul {
	margin-top: 2rem;
}



.district-sections .district-sub ul li strong, .district-sections .short-description ul li strong {
  color: #333;
}
.district-sections .district-sub ul li b, .district-sections .short-description ul li b {
  color: #333;
}
.district-sections .district-sub ul li:first-child:before {
  /* background: none; */
}

.district-sections .district-sub ul li::before, .district-sections .short-description ul li::before {
  position: absolute;
  height: 27px;
  background: url(../images/check-icon.png) no-repeat center;
  width: 27px;
  background-size: 20px;
  content: "";
  top: -3px;
  left: -29px;
  transform: translate(0%);
  right: 0px;
  z-index: 1;
}












.card_days_grid {
  transition: all ease-in-out 0.3s;
  padding: 1.5rem;
}

.card_days_grid:hover {}

.card_days_grid .card_days {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card_days_grid .card_days h3 {
  font-family: "Lato", sans-serif;
  background-color: #051223;
  height: 126px;
  width: 35%;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  border-radius: 8px;
}

.card_days_grid .card_days img {
  border-radius: 8px;
}

.card_days_grid h2 {
  font-size: 18px;
  line-height: 26px;
  padding-top: 1rem;
  padding-bottom: 5px;
  font-weight: 600;
  color: #000;
}

.card_days_grid ul {
  padding: 0;
  margin: 0;
  padding-left: 1.3rem;
  min-height: 120px;
}

.card_days_grid ul li {
  font-size: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  color: #7e7e7e;
  margin-bottom: 8px;
}

.card_days_grid ul li:last-child {
  margin-bottom: 0px;
}

.card_days_grid ul li:after {
  content: "\f00c";
  position: absolute;
  font: normal normal normal 14px / 1 FontAwesome;
  left: -20px;
  color: #EAA221;
  top: 4px;
}

.card_days_grid a {
  color: #fff;
  background-color: #CF8F36;
  font-size: 16px;
  line-height: normal;
  padding: 8px 13px;
  border-radius: 16px 0 16px 0;
  transition: all ease-in-out 0.3s;
  display: inline-block;
  margin: 10px 0px;
  float: right;
}

.card_days_grid a:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
}

/* Home Page Our Services Section Style */
.services_section {
  padding: 100px 0 100px;
  position: relative;
  background: #FFFEFB;
}

.services_section .services_content {
  text-align: center;
  padding-bottom: 2rem;
}

.services_content h5 {
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}

.services_content h2 {
  margin-bottom: 20px;
  padding: 0 120px;
  color: var(--e-global-color-primary);
}

.services_content p {
  position: relative;
  padding: 0 110px;
  color: var(--e-global-color-secondary);
  font-size: 20px;
  line-height: 33px;
  font-weight: 500;
  margin-top: 1.5rem;
  margin-bottom: 0rem;
  padding-bottom: 0rem;
}

/* .services_content p::after {
  position: absolute;
  height: 2px;
  background: rgb(251 230 196);
  width: 100px;
  content: "";
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
} */

.services_content p::before {
  position: absolute;
  height: 27px;
  background: url(../images/logo-icon.png) no-repeat center;
  width: 27px;
  background-size: 20px;
  content: "";
  top: -50px;
  left: 0px;
  transform: translate(0%);
  right: 0px;
  margin: auto;
  z-index: 1;
  background-color: #fffbed;
}

.services_section .services_box_content {
  position: relative;
  transition: all 0.3s ease-in-out;
  text-align: center;
  padding: 0rem;
}

/* 
.services_section .services_box_content::after {
  position: absolute;
  height: 50%;
  background: #D9D9D9;
  width: 2px;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
} */

.row>.col-lg-4:last-child .services_box_content::after {
  display: none;
}

.services_section .services_box_content .services_box_upper_portion {
  margin-bottom: 10px;
  animation: float_img 6s ease-in-out infinite;
}

.services_section .services_box_content .services_box_upper_portion img {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  /* width: 100%; */
}

@keyframes float_img {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.services_box_content .services_box_lower_portion h3 {
  margin-bottom: 15px;
  color: #000000;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
}

.services_box_content .services_box_lower_portion p {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  padding: 0rem 3rem;
  margin-bottom: 0rem;
}

.services_box_content .services_box_lower_portion .btn_wrapper i {
  color: #fff;
  background-color: #CF8F36;
  font-size: 20px;
  line-height: 26px;
  padding: 8px 13px;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
}

.services_box_content:hover {
  transform: translateY(-10px);
}

.services_section .services_box_content:hover .services_box_upper_portion img {
  opacity: 0.6;
}

.services_box_content:hover .services_box_lower_portion .btn_wrapper i {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
}

.services_section .services_left_shape {
  position: absolute;
  top: 115px;
  right: 0;
  transform: rotateY(-180deg);
}

.services_section .services_right_shape {
  position: absolute;
  bottom: 11rem;
  left: -88px;
  /* transform: rotateY(-180deg); */
}

/* Home Page Our Spiritual places Section Style */
.spiritual_section {
  padding: 100px 0 70px;
  position: relative;
  background: #F4F4F4;
  background: url('../images/spiritual-places-bg.png') #F4F4F4 repeat-x;
  background-position: bottom;
  background-blend-mode: multiply;
}

.spiritual_section .spiritual_content {
  text-align: center;
  padding-bottom: 2rem;
}

.spiritual_content h5 {
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}

.spiritual_content h2 {
  margin-bottom: 20px;
  padding: 0 120px;
  color: var(--e-global-color-primary);
}

.spiritual_content p {
  margin-bottom: 35px;
  padding: 0 110px;
  color: var(--e-global-color-text);
}

.spiritual_section .spiritual_box_content {
  transition: all 0.3s ease-in-out;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.spiritual_section .spiritual_box_content .spiritual_box_upper_portion {
  margin-bottom: 10px;
}

.spiritual_section .spiritual_box_content .spiritual_box_upper_portion img {
  transition: all 0.3s ease-in-out;
  border-radius: 7px;
  max-width: 96px;
}

@keyframes float_img {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.spiritual_box_content .spiritual_box_lower_portion h3 {
  font-size: 1vw;
  line-height: 30px;
  font-weight: 300;
  color: #8A0E0E;
  margin: 0 0 0px;
}

.spiritual_box_content .spiritual_box_lower_portion p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  padding-right: 1.5rem;
}

.spiritual_box_content .spiritual_box_lower_portion .btn_wrapper i {
  color: var(--e-global-color-accent);
  background-color: var(--e-global-color-soft-orange);
  font-size: 26px;
  line-height: 26px;
  padding: 12px 15px;
  border-radius: 10px;
  transition: all ease-in-out 0.3s;
}

.spiritual_box_content:hover {
  transform: translateY(-10px);
}

.spiritual_section .spiritual_box_content:hover .spiritual_box_upper_portion img {
  opacity: 0.6;
}

.spiritual_box_content:hover .spiritual_box_lower_portion .btn_wrapper i {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
}

.spiritual_section .spiritual_left_shape {
  position: absolute;
  top: 115px;
  right: 0;
  transform: rotateY(-180deg);
}

.spiritual_section .spiritual_right_shape {
  position: absolute;
  top: 11rem;
  right: 0;
  /* transform: rotateY(-180deg); */
}

/* Home Page About Us Section Style */
.aboutus_section {
  background-image: url('../images/explore-places-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 95px 0 60px;
  position: relative;
}

.aboutus_image {
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.aboutus_image figure {
  margin-top: -12px;
}

.aboutus_section .aboutus_top_shape {
  position: absolute;
  top: -10px;
  left: -38px;
}

.aboutus_section .aboutus_bottom_shape {
  position: absolute;
  top: 250px;
  left: -65px;
}

.aboutus_content {
  padding-top: 0;
  padding-left: 16px;
}

.aboutus_content h5 {
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}

.aboutus_content h2 {
  margin-bottom: 18px;
  color: var(--e-global-color-primary);
}

.aboutus_content p {
  margin-bottom: 15px;
  color: var(--e-global-color-text);
}

.aboutus_content h6 {
  color: var(--e-global-color-secondary);
  margin-left: 16px;
  margin-bottom: 35px;
}

.aboutus_line_wrapper {
  position: relative;
}

.aboutus_line_wrapper .purple_line {
  position: absolute;
  left: 0;
  top: 5px;
}

.aboutus_content .btn_wrapper .get_started_btn {
  position: relative;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  padding: 24px 40px;
  text-align: center;
  color: var(--e-global-color-accent);
  display: inline-block;
  background-color: var(--e-global-color-soft-orange);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.aboutus_content .btn_wrapper .get_started_btn:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
  transform: translateY(-10px);
}

.aboutus_content .btn_wrapper .get_started_btn:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}

.aboutus_content .btn_wrapper .get_started_btn:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: var(--e-global-color-white);
  background: var(--e-global-color-secondary);
  transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

/* Home Page Our Specialties Section Style */
.our_specialties_section {
  padding: 120px 0 108px;
  position: relative;
}

.our_specialties_heading_content {
  text-align: center;
}

.our_specialties_heading_content h5 {
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}

.our_specialties_heading_content h2 {
  margin-bottom: 18px;
  color: var(--e-global-color-primary);
}

.our_specialties_heading_content p {
  margin-bottom: 35px;
  padding: 0 95px;
  color: var(--e-global-color-text);
}

.s1 {
  padding-top: 110px;
  padding-right: 25px;
}

.s2 {
  padding-right: 70px;
}

.s3 {
  padding-right: 75px;
}

.s4 {
  padding-right: 25px;
}

.specialties_content_wrapper {
  position: relative;
}

.specialties_content {
  text-align: right;
  margin-bottom: 46px;
  position: relative;
}

.specialties_content .specialties_name {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--e-global-color-primary);
  margin-bottom: 6px;
}

.specialties_content .specialties_paragraph {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: var(--e-global-color-text);
  margin-bottom: 0;
}

.specialties_left_line {
  position: absolute;
  top: 120px;
  right: -50px;
}

.specialties_left_line img {
  height: 390px;
}

.specialties_content::after {
  content: "\f058";
  height: 76px;
  width: 76px;
  background-color: var(--e-global-color-secondary);
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  text-align: center;
  padding: 5px;
  font-weight: 400;
  font-size: 42px;
  line-height: 64px;
  color: var(--e-global-color-white);
  font-family: 'Font Awesome 6 Free';
}

.s1::after {
  top: 110px;
  right: -78px;
}

.s2::after {
  top: 0px;
  right: -30px;
}

.s3::after {
  top: 0;
  right: -30px;
}

.s4::after {
  top: 0;
  right: -78px;
}

.specialties_content2 {
  text-align: left;
}

.specialties_content2::after {
  content: "\f058";
  height: 76px;
  width: 76px;
  background-color: var(--e-global-color-secondary);
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  text-align: center;
  padding: 5px;
  font-weight: 400;
  font-size: 42px;
  line-height: 64px;
  color: var(--e-global-color-white);
  font-family: 'Font Awesome 6 Free';
}

.s5 {
  padding-top: 110px;
  padding-left: 24px;
}

.s6 {
  padding-left: 74px;
}

.s7 {
  padding-left: 74px;
}

.s8 {
  padding-left: 24px;
}

.s5::after {
  top: 110px;
  left: -78px;
}

.s6::after {
  top: 0px;
  left: -30px;
}

.s7::after {
  top: 0;
  left: -30px;
}

.s8::after {
  top: 0;
  left: -78px;
}

.specialties_right_line {
  position: absolute;
  top: 120px;
  left: -50px;
}

.specialties_right_line img {
  height: 390px;
}

.our_specialties_section .specialties_image {
  text-align: center;
  animation: float_img 6s ease-in-out infinite;
}

.our_specialties_section .our_specialties_right_shape {
  position: absolute;
  top: 150px;
  right: 0;
}

/* Home Page Get In Touch Section Style */
.get_in_touch_section {
  padding: 120px 0 130px;
  position: relative;
  overflow: hidden;
}

.get_in_touch_section:before {
  background: #051223;
  content: "";
  width: 50%;
  height: 806px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.get_in_touch_section::after {
  background: url(../images/get_in_touch-bg.jpg);
  content: "";
  width: 50%;
  height: 806px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.get_in_touch_content h5 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}

.get_in_touch_content h2 {
  color: #E1CCAD;
  margin-bottom: 32px;
  padding-right: 25px;
  font-weight: 500;
}

.get_in_touch_content input {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-text);
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 20px;
  border-radius: 0;
  width: 95%;
  margin-bottom: 16px;
  outline: none;
  border: none;
}

.get_in_touch_content .form_style {
  margin-left: -18px;
}

.get_in_touch_content textarea {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-text);
  border-radius: 0;
  padding: 18px 20px;
  width: 95%;
  outline: none;
  resize: none;
  height: 115px;
  margin-bottom: 42px;
  border: none;
}

.get_in_touch_content .form-control:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

textarea {
  overflow: auto;
}

.get_in_touch_content button {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  padding: 24px 40px;
  text-align: center;
  color: var(--e-global-color-white);
  display: inline-block;
  background-color: var(--e-global-color-secondary);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: none;
  overflow: hidden;
  position: relative;
}

.get_in_touch_content button:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
  transform: translateY(-10px);
}

.get_in_touch_content button:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}

.get_in_touch_content button:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
  transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.get_in_touch_section .get_in_touch_shape {
  position: absolute;
  bottom: 210px;
  left: 0;
}

.get_in_touch_section .get_in_touch_video .video_img {
  position: absolute;
  left: 80px;
  top: 202px;
  margin-right: -30px;
}

/* Home Page Pricing Plans Section Style */
.pricing_plans_section {
  padding: 140px 0 130px;
}

.pricing_plans_content {
  text-align: center;
}

.pricing_plans_content h5 {
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}

.pricing_plans_content h2 {
  margin-bottom: 18px;
  color: var(--e-global-color-primary);
}

.pricing_plans_content p {
  margin-bottom: 35px;
  padding: 0 95px;
  color: var(--e-global-color-text);
}

.pricing_plans_box_content {
  box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 60px 0 60px 0;
}

.pricing_plans_box_content:hover .pricing_plans_box_upper_portion .pricing_plans_image img {
  opacity: 0.8;
}

.pricing_plans_box_upper_portion {
  position: relative;
}

.pricing_plans_box_upper_portion .pricing_plans_image img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.pricing_plans_box_image_content {
  background-color: var(--e-global-color-secondary);
  width: 118px;
  height: 118px;
  text-align: center;
  border-radius: 100px;
  position: absolute;
  bottom: -60px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 28px 28px;
  border: 4px solid var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
}

.pricing_plans_box_content:hover .pricing_plans_box_image_content {
  background-color: var(--e-global-color-soft-orange);
}

.pricing_plans_box_lower_portion {
  padding: 70px 60px 30px;
}

.second_lower_portion {
  padding: 70px 69px 30px;
}

.third_lower_portion {
  padding: 70px 72px 30px;
}

.pricing_plans_box_lower_portion h3 {
  color: var(--e-global-color-primary);
  text-align: center;
  margin-bottom: 0px;
}

.pricing_plans_box_lower_portion ul {
  margin-bottom: 16px;
}

.pricing_plans_box_lower_portion ul li {
  font-size: 18px;
  line-height: 32px;
  color: var(--e-global-color-text);
  font-weight: 400;
}

.pricing_plans_box_lower_portion ul li i {
  color: var(--e-global-color-secondary);
  font-size: 16px;
  line-height: 16px;
  margin-right: 10px;
}

.pricing_plans_box_lower_portion .pricing_plans_span_wrapper {
  text-align: center;
  margin-bottom: 12px;
}

.pricing_plans_box_lower_portion .pricing_plans_span_wrapper .price {
  font-family: "Libre Baskerville", serif;
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
  color: var(--e-global-color-secondary);
}

.pricing_plans_box_lower_portion .pricing_plans_span_wrapper .per_month {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  line-height: 55px;
  font-weight: 400;
  color: var(--e-global-color-text);
  margin-left: -5px;
}

.pricing_plans_box_lower_portion .btn_wrapper {
  text-align: center;
  padding-left: 10px;
}

.pricing_plans_box_lower_portion .enroll_now_btn {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  padding: 20px 35px;
  text-align: center;
  color: var(--e-global-color-accent);
  display: inline-block;
  background-color: var(--e-global-color-soft-orange);
  border-radius: 32px 0px 32px 0px;
  transition: all 0.3s ease-in-out;
}

.pricing_plans_box_content:hover .pricing_plans_box_lower_portion .enroll_now_btn {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
  transform: translateY(-10px);
}

/* Home Page Testimonial Section Style */
.testimonial_section {
  background-image: url('../images/testimonial_background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 145px 0 135px;
  position: relative;
}

.testimonial_content {
  text-align: center;
}

.testimonial_content i {
  font-size: 70px;
  line-height: 68px;
  color: #999;
  margin-bottom: 35px;
}

.testimonial_content .testimonial_paragraph {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  color: var(--e-global-color-primary);
  padding: 0 6vw 0;
  margin-bottom: 26px;
}

.testimonial_content figure {
  margin-bottom: 18px;
}

.testimonial_content .testimonial_person_name {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: var(--e-global-color-primary);
  margin-bottom: 5px;
}

.testimonial_content span {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: var(--e-global-color-text);
}

.testimonial_content img {
  border-radius: 100px;
}

.testimonial_section .testimonial_left_shape {
  position: absolute;
  left: 0;
  top: 78px;
}

.testimonial_section .testimonial_right_shape {
  position: absolute;
  right: 0;
  bottom: 78px;
}

#carouselExampleControls .carousel-control-prev {
  left: -40px;
  font-size: 30px;
  line-height: 50px;
  color: #d7cab6;
  opacity: 1;
}

#carouselExampleControls .carousel-control-prev i {
  transition: all 0.3s ease-in-out;
}

#carouselExampleControls .carousel-control-prev i:hover {
  color: #c5ae8a;
}

#carouselExampleControls .carousel-control-next {
  left: 10px;
  font-size: 30px;
  line-height: 50px;
  color: #d7cab6;
  opacity: 1;
}

#carouselExampleControls .carousel-control-next i {
  transition: all 0.3s ease-in-out;
}

#carouselExampleControls .carousel-control-next i:hover {
  color: #c5ae8a;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  bottom: -70px;
  top: auto;
  z-index: 1;
  width: 100%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  margin: auto;
  display: block;
}

.testimonial_section .flover_left_shape {
  left: 10px;
  top: 160px;
}

.testimonial_section .flover_left_shape>img {
  /* animation: rotate-animation 20s infinite linear; */
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.testimonial_section .flover_right_shape {
  right: 10px;
  bottom: 60px;
}

.testimonial_section .flover_right_shape>img {
  /* animation: rotate-animation 20s infinite linear; */
}

/* Home Page Blog Posts Section Style */
.blog_posts_section {
  padding: 80px 0 60px;
  position: relative;
  background: #FFFBED;
}

.blog_posts_content {
  text-align: center;
}

.blog_posts_content h5 {
  text-transform: uppercase;
  color: #C09452;
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}

.blog_posts_content h2 {
  position: relative;
  margin-bottom: 2.5rem;
  margin-top: 1rem;
  color: var(--e-global-color-primary);
}

/* .blog_posts_content h2::after {
  position: absolute;
  height: 2px;
  background: rgb(251 230 196);
  width: 100px;
  content: "";
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
} */

.blog_posts_content h2::before {
  position: absolute;
  height: 27px;
  background: url(../images/logo-icon.png) no-repeat center;
  width: 27px;
  background-size: 20px;
  content: "";
  bottom: 66px;
  left: 0px;
  transform: translate(0%);
  right: 0px;
  margin: auto;
  z-index: 1;
  background-color: #fffbed;
}

.featured_content h2::before {
  background-color: #fff;
}

#cultural-culinary .blog_posts_content h2::before {
  background-color: #fff;
}


.blog_posts_content h2 img {
  padding-right: 0rem;
  padding-bottom: 1rem;
}

.blog_posts_content p {
  margin-bottom: 35px;
  padding: 0 95px;
  color: var(--e-global-color-text);
}

.blog_posts_image {
  margin-bottom: 0px;
  /* animation: float_img 6s ease-in-out infinite;
  transition: all 0.3s ease-in-out; */
}

.blog_posts_image_content {
  position: relative;
  bottom: 22px;
  /* left: 40px; */
}

.blog_posts_image img {
  border-radius: 10px;
  margin-bottom: 3rem;
  width: 95%;
}

.blog_posts_image_content p {
  font-size: 16px;
  text-align: center;
}

.blog_posts_image_content a {
  font-size: 15px;
  text-align: center;
  color: #04002A;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.blog_posts_image_content span {
  position: relative;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 26px;
  line-height: 24px;
  font-weight: 700;
  color: #040704;
  /* background-color: var(--e-global-color-secondary); */
  margin-bottom: 45px;
  display: block;
  text-align: center;
}



.blog_posts_image_content span::after {
  position: absolute;
  height: 2px;
  background: rgb(251 230 196);
  width: 100px;
  content: "";
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
}



.blog_posts_image_content h4 {
  color: #040704;
  margin-bottom: 22px;
  padding: 0 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  text-align: center;
}

.blog_posts_image_content i {
  font-size: 20px;
  line-height: 20px;
  color: var(--e-global-color-white);
  transition: all 0.3s ease-in-out;
}

.blog_posts_image:hover .blog_posts_image_content i {
  color: var(--e-global-color-soft-orange);
}

.blog_posts_section .btn_wrapper {
  text-align: center;
}

.blog_posts_section .btn_wrapper .view_blog {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  padding: 24px 36px;
  text-align: center;
  color: var(--e-global-color-accent);
  display: inline-block;
  background-color: var(--e-global-color-soft-orange);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.blog_posts_section .btn_wrapper .view_blog:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
  transform: translateY(-10px);
}

.blog_posts_section .btn_wrapper .view_blog:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}

.blog_posts_section .btn_wrapper .view_blog:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
  transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.blog_posts_section .blog_posts_left_shape {
  position: absolute;
  left: 0;
  bottom: 100px;
}

.blog_posts_section .blog_posts_right_shape {
  position: absolute;
  right: 0;
  bottom: 17rem;
}

/* Home Page Subscribe Section Style */
.subscribe_section {
  z-index: 1;
  position: relative;
}

.subscribe_background_image {
  background-image: url('../images/subscribe_background.png');
  background-repeat: no-repeat;
  position: relative;
  padding: 118px 80px 130px;
}

.subscribe_content h5 {
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}

.subscribe_content h2 {
  color: var(--e-global-color-primary);
  margin-bottom: 32px;
}

.subscribe_content input {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-text);
  padding-top: 25px;
  padding-bottom: 28px;
  padding-left: 20px;
  border-radius: 0;
  width: 90%;
  margin-bottom: 26px;
  outline: none;
  border: none;
}

.subscribe_content button {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  padding: 20px 39px;
  text-align: center;
  color: var(--e-global-color-white);
  display: inline-block;
  background-color: var(--e-global-color-secondary);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: none;
  overflow: hidden;
  position: relative;
}

.subscribe_content button:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
  transform: translateY(-10px);
}

.subscribe_content button:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}

.subscribe_content button:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
  transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.subscribe_content .form-control:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

.subscribe_background_image .subscribe_image {
  position: absolute;
  bottom: -125px;
  right: -66px;
}

/* Home Page Footer Section Style */
.footer-section {
  position: relative;
  background-color: var(--e-global-color-secondary);
  padding: 120px 0 0px;
  /* margin-top: -218px; */
}

.middle-portion {
  margin-bottom: 92px;
}


.middle-portion .footer_logo {
  /* padding-left: 62px; */
  /* padding-top: 5px; */
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.middle-portion .footer_logo p {
    color: #CECECE;
    font-size: 14px;
    line-height: 30px;
    max-width: 51%;
}

.middle-portion .footer_logo img {
  max-width: 90px;
  margin-right: 2rem;
}

.middle-portion .about_col {
  margin-left: -8px;
}

.middle-portion .about_col h4 {
  margin-bottom: 18px;
  padding-left: 2px;
}

.middle-portion h4 {
  position: relative;
  margin-bottom: 30px;
  font-size: 16px;
  color: #CECECE;
  font-weight: 400;
  font-family: "Libre Baskerville", sans-serif;
}


.middle-portion h4::after {
  position: absolute;
  height: 1px;
  background: rgb(251 230 196 / 36%);
  width: 60px;
  content: "";
  bottom: -6px;
  left: 0px;
  transform: translate(0%);
}

.middle-portion ul {
  margin-bottom: 0;
}

.middle-portion ul li {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.middle-portion .about_col ul li p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: var(--e-global-color-white);
  margin-bottom: 24px;
}

.middle-portion ul .icons {
  display: inline-block;
  margin-right: 8px;
}

.middle-portion ul .icons i {
  border-radius: 100%;
  /* background: var(--e-global-color-desaturated-magenta); */
  color: #F0C972;
  font-size: 14px;
  line-height: 39px;
  height: 40px;
  width: 40px;
  text-align: center;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgb(255, 255, 255, .5);
}

.middle-portion ul .icons i:hover {
  color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-white);
  transform: translateY(-5px);
}

.middle-portion li a {
  text-decoration: none;
  color: #CECECE;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}

.middle-portion .links_col {
  padding-left: 42px;
}



.middle-portion li i {
  color: #f0c972;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}

.middle-portion li .location {
  margin-right: 15px;
}

.middle-portion .contact_col li span {
  color: #CECECE;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.middle-portion li a:hover {
  color: var(--e-global-color-soft-orange);
}

.middle-portion .contact_col ul .contact_icons:hover i {
  color: var(--e-global-color-soft-orange);
}

.bottom-portion {
  border-top: 1px solid var(--e-global-color-mostly-desaturated-magenta);
  text-align: center;
}

.copyright {
  padding: 24px 0;
}

.copyright p {
  color: hsl(0deg 0% 80% / 55%);
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}

.copyright p a:hover {
  color: #e1ccad;
}

.footer_shape figure {
  position: absolute;
  bottom: 120px;
  right: 0;
}

/* About Page Style */
/* About Page Sub Banner Section Style */
.sub-banner-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
      animation: heroZoomIn 2s ease-in-out forwards;
    animation: heroZoomIn 35s linear infinite;
}

.sub-banner-section .banner-section {
  padding: 180px 0 50px;
  position: relative;
}

.sub-banner-section .banner-section .banner-section-content {
  text-align: center;
}

.sub-banner-section .banner-section h1 {
  margin-bottom: 16px;
  font-size: 42px;
}

.sub-banner-section .banner-section p {
  color: var(--e-global-color-white);
  padding: 0 80px;
  margin-bottom: 26px;
  font-size: 16px;
  font-family: var(--bs-font-sans-serif);
  line-height: normal;
  font-weight: 400;
}

.sub-banner-section .banner-section .btn_wrapper {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  text-align: center;
  color: var(--e-global-color-white);
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.sub-banner-section .banner-section .btn_wrapper .sub_home_span {
  margin-right: 8px;
}

.sub-banner-section .banner-section .btn_wrapper i {
  font-size: 10px;
}
.sub-banner-section .banner-section .btn_wrapper .sub_span {
    color: var(--e-global-color-soft-orange);
    margin-left: 8px;
    margin-right: 8px;
}

.sub-banner-section .banner-section .banner_left_top_shape {
  position: absolute;
  top: -8px;
  left: 0;
}

.sub-banner-section .banner-section .banner_left_bottom_shape {
  position: absolute;
  top: 112px;
  left: 0;
}

.sub-banner-section .banner-section .banner_right_top_shape {
  position: absolute;
  bottom: 222px;
  right: 0;
}

.sub-banner-section .banner-section .banner_right_bottom_shape {
  position: absolute;
  bottom: 98px;
  right: 0;
}

/* About Page About Us Section Style */
.aboutpage_aboutus_section {
    padding: 70px 0 70px;
    position: relative;
    background-color: #FFFBF7;
}
.aboutpage_aboutus_image {
  position: relative;
}

.aboutpage_aboutus_image figure {
  margin-top: -12px;
}

.aboutpage_aboutus_section .aboutus_top_shape {
    position: absolute;
    top: 30%;
    left: -36px; 
}

.aboutpage_aboutus_section .aboutus_bottom_shape {
  position: absolute;
  top: 265px;
  left: -62px;
  z-index: -1;
}

.aboutpage_aboutus_content {
  padding-top: 0px;
}

 

.aboutpage_aboutus_content h2 {
  font-size: 26px;
  margin-bottom: 10px;
  color: var(--e-global-color-primary);
}

.aboutpage_aboutus_content p {
    font-size: 18px;
    margin-bottom: 2rem;
    color: var(--e-global-color-primary);
}


.aboutpage_aboutus_section .imgfluid {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.aboutpage_aboutus_content .margin_bottom {
  margin-bottom: 30px;
}

.aboutpage_aboutus_content .box {
  width: 48%;
  background-color: var(--e-global-color-white);
  display: inline-block;
  align-items: center;
  padding: 20px 24px 15px;
  border-radius: 30px 0 30px 0;
  margin-bottom: 22px;
  margin-right: 12px;
  box-shadow: 1px 1px 50px rgb(0 0 0 / 7%);
  transition: all 0.3s ease-in-out;
  position: relative;
}

.aboutpage_aboutus_content .box i {
  position: absolute;
  left: 22px;
  top: 24px;
  border-radius: 100%;
  border: 2px solid var(--e-global-color-secondary);
  height: 38px;
  width: 38px;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  color: var(--e-global-color-secondary);
}

.aboutpage_aboutus_content .box span {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  padding-left: 50px;
  display: inline-block;
  color: var(--e-global-color-primary);
}

.aboutpage_aboutus_content .box:hover {
  transform: translateY(-10px);
}
.sub-banner-section .destination_details_section {
    padding: 250px 0 50px;
}

/* About Page Discount Section Style */
.discount_section {
  background-image: url('../images/discount_background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0 130px;
}

.discount_content {
  text-align: center;
}

.discount_content h2 {
  margin-bottom: 18px;
  color: var(--e-global-color-primary);
  padding: 0 230px;
}

.discount_content span {
  color: var(--e-global-color-secondary);
}

.discount_content p {
  margin-bottom: 35px;
  padding: 0 160px;
  color: var(--e-global-color-text);
}

.discount_content .btn_wrapper .get_started {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  padding: 24px 50px;
  text-align: center;
  color: var(--e-global-color-accent);
  display: inline-block;
  background-color: var(--e-global-color-soft-orange);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.discount_content .btn_wrapper .get_started:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
  transform: translateY(-10px);
}

.discount_content .btn_wrapper .get_started:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}

.discount_content .btn_wrapper .get_started:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
  transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

/* About Page Our Mission Section Style */
.mission_section {
  padding: 130px 0 45px;
  position: relative;
}

.mission_section .mission_box {
  width: 100%;
  background-color: var(--e-global-color-white);
  border-radius: 200px 0 200px 0;
  box-shadow: 1px 1px 50px rgb(0 0 0 / 7%);
}

.mission_content {
  padding-top: 150px;
  padding-left: 96px;
}

.mission_content h5 {
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}

.mission_content h2 {
  margin-bottom: 16px;
  color: var(--e-global-color-primary);
}

.mission_content p {
  margin-bottom: 32px;
  color: var(--e-global-color-text);
  padding-right: 25px;
}

.mission_content .btn_wrapper .read_more_btn {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  padding: 24px 44px;
  text-align: center;
  color: var(--e-global-color-white);
  display: inline-block;
  background-color: var(--e-global-color-secondary);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.mission_content .btn_wrapper .read_more_btn:hover {
  color: var(--e-global-color-accent);
  background-color: var(--e-global-color-soft-orange);
  transform: translateY(-10px);
}

.mission_content .btn_wrapper .read_more_btn:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}

.mission_content .btn_wrapper .read_more_btn:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: var(--e-global-color-accent);
  background-color: var(--e-global-color-soft-orange);
  transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.mission_section .mission_right_shape {
  position: absolute;
  top: 210px;
  right: 0;
}

/* About Page Our Vision Section Style */
.vision_section {
  padding: 45px 0 130px;
  position: relative;
}

.vision_section .vision_box {
  width: 100%;
  background-color: var(--e-global-color-white);
  border-radius: 200px 0 200px 0;
  box-shadow: 1px 1px 50px rgb(0 0 0 / 7%);
}

.vision_content {
  padding-top: 150px;
  padding-left: 40px;
}

.vision_content h5 {
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}

.vision_content h2 {
  margin-bottom: 16px;
  color: var(--e-global-color-primary);
}

.vision_content p {
  margin-bottom: 32px;
  color: var(--e-global-color-text);
  padding-right: 60px;
}

.vision_content .btn_wrapper .read_more_btn {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  padding: 24px 44px;
  text-align: center;
  color: var(--e-global-color-white);
  display: inline-block;
  background-color: var(--e-global-color-secondary);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.vision_content .btn_wrapper .read_more_btn:hover {
  color: var(--e-global-color-accent);
  background-color: var(--e-global-color-soft-orange);
  transform: translateY(-10px);
}

.vision_content .btn_wrapper .read_more_btn:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}

.vision_content .btn_wrapper .read_more_btn:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: var(--e-global-color-accent);
  background-color: var(--e-global-color-soft-orange);
  transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.vision_section .vision_left_shape {
  position: absolute;
  top: 140px;
  left: 0;
}

/* About Page Achievement Section Style */
.achievement_section {
  background-color: var(--e-global-color-pale-blue);
  padding: 122px 0 110px;
}

.achievement_content {
  text-align: center;
}

.achievement_content h5 {
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}

.achievement_content h2 {
  margin-bottom: 18px;
  color: var(--e-global-color-primary);
}

.achievement_content p {
  margin-bottom: 25px;
  padding: 0 85px;
  color: var(--e-global-color-text);
}

.achievement_section .logo_wrapper {
  animation: float_img 6s ease-in-out infinite;
}

.achievement_section .logo_wrapper figure {
  height: 100px;
  line-height: 100px;
}

.achievement_section .craft {
  padding-left: 5px;
}

.achievement_section .q-power {
  margin-left: -2px;
}

.achievement_section .logo {
  padding-left: 20px;
}

.achievement_section .minimum {
  padding-left: 8px;
}

.achievement_section .logoipsum {
  padding-left: 30px;
}

/* Services Page Style */
/* Services Page Services Section Style */
.services_section .services_page_services_right_shape {
  position: absolute;
  top: 115px;
  right: 0;
}

/* Pricing Page Style */
/* Pricing Page Pricing Plans Section Style */
.pricing_plans_section_padding {
  padding: 120px 0 130px;
}

/* Team Page Style */
/* Team Page Our Team Section Style */
.our_team_section {
  padding: 120px 0 80px;
}

.our_team_section .our_team_content {
  text-align: center;
}

.our_team_content h5 {
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}

.our_team_content h2 {
  margin-bottom: 18px;
  color: var(--e-global-color-primary);
}

.our_team_content p {
  margin-bottom: 35px;
  padding: 0 110px;
  color: var(--e-global-color-text);
}

.our_team_section .our_team_box_content {
  margin-bottom: 50px;
  transition: all 0.3s ease-in-out;
}

.our_team_section .our_team_box_content .our_team_box_upper_portion {
  margin-bottom: 10px;
}

.our_team_section .our_team_box_content .our_team_box_upper_portion img {
  transition: all 0.3s ease-in-out;
}

@keyframes float_img {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.our_team_box_content .our_team_box_lower_portion h3 {
  margin-bottom: 0;
}

.our_team_box_content .our_team_box_lower_portion p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-top: -6px;
  margin-bottom: 12px;
}

.our_team_box_content .our_team_box_lower_portion .social_icons i {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
  border-radius: 100%;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  width: 36px;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.our_team_box_content:hover {
  transform: translateY(-10px);
}

.our_team_section .our_team_box_content:hover .our_team_box_upper_portion img {
  opacity: 0.8;
}

.our_team_box_content:hover .our_team_box_lower_portion .social_icons i {
  color: var(--e-global-color-accent);
  background-color: var(--e-global-color-soft-orange);
}

/* Faq Page Style */
/* Faq Page Faq's Section Style */
.accordian-section {
  padding: 70px 0 70px;
  background-color: #ffffff;
}

.accordian_content h2 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 45px;
  line-height: 62px;
  font-weight: 700;
  color: #000;
}


.accordian_content h5 {
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}


.accordion {
  --bs-accordion-active-bg: #ffffff;
  --bs-accordion-active-color: #000000;
  --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-button {
  font-family: "Lato", sans-serif;
  font-size: 21px;
  font-weight: 600;
  padding-left: 0px;
}

.accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
  box-shadow: none;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}

.accordion-item {
  background-color: #fff;
  border: 0px solid rgb(0 0 0);
  border-bottom: 1px solid #ccc;
}

.accordion-item:last-child {
  border-bottom: 0;
}

.accordion-button.collapsed {
  border: 0;
  box-shadow: none;
}

.accordion-body {
  padding-left: 0px;
  font-size: 18px;
}

.accordion-collapse {
  transition: all 0.3s;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
  box-shadow: none;
  padding-bottom: 0px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}



.divinity_experience_section {
  background: #FFFBED;
}

.divinity_experience_section .blog_posts_image .btn_wrapper i {
  color: #fff;
  background-color: #CF8F36;
  font-size: 20px;
  line-height: 26px;
  padding: 8px 13px;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
}

.divinity_experience_section .blog_posts_image:hover .btn_wrapper i {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
}

.divinity_experience_section .blog_posts_image_content h2 {
  font-size: 24px;
  color: #000;
}

.divinity_experience_section .blog_posts_image_content p {
  font-size: 16px;
  color: #000;
  text-align: left;
}

.card {
  border-radius: 10px;
}

.promise_comfort {
  background-image: url(../images/The-Promise-of-Comfort.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.promise_comfort::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 18, 35, 0.8);
}

/* 
.promise_comfort .blog_posts_content h2::after {
  position: absolute;
  height: 2px;
  background: rgb(251 230 196 / 33%);
  width: 100px;
  content: "";
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
} */

.promise_comfort .blog_posts_content h2::before {
  position: absolute;
  height: 27px;
  background: url(../images/logo-icon.png) no-repeat center;
  width: 27px;
  background-size: 20px;
  content: "";
  bottom: 66px;
  left: 0px;
  transform: translate(0%);
  right: 0px;
  margin: auto;
  z-index: 1;
  background-color: #13263b;
}

.comfort_content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.comfort_content h3 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 32px;
  margin: 0px;
  position: absolute;
  height: 150px;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  padding: 25px 40px;
  padding-right: 4rem;
  color: #fff;
  display: flex;
  align-items: end;
  background: #000000;
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 100%);
  transition: 0.4s ease-in-out;
}

.comfort_content span {
  /* height: 350px; */
  display: block;
  overflow: hidden;
}

.comfort_content span img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s ease-in-out;
}

.comfort_content:hover img {
  transform: scale(1.1);
}

/* Contact Page Style */







/* accordion */
:root {
  --lightblue: #CF8F36;
  --light: #ebf0f5;
  --darkblue: #000000;
}

.accordion_wrap {}

.accordion_set {
  padding-left: 75px;
}

.accordion_set:not(:last-child):before {
    content: "";
    width: 2px;
    height: 104%;
    background: #dfdfdf;
    position: absolute;
    transition: all 0.2s ease-in-out;
    top: 36px;
    left: 23px;
}

.accordion_set.acactive {
  padding-bottom: 0rem;
  margin-bottom: 2rem;
}

.accordion_set.acactive:before {
  background: var(--lightblue);
}

.acactive .ac_icon_border {
  transform: scale(1.1);
}

.ac_icon_border {
  transition: all 0.2s ease-in-out;
  display: flex;
  border-radius: 100%;
}

.ac_icon_wrap {
  position: absolute;
  left: 0;
  border-radius: 100%;
  z-index: 1;
  padding: 0px;
  top: 20px;
  left: 0px;
  transition: all 0.2s ease-in-out;
}

.acactive .ac_icon_wrap {
  transform: none;
}

.ac_icon_wrap img {
  width: 50px;
}

.accordion_set>.select_div {
  font-size: 1rem;
}

.line {
  border-left: 2px solid #999;
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 20px;
  height: 14px;
}

.linetwo {
  transform: rotate(90deg);
}

.acactive .line {
  transform: rotate(270deg);
  height: 14px;
  border-width: 2px;
  border-color: #999;
}

.accordion_set {
    position: relative;
    float: left;
    width: 73%;
    margin-left: 2rem;
    padding-top: 0rem;
    padding-bottom: 3rem;
}

.img-border {
  border-radius: 10px;
  margin-top: 1rem;
  float: left;
  width: 24%;
}

.ac_header {
  font-family: "Lato", sans-serif;
  position: relative;
  padding-left: 0px;
  line-height: normal;
  margin: 0;
  font-size: 22px;
  color: #1D1D1D;
}

.ac_header span {
  color: #B97B24;
}

.accordion_set>.select_div {
  width: 100%;
  display: flex;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 1rem 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-bottom: 1px solid #dfdfdf;
  align-items: center;
  margin-bottom: 1rem;
}

.accordion_set:not(:first-child) .select_div {
  border-top: 0px solid #dfdfdf;
}

.accordion_set>ul {
  margin: 0px;
  padding: 2rem 4rem;
}

.accordion_set>ul>li {
  list-style: none;
  position: relative;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1rem;
  line-height: normal;
  color: #767676;
  font-size: 15px;
  text-align: justify;
}

.accordion_set>ul>li:last-child {
  margin-bottom: 0;
}

.accordion_set>ul>li>b {
  color: #333;
}

.accordion_set>ul>li::before {
  position: absolute;
  height: 27px;
  background: url(../images/check-icon.png) no-repeat center;
  width: 27px;
  background-size: 20px;
  content: "";
  top: -3px;
  left: -29px;
  transform: translate(0%);
  right: 0px;
  z-index: 1;
}

.accordion_set .accontent {
  display: none;
  padding: 1rem 1rem;

  
}

.accordion_set .accontent p {
  font-size: 16px;
}

.accordion_set>ul {
  margin-top: 0px;
  padding: 1rem 2rem;
  padding-left: 3rem;
}

.accordion_set .accontent ul {
  
  padding-left: 1rem;
}
.accordion_set .accontent ul li {
  list-style: none;
  position: relative;
  margin: 0px;
  padding: 0px;
  margin-bottom: 1rem;
  line-height: 26px;
  color: #767676;
  /* font-size: 15px; */
  text-align: justify;
}

.accordion_set .accontent ul li:last-child {
  margin-bottom: 0;
}

.accordion_set .accontent ul li b, .accordion_set .accontent ul li strong {
  color: #333;
}

.accordion_set .accontent ul li::before {
  position: absolute;
  height: 27px;
  background: url(../images/check-icon.png) no-repeat center;
  width: 27px;
  background-size: 20px;
  content: "";
  top: -3px;
  left: -29px;
  transform: translate(0%);
  right: 0px;
  z-index: 1;
}

.accordion_set .accontent ul ul li {
  margin-bottom: 10px !important;
}
.accordion_set .accontent ul ul  {
  margin-top: .5rem;
}
.accordion_set .accontent ul ul li::before {
 position: absolute;
  height: 27px;
  background: url(../images/check-icon.png) no-repeat center;
  width: 27px;
  background-size: 20px;
  content: "";
  top: -3px;
  left: -29px;
  transform: translate(0%);
  right: 0px;
  z-index: 1;
}
















/* Contact Page Message Section Style */




.message_section {
  padding: 70px 0 70px;
  background-color: #F3EDE8;
  position: relative;
}

.message_section .services_right_shape {
  position: absolute;
  bottom: 11rem;
  left: -28px;
  /* transform: rotateY(-180deg); */
}

.message_content h5 {
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}

.message_content h2 {
  color: var(--e-global-color-primary);
  margin-bottom: 18px;
  padding-right: 15rem;
  font-size: 45px;
}

.message_content p {
  padding-right: 100px;
  margin-bottom: 36px;
  color: var(--e-global-color-text);
}

.message_content input,
.message_content select {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-text);
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 25px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  outline: none;
  border: none;
  box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
}

.message_content .form_style {
  /* margin-left: -40px; */
}

.message_content textarea {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  background-color: var(--e-global-color-white);
  color: var(--e-global-color-text);
  border-radius: 10px;
  padding: 18px 25px;
  width: 100%;
  outline: none;
  resize: none;
  height: 128px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
  box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
}

.message_content .form-control,
.message_content select:focus {
  box-shadow: none;
  outline: none;
  border: none;
}

textarea {
  overflow: auto;
}

.message_content button {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  padding: 24px 70px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  background-color: #CF8F36;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: none;
  overflow: hidden;
  position: relative;
}

.message_content button:hover {
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
  transform: translateY(-10px);
}

.message_content button:hover:before {
  left: 0%;
  right: auto;
  width: 100%;
}

.message_content button:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: '';
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-secondary);
  transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.message_section .box_padding {
  margin-top: 10px;
}

.message_section .box {
  box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  background-color: var(--e-global-color-white);
  padding: 30px 15px 28px;
  margin-left: -30px;
  margin-bottom: 20px;
}

.message_section .box .box_wrapper {
  position: relative;
  padding-left: 10px;
  margin-top: 0px;
  display: inline-block;
  width: 80%;
}

.message_section .box .box_wrapper h3 {
  color: var(--e-global-color-primary);
  font-size: 20px;
  line-height: normal;
  margin-bottom: 1.5rem;
}

.message_section .box .box_wrapper p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: -10px;
  margin-bottom: 11px;
  color: #333;
}

.message_section .box .box_wrapper a {
  color: var(--e-global-color-text);
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}

.message_section .box .box_wrapper a:hover {
  color: var(--e-global-color-text);
}

.message_section .box .box_image_content {
  float: left;
  width: 20%;
}

.message_section .box .box_image_content figure {
  background-color: var(--e-global-color-secondary);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  padding: 0px 20px;
}

.message_section .box:hover .box_image_content figure {
  background-color: #c8a166;
}

/* Contact Page Contact Map Section Style */

.contact_map_section {
  overflow: hidden;
  margin-bottom: -10px;
}



/* Contact Page Contact Map Section Style */
.contact_map_section {
  overflow: hidden;
  margin-bottom: -10px;
}

/* Contact Page Contact Subscribe Section Style */
.contact_subscribe_section {
  margin-top: -360px;
}

/* Blog Posts Page Style */
.blog-posts {
  padding: 120px 0 130px;
}

.single-post .single-post-heading {
  font-size: 30px !important;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
  justify-items: center;
  grid-gap: 14px;
}

.gallery-grid .item {
  width: 100%;
  overflow: hidden;
  background: #000;
  border-radius: 20px 0px 20px 0px;
  height: 240px;
}

.gallery-grid .item a {
  display: block;
  position: relative;
  height: 100%;
}

.gallery-grid .item a img {
  opacity: 0.6;
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transition: transform 0.5s, opacity 0.5s;
  object-fit: cover;
}

.gallery-grid .item a img:hover {
  opacity: 1;
  transform: scale(1.03);
}

.btnprimary {
  background-color: #CF8F36;
  color: #fff;
  border-radius: 10px;
  padding: 10px 0px;
  font-size: 14px;
  height: 40px;
  width: 40px;
  line-height: normal;
  transition: all ease-in-out 0.3s;
}

.btnprimary:hover {
  background-color: #664516;
  color: #fff;
}




#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-content {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 60px 0;
  text-align: left;
  color: #fff;
}
