@media all and (min-width: 992px) {
    .dropdown-menu {
        display: none;
    }
    .dropdown:hover .dropdown-menu {
        display: flex; 
        flex-direction: column;
    }
    .dropdown .dropdown-menu {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .header {
        height: auto;
    }

    .menu {
        display: block;
        margin-left: 0;
    }
    .menu ul {
        margin: auto;
    }

    .menu > ul > li {
        background: #f2f2f2;
        list-style-type: none;
        margin: 0;
        padding: 20px 50px;
        border: 1px solid white;
    }

    .menu ul a {
        display: block;
        color: black;
    }

    .teklifAl {
        margin: auto;
        width: 100%;
    }

    .teklifAl a {
        width: 100%;
        float: left;
        text-align: center;
    }
    
    .hizmetler {
        display : none !important;
    }
    .homeContactImg {
        display: none;
    }
    .actorApplicationForm {
        max-width: 100%;
    }
    .logo img {
        max-width: 100% !important;
    }
    .menu ul li {
        background-color: #08090b;
        border-color: #000;
    }
    .menu ul a {
        border-right: 0;
        color: #fff;
    }
    .linedButton hr {
        width: 79%;
    }
    .blogArea .serviceText h4 {
        height: 80px !important;
    }
}

@media only screen and (max-width: 991px) {
    /* .topBarIletisim {
        width: 100%;
    } */

    .topBarIletisim span {
        margin: 0px 5px;
    }

    #topBarTelefon a,
    #topBarMail a {
        font-size: 10px;
    }

    .topBarSosyalMedya {
        float: right;
    }

    .metinVeGorsel {
        gap: 50px;
    }

    .metinVeGorsel .pr-5 {
        padding: 0 !important;
    }

    .metinVeGorsel .mt-5 {
        margin-top: 20px !important;
    }

    .counterRow {
        height: auto;
    }
    .copyright-container .col-md-6 {
        text-align: center !important;
    }
    .hata404 h1,
    .hata404 h6,
    .hata404 p {
        text-align: center;
    }
    
    .sliderButton {
        padding: 15px 25px !important;
        font-size: 12px !important;
        left: 26% !important;
    }
    .iconSection {
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px 0 0 0;
    }
    .linedButton hr {
        width: 70%;
    }
    .iconContainer h3 {
        max-height: 65px;
    }
}

@media only screen and (max-width: 768px) {
    .logo {
        width: 200px;
    }
    .iconSection .col-sm-6 {
        padding-top: 7px;
    }
    .linedButton hr {
        width: auto;
    }
    .serviceCard {
        max-width: 100%;
        max-height: 100%;
        text-align: center;
    }
    .slogan {
        white-space: normal;
        display: flex;
        flex-direction: column;
    }
    .slogan hr {
        display: none;
    }
    .topBarIletisim {
        display: flex;
        align-items: center;
    }
    .actor__sizes td,
    .actor__sizes th {
        padding: 4.5px 5px;
        font-size: 10px;
        font-weight: normal;
    }
}