:root {
    --color-green: #cf002c;
    --green-dark: #2d5016;
    --green-light: #7cb342;
    --color-hover: #780e0e;

    /* Light Mode Colors */
    --bg-primary: #ffffff;
    --bg-secondary: #f5f5f5;
    --bg-card: #ffffff;
    --text-primary: #000000;
    --text-secondary: #666666;
    --text-muted: #999999;
    --border-color: #e8e8e8;
    --shadow-color: rgba(0, 0, 0, 0.1);
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.container2{
    max-width: 1440px;
}
.page_ads_items__VUTeV > a:last-child img {
  width: 200px;
}
.sec_title {
  font-size: 45px;
  line-height: 64px;
  margin-bottom: 40px;
  font-weight: 500;
}

@media (max-width: 991px){
    .sec_title{
      font-size: 32px;  
      margin-bottom: 0;
    } 
}

@media (max-width: 767px){
    .sec_title{
      font-size: 28px;  
    } 
}
@media (max-width: 640px){
    .sec_title{
      font-size: 22px;  
    } 
}
/*DAXILI SEHIFELER START*/
    
/* Breadcrumb */
.breadcrumb-section {
    /*padding: 70px 0 20px;*/
    background: #fff;
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    color: rgb(204, 204, 204);
    flex-wrap: wrap;
}

.breadcrumb__link {
    color: rgb(204, 204, 204);
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb__link:hover {
    color: var(--color-green);
}

.breadcrumb__separator {
    color: rgb(204, 204, 204);
    font-size: 14px;
}

.breadcrumb__current {
    color: rgb(204, 204, 204);
}

.page-title {
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin: 0;
    line-height: 1.2;
}
#innerPages{
    padding-top: 170px;
}
.categ_title{
    margin: 20px 0;
    font-size: 36px;
}
.innerGrid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 30px 0;
}
.innerFlex{
    display: block;
    background: #fff;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    padding: 35px;
    font-weight: 500;
    color: #212529;
}
.bgSec{
    background: #f6f6f6;
    
}
.mehsullar{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 45px;
    flex-wrap: wrap;
    img{
        width: 300px;
        height: 300px;
        object-fit: cover;
        box-shadow: 0 0 15px #e1dfdf;
        border-radius: 20px;
        transition: all .3s;
        &:hover{
            box-shadow: 0 0 15px #ccc;
        }
    }
}
#innerPages .blog-item_card__7Ow25{
    margin-top: 40px;
}
.innerGrid.innerGrid2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
     grid-auto-rows: auto;
    column-gap: 70px;
    align-items: start;
    padding: 40px 0 100px;
}
.innerGrid.innerGrid3{
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


@media (max-width: 1290px){
    .innerGrid{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 992px){
    .innerGrid, .innerGrid.innerGrid3{
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 767px){
    #innerPages{
        padding-top: 100px;
    }   
    .innerGrid{
        grid-template-columns: repeat(2, 1fr);
    }
    .innerGrid.innerGrid2{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 640px){
    .innerGrid, .innerGrid.innerGrid3{
        grid-template-columns: repeat(1, 1fr);
    }
}
/*partnyorlar start*/
.clients-list-item {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #53565A;
}
.clients-list-img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 150px;
    height: 80px;
    text-align: center;
    img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
.clients-list-item p {
    margin: 0 0 20px;
}
/*partnyorlar end*/


/*bloq start*/
.bloq_container{
    display: flex;
    gap: 30px;
}
.blog_text{
    width: 65%;
}
.other-bloq{
    width: 33%;
}

.bloq h1 {
    padding: 40px 0 0;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 2rem;
    line-height: 1.35;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
}
.bloq h4{
    font-size: 20px;
    line-height: 1.45;
    font-weight: 900;
}
.short_desc {
    letter-spacing: 0px;
    text-transform: none;
    font-size: 1.25rem;
    line-height: 1.45;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: 32px;
}
.bloq_content img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    margin-bottom: 32px;
    
}
.bloq_content p {
    letter-spacing: 0px;
    text-transform: none;
    font-size: 1.125rem;
    line-height: 1.45;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    margin-bottom: 24px;
}
.other_blogs-title{
    padding: 40px 0 20px;
}
.other_blog-text{
   max-width: 240px;
   display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
   overflow: hidden;
}
.other_blogs img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}
.other_blogs .other_blog{
    display: flex;
    gap: 10px;
    margin: 20px 0;
    box-shadow: 0px 0px 5px #dfdfdf;
    padding: 5px;
    border-radius: 8px;
}
.other_blog h5{
    font-size: 18px;
}

@media (max-width: 1023px){
    .bloq_container{
        flex-wrap: wrap;
    }
    .blog_text{
        width: 100%;
    }
    .other-bloq {
        width: 80%;
    }
}

/*bloq end*/



/*product start*/

    .bestseller-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
  }
  
/* Extended bestseller card (EVO sample) */
.bestseller-card-extended {
  border-radius: 18px;
  padding: 16px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.bestseller-card-extended .bestseller-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.bestseller-card-extended .bestseller-image-wrapper.extended {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.bestseller-card-extended .bestseller-image-container {
  padding: 0;
}

.bestseller-card-extended .bestseller-image {
  width: 100%;
  height: 250px;
  display: block;
}

.bestseller-card-extended .bestseller-content.extended {
  padding: 8px 0 0 0;
  
}

.bestseller-card-extended .bestseller-name {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 8px 0;
  color: #1f1f21;
}

.bestseller-card-extended:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
}

.bestseller-card-extended:hover .bestseller-card-top {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
  /* Hover effects for all cards */
  .bestseller-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  }
  
  .bestseller-card:hover .bestseller-image-container {
    background: #fff;
  }
  
  .bestseller-card:hover .bestseller-image {
    transform: scale(1.05);
  }
  
  .bestseller-card .bestseller-image {
    transition: transform 0.3s ease;
  }
  
  .bestseller-code {
    font-size: 12px;
    color: #514f59;
  }
  
  .bestseller-card:hover .bestseller-code {
    opacity: 1;
    visibility: visible;
  }
  
  .bestseller-image-wrapper {
    position: relative;
    border-radius: 12px;
    background: #f9f9fb;
    overflow: hidden;
  }
  
  .bestseller-image-container {
    position: relative;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: background 0.3s ease;
  }
  
  .bestseller-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .bestseller-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    
  }
  
  .bestseller-name {
    font-size: 16px;
    font-weight: 600;
    color: #1f1f21;
    margin: 0;
    line-height: 1.4;
  }
  
  .bestseller-btn {
    width: 100%;
    margin-top: 12px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #f1d263 0%, #bc8b18 100%);
    color: #fff;
    border: none;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: block;
    box-shadow: 0 2px 8px rgba(188, 139, 24, 0.2);
  }

  
  .bestseller-btn:hover {
    background: linear-gradient(135deg, #bc8b18 0%, #f1d263 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(188, 139, 24, 0.4);
  }
 .bestseller-content .product_size_details{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
    span{
        display: inline-flex;
        padding: 4px;
        border: 1px solid #8f969a;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 500;
    }
    span.active{
        background-color: #8f969a;
        border-color: #8f969a;
        color: #fff;
        
    }
}

/*product end*/

/*DAXILI SEHIFELER END*/



/* Modal Styles */
/*****PRICE-FORM START*****/
#price-form .modal-content {
    padding: 20px 0 0 0;
    max-width: 500px;
    margin: auto;
}

#price-form .modal-body { padding: 10px 40px 40px 40px }
#price-form .modal-title { font-size: 18px!important}
#price-form .modal-header {
    margin: 0 40px 10px 40px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 1px solid var(--color-green);
}

#price-form .modal-title { font-weight: 700; color: #000 }
#price-form input.effect, #price-form .custom-form select.effect { height: 50px }

#price-form .effect, .projects-full-story__form .effect {
    width: 100%;
    border: 2px solid #e6ecf2;
    padding: 12px 20px;
    margin: 0 0 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

#price-form .modal-content .btn-close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 50px;
    top: 34px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}

.modal-backdrop { opacity: .8!important }
#price-form .btn-close:focus { box-shadow: none!important }

#price-form .submit-btn:hover {
    background-color: #742220;
}

#price-form .submit-btn, .projects-full-story__form .submit-btn {
    background-color: var(--color-green);
    color: #fff;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 0 26px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
}

/* HEADER START */

/*NEW HEADER*/

header {
    padding: 20px 0;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
    top:0;left:0;
}

header .header__content-top .logo img {
    width: 215px;
}

header .header__content-top-search a,
header .header__content-top-search,
header .header__content-top {
    display: flex;
    align-items: center;
}

header .header__content-top {
    gap: 40px;
}

header .header__content-top-search .cat,
header .header__content-top .right a,
.cat.contact {
    background-color: rgb(255, 255, 255);
    color: rgb(22, 22, 22);
    border: 1px solid rgb(242, 243, 245);
    -webkit-tap-highlight-color: transparent;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    height: 44px;
    padding: 0px 17px 0px 16px;
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    position: relative;
    z-index: 1;
}

.cat.contact {
    gap: 10px;
    align-items: center;
}

.cat.contact img {
    transition: 0.2s;
}

.cat.contact:hover img {
    filter: brightness(0) invert(1);
}

header .header__content-top-search .cat:hover,
header .header__content-top .right a:hover,
.cat.contact:hover {
    background-color: var(--color-green);
    color: rgb(255, 255, 255);
}

header .header__content-top-search .cat svg path {
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

header .header__content-top-search .cat:hover svg path {
    fill: #fff;
}

header .header__content-top-search span {
    margin: 0px 0px 0px 12px;
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    width: 150px;
}

header .header__content-top .right {
    display: flex;
    gap: 5px;
    align-items: center;
}

header .header__content-top .right a {
    white-space: nowrap;
}

.Tabs_button__F1b7d:focus-visible {
    color: #121214;
}

.Tabs_button__F1b7d:focus-visible .Tabs_wrapper__2b_4x> :first-child {
    color: #4f4e57;
    background-color: #dae3e3;
}

.Tabs_button__F1b7d:focus-visible .Tabs_wrapper__2b_4x> :nth-child(2) {
    color: var(--color-green);
    background-color: #eaedf6;
}

@supports not selector(:focus-visible) {}

.SocialFooter_list__O83NE {
    --gap: 12px;
    display: flex;
    width: calc(100% + var(--gap));
    margin-right: calc(var(--gap) * -1);
    flex-wrap: wrap;
    color: var(--color-basic);
}

.SocialFooter_link__a6Dv9 {
    grid-row: 1/-1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 21px;
    margin-right: var(--gap);
    border-radius: 13px;
    background-color: #faf8fb;
    transition: box-shadow 0.125s;
}

.SocialFooter_link__a6Dv9:last-child {
    margin-right: 0 !important;
}

.SocialFooter_link__a6Dv9:hover {
    box-shadow: 0 0 6px #5a5a5a1f;
}

.SocialFooter_link__a6Dv9 svg {
    width: 1em;
    height: 1em;
    fill: var(--color-green);
}

.hamburger-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    gap: 5px;
    z-index: 100;
    i{
        font-size: 24px;
    }
}
.mobile-logo{
    width: 220px;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -75%;
    width: 75%;
    max-width: 350px;
    height: 100%;
    background: var(--bg-primary);
    z-index: 999;
    transition: right 0.3s ease;
    overflow-y: auto;
    box-shadow: -5px 0 20px var(--shadow-color);
}

.mobile-menu.active {
    right: 0;
}
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
}
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid var(--border-color);
}

.mobile-menu-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
}

.mobile-menu-close {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: var(--text-primary);
    border-radius: 8px;
    transition: background 0.2s;
}

.mobile-menu-close:hover {
    background: var(--bg-secondary);
}

.mobile-menu-content {
    padding: 20px;
}

.mobile-menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-links li {
    margin-bottom: 0;
}

.mobile-menu-links a {
    display: block;
    padding: 14px 0;
    font-size: 16px;
    color: var(--text-primary);
    text-decoration: none;
    border-bottom: 1px solid var(--border-color);
    transition: color 0.2s;
}

.mobile-menu-links a:hover {
    color: var(--color-green);
}

.mobile-menu-secondary a {
    font-size: 14px;
    color: var(--text-secondary);
}

.mobile-menu-divider {
    height: 1px;
    background: var(--border-color);
    margin: 20px 0;
}

.mobile-menu-contact {
    margin-bottom: 20px;
}

.mobile-menu-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-green);
    text-decoration: none;
}

.mobile-menu-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.mobile-menu-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--bg-secondary);
    color: var(--color-green);
    transition: all 0.2s;
}

.mobile-menu-social a:hover {
    background: var(--color-green);
    color: #fff;
}

/* Online Satış Button in Mobile Menu */
.mobile-online-satis-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 20px;
    background: var(--color-green);
    color: #fff;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 20px;
    transition: background 0.2s;
}

.mobile-online-satis-btn:hover {
    background: var(--color-hover);
}

.mobile-online-satis-btn svg {
    flex-shrink: 0;
}


/* The switch container */
/*.switch {*/
/*    --transition: 300ms;*/
/*    --transition500: 500ms;*/
/*    --color-dark: #0c0f14;*/
/*    --color-darkGray: #21262e;*/
/*    --color-gray: #52555a;*/
/*    --color-offwhite: #cecece;*/
/*    --shadow-color: var(--color-dark);*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    width: 60px;*/
/*    height: 33px;*/
/*    min-height: 33px;*/
/*    background-color: var(--color-dark);*/
/*    border-radius: 30px;*/
/*    padding: 4px;*/
/*    transition: var(--transition500);*/
/*    user-select: none;*/
/*    cursor: pointer;*/
/*    overflow: hidden;*/
/*}*/

/* Svg styles */
/*.switch .svg {*/
/*    transition: var(--transition);*/
/*    position: absolute;*/
/*}*/

/*.switch .moon {*/
/*    left: calc(4px + 12.5px);*/
/*    top: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    fill: #fff;*/
/*    opacity: 1;*/
/*}*/

/*.switch .sun {*/
/*    transform: translate(-50%, -50%);*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    border-radius: 50%;*/
/*    left: calc(100% - 15.5px);*/
/*    top: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    scale: 0.8;*/
/*    opacity: 0;*/
/*}*/

/*.switch .sun .dot {*/
/*    position: relative;*/
/*    display: block;*/
/*    width: 3px;*/
/*    height: 3px;*/
/*    border-radius: 50%;*/
/*    background: var(--color-dark);*/
/*    background: white;*/
/*    z-index: 1;*/
/*    margin: 0 auto;*/
/*    box-shadow: 11px 0px 0px var(--shadow-color), 10.3px 0px 0px var(--shadow-color), -11px 0px 0px var(--shadow-color),*/
/*    -10.3px 0px 0px var(--shadow-color), 0px -11px 0px var(--shadow-color), 0px -10.3px 0px var(--shadow-color),*/
/*    0px 11px 0px var(--shadow-color), 0px 10.3px 0px var(--shadow-color), 8px 8px 0px var(--shadow-color),*/
/*    7.3px 7.3px 0px var(--shadow-color), 8px -8px 0px var(--shadow-color), 7.3px -7.3px 0px var(--shadow-color),*/
/*    -8px -8px 0px var(--shadow-color), -7.3px -7.3px 0px var(--shadow-color), -8px 8px 0px var(--shadow-color),*/
/*    -7.3px 7.3px 0px var(--shadow-color);*/
/*}*/

/*.switch .sun .dot::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    border-radius: 50%;*/
/*    background: white;*/
/*    border: 2px solid var(--color-dark);*/
/*}*/

/*checkbox styles */
/*.switch .circle {*/
/*    appearance: none;*/
/*    position: relative;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    border-radius: 50%;*/
/*    left: 0;*/
/*    background-color: var(--color-darkGray);*/
/*    border: 1px solid var(--color-darkGray);*/
/*    transition: var(--transition500);*/
/*    box-shadow: 1px 1px 20px 3px var(--color-darkGray);*/
/*}*/

/*.switch:has(.circle:checked) {*/
/*    background: var(--color-offwhite);*/
/*}*/

/*.switch .circle:hover {*/
/*    margin-left: 3px;*/
/*}*/

/*.switch .circle:checked:hover {*/
/*    margin-left: -3px;*/
/*}*/

/*.switch .circle:checked {*/
/*    left: calc(100% - 27px);*/
/*    background: white;*/
/*    border-color: white;*/
/*    box-shadow: 1px 1px 30px 12px white;*/
/*}*/

/*.switch:has(.circle:checked)>.sun {*/
/*    opacity: 1;*/
/*}*/

/*.switch:has(.circle:checked)>.moon {*/
/*    opacity: 0;*/
/*}*/

.header__content-bottom {
    margin-top: 30px;
}

.header__content-bottom ul {
    display: flex;
}

.header__content-bottom ul a {
    color: black;
}

.header__content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__content-bottom ul li a {
    padding: 0 20px;
}

.header__content-bottom ul li:first-child a {
    padding-left: 0;
}

/*responsivlik*/

@media (max-width: 991px) {
    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }

    .header__content-top,
    .header__content-bottom,
    .desktop-only {
        display: none !important;
    }

    header .header__content-top {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-between;
    }

    header .header__content-top .logo img {
        width: 150px;
    }

    header .header__content-top-search {
        order: 3;
        width: 100%;
    }

    .SocialFooter_list__O83NE {
        gap: 8px;
    }

    .SocialFooter_link__a6Dv9 {
        width: 38px;
        height: 38px;
        font-size: 18px;
        border-radius: 10px;
    }

    header .header__content-top .right {
        gap: 10px;
    }

    header .header__content-top .right a {
        font-size: 14px;
        padding: 0 12px;
        height: 40px;
    }

    .header__content-bottom {
        margin-top: 20px;
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .header__content-bottom ul {
        flex-wrap: wrap;
        gap: 5px;
    }

    .header__content-bottom ul li a {
        padding: 8px 12px;
        font-size: 14px;
    }

    .header__content-bottom ul li:first-child a {
        padding-left: 12px;
    }

    .main-drop-item {
        width: 100%;
    }

    .cat.contact {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {

    header {
        padding: 15px 0;
    }

    header .header__content-top .logo img {
        width: 120px;
    }

    .SocialFooter_list__O83NE {
        display: none;
    }

    header .header__content-top .right a {
        font-size: 12px;
        padding: 0 10px;
        height: 36px;
    }

    .header__content-bottom ul {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .header__content-bottom ul::-webkit-scrollbar {
        display: none;
    }

    .header__content-bottom ul li a {
        white-space: nowrap;
        padding: 6px 10px;
        font-size: 13px;
    }

}

@media (max-width: 480px) {
    header .header__content-top {
        gap: 10px;
    }

    header .header__content-top .logo img {
        width: 100px;
    }

    header .header__content-top .right {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    header .header__content-top .right a {
        font-size: 11px;
        padding: 0 8px;
        height: 32px;
    }

    .container {
        padding: 0 12px;
    }
}

@media (min-width: 992px) {
    .mobile-header {
        display: none !important;
    }
}

/* HEADER END */

/* Hero Swiper Section */

/*NEW SLIDER*/
#mainBanner{
    margin-top: 188px;
    position: relative;
}
.mainBanner{
    overflow: hidden;
}
.mainBanner-feedback h1 {
    font-size: 56px;
    color: #2B2E32;
    margin-top: 0px;
    margin-bottom: 16px !important;
}

.mainBanner-feedback p {
    font-size: 22px !important;
    color: #53565A;
    margin-bottom: 24px !important;
    font-weight: 400 !important;
}

.btn-success {
    color: #fff;
    background-color: #b21111;
    border-color: #b21111;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 2px 12px;
    font-size: 16px;
    line-height: 1.3;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn {
    font-size: 19px;
    padding: 14px 58px 17px;
    border-width: 0 0 4px 0;
    border-style: solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-decoration: none;
    opacity: 1;
}

.mainBanner {
    min-height: 500px;
    position: relative;
}

.mainBanner-backgroundVideo {
    display: none;
}

.banner-2560 {
    display: block;
}

.mainBanner-contentFlex {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    align-items: center;
    min-height: 500px;
}

.mainBanner-feedback h1 {
    font-weight: bold;
    margin-bottom: 50px;
}

.mainBanner-feedback p {
    font-weight: 500;
    margin-bottom: 50px;
    font-size: 25px;
}

.mainBanner-feedback a {
    border-radius: 50px;
    border-color: transparent;
    background-color: #b21111;
    border: none;
    transition: .2s;
}

.mainBanner-feedback a:hover {
    background-color: #780e0e;
}
.hero-swiper {
    min-width: 500px;
}

.hero-swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 991px) {
    .mainBanner-feedback h1{
        font-size: 45px; 
    }
}

@media (max-width: 767px) {
    #mainBanner{
        margin-top: 90px;
    }    
    .mainBanner-feedback h1{
        font-size: 40px;
    }
  .hero-swiper{
    display: none;
  }
    .mainBanner-contentFlex, .mainBanner {
        min-height: 350px;
    }
    .mainBanner-feedback h1{
        font-size: 30px;
    }
    .btn {
        font-size: 16px;
        padding: 14px 20px 17px;
    }
    .mainBanner-feedback p{
        font-size: 18px !important;
    }
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding-inline: 50px;
  grid-template-columns: 1fr 1fr;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  overflow: hidden; /* important */
}



/* slide active olanda */
.hero-slide.active::before {
  opacity: 1;
}

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

/* Hero Circles Background */
 .hero-circles {
  position: absolute;
  top: 0px;
  right: -26%;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

@media (max-width: 520px){
    .hero-circles{
       right: 0; 
    }
}
.hero-circle {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-circle-1 {
  width: 300px;
  height: 300px;
    background: rgba(241, 210, 99, 0.22); 
}

.hero-circle-2 {
  width: 500px;
  height: 495px;
    background: rgba(241, 210, 99, 0.12); 
}

.hero-slide.exiting .hero-circle {
  opacity: 0;
  transform: scale(0);
  transition-delay: 0s;
} 

 /*@media (max-width: 1200px) {*/
 /*   .hero-circle-1 {*/
 /*     width: 400px;*/
 /*     height: 400px;*/
 /*     top: -150px;*/
 /*     right: -150px;*/
 /*   }*/
    
 /*   .hero-circle-2 {*/
 /*     width: 550px;*/
 /*     height: 550px;*/
 /*     top: -200px;*/
 /*     right: -200px;*/
 /*   }*/
    
 /*   .hero-circle-3 {*/
 /*     width: 700px;*/
 /*     height: 700px;*/
 /*     top: -250px;*/
 /*     right: -250px;*/
 /*   }*/
 /* }*/
  
 /* @media (max-width: 660px) {*/
 /*   .hero-circle-1 {*/
 /*     width: 300px;*/
 /*     height: 300px;*/
 /*     top: -100px;*/
 /*     right: -100px;*/
 /*   }*/
    
 /*   .hero-circle-2 {*/
 /*     width: 400px;*/
 /*     height: 400px;*/
 /*     top: -150px;*/
 /*     right: -150px;*/
 /*   }*/
    
 /*   .hero-circle-3 {*/
 /*     width: 500px;*/
 /*     height: 500px;*/
 /*     top: -200px;*/
 /*     right: -200px;*/
 /*   }*/
 /* } */

.hero-slide-content {
  background: transparent;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding: 0;
  padding-bottom: 100px;
  position: relative;
  z-index: 5;
}

@media (max-width: 660px) {
  .hero-slide {
    grid-template-columns: 1fr;
  }

  .hero-slide-content {
    padding-bottom: 40px;
    order: 2;
  }
}

.hero-text-wrapper {
  width: 100%;
}

.hero-title {
  font-size: 58px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
}

@media (max-width: 1660px) {
  .hero-title {
    font-size: 42px;
  }
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 38px;
  }
}

@media (max-width: 660px) {
  .hero-title {
    font-size: 28px;
  }
}

.hero-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  margin: 0 0 32px 0;
}

@media (max-width: 1660px) {
  .hero-subtitle {
    font-size: 18px;
    margin-bottom: 48px;
  }
}

@media (max-width: 1200px) {
  .hero-subtitle {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

@media (max-width: 660px) {
  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.hero-cta-btn,
a.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, .7), #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  gap: 8px;
  text-decoration: none;
}

.hero-cta-btn::after {
  content: "→";
  font-size: 20px;
  transition: transform 0.3s ease;
  background: linear-gradient(135deg, #fff, rgba(255, 255, 255, .7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-cta-btn:hover {
  background: linear-gradient(135deg, #fff, rgba(255, 255, 255, .9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: translateX(4px);
}

.hero-cta-btn:hover::after {
  transform: translateX(4px);
  background: linear-gradient(135deg, #fff, rgba(255, 255, 255, .7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-cta-btn:active {
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .hero-cta-btn {
    height: 40px;
    font-size: 16px;
    padding: 10px 24px;
  }
}

@media (max-width: 660px) {
  .hero-cta-btn {
    width: 100%;
    font-size: 14px;
  }
}

.hero-slide-image {
  position: absolute;
  max-width: 500px;
  max-height: 500px;
  object-fit: contain;
  z-index: 4;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s ease;
  opacity: 0;
}

.hero-slide.active .hero-slide-image {
  opacity: 1;
  transition-delay: 0.2s;
}

@media (max-width: 991px) {
  .hero-slide-image {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 426px;*/
    /*max-width: 100%;*/
    /*transform: translateY(100%);*/
    /*object-fit: cover;*/
    /*order: 1;*/
    width: 450px;
    height: 450px;
  }

  .hero-slide.active .hero-slide-image {
    transform: translateY(0);
  }
}

/* Hero Swiper Controls */
.hero-swiper-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 60px;
  padding: 20px 80px;
  max-width: 1920px;
  margin: 0 auto 30px auto;
  z-index: 10;
}

@media (max-width: 1660px) {
  .hero-swiper-controls {
    padding: 16px 50px;
  }
}

@media (max-width: 1200px) {
  .hero-swiper-controls {
    padding: 16px 24px;
    gap: 40px;
  }
}

@media (max-width: 660px) {
  .hero-swiper-controls {
    padding: 12px 16px;
    gap: 20px;
  }
}

@media (max-width: 1660px) {
  .hero-swiper-controls {
    padding: 0 50px;
  }
}

@media (max-width: 1200px) {
  .hero-swiper-controls {
    padding: 0 24px;
  }
}

@media (max-width: 660px) {
  .hero-swiper-controls {
    padding: 0 20px;
  }
}

.hero-pagination {
  display: flex;
  gap: 40px;
  align-items: flex-end;
}

@media (max-width: 1200px) {
  .hero-pagination {
    gap: 32px;
  }
}

@media (max-width: 660px) {
  .hero-pagination {
    display: none;
  }
}

.pagination-number {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease, font-size 0.3s ease;
  position: relative;
  padding: 0 0 12px 0;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 30px;
}

.pagination-number::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transition: background 0.3s ease, height 0.3s ease, width 0.3s ease;
}

.pagination-number:hover {
  color: rgba(255, 255, 255, 0.7);
}

.pagination-number:hover::after {
  background: rgba(255, 255, 255, 0.5);
}

.pagination-number.active {
  color: #fff;
  font-weight: 500;
  font-size: 64px;
  padding-bottom: 14px;
}

.pagination-number.active::after {
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .7) 100%);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 4px rgba(241, 210, 99, 0.5);
}

.hero-navigation {
  display: flex;
  gap: 16px;
  align-items: center;
}

@media (max-width: 660px) {
  .hero-navigation {
    display: none;
  }
}

.hero-nav-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, .6);
  transition: color 0.3s ease;
  padding: 0;
}

@media (max-width: 1200px) {
  .hero-nav-btn {
    width: 28px;
    height: 28px;
  }
}

.hero-nav-btn:hover {
  color: rgba(255, 255, 255, .9);
}

.hero-nav-btn:focus {
  outline: none;
  color: rgba(0, 0, 0, 0.8);
}

.hero-nav-btn:active {
  color: rgba(0, 0, 0, 1);
}

.hero-nav-btn svg {
  width: 100%;
  height: 100%;
}

.hero-nav-btn path {
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

/* HERO SLIDER END */

/* MEHSUL KATEGORIYALARI START  */
.page_ads_section__stVhg {
  padding: 50px 0;
}
.page_ads_items__VUTeV {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
}
.page_ads_card__eKW8i {
  width: 100%;
  display: block;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 32px 0 32px 32px;
  position: relative;
  overflow: hidden;
}

.page_ads_card__eKW8i h5 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.page_ads_card_icon__31A0K {
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 45px;
  background: rgba(136, 158, 180, 0.22);
  margin-top: 35px;
}

.page_ads_card_image__e_MKP {
  position: absolute;
  right: 0;
  bottom: -20px;
  transition: all 0.2s ease-in-out;
  img {
    max-width: 100%;
    height: auto;
  }
}
.page_ads_card__eKW8i:hover .page_ads_card_image__e_MKP {
  transform: rotate(-5deg);
}
@media (max-width: 992px){
    .page_ads_items__VUTeV{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px){
    .page_ads_items__VUTeV{
        grid-template-columns: repeat(1, 1fr);
    }
}

/* MEHSUL KATEGORIYALARI END */

/* MEHSULLAR START */
.main-3 {
  position: relative;
  padding: 61.5px 0  67.89px;
  margin: 50px 0; 
  color: #fff;
}

@media (max-width: 1199.98px) {
  .main-3 {
    padding-top: 47.92px;
    padding-bottom: 59.90px;
  }
}

@media (max-width: 767.98px) {
  .main-3 {
    padding-top: 33.55px;
    padding-bottom: 51.12px;
  }
}

.main-3:before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #4B2E2B;
  content: "";
}

.main-3__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*margin-right: -47.92px;*/
  margin-left: -47.92px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: transparent transparent;
}
@media (max-width: 767.98px) {
  .main-3__links {
    /*margin-right: -15.97px;*/
    margin-left: -15.97px;
  }
}

.main-3__links::-webkit-scrollbar {
  display: none;
}

.main-3__links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  padding-right: 47.92px;
  padding-left: 47.92px;
  -ms-flex-negative: 0;
}

@media (max-width: 767.98px) {
  .main-3__links-list {
    padding-right: 15.97px;
    padding-left: 15.97px;
  }
}
.main-3__links-item {
  flex-shrink: 0;
  gap:20px;
  display:flex;
  -ms-flex-negative: 0;
}

.main-3__links-item:not(:first-child) {
  margin-left: 9.58px;
}

.main-3__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22.36px;
  padding: 0 12.77px;
  border: 0;
  border-radius: 22.36px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 12.77px;
  line-height: 1.714;

  letter-spacing: 01.81px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
}

@media (max-width: 767.98px) {
  .main-3__link {
    font-size: 9.58px;
    line-height: 2;
    letter-spacing: 0.166em;
  }
}

@media (any-hover: hover), (hover: hover) and (pointer: fine) {
  .main-3__link:hover {
    background: #047a3e;
  }
}

.main-3__link.is-active {
  background: #00a651;
  pointer-events: none;
}

.main-3__tabs-list {
  position: relative;
  margin-top: 18.37px;
}

@media (max-width: 1199.98px) {
  .main-3__tabs-list {
    margin-top: 55.91px;
  }
}

@media (max-width: 767.98px) {
  .main-3__tabs-list {
    margin-top: 50.32px;
  }
}
.productSwiper.swiper {
  width: 100%;
  height: 100%;
}
.one-slide .swiper-wrapper {
  justify-content: flex-end;
}

.main-3__tabs-item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}


.main-3__tabs-item.is-active {
  position: static;
  pointer-events: all;
}

.main-3__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  /* -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
}

.main-3__col-1 {
  width: 100%;
  max-width: 710px;
  /*margin-top: 43.92px;*/
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 1199.98px) {
  .main-3__col-1 {
    max-width: none;
    margin-top: 0;
  }
}

/*.main-3__tabs-item.is-active .main-3__card,*/
.main-3__tabs-item.is-active .main-3__col-1 {
  opacity: 1;
}

.main-3__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #00ff7c;
  font-style: normal;
  font-weight: 700;
  font-size: 57.5px;
  line-height: 1.332;
  letter-spacing: 01.15px;
}

@media (max-width: 1199.98px) {
  .main-3__title {
    font-size: 38.34px;
  }
}

@media (max-width: 767.98px) {
  .main-3__title {
    font-size: 19.17px;
  }
}

.main-3__text {
  max-width: 361px;
  margin-top: 62.3px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 14.37px;
  line-height: 1.5;
  letter-spacing: 01.15px;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .main-3__text {
    margin-top: 46.32px;
  }
}

@media (max-width: 767.98px) {
  .main-3__text {
    margin-top: 30.35px;
    font-size: 12.77px;
  }


  .main-3__text br {
    display: none;
  }
}

.main-3__descr {
  max-width: 361px;
  margin-top: 23.16px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 14.37px;
  line-height: 1.5;
  letter-spacing: 01.15px;
}

@media (max-width: 1199.98px) {
  .main-3__descr {
    margin-top: 19.17px;
  }
}

@media (max-width: 767.98px) {
  .main-3__descr {
    margin-top: 15.97px;
    font-size: 12.77px;
  }

  .main-3__descr br {
    display: none;
  }
}

.main-3__structure {
  margin-top: 91.85px;
}

@media (max-width: 1199.98px) {
  .main-3__structure {
    margin-top: 59.09px;
  }
}

@media (max-width: 767.98px) {
  .main-3__structure {
    margin-top: 26.36px;
  }
}
.main-3__col-2 {
  width: 100%;
  max-width: 710px;
  margin-left: auto;
}

/*@media (max-width: 1199.98px) {*/
/*  .main-3__col-2 {*/
/*    max-width: none;*/
/*    margin-top: 6.39px;*/
/*  }*/
/*}*/

/*@media (max-width: 767.98px) {*/
/*  .main-3__col-2 {*/
/*    margin-top: 12.77px;*/
/*  }*/
/*}*/

.main-3__slider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 297.12px;
  overflow: hidden;
  border-radius: 23.96px;
}

/*@media (max-width: 1199.98px) {*/
/*  .main-3__slider {*/
/*    height: 302.70px;*/
/*    border-radius: 19.97px;*/
/*  }*/
/*}*/

/*@media (max-width: 767.98px) {*/
/*  .main-3__slider {*/
/*    height: 367.89px;*/
/*    border-radius: 15.97px;*/
/*  }*/
/*}*/


.main-3__card {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 23.96px;
  background: #C2A383;
  /*opacity: 0;*/
}

/*@media (max-width: 1199.98px) {*/
/*  .main-3__card {*/
/*    height: 314.37px;*/
/*    border-radius: 19.97px;*/
/*  }*/
/*}*/

@media (max-width: 767.98px) {
  /*.main-3__card {*/
    /*height: 265.90px;*/
    /*border-radius: 15.97px;*/
  /*}*/
  .main-3__tab{
    grid-template-columns: repeat(1, 1fr); 
    gap: 30px;
  }
}

/*.main-3__card:before {*/
/*  position: absolute;*/
/*  top: -55.11px;*/
/*  left: 50%;*/
/*  width: 442.64px;*/
/*  height: 442.64px;*/
/*  transform: translateX(-50%);*/
/*  border-radius: 50%;*/
/*  background: -o-radial-gradient(*/
/*    50% 50%,*/
/*    50% 50%,*/
/*    #003702 0,*/
/*    rgba(0, 55, 2, 0) 100%*/
/*  );*/
/*  background: radial-gradient(*/
/*    50% 50% at 50% 50%,*/
/*    #003702 0,*/
/*    rgba(0, 55, 2, 0) 100%*/
/*  );*/
/*  content: "";*/
/*}*/

/*@media (max-width: 1199.98px) {*/
/*  .main-3__card:before {*/
/*    top: -23.96px;*/
/*    width: 59.58px;*/
/*    height: 59.58px;*/
/*  }*/
/*}*/

/*@media (max-width: 767.98px) {*/
/*  .main-3__card:before {*/
/*    top: 6.39px;*/
/*    width: 375.94px;*/
/*    height: 375.94px;*/
/*  }*/
/*}*/


.main-3__bg,
.main-3__img {
  display: block;
  position: absolute;
}

.main-3__bg {
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-3__img {
  z-index: 1;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99),
    -webkit-transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -o-transition: opacity 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99),
    transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: opacity 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99),
    transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: opacity 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99),
    transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99),
    -webkit-transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.main-3__tabs-item.is-active .main-3__img {
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 1;
}

.main-3__img,
.main-3__img-add,
.main-3__slider:hover .main-3__img {
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  opacity: 0;
}

.main-3__img-add {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99),
    -webkit-transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -o-transition: opacity 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99),
    transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: opacity 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99),
    transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: opacity 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99),
    transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99),
    -webkit-transform 0.6s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.main-3__slider:hover .main-3__img-add {
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 1;
}

.main-3__info {
  margin-top: 31.95px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 1199.98px) {
  .main-3__info {
    margin-top: 25.56px;
  }
}

@media (max-width: 767.98px) {
  .main-3__info {
    margin-top: 19.17px;
  }
}


.main-3__tabs-item.is-active .main-3__info {
  opacity: 1;
}

.main-3__info-top {
  position: relative;
  padding-left: 37.53px;
}

.main-3__info-num,
.main-3__info-title {
  font-style: normal;
  line-height: 1.1;
}

.main-3__info-num {
  position: absolute;
  top: 0;
  left: 0;
  color: #09a757;
  font-weight: 700;
  font-size: 19.17px;
}

.main-3__info-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  font-size: 38.34px;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (any-hover: hover), (hover: hover) and (pointer: fine) {
  .main-3__info-title:hover {
    color: #00ff7c;
  }
}

@media (max-width: 1199.98px) {
  .main-3__info-title {
    font-size: 28.75px;
  }
}

@media (max-width: 767.98px) {
  .main-3__info-title {
    font-size: 19.17px;
  }
}

.main-3__info-descr {
  margin-top: 12.77px;
  margin-bottom: 0;
  margin-left: 37.53px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1199.98px) {
  .main-3__info-descr {
    margin-top: 15.97px;
  }
}

@media (max-width: 767.98px) {
  .main-3__info-descr {
    margin-top: 19.17px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
  }
}
.structure__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 479.23px;
  margin-top: 0.80px;
}

.structure__card {
  position: relative;
  flex-shrink: 0;
  width: 128.98px;
  min-height: 47.12px;
  margin-top: -0.80px;
  padding: 6.39px 19.57px 6.39px 7.99px;
  overflow: hidden;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 14.38px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -ms-flex-negative: 0;
}


@media (max-width: 1199.98px) {
  .structure__card {
    width: 144.94px;
    min-height: 34.74px;
  }
}

@media (max-width: 767.98px) {
  .structure__card {
    width: 118.21px;
    min-height: 22.36px;
    margin-top: 0;
    font-size: 12.78px;
  }
}

.structure__card:not(:nth-child(4n + 4)):last-child {
  width: 119.38px;
}

@media (max-width: 1199.98px) {
  .structure__card:not(:nth-child(4n + 4)):last-child {
    width: 144.94px;
  }
}

@media (max-width: 767.98px) {
  .structure__card:not(:nth-child(4n + 4)):last-child {
    width: 118.21px;
  }
}

@media (max-width: 1199.98px) {
  .structure__card:not(:nth-child(3n + 3)):last-child {
    width: 135.39px;
  }
}

@media (max-width: 767.98px) {
  .structure__card:not(:nth-child(3n + 3)):last-child {
    width: 118.21px;
  }

  .structure__card:not(:nth-child(2n + 2)):last-child {
    width: 108.54px;
  }
}


.structure__card--white {
  color: #232323;
}

.structure__card:not(:last-child) {
  margin-right: -13.18px;
}

.structure__card:before {
  position: absolute;
  top: 0;
  left: 1.60px;
  width: calc(100% - 1.60px);
  height: 100%;
  border: 0.80px solid #00ff7c;
  border-radius: 6.39px;
  background: #004c25;
  content: "";
  pointer-events: none;
}

.structure__card--white:before {
  background: #f0faf5;
}

.news-link:before,
.structure__card:after {
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
}

.structure__card:after {
  left: 0;
  height: 100%;
  border: 0.80px solid #00ff7c;
  border-radius: 6.39px;
  pointer-events: none;
}

.structure__text {
  z-index: 2;
  position: relative;
  margin: -4.79px 0;
  word-break: break-word;
}


/* MEHSULLAR END */


/* HAQQIMIZDA START */
.index-page-info-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;

  margin-top: 80px;
  /* max-width: 120rem; */
}
.index-page__block {
  padding: 50px;
}
.index-page-info__title {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 40px;
}

/* .index-page-info-main__media {
  grid-column: 2 / 7;
} */
.index-page-info-banner {
  display: block;
  height: 100%;
  width: 100%;
}
/* .index-page-info-main__content {
  grid-column: 7 / 12;
} */
.index-page-info-main__title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 2px;
}
.index-page-info-main__desc {
  font-weight: 500;
  letter-spacing: normal;
  margin-top: 20px;
  font-size: 24px;
  line-height: 32px;
}
.index-page-info-main__text-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 20px;
}
.index-page-info-main__text-title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 32px;
}
.index-page-info-main__text {
  font-size: 16px;
  line-height: 24px;
  color: #4c595c;
}
/*.index-page-info-main__text ul {*/
/*  margin-left: 8px;*/
/*}*/
/*.index-page-info-main__text li {*/
/*  list-style: disc;*/
/*  margin-left: 16px;*/
/*  margin-bottom: 8px;*/
/*}*/
.index-page-info-main__button {
  align-items: center;
  display: flex;
  gap: 0.25rem;
  width: max-content;
  background: transparent;
  border: none;
}
.index-page-info-main__button-icon {
  color: #4c595c;
  height: 24px;
  width: 24px;
}

.index-page-info__quote {
  margin-top: 80px;
  font-size: 24px;
  gap: 40px;
  line-height: 32px;
  text-align: center;
  width: 100%;
  font-weight: 500;
  align-items: center;
  color: #000;
  display: flex;
  flex-direction: column;
}
.index-page-info__quote:before,
.index-page-info__quote:after {
  background-position: 50%;
  background-size: cover;
  content: "";
  display: block;
  height: 38px;
  width: 38px;
  background-image: url("../img/quote-1.svg");
}
.index-page-info__quote:after {
  background: url("../img/quote-2.svg");
}

.index-page-info__quote span {
  display: inline;
  color: #2ecc71;
}

/*YENI HAQQIMIZDA*/

.div--u-isk8upi77 {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 24px;
    padding-top: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.mosaic-tabs--u-imjge812x {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0px
}

.mosaic-tabs__head--u-itgyl6kfi {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0%;
    margin-top: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto;
    background-attachment: scroll;
    box-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-bottom: 0px
}

.mosaic-tabs__item--u-idmy3bmdr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 14px;
    cursor: pointer;
    margin-left: 0px;
    margin-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 14px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: inset 0px 0px 0px 1px #4B2E2B;
}

@media (max-width: 640px){
    .mosaic-tabs__item--u-idmy3bmdr {
        width: 100%;
    }
}
.haqqimizda {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 3%;
    padding-right: 3%;
    background-color: #eee;
    padding: 0 0 50px;
}

.mosaic-tabs__item--u-idmy3bmdr:hover {
    background-color: #4B2E2B;
    box-shadow: none;
    color: #fff;
}

.mosaic-tabs__item--u-idmy3bmdr:active {
    box-shadow: none;
}

.mosaic-tabs__item--u-idmy3bmdr.is-opened {
    box-shadow: none;
    margin-left: 0px;
    margin-right: 10px
}

.mosaic-tabs__item--u-idmy3bmdr.is-opened .mosaic-tabs__title--u-i3x1lbfkz {
    text-align: center
}

.mosaic-tabs__title--u-i3x1lbfkz {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    transition-property: all;
    transition-duration: 300ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
    ;
    text-align: center
}

.mosaic-tabs__body--u-irkzdta8j {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    flex-shrink: 1
}

.mosaic-tabs__content__outer--u-ixqehucmr {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    flex-shrink: 1
}

.mosaic-tabs__content--u-izqyseifv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    flex-shrink: 1
}
/*.container--u-ifinzbwe9 {*/
/*    width: 100%;*/
/*    max-width: 1400px;*/
/*    margin-top: 0px;*/
/*    margin-right: auto;*/
/*    margin-bottom: 0px;*/
/*    margin-left: auto;*/
/*    position: relative;*/
/*    padding-top: 4%;*/
/*    padding-bottom: 4%;*/
/*    border-top-style: none;*/
/*    border-top-width: 1px;*/
/*}*/
.heading--u-ien8rgiw1 {
    font-size: 1.7vw;
    line-height: 2vw;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: auto;
    font-weight: 300;
    color: #89c765;
    overflow-wrap: break-word;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    letter-spacing: 0.5px;
    text-shadow: none;
    text-transform: none;
}
.rich-text--u-id0yksvmy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    position: relative;
    max-width: 70%;
    overflow-x: auto;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 24px;
    border-left-style: solid;
    border-left-width: 1px;
    /*min-width: 840px;*/
    margin-top: 20px;
}
.text-block-wrap-div {
    line-height: 200%;
}
.text-block-wrap-div ol li {
    margin-bottom: 10px;
}
.div--u-isk8upi77 {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 24px;
    padding-top: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background-color:#fff;
}
.mosaic-tabs__item--u-idmy3bmdr.is-opened {
    background-color: #4B2E2B;
    color: white;
    box-shadow: none;
    margin-left: 0px;
    margin-right: 10px;
}
.imageFit__img--u-iuodlua4u {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.imageFit--u-ikhtz7268 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-right: 0px;
    transition-property: all;
    transition-duration: 600ms;
    transition-delay: 0ms;
    transition-timing-function: ease;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.rich-text--u-ibol0xx6c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: top;
    position: relative;
    max-width: 70%;
    overflow-x: auto;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 24px;
    border-left-style: solid;
    border-left-width: 1px;
    /*min-width: 840px;*/
    margin-top: 24px;
}

@media (max-width: 1204px){
    .rich-text--u-ibol0xx6c {
         max-width: 100%;
    }
}

@media (max-width: 767px){
    .rich-text--u-ibol0xx6c {
         font-size: 16px;
    }
}
.svg_image--u-ievphazcl svg {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}
#izd27ufep_0 {
    width:100%;
    overflow:hidden;
}
.div--u-izd27ufep:hover .imageFit--u-ikhtz7268 {
    transform: scale3d(1.1, 1.1, 1);
}
.list--u-iy742kzey {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.div--u-iqe7wea0f {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 0px;
}
.div--u-ifl6nlkh4 {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
}
.list__item--u-iubzhpln2 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 25%;
    height: 40vh;
    min-height: 20vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 300px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-shrink: 0;
    overflow-x: auto;
    overflow-y: auto;
}

@media (max-width: 991px){
    .list__item--u-iubzhpln2, .rich-text--u-id0yksvmy{
        max-width: 100%;
    }
}

@media (max-width: 767px){
    .mosaic-tabs__head--u-itgyl6kfi{
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
    .text-block-wrap-div ol{
        padding-left: 0;
    }
}

.list__item--u-iubzhpln2:nth-child(4n + 3) {
    width: 50%;
    max-height: 50vh;
    min-width: 600px
}

.list__item--u-iubzhpln2:nth-child(4n + 4) {
    width: 50%;
    max-height: 50vh
}

.mosaic-tabs__body--u-irkzdta8j {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    flex-shrink: 1
}

.mosaic-tabs__content__outer--u-ixqehucmr {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    flex-shrink: 1
}

@media (max-width: 991px){
    .list__item--u-iubzhpln2:nth-child(4n + 3){
        min-width: 100%;
    }
}

/* HAQQIMIZDA END */

/* BLOQLAR START */
.page_blogs__Puunz {
  padding: 50px 0;
}
.page_blogs_top__nUpcN {
  display: flex;align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page_blog_body__kFqaj {
  margin-top: 40px;
  display: grid;
  column-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.opacity-link_link__aT20o {
  display: inline-flex;
  padding: 6px 10px 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.opacity-link_link__aT20o svg {
  transition: all 0.2s ease-in-out;
}
.green-opacity-btn {
  background: #eff9e8;
  color: #5cbe1d;
  transition: all 0.2s ease-in-out;
}
.green-opacity-btn:hover {
  background: #e6f3dd;
}
.right-arrow {
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}
.green-opacity-btn:hover .right-arrow {
  transform: translateX(4px);
}
.page_blog_body__kFqaj {
  margin-top: 40px;
  display: grid;
  column-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.blog-item_card__7Ow25 {
  padding: 0 16px 16px;
  border-radius: 20px;
  background: #f5f8f9;
}
.blog-item_card__7Ow25:hover .blog-item_image_home__Wq3DB {
  transform: scale(1.03);
}
.blog-item_image__Ca30_,
.blog-item_image_home__Wq3DB {
  position: relative;
  top: -16px;
  transition: all 0.2s ease-in-out;
}

.blog-item_image_home__Wq3DB img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.blog-item_text__kGvnZ span {
  color: #5cbe1d;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.blog-item_text__kGvnZ h2 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
  min-height: 48px;
  margin-bottom: 15px;
}
.blog-item_text_footer__yI__V {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.blog-item_option__rHnAt {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.blog-item_option__rHnAt span {
  color: #868788;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

@media (max-width: 1290px){
    .page_blog_body__kFqaj{
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
    }
}

@media (max-width: 1150px){
    .page_blog_body__kFqaj{
        grid-template-columns: repeat(2, 1fr);
    }
    .blog-item_image_home__Wq3DB img {
        width: 100%;
        height: 250px;
        
    }
    .blog-item_card__7Ow25 {
        padding: 0 10px 16px;
    }
}
@media (max-width: 767px){
    .page_blog_body__kFqaj{
        grid-template-columns: repeat(1, 1fr);
    }

}



/* BLOQLAR END */

/* PARTNYORLAR START */
.section-11 {
  padding: 50px 0px;
  background: #fff;
}

.section-11-cards {
  gap: 20px;
}
.section-11-cards button {
  background-color: #fafbfd;
  border: none;
  border-radius: 4px;
  margin: 10px 0 10px 0;
  width: 15%;
  min-width: 150px;
  padding: 44px;
}

.section-11-cards button:hover img {
  transform: scale(0.9) translateZ(0);
}
.section-11-cards button img {
  width: 65%;
  z-index: 2;
  position: absolute;
  height: 100%;
  transition: 0.4s;
  inset: 0;
  object-fit: contain;
  margin: 0 auto;
}
.big-references {
  width: 85% !important;
}
.smalled-references {
  width: 40% !important;
}
.smalled-references-lite {
  width: 55% !important;
}
/* linear gradien section 11 */
.sec-11-pt {
  padding: 0 0 56px 0;
}
.mouse-cursor-gradient-tracking {
  position: relative;
  font-size: 1.2rem;
  border: none;
  color: white;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}
.mouse-cursor-gradient-tracking span {
  position: relative;
}

.mouse-cursor-gradient-tracking::before {
  --size: 0;
  content: "";
  position: absolute;
  z-index: 1;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(circle closest-side, #dbdbe2, transparent);
  transform: translate(-50%, -50%);
  transition: width 0.4s, height 0.4s;
}

.mouse-cursor-gradient-tracking:hover::before {
  --size: 1000px;
}

/* linear gradient section 11 end */
/* section 11 responsive */
@media only screen and (max-width: 1200px) {
  .section-11-cards button {
    width: 17%;
    min-width: inherit;
    margin: 5px;
  }
}
@media only screen and (max-width: 1100px) {
  .section-11-cards button {
    width: 17%;
    margin: 5px;
  }
}
@media only screen and (max-width: 950px) {
  .section-11-cards button {
    width: 16%;
    margin: 0 5px 0 0;
  }
}
@media only screen and (max-width: 768px) {
    .main-3__col-2 .main-3__info{
    margin-top:60px;
}
  .main-3__col-1 .main-3__info{
    margin-bottom:50px;
}
  .section-11-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
  .section-11-cards button {
    width: 31%;
    min-width: 125px;
    margin: 10px 0 10px 0;
  }
  .section-11-head h2 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 470px) {
  .section-11-cards button {
    min-width: 125px;
    padding: 40px 0;
    width: 48%;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 450px) {
  .section-11-cards {
    justify-content: space-between;
  }
  .section-11-cards button {
    min-width: 125px;
    padding: 40px 0;
    width: 48%;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 320px) {
  .section-11-cards {
    justify-content: center;
  }
  .section-11-cards button {
    width: 75%;
  }
}
/* section 11 end */

/* CALL TO ACTİON START */
#whatsapp-wrapper {
  background-color: #fff;
  padding: 15px 0;
}
#whatsapp-wrapper .whatsapp-wrap {
  background: #93c24f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
  padding: 20px 40px;
}
#whatsapp-wrapper .whatsapp-wrap i {
  font-size: 60px;
  color: #fff;
}
#whatsapp-wrapper .whatsapp-wrap p {
  margin-bottom: 0;
  color: #fff;
  font-size: 21px;
  text-shadow: 1px 1px 0px #6a6a6a;
  font-weight: 500;
}
#whatsapp-wrapper .whatsapp-wrap .wp-contact {
  color: #777;
  font-size: 17px;
  font-weight: 500;
  background-color: #fff;
  padding: 8px 33px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  text-align: center;
  -webkit-box-shadow: 0 19px 15px 0 rgba(92, 103, 117, 0.15);
  -moz-box-shadow: 0 19px 15px 0 rgba(92, 103, 117, 0.15);
  box-shadow: 0 19px 15px 0 rgba(92, 103, 117, 0.15);
  -webkit-transition: 300ms all ease-in-out;
  -moz-transition: 300ms all ease-in-out;
  -o-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  white-space: nowrap;
}
#whatsapp-wrapper .whatsapp-wrap .wp-contact:hover {
  background-color: #00a651;
  color: #fff;
}


@media (max-width: 991px){
    #whatsapp-wrapper .whatsapp-wrap p{
        font-size: 16px;
    }
    #whatsapp-wrapper .whatsapp-wrap i{
        font-size: 50px;
    }
}
/* CALL TO ACTION END */

/* FOOTER START  */
footer {
  padding: 40px 0 30px;
  background-color: #2d3640;
}
footer .online-order {
  color: #00a651;
  border: 2px solid;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 30px;
  padding: 8px 20px;
  font-size: 16px;
  display: block;
  width: fit-content;
}
footer .footer-menu {
  padding-top: 83px;
}
footer .footer-menu .nav-link {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  color: #cfd9e2;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
footer .footer-menu .nav-link:hover,
footer .footer-menu .nav-item.active .nav-link {
  color: #fff;
}
footer .social-medias {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .social-medias li {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
}
footer .social-medias li:last-child {
  margin-right: 0;
}
footer .social-medias li:hover {
  background-color: #73b2d9;
}
footer .social-medias li a {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 14px;
}
footer .social-medias li a i {
  color: #262626;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
}
footer .social-medias li a:hover > i {
  color: #fff;
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
footer .info-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .info-contact li {
  width: 100%;
  margin-top: 16px;
  text-align: right;
}
footer .info-contact li a {
  color: #fff;
  font-size: 18px;
}
footer .info-contact li:not(:last-child) a {
  font-size: 20px;
  font-weight: 600;
  line-height: 0;
}
footer .info-contact li:not(:last-child) a i {
  color: #00a651;
  margin-right: 8px;
}
footer .copyright {
  padding: 30px 0;
}
footer .copyright span {
  color: #cfd9e2;
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  width: auto;
}
footer .copyright span:last-child {
  color: #8b95a1;
}
/* FOOTER END */
