body {
    overflow-x: hidden !important;
}

.right-content {
    min-height: 100vh;
    background-color: var(--primary);
    color: var(--text-light);
}

.right-content-2 {
    background-color: var(--neutral);
    color: var(--text-light);
}

/** LEFT BAR */

.left-content-title {
    font-size: calc(1rem + 2vh);
    font-style: italic;
}

.left-content-text {
    font-size: calc(0.5rem + 1vh);
}

.left-content-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Unica One",
        sans-serif !important;
    letter-spacing: 0.2rem;
}

.nursey-bar {
    background: var(--neutral);
}

.nursey-gallery-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: calc(2rem + 4vh) 0;
    gap: 2rem;
}

.nursey-gallery-header span {
    font-family: "Unica One", sans-serif !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 3px;
}

.nursey-gallery-header h2 {
    font-size: 60px;
    font-style: italic;
}
 .img-wrapper {
  width: 100%;
height: 90vh;
     /* istediğin sabit maks yüksekliği ayarla */
  overflow: hidden;
  border-radius: 10px;  /* opsiyonel: köşe yumuşatma */
}

 .img-wrapper img {
width: 100%;
height: 100%;
  object-fit: cover;    /* resmi kutuya sığdırır, bozmadan kırpar */
  display: block;
}



/* KURSEL */

.news-carousel img {

    object-fit: cover;
}

.secondary-theme-background {
    background-color: #f8f9fa;
    padding: 30px;
}

.button {
    background-color: #21313C;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block;
    font-size: 1rem;
}

.button:hover {
    background-color: #1a2730;
}

/* Dairesel thumbnail */
.circle-wrap {
    position: relative;
    width: 100px;
    height: 100px;
    flex: 0 0 auto;
    border: none;
}

.circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
}


.inside-circle {
    top: 2px;
    left: 2px;
    width: 100px;
    height: 100px;
    display: flex;
    padding: 0.4rem;
    align-items: center;
    background-color: transparent;
    border: 2px solid #333333;
    border-radius: 50%;
    justify-content: center;
}

.inside-circle img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
}

.active-thumb .mask.full>div {
    animation: fill-circle 5s linear forwards;
}

@keyframes fill-circle {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.text-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    color: var(--text-dark) !important;
    height: 40vh;
}

.text-bar h5 {
    font-size: 34px;
}

.text-bar p {
    font-size: 22px;
    max-width: calc(100% - 20vh);
    margin: 1rem 0;
}

.nursey-carasuel-bar {
    background: var(--neutral);
}

.btn-slider {
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    display: flex;
    font-family: "Unica One",
        sans-serif !important;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;

    gap: 1rem;
}

.home-envent {
    display: flex;
    justify-content: space-between;
    align-items: start;
    background-color: var(--primary);
    color: var(--text-light);
    font-weight: 500;
    min-height: 100vh;
    gap: 2rem;
}

@media screen and (max-width: 768px) {
    .img-wrapper  {

height: calc(50vh - 50px);
  object-fit: cover;    /* resmi kutuya sığdırır, bozmadan kırpar */
  display: block;
}


}
