@font-face {
  font-family: BarlowLight;
  font-display: swap;
  src: url(fonts/Barlow-Light.ttf) format("truetype");
}

@font-face {
  font-family: BarlowRegular;
  font-display: swap;
  src: url(fonts/Barlow-Regular.ttf) format("truetype");
}

@font-face {
  font-family: BarlowMedium;
  font-display: swap;
  src: url(fonts/Barlow-Medium.ttf) format("truetype");
}

@font-face {
  font-family: BarlowSemiBold;
  font-display: swap;
  src: url(fonts/Barlow-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: SatisfyRegular;
  font-display: swap;
  src: url(fonts/Satisfy-Regular.ttf) format("truetype");
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  background-color: #fff !important;
  font-family: BarlowLight, sans-serif;
  padding: 0 !important;
  overflow: unset !important;
}

a,
button,
input,
p,
select,
textarea {
  text-decoration: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  color: #292929;
}

ul {
  list-style: none !important;
}

p {
  line-height: 1.6;
}

img {
  max-width: 100%;
}

.section {
  margin-top: 108px;
}

.box-shadow {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%) !important;
  transition: all 0.3s ease-out !important;
}

.main-background {
  background-color: #faf7f2 !important;
}

.icon-hover {
  display: none;
}

.nav-link:hover .icon-hover {
  display: flex;
}

.nav-link:hover .icon {
  display: none;
}

.primary-background {
  background-color: #faf7f2 !important;
}

.primary-radius {
  border-radius: 20px !important;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  border-radius: 30px;
  padding: 10px;
  font-family: BarlowMedium, sans-serif;
  transition: all 0.3s ease-out !important;
}

.btn-primary {
  background-color: #fdc913;
  border: 2px solid #fdc913 !important;
  color: #292929 !important;
}

.btn-primary:hover {
  background-color: #fff !important;
  border-color: #292929 !important;
}

.btn-primary:active,
.btn-primary:focus {
  background-color: #fdc913 !important;
}

.heading-primary {
  font-size: 50px;
  font-family: BarlowSemiBold, sans-serif;
}

.heading-secondary {
  font-family: SatisfyRegular, sans-serif;
  color: #ce2829 !important;
  font-size: 32px !important;
}

.heading-primary-smaller {
  font-size: 35px !important;
  color: #292929 !important;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  transition: all 0.3s ease-out !important;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #292929;
  height: 30px;
  padding-left: 55px;
  padding-right: 55px;
  transition: height 0.3s ease-out;
  overflow: hidden;
}

.header-top.fixed {
  height: 0 !important;
}

.header-top h1 {
  color: #fff;
  font-size: 14px !important;
  margin: 0 !important;
}

.header-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-top-link {
  display: flex;
  justify-content: center;
  align-self: center;
}

.header-top-link a,
.header-top-link span {
  color: #fff !important;
  font-size: 14px !important;
  transition: all 0.3s ease-out;
}

.header-top-link a:hover span {
  color: #fdc913 !important;
}

.header-top-link-last {
  margin-left: 15px;
}

.header-top-image {
  width: 15px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-bottom {
  background-color: #fff;
  padding: 10px 0 !important;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 !important;
}

.navbar-brand {
  width: 130px;
  padding: 0 !important;
  margin: 0 !important;
  transform: scale(1);
  transition: transform 0.3s ease-out;
}

.navbar-brand:hover {
  transform: scale(0.95);
  transition: transform 0.3s ease-out;
}

.collapse {
  justify-content: flex-end !important;
  align-self: stretch !important;
}

.navbar-nav {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0 !important;
}

.navbar-toggler-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px !important;
  height: 25px !important;
}

.navbar-toggler .icon-show {
  width: 25px !important;
  height: 24px !important;
}

.navbar-toggler .icon-hide {
  width: 20px !important;
  height: 20px !important;
}

.navbar-toggler .icon-show,
.navbar-toggler.collapsed .icon-hide {
  display: none !important;
}

.navbar-toggler .icon-hide,
.navbar-toggler.collapsed .icon-show {
  display: block !important;
}

.nav-item {
  margin-left: 10px;
}

.nav-link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-link h2,
.nav-link h3 {
  font-size: 16px !important;
  transition: all 0.3s ease-out;
  margin: 0 !important;
  text-transform: uppercase;
  font-family: BarlowSemiBold, sans-serif;
}

.nav-link:hover h2 {
  color: #fdc913 !important;
}

.dropdown-item-hover img {
  transition: all 0.3s ease-out;
  transform: scale(1);
}

.dropdown-item-hover:hover img {
  transition: all 0.3s ease-out;
  transform: scale(1.1);
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown-mobile {
  display: none;
}

.about-icon {
  background-color: #faf7f2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 6px;
}

.about-icon img {
  width: 40px;
  margin-right: 5px;
}

.about-icon span {
  background-color: #faf7f2;
  font-family: BarlowSemiBold, sans-serif;
}

.information-box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 30px 30px;
  border-radius: 6px;
  transition: all 0.3s ease-out;
}

.information-box:hover {
  background-color: #fdc913;
}

.information-image {
  width: 60px;
  margin-bottom: 15px;
}

.information-details-top {
  font-size: 20px;
  font-family: BarlowSemiBold, sans-serif;
}

.information-details-bottom {
  font-size: 14px;
}

.carousel-caption {
  position: relative;
  padding: 0 !important;
  top: unset !important;
  right: unset !important;
  left: unset !important;
  bottom: unset !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: flex-start;
  padding-left: 20px !important;
  max-width: 550px !important;
}

.carousel-description {
  text-align: left;
  color: rgba(27, 27, 27, 0.7);
}

.carousel-signature {
  font-family: SatisfyRegular, sans-serif;
  font-size: 25px;
}

.carousel-control-next img,
.carousel-control-prev img {
  width: 25px !important;
}

.carousel-control-next:active,
.carousel-control-next:focus,
.carousel-control-prev:active,
.carousel-control-prev:focus {
  opacity: 0.5 !important;
}

.carousel-control-next,
.carousel-control-prev {
  top: unset !important;
  left: unset !important;
  bottom: unset !important;
  right: -90px !important;
  width: 85px !important;
  height: 85px !important;
  border: 1px solid #1b1b1b !important;
  border-radius: 50%;
  opacity: 0.5 !important;
  transition: all 0.3s ease-out !important;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 1 !important;
}

.carousel-control-prev {
  top: 30% !important;
}

.carousel-control-next {
  top: 50% !important;
}

.card {
  border: 0 !important;
  position: relative;
  border-radius: 20px;
  transition: all 0.3s ease-out !important;
}

.card-img-top {
  border-radius: 20px !important;
}

.card-body {
  position: absolute;
  background: #fff;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border-radius: 20px !important;
}

.card-body-top img {
  width: 20px !important;
}

.card-body-bottom {
  max-height: 0 !important;
  overflow: hidden;
  transition: all 0.3s ease-out !important;
}

.card:hover .card-body-bottom {
  max-height: 160px !important;
}

.card-title {
  font-family: BarlowMedium, sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-date {
  font-size: 14px !important;
  margin-left: 5px;
}

.card-text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-two {
  background-color: #faf7f2 !important;
  border-radius: 20px !important;
}

.card-two .card-body {
  position: initial !important;
  background-color: #faf7f2 !important;
  padding-top: 0 !important;
}

.nav-pills {
  justify-content: center !important;
}

.nav-pills .nav-link {
  background: #faf7f2;
  color: #292929;
  font-family: BarlowMedium, sans-serif;
  padding: 20px;
  border-radius: 50px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #292929;
  color: #fff;
}

.nav-item-products {
  width: 180px;
  height: 60px;
  text-align: center;
}

.section {
  position: relative;
}

.section-details {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.lightbox-gallery .item {
  margin-bottom: 30px !important;
}

.contact-company-details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px !important;
}

.contact-company-details img {
  width: 50px;
}

.contact-company-details a,
.contact-company-details p {
  margin: 0 !important;
  margin-left: 10px !important;
}

.blog-date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 !important;
}

.blog-date span {
  background: #cc8e5f !important;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
}

.form-required {
  font-size: 14px;
  font-weight: 400;
  color: #292929;
}

.form-required span {
  font-size: 14px;
  font-weight: 400;
  color: #292929;
}

.form-group {
  position: relative;
  width: 100%;
  min-height: 65px;
  overflow: hidden;
  margin-bottom: 10px;
}

.form-group p {
  margin: 0 !important;
  font-size: 14px !important;
}

.form-group-question {
  margin-top: 10px !important;
}

.form-group-question .form-control {
  box-shadow: none !important;
  outline: 0;
  transition: all 0.3s ease-out;
}

.form-group-question .form-control:focus {
  border-color: #fff;
}

.form-group-question .form-star {
  top: 32px !important;
}

.form-input {
  width: 100%;
  border: 1px solid #ced4da;
  outline: 0 !important;
  padding: 10px;
  font-weight: 300;
  border-radius: 3px;
  position: absolute;
  left: 0;
  color: #292929 !important;
  bottom: 0;
  font-size: 16px;
  transition: all 0.3s ease-out;
  background-color: #fff;
}

.form-input:focus {
  border-color: #ced4da !important;
  transition: all 0.3s ease-out;
}

.form-input:focus~.form-label,
.form-input~.form-label {
  top: 8px;
  left: 12px;
  font-size: 14px;
  background-color: #fff;
  transition: all 0.3s ease-out !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.form-label {
  position: absolute;
  padding-left: 5px !important;
  color: #292929 !important;
}

.form-input:placeholder-shown~label {
  position: absolute;
  left: 15px;
  top: 30px;
  margin: 0 !important;
  transition: all 0.3s ease-out !important;
  font-size: 16px;
  color: #292929 !important;
  pointer-events: none;
  padding: 0 !important;
  background-color: #fff;
}

.form-star {
  position: absolute;
  right: 5px;
  top: 18px;
  color: #fd0000;
}

.black-link {
  color: #000 !important;
}

h1 a {
  color: #fdc913 !important;
}

h1 a:hover {
  color: #ffffff !important;
}

.form-group-text-area {
  margin-top: 30px !important;
  position: relative;
}

.form-input-text-area {
  position: relative !important;
}

.form-input-text-area::placeholder {
  font-size: 16px;
  color: #000 !important;
}

.form-group-text-area .form-star {
  top: 0 !important;
}

.footer-top {
  background-color: #faf7f2;
  padding: 30px 0 !important;
}

.footer-company-details {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer-company-details img {
  width: 30px;
  margin-right: 10px;
}

.footer-company-details p {
  margin: 0 !important;
}

.footer-company-details a,
.footer-company-details p {
  font-family: BarlowMedium, sans-serif;
  transition: color 0.3s ease-out;
}

.footer-company-details a:hover {
  color: #fdc913 !important;
}

.footer-company-logo {
  margin-bottom: 15px;
}

.footer-company-logo img {
  width: 250px !important;
}

.seo-links {
  margin: 0 !important;
}

.seo-heading {
  color: #292929;
  text-transform: uppercase;
  font-size: 18px;
  font-family: BarlowMedium, sans-serif;
}

.seo-link {
  margin-bottom: 5px;
}

.seo-link a {
  color: #292929;
  font-size: 14px;
  transition: all 0.3s ease-out;
}

.seo-link a:hover {
  color: #fdc913;
}

.footer-bottom {
  background-color: #faf7f2;
  font-size: 14px;
  padding: 22px 0;
  border-top: 1px solid #e1e1e1;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-inner {
  display: flex;
  align-items: center;
}

.footer-inner-left {
  justify-content: flex-start;
}

.footer-inner-right {
  justify-content: flex-end;
}

.footer-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-right: 10px;
}

.footer-details {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer p {
  margin-bottom: 0 !important;
  color: #292929;
}

.footer-link {
  color: #292929;
  display: inline-block !important;
  text-align: center !important;
  transition: all 0.3s ease-out;
}

.footer-link:hover {
  color: #fdc913 !important;
}

.footer-heading {
  margin-bottom: 0 !important;
  color: #292929;
  font-size: 14px;
}

.footer-social {
  display: flex;
}

.footer-social-link {
  margin-right: 10px;
}

.footer-social-link .hover,
.footer-social-link .no-hover {
  width: 30px;
}

.footer-social-link .hover,
.footer-social-link:hover .no-hover {
  display: none;
}

.footer-social-link .no-hover,
.footer-social-link:hover .hover {
  display: block;
}

.link-in-text a {
  color: #fdc913 !important;
  text-decoration: underline !important;
}

@media (min-width: 1200px) {
  .container-narrow {
    max-width: 900px !important;
  }

  .container-fluid {
    padding: 0 55px;
  }
}

a:hover {
  color: #fdc913;
}

.text-justify ul {
  list-style: disc !important;
  list-style-position: inside !important;
  padding-left: 15px !important;
}

@media (min-width: 992px) {
  .dropdown-menu {
    border-radius: 0 !important;
  }

  .navbar .dropdown-menu {
    position: fixed !important;
    top: 106px !important;
    width: 100% !important;
    left: 0 !important;
    transition: all 0.3s ease-out;
    border-bottom: 0.5px solid #e1e1e1 !important;
    border-top: 0.5px solid #e1e1e1 !important;
  }

  .navbar.fixed .dropdown-menu {
    position: fixed !important;
    top: 75px !important;
    width: 100% !important;
    left: 0 !important;
    transition: all 0.3s ease-out;
  }

  .nav-item.dropdown.show>.nav-link::after {
    position: absolute !important;
    left: 45% !important;
    bottom: -23px !important;
    display: block !important;
    content: "" !important;
    border: solid #fff !important;
    background-color: #fff !important;
    border-width: 0 1px 1px 0 !important;
    display: inline-block !important;
    padding: 6px !important;
    z-index: 9999 !important;
    -webkit-transform: rotate(-135deg) !important;
    -moz-transform: rotate(-135deg) !important;
    -ms-transform: rotate(-135deg) !important;
    -o-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
  }

  .nav-link>img {
    width: 14px !important;
    margin-left: 5px;
  }

  .dropdown-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    border: none !important;
  }

  .dropdown-list {
    display: flex;
  }

  .dropdown-item {
    padding: 0 !important;
    transition: all 0.3s ease-out;
  }

  .dropdown-item:active,
  .dropdown-item:focus,
  .dropdown-item:hover {
    background-color: #fff !important;
    border-radius: 6px !important;
  }

  .dropdown-link {
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .dropdown-link h3 {
    color: #292929;
    font-size: 16px !important;
    margin: 0 !important;
    transition: all .3s ease-in-out;
  }

  .dropdown-link:hover h3 {
    color: #fdc913 !important;
  }

  .dropdown-toggle::after {
    display: none !important;
  }
}

@media (max-width: 1320px) {

  .carousel-control-next,
  .carousel-control-prev {
    display: none !important;
  }

  .navbar-nav .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }

  .nav-link h2,
  .nav-link h3 {
    font-size: 14px !important;
  }

  .nav-link>img {
    width: 12px !important;
  }
}

@media (max-width: 1200px) {
  .card .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 1100px) {
  .navbar-brand {
    width: 90px !important;
  }
}

.navbar-phone {
  display: none !important;
}

@media (max-width: 991px) {
  .navbar-phone {
    display: flex !important;
    width: 20px;
    position: absolute;
    right: 50px;
  }

  .mobile-center {
    display: flex;
    justify-content: center;
    text-align: center !important;
  }

  a,
  button,
  input,
  p,
  select,
  span,
  textarea {
    font-size: 14px !important;
  }

  .heading-primary {
    font-size: 30px !important;
    text-align: center;
  }

  .heading-secondary {
    font-size: 25px !important;
    text-align: center;
  }

  .heading-hero {
    padding-top: 1rem;
  }

  .card .btn-primary,
  .card-two .btn-primary {
    width: 100px !important;
    padding: 5px;
  }

  .btn-primary {
    margin: 0 auto !important;
  }

  .header-top h1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .header-top-right {
    display: none !important;
  }

  .navbar-nav {
    justify-content: unset !important;
  }

  .navbar .navbar-collapse {
    position: fixed;
    width: 100%;
    left: 0;
    top: 95px;
    background: #fff !important;
    transition: all 0.3s ease-out;
    height: calc(100vh - 95px);
    overflow-y: scroll;
  }

  .navbar.fixed .navbar-collapse {
    top: 58px !important;
    transition: all 0.3s ease-out;
    height: calc(100vh - 58px);
    overflow-y: scroll;
  }

  .navbar-nav .nav-item {
    margin: 0 !important;
    border-bottom: 1px solid #c4c4c4;
    width: 100% !important;
    height: unset !important;
  }

  .navbar-nav .nav-link {
    padding: 20px 15px !important;
    outline: 0 !important;
    box-shadow: none !important;
    justify-content: flex-start !important;
    height: unset !important;
  }

  .navbar-nav .nav-link>img {
    margin-left: 5px !important;
  }

  .navbar-nav .dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0 !important;
  }

  .dropdown-container {
    display: none !important;
  }

  .dropdown-item {
    padding: 0 !important;
  }

  .dropdown-link {
    display: flex;
    padding: 10px 0;
    justify-content: start;
    align-items: center;
  }

  .dropdown-link h3 {
    font-size: 16px !important;
    margin: 0 !important;
    margin-left: 15px !important;
  }

  .dropdown-link:active,
  .dropdown-link:focus,
  .dropdown-link:hover {
    color: #cc8e5f !important;
    background-color: #fff;
  }

  .dropdown-mobile {
    display: flex !important;
  }

  .about-icon span {
    text-align: center !important;
  }

  .information-details-top {
    font-size: 14px !important;
    text-align: center;
  }

  .section {
    margin-top: 95px !important;
  }

  .card .card-img-top {
    border-radius: 0 !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

  .card .card-body {
    position: relative;
    left: unset;
    right: unset;
    bottom: 20px !important;
    background: #faf7f2;
    border-radius: 0 !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .card .card-body p,
  .card .card-title {
    margin-bottom: 5px !important;
  }

  .card .card-body-bottom {
    max-height: unset !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .card .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
  }

  .footer-inner {
    flex-direction: column !important;
  }

  .footer-image {
    margin: 0 !important;
  }

  .footer-heading {
    margin-top: 5px !important;
  }

  .footer-inner-right .footer-line {
    display: none;
  }
}

.modal-header .close {
  padding: 0;
  margin: 0;
  font-size: 30px !important;
  line-height: 20px !important;
}

.modal-header .close span {
  font-size: 35px !important;
}

.modal-icon img {
  width: 120px;
}

@media (max-width: 767px) {
  .form-reservation.desktop {
    display: none !important;
  }

  .element-hide {
    display: none !important;
  }

  .card .btn-primary,
  .card-two .btn-primary {
    width: 170px !important;
    padding: 10px;
  }

  .hero-image {
    margin-top: 1rem !important;
  }

  .about-icon {
    margin-bottom: 1rem !important;
  }

  .about-icon-last {
    margin-bottom: 0 !important;
  }

  .information-box {
    margin-bottom: 1rem;
  }

  .information-box-last {
    margin-bottom: 0 !important;
  }

  .card,
  .card-two {
    margin-bottom: 1.5rem !important;
  }

  .card-title {
    text-align: center !important;
  }

  .carousel-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem !important;
  }

  .carousel-image img {
    width: 100%;
  }

  .carousel-caption {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .carousel-caption h4 {
    width: 100%;
    text-align: center !important;
  }

  .carousel-description {
    text-align: center !important;
  }

  .form-btn {
    margin-top: 20px !important;
  }

  .seo-heading {
    margin-top: 10px !important;
  }

  .lightbox-gallery .item {
    position: relative;
    overflow: hidden;
  }

  .lightbox-gallery .item img {
    display: block !important;
    height: unset !important;
  }

  .nav-pills {
    justify-content: start !important;
    flex-wrap: nowrap !important;
    overflow: scroll !important;
  }

  .nav-item-products {
    min-width: 160px !important;
  }
}

@media (max-width: 360px) {
  .footer-details {
    flex-direction: column;
  }

  .footer-inner-left .footer-line {
    display: none;
  }
}

.relative {
  position: relative !important;
}

.caption-404 {
  position: absolute;
  background: rgb(41 41 44 / 60%);
  padding: 3rem;
  bottom: 50px;
}

.caption-404 p {
  color: white !important;
  font-family: BarlowMedium, sans-serif;
}

.card-text a {
  color: #fdc913;
}

.card .card-body.blog {
  position: relative;
  left: unset;
  right: unset;
  bottom: 20px !important;
  background: #faf7f2;
  border-radius: 0 !important;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card .card-body.blog .card-text p {
  -webkit-line-clamp: 5 !important;
  text-align: justify;
}

.card .card-body.blog .card-body-bottom {
  min-height: 200px !important;
}

.price {
  font-family: SatisfyRegular, sans-serif;
  color: #ce2829;
  text-align: center !important;
  font-size: 20px;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  pointer-events: none !important;
  transition: all 0.5s ease-in-out;
}
.preloader.hidden {
  opacity: 0;
}
@keyframes ldio-rpinwye8j0b {
  0% { transform: rotate(0deg) }
  50% { transform: rotate(180deg) }
  100% { transform: rotate(360deg) }
}
.ldio-rpinwye8j0b div {
  position: absolute;
  animation: ldio-rpinwye8j0b 1s linear infinite;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #ce2829;
  transform-origin: 80px 82px;
}
.loadingio-eclipse {
  width: 200px;
  height: 200px;
  display: inline-block;
  overflow: hidden;
}
.ldio-rpinwye8j0b {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
  display: flex;
  justify-content: center;
  align-items: center;
}
.ldio-rpinwye8j0b div { box-sizing: content-box; }