@media only screen and (max-width: 1700px) {

    .carousel-control-next,
    .carousel-control-prev {
        top: 107% !important;
    }

    .carousel-control-prev {
        top: 123% !important;
    }

    .nav>a>img {
        margin-bottom: 20px;
    }

    .desc>p {
        width: 74%;
        padding: 7% 0 20px 7%;
    }

    .slogan>p {
        width: 74%;
        padding: 7% 0 7% 50px;
    }

    .desc {
        font-size: 15px;
        position: relative;
    }

    .slogan {
        font-size: 26px;
        position: relative;
    }
}

@media only screen and (max-width:1500px) {
    .slogan>p {
        width: 86%;
        padding: 40px 0 80px 50px;
    }

    .desc {
        font-size: 17px;
    }

    .desc>p {
        width: 75%;
        padding: 40px 0 10px 0;
    }
}

@media only screen and (max-width: 1400px) {
    .nav>a>img {
        width: 120px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .desc {
        font-size: 13px;
    }

    .desc>p {
        width: 73%;
        padding: 20px 0 10px 0;
    }

    .slogan {
        font-size: 20px;
    }

    .slogan>p {
        width: 66%;
        padding: 20px 0 80px 50px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 104% !important;
    }

    .carousel-control-prev {
        top: 113% !important;
    }
}

@media only screen and (max-width: 1300px) {

    .carousel-control-next,
    .carousel-control-prev {
        right: -2% !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 108% !important;
    }

    .carousel-control-prev {
        top: 124% !important;
    }

    .nav>a>img {
        width: 150px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .desc {
        font-size: 14px;
    }

    .desc>p {
        width: 79%;
        padding: 40px 0 80px 50px;
    }

    .slogan>p {
        width: 90%;
        padding: 40px 0 80px 50px;
    }

    .slogan {
        font-size: 30px;
    }

    .projectBotDesc>p:nth-child(1) {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1200px) {
    .nav-item>a>img {
        width: 170px;
    }

    .adresMap,
    .iletisim {
        padding-right: 13px !important;
    }

    .hoverBox,
    .effectPlus {
        display: none;
    }

    .projectBot {
        margin-top: 110px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none !important;
    }

    .locdest {
        text-align: center;
    }

    .adresMap {
        flex-direction: column;
    }

    .maps {
        padding-right: 0;
    }

    ul {
        padding: 0 !important;
    }

    .galeri>h5,
    .galeri>ul>h5 {
        width: 100%;
    }

    .slogan {
        font-size: 20px;
    }

    .slogan>p {
        padding: 40px 0 40px 50px;
    }

    body {
        overflow: unset;
    }

    .desktopMenu {
        display: none;
    }

    .navbar-dark {
        width: 15% !important;
    }

    .openMenu {
        width: 100%;
    }

    .desc>p {
        width: 100%;
        padding: 10px 50px 10px 50px;
    }

    .projectTop,
    .projectBot {
        flex-direction: column;
        margin: 10px 10px 0px 0;
    }

    img {
        width: 100%;
    }

    .aboutTopDesc,
    .aboutBotDesc {
        width: 100%;
        font-size: 13px;
        padding: 10px;
    }

    .project {
        padding-top: 80px;
    }

    .aboutBotDesc {
        position: relative;
        top: 67%;
    }

    .aboutBot>img {
        position: relative;
        bottom: 46%;
    }

    .galeri {
        padding-top: 80px;
    }

    .galeri ul li {
        width: 45%;
    }

    .iletisim {
        padding-top: 80px;
    }

    .iletisim>form {
        width: 100%;
    }

    .maps {
        width: 100%;
    }

    .kroki {
        padding-top: 80px !important;
    }

    .projectTopDesc,
    .projectBotDesc {
        width: 100%;
        font-size: 13px;
    }

    .projectBot>img {
        position: relative;
        bottom: 32%;
    }

    .projectBotDesc {
        position: relative;
        top: 44%;
    }

    .aboutBot {
        height: 33%;
    }

    video {
        width: 100%;
        height: auto;
    }

    .aboutTopDesc>p {
        padding-top: 30px;
    }

    .projectBotDesc>p,
    .projectTopDesc>p {
        padding: 0px 0 0 10px;
    }

    .kroki>.row>.col-12>img {
        padding-right: 10px !important;
    }
}