@import url('https://fonts.googleapis.com/css2?family=Moderustic:wght@300..800&display=swap');




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Moderustic", sans-serif;
}

.main {
    width: 100%;
    height: 100vh;
    background-image: url("../images/eqo-images/banner.png");
    background-size: cover;
}

.shadow-bg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.main-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.logo-head,
.logo-bottom,
.menu-button,
.kurye {
    text-align: center;
    /* margin: 2rem 0; */
}

.menu-button {
    margin: 3rem;
}

.logo-head img {
    width: 30%;
    object-fit: cover;
}

.logo-bottom img {
    width: 80%;
    object-fit: cover;
}

.menu-button img {
    width: 35%;
    object-fit: cover;
}

.kurye img {
    width: 50%;
    object-fit: cover;
}

.kurye {
    position: relative;
}

.kurye .tel-no {
    position: absolute;
    left: 42%;
    top: 49%;
    transform: translateY(-50%);
    font-weight: 800;
    font-size: .9rem;
    text-decoration: none;
    color: #e61d26;
    text-shadow: #444344 1px 1px;
}






@media screen and (min-width: 600px) {
    .main {
        width: 450px;
        margin: 0 auto;
        border-right: 1px solid #e61d26 !important;
        border-left: 1px solid #e61d26 !important;
    }
    .main-content {
        width: 30%;
    }
}