.theme-font{
    font-family: "Pinyon Script" !important;
  }
.e_email, .e_email-1,.e_kvkk,.e_fullname { display:none;}
#contactForm{
    display: none;
    width:300px;
    position: relative;
    z-index: 2;
    left: 18%;
    top: 20%;
}
#contactForm #kvkk+label{
    color: #e1e1e1;
    font-size: 14px;
}
#contactForm .logo img{
    width:100%
}

.form-control {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background: transparent;
    border: none;
    height: 50px;
    color: white !important;
    border: 1px solid rgbA(255,255,255,0.3);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 40px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    }
    @media (prefers-reduced-motion: reduce) {
      .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.8) !important; }
    .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.8) !important; }
    .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.8) !important; }
    .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.8) !important; }
    .form-control:hover, .form-control:focus {
      background: transparent;
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: rgba(255, 255, 255, 0.4); }
    .form-control:focus {
      border-color: rgba(255, 255, 255, 0.4); }

      .btn {
        cursor: pointer;
        border-radius: 40px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        font-size: 15px;
        text-transform: uppercase; }
        .btn:hover, .btn:active, .btn:focus {
          outline: none; }
        .btn.btn-primary {
         background: #c59d5f;
         border: 1px solid #c59d5f;
         color:#fff; }
          .btn.btn-primary:hover {
            border: 1px solid #fbceb5;
            background: #bf8f42;
            color: #fff; }
          .btn.btn-primary.btn-outline-primary {
            border: 1px solid #fbceb5;
            background: transparent;
            color: #fbceb5; }
            .btn.btn-primary.btn-outline-primary:hover {
              border: 1px solid transparent;
              background: #fbceb5;
              color: #fff; }
              .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
              .show > .btn-primary.dropdown-toggle {
                color: #fff;
                background-color:rgb(196 156 94 / 54%);
                border-color: #c59d5f; }

                #info {
                    color: #fff
                    }