:root {
  --color-green: #154633;
  --color-green-hover: #1d7b57;
  --color-white: #ffffff;
  --color-brown-light: #e2d2c4;
  --color-gray: #444444;
  --color-orange: #ff4a17;
  --color-orange-hover: #ff6a40;
  --color-border: #E5E5E5;
  --border-radius: .25rem;
}

body { overflow-y: scroll; font-family: "Open Sans", sans-serif; color: var(--color-gray); }

a { color: #ff4a17; text-decoration: none; }
a:hover { color: #ff724a; text-decoration: none; }
h2 { text-align: center; margin: 0; margin-bottom: 2rem; font-size: 2rem; font-weight: 700; text-transform: uppercase; }
h3 { margin: 0; margin-bottom: 2rem; font-size: 1.7rem; }
p { font-size: 1.2rem; }

#topbar { background-color: #ffffff; border-bottom: 1px solid var(--color-border); font-size: 15px; padding: 10px 0; position: relative; z-index: 997; }
#topbar a { line-height: 1.5rem; color: var(--color-gray); margin-left: 15px; }
#topbar a i { color: var(--color-gray); margin-right: 5px; }
#topbar a:hover, #topbar a:hover i { color: var(--color-orange); }
#topbar a:first-of-type { margin-left: 0; }
#topbar a:last-of-type { margin-right: 10px; }

#header { background: rgba(0, 0, 0, 0.4); height: 80px; position: relative; z-index: 997; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06); }
#header.without-slider { background-color: rgba(0, 0, 0, 0.85); }
#header.fixed-top { position: fixed; background-color: rgba(0, 0, 0, 0.85); }
#header .logo h1 { margin: 0; padding: 0; font-size: 1.5rem; }
#header .logo h1 a { position: relative; display: inline-block; color: var(--color-white); }
#header .logo h1 span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; visibility: hidden; overflow: hidden; }
#header .logo h1 img { padding: 0; margin: 0; max-height: 60px; }
.scrolled-offset { margin-top: 70px; }

.navbar { padding: 0; }
.navbar ul { margin: 0; padding: 0; display: flex; list-style: none; align-items: center; }
.navbar li { position: relative; }
.navbar > ul > li { white-space: nowrap; padding: 8px 12px; }
.navbar a, .navbar a:focus { display: flex; align-items: center; position: relative; justify-content: space-between; padding: 0 3px; font-size: 14px; text-transform: uppercase; font-weight: 700; color: var(--color-white); white-space: nowrap; transition: 0.3s; }
.navbar a.locale, .navbar a.locale:focus { font-weight: 400; }
.navbar a i, .navbar a:focus i { font-size: 12px; line-height: 0; margin-left: 5px; }
.navbar > ul > li > a:before { content: ""; position: absolute; width: 100%; height: 2px; bottom: -6px; left: 0; background-color: #ff4a17; visibility: hidden; width: 0px; transition: all 0.3s ease-in-out 0s; }
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before { visibility: visible; width: 100%; }
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a { color: var(--color-white); }
.navbar .reservation, .navbar .reservation:focus { padding: 8px 25px; margin-left: 30px; border-radius: var(--border-radius); color: var(--color-white); border: 1px solid var(--color-border); }
.navbar .reservation:hover, .navbar .reservation:focus:hover, .navbar .reservation.active { color: #fff; background: #fd3800; border-color: #ff4a17; }
.navbar > ul > li > .reservation:before { visibility: hidden; }

.mobile-nav-toggle { color: var(--color-white); font-size: 28px; cursor: pointer; display: none; line-height: 0; transition: 0.5s; }
.navbar-mobile .mobile-nav-toggle { color: var(--color-white); }
@media (max-width: 991px) {
	.mobile-nav-toggle { display: block; }
	.navbar ul { display: none; }
}
.navbar-mobile { position: fixed; overflow: hidden; top: 0; right: 0; left: 0; bottom: 0; background: rgba(4, 7, 9, 0.9); transition: 0.3s; z-index: 999; }
.navbar-mobile .mobile-nav-toggle { position: absolute; top: 15px; right: 15px; }
.navbar-mobile ul { display: block; position: absolute; top: 55px; right: 15px; bottom: 15px; left: 15px; padding: 10px 0; border-radius: 10px; background-color: #fff; overflow-y: auto; transition: 0.3s; }
.navbar-mobile a, .navbar-mobile a:focus { padding: 10px 20px; font-size: 15px; color: #15222b; }
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a { color: #ff4a17; }
.navbar-mobile .reservation, .navbar-mobile .reservation:focus { margin: 15px; }

#hero { width: 100%; height: 100vh; margin-top: -125px; padding: 0; overflow: hidden; background: var(--color-black); }
#hero .carousel-item { width: 100%; height: 100vh; background-size: cover; background-position: center center; background-repeat: no-repeat; overflow: hidden; }
#hero .carousel-item::before { content: ''; background-color: rgba(13, 20, 26, 0.6); position: absolute; height: 100%; width: 100%; top: 0; right: 0; left: 0; bottom: 0; overflow: hidden; }
#hero .carousel-container { display: flex; justify-content: center; align-items: center; position: absolute; bottom: 0; top: 0; left: 0; right: 0; overflow: hidden; }
@media (max-width: 992px) {
	#hero, #hero .carousel-item { height: calc(100vh - 70px); }
	#hero .carousel-content.container { padding: 0 50px; }
}
#hero h2 { color: var(--color-white); text-transform: uppercase; margin-bottom: 10px; font-size: 48px; font-weight: 700; line-height: 56px; }
#hero p { width: 80%; margin: 0 auto 50px; color: #eee; font-size: 24px; }
#hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end { left: 0; }
#hero .carousel-control-prev, #hero .carousel-control-next { width: 10%; }
#hero .carousel-indicators li { cursor: pointer; }
#hero .carousel-btn { font-size: 14px; text-transform: uppercase; display: inline-block; padding: 10px 35px; border-radius: var(--border-radius); margin: 10px; color: var(--color-white); background: var(--color-orange); }
#hero .carousel-btn:hover { background: var(--color-orange-hover); }
@media (max-width: 768px) {
	#hero h2 { font-size: 28px; line-height: 36px; }
	#hero p { font-size: 18px; margin-bottom: 30px; }
}
@media (max-height: 500px) {
	#hero, #hero .carousel-item { height: 120vh; }
}
@media (min-width: 1024px) {
	#hero p { width: 60%; }
	#hero .carousel-control-prev, #hero .carousel-control-next { width: 5%; }
}

.back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 996; background: var(--color-orange); width: 40px; height: 40px; border-radius: var(--border-radius); }
.back-to-top i { font-size: 2rem; color: var(--color-white); line-height: 0; }
.back-to-top:hover { background: var(--color-orange-hover); }
.back-to-top.active { visibility: visible; opacity: 1; }




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
main { background: var(--color-white); padding-top: 80px; min-height: 300px; }
main.withSlider { padding-top: 0; }
main iframe { width: 100%; min-height: 1000px;  }
section { padding: 60px 0; overflow: hidden; }
section.alerts { padding: 60px 0 0; margin-bottom: -40px; }
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f0f4f8;
}

.section-title {
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c8eb0;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff8664;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #263d4d;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.aboutus .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 15px;
}
.aboutus .count-box {
  padding: 60px 0;
  width: 100%;
}
.aboutus .count-box i {
  display: block;
  font-size: 48px;
  color: #a1bdd1;
  float: left;
  line-height: 0;
}
.aboutus .count-box span {
  font-size: 28px;
  line-height: 25px;
  display: block;
  font-weight: 700;
  color: #365870;
  margin-left: 60px;
}
.aboutus .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-weight: 700;
  font-size: 14px;
  color: #2e4b5e;
}
.aboutus .count-box a {
  font-weight: 700;
  display: block;
  margin-top: 20px;
  color: #2e4b5e;
  font-size: 15px;
  transition: ease-in-out 0.3s;
}
.aboutus .count-box a:hover {
  color: #477392;
}
.aboutus .content {
  font-size: 15px;
}
.aboutus .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #263d4d;
}
.aboutus .content ul {
  list-style: none;
  padding: 0;
}
.aboutus .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.aboutus .content ul i {
  font-size: 24px;
  color: #ff4a17;
  position: absolute;
  left: 0;
  top: -2px;
}
.aboutus .content p:last-child {
  margin-bottom: 0;
}
.aboutus .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ff4a17 50%, rgba(255, 74, 23, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.aboutus .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.aboutus .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 74, 23, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.aboutus .play-btn:hover::after {
  border-left: 15px solid #ff4a17;
  transform: scale(20);
}
.aboutus .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
  background: url("/assets/img/about-boxes-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}
.about-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}
.about-boxes .container, .about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}
.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}
.about-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  text-align: center;
  background-color: #ff4a17;
  border-radius: 4px;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}
.about-boxes .card-body {
  padding-top: 12px;
}
.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}
.about-boxes .card-title a {
  color: #15222b;
}
.about-boxes .card-title a:hover {
  color: #ff4a17;
}
.about-boxes .card-text {
  color: #5e5e5e;
}
.about-boxes .card:hover .card-icon i {
  background: #fff;
  color: #ff4a17;
}
@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f0f4f8;
  padding: 15px 0;
  text-align: center;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}
.clients img:hover {
  filter: none;
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}
.features .nav-link {
  border: 1px solid #b5ccdb;
  padding: 15px;
  transition: 0.3s;
  color: #15222b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}
.features .nav-link h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.features .nav-link:hover {
  color: #ff4a17;
}
.features .nav-link.active {
  background: #ff4a17;
  color: #fff;
  border-color: #ff4a17;
}
@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }
  .features .nav-link i {
    font-size: 24px;
  }
}
.features .tab-content {
  margin-top: 30px;
}
.features .tab-pane h3 {
  font-weight: 700;
  font-size: 26px;
}
.features .tab-pane ul {
  list-style: none;
  padding: 0;
}
.features .tab-pane ul li {
  padding-bottom: 10px;
}
.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ff4a17;
}
.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}
.services .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
  line-height: 0;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .icon-box h4 a {
  color: #365870;
  transition: 0.3s;
}
.services .icon-box .icon-box:hover h4 a {
  color: #ff4a17;
}
.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}
.services .icon-box:hover h4 a {
  color: #ff4a17;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("/assets/img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.7);
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #a1bdd1;
  opacity: 0.5;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff4a17;
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #e5edf3;
  border-radius: 4px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #ff4a17;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #ff4a17;
  padding: 15px 20px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc1b0;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}
.portfolio .portfolio-item:hover img {
  top: -30px;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff4a17;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff4a17;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 34, 43, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  position: relative;
}
.team .container {
  position: relative;
  z-index: 10;
}
.team .member {
  margin-bottom: 80px;
  position: relative;
}
.team .member .pic {
  overflow: hidden;
}
.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px;
}
.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0;
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.team .member .social a {
  transition: color 0.3s;
  color: #477392;
}
.team .member .social a:hover {
  color: #ff4a17;
}
.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #ff4a17;
  border-radius: 50%;
  padding: 8px;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}


.news-container .item { padding-bottom: 2rem; margin-bottom: 2rem; color: var(--color-gray); display: block; border-bottom: 1px solid var(--color-border); }
.news-container .item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.news-container .item-header { display: flex; gap: 1rem; margin-bottom: 1rem; }
.news-container .item-header .break { flex-basis: 100%; height: 0; }
.news-container .item-header h3 { line-height: 40px; margin: 0; font-size: 1.75rem; flex-grow: 1; font-weight: 700; }
.news-container .item-header h3 a { color: var(--color-gray); }
.news-container .item-header .date { line-height: 40px; }
.news-container .item-content :last-child { margin-bottom: 0; }
@media (max-width: 576px) { .news-container .item-header { flex-wrap: wrap; }
	.news-container .item-header .date { flex-basis: 100%; line-height: 1rem; }
	.news-container .item-content { padding-left: 0; }
}

.gallery { padding-bottom: 0; margin-top: 2rem; }
.gallery .gallery-item { overflow: hidden; border-right: 3px solid var(--color-white); border-bottom: 3px solid var(--color-white); display: block; aspect-ratio: 4/3; }
.gallery .gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; }

.rooms .room-item { border-radius: var(--border-radius); margin-bottom: 1.5rem; }
.rooms .room-item .room-img { border-radius: var(--border-radius); overflow: hidden; display: block; aspect-ratio: 4/3; }
.rooms .room-item .room-img .carousel-item { aspect-ratio: 4/3; }
.rooms .room-item img { display: block; transition: all ease-in-out 0.4s; width: 100%; height: 100%; object-fit: cover; }
/*.rooms .room-item:hover img { transform: scale(1.1); }*/
.rooms .room-content h4 { padding: 15px; padding-bottom: 5px; font-size: 1.3rem; text-align: center; margin-bottom: 0; font-weight: 700; }
.rooms .room-content p { text-align: center; }
.rooms .room-content .price { display: block; text-align: center; margin-bottom: .5rem; }

#footer { padding: 0 0 30px 0; color: #fff; font-size: 14px; border-top: 1px solid var(--color-border); color: var(--color-gray); }
#footer .container div { text-align: center; padding-top: 30px; }