@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
} 

.sec1{
  min-height: 100vh;
  position:relative;
  z-index:1;
}

nav{
  display: flex;
  height: 80px;
  width: 100%;
  background:#2980b9;
  align-items: center;
  justify-content: space-between;
 padding-left: 20px;
  flex-wrap: wrap;
}
nav img{
    width:70px;
}
nav .logo{
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
nav ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
nav ul li{
  margin: 0 5px;
}
nav ul li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
nav ul li a.active,
nav ul li a:hover{
  color: #111;
  background: #fff;
}
nav .menu-btn i{
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
input[type="checkbox"]{
  display: none;
}
@media (max-width: 1000px){
  nav{
    padding: 0 40px 0 50px;
  }
}
@media (max-width: 920px) {

    nav .logo{
        font-size:20px;
    }
  nav .menu-btn i{
    display: block;
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav ul{
    position: fixed;
    top: 80px;
    left: -100%;
    background: #2980b9;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
  }
  #click:checked ~ ul{
    left: 0;
  }
  nav ul li{
    width: 100%;
    margin: 40px 0;
  }
  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
    color: cyan;
  }
 
  .content img{
    width: 80px;
  }
  .content h1{
      font-size: 40px;
  }
  .content p{
      font-size: 20px;
  }
  
}

/**/

@media (max-width: 420px) {

    nav .logo{
        font-size:15px;
    }
  nav .menu-btn i{
    display: block;
  }

  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav ul{
    position: fixed;
    top: 80px;
    left: -100%;
    background: #2980b9;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
  }
  #click:checked ~ ul{
    left: 0;
  }
  nav ul li{
    width: 100%;
    margin: 40px 0;
  }
  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
    color: cyan;
  }
 
  .content img{
    width: 80px;
  }
  .content h1{
      font-size: 40px;
  }
  .content div p{
      font-size: 25px;
  }
  
}

/*.sec1{
    min-height: 100vh;
    background-image:url("image1.jpg");
    background-position: center;
    background-size: cover;
}*/
.content{

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
  width: 100%;
  padding: 0px 30px;
  color: #1b1b1b;
}

.content div h1{
  font-size: 40px;
  font-weight: 700px;
}
.cont div p{
  font-size:35px;
}

 
  /* The sticky class is added to the header with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    top: 0;
    width: 100%
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
    padding-top: 102px;
  }

  .content .btn{
      padding-top:10px;
  }

  .content div button{
    background-color: #2980b9; /* Green */
    border: none;
    color: white;
    padding: 20px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width:200px;
  }

.content p{
  font-size:50px;
  min-height: 5vh;
  margin: auto;
  text-align: center;

}


 .sec2{
   z-index:-1;
   min-height: 100vh;
   width:100%;
   margin: auto;
   text-align: center;
   padding-top: 100px;
   background-image: url("./images/image1.jpg");
   background-position: center;
   background-size: cover;
   
 }

 .sec2 h2{
  color: white;
  font-size: 50px;
  font-weight: 300;
 }
 .sec2 p{
  color:white;
 }

 .sec2 h3{
  color:black;
 }
 .row{
  
  margin-top:5%;
  display:flex;
  justify-content: space-between;
 }
 .row p{
  color:black;

 }
 .org-col{
  
  flex-basis: 31%;
  background: white; opacity:0.9;
  border-radius: 5px;
  margin-bottom: 5%;
  padding: 20px 12px;
  box-sizing: border-box;
  transition:0.5s;
 }


.org-col:hover{
  background: white; opacity:1;
}

@media(max-width: 700px){
  .row{
    flex-direction: column;
  }
  .row2{
    flex-direction: column;
  }
}
/* --- Section 3 --- */

.sec3{
  z-index:-1;
  min-height: 100vh;
  width:100%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
  background-color: orange;
}
.sec3 h1{
  color: white;
  font-size: 50px;
  font-weight: 300;
}

.row2{
  
  margin-top:5%;
  display:flex;
  justify-content: space-between;
 }
 .row2 img{
  width: 200px;
  height:200px;
 }
 .org2{
  flex-basis: 31%;
  padding: 20px 12px;
  box-sizing: border-box;
 }
 .saaf-sante{
  margin-top: 100px;
 }

 /* call to section */
 .call-to-action{
  margin: 100px auto;
  width: 80%;
  background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url(./images/saaf_loc.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  padding: 100px 0;
 }

 .call-to-action h1{
  color:white;
  margin-bottom: 40px;

 }
 .contact-btn{
  display: inline-block;
  text-decoration: none;
  color:#fff;
  border: 1px solid #fff;
  padding:12px 34px;
  font-size: 13px;
  background: transparent;
  position: relative;
 }

.contact-btn:hover{
  border: 1px solid #f44336;
  background: #f44336;
  transition:1s;
}

/* footer */

footer{
  background-color: #2980b9;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  min-height: 60vh;
}

footer h4{
  margin-bottom: 20px;
  margin-top:20px;
  font-weight: 600;

}

.icons img{
  width:40px;
  height:40px;
  padding-top:5px;
 
}

.icons i{
  margin: 0 13px;
  cursor: pointer;
  padding:18px 0;
}
.cop{
  font-size: 10px;
}
.logo3{
  width:50px;
  height:50px;
}
.btn button a{
  text-decoration: none;
  color: white;
}