*{
  margin: 0;
  padding: 0;

}

/* #banner {
  background:  linear-gradient(rgba(0,0,0,0.5),#009688), url(img/banner.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
} */
/* ==================================================================================
                                header
================================================================================== */
.logo{
  width: 160px;
  height: 100px;
  position: absolute;
  top: 4%;
  left: 5%;
}

.banner-text{
  text-align: center;
  color:white;
  padding: 180px;
}

.banner-text h1{
  font-size: 100px;
  font-style: italic;
  font-family: 'Kaushan Script', cursive;
}

.banner-btn{
  margin:70px auto 0;
}

.banner-btn a{
width: 150px;
text-decoration:  none;
display: inline-block;
margin: 0 10px;
padding: 12px 0;
color: white;
border: 0.5px solid #fff;
position: relative;
z-index: 1;
transition: color 0.5s;

}

.banner-btn a span{
width: 0%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: white;
z-index: -1;
transition: 0.5s;
}

.banner-btn a:hover span{
  width: 100%;
}

.banner-btn a:hover {
color: #000;
}

/* =============================================================================
                             sidebar
=============================================================================                                                           */
#sideNav{
  width:250px;
  height: 100vh;
  position: fixed;
  right: -250px;
  top: 0;
  background: rgba(0,150,136,0.9);
  z-index: 2;
  transition: 0.3s;
}

nav ul li {
  list-style: none;
  margin:  50px 20px;
}

nav ul li a{
text-decoration: underline;
color: white;
}

nav ul li a:hover{
  color: #009688;
  background: white;
  padding: 30px;
  transition: 0.2s;
}

#menubtn{
  width: 30px;
  height: 30px;
  background: #009688;
  text-align: center;
  position: fixed;
  right: 30px;
  top: 20px;
  border-radius: 2px;
  z-index: 3;
  cursor: pointer;
  border: 2px white;
}

#menubtn img {
  width: 30px;
  margin-top: 1;
 }



  /* =====================================================================================
                       socialmedia icons
  ===================================================================================== */

  #instabtn{
    width: 32px;
    height: 32px;
    background: #009688;
    text-align: center;
    position: fixed;
    right: 30px;
    top: 100px;
    border-radius: 8px;
    z-index: 3;
    cursor: pointer;
    border: 2px #009688;
  }

  #instabtn img {
    width: 30px;
    margin-top: 1;
   }

   #gmailbtn{
     width: 32px;
     height: 32px;
     background: #009688;
     text-align: center;
     position: fixed;
     right: 30px;
     top: 150px;
     border-radius: 0px;
     z-index: 3;
     cursor: pointer;
     border: 2px white;
   }

   #gmailbtn img {
     width: 30px;
     margin-top: 1;
    }

    #facebookbtn{
      width: 32px;
      height: 31px;
      background: #009688;
      text-align: center;
      position: fixed;
      right: 30px;
      top: 200px;
      border-radius: 0px;
      z-index: 3;
      cursor: pointer;
      border: 2px white;
    }

    #facebookbtn img {
      width: 30px;
      margin-top: 1;
     }

 /* =====================================================================================
                        header beow 770px
 ===================================================================================== */

@media screen and (max-width:770px)
 {

  .banner-text h1
  {
    font-size: 44px;
    font-style: italic;
    font-family: 'Kaushan Script', cursive;


  }

  .banner-btn a
  {
    display: block;
  }
}

/* =====================================================================================
                         who we are
===================================================================================== */

.title-text {
  text-align: center;
  padding-bottom: 70px;
}

.title-text h1{
  margin: auto;
  font-size: 50px;
  color:#009688;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;

}

.title-text h1::after{
  content: '';
  width:80px;
  height:65px;
  background: linear-gradient(#019587,rgba(244, 220, 5, 0.4));
  position:absolute;
  top: -20px;
  left: 50;
  z-index: -1;
  transform: rotate(-10deg);
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
}

#paragraph1 {
  border-style: ridge;
  color:  #009688;
  margin-left: 30px;
  margin-right: 30px;
}


#paragraph1 p{
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  font-size:1.3em;
}




  /* =====================================================================================
                       Aranyani
  ===================================================================================== */

  .Project {
    text-align: center;
    padding-bottom: 70px;
  }

  .Project h1{
    margin: auto;
    font-size: 50px;
    color:#009688;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: inline-block;

  }

  .Project h1::after{
    content: '';
    width:80px;
    height:65px;
    background: linear-gradient(#019587,rgba(244, 220, 5, 0.4));
    position:absolute;
    top: -20px;
    left: 50;
    z-index: -1;
    transform: rotate(-10deg);
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
  }

  #paragraph3 {
    border-style: ridge;
    color:  #009688;
    margin-left: 30px;
    margin-right: 30px;
  }


  #paragraph3 p{
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    font-size:1.3em;
  }

/* =====================================================================================
                        contact
===================================================================================== */


.Contact {

  margin: 50px;
  background: #019587;
  border: 1px solid #019587;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 5px 5px 50px rgba(0,150,136,0.9);
  height:420px;

}

.Contact h1{
  margin: auto;
  font-size: 30px;
  color:white;
  font-weight:lighter;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-style: italic;
  text-decoration: underline;

}

.Contact h1::after{
  content: '';
  width:80px;
  height:65px;
  background: linear-gradient(#fff,rgba(244, 220, 5, 0.4));
  position:absolute;
  top: -20px;
  left: 50;
  z-index: -1;
  transform: rotate(-10deg);
  border-top-left-radius: 45px;
  border-bottom-right-radius: 45px;
}

#info{
  color: #fff;
  float: left;
  margin-top: 0px;
}


/* =====================================================================================
                      form above 770
===================================================================================== */


.form {

  background-color: #14cf6f;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 10px;
  width: 325px;
  float: right;
  margin-right: 150px;

}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
  margin-right: 20px;
}

.ic1 {
  margin-top: 25px;
}

.ic2 {
  margin-top: 20px;
}

.input {
  background-color: rgba(0,150,136,0.5);
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}

.cut {
  background-color: #14cf6f;
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 150px;
}

.cut-short {
  width: 50px;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}

.placeholder {
  color: #fff;
  font-family: sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-30px) translateX(10px) scale(0.75);
}

.input:not(:placeholder-shown) ~ .placeholder {
  color: #808097;
}

.input:focus ~ .placeholder {
  color: #123819;
}

.submit {
  background-color: rgba(0,150,136,0.9);
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-top: 25px;
  // outline: 0;
  text-align: center;
  width: 100%;
}

.submit:active {
  background-color: #06b;
}


/* =====================================================================================
                        form below 720px
===================================================================================== */

@media screen and (max-width:720px)
 {

   .form {

     background-color: #14cf6f;
     border-radius: 20px;
     box-sizing: border-box;
     padding: 10px;
     width: 250px;
     float: right;
     margin-right: 10px;
   }


   .input-container {
     height: 50px;
     position: relative;
     width: 100%;
     margin-right: 20px;
   }

   .ic1 {
     margin-top: 25px;
   }

   .ic2 {
     margin-top: 20px;
   }

   .input {
     background-color: rgba(0,150,136,0.5);
     border-radius: 12px;
     border: 0;
     box-sizing: border-box;
     color: #eee;
     font-size: 18px;
     height: 100%;
     outline: 0;
     padding: 4px 20px 0;
     width: 100%;
   }

   .cut {
     background-color: #14cf6f;
     border-radius: 10px;
     height: 20px;
     left: 20px;
     position: absolute;
     top: -20px;
     transform: translateY(0);
     transition: transform 200ms;
     width: 150px;
   }

   .cut-short {
     width: 50px;
   }

   .input:focus ~ .cut,
   .input:not(:placeholder-shown) ~ .cut {
     transform: translateY(8px);
   }

   .placeholder {
     color: #fff;
     font-family: sans-serif;
     left: 20px;
     line-height: 14px;
     pointer-events: none;
     position: absolute;
     transform-origin: 0 50%;
     transition: transform 200ms, color 200ms;
     top: 20px;
   }

   .input:focus ~ .placeholder,
   .input:not(:placeholder-shown) ~ .placeholder {
     transform: translateY(-30px) translateX(10px) scale(0.75);
   }

   .input:not(:placeholder-shown) ~ .placeholder {
     color: #808097;
   }

   .input:focus ~ .placeholder {
     color: #123819;
   }

   .submit {
     background-color: rgba(0,150,136,0.9);
     border-radius: 12px;
     border: 0;
     box-sizing: border-box;
     color: #eee;
     cursor: pointer;
     font-size: 18px;
     height: 50px;
     margin-top: 25px;
     // outline: 0;
     text-align: center;
     width: 100%;
   }

   .submit:active {
     background-color: #06b;
   }

   .Contact {

     margin: 50px;
     background: #019587;
     border: 1px solid #019587;
     padding: 10px;
     border-radius: 10px;
     box-shadow: 5px 5px 50px rgba(0,150,136,0.9);
     height:750px;

   }

   #info{
     color: #fff;
     float: left;
     margin-top: 0px;
   }


}
/* ============================================================================================================
                                  flower pot
============================================================================================================ */
/*Downloaded from https://www.codeseek.co/kacpertn4t/css-animated-plant-EXpaqQ */
.wrap {
  display: flex;
  float: left;
  justify-content: center;
  margin-top: 100px;
  margin-left: 100px;
}

.base {
  position: relative;
  display: block;
  width: 100px;
  height: 20px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #dde8a0 51%, #dde8a0 100%);
  border-radius: 6px;
  border: 3px solid #dde8a0;
  box-shadow: 0 3px 0 #fff;
  perspective: 100px;
  transform-style: preserve-3d;
}
.base:before {
  content: " ";
  position: absolute;
  left: 7px;
  top: 20px;
  height: 40px;
  width: 80px;
  border-radius: 10px;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #dde8a0 51%, #dde8a0 100%);
  border: 3px solid #dde8a0;
  transform-origin: 50% 0;
  transform: rotateX(-18deg);
}

.blade {
  position: absolute;
  bottom: 8px;
  overflow: hidden;
  transform-origin: 50% 100%;
  z-index: -1;
}
.blade:before, .blade:after {
  content: "";
  position: absolute;
  top: 0;
  border-top: 0;
  border-radius: 50%;
}

.blade-left-s {
  height: 60px;
  width: 50px;
  left: -20px;
  animation: wave 3s infinite ease-in-out;
}
.blade-left-s:before {
  right: 0;
  height: 120px;
  width: 90px;
  border-right: 20px solid #6ad26a;
}
.blade-left-s:after {
  top: 1px;
  right: 6px;
  height: 120px;
  width: 90px;
  transform: rotateZ(15deg);
  border-right: 18px solid #fff;
}

.blade-left-l {
  height: 100px;
  width: 80px;
  left: -35px;
  animation: wave2 4s infinite ease-in-out;
}
.blade-left-l:before {
  right: 2px;
  height: 190px;
  width: 160px;
  border-right: 25px solid #6ad26a;
  transform: rotateZ(20deg);
}
.blade-left-l:after {
  right: 7px;
  height: 190px;
  width: 160px;
  border-right: 18px solid #fff;
  transform: rotateZ(25deg);
}

.blade-right-s {
  height: 50px;
  width: 80px;
  right: -40px;
  animation: wave2 3.2s -0.5s infinite ease-in-out;
}
.blade-right-s:before {
  left: 0;
  height: 190px;
  width: 100px;
  border-left: 22px solid #6ad26a;
}
.blade-right-s:after {
  left: 15px;
  height: 190px;
  width: 100px;
  border-left: 13px solid #fff;
  transform: rotateZ(-10deg);
}

.blade-right-l {
  height: 75px;
  width: 80px;
  right: -27px;
  animation: wave 3.2s -1s infinite ease-in-out;
}
.blade-right-l:before {
  left: 0;
  height: 190px;
  width: 160px;
  border-left: 26px solid #6ad26a;
}
.blade-right-l:after {
  left: 6px;
  height: 190px;
  width: 160px;
  border-left: 20px solid #fff;
  transform: rotateZ(-10deg);
}

.blade-center {
  height: 120px;
  width: 90px;
  left: -20px;
  animation: wave 3s -1.2s infinite ease-in-out;
}
.blade-center:before {
  right: 10px;
  height: 240px;
  width: 140px;
  border-right: 28px solid #6ad26a;
  transform: rotateZ(15deg);
}
.blade-center:after {
  right: 15px;
  height: 240px;
  width: 140px;
  border-right: 17px solid #fff;
  transform: rotateZ(15deg);
}

@keyframes wave {
  0% {
    transform: rotateZ(3deg) translateZ(-1px);
  }
  25% {
    transform: rotateZ(-4deg) translateZ(-1px);
  }
  50% {
    transform: rotateZ(2deg) translateZ(-1px);
  }
  75% {
    transform: rotateZ(-6deg) translateZ(-1px);
  }
  100% {
    transform: rotateZ(3deg) translateZ(-1px);
  }
}
@keyframes wave2 {
  0% {
    transform: rotateZ(0deg) translateZ(-1px);
  }
  25% {
    transform: rotateZ(-3deg) translateZ(-1px);
  }
  50% {
    transform: rotateZ(3deg) translateZ(-1px);
  }
  75% {
    transform: rotateZ(-1deg) translateZ(-1px);
  }
  100% {
    transform: rotateZ(0deg) translateZ(-1px);
  }
}
