* {
  font-family: "Helvetica Neue";
  
}
body > div {
  overflow-x: hidden;
  overflow-y: hidden;
}
.carousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  width: 100%;
  position: relative;
}
.kendo-main {
  width: 93.5%;
  height: 431px;
  background: url("images/gettyimages-1425460600-2048x2048.jpeg") center center;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}
.baslik-line-height {
  line-height: 1.5 !important;
}
.kendo-main-inner {
  height: 264.18px;
  width: 264.18px;
  border: 2px solid black;
  background: rgb(0, 0, 0, 0);
  margin-left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.kendo-main-inner p {
  background: rgb(0, 0, 0, 0);
  color: black;
}
.kendo-text {
  font-family: Helvetica Neue;
  font-size: 68px;
  line-height: 80.47px;
  letter-spacing: 2.72px;
  color: black;
}
.bg-clear {
  background-color: rgb(0, 0, 0, 0);
}
.gayrimenkul-text {
  font-size: 30px;
  letter-spacing: 2.72px;
  color: black;
}
/*main*/
.carousel-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  height: 100%;
  margin-top: 2rem;
}
.text-left {
  flex: 1;
  position: relative;
}
.text-left p {
  font-size: 45px;
  line-height: 45px;
  text-align: right;font-weight: bold;
}
.text-right {
  flex: 1;
  margin-top: 6rem;
  height: 100%;
}
.baslik {
  font-size: 33px;
  margin-left: -4rem;
}
.normal-text {
  font-size: 20px;
  line-height: 30px;
  margin-left: 1rem;
  width: 50%;
}
.w-552 {
  width: 552.4px;
}
.w-509 {
  width: 509.1px;
}
.w-528 {
  width: 528.4px;
}
.w-582 {
  width: 582.1px;
}

@media screen and (max-width: 1176px) {
  .text-right {
    margin-top: 0rem;
  }
  .carousel-text {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    position: relative;
    height: 100%;
    margin-top: 3rem;
  }
  .kendo-main {
    justify-content: center;
    margin: 0;
    margin-left: 0;
    position: relative;
  }

  .baslik {
    font-size: 35px;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
  .w-552 {
    width: 95%;
  }
  .w-509 {
    width: 95%;
  }
  .w-528 {
    width: 95%;
  }
  .w-582 {
    width: 95%;
  }
  .text-left p {
    font-size: 50px;
    text-align: left;
    line-height: 1.1;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }

  .normal-text {
    margin-left: 10%;
    margin-right: 5%;
    width: 85%;
  }
  .kendo-main-inner {
    margin-left: 0rem;
  }
  p {
    line-height: 1.5 !important;
  }
}


@media screen and (max-width: 768px) { 
  .text-left p { 
    line-height: 1 !important; 
  }
}