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

}

body {
    font-family: 'Unbounded', cursive;
    overflow: hidden;
    user-select: none;
}

/* Fontlar */

a {
    text-decoration: none;
    color: black;
}

.loading-screen {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 100;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-text {
    position: relative;
    left: 23%;
    z-index: 2;
}

.slide-text p {
    pointer-events: none;
}

.regular-font {
    font-family: 'Unbounded', cursive;
    font-weight: 400;
    font-size: 18px;
}

.footer-text {
    font-size: 15px !important;
}

.bold-font {
    font-family: 'Unbounded', cursive;
    font-size: 55px;
    font-weight: 600;
    z-index: 2;
}

.flower-font {
    font-family: 'Water Brush', cursive;
    margin-bottom: -1%;
    font-size: 50px;
}

.small-font {
    font-family: 'Unbounded', cursive;
    font-weight: 200;
    font-size: 16px;
    width: 50%;
    margin-top: 3%;
    line-height: 24px;
    opacity: 0;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    z-index: 2;
    cursor: text;
}

.smalll-font {
    font-family: 'Unbounded', cursive;
    font-weight: 200;
    font-size: 16px;
    text-align: left;
}


.swiper-slide-active .small-font {
    opacity: 1;
}

.swiper-slide-active {
    transition: 1s ease-in-out;
}

/* Genel (elleme) */

.site {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    opacity: 1;
    width: 100%;
    height: 100vh;
}

.background {
    position: fixed;
    right: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: 1;
    pointer-events: none;
}

.background video{
    pointer-events: none;
}

/*Header And Footer*/

.header {
    position: absolute;
    width: 100%;
    height: 13%;
    background-color: transparent;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding-right: 5%;
    padding-left: 5%;
    font-weight: bolder;
}

.header img {
    width: 75px;

}

.logo img {
    width: 160px;

}

.logo {
    position: relative;
    z-index: 8;
}

.logo2 {
    opacity: 0;
}

.header nav {
    position: relative;
    display: flex;
    list-style: none;
    z-index: 6;
}

.link {
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    color: var(--color-text);
}

.link::before,
.link::after {
    position: absolute;
    width: 100%;
    height: 0.5px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.link::before {
    content: '';
    /* show by default */
}

.header nav li {
    cursor: pointer;
    font-size: 18px;
}

.header nav li a {
    margin-left: 30px;
}

.link--elara::before {
    transform-origin: 50% 100%;
    transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
    clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
}

.link--elara:hover::before {
    transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
    clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
}

.link--elara span {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}

.link--elara:hover span {
    transform: translate3d(0, -2px, 0);
}

.footer {
    position: absolute;
    width: 100%;
    height: 10%;
    background-color: transparent;
    top: 87%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding-right: 5%;
    padding-left: 5%;
    z-index: 5;
    pointer-events: none;
}

.copyright {
    display: flex;
    text-indent: 10px;
    font-weight: bolder;
}

.copyright p {
    font-size: 18px;
}

/* Swiper*/

.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-wrapper {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}


.navigation {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;

}

.next {
    width: 8%;
    height: 10%;
    background-color: transparent;
    cursor: pointer;
    pointer-events: all;
}

.prev {
    width: 8%;
    height: 10%;
    background-color: transparent;
    cursor: pointer;
    pointer-events: all;

}

.blur-filter{
    position: absolute;
    display: none;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    z-index: 2;
    pointer-events: none;
}

.filter-1{
    height: 100vh;
    width: 20%;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.filter-2{
    height: 100vh;
    width: 20%;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

/* Sağ Alt Video*/

.radial-video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: absolute;
    top: 83%;
    z-index: 7;
    left: 89%;
    cursor: pointer;
}



.bg-video {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    pointer-events: none;
    z-index: 4;
}

.video-close {
    position: absolute;
    top: 80%;
    z-index: 9;
    left: 85%;
    visibility: hidden;
    cursor: pointer;
    width: 100px;
}

.video-close button {
    color: white !important;
}

.video-close .progress__path {
    stroke: #618d36 !important;
}

.video-text {
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-left: 28%;
    padding-right: 28%;
    position: absolute;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0;
}

.video-text h1 {
    margin-bottom: 5%;
}

/* Sağ Alt Spinner*/

.spinner {
    z-index: 3;
    width: 100px;
    height: 100px;
    position: absolute;
}

.spinner:before,
.spinner:after {
    content: "";
    display: block;
    position: absolute;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
}


.spinner.spinner-3:before {
    width: 135px;
    height: 135px;
    border-color: #ffffff;
    top: -21px;
    left: -21px;
    -webkit-animation: scale-2 2s linear 0s infinite;
    animation: scale-2 2s linear 0s infinite;
}

.spinner.spinner-3:after {
    width: 135px;
    height: 135px;
    border-color: #ffffff;
    top: -21px;
    left: -21px;
    opacity: 0;
    -webkit-animation: scale-2 2s linear 0.5s infinite;
    animation: scale-2 2s linear 0.5s infinite;
}

@-webkit-keyframes scale-2 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(0.7);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scale-2 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(0.7);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* Objeler */

.items {
    width: 100%;
    height: 100vh;
    position: fixed;
    pointer-events: none;
}

.items img {
    width: 120px;
    position: fixed;
    opacity: 0;
    transform: scale(0.6);
}

.boom {
    z-index: 1;
}

/* İtem 1 */

.items-1 img:nth-child(1) {
    top: 10%;
    left: -13%;
    width: 270px;
}

.items-1 img:nth-child(2) {
    width: 200px;
    top: 40%;
    left: -15%;
}

.items-1 img:nth-child(3) {
    top: 55%;
    left: -45%;
}

.items-1 img:nth-child(4) {
    top: 62%;
    left: -22%;
    width: 125px;
}

.items-1 img:nth-child(5) {
    top: 63%;
    left: -5%;
    width: 175px;
}

.items-1 img:nth-child(6) {
    top: 83%;
    left: 35%;
    width: 225px;
}

.items-1 img:nth-child(7) {
    top: 67%;
    left: 50%;
    width: 175px;
}

.items-1 img:nth-child(8) {
    top: 63%;
    left: 87%;
    width: 200px;
}

.items-1 img:nth-child(9) {
    top: 55%;
    left: 110%;
    width: 160px;
}

.items-1 img:nth-child(10) {
    top: 45%;
    left: 90%;
    width: 200px;
}

.items-1 img:nth-child(11) {

    top: 14%;
    left: 65%;
    width: 175px;
}

.items-1 img:nth-child(12) {
    top: 20%;
    left: 78%;
    width: 175px;
}

/* İtem 2 */

.items-2 img:nth-child(1) {
    width: 200px;
    top: 20%;
    left: -5%;
}

.items-2 img:nth-child(2) {
    width: 225px;
    top: 50%;
    left: 80%;
}

.items-2 img:nth-child(3) {
    top: 22%;
    left: -30%;
}

.items-2 img:nth-child(4) {
    top: 50%;
    left: -20%;
    width: 150px;
}

.items-2 img:nth-child(5) {
    width: 300px;
    top: 65%;
    left: -70%;
}

.items-2 img:nth-child(6) {
    width: 300px;
    top: -15%;
    left: -15%;
}

.items-2 img:nth-child(7) {
    width: 250px;
    top: 20%;
    left: 90%;
}

.items-2 img:nth-child(8) {
    width: 150px;
    top: 75%;
    left: 30%;
}

.items-2 img:nth-child(9) {
    width: 200px;
    top: 15%;
    left: 60%;
}

.items-2 img:nth-child(10) {
    width: 150px;
    top: 65%;
    left: 70%;
}

.items-2 img:nth-child(11) {
    width: 75px;
    top: 37%;
    left: 85%;
}

.items-2 img:nth-child(12) {
    width: 150px;
    top: 55%;
    left: 0%;
}

.items-2 img:nth-child(13) {
    width: 100px;
    top: 70%;
    left: -25%;
}

.items-2 img:nth-child(14) {
    width: 125px;
    top: 10%;
    left: 25%;
}

.items-2 img:nth-child(15) {
    width: 150px;
    top: 65%;
    left: 3%;
}

.items-2 img:nth-child(16) {
    width: 75px;
    top: 73%;
    left: 13%;
}

/* İtem 3 */

.items-3 img:nth-child(1) {
    width: 225px;
    top: 60%;
    left: 70%;
}

.items-3 img:nth-child(2) {
    top: 55%;
    left: 105%;
}

.items-3 img:nth-child(3) {
    top: 15%;
    left: 80%;
    width: 180px;
}

.items-3 img:nth-child(4) {
    top: 45%;
    left: 80%;
    width: 75px;
}

.items-3 img:nth-child(5) {
    top: 15%;
    left: 25%;
    width: 250px;
}

.items-3 img:nth-child(6) {
    top: 5%;
    left: -20%;
    width: 250px;
}

.items-3 img:nth-child(7) {
    top: 45%;
    left: -15%;
    width: 150px;
}

.items-3 img:nth-child(8) {
    top: 70%;
    left: -20%;
    width: 200px;
}

.items-3 img:nth-child(9) {
    top: 60%;
    left: -60%;
    width: 200px;
}

.items-3 img:nth-child(10) {
    top: 55%;
    left: -45%;
    width: 200px;
}

.items-3 img:nth-child(11) {
    top: 40%;
    left: 97%;
    width: 175px;
}

.items-3 img:nth-child(12) {
    top: 20%;
    left: -40%;
    width: 100px;
}

.items-3 img:nth-child(13) {
    top: 10%;
    left: -70%;
    width: 250px;
}

/* İtem 4 */

.items-4 img:nth-child(1) {
    top: 55%;
    left: 125%;
    width: 375px;
}

.items-4 img:nth-child(2) {
    top: 63%;
    left: 90%;
    width: 100px;
}

.items-4 img:nth-child(3) {
    top: 30%;
    left: 75%;
    width: 200px;
}

.items-4 img:nth-child(4) {
    top: 10%;
    left: 63%;
    width: 125px;
}


.items-4 img:nth-child(5) {
    top: 60%;
    left: 65%;
    width: 175px;
}

.items-4 img:nth-child(6) {
    top: 80%;
    left: 42%;
    width: 200px;
}

.items-4 img:nth-child(7) {
    top: 10%;
    left: -10%;
    width: 200px;
}

.items-4 img:nth-child(8) {
    top: 55%;
    left: -18%;
    width: 275px;
}

.items-4 img:nth-child(9) {
    top: 55%;
    left: -35%;
    width: 100px;
}

.items-4 img:nth-child(10) {
    top: 65%;
    left: -60%;
    width: 250px;
}



/* Şişe 1 Ekranı */

.sise-main {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;

}

.sise-item img {
    width: 180px;
    cursor: pointer;
    pointer-events: all;
}

.sise-item {
    margin: 3%;

}

#sise-1 {
    position: relative;
    right: 1000px;

}

#sise-2 {
    position: relative;
    right: 1500px;

}

#sise-3 {
    position: relative;
    right: 2000px;

}

.sise-text {
    position: absolute;
    top: 50%;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    z-index: 10;
}

.sise-text h1 {
    position: relative;
    right: 10%;
    font-size: 50px;
    text-shadow:0 0 30px rgba(255,255,255,.45)
}

.sise-header {
    position: absolute;
    top: 2%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 8%;
    text-align: center;
}

.sise-header p {
    font-size: 30px;
}

.sise-header h1 {
    margin-top: 0.2%;
    font-size: 30px;
    font-family: 'Unbounded', cursive;
    font-weight: 600;
}

.close-sise {
    position: fixed;
    width: 100px;
    top: 80%;
    cursor: pointer;
    z-index: 5;
}

/* Şişe 1 Tablo */

.sise-table {
    position: absolute;
    top: 40%;
    font-family: 'Unbounded', cursive;
    pointer-events: none;
    display: flex;
    flex-direction: column;
}


.main-table {
    position: relative;
    opacity: 0;
    width: 430px;
    right: 120px;
    bottom: 150px;
    display: flex;
    flex-direction: column;
}

.main-table h1 {
    font-size: 16px;
}

.text-slide-p2 {
    margin-top: 6%;
    font-size: 12px;
}

.slide-info-p {
    font-size: 22px;
    font-weight: 400;
}

#first-info {
    margin-top: 7%;
}

.tabel-info {
    width: 380px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px black solid;
    padding-bottom: 0;
    padding-top: 0;
    padding: 5px;
}

.tabel-info-tittle {
    display: flex;
    width: 70%;
}

.tabel-info-tittle h4 {
    padding-top: 2.5%;
    margin-left: 15%;
    font-weight: 400;
}

.tabel-info-text {
    width: 35%;
    display: flex;
    justify-content: left;
    align-items: center;
}

.tabel-info img {
    width: 30px;
    height: 30px;
    pointer-events: none;
}

.tabel-info.sise-icon .tabel-info-tittle img {
    width: 25px;
    height: 25px;
    padding-left: 2%;
}

.tabel-info.sise-icon .tabel-info-tittle {
    width: 100%;
}


.tabel-info.sise-icon .tabel-info-tittle h4 {
    padding-top: 3%;
    font-weight: 400;
}

.tabel-info.sise-icon {
    border-bottom: none;
}

.tabel-right {
    margin-left: -35%;
}

.background-sise {
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100vh;
    top: 0;
}

.background-sise img {
    position: absolute;
}

.background-sise-item:nth-child(1) {
    width: 300px;
    top: 20%;
    left: -3%;
}

.background-sise-item:nth-child(2) {
    width: 200px;
    top: 60%;
    left: 10%;
}

.background-sise-item:nth-child(3) {
    width: 250px;
    top: 80%;
    left: 70%;
}

.background-sise-item:nth-child(4) {
    width: 100px;
    top: 30%;
    left: 80%;
}

.swiper-slide-info {
    opacity: 1;
}

/* Şişe 2 Ekranı */

.sise-main2 {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;

}

.sise-table2 {
    position: absolute;
    top: 40%;
    font-family: 'Unbounded', cursive;
    pointer-events: none;
    display: flex;
    flex-direction: column;
}


.sise-item2 img {
    width: 180px;
    cursor: pointer;
    pointer-events: all;
}


.sise-item2 {
    margin: 3%;

}

#sise-4 {
    position: relative;
    left: 2000px;

}

#sise-5 {
    position: relative;
    left: 1500px;

}

#sise-6 {
    position: relative;
    left: 1000px;

}

.sise-text2 {
    position: absolute;
    top: 50%;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    z-index: 10;
}

.sise-text2 h1 {
    position: relative;
    right: 10%;
    font-size: 50px;
    text-shadow:0 0 30px rgba(255,255,255,.45)
}

.close-sise2 {
    position: fixed;
    width: 100px;
    top: 80%;
    cursor: pointer;
    z-index: 5;
}

.tabel-info img {
    width: 30px;
    height: 30px;
}


/* Close Button */

.close-button {
    z-index: 8;
    cursor: pointer;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    position: absolute;
}

.button {
    pointer-events: auto;
    cursor: pointer;
    background: #000;
    border: none;
    padding: 1.5rem 3rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
}

.button::before,
.button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button--fenrir {
    background: none;
    padding: 0;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 120px;
    height: 120px;
    font-family: 'Unbounded', cursive;
    font-size: 0.85rem;
    left: 87%;
    bottom: -84.5%;
}

.progress {
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.button--fenrir:hover .progress {
    transform: scale3d(1.2, 1.2, 1);
}

.progress__circle,
.progress__path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 1px;
}

.button--fenrir:focus-visible .progress__circle {
    fill: rgba(252, 196, 63, 0.4);
}

.progress__path {
    stroke: rgb(0, 0, 0);
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.button--fenrir:hover .progress__path {
    stroke-dashoffset: 0;
}

.open-slide {
    margin-top: 6%;
    margin-left: 2%;
    position: absolute;
    z-index: 10;
    pointer-events: all;
    opacity: 0;
    transition-timing-function: ease-in-out;
    transition: 1s;
    cursor: pointer;
}

.swiper-slide-active .open-slide {
    opacity: 1;
}

.open-slide:hover .progress {
    transform: scale3d(1.2, 1.2, 1);
}

.open-slide:hover .progress__path {
    stroke-dashoffset: 0;
}

#canvasContainer {
    position: fixed;
    right: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: 1;
}

#canvasContainer video {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
}

.open-slide span {
    font-size: 11px;
    font-family: 'Unbounded', cursive;
    font-weight: 600;
}


.yemek-sepeti {
    position: absolute;
    display: flex;
    align-items: center;
    left: 450px;
    width: 100%;
    font-family: 'Unbounded', cursive;
    font-weight: 200;
}

.yemek-sepeti img {
    width: 150px;
    margin-left: 5px;
}

.igim-logo {
    position: absolute;
    display: flex;
    align-items: center;
    left: 375px;
    width: 100%;
    font-family: 'Unbounded', cursive;
    font-weight: 200;
}

.igim-logo a {
    pointer-events: all;
    cursor: pointer;
}

.igim-logo svg {
    width: 20px;
    margin-left: 5px;
    transition: 0.4s ease-in-out;
}

.igim-logo svg:hover {
    fill: white;
}

.shape-wrap {
    position: relative;
    z-index: 99999;
    margin: -5px 0 0 0;
    /* Hide the gap */
}

.shape {
    height: 100vh;
    width: 100%;
    display: block;
    fill: red;
}

@media screen and (max-width: 920px) {
    .items img {
        width: 100px !important;
    }
    .navigation {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bold-font {
        font-size: 35px !important;
    }

    .sise-item img {
        width: 110px;
    }

    .sise-text h1 {
        pointer-events: none !important;
        font-size: 25px !important;
    }

    .sise-item2 img {
        width: 110px;
    }

    .sise-text2 h1{
        pointer-events: none !important;
        font-size: 25px !important;
    }

    .background-sise {
        display: none;
    }

    .small-font {
        font-size: 15px !important;
    }

    .header img {
        width: 120px !important;
    }

    .header nav li {
        font-size: 13px !important;
    }

    .header nav li a {
        margin-left: 20px !important;
    }

    .copyright p {
        font-size: 15px !important;
    }

    .video-text {
        padding-left: 9% !important;
        padding-right: 9% !important;
        padding-bottom: 14%;
    }

    .video-text-p {
        font-size: 15px;
    }

    .video-close {
        left: 62% !important;
    }

    .video-close-text {
        font-size: 15px;
    }

    .open-slide {
        margin-top: 6%;
        font-size: 13px;
    }
    .yemek-sepeti {
        display: none !important;
    }

    .igim-logo {
        display: none !important;
    }

    .radial-video-respon {
        width: 105px;
        height: 105px;
        left: 80%;
    }

    .button--fenrir{
        bottom: 2%;
        left: 75%;
        position: fixed;
        color: black;
    }
    .close-fenrir{
        position: relative;
        top: 1rem ;
        left: 6.5rem;
    }

    .close-button a button span {
        font-size: 10px !important;
    }


    .main-table {
        position: relative;
        opacity: 0;
        width: 210px;
        bottom: 50px;
        display: flex;
        margin-left: 20%;
        flex-direction: column;
    }

    .main-table h1 {
        font-size: 12px;
    }

    .text-slide-p2 {
        margin-top: 6%;
        font-size: 10px;
    }
    
    .slide-info-p {
        font-size: 15px;
        font-weight: 400;
    }

    .tabel-info-tittle {
        padding-top: 3%;
        display: flex;
        width: 70%;
    }

    .tabel-info-tittle h4 {
        margin-left: 15%;
    }

    .tabel-info-text {
        width: 35%;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .tabel-info img {
        width: 20px !important;
        height: 20px !important;
        pointer-events: none;
    }

    .tabel-info.sise-icon .tabel-info-tittle img {
        width: 25px;
        height: 25px;
        padding-left: 2%;
    }

    .tabel-info.sise-icon .tabel-info-tittle h4 {
        padding-top: 3%;
        font-weight: 400;
    }

    .tabel-info.sise-icon {
        border-bottom: none;
    }

    .tabel-right {
        margin-left: -35%;
    }

    .tabel-info {
        width: 250px !important;
        height: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px black solid;
        padding-bottom: 0;
        padding-top: 0;
        padding: 5px;
    }

    .tabel-info-tittle {
        display: flex;
        width: 70%;
    }

    .tabel-info-tittle h4 {
        margin-left: 15%;
        font-size: 10px;
    }

    .tabel-info-text {
        width: 35%;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .tabel-info-text p {
        font-size: 10px;
    }

    .tabel-info img {
        width: 30px;
        height: 30px;
        pointer-events: none;
    }

    .tabel-info.sise-icon .tabel-info-tittle img {
        width: 17px !important;
        height: 17px !important;
        padding-left: 2%;
    }

    .tabel-info.sise-icon .tabel-info-tittle h4 {
        padding-top: 3%;
        font-weight: 400;
        font-size: 10px;
    }

    .tabel-info.sise-icon {
        border-bottom: none;
    }

    .tabel-right {
        margin-left: -15%;
    }
    .sise-header p {
        font-size: 18px;
    }

    .sise-header h1 {
        margin-top: 0.2%;
        font-size: 14px;
        font-family: 'Unbounded', cursive;
        font-weight: 600;
    }
}


@media screen and (max-width: 550px) {
    .items img {
        width: 55px !important;
    }

    .slide-text {
        left: 10%;
        right: 50%;
        width: 70%;
    }

    .navigation {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bold-font {
        font-size: 27px !important;
    }

    .sise-item img {
        width: 75px;
    }

    .sise-text h1 {
        pointer-events: none !important;
        font-size: 15px !important;
    }

    .sise-item2 img {
        width: 75px;
    }

    .sise-text2 h1{
        pointer-events: none !important;
        font-size: 15px !important;
    }


    .background-sise {
        display: none;
    }

    .small-font {
        font-size: 10px !important;
        width: 90% !important;
        line-height: 14px;
    }

    .header img {
        width: 65px !important;
    }

    .header nav li {
        font-size: 10px !important;
    }

    .header nav li a {
        margin-left: 15px !important;
    }

    .copyright p {
        font-size: 10px !important;
    }

    .video-text {
        padding-left: 5% !important;
        padding-right: 5% !important;
        padding-bottom: 17%;
    }

    .video-text-p {
        font-size: 11px;
    }

    .video-close {
        left: 45% !important;
    }

    .video-close-text {
        font-size: 10px;
    }

    .progress {
        max-width: 50px;
        max-height: 50px;
        top: calc(50% - 25px);
        left: calc(50% - 25px);
    }

    .open-slide {
        margin-top: 13%;
        font-size: 13px;
    }

    .radial-video-respon {
        width: 65px;
        height: 65px;
        left: 80%;
    }

    .button--fenrir{
        bottom: -1%;
        left: 65%;
        position: fixed;
        color: black;
    }
    .close-fenrir{
        position: relative;
        top: 1rem ;
        left: 6.5rem;
    }

    .close-button a button span {
        font-size: 10px !important;
    }

    .yemek-sepeti {
        display: none !important;
    }

    .igim-logo {
        display: none !important;
    }

    .open-slide span {
        font-size: 7px;
    }

    .main-table {
        position: relative;
        opacity: 0;
        width: 210px;
        bottom: 100px;
        margin-left: 0%;
        display: flex;
        flex-direction: column;
    }

    .main-table h1 {
        font-size: 12px;
    }

    .text-slide-p2 {
        margin-top: 6%;
        font-size: 10px;
    }
    
    .slide-info-p {
        font-size: 15px;
        font-weight: 400;
    }

    .tabel-info-tittle {
        padding-top: 3%;
        display: flex;
        width: 70%;
    }

    .tabel-info-tittle h4 {
        margin-left: 15%;
    }

    .tabel-info-text {
        width: 35%;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .tabel-info img {
        width: 20px !important;
        height: 20px !important;
        pointer-events: none;
    }

    .tabel-info.sise-icon .tabel-info-tittle img {
        width: 25px;
        height: 25px;
        padding-left: 2%;
    }

    .tabel-info.sise-icon .tabel-info-tittle h4 {
        padding-top: 3%;
        font-weight: 400;
    }

    .tabel-info.sise-icon {
        border-bottom: none;
    }

    .tabel-right {
        margin-left: -35%;
    }

    .tabel-info {
        width: 250px !important;
        height: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px black solid;
        padding-bottom: 0;
        padding-top: 0;
        padding: 5px;
    }

    .tabel-info-tittle {
        display: flex;
        width: 70%;
    }

    .tabel-info-tittle h4 {
        margin-left: 15%;
        font-size: 10px;
    }

    .tabel-info-text {
        width: 35%;
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .tabel-info-text p {
        font-size: 10px;
    }

    .tabel-info img {
        width: 30px;
        height: 30px;
        pointer-events: none;
    }

    .tabel-info.sise-icon .tabel-info-tittle img {
        width: 17px !important;
        height: 17px !important;
        padding-left: 2%;
    }

    .tabel-info.sise-icon .tabel-info-tittle h4 {
        padding-top: 3%;
        font-weight: 400;
        font-size: 10px;
    }

    .tabel-info.sise-icon {
        border-bottom: none;
    }

    .tabel-right {
        margin-left: -35%;
    }

    .sise-header {
        position: absolute;
        top: 3%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .sise-header p {
        font-size: 18px;
    }

    .sise-header h1 {
        margin-top: 0.2%;
        font-size: 14px;
        font-family: 'Unbounded', cursive;
        font-weight: 600;
    }
}