/*------------------------------------------------------------------//

//      RESPONSIVE SYSTEM                                                                                 //

//------------------------------------------------------------------*/

@media screen and (min-width: 1400px) {

    /* PC 1400+  */
    .menuAc,
    .mContact {
        display: none !important;
    }
}


/* 1366x768 çözünürlük ve 14 inç ekranlar için CSS media query */

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {}

@media screen and (max-width: 1200px) and (min-width: 992px) {

    body,
    html {
        overflow-x: hidden;
    }

    .m-order-1 {
        order: 1;
    }

    .m-order-2 {
        order: 2;
    }

    .header-wp {
        display: none;
    }

    .header-contact {
        display: none;
    }

    .slider-content .text {
        color: #F6BB06;
        font-size: 35px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .slider-content .title {
        font-size: 35px;
    }

    .slider-content span {
        font-size: 35px !important;
    }

    .slider-img {
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }

    .slider {
        height: 600px;
    }

    .slider-content {
        padding-top: 50px;
    }

    .home-about .head {
        flex-direction: column;
    }

    .home-about .head .title {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .home-about p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .home-service-head .title {
        font-size: 40px;
    }

    .home-banner .c-container {
        border: 0;
    }

    .home-banner .title {
        font-size: 40px;
    }

    .home-banner #vid1 {
        width: 100%;
        height: 500px;
        position: relative;
    }

    .home-banner {
        padding: 0;
    }

    .home-before-after .buttons a {
        margin-bottom: 25px;
    }

    .home-press-head .title {
        font-size: 40px;
    }

    .home-media-head .title {
        font-size: 40px;
    }

    .home-media-content .title {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .home-media-content .desc {
        margin-bottom: 20px;
    }

    .home-media {
        padding: 40px 0;
        background-color: #000;
    }

    .home-blog {
        padding: 40px 0;
        background-color: #000;
    }

    .home-blog-head .title {
        font-size: 40px;
    }

    .home-blog .content {
        margin-bottom: 20px;
    }

    .home-comments-head .title {
        font-size: 40px;
    }

    .home-contact-head .title {
        font-size: 40px;
    }

    .home-contact input[type=submit] {
        margin-bottom: 25px;
        width: 100%;
    }

    .home-map-head .title {
        font-size: 40px;

    }

    .home-map-head {
        padding-top: 20px;
        font-size: 40px;
    }

    .home-map .inner .borders {
        width: 10px;
        height: 450px;
        background: #F6BB06;
        margin-right: 15px;
    }

    .home-map .text {
        font-size: 18px;
        line-height: 1.5;
    }

    .home-map .gallery a {
        margin-bottom: 25px;
    }

    .footer-right {
        padding-top: 20px;
    }

    .footer-social {
        text-align: center;
    }

}

@media screen and (max-width: 991px) and (min-width: 769px) {

    body,
    html {
        overflow-x: hidden;
    }

    .m-order-1 {
        order: 1;
    }

    .m-order-2 {
        order: 2;
    }

    .header-wp {
        display: none;
    }

    .header-contact {
        display: none;
    }

    .slider-content .text {
        color: #F6BB06;
        font-size: 35px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .slider-content .title {
        font-size: 35px;
    }

    .slider-content span {
        font-size: 35px !important;
    }

    .slider-img {
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }

    .slider {
        height: 600px;
    }

    .slider-content {
        padding-top: 50px;
    }

    .home-about .head {
        flex-direction: column;
    }

    .home-about .head .title {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .home-about p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .home-service-head .title {
        font-size: 40px;
    }

    .home-banner .c-container {
        border: 0;
    }

    .home-banner .title {
        font-size: 40px;
    }

    .home-banner #vid1 {
        width: 100%;
        height: 500px;
        position: relative;
    }

    .home-banner {
        padding: 0;
    }

    .home-before-after .buttons a {
        margin-bottom: 25px;
    }

    .home-press-head .title {
        font-size: 40px;
    }

    .home-media-head .title {
        font-size: 40px;
    }

    .home-media-content .title {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .home-media-content .desc {
        margin-bottom: 20px;
    }

    .home-media {
        padding: 40px 0;
        background-color: #000;
    }

    .home-blog {
        padding: 40px 0;
        background-color: #000;
    }

    .home-blog-head .title {
        font-size: 40px;
    }

    .home-blog .content {
        margin-bottom: 20px;
    }

    .home-comments-head .title {
        font-size: 40px;
    }

    .home-contact-head .title {
        font-size: 40px;
    }

    .home-contact input[type=submit] {
        margin-bottom: 25px;
        width: 100%;
    }

    .home-map-head .title {
        font-size: 40px;

    }

    .home-map-head {
        padding-top: 20px;
        font-size: 40px;
    }

    .home-map .inner .borders {
        width: 10px;
        height: 450px;
        background: #F6BB06;
        margin-right: 15px;
    }

    .home-map .text {
        font-size: 18px;
        line-height: 1.5;
    }

    .home-map .gallery a {
        margin-bottom: 25px;
    }

    .footer-right {
        padding-top: 20px;
    }

    .footer-social {
        text-align: center;
    }
    .mobile-menu-list {
    width: 100%;
    margin: 0 auto;
    margin-top: 65px;
}

}

@media screen and (max-width: 768px) and (min-width: 640px) {

    body,
    html {
        overflow-x: hidden;
    }

    .m-order-1 {
        order: 1;
    }

    .m-order-2 {
        order: 2;
    }

    .header-wp {
        display: none;
    }

    .header-contact {
        display: none;
    }

    .slider-content .text {
        color: #F6BB06;
        font-size: 35px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .slider-content .title {
        font-size: 35px;
    }

    .slider-content span {
        font-size: 35px !important;
    }

    .slider-img {
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }

    .slider {
        height: 600px;
    }

    .slider-content {
        padding-top: 50px;
    }

    .home-about .head {
        flex-direction: column;
    }

    .home-about .head .title {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .home-about p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .home-service-head .title {
        font-size: 40px;
    }

    .home-banner .c-container {
        border: 0;
    }

    .home-banner .title {
        font-size: 40px;
    }

    .home-banner #vid1 {
        width: 100%;
        height: 500px;
        position: relative;
    }

    .home-banner {
        padding: 0;
    }

    .home-before-after .buttons a {
        margin-bottom: 25px;
    }

    .home-press-head .title {
        font-size: 40px;
    }

    .home-media-head .title {
        font-size: 40px;
    }

    .home-media-content .title {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .home-media-content .desc {
        margin-bottom: 20px;
    }

    .home-media {
        padding: 40px 0;
        background-color: #000;
    }

    .home-blog {
        padding: 40px 0;
        background-color: #000;
    }

    .home-blog-head .title {
        font-size: 40px;
    }

    .home-blog .content {
        margin-bottom: 20px;
    }

    .home-comments-head .title {
        font-size: 40px;
    }

    .home-contact-head .title {
        font-size: 40px;
    }

    .home-contact input[type=submit] {
        margin-bottom: 25px;
        width: 100%;
    }

    .home-map-head .title {
        font-size: 40px;

    }

    .home-map-head {
        padding-top: 20px;
        font-size: 40px;
    }

    .home-map .inner .borders {
        width: 10px;
        height: 450px;
        background: #F6BB06;
        margin-right: 15px;
    }

    .home-map .text {
        font-size: 18px;
        line-height: 1.5;
    }

    .home-map .gallery a {
        margin-bottom: 25px;
    }

    .footer-right {
        padding-top: 20px;
    }

    .footer-social {
        text-align: center;
    }

}

@media screen and (max-width: 639px) and (min-width: 0px) {

    body,
    html {
        overflow-x: hidden;
    }

    .m-order-1 {
        order: 1;
    }

    .m-order-2 {
        order: 2;
    }

    .header-wp {
        display: none;
    }

    .header-contact {
        display: none;
    }

    .slider-content .text {
        color: #F6BB06;
        font-size: 35px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .slider-content .title {
        font-size: 35px;
    }

    .slider-content span {
        font-size: 35px !important;
    }

    .slider-img {
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }

    .slider {
        height: 710px;
    }

    .slider-content {
        padding-top: 50px;
    }

    .home-about .head {
        flex-direction: column;
    }

    .home-about .head .title {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .home-about p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .home-service-head .title {
        font-size: 40px;
    }

    .home-banner .c-container {
        border: 0;
    }

    .home-banner .title {
        font-size: 40px;
    }

    .home-banner #vid1 {
        width: 100%;
        height: 500px;
        position: relative;
    }

    .home-banner {
        padding: 0;
    }

    .home-before-after .buttons a {
        margin-bottom: 25px;
    }

    .home-press-head .title {
        font-size: 40px;
    }

    .home-media-head .title {
        font-size: 40px;
    }

    .home-media-content .title {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .home-media-content .desc {
        margin-bottom: 20px;
    }

    .home-media {
        padding: 40px 0;
        background-color: #000;
    }

    .home-blog {
        padding: 40px 0;
        background-color: #000;
    }

    .home-blog-head .title {
        font-size: 40px;
    }

    .home-blog .content {
        margin-bottom: 20px;
    }

    .home-comments-head .title {
        font-size: 40px;
    }

    .home-contact-head .title {
        font-size: 40px;
    }

    .home-contact input[type=submit] {
        margin-bottom: 25px;
        width: 100%;
    }

    .home-map-head .title {
        font-size: 40px;

    }

    .home-map-head {
        padding-top: 20px;
        font-size: 40px;
    }

    .home-map .inner .borders {
        width: 10px;
        height: 450px;
        background: #F6BB06;
        margin-right: 15px;
    }

    .home-map .text {
        font-size: 18px;
        line-height: 1.5;
    }

    .home-map .gallery a {
        margin-bottom: 25px;
    }

    .footer-right {
        padding-top: 20px;
    }

    .footer-social {
        text-align: center;
    }
    .home-press-slider .item .title {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.mobile-menu-list {
    width: 100%;
    margin: 0 auto;
    margin-top: 65px;
}
  .header-logo img {
        width: 78%;
    }
}