body {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

#logo {
  width: 100px;


}

#headerMob {
  background-color: rgb(38, 124, 27);
  display: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #ffffff;
}

@media screen and (max-width: 768px) {

  #headerMob {
    display: block;
  }

  #logo {
    width: 100px !important;
    margin-top: 0 !important;

  }


  #navbarsub {
    position: relative !important;
    box-shadow: none !important;
  }
}


.navbar {
  border-radius: 0px !important;
}

#navbarSub {
  overflow: hidden;
  transition: 0.4s;
  width: 100%;
  top: 0;
  z-index: 99;
  box-shadow: 5px 5px 10px rgb(38, 124, 27);
  background-color: rgba(255, 255, 255, );
  padding: 20px;

  position: relative;



}

#navbarSub a {
  float: left;
  color: rgb(38, 124, 27);
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;

}

#navbarSub #logo {

  font-weight: bold;
  transition: 0.4s;
}

#navbarSub a:hover {
  text-decoration: underline;
  color: rgb(235, 121, 15);
}




@media screen and (max-width: 580px) {
  #navbarSub {
    padding: 10px 10px !important;

  }

  #navbarSub a {
    float: none;
    display: block;
    text-align: left;
  }


}

.navbar-toggler {
  background-color: rgb(38, 124, 27, 0.7) !important;

}

.navbar-toggler-icon {
  color: black !important;
}


/* scrol up btn */
#upBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: rgb(38, 124, 27, 0.0);
  color: rgb(38, 124, 27);
  cursor: pointer;
  padding: 10px;
  border-radius: 70px;
}

#upBtn:hover {


  background-color: rgb(38, 124, 27);
  color: rgb(247, 165, 12);

  animation-iteration-count: infinite;
}

.btn {
  margin-top: 10px;
  color: green !important;
  font-size: 36px !important;
  cursor: pointer;
}

.btn2 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: rgb(255, 255, 255) !important;
  font-size: 15px !important;
  padding: 5px;
  cursor: pointer;
}

.btn3 {
  margin-top: 10px;

  color: white !important;
  font-size: 24px !important;
  cursor: pointer;

  background-color: rgb(38, 124, 27, 0.4);
  padding: 2px 20px 2px 20px;


}

.fab {
  font-size: 26px;
}

.fas {
  font-size: 20px;
}

#footData {
  margin-top: 50px;
  padding: 10px;

}


#footer {
  background-color: rgb(38, 124, 27, 0.4);
  background-image: url("../assets/img/leaf.png");
  background-repeat: no-repeat;
  background-size: cover;
  
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;

}

.footContent {
  padding: 10px;

}

.margining {
  margin: 30px;
}




.boxColor {
  border-radius: 30px;
  background-color: rgb(38, 124, 27, 0.4);
  margin: 50px;
  padding: 40px;
  font-size: medium;
  font-family: Verdana, Geneva, Tahoma, sans-serif;

}

.hover-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
}

.imgBox {
  background-color: rgb(38, 124, 27, 0.5);
  padding: 5px;

}



/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40%;

}

.ulas {
  color: rgb(38, 124, 27);
  background-color: rgb(38, 124, 27, 0.4);
  font-size: 50px;
  height: 180px;
  text-align: center;
  padding-top: 40px;


}

.responsive {
  width: 100%;
  height: auto;
  

}

.padrow {
  padding-left: 20px;
  padding-right: 20px;
}

.imgsize {
  width: 40%;
  height: 100%;

}

.galeri-img {
  width: 100%;
  padding: 10px;
}

.projeImgSize {
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 580px) {
  .projeImgSize {
    width: 80%;
    height: auto;
  }


}

.liveProjects {
  margin-top: 60px;
}



/* // fade in // */
.fade-in {
  opacity: 0;
  transition: opacity 250ms ease-in;
}

.fade-in.appear {
  opacity: 1;
}

#navTab a {
  color: rgb(38, 124, 27);
}

#navTab a:hover {
  color: rgb(235, 121, 15);
}

/* // social media btn hover color// */
.face a:hover {
  color: rgb(3, 108, 156);
}

.instagram a:hover {
  color: rgb(252, 114, 59);
}

.you a:hover {
  color: red;
}

.what a:hover {
  color: rgb(4, 187, 4);
}