@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed:wght@400;700&display=swap');
/*Regular condensed style*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@700&display=swap');
/*Bold style*/
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed:wght@400;700&display=swap');
/*Roboto Regular*/
@import url(//db.onlinewebfonts.com/c/b04f1fec5f5e6b2bacae81d8c6924452?family=Abraham);

/*font-style-abraham*/
@font-face {
    font-family: Abraham Regular;
    src: url(/content/font/Abraham.otf);
}
/*güncellll*/
.body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    /*min-height: 100vh;*/
    margin: 0;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/*****************************************************************************/
/*MENÜ*/

.dropdown-menu .dropdown-item {
    background-color: inherit; 
}


.dropdown-menu-bgcolor{
    background-color:black !important;
    color : white;
}

.dropdown-menu-bgcolor a{
    color:white !important;
}
    .dropdown-menu-bgcolor .dropdown-item {
        background-color: inherit; 
    }

 .bgcolor {
     background-color: #111 !important;
}

.navbar.transparent {
    background-color: transparent;
    transition: background-color 0.3s;
}

    .navbar.transparent .nav-link {
        color: white !important;
    }

.logo-img {
    width: 160px;
    height: 75px;
}

.navbar ul li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.nav-item .nav-link {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    text-decoration: none;
    color: white !important;
    font-size: 16px;
}

.nav-link:hover {
    color: #C0A155 !important;
}

.navbar.transparent .nav-link:hover {
    color: #C0A155 !important;
}

.navbar-nav {
    margin: 0px;
}

.dropdown-item img {
    width: 20px;
}

.langbtn {
    font-family: abraham regular !important;
    font-weight: bold;
}


@media (max-width: 992px) {

    .navbar.transparent {
        background-color: #111 !important;
    }

    .nav-link:hover {
        color: #C0A155 !important;
    }

    .navbar.transparent .nav-link:hover {
        color: #C0A155 !important;
    }

    .navbar.scrolled {
        color: white !important;
    }

        .navbar.scrolled:hover {
            color: #C0A155 !important;
        }

    .icons {
        display: flex !important;
        flex-direction: row !important;
        color: #FFF;
    }
    .navbar {
        background-color: #111;
    }   
}

@media (max-width: 991.98px) {
    .navbar-nav {
        align-items: flex-start !important;
        margin-left: 0px !important;
        padding: 0px;
    }
}


/*NAVBAR DROPDOWNMENÜ ANİMASYON*/
.navbar-nav li.nav-item .dropdown-menu {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transform: translateY(50px);
    left: 0;
    width: 225px;
    background-color: #fff;
    z-index: 111;
    transition: 0.4s all;
    color: black;
    border-radius: 8px;
    display: block !important;
    top: 73%;
    right: 30%;
}

.navbar-nav li.nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.navbar-nav li.nav-item .dropdown-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}

.nav-item .dropdown-menu a:hover {
    padding-left: 30px;
    color: #C0A155 !important;
    background-color: transparent;
}

.navbar-scroll li.nav-item .dropdown-menu {
    background-color: black;
    border-radius: 8px;
}

.navbar-scroll li.nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.navbar-scroll li.nav-item .dropdown-menu a {
    color: #fff;
}

    .navbar-scroll li.nav-item .dropdown-menu a:hover {
        color: #C0A155;
    }

/* NAVBAR İCON MOBİL YATAY POZİSYON*/
@media (max-width: 991.98px) {
    .icons {
        display: flex;
        flex-direction: row; /* Yatay hizalama */
        justify-content: start;
    }

        .icons ul {
            display: flex;
            flex-direction: row; /* Yatay hizalama */
            padding-left: 0px; /* Varsayılan paddingi kaldırma */
            margin: 0; /* Varsayılan margini kaldırma */
        }

        .icons li img {
            margin-right: 0.5rem; /* İkonlar arasına boşluk ekleme */
        }

        .icons li:last-child {
            margin-right: 0; /* Son ikona sağ boşluk eklememe */
        }

    .navbar-nav {
        padding-left: 1rem;
    }

    .logo-img {
        /*        width: 100px !important;
        height: 60px !important;*/
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}



.justify-content-end-on-zoom {
    justify-content: flex-end !important;
}

.justify-content-center-on-zoom {
    justify-content: center !important;
}


ul li a:hover {
    color: white !important;
}

.icon span {
    color: white;
}

#navItems .nav-link {
    color: black;
    line-height: 70px !important;
    letter-spacing: 1.2px !important;
    font-size: 18px !important;
    white-space: nowrap;
    align-items: center;
}

.navbar-brand {
    color: rgb(198, 205, 211) !important;
}

    .navbar-brand:hover {
        color: white !important;
    }


.navbar.transparent .nav-link {
    color: white !important;
}

.navbar.scrolled {
    background-color: #111 !important;
    transition: background-color 0.3s;
    color: white !important;
}


.navbar ul li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.nav-item .nav-link {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    text-decoration: none;
    color: white !important;
    font-size: 16px;
    white-space : nowrap !important;
}

.nav-link:hover {
    color: #C0A155 !important;
}

.navbar.transparent .nav-link:hover {
    color: #C0A155 !important;
}

.navbar-nav {
    margin: 0px;
}

.dropdown-item img {
    width: 20px;
}

.langbtn {
    font-family: abraham regular !important;
    font-weight: bold;
}


@media (max-width: 992px) {

    .navbar.transparent {
        background-color: #111 !important;
    }

    .nav-link:hover {
        color: #C0A155 !important;
    }

    .navbar.transparent .nav-link:hover {
        color: #C0A155 !important;
    }

    .navbar.scrolled {
        color: white !important;
    }

        .navbar.scrolled:hover {
            color: #C0A155 !important;
        }

    .icons {
        display: flex !important;
        flex-direction: row !important;
        color: #FFF;
    }

    #navItems .nav-link {
        color: black;
        line-height: 15px !important;
        letter-spacing: 1.1px !important;
        font-size: 18px !important;
        white-space: nowrap;
        align-items: center;
    }
}


/*NAVBAR DROPDOWNMENÜ ANİMASYON*/
.navbar-nav li.nav-item .dropdown-menu {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transform: translateY(50px);
    left: 0;
    width: 225px;
    background-color: #fff;
    z-index: 111;
    transition: 0.4s all;
    color: black;
    border-radius: 8px;
    display: block !important;
    top: 73%;
    right: 30%;
}

.navbar-nav li.nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.navbar-nav li.nav-item .dropdown-menu a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}

.nav-item .dropdown-menu a:hover {
    padding-left: 30px;
    color: #C0A155 !important;
    background-color: transparent;
}


.navbar-scroll li.nav-item .dropdown-menu {
    background-color: black;
    border-radius: 8px;
}

.navbar-scroll li.nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.navbar-scroll li.nav-item .dropdown-menu a {
    color: #fff;
}

    .navbar-scroll li.nav-item .dropdown-menu a:hover {
        color: #C0A155;
    }


/* NAVBAR İCON MOBİL YATAY POZİSYON*/
@media (max-width: 1024.98px) {
    .icons {
        display: flex;
        flex-direction: row; /* Yatay hizalama */
        justify-content: start;
    }

        .icons ul {
            display: flex;
            flex-direction: row; /* Yatay hizalama */
            padding-left: 0px; /* Varsayılan paddingi kaldırma */
            margin: 0; /* Varsayılan margini kaldırma */
        }

        .icons li img {
            margin-right: 0.5rem; /* İkonlar arasına boşluk ekleme */
        }

        .icons li:last-child {
            margin-right: 0; /* Son ikona sağ boşluk eklememe */
        }

    .navbar-nav {
        padding-left: 1rem;
    }

    .logo-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}


/********************************************************************************/
/*Banner */

.content-banner .swiper {
    width: 100%;
    height: 100%;
}

.content-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.heroSwiper .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    width: auto;
    top: 60%;
    right: 50px;
}

.heroSwiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin-bottom: 5px;
}

.heroSwiper .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 100%;
}

.heroSwiper .swiper-pagination-bullet-active {
    background-color: #fff;
}

.heroSwiper .swiper-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 82px;
}

    .heroSwiper .swiper-box img {
        width: 100%;
        height: auto;
    }

    .heroSwiper .swiper-box a {
        display: inline-block;
        width: 80%;
    }

        .heroSwiper .swiper-box a h1 {
            font-size: 96px;
            color: #fff;
        }

            .heroSwiper .swiper-box a h1 span {
                font-size: 40px;
            }

    .heroSwiper .swiper-box .font-size {
        font-size: 70px;
    }

.heroSwiper .slider-one {
    background: linear-gradient(270deg, rgba(255,111,44,1) 0%, rgba(184,48,32,1) 100%);
}

.heroSwiper .slider-two {
    background-color: #F7B32B;
}

.heroSwiper .slider-three {
    background-color: #FBB966;
}

.heroSwiper .slider-four {
    background-color: #67AF4D;
}

.heroSwiper .slider-five {
    /*background-color: #2B2C73;*/
    background-image: url('/Content/images/header/slider/slider5-bg.webp');
    background-size: cover;
}

.heroSwiper .slider-six {
    background-color: #008C44;
}

.content-banner {
    width: 100%;
    margin-top: 0%;
    height: 100vh;
}

    .content-banner::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .content-banner .first-title {
        font-size: 94px;
        font-family: 'Abraham Regular';
        color: #fff;
        line-height: 70px;
        letter-spacing: -1.31;
        padding-top: 2%;
    }
    /* Banner başlık sol*/
    .content-banner .second-title {
        font-size: 72px;
        font-family: 'Abraham Regular';
        color: #fff;
        line-height: 77.33px;
        letter-spacing: 0;
        text-align: left;
        position: absolute;
        top: 15%;
        padding-left: 10%;
    }

    .content-banner .second-titleEgg {
        font-size: 150px;
        font-family: 'Abraham Regular';
        color: #fff;
        line-height: 77.33px;
        letter-spacing: 0;
        text-align: left;
        position: absolute;
        top: 32%;
        padding-left: 10%;
    }

    .content-banner .imgSlider4 {
        width: 90% !important;
    }

    .content-banner .imgSlider3 {
        width: 95% !important;
    }

    .content-banner .imgSlider6 {
        width: 100% !important;
    }

    .content-banner h3 {
        font-size: 96px;
    }

/* Vertical Slider 100% Height */
.vertical .carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Vertical Slider Animation */
.vertical .carousel-item-next.carousel-item-left,
.vertical .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vertical .carousel-item-next,
.vertical .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vertical .carousel-item-prev,
.vertical .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: 15px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

    .carousel-indicators > li {
        background: none;
        border: 2px solid rgb(212, 212, 212);
        border-radius: 12px;
        width: 12px;
        height: 12px;
        margin-bottom: 5px;
    }

    .carousel-indicators li.active {
        background: rgb(212, 212, 212);
    }

/* Vertical Carousel Controls on Right */
.carousel.vertical .carousel-control-prev,
.carousel.vertical .carousel-control-next {
    left: auto;
    right: 13.5px;
    width: 50px;
}

    .carousel.vertical .carousel-control-prev.up {
        top: 0;
        bottom: 50%;
    }

    .carousel.vertical .carousel-control-next.down {
        top: 50%;
        bottom: 0;
    }

        .carousel.vertical .carousel-control-prev.up i,
        .carousel.vertical .carousel-control-next.down i {
            position: absolute;
            top: 50%;
            z-index: 5;
            display: inline-block;
            font-size: 2em;
        }

    .carousel.vertical .carousel-control-prev.up i {
        left: 50%;
        margin-left: -10px;
        top: 50%;
        margin-top: -10px;
    }

    .carousel.vertical .carousel-control-next.down i {
        left: 50%;
        margin-left: -10px;
        top: 50%;
        margin-top: -10px;
    }

.img-style {
    height: 100%;
    width: 100%;
    position: absolute;
}

.carousel-item img {
    width: 100%;
    height: inherit;
}

/*    .carousel-item imgEgg {
        width: 80%;
        height: inherit;
    }*/

.carousel-caption {
    color: #fff;
    text-align: center;
    top: 160px;
    left: 0%;
    right: 0%;
}


.arrangement {
    display: flex;
}

/*slider sodyum-içermez ve sipariş ver butonu*/
.btn-container {
    position: absolute;
    right: 3%;
    bottom: 5%;
    left: 3%;
    z-index: 10;
    color: #fff;
}

    .btn-container .sol img {
        width: 36%;
    }

    .btn-container .sag img {
        width: 100%;
    }

.sag {
    margin-top: 3px;
}

.btn-container-ic {
    position: absolute;
    bottom: 42%;
    left: 3%;
    z-index: 10;
    color: #fff;
}

    .btn-container-ic .sol img {
        width: 30%;
    }

    .btn-container-ic .sag img {
        width: 100%;
    }

.desktop-image {
    display: block; /* Masaüstü görselini gizle */
}

.mobile-image {
    display: none; /* Mobil görseli göster */
    max-width: 100%; /* Görselin container'ını aşmamasını sağla */
    height: auto; /* Görselin oranını koru */
    margin-bottom: 0; /* Alt boşluğu kaldır */
}

/****************************************************************************/

/* SWİPER ÜRÜNLER */

.swiper {
    width: 95%;
    /*    margin-bottom: 20px;
    margin-right: 20px;*/
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 20px;
    /*width: 300px !important;
    margin-left: 16px !important;*/
}

    /*Eklenen*/
    .swiper-slide img {
        /*display: block;*/
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.certificate-logo img {
    width: 75% !important;
    margin-top: 10px !important;
}

.bardak-noodle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.poset-noodle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sofra-noodle, .egg-noodle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section1-container .bardak-noodle img {
    width: 180px;
    padding-bottom: 5%;
    padding-top: 13%;
}

.section1-container .poset-noodle img {
    width: 195px;
    padding-top: 38%;
    padding-bottom: 8%;
    /*margin-left: 20px !important;*/ /*Değişiklik*/
}

.section1-container .sofra-noodle img, .section1-container .egg-noodle img {
    width: 85px;
    /*margin-left: 60px;*/
}

.swiper-slide a {
    font-family: "Abraham Regular";
    font-size: 16px;
    color: #262324;
    text-decoration: none;
    line-height: 24px;
    letter-spacing: 0.01px;
}

    .swiper-slide a:hover {
        font-family: "Abraham Regular";
        font-size: 16px;
        color: #E52D3A;
        text-decoration: none;
        line-height: 24px;
    }

.mySwiper .swiper-slide:hover {
    transform: translateY(-10px) !important;
}

.swiper-slide:hover a {
    color: #E52D3A !important;
    text-decoration: none;
}

.swiper-slide p {
    font-family: "Roboto";
    font-size: 16px;
    color: #262324;
    text-decoration: none;
    line-height: 24px;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
    font-family: 'Roboto Condensed', sans-serif !important;
    color: #262324 !important;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: normal;
    text-align: center !important;
    margin-bottom: 2%;
}

    .append-buttons a {
        display: inline-block;
        color: black;
        padding: 4px 20px;
        margin: 0 20px;
        font-size: 16px;
    }

        .append-buttons a:hover {
            color: #E52D3A;
            text-decoration: underline;
            text-underline-position: under;
        }


.section1-container h1 {
    font-family: "Abraham Regular";
    font-size: 32px;
    color: #E52D3A;
    line-height: 51px;
    margin-bottom: 2%;
    padding-top: 4%;
}

.section1-container .kalite-style img {
    width: 250px;
    padding-left: 10px;
}

/*************************************************************************/

/*section2 - NUDO TARİFLERİ */

.section2 {
    padding-top: 2%;
}

    .section2 .section2-container {
        margin: 0 70px 70px;
        position: relative;
    }

.section2-container img {
    width: 100%;
    position: relative;
}

.section2-container .section2-left {
    position: absolute;
    width: 100%;
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    padding-left: 12%;
    padding-top: 18%;
    margin-bottom: 0.5rem;
}

    .section2-container .section2-left h1 {
        font-family: "Abraham Regular";
        color: #fff;
        font-size: 40px;
        line-height: 51px;
    }

    .section2-container .section2-left p {
        font-family: 'Roboto';
        color: #fff;
        font-size: 14px;
        line-height: 22px;
    }

.title-left-line {
    position: relative;
    font-family: 'Abraham Regular' !important;
    font-size: 14px;
    line-height: 30px;
    color: #fff !important;
    text-decoration: none !important;
    letter-spacing: 1px;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .title-left-line:before {
        content: " ";
        position: relative;
        bottom: -1px;
        height: 1px;
        border-top: 1px solid #ffffff;
        margin-right: 5px;
        width: 35px;
    }

.section2-container .section2-right {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
    right: 4%;
    top: 10%;
    width: 100%;
}

    .section2-container .section2-right img {
        width: fit-content;
    }

/***************************************************************************/

/*SECTİON3 - NUDO Tv Video */

.section3 {
    background-color: #F8F8F8;
    padding-top: 3%;
    padding-bottom: 4%;
}

    .section3 .row h2 {
        font-family: 'Abraham Regular';
        font-size: 35.44px;
        color: #C0A155;
        text-align: left;
        line-height: 28.79px;
        letter-spacing: normal;
        padding-bottom: 0.5%;
    }

    .section3 .row p {
        font-family: 'Roboto';
        font-size: 15.5px;
        color: #262324;
        text-align: left;
        line-height: 24.36px;
        letter-spacing: normal;
    }

.section3-container .row {
    padding-right: 15%;
    padding-left: 15%;
}

.section3-container .col img {
    width: 100%;
    padding-top: 10%;
    padding-bottom: 5%;
}

.section3-container .col {
    font-family: "Abraham Regular";
    font-size: 15.5px;
    color: #262324;
    text-align: left;
    line-height: 18.93px;
    letter-spacing: normal;
}

    .section3-container .col a {
        font-family: 'Roboto';
        font-size: 14px;
        color: #616161;
        text-align: left;
        line-height: 16px;
        letter-spacing: normal;
        padding-bottom: 20%;
    }

.section3-container .button-icon {
    width: 100%;
}

    .section3-container .button-icon img {
        width: fit-content;
        position: absolute;
        padding-top: 30%;
        padding-left: 35%;
    }


.button-icon .img-icon .icon {
    opacity: 1;
    display: block;
}

.button-icon .img-icon .icon-hover {
    opacity: 0;
    display: none;
}

.button-icon .img-icon:hover > .icon {
    opacity: 0;
    display: none;
}

.button-icon .img-icon:hover > .icon-hover {
    opacity: 1;
    display: block;
}

/*************************************************************************/
.section1-container .col-md-1 img {
    width: 100%;
}

.img-icon-kalite .icon-kalite {
    opacity: 1;
    display: block;
}

.img-icon-kalite .icon-hover-kalite {
    opacity: 0;
    display: none;
}

.img-icon-kalite:hover > .icon-kalite {
    opacity: 0;
    display: none;
}

.img-icon-kalite:hover > .icon-hover-kalite {
    opacity: 1;
    display: block;
}

/*************************************************************************/

/* FOOTER */

.footer {
    background-color: #13110E;
    color: #fff;
    text-align: center;
    /*  position: relative;
   bottom: 0;
    width: 100%;
    clear: both;*/
}

/*.footer-container {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 76px;
}*/

.footer-top {
    top: 5%;
    width: 100%;
}

    .footer-top p {
        font-family: 'Roboto';
        font-size: 18px;
        line-height: 26px;
    }

    .footer-top .tum-haklari-saklidir {
        font-family: 'Roboto';
        font-size: 16px;
        line-height: 20px;
        padding-top: 4%;
    }

.footer-left .row {
    width: 100%;
}

.footer-right-icon img {
    width: 42px;
}

.footer-right-icon .img-icon .icon {
    opacity: 1;
    display: block;
    text-decoration: none;
}

.footer-top a .footer-logo {
    width: 100px !important;
}

.footer-right-icon .img-icon .icon-hover {
    opacity: 0;
    display: none;
}

.footer-right-icon .img-icon:hover > .icon {
    opacity: 0;
    display: none;
}

.footer-right-icon .img-icon:hover > .icon-hover {
    opacity: 1;
    display: block;
}

.footer-top li {
    list-style: none;
    /*display: inline;*/
    justify-content: right;
}

.footer-bottom {
    width: 100%;
    padding-right: 15%;
    padding-bottom: 1%;
    padding-top: 1%;
    display: flex;
}


    .footer-bottom a {
        color: #8A8A8A !important;
        font-family: 'Roboto';
        font-size: 16px;
        line-height: 30px;
    }

        .footer-bottom a:hover {
            color: #E52D3A !important;
            font-family: 'Roboto';
            text-decoration: none;
        }

.line-vertical {
    border-right: 0.03px solid #525151;
    height: 60px !important;
}

.footer-left-right li {
    display: inline !important;
}

    .footer-left-right li a {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

        .footer-left-right li a:hover {
            text-decoration: none;
        }

.empty-class {
    height: 100px;
}
/************************************************************************/

/* ÜRÜNLER.html */

.urunler-container {
    width: 100%;
    padding-right: 15%;
    padding-left: 15%;
    padding-bottom: 3%;
    padding-top: 10%;
    display : flex;
    flex-direction : column;
    min-height : 100vh;
}

    .urunler-container h1 {
        font-family: "Abraham Regular";
        font-size: 32px;
        color: #E52D3A;
        line-height: 51px;
    }

    .urunler-container .width-tum-urunler img {
        display: inline;
        width: 100%;
        padding: 15% 12% 8% 12%;
    }

    .urunler-container .width-bardak img {
        display: inline;
        width: 90%;
        padding: 10% 10% 10% 10%;
    }

    .urunler-container .width-poset img {
        display: inline;
        width: 90%;
        padding: 10% 7% 3% 7%;
    }

    .urunler-container .width-sofra img {
        display: inline;
        width: 70%;
        padding: 2% 2% 2% 2%;
    }

    .urunler-container .title {
        font-family: "Abraham Regular";
        font-size: 16px;
        color: #262324 !important;
        line-height: 18.93px;
        letter-spacing: normal;
    }

        .urunler-container .title a {
            color: #262324 !important;
        }

            .urunler-container .title a:hover {
                color: #E52D3A !important;
                text-decoration: none;
            }

    .urunler-container p {
        font-family: 'Roboto';
        font-size: 16px;
        line-height: 26px;
    }

.urunler-menu {
    background-color: #000000;
    max-height: 126px;
}



.urunler {
    position: relative;
    width: 100%;
}

    .urunler h1 {
        font-family: "Abraham Regular";
        font-size: 32px;
        color: #E52D3A;
        line-height: 51px;
        padding-bottom: 2%;
    }

/*    .nav {
        padding-bottom: 20px;
    }*/

.nav-tabs {
    --bs-nav-tabs-border-width: 0px !important;
    --bs-nav-tabs-border-color: none !important;
    --bs-nav-tabs-border-radius: 0px !important;
    --bs-nav-tabs-link-hover-border-color: none !important;
    --bs-nav-tabs-link-active-color: #fff !important;
    --bs-nav-tabs-link-active-bg: #fff !important;
    --bs-nav-tabs-link-active-border-color: none !important;
    -webkit-text-stroke-width: thin;
    border: none !important;
    display: flex;
    justify-content: center;
}

    .nav-tabs .nav-link {
        border: none !important;
        background: none !important;
        color: #000 !important;
        border: solid 0.5px !important;
        border-radius: 5px !important;
        text-decoration: none !important;
    }

    .nav-tabs > button.active,
    .nav-tabs > button.active:hover,
    .nav-tabs > button.active:focus {
        cursor: default;
        background-color: #000 !important;
        border: none !important;
        border-bottom: none !important;
        color: #fff !important;
        text-decoration: none !important;
        text-underline-position: under;
    }

    .nav-tabs > button {
        font-family: 'Roboto Condensed';
        font-size: 16px;
        line-height: 19px;
        color: #fff;
        display: block;
        letter-spacing: 0;
        transition: none !important;
        border-bottom: none !important;
        width: 160px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 10px;
    }

        .nav-tabs > button:hover {
            color: #fff !important;
            background-color: #000 !important;
            border: none !important;
            border-bottom: none !important;
            text-decoration: none !important;
            text-underline-position: under;
        }

        .nav-tabs > button.active:focus {
            display: none;
        }



    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #fff !important;
        background-color: #000;
        border-color: none !important;
        border: none !important;
        border-bottom: none !important;
    }

.urunler .tab-content a {
    font-family: "Abraham Regular";
    font-size: 16px;
    color: #262324;
    text-decoration: none;
    line-height: 24px;
    letter-spacing: 0.01px;
}

    .urunler .tab-content a:hover {
        font-family: "Abraham Regular";
        font-size: 16px;
        color: #E52D3A;
        text-decoration: none;
        padding-top: 5px;
        line-height: 24px;
    }

.urunler .tab-content p {
    font-family: "Roboto";
    font-size: 16px;
    color: #262324;
    text-decoration: none;
    line-height: 24px;
}

.transform-urunler {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

    .transform-urunler:hover {
        transform: translateY(-20px);
    }

        .transform-urunler:hover a {
            color: #E52D3A !important;
            text-decoration: none;
        }

        .transform-urunler:hover > .tab-content a {
            color: #E52D3A;
        }

/*****************************************************************************/

/* urunlerDetay.html */
.urun-detay-container {
    width: 100%;
    padding-right: 15%;
    padding-left: 15%;
    padding-bottom: 3%;
    padding-top: 8%;
    min-height: calc(100vh);
}

.urunler-satinAl {
    width: 100%;
    background-color: #F9F9F9;
}

    .urunler-satinAl .nav {
        padding: 5px;
    }

    .urunler-satinAl .nav-link {
        display: block;
        padding: 0 !important;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    }

        /*button-sol*/

        .urunler-satinAl .nav-link img {
            width: 100%;
            padding: 10px;
        }

    /*.urunler-satinAl .tab-content img {
        width: 50%;
        padding-left: 15%;
        padding-top: 10%;
        padding-bottom: 5%;
        padding-right: 5%;
        margin-left:15%;
    }*/

    .urunler-satinAl .tab-content {
        padding-left: -5px;
    }

    .urunler-satinAl h4 {
        color: #13110E;
        font-family: 'Abraham Regular';
        font-size: 32px;
        letter-spacing: 0;
        line-height: 38px;
        letter-spacing: 0.01px;
    }

    .urunler-satinAl h1 {
        color: #13110E;
        font-family: 'Abraham Regular';
        font-size: 32px;
        letter-spacing: 0.01px;
        line-height: 38px;
    /*    padding-bottom: 10px;*/
    }

    .urunler-satinAl h5 {
        color: #494949;
        font-family: 'Roboto';
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 19px;
    }

    .urunler-satinAl p {
        color: #343741;
        font-family: 'Roboto';
        font-size: 17px;
        letter-spacing: 0;
        line-height: 22px;
  /*      -webkit-text-stroke-width: thin;*/
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .urunler-satinAl .btn {
        height: 48px;
        width: 205px;
        background-color: #E52D3A !important;
        color: #fff;
        font-family: "Roboto Condensed";
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 19px;
        text-align: center;
        padding-left: 50px;
        padding-top: 15px;
        border-radius: 0;
    }

        .urunler-satinAl .btn:hover {
            background-color: #13110E !important;
            color: #fff !important;
        }

    .urunler-satinAl .btn-image {
        background-image: url(/content/images/buton/Basket.svg);
        background-repeat: no-repeat;
        background-position-x: 30px;
        background-position-y: 50%;
    }

.urun-aciklama .container-urun-aciklama {
    width: 100%;
    padding-right: 20%;
    padding-left: 20%;
    padding-bottom: 3%;
    padding-top: 5%;
}

.urun-aciklama .container-urun-aciklama-icerik {
    width: 100%;
    padding-right: 20%;
    padding-left: 20%;
}

.urun-aciklama .container-urun-aciklama-iletisim {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 3%;
}

.urun-aciklama h1 {
    color: #E52D3A;
    font-family: 'Abraham Regular';
    font-size: 32px;
    letter-spacing: 0;
    line-height: 28px;
}

.urun-aciklama h5 {
    color: #13110E;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 21px;
    padding-bottom: 10px;
    padding-top: 30px;
}

.urun-aciklama p {
    color: #343741;
    font-family: Roboto;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    -webkit-text-stroke-width: thin;
}

.section1 .urunler-detay h1 {
    color: #13110E;
    padding-top: 4%;
}

.section1 .urunler-detay-icerik h1 {
    color: #E52D3A;
    padding-top: 10%;
}

.bg-slider {
    /*background-color: #F9F9F9;*/
    margin-bottom: 4%;
}

.urunler-satinAl .swiper-slide {
    background-color: #F9F9F9;
}

/*Table*/
.table td {
    color: #343741;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    -webkit-text-stroke-width: thin;
    padding: 0.5rem;
}

.table thead th {
    font-weight: bold;
    color: #343741;
    font-family: 'Roboto';
    font-size: 14px;
    padding: 0.5rem;
    padding-left: 1.5rem;
}

.table-bg {
    background-color: #F9F9F9;
}

/*kalite.html*/


.swiper-button-next, .swiper-button-prev {
    color: #C0A155 !important;
    background-color: #262324 !important;
    border-radius: 60px !important;
    padding: 25px !important;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px !important;
    }


/*tarifler.html*/

.urunler-satinAl .btn-tarif {
    background-image: url(/Content/images/buton/);
    background-repeat: no-repeat;
    background-position-x: 30px;
    background-position-y: 50%;
    border-radius: 30px;
}

.container-urun-aciklama-iletisim .btn {
    height: 48px;
    width: 205px;
    background-color: #E52D3A !important;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    border-radius: 0;
}

    .container-urun-aciklama-iletisim .btn:hover {
        background-color: #13110E !important;
        color: #fff !important;
    }

/*Nudo-Tarifler Baslık*/
.container a {
    font-family: "Abraham Regular" !important;
    font-size: 16px;
    color: #262324 !important;
    text-decoration: none;
    line-height: 24px;
}

    .container a:hover {
        font-family: "Abraham Regular" !important;
        font-size: 16px;
        color: #E52D3A !important;
        text-decoration: none;
        line-height: 24px;
    }



.contact {
    margin-top: 10%;
    margin-bottom: 100px;
    font-family: "Roboto Condensed";
}

    .contact h1 {
        font-family: "Abraham Regular";
        font-size: 32px;
        color: #E52D3A;
        line-height: 51px;
        padding-bottom: 2%;
    }

.container-contact {
    margin-left: 15%;
    margin-right: 15%;
}

    .container-contact a {
        color: #E52D3A;
        text-decoration: none;
    }

        .container-contact a:hover {
            text-decoration: underline;
            text-underline-position: under;
        }

.contact .text-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .contact .text-right iframe {
        height: 45%;
    }

.title-box {
    height: 80px;
}
/*MOBİL*/


.content-banner .first-title {
    font-size: 72px !important;
}

.content-banner .second-title {
    font-size: 56px !important;
}

.swiper-box {
    margin-top: 47px;
    margin-left: 27px;

{
    font-size: 70px !important;
}

.content-banner .second-title {
    font-size: 50px !important;
    padding-left: 5%;
    line-height: 68px;
}

/*Nudo Tarifleri*/
.section2 .section2-container {
    margin: 5%;
}

.section2-container img {
    width: 100%;
}

.section2-container .section2-left {
    padding-left: 10%;
    padding-top: 14%;
}

    .section2-container .section2-left h1 {
        font-size: 35px !important;
    }

    .section2-container .section2-left p {
        font-size: 13px !important;
    }

.title-left-line {
    font-size: 13px !important;
}

.section1 .urunler-detay-icerik h1 {
    padding-top: 12% !important;
}

.section1-container .container-urun-aciklama-icerik {
    padding-left: 20% !important;
    padding-right: 20% !important;
}

.urunler-container {
    padding-top: 15%;
}

}

@media only screen and (max-width: 1100px) {
    .header-inner {
        top: -1%;
    }

    nav {
        margin-left: 0% !important;
    }

        nav ul {
            display: block;
            flex-direction: column;
            width: 100%;
        }

            nav ul.show {
                display: flex;
            }

    .navbar-nav {
        margin-left: 0% !important;
        letter-spacing: 1.2px !important;
    }

    .nav-item .nav-link {
        line-height: 40px !important;
        letter-spacing: 1.2px !important;
        font-size: 18px !important;
    }

    .navbar-nav li.nav-item .dropdown-menu {
        margin-top: 0% !important;
        border-radius: 8px !important;
    }

    .navbar-nav li.nav-item {
        margin-left: -11px !important;
    }

    .navbar-brand img {
        width: 120px !important;
        margin-left: 0.0rem !important;
        margin-right: 0rem !important;
    }

    .content-banner .second-title {
        font-size: 44px !important;
        padding-left: 5%;
        line-height: 58px;
    }

    .section1 .urunler-detay-icerik h1 {
        padding-top: 12% !important;
    }

    .section1-container .container-urun-aciklama-icerik {
        padding-left: 20% !important;
        padding-right: 20% !important;
    }

    .urunler-container {
        padding-top: 15%;
    }

    .contact {
        margin-top: 15%;
    }

    .urun-size {
        margin-top: 10%;
    }
}

@media only screen and (max-width: 991px) {
    .arrangement {
        display: flex;
        flex-direction: column !important;
    }

    .content-banner .imgSlider3 {
        width: 70% !important;
        margin-top: 10% !important;
    }

    .content-banner .imgSlider4 {
        width: 70% !important;
        margin-top: 10% !important;
    }

    .content-banner .imgSlider6 {
        width: 70% !important;
        margin-top: 20% !important;
    }

    .content-banner .second-title {
        font-size: 44px !important;
        padding-left: 15%;
        line-height: 58px;
        top: -5%;
        left: 10%;
    }

    .content-banner .second-titleEgg {
        font-size: 64px !important;
        padding-left: 25%;
        line-height: 58px;
        top: -5%;
        left: 10%;
    }

    .content-banner h3 {
        font-size: 44px !important;
    }

    /* .navbar-expand-lg {
        margin-left: -1% !important;
    }*/

    nav ul {
        display: block;
        flex-direction: column;
        width: 100%;
    }

        nav ul.show {
            display: flex;
        }

    .nav-item a {
        margin-left: 1% !important;
    }

  /*  .navbar-nav {
        margin-left: 0% !important;
        margin-top: 3% !important;
    }
*/
        .navbar-nav li.nav-item {
            margin-left: 0px !important;
        }

    .nav-item .nav-link {
        display: block;
        line-height: 20px !important;
        letter-spacing: 1.2px !important;
        font-size: 18px !important;
        left: 0;
    }

    .navbar-brand img {
        width: 90px !important;
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }

    .icon-img {
        display: block !important;
    }

    .navbar-nav-right {
        margin-top: -2%;
        margin-left: -0.5%;
    }

    /*Nudo Tarifleri*/
    .section2 .section2-container {
        margin: 4%;
    }

    .section2-container .section2-left {
        padding-left: 10%;
        padding-top: 11%;
        margin-bottom: 0.5rem;
    }

        .section2-container .section2-left h1 {
            font-size: 30px !important;
        }

        .section2-container .section2-left p {
            font-size: 12px !important;
        }

    .title-left-line {
        font-size: 12px !important;
    }

    .section1 .urunler-detay-icerik h1 {
        padding-top: 14% !important;
    }

    .section1-container .container-urun-aciklama-icerik {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }

    .urunler-container {
        padding-top: 15%;
    }
}

@media only screen and (max-width: 820px) {

    /*Nudo Tarifleri*/
    .section2 .section2-container {
        margin: 3%;
    }

    .section2-container .section2-left {
        padding-top: 8%;
    }

    .section1 .urunler-detay-icerik h1 {
        padding-top: 16% !important;
    }

    .urunler-container {
        padding-top: 15%;
    }

    .content-banner .first-title {
        font-size: 60px !important;
    }

    .content-banner .second-title {
        font-size: 40px !important;
        padding-left: 15%;
        line-height: 56px;
        top: -10%;
        left: 10%;
    }

    .content-banner .imgSlider1 {
        width: 90% !important;
    }

    .content-banner .imgSlider2 {
        width: 90% !important;
    }

    .carousel-indicators {
        right: -5px;
    }
}

@media only screen and (max-width: 730px) {
    .carousel-indicators {
        right: -5px;
    }

    .content-banner .second-title {
        font-size: 40px !important;
        padding-left: 15%;
        line-height: 56px;
        top: -8%;
        left: 10%;
    }

    .content-banner .imgSlider3 {
        margin-top: 20% !important;
        width: 80% !important;
    }

    .content-banner .imgSlider4 {
        margin-top: 25% !important;
    }

    .content-banner .imgSlider6 {
        margin-top: 33% !important;
    }

    /*Nudo Tarifleri*/
    .section2 .section2-container {
        margin: 2%;
    }

    .section2-container .section2-left {
        padding-left: 10%;
        padding-top: 8%;
    }

        .section2-container .section2-left h1 {
            font-size: 20px !important;
            line-height: 20px;
        }

        .section2-container .section2-left p {
            font-size: 10px !important;
            line-height: 20px;
        }

    .footer-bottom a {
        font-size: 14px;
        line-height: 28px;
    }


    .section1 .urunler-detay-icerik h1 {
        padding-top: 18% !important;
    }

    .urunler-container {
        padding-top: 20%;
    }

    .contact {
        margin-top: 25%;
    }
}

@media only screen and (max-width: 620px) {
    .carousel-indicators {
        right: -5px;
    }

    .btn-container-ic {
        display: none !important;
    }

    .footer-bottom a {
        font-size: 12px;
        line-height: 26px;
    }

    .section1 .urunler-detay-icerik h1 {
        padding-top: 20% !important;
    }

    .urunler-container {
        padding-top: 25%;
    }

    .contact {
        margin-top: 25%;
    }

    .content-banner .first-title {
        font-size: 50px !important;
    }

    .content-banner .second-title {
        font-size: 35px !important;
        padding-left: 15%;
        line-height: 52px;
        left: 10%;
        top: 2%;
    }

    .content-banner .imgSlider3 {
        margin-top: 20% !important;
        width: 90% !important;
    }

    .content-banner .imgSlider4 {
        margin-top: 30% !important;
        width: 75% !important;
    }

    .content-banner .imgSlider6 {
        margin-top: 40% !important;
        width: 75% !important;
    }

    .toppingList {
        flex-direction: column;
    }

    /*.toppingListImg {
        margin-left:36px;
    }*/

}

@media only screen and (max-width: 575px) {
    .heroSwiper .swiper-slide .swiper-six .swiper-box {
        flex-direction: column;
    }

    .carousel-indicators {
        right: -5px;
    }

    .content-banner .second-title {
        font-size: 30px !important;
        padding-left: 15%;
        line-height: 48px;
        left: 10%;
        top: 2%;
    }

    .content-banner .imgSlider3 {
        margin-top: 20% !important;
        width: 90% !important;
    }

    .content-banner .imgSlider4 {
        margin-top: 35% !important;
        width: 75% !important;
    }

    .content-banner .imgSlider6 {
        margin-top: 45% !important;
        width: 75% !important;
    }

    .section1 .urunler-detay-icerik h1 {
        padding-top: 22% !important;
    }

    .urunler-container {
        padding-top: 25%;
    }

    .contact {
        margin-top: 25%;
    }
}

@media only screen and (max-width: 520px) {
    .heroSwiper .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
        right: 0;
    }

    .heroSwiper .swiper-box a h1 {
        font-size: 54px;
    }

        .heroSwiper .swiper-box a h1 span {
            font-size: 28px;
        }

    .heroSwiper .swiper-box .font-size {
        font-size: 40px;
    }

    .heroSwiper .swiper-box a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .heroSwiper .swiper-box img {
        width: 100% !important;
    }

    .carousel-indicators {
        right: -5px;
    }

    .content-banner .second-title {
        font-size: 30px !important;
        line-height: 48px;
        left: 10%;
        top: 2%;
    }

    .content-banner .second-titleEgg {
        margin-left: -10% !important;
    }

    .content-banner .imgSlider3 {
        margin-top: 30% !important;
        width: 90% !important;
    }

    .content-banner .imgSlider4 {
        margin-top: 45% !important;
        width: 75% !important;
    }

    .content-banner .imgSlider6 {
        margin-top: 55% !important;
        width: 75% !important;
    }
    /*Nudo Tarifleri*/
    .section2 .section2-container {
        margin: 2%;
    }

    .section2-container .section2-left {
        padding-left: 10%;
        padding-top: 10%;
    }

    .urunler-container {
        padding-top: 25%;
    }

    .section2-container .section2-left h1 {
        font-size: 16px !important;
        line-height: 12px;
    }

    .section2-container .section2-left p {
        font-size: 12px !important;
        line-height: 12px;
    }

    .urunler-satinAl .tab-content img {
        width: 40%;
        padding-top: 10%;
        padding-bottom: 5%;
        padding-left: 0%;
        margin-left: 4%;
    }

    .section1 .urunler-detay-icerik h1 {
        padding-top: 22% !important;
    }

    .contact {
        margin-top: 25%;
    }
}

@media only screen and (max-width: 420px) {
    .carousel-indicators {
        right: -10px;
    }

    .content-banner .first-title {
        font-size: 40px !important;
    }

    .content-banner .second-title {
        font-size: 25px !important;
        padding-left: 10%;
        line-height: 48px;
        left: 10%;
        top: 2%;
    }

    .content-banner .second-titleEgg {
    }

    .content-banner .imgSlider3 {
        margin-top: 30% !important;
        width: 100% !important;
    }

    .content-banner .imgSlider4 {
        margin-top: 50% !important;
        width: 75% !important;
    }

    .content-banner .imgSlider6 {
        margin-top: 60% !important;
        width: 75% !important;
    }

    .footer-bottom a {
        font-size: 10px;
        line-height: 15px;
        margin-right: 8% !important;
    }

    .section1 .urunler-detay-icerik h1 {
        padding-top: 24% !important;
    }

    .urunler-container {
        padding-top: 25%;
    }

    .urun-detay-container {
        padding-top: 25% !important;
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
    /*    .btn-container {
        display:none!important;
    }
*/
    .contact {
        margin-top: 25%;
    }

    .content-banner .first-title {
        font-size: 40px !important;
    }

    .content-banner .second-title {
        font-size: 30px !important;
        padding-left: 2%;
        line-height: 42px;
        top: 2%;
    }

    .content-banner .second-titleEgg {
        left: -10% !important;
    }

    .content-banner .imgSlider3 {
        margin-top: 20% !important;
        width: 90% !important;
    }

    .content-banner .imgSlider4 {
        margin-top: 35% !important;
        width: 75% !important;
    }

    .content-banner .imgSlider6 {
        margin-top: 45% !important;
        width: 75% !important;
    }

    .desktop-image {
        display: none !important; /* Masaüstü görselini gizle */
    }

    .mobile-image {
        display: block; /* Mobil görseli göster */
        max-width: 100%; /* Görselin container'ını aşmamasını sağla */
        height: auto; /* Görselin oranını koru */
        margin-bottom: 0; /* Alt boşluğu kaldır */
    }
}

@media only screen and (min-width: 320px) and (max-width: 419px) {
    .carousel-indicators {
        margin-top: 160%;
        right: 35%;
        transform: rotate(360deg);
    }
    /*
    .img-size img{
        width:50%!important;
    }*/

    .heroSwiper .swiper-box {
        margin-top: 0px;
    }

    .content-banner .second-title {
        font-size: 25px !important;
        padding-left: 10%;
        line-height: 48px;
        left: 10%;
        top: 2%;
    }

    .content-banner .second-titleEgg {
    }

    .content-banner .imgSlider3 {
        margin-top: 30% !important;
        width: 100% !important;
    }

    .content-banner .imgSlider4 {
        margin-top: 50% !important;
        width: 90% !important;
    }

    .content-banner .imgSlider6 {
        margin-top: 60% !important;
        width: 90% !important;
    }

    .video-container {
        margin-left: 10px;
    }

    .certificate-logo img {
        width: 50% !important;
        margin-left: 44px;
    }

    .footer-bottom {
        width: 105%;
    }

        .footer-bottom a {
            font-size: 12px;
            line-height: 15px;
            margin-right: 5% !important;
        }

    .section1 .urunler-detay-icerik h1 {
        padding-top: 24% !important;
    }

    .urunler-container {
        padding-top: 25%;
    }

    .urun-detay-container {
        padding-top: 25% !important;
        padding-left: 2% !important;
        padding-right: 9% !important;
    }

    .btn-container-ic {
        display: none !important;
    }

    .contact {
        margin-top: 35%;
    }

    .content-banner .first-title {
        font-size: 50px !important;
    }

    .content-banner .second-title h1 {
        font-size: 30px;
    }

    .carousel-inner {
        height: auto;
    }

    .bardak-noodle {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .poset-noodle {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sofra-noodle {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card {
        min-width: 0px !important;
    }

    .title-box {
        height: 80px;
    }

    .swiper-box {
        margin-top: 0px;
        margin-left: 0px;
    }
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 en-boy oranı */
    height: 0;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.langbtn {
    font-family: abraham regular !important;
    font-size: 18px !important;
    color: #fff !important;
}
ul.dropdown-menu.show li{
    position:relative;
}
.egg-noodle-300gr {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.egg-noodle-300gr  img{
    max-width: 184px;
} 
  

@media (min-width: 1210px) {
    ul #navitems {
        margin: 0px !important;
    }


    .navbar-nav .icons {
        position: absolute;
        right: 5vw;
    }

    @media (max-width: 1023px) {
        .navbar-nav .icons {
            position: unset;
        }
    }

  