/* mixin */
/* base colors */
/* animate classes */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{font-family:"Montserrat" !important;}
html{font-size:14px;}
.delay-s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
h3{font-size:32px !important;}
.delay-sl {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#btn02:hover {
    color: #fff;
}

/* new products tabs */

.tab-pane article,
.tab-pane p {
    line-break: anywhere;
}

.sertifikatlar_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.nav-tabs {
    justify-content: center;
}

.nav-tabs .nav-link {
    padding: 20px;
}

.nav-tabs .nav-link.active {
    font-weight: 600;
    font-size: 24px;
    transition: .5s all ease;
}

.nav-tabs .nav-link:not(.active) {
    opacity: .2;
    font-size: 16px;
    color: #000;
}

/* xidmetler */

.grid_cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
}

 .services_card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 30px;
  transition: 0.3s ease-in-out;
  min-height: 250px;
  border-radius: 4px;
  cursor: pointer; 
  border-radius: 5px;
  box-shadow: 0 0 10px #ccc;
}
.service_card_count{
    font-size: 48px;
    width: 80px;
    height: 80px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-weight: 300;
    background: #eee;
    flex-shrink: 0;

}
.service_card_content{
    width: 70%;
}
.service_card_text{
      display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden;
    color: #9f9f9f;
}
/*.services_card img {*/
/*    transition: .3s;*/
/*}*/

/*.services_card:hover img {*/
/*    transform: scale(1.04);*/
/*}*/
.service_card_link{
  color: #128c7e;
  font-size: 12px;
  font-weight: 700;
  i{
      margin-left: 5px;
  }
}
/*.services_card:hover h3{*/
/*    background: #eac02a;*/
/*    color:#fff;*/
/*}*/
 
/*.services_card img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  z-index: 1;*/
/*  object-fit: cover;*/
/*      border-radius: 20px;*/
/*}*/
.services_card h3 {
  /*position: relative;*/
  /*z-index: 3;*/
  color: #383b6c;
  /*display:flex;*/
  /*align-items:center;*/
  /*justify-content:center;*/
  font-size: 16px;
  margin: 0;
  /*bottom: -25px;*/
  /*transform: translateY(0px);*/
  /*background: #fff;*/
  height: 50px;
  border-radius: 12px;
  transition:.3s ease-in-out;
}

/* xidmetler end */
.services_about figure img,
.advantages_blocks_image img {
    width: 488px !important;
    max-height: 400px;
    height: 460px !important;
    /*float: right;*/
    border-radius: 16px;
}

.advantages_blocks_image {
    width: 488px !important;
    max-height: 400px;
    height: 460px !important;
    border-radius: 16px;
    float: right;
}

.section-padding {
    padding: 40px 0;
}

.section-padding:nth-child(odd) .row {
    flex-direction: row-reverse;
}

.sc-conditions__blocks {
   display:grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}




.sc-conditions__blocks-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 71, 187, 0.1);
    border-radius: 20px;
    padding: 20px;
    font-weight: 300;
    width:100%;
}

.sc-conditions__blocks-item p, .sc-conditions__blocks-item li {
    line-height: 20px;
    text-align:justify;
}

 .sc-conditions__blocks-item  ul {
    padding-left: 30px;
    margin: 10px 0;
}

 .sc-conditions__blocks-item  ul li {
    list-style: disc;
}


 .sc-conditions__blocks-item  ul li::marker {
    color: #0047bb;
}

.sc-conditions__blocks-item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    padding-left: 48px;
    position: relative;
}


.sc-conditions__blocks-item .sc-conditions__blocks-item-title:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    content: '';
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.blog_section{
    padding: 55px 0;
}


@media screen and (min-width:768px){
 .sc-conditions__blocks {
  grid-template-columns: repeat(2, 1fr);
}   
.sc-conditions__blocks-item{
       padding: 24px 40px;
}
}

/* general style */
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  color: #171717;
  background-color: #fff;
  font: 15px/20px 'Exo 2', 'PT Sans', sans-serif;
}

button, *[type="button"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.upper {
            background-color: #004437;
            color: #fff;
            font-weight: bold;
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 10px;
        }
        .upper .right {
            display: flex;
            gap: 1em;
        }
        .upper .right .adrs {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .upper .right .nmbr {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .upper .left {
            display: flex;
            gap: 1em;
        }
        .left {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .left .btn button {
             background-color: transparent;
             padding: 10px;
             color: #fff;
             border: 1px solid;
             width: 180px;
             font-size: 1.1em;
             transition: background-color 0.5s ease-in-out;
        }
        .left .btn button:hover {
            background-color: #fff;
            color: #004437;
        }
        .right, .left {
    display: flex;
    align-items: center;
  }
  
  .adrs, .nmbr {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
  
  .adrs svg, .nmbr svg {
    margin-right: 8px;
  }
  
  .btn button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  @media screen and (min-width: 768px) {
    
    .right {
      order: 1;
    }
    
    .left {
      order: 2;
    }
  }
  
  @media screen and (max-width: 767px) {
    
    .right {
      margin-bottom: 15px;
      flex-direction: column;
    }
    
    .adrs, .nmbr {
      margin-right: 0;
      margin-bottom: 10px;
    }
    
    .left {
      flex-direction: column;
      align-items: center;
    }
    
    .left > div:first-child {
      margin-bottom: 10px;
    }
    
    .btn button {
      display: none;
    }
  }
  .product-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 7rem;
            margin-bottom: 40px;
        }
        
        .float_left {
            float: left;
            margin: 0 1rem 1rem 0;
        }
        .product-images {
            display: flex;
            flex: 1;
            max-width: 50%;
        }
        .thumbnails {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-right: 15px;
            width: 20%;
        }
        .thumbnail-item {
            width: 120px;
            height: 120px;
            border: 1px solid #ddd;
            border-radius: 4px;
            overflow: hidden;
            cursor: pointer;
        }
        .thumbnail-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .product-main-image {
            flex: 1;
            width: 80%;
            height: 400px;
        }
        .product-main-image img {
            width: 100%;
            border-radius: 5px;
            height: 400px;
            object-fit: contain;
        }
        .product-info {
            min-width: 300px;
        }
        .product-title {
            font-size: 28px;
            margin-bottom: 20px;
            color: #333;
        }
        .product-details {
            margin-bottom: 20px;
        }
        .product-details ul {
            list-style-type: none;
        }
        .product-details li {
            margin-bottom: 12px;
            font-size: 16px;
            display: flex;
            align-items: center;
        }
        .product-details li:before {
            content: "•";
            color: #333;
            font-size: 20px;
            margin-right: 10px;
        }
        .stock-available {
            color: green;
            font-weight: bold;
        }
        .social-share {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }
        .social-btn {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
        .facebook {
            background-color: #004437;
        }
        .twitter {
            background-color: #004437;
        }
        .linkedin {
            background-color: #004437;
        }
        .whatsapp {
            background-color: #004437;
        }
        .social-btn i {
            color: white;
            font-size: 16px;
        }
        .contact-container {
            border: 1px solid #d7dde3;
            margin-top: 20px;

        }
        .tab-content #description .cnt-img img {
                width: 400px;
    height: 400px;
    object-fit: contain;
        }
        .tab-content #features .cnt-img img {
               width: 400px;
    height: 400px;
    object-fit: contain;
        }
        .tab-content #support .cnt-img img {
                width: 400px;
    height: 400px;
    object-fit: contain;
        }
        .tab-content #warranty .cnt-img img {
               width: 400px;
    height: 400px;
    object-fit: contain;
        }
        .tab-content #certificates .cnt-img img {
                width: 400px;
    height: 400px;
    object-fit: contain;
        }
        .contact-box {
            flex: 1;
            min-width: 250px;
            padding: 20px;
            border-radius: 5px;
            background-color: #f2f3f4;
        }
        .contact-title {
            font-size: 16px;
            margin-bottom: 15px;
            color: #666;
        }
        .contact-info {
            margin-bottom: 10px;
        }
        .contact-phone {
            font-size: 16px;
            font-weight: bold;
            color: #333;
        }
        .contact-hours {
            color: #666;
            font-size: 14px;
        }
        .contact-email {
            color: #0066cc;
            text-decoration: none;
        }
        .contact-btn {
            display: block;
            width: 100%;
            padding: 12px;
            text-align: center;
            border: none;
            border-radius: 5px;
            margin-top: 15px;
            cursor: pointer;
            font-weight: bold;
            text-transform: uppercase;
        }
        .contact-orange {
            background-color: #004437;
            color: white;
        }
        .contact-green {
            background-color: #fff;
            border: 2px solid #4CAF50;
            color: #4CAF50;
        }
        .tab-container {
            margin-top: 30px;
        }
        .tab-buttons {
            display: flex;
            gap: 10px;
        }
        .tab-btn {
            padding: 10px 20px;
            cursor: pointer;
            border: 1px solid #004437;
            border-radius: 5px;
            background-color: white;
            color: #004437;
        }
        .tab-btn.active {
            background-color: #004437;
            color: white;
        }
        .tab-content {
            padding-top: 40px;
            border-top: 1px solid #eee;
        }
        .product-description {
            line-height: 1.6;
            color: #333;
        }
        .product-description h2 {
            margin: 20px 0 10px;
            font-size: 22px;
        }
        .product-description p {
            margin-bottom: 15px;
        }
        .product-description ul {
            margin-left: 20px;
            margin-bottom: 15px;
        }
        .product-description li {
            margin-bottom: 10px;
        }
        .gallery-section {
            margin-top: 40px;
        }
        .gallery-title {
            font-size: 22px;
            margin-bottom: 20px;
            color: #333;
        }
        .gallery-container {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
        }
        .gallery-image {
            max-width: 100%;
            border-radius: 8px;
        }
        @media (max-width: 768px) {
    .product-container {
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        margin-bottom: 20px;
    }

    .product-images {
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }

    .thumbnails {
        flex-direction: row;
        justify-content: center;
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }

    .thumbnail-item {
        width: 60px;
        height: 60px;
    }

    .product-main-image img {
        max-height: 300px;
    }

    .product-info {
        text-align: center;
        min-width: 100%;
    }

    .product-title {
        font-size: 24px;
    }

    .product-details li {
        font-size: 14px;
        justify-content: center;
    }

    .social-share {
        justify-content: center;
    }

    .contact-container {
        width: 90%;
        margin-left: 5%;
        margin-top: 20px;
    }

    .tab-buttons {
        flex-direction: column;
        align-items: center;
    }

    .tab-btn {
        width: 90%;
        text-align: center;
    }
}

  
#homeProContainer {
     display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px;
    width: 30%;
    margin-top: 30px;
}

#homeProItem {
  border-radius: 8px;
  overflow: hidden;
  height: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  flex: 1 1 300px; /* Əsas eni 300px, lazım olduqda sıxılır */
}

#homeProItem:hover {
  transform: translateY(-5px);
}

#homeProX {
  position: relative;
}

#proBigImg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit:cover;
}

#proSmallImgX {
  flex-shrink: 0;
}

#proSmallImg {
  width: 100%;
  height: 268px;
  border-radius: 5px;
  object-fit: contain;
}

#homeProInfoCon {
  flex-grow: 1;
}

#productTitle {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
}

#productDesc {
  font-size: 14px;
  margin-bottom: 12px;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  #homeProItem {
    flex: 1 1 100%; /* Tam sətiri tutsun */
    max-width: 100%;
  }
   #homeProContainer{
      width: 80%;
   }
  #proSmallImg {
    width: 60%;
    height: 60%;
  }
}
button:focus, input:focus, textarea:focus, .btn:focus, .navbar-toggler:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}


a, a:hover {
  color: #171717;
  text-decoration: none;
}

.owl-nav.disabled, .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-stage-outer {
  margin-bottom: 0;
}

.title-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
/* Main section styling */
.service-details-two {
  /*padding-bottom: 105px;*/
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Container styling */

#service-details2 {
    padding-top: 7rem;
}

#preference {
    width:100% !important;
}

/* Section title styling */
.section-title {
  margin-bottom: 50px;
  text-align: center;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Row styling */

/* Service item styling */


.sr-tw-ul li {
  display: flex;
  margin-bottom: 40px; /* Increased margin for more space between items */
  align-items: flex-start;
  width: 100%; /* Make list items take full width */
}

.sr-tw-ul li:hover {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Service icon styling */
.icon, .icon-right {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}

.sr-thr-ul .icon {
  margin-right: 15px;
  margin-left: 0;
}

.icon img, .icon-right img {
  max-width: 100%;
  height: auto;
}

/* Service text styling */
.text {
  flex: 1;
  width: calc(100% - 75px); /* Make text take remaining width */
}

.text h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.text h4 a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.text h4 a:hover {
  color: #8a56e2;
}

.text p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  max-width: 100%; /* Ensure text takes full width */
}

/* Center image styling - BIGGER */
.sd-img {
  text-align: center;
  padding: 0 20px;
  display:inline;
}

.sd-img img {
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  margin-left: 0; /* Remove negative margin */
  display: block; /* Add this */
  margin: 0 auto;
}

/* Icon styles for purple icons */
.sr-tw-ul .icon, .sr-tw-ul .icon-right {
  color: #8a56e2;
}

/* Media queries for responsiveness */
@media (max-width: 991px) {
  .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .sd-img {
      display:none;
  }
  
  .d-none {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .col-lg-4, .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .service-details-two {
    padding-bottom: 60px;
  }
  
  .section-title h2 {
    font-size: 28px;
  }
}

/* Custom styling to match the image */
.sr-tw-ul li {
      position: relative;
    margin-bottom: 40px;
    min-height: 80px;
    padding: 10px;
    border-radius: 8px;
}

/* Custom styling for the image version */
.sr-tw-ul .icon img, .sr-tw-ul .icon-right img {
  filter: hue-rotate(270deg);
  width: 100%;
  max-width: 40px; /* Control icon size */
}

.pt-10 {
  padding-top: 10px;
}

/* Purple color theme */
.text h4 a {
  color: #383b6c;
}

.text h4 a:hover {
  color: #8a56e2;
}

/* Floating button styling (pink circle in bottom right) */
.floating-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #ff6db5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  cursor: pointer;
}
.title {
  margin: 0;
  font-size: 28px;
}

.desc {
  color: #6d7c90;
  font-size: 17px;
  padding-bottom: 16px;
  margin-bottom: 0;
}

.article-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 2.5%;
}

.grey-sec {
  background-color: #fff !important;
}

.home-pro-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    position: relative;
    
}

.home-pro-ul .home-pro-item{
    border: .1rem solid #bdbdbd;
    border-radius: 8px;
    min-height: 430px;
     position: relative
}

.home-pro-ul .home-pro-item img {
    display: block;
    transition: all .5s
}

.home-pro-ul .home-pro-item .pro-small-img {
    transition: all .8s
}

.home-pro-x {
    position: relative;
    transition: all .3s;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.my-div{
    font-size:13px !important;
    line-height:1.7;
}
.my-div ul{padding:0 !important;}
.home-pro-x .pro-big-img {
    /*aspect-ratio: 575/682;*/
    opacity: 0;
    position: absolute;
    object-fit:cover;
    transform: scale(1.2);
    border-radius: 8px;
    height: 100%;
}

.home-pro-x .home-pro-info {
    padding: 2rem;
    position: relative;
    transition: all .5s;
    width: 100%;
    height: 100%;
}

.home-pro-x .home-pro-info .pro-small-img-x {
    display: flex;
    justify-content: center;
    width: 100%
}

.home-pro-x .home-pro-info .pro-small-img-x img {
    height:380px;
    position: relative;
    width: 100%;
    object-fit:contain;
}

.home-pro-x .home-pro-info .home-pro-info-con {
    margin-top: 1rem
}

.home-pro-x .home-pro-info .home-pro-info-con h3 {
    transition: all .3s;
    height:76px;
    font-size:1.8rem !important;
    margin: auto;
    display: flex;
    align-items: center;
}
.home-pro-info-con>div{
    display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height:84px;
}
.home-pro-x .home-pro-info .home-pro-info-con p {
    margin: 0
}

.home-pro-x .home-pro-info .home-pro-info-con em {
   color: #666;
    display: block;
    font-size:15px;
    font-style: normal;
    height: 5.2rem;
    line-height: 1.2;
    margin-top: 1rem;
    overflow: hidden;
    transition: all .3s
}

.home-pro-x .home-pro-info .home-pro-info-con a {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 1.3em;
    font-weight: 700;
    gap: .8rem;
    line-height: 2.1rem;
    /*position: absolute;*/
    /*left: 30px;*/
    /*bottom: 20px;*/
}
.home-pro-x:hover .home-pro-info {
    background: rgba(3,8,38,.7)!important
}

.home-pro-x:hover .pro-big-img {
    opacity: 1;
    transform: scale(1.05)
}

.home-pro-x:hover .pro-small-img {
    opacity: 0;
    transform: scale(0)
}

.home-pro-x:hover .home-pro-info-con * {
    color: #fff!important
}

.home-pro-x:hover .home-pro-info-con img {
    filter: grayscale(100%) brightness(600%)
}

.custom-container {
    padding: 0 80px;
    width: 100%;
}

.animate__delay-05s{
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.dropdown-menu[data-bs-popper] {
    top: calc(100% + 24px);
    padding: 0;
}

.dropdown-menu .dropdown-item {
    color: #212121;
    font-size: 14px;
    padding: 20px;
    display: block;
    text-transform: uppercase;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.active {
    color: #fff;
    background: #eac02a;
}

:root {
    --img-max-width: 700px;
}

main {
    background: radial-gradient(96.92% 96.92% at 103.82% 87.19%, #212121 0, #464646 42.15%, #202020 100%);
}
.h-carousel{
    padding:40px 0;
}
.h-carousel .h-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 3000px;
    padding: 0 80px;
}

.h-carousel .swiper-main .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
    transition-timing-function: linear;
}

.h-carousel .swiper-main .swiper-slide:not(.swiper-slide-active) .swiper-img__holder { 
    visibility: hidden;
}

.h-carousel .swiper-main .swiper-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 70px;
    z-index:10000;
}

.h-carousel .swiper-main .swiper-controller__holder {
    width: 100%;
    height:0;
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: flex-end;
    z-index: 2;
    bottom: 30px;
    right: 0;
    left: 0;
}

.h-carousel .swiper-main .swiper-controller::after {
    content: '';
}

.h-carousel .swiper-main .button__holder {
    background-color: #000;
    border-radius: 50%;
    width: 55px !important;
    height: 55px !important;
    display: flex;
    justify-content: center;
    margin: 12px;
    cursor: pointer;
    align-items: center;
    transition: all 0.3s ease;
    opacity: .8;
}

.h-carousel .swiper-main .button__holder:hover {
    background-color: #e85258;
    opacity: .9;
}

.h-carousel .swiper-main .button__holder img {
    overflow: hidden;
    filter: invert(1);
    width: 25px;
    user-select: none;
}

.h-carousel .swiper-main .swiper-slide__holder {
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: 600px;
    height: 100vh;
}

.h-carousel .swiper-main .swiper-imgs {
    display: flex;
    align-items: center;
    position: relative;
}

.h-carousel .swiper-main .swiper-img__holder > div {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    user-select: none;
}

.h-carousel .swiper-main .swiper-img__holder {
    display: flex;
    justify-content: center;
    flex-direction: row;
    position: absolute;
    right: 0;
    transform: translateX(47%);
}

.h-carousel .swiper-main .swiper-text__holder .title {
    font-weight: 600;
    font-size: 46px;
    color: #fff;
    line-height: 70px;
    margin-bottom: 0;
}

.h-carousel .swiper-main .swiper-text__holder .sub-title {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.80);
    margin: 22px 0 0;
    line-height: 1.76;
    font-weight: 300;
}

.h-carousel .swiper-main .swiper-slide .button-container {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.h-carousel .swiper-main .swiper-slide .button-container > div {
    transition: all 0.3s ease;
}

.h-carousel .swiper-main .swiper-slide .button-container a {
    border: 2px solid #777;
    box-shadow: 0 0 14px 0 rgb(46 66 112 / 36%);
    background-color: #595959;
    margin: 0 35px 20px 0;
    padding: 16px 40px;
    outline: none;
    display: inline-block;
    width: max-content;
    border-radius: 15px;
    font-size: 15px;
    color: white;
    min-width: 190px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.h-carousel .swiper-main .swiper-slide .button-container > div:last-child a {
    background: #b38d07;
    border: 2px solid #b08d32;
    padding: 16px 30px;
    box-shadow: 0 0 14px 0 rgb(116 189 33 / 36%);
}

.h-carousel .swiper-main .swiper-slide .button-container div:first-child:hover a {
    transform: translateY(-5px);
    background-color: #303030;
}

.h-carousel .swiper-main .swiper-slide .button-container div:last-child:hover a {
    transform: translateY(-5px);
    background-color: #eac02ac4;
}

.h-carousel .swiper-main .swiper-imgs img  {
    position: relative;
    object-fit: contain;
    aspect-ratio: 1/1;
    max-width: var(--img-max-width);
    width: var(--img-max-width);
    display: block;
}

/*! text animation ------------------------  */

.animation-textUp { animation-name: textUp; }
.animation-textDown { animation-name: textDown; }
.animation-buttonUp { animation-name: buttonUp; }
.animation-buttonDown { animation-name: buttonDown; }

.h-carousel .swiper-main .swiper-slide-active .swiper-text__holder {
    animation-name: textDown;
    animation-delay: .7s;
}

.animation-kit {
    animation-fill-mode: both;
    animation-duration: .5s;
}

.h-carousel .swiper-main .swiper-slide-prev .swiper-text__holder,
.h-carousel .swiper-main .swiper-slide-next .swiper-text__holder {
    animation-name: textUp;
}

.h-carousel .swiper-main .swiper-slide-active .button-container {
    animation-name: buttonUp;
    animation-delay: .6s;
}

.h-carousel .swiper-main .swiper-slide-prev .button-container,
.h-carousel .swiper-main .swiper-slide-next .button-container {
    animation-name: buttonDown;
}

@keyframes textUp {
    0% {    
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-80px);
    }
}

@keyframes textDown {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }

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

@keyframes buttonUp {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

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

@keyframes buttonDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(70px);
    }
}

/*! text animation end -----------------------  */

/*! img animation  ------------------------------- */

.animation-kit__imgs {
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

.animation-nextSlideToNext { animation-name: nextSlideToNext; }
.animation-nextNextToActive { animation-name: nextNextToActive; }
.animation-nextActiveToPrev { animation-name: nextActiveToPrev; }
.animation-prevAnimation { animation-name: prevAnimation; }
.animation-prevPrevToActive { animation-name: prevPrevToActive; }
.animation-prevtActiveToNext { animation-name: prevtActiveToNext; }
.animation-prevNextToSlide { animation-name: prevNextToSlide; }

/*? ireli getme animasiyalari  */
@keyframes nextSlideToNext {
    0% {
        filter: blur(12px);
        transform: translateX(calc(1* var(--img-max-width) /2)) scale(0.4);
    }

    100% {
        filter: blur(12px);
        transform: translateX(calc(-1*var(--img-max-width) /2)) scale(0.4);
    }
}

@keyframes nextNextToActive {
    0% {
        filter: blur(12px);
        transform: translateX(calc(1* var(--img-max-width) /2)) scale(0.4);
    }

    100% {
        filter: blur(0);
        transform: translateX(0) scale(1);
    }
}

@keyframes nextActiveToPrev {
    0% {
        opacity: 1;
        transform: translateX(var(--img-max-width)) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateX(calc(-1*var(--img-max-width))) scale(4);
    }
}

/*? geriye getme animasiyalari  */

@keyframes prevAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes prevPrevToActive {
    0% {
        opacity: 0;
        transform: translateX(calc(-3*var(--img-max-width))) scale(4);
    }

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


@keyframes prevtActiveToNext {
    0% {
        filter: blur(0);
        transform: translateX(calc(-1*var(--img-max-width))) scale(1);
    }

    100% {
        filter: blur(12px);
        transform: translateX(calc(-1*var(--img-max-width)/2)) scale(0.4);
    }
}

@keyframes prevNextToSlide {
    0% {
        filter: blur(12px);
        transform: translateX(calc(-1* var(--img-max-width)*1.5)) scale(0.4);
    }

    100% {
        opacity: 0;
        filter: blur(12px);
        transform: translateX(calc(-1*var(--img-max-width) / 2)) scale(0.4);
    }
}

/*! img animation end  -------------------------------  */

@media screen and (max-width: 1399.99px) {
    :root {
        --img-max-width: 620px;
    }
}

@media screen and (max-width: 1199.99px) {
    :root {
        --img-max-width: 500px;
    }
    .h-carousel .h-container {
        padding: 0 30px;
    }

    .h-carousel .swiper-main .swiper-text__holder .title {
        font-size: 40px;
    }

    .h-carousel .swiper-main .swiper-text__holder .sub-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 990.99px) {
    :root {
        --img-max-width: 400px
    }

    .h-carousel .swiper-main .swiper-slide .button-container {
        margin-top: 40px;
    }

    .h-carousel .swiper-main .swiper-slide__holder {
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
        height: 850px;
        text-align: center;
        min-height: auto;
    }

    .h-carousel .swiper-main .swiper-slide__holder > div:first-child { order: 2;
    height:fit-content;
    }
    .h-carousel .swiper-main .swiper-slide__holder > div:last-child { order: 1;    align-items: flex-end; }

    .h-carousel .swiper-main .button-container {
        justify-content: center;
    }

    .h-carousel .swiper-main .swiper-text {
        justify-content: initial;
        padding-top: 0;
    }

    .h-carousel .swiper-main .swiper-img__holder {
        position: relative;
        left: 50%;
        transform: translateX(-37%);
    }
}

@media screen and (max-width: 767.99px) {
    :root {
        --img-max-width: 350px;
    }
    .h-carousel .swiper-main .swiper-text__holder .title {
        font-size: 32px;
        line-height: 1.2;
        margin: 8px 0;
    }
}

@media screen and (max-width: 575.99px) {
    :root {
        --img-max-width: 250px
    }
    .h-carousel .swiper-main .swiper-text__holder .sub-title {
        margin: 0;
    }

    .h-carousel .swiper-main .swiper-slide .button-container a {
        padding: 12px 0 !important;
    }

    .h-carousel .h-container {
        padding: 0 15px;
    }

    .h-carousel .swiper-main .swiper-slide__holder {
        height: 800px;
    }
}

@media screen and (max-width: 450px) {
    :root {
        --img-max-width: 230px
    }
    .h-carousel .swiper-main .swiper-text__holder .sub-title {
        font-size: 14px;
    }

    .h-carousel .swiper-main .swiper-slide .button-container {
        justify-content: center;
        flex-direction: column;
    }

    .h-carousel .swiper-main .swiper-slide .button-container a {
        margin: 0 0 20px 0;
    }

    .h-carousel .swiper-main .swiper-controller__holder { 
        justify-content: center;
    }
}



/* about section style */


/* best products */
.products-sec {
  padding: 60px 0;
  background: #eee;
}

.products-sec .custom-nav button {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.products-sec .custom-nav button i {
  stroke: #171717;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.products-sec .custom-nav button:hover {
  background-color: #fff;
}

.products-sec:not(.grey-sec) .custom-nav button:hover {
  background-color: #f5f5f5;
}

.products-sec:not(.grey-sec) .product-box a .title-wrapper {
  border: 1px solid #f2f3f5;
  border-top: none;
}

.product-box .box-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 25px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  /*-ms-flex-align: center;*/
  /*-webkit-box-align: center;*/
  /*        align-items: center;*/
  justify-content: flex-end;
  z-index: 1;
}

.product-box .box-top .product-cat {
  color: #fff;
  display: block;
}

.product-box .box-top .heart {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.product-box .box-top .heart svg {
  width: 100%;
  height: 100%;
}

.product-box .box-top .heart svg path {
  fill: #ddd;
}

.product-box .box-top .heart.fav svg path {
  fill: #ff0426;
}

.product-box a {
  display: block;
  color: #171717;
}

.product-box a .img-wrap {
  /*height: 245px;*/
  height: fit-content;
  position: relative;
  border: 1px solid transparent;
}

.product-box a .img-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: -1;
}

.product-box a .img-wrap img {
    width: 100%;
    height: 100%;
    aspect-ratio: 7/5.36;
    /*-o-object-fit: cover;*/
    /*   object-fit: cover;*/
    -o-object-fit: contain;
    object-fit: contain;
}

.product-box a .title-wrapper {
  background-color: #fff;
  padding: 25px;
  /*min-height: 220px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.product-box a .title-wrapper .title-wrap h5 {
  font-size: 24px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*min-height: 58px;*/
  min-height: 60px;
}

.product-box a .title-wrapper .title-wrap .product-code {
  display: block;
  font-size: 15px;
  color: #b3bdc7;
  margin-top: 4px;
}

.product-box a .title-wrapper .box-bottom {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 18px 0 10px;
}

.has-stock {
  font-size: 15px;
  color: #27ae60;
  margin: 0;
}

.has-stock i {
  margin-right: 4px;
}

.product-box a .title-wrapper .box-bottom .more-btn {
  background-color: #f2f3f5;
  padding: 15px 28px;
  border-radius: 32px;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  font-weight: 500;
}

.product-box:hover .img-wrap::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.product-box:hover .title-wrapper .box-bottom .more-btn {
  background-color: #6bdc8e;
  color: #fff;
}


/* category-list */
.category-list {
  padding: 70px 0;
}

.category-list .title {
    margin-bottom: 25px;
}

.cat-content .category-box-wrap {
    margin: 15px 0;
}

.category-box {
  display: block;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-in-out;
  margin: 0 auto;
  will-change: transform;
  border: 1px solid #afbbc6;
}

.category-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.7);
}

.category-box > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 1px 1px #000;
    padding: 5px;
}

.category-list .category-box-wrap:not(:last-child) .category-box > span,
.cat-content .category-box > span {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.category-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(234, 192, 42, 0.2901960784);
}

.category-box:hover {
  transform: scale(1.04);
}

.category-box:hover img {
  filter: none;
}

.category-list .category-box-wrap:last-child .category-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-box .category-icon {
    background: url(../img/arrow.png) no-repeat;
    display: block;
    width: 27px;
    height: 15px;
    margin: 5px 0 0 auto;
    filter: invert(1);
}

.category-list .category-box-wrap:last-child .category-box::before {
  background: rgb(58, 52, 52);
}

.category-list .category-box-wrap:last-child .category-box:hover .category-icon {
    -webkit-animation: arrowhower 800ms linear infinite;
    animation: arrowhower 800ms linear infinite;
}

@keyframes arrowhower {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.category-list .category-box-wrap:not(:last-child):not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    display: none;
}


/* projects */
#projects {
  padding: 50px 0;
  text-align: center;
}

#projects .title {
  margin-bottom: 25px;
}

#projects p {
  font-size: 16px;
  letter-spacing: 0.2px;
  margin-bottom: 40px;
  color: #909090;
}

#projects .projects-carousel-wrapper {
  position: relative;
}

#projects .projects-carousel-wrapper .owl-item:not(.center) {
  opacity: .2;
}

#projects .projects-carousel-wrapper .owl-item:not(.center) img {
    filter: grayscale(100);
}

#projects .projects-carousel-wrapper .custom-navs {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 40%;
}

#projects .projects-carousel-wrapper .custom-navs button {
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background-color: #f0f2f5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#projects .projects-carousel-wrapper .custom-navs button.owl-prev {
  left: -13px;
}

#projects .projects-carousel-wrapper .custom-navs button.owl-next {
  right: -13px;
}

#projects .projects-carousel-wrapper .custom-navs button i {
  color: #323232;
  margin-top: 4px;
  font-size: 16px;
}

#projects .projects-carousel-wrapper .custom-navs button:hover {
  background-color: #6b6b6b;
}

#projects .projects-carousel-wrapper .custom-navs button:hover i {
  color: #fff;
}

#projects .all-projects {
  display: inline-block;
  margin: 40px auto 0;
  position: relative;
  color: #eac02a;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.1px;
  padding-right: 20px;
}

#projects .all-projects i {
  -webkit-transform: translateX(5px) translateY(1px);
  transform: translateX(5px) translateY(1px);
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}

#projects .all-projects:hover i {
  -webkit-transform: translateX(8px) translateY(1px);
  transform: translateX(8px) translateY(1px);
}

.project-box {
  border-radius: 12px;
  overflow: hidden;
}

.project-box a {
  display: block;
  height: 100%;
}

.project-box a .img-wrap {
  height: 415px;
  overflow: hidden;
}

.project-box a .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  will-change: transform;
}

#projects .project-box a .project-info {
    background-color: #fff;
}

.project-box a .project-info {
  padding: 20px;
  background-color: #f2f4f6;
  text-align: left;
}

.project-box a .project-info .date {
  font-size: 14px;
  line-height: 16px;
  color: #909090;
}

.project-box a .project-info h6 {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.142857px;
  color: #333333;
  margin-bottom: 0;
  margin-top: 10px;
}

.project-box a:hover .img-wrap img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}


/* news section style */
#news {
    padding: 50px 0;
}

#news .title {
    margin-bottom: 25px;
}

.news-box {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background-color: #f2f4f6;
    transition: all 0.3s ease;
    will-change: transform;
}

.news-box .img-wrap {
    height: 200px;
}

.news-box .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
}
.ln-15{line-height:1.6;}
.news-box .news-title {
  padding: 20px;  
}

.news-box .news-title .date {
  font-size: 14px;
  line-height: 16px;
  color: #909090;
  display: block;
  margin-bottom: 10px;
}

.news-box h6 {
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 60px;
}

.news-box:hover {
    transform: translateY(-5px);
}


/* references section style */
#partners {
    padding: 50px 0;
}

#partners .title {
    margin-bottom: 25px;
}

#partners .partners-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -12px;
}

#partners .partners-wrapper .partner-wrap {
    width: calc(12.5% - 24px);
    margin: 12px;
}

#partners .partners-wrapper .partner-box {
     padding: 15px;
     margin: 15px 0;
     background-color: #fff;
     border: 1px solid #e6e6e6;
     height: 150px;
     border-radius: 4px;
     cursor: pointer;
     display: flex;
     align-items: center;
}

#partners .partners-wrapper .partner-box img {
     width: 100%;
     height: 100%;
     object-fit: contain;
     max-height: 80px;
     filter: grayscale(100%);
     opacity: 0.3;
     transition: 300ms all ease;
}

#partners .partners-wrapper .partner-box:hover img {
     filter: none;
     opacity: 1;
}
/*apply question*/

.cta {
    background-color: #f0f2f6;
    padding-block:3.188rem}

.cta_holder {
    display: flex;
    flex-wrap: wrap;
    row-gap: 2rem;
    justify-content: space-between;
    align-items: center
}

.cta-title {
    max-width:700px;
    margin-bottom: .5rem;
    font-size: 2.25rem;
    font-weight: 600
}

.cta-desc {
    margin-bottom:0;
    font-size: 1.25rem;
    font-weight: 400
}

.cta-link {
    display: inline-block;
    background: rgba(4, 71, 58,1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 3.125rem;
    text-align: center;
    line-height: 3.125rem;
    border-radius: 4px;
    font-size: .938rem;
    color: white;
    font-weight: 500;
    width: 18.75rem;
    max-width: 100%;
    -webkit-animation: ctaBtnPlay 4s ease infinite;
    animation: ctaBtnPlay 4s ease infinite;
    -webkit-box-shadow: 0 0 0 2px rgba(4, 71, 58,1);
    box-shadow: 0 0 0 2px rgba(4, 71, 58,1)
}

@keyframes ctaBtnPlay {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(4, 71, 58,.2);
        -moz-box-shadow: 0 0 0 0 rgba(4, 71, 58,.2);
        box-shadow: 0 0 0 0 rgba(4, 71, 58,.2)
    }

    1% {
        -webkit-box-shadow: 0 0 0 10px rgba(4, 71, 58,.2);
        -moz-box-shadow: 0 0 0 10px rgba(4, 71, 58,.2);
        box-shadow: 0 0 0 10px rgba(4, 71, 58,.2)
    }

    10% {
        -webkit-box-shadow: 0 0 0 10px rgba(4, 71, 58,.2),0 0 0 20px rgba(4, 71, 58,.1);
        -moz-box-shadow: 0 0 0 10px rgba(255,7,64,.2),0 0 0 20px rgba(4, 71, 58,.1);
        box-shadow: 0 0 0 10px rgba(4, 71, 58,.2),0 0 0 20px rgba(4, 71, 58,.1)
    }

    10% {
        -webkit-box-shadow: 0 0 0 15px rgba(4, 71, 58,.2),0 0 0 30px rgba(4, 71, 58,.1);
        -moz-box-shadow: 0 0 0 15px rgba(4, 71, 58,.2),0 0 0 30px rgba(4, 71, 58,.1);
        box-shadow: 0 0 0 15px rgba(4, 71, 58,.2),0 0 0 30px rgba(4, 71, 58,.1)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(4, 71, 58,.2);
        -moz-box-shadow: 0 0 0 0 rgba(4, 71, 58,.2);
        box-shadow: 0 0 0 0 rgba(4, 71, 58,.2)
    }
}

/*Done works*/
#satisfied-customers{padding:60px 0;}
.satisfied-customers_carousel .item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    transition: transform .25s ease, box-shadow .25s ease;
  }
  .satisfied-customers_carousel .item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  }
  .satisfied-customers_carousel .item__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .owl-stage{padding-bottom:20px;}
  .satisfied-customers_carousel .info {
    background: #f8fafc;
    padding: 22px 16px;
    border-top: 1px solid #e2e8f0;
  }
  .info-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 4px;
  }
  .info-row:last-child {
    margin-bottom: 0;
  }
  .info-label {
    font-weight: 600;
    color: #0f172a;
  }
  .info-value {
    color: #475569;
  }
/* footer */
footer {
	border-top: 1px solid hsla(0,0%,76.9%,.6);
}

footer .section-top {
	background-color: #f4f4f4;
	padding: 60px 0;
}

footer .section-top .media-wrapper {
	display: -ms-flexbox;
    display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
}

footer .section-top .footer-brand {
	margin-bottom: 30px;
	display: block;
}

footer .social-media {
    margin-top: 32px;
}

footer .social-media li {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #afbbc6;
	transition: all .25s ease-in-out;
}

footer .social-media li:not(:last-child) {
	margin-right: 20px;
}

footer .social-media li a {
	display: -ms-flexbox;
  	display: flex;
	-ms-flex-align: center;
    align-items: center;
	-ms-flex-pack: center;
    justify-content: center;
	height: 100%;
}

footer .social-media li i {
	color: #f4f4f4;
	font-size: 20px;
    position: relative;
    top: 1px;
}

footer .social-media li:nth-child(1):hover {
	background-color: #3b5998;
}

footer .social-media li:nth-child(2):hover {
	background-color: #e6683c;
}

footer .social-media li:nth-child(3):hover {
	background-color: #FF0000;
}

footer .section-top .footer-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

footer .section-top .footer-list li {
	padding-right: 8px;
}

footer .section-top .footer-list li:not(:last-child) {
	margin-bottom: 15px;
}

footer .section-top .footer-list li a {
	font-size: 16px;
	-webkit-transition: all 0.225s ease 0s;
  	-moz-transition: all 0.225s ease 0s; 
  	-o-transition: all 0.225s ease 0s;
  	transition: all 0.225s ease 0s;
}

footer .section-top .footer-list li.active a,
footer .section-top .footer-list li:hover a {
	color: #595959;
}

footer .section-top .info-box {
	padding: 22px 28px 24px;
    -webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
}

footer .section-top .contact-info-box {
	border: 1px solid #fff;
	background-color: #fff;
}

footer .section-top .order-info-box {
	border: 1px solid #d7dde3;
	background-color: transparent;
}

footer .section-top .info-box h6 {
	font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    min-height: 40px;
}

footer .section-top .wp-info-box h6 {
	color: #a3cb42;
} 

footer .section-top .info-box .tel-link {
	font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
	display: block;
}

footer .section-top .info-box span,
footer .section-top .info-box .email-link {
	display: block;
	font-size: 14px;
    line-height: 20px;
    margin-bottom: 18px;
}

footer .custom-btn2 {
	font-size: 16px;
	color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: all 0.225s ease 0s;
  	-moz-transition: all 0.225s ease 0s; 
  	-o-transition: all 0.225s ease 0s;
  	transition: all 0.225s ease 0s;
	padding: 15px 0;
	text-align: center;
	display: block;
	width: 100%;
}

footer .section-top .wp-info-box .wp-btn {
	background-color: #a3cb42;
	-webkit-box-shadow: 0 20px 30px -18px #a3cb42;
	-moz-box-shadow: 0 20px 30px -18px #a3cb42;
	-o-box-shadow: 0 20px 30px -18px #a3cb42;
	box-shadow: 0 20px 30px -18px #a3cb42;
}

footer .section-top .service-info-box {
    border: 1px solid #d7dde3;
    background-color: transparent;
}

footer .section-top .service-info-box h6 {
    color: #e3bb41;
}

footer .section-top .service-info-box .service-btn {
	background-color: #e3bb41;
	-webkit-box-shadow: 0 20px 30px -18px #e3bb41;
	-moz-box-shadow: 0 20px 30px -18px #e3bb41;
	-o-box-shadow: 0 20px 30px -18px #e3bb41;
	box-shadow: 0 20px 30px -18px #e3bb41;
}

footer .section-top .custom-btn2:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

footer .section-bottom {
    background-color: #111111;
    padding: 30px 0;
	color: #fff;
    font-size: 16px;
    line-height: 20px;
}

footer .section-bottom .footer-row {
    display: flex;
    flex-wrap: wrap;
	-ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
	margin: 0;
}


footer .section-bottom .footer-row .createby {
	margin-bottom: 0;
}

/*footer .section-bottom .footer-row .createby a {*/
/*	position: relative;*/
/*	color: #fff;*/
/*	margin-left: 5px;*/
/*}*/

/*footer .section-bottom .footer-row .createby a::after {*/
/*    content: "";*/
/*    height: 1px;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    background-color: #fff;*/
/*    display: block;*/
/*    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
/*    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
/*    -webkit-transform-origin: 0 50%;*/
/*    transform-origin: 0 50%;*/
/*    -webkit-transition-property: all;*/
/*    transition-property: all;*/
/*    -webkit-transition-duration: 0.5s;*/
/*    transition-duration: 0.5s;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/

/*footer .section-bottom .footer-row .createby a:hover::after {*/
/*    width: 0;*/
/*}*/


/* form styles */
.custom-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;
}

.custom-form input.effect {
    height: 50px;
}

.custom-form .effect:focus {
    border-color: #004437;
}

.custom-form .submit-btn {
    background-color: #004437;
    box-shadow: 0 0 14px 0 rgb(116 189 33 / 36%);
    color: #fff;
    border-radius: 15px;
    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;
}

.custom-form .submit-btn:focus,
.custom-form .submit-btn:hover {
    background-color: #b38d07;
}


/* modal */
.modal {
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-dialog {
    width: 500px;
}

.modal-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding-top: 20px;
    position: relative;
}

.modal-header {
    margin: 0 40px 10px 40px;
    padding-left: 0;
    border: none;
    border-bottom: 1px solid #004437;
}

.modal-title {
   font-weight: 500;
}

.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-body {
    padding: 0 40px 10px 40px;
}


/* breadcrumb */
.breadcrumb {
    padding-top: 18px;
    margin: 0;
}

.breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.breadcrumb-list svg {
    width: 12px;
    height: 12px;
}

.breadcrumb-list li {
    font-weight: 500;
}

.breadcrumb-list li i {
    padding: 0 15px;
    font-size: 12px;
}

.breadcrumb-list a {
    color: #a3a2a2;
}


/* inside pages */

.speedbar-home-link {
    color: #eee;
}

.over {
    display: flex;
    gap: 6px;
    font-size: 17px;
}

.speedbar-home-link {
    color: #797979;
}

.over svg {
    width: 20px;
    height: 20px;
}

.innerGrid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1rem;
}

.innerGrid.projects_grid {
    grid-template-columns: repeat(2,1fr)
}

.inside-pages{padding:0 !important;}

.inside-pages.xidmetler .xidmetler_full ul,
.section-padding ul {
    padding-left: 2rem;   
    font-size: inherit;
}
.xidmetler_full img{
    position: sticky;
    top: 100px;
}
.inside-pages.xidmetler .xidmetler_full ul li:not(.nav-item),
.section-padding ul li:not(.nav-item) {
    list-style: disc;   
}

.inside-pages.xidmetler .xidmetler_full ol li:not(.nav-item),
.section-padding ol li:not(.nav-item) {
    list-style: auto;   
}

.inside-pages.xidmetler .xidmetler_full.temir div:not(.quote) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.inside-pages.xidmetler .xidmetler_full .quote {
    width: 50%;
    padding: 0 0 15px 30px;
}

.inside-pages.xidmetler .xidmetler_full.temir div:not(.quote):nth-child(odd) > img, .inside-pages.xidmetler .xidmetler_full div:not(.quote):nth-child(odd) > a {
    margin-right: 5px;
}
.inside-pages.xidmetler .xidmetler_full.temir div:not(.quote) img, .inside-pages.xidmetler .xidmetler_full div:not(.quote) a {
    width: calc(50% - 10px);
}
.inside-pages.xidmetler .xidmetler_full .temirsekiller img {
    border-radius: 8px;
    margin: 0;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.service_gallery {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1rem;
}

.service_gallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.inside-pages .title-wrap-page {
    background-color: #f2f3f5;
    padding: 44px 0;
    text-align: center;
    color: #004437;
}

.inside-pages .static-content {
    font-size: 16px;
}

.inside-pages .static-content ul,
.inside-pages .static-content ol {
    padding-left: 2rem;
}

.inside-pages .static-content ul li:not(.nav-item) {
    list-style: disc;
}

.inside-pages .static-content ol li:not(.nav-item) {
    list-style: auto;
}

.advantages__block-text p {
    overflow-wrap: anywhere;
}

.inside-pages .static-content .static-row {
    display: flex;
    flex-wrap: wrap;
}

.inside-pages .static-content img {
    border-radius: 8px;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    
}

.inside-pages .static-row > img,
.inside-pages .static-row > a {
    width: calc(50% - 10px);
    margin-right: 5px;
}

.inside-pages .service-page .static-row div:not(.quote) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.inside-pages .service-page .static-row div:not(.quote) img,
.inside-pages .service-page .static-row div:not(.quote) a {
    width: calc(50% - 10px);
}

.inside-pages .service-page .static-row div:not(.quote):nth-child(odd) > img,
.inside-pages .service-page .static-row div:not(.quote):nth-child(odd) > a {
    margin-right: 5px;
}

.inside-pages .service-page .static-row div:not(.quote):nth-child(even) > img,
.inside-pages .service-page .static-row div:not(.quote):nth-child(even) > a {
    margin-left: 5px;
}

.inside-pages .static-content .quote {
    width: 50%;
    padding: 0 0 15px 30px;
}

.inside-pages .service-page .static-row div:not(.quote):nth-child(even) .quote {
    padding: 0 30px 15px 0;
}

/*.inside-pages .static-content ul li {*/
/*    padding-left: 20px;*/
/*    margin: 10px 0;*/
/*}*/

/*.inside-pages .static-content ul li::before {*/
/*    content: '';*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    background: url('../img/check2.png') no-repeat;*/
/*    background-size: 16px;*/
/*    display: inline-block;*/
/*    margin: 0 7px -2px 0;*/
/*}*/

.inside-pages .content-all {
    padding: 42px 0 60px;
}

.inside-pages .custom-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.inside-pages .contact-box {
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.17px;
    position: relative;
    height: 100%;
}

.inside-pages .contact-form-wrap.contact-box {
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.inside-pages .contact-box .contact-box-header {
    border-radius: 2px 2px 0 0;
    background-color: black;
    padding: 17px 30px;
    color: #fff;
    font-size: 20px;
}

.inside-pages .contact-info .contact-box-header {
    background: transparent;
    color: black;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.inside-pages .contact-info .mail {
    border-top: 1px solid #f0f0f0;
}

.inside-pages .contact-info ul {
    padding: 0px 30px;
}

.inside-pages .contact-info ul li {
    padding: 35px 0px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
}

.inside-pages .contact-info ul li a:not(:nth-child(2)) {
    margin-left: 15px;
}

.inside-pages .contact-info ul li a {
    transition: 300ms all ease;
}

.inside-pages .contact-info ul li a:hover {
    color: #939da6;
}

.inside-pages .contact-info ul li i {
    display: block;
    margin-right: 15px;
    font-size: 20px;
    color: #939da6;
}

.inside-pages .contact-form {
    padding: 20px 30px 50px;
}

.inside-pages .contact-wrap .contact-box {
    background-color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.17px;
    position: relative;
}

.inside-pages .contact-wrap .contact-form_wrap.contact-box {
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.inside-pages .contact-wrap .contact-box .contact-box-header {
    border-radius: 2px 2px 0 0;
    background-color: black;
    padding: 17px 30px;
    color: #fff;
    font-size: 20px;
}

#map {
    height: 400px;
}

#map .ymaps-2-1-79-image {
    background-size: contain;
}

.ymaps-2-1-79-copyrights-pane {
    display: none;
}

.cat-content .project-box {
    width: 100%;
    padding: 0;
}

.cat-content .product-box {
    margin: 4px;
    width: calc(25% - 8px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    padding: 0;
    position: relative;
    overflow: hidden;
}

.full-content .zoom-box .viewer-box {
    display: none;
    position: absolute;
    background: #fff;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #bdbdbd;
}

.inside-pages .full-content .big-image {
    height: 300px;
    width: 100%;
    object-fit: contain;
}

.full-content .zoom-box {
    position: relative;
    margin-bottom: 15px;
}

.full-content .zoom-box .zoom-selector {
    position: absolute;
    display: none;
    cursor: pointer;
}

.full-content .zoom-box .viewer-box > img {
    position: absolute;
    object-fit: contain;
}

.full-content .bullets img {
    border: 2px solid #f4f4f4;
    border-radius: 5px;
    width: 50px;
    height: 50px !important;
    display: inline-block;
    border-radius: 5px;
    margin: 4px;
    cursor: pointer;
    flex: none;
    object-fit: cover;
}

.full-content .bullets .active {
    border-color: #e85258;
}

.full-content .product-info-wrap {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 25px;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    margin-top: 20px;
}

.full-content .product-info-wrap p {
    font-size: 12px;
    margin-bottom: 9px;
    color: #333;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.full-content .product-info-wrap a {
    font-size: 14px;
    color: #333;
    text-align: center;
    display: block;
}

.full-content .product-info-wrap a i {
    margin-right: 10px;
    color: #004437;
    position: relative;
}

.static-content .video-sec,
.static-content .photo-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 30px -5px 0;
}
.video-sec{
    gap:15px;
}
.static-content iframe {
    width: calc(50% - 35px);
    height: 400px;
    border-radius: 8px;
}

.static-content:not(.dif-project) {
    margin: 30px auto 0;
}

.dif-project .highslide,
.dif-project img {
    display: none;
}

.dif-project .video-sec iframe {
    margin: 0 5px;
}

.static-content .photo-sec div {
    margin: 5px;
}

.dif-project div:not(.video-sec) iframe {
    margin-right: 5px;
}

.static-content .photo-sec div {
    width: calc(25% - 10px);
    /*height: 200px;*/
    border-radius: 8px;
}

.static-content .photo-sec div img {
    height: 100%;
}




/* Responsive */

/*@media screen and (max-width: 1199.99px) {*/
/*    #main .carousel .carousel-inner .carousel-item .item-text h2 {*/
/*        font-size: 40px;*/
/*    }*/
    
/*    footer .section-top {*/
/*        padding: 44px 0 0;*/
/*    }*/
    
/*    footer .section-top h6 {*/
/*        margin-top: 16px;*/
/*    }*/
/*}*/


@media screen and (max-width: 1400px) {
    #partners .partners-wrapper .partner-wrap {
        width: calc(14.28% - 24px);
    }
    
    .cat-content .product-box {
        width: calc(33.33% - 8px);
    }
}


@media screen and (max-width: 1199.99px) {
    .custom-container {
        padding: 0 30px;
    }
    
    .category-box-wrap,
    .news-box-wrap {
        margin: 12px 0;
    }
    
    #partners .partners-wrapper .partner-wrap {
        width: calc(16.66% - 24px);
    }
    
    footer .section-top .social-media-wrap .social-media li {
        margin-bottom: 10px;
    }
    
    footer .section-top .info-box .tel-link {
        font-size: 16px;
    }
    
    footer .section-top .footer-list {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    
    footer .section-top .info-box {
        padding: 22px 22px 24px;
    }
    
    footer .custom-btn2 {
        font-size: 16px;
    }
}

headr {
    max-width: 100%;
}
#hdr-item {
    max-width: 80%;
    margin: auto;
}
@media screen and (max-width: 1100px) {
    header #myMenu .navbar-nav .nav-item {
        margin-right: 16px;
    }
}


@media screen and (max-width: 991px) {
    header .right-side {
        display: none;
    }
    
    header #myMenu {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, .7);
        z-index: 9999999999;
        overflow-y: hidden;
    }
    
    header #myMenu .navbar-nav {
        width: 60%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: -100%;
        overflow-y: scroll;
          align-items: center;
          justify-content: center;
          padding: 90px 30px 40px 30px;
    }
    
    header #myMenu .close-m {
        padding: 26px 30px;
        text-align: right;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    
    header #myMenu .close-m i {
        font-size: 32px;
        cursor: pointer;
        color: #000;
    }
    
    header #myMenu .navbar-nav .nav-item {
        margin: 15px 0;
    }
    
    header #myMenu .navbar-nav .nav-item .nav-link {
        color: #000;
        text-shadow: none;
        font-size: 16px;
        text-align: center;
    }
    
    .dropdown-menu .dropdown-item {
        padding: 14px;
        text-align: center;
    }
    

}


@media screen and (max-width: 990.99px) {
    main .carousel-item .circle-wrap {
        width: 300px;
        height: 300px;
    }
    
    main .carousel-item img {
        max-width: 400px;
    }
    
    main .text-wrapper .btn-wrap {
        margin-top: 40px;
    }
    
    main .text-wrapper .btn-wrap div:first-child a {
        margin: 0 20px 20px 0;
    }
    
    main .text-wrapper .title {
        font-size: 40px;
    }
    
    main .text-wrapper p {
        font-size: 16px;
    }
    
    #projects .projects-carousel-wrapper .custom-navs {
        left: 30px;
        width: calc(100% - 60px);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    #projects .projects-carousel-wrapper .custom-navs button {
        background-color: #c8c8c8;
    }
    
    .inside-pages .cat-content .project-box {
        width: calc(100% - 50px);
    }
    
    .inside-pages .contact-info .contact-box-header {
        padding-left: 0;
        margin: 0;
        font-size: 32px;
    }
    
    .inside-pages .contact-info ul {
        padding: 0;
    }
    
    .inside-pages .static-content .static-row {
        display: block;
    }
    
    .inside-pages .static-row > img,
    .inside-pages .static-row > a,
    .inside-pages .service-page .static-row div:not(.quote) img,
    .inside-pages .service-page .static-row div:not(.quote) a {
        width: 100%;
        margin: 0 !important;
    }
    
    .inside-pages .static-content .quote {
        width: 100%;
        padding: 30px 0 0;
    }
    
    .inside-pages .service-page .static-row div:not(.quote):nth-child(even) .quote {
        order: 2;
        padding: 30px 0 0;
    }
    
    #partners .partners-wrapper .partner-wrap {
        width: calc(25% - 24px);
    }
    
    footer .section-top .footer-list {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    
    footer .section-top .info-box {
        margin-top: 30px;
    }
    
    .cat-content .product-box {
        width: calc(50% - 8px);
    }
    
    .static-content iframe {
        margin: 0;
        width: 100%;
    }
    
    .static-content .video-sec {
        margin: 30px 0 0;
    }
    
    .dif-project .video-sec iframe {
        margin: 10px 0 !important;
    }
    
    .static-content .photo-sec div {
        width: calc(33.33% - 10px);
    }
}


@media screen and (max-width: 767.99px) {
    
    header #myMenu .navbar-nav {
        width: 80%;
    }
    
    /*main .carousel-inner .carousel-item {*/
    /*    height: 850px;*/
    /*} */
    
    main .carousel-item .circle-wrap {
        width: 250px;
        height: 250px;
    }
    
    main .carousel-item img {
        max-width: 300px;
    }
    
    main .carousel-inner .carousel-item {
        /*height: calc(100vh - 150px);*/
        height: 850px;
        min-height: auto;
    }
    
    main .carousel-item .img-box,
    main .text-wrapper .btn-wrap {
        justify-content: center;
    }
    
    main .text-wrapper {
        max-width: 100%;
        text-align: center;
    }
    
    main .carousel-item .img-wrapper {
        height: 320px;
    }
    
    main .control-container {
        height: 12%;
    }
    
    #projects .projects-carousel-wrapper {
        width: 90%;
        margin: 0 auto;
    }
    
    #projects .projects-carousel-wrapper .custom-navs {
        left: -15px;
        width: calc(100% + 30px);
    }
    
    #projects .projects-carousel-wrapper .custom-navs button.owl-prev {
        left: 0;
    }
    
    #projects .projects-carousel-wrapper .custom-navs button.owl-next {
        right: 0;
    }
    
    #partners .partners-wrapper .partner-wrap {
        width: calc(33.33% - 24px);
    }
    
    footer .section-top {
        padding: 30px 0;
    }
    
    footer .section-top .info-box {
        text-align: center;
    }
    
    footer .section-top .info-box h6 {
        min-height: auto;
    }
    
    footer .section-top .info-box .custom-btn2 {
        width: 50%;
        margin: 0 auto;
    }
    
    footer .social-media {
        margin-top: 20px;
    }
    
    .cat-content .product-box {
        width: calc(80% - 8px);
    }
    
    .full-content .zoom-box .viewer-box {
        display: none !important;
    }
    
    .full-content .bullets  {
        margin-bottom: 20px;
    }
    
    main .text-wrapper .title {
        font-size: 32px;
        line-height: 1.2;
        margin: 8px 0;
    }
    
    .static-content .photo-sec div {
        width: calc(50% - 10px);
    }
}


@media screen and (max-width: 575.99px) {
    .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }
    
    .modal-body {
        padding: 0 20px 20px;
    }
    
    .modal-title {
        font-size: 16px;
    }
    
    .modal-header {
        padding: 10px 40px;
        margin: 0 auto;
    }
    
    header .section-top > div {
        justify-content: space-between;
    }
    
    header #myMenu .navbar-nav {
        width: 90%;
        padding: 90px 15px 40px 15px;
    }
    
    .custom-container {
        padding: 0 15px;
    }
    
    header #myMenu .close-m {
        padding: 26px 15px;
    }
    
    header .change-lang-wrap {
        margin-left: 15px;
    }
    
    header .change-lang-wrap .change-lang {
        display: none;
    }
    
    header .change-lang-wrap .lang-list {
        position: static;
        opacity: 1 !important;
    }
    
    main .carousel-inner .carousel-item {
        height: 800px;
    }
    
    main .carousel-item .circle-wrap {
        width: 200px;
        height: 200px;
    }
    
    main .carousel-item img {
        max-width: 250px;
    }
    
    main .text-wrapper .btn-wrap div a {
        padding: 12px 0 !important;
    }
    
    main .text-wrapper p {
        margin: 0;
    }
    
    main .carousel-item .img-wrapper {
        height: auto;
    }
    
    #projects .projects-carousel-wrapper .custom-navs button {
        width: 50px;
        height: 50px;
    }
    
    footer .section-bottom .footer-row span,
    footer .section-bottom .footer-row p {
        width: 100%;
        text-align: center;
    }
    
    footer .section-bottom .footer-row p {
        margin-top: 10px;
    }
}


@media screen and (max-width: 500px) {
    .project-box a .img-wrap {
        height: 300px;
    }
    
    #partners .partners-wrapper .partner-wrap {
        width: calc(50% - 24px);
    }
    
    .static-content iframe {
        height: 300px;
    }
    
    .static-content .photo-sec div {
        width: 100%;
    }
    .h-carousel{
        padding:50px 0;
    }
}


@media screen and (max-width: 450px) {
    .modal-header {
        padding: 10px 20px;
        margin: 0;
    }
    
    .modal-content .btn-close {
        right: 30px;
        top: 17px;
    }
    
    .category-box .img-wrap img {
        width: 50px;
    }
    
    .category-box .category-name h5 {
        font-size: 15px;
    }
    
    header #myMenu .navbar-nav {
        width: 100%;
    }
    
    main .text-wrapper .btn-wrap div a {
        width: 210px;
    }
    
    main .text-wrapper .btn-wrap div:first-child a {
        margin: 0 0 20px 0;
    }
    
    main .control-container {
        justify-content: center;
    }
    
    main .carousel-control-next, 
    main .carousel-control-prev {
        width: 40px;
        height: 40px;
    }
    
    main .carousel-control-next {
        margin-right: 12px;
    }
    
    main .carousel-item img {
        max-width: 230px;
    }
    
    main .text-wrapper p {
        font-size: 14px;
    }
    
    footer .section-top .info-box .custom-btn2 {
        width: 100%;
    }
    
    .inside-pages .contact-info ul li {
        display: block;
    }
    
    .inside-pages .contact-info ul li i {
        margin: 0 0 10px;
    }
    
    .cat-content .product-box {
        width: calc(100% - 16px);
        margin: 8px;
    }
    .h-carousel .swiper-main .swiper-imgs img{
        height:220px;
    }
    .h-carousel .swiper-main .swiper-text__holder .title{
        margin:4px 0 8px 0;
        font-size:23px;
    }
    .h-carousel .swiper-main .swiper-slide .button-container{
        margin-top:30px;
    }
    .h-carousel .swiper-main .swiper-controller__holder{
        align-items:center;
    }
}

#numbers {
    background: #eee;
}

#srcs{ max-width: 100%; margin: auto; padding: 3rem 0;}
#bdy {margin: 20vw 8vh;}
#nmbr {white-space: nowrap;}
#sct2 {padding: 82px 0px 48px 0px;}

 .center-image {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .advantage-item .card {
            width: 280px;
            border-radius: 10px;
            transition: all 0.3s ease;
            background-color: #fff;
            padding-top: 20px;
        }
        
        .advantage-item .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.15) !important;
        }

        @media (max-width: 1200px) {
            .advantage-item .card {
                width: 240px;
            }
        }

        @media (max-width: 992px) {
            .center-image {
                height: auto !important;
                display: block;
                padding: 20px 0;
            }

            /* Hide the image on small screens */
            .center-image img {
                display: none !important;
            }

            /* Cards should stack vertically with 5px space between them */
            .advantage-item {
                position: static !important;
                margin: 5px 0;  /* Ensure 5px space between cards */
                width: 100%;
                max-width: 450px;
                margin-bottom: 10px; /* Additional gap between the cards */
            }

            .advantage-item .card {
                width: 100%;
            }

            /* Align the cards in a vertical layout on small screens */
            .container {
                display: flex;
                flex-direction: column;
                gap: 5px; /* Space between cards */
                align-items: center;
            }
        }
 
.footer-row span a{
    color: #007bff !important;
}
@media screen and (max-width:325px){
    .satisfied_customers_box .satisfied_customers_img img{
          height:300px;
        }
        .h-carousel{
        padding:40px 0;
    }
}
/*about inner*/
/* about and contact inner */
.section-padding {
  padding: 30px 0;
}

.navigation-bar {
  height: 300px;
  width: 100%;
  width: 98%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.navigation-bar:after{
 position: absolute;
  inset: 0;
  content: "";
  transition: 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
}
.navigation-bar img {
  width: 100%;
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}
.navigation-bar-content {
  width: 100%;
  position: relative;
  z-index: 2;
}
.navigation-bar-content h1 {
  font-size: 24px;
  font-weight: bold;
  color: var(--white);
  text-transform:capitalize;
}
.customSpeed {
  display: none;
  margin-top: 20px;
  color: var(--white);
  font-size: 16px;
}
.customSpeed .speedbar .over> a {
  color: currentColor;
  font-size: 16px;
}
@media screen and (min-width:576px){
    .customSpeed{
        display:block;
    }
    .navigation-bar-content h1{
        font-size:28px;
        margin-bottom:20px;
    }
}

.static_page_all h1{
  font-size: 28px;
  font-weight: 600;
  padding: 0 0 40px;
  border-bottom: 1px solid #dbdbe2;
}
.static_page_content {
  line-height: 1.3;
  display: flex;
  gap: 20px;
  text-align:justify;
padding:20px 0;
  flex-direction: column;
}
.static_page_content img{
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  max-height: 300px;
}
.static_page_text img{
  display: none !important;
}
.static_page_text{
  font-size: 17px;
 
  
}
.static_page_form{
  padding: 30px 0;
}
.static_page_form h4{
  font-size: 21px;
}
.static_page_form_social{
  align-items: center;
  gap: 9px;
  padding: 20px 0;
}
.static_page_form_social a{
  margin: 0 20px 0 0;
  width: 38px;
  height: 38px;
  color: aliceblue;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
  transition: .3s;
}
.static_page_form_social_face{
  background: #3b5998;
}
.static_page_form_social_ins{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.static_page_form_social_tiktok{
  background: #1c1f23;
}
.static_page_form_social_twitter{
  background: #1DA1F2;
}
.static_page_form-wrapper{
  display: flex;
  align-items: center;
  padding: 40px 20px;
  gap: 15px;
  border: 1px solid #dbdbe2;
  border-radius: 20px;
  flex-wrap: wrap;
}
.static_page_form-wrapper h5{
  flex: 0 0 100%;
  font-size: 23px;
}
.static_page_form-wrapper input{
  flex:0 0 100%;
  position: relative;
  background: #eee;
  padding: 14px 10px;
  font-family: "Roboto", sans-serif;
  border: none;
  outline: none;
  border-radius: 5px;
}
.static_page_form-wrapper textarea{
  width: 100%;
  min-height: 140px;
  height:100%;
  max-height: 200px;
  background: #eee;
  border: none;
  max-width: 100%;
  flex: 0 0 100%;
  resize:vertical;
  outline: none;
  padding: 14px 10px;
  border-radius: 5px;
}
.static_page_form-wrapper button{
  padding: 14px 10px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  transition: .3s;
  border: 1px solid transparent;
  outline: none;
  background: var(--default);
  cursor: pointer;
  color: #fff;
}
.static_page_form-wrapper button:hover{
  border-color: var(--default);
  background: transparent;
  color: var(--default);
}

@media screen and (min-width:576px){
    .static_page_form-wrapper input{
          flex: 0 0 calc(50% - 10px);
        
    }
}
@media  (min-width:992px) and (max-width:1200px){
    .static_page_form-wrapper input{
        flex:0 0 100%;
    }
}
@media screen and (min-width:992px){
    .static_page_content{
      padding: 30px 50px 30px 0;
  border-right: 1px solid #dbdbe2;
    }
    .static_page_all h1{
        font-size:40px;
    }
    .static_page_text{
    max-height: 200px;
    overflow-y: auto;
    padding: 0 10px;
    word-spacing:-1px;
    }
}
@media (min-width:576px){
    .leader-background{
    background: url('/img/Adsız (1219 x 354 piksel) (1).webp')center/cover;
    height:400px;
}
}
@media (min-width:1600px){
    .leader-background{
    background: url('/img/Adsız (1219 x 354 piksel) (1).webp')center/cover;
    height:500px;
    }
}
@media (max-width:576px){
    .leader-background{
    background: url('/img/Adsız (1219 x 354 piksel) (430 x 739 piksel).jpg')center/cover;
    height:739px;
}
}
.leader-content{background:white;color:black;border-radius:170px;padding:60px !important;display:none;}
/* product cat */
 .related-products .item-card {
     background: #f8f8f8;
     border-radius: 16px;
 }
     .tabs{
    display:flex;gap:30px;align-items:flex-end;
    border-bottom:1px solid #ddd;margin-bottom:25px;
  }
  .tab{
    position:relative;padding:0 0 12px;cursor:pointer;
    font-size:22px;font-weight:600;color:#c8c8c8;
    user-select:none;transition:color .2s;
  }
  .tab.active{color:var(--text);}
  .tab.active::after{
    content:'';position:absolute;left:0;bottom:-1px;
    width:100%;height:6px;background:var(--accent);
  }

  /* ---------- CONTENT ---------- */
  .pane{display:none;font-size:18px;line-height:1.6;color:var(--text);}
  .pane.active{display:block;}
  .pane table{width:100%;}
  :is(.pane) tr,td,th,table{border:1px solid black;padding:5px;}

    * {box-sizing:border-box;}
    body{margin:0;font-family:Arial,Helvetica,sans-serif;}

    /* ====== Layout ====== */
    .product-page{
      max-width:1200px;
      margin:0 auto;
      padding:40px 15px;
      display:flex;
      flex-wrap:wrap;
      gap:40px;
    }
    .product-image{
      flex:1 1 480px;
      position:relative;
      background: #f8f8f8;
    }
      .product-image img{
        width:100%;max-height:500px ;object-fit:contain;
      }
      .zoom{
        position:absolute;top:20px;right:20px;
        width:46px;height:46px;
        border:2px solid #ddd;border-radius:50%;
        display:flex;align-items:center;justify-content:center;
        background:#fff;cursor:pointer;
      }

    .product-info{flex:1 1 400px;max-width:550px;}
    .product-info h2{font-size:22px !important;}

    /* ====== Typography / UI ====== */
    h1{margin:0 0 20px;font-size:40px;font-weight:700;}
    .price{color:#00635C;font-size:28px;font-weight:700;margin-bottom:20px;}
    .location{
      display:flex;align-items:center;gap:8px;
      margin-bottom:25px;color:var(--dark);font-weight:500;
    }
      .location i{color:#00635C;}
    p{margin:0 0 30px;line-height:1.6;color:var(--gray);}

    .add-to-cart{display:flex;gap:20px;margin-bottom:35px;}
      .add-to-cart input[type="number"]{
        width:120px;padding:12px;font-size:18px;text-align:center;
        border:1px solid #00635C;border-radius:3px;
      }
      .add-to-cart button,.add-to-cart a{
        flex:1;padding:12px 0;font-size:18px;font-weight:700;
        background:#00635C;border:none;cursor:pointer;
        transition:opacity .2s;
        color:white;
            width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
      }
      .add-to-cart button:hover{opacity:.8;}

    .meta{color:var(--dark);font-size:16px;}
      .meta span{font-weight:700;}
      .meta a{color:#00635C;text-decoration:none;transition:color .2s;}
      .meta a:hover{color:#000;}

    /* ====== Responsive tweak ====== */
    @media (max-width:900px){
      .product-page{flex-direction:column;}
      h1{font-size:32px;}
    }
    /* Ñ€Ð°Ð·Ð¼ÐµÑÑ‚Ð¸Ñ‚Ðµ Ñ€ÑÐ´Ð¾Ð¼ Ñ Ð¾ÑÑ‚Ð°Ð»ÑŒÐ½Ñ‹Ð¼Ð¸ ÑÑ‚Ð¸Ð»ÑÐ¼Ð¸ */
.specs{
  width:100%;
  border:1px solid #e5e5e5;          /* Ð²Ð½ÐµÑˆÐ½ÑÑ Ñ‚Ð¾Ð½ÐºÐ°Ñ Ñ€Ð°Ð¼ÐºÐ° */
  border-collapse:collapse;
  margin-top:15px;
}

.specs th,
.specs td{
  padding:8px 28px;
  font-size:18px;
  margin-bottom: 0;
}

.specs tr:nth-child(even){
  background: rgba(0, 0, 0, .025);
}

.specs th{
  text-align:left;
  font-weight:700;
  white-space:nowrap;
}

.specs td{
  font-style:italic;
  color:#555;
}

.specs tr+tr{                         /* Ð¿ÑƒÐ½ÐºÑ‚Ð¸Ñ€ Ð¼ÐµÐ¶Ð´Ñƒ ÑÑ‚Ñ€Ð¾ÐºÐ°Ð¼Ð¸ */
  border-top:1px dashed #e5e5e5;
}

.related-products {
    max-width: 1200px; margin: 0 auto; padding: 40px 15px;
    display: grid ;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
#product_cat {
    padding: 3rem 0;
}

.product-static {
     display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.product_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.term--view-mode-card-tile .component-card__container {
    color: #414b50;
    flex-direction: row;
    padding: .5714285714rem;
}

.component-card__container {
    border-width: .0714285714rem;
    border-radius: .5714285714rem;
    background-color: #fff;
    border-color: #dde0e2;
    border-style: solid;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%;
}

.term--view-mode-card-tile h2 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.43;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: calc(3 * 1rem * (1.43 + .1));
    margin-right: 1.1428571429rem;
}

.term--view-mode-card-tile .term__content {
    padding-top: 1.7142857143rem;
}

.term__title {
    text-transform: uppercase;
}

.term__content img {
    width: 60px;
}

.term--view-mode-card-tile .term__content {
    padding-top: .8571428571rem;
    align-self: flex-end;
    margin-left: auto;
}

.term--view-mode-card-tile .field--type-image {
    height: 3.7142857143rem;
}

.term--view-mode-card-tile .field--type-image svg {
    height: 3.7142857143rem;
    width: 3.7142857143rem;
    overflow: hidden;
    padding: 0;
}

/* product kat end */
#foto2 br{display:none;}
#foto2{
    gap:15px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
}
#foto2 img{height:350px;width:100%;border-radius:10px;background:#f6f7f8;}
#video{display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:15px;}
#video iframe{
    height:350px;
    width:100%;
    border-radius:10px;
}