#metin-container{
  margin-top: 30px;
}


.metin{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.metin>p{
  width: 70%;
}

#form-container{
  margin-bottom: 100px;
}
#form-row{
  row-gap: 30px;
  margin-bottom: 20px;
}

.form-group {
  position: relative;
}
.form-group2 {
position: relative;
}

.form-group2 input {
  border: 2px solid #E6EBF1;
  width: 100%;
  font-size: 1rem;
  padding: 1rem 0.5rem;
  outline: none;
  color: #101828;
  background: transparent;
}
.form-group2 label {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  padding: 0 4px;
  color: #101828;
  font-size: 1em;
  font-weight: 400;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.form-group2 input:is(:focus, :valid) {
  border: 2px solid #FDB827;

}
.form-group2 input:is(:focus, :valid) + label {
  top: 0;
  padding: 0 4px;
  color: #101828;
  background: white;
}

.form-group input {
  border: 2px solid #E6EBF1;
  width: 100%;
  font-size: 1rem;
  padding: 1rem 0.5rem;
  outline: none;
  color: black;
  background: transparent;
}
.form-group label {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  padding: 0 4px;
  color: #101828;
  font-size: 1em;
  font-weight: 400;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.form-group input:is(:focus, :valid) {
  border: 2px solid #FDB827;

}
.form-group input:is(:focus, :valid) + label {
  top: 0;
  padding: 0 4px;
  color: #101828;
  background: white;
}

.cb{
  position: relative;
  top: 10rem;
  left: 7rem;
}


.devam-et-btn{
  background-color: #FDB827;
  color: #000;
  border: 0;
  height: 50px;
  padding: 15px, 42px, 15px, 42px;
  width: 15%;
  margin-left: 85%;
  transition: .4s;
  cursor: pointer;
  transition: .4s;
  margin-top: 30px;
}

.devam-et-btn:hover {
  border: 1px solid #FDB827;
  background: transparent !important;
  transition: .4s;
}

.devam-et-btn>a{
  text-decoration: none;
  color: #000 ;
}

.form-cheackbox {
  width: 20px;
  height: 20px;
  border-radius: 0px;
  margin-right: 5px;
}

/*HEADER*/


.navbar {
    background-color: #333;
    padding: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
  }
  
  .navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .navbar li {   
    display: inline;
    margin-right: 20px;
  }
  
  .navbar a {
    text-decoration: none;
    color: rgb(0, 0, 0);
  }
  .custom-button {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #FDB827;
    text-decoration: none; /* Remove underline */
    color: black; /* Set text color to black */
    border: none; /* Remove border */
    cursor: pointer; 
}

/*sayfa içi*/




.img{
  
  width:auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}




  /*GRİ CONTAİNER*/
  .grey-container { 
    
    margin-top: 80px;
    position: relative;
    background: #F4F8FB;
    flex-shrink: 0;

  }

  .grey-container h1 {
    padding-top: 2rem;
    padding-bottom: 1rem;
    color: var(--Neutrals-700, #344054);
font-kerning: none;
font-variant-numeric: slashed-zero;
font-feature-settings: 'ss01' on, 'cv02' on;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-align: center;
}  
  
  .grey-container p{
    padding-bottom: 2rem;
    text-align: center;
    color: var(--Neutrals-500, #707B93);
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
  }

  @media only screen and (max-width:991px) {
    .devam-et-btn{
      width: 25%;
      margin-left: 75%;
      transition: .4s;
    }
  }



  @media only screen and (max-width:600px) {
    .devam-et-btn{
      width: 100%;
      margin-left: 0%;
      transition: .4s;

    }
  }