
:root{
    --clr-primary:#9FBBC6;
    --clr-dark:#0C0E36;
    --clr-light:#ffffff;
    --clr-blocks:#C6E4E4;
    --clr-blocks2:#FFEEEF;
--fw-normal:400;
--fw-bold:700;
}


body 
{
    font-family: 'Montserrat', sans-serif;
    font-size:1.125rem;
    color: clr(--clr-dark);
    line-height: 1.3;
    flex-wrap:wrap;
}

.nav-container {
    background: #C6E4E4;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    height: 64px;
    top:0%;
    width:100%;
    position: relative;
  }
  
  .wrapper {
    width: 100%;
    margin: 0 auto;
    
  }
  
  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
  }
  
  nav ul {
    display: flex;
  }
  
  nav .logo {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    color: #021718;
  }
  
  .nav-items li {
    list-style: none;
    margin-right: 100px;
    position:relative;
  }
  
  .nav-items li:nth-last-of-type(1) {
    margin: 0;
  }
  
  .nav-items li a {
    color: #021718;
    font-size: 18px;
    font-family: 'Carrois Gothic', sans-serif;
    text-decoration: none;
  }

.picture_main
    {position: relative;
width: 100%;
left: 0px;

border-radius: 10px;}

.title_section
{
    text-align: center;
    font-size:3 rem; 
    font-family: 'Cormorant Garamond', serif;
    color:#15525A;
}

#about
{
  position: relative;
  display: flex;
  justify-content:space-between;
  
  
  margin-left: 10%;
 
  width:80%;
  
}

.text-general
{
  margin-left: 10%;
 text-align: justify;
  width:80%
}

.picture-about
    {position: relative;
     margin: 15px 0;
     border-radius: 10px;
    }

#for_sale {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    BACKGROUND: #FFEEEF;
  }
  
  .product {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(100% / 3);
    margin: 10px;
    border: 1px solid grey;
    border-radius: 10px;
    BACKGROUND: whitesmoke;
  }
  
  .product > .level {
    background-color: #C6E4E4;
    color: black;
    padding: 15px 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size:0.8rem;
  }
  
  .product > h2 {
    margin-top: 15px;
  }
  
  .product > ul {
    margin: 15px 0;
  }
  
  .product > ul > li {
    padding: 5px 0;
  }
  
  .product > button {
    border: 0;
    margin: 15px 0;
    background-color: #9FBBC6;
    color: whitesmoke;
    font-weight: 400;
    padding:0.75rem;
    border-radius: 10px;
  }
  
  .product > button:hover {
    background-color: #C6E4E4;
    transition: background-color 1s;
  }
  
 
    .product {
      max-width: 300px;
      width: 100%;
      margin: 0 auto;
      margin-bottom: 10px;
    }
  
  .photo-property{
    position: relative;
    width: 80%;
    height:30%;
    border-radius: 10px;
    margin: 15px 0;
  }
.map{
  
    position: relative;
    width: 80%;
    height:100px;
    border-radius: 10px;
    margin: 15px 0;
}

.btn
{
    border: 0;
    margin: 15px 0;
    background-color: #9FBBC6;
    color: whitesmoke;
    font-weight: 400;
    padding:0.75rem;
    border-radius: 10px; 
    text-decoration: none;
}
.btn:hover {
  background-color: #C6E4E4;
  transition: background-color 1s;
}

  .picture_review
    {position: relative;
width: 100%;

left: 0px;
top: 35px;
border-radius: 10px;}

#contacts
{
  
  display: flex;
  justify-content: center;
}

#for_rent {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  BACKGROUND: #C6E4E4;
}

.picture_review{
  width:70%;
  position:relative;
  left: 20%;
}

@media screen and (max-width: 800px) {
  #for_sale {
    flex-direction: column;
  }
    #for_rent{
      flex-direction: column;
  }
  #about{
    flex-direction: column;
  }
  nav{
    flex-direction: column;
  }
  nav ul{
    display:none;
    flex-direction: column;
    padding-bottom: 20px;
  }
}