.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;
}
.applicationCard {
    position: relative;
    overflow: hidden;
    border: 0!important;
    border-radius: 0!important;
    aspect-ratio: 3/1.6;
}

.applicationCard img
{
    aspect-ratio: 3/1.6;
    object-fit: cover;
}

 .bosluk{
    margin-top: 61px !important;

 }

.defaultMargin {
    margin-bottom: 96px;
}

.applicationCarousel img {
    aspect-ratio: 3/1.3;
    object-fit: cover;
}

.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 .cardOverlay {
  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 .cardOverlay {
  bottom: 0;
}
.card-title-iki {
    margin-bottom: 10px;
    color: var(--blue-blue-600, #252731);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.card-text-iki {
    color: var(--blue-blue-300, #707178);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.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;
}

.applicationList {
    row-gap: 24px;
}

.mobile img {
    height: unset;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.mobile .arka-card {
    background-color: #F2F2F3 !important;
    padding: 20px;
    min-height: 203px;
    max-height: 203px;
}


.applicationCard .cardArrow {
    position: absolute;
    bottom: .5rem;
    left: 26px;
}
.applicationCard:hover .card-body
{
  bottom: 0%;
  transition: .4s;
}
.fazlaButton{
    border-radius: 4px !important;
background: var(--blue-blue-600, #252731) !important;
padding: 10px 50px !important;
color: #FFF !important;
font-family: Poppins !important;
font-size: 16px !important;
font-style: normal !important;
font-weight: 500 !important;
margin-bottom: 96px !important;
margin-top: 42px !important;
}
.sliderTitle {
    color: var(--blue-blue-600, #252731);
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 50px;
    margin-bottom: 40px;
}
.owl-nav i {
  font-size: 25px;
  color: #252731;
}
.sliderDetail {
    margin-top: 30px !important;
    color: #44464A;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.game-section {
  padding: 0px 0px;
  margin-top: 115px;
  margin-bottom: 96px;
}
.owl-nav > div {
 display: none !important;
}
.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.game-section .item {
  margin: 0 15px 60px;
  width: 385px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.game-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.game-section .item-desc {
  margin-bottom: 2rem;
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p {
  margin-top: 1rem;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.game-section .owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}

.carousel-control-next {
    width: max-content;
    right: -40px;
    color: #252731;
    opacity: 1;
    font-size: 24px;
}
.carousel-control-prev {
    width: max-content;
    left: -40px;
    color: #252731;
    opacity: 1;
    font-size: 24px;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover
    {
        color: #252731;
        opacity: 1;
    }
    /***** responsive css Start ******/
    .logoCarousel {
        object-fit: none;
        padding: 2rem;
    }
.uygulamaBosluk{
  margin-top: 32px !important;
}
.arka-card{
  background-color: #F2F2F3 !important;  
  padding: 20px;
}
.mobile{
  display: none !important;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 8px !important;
  height: 8px !important;
  border-radius: 1rem !important;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #9FAC1E !important;
  background-clip: padding-box;
  border: 4px solid white !important;
  opacity: .5;
  transition: opacity .6s ease;
}
.slider-titles{
  text-align: center;
  position: absolute;
  bottom: 2rem !important;
  color: var(--White, #FFF);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: center;
  width: 100%;
}
.mobile-img{
  position: relative;
}
.wrap-mobile{
  display: none;
  background: linear-gradient(92deg, #252731 2.53%, #1D1F26 100%) !important;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.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;
}
.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: #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;
}

.bannerMargin {
    margin-top: 155px;
}

.bannerMargins {
    margin-top: 50px;
}
    


.custom-carousel .applicationCard
{
    aspect-ratio: 3/2
}

    .custom-carousel .applicationCard .applicationImage {
        aspect-ratio: 3/2;
        object-fit: cover;
    }

    .custom-carousel .owl-dots
    {
        display: none;
    }


.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;
}

.mobile .arka-card {
    position: relative;
}
.mobile .arka-card .cardArrow
{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

@media only screen and (max-width: 1199px)
{
    .applicationCard .cardArrow {
        transform: scale(0.7);
    }

    .custom-carousel .applicationCard {
        aspect-ratio: 3/2.4;
    }
    .custom-carousel .applicationCard img {
        aspect-ratio: 3/2.4;
    }

    .applicationCard .card-body {
        bottom: -60%;
        padding: 16px;
    }
     
    .applicationCard .cardArrow {
        position: absolute;
        bottom: .5rem;
        left: 0px;
    }
}

@media only screen and (max-width: 991px){
    .margin-banner {
        margin-top: 0 !important;
    }
    .geri-title{
        margin-top:50px !important;
    }
    .bannerMargin {
        margin-top: 55px !important;
        margin-bottom: 0rem !important;
    }
    .bannerMargins {
        margin-top: 3rem !important;
    }
  .kurumsalTitle{
    margin-top: 40px !important;
  }
  .carousel-control-next{
    display: none !important;
  }
  .carousel-control-prev{
    display: none !important;
  }
  	.owl-nav{
      display: none !important;
    }
    .mobile{
      display: block !important;
      margin-top: 48px;
    }
    .masa{
      display: none !important;
    }
    .bosluks{
      margin-bottom: 2rem !important;
    }

    .applicationCard .card-body {
        bottom: -280px;
        padding: 16px;
    }

    
}

@media only screen and (max-width: 767px)
{
    .applicationCard .card-body {
        bottom: -210px;
        padding: 16px;
    }
}

@media only screen and (max-width: 575px)
{
    .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: 375px)
{
    .applicationCard {
        aspect-ratio: unset !important;
        height: 260px;
    }
    .applicationImage {
        aspect-ratio: unset;
        height: 260px;
    }
    .applicationCard .card-body {
        bottom: -160px;
        padding: 16px;
    }
}