/* @font-face {

    font-family: lato;

    src: url(../fonts/Lato/Lato-Regular.ttf);

} */
/* 
@font-face {
  font-family: "aAstroSpace";

  src: url("../fonts/AstroSpace.otf");
}

@font-face {
  font-family: "aAstroSpaceTf";
  src: url("../fonts/AstroSpace.ttf");
} */

body {
  font-family: "Tenor Sans", serif;

  font-weight: normal;

  font-style: normal;

  font-size: 16px;

  margin: 0;

  padding: 0;

  overflow-x: hidden;

  color: #171219;

  background: #fff;
}

a,
a:hover {
  text-decoration: none;

  font-family: "Tenor Sans", sans-serif;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;

  box-shadow: none;

  font-family: "Asap", sans-serif;
}

.form-control:focus {
  outline: 0;

  box-shadow: none;
}

ul {
  margin: 0px;

  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 1rem;

  font-weight: normal;

  margin-bottom: 15px;

  font-family: "Tenor Sans", sans-serif;
}

span {
  font-family: "Tenor Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Crimson Pro", serif;

  margin: 10px 0;

  color: #2a3e48;
}

button {
  color: #f39131;
}

/* navbar */

.header .navbar {
  padding: 22px 12px;

  /* background: rgba(0, 0, 0, .6); */

  /* background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 66%) 100%); */
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 14px;

  letter-spacing: 0.5px;

  /* color: #fff; */

  font-weight: 600;

  color: #171219;

  padding: 10px 0;

  margin: 0 6px;

  display: flex;

  align-items: center;

  gap: 6px;

  transition: all 0.2s ease-in-out 0s;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #f39131;
}

.navbar-expand-lg .navbar-nav .nav-link img {
  width: 11px;
}

.navbar-brand img {
  width: auto;
  height: 30px;
}

.dropdown-toggle::after {
  border: none;

  content: "\f078";

  font-family: "fontAwesome";

  font-size: 10px;

  margin-left: 0px;
}

.navbar-nav .dropdown-menu {
  font-size: 1em;

  z-index: 5;

  background-color: #fff;

  border-radius: 10px;

  display: block;

  right: auto;

  left: 0;

  padding: 10px 5px;

  border: none;

  top: 100%;

  visibility: hidden;

  transform: translateY(5px);

  opacity: 0;

  min-width: 200px;

  box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.12);

  margin: 0;

  transform-origin: 0 0;

  transition: all 0.2s ease-in;

  position: absolute;
}

.navbar-nav .dropdown-menu .dropdown-item {
  text-transform: capitalize;

  line-height: 25px;

  font-size: 0.85em;

  background: rgba(0, 0, 0, 0);

  position: relative;

  transition: all 0.2s ease-in-out 0s;
}

.navbar .dropdown-menu .dropdown-item span {
  position: relative;
}

.navbar .dropdown-menu .dropdown-item span:before {
  content: "";

  position: absolute;

  left: 0;

  bottom: -3px;

  width: 100%;

  height: 1px;

  background: #f39131;

  transform: scale(0, 1);

  transform-origin: 0 0;

  transition: all 0.2s ease-in-out 0s;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
  color: #f39131;
}

.navbar .dropdown-menu .dropdown-item:hover span:before,
.navbar .dropdown-menu .dropdown-item.active span:before {
  transform: scale(1);
}

.navbar .dropdown:hover>.dropdown-menu {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

.nav-btn-1:hover i {
  color: #ffffff;
  transition: 0.3s ease-in-out;
}

.nav-btn-2:hover i {
  color: #ffffff;
  transition: 0.3s ease-in-out;
}

.nav-btn-1:hover {
  background: #279aef;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}

.nav-btn-2:hover {
  background: #ef8d32;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}

.nav-btn-2 i {
  color: #1d9bf3;
}

.nav-btn-1 i {
  color: #ef8d32;
}

.nav-btn-1 {
  padding: 8px 25px;
  background: #fff;
  color: #171219;
  font-size: 14px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 2px solid #1d9bf3;
  margin-right: 7px;
  box-shadow: 0 0 20px 7px #0000002b;
}

.nav-btn-2 {
  display: inline-block;

  padding: 8px 25px;

  background: #fff;

  color: #171219;

  font-size: 14px;

  border-radius: 30px;

  font-weight: 600;

  transition: 0.3s ease-in-out;

  display: flex;

  align-items: center;

  gap: 7px;

  border: 2px solid #f39131;
  margin-right: 7px;
  box-shadow: 0 0 20px 7px #0000002b;
}

.nav-btn i {
  font-size: 16px;
}

.nav-btn:hover {
  border: 2px solid transparent;

  color: #fff;

  background: rgb(243, 143, 46);

  background: linear-gradient(90deg,
      rgba(243, 143, 46, 1) 0%,

      rgba(241, 174, 91, 1) 100%);
}

.nav-container {
  padding: 0 25px;
}

/* banner */

.banner-txtn {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  padding-left: 100px;

  background: rgb(255, 255, 255);

  background: linear-gradient(270deg,
      rgb(0 0 0 / 0%) 0%,

      rgb(0 0 0 / 53%) 100%);

  height: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  padding-bottom: 50px;
}

.banner-carousel .banner-img {
  height: 100vh;

  overflow: hidden;
}

.banner-carousel .banner-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.banner-txtn h2 {
  font-size: 55px;

  color: #fff;

  text-shadow: 2px 2px 8px #00000033;

  text-transform: uppercase;
}

.banner-txtn p {
  font-size: 20px;

  color: #fff;

  text-shadow: 2px 2px 8px #00000033;
}

.banner-txtn a {
  display: inline-block;

  padding: 8px 25px;

  background: rgb(243, 143, 46);

  background: linear-gradient(90deg,
      rgba(243, 143, 46, 1) 0%,

      rgba(241, 174, 91, 1) 100%);

  color: #fff;

  font-size: 18px;

  margin-top: 25px;

  border-radius: 30px;
}

/* .banner {

  margin: 0 25px;

  border-radius: 40px;

  overflow: hidden;

} */

.slider-wrap {
  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  z-index: -1;
}

.text-wrap {
  text-align: center;

  padding: 100px 0;

  background: #0000002b;

  /* border-image: fill 0 linear-gradient(#0001, #000); */

  z-index: 2;
}

.text-wrap h1 {
  font-size: 55px;

  color: #f38e2c;

  text-shadow: 2px 2px 8px #000;

  text-transform: capitalize;

  text-align: left;
}

.text-wrap p {
  font-size: 20px;

  color: #fff;

  text-shadow: 2px 2px 8px #000;

  text-align: left;
}

.text-wrap a {
  display: inline-block;

  padding: 8px 25px;

  background: rgb(243, 143, 46);

  background: linear-gradient(90deg,
      rgba(243, 143, 46, 1) 0%,

      rgba(241, 174, 91, 1) 100%);

  color: #fff;

  font-size: 18px;

  margin-top: 25px;

  border-radius: 30px;
}

/* .banner::after {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0px;

  top: 0px;

  background: url(../images/texture.png) no-repeat center;

  background-size: cover;

  opacity: .4;

  z-index: 0;

} */

.main-head {
  font-size: 42px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-transform: uppercase; */
  color: #2a3e48;
  margin: 10px 0;
}

.divine-review {
  display: inline-block;
  border-left: 1px solid #cccccc;
  padding-left: 20px;
}

.main-head img {
  width: 24px;

  margin-left: 8px;
}

/* clients */

.client-logo {
  text-align: center;
}

.client-logo li {
  display: inline-block;

  padding: 10px;

  /* background: rgb(255 255 255 / 73%); */

  margin-right: 10px;

  margin-bottom: 10px;
}

.client-logo li img {
  width: 150px;
}

.feedback-block-four {
  padding: 35px 30px 35px;

  border: 1px solid #e9e9e9;

  background: #fff;

  border-radius: 20px;

  position: relative;

  transition: all 0.2s ease-in-out 0s;
}

.feedback-block-four img.avatar {
  width: 60px !important;
}

.feedback-block-four blockquote {
  margin: 35px 0 60px;
}

.feedback-block-four .rating li {
  color: #ffcc4a;

  margin-right: 4px;
}

.feedback-block-four .icon {
  position: absolute;

  right: 45px;

  bottom: 30px;

  width: 36px !important;
}

.clientxt-carousel.owl-theme .owl-nav [class*="owl-"],
.list-carousel.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  border: 1px solid #e9e9e9;

  border-radius: 50%;

  background: #fff;

  width: 50px;

  height: 50px;
}

.clientxt-carousel.owl-theme .owl-nav button.owl-prev,
.list-carousel.owl-theme .owl-nav button.owl-prev {
  left: -30px;
}

.clientxt-carousel.owl-theme .owl-nav button.owl-next,
.list-carousel.owl-theme .owl-nav button.owl-next {
  right: -30px;
}

.clientxt-carousel.owl-theme .owl-nav button:hover,
.list-carousel.owl-theme .owl-nav button:hover {
  color: #f39131;
}

.feedback-block-four span {
  color: #0272b8;
}

.bg-pink {
  background: #faf1ec;
}

/* about */

.about-img img {
  border-radius: 8px;
}

.team-box {
  text-align: center;
}

.team-img {
  margin-bottom: 25px;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #ffffff;
}

.team-img img {
  transform: scale(1);

  transition: 0.3s ease-in-out;
  width: 100%;
  object-fit: cover;
}

.team-box:hover img {
  transform: scale(1.2);
}

.team-box p {
  color: #f39131;
}

.team-box h4 {
  margin-bottom: 0;
}

/* services */

.virtual-box {
  padding: 10px;

  border: 1px solid #f39131;

  border-top: 5px solid #f39131;

  border-radius: 8px;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  position: relative;

  margin-top: 25px;
}

.virtual-box p {
  margin-bottom: 0;
}

.virtual-icon {
  position: absolute;

  right: 10px;

  top: 50%;

  transform: translateY(-50%);

  z-index: -1;

  opacity: 0.3;
}

.virtual-icon img {
  width: 90px;
}

.owl-mob-services {
  padding: 25px;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.owl-mob-services img {
  margin-bottom: 25px;

  border-radius: 20px;
}

.owl-mob-services.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  border: 1px solid #e9e9e9;

  border-radius: 50%;

  background: #fff;

  width: 50px;

  height: 50px;
}

.owl-mob-services.owl-theme .owl-nav button.owl-prev {
  left: -30px;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  background: #fff;
  width: 50px;
  height: 50px;
}

.owl-mob-services.owl-theme .owl-nav button.owl-next {
  right: -30px;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  background: #fff;
  width: 50px;
  height: 50px;
}

.owl-mob-services.owl-theme .owl-nav button:hover {
  color: #f39131;
}

.benefits-list {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

.benefits-item {
  text-align: center;

  background: #fff;

  border-radius: 15px;

  padding: 25px;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  margin-bottom: 10px;

  width: 19%;
}

.benefits-item p {
  margin-bottom: 0;

  font-size: 12px;

  line-height: 1;
}

.benefits-item img {
  width: 50px;
}

.benefits-item h4 {
  font-size: 18px;

  margin-top: 15px;

  line-height: 1.2;
}

.accordian {
  display: flex;

  width: 100%;

  height: 590px;

  overflow: hidden;
}

.accordian-item {
  flex: 1;

  position: relative;

  overflow: hidden;

  transition: flex 0.3s ease;

  cursor: pointer;
}

.accordian-item img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  transition: opacity 0.3s ease;
}

.accordian-item h2 {
  position: absolute;

  bottom: 10px;

  left: 10px;

  color: white;

  margin: 0;

  transition: transform 0.3s ease, bottom 0.3s ease, left 0.3s ease;

  width: 100%;

  font-size: 20px;
}

.accordian-item:hover {
  flex: 3;
}

.accordian-item:hover img {
  opacity: 0;
}

.accordian-item:hover h2 {
  transform: rotate(0deg);
}

.accordian-item .content {
  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  background: rgb(252, 252, 252);

  display: none;

  justify-content: center;

  align-items: center;

  padding: 20px;

  box-sizing: border-box;
}

.accordian-item:hover .content {
  display: flex;

  animation: slideDown 0.3s forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.accordian:hover .accordian-item:not(:hover) h2 {
  transform: rotate(270deg);

  bottom: 0;

  left: 50%;

  transform-origin: left center;

  width: 486px;
}

.accordian:hover .accordian-item .content img {
  display: block;

  opacity: 1;

  visibility: visible;
}

.accordian:hover .accordian-item .content p img {
  display: inline-block;
}

/* Accordion Text Styling */
.accordian p {
  color: #414142; /* Grey text for all <p> */
  margin: 0 0 10px;
}

/* Ensure <b> stays black inside accordian */
.accordian p b {
  color: #000000;
}


.content i {
  color: #f39131;
}

.abt-video video {
  border-radius: 10px;
  overflow: hidden;
}

.btn-1 {
  display: inline-block;

  padding: 8px 25px;

  background: rgb(243, 143, 46);

  background: linear-gradient(90deg,
      rgba(243, 143, 46, 1) 0%,

      rgba(241, 174, 91, 1) 100%);

  color: #fff;

  font-size: 14px;

  margin-top: 25px;

  border-radius: 8px;

  border: 2px solid #f39131;

  transition: 0.3s ease-in-out;
}

.btn-1:hover {
  background: transparent;

  color: #f39131;
}

.btn-2 {
  display: inline-block;

  padding: 8px 25px;

  background: rgb(29 155 243);

  color: #fff;

  font-size: 14px;

  margin-top: 25px;

  border-radius: 8px;

  border: 2px solid rgb(29 155 243);

  transition: 0.3s ease-in-out;
}

.btn-2:hover {
  background: transparent;

  color: rgb(29 155 243);
}

.bg-grey {
  background: #ececec;
}

.bg-blue {
  background: rgb(29 155 243 / 9%);
}

.top-card-title span {
  background: #f39131;

  border-radius: 50px;

  padding: 3px 5px;

  font-size: 10px;
}

.bottom-card ul {
  font-size: 16px;

  padding: 0;

  margin: 0;
}

.price {
  color: #f39131;
}

.listing-card-one {
  background: #fff;

  overflow: hidden;

  transition: all 0.2s ease-in-out 0s;

  border: 1px solid #f3f3f4;
}

.listing-card-one.p-25,
.listing-card-one .p-25 {
  padding: 20px;
}

.listing-card-one .p-25 {
  padding-top: 0;

  padding-bottom: 0;
}

.listing-card-one .img-gallery {
  overflow: hidden;
}

.gold-text {
  background: linear-gradient(45deg, #f5cc00, #d4af37, #b8860b);

  color: #fff;

  padding: 3px 10px;
}

.listing-card-one.p-15,
.listing-card-one .p-15 {
  padding: 15px;
}

.listing-card-one.border-25,
.listing-card-one .border-25 {
  border-radius: 25px;
}

.listing-card-one .img-gallery .tag {
  width: 46px;

  padding: 5px 0;

  line-height: 10px;

  font-size: 11px;

  text-transform: uppercase;

  letter-spacing: 0.12px;

  color: #fff;

  text-align: center;

  background: #f39131;

  position: absolute;

  right: 17px;

  top: 17px;

  z-index: 1;
}

.listing-card-one h6 {
  margin-bottom: 2px;

  color: #a3a3a3;

  font-size: 12px;
}

.listing-card-one h5 {
  font-size: 12px;

  margin-bottom: 0;
}

.list-icon i {
  font-size: 30px;

  line-height: 1;

  color: #a3a3a3;
}

.list-icon {
  margin-right: 10px;
}

.btn-3 {
  padding: 9px 20px;

  text-transform: uppercase;

  color: #fff;

  font-size: 14px;

  display: inline-block;

  line-height: 1;

  border-radius: 3px;

  background: #000;
}

.btn-3:hover {
  color: #f39131;
}

.listing-card-one .border-right {
  border-right: 1px solid #e1e5e9;
}

.listing-card-one .img-gallery .carousel-indicators {
  opacity: 0;

  margin-bottom: 12px;

  transition: all 0.3s ease-in-out 0s;
}

.listing-card-one .title {
  font-size: 24px;

  font-weight: 500;

  color: #000;

  font-family: "Jost", sans-serif;

  /* text-align: center; */

  margin-bottom: 20px;
}

.listing-card-one .address {
  font-size: 16px;

  color: rgba(0, 0, 0, 0.4);

  margin: 3px 0 22px;
}

.listing-card-one .feature {
  margin: 0 -3px;
}

.listing-card-one .feature li {
  padding: 0 3px;

  margin-top: 5px;
}

.fs-16 {
  font-size: 16px;
}

.listing-card-one .pl-footer {
  margin-top: 28px;

  padding: 12px 0;
}

.listing-card-one .pl-footer.top-border {
  border-top: 1px dashed #c7c7c7;
}

.listing-card-one .price {
  font-size: 28px;

  margin-bottom: 0;

  /* margin-top: 20px; */
}

.listing-card-one .price span {
  font-size: 20px;

  font-weight: normal;

  bottom: 0px;

  color: #000;
}

.listing-card-one:hover .carousel-indicators {
  opacity: 1;
}

.listing-card-one:hover .title {
  color: #f39131;
}

@media (max-width: 1399px) {
  .listing-card-one .title {
    font-size: 22px;
  }

  .listing-card-one .address {
    margin-top: 5px;
  }

  .fs-16 {
    font-size: 15px;
  }

  .listing-card-one .price,
  .listing-card-one.style-two .price {
    font-size: 24px;
  }
}

/* cafe */

.cafe-carousel.owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  bottom: 0;
}

.cafe-carousel.owl-theme .owl-dots .owl-dot.active span,
.cafe-carousel.owl-theme .owl-dots .owl-dot:hover span,
.team-carousel.owl-theme .owl-dots .owl-dot.active span,
.team-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #f39131;
}

.cafe-carousel.owl-theme .owl-dots .owl-dot span {
  background: #fff;
}

.team-carousel.owl-theme .owl-dots .owl-dot span {
  background: #f1c9a1;
}

.team-modal button {
  position: absolute;

  right: -15px;

  top: -15px;

  background-color: white;

  width: 30px;

  height: 30px;

  border-radius: 50%;

  opacity: 1;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.team-modal .modal-body {
  padding: 1.75rem 1rem;
}

.team-modal .modal-body img {
  border-radius: 20px;
}

.team-modal .modal-body .position {
  color: #f39131;
}

.mission-box {
  background: #faf1ec;

  padding: 25px;

  margin-bottom: 25px;
}

/* .mission-box img {
  width: 60px;

  margin-bottom: 25px;
} */

.cafe-carousel img {
  border-radius: 0 50px;
}

/* amenity */

.amenity-listing {
  margin-bottom: 25px;
}

.amenity-listing .property-info {
  padding-bottom: 25px !important;
}

.amenity-listing ul li i {
  color: #f39131;
}

.amenites-card {
  border-radius: 10px;

  overflow: hidden;
}

.amenites-card-list {
  bottom: 0;

  left: 0;

  right: 0;
}

.amenites-card-list h6 {
  color: #f39131;
}

.a-1 {
  border-radius: 0px 60px;
}

.amenity {
  display: flex;

  width: 100%;

  gap: 2%;

  justify-content: center;
}

.amenity li {
  /* width: 200px; */

  text-align: center;

  flex-shrink: 0;

  width: 16%;
}

.amenity-box-icn {
  text-align: center;
}

.amenity li .amenity-icn {
  padding: 25px;

  background: #fff;

  border-radius: 15px;

  width: 100px;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  margin-bottom: 15px;

  display: inline-block;
}

.amenity-icn img {
  width: 100%;

  /* filter: invert(50%) sepia(96%) saturate(2087%) hue-rotate(180deg) brightness(96%) contrast(98%); */
}

.amenity li h5 {
  font-size: 16px;
}

/* pricing */

.pricing-chart {
  overflow: hidden;

  border-radius: 20px;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  margin-top: 25px;

  background: #fff;
}

.pricing-header {
  padding: 25px 55px 15px 55px;

  border-bottom: 1px solid #f0f0f1;

  text-align: center;
}

.pricing-header h3 {
  font-size: 25px;
}

.pricing-header p {
  font-size: 14px;

  margin-bottom: 0;

  line-height: 1.2;
}

.pricing-chart h4 {
  font-size: 50px;

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: start;

  width: 100%;

  margin-bottom: 0;
}

.pricing-chart h4 span {
  font-size: 18px;
}

.pricing-body {
  padding: 12px 60px;
}

.pricing-body p {
  font-size: 14px;

  margin-bottom: 35px;

  line-height: 1.2;

  text-align: center;
}

.pricing-chart li i {
  width: 20px;

  height: 20px;

  background: #f39131;

  line-height: 20px;

  text-align: center;

  font-size: 11px;

  margin-right: 5px;

  color: #fff;
}

.pricing-footer {
  padding: 15px;

  text-align: center;

  background: #f39131;

  border-top: 1px solid #f0f0f1;
}

.pricing-footer a {
  color: #fff;

  font-size: 20px;

  font-weight: 600;
}

.pricing-chart2 h3 span {
  background: linear-gradient(45deg, #f5cc00, #d4af37, #b8860b);

  color: #fff;

  padding: 3px 10px;
}

.pricing-chart2 h2 span {
  background: linear-gradient(45deg, #f5cc00, #d4af37, #b8860b);
  color: #fff;
  padding: 3px 10px;
}

.pricing-chart2 li i {
  background: linear-gradient(45deg, #f5cc00, #d4af37, #b8860b);
}

.pricing-chart2 .pricing-footer {
  background: linear-gradient(45deg, #f5cc00, #d4af37, #b8860b);
}

.pricing-chart3 {
  overflow: hidden;

  border-radius: 20px;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  margin-top: 25px;

  background: #fff;

  padding: 25px;

  display: flex;

  align-items: center;
}

.price-item {
  text-align: center;

  width: 25%;
}

.price-item img {
  width: 50px;

  margin-bottom: 15px;
}

.price-item h3 {
  font-size: 20px;
}

.price-item h4 {
  font-size: 35px;

  margin-bottom: 0;
}

.price-item p {
  font-size: 12px;
}

.coupon-box {
  padding: 25px;

  border: 1px solid #b3b3b3;

  background: #fff;

  position: relative;

  margin-top: 25px;
}

.coupon-box:before {
  content: "";

  position: absolute;

  width: 50px;

  height: 50px;

  background: #ebf6fe;

  border-radius: 50%;

  top: 50%;

  transform: translateY(-50%);

  left: -25px;

  border-right: 1px solid #b3b3b3;
}

.coupon-box:after {
  content: "";

  position: absolute;

  width: 50px;

  height: 50px;

  background: #ebf6fe;

  border-radius: 50%;

  top: 50%;

  transform: translateY(-50%);

  right: -25px;

  border-left: 1px solid #b3b3b3;
}

.coupon-box h3 {
  margin-bottom: 8px;

  font-size: 20px;

  text-align: center;

  text-transform: uppercase;
}

.coupon-box h5 {
  margin-bottom: 0px;

  font-size: 43px;

  font-weight: 800;

  text-align: center;

  color: #f39131;

  line-height: 1;
}

.coupon-box h4 {
  font-size: 16px;

  line-height: 1;

  text-transform: uppercase;

  margin-bottom: 0px;
}

.coupon-box p {
  margin-bottom: 0;

  text-align: center;
}

.coupon-box p:last-child {
  margin-bottom: 0;

  font-size: 12px;

  text-align: center;

  margin-top: 0px;
}

/* cta */

.cta-wrapper {
  padding: 100px;

  text-align: center;

  background: url(../images/banner/DivineBiteCafe-Banner1.webp) no-repeat center;

  background-size: cover;

  border-radius: 20px;

  position: relative;

  color: #fff;

  background-attachment: fixed;

  overflow: hidden;
}

.cta-wrapper h2 {
  color: #f38e2c;
}

.cta-wrapper p {
  font-size: 20px;

  text-align: justify;
}

.back-overlay {
  background: #00000070;

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;
}

/* gallery */

.gallery img {
  margin-bottom: 25px;

  border-radius: 8px;
}

.item4-img {
  height: 235px;
  overflow: hidden;
  border-radius: 8px;
}

.item4-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

/* inner banner */

.inner-banner-text {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  text-align: center;

  z-index: 2;
}

.inner-banner {
  /* height: 315px; */
}

.inner-banner-text h1 {
  color: #fff;

  text-align: center;
}

.inner-banner-text .breadcrumb {
  justify-content: center;

  padding-bottom: 8px;

  position: relative;

  display: inline-flex;
}

.inner-banner-text .breadcrumb-item.active,
.inner-banner-text .breadcrumb a,
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;

  font-size: 17px;
}

.inner-banner-text .breadcrumb a {
  color: #2a3e48;
}

.inner-banner-text .breadcrumb:before {
  content: "";

  position: absolute;

  width: calc(100% - 6px);

  left: 3px;

  bottom: 0;

  right: 3px;

  height: 1px;

  background: #2a3e48;
}

.inner-banner::before {
  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0px;

  top: 0px;

  background: rgba(0, 0, 0, 0.4);

  z-index: 1;
}

/* divine bite */

.menu-wrapper ul li img {
  width: 50px;

  display: block;

  margin: 0 auto;

  margin-bottom: 15px;

  /* filter: invert(73%) sepia(63%) saturate(2789%) hue-rotate(337deg) brightness(99%) contrast(93%); */
}

.menu-wrapper ul.nav-pills li button.nav-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #f38c2a;
  text-align: center;
  width: 100%;
  padding: 20px 5px;
  height: 100%;
  box-shadow: 0px 0px 10px 5px #0000000d;
}

.menu-wrapper ul.nav-pills {
  justify-content: center;
}

.menu-wrapper ul.nav-pills li {
  width: 12%;

  flex-shrink: 0;
  margin: 14px;
}

.menu-wrapper ul.nav-pills li button.nav-link.active {
  background: #ffffff;

  /* color: #000000; */
}

/* .menu-wrapper ul.nav-pills li button.nav-link.active img {

  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(217deg) brightness(102%) contrast(103%);

} */

.menu-wrapper .tab-content {
  padding: 25px;

  border: 1px solid rgb(232 232 232);

  border-radius: 10px;

  background: linear-gradient(-90deg,

      rgb(255 255 255) 0,

      rgb(243 243 243) 50%,

      rgb(232 232 232) 50%,

      rgb(255 255 255) 100%) !important;

  border-radius: 0;
}

.food-menu-item {
  display: flex;

  margin-bottom: 30px;

  padding: 0;

  border: none;

  align-items: center;
}

.food-menu-item .image {
  flex: none;

  width: 90px;

  margin-right: 20px;

  border-radius: 50%;

  overflow: hidden;
}

.food-menu-item .image img {
  width: 100%;
}

.food-menu-item .content {
  width: 100%;

  margin-right: 0;
}

.food-menu-item .content h5 {
  margin-top: 8px;

  margin-bottom: 5px;

  display: flex;

  align-items: end;

  line-height: 1;
}

.food-menu-item .content p,
.food-menu-item:last-child {
  margin-bottom: 0;
}

.food-menu-item .content h5 .title {
  flex: none;

  margin-bottom: 6px;
}

.food-menu-item .content h5 .dots {
  height: 2px;

  width: 100%;

  margin-left: 25px;

  margin-bottom: 10px;

  border-bottom: 2px dotted #f39131;
}

.food-menu-item .content h5 .price {
  margin-left: 20px;

  line-height: 1;

  color: #f39131;

  font-size: 24px;
}

.menu-wrapper h3 {
  text-align: center;

  color: #f39131;

  margin-bottom: 25px;
}

.entertainmnt-bx {
  border-radius: 25px;

  overflow: hidden;

  margin-top: 25px;

  padding: 15px;

  background: #fff;
}

.entertainment-img {
  border-radius: 25px;

  overflow: hidden;

  margin-bottom: 15px;
}

.entertainmnt-bx img {
  transform: scale(1);

  transition: 0.3s ease-in-out;
}

.entertainmnt-bx:hover img {
  transform: scale(1.2);
}

.entertainment-text {
  text-align: center;

  font-size: 20px;

  font-family: "Jost", sans-serif;

  font-weight: 500;

  margin-top: 15px;
}

.sub-head {
  font-size: 25px;
}

.lines {
  display: inline-block;
  width: 200px;
  height: 1px;
  background: #1d9bf387;
}



.color-orange {
  color: #f39131;
}

.feature-ul {
  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

.feature-ul i {
  width: 20px;

  height: 20px;

  background: #f39131;

  font-size: 14px;

  color: #fff;

  line-height: 20px;

  text-align: center;

  border-radius: 50%;
}

.feature-ul li {
  margin-bottom: 10px;

  width: 45%;
}

/* events */

.event-card .event-entry {
  clear: both;

  float: left;

  margin: 0;

  padding: 0;

  position: relative;

  width: 100%;
}

.event-card .event-entry {
  border-radius: 10px;

  box-shadow: none;

  margin-bottom: 0;

  display: grid;
}

.event-card .event-entry .entry-thumb {
  float: left;

  line-height: 0;

  position: relative;

  width: 100%;
}

.event-card .event-entry .entry-thumb img {
  box-shadow: 0 30px 30px 0 rgba(var(#ddd), 0.07);
}

.event-card .entry-date {
  z-index: 1;

  height: fit-content;

  margin: 0 0 0 0;

  width: fit-content;

  position: absolute;

  top: 0;

  left: 0;

  padding: clamp(0.5rem, 0.55714rem + 0.66696vw, 1rem);

  background-color: #f39436;

  color: #fff;

  line-height: normal;
}

.event-card .entry-thumb .entry-date {
  padding-right: 10%;
}

.event-card .entry-title h4 {
  font-weight: 600;

  letter-spacing: 0;

  margin: 15px 0px;

  position: relative;
}

.event-card .entry-title h4 a {
  color: #000;

  transition: 0.3s ease-in-out;
}

.event-card:hover .entry-title h4 a {
  text-decoration: underline;

  color: #f39131;
}

.wdt-button {
  border: 0px solid transparent;

  display: inline-flex;

  align-items: stretch;

  letter-spacing: 0;

  line-height: 50px;

  margin: 0;

  overflow: visible;

  position: relative;

  z-index: 0;

  color: #999898;

  text-decoration: none;

  text-transform: uppercase;

  transition: 0.3s ease-in-out;
}

.wdt-button:hover {
  text-decoration: underline;

  color: #f39131;
}

.wdt-button1 {
  background: #f39131;

  color: #fff;

  width: 61%;
}

.wdt-button1:hover {
  text-decoration: none;

  color: #000;
}

.w-40 {
  width: 40%;
}

.event-card,
.event-card .event-entry {
  margin-bottom: 25px;
}

.event-details-wrap a {
  color: #171219;
}

.event-details-wrap .meta {
  display: inline-flex;

  margin: 26px 0 15px;
}

.event-details-wrap .meta span {
  position: relative;

  padding: 0 39px 0 14px;
}

.event-details-wrap .meta span .title {
  font-size: 18px;

  font-weight: 600;

  margin-bottom: 7px;

  color: var(--heading-color);

  padding: 0;

  display: block;

  margin-bottom: 0;
}

.event-details-wrap .meta span .subtitle {
  padding: 0;
}

.event-details-wrap .meta .hbar:after {
  content: "";

  position: absolute;

  height: 45px;

  width: 5px;

  background: #fda94f;

  left: 0;

  top: 4px;
}

.amenities-area .sm-title,
.keypoint-area .sm-title {
  font-weight: 600;

  border-top: 1px solid rgba(253, 169, 79, 0.3);

  padding-top: 44px;

  margin-top: 42px;

  margin-bottom: 11px;
}

.keypoint-area ul {
  padding: 0;

  margin: 0;
}

.keypoint-area ul li {
  list-style: none;

  margin-bottom: 10px;
}

.keypoint-area ul li span {
  color: #ddd;

  font-weight: 600;
}

.amenities-area h5 {
  margin-bottom: 24px;
}

.amenities-area .media {
  margin-bottom: 21px;
}

.media {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
}

.amenities-area .media .icon {
  background: #fda94f;

  height: 45px;

  width: 45px;

  border-radius: 6px;

  text-align: center;

  line-height: 45px;

  color: #101010;

  font-size: 20px;
}

.amenities-area .media .media-body {
  margin-left: 19px;
}

.media-body {
  -webkit-box-flex: 1;

  -ms-flex: 1;

  flex: 1;
}

.amenities-area .media .media-body h6 {
  margin-bottom: 0;
}

.amenities-area .media .media-body p {
  margin-bottom: 0;
}

.btn-wapp {
  background: #10c245;

  border-color: #10c245;
}

.btn-wapp:hover {
  background: #ffffff;

  border-color: #10c245;

  color: #10c245;
}

/* blog */

.pagination li {
  padding: 6px 15px;

  margin-right: 10px;

  background: #000;

  color: #fff;
}

.pagination .active {
  background: #f39131;
}

.pagination li a {
  color: #fff;
}

.text-flex {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.text-flex h4 {
  width: calc(100% - 70px);

  margin-bottom: 0;

  text-decoration: none;

  transition: 0.3s ease-in-out;
}

.blog-text {
  padding: 32px 0;
}

.btn-four {
  width: 50px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #0c0c0c;

  color: #fff;

  font-size: 1.3em;

  transition: all 0.3s ease-in-out 0s;
}

.blog-img-outer span {
  line-height: 25px;

  font-size: 12px;

  font-weight: 500;

  letter-spacing: 1px;

  width: 75px;

  text-align: center;

  text-transform: uppercase;

  background: #000;

  color: #fff;

  display: inline-block;

  position: absolute;

  top: 20px;

  left: 20px;
}

.btn-four i {
  transform: rotate(0deg);

  transition: 0.3s ease-in-out;
}

.blog-carousel article {
  transition: 0.3s ease-in-out;
}

.blog-carousel article:hover .btn-four i {
  transform: rotate(313deg);

  color: #f39131;
}

.blog-carousel article:hover h4 {
  text-decoration: underline;
}

.blog-carousel.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  border: 1px solid #e9e9e9;

  border-radius: 50%;

  background: #fff;

  width: 50px;

  height: 50px;
}

.blog-carousel.owl-theme .owl-nav button.owl-prev {
  left: -30px;
}

.blog-carousel.owl-theme .owl-nav button.owl-next {
  right: -30px;
}

.blog-carousel.owl-theme .owl-nav button:hover {
  color: #f39131;
}

.blog-details .blog-post-meta .post-info {
  margin-bottom: 10px;

  color: rgba(0, 0, 0, 0.5);
}

.blog-details .blog-post-meta .post-info a {
  color: #000;
}

.blog-sidebar.dot-bg {
  background: rgb(29 155 243 / 9%);

  padding: 30px;
  position: sticky;
  top: 120px;
}

.blog-sidebar .bg-wrapper {
  padding: 30px;
}

.blog-sidebar h5 {
  font-size: 24px;
}

.blog-sidebar .categories li a {
  color: #000;

  font-size: 16px;

  margin-bottom: 13px;

  transition: all 0.2s ease-in-out 0s;
}

.blog-sidebar .recent-news .news-block img {
  width: 70px;
}

.blog-sidebar .recent-news .news-block .post {
  width: calc(100% - 70px);
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.blog-sidebar .recent-news .news-block .post .title {
  font-size: 18px;

  font-weight: 500;

  color: #000;

  line-height: 1.44em;

  letter-spacing: -0.18px;
}

.blog-sidebar .recent-news .news-block .post .date {
  font-size: 15px;

  color: #a2a2a2;
}

.blog-sidebar .keyword ul li {
  margin: 10px 5px 0;
}

.blog-sidebar .keyword ul {
  margin: 0 -5px;
}

.blog-sidebar .keyword ul li a {
  line-height: 33px;

  padding: 0 22px;

  font-size: 14px;

  color: #000;

  border: 1px solid #f39131;

  transition: all 0.2s ease-in-out 0s;

  display: inline-block;
}

.blog-sidebar .search-form form {
  height: 70px;
}

.blog-sidebar .search-form form input {
  width: 100%;

  height: 100%;

  padding: 0 65px 0 20px;

  font-size: 17px;

  border: none;
}

.blog-sidebar .search-form form button {
  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  width: 60px;

  font-size: 20px;

  transition: all 0.3s ease-in-out 0s;

  border: none;

  background: transparent;
}

.blog-sidebar .categories li a:hover {
  text-decoration: underline;

  color: #f39131;
}

.blog-sidebar .recent-news .news-block .post .title:hover {
  text-decoration: underline;
}

.blog-sidebar .keyword ul li a:hover {
  background: #f39131;

  color: #fff;
}

.blog-details .blog-post-meta .post-info a:hover {
  text-decoration: underline;
}

.blog-details .blog-post-meta .post-data .list-item li {
  font-size: 20px;

  font-weight: 500;

  color: #000;

  position: relative;

  padding-left: 33px;

  margin-bottom: 25px;
}

.blog-details .blog-post-meta .post-data .img-caption {
  font-size: 14px;

  color: rgba(0, 0, 0, 0.5);

  margin-bottom: 40px;
}

.blog-details .blog-post-meta .bottom-widget {
  padding: 0 0 22px;

  border-bottom: 1px solid #000;
}

.blog-details .blog-post-meta .bottom-widget .tags li:first-child {
  color: rgba(0, 0, 0, 0.4);

  margin-right: 7px;
}

.blog-details .blog-post-meta .bottom-widget .tags a {
  color: #000;

  margin-right: 5px;

  transition: all 0.2s ease-in-out 0s;
}

.blog-details .blog-post-meta .bottom-widget .tags a:hover {
  color: #f39131;

  text-decoration: underline;
}

.blog-details .blog-post-meta .bottom-widget .share-icon li:first-child {
  color: rgba(0, 0, 0, 0.4);
}

.blog-details .blog-post-meta .bottom-widget .share-icon a {
  color: #000;

  font-size: 22px;

  margin-left: 22px;

  transition: all 0.2s ease-in-out 0s;
}

.blog-details .blog-post-meta .bottom-widget .share-icon a:hover {
  color: #f39131;
}

.blog-details .blog-comment-area {
  margin: 75px 0;
}

.blog-details .blog-inner-title {
  font-size: 42px;

  margin-bottom: 10px;
}

.pb-35 {
  padding-bottom: 35px;
}

.blog-details .blog-comment-area .comment {
  margin: 0 0 20px;
}

.blog-details .blog-comment-area .comment .user-avatar {
  width: 60px;

  height: 60px;
}

.blog-details .blog-comment-area .comment .comment-text {
  width: calc(100% - 60px);

  padding-left: 25px;

  position: relative;
}

.blog-details .blog-comment-area .comment .comment-text .name {
  font-size: 20px;

  color: #000;

  margin-bottom: 5px;
}

.blog-details .blog-comment-area .comment .comment-text .date {
  font-size: 15px;

  color: #adadad;
}

.blog-details .blog-comment-area .comment .comment-text p {
  font-size: 17px;

  line-height: 30px;

  margin: 13px 0 0 0px;
}

.blog-details .blog-comment-area .comment .comment-text .reply-btn {
  font-size: 13px;

  color: #fff;

  text-transform: uppercase;

  letter-spacing: 0px;

  text-align: center;

  width: 65px;

  line-height: 25px;

  background: rgb(29 155 243);

  border-radius: 3px;

  position: absolute;

  right: 0;

  top: 5px;
}

.tran3s {
  transition: all 0.3s ease-in-out;
}

.blog-details .blog-comment-area .comment .reply-comment {
  margin: 45px 0 30px;
}

.blog-details .blog-comment-form {
  background: #faf1ec;

  padding: 60px;
}

.blog-details .blog-comment-form p a {
  color: #000;
}

.blog-details .blog-comment-form form label {
  font-size: 14px;

  font-weight: normal;

  color: rgba(0, 0, 0, 0.5);

  display: block;

  padding-bottom: 10px;
}

.blog-details .blog-comment-form form input {
  display: block;

  font-size: 18px;

  width: 100%;

  height: 60px;

  border: none;

  padding: 0 25px;

  background: #fff;
}

.blog-details .blog-comment-form form textarea {
  display: block;

  font-size: 17px;

  width: 100%;

  max-width: 100%;

  height: 145px;

  border: none;

  padding: 20px 25px;

  background: #fff;
}

.blog-details .blog-post-meta .date {
  line-height: 30px;

  font-size: 14px;

  padding: 0 22px;

  text-transform: uppercase;

  background: #000;

  color: #fff;

  position: absolute;

  top: 25px;

  left: 25px;
}

/* contact us */

.address-banner .icon {
  width: 64px;

  height: 64px;
}

.address-banner .icon i {
  color: #fff;
}

.address-banner .text {
  width: calc(100% - 64px);

  padding-left: 25px;
}

.fs-22 {
  font-size: 22px;
}

.address-banner .text p {
  margin-bottom: 3px;
}

.address-banner .text a {
  color: rgba(22, 22, 22, 0.45);
}

.address-banner .text a:hover {
  color: #ff6725;

  text-decoration: underline;
}

@media (max-width: 1399px) {
  .fs-22 {
    font-size: 20px;
  }
}

.address-banner .text a {
  color: rgba(22, 22, 22, 0.45);
}

.tran3s {
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
  .contact-form h3 {
    font-size: 36px;

    margin-bottom: 25px;
  }
}

.contact-form h3 {
  font-size: 48px;
}

.contact-form .input-group-meta {
  position: relative;
}

.contact-form .input-group-meta input {
  height: 50px;

  padding: 0 20px;
}

.contact-form {
  padding: 70px 124px 80px 100px;
  box-shadow: 0 0 20px 15px #00000029;
}

.contact-form .input-group-meta input,
.contact-form .input-group-meta textarea {
  width: 100%;

  max-width: 100%;

  border: 1px solid #000;

  border-radius: 8px;

  background: #fff;

  font-size: 17px;

  color: #000;
}

.contact-form .input-group-meta textarea {
  height: 165px;

  padding: 15px 20px;
}

.contact-form .input-group-meta input,
.contact-form .input-group-meta textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ffffff;
  border-radius: 25px;
  box-shadow: 0 0 20px 10px #00000021;
  font-size: 17px;
  color: #000;
  margin: 15px 0;
}

@media (max-width: 1399px) {
  .btn-contact {
    font-size: 14px;

    line-height: 50px;

    padding: 0 25px;
  }
}

.btn-contact {
  font-weight: 500;

  font-size: 16px;

  letter-spacing: 1px;

  color: #fff;

  padding: 0 35px;

  min-width: 160px;

  text-align: center;

  line-height: 55px;

  background: #f39131;

  transition: all 0.3s ease-in-out 0s;

  border: 1px solid #000;
}

.address-banner .block {
  width: 27%;
}

/* footer */

.form-wrapper form {
  height: 70px;

  position: relative;
}

.form-wrapper form input {
  width: 100%;

  height: 100%;

  border: none;

  border-radius: 10px;

  font-size: 16px;

  padding: 0 80px 0 25px;

  background: #f3f3f3;
}

.form-wrapper form button {
  position: absolute;

  top: 8px;

  right: 8px;

  bottom: 8px;

  border-radius: 10px;

  background: #000;

  width: 60px;

  font-weight: 500;

  font-size: 25px;

  color: #fff;

  transition: all 0.3s ease-in-out 0s;

  border: 0;
}

.newslettet-bx {
  padding-bottom: 25px;

  margin-bottom: 25px;

  /* border-bottom: 1px solid rgb(255 255 255 / 73%); */
}

.newslettet-bx p {
  margin-bottom: 0;

  color: rgb(255 255 255 / 73%);
}

.footer-social li a {
  width: 40px;

  height: 40px;

  border: 1px solid #f39131;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #f39131;

  font-size: 1.1em;

  transition: all 0.3s ease-in-out 0s;
}

.footer-social li {
  padding: 0 4px;
}

.footer-right h2 {
  color: #fff;
}

.footer-social {
  display: flex;

  align-items: center;
}

.footer-left a {
  color: rgb(255 255 255);
}

.footer-left p {
  margin-top: 25px;

  margin-bottom: 0;

  padding-right: 3rem;

  margin-bottom: 45px;

  color: rgb(255 255 255 / 73%);
}

.footer-links a {
  line-height: 44px;

  color: rgb(255 255 255);
}

.footer-links h3 {
  font-size: 18px;

  letter-spacing: 1px;

  text-transform: uppercase;

  margin-bottom: 20px;

  color: #f39131;
}

.footer-left {
  border-right: 1px solid rgb(255 255 255 / 30%);

  padding-top: 70px;

  padding-bottom: 70px;
}

.footer-right {
  padding-top: 70px;
}

.left-2 {
  border-top: 1px solid rgb(255 255 255 / 30%);

  border-bottom: 1px solid rgb(255 255 255 / 30%);

  padding: 20px 0 15px;

  margin-bottom: 60px;
}

.left-2 li {
  margin: 20px 0;
}

.left-2 li a {
  font-weight: 500;
}

.left-2 li i {
  margin-right: 22px;
}

.copy-sec {
  border-top: 1px solid rgb(255 255 255 / 30%);

  padding: 40px 0 25px;
}

.footer {
  border-top: 1px solid rgb(255 255 255 / 30%);

  background: #000;
}

.copy-sec p {
  color: rgb(255 255 255);
}

.copy-sec p a {
  color: #f39131;
}

.home-mission .mission-box {
  height: 100%;

  position: relative;

  /* border: 1px solid #f39131; */

  border-radius: 20px;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* .home-mission .mission-box::before{

position: absolute;

content: '';

top: -1px;

right: -1px;

width: 50px;

height: 50px;

background: linear-gradient(225deg, #ebf6fe 0, #ebf6fe 50%, #f39131 50%, #f39131 100%) !important;

} */

.home-mission .mission-box h3 {
  margin-bottom: 16px;

  color: #2a3e48;
}

.home-mission .mission-box p i {
  margin-right: 5px;
}

.workspace-bx {
  border-radius: 20px;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  overflow: hidden;

  background: #fff;

  text-align: center;

  margin-bottom: 25px;
}

.workspace-txt {
  padding: 20px;
}

.workspace-txt h3 {
  color: #f39131;

  position: relative;

  text-transform: uppercase;

  padding-bottom: 5px;

  margin-bottom: 25px;
}

.workspace-txt p {
  margin-bottom: 25px;

  line-height: 1.2;

  font-size: 14px;
}

.workspace-txt h3::before {
  content: "";

  position: absolute;

  width: 45px;

  height: 3px;

  background: #000;

  bottom: 0;

  left: 50%;

  transform: translateX(-50%);

  border-radius: 3px;
}

.workspace-txt table {
  margin-bottom: 10px;
}

.pricing-chart table {
  margin-top: 25px;

  margin-bottom: 0;
}

.workspace-txt table td,
.pricing-chart table td {
  font-size: 14px;

  /* text-transform: uppercase; */

  padding: 0.3rem;
}

.form-breadcrumb {
  border: 1px solid #f0f0f1;

  border-left: 1px solid transparent;

  border-right: 1px solid transparent;

  padding: 25px;
}

.form-breadcrumb .breadcrumb {
  margin-bottom: 0;
}

.form-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #000000;
}

.form-breadcrumb .breadcrumb-item a {
  color: #f39131;
}

.workspace-btn {
  padding: 15px;

  text-align: center;

  background: #f39131;

  border-top: 1px solid #f0f0f1;

  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.workspace-btn:hover {
  color: #fff;
}

.workspace-bx2 .workspace-btn {
  background: linear-gradient(45deg, #f5cc00, #d4af37, #b8860b);
}

.book-carousel.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  border-radius: 50%;

  background: #000000b2;

  width: 40px;

  height: 40px;

  color: #fff;
}

.book-carousel.owl-theme .owl-nav button.owl-prev {
  left: 0;
}

.book-carousel.owl-theme .owl-nav button.owl-next {
  right: 0;
}

.book-carousel .item {
  border-radius: 8px;
  overflow: hidden;
}

.book-detail h3 {
  font-size: 30px;

  text-transform: uppercase;

  color: rgb(243 143 46);

  margin-top: 25px;

  margin-bottom: 0;
}

.book-detail h3 span {
  color: #000;

  font-size: 14px;
}

.book-detail h2 {
  /* text-transform: uppercase; */

  border-bottom: 1px solid #00000015;

  padding-bottom: 0.5rem;

  color: rgb(243 143 46);
}

.book-detail input,
.book-detail select {
  height: 45px;

  border: 1px solid #000;

  border-radius: 8px;

  font-size: 17px;

  color: #000;
}

.quantity {
  display: flex;

  border: 1px solid #000;

  border-radius: 8px;

  overflow: hidden;

  justify-content: space-between;

  background: #fff;
}

.quantity .minus,
.quantity .plus {
  background: #fff;

  color: #171219;

  border: none;

  cursor: pointer;

  font-size: 14px;

  width: 45px;

  height: 45px;

  text-align: center;

  transition: background-color 0.2s;

  line-height: 45px;
}

.input-box {
  text-align: center;

  outline: none;

  border: none !important;

  border-radius: 0 !important;

  padding: 0;
}

.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}

.book-detail input[type="radio"] {
  width: 20px;

  height: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.amm-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  border-radius: 5px;

  text-align: center;

  padding: 10px;

  margin-bottom: 25px;
}

.amm-box img {
  width: 50px;

  margin: 0 auto;

  margin-bottom: 15px;

  filter: invert(59%) sepia(54%) saturate(972%) hue-rotate(341deg) brightness(105%) contrast(91%);
}

.amm-box p {
  margin-bottom: 0;
}

.meet-frm {
  background: #00000063;
  padding: 30px;
  border-radius: 8px;
  color: #fff;
  border: 1px solid rgb(255 255 255 / 27%);
}

/* faq */
.faq-accordion .accordion-item {
  background-color: #fff;
  border-radius: 0;
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 15px;
}

.faq-accordion .accordion-header {
  margin-bottom: 0;
}

.faq-accordion .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  font-weight: 500;
  line-height: 1.55em;
  background: #edcda3ba;
  border-radius: 0;
  box-shadow: none;
  color: #6e3916;
  font-size: 20px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #edcda3;
  color: #6e3916;
  box-shadow: none;
  /* border-bottom: 1px solid rgba(0, 0, 0, .08) */
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
  font-family: "Jost", sans-serif;
}

.faq-accordion .accordion-button::after,
.faq-accordion .accordion-button:not(.collapsed)::after {
  flex-shrink: 0;
  margin-left: auto;
  content: "\2b";
  font-family: "FontAwesome";
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  transform: none;
  width: auto;
  height: auto;
  background: none;
}

.faq-accordion .accordion-item .accordion-body>p {
  margin: 0;
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed):after {
  content: "\f068";
  font-family: "FontAwesome";
}

.faq-accordion .accordion-item:first-of-type .accordion-button,
.faq-accordion .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

.clnt-boxe {
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 25px;
  background: #fff;
}

.clnt-boxe h2 {
  font-size: 35px;
  text-transform: uppercase;
  color: #0272b8;
}

.clnt-boxe h2 span {
  color: #1e2e36;
}

.thumbnail-carousel .owl-item {
  cursor: pointer;
}

.main-carousel img {
  width: 100%;
  height: auto;
}

.thumbnail-carousel img {
  width: 100px;
  height: 70px;
  object-fit: cover;
}

.main-abt-carousel.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* border: 1px solid #e9e9e9; */
  border-radius: 50%;
  background: #00000091;
  width: 50px;
  height: 50px;
  color: #fff;
}

.main-abt-carousel.owl-theme .owl-nav button.owl-prev {
  left: 30px;
}

.main-abt-carousel.owl-theme .owl-nav button.owl-next {
  right: 30px;
}

.main-abt-carousel.owl-theme .owl-nav button:hover {
  color: #f39131;
}

.cta-wrapper2 {
  background: url(../images/banner/GetInTouch.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.masonry {
  /* Masonry container */
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: 0.85em;
  position: relative;
}

.masonry .item {
  display: inline-block;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: 0.3s ease-in-out;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 23px;
  position: relative;
}

.pp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;

  color: #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  /* backdrop-filter: blur(2px); */
}

.pp-overlay i {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: 800;
}

.masonry .item:hover .pp-overlay {
  opacity: 1;
}

.masonry .item img {
  max-width: 100%;
}

.sticky-about {
  position: sticky;
  top: 100px;
  left: 0;
}

.count-history {
  /*box-shadow: rgba(100, 100, 111, 0.2) 0px 10px 29px 0px;*/
  /*background: #ffffff;*/
  /*border-radius: 10px;*/
  /*padding: 10px;*/
  margin-top: 15px;
  text-align: center;
}

.count-history h4 {
  font-weight: 800;
  font-size: 40px;
  /* color: #f38f2e; */
  margin-bottom: 0px;
  background: -webkit-linear-gradient(87deg,
      rgb(29 155 243) 43%,
      rgb(243 141 43) 71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.count-history p {
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (max-width: 578px) {
  .banner {
    border-radius: 0;
    margin: 0;
  }

  .topbar {
    padding: 8px 8px;
  }

  .bni-box .bni {
    padding: 5px 55px;
    font-size: 14px;
    /*width: 100%;*/
    justify-content: center;
  }

  .bni-box,
  .bni-box a {
    /*width: 100%;*/
    text-align: center;
    justify-content: center;
  }

  .bni-box a img {
    width: 170px;
  }

  .top-box .top-link {
    font-size: 14px;
    margin-left: 0px;
    margin: 0;
    margin-right: 8px;
    padding: 0;
    padding-top: 10px;
  }

  .top-box {
    justify-content: center;
  }

  .top-box .top-link img {
    height: 20px;
    width: 20px;
  }

  .header .navbar {
    padding: 9px 0;
  }

  .highlight-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 48%;
    margin: 0;
    margin-bottom: 15px;
  }

  .highlight-text h4,
  .highlight-text p {
    color: #1e2e36 !important;
    font-size: 18px;
  }

  .clnt-boxe {
    margin-bottom: 25px;
  }

  .highlight-text h4 span {
    font-size: 46px;
  }

  .highlight-sec {
    flex-wrap: wrap;

    gap: 0;
    justify-content: space-between;
  }

  .highlight-card:last-child {
    width: 100%;
  }

  .client-logo li {
    padding: 5px;

    padding-bottom: 0;
  }

  .client-logo li img {
    width: 130px;
  }

  .home-mission .mission-box {
    height: auto;
  }

  .clnt-boxe h2 {
    font-size: 30px;
  }

  .highlight-card {
    background: #040404 !important;
  }

  .highlight-card:first-child .highlight-text h4,
  .highlight-card:nth-child(2) .highlight-text h4,
  .highlight-card:nth-child(3) .highlight-text h4,
  .highlight-card:nth-child(4) .highlight-text h4 {
    color: #fff;
  }

  /* .highlight-card:nth-child(2),
  .highlight-card:nth-child(3) {
    background: #f38e2c !important;
  } */

  /* .highlight-card:nth-child(2) .highlight-text h4 span,
  .highlight-card:nth-child(3) .highlight-text h4 span {
    color: #000;
  } */
}

.Divine-Main-Head {
  font-size: 48px;

  color: #6e3916 !important;

  line-height: 1;

  display: flex;

  align-items: center;

  justify-content: center;

  /* text-transform: uppercase; */
}

.cta-ep-wrapper {
  padding: 100px;

  text-align: center;

  background: url(../images/banner/expansion.webp) no-repeat center;

  background-size: cover;

  border-radius: 20px;

  position: relative;

  color: #fff;

  background-attachment: fixed;

  overflow: hidden;
}

.very dark desaturated blue {
  color: #2a3e48;
}

/* mobile only */
@media (max-width: 767.98px) {
  .Divine-Main-Head {
    font-size: 40px;
  }
}

/*breadcrumb container left-margin fix */
@media (min-width: 992px) {
  .breadcrumb-section .container {
    margin-left: 0.25rem !important;
  }
}

/* Targets all h3 elements inside .amenity */
.amenity h3 {
  font-size: 16px;
}

.font-20 {
  font-size: 20px !important;
}