.header-iki.show {
  top: 0;
  transition: .4s;
  padding: 2rem !important;
}
.bannerMargin {
    margin-top: 155px;
}

.headerScrollFixed {
  top: -107px;
  position: fixed!important;
transition: .4s;
background: none !important;
background: var(--blue-blue-600, #252731) !important;
box-shadow: 0px 4px 35px 0px rgba(159, 172, 30, 0.10) !important;
}
.header-iki {
top: -107px;
width: 100%;
position: fixed!important;
transition: .4s;
background: none !important;
background: var(--blue-blue-600, #252731) !important;
box-shadow: 0px 4px 35px 0px rgba(159, 172, 30, 0.10) !important;
z-index: 444445;
}
.iki-bar{
  color: white;
}
.active{
  color: #9FAC1E !important;
}
.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  display: block;
  color: #FFF;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  transition: 0.3s;
}


.mobileNav{
  background: var(--White, #FFF);
box-shadow: 0px 4px 23px 0px rgba(16, 24, 40, 0.08);
}
.mobile-logo{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem;
}

.kurumsalTitle
{
    color: var(--blue-blue-600, #252731);
text-align: center;
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-top: 170px;
}
.urunTitle{
    color: var(--blue-blue-600, #252731);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.urunTitleİki{
    color: var(--blue-blue-600, #ffffff);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: end;

}
.urunDetail{
    color: var(--blue-blue-400, #54555E);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}
.urunDetailİki{
    color: var(--blue-blue-400, #ffffff);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
text-align: end;
}
.bosluk {
    margin-top: 50px !important;
    margin-bottom: 62px !important;
}
.bannerArka{
    background: #252731 !important;
    padding: 96px !important;
}
.siyahBtn {
    border-radius: 4px !important;
    background: var(--blue-blue-600, #252731) !important;
    color: #FFF !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    padding: 8px 50px !important;
    margin-bottom: 96px !important;
    font-size: 3vw;
    margin: max(1rem, 3vw);
    padding: 10px 50px !important;
}
  .headerScrollFixed {
      top: -107px;
      position: fixed!important;
    transition: .4s;
    background: none !important;
    background: var(--blue-blue-600, #252731) !important;
    box-shadow: 0px 4px 35px 0px rgba(159, 172, 30, 0.10) !important;
  }
  .nav-link:focus, .nav-link:hover {
    color: unset !important;
  }
  .active:hover{
    color: #9FAC1E !important;
  }
  
  .headerScrollFixed.show {
    top: 0;
    transition: .4s;
    /*padding: 1.5rem !important;*/
  }
  .active{
      color: #9FAC1E !important;
  }
@keyframes borderRotate {
    100% {
      --angle: 420deg;
    }
  }

.productImage {
    aspect-ratio: 2/1.5;
    object-fit: cover;
}

.productTextArea {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

@media only screen and (max-width: 1440px)
{
    .urunTitle, .urunTitleİki {
        font-size: 18px;
    }

    .urunDetail, .urunDetailİki {
        font-size: 14px;
        line-height: 24px;
    }

}

@media only screen and (max-width: 1199px)
{
    .urunTitle, .urunTitleİki {
        font-size: 17px;
    }

    .urunDetail, .urunDetailİki {
        font-size: 13px;
        line-height: 23px;
    }
}

  @media only screen and (max-width: 991px){
    .kurumsalTitle{
        margin-top: 50px;
      }

    .order-991-1
    {
        order: 1;
    }
    .order-991-2
    {
        order: 2;
    }

    .urunTitleİki {
        text-align: start!important;
    }

    .urunDetailİki {
        text-align: start!important;
    }

    .productImage {
        aspect-ratio: 2/1.3;
        object-fit: cover;
    }

    .productTextArea {
        display: flex;
        flex-direction: column;
        row-gap: 16px;
    }
}
@media only screen and (max-width: 767px){
  .bosluk {
    margin-top: 41px !important;
    margin-bottom: 50px !important;
}
  .bannerArka {
   padding: unset !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
  .degisme1{
    order: 2;
   }
   .degisme2{
    order: 1;
   }
}