.sayfa-banner-img {
    height: 262px;
    object-fit: cover;
}
.banner-sayfa {
    margin-top: 50px;
    font-family: Urbanist;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    column-gap: 5px;
    text-align: left;
    color: #14212B80;
    display: flex;
    align-items: center;
}
.banner-sayfa .active {
    font-family: Urbanist;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #14212B;
}
.banner-sayfa i {
    font-size: 10px;
}
.ekipman-title {
    height: 48px !important;
    font-family: Urbanist;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #14212B;
}

.ekipman-detay {
    height: 48px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 12px;
    font-family: Urbanist;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #474847;
}
.bar img {
    transform: rotate(180deg) !important;
}
.sag-banner-orta {
 
    transform: rotate(180deg) !important;
}
.sag-iletisim img {
    transform: rotate(320deg) !important;
}
.sayfa-banner-title {
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 800;
    line-height: 45.6px;
    text-align: left;
    color: #14212B;
    position: absolute;
    bottom: 52px;
}
.page-padding
{
    padding-top: 100px;
    padding-bottom: 100px;
}
.detayli:hover {
    background-color: rgba(245, 245, 245, 1) !important;
    transition: .3s;
}
.carousel-button {
    display: flex;
    justify-content: end;
    column-gap: 18px;
}
.newsPrevBtn {
    width: 60px;
    height: 60px;
    border: 0;
    background-color: white;
}
.newsNextBtn {
    width: 60px;
    height: 60px;
    border: 0;
    background-color: #5BB12F;
    color:white;
}
.model-title {
    color:white;
    margin-bottom:28px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    font-family: Urbanist;
}
.model-detay span{
    text-decoration:underline;
}
.buttons {
    display: flex;
    justify-content: center;
    column-gap: 12px;
}
#acceptBtn {
    border: 0;
    width: 114px;
    height: 54px;
    color: #5bb12f;
}
#rejectBtn {
    border: 1px solid white ;
    width: 114px;
    height: 54px;
    color: white;
    background-color:unset;
}
.model-detay {
    margin-bottom: 36px;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: white;
}
.modal {
    display: none;
    position: fixed;
    z-index: 44554;
    left: 0;
    top: 0;
    border: 0 !important;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #5BB12F;
    margin: 15% auto;
    padding: 20px;
    width: 100%;
    padding-top: 38px;
    z-index: 5444;
    border: 0 !important;
    border-radius: 0 !important;
    padding-bottom: 38px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover, .close:focus {
        color: black;
        cursor: pointer;
    }


.page-scroll-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
}

/* Progress bar */
.page-scroll-progress-bar {
    position: relative;
    width: 3px;
    height: 100px;
    background-color: #ddd;
    border-radius: 50px !important;
    overflow: hidden;
}

/* Yuvarlak gösterge */
.page-scroll-progress-indicator {
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #5BB12F;
    border-radius: 0;
    left: 50%;
    transform: translate(-50%, 0);
    top:-80%;
}