* {
    font-family: 'Montserrat', sans-serif;
}

.hidden {
  display:none !important;
}

.imageContainer{
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
}

.imageContainer::before{
    content: '';
    background: url(../img/index-parallax-001.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.imageContainer2{
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
}

.imageContainer2::before{
    content: '';
    background: url(../img/index-parallax-002.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-dark{
    position: relative;
}

.footer-dark::before{
    content: '';
    background: url(../img/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

nav.nav-menu ul li.sosyal a i {
    font-size: 18px;
}

.carousel .carousel-item .container{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

}

.carousel .carousel-item .container h2{
    float:left; 
    font-weight:300;
    text-align: left;
}

.carousel .carousel-item .container p{
    text-align: left;
    margin:0 !important;
}

.dortluk h3 img{
    width:100%;
    filter:brightness(50%);
}

.dortluk p.dtitle {
    text-align: center; 
    font-weight: 900;
}

.dortluk p.dtext {
    text-align: justify; 
    font-size: 14px; 
    margin-top: -20px;
}

.parallax h3{
    text-align: center; 
    color: white; 
}

.parallax h3 span{
    font-weight:800; 
    font-size: 28px;
}

.special-container .item{
    margin-top:-200px;
}

.special-container .item img{
    width:100%;
    filter:brightness(50%);
}

.special-container .item p{
    text-align: justify; 
    font-size: 14px; 
    margin-top: -20px;
}

.special-container .item p.dtitle{
    text-align: center; 
    font-weight: 900;
}

.redline{border-color: red; width: 100%;}

a.footerlogo{color: white; font-size: 32px; padding: 0; line-height: 1; font-weight: 600;letter-spacing: 3px;padding-left: 10px; padding-top: 10px;}

.footer-item{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.footer-item > p {
    margin-top:2rem;
}

.footer-item > p a.social{
    font-size: 18px; color: white; text-align: right;
}

.how-section1{
    margin-top:-15%;
    padding: 10%;
  }
  .how-section1 h4{
      color: #ffa500;
      font-weight: bold;
      font-size: 3px;
  }
  .how-section1 .subheading{
      color: #3931af;
      font-size: 2px;
  }
  .how-section1 .row
  {
      margin-top: 10%;
  }
  .how-img 
  {
      text-align: center;
  }
  .how-img img{
      width: 100%;
  }

  .hakkimobil{
    display: none;
  }
  @media (max-width:767px){
    .hakkimobil{
      display: initial;
    }
    .hakkinormal{
      display: none;
    }
  }

  .hakkimizda strong.dtitle{
    font-weight: 400; color: black;
  }

  .how-img img {
    filter:brightness(50%);
  }

  .how-text{
    text-align: center; margin-top: 50px;
  }

  .text-black {
    color: #000; }

  .content {
    padding: 7rem 0; }

  .heading {
    font-size: 2.5rem;
    font-weight: 900; }

  .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    background: none; }
    .form-control:active, .form-control:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: rgb(255, 0, 0); }

  .col-form-label {
    color: #000;
    font-size: 13px; }

  .btn, .form-control, .custom-select {
    height: 45px;
    border-radius: 0; }

  .custom-select {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0; }
    .custom-select:active, .custom-select:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #000; }

  .btn {
    border: none;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: .2rem;
    text-transform: uppercase;
    border-radius: 30px !important; }
    .btn.btn-primary {
      border-radius: 30px;
      background: #ff0d00;
      color: #fff;
      -webkit-box-shadow: 0 15px 30px 0 rgba(239, 67, 57, 0.2);
      box-shadow: 0 15px 30px 0 rgba(239, 67, 57, 0.2); }
    .btn:hover {
      color: #fff; }
    .btn:active, .btn:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

  .contact-wrap {
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #efefef; }
    .contact-wrap .col-form-label {
      font-size: 14px;
      color: #b3b3b3;
      margin: 0 0 10px 0;
      display: inline-block;
      padding: 0; }
    .contact-wrap .form, .contact-wrap .contact-info {
      padding: 40px; }
    .contact-wrap .contact-info {
      color: transparent }
      .contact-wrap .contact-info ul li {
        margin-bottom: 15px;
        color: transparent }
        .contact-wrap .contact-info ul li .wrap-icon {
          font-size: 20px;
          color: #fff;
          margin-top: 5px; }
    .contact-wrap .form {
      background: #fff; }
      .contact-wrap .form h3 {
        color: #000;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 30px; }
    .contact-wrap .contact-info {
      height: 100vh;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .contact-wrap .contact-info a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }
      @media (max-width: 1199.98px) {
        .contact-wrap .contact-info {
          height: 400px !important; } }
      .contact-wrap .contact-info h3 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 30px; }

  label.error {
    font-size: 12px;
    color: red; }

  #message {
    resize: vertical; }

  #form-message-warning, #form-message-success {
    display: none; }

  #form-message-warning {
    color: #B90B0B; }

  #form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold; }

  .submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000; }

    .harita{
      background-color: black;
      position: relative;
    }
    .opak{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: black;
      opacity: 0.5;
      z-index: 2;
      pointer-events: none;
    }

.belge-col{
	padding:2rem;
	display:flex;
	justify-content:center;
}