body {
    font-family: "Poppins", sans-serif;
}

.content {
    padding: 30px 0;
    background: #777046;

    .title {
        text-align: center;
        font-size: 3vw;
        color: #fff;
        font-weight: 700;
    }

    a {
        text-decoration: none;
        color: #fff;

        .mini-title {
            font-size: 1.8vw;
            margin-top: 15px;
            margin-bottom: 30px;
        }
    }
}

.form {
    position: fixed;
    top: 0;
    right: -100%;
    width: 30%;
    background: #1e1e1e;
    padding: 30px;
    border-radius: 0;
    transition: all .5s ease;
    /* bottom: 0; */
    height: 100%;
        overflow-x: scroll;

    &.active {
        right: 0;
    }

    input,
    textarea {
        width: 100%;
        margin-bottom: 0;
        height: 50px;
        padding: 15px 0;
        background: transparent;
        border: none;
        color: #fff;
        border-radius: 0;
        font-size: 14px;
        border-bottom: 1px solid #2d2d2d;

        &::placeholder {
            color: #fff;
        }

        &:focus {
            outline: 0;
            border-bottom: 1px solid #777046;
        }
    }

    .bilgi-wrap {
        display: flex;
        margin-bottom: 10px;

        input[type=checkbox] {
            height: 15px;
            float: left;
            width: fit-content;
            margin-bottom: 0;
        }

        label {
            float: left;
            color: #fff;
            font-size: 12px;
            width: fit-content;
            margin-left: 15px;
        }
        a{
            color: #777046;
        }
    }

    textarea {
        padding: 15px 0;
        height: 100px;
    }

    button {
        background: #777046;
        border: none;
        padding: 10px 20px;
        border-radius: 12px;
        color: #fff;
        margin-top: 15px;
        width: 100%;
    }

    .title {
        font-size: 25px;
        font-weight: 600;
        color: #777046;
        margin-bottom: 15px;
    }

    .desc {
        margin-bottom: 30px;
        color: #fff;
        font-size: 14px;
    }

    .close {
        width: 40px;
        height: 40px;
        background: #777046;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 10px;
        position: absolute;
        top: 15px;
        right: 15px;
        font-weight: bold;
        cursor: pointer;
    }

}

.phone-btn {
    position: fixed;
bottom: 170px;
    width: 70px;
    height: 70px;
    border-top-left-radius: 10px;
    overflow: hidden;
    padding: 21px;
    background: #777046;
    right: 0px;
    box-shadow: 0px 2px 1px #00000033;
    border-bottom-left-radius: 10px;
}

.katalog-btn {
    background: #1e1e1e;
    color: #fff;
    padding: 20px 40px;
    font-weight: bold;
    text-decoration: none;
    border-top-right-radius: 10px;
    position: fixed;
    right: -53px;
    transform: rotate(-90deg);
bottom: 300px;
    border-top-left-radius: 10px;
    height: 70px;
}

.main-slider {

    .m-slide {

        video {
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }
    }
}

@media(max-width:769px){
    .form{
        width: 100%;
    }
}
#basarili,
#hatali{
    display: none;
}