

body{
  background-color:rgb(255, 255, 255);
  font-family: 'Lexend Deca';
}

a{
text-decoration: none;
}
li{
    list-style: none;
}
h1{
  color: chocolate;
  font-weight: 700;
}
  
.headline{
  background-color: rgb(76, 241, 228);
  font-style: italic;
    margin-top: 5%;
    margin-bottom: 5%;
    /* text-align: center; */
}
#section .container .headline{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: rgba(54, 156, 196, 0);
    font-size: 24px;
    font-weight: 600;
}

#section .container{
    margin-top: 5%;
    margin-bottom: 5%;
}
 
/*---------------------------------------
      MENU              
  -----------------------------------------*/

  nav{
    position: fixed;
    display: flex;
    height: 80px;
    width: 100%;
    background: #3e9ab6ee;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px 0 100px;
    flex-wrap: wrap;
    z-index:1000;
  }
  nav .logo{
    color: #fff;
    font-size: 35px;
    font-weight: 600;
  }
  nav .logo p{
    color: #111;
    margin-top: -5px;
    font-size: 13px;
  }
  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 .menu-btn i{
      display: block;
    }
    #click:checked ~ .menu-btn i:before{
      content: "\f00d";
    }
    nav ul{
      position:fixed;
      top: 80px;
      left: -100%;
      background: #ffffffee;
      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{
      color: #111;
      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: rgb(63, 146, 146);
    }
  }

  /* banner */
  .hero {
    width: 100%;
    min-height: 75vh;
    padding: 60px 0;
    /* display: flex; */
    align-items: center;
    background: url("img/landing.jpg") top right;
    background-size: cover;
  }
  
  .hero:before {
    content: "";
    background: color-mix(in srgb, transparent 30%);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .hero .container {
    position: relative;
  }
  
  .hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
  }
  
  .hero h1 span {
    color: var(--accent-color);
  }
  
  .hero p {
    color: color-mix(in srgb, transparent 30%);
    margin: 5px 0 30px 0;
    font-size: 20px;
    font-weight: 400;
  }
  .hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
  }
  
  @media (max-width: 640px) {
    .hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    .hero p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
  
  }
  
  @keyframes up-down {
    0% {
      transform: translateY(10px);
    }
  
    100% {
      transform: translateY(-10px);
    }
  }


    /* about */
    .about{
      padding: 0px;
    }
    .about .about_img{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      /* padding: 10px; */
    }

    .about h5{
      font-size: 17px;
      color: chocolate;
    }
    .about h3{
      font-weight: 700;
    }
    .about .img-fluid{
      height: auto;
      margin-left: 0px;
      background-position: center;
      background-clip: border-box;
      background-size: cover;
      border: #4c9e9e;
    }
    .about .detail{
     padding-top: 10%;
    }
    .about .btn{
      margin-top: 5px;
      margin-left: 5px;
      margin-bottom: 15px;
      text-decoration: none;
      font-size: 14px;
      font-weight: 600;
      border-color: rgb(173, 172, 172);
      color: rgb(255, 255, 255);
      background-color: rgb(202, 98, 13);
      }
      .about .btn:hover{
        text-decoration:underline;
      color: white;
      box-shadow: 0px 0px 0px 0px ;
      transition:ease-in-out 0.2s;
      background-color: rgb(141, 78, 27);
      border-color: rgb(173, 172, 172);
      }
/* specialist */
.specialist .container{
  padding: 20px;
}

.specialist .info{
  display: flex;
  grid-area: auto;
  font-weight: 500;
  padding-top: 5%;
  padding-left: 10px;
  padding-bottom: 5%;
  border-radius: 10px;
  color: #1a2222;
}
.specialist img{
  background-color: rgb(148, 218, 215);
  box-shadow: 0px 3px 4px 0px rgba(44, 28, 28, 0.281);
  border-radius: 20px;
  padding: 10px;
}
.specialist h5{
padding-left: 20px;
}

@media (max-width: 768px){
  .specialist h5{
    padding-left: 50px;
  }
 }

/* implement */
.implement {
  background-color: rgba(255, 255, 255, 0.247);
  padding-top: 3%;
  padding-bottom: 5%;
}
.implement h5{
  font-size: 17px;
  color: chocolate;
}
.implement h3{
  font-weight: 700;
}
.implement .implement_img{
  height: 400px;
  display: flex;
  justify-content: center;
  padding: 2%;
  /* box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.158), 1px 0px 4px 0px rgba(0, 0, 0, 0.089); */
  /* background-color: rgba(255, 255, 255, 0); */
}
.implement .img-fluid{
  height: auto;
  text-shadow: inset 0px 2px 3px 0px;
}

.implement a{
  background-color: transparent;
  color: rgb(202, 98, 13);
  &:hover{
    color: rgb(37, 36, 35);
  }
}
@media (max-width: 768px) {
  .implement .implement_img{
    height: auto;
  }
} 
/* scheme */
.scheme{
  background-color: rgba(46, 218, 161, 0.247);
  padding:5%;
}
.scheme .scheme_img{
  padding-top: 5%;
  padding-left: 3%;
  padding-bottom: 3%;
  margin-right: -10%;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  background-color: rgba(128, 128, 128, 0.13);
}
.scheme h5{
  font-size: 17px;
  color: chocolate;
}
.scheme h3{
  font-weight: 700;
}
.scheme .img-fluid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 350px;
  /* border-radius: 15px; */
  /* box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.719); */
}

.scheme .scheme_tag{
  padding-top: 8%;
}
.scheme a{
  background-color: transparent;
  color: rgb(3, 143, 143);
  &:hover{
    color: #ffffff;
  }
}

@media (max-width: 768px) {
  .scheme .img-fluid{
    height: auto;
  }
} 

/*---------------------------------------
      CONTACT             
  -----------------------------------------*/
  #contact .detail{
    padding: 10px;
  }
  #contact .section-title {
    padding-top: 10%;
    padding-bottom: 5%;
  }
#contact .detail .info{
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
}
#contact .detail .info h5{
  padding: 10px;
  color: #383838;
  font-size: 15px;
}

  #contact .text-success,
  #contact .text-danger {
    display: none;
  }

  #contact .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #contact .form-control:hover,
  #contact .form-control:focus {
    border-bottom-color: #c9c9c9;
  }

  #contact input {
    height: 55px;
  }

  #contact button#submit {
    background: rgb(90, 192, 178);
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
  }

  #contact button#submit:hover {
    background: #292929;
    color: #ffffff;
  }

/* footer */
#footer{
  color: #fff;
  background-color: rgba(92, 167, 228, 0.925);
  padding-top: 20px;
  padding-bottom: 40px;
}
#footer h3{
  font-weight: 700;
}
#footer h4{
  font-size: 18px;
  font-weight: 600;
}
#footer h5{
  font-size: 16px;
}
#footer .info{
  padding-bottom: 10px;
  justify-content: center;
}
#footer .info p{
  font-size: 14px;
  font-weight: 500;
}
#footer li{
  margin-left: 0%;
  color: rgb(255, 255, 255);
  font-weight: 500;
  transition: linear 0.8s;
}
#footer a{
  color:rgb(255, 255, 255);
}
#footer a:hover{
  color: rgba(255, 255, 255, 0.452);
}
#footer .info i{
  margin: 5px;
  padding: 8px;
  font-size: 20px;
  background-color: rgb(90, 192, 178) ;
  box-shadow: 0px 3px 4px 0px rgba(108, 176, 179, 0.233),
               2px 0px 4px 0px rgba(83, 168, 154, 0.205),
               0px 0px 3px 3px rgba(99, 194, 197, 0.192);
  border-radius: 10px;
  color: rgb(255, 255, 255);
  transition: ease-out 0.3s;
  &:hover{
    color: rgba(255, 250, 250, 0.432);
  }
}
@media (max-width: 768px) {
  #footer .info{
    margin-bottom: 10px;
  }
  #footer h4{
    font-weight: 700;
  }
}
/* copyright */
#copyright{
  color: #fff;
  font-weight: 600;
  background-color: rgba(77, 144, 199, 0.925);
  padding-top: 5px;
}
#copyright .social{
  display: flex;
  flex-wrap: wrap;
  justify-content: inherit;
}
#copyright i{
  color: red;
}
#copyright .rights{
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
  padding-right: 20px;
}