  
    /* The Modal (background) */
.modal-teklif {
 
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    z-index: 999;
}

/* Modal Content/Box */
.model-teklif-content {display: flex;flex-direction: column;align-items: center; 
  background-color: transparent;
  margin: 15% auto; /* 15% from the top and centered */
/*  padding: 32px;*/
  /*border: 1px solid #515151;*/
  width: 80%;max-width: 860px;/* Could be more or less, depending on screen size */
}



.modal-teklif-title{font: 24px 'Gilroy-ExtraBold'; color: #fff; margin: 24px 0;}
.modal-teklif-aciklama{font: 17px 'Gilroy-Medium';color: #fff;margin-bottom: 36px;text-align: center;}

.input-modal{font-family: 'Gilroy-Medium'; background-color: transparent; border: none !important;border-bottom: 2px solid #fff !important;border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;}
.modal-teklif-btn-str{display: flex; justify-content: center;}



/* The Close Button */
.closeBayi {
  color: #aaa;
  float: right;
  font-size: 54px;
  font-weight: bold;
line-height: 32px; right: 10px; 
}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.closeBayi:hover,
.closeBayi:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}