@media only screen and (max-width: 1670px) {
    .navbar-collapse {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 1432px) {
    h1 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1270px) {
    .btn-outline-success {
        right: 0%;
    }
}

@media only screen and (max-width: 1199px) {
    .carousel_cap {
        left: 60%;
    }
    .carousel_title::after {
        width: 100%;
    }
    .grafocus-footer {
        text-align: center !important;
        margin-top: 10px;
    }
    footer {
        height: 100%;
    }
}

.mobil-goster-navbar {
    display: none;
}

.mobil-menu-logo {
    display: none;
}

@media only screen and (max-width: 1024px) {
    div#navbarSupportedContent>form {
        display: none;
    }
    div#navbarSupportedContent {
        transition: none;
        animation: none;
    }
    .mobil-goster-navbar {
        display: block;
    }
    .social-area {
        display: none;
    }
    .navbar-toggler {
        /* position: absolute;
        right: 10px; */
    }
    .mobil-ust-menu {
        display: none;
    }
    /* .navbar-nav {
        right: 0;
        left: unset !important;
    } */
    .mobil-menu-logo {
        display: block;
        position: absolute;
        left: 20%;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    }
    .navbar {
        background: white !important;
    }
    .navbar-dark .navbar-toggler {
        color: black;
        border-color: rgb(0 0 0 / 10%);
    }
    .logo_text {
        font-size: 25px;
    }
    .mobil-menu-wp {
        position: absolute;
        right: 5%;
    }
    .mobil-logo-ap>img {
        margin-top: 2px;
    }
    .mobil-menu-arama {
        position: absolute;
        right: 10%;
    }
    .navbar_search {
        animation-name: arama-efekt;
        animation-duration: 1s;
    }
    .navbar_search {
        display: none;
    }
}

.arama-alani-mobil {
    height: 100%;
    display: grid;
    align-items: center;
}

.arama-renk {
    background: #00000059;
}

.icsayfa {
    min-height: 59vh;
}

.benzer-slider>.owl-dots>.owl-dot span {
    background: gray;
}

@keyframes arama-efekt {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0%);
    }
}

@media all and (max-width: 531px) {
    .logo_text {
        display: none;
    }
    .mobil-menu-logo {
        left: 40%;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0%;
        background: #1d1d1b;
        z-index: 999999;
        padding-left: 20px;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
    .nav-link {
        padding-right: 35px !important;
    }
    /*.nav-link{
        margin-left: -80px;
    }*/
    .social-area {
        margin-left: 30%;
    }
    .carousel_cap {
        left: 75%;
    }
    .list_all_news>a {
        margin-left: 0;
    }
    .list_all_news::after {
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .list_all_news {
        display: none;
    }
    .owl-nav {
        display: none !important;
    }
    .all_groups_text {
        display: none;
    }
    .test {
        display: none;
    }
    .references_groups {
        height: 100%;
    }
    /*.navbar-nav{
        padding-left: 30%;
    }*/
}

@media only screen and (max-width: 576px) {
    .btn-outline-success {
        display: none;
    }
    .ic-detay {
        padding: 10px;
    }
    .icsayfa {
        padding: 10px;
    }
    .icsayfa div div.row {
        flex-direction: column-reverse;
    }
    .jquery-accordion-menu {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 477px) {
    .carousel_cap {
        display: block;
        left: 0px;
        top: 50%;
        background: #ffffffa6;
        padding: 10px;
    }
}


/*    .navbar-nav{
        padding-left: 45%;
    }*/

.social-area {
    margin-left: 0%;
}

.facebook_icon {
    margin-left: 0% !important;
}

i.fab.fa-whatsapp {
    font-size: 18px !important;
}

.navbar_search_form {
    margin-bottom: 10px;
}


}
@media only screen and (max-width: 1200px) {
    .search_text {
        display: none;
    }
    
    .follow_us {
        display: none;
    }
    
    .facebook_icon {
        margin-left: 20px;
    }
}
.navbar-dark .navbar-toggler:active {}