.kimiz-title{
    color: #1A1A18;
font-family: Poppins;
font-size: 42px;
font-style: normal;
font-weight: 600;
line-height: 50px; /* 119.048% */
}
.kimiz-title span{
    color: var(--foundation-blue-blue-500, #008BD2);
font-family: Poppins;
font-size: 42px;
font-style: normal;
font-weight: 600;
line-height: 50px;
}
.kimizDetay{
    color: var(--foundation-black-black-300, #666664);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
margin-top: 32px;
}
.image-container {
    position: relative;
    text-align: center;
    margin-top: 96px;
    margin-bottom: 126px;
  }

.centered-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 27px;
    background-color: rgb(0 139 210 / 46%);
    backdrop-filter: blur(2px);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5rem;
    transition: .3s !important;
}
    .centered-button:hover {
        box-shadow: 0 0 0 6px rgb(71 137 171 / 40%) !important ;
        background-color: rgba(0, 139, 210, 0.80) !important;
        transition: .3s !important;
    }
  .centered-button i{
font-size: 16px;
  }
.misyonTitle{
    color: #1A1A18;
font-family: Poppins;
font-size: 42px;
font-style: normal;
font-weight: 600;
line-height: 50px; /* 119.048% */
}
.misyonDetail{
    color: var(--foundation-black-black-300, #666664);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}
.borders{
    border: 1px solid #E8E8E8;
    margin-top: 62px;
    margin-bottom: 62px;
}
.vizyonTitle{
    color: #1A1A18;
font-family: Poppins;
font-size: 42px;
font-style: normal;
font-weight: 600;
display: flex;
justify-content: end;
line-height: 50px; /* 119.048% */
}
.active {
    background: linear-gradient(269deg, #008bd2 2.98%, #fff 120.55%);
    background-clip: text;
    -webkit-background-clip: text;
    /*-webkit-text-fill-color: transparent;*/
}
.vizyonDetail{
    color: var(--foundation-black-black-300, #666664);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
}
#video {
    display: none;
    width: 100%;
}
.single-slide {
    text-align: center;
    padding: 50px;
  }
  h2 {
    font-size: 3em;
    font-weight:700;
    margin-bottom: 0;
  }
  /* a {
    background: #1f51d3;
    color: #ffffff;
    padding: 15px 35px;
    text-decoration:none;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px
  } */
  .owl-carousel .owl-nav div {
      position: absolute;
      font-size: 5em;
      top: 50%;
      transform: translateY(-50%);
  }
  .owl-carousel .owl-next {
      right: 10px;
      left: inherit;
  }
  .owl-carousel .owl-left {
      left: 10px;
      right: inherit;
  }
@media only screen and (max-width: 991px) {
    .masa{
        display: none !important;
    }
    .kimizDetay{
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .degisme{
        order: 2 !important;
    }
    .degismeİki{
        order: 1 !important;
    }
    .misyonTitle{
        text-align: center;
        margin-bottom: 1rem;
    }
    .misyonDetail{
        text-align: center;
    }
    .borders {
        border: 1px solid #E8E8E8;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .vizyonTitle{
        text-align: center !important;
        justify-content: center;
        margin-top: 1rem;
        text-align: center !important;
    }
    .vizyonDetail{
        margin-top: 1rem;
        text-align: center;
    }
    .degismeVizyon{
        order: 1;
    }
    .degismeVizyonİki{
        order: 2;
    }
}