@import "https://fonts.googleapis.com/css2?family=Onest:wght@300;400;500;600;700&display=swap";

body {
    font-family: Onest, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    line-height: 17px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html, body {
    height: 100%
}

body {
    display: flex;
    flex-direction: column
}

li {
    list-style: none
}

a {
    text-decoration: none
}

.container {
    width: 100%;
    max-width: 1188px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto
}

.wrapper {
    flex: 1 0 auto
}


.announcement {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 16px 12px;
    background-color: #0000000d;
    border-width: 4px;
    border-style: solid;
    border-radius: 999px;
    transition: background-color .2s ease-in-out;
    background-image: linear-gradient(45deg, #4d6950, #4d69508f);
    border: 1px solid #4d6950;
}

.announcement p{
	
	font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
	padding-left:10px;
	
	
}

.entry {
    position: relative;
    flex: 0 0 auto;
    min-height: 100dvh;
    padding-top: 94px;
    background-image: url(images/bg/background.svg);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden
}

.entry .container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px
}

.entry-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 504px;
    padding: 24px;
    background: rgba(255, 255, 255, .2);
    box-shadow: 0 -3px 53.4px #0000001a;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 54px
}

.entry-block-link {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 16px 12px;
    background-color: #0000000d;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 999px;
    transition: background-color .2s ease-in-out
}

.entry-block-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #4d6950;
    border-radius: 50%
}

.entry-block-link span {
    font-size: 16px;
    line-height: 20px;
    color: #000000b3;
    margin-right: auto
}

.entry-block-link:hover {
    background-color: #00000014
}

.entry-block-link:nth-child(1) {
    margin-bottom: 4px
}

.entry-block-label {
    margin-top: 36px;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    color: #0000004d;
    text-align: center;
    margin-bottom: 2px
}

.entry-block-other-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 56px;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 999px;
    box-shadow: 0 104px 147px #00000012;
    transition: background-color .2s ease-in-out
}

.entry-block-other-link span {
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.entry-block-other-link.yemeksepeti {
    background-color: #f90050
}

.entry-block-other-link.yemeksepeti:hover {
    background-color: #f90050cc
}

.entry-block-other-link.getir {
    background-color: #5d3ebc
}

.entry-block-other-link.getir:hover {
    background-color: #5d3ebccc
}

.entry-block-other-link.trendyol {
    background-color: #f26725
}

.entry-block-other-link.trendyol:hover {
    background-color: #f26725cc
}

.entry-block-other-link.whatsapp {
    background-color: #4ecc5c
}

.entry-block-other-link.whatsapp:hover {
    background-color: #4ecc5ccc
}

.entry-block-other-link.call {
    background-color: #454c4d
}

.entry-block-other-link.call:hover {
    background-color: #454c4dcc
}

.entry:before {
    content: "";
    width: 728px;
    height: 728px;
    background-color: #68ac6fb3;
    filter: blur(60px);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%) translateY(60px)
}

@media (max-width: 767px) {
    .entry {
        background-image: url(../images/bg/background-mobile.svg)
    }

    .entry:before {
        width: 360px;
        height: 360px;
        transform: translate(-50%) translateY(52px)
    }

    .entry .container {
        gap: 94px;
        min-height: calc(100dvh - 94px)
    }

    .entry-logo {
        max-width: 60%;
    }

    .entry-logo img {
        max-width: 100%;
        height: auto
    }

    .entry-block {
        width: calc(100% + 48px);
        max-width: calc(100% + 48px);
        border-radius: 54px 54px 0 0;
        box-shadow: 0 -3px 53.4px #00000026;
        margin: auto -24px 0
    }
}

.header, .footer {
    flex: 0 0 auto;
    padding: 40px 0
}
