
body > div {
  overflow-x: hidden;
  overflow-y: hidden;
}
.carousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  height: 100%;
}
.baslik-line-height {
  line-height: 1.5 !important;
}
.kendo-main {
  width: 93.5%;
  height: 26rem;
  background: url("images/Kendoseller12.jpg") center center;
  background-size: cover;
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
}

.kendo-main-inner {
  height: 264.18px;
  width: 264.18px;
  border: 2px solid white;
  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: white;
}
.kentsel-donusum-green-line {
  width: 93.5%;
  height: 103px;
  background-color: black;
  display: flex;
  justify-content: left;
  align-items: center;
}
.kentsel-donusum-green-line p {
  background: rgb(0, 0, 0, 0);
  font-size: 45px;
  line-height: 44.34px;
  color: white;
  margin-top: 1rem;

  margin-left: 7rem;
}
.kendo-text {
 
  font-size: 68px;
  line-height: 80.47px;
  letter-spacing: 2.72px;
  color: #ffffff;
  color: rgb(255, 255, 255);
}
.bg-clear {
  background-color: rgb(0, 0, 0, 0);
}
.gayrimenkul-text {
  font-size: 30px;
  letter-spacing: 2.72px;
  color: #ffffff;
  color: rgb(255, 255, 255);
}
/*main*/
.carousel-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  min-height: 100vh;
  height: 100% !important;
  margin-top: 1rem;
  gap: 2rem;
}
.text-left {
  flex: 1;
  text-align: right;
  align-items: end;
  display: flex;
  flex-direction: column;
}
.big-text {
  width: 50%;
  font-size: 48px;
  font-weight: 900;
}
.text-right {
  flex: 1;
  margin-top: 11.5rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.baslik {
  font-size: 45px;
  font-weight: 100;
}
.normal-text {
  font-size: 20px !important;
  line-height: 30px !important;
  width: 467px;
}
@media screen and (max-width: 1176px) {
  .carousel {
    justify-content: center;
    width: 100%;
  }
  .kendo-main {
    justify-content: center;
    margin: 0;
    margin-left: 0;
    position: relative;width: 100%;
  }

  .main-inner {
    margin-left: 0rem;
  }

 
  
  .kentsel-donusum-green-line p {
    font-size: 30px;margin-left:3rem
  }
 
  .carousel-text {
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-top: 2rem;
    gap: 2rem;
  }
  .text-left {
    width: 100%;
    text-align: start;
  }
  .text-right {
    width: 100%;
    margin-top: 0rem;
  }
  .baslik {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
  .big-text {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
  .normal-text {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
  p {
    line-height: 1.5 !important;
  }
  .kentsel-donusum-green-line {
    width: 100%; 
    height: auto; 
    display: flex;
    justify-content: left;
    align-items: end;
  }
}
