/* @media (max-width: 1245px) {
  .left-application {
    width: 90%;
    height: 67vh;
    margin-top: 15rem;
    margin-left: 5rem;
    padding: 2rem;
  }

  .application-submit {
    margin-left: -0.5rem;
    margin-top: -1rem;
    padding: 18px;
    width: 105%;
    cursor: pointer;
    display: flex;
    align-items: center;
}
} */

@media (max-width: 1195px) {
  left-banner .banner-title {
    font-size: 50px;
    line-height: 55px;
    position: relative;
    top: 2em;
  }
}

@media (max-width: 1201px) {
  .banner-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .right-banner {
    width: 80%;
    margin-top: 2rem;
  }

  .left-banner .banner-title {
    font-size: 50px;
    line-height: 55px;
  }

  .left-application {
    width: 90%;
    height: auto;
    margin-top: -17rem;
    margin-left: -2rem;
    /* margin-inline: auto; */
    padding: 2rem;
  }
}

@media screen and (max-width: 1024px) {

  body {
    width: 100%;
    overflow-x: hidden;
  }

  .header-img {
    width: 65%;
    padding: 0 1rem;
  }

  .header-inner {
    margin-top: 1.5rem;
  }

  .banner {
    width: 108%;
    height: 89vh;
    background-image: url(../images/tema.png);
    background-size: cover;
  }

  .banner .container {
    padding: 75px 0 0 0;
  }

  .banner-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    height: 100%;
  }

  .banner-title {
    font-size: 15rem;
    margin: 0;
    color: #180161;
  }

  .banner-title.two {
    color: #f48fb1;
    margin-top: 0.5rem;
  }
  .banner-desc p {
    
    margin-top: 1rem;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    width: 100%;
    max-width: 500px;
    margin-left: 5px;
    margin-right: auto;
    text-align: center;
    color: #000;
    line-height: 1.4;
  }

  .banner-inner h1.banner-title {
    font-size: 40px;
    /* padding: 0 1rem; */
    font-family: "SemiBold";
    font-weight: bold;
    line-height: 1.5;
  }

  .banner-inner h2.banner-title.two {
    font-size: 40px;
    font-weight: bold;
    line-height: 0.9;
  }

  .left-banner {
    text-align: center;
    margin: 59px -1px;
    margin-left: -5rem;
  }

  .banner-video {
    justify-content: center;
    position: relative;
    top: -15px;
    left: -10px;
  }

  .left-banner .banner-title {
    font-size: 25px;
    line-height: 32px;
  }

  .left-banner .banner-desc {
    margin-top: 26px;
    width: 93%;
    font-size: 15px;
    padding: 0px 2px;
  }

  .banner-inner .right-banner img {
    position: relative;
    width: 264px;
    height: 270px;
    margin-top: -12.2rem;
    margin-left: 37px;
  }

  .banner-card {
    width: 100%;
    padding: 44px 50px;
    border-radius: 16px;
    background-color: #fff;
    margin-top: -4rem;
    display: flex;
    justify-content: center;
  }

  .banner-card-section {
    display: none;
  }

  .banner-card-section.active {
    display: block;
    padding: 100px 0px 40px;
  }

  .banner-card-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100px;
    height: 35vh;
    margin-left: -70px;

  }

  .banner-card-item .text {
    font-size: 16px;
    color: #180161;
    text-wrap: nowrap;
    font-family: "SemiBold", sans-serif;
  }

  .btn {
    display: inline-block;
    padding: 15px 49px;
    background-color: #f392b2;
    color: white;
    border-radius: 25px;
    text-align: center;
    text-wrap: nowrap;
    font-weight: bold;
    text-decoration: none;
    margin-top: 15px;
    margin-left: 4rem;
    font-size: 17px;
  }

  .banner-card-item:nth-child(2) {
    width: 210%;
  }

  .right-banner {
    margin-top: 5rem;
  }

  .banner-card-item:nth-child(3) {
    justify-content: center;
    width: 250%;
  }

  .banner-card-item img {
    margin-left: -5rem;
    width: 35px;
  }

  .banner-card-item img.two {
    width: 75px;
  }

  .meeting {
    display: flex;
    justify-content: center;
    padding: 10px 0px 0px 0px;
  }

  .meeting-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 700px;
    width: 100%;
    padding: 0 0px !important;
  }

  .left-meeting,
  .right-meeting {
    width: 100%;
  }

  .meeting-title {
    padding: 30px;
  }

  .meeting-desc {
    font-size: 14px;
    margin-top: -4px;
    width: 100%;
    
  }

  .programs-title {
    font-size: 18px;
    text-align: center;
    color: var(--pink);
    text-align: center;
  }

  .programs-subtitle {
    line-height: 1;
    font-size: 30px;
    text-align: center;
    color: var(--blue);
    text-align: center;
  }

  .programs-tab {
    flex-direction: column;
    padding: 29px 50px;
    gap: 18px;
    margin-left: -1rem;
    position: relative;
  }
  .programs {
    padding: 50px 0;
    font-family: "Medium", sans-serif;
    margin-left: 0rem;
  }

  .programs-tab-content {
    padding: 0 25px;
    position: relative;
    left: 1.3rem;
    margin-top: 1rem;
  }

  .faq-subtitle {
    padding: -3rem;
    width: 93.3%;
  }

  .programs-tab-item {
    width: 100%;
  }

  .application {
    width: 95%;
    height: 50vh;
    background-image: url(../images/tema3.png);
    background-size: cover;
  }

  .application-inner {
    border-radius: 20px;
  }

  .left-application {
    margin-inline: auto;
    margin-top: 17rem;
    margin-left: -2rem;
    width: 47%;
    height: 80vh;
  }

  .left-application p {
    width: 250px;
    margin-top: -1rem;
    margin-left: -3rem;
    padding: 0.5rem -1rem;
    font-size: 14px;
    text-align: center;
  }

  .left-application h2 {
    margin-left: -3.5rem;
    line-height: 2;
    font-size: 25px;
    text-align: center;
  }

  .application-form {
    gap: 15px;
  }

  .input-group {
    margin-left: 1.5em;
    padding-top: 0.5rem;
  }

  .input-group .input {
    padding: -2rem 0 0;
    margin: 0 -59px;
    font-size: 14px;
  }

  .application-submit {
    font-size: 16px;
    width: 223px;
    margin-left: -2.5rem;
    padding: 28px -25px;
    border-radius: 12px;
    margin-left: -17px;
  }

  .button-text {
    flex-grow: 1;
    text-align: center;
  }

  .application-submit .icon img {
    width: 19px;
    height: 29px;
  }
  .faq {
    background-color: #fceeee;
    padding: 50px 0;
    width: 100%;
  }

  .faq-title {
    font-family: "SemiBold", sans-serif;
    font-size: 16px;
    text-align: center;
    color: var(--pink);
    padding-top: -3rem;
    position: relative;
    top: -1.7rem;
  }

  .faq-subtitle {
    padding: -3rem;
    width: 93.3%;
    position: relative;
    top: -2rem;
  }

  .icon {
    margin-left: 6rem;
  }

  .footer {
    padding: 7rem 0;
    position: relative;
    width: 100%;
  }
.wp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #49c22e;
  color: white;
  font-weight: 600;
  padding: 13px 23px;
  border-radius: 25px;
  text-decoration: none;
  width: fit-content;
  border: none;
  cursor: pointer;
  position: relative;
  bottom: -1rem;
}
  .footer-inner {
    flex-direction: column !important;
    gap: 60px;
  }
  .basvuru-form {
margin-left:0px !important
  }

  .footer-grid-1 .logo {
    margin-top: -5rem;
    width: 330px;
  }

  .social-media a {
    margin-top: -3rem;
  }

  .footer-grid-2 {
    padding-top: 0;
    border :none;
    margin-top: 0.3rem;
  }

  .footer-grid-2 p {
    padding: 2px 59px;
    margin-top: -0.8rem;
  }

  .footer-grid-2 .copy {
    position: absolute;
    bottom: -27rem;
    text-align: center;
    padding: 1rem 0;
    width: 100%;
    margin-top: -15rem !important;
  }

  .footer-grid-1,
  .footer-grid-2,
  .footer-grid-3 {
    width: 100%;
  }
  .footer-grid-2::after,
  .footer-grid-3::after {
    display: none;
  }

  .footer-grid-3 {
    margin-top: -2rem;
    z-index: 181;
  }

  .footer-right-text {
    margin-top: 0.9rem;
  }
}

@media (max-width: 768px) {
  .left-application {
    height: 59vh;
    width: 54vw;
    padding: 30px 30px;
    margin-top: 4rem;
    margin-left: 19%;
  }

  .left-application p {
    width: 250px;
    margin-top: 3%;
    margin-left: 7%;
    padding: 0.5rem -1rem;
    font-size: 14px;
    text-align: center;
  }

  .left-application h2 {
    margin-left: -31%;
    line-height: 2;
    font-size: 25px;
    text-align: center;
  }

  .application-inner {
    padding: 20px;
  }

  .application-submit {
    flex-direction: column;
    gap: 10px;
  }

  .application-form {
    margin-left: 15%;
  }

  /* .application-submit {
    flex-direction: row;
    gap: 0.5rem;
  } */

  .application-submit .icon {
    left: -1%;
    position: static;
  }
}

@media (max-width: 480px) {
  .application-inner {
    padding: 30px 10px;
  }

  .left-application h2 {
    font-size: 22px;
    line-height: 40px;
  }

  .application-form {
    gap: 15px;
  }
}

 @media screen and (max-width: 375px) {
    body {
        width: 110%;
        overflow-x: hidden;
    }
    .banner-inner .right-banner img {
        position: relative;
        width: 264px;
        height: 270px;
        margin-top: -3.9rem;
        margin-left: 37px;
    }
  .programs-tab-content {
    padding: 0 25px;
  }

  .application {
    width: 101%;
    background-image: url(../images/tema3.png);
    background-size: cover;
  }

  .application-inner {
    display: block;
  }
  .banner {
        width: 108%;
        background-image: url(../images/tema.png);
        background-size: cover;
        padding-bottom:0px !important;
    }
    .banner-inner .right-banner img {
        position: relative;
        width: 264px;
        height: 270px;
        margin-top: -5.2rem;
        margin-left: 37px;
        margin-bottom: -80px;
      
      }

  /* .left-application {
    margin-inline: auto;
    margin-top: 12rem;
    margin-left: -2rem;
    width: 47%;
    height: 80vh;
  } */

  .footer-grid-2::after,
  .footer-grid-3::after {
    display: none;
  }

  .footer-grid-1,
  .footer-grid-2,
  .footer-grid-3 {
    width: 100%;
  }


 .footer-inner {
    flex-direction: row;
    gap: 60px;
  }

.footer-grid-2::before{
    left: -3px;
}

.footer-grid-2::before,
.footer-grid-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #f8f2f2; /* gri çizgi rengi */
}
 }