/*
Theme Name: Laspace
Theme URI: http://dev-er.com/
Author: Hung Nguyen
Author URI: http://dev-er.com/
Description: A minimal, custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: laspace
*/
:root {
  --font-color-black: #1C2A43; /* Define a variable named --main-color */
  --main-color: #EF984A;
  --font-color-white: #ffffff;
  --background-block: #FFF3E8;
  --background-block-gray: #E5E5E5;
}

/* general style */
body {
  margin: 0;
}

.container-fluid {
  padding: 0;
}

.container {
  padding: 0;
}

h2 {
  padding: 0 15px;
}

p {
  padding: 0 15px;
  margin: 0;
}

img {
  margin: 0 15px;
}

/* style for menu header Page */
/* Base header styles */
.site-header {
  background-color: #fff;
  padding: 16px 32px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1000;
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.logo img {
  height: 40px;
}

/* Menu styles */
.nav-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
}

.main-nav {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .main-nav {
    display: none;
  }
}
.main-nav li a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
  transition: color 0.2s ease;
}

.main-nav li a:hover {
  color: var(--main-color);
  text-decoration: none;
}

.booking-btn {
  background-color: var(--main-color);
  color: var(--font-color-black);
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
  border: 1px solid var(--main-color);
  font-size: 16px;
}

.booking-btn:hover {
  border: 1px solid var(--main-color);
  background-color: transparent;
  color: var(--main-color);
  text-decoration: none;
}

/* Banner header block */
section.banner-block {
  min-height: 80px;
  background: transparent no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 80px 0;
}

section.banner-block h2 {
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  flex: 0 0 100%;
  margin-top: 80px;
}

section.banner-block p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  margin-top: 14px;
  flex: 0 0 100%;
}

@media screen and (max-width: 768px) {
  section.banner-block h2 {
    line-height: 60px;
  }
  section.banner-block p {
    line-height: 24px;
  }
}
section.banner-block a {
  color: var(--font-color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  margin: 16px auto 0;
}

section.banner-block a div {
  background: var(--main-color);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 15px;
  flex: 0 0 100%;
  border: 1px solid var(--main-color);
  font-size: 16px;
}

section.banner-block a div:hover {
  background-color: transparent;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  text-decoration: none;
}

/* END Banner header block */
/* Life Space block */
.laspace-life-block-items {
  padding: 0 0 60px 0;
}
.laspace-life-block-items p {
  font-size: 16px;
}

section.laspace-life-block {
  min-height: 80px;
  background: transparent no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 80px 0;
}

section.laspace-life-block > h2 {
  color: var(--font-color-black);
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  flex: 0 0 100%;
  margin-top: 80px;
  position: relative;
}

.laspace-life-block > h2::before {
  width: 34px;
  height: 34px;
  background: url(/wp-content/uploads/vector.svg) no-repeat center center;
  content: "";
  display: block;
  margin: -50px auto 0;
  left: 49%;
  position: absolute;
}

section.laspace-life-block p {
  color: var(--font-color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-top: 24px;
  flex: 0 0 100%;
}

div.laspace-life-block-item {
  margin-bottom: 40px;
}

div.laspace-life-block-item img {
  vertical-align: middle;
  height: 100px;
}

div.laspace-life-block-item h3 {
  font-size: 20px;
  font-weight: 600;
}

div.laspace-life-block-item p {
  padding: 0;
}

/* END Laspace Life block */
/* Our mission block */
.our-mission-block-bg {
  background-color: var(--background-block);
  padding: 60px 0 0 0;
}

.our-mission {
  min-height: 80px;
  background: transparent no-repeat center center;
  background-size: cover;
  position: relative;
  align-items: center;
  padding: 0 0 0 0;
}

.our-mission > h2 {
  color: var(--font-color-black);
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  position: relative;
  display: flex;
}

.our-mission > h2::after {
  width: 29px;
  height: 29px;
  background: url(/wp-content/uploads/vector_small.svg) no-repeat center center;
  content: "";
  display: block;
  margin: -12px auto 0 0;
}

@media screen and (min-width: 920px) {
  .our-mission > p {
    max-width: 80%;
  }
}
.our-mission p {
  color: var(--font-color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-top: 24px;
}

.our-mission img {
  max-width: 100%;
  height: auto;
  margin-top: 24px;
  margin: 24px 0 -66px 0;
}

/* END Our mission block */
/* Laspace offer block  */
.laspace-offer-block-items {
  padding: 0 0 60px 0;
}

.laspace-offer-block {
  min-height: 80px;
  background: transparent no-repeat center center;
  background-size: cover;
  position: relative;
  align-items: center;
  padding: 146px 0 36px 0;
}

.laspace-offer-block > h2 {
  color: var(--font-color-black);
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  position: relative;
  display: flex;
}

.laspace-offer-block > h2::after {
  width: 29px;
  height: 29px;
  background: url(/wp-content/uploads/vector_small.svg) no-repeat center center;
  content: "";
  display: block;
  margin: -12px auto 0 0;
}

.laspace-offer-block p {
  color: var(--font-color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-top: 24px;
}

@media screen and (min-width: 920px) {
  .laspace-offer-block > p {
    max-width: 60%;
  }
}
div.laspace-offer-block-item {
  margin-bottom: 40px;
}

div.laspace-offer-block-item img {
  width: 100%;
  margin: 0 0 0 0;
}

div.laspace-offer-block-item h3 {
  font-size: 20px;
  font-weight: 600;
}

div.laspace-offer-block-item p {
  padding: 0;
}

/* END Laspace offer block */
/* custom slide for uniquely laspace */
.uniquely-laspace-block-bg {
  background-color: var(--background-block);
  padding: 60px 0 0 0;
}

.uniquely-laspace h2 {
  color: var(--font-color-black);
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  padding: 0;
  position: relative;
  display: flex;
}

.uniquely-laspace h2::after {
  width: 29px;
  height: 29px;
  background: url(/wp-content/uploads/vector_small.svg) no-repeat center center;
  content: "";
  display: block;
  margin: -12px auto 0 0;
}

.uniquely-laspace p {
  color: var(--font-color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 36px;
  padding: 0;
}

.custom-carousel-inner .item {
  width: 100%;
}

.custom-carousel-inner .item img {
  width: 100%;
  margin: 0;
}

#uniquely-laspace-carousel {
  margin: 0 0 -60px 0;
}

.slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 -60px 0;
}

.slider-container {
  display: flex;
  width: 300%;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 0 0 25%;
  box-sizing: border-box;
  text-align: center;
}

.slide img {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 30px 0 0;
}

/* Animation class */
.button_go_next_slide {
  width: 72px;
  height: 72px;
  background: var(--main-color);
  border-radius: 50%;
  display: flex;
  position: absolute;
  z-index: 9;
  right: 23%;
  top: 44%;
}

.button_go_next_slide img {
  height: 27px;
  margin: auto;
}

/* END custom slide for uniquely laspace */
/* Laspace new story block */
.stories-news-updates {
  min-height: 80px;
  background: transparent no-repeat center center;
  background-size: cover;
  position: relative;
  align-items: center;
  padding: 60px 0 80px 0;
}

.stories-news-updates > h2 {
  color: var(--font-color-black);
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: left;
  margin: 60px 0 0 0;
  position: relative;
  display: flex;
}

.stories-news-updates > h2::after {
  width: 29px;
  height: 29px;
  background: url(/wp-content/uploads/vector_small.svg) no-repeat center center;
  content: "";
  display: block;
  margin: -12px auto 0 0;
}

.stories-news-updates p {
  color: var(--font-color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 36px;
}

@media screen and (min-width: 920px) {
  .stories-news-updates > p {
    max-width: 60%;
  }
}
div.laspace-new-story-block-item {
  margin-bottom: 40px;
}

div.laspace-new-story-block-item img {
  width: 100%;
  margin: 0 0 0 0;
}

div.laspace-new-story-block-item h3 {
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--main-color);
  border-radius: 4px;
  padding: 4px 8px;
  display: inline-block;
  width: auto;
  white-space: nowrap;
  text-transform: uppercase;
}

div.laspace-new-story-block-item h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--font-color-black);
}

div.laspace-new-story-block-item p {
  padding: 0;
}

/*Footer*/
.footer, .last_item_footer {
  background: var(--font-color-black);
  font-size: 14px;
  color: var(--font-color-white);
  padding: 36px 0 24px 0;
}

.footer ul, .menu_last_footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer a, .last_item_footer a {
  font-size: 16px;
  color: var(--font-color-white);
  text-decoration: none;
}

.menu_last_footer {
  display: flex;
}

.footer_left_block img {
  margin: 40px 0 20px 0;
}

.footer_left_block p {
  margin: 16px 0;
  padding: 0;
}

.footer_right_block .company_footer_block .title_block, .footer_right_block .memberships_footer_block .title_block {
  margin: 56px 0 20px 0;
  font-size: 24px;
  color: var(--font-color-white);
  padding: 0 0 20px 0;
  border-bottom: 1px solid var(--font-color-white);
}

.footer_right_block .company_footer_block li, .footer_right_block .memberships_footer_block li {
  margin: 12px 0;
}

a.book-a-tour-btn {
  color: var(--main-color);
  text-decoration: underline;
}

ul.menu_last_footer {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.menu_last_footer li {
  margin-right: 9%;
  font-size: 14px;
}

.right_block_last_footer {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .right_block_last_footer {
    margin: 20px 0 0 0;
    text-align: center;
  }
  ul.menu_last_footer li {
    text-align: center;
    margin: auto;
  }
  .footer a, .last_item_footer a {
    font-size: 14px;
  }
}
/* general animation */
.block-animation {
  opacity: 0;
  transform: translateY(90px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.block-animation.visible {
  opacity: 1;
  transform: translateY(0);
}

/*# sourceMappingURL=style.css.map */
