/* Lang menu */
.lang-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: -30px 0 60px 0;
}
.lang-menu a {
  color: #ffffff;
  font-size: 30px;
  margin: 0 15px 0 0;
  text-decoration: none;
  opacity: 0.5;
  line-height: 1;
  padding: 7px 7px;
  border-radius: 10px;
  transition: all 0.4s ease;
}
.lang-menu a:hover, .lang-menu a.active {
  opacity: 1;
  background: #80B8DA;
}
/* Pop-up */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.popup-content {
  background-color: #E6E4DE;
  width: 70%;
  padding: 40px 30px;
  border-radius: 0px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plan-slider-outer {
  overflow: hidden;
  width: 50%;
}
.plan-img img {
  max-width: 95%;
  margin: 0 auto;
}
.pop-info {
  position: relative;
  width: 45%;
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 30px;
}
.pop-info h3 {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.pop-info h6 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.current-text {
  margin: 0 0 20px 0;
}
.current-text p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.current-text ul {
  padding: 0 0 0 10px;
  margin: 0;
  list-style: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.current-text ul li {
  font-size: 13px;
  width: 45%;
  line-height: 1.1;
  margin: 8px 0;
  display: flex;
  align-items: center;
}
.bullet {
  min-width: 22px;
  min-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  background: #00AF9B;
  border-radius: 20px;
  padding: 0;
  margin: 0 5px 0 0;
}
.popup-action {
  width: 250px;
  height: 55px;
  border-radius: 100px;
  border: 1px solid #00AF9B;
  background: #00AF9B;
  color: #363A36;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.popup-action:hover {
  background: #ffffff;
  border: 1px solid #363A36;
}
.plan-slider-control {
  position: absolute;
  bottom: -8px;
  right: 0;
}
.plan-slider-control img {
  height: 35px;
  opacity: 0.2;
  cursor: pointer;
}
.plan-slider-control img:hover {
  opacity: 1;
}
.plan-prev {
  transform: rotate(180deg);
  margin-right: 10px;
}
/* Navbar */
.navbar {
  background: #ffffff;
}
/* header */
.header {
  position: relative;
  margin: 0 auto;
}
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.header-slider {
  overflow: hidden;
}
.header-img {
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  height: 900px;
  filter: brightness(0.7);
}
#header-slide1 {
  background: url('../img/header-slide/header1.jpg');
}
#header-slide2 {
  background: url('../img/header-slide/header2.jpg');
}
#header-slide3 {
  background: url('../img/header-slide/header3.jpg');
}
#header-slide4 {
  background: url('../img/header-slide/header4.jpg');
}
#header-slide5 {
  background: url('../img/header-slide/header5.jpg');
}
#header-slide6 {
  background: url('../img/header-slide/header6.jpg');
}
.header-content {
  position: relative;
  z-index: 1;
}
.header-txt h1 {
  max-width: 100%;
  font-size: 65px;
  max-width: 70%;
}
.header-txt img {
  max-width: 420px;
  margin-bottom: 50px;
}
.french h1{
    max-width: 80%;
    font-size: 50px;
}
.french h4{
    font-size: 30px;
}
/* form */
#contactform {
  padding: 30px 20px;
  min-height: auto;
  background: rgba(232, 229, 222, 0.9);
  color: #393B39;
}
#contactform h3, #politica-link {
  color: #393B39;
}
#form-group input, #form-group select, #comentario {
  color: #393B39 !important;
  border-bottom: 1px solid #393B39;
}
#form-group input::placeholder, #comentario::placeholder {
  color: #393B39 !important;
  text-transform: uppercase;
}
.checkmark {
  border: 1px solid #393B39;
  color: #393B39;
}
.message-box {
  padding: 40px 20px;
  min-height: auto;
  background: rgba(232, 229, 222, 0.9);
  color: #393B39;
}
.message-box img {
  filter: brightness(20%);
}
.section4 {
  background: #E8E5DE;
  padding: 50px 0 0 0;
}
.sec3-title h3 {
  margin-bottom: 30px;
}
.flower2 {
  margin-top: -40px;
}
.flowers-back {
  height: 530px;
}
.main-slider-box {
  margin: 60px 0 0 0;
}
.icon-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
}
.amen-icon {
  width: 16%;
}
.amen-icon img {
  height: 70px;
  margin-bottom: 10px;
}
.amen-icon p {
  font-size: 28px;
  line-height: 0.8;
  max-width: 75%;
  margin: 0 auto;
}
.amen-icon p span {
  font-size: 16px;
}
.section2 {
  padding: 80px 0;
}
/* new main slider */
 .slide-box {
  padding-top: 50px;
 }
.main-slide-curve1 {
  background: url(../img/main-slider-top.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 135%;
  height: 100px;
  position: relative;
  z-index: 90;
  margin-bottom: -100px;
}
.main-slide-curve2 {
  background: url(../img/main-slider-bottom.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 135%;
  height: 100px;
  position: relative;
  z-index: 90;
  margin-top: -100px;
}
.main-slider-img {
  padding: 0 25px;
}
.main-slider-img img {
  max-width: 100%;
  filter: brightness(65%);
  height: 400px;
  object-fit: cover;
}
.gallery-counter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-num {
  width: 65px;
}
.prev-btn, .next-btn {
  height: 35px;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.prev-btn:hover, .next-btn:hover {
  transform: scale(1.1);
}
.next-btn {
  rotate: 180deg;
}
/* section5 */
.sec5-txt h3 {
  font-size: 25px;
}
/* Slider */
.slider-main-img {
  position: relative;
}
.slider-main-img img {
  filter: brightness(65%)
}
.slider-main-img p {
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  margin: 0 30px 30px 0;
  font-size: 40px;
}
/* section 8 */
.section8 {
  padding: 60px 0;
  background: #fff;
  text-align: center;
}
.sec8-txt h3 {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.sec8-txt h3 span {
    font-style: italic;
}
.flat-card {
  width: 100%;
  height: 580px;
  overflow: hidden !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E6E4DE;
}
.card-img {
  width: 50%;
  height: 100%;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#timber-card-img {
  background: url('../img/timber.jpg');
}
#terracota-card-img {
  background: url('../img/terracota.jpg');
}
#sand-card-img {
  background: url('../img/sand.jpg');
}
.card-info {
  width: 50%;
  text-align: center;
  padding: 20px 30px;
}
.card-info hr {
  margin: 10px 0;
  padding: 0;
  opacity: 1;
  color: #363A36;
}
.card-info h5 {
  font-size: 35px;
  font-weight: 400;
  margin: 20px auto 10px 0;
}
.card-info p {
  padding: 0;
  margin: 0 0 20px 0;
  line-height: 1.1;
}
.card-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: wrap;
}
.card-info ul li {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 33%;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
  margin: 8px 0;
}
.card-info ul li span {
  font-size: 13px;
  margin-left: 5px;
  line-height: 1.1;
  max-width: 80%;
}
.card-info ul li img {
  height: 40px;
  margin-bottom: 5px;
}
.card-info h6 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
}
.card-info button {
  width: 250px;
  height: 55px;
  border-radius: 100px;
  border: 1px solid #00AF9B;
  background: #00AF9B;
  color: #363A36;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 20px 0;
}
.card-info button:hover {
  background: #ffffff;
  border: 1px solid #363A36;
} 
.custom-dots {
  text-align: center;
  margin-top: 30px;
}
.custom-dots .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.custom-dots .slick-dots li {
  margin: 0 5px;
}
.custom-dots .slick-dots li button {
  background-color: #E6E4DE; 
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: none;
  display: block;
  padding: 0;
  cursor: pointer;
  font-size: 0;
}
.custom-dots .slick-dots li.slick-active button {
  background-color: #00AF9B;
}
.section7 {
  padding: 60px 0 0 0;
}
.sec7-txt {
  text-align: center;
  margin: 0 auto 40px auto;
}
.sec7-txt h3 {
  margin-bottom: 0px;
}
.sec7-txt p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}
.map-container{
  padding: 0;
}
.map-location {
  text-align: center;
  margin-bottom: 60px;
}
.map-location ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
}
.map-location ul li {
  font-size: 20px;
}
.fr-list ul li {
  font-size: 18px;
}
.map-location ul li img {
  height: 30px;
  margin-right: 5px;
}
.map svg {
  width: 950px;
}
.map-list {
  margin: 0 0 20px 0;
  cursor: pointer;
}
.map-list img {
  height: 40px;
}
.map-list:hover {
  text-decoration: underline;
  color: #00AF9B;
}
.active-map {
  text-decoration: underline;
  color: #00AF9B;
}
.big-map img {
  max-width: 100%;
}
.footer-txt h3 {
  line-height: 1.1;
}
.footer-txt h3 span {
  font-weight: 400;
  font-size: 30px;
}
/* Media queries */
@media only screen and (min-width: 1480px) {
  .slider-main-img {
    height: 700px;
  }
  .card-info ul li span {
    max-width: 70%;
  }
}
@media only screen and (max-width: 1440px) {
  .main-slider .slick-slide {
    height: auto;
  }
  .amen-icon p {
    font-size: 20px;
    max-width: 90%;
  }
  .amen-icon p span {
    font-size: 14px;
  }
  .section4 {
    padding: 40px 0 0 0;
  }
  .flowers-back {
    background-position: center 130px;
  }
  .map svg {
    width: 850px;
    margin-left: -60px;
  }
  .popup-content {
    width: 80%;
  }
  .footer-txt h3 {
    max-width: 95%;
  }
  .main-slide-curve1 {
    margin-bottom: -65px;
  }
  .main-slide-curve2 {
    margin-top: -65px;
  }
}
@media only screen and (max-width: 1380px) {
  .popup-action {
    width: 225px;
  }
  .pop-info {
    width: 50%;
  }
  .fr-list ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-txt h1 {
    max-width: 90%;
  }
  .flat-card h5 {
    font-size: 28px;
  }
  .map-list {
    font-size: 25px;
  }
  .map svg {
    width: 800px;
    margin-left: -60px;
  }
  .flowers-back {
    background-position: center 180px;
  }
  .card-info h6 {
    font-size: 20px;
  }
  .card-info p {
    font-size: 14px;
  }
  .map-location ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .map-location ul li {
    width: 30%;
    text-align: left;
    margin: 5px 0 5px 10px;
  }
  .fr-footer-txt h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1080px) {
  .section4 {
    padding: 20px 0 0 0;
  }
  .amen-icon p {
    font-size: 18px;
    max-width: 90%;
  }
  .amen-icon p span {
    font-size: 11px;
  }
  .flowers-back {
    height: 480px;
    background-position: center 190px;
  }
  .popup-content {
    padding: 25px;
    flex-direction: column;
  }
  .plan-slider-outer {
    width: 60%;
  }
  .pop-info {
    width: 95%;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }
  .current-text {
    margin: 0 0 30px 0;
  }
  .current-text ul li {
    width: 33%;
  }
  .plan-slider-control {
    margin-top: 20px;
    top: 0;
    right: unset;
    bottom: unset;
  }
  .card-info ul li span {
    max-width: 95%;
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .popup-content {
    width: 85%;
  }
  .current-text ul {
    padding: 0;
  }
  .section4 {
    padding: 40px 0 0 0;
  }
  .icon-row {
    flex-wrap: wrap;
    margin: 0;
  }
  .amen-icon {
    width: 33%;
    margin: 15px 0;
  }
  .amen-icon p {
    font-size: 23px;
    max-width: 60%;
    line-height: 0.9;
  }
  .flowers-back {
    height: 700px;
    background-position: center 425px;
  }
  .slider-main-img p {
    font-size: 25px;
    margin: 0 30px 20px 0;
  }
  .sec8-txt h3 {
    font-size: 30px;
  }
  .map svg {
    max-width: 720px;
  }
  .map-list-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .map-list img {
    height: 35px;
    margin-right: 10px;
  }
  .map-list {
    font-size: 18px;
  }
  .sec7-txt {
    text-align: center;
  }
  .section7 {
    padding: 20px 0 0 0;
  }
  .porcupine {
    margin-top: -350px;
    margin-bottom: -50px;
  }
  .porcupine img {
    max-width: 40%;
  }
  .header-txt h1 {
    font-size: 45px;
    max-width: 100%;
  }
  .flat-card {
    flex-direction: column;
    height: auto;
  }
  .card-img {
    width: 100%;
    height: 400px;
    background-position: center 45% !important;
  }
  .card-info {
    text-align: center;
    width: 95%;
    margin: 0 auto;
  }
  .card-info p {
    font-size: 15px;
    max-width: 88%;
    margin: 0 auto 20px auto;
  }
  .card-info h6 {
    font-size: 24px;
  }
  .card-info ul {
    width: 90%;
    margin: 10px auto 0 auto;
  }
  .card-info ul li span {
    max-width: 75%;
  }
  .map-location ul li {
    font-size: 18px;
  }
  .fr-list ul li {
    font-size: 16px;
  }
  .header-txt h4 {
    max-width: 85%;
  }
  .footer-txt h3 {
    max-width: 100%;
    font-size: 26px;
  }
  .footer-txt h3 span {
    font-size: 22px;
  }
  .footer-tree {
    text-align: center;
  }
  .footer-tree img {
    width: 300px;
  }
}
@media only screen and (max-width: 925px) {
  .flowers-back {
    height: 800px;
    background-position: center 520px;
  }
}
@media only screen and (max-width: 850px) {
  .flowers-back {
    height: 820px;
    background-position: center 570px;
  }
  .amen-icon p {
    font-size: 20px;
  }
  .map-location ul li {
    font-size: 16px;
  }
  .map-location ul li img {
    width: 25px;
  }
  .fr-list ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .lang-menu {
    justify-content: center;
    margin: -30px 0 40px 0;
  }
  .popup-content {
    width: 90%;
  }
  .card-info ul {
    width: 100%;
  }
  .map svg {
    max-width: 650px;
  }
  .porcupine img {
    max-width: 55%;
  }
  .slider-main-img p {
    margin: 0 30px 20px 0;
    font-size: 32px;
  }
  .header-content {
    padding-top: 60px;
  }
  .header {
    min-height: 1080px;
    max-height: unset;
  }
  .header-img {
    height: 1080px;
  }
  .header-txt h1 {
    font-size: 43px;
  }
  #contactform {
    padding: 30px 20px;
  }
  .section2 {
    padding: 80px 0;
  }
  .icon-row {
    margin-top: 20px;
  }
  .flower2 {
    margin-top: -60px;
    left: -100px;
  }
  .card-info ul li img {
    height: 35px;
  }
  .card-info h6 {
    margin-bottom: 20px;
  }
  .card-info ul li {
    flex-direction: column;
    font-size: 20px;
    margin: 10px 0;
  }
  .amen-icon img {
    height: 50px;
  }
  .plan-slider-outer {
    width: 70%;
  }
  .current-text ul li {
    width: 30%;
  }
  .card-info ul li span {
    max-width: 80%;
  }
  .main-slider-img {
    padding: 0;
  }
  .main-slider-img img {
    max-width: 85%;
    margin: 0 auto;
  }
  .main-slide-curve1 {
    margin-bottom: -40px;
  }
  .main-slide-curve2 {
    margin-top: -40px;
  }
}
@media only screen and (max-width: 700px) {
  video {
    width: 320%;
  }
  .map-location ul li {
    width: 35%;
  }
}
@media only screen and (max-width: 600px) {
  video {
    width: 360%;
  }
  .card-info ul li {
    width: 45%;
  }
  .card-info ul li span {
    max-width: 61%;
  }
  .current-text ul li {
    width: 45%;
  }
  .pop-info {
    height: auto;
    padding: 70px 0 20px 0;
  }
  .card-info ul li span {
    max-width: 65%;
  }
  .footer-txt h3 {
    max-width: 90%;
  }
}
@media only screen and (max-width: 550px) {
  video {
    width: 450%;
  }
  .header-txt h1 {
    font-size: 50px;
    max-width: 100%;
    margin: 0 auto 20px auto;
  }
  .amen-icon {
    width: 45%;
  }
  .amen-icon p {
    font-size: 22px;
    max-width: 75%;
  }
  .amen-icon p span {
    font-size: 15px;
  }
  .footer-tree img {
    margin-top: -80px;
  }
  .sec5-txt h3 {
    font-size: 20px;
    max-width: 90%;
    margin: 0 auto;
  }
  .map-list-box {
    flex-wrap: wrap;
    max-width: 85%;
    margin: 0 auto;
  }
  .porcupine {
    margin-right: -400px;
  }
  .map-list {
    width: 50%;
    justify-content: center;
    flex-direction: column;
  }
  .map-list img {
    margin: 0 0 10px 0;
  }
  .map svg {
    max-width: 100%;
    margin: 0 auto;
  } 
  .header-txt img {
    margin-bottom: 30px;
    max-width: 350px;
  }
  .section2 {
    padding: 80px 0 50px 0;
  }
  .main-slider-box {
    margin: 0;
  }
  .card-info p {
    width: 100%;
  }
  .card-info ul li span {
    max-width: 65%;
  }
  .map-location ul li {
    width: 40%;
  }
  .sec7-txt p {
    max-width: 70%;
    margin: 0 auto;
  }
  .footer-txt h3 {
    font-size: 30px;
  }
  .footer-txt h3 span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 475px) {
  .lang-menu a {
    font-size: 28px;
  }
  video {
    width: 550%;
  }
  .sec8-txt h3 {
    font-size: 25px;
  }
  .slider-main-img p {
    margin: 0 20px 10px 0;
    font-size: 28px;
  }
  .header-txt h1 {
    font-size: 45px;
    max-width: 100%;
  }
  .amen-icon {
    width: 50%;
  }
  .card-info {
    padding: 20px 30px;
  }
  .card-info h6 {
    max-width: 80%;
    margin: 0 auto 20px auto;
  }
  .card-info ul li span {
    max-width: 75%;
  }
  .card-info ul li {
    line-height: 1.1;
  }
  .plan-slider-outer {
    width: 90%;
  }
  .plan-img img {
    width: 100%;
  }
  .current-text ul li {
    margin: 4px 0;
  }
  .popup-content {
    padding: 15px;
  }
  .map-location ul li {
    width: 45%;
  }
  .footer-tree img {
    margin-top: -55px;
  }
  .footer-txt h3 {
    font-size: 28px;
    max-width: 100%;
  }
  .footer-txt h3 span {
    font-size: 24px;
  }
  .main-slide-curve1 {
    margin-bottom: -30px;
  }
  .main-slide-curve2 {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 414px) {
  .popup-action {
    width: 100%;
  }
  .card-info {
    padding: 20px;
  }
  .header-txt h1 {
    font-size: 45px;
  }
  .sec8-txt h3 {
    max-width: 80%;
    margin: 0 auto 20px auto;
  }
  .amen-icon p {
    max-width: 80%;
  }
  .card-info ul li {
    width: 50%;
  }
  .card-img {
    height: 280px;
  }
  .card-info ul li span {
    max-width: 80%;
  }
  .current-text p {
    font-size: 18px;
  }
  .pop-info h3 {
    font-size: 30px;
  }
  .pop-info h6 {
    font-size: 22px;
  }
  .current-text ul li {
    width: 48%;
    font-size: 12px;
  }
  .map-location ul li {
    font-size: 14px;
  }
  .sec7-txt p {
    font-size: 18px;
    max-width: 80%;
  }
  .fr-list ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .header-txt h1 {
    font-size: 40px;
    max-width: 100%;
  }
  video {
    width: 650%;
  }
  .amen-icon {
    width: 50%;
  }
  .header-txt h4 {
    max-width: 90%;
  }
  .card-info button {
    width: 100%;
    font-size: 22px;
  }
  .section7 {
    padding: 40px 0 0 0;
  }
  .card-info ul li span {
    max-width: 85%;
  }
  .current-text ul li {
    font-size: 11px;
  }
  .map-location ul li {
    font-size: 13px;
  }
  .footer-txt h3 {
    font-size: 25px;
  }
  .footer-txt h3 span {
    font-size: 18px;
  }
  .footer-tree img {
    width: 100%;
  }
  .fr-list ul li {
    font-size: 11px;
  }
}
@media only screen and (max-width: 350px) {
  .map-location ul li {
    font-size: 11px;
  }
  .map-location ul li img {
    width: 25px;
  }
  .sec7-txt p {
    max-width: 100%;
  }
  .footer-txt h3 {
    font-size: 22px;
  }
  .footer-txt h3 span {
    font-size: 18px;
  }
  .main-slide-curve1 {
    margin-bottom: -25px;
  }
  .main-slide-curve2 {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 325px) {
  .card-info ul li {
    width: 80%;
  }
  .header-txt h1 {
    font-size: 34px;
    max-width: 100%;
  }
  .card-info ul li span {
    max-width: 75%;
  } 
  .fr-list ul li {
    font-size: 10px;
  }
}