.clinic-main-img {
    width: 100%;
    height: 100vh; /* Ekran yüksekliğinin tamamını kaplar */
    object-fit: cover; /* Fotoğrafı kırpmadan en iyi şekilde yerleştirir */
    object-position: top; /* Fotoğrafın üst kısmını önceliklendirir */
    margin-top: -56px;
}

.clinic-main-text{
    position: absolute;
    top: 80px;
}

.title-one {
    color: white;
    font-weight: 700;
}

.title-two {
    color: #6444ff;
    font-weight: 700;
}

.middle-banner{
    margin-top: 100px;
      background: linear-gradient(to right, #edeaf6, #ededfb, #c9d0fb);
      padding: 60px 36px;
}

.upload-text {
background: linear-gradient(to right, #0080ff , #7f00ff, #007bff ,#7f00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.clinic-div-1{
    width: 100%;
}

.clinic-div-2{
    width: 100%;
    margin-top: 6px;
}

.ortodonti-div-2{
    width: 100%;
}



.section-four-clinic{
      background:
    radial-gradient(circle at right bottom, #000000 0%, transparent 80%),
    linear-gradient(to right, #434298 0%, #5178c5 50%, #abc1ff 100%);
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  max-width: 1233px;
  color: white;
  margin: auto;
}

.edu-1 {
    width: 100%;
}

.edu-section-photo-text{
    position: absolute;
    padding: 30px 20px;
}

.edu-section-photo-text-2{
    color: white;
    position: absolute;
    left: 58%;
    padding-top: 300px;
}

.edu-screen{
    background: radial-gradient(circle at right bottom, #fbf1f2 0%, transparent 50%), linear-gradient(to right, #f8f8f8 0%, #d3ddfa 50%, #b09de4 100%);
    padding: 50px 0px;
}

.edu-screen-two{
    background: radial-gradient(circle at right bottom, #fbf1f2 0%, transparent 50%), linear-gradient(to right, #f8f8f8 0%, #d3ddfa 50%, #6538e1 100%);
    padding: 50px 0px;
}

.edu-screen-btn button{
    background-color: black;
    border-radius: 30px;
    padding: 12px 36px;
    border: none;
    color: white;
}

.edu-desktop{
    margin: auto;
    width: 100%;
    margin-top: 20px;
    display: flex;
}

.edu-video{
    margin: auto;
    width: 60%;
    margin-top: 20px;
    display: flex;
}

