*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  background-image: url(background-img.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: black;
  background-image: url('img5.png');
  background-size: cover;
  background-position: center;
  font-family: 'Guaruja Neue', sans-serif;
}

@import url('https://fonts.cdnfonts.com/css/guaruja-neue');

nav{
  height: 6rem;
  width: 100vw;
  background-color: white;
  display: flex;
  position: fixed;
  z-index: 9999;
   top: 0%;
   background-color: transparent;
}


@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 800px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

/*Styling logo*/

.logo{
  display: flex;
text-align: center;
align-items: center;
width: 350px;
border-radius: 0px 20px 20px 0px;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(7px);
font-family: 'Guaruja Neue', sans-serif;
}
.logo a{
color: black;
text-transform: uppercase;
padding: 0px 50px;
font-size: 2em;
text-decoration: none;
cursor: pointer;
} 



/*Styling Links*/
.nav-links{
  display: flex;
  list-style: none; 
  width: 88vw;
  padding: 0 0.7vw;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(7px);
  
}
.nav-links li a{
  text-decoration: none;
  margin: 0 0.7vw;
  font-weight: 500;
  color: black;
  font-family: 'Guaruja Neue', sans-serif;
}

.nav-links li {
  position: relative;
}


.nav-links li::before{
content: '';
z-index: 20;
height: 1px;
background: black;
position: absolute;
bottom: -10px;
width: 100%;
transform: scaleX(0);
transition: 0.5s ease-in-out; 
transform-origin: left;
}

.nav-links li:hover::before{
  transform: scaleX(1);
  transform-origin:left;
  }



/*Styling Hamburger Icon*/
.hamburger div{
  width: 30px;
  height:3px;
  background: black;
  margin: 5px;
  transition: all 0.3s ease;
}
.hamburger{
  display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 800px){
  nav{
      position: fixed;
      z-index: 3;
  }
  .hamburger{
      display:block;
      position: absolute;
      cursor: pointer;
      right: 5%;
      top: 50%;
      transform: translate(-5%, -50%);
      z-index: 2;
      transition: all 0.7s ease;
  }
  .nav-links{
      position: fixed;
      background: white;
      height: 100vh;
      width: 100%;
      flex-direction: column;
      clip-path: circle(50px at 90% -20%);
      -webkit-clip-path: circle(50px at 90% -10%);
      transition: all 1s ease-out;
      pointer-events: none;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  
  .nav-links.open{
      clip-path: circle(1000px at 90% -10%);
      -webkit-clip-path: circle(1000px at 90% -10%);
      pointer-events: all;
  }
  .nav-links li{
      opacity: 0;
  }
  .nav-links li:nth-child(1){
      transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2){
      transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3){
      transition: all 0.5s ease 0.6s;
  }
  .nav-links li:nth-child(4){
      transition: all 0.5s ease 0.7s;
  }
  .nav-links li:nth-child(5){
      transition: all 0.5s ease 0.8s;
  }
  .nav-links li:nth-child(6){
      transition: all 0.5s ease 0.9s;
      margin: 0;
  }
  .nav-links li:nth-child(7){
      transition: all 0.5s ease 1s;
      margin: 0;
  }
  li.fade{
      opacity: 1;
  }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1{
  transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
  transition: all 0.7s ease;
  width:0;
}
.toggle .line3{
  transform: rotate(45deg) translate(-5px,-6px);
}










.container{
  width: 100%;
  display: flex;
  margin-block-start: 200px;
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: center;
}


.container .intro {
width: 40%;
margin-top: 10%;
}
.intro h1{
  font-size: 3rem;
  font-weight:600;
  font-family: arial;
  color: #156eaa;
  padding: 20px;
  font-family: 'Guaruja Neue', sans-serif;
}
.intro p{
  font-size: 1.2rem;
  font-family: arial;
  color: black;
  padding: 20px;
  line-height: 30px;
  font-family: 'Guaruja Neue', sans-serif;
}
.container .image {
  margin-top:-100px;
  position: relative;
}

.container .image img:nth-child(2){
  position: absolute;
  z-index: 9000;
  bottom: -100px;
  left: -120px;
}

.container button{
  margin: 20px;
}





.container-first{
width: 100%;
background-color: white; 
height: 400px;
margin-block-start: 200px;
position: relative;
padding: 40px;
}

h2{
  font-size: 3rem;
  font-weight:600;
  font-family: arial;
  color: #156eaa;
  padding: 20px;
  text-align: center;
  font-family: 'Guaruja Neue', sans-serif;
}
.container-first p{
  font-size: 1.2rem;
  font-family: arial;
  color: black;
  padding: 20px;
  line-height: 30px;
  width: 500px;
  float: right;
  margin-top: 20px;
  position: relative;
  font-family: 'Guaruja Neue', sans-serif;
}
.container-first p span{
  margin-top: 100px;
position: absolute;
bottom: -100px;
left: 0px;
}

span button{
  font-size: 1.3rem;
  padding: 25px;

}

.image-first{
position: absolute;
top: 190px;
left: 90px;
}


.container-second{
width: 100%;
height: auto;
padding: 20px;
background-color:white;
margin-block-start: 400px;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}

.container-second h3{
  font-size: 3rem;
  font-weight:600;
  font-family: arial;
  color: #156eaa;
  padding: 20px;
  text-align: center;
  font-family: 'Guaruja Neue', sans-serif;
}

.container-second p{
  font-size: 1.2rem;
  font-family: arial;
  color: black;
  padding: 20px;
  line-height: 30px;
 text-align: center;
 width: 700px;
 font-family: 'Guaruja Neue', sans-serif;
}



@media only screen and (max-width: 868px){

  .container{
    width: 100%;
    display: flex;
    margin-block-start: 100px;
    flex-flow: row wrap;
    justify-content:center;
    align-items: center;
  }
  
  
  .container .intro {
  width: 100%;
  }
  .intro h1{
    font-size: 3rem;
    font-weight:600;
    font-family: arial;
    color: #156eaa;
    padding: 20px;
    text-align: center;
  }
  .intro p{
    font-size: 1.2rem;
    font-family: arial;
    color: black;
    padding: 20px;
    line-height: 30px;
    text-align: center;
    background-color: white;
  }
  .container .image {
    margin-top:-100px;
    position: relative;
    display: none;
  }
  
  .container .image img:nth-child(2){
    position: absolute;
    bottom: -100px;
    left: -120px;
    display: none;
  }
  

    .container-first{
      width: 100%;
      background-color: white; 
      height: 400px;
      position: relative;
      text-align: center;
      }
      
      h2{
        font-size: 3rem;
        font-weight:600;
        font-family: arial;
        color: #156eaa;
        padding: 20px;
        text-align: center;
      }
      .container-first p{
        font-size: 1.2rem;
        font-family: arial;
        color: black;
        line-height: 30px;
        width: 100%;
      }
      .container-first p span{
        margin-top: 100px;
      position: absolute;
      bottom: -100px;
      left: 50px;
      display: none;
    
      }
      
      span button{
        font-size: 1.3rem;
        padding: 25px;
      
      }
      
      .image-first{
      position: absolute;
      top: 190px;
      left: 90px;
      display: none;
      }

      .container-second{
        width: 100%;
        height: auto;
        padding: 20px;
        background-color:white;
        margin-block-start: 500px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        }
        
        .container-second h3{
          font-size: 3rem;
          font-weight:600;
          font-family: arial;
          color: #156eaa;
          padding: 20px;
          text-align: center;
        }
        
        .container-second p{
          font-size: 1.2rem;
          font-family: arial;
          color: black;
          padding: 20px;
          line-height: 30px;
         text-align: center;
         width:100%;
        }
}

.container-carte{
width: 100%;
height: 100%;
position: relative;
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: space-around;
margin-block-start: 100px;
gap: 50px;
padding: 80px 20px 80px 20px;
}

.container-logement{
  width: 300px;
  height: 350px;
border-radius: 20px;
box-shadow: 10px 10px 98px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 98px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 98px 0px rgba(0,0,0,0.75);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 30px;
text-align: center;
font-family: 'Guaruja Neue', sans-serif;
background-image: url(img3.jpg);
background-size: cover;
background-position: center;
}

.container-logement img{
  padding: 10px;
}
.container-logement p:nth-child(2){
font-size:1.4rem;
width: 100%;
color: #156eaa;
padding: 10px;
font-family: 'Guaruja Neue', sans-serif;
font-weight: bold;
}

  
  button{
    padding: 20px;
    background-color: #156eaa;
color: white;
border-radius: 20px;
border: none;
cursor: pointer;
font-size: 1rem;
background-color: rgb(233, 233, 139);
transition: all 0.2s;
  }

  button:hover{
scale: 120%;
background-color: black;
color: white;
  }


/*contac*/

.container-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #156eaa;
  text-align: center;
  padding: 20px;

}
.container-social a{
font-size: 1.5rem;
color: white;
text-decoration: none;
padding: 20px;
}


.container-lien p{
font-size: 1.2rem;
font-family: arial,sans-serif;
padding: 10px;
color: white;
}


/*
.container-first{
width: 100%;
padding: 5%;

}

.container-first p:nth-child(1){
  font-size: 3rem;
  font-weight:600;
  font-family: arial;
  color: #156eaa;
  padding: 20px;
}

.container-first p:nth-child(2){
  font-size: 2rem;
  font-family: arial;
  color: #156eaa;
  padding: 20px;
}

.container-first p:nth-child(3){
  font-size: 1.2rem;
  font-family: arial;
  color: black;
  padding: 20px;
}
.container-first p:nth-child(4){
  font-size: 2rem;
  font-family: arial;
  color: #156eaa;
  padding: 20px;
}
.container-first ul {
  font-size: 1.2rem;
  font-family: arial;
  color: black;
  padding: 20px;
  line-height: 60px;
}

*/