@media(max-width:969px) {
    nav {
        display: none;
    }

    header {
        padding: 30px !important;

        .basvuru-btn {
            display: none !important;
            align-items: center;
            font-weight: 300;
            font-size: 16px;
            padding: 40px 0 40px 40px;
            border-left: 1px solid #e4e4e7;
            width: 35%;
        }
    }

    .home-mobile-menu {
        padding-top: 150px;
    }

    .main-slider {
        .s-slide {
            flex-direction: column;

            .left,
            .right {
                width: 100%;
            }

            .left {
                .videos {
                    width: 100%;
                    position: relative
                }
            }

            .right {
                .info {
                    border-top: 0;
                    border-bottom: 1px solid #0000000D;
                    padding: 30px 0;
                    margin-top: 0;
                }
            }
        }

        .s-prev,
        .s-next {
            top: auto;
        }

        .s-next {
            left: auto;
            right: 30px;
        }
    }

    .home-projects {
        .title {
            text-align: center;
            margin-top: 50px;

            span {
                font-size: 75px;
                margin-left: 0;
                margin-top: 30px;
            }
        }

        .s-project {
            flex-direction: column-reverse;

            .info {
                width: 100%;
            }

            .img {
                width: 100%;
            }

            &:nth-child(odd) {
                flex-direction: column;
            }
        }
    }

    .home-catalog {
        flex-direction: column;

        .img,
        .info {
            width: 100%;

            .title {
                text-align: center;
                line-height: 54px;
            }
        }
    }

    .home-form {
        flex-direction: column;

        .slogan {
            width: 100%;

            .title {
                text-align: center;
                line-height: 70px;

                br {
                    display: none;
                }
            }
        }

        .form {
            width: 100%;

            .input-group {
                grid-template-columns: repeat(1, 1fr);
            }
        }
    }

    footer {
        .info {
            width: 100%;
            border-top: 0;
            flex-direction: column;

            .foot-menu {
                margin: 50px 0;

                a {
                    border-left: 0;
                    padding: 15px;
                    display: block;
                    text-align: center;
                }
            }
        }

        .contact {
            text-align: center;
        }

        .copyright {
            grid-template-columns: repeat(1, 1fr);
            text-align: center;

            .box:nth-child(2) {
                margin: 15px 0;
            }

            .box:last-of-type {
                text-align: center;
            }
        }

    }

    .about-bread {
        padding: 0;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;

        h1 {
            font-size: 45px;
        }
    }

    .about-detail {
        flex-direction: column;

        .img {
            width: 100%;
        }

        .content {
            width: 100%;

            .counter {
                grid-template-columns: repeat(1, 1fr);
                padding: 0;
                margin-top: 100px;

                .box {
                    border-right: 0;
                    text-align: center;
                    margin: 15px 0;
                }
            }
        }
    }

    .mission-vision {

        .desc {
            margin-bottom: 30px;
        }
    }

    .project-category {
        flex-direction: column;

        .s-cat {
            width: 100%;

            .title {
                font-size: 30px;
            }
        }
    }

    .projects {
        grid-template-columns: repeat(1, 1fr);
    }

    .p-detail-title {
        padding: 50px;

        img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            object-fit: cover;
        }

        .content {
            position: relative;
            top: auto;
            left: auto;
            transform: translate(0, 0);
            z-index: 2;
            text-align: center;
            width: 100%;

            img {
                position: relative;
                top: auto;
                left: auto;
                height: fit-content;
                object-fit: cover;
            }

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

        a {
            position: relative;
            bottom: auto;
            left: auto;
            transform: translate(0, 0);
            margin-top: 30px;
            display: block;
        }
    }

    .p-gallery {
        .gallery-wrap {
            margin: 80px 0 0 0;

            .g-next {
                right: 30px;
            }

            .g-prev {
                left: 30px;
            }
        }
    }

    .detail-form {
        .title {
            text-align: center;
        }

        .input-group {
            grid-template-columns: repeat(1, 1fr);
        }
    }

    .other-projects {
        .title {
            span {
                display: block;
                font-family: var(--second-font);
                font-weight: 400;
                font-size: 58px;
                color: #6C3E27;
                margin-left: 40px;
                margin-top: 10px;
            }
        }

        .o-projects {
            flex-direction: column;

            .box {
                width: 100%;

                .bg {
                    height: 100%;
                    object-fit: cover;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                .content {
                    width: 100%;
                    padding: 50px;
                    position: relative;
                    top: auto;
                    left: auto;
                    transform: translate(0, 0);

                    .desc,
                    a {
                        visibility: visible;
                        opacity: 1;
                        transform: translate(0, 0);
                    }
                }

                &.active {
                    width: 100%;
                }
            }
        }
    }

    .contact-info {
        flex-direction: column;

        .info,
        .form {
            width: 100%;

            .input-group {
                grid-template-columns: repeat(1, 1fr);
            }

            a {
                flex-direction: column;
                text-align: center;

                img {
                    margin-right: 0;
                    margin-bottom: 15px;
                }
            }
        }

    }

    .mobile-btn {
        display: block;
        width: 40px;
        height: 30px;

        span {
            display: block;
            height: 3px;
            background: #000000;
            margin: 5px 0;
        }

        &.active {
            position: relative;

            span {
                position: absolute;
                top: 50%;
                transform: translate(0, -50%) rotate(45deg);
                left: 0;
                right: 0;
                transition: all .5s ease;

                &:nth-child(2) {
                    display: none;
                }

                &:last-of-type {
                    transform: translate(0, -50%) rotate(-45deg);
                }
            }
        }
    }

    .mobile-menu {

        a {
            display: block;
            text-align: center;
            font-size: 20px;
            padding: 15px;
            border-bottom: 1px solid #ececec;
        }
    }

    .p-detail-history {
        .dates {

            font-size: 16px;

            padding-left: 0px;
            padding-right: 0px;
            margin-left: 10px;

            .date-title {
                color: #BB8137;
                position: absolute;
                top: -55px;
                font-weight: 700;
                width: 100%;
                left: 0;
            }


        }
    }

    footer {
        padding: 0px 20px 100px 20px;
        margin-top: 30px;

        .top-foot {
            display: block;
            text-align: center;
            align-items: center;
        }

        & .top-foot {

            .left,
            .right {
                width: 100%;
                display: block;
                align-items: center;

                .logo {
                    margin-bottom: 30px;
                }

                .link-group {
                    margin-top: 30px;
                    display: grid;
                    grid-template-columns: repeat(1, 1fr);
                    gap: 20px;

                    a {
                        padding-left: 0;

                        &::after {
                            content: none;
                        }
                    }
                }
            }
        }
    }

    .first-slider {
        height: 85vh;
        position: relative;
        margin-bottom: 30px;



        .contact-info {
            display: none;
        }


        & .f-slide {
            .bg {
                display: none;
            }
            .m-bg{
                display: block;
                height: 85vh;
                object-fit: cover;
            }
            .m-hide{
                display: none;
            }

            .title {
                font-family: var(--second-font);
                font-weight: 300;
                font-size: 38px;
                text-align: center;
                position: absolute;
                top: 50%;
                left: 50%;
                width: 90%;
                transform: translate(-50%, -50%);
                color: #660066;
            }
        }
        .slick-dots{
            display: none !important;
        }
    }

    .etap {
        .etap-btn {
            padding: 20px 32px;
            background: #CD9B4F;
            display: inline-block;
            color: #fff;
            font-weight: 400;
            font-size: 14px;
            margin-right: 10px;
            margin-bottom: 20px;
        }
    }
    .about-bg{

        footer{
                    padding: 100px 20px 100px 20px !important;
        }
    }
    .blog {
    .title {
        margin-top: 50px;
    }
}
}