* {

  font-family: "Helvetica Neue";

}

body > div {

  overflow-x: hidden;

  overflow-y: hidden;

}

.main-footer { 

  border-top: 2px solid #cfcfcf;

}

.carousel-1 {

  display: flex;

  justify-content: center;

  align-items: start;

  flex-direction: row;

  gap: 2rem;

}

.border {

  border-bottom: 2px solid black;

  width: 80%;

}

.border-flex {

  display: flex;

  justify-content: center;

  align-items: center;

  width: 100%;

  margin-top: 5rem;

}

.baslik-line-height {

  line-height: 1.5 !important;

}

.left-text {

  flex: 1.1;

  display: flex;

  justify-content: end;

  align-items: start;

}

.left-text p {

  font-weight: bold;

  font-size: 45px;

  line-height: 48px;

  width: 65%;

  text-align: end;

}

.right-text {

  flex: 1;

  display: flex;

  flex-direction: column;

  justify-content: start;

  align-items: start;

  margin-top: 5.2rem !important;

}

.right-text p {

  width: 409px;

  font-size: 20px;

  line-height: 30px;

}

.yonetim {

  margin-top: 5rem;

  display: flex;

  justify-content: center;

  align-items: start;

  gap: 2rem;

}

.image-yonetim {

  flex: 1;

  background: url("images/erol.jpg");

  background-position: right 60% bottom 80%;

  width: 351px !important;

  height: 470px !important;

  max-width: 351px !important;

  max-height: 470px !important;

  background-size: cover;

}

.image-yonetim-uye {

  flex: 1;

  background: url("images/cavit.jpg");

  background-position: right 60% bottom 50%;

  width: 351px;

  height: 470px;

  max-width: 351px;

  max-height: 470px;

  background-size: cover;

}

.name {

  margin-top: 5rem;

  flex: 1;

  text-align: right;

}

.name p {

  font-size: 20px;

  line-height: 30px;

}

.text {

  margin-top: 0rem;

  flex: 1.5;

}

.text p {

  font-size: 20px;

  line-height: 30px;

}

.w-588 {

  width: 476px !important;

}

.w-592 {

  width: 592px !important;

}

.w-551 {

  width: 441.51px;

}

@media screen and (max-width: 1176px) {

  .right-text p {margin-top: 0px !important;}

  .right-text  {margin-top: 0px !important;}

  .carousel-1 {

    flex-direction: column;

    justify-content: center;

    gap: 2rem;

  }

  .w-588 {

    width: 100% !important;

  }

  .w-551 {

    width: 100%;

  }

  .left-text p {

    text-align: start;

    font-size: 35px;

    margin-left: 5%;

    margin-right: 5%;

    width: 90%;

  }

  .left-text {

    justify-content: start;

  }

  .right-text {

    justify-content: start;

    align-items: center;

    width: 100%;

    margin-top: 0rem;

  }

  .right-text p {

    text-align: start;

    margin-left: 5%;

    margin-right: 5%;

    width: 90%;

  }

  .yonetim {

    flex-direction: column;

    text-align: start;

    justify-content: start;

    align-items: center;

  }

  .image-yonetim {

    background-position: center;

    min-width: 90%;

    min-height: 467px;

    background-size: cover;

    position: relative;

  }

  .image-yonetim-uye {

    background-position: center;

    min-width: 90%;

    min-height: 467px;

    background-size: cover;

    position: relative;

  }

  .w-588 {

    margin-left: 5%;

    margin-right: 5%;

    max-width: 90%;

    text-align: start;

  }

  .w-551 {

    margin-left: 5%;

    margin-right: 5%;

    width: 90%;

    text-align: start;

  }

  .name {

    margin-left: 5%;

    margin-right: 5%;

    width: 90%;

    text-align: start;

    margin-top: 0rem;

  }

  .text {

    width: auto;

  }

  .border-flex {

    margin-top: 2rem;

  }

  .text {

    margin-top: 0rem;

  }

  .w-592 {

    margin-left: 5%;

    margin-right: 5%;

    width: 90% !important;

  }

  .w-592 br {

    display: none;

  }

  p {

    line-height: 1.5 !important;

  }

}

@media screen and (min-width: 1024px) {
    .carousel-1 {
        padding-top: 180px;
    }
}

