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

//      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) {
    .slider-img img {
        width: 100%;
    }

    .slider-left {
        top: 5px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .header-menu-btn {
        display: block !important;
    }

    .header-logo img {
        width: 80%;
    }

    .header-top {
        display: none;
    }

    .header-bottom {
        margin-top: initial;
    }

    .header-menu {
        display: none;
    }

    .slider-inner {
        flex-direction: column-reverse;
    }

    .slider .left {
        width: 100%;
    }

    .slider img {
        margin-bottom: 15px;
    }

    .slider .desc h1 {
        font-size: 45px;
    }

    .home-about .img:after {
        display: none;
    }

    .home-about .img {
        margin-bottom: 15px;
    }

    .home-about h2 {
        font-size: 45px;
        line-height: 1.0;
    }

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

    .home-about .left {
        margin-bottom: 25px;
    }

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

    .home-spec-title {
        font-size: 45px;
    }

    .home-content h2 {
        font-size: 45px;
    }

    .home-bar-title {
        font-size: 45px;
    }

    .home-content img {
        margin-bottom: 25px;
    }

    .home-content-two h2 {
        font-size: 45px;
    }

    .home-content-two img {
        margin-bottom: 25px;
    }

    .home-content-three img {
        margin-bottom: 25px;
    }

    .home-tech-title {
        font-size: 45px;
    }

    .home-tech .row:after {
        display: none;
    }

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

    .home-tech a img {
        width: 100%;
    }

    .home-content-three h2 {
        font-size: 45px;
    }

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

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

    .home-videos-title {
        font-size: 45px;
    }

    .footer-menu {
        align-items: baseline;
    }

    .footer-menu ul li a {
        text-align: initial;
    }

    .footer-contact {
        padding: 30px 0;
    }

    .footer-contact .item a {
        font-size: 17px;
    }

    .footer-contact .item .text {
        font-size: 17px;
    }

    .footer-menu ul li a {
        font-size: 18px;
    }

    .footer-logo {
        margin-bottom: 15px;
    }
}

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

    body,
    html {
        overflow-x: hidden;
    }

    .header-menu-btn {
        display: block !important;
    }

    .header-logo img {
        width: 80%;
    }

    .header-top {
        display: none;
    }

    .header-bottom {
        margin-top: initial;
    }

    .header-menu {
        display: none;
    }

    .slider-inner {
        flex-direction: column-reverse;
    }

    .slider .left {
        width: 100%;
    }

    .slider img {
        margin-bottom: 15px;
    }

    .slider .desc h1 {
        font-size: 45px;
    }

    .home-about .img:after {
        display: none;
    }

    .home-about .img {
        margin-bottom: 15px;
    }

    .home-about h2 {
        font-size: 45px;
        line-height: 1.0;
    }

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

    .home-about .left {
        margin-bottom: 25px;
    }

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

    .home-spec-title {
        font-size: 45px;
    }

    .home-content h2 {
        font-size: 45px;
    }

    .home-bar-title {
        font-size: 45px;
    }

    .home-content img {
        margin-bottom: 25px;
    }

    .home-content-two h2 {
        font-size: 45px;
    }

    .home-content-two img {
        margin-bottom: 25px;
    }

    .home-content-three img {
        margin-bottom: 25px;
    }

    .home-tech-title {
        font-size: 45px;
    }

    .home-tech .row:after {
        display: none;
    }

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

    .home-tech a img {
        width: 100%;
    }

    .home-content-three h2 {
        font-size: 45px;
    }

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

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

    .home-videos-title {
        font-size: 45px;
    }

    .footer-menu {
        align-items: baseline;
    }

    .footer-menu ul li a {
        text-align: initial;
    }

    .footer-contact {
        padding: 30px 0;
    }

    .footer-contact .item a {
        font-size: 17px;
    }

    .footer-contact .item .text {
        font-size: 17px;
    }

    .footer-menu ul li a {
        font-size: 18px;
    }

    .footer-logo {
        margin-bottom: 15px;
    }
}

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

    body,
    html {
        overflow-x: hidden;
    }

    .header-menu-btn {
        display: block !important;
    }

    .header-logo img {
        width: 80%;
    }

    .header-top {
        display: none;
    }

    .header-bottom {
        margin-top: initial;
    }

    .header-menu {
        display: none;
    }

    .slider-inner {
        flex-direction: column-reverse;
    }

    .slider .left {
        width: 100%;
    }

    .slider img {
        margin-bottom: 15px;
    }

    .slider .desc h1 {
        font-size: 45px;
    }

    .home-about .img:after {
        display: none;
    }

    .home-about .img {
        margin-bottom: 15px;
    }

    .home-about h2 {
        font-size: 45px;
        line-height: 1.0;
    }

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

    .home-about .left {
        margin-bottom: 25px;
    }

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

    .home-spec-title {
        font-size: 45px;
    }

    .home-content h2 {
        font-size: 45px;
    }

    .home-bar-title {
        font-size: 45px;
    }

    .home-content img {
        margin-bottom: 25px;
    }

    .home-content-two h2 {
        font-size: 45px;
    }

    .home-content-two img {
        margin-bottom: 25px;
    }

    .home-content-three img {
        margin-bottom: 25px;
    }

    .home-tech-title {
        font-size: 45px;
    }

    .home-tech .row:after {
        display: none;
    }

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

    .home-tech a img {
        width: 100%;
    }

    .home-content-three h2 {
        font-size: 45px;
    }

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

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

    .home-videos-title {
        font-size: 45px;
    }

    .footer-menu {
        align-items: baseline;
    }

    .footer-menu ul li a {
        text-align: initial;
    }

    .footer-contact {
        padding: 30px 0;
    }

    .footer-contact .item a {
        font-size: 17px;
    }

    .footer-contact .item .text {
        font-size: 17px;
    }

    .footer-menu ul li a {
        font-size: 18px;
    }

    .footer-logo {
        margin-bottom: 15px;
    }
}

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

    body,
    html {
        overflow-x: hidden;
    }

    .header-menu-btn {
        display: block !important;
    }

    .header-logo img {
        width: 80%;
    }

    .header-top {
        display: none;
    }

    .header-bottom {
        margin-top: initial;
    }

    .header-menu {
        display: none;
    }

    .slider-inner {
        flex-direction: column-reverse;
    }

    .slider .left {
        width: 100%;
    }

    .slider img {
        margin-bottom: 15px;
    }

    .slider .desc h1 {
        font-size: 45px;
    }

    .home-about .img:after {
        display: none;
    }

    .home-about .img {
        margin-bottom: 15px;
    }

    .home-about h2 {
        font-size: 45px;
        line-height: 1.0;
    }

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

    .home-about .left {
        margin-bottom: 25px;
    }

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

    .home-spec-title {
        font-size: 45px;
    }

    .home-content h2 {
        font-size: 45px;
    }

    .home-bar-title {
        font-size: 45px;
    }

    .home-content img {
        margin-bottom: 25px;
    }

    .home-content-two h2 {
        font-size: 45px;
    }

    .home-content-two img {
        margin-bottom: 25px;
    }

    .home-content-three img {
        margin-bottom: 25px;
    }

    .home-tech-title {
        font-size: 45px;
    }

    .home-tech .row:after {
        display: none;
    }

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

    .home-tech a img {
        width: 100%;
    }

    .home-content-three h2 {
        font-size: 45px;
    }

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

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

    .home-videos-title {
        font-size: 45px;
    }

    .footer-menu {
        align-items: baseline;
    }

    .footer-menu ul li a {
        text-align: initial;
    }

    .footer-contact {
        padding: 30px 0;
    }

    .footer-contact .item a {
        font-size: 17px;
    }

    .footer-contact .item .text {
        font-size: 17px;
    }

    .footer-menu ul li a {
        font-size: 18px;
    }

    .footer-logo {
        margin-bottom: 15px;
    }

    .header-inner {
        padding: 15px 10px;
    }

    .contact-form__inner {
        padding: 30px;
    }

    .contact-form__background {
        padding: 25px 0;
    }

    .contact__address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: initial;
        margin-left: initial !important;
        margin-right: inherit;
    }
}