@font-face {
    font-family: 'Mont';
    src: url('../lib/fonts/Mont-Bold.woff') format('woff'),
    url('../lib/fonts/Mont-Bold.woff2') format('woff2');
    font-weight: 900; /* Kalın font için uygun ağırlık */
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../lib/fonts/Mont-Regular.woff') format('woff'),
    url('../lib/fonts/Mont-Regular.woff2') format('woff2');
    font-weight: normal; /* Normal font için uygun ağırlık */
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../lib/fonts/Mont-Thin.woff') format('woff'),
    url('../lib/fonts/Mont-Thin.woff2') format('woff2');
    font-weight: 100; /* Normal font için uygun ağırlık */
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../lib/fonts/Mont-SemiBold.woff') format('woff'),
    url('../lib/fonts/Mont-SemiBold.woff2') format('woff2');
    font-weight: 100; /* Normal font için uygun ağırlık */
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../lib/fonts/Mont-Light.woff') format('woff'),
    url('../lib/fonts/Mont-Light.woff2') format('woff2');
    font-weight: 200; /* Normal font için uygun ağırlık */
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../lib/fonts/Mont-Book.woff') format('woff'),
    url('../lib/fonts/Mont-Book.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

.bold-text {
    font-family: 'Mont', sans-serif; /* Kalın yazı */
    font-weight: 900;
}

.regular-text {
    font-family: 'Mont', sans-serif; /* Normal yazı */
    font-weight: normal;
}

.thin-text {
    font-family: 'Mont', sans-serif; /* İnce yazı */
    font-weight: 100;
}

.light-text {
    font-family: 'Mont', sans-serif; /* İnce yazı */
    font-weight: 200;
}

.semi-text {
    font-family: 'Mont', sans-serif; /* İnce yazı */
    font-weight: 300;
}

.book-text {
    font-family: 'Mont', sans-serif; /* İnce yazı */
    font-weight: 200;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Mont', sans-serif;
}

body {
    background-color: white;
}

ul {
    margin-bottom: 0;
}

/* Slider Styles */
.slider {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.slides {
    display: flex;
    width: 300%;
    height: 100%;
}

.slide {
    width: 100%;
    height: 100%;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Header Styles */
header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    overflow: visible;
}

.header-container {
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 18px 55px;
    background-image: url(../img/deneme2.png);
    background-color: transparent;
    background-size: 100% 100%;
    height: calc(100% - 32px);
    left: 0px;
    margin-top: 10px;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    padding: 12px 0;
    z-index: 9999;
    top: 100%;
    left: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content li {
    padding: 8px 16px;
    list-style: none;
}

.dropdown-content li a {
    text-decoration: none;
    color: #05496B;
    display: block;
    font-size: 14px;
}

.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.logo img {
    width: 180px;
}

nav {
    flex-grow: 1;
    margin-bottom: 0;
}

.nav-left {
    list-style: none;
    display: flex;
    gap: 30px;
}

.nav-right {
    list-style: none;
    display: flex;
    gap: 30px;
    justify-content: flex-end;
}

.nav-left li, .nav-right li {
    font-weight: bold;
}

.nav-left li a, .nav-right li a {
    text-decoration: none;
    color: #05496B;
    font-size: 14px;
    transition: color 0.3s;
}

.nav-left li a:hover, .nav-right li a:hover {
    color: #30b200;
}

.top-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    font-size: 9px;
    top: 10px;
    color: #05496B;
    letter-spacing: 2px;
}

.language-btn {
    background-color: #E9E9E9;
    color: #05496B;
    border: none;
    outline: none;
    padding: 11px 11px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 25px;
    margin-left: 10px;
}

.language-btn:focus {
    outline: none;
}

@media (max-width: 1024px) {
    .header-container {
        padding: 10px 20px;
    }

    .logo img {
        width: 140px;
    }

    .nav-left, .nav-right {
        gap: 20px;
    }

    .nav-left li a, .nav-right li a {
        font-size: 13px;
    }

    .top-text {
        font-size: 8px;
    }

    .language-btn {
        font-size: 12px;
        position: relative;

    }
}

@media (max-width: 960px) {


    .language-btn {

        right: 30px;
    }
}

.beslenme-section {
    background-color: #f4f8f4;
    padding: 60px 0;
    text-align: center;
}

.beslenme-section img {
    max-width: 100%;
    height: auto;
}

.beslenme-section p {
    color: #333;
    font-size: 14px;
    margin-bottom: 30px;
}

.beslenme-btn {
    display: flex;
    background-color: #00A12F;
    color: #fff;
    border: none;
    padding: 10px 25px;
    font-size: 10px;
    border-radius: 25px;
    transition: background-color 0.3s ease;
}

.beslenme-btn:hover {
    background-color: #007B24;
}

.text-left {
    text-align: left;
}

.text-beslenme {
    text-align: left;
}

.text-beslenme-desc {
    text-align: left;
}

.kategori-section {
    padding-bottom: 150px;
    padding-top: 100px;
    background-color: white;
}

.kategori img {
    width: 80%;
}


.kategori-section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 300px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 25px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: rgb(0, 161, 47, 0.05);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: absolute;
}

.swiper-button-next {
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    top: 150px;
}

.swiper-button-prev {
    right: 150px;
    top: 50%;
    transform: translateY(-50%);
    top: 150px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 11px;
    color: #05496B;
    font-weight: 800;
}

.container .urunh2 {
    padding-bottom: 50px;
    color: #05496B;
    font-size: 50px;
    padding-left: 75px;
}

.swiper-container {
    padding-left: 70px;
}

.on-urun {
    z-index: 3;
}

.arka-plan {
    position: absolute;
}

.on-urun:hover {
    transform: scale(1.05);
    transition: transform 0.2s ease;

}

.alt-bilgi {
    bottom: 0px;
    position: absolute;
    left: 20px;
    color: #05496B;
}

.alt-bilgi p {
    font-size: 10px;
}

.alt-bilgi2 {
    top: 30px;
    position: absolute;
    left: 50px;
    color: #05496B;
    z-index: 9;
}

.alt-bilgi2 p {
    font-size: 10px;
}

.ustBilgi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ustBilgi > div:first-child {
    color: white;
    background-color: #00A12F;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 10px;
}

.ustBilgi > div:last-child {
    color: #00A12F;
    background-color: white;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 10px;
    border: #00A12F 2px solid;
}

.ust-bilgi {
    position: absolute;
    top: 20px;
    left: 30px;
    color: white;
    background-color: #00A12F;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 10px;
}

.ust-bilgi2 {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #00A12F;
    background-color: white;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 10px;

}

.btn-urun {
    bottom: 10px;
    position: absolute;
    right: 30px;
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.btn-urun .fa-angle-right {
    z-index: 99999;
    color: #05496B;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.btn-urun .fa-angle-right:hover {
    color: white;
}

.btn-urun:hover {
    background-color: #05496B;
    color: white;
    transform: translateX(5px);
}

.btn-urun:focus, .btn-urun:hover, .btn-urun:visited, .btn-urun:link, .btn-urun:active {
    text-decoration: none;
}

.btn-urun:hover ~ .on-urun {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

.on-urun:hover ~ .btn-urun {
    background-color: #05496B;
    color: white;
    transform: translateX(5px);
}


.kategoris:hover .btn-urun {
    transform: translateX(5px);
    background-color: #05496B;
}

.kategoris:hover .btn-urun .fa-angle-right {

    color: white;
}

/* İkon hover durumunda sağa kayma */
.on-urun:hover ~ .btn-urun .fa-angle-right,
.btn-urun:hover .fa-angle-right {
    color: white;
    transform: translateX(2px);
}

.kategori-section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 300px;
}

.swiper-slide {
    position: relative;
}

.slide-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.on-urun {
    z-index: 3;
    width: 100%;
    height: auto;
}

.arka-plan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ust-bilgi, .ust-bilgi2, .alt-bilgi {
    position: absolute;
    z-index: 2;
}

.btn-urun {
    position: absolute;
    right: 30px;
    bottom: 10px;
    z-index: 4;
}

.carousel-item img {
    width: 100%;
    height: auto;
}

/* Slider container içine responsive özellik eklemek için */
#sliderExample {
    max-width: 100%;
    height: auto;
}

.slider-text {
    position: absolute;
    top: 47%;
    left: 14%;
    transform: translateY(-50%);
    color: white;

    text-align: left;
    z-index: 1;
}

.slider-text h4 {
    font-size: 45px;
    line-height: 45px;
}

.slider-text p {
    padding-top: 10px;
    font-size: 11px;
    font-weight: 200;
}


.carousel-controls {
    position: absolute; /* Konumlandırmayı sağlamak için */
    bottom: 20%; /* Alt kenara %20 boşluk bırak */
    left: 20%; /* Sol kenara %20 boşluk bırak */
    z-index: 1; /* Diğer öğelerin üstünde görünmesini sağlar */
}

.carousel-control-prev {
    position: absolute;
    right: 50px !important;
    bottom: 0;
    width: 40px;
    height: 40px;
    opacity: 1;
}

.carousel-control-next {
    position: absolute;
    left: auto;
    bottom: 0;
    width: 40px;
    height: 40px;
    opacity: 1;
}

.fa {
    font-size: 27px;
    color: white;

}

.neden-vita {
    background-image: url('../img/back.png');
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    text-align: center;
}

.main-title {
    font-size: 65px;
    color: #05496B;
    margin-bottom: 8px;
}

.main-text {
    font-size: 14px;
    color: #05496B;
    margin-bottom: 40px;
}

.features {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 40px;
}

.feature-item {
    width: 25%;
    text-align: center;
    z-index: 2;
    transition: transform 0.3s ease;
}

.feature-item:nth-child(3) {
    padding-bottom: 100px;
}

.feature-item:hover {
    transform: translateY(-10px);
}

.feature-item img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;

}

.feature-item h3 {
    font-size: 16px;
    color: white;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 10px;
    color: white;
    font-weight: 200;
}

.feature-back {
    position: absolute;
    z-index: 1;
    width: 85%;
    padding-bottom: 30px;
}


/* TOP-BAR */

.top-bar img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0 0 80px 80px;
}

/* Resmi kapsayan div */
.top-bar {
    position: relative;
    width: 100%;
}

.top-bar h3 {
    font-size: 36px;
}

/* Sol taraftaki başlık (Hakkımızda) */
.top-bar .left-side {
    position: absolute;
    top: 60%;
    left: 20%;
    transform: translate(-50%, -50%); /* Ortalamak için */
    color: white; /* Yazının rengini beyaz yapalım */
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

.top-bar .left-side2 {
    position: absolute;
    top: 60%;
    left: 20%;
    transform: translate(-50%, -50%); /* Ortalamak için */
    color: white; /* Yazının rengini beyaz yapalım */
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

/* Sağ taraftaki navigasyon metni */
.top-bar .right-side {
    position: absolute;
    bottom: 10px;
    right: 10%;
    color: white; /* Yazı rengi */
    font-size: 10px;
}

/* FOOTER */

.footer {
    background-color: #F8F8F8;
    padding: 40px 0;
    color: #555;
}

.footer h5 {
    color: #05496B;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 14px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    font-size: 13px;
}

.footer ul li a {
    text-decoration: none;
    color: #707070;
    font-size: 10px;
    font-weight: 500;
}

.footer-padding {
    padding-left: 40px;
}


.footer .social-icons {
    margin-top: 15px;
}

.footer .social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #05496B;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

.footer .social-icons a:hover {
    background-color: #31B257;;
    color: white;
}

.footer-bottom {
    background-color: white;
    padding: 10px 20px;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #555;
    font-weight: 500;
    margin: 0 72px;
    padding-top: 18px;
    padding-bottom: 0px;
}

.footer-bottom2 {
    display: none;
}

.footer-bottom a {
    color: #555;
    text-decoration: none;
}


.footer-logo {
    width: 200px;
    padding-bottom: 35px;
}

.blue {
    color: #05496B;
}

.adres {
    font-size: 12px;
    font-weight: 100;
}

.footer .container .row {
    padding: 50px 20px;
}

.footer-buton {
    color: #05496B;
}

.footer-buton:hover {
    color: #31B257;
    text-decoration: none;
}

.bilgi .contact {
    font-weight: 100;
}

.footer-link {
    padding-bottom: 12px;


}

.footer-bottom .left-text {
    text-align: left;
    position: absolute;
}

.footer-bottom .right-text {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.footer-bottom a {
    color: #555;
    text-decoration: none;
}


/* HAKKIMIZDA */
.white {
    background-color: white;
}

.hakkimizda p {
    color: #707070;
    font-size: 19px;
}

.hakkimizda h2 {
    font-size: 50px;
}

.hakkimizda .pv2 {
    font-size: 13px;
}

/* MİSYON */
.misyon {
    padding-right: 150px;
    padding-left: 150px;

}

.misyon-img {
    border-radius: 25px;
}

.misyon-padding-left {
    padding-left: 100px;
}

.misyon-padding-right {
    padding-right: 100px;
}

.top-text {
    text-align: center;
    padding: 0;
    color: white;
    font-size: 8px;
    margin-bottom: 0;
}

/* KATALOG */

.katalog {
    padding: 100px 150px;
}

.katalog-img {
    width: 70%;
}

.kat-img {
    background-color: #f2faf4;
    border-radius: 15px;
    margin-bottom: 20px;


}

.katalog-col p {
    color: #05496B;
    margin-bottom: 10px;
}

.katalog-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* KATEGORİ */

.kategori-sections {
    padding: 100px 150px;
    position: relative;
}

.background2 {
    max-width: 100%;
    border-radius: 35px;
    position: relative;
}

.background {
    max-width: 100%;
    border-radius: 25px;
    position: relative;
}

.centered-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 80%;
}

.kategoris {
    margin-top: 50px;
}

.kategoris2:hover .centered-img {
    transform: translate(-50%, -50%) scale(1.1); /* Zoom the image */
}

/* ÜRÜN DETAY*/

.alt-bilgi-detay {
    color: #05496B;
}

.alt-bilgi-detay h2 {
    font-size: 40px;
}

.alt-bilgi-detay p {
    font-size: 15px;
}


.tables {
    text-align: center;
}

.table1 thead {
    background-color: #707070;
}

.table1 thead th {
    font-size: 11px;
    color: white;
}

.table1 tbody td {
    font-size: 11px;
}

.table2 {
}

.table2 thead {
    background-color: #05496B;
    text-align: left;
}

.table2 thead th {
    font-size: 11px;
    color: white;
    text-align: left;
}

.table2 tbody td {
    font-size: 11px;
    text-align: left;
}

.table td, .table th {
    padding: 5px;
}

.tablo-area {
    margin-top: 100px;
}

.table3 {
    text-align: center;
}

.table3 thead {
    background-color: #00A12F;
    text-align: center;
}

.table3 thead th {
    font-size: 11px;
    color: white;
}

.table3 tbody td {
    font-size: 11px;
    text-align: left;

}

.tablo-area h4 {
    text-align: center;
    color: #666666;
    font-size: 18px;
}

/* BELGELER */

.belgeler {
    background-color: white;
    padding-bottom: 80px;
}

.belgeler img {
    height: auto;
    display: block;
    padding: 10px;
    max-width: 70%;
    transition: transform 0.3s ease; /* Hover için geçiş süresi */
    cursor: pointer;

}

.belgeler img:hover {
    transform: scale(1.1); /* Resmi %10 büyüt */
}

/* Tam ekran modal için stil */
/* Modal için arka plan rengini ayarla */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(5, 73, 107, 0.8);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 400px;
}

.modal-content, .close {
    animation-name: zoom;
    animation-duration: 0.6s;
}

/* Kapatma tuşu için arka plan rengi ayarı */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    background-color: #00A12F; /* Kapatma butonunun arka plan rengi #00A12F */
    padding: 5px 15px;
    border-radius: 5px;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}


@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* Kapatma tuşu */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}


.belge {
    display: flex;
    justify-content: center;
}

.belgeler h4 {
    text-align: center;
    color: #05496B;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 45px;
    padding-bottom: 50px;
}

.belge-row {
    padding-left: 90px;
    padding-right: 90px;
    margin: 0;
}

.galeri-img {
    border-radius: 20px;
}

.modal-content2 {
    max-width: 800px;
}

.haber-img {
    width: 100%;
}

.haber-col {
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;
}

.haber-col .ust-bilgi {
    left: 100px;
}

.haber-col h5 {
    color: #05496B;
    font-size: 15px;
    padding-top: 15px;
    font-weight: 600;
}

.haber-col p {
    color: #707070;
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 5px;
}

.haber-col a:hover {
    text-decoration: none;
}

.haberdetay {
    padding-left: 100px;
    padding-right: 100px;
}

.haberdetay-img {
    border-radius: 15px;
}

.social-icons2 {
    margin-top: 15px;
}

.social-icons2 a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #05496B;
    margin-right: 10px;
    border: 1px solid #05496B;
    transition: background-color 0.3s ease;
}

.social-icons2 a:hover {
    background-color: #05496B;;
    color: white;
}


.contact-col {
    padding-left: 100px;
    text-align: left;
}

.iletisim {
    padding-top: 100px;
    padding-bottom: 100px;
}

.blue {
    color: #05496B;
}


label {
    display: block;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 10px;
    font-weight: 200;
}


.form-control {
    width: 100%;
    padding: 8px;
    font-size: 12px;
    font-weight: 300;
    border-radius: 10px;
}

textarea {
    resize: vertical;
}

.btn-primary {
    background-color: #00A12F;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 23px;
    cursor: pointer;
    transition: background-color 0.3s;
    float: right;
}

.btn-primary:hover {
    background-color: #007B24;
}

.kvkk-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.kvkk-container input[type="checkbox"] {
    margin-right: 5px;
}


.contant-col h2 {
    color: #05496B;
    font-size: 22px;
}

.contant-col p {
    color: #707070;
    font-size: 11px;
}

.form-control::placeholder {
    font-size: 12px;
    font-weight: 300;
}

.gonder-btn {
    position: relative;
    font-size: 10px;
    font-weight: 100;
}

.kvkk {
    display: flex;
    align-items: center;
}


.beslenme-section h2 {
    color: #05496B;
    font-size: 45px;
    margin-bottom: 20px;
}

/* Responsive */

@media (max-width: 768px) {
    .beslenme-section .container {
        text-align: center;
    }

    .beslenme-section .row {
        flex-direction: column;
    }

    .beslenme-section .col-md-6, .beslenme-section .col-md-6-items-center {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .beslenme-section img {
        max-width: 90%;
        margin-bottom: 20px;
    }

    .beslenme-section h2, .beslenme-section p, .beslenme-btn {
        text-align: center;
    }

    .beslenme-btn {
        justify-content: center;
    }

    .text-beslenme {
        text-align: center;
    }

    .text-beslenme-desc {
        text-align: center;
        padding: 0 25px 0 25px;
    }

    .beslenme-img {
        margin-left: 50px;
    }


    .swiper-slide img {
        border-radius: 35px;
    }

    .swiper-container {
        padding-left: 25px;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .kategori-section .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .container .urunh2 {
        padding-left: 0px;
        font-size: 37px;
        padding-bottom: 145px;
    }


    .swiper-button-next,
    .swiper-button-prev {
        width: 70px;
        height: 70px;
        top: 200px;
    }

    .swiper-button-next {
        right: 32vw
    }

    .swiper-button-prev {
        left: 32vw;
    }
}

@media (max-width: 768px) and (min-width: 675px) {
    .swiper-button-next {
        right: 36vw
    }

    .swiper-button-prev {
        left: 36vw;
    }
}

@media (max-width: 768px) {
    .features {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .feature-item {
        width: 90%;
        margin-bottom: 20px;
    }

    .feature-back {
        display: none;
    }

    .main-title {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .main-text {
        font-size: 12px;
        margin-bottom: 24px;
    }

    .feature-item img {
        width: 180px;
        height: 180px;
        margin-bottom: 15px;
    }

    .feature-item h3 {
        font-size: 23px;
    }

    .feature-item p {
        font-size: 14px;
    }

    .feature-item:nth-child(3) {
        padding-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .footer .container .row {
        flex-direction: column;
        padding: 20px;
    }

    .footer .col-md-5,
    .footer .col-md-2,
    .footer .col-md-3 {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-bottom {
        margin: 0;
        padding: 15px;
        font-size: 12px;
    }

    .footer-logo {
        width: 150px;
    }

    .social-icons {
        justify-content: center;
    }

    .footer h5 {
        font-size: 23px;
    }

    .footer ul li a {
        font-size: 16px;
    }

    .misyon {
        padding: 0 50px 0 50px;
    }

    .misyon-padding-left {
        padding-left: 0px;
    }

    .misyon-padding-right {
        padding-right: 0px;
    }


    .belgeler h4 {
        padding: 50px 50px 0 50px;
    }

    .katalog {
        padding: 50px 50px 50px 50px;
    }

    .beslenme-btn {
        display: flex;
        justify-content: center;
        background-color: #00A12F;
        color: #fff;
        border: none;
        padding: 10px 25px;
        font-size: 10px;
        border-radius: 25px;
        transition: background-color 0.3s ease;

    }

    .beslenme-section h2 {
        padding-top: 30px;
    }

    .bsl-btn {

        padding-bottom: 50px;
        padding-top: 20px;
    }

    .haber-col p {
        text-align: left;
    }

    .haber-col .descp {
        text-align: left;
        padding-top: 20px;
    }

    .contant-col h2 {
        padding-top: 50px;
    }

    .contact-col {
        padding: 0 50px 0 50px;

    }

    .contant-col {
        padding: 0 50px 0 50px;
    }

    .kategori-sections {
        padding: 0 50px 50px 50px;
    }

    .tablo-area {
        margin-top: 300px;
    }

    .footer-bottom2 {
        margin: 0;
        padding: 15px;
        font-size: 12px;
        text-align: center;
    }

    .resp-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-text {
        margin: 5px 0;
    }

    .footer-logo {
        margin-top: 10px;
    }


}


@media (max-width: 1024px) {
    .footer-bottom {
        display: none;
    }
}

@media (max-width: 910px) {
    .slider-text h4 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 770px) {
    .slider-text {
        top: 60%;
    }
}

@media (max-width: 1150px) and (min-width: 768px) {
    .alt-bilgi h5 {
        font-size: 15px;

    }

    .alt-bilgi p {
        font-size: 7px;

    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 1000px;
    }
}

@media (max-width: 1024px) {
    .footer-bottom2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        background-color: white;
        padding: 15px;
        color: #555;
        font-weight: 500;


    }

    .footer-bottom2 .left-text {
        text-align: left;
        position: absolute;
    }

    .footer-bottom2 .right-text {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .footer-bottom2 a {
        color: #555;
        text-decoration: none;
    }
}

header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    overflow: visible;
}


.text-bsl {
    font-size: 40px;
    text-align: left;
}

.logo img {
    width: 180px;
}

.mobile-nav {
    display: none;
}

.hamburger {
    display: none;
}

.header-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.ust-date {
    top: -30px;
    left: 10px !important;
}

/* Mobil Header */
@media (max-width: 860px) {
    .desktop-nav {
        display: none;
    }

    .hamburger {
        display: block;
        font-size: 24px;
        cursor: pointer;
        background-color: #00A12F;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.3s;
        position: relative;
        right: 20px;
    }

    .hamburger:hover {
        background-color: #008c25;
    }

    .logo {
        position: unset;
        transform: translateX(0%);
    }

    .logo img {
        width: 160px;
    }

    .mobile-nav {
        display: none;
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        background-color: white;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
        z-index: 1000;
        padding: 20px;
        transition: right 0.3s ease;
    }

    .mobile-nav.open {
        right: 0;
        display: block;
    }

    .nav-left, .nav-right {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-bottom: 10px;
    }

    nav {
        margin-left: 0;
    }

    .dropdown {
        cursor: pointer;
        position: relative;
    }

    .dropdown-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .dropdown.open .dropdown-content {
        max-height: 200px;
        padding: 10px 0;
    }

    .header-container {
        padding: 17px 25px;
        background-image: url(../img/deneme3.png);
    }

    .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #00A12F;
        color: white;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        font-size: 24px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .close-btn:hover {
        background-color: #008c25;
    }


    .top-bar img {
        height: 240px;
    }

    .top-bar h3 {
        font-size: 25px;
    }

    .top-bar .left-side2 {
        position: absolute;
        top: 60%;
        left: 38%;
        transform: translate(-50%, -50%); /* Ortalamak için */
        color: white; /* Yazının rengini beyaz yapalım */
        font-size: 48px;
        font-weight: bold;
        text-align: center;
    }

    .haberdetay {
        padding: 0 50px 0 50px;
    }

    .haber-col {
        padding: 0;
    }

    .haber-col .descp {
        text-align: center;
    }

    .haber-col .ust-bilgi {
        left: 20px;
    }
}

@media (max-width: 995px) {
    .background {
        border-radius: 35px;
    }
}

@media (max-width: 768px) and (min-width: 600px) {
    .ust-bilgi2 {
        right: 100px;
    }

    .btn-urun {
        right: 100px;
    }
}

@media (max-width: 880px) and (min-width: 768px) {
    .ust-bilgi-resp {
        right: -30px;
    }

}

@media (max-width: 1125px) and (min-width: 960px) {
    .tablo-area {
        margin-top: 170px;
    }

    .hakkimizda p {
        font-size: 16px;
    }

    .hakkimizda .pv2 {
        font-size: 11px;
    }

}

@media (max-width: 960px) and (min-width: 768px) {
    .tablo-area {
        margin-top: 270px;
    }

    .haber-col {
        padding: 15px;
    }


}

@media (max-width: 960px) and (min-width: 860px) {
    .language-btn {
        right: 0px;
    }


}

@media (max-width: 960px) {
    .hakkimizda p {
        font-size: 12px;
    }

    .hakkimizda .pv2 {
        font-size: 9px;
    }

    .top-bar .left-side {
        top: 70%;
        left: 22%;
    }

    .top-bar .left-side h3 {
        font-size: 25px;
    }

}

@media (max-width: 768px) {
    .bilgi-fark {
        right: 20px;
    }

    .alt-bilgi {
        text-align: left;
    }

}


@media (max-width: 768px) {
    .ust-date {
        top: -0px;
        left: 10px !important;
    }

    .haberdetay-rightside {
        font-size: 7px !important;
    }

}

@media (max-width: 1200px)and (min-width: 680px) {
    .haberdetay-leftside {
        top: 80% !important;
        left: 24% !important;
    }

    .haberdetay-leftside h3 {
        font-size: 25px !important;
    }


}

@media (max-width: 680px) {
    .misyon-leftside {
        top: 80% !important;
        left: 35% !important;
    }


}

