* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --light: #faf6f6;
  --blue: #180161;
  --pink: #e3809a;
  /* --font-medium: "Poppins-Medium", sans-serif;
  --font-light: "Poppins-Light", sans-serif; */
}

body {
  background-color: var(--light);
}

body,
html {
  width: 100%;
  overflow-x: hidden;
}

.container {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}

.color-pink {
  color: var(--pink);
}

.position-relative {
  position: relative;
}

a {
  text-decoration: none;
}

.btn {
  background-color: var(--pink);
  color: white;
  font-family: var(--font-medium);
  font-size: 15px;
  padding: 1rem 3rem;
  border: none;
  border-radius: 29px;
  cursor: pointer;
  border: 1px solid var(--pink);
  transition: all 0.4s ease-in-out;
}

.btn:hover {
  border: 1px solid var(--pink);
  background-color: #fff;
  color: var(--pink);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
}

.header-img {
  width: 230px;
  margin: 0.8rem -2rem;
  background-size: cover;
}

.header-img img {
  width: 100%;
}

.header-img {
  width: 100%;
  max-width: 230px;
}

.right-banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.banner {
  width: 100%;
  height: 100vh;
  background-image: url("../images/tema.png");
  background-size: cover;
}

.banner .container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-inner {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  height: 100%;
  gap: 25px;
}

.left-banner .banner-title {
  font-size: 65px;
  color: var(--blue);
  line-height: 65px;
}

@font-face {
  font-family: "SemiBold";
  src: url("../font/Poppins-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.left-banner .banner-title {
  font-family: "SemiBold", sans-serif;
  font-size: 65px;
}

@font-face {
  font-family: "Bold";
  src: url("font/Poppins-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.left-banner .banner-desc {
  font-size: 16px;
  font-family: "Medium", sans-serif;
  margin-top: 30px;
  width: 82%;
}

@font-face {
  font-family: "Medium";
  src: url("../font/Poppins-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.left-banner .banner-video {
  font-family: "SemiBold", sans-serif;
  /* font-weight: bold; */
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 42px;
}

.left-banner .banner-video p {
  font-weight: 600;
  color: var(--blue);
}

.left-banner .banner-title.two {
  color: var(--pink);
}

.right-banner {
  width: 76%;
  height: 82%;
  margin-top: 12.2rem;
}

.right-banner img {
  width: 95%;
  height: 83%;
}

.banner-card-section {
  position: absolute;
  bottom: -75px;
  left: 0;
  width: 100%;
}

.banner-card-section.active {
  display: none;
  position: static;
}

.banner-card {
  width: 100%;
  padding: 39px 45px;
  border-radius: 16px;
  background-color: #fff;
}

.banner-card-inner {
  font-family: "Medium", sans-serif;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  height: 100%;
  padding: 0 5rem;
}

.banner-card-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--blue);
}

.banner-card-item img {
  width: 45px;
}

.banner-card-item:nth-child(2) {
  width: 120%;
}

.banner-card-item:nth-child(3) {
  justify-content: flex-end;
}

.meeting {
  padding: 140px 0 50px 0;
}

.meeting-inner {
  display: flex;
  align-items: center;
  gap: 35px;
}

.left-meeting {
  width: 45%;
}

.left-meeting img {
  width: 100%;
  height: 100%;
}

.right-meeting {
  width: 49%;
}

.right-meeting .meeting-title {
  color: var(--blue);
  font-size: 35px;
}

.meeting-title {
  font-family: "Medium", sans-serif;

  margin-top: -2rem;
}

.meeting-desc {
  font-family: "Medium", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}

.programs {
  padding: 50px 0;
  font-family: "Medium", sans-serif;
}

.programs-title {
  font-size: 16px;
  text-align: center;
  color: var(--pink);
}

.programs-subtitle {
  line-height: 1;
  font-size: 28px;
  text-align: center;
  color: var(--blue);
}

.programs-tab {
  font-family: "Medium", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0;
  gap: 30px;
}

.programs-tab-item {
  border: 1px solid #b9b7b7;
  padding: 1.2rem 4rem;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 500;
  color: #000;
  background-color: transparent;
  font-family: "Poppins-SemiBold", sans-serif;
  font-weight: bold;
  font-size: 15px;
}

.programs-tab-item.active {
  background-color: #e3809a;
  color: white;
  border-color: #e3809a;
}

@font-face {
  font-family: "Thin";
  src: url("../font/Poppins-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.programs-card {
  border-radius: 35px;
  background-color: #fff;
  padding: 40px 30px;
}

.programs-author {
  display: flex;
}

.programs-author .text {
  width: 80%;
}

.programs-card h2 {
  font-size: 18px;
  font-family: "Medium", sans-serif;
}

.programs-card p {
  font-size: 13px;
  color: #615e5e;
  font-family: "Medium", sans-serif;
  width: 70%;
  margin-top: 5px;
}

.programs-img {
  width: 130px;
  height: 130px;
}

.programs-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.programs-card h3 {
  color: var(--pink);
  font-weight: bold;
  font-family: "Light", sans-serif;
  font-size: 15px;
  width: 50%;
}

.programs-card-footer {
  border-top: 1px solid #e3e3e3;
  margin-top: 25px;
  padding-top: 25px;
}

.programs-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.programs-article {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.programs-article:nth-child(2) {
  justify-content: flex-end;
}

.programs-article img {
  width: 35px;
}

.programs-article span {
  font-family: "Medium", sans-serif;
  font-size: 13px;
}

.programs-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 42px 0 0 0;
}

.programs-btn {
  background-color: white;
  border: 1px solid #ffffff;
  color: #e3809a;
  padding: 0 29px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 40px;
}

.programs-btn.active {
  background-color: #e3809a;
  color: white;
  border: none;
}

.application-inner {
  width: 135%;
  height: 100vh;
  background-image: url("../images/tema3.png");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 60px;
  position: relative;
  left: -29%;
}

/* .left-application {
  backdrop-filter: blur(12px);
  border-radius: 50px;
  text-align: left;
} */

.left-application {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 39px;
  padding: 40px 50px;
  width: 100%;
  max-width: 490px;
  height: auto;
  margin-left: -29%;
  /* margin: 0 auto; */
  /* text-align: left; */
  /* margin-inline: auto;
  margin-top: 25rem;
  transform: translateY(-50%);
  margin-left: -2rem;
  -webkit-backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 39px;
  padding: 60px 55px;
  width: 37%;
  height: 78vh; */
}

.left-application p {
  color: #30324d;
  font-family: "SemiBold", sans-serif;
  width: 107%;
}

.left-application h2 {
  color: var(--blue);
  font-family: "SemiBold", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 65px;
}

.application-form {
  margin: 5px 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.application-form .input-group {
  position: relative;
  width: 100%;
}

.application-form .input {
  width: 100%;
  padding: 1rem 3rem 1rem 1rem; /* sağda boşluk */
  box-sizing: border-box;
  /* background-color: transparent; */
  border: none;
}

.application-form .input-group .icon {
  /* position: relative;
  top: 25%;
  right: -1rem; */
  margin-left: 85%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

/* Temel stiller */
.left-application {
  width: 100%;
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem;
  box-sizing: border-box;
}

.application-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.input-group {
  position: relative;
  width: 100%;
}

.input {
  width: 100%;
  padding: 1rem 1rem 1rem 3rem;
  box-sizing: border-box;
}

.input-group .icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.application-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem;
}

.application-submit {
  background: linear-gradient(130deg, #ff88a7 0%, #ffb688 100%);
  border: none;
  border-radius: 15px;
  margin-left: -0.5rem;
  margin-top: 1rem;
  /* padding: 18px; */
  width: 105%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease-in-out;
  gap: 7rem;
  padding: 1rem 1.2rem;
  background-color: #f0f0f0;
}

.application-submit .icon {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 2rem;
}

.application-submit .icon img {
  margin: 0;
  width: 100%;
  height: auto;
}

.application-submit .button-text {
  padding-left: 0;
  color: white;
}

.faq {
  background-color: #fceeee;
  padding: 50px 0;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

.faq-title {
  font-family: "SemiBold", sans-serif;
  font-size: 16px;
  text-align: center;
  color: var(--pink);
}

.faq-subtitle {
  font-family: "SemiBold", sans-serif;
  font-size: 30px;
  text-align: center;
  color: var(--blue);
}

.faq-container {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-group {
  font-family: "Medium", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 1rem;
  margin-left: -1rem;
}

.faq-btn {
  font-family: "Medium", sans-serif;
  padding: 23px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid #efd7d7;
  border-radius: 20px;
  cursor: pointer;
  font-size: 13px;
}

.faq-btn img {
  width: 36px;
  height: 36px;
  transition: all 0.3s ease;
}

.faq-content {
  background-color: #f8dfdf;
  font-size: 14px;
  padding: 22px 30px;
  border-radius: 20px;
  display: none;
}

.footer {
  font-family: "Medium", sans-serif;

  padding: 89px 0;
  background-color: #fff;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.footer-grid-1,
.footer-grid-2,
.footer-grid-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
  position: relative;
}

.footer-grid-1,
.footer-grid-3 {
  width: 24%;
}

.footer-grid-3 {
  margin-top: -1.9rem;
}

.footer-grid-2 {
  border-left: 1px solid #EAEAEA; border-right: 1px solid #EAEAEA; padding: 80px;
  width: 40%;
}

.footer-grid-2 p {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 15px;
  width: 437px;
  /* padding: 2rem 0; */
}

.footer-title {
  font-size: 25px;
  color: var(--blue);
  text-align: center;
}

.footer-title.two {
  color: var(--pink);
}

.footer-grid-1 .logo {
  margin-left: -75px;
  width: 295px;
  padding-top: -3rem;
}

.social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 3rem;
}

.social-media a {
  width: 48px;
  height: 48px;
  background-color: #fdf7f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-right-text {
  text-align: center;
}

.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: -2rem;
}



.footer-grid-2 .copy {
  margin-top: 5rem;
  font-family: "Medium", sans-serif;
  font-size: 14px;
}

.footer-grid-3::after {
  left: -15%;
}

.input:focus {
  outline: 1px solid white;
  border-color: white;
}

.banner-image {
  width: 95%;
  height: auto;
  max-height: 83%;
  object-fit: contain;
  display: block;
}

.right-banner {
  position: relative;
}

/*************************/
.right-banner img {
  position: absolute;
  top: 22px;
  right: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* General responsive adjustments */
@media (max-width: 1245px) {
  .left-application {
    width: 90%;
    height: auto;
    margin: 15rem auto 0;
    padding: 2rem;
    box-sizing: border-box;
  }

  .application-submit {
    margin: 1rem auto 0;
    padding: 18px;
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 1200px) {
  .banner-inner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0 20px;
  }

  .left-banner .banner-title {
    font-size: 50px;
    line-height: 55px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .right-banner {
    width: 80%;
    margin: 2rem auto 0;
  }

  .left-application {
    width: 90%;
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
  }
}

@media (max-width: 1024px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .header-img {
    width: 65%;
    padding: 0 1rem;
    margin: 0 auto;
  }

  .banner {
    width: 100%;
    height: auto;
    padding-bottom: 2rem;
  }

  .banner .container {
    padding: 75px 20px 0;
  }

  .left-banner {
    text-align: center;
    margin: 0 auto 2rem;
    padding: 0 20px;
  }

  .banner-video {
    justify-content: center;
    margin-top: 1rem;
  }

  .left-banner .banner-title {
    font-size: 32px;
    line-height: 38px;
  }

  .left-banner .banner-desc {
    margin: 26px auto 0;
    width: 90%;
    max-width: 500px;
    font-size: 16px;
  }

  .right-banner img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  .banner-card {
    width: 90%;
    max-width: 800px;
    margin: 2rem auto;
    padding: 30px;
  }

  .banner-card-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .banner-card-item {
    width: 100%;
    text-align: center;
  }

  .banner-card-item img {
    margin: 0 auto;
  }

  .btn {
    margin: 15px auto 0;
    width: 200px;
  }

  .meeting-inner {
    flex-direction: column;
    padding: 0 20px;
  }

  .left-meeting,
  .right-meeting {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .meeting-title {
    padding: 30px 0;
    text-align: center;
  }

  .meeting-desc {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .programs {
    padding: 50px 20px;
  }

  .programs-title,
  .programs-subtitle {
    text-align: center;
    margin: 0 auto;
  }

  .programs-tab {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 15px;
  }

  .programs-tab-item {
    width: 100%;
    max-width: 300px;
  }

  .application {
    width: 100%;
    height: auto;
    padding: 50px 20px;
  }

  .left-application {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
  }

  .left-application p,
  .left-application h2 {
    text-align: center;
    margin: 0 auto 20px;
    width: 100%;
  }

  .application-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .input-group {
    width: 100%;
    margin: 0 auto 15px;
  }

  .faq {
    width: 100%;
    padding: 50px 20px;
  }

  .faq-title,
  .faq-subtitle {
    text-align: center;
    margin: 0 auto 20px;
  }

  .footer {
    width: 100%;
    padding: 50px 20px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 40px;
  }

  .footer-grid-1,
  .footer-grid-2,
  .footer-grid-3 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .footer-grid-1 .logo {

    margin: 0 auto;
    max-width: 300px;
  }

  .social-media {
    justify-content: center;
    margin-top: 20px;
  }

  .footer-grid-2 p {
    max-width: 600px;
    margin: 0 auto;
  }

  .footer-grid-3 {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .left-banner .banner-title {
    font-size: 28px;
    line-height: 34px;
  }

  .banner-card {
    padding: 20px;
  }

  .programs-title {
    font-size: 20px;
  }

  .programs-subtitle {
    font-size: 28px;
  }

  .left-application {
    padding: 20px;
  }

  .application-submit {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .left-banner .banner-title {
    font-size: 24px;
    line-height: 30px;
  }

  .banner-desc {
    font-size: 14px;
  }

  .programs-subtitle {
    font-size: 24px;
  }

  .left-application h2 {
    font-size: 22px;
  }

  .application-form {
    gap: 10px;
  }

  .input-group .input {
    padding: 12px;
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .header-inner {
    margin-top: 1.5rem;
    justify-content: space-between;
    width: 135%;
    margin-left: -3rem;
    padding: 0 1rem;
  }

  .banner {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background-color: #fffafc;
  }

  .banner-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .left-banner {
    width: 100%;
    position: relative;
    padding: 0 5px;
    position: relative;
    left: -39px;
  }

  .banner-title {
    font-size: 15rem;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #180161;
  }

  .banner-title.two {
    font-size: 20px;
    color: #f48fb1;
    margin-top: 0.5rem;
    font-family: "Medium", sans-serif;
    font-weight: 700;
  }

  .banner-desc p {
    margin-top: 1rem;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 8px;
    color: #000;
    line-height: 1.6;
  }

  .banner-video {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 1.5rem;
  }

  .banner-video i {
    font-size: 30px;
    color: #180161;
  }

  .banner-video p {
    font-size: 14px;
    font-weight: bold;
    color: #180161;
    margin: 0;
  }

  .right-banner img {
    width: 100%;
    max-width: 320px;
    position: relative;
    left: -1rem;
    display: block;
  }
}

/* 1594px'den başlayarak daha küçük ekranlarda sol boşluk koruma */
@media (max-width: 1594px) {
  .banner-card-item {
    padding-left: 80px;
    padding-right: 20px;
    text-align: left;
  }
}

@media (max-width: 1200px) {
  .banner-card-item {
    padding-left: 40px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .banner-card-item {
    padding-left: 20px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .banner-card-item {
    padding-left: 15px;
    padding-right: 10px;
  }
}

.banner-card-item {
  padding-left: clamp(20px, 5vw, 80px); /* her boyutta boşluk bırakır */
  padding-right: clamp(15px, 3vw, 40px);
  text-align: left;
}

@media (max-width: 1524px) {
  .banner-card-item {
    padding-left: 60px;
  }
}

@media (max-width: 1550px) {
  .left-banner {
    padding-left: 3.3rem;
  }
}

@media (max-width: 1500px) {
  .left-banner {
    padding-left: 5rem;
  }
}

@media (max-width: 1200px) {
  .banner-card-item {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .banner-card-item {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .banner-card-item {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .banner-card-item {
    padding-left: 15px;
  }
}

/*****2000 AYAR******/
.right-banner {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-right: 5%;
  margin-top: 50px;
}

.right-banner img {
  position: relative; /* Artık absolute değil */
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}

/* Geniş ekranlar için ek destek (2000px üzeri) */
@media (min-width: 1600px) {
  .right-banner {
    padding-right: 8%;
    margin-top: 80px;
  }

  .right-banner img {
    max-width: 650px;
  }
}

@media (min-width: 1920px) {
  .right-banner {
    margin-top: 100px;
  }

  .right-banner img {
    max-width: 700px;
  }
}

/* Daha küçük ekranlarda görseli ortala ve küçült */
@media (max-width: 1200px) {
  .right-banner {
    justify-content: center;
    margin-top: 40px;
  }

  .right-banner img {
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .right-banner {
    padding-right: 0;
    margin-top: 30px;
  }

  .right-banner img {
    max-width: 400px;
  }
}

@media (max-width: 480px) {
  .right-banner img {
    max-width: 300px;
  }
}

@media (max-width: 375px) {
  .header-inner {
    margin-top: 1.5rem;
    justify-content: space-between;
    width: 132%;
    margin-left: -3rem;
    padding: 0 1rem;
  }

  .banner {
  }

  .banner-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .left-banner {
    width: 100%;
    position: relative;
    padding: 0 5px;
    position: relative;
    left: 0.8rem;
    font-family: "SemiBold";
  }

  .banner-title {
    font-size: 15rem;
    margin: 0;
    color: #180161;
  }

  .banner-title.two {
    font-size: 20px;
    color: #f48fb1;
    margin-top: 0.5rem;
    font-weight: 700;
  }
  .banner-desc p {
    margin-top: 1rem;
    font-family: "Poppins", sans-serif;
    font-size: 10px;
    width: 100%;
    max-width: 390px;
    margin-left: 5px;
    margin-right: auto;
    text-align: center;
    color: #000;
    line-height: 1.4;
  }

  .banner-video {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 1.5rem;
  }

  .banner-video i {
    font-size: 30px;
    color: #180161;
  }

  .banner-video p {
    font-size: 14px;
    font-weight: bold;
    color: #180161;
    margin: 0;
  }

  .right-banner img {
    width: 100%;
    max-width: 320px;
    position: relative;
    left: -1.5rem;
    display: block;
    top: -5rem;
  }

  .banner-inner h1.banner-title {
    font-size: 42px;
    padding-left: 2rem;
    font-family: "SemiBold";
    font-weight: bold;
  }

  .banner-inner h2.banner-title.two {
    font-size: 40px;
    padding: 1rem;
    font-weight: bold;
    line-height: 0.5;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  animation: float 2s ease-in-out infinite;
}

.whatsapp-float img {
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  padding: 8px;
  transition: transform 0.3s;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

/**TIKLAMA**/
.header-img,
.header-img img {
  pointer-events: auto !important;
}

.header {
  position: absolute;
  z-index: 9999;
}


