.bg-image-1 {
  background-image: url(slider/slider1.jpg);
}

.bg-image-2{
  background-image: url(slider/slider2.jpg);
}
.bg-image-3{
  background-image: url(slider/slider3.jpg);
}
.bg-image-4{
  background-image: url(slider/slider4.jpg);
}
.bg-image-5{
  background-image: url(slider/slider5.jpg); 
}
.bg-image-6{
  background-image: url(slider/slider6.jpg); 
}
.bg-image-7{
  background-image: url(slider/slider7.jpg); 
}

.carousel-caption {

  font-weight: bolder;

}

.deneme{
  background: rgba(255, 255, 255, 0.5); 
  backdrop-filter: blur(20px); 
  padding: 20px; 
  border-radius: 10px; 
  display: inline-block; 
}
.dropdown-menu {
  column-count: 2; 
  column-gap: 0; 
}

.dropdown-menu .dropdown-item {
  display: block;
  width: auto; 
}
@media (max-width: 768px) {
  .dropdown-menu {
    column-count: 1; 
  }
  .dropdown-menu .dropdown-item {
    width: 100%; 
  }
}

.card>img:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.iletisim-form{
  background-color: #c0c0c0;
  
}

#contact-form .form-control{

  border: 1px solid black;
  border-radius: 0;
}

.carousel-image {

  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  font-family: 'Raleway', sans-serif;
  
}

.indexmodalbutton button{
  padding: 20px;
}

.indexmodalbutton i{
  font-size: 1.6rem;
}


.hizmet-card>a:hover {
  opacity: 0.8;
  transition: 0.5s;
}


a {
  color: #000;
}

a:link {
  text-decoration: none;
}

#mainNavigation a {
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4)
}




a.dropdown-item:hover {
  color: #03727d !important
}

#nav-item a {
  color: #dfdfdf;
}

#nav-item a:hover {
  color: #fff
}

#nav-item {
  min-width: 12vw;
}

#mainNavigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 123;
  padding-bottom: 120px;

  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

#navbarNavDropdown.collapsing #navbar-nav,
#navbarNavDropdown.show #navbar-nav {
  background: #999999;
  padding: 12px;
}

#carousel-image{
  height: 80vh; 
  max-height: 100%;
}

@media screen and (max-width: 600px) {
  #carousel-image{
    height: 40vh; 
    max-height: 100%;
  }
}

.top-20{
  top: 30px;
}

.carousel-control-prev-icon,.carousel-control-next-icon{
  width: 4rem;
  height: 4rem;
}
