@font-face {
    font-family: 'Mark'; /* Fontun adı */
    src: url('/assets/FontFont_FF.Mark.Pro.Medium.otf') format('woff2'), /* WOFF2 formatı */
         url('/assets/FontFont_FF.Mark.Pro.Medium.otf') format('truetype'); /* TTF formatı */
    font-weight: normal; /* Normal ağırlıq */
    font-style: normal; /* Normal stil */
}

.navbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    padding: 10px 20px;
    position: relative;
}

.contact-info {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;background-color: #347600;
}
.contact-info svg{

    bottom: 0px;
    fill: rgb(255, 255, 255);
    fill-opacity: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 20px;

    width: 16px;

}
.contact-info a svg path {
    fill: #FFFFFF; /* Rəngini ağ edirik */
}
.contact-info a {
    margin:  30px 8px;
    color: white;
    text-decoration: none;
    font-size: 14px;
}.contact-info div {
    margin:  30px 8px;
    color: white;
    text-decoration: none;
    font-size: 14px;
}
.contact-info i{
    padding-right: 5px;

}

/* Navigation link styles */
.nav-links {
    display: flex;
    list-style: none;
    justify-content: space-around;
    padding: 0;
    width: 100%;
    margin-top: 15px;
    border-bottom: 1px solid #347600;
    padding-bottom: 30px;
   
}

.nav-links li {
    margin: 10 10px;
}

.nav-links a {
    text-decoration: none;
    color: black
}.nav-links a:hover {
    text-decoration: none;
    color: #347600
}

/* Hamburger menu icon styles */
.hamburger-menu-icon {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    align-items: center; /* Vertikal mərkəzləşdirmək üçün */
}

.hamburger {
    font-size: 24px;
    color: #347600;
    cursor: pointer;
}

img {
    height: 40px; /* Logo hündürlüyü */
}

/* Mobile menu styles */
.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    color: black;
    text-align: center;
    z-index: 10;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin-top: 0px;
}

.mobile-menu li {
    margin: 20px 0;
}
.mobile-menu li a{
    color: black;
    font-size: 22px;
 }.mobile-menu li  .active{
    color: rgb(0, 87, 225);
    font-size: 22px;
 }

.mobile-menu .close {
    font-size: 25px;
    position: absolute;
    top: 27px;
    color: #347600;
    right: 30px;
    cursor: pointer;
}
@media (min-width: 875px) {
.hamburger-menu-icon{
display: none!important;
}

}
@media (min-width:750px){
    .banner {
        background-size: cover; /* Fon şəklini tam dolması üçün */
        background-position: center; /* Şəklin mərkəzdən yerləşməsini təmin edir */
        height: 450px; /* İstədiyiniz hündürlük */
       /* Şaquli mərkəzləşdirin */
       display: flex;
       align-items: center;
    }
}@media (min-width:750px){
    .banner {
        background-size: cover; /* Fon şəklini tam dolması üçün */
        background-position: center; /* Şəklin mərkəzdən yerləşməsini təmin edir */
        height: 450px; /* İstədiyiniz hündürlük */
       /* Şaquli mərkəzləşdirin */
      
    }
}
@media (max-width:1000px){
    .about-head-container-img{
        width: 320px!important;
        height: 380px!important;
    }
}@media (max-width:400px){
    .about-head-container-img{
        width: 220px!important;
        height: 280px!important;
    }
}
/* Responsive styles */
@media (max-width: 875px) {
    .nav-links {
        display: none;
    }
    .hamburger-menu-icon .logo{
        display: block!important;
    }
  
    .contact-info {
        display: none;
    }
    .hamburger {
        display: block;
    }
    .mobile-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.teklif{
    border:1px solid #347600;
    padding: 4px 25px;
    border-radius: 20px;
}.teklif:hover{
    border:1px solid #347600;
    padding: 4px 25px;
    background-color: #347600;
    color: white!important;
    border-radius: 20px;
}
.links-pages{
    margin-top: 5px!important;
}
.banner {
    background-size: cover; /* Make sure the image covers the entire banner */
    background-size: cover; /* Fon şəkli konteyneri tam doldurur */
    background-position: center; /* Şəklin mərkəzdən yerləşməsini təmin edir */
    background-repeat: no-repeat; /* Şəklin təkrarlanmasını qarşısını alır */
    height: 450px; /* Hündürlük verin */
    width: 100%; /* Eni 100% edirik */
}
@media (min-width: 675px)and(max-width: 875px) {
    .banner {
        background-size: cover; /* Make sure the image covers the entire banner */
        background-size: cover; /* Fon şəkli konteyneri tam doldurur */
        background-position: center; /* Şəklin mərkəzdən yerləşməsini təmin edir */
        background-repeat: no-repeat; /* Şəklin təkrarlanmasını qarşısını alır */
        height: 350px; /* Hündürlük verin */
        width: 100%; /* Eni 100% edirik */
    }  .banner-header {


        color: #347600;
    font-size: 40px!important;
    font-weight: bold;
    font-family: 'Mark', sans-serif; /* Mark fontunu burada tətbiq edin */
        
    }
}@media (max-width: 675px) {
    .banner {
        background-size: cover; /* Make sure the image covers the entire banner */
        background-size: cover; /* Fon şəkli konteyneri tam doldurur */
        background-position: center; /* Şəklin mərkəzdən yerləşməsini təmin edir */
        background-repeat: no-repeat; /* Şəklin təkrarlanmasını qarşısını alır */
        height: 250px; /* Hündürlük verin */
        width: 100%; /* Eni 100% edirik */
        margin: 10px;
        
    }
    .banner-header {


        color: #347600;
    font-size: 30px!important;
    font-weight: bold;
    font-family: 'Mark', sans-serif; /* Mark fontunu burada tətbiq edin */
        
    }
}
@media (max-width: 786px) {
    .footer-header {
        display: none;
    }
    .banner-description {
        border-radius: 10px; /* Kənarları yumşaq etmək üçün */
        width:95%;
        padding:0px!important;
        display:block;
    }
    .banner-header{
        font-size:18px!important
    }
    .banner-span-desc{
        font-size:13px
    }
}
.blog-index-desc {
    width: 100%; /* Genişliği %100 yap */
    max-width: 300px; /* Maksimum genişliği 300px yap */
    overflow: hidden; /* Taşan içeriği gizle */
    white-space: nowrap; /* Tek satırda tut */
    text-overflow: ellipsis; /* Taşan metni "..." ile göster */
}

.banner-header {


    color: #347600;
font-size: 50px;
font-weight: bold;padding:0px!important;
font-family: 'Mark', sans-serif; /* Mark fontunu burada tətbiq edin */
    
}

.banner-link{
    border:1px solid #347600;
    color: rgb(0, 0, 0);
    padding: 4px 25px;
    border-radius: 20px;
}.banner-link:hover{
    border:1px solid #347600;
    padding: 4px 25px;
    background-color: #347600;
    color: white;
    text-decoration: none;
    border-radius: 20px;
}.banner-contact{
    border:1px solid #347600;
    background-color: #347600;
    color: white;
    padding: 4px 25px;
    border-radius: 20px;
}.banner-contact:hover{
    border:1px solid #347600;
    padding: 4px 25px;
    background-color: #347600;
    color: white;
    text-decoration: none;
    border-radius: 20px;
}


.banner-description {
    padding: 20px; /* İçəriyə boşluq verin */
    border-radius: 10px; /* Kənarları yumşaq etmək üçün */
}
.product-index{
    background-color: #dfdfdf;
}.product-index-detail{
    margin:20px 30px 20px 0px;
    background-color: white;
    width: 100%;
    border-radius: 12px;
}.product-index-detail p{
   
    padding: 20px 0px;
}.product-index-detail-1{
    margin:20px 30px 20px 0px;
    background-color: white;
    width: 100%;
    text-align: start;
    padding-left: 10px;
    border-radius: 12px;
}.product-index-detail-1 p{
   
    padding: 20px 0px;
}.product-index-detail-1 img{
   
    width: 160px;
    height: 100px;
 }.product-index-detail-1 a{
   
    padding: 2px 25px;
    height: 30px;
 }.product-index-detail-1 a:hover{
   
    padding: 2px 25px;
    height: 30px;
 }
.abouts {
    display: flex; /* Flexbox ilə elementləri yan-yana yerləşdir */
    align-items: center; /* Şəkil və mətnləri eyni hündürlükdə hizala */
    margin-top: 30px;
    text-align: center;
}
.abouts span{
    display: flex; /* Flexbox ilə elementləri yan-yana yerləşdir */
    align-items: start; /* Şəkil və mətnləri eyni hündürlükdə hizala */
    text-align: start;
}

.abouts img {
    max-width: 100px; /* Şəkilin maksimum eni */
    height: auto; /* Proporsiyaları qorumaq üçün avtomatik hündürlük */
    margin-right: 20px; /* Şəkil ilə mətn arasında boşluq */
}

.abouts .text {
    display: flex;
    color: white;
    width: 100%;
    flex-direction: column; /* Mətnləri alt-alta yerləşdir */
}
.blog-index {
    display: flex;
    justify-content: center; /* Üfiqi ortalanma */
    align-items: center; /* Şaquli ortalanma (əgər ehtiyac varsa) */
}

.abouts .text span:first-child {
    font-weight: bold; /* İlk mətnin qalin olmasını təmin et */
}
.blog-index-1 img{
    width: 233px;
    height: 190px;
}.blog-index-1{
    margin-top: 20px;
 
 }.blog-index:hover .blog-header-index{
   color: blue!important;
 
 }
 .blog-index:hover .blog-index-desc{
   color: blue;
 }
.blog-header-index{
    color: #347600;
    font-weight: bold;
    text-decoration: none;width:253px!important;
    padding-left: 5px;
}.blog-index a{
    text-decoration: none;
    
}
.blog-index-desc{
    text-decoration: none;width:253px!important;
    color:black;
    padding-left: 5px;
}
.footer{
    padding-top: 30px;
    color:white;
    font-size: 14px;
}.footer-1{
    padding-top: 30px;
    color:white;
    font-size: 14px;
}.footer a{
    color:white;
    font-size: 18px!important;
    text-decoration: underline;display: inline-block;
    vertical-align: middle;
    margin-left: 5px; /* Şəklin və linkin arasına boşluq əlavə etmək üçün */
}.footer-1 a{
    color:white;
    
}
.footer  img{
    width: 23px!important;height: 23px!important;vertical-align: middle;
}
.footer div{
    margin-top: 10px;
}
.margin-index{
    margin-top: 30px!important;
}.margin-index-1{
    margin-top: 15px!important;
}
.footer-4 a{
text-decoration: none;
}
.footer-3 a{
    text-decoration: none;
}
.footer-header{
    margin-top: 30px;
}
.center-line {
    height: 50px;
    position: relative;
}

.center-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px; /* Xəttin qalınlığı */
    background-color: #347600; /* Xəttin rəngi */
    transform: translateY(-50%);
}
.about-description p{
    opacity: 0.6;
    padding-bottom: 20px;
    color: #595959;
    border-bottom: 1px solid #595959;
}
.content-about {
    color: #595959;
    display: flex;
    padding-top: 20px;
    align-items: center; /* Şəkil və mətnin dikey olaraq ortalanması */
}

.content-about img {
    margin-right: 10px; /* Şəkillə mətn arasında boşluq */
}

.text-about {
    color: #595959;
    display: flex;
    flex-direction: column; /* Spanların alt-üst yerləşməsi */
}
.span-about{
    color: #595959;

    font-weight: bold;
    font-size: 20px;
}
.about-hedaer-head{
    margin: 20px 0px;
}
.about-head-container-img{
    width: 420px;
    height: 480px;
}.about-head-container{
    margin: 20px 0px;
}
.about-detail-head{
    width: 100%;
    height: 170px;
    
}
.about-detail-head h1{
    padding-top: 55px;
    font-weight: bold;color: #ffffff;display:flex;justify-content: center;align-items: center;
}
.progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    margin: 15px auto;
    height: 20px;
  }
  
  .progress {
    width: 0;
    height: 100%;
    background-color: #347600;
  }
  .image-container {
    position: relative; /* Konteyneri nisbi etmək üçün */
    width: 100%; /* İstədiyiniz eni təyin edin */
    height: 300px; /* İstədiyiniz hündürlüyü təyin edin */
  }
  
  .image {
    position: absolute; /* Şəkilləri bir-birinin üstünə qoyur */
    width: 50%; /* Şəkilləri konteynerin ölçüsündə saxlayır */
    height: 100%;
    margin-top: 30px;
    object-fit: cover; /* Şəkilin həcmini konteynerə uyğun şəkildə tənzimləyir */
  }
  
  .image-1 {
    z-index: 1; /* İlk şəkil alt təbəqədə olacaq */
    border-radius: 10px;
  }
  
  .image-2 {
    border-radius: 10px;

    z-index: 2; /* İkinci şəkil üst təbəqədə olacaq */
    bottom: -200px; /* Üst şəkilin yerini tənzimləmək üçün */
    left: 70px; /* Üst şəkilin yerini tənzimləmək üçün */
    width: 50%; /* Üst şəkilin ölçüsünü kiçildin */
    height: 100%; /* Proporisiyasını saxlamaq üçün */
  }
  .shop-detail-2 {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    
}

.shop-detail-2 .inner-div {
    border: 1px solid rgb(207, 207, 207);
    width: 210px;
    text-align: center; /* Center text inside the div */
}

.shop-detail-2 img {
    width: 190px;
    height: 210px;
    padding: 15px;
}.shop-detail-2 p {
    font-weight: bold;
}.inner-div a {
    background-color: #347600;
    padding: 5px 20px;
    margin-bottom: 20px!important;
    color:white;
    border-radius: 10px;
    
 }.inner-div a:hover {
    background-color: greenyellow;
    padding: 5px 20px;
    margin-bottom: 20px!important;
    color:white;
    border-radius: 10px;
    text-decoration: none;
 }
.inner-div{
    height: 300px;
    width: 280px!important;
    margin: 30px 0px;
}
body{
    font-family: 'Mark', sans-serif; /* Mark fontunu burada tətbiq edin */

}
.inner-div p{
    font-family: 'Mark', sans-serif; /* Mark fontunu burada tətbiq edin */

}
.product-detail-page-head img{
    width: 190px;
    height: 210px;
    padding: 10px;
}.product-detail-page-head{
    background-color: rgb(255, 255, 255)!important;
}
.product-detail-page span{
    color: #347600;
}.product-detail-page h5{
    margin-top: 8px;
}.product-detail-page{
    padding-left: 8px;
}
.product-detail-page a{
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #347600;
    color: rgb(0, 0, 0);
}.product-detail-page a:hover{
    padding: 5px 15px;
    background-color: #347600;
    border-radius: 10px;
    border: 1px solid #347600;
    text-decoration: none;
    color: white;
}

/* Telefon ekranları için (mobil uyumluluk) */
/* Mobil uyumluluk için */
@media (min-width:769px){
    .container-blog {
        display: flex;
        justify-content: space-between;
        align-items: start;
        border: 1px solid #ccc;
        padding: 20px;
        max-width: 1200px;
        margin: 20px auto;
        position: relative; /* Pozisyon ayarlaması için gerekli */
    }
    
    .image-section {
        flex: 1;
    }
    
    .image-section img {
        max-width: 75%;
        height: auto;
        border-radius: 10px;

    
    }
    .image-section {
        width: 340px !important;
        height: 260px !important;
    }
    .text-section {
        flex: 1;
        position: relative;
        width: 80%;
        margin-left: 20px;
    }
    h2 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    
    p {
        font-size: 16px;
    }
    
}
@media (max-width: 768px) {
    .container-blog {
        flex-direction: column; /* Resim ve metin üst üste gelecek */
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 30px;
    }

    .index-blog-1 {
        display: none !important; /* Bu metin mobilde gizlenecek */
    }

    .text-section {
        position: absolute; /* Yazı resmin üzerine gelir */
        top: 50%; /* Yatayda ortalar */
        left: 50%; /* Dikeyde ortalar */
        transform: translate(-50%, -50%); /* Tam ortalama sağlar */
        text-align: center;
        color: white; /* Yazı rengi */
        width: 100%; /* Genişlik resmin genişliğini tamamen kaplar */
        height: 100%; /* Tam resmin yüksekliği kadar */
        padding: 20px; /* Kenarlardan yazıyı biraz içeride tutmak için */
        background-color: rgba(0, 0, 0, 0.5); /* Şeffaf qara fon */
        display: flex; /* Flexbox ile ortalama */
        justify-content: center;
        align-items: center;
        margin: 0; /* Mobilde margin kullanılmıyor */
        border-radius: 0; /* Köşeler düz */
    }

    .text-section h2 {
        color: white !important;
        font-size: 24px; /* Mobilde yazı boyutunu büyüttüm */
    }

    .image-section img {
        width: 100%; /* Mobilde resmin genişliği tam ekran olur */
        height: auto;
    }
}
.contact-page-detail-container {
    display: flex;
    align-items: center;
    gap: 10px; /* SVG-lər arasındakı boşluq */
}

.contact-page-detail {
    height: 45px!important;
    width: 45px!important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #347600;
    border-radius: 50%;
}.contact-page-detail-2 {
    height: 90px;
    width: 65px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-page-detail svg {
    height: 25px;
    width: 25px;
    fill: #FFFFFF!important;
}.contact-page-detail-2 svg {
   
    fill: #cecece!important;
    margin: 10px 0px!important;
}
.my-svg [data-color="1"] {
    fill: #FFFFFF;
}.my-svg-1 [data-color="1"] {
    fill: #cecece!important;
}
.contact-detail-page-span{
    font-size: 14px;
    opacity: 0.5;
    
}.contact-detail-page-h2{
    font-weight: bold;
    margin-top: 20px;
    
}
.contact-image-1{
    justify-content: center;
    display: flex;
    align-items: center;
  
}
.contact-image-1 img{
    width: 280px;
    height: auto;
    margin-top: 20px;
}
.contact-page h1{
    text-align: center;
}
.contact-page-detail-p svg{
height: 35px;
width:  35px;
display: flex;
justify-content: center;
align-items: center;

}
.contact-page-detail-p{
    background-color: #347600!important;
border-radius: 50%;
height: 70px;
width:  70px;
}
.contact-page-detail {
    text-align: center;
}
.contact-page-detail span{
    display:block!important;
    text-align:center;
}
.contact-page-detail-container {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    text-align: center;
}

.my-svg {
    max-width: 100%; /* Responsive scaling */
    height: auto; /* Maintain aspect ratio */
}
.contact-detail-page-h2, .contact-detail-page-span {
    text-align: center;
    display:block;
}