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

//      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-menu-btn {
        display: block !important;
    }

    .header-top {
        display: none;
    }

    .header-menu {
        display: none;
    }

    .header-right .contact {
        display: none;
    }

    .slider #vid1 {
        width: 100%;
        height: 60vh;
    }

    .slider-content {
        width: 90%;
    }

    .slider-content .desc {
        font-size: 15px;

    }

    .header {
        position: relative;
    }

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

    .slider-content .title {
        font-size: 45PX;
    }

    .home-service .item:hover .title {
        -webkit-transform: translateY(30px);
        transform: initial;
        -webkit-transition-delay: 0.2s linear;
        transition-delay: 0.2s linear;
        -webkit-transition: 0.5s linear;
        transition: 0.5s linear;
        opacity: 1;
    }

    .home-service .item .hover {
        opacity: 1;
    }

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

    .home-text .desc {
        margin-bottom: 15px;
    }

    .home-spec-inner {
        background-size: cover;
        padding: 15px;
    }

    .home-spec a.more {
        display: inline-block;
    }

    .home-spec h3 {

        font-size: 40px;

    }

    .home-shorts-slider .item .text {
        font-size: 25px;
        color: #f5f3ec;
        font-weight: 600;
        margin-bottom: 7px;
    }

    .home-spec-three-inner {
        background: #F5F3EC;
        padding: 15px;
    }

    .home-spec-three h3 {
        font-size: 45px;

    }

    .home-spec-three span {
        padding: 20px 0;
    }

    .home-spec-three a.more {
        display: inline-block;
    }

    .home-spec-two .content {
        padding: 15px;
        background-size: cover;
    }

    .home-spec-two h3 {
        font-size: 40px;
    }

    .home-spec-two a.more {
        display: inline-block;
    }

    .home-banners {
        padding: 50px 0;
    }

    .home-banners p {
        width: 100%;

    }

    .home-services-head {
        text-align: center;
        padding-bottom: 30px;
    }

    .home-services-head p {
        width: 100%;
    }

    .home-services-content .col-sm-12 {
        margin-bottom: 25px;
    }

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

    .home-comments .testimonial-slider {
        margin: 0 auto;
        padding: 0;
    }

    .home-comments .testimonial-slider .testimonial-item .testimonial-content {
        opacity: 1;
        transform: scale(1);
    }

    .home-spec-four-inner {
        background: #F5F3EC;
        padding: 15px;
    }

    .home-spec-four span {
        margin-bottom: 0;

    }

    .home-spec-four a.more {
        display: inline-block;
    }

    .home-contact {
        background-size: cover;
    }

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

}

@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-menu-btn {
        display: block !important;
    }

    .header-top {
        display: none;
    }

    .header-menu {
        display: none;
    }

    .header-right .contact {
        display: none;
    }

    .slider #vid1 {
        width: 100%;
        height: 60vh;
    }

    .slider-content {
        width: 90%;
    }

    .slider-content .desc {
        font-size: 15px;

    }

    .header {
        position: relative;
    }

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

    .slider-content .title {
        font-size: 45PX;
    }

    .home-service .item:hover .title {
        -webkit-transform: translateY(30px);
        transform: initial;
        -webkit-transition-delay: 0.2s linear;
        transition-delay: 0.2s linear;
        -webkit-transition: 0.5s linear;
        transition: 0.5s linear;
        opacity: 1;
    }

    .home-service .item .hover {
        opacity: 1;
    }

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

    .home-text .desc {
        margin-bottom: 15px;
    }

    .home-spec-inner {
        background-size: cover;
        padding: 15px;
    }

    .home-spec a.more {
        display: inline-block;
    }

    .home-spec h3 {

        font-size: 40px;

    }

    .home-shorts-slider .item .text {
        font-size: 25px;
        color: #f5f3ec;
        font-weight: 600;
        margin-bottom: 7px;
    }

    .home-spec-three-inner {
        background: #F5F3EC;
        padding: 15px;
    }

    .home-spec-three h3 {
        font-size: 45px;

    }

    .home-spec-three span {
        padding: 20px 0;
    }

    .home-spec-three a.more {
        display: inline-block;
    }

    .home-spec-two .content {
        padding: 15px;
        background-size: cover;
    }

    .home-spec-two h3 {
        font-size: 40px;
    }

    .home-spec-two a.more {
        display: inline-block;
    }

    .home-banners {
        padding: 50px 0;
    }

    .home-banners p {
        width: 100%;

    }

    .home-services-head {
        text-align: center;
        padding-bottom: 30px;
    }

    .home-services-head p {
        width: 100%;
    }

    .home-services-content .col-sm-12 {
        margin-bottom: 25px;
    }

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

    .home-comments .testimonial-slider {
        margin: 0 auto;
        padding: 0;
    }

    .home-comments .testimonial-slider .testimonial-item .testimonial-content {
        opacity: 1;
        transform: scale(1);
    }

    .home-spec-four-inner {
        background: #F5F3EC;
        padding: 15px;
    }

    .home-spec-four span {
        margin-bottom: 0;

    }

    .home-spec-four a.more {
        display: inline-block;
    }

    .home-contact {
        background-size: cover;
    }

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

}

@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-menu-btn {
        display: block !important;
    }

    .header-top {
        display: none;
    }

    .header-menu {
        display: none;
    }

    .header-right .contact {
        display: none;
    }

    .slider #vid1 {
        width: 100%;
        height: 60vh;
    }

    .slider-content {
        width: 90%;
    }

    .slider-content .desc {
        font-size: 15px;

    }

    .header {
        position: relative;
    }

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

    .slider-content .title {
        font-size: 45PX;
    }

    .home-service .item:hover .title {
        -webkit-transform: translateY(30px);
        transform: initial;
        -webkit-transition-delay: 0.2s linear;
        transition-delay: 0.2s linear;
        -webkit-transition: 0.5s linear;
        transition: 0.5s linear;
        opacity: 1;
    }

    .home-service .item .hover {
        opacity: 1;
    }

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

    .home-text .desc {
        margin-bottom: 15px;
    }

    .home-spec-inner {
        background-size: cover;
        padding: 15px;
    }

    .home-spec a.more {
        display: inline-block;
    }

    .home-spec h3 {

        font-size: 40px;

    }

    .home-shorts-slider .item .text {
        font-size: 25px;
        color: #f5f3ec;
        font-weight: 600;
        margin-bottom: 7px;
    }

    .home-spec-three-inner {
        background: #F5F3EC;
        padding: 15px;
    }

    .home-spec-three h3 {
        font-size: 45px;

    }

    .home-spec-three span {
        padding: 20px 0;
    }

    .home-spec-three a.more {
        display: inline-block;
    }

    .home-spec-two .content {
        padding: 15px;
        background-size: cover;
    }

    .home-spec-two h3 {
        font-size: 40px;
    }

    .home-spec-two a.more {
        display: inline-block;
    }

    .home-banners {
        padding: 50px 0;
    }

    .home-banners p {
        width: 100%;

    }

    .home-services-head {
        text-align: center;
        padding-bottom: 30px;
    }

    .home-services-head p {
        width: 100%;
    }

    .home-services-content .col-sm-12 {
        margin-bottom: 25px;
    }

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

    .home-comments .testimonial-slider {
        margin: 0 auto;
        padding: 0;
    }

    .home-comments .testimonial-slider .testimonial-item .testimonial-content {
        opacity: 1;
        transform: scale(1);
    }

    .home-spec-four-inner {
        background: #F5F3EC;
        padding: 15px;
    }

    .home-spec-four span {
        margin-bottom: 0;

    }

    .home-spec-four a.more {
        display: inline-block;
    }

    .home-contact {
        background-size: cover;
    }

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

}

@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-menu-btn {
        display: block !important;
    }

    .header-top {
        display: none;
    }

    .header-menu {
        display: none;
    }

    .header-right .contact {
        display: none;
    }

    .slider #vid1 {
        width: 100%;
        height: 60vh;
    }

    .slider-content {
        width: 90%;
    }

    .slider-content .desc {
        font-size: 15px;

    }

    .header {
        position: relative;
    }

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

    .slider-content .title {
        font-size: 45PX;
    }

    .home-service .item:hover .title {
        -webkit-transform: translateY(30px);
        transform: initial;
        -webkit-transition-delay: 0.2s linear;
        transition-delay: 0.2s linear;
        -webkit-transition: 0.5s linear;
        transition: 0.5s linear;
        opacity: 1;
    }

    .home-service .item .hover {
        opacity: 1;
    }

    .home-text .title {
        font-size: 33px;
    }

    .home-text .desc {
        margin-bottom: 15px;
    }

    .home-spec-inner {
        background-size: cover;
        padding: 15px;
    }

    .home-spec a.more {
        display: inline-block;
    }

    .home-spec h3 {font-size: 38px;}

    .home-content h2{
            font-size: 35px;
            margin-top: 7px;
    }

    .home-shorts-slider .item .text {
        font-size: 25px;
        color: #f5f3ec;
        font-weight: 600;
        margin-bottom: 7px;
    }

    

    .home-spec-three-inner {
        background: #F5F3EC;
        padding: 15px;
    }

    .home-spec-three h3 {
        font-size: 45px;

    }

    .home-spec-three span {
        padding: 20px 0;
    }

    .home-spec-three a.more {
        display: inline-block;
    }

    .home-spec-two .content {
        padding: 15px;
        background-size: cover;
    }

    .home-spec-two h3 {
        font-size: 29px;
    }

    .home-spec-two a.more {
        display: inline-block;
    }

    .home-spec-four h3{
        font-size: 37px;
        margin-top: 7px;
    }

    .home-banners {
        padding: 50px 0;
    }

    .home-banners p {
        width: 100%;

    }

    .home-services-head {
        text-align: center;
        padding-bottom: 30px;
    }

    .home-services-head p {
        width: 100%;
    }

    .home-services-content .col-sm-12 {
        margin-bottom: 25px;
    }

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

    .home-comments .testimonial-slider {
        margin: 0 auto;
        padding: 0;
    }

    .home-comments .testimonial-slider .testimonial-item .testimonial-content {
        opacity: 1;
        transform: scale(1);
    }

    .home-spec-four-inner {
        background: #F5F3EC;
        padding: 15px;
    }

    .home-spec-four span {
        margin-bottom: 0;

    }

    .home-spec-four a.more {
        display: inline-block;
    }

    .home-contact {
        background-size: cover;
    }

    .home-contact input[type=submit] {
        margin-bottom: 25px;
    }
    .footer-bottom {
    text-align: center;
    padding: 15px 0;
}
.single-detail-summary-head{
        font-size: 40px;
}

.home-service .item .hover{
    width: 425px;
}

.slider{
    height: initial;
}

.footer-bottom .titles{
    margin-top: initial;
}

}