body {
    background-color: #fbfbfb;
}
section.main {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
}
.logo-side {
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-side {
    width: 50%;
    margin: auto;
}
.title {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin: 26px 0 12px;
}
.text {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 30px;
}
.pazaryerleri a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.py-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 40px;
    border-radius: 4px;
}
.py-block img {
    width: 100%;
}
.contact {
    width: 80%;
    margin: 28px auto 0;
    display: flex;
    gap: 22px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contact a {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-decoration: none;
}
.bottom {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    width: 11%;
}
.mr-2 {
    margin-right: 12px;
}
.contact img {
    filter:invert(1);
}
.logo-side img {
    height: 70px;
}
.pazaryerleri {
    display: flex;
    flex-direction: column;
    align-items: center;
}
img.nof {
    filter: invert(0);
    width: 68%;
}
.etbis {
    position: fixed;
    right: 6%;
    bottom: 8%;
    left: unset;
    width: max-content;
}
img.shop {
    width: 17%;
}
.etbis img {
    width: 51%;
}
.nyst {
    display: flex;
    width: 64%;
}
.st-tx {
    display: flex;
    justify-content: center;
}
@media (max-width:900px) {
    section.main {
        height: auto;
    }
    .text-side {
        width: 100%;
        margin: auto;
    }
    .title {
        font-size: 24px;
        margin: 42px 0 18px;
    }
    .text {
        font-size: 16px;
    }
    .logo-side img {
        width: 60%;
        margin-top: 40px;
    }
    .contact {
        width: 80%;
        margin: 40px auto 30px;
        display: flex;
        gap: 22px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .py-block {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        width: max-content;
        padding: 0;
        border-radius: 4px;
        margin: 10px 0;
    }
    .etbis {
        position: relative;
        right: 0;
        bottom: 10px;
        left: unset;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nyst {
        display: flex;
        width: 64%;
        flex-direction: column;
    }
    .bottom {
        color: #000;
        font-size: 16px;
        font-weight: 500;
        width: 100%;
        text-align: center;
    }
    .py-block img {
        width: 75%;
    }
    img.shop {
        width: 70%;
        margin-top: 12px;
    }
    .st-tx {
        display: flex;
        justify-content: center;
    }
    .etbis a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    img.nof {
        width: 100%;
    }
}