body {
  margin: 0;
  
}

html {
  scroll-behavior: smooth;
}

#header1 {
  height: auto;
  background-color: rgb(38, 124, 27);
  color: #f1f1f1;
  padding: 12px;
  font-size: small;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  z-index: 1000;
  display: block;
  

}
 /* // 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);
}



#headerMob {
  background-color: rgb(38, 124, 27);
  display: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #ffffff;
}

.between{
  padding-right: 15px;
  padding-left: 10px;
  
}

.between:hover{
  color:rgb(235, 121, 15);
}

hr.new4 {
  border: 2px solid rgb(255, 255, 255);
}

#logo {
  width: 250px;
  margin-top: 30px;
}


@media screen and (max-width: 768px) {
  #header1 {
    display: none;
  }

  #headerMob {
    display: block;
  }

  #logo {
    width: 150px !important;
    margin-top: 0 !important;
  }

  #navbar {
    position: relative !important;
    box-shadow: none !important;
  }
}

.nav-img {
  margin-top: 50px;
}

.navbar {
  border-radius: 0px !important;
}

#navbar {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.0);
  padding: 10px 3px;
   transition: 0.4s;
  position: fixed;
  width: 100%;
  top:0;
  z-index: 99;
  box-shadow: none;
  margin-top: 30px;
  }

#navbar a {
  float: left;
  color: rgb(38, 124, 27);
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
}

#navbar #logo {
  font-weight: bold;
  transition: 0.4s;
}

#navbar a:hover {
  text-decoration: underline;
  color: rgb(235, 121, 15);
}




@media screen and (max-width: 580px) {
  #navbar {
    padding: 10px 10px !important;

  }

  #navbar a {
    float: none;
    display: block;
    text-align: left;
  }

  #navbar-right {
    float: none;
  }
}

.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;
}

.text a:hover{
  color: rgb(235, 121, 15);
}


#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;
  color: black;
}

.footContent {
  padding: 10px;
}

/* .designer{
  text-align: center;
  background-color: rgb(85, 84, 84);
  color: white;
  font-style: italic;
  
}

.designer a:hover {
  color: antiquewhite !important;
} */

#calismaAlani {
  width: 100%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding: 50px;
  margin-bottom: 50px;
  color: black;
}


.imgsize{
  width: 40%;
  height: 100%;
  }

  .liveProjects{
  margin-top: 60px;
  margin-bottom: 30px;
  
}
.bColor{
  background-color: rgb(183, 226, 177, 0.5);
  padding: 20px;
  border-radius: 10px;
    }

#guncel, #calisma{
  background-color: rgb(38, 124, 27, 0.4) ;
  padding-top: 10px ;
    height:auto;
  margin-top: 70px;
  margin-bottom: 50px;
  font-size: 30px;
  align-items: center;
  
  }




body, html {
  height: 100%;
}

.parallax {
  /* The image used */
  background-image: url('../assets/images/2012.jpg');

  /* Full height */
  height: 300px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Position text in the middle of the page/image */
.bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
  display: block;
}
 



/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 786px) {
  .parallax {
    background-attachment: scroll;
    background-size: contain;
  }
  #calismaAlani{
    margin-bottom: 1px;
  }
  .liveProjects{
    margin-top: 5px;
  }
  .bg-text{
    display: none;
    
  }
}

/* social media buttons */

.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-left: 12px;
  cursor: pointer;
}


.fab {
  font-size: 26px;
}

.fas {
  font-size: 20px;
}


.carousel-indicators{
  margin-bottom: 80px;
}

 /* Make the image fully responsive */
 .carousel-inner img {
  width: 100%;
  height: 100%;
}
/* // phone and web background images size// */
#firstCarousel{
display: block;

}
#caroselmob{
  top: 0;
  display: none;
  background-image: url('../assets/images/03-1.jpg');
  
  background-repeat: no-repeat;
  background-size: cover;
   width: 100%;
  height: 80%;
}



@media screen and (max-width: 580px) {
  #firstCarousel{
    display: none;
    }
    #caroselmob{
      display: block;
    }
  
}

/* //card designing// */
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
  border-radius: 5px;
  
  
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}

img {
  border-radius: 5px 5px 0 0;
}

.contain {
  padding: 1px 16px;
  background-color: rgb(183, 226, 177, 0.5);
  color: black;
}
.margining{
        padding: 20px;
}

.alan-header{
  background-color:rgb(38, 124, 27, 0.4);
  padding: 10px;
  text-align: center;
  color: black;
  border-radius: 5px 5px 5px 5px;
 
  
}
#colColor{
  background-color:rgba(183, 226, 177, 0.5) ;
  padding: 10px;
  border-radius: 5px 5px 5px 5px;
}


/* // fading text// */
.fading{
  animation-duration: 3s;
  animation-name: slide;
}
@keyframes slide {
  from {
    margin-left: 100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

#hizmetMob{
display: none;
margin-bottom: 30px;
margin-top: 30px;
}

 
@media screen and (max-width: 580px) {
  #hizmetMob{
    display: block;
    }
    #hizmetWeb{
      display: none;
    }
  
}

/* // fade in // */
.fade-in {
  opacity: 0;
  transition: opacity 250ms ease-in;
}

.fade-in.appear {
  opacity: 1;
}



* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(52, 139, 40, 0.8);
}



.carouselbox{
  
  height: 250px;
  width: auto;
    overflow: hidden;
        text-align: center;
        display: flex;
    align-items: center;
    
}
.carouselbox img{
  width:350px;
    height: 200px;
  background-size: cover;
      cursor: pointer;
  transition: 0.5s ease ;
  z-index: 2;
}


#carousel2{
    margin-top: 50px;
  margin-bottom: 100px;
    height: 500px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;

  }

.carousel2{
  margin-top: 100px;
  margin-bottom: 150px;
  height: 250px;
  width:100%;
  position: relative;
}
.carousel2 .switchLeft,
.carousel2 .switchRight {
color: rgb(0, 0, 0);
background-color: rgba(38, 124, 27, 0.425);
font-weight: bold;
height: 100%;
width: 45px;
line-height: 250px;
font-size: 25px;
text-align: center;
cursor: pointer;
font-family: sans-serif;
top: 0;
z-index: 3;
}
.carousel2 .switchLeft{
  position: absolute;
  left:-50px ;
 
}

.carousel2 .switchRight{
  position: absolute;
  right:-50px ;
}





/* // captions for pics// */
.inside {
  position: relative;
  width: 350px;
  margin: 0 auto;
  background: none;
  margin: 10px;
}
.inside .text {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 10px;
}

