
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

body, html {
    font-family: 'Nunito Sans', sans-serif;
    overflow-x: hidden !important;
}
.wrapper {
    background-image: url('https://palm-realestate.com/uploads/golf-views/golf-views.webp');
    height: 90vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
  
}
.wrapper::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
        background-color: rgb(0 0 0 / 40%);
    z-index: 0;
}
.wrapper::before {
  content: "";
  position: absolute;
  bottom:-35px;
  left:0;
  height: 110px;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1855 88" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="rgba(255, 255, 255, 1)" d="M 0 43 C 152 43 152 69 304 69 L 304 69 L 304 0 L 0 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 303 69 C 447.5 69 447.5 56 592 56 L 592 56 L 592 0 L 303 0 Z" stroke-width="0"></path> <path fill="rgba(255, 255, 255, 1)" d="M 591 56 C 735.5 56 735.5 76 880 76 L 880 76 L 880 0 L 591 0 Z" stroke-width="0"></path><path fill="rgba(255, 255, 255, 1)" d="M 879 76 C 1035 76 1035 61 1191 61 L 1191 61 L 1191 0 L 879 0 Z" stroke-width="0"></path><path fill="rgba(255, 255, 255, 1)" d="M 1190 61 C 1360.5 61 1360.5 67 1531 67 L 1531 67 L 1531 0 L 1190 0 Z" stroke-width="0"></path><path fill="rgba(255, 255, 255, 1)" d="M 1530 67 C 1692.5 67 1692.5 43 1855 43 L 1855 43 L 1855 0 L 1530 0 Z" stroke-width="0"></path><path fill="rgba(47, 73, 94, 1)" d="M 1854 43 C 1854.5 43 1854.5 16 1855 16 L 1855 16 L 1855 0 L 1854 0 Z" stroke-width="0"></path></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  z-index: 1;
  transform: rotate(181deg);
}
.wrapper .info {
    
    z-index: 10;
    position: relative;
    padding-top: 11%;
  
    color:#fff;
    width: 100%;
}
.wrapper .info .text h1 {
    font-weight: 900;
    font-size: 54px;
}

.wrapper .info .text p {
  color: #f3f3f3;
  line-height: 30px;
  font-size: 19px;
  font-weight: 700;
}
.wrapper .info .text {
max-width: 700px;
width: 100%;
margin: 0 auto;
text-align: center;
}
.infoline {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin: 0 auto;
  max-width: 900px;
  flex-wrap: wrap;
}
.info_left {
  text-align: left;
  min-width: 180px;
}
.info_right {
  text-align: right;
  min-width: 180px;
}
.info_center {
  text-align: center;
  min-width: 280px;
}
.infoline p {
  font-size: 14px;
  color: #ababab;
  font-weight: 600;
  margin-bottom: 0;
}
.infoline h3 {
  font-size: 24px;
  font-weight: 600;
}
.infoline .about {
  display: block;
  margin: 15px auto;
  max-width: 260px;
  font-size: 15px;
  color: #cbcbcb;
}

header {
    width: 100vw;
    z-index: 1000 !important;
    background-color: #fff;
     backdrop-filter: blur(10px);
     position: fixed;
  top: 0;
  left: 0;
}
.header {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

header .logo img {
    max-width: 180px;
   
}
header .menu {
    display: flex;
    column-gap: 15px;
    align-items:center;
}
header .menu .item {
    color:#000;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    height: 38px;
    display: flex;
    align-items:center;
    background-color: transparent;
    padding:0px 20px;
    border-radius: 15px;
    transition: .2s;
}
header .menu .item span {
  background: no-repeat 0 100%;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0% 1px;
    transition: background-size .3s ease;
}

header .menu .item:hover span {
  background-size: 100% 1px;
}





.btn_burger {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items:center;
    transition: .2s;
    background-color:rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius:50%;
    color:rgba(255, 255, 255, 0.8);
}
.btn_burger:hover {
    background-color:rgba(255, 255, 255, 0.2);
}

.header_scroll  {
    background-color:#000;
    transition: .4s;
    z-index: 1000 !important;
}
.navigation {
    transition: .4s;
}
.header_scroll .header {
    height: 88px;
  
}
.btn_contacts {
  height: 64px;
}
.btn_whats {
  height: 40px;
}
@media screen and (max-width:800px) {
  header .menu, .btn_whats {
    display: none !important;
  }
  .info_center {
    order: -1;
    min-width: 100%;
  }
  .wrapper .info .text h1 {
    font-weight: 900;
    font-size: 35px;
  }
  .wrapper .info .text p {
    color: #f3f3f3;
    line-height: 30px;
    font-size: 15px;
    font-weight: 700;
}

}
.btn_whats {
  position: relative !important;
  overflow: hidden !important; 
}
.btn_presentation {
  position: relative !important;
  overflow: hidden !important; 
  height: 55px;
}
.btn_presentation .flare, .btn_whats .flare {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg); 
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  animation: flareAnimation 3s infinite linear;
}
@keyframes flareAnimation {
  0% {
      left: -150%;
  }
  100% {
      left: 150%;
  }
}
@media screen and (min-width:800px) {
.btn_burger {
  display: none;
}
}
@media screen and (max-width:992px) {
  .mobile_none {
    display: none !important;
  }
}
@media screen and (max-width:770px) {

.btnset {
  flex-direction: column;
}
.detalic .item p {
	font-size: 10px;
}
.info_left, .info_right {
  margin-top: 30px;
  min-width: 50%;
}
.wrapper {
  height: 100vh;
}
.wrapper .container {
  padding-top:70px;
}
.wrapper .info .text p {
  color: #f3f3f3;
  line-height: 25px;
  font-size: 14px;
  font-weight: 700;
}
.btnset a, .btnset button {
  justify-content: center;
}
.card-1 {
  padding:100px 20px !important;
}
.cover_card {
  height:400px !important;
}
}

/* Sidebar */
.logo_sidebar {
max-width: 180px;
}
.sidebar_menu {
    display: flex;
    flex-direction: column;
}
.sidebar_menu .items {
    width: 100%;
    padding: 10px 20px;
    background-color: transparent;
    border-radius:10px;
    color:#000;
    font-size: 18px;
    font-weight: 600;
    
}
.sidebar_menu .items:hover {
    background-color:rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
}


#mouse-scroll {
    style: block;
  }
  #mouse-scroll {
    position: absolute;
    margin: auto;
    left: 50%;
    top: 90%;
    -webkit-transform: translateX(-50%);
    z-index: 99;
  }
  #mouse-scroll span{
    display: block;
    width: 5px; 
    height: 5px;
    -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
         transform: rotate(45deg);
    border-right: 2px solid #fff; 
    border-bottom: 2px solid #fff;
    margin: 0 0 3px 5px;
  }
  #mouse-scroll .mouse {
    height: 21px;
    width: 14px;
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #ffffff;
    top: 170px;
  }
  #mouse-scroll .down-arrow-1 {
    margin-top: 6px;
  }
  #mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite; 
      -moz-animation: mouse-scroll 1s infinite:
  }
  #mouse-croll .down-arrow-1 {
     -webkit-animation-delay: .1s; 
     -moz-animation-delay: .1s;
     -webkit-animation-direction: alternate;
  }
  #mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s; 
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
  }
  #mouse-scroll .down-arrow-3 {
     -webkit-animation-delay: .3s;
     -moz-animation-dekay: .3s;
     -webkit-animation-direction: alternate;
  }
  #mouse-scroll .mouse-in {
    height: 5px;
    width: 2px;
    display: block; 
    margin: 5px auto;
    background: #ffffff;
    position: relative;
  }
  #mouse-scroll .mouse-in {
   -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation: mouse-animated 1.2s ease infinite;
  }
  
  @-webkit-keyframes animated-mouse {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
       opacity: 0;
      -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
      transform: translateY(6px);
    }
  }
  @-webkit-keyframes mouse-scroll {
    0% {
      opacity: 1;
    }
    50% {
      opacity: .5;
    }
    100% {
      opacity: 1;
    } 
  }
  @keyframes mouse-scroll {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }
  
.detalic .item {
    display: flex;
    column-gap:20px;
}
.detalic .item h5 {
    font-weight: 700;
    margin-bottom: 0;
}
.detalic .item p {
    font-size: 15px;
}

  /* Footer */

  footer {
    background-color:#000;
    padding:50px 15px;
    position: relative;
    overflow: hidden;
  }
  footer .bottom {
    display: flex;
    justify-content: space-between;
   color:#a1a1a1;
   font-size: 14px;
    border-top:1px solid #2e2e2e;
    padding-top:30px;
    align-items:center;
    position: relative;
    z-index: 5;
  }
  footer .bottom a img {
    max-width: 40px;
  }
  footer .adress {
    font-size: 20px;
    font-weight: 700;
    color:#fff;
  }
  footer  h1 {
    font-size: 50px;
    font-weight: 900;
    color:#fff;
  }
  footer .dev {
    width: 150px;   
  }
  footer .info {
    z-index: 5;
    position: relative;
  }
  footer::before {
    content: '';
    background-image: url(../img/footer.svg);
    background-repeat: repeat;
    background-size: cover;
    opacity: 0.15;
    position: absolute;
    left: 0;
    top: -214px;
    width: 100%;
    height: 1000px;
    z-index: 1;
}

.label {
  color: #1c1c1c;
  font-weight: 700;
  font-size: 18px;
  }


/* Contacts */
.main_contact {
    padding:100px 20px 100px;
    margin-top:200px;
}
.main_contact h2 {
    font-weight: 900;
    font-size: 32px;
    max-width: 500px;
    line-height: 46px;
}
.main_contact h2 span {
    color:#00b8ef;
}
.main_contact .title {
    position: relative;
}
.main_contact .title::before {
    content:'';
    position: absolute;
    width: 200px;
    height: 100px;
    background-image:url('../img/points.svg');
    top: -106px;

}


/* Card 1 */
.card-1 {
    padding:200px 20px;
}
.cover_card {
    border-radius: 0px 70px 0px 70px;
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.card-1 h2, .card-2 h2 {
    font-size: 50px;
    font-weight: 800;
}
.card-1 p, .card-2 p {
    font-size: 20px;
    margin-top: 20px;
}

/* FAQ */
.faq {
  padding:150px 20px 0px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.faq h2 {
  font-size: 50px;
  font-weight: 800;
}


/* Rent */
.rent {
  padding:0px 20px 150px
}
.rent h2  {
  font-size: 50px;
    font-weight: 800;
    display: flex;

}
.rent h2 span {
display: block;
  width: 100px;
  height:2px;
  background-color:#000;
margin-top:32px;
margin-left: 15px;;
}
.bedroom_cover {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.bedroom_info h3 {
  font-weight: 800;
}

.bedroom_info .icon {
  width: 30px;
}


/* Mission */
.mission {
  padding:50px 20px 0px;
}
.item_mission {
  background-color:#000;
  color:#fff;
  overflow: hidden;
  border-radius:10px;
}
.item_mission .bottom {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  
  background-color: #282828;
  padding: 15px 20px;
display: block;
}
.item_mission  .icon {
  width: 100px;
  height: 100px;
  margin: 40px auto;
}
.item_mission  .icon img {
  max-width: 100%;
}
.mission_title {
  font-size: 30px;
  font-weight: 800;
}
.mission_text {
  font-size: 20px;
  margin-top: 20px;
}
.btn_mission {
  display: flex;
  align-items:center;
  column-gap:30px;
  transition: .2s;
}
.btn_mission h5::before {
  content:'';
  width: 80px;
  height: 80px;
  color:#fff;
  border-radius:50%;
  background-color:#000;
  position: absolute;
margin-left:-120px;
margin-top:-23px;
z-index: -1;
transition: .2s;
box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.btn_mission h5::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -19%;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  transform: translate(-65%, -50%) rotate(45deg);

}
.btn_mission h5 {
  font-size: 27px;
  font-weight: 700;
  color:#000;
  margin-bottom: 0;
  border-bottom:1px solid #000;
  position: relative;
  margin-left: 120px;
  transition: .2s;
}
.btn_mission:hover h5 {
color:#fff;
border:none;
}
.btn_mission:hover h5::before {
  width: 140%;
  border-radius:40px;
}
/* broshure */
.broshure {
  padding:150px 20px 0px;
}
.broshure .line {
  position: relative;
  display: block;

}
.broshure .line::before {
  content:'';
  width: 100%;
  height: 1px;
  position: absolute;
  background-color:#d3d3d3;
  top:13px;
  z-index: -1;
}
.broshure .line::after {
  content:'';
  width: 10px;
  height: 10px;
  position: absolute;
  background-color:#d3d3d3;
  top:9px;
  left: 0;
  border-radius:50%;
  z-index: -1;
}
.broshure .line span {
 background-color:#000;
 color:#fff;
 font-size: 18px;
padding:10px 20px;
font-weight: 700;
margin-left: 70px;
}
.broshure p {
  font-size: 20px;
    margin-top: 20px;
}
.broshure .cover {
  max-width: 100%;
  transform: rotate(-15deg);
}
.broshure h4 {
  font-weight: 700;
  font-size: 30px;
}
/* service */
.service {
  margin-top:150px;
  padding:100px 20px 100px;
  background-color:#f8f9fa;
  background-image:url('https://palm-realestate.com/uploads/skyros/map.webp');
  background-repeat:no-repeat;
}
.service .item {
  display: flex;
  align-items:center;
  column-gap:20px;
}
.service .item h5 {
  font-size: 25px;
  font-weight: 700;

}
.service .item p {
  margin-bottom: 0;
  color: #979797;
  font-size: 17px;
}
/* fullscreen */
.fullscreen {
  margin-bottom:150px;
  height: auto;
  background-image:url('https://palm-realestate.com/uploads/california/capture-decran-2023-07-06-a-14_34_29.webps');
  background-repeat:no-repeat;
  background-size:cover;
  display: flex;
  align-items:center;
  padding:10px 30px;
}
.fullscreen .box {
  
  background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); /* Préfixe pour Safari */

  border-radius:16px;
  padding:20px;
  max-width: 900px;
  margin:auto;
  width: 100%;
  color:#fff;
  text-align: center;
  padding:40px 10px;
  border: 1px solid #b3b3b3;
}
.fullscreen h4 {
font-size: 30px;
font-weight: 700;
}
.fullscreen p {
  font-size: 20px;
font-weight: 500;
margin-bottom: 0;
}
/* Modal */
.modal_contacts h2, .title_contacts {
    font-size: 30px;
    font-weight: 800;
}
.btn_close {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius:50%;
  display: flex;
  justify-content: center;
  align-items:center;
  background-color:rgba(255, 255, 255, 0.2);
  right:-70px;
  color:rgba(255, 255, 255, 0.6);
  transition: .3s;
}
.btn_close:hover {
  background-color:rgba(255, 255, 255, 0.3);
}

@media screen and (max-width:685px) {
  .btn_close {
    right:0px;
    color:#000;
    top:10px;
  }
}

/* Projects */
.projects {
  padding-top: 150px;
}
.projects h2 {
  font-size: 50px;
    font-weight: 800;
}
.projects .item {
  display: block;
  width: 100%;
  color:#000;
}
.projects .item .cover {
  max-width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius:10px;
  position: relative;
}
.projects .item .cover::before {
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:rgba(0, 0, 0, 0.3);
  z-index: 5;
}
.projects .item .cover .logos {
  position: absolute;
  width: 100%;
  height: 250px;
  display: flex;
  align-items:center;
  justify-content: center;
  z-index: 20;
}
.projects .item .cover .logos img {
  max-width: 150px;
  
}
.projects .title {
  position: relative;
  padding-right:50px;
}
.projects .title::after {
  content:'';
  background-image:url('/soldout.png');
  position: absolute;
  background-size:cover;
  background-repeat:no-repeat;
  right:0;
  top:0;
  width: 45px;
  height: 45px;
}
.projects .item .cover .cover_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}
.projects .item h4 {
  font-weight: 700;
  font-size: 27px;
}
.projects .item .info {
  display: flex;
  column-gap:15px;
  color: #8b8b8b;
  font-weight: 600;
}
.projects .item:hover .cover_img {
  transform: scale(1.05);
}

.card_cover {
  width: 100%;
  height: 700px;
  display: block;
margin-top:150px;
}
.card_cover img {
  width: 100%;
  height: 100%;
object-fit: cover;
}
/* Mobile */
@media screen and (max-width:1400px) {
  .btn_mission h5 {
    font-size: 26px;
  }
}
@media screen and (max-width:1200px) {
  .btn_mission h5 {
    font-size: 20px;
}
.btn_mission h5::before {
  content: '';
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  margin-left: -79px;
  margin-top: -9px;
}
.wrapper .info {
    padding-top: 20%;
}
}
@media screen and (max-width:520px) {

.btn_mission h5::before {
  content: '';
  display: none;

}
.btn_mission h5 {
  margin-left: 0;
}
.rent h2 {
  font-size: 30px;
}
.btn_set {
  flex-direction: column;
}
.fullscreen .box h4 {
  font-size: 24px; 
}
.fullscreen .box p {
  font-size: 17px;
}
.card_cover {
  height: 400px;
}
.wrapper .info {
    padding-top: 20%;
}
}