.card {
    padding: 25px;
    height: 120px;
    width: 145px;
    border: unset;
}

#navbar {
    position: fixed;
    top: -50px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    transition: top 0.3s;
    width: max-content;
    z-index: 5;
    background: white;
    border-bottom: 1px solid #80808038;
}

.ustbosluk {
    margin-top: 65px;
}

@media only screen and (max-width: 1160px) {
    #navbar {
        position: unset;
        width: -webkit-fill-available;
        margin-bottom: 45px;
        margin-top: -60px;
        transform: unset;
    }
}

@media only screen and (max-width: 601px) {
    .ustbosluk {
        margin-top: unset;
    }
}

.header_is_fixed .header__container {
    box-shadow: unset;
    border-bottom: 1px solid #80808038;
}

.counter-block__card-value {
    font-size: 36px;
    margin-bottom: 50px;
}

.counter-block__card-title {
    margin-bottom: 45px;
      border-bottom: 1px solid;
    width: max-content;

}

.counter-block__card {
    height: 100%;
    min-height: 310px;
    max-height: -webkit-fill-available;
      box-shadow: 0 1px 0 1px var(--color-lacivert);
    transition: 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.counter-block__card-description>img {
    width: 40px;
}

.counter-block__card:hover {
    box-shadow: 0 2px 0 5px var(--color-lacivert);
    transition: 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.mt-50 {
    margin-top: 5rem;
}

.mb-50 {
    margin-bottom: 5rem;
}

.icgorsellersinirla {
    height: 600px !important;
    overflow: hidden;
}

.icgorsellersinirla:after {
    content: '';
    width: -webkit-fill-available;
    position: absolute;
    bottom: 0;
    height: 150px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9612219887955182) 6%, rgba(255, 255, 255, 0) 100%);
}

.dokumanbuton>.button {
    position: fixed;
    border: none;
    left: 5px;
    bottom: 10px;
    color: #9e9e9e;
    width: 225px;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    background: var(--color-lacivert);
    color: white;
    z-index: 999;
    filter: opacity(1);
}

@media only screen and (max-width: 1500px) {
    .dokumanbuton>.button {
        filter: opacity(0.5);
    }
}

.dokumanbuton>.button:hover {
    filter: opacity(1);
    transition: 0.5s ease;
}

.dokuman>ul>.button {
    position: fixed;
    bottom: 90px;
    left: 5px;
    width: 225px;
    text-align: left;
    font-size: 17px;
    background: var(--color-kahverengi);
    color: white;
    text-transform: uppercase;
    z-index: 999;
    padding: 15px;
}

#dokumankapat {
    font-size: 40px;
    position: fixed;
    bottom: 18px;
    left: 17.5rem;
    color: var(--color-lacivert);
    display: none;
    z-index: 999;
}

.dokuman {
    display: none;
}

.dokuman>ul>.button:hover {
    color: white;
    transition: 0.5s ease;
    background-color: #9e9e9e !important;
}

.dokuman>ul>.button>a:hover {
    color: white;
    transition: 0.5s ease;
}

.dokumanicon {
    background: white;
    padding: 18px 10px;
    margin: 0;
    color: #9e9e9e;
    font-size: 32px;
    align-items: center;
    margin-right: 12px;
}

.collapse-list__collapse {
    border-bottom: 2px solid #e7e7e7;
}

.ustbilgisi {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    color: white;
    font-size: 25px;
    width: auto;
}

.arkaplan {
    width: -webkit-fill-available;
    position: absolute;
    height: 100%;
    top: 0;
    background: #00000080;
}