.company-of-the-industry {
    z-index: 100;
}

.kurumsal-film-kapsayici {
    display: flex;
    justify-content: flex-start;
}

.kurumsal-film-alani {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    left: 200px;
    top: 49%;
    z-index: 1000;
    color: #fff;
    font-size: 21px;
}

.kurumsal-film-alani a,
.kurumsal-film-alani a:hover {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 21px;
    background: initial !important;
    outline: none;
}

.industry-icon-home::after,
.industry-icon-home-name::after {
    content: "";
    display: block;
    clear: both;
}

@media only screen and (max-width: 920px) {

    .slider-navigation::-webkit-scrollbar {
        height: 4px;
    }

    .slider-navigation::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .slider-navigation::-webkit-scrollbar-thumb {
        background: #96c22b;
    }

    .slider-navigation::-webkit-scrollbar-thumb:hover {
        background: #96c22b;
    }

    #logo {
        width: 220px;
    }

    .slider-holder .content p {
        top: 170px;
    }

    .slider-holder .content a {
        top: 200px;
    }

    .slider-holder .content h2 {
        font-size: 26px;
        margin-bottom: 0;
    }

    .kurumsal-film-alani {
        position: relative;
        left: 0;
    }

    .kurumsal-film-kapsayici {
        justify-content: flex-end;
    }

    .kurumsal-film-alani a,
    .kurumsal-film-alani a:hover {
        font-size: 16px;
    }

    .kurumsal-film-alani a img {
        width: 25px;
        height: 25px;
    }

    .slider-navigation {
        min-height: 100px;
        max-width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        display: inline-flex;
        bottom: 0 !important;
    }

    .scroll-content {
        display: inline-flex;
        padding-bottom: 45px;
        bottom: 10px !important;
        max-width: 100%;
        box-sizing: border-box;
        gap: 2px;
    }

    .nav-btn {
        width: 140px !important;
        height: auto !important;
        word-wrap: break-word;
        justify-content: center !important;
        margin: 0 !important;
        left: 0;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border-radius: 8px;
    }

    .industry-icon-home,
    .industry-icon-home-name {
        display: block !important;
        clear: both !important;
        text-align: center !important;
        margin: 0 auto;
        width: 120px !important;
        height: auto !important;
    }

    .industry-icon-home svg {
        width: 50px !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .industry-icon-home,
    .industry-icon-home-name {
        margin-left: 0 !important;
    }

    #home-industries-box-holder {
        display: flex;
        justify-content: space-between;
    }

    #home-industries-box-holder .home-industry-box:nth-child(2n+1) {
        width: calc(100% - 8px);
        margin-right: 8px;
        margin-bottom: 8px;
    }

    #home-industries-box-holder a {
        display: flex;
        width: 50% !important;

    }

    #home-industries-holder>h1 {
        padding-right: 80px;
    }

    .home-industry-box {
        height: auto !important;
        margin-top: 0 !important;
    }
}