body{
    background-color: #000 !important;
}

.contact-first-area{
    background: #95F561;
    padding: 30px 60px 75px;
    border-radius: 50px;
    margin-top: 230px;
    position: relative;
    clip-path: polygon(0 0, 100% -25%, 100% 70%, 0 100%);
}


.angled-container {
    position: relative;
    background-color: #54C17C;
    padding: 145px 20px 40px;
    border-radius: 30px;

    clip-path: polygon(0 23%, 100% 0, 100% 100%, 0 100%);
    margin-top: -40px;
}

.contact-first-area h1{
    font-size: 24px;
}

.contact-first-area p{
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 200;
}

.contact-first-area img{
    position: absolute;
    top: -120px;
    right: 100px;
    width: 488px;
}

.contact-item{
    display: flex;
    align-items: center;
    width: 260px;
    margin-bottom: 20px;
}

.contact-item svg{
    width: 30px;
    height: 30px;
}

.contact-item span{
    line-height: 19px;
    font-size: 16px;
    font-weight: 300;
    margin-left: 10px;
}

.contact-items{
    margin-top:40px;
}

.black-rotate{
    content: "";
    width: 130%;
    height: 300px;
    transform: rotate(-6deg);
    background: #000;
    position: absolute;
    left: -10%;
    bottom: -212px;
    z-index: 999;
}

.contact-second-area{
    position: relative;
    padding-top: 100px;
}

.contact-second-area-inner{
    
    background: #54C17C;
}


.second-area-title{
    display: flex;
    justify-content: center;
    z-index: 999;
    position: relative;
}


  .content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  
  form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  input,
  textarea {
    flex: 1 1 calc(50% - 20px); /* 2 sütunluk yerleşim */
    padding: 10px;
    border: none;
    border-radius: 5px;
  }
  
  textarea {
    flex-basis: 100%; /* Tam genişlik */
  }
  
  button {
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .angled-container-top{
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-bottom: 11px;
  }

  .angled-container h2{
    font-size: 24px;
    margin-left: 10px;
    margin-bottom: 0;
  }

  .angled-container-span{
    font-size: 16px;
    color: #fff;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
  }

  .top-inputs{
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Her satırda 3 sütun */
    gap: 10px; /* Satır ve sütun boşluğu */
    margin: auto;
  }

  .top-inputs input{
    background: #FFFFFF1F;
    color: #fff;
    position: relative;
    width: 100%;
    cursor: pointer;
    outline: 0;
  }

  .top-inputs input::placeholder{
    color: #fff;
  }

  .top-inputs div{
    position: relative;
  }
  
  .top-inputs div::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%; /* Çizgiyi ortadan başlat */
    width: 50%; /* Çizginin genişliği */
    border-bottom: 3px solid #d9d9d99e; /* Alt sınır */
    border-radius: 3px;
  }

  .top-inputs div:hover::after{
    width: 100%;
    transition: 1s;
  }

  .contact-textarea{
    position: relative;
    margin-top: 17px;
  }

  .contact-textarea textarea{
    background: #FFFFFF1F;
    color: #fff;
    position: relative;
    width: 100%;
    cursor: pointer;
    outline: 0;
  }

  .contact-textarea textarea::placeholder{
    color: #fff;
  }

  .contact-textarea::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%; /* Çizgiyi ortadan başlat */
    width: 50%; /* Çizginin genişliği */
    border-bottom: 3px solid #d9d9d99e; /* Alt sınır */
    border-radius: 3px;
  }

  .contact-textarea:hover::after{
    width: 100%;
    transition: 1s;
  }

  .contact-send{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 35px;
  }

  .contact-send button{
    width: 70%;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .contact-send svg{
    margin-left: 7px;
  }

  @media only screen and (max-width: 600px) {
    .bird-img{
      display: none;
    }

    .contact-first-area{
      clip-path: unset;
      margin-top: 130px;
    }

    .angled-container{
      clip-path: unset;
      margin-top: 40px;
    }

    .top-inputs{
      display: block;
    }

    .top-inputs div{
      margin-top: 20px;
    }
  }

  .header{
    background: #ffffff26;
  }
