.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;
}
.bannerMargin {
    margin-top: 155px;
}

.fancybox-toolbar {
  top: unset !important;
  right: unset !important;
  bottom: 10% !important;
  display: flex !important;
  justify-content: center !important; 
  width: 100% !important;
}
.fancybox-caption__body {
  max-height: 50vh !important;
  color: #BEB70A !important;
  font-family: Poppins !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  overflow: auto !important;
  pointer-events: all !important;
}
.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 12px solid rgba(255, 255, 255, 0.36) !important;
  box-shadow: 0px 4px 133px 0px rgba(0, 0, 0, 0.46) !important;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.referenceLine
{
    position: relative;
}

.referenceContainer {
    margin-bottom: 96px;
}

.referenceItem {
    position: relative;
}
.progressActions a:hover {
    background: #00a0e3 !important;
    border: 2px solid #ffffff !important;
    color: white !important;
}
.cardOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000008a;
    opacity: 0;
    transition: .4s;
}
.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;

    box-shadow: unset !important;
}
.accordion-collapse {
    font-family: Poppins !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    letter-spacing: 0em !important;
    text-align: left;
    box-shadow: 0px 4px 20.5px 0px #0000001F !important;
}
.accordion-button:not(.collapsed) {
    color: rgb(0, 0, 0) !important;
    background-color: unset !important;
    box-shadow: none;
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 14px;
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    background-color: #E4E7EC;
    width: 2rem;
    border: 1px solid #F9FAFB;
    height: 2rem;
    border-radius: 5rem;
    background-position: center !important;
    background-size: 14px !important;
}
.accordion-button {
    font-family: Poppins !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
}
.accordion-item {

    margin-bottom: 1rem !important;
    border: 0 !important;
}
.accordion-header {
    box-shadow: 0px 4px 20.5px 0px #0000001F !important;
}
.cardOverlay:hover
{
    opacity: 1;
    transition: .4s;
}

    .cardOverlay a {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

.referenceItem .itemImage {
    aspect-ratio: 2/1.3;
    width: 100%;
    object-fit: cover;
}

.referenceLine::before
{
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f1f1f1;
}

.referenceDates {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -7px;
}

.referenceDate {
    background: #fff;
    padding: 12px;
}

.progressbar {
  margin-bottom: 96px;
  background: transparent;
  box-sizing: border-box;
  display: flex;
  height: 6em;
  overflow: hidden;
  padding: 1em 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow: auto;
}

.progressbar::-webkit-scrollbar
{
  -webkit-appearance: none;
  height: 5px;
}

.progressbar::-webkit-scrollbar-thumb
{
  background-color: #9FAC1E;
}

.progressLine {
    margin: 2rem 0;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}

.line {
    width: 100%;
    height: 2px;
    background-color: #00A0E3;
}

.progressActions {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 120px;
}

    .progressActions a {
        padding: .5rem 1rem;
        background: #fff;
        font-family: Poppins;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
        border: 2px solid transparent;
    }


/* Track */
.progressbar::-webkit-scrollbar-track {
  background: #D6D8DA;
}


/* Handle on hover */
.progressbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}


  
  .progressbar::before {
    border: 1px solid #9FAC1E; /* $lowlight değerini uygun bir renk koduyla değiştirin */
    content: "";
    display: block;
    position: absolute;
    top: 4em;
    width: 100%;
  }
  
  .progressbar__radio {
    display: none;
  }
  
  .progressbar__radio:checked + label ~ label {
    color: #9FAC1E; /* $lowlight değerini uygun bir renk koduyla değiştirin */
  }
  
  .progressbar__radio:checked + label ~ label::before {
    background: rgb(0, 0, 0);
    border-color: #BDBDC1; /* $lowlight değerini uygun bir renk koduyla değiştirin */
  }
  
  .progressbar__radio:checked + label ~ label::after {
    background: #BDBDC1; /* $lowlight değerini uygun bir renk koduyla değiştirin */
  }
  
  .progressbar__label {
    color:#54555E; /* $highlight değerini uygun bir renk koduyla değiştirin */
    display: flex;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    justify-content: center;
  }
  

  .progressbar__label::after {
    background: #9FAC1E; /* $highlight değerini uygun bir renk koduyla değiştirin */
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 50%;
    top: 3em;
    width: 100%;
  }
  
  .progressbar__label:last-of-type::after {
    right: 0;
    width: 150%;
  }


.tabName {
    position: relative;
    top: 2.2rem;
    width: max-content;
    display: block;
    height: max-content;
    background: #f8f8f8;
    z-index: 3;
    padding: 0 0.5rem;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.img-detail {
    position: absolute;
    color: white;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    bottom: 0;
    left: 0;
    word-break: break-word;
    padding: 2rem;
    z-index: 2;
}
  
  
  .image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  
  .text {
    padding: 16px 32px;
  }
.sonra {
    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: 10px 50px !important;
    margin-bottom: 96px;
}
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.32);
  }
  
  .modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 630px;
    text-align: center;
    position: relative;
    top: 61%;
    border-radius: 0 !important;
    transform: translateY(-50%);
    border: 12px solid rgba(255, 255, 255, 0.36) !important; 
  box-shadow: 0px 4px 133px 0px rgba(0, 0, 0, 0.46) !important;

  }
  .modal-image {
    width: 100%;
    height: auto;
  }
  
  .close {
    font-size: 19px;
    font-weight: bold;
    position: absolute;
    top: -3.5rem;
    right: -10px;
    cursor: pointer;
    border-radius: 60px;
    width: 2rem;
    background: rgba(255, 255, 255, 0.46);
    height: 2rem;
    color: black !important;
  }
  
  .close:hover,
  .close:focus {
    color: #ccc;
    text-decoration: none;
    cursor: pointer;
  }
  .cards:hover .modalButton{
  transition: .5s !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: #00A0E3 !important;
}
  
  .headerScrollFixed.show {
    top: 0;
    transition: .4s;
    /*padding: 1.5rem !important;*/
  }
  .active{
      color: #9FAC1E !important;
  } 
  .header-iki.show {
    top: 0;
    transition: .4s;
    padding: 2rem !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;
  }
  .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: #00A0E3 !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;
  }

.applicationCard {
    position: relative;
    overflow: hidden;
    border: 0 !important;
    border-radius: 0 !important;
    aspect-ratio: 3/1.6;
    height: 100%;
}

    .applicationCard img {
        aspect-ratio: 3/1.6;
        object-fit: cover;
        height: 100%;
    }

    .applicationCard .card-body {
        position: absolute;
        bottom: -60%;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        row-gap: 17px;
        padding: 36px;
        transition: .4s;
        z-index: 2;
    }

    .applicationCard .applicationCardOverlay {
        background: rgba(37, 39, 49, 0.80);
        backdrop-filter: blur(4px);
        transition: .3s;
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .applicationCard:hover .applicationCardOverlay {
        bottom: 0;
    }

    .applicationCard .card-body .card-title {
        margin: 0;
        color: #FFF;
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 34px;
        min-height: 34px;
        max-height: 34px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .applicationCard .card-body .card-text {
        color: rgba(255, 255, 255, 0.64);
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        min-height: 100px;
        max-height: 100px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .applicationCard .cardArrow {
        position: absolute;
        bottom: .5rem;
        left: 26px;
    }

    .applicationCard:hover .card-body {
        bottom: 0%;
        transition: .4s;
    }

    .applicationCard:hover .applicationCardOverlay {
        bottom: 0;
    }

  
  .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;
  }

.referenceDateAccordion {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: none;
}

    .referenceDateAccordion .accordion-body {
        padding-top: 0;
        padding-bottom: 0;
    }

    .referenceDateAccordion .accordion-item
    {
        border: none;
    }

    .referenceDateAccordion .accordion-button.collapsed {
        box-shadow: 0px 0px 8px 0px #00000014;
        font-weight: 400;
        font-family: 'Poppins';
        font-size: 14px;
    }

    .referenceDateAccordion .accordion-body ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
    }

        .referenceDateAccordion .accordion-body ul li a {
            border-bottom: 1px solid #efefef;
            width: 100%;
            display: block;
            padding: 1rem 0rem;
            font-family: 'Poppins';
            font-size: 16px;
            line-height: normal;
            font-weight: 500;
        }

        .referenceDateAccordion .accordion-body ul li:last-child a {
            border: none;
        }

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #00a0e3;
    box-shadow: none;
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 14px;
}

.referenceDateAccordion .accordion-button::after {
    content: '\f078';
    background-image: none;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-size: 17px;
}

  @media only screen and (max-width: 1440px)
  {
    .progressActions {
        column-gap: 80px;
    }

    .kurumsalTitle {
        font-size: 32px;
    }

    .img-detail {
        font-size: 18px;
    }
  }

  @media only screen and (max-width: 1199px)
  {
    .progressActions {
        column-gap: 40px;
    }
    .kurumsalTitle {
        font-size: 30px;
    }

    .img-detail {
        font-size: 16px;
        padding: 1.5rem;
    }

    .applicationCard .cardArrow {
        transform: scale(0.7);
    }


    .applicationCard .card-body {
        bottom: -60%;
        padding: 16px;
    }

    .applicationCard .cardArrow {
        position: absolute;
        bottom: .5rem;
        left: 0px;
    }
  }
  
@media only screen and (max-width: 991px){
    .kurumsalTitle{
        margin-top: 50px;
      }
    .progressLine {
        display: none;
    }

    .referenceDateAccordion
    {
        display: block;
    }

    .img-detail {
        font-size: 15px;
        padding: 1.2rem;
    }
}

@media only screen and (max-width: 767px)
{
    .img-detail {
        font-size: 14px;
        padding: 1rem;
    }

    .referenceDateAccordion .accordion-body ul li a {
        font-size: 14px;
        line-height: normal;
    }

    .applicationCard .card-body {
        bottom: -210px;
        padding: 16px;
    }
}

@media only screen and (max-width: 575px)
{
    .img-detail {
        font-size: 18px;
        padding: 1.5rem;
    }
    .applicationCard .card-body {
        bottom: -200px;
        padding: 16px;
    }

    .applicationCard {
        aspect-ratio: unset !important;
        height: 340px;
    }

    .applicationImage {
        aspect-ratio: unset;
        height: 340px;
    }

    .applicationCard .cardArrow {
        position: absolute;
        bottom: 1rem;
    }
}

@media only screen and (max-width: 425px)
{
    .img-detail {
        font-size: 16px;
        padding: 1.2rem;
    }
}

@media only screen and (max-width: 375px)
{
    .img-detail {
        font-size: 15px;
        padding: 1rem;
    }

    .applicationCard {
        aspect-ratio: unset !important;
        height: 260px;
    }

    .applicationImage {
        aspect-ratio: unset;
        height: 260px;
    }

    .applicationCard .card-body {
        bottom: -160px;
        padding: 16px;
    }
}