body {
  background-color: wheat;
  font-family: "Anek Devanagari", sans-serif;
  font-size: 1.1rem;
}
#header {
  height: 85px;
  padding: 0;
}

#header .logo img {
  max-height: 70px;
}


#topbar i span {
  padding-top: 5px;
}

.contact {
  background-color: #3b241a;
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 0px solid #fff;
  border-bottom: 0px solid #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Urbanist", sans-serif;
}



.section-title h2 {
  margin: 15px 0 0 0;
  font-size: 40px;
  font-weight: 400;
  color: #000000;
}

.section-title h2 span {
  color: #e28d22;
  text-shadow: 1px 0.5px black;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #e28d22;
}

.back-to-top {
  background: #3b241a;
  border: 1px solid #fff;
}

.back-to-top:hover {
  background: #e28d22;
  color: #fff;
}

#footer h3 {
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
}

#footer {
  background-color: #1e1e1e;
  text-align: start;
}

@media (max-width: 768px) {
    #footer {
      text-align: center;
    }
    #heroText {
      padding: 20px 25px 20px 25px;
    }
    
  }

.philosophy {
  /* background-color: #3b241acc; */
  background: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 100 100\' preserveAspectRatio=\'none\'><polygon points=\'0,5 100,0 100,95 0,100\' style=\'fill:%233b241acc;\'/></svg>') no-repeat bottom;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 75%;
  }
}

.section-title p {
  font-size: 18px;
}

.contact .section-title h2 {
  margin: 15px 0 0 0;
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
}

.contact .section-title p {
  color: #ffffff;
}

.contact .info {
  background-color: #3b241a00;
}

.contact .info h4 {
  color: #e28d22;
  font-family: "Urbanist", sans-serif;
}

.contact .info p {
  color: #7a7368;
}

.contact .info i {
    color: #e28d22;
}

.contact .php-email-form button[type="submit"] {
  background: #3b241a;
}

.contact .container {
  background-color: wheat;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35);
}
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0);
  padding: 30px;
  border-radius: 1rem;
}

.contact .php-email-form {
  background-color: wheat;
  border-radius: 0rem 0 1rem 1rem;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #e28d22;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 1rem;
}

.bg-transparent {
  background-color: #ffffff00;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0) !important;
}

#hero .btn-menu,
#hero .btn-book {
  border: 2px solid #e28d22;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: #e28d22;
}

#hero .carousel-container {
  z-index: 2;
}

#hero p {
  font-size: 20px;
}

#hero h2 span {
    color: #e28d22;
}

.carousel-content {
  background-color: none;
  /* background-color: rgba(0, 0, 0, 0.5); */
  padding: 40px 50px 40px 50px;
  border-radius: 1rem;
}

a {
  color: #e28d22;
}

.map {
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: 0rem 0 1rem 1rem;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.breadcrumbs {
  background: #1e1e1e;
}

.breadcrumbs h2 {
  color: #fff;
}

.breadcrumbs ol li + li {
  color: #fff;
}
