.dark-footer
{
    background: #000;
}
.bannerMargin {
    margin-top: 155px;
}


.defaultMargin {
    margin-bottom: 96px;
}
.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;
}
.kurumsalDetail{
    margin-top: 36px;
    margin-bottom: 48px !important;
    color: #143741;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
}
.bannerVideo{
    background: rgba(37, 39, 49, 0.96);
backdrop-filter: blur(5.5px);
padding: 56px;
}
.image-container {
    position: relative;
    text-align: center;
    margin-top: 96px;
    margin-bottom: 126px;
  }

.centered-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 27px;
    background-color: #00a0e3c2 !important;
    backdrop-filter: blur(2px) !important;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5rem;
}
  .centered-button i{
font-size: 16px;
  }
  #container {
    position: relative;
}
#resim, #video {
    max-width: 100%;
    display: block;
}

#video {
    display: none; /* Başlangıçta video gizli */
}
.sizinİcin{
    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: 92px;
}
    .sizinİcin span {
        color: #00A0E3;
        font-family: Poppins;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
.sertifikaDetail{
    color: #143741;
text-align: center;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
margin-top: 36px;
}
.sertifika{
    margin-top: 92px !important;
    margin-bottom: 92px;
}
.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;
}
.nav-link:focus, .nav-link:hover {
  color: unset !important;
}
.active:hover{
  color: #9FAC1E !important;
}
.iki-bar{
  color: white;
}

.headerScrollFixed.show {
  top: 0;
  transition: .4s;
  /*padding: 1.5rem !important;*/
}
.header-iki.show {
  top: 0;
  transition: .4s;
  padding: 2rem !important;
}
.active{
    color: #9FAC1E !important;
}
.nav-link .navs{
  color: white !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;
}
.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;
}

.bannerVideo img, .bannerVideo video, .bannerVideo video source {
    height: 600px;
}

.certificateCarousel .owl-dots {
    display: flex;
    justify-content: center;
    column-gap: 8px;
}

    .certificateCarousel .owl-dots button span {
        margin: 0 !important;
        background: #EBEBEB !important;
    }
    .certificateCarousel .owl-dots button.active span {
        background: #00A0E3 !important;
    }

.certificateCarousel .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .certificateCarousel .owl-nav button, .certificateCarousel .owl-nav button i {
        font-size: 24px !important;
        color: #A3A3A3;
    }

    .certificateCarousel .owl-nav .owl-prev {
        position: relative;
        left: -1rem;
    }

    .certificateCarousel .owl-nav .owl-next {
        position: relative;
        right: -1rem;
    }

    .certificateCarousel .owl-nav [class*=owl-]:hover {
        background: transparent;
        color: #A3A3A3;
        text-decoration: none;
    }

@media only screen and (max-width: 1440px) {
    .kurumsalTitle {
        font-size: 32px;
    }

    .kurumsalDetail {
        font-size: 15px;
        line-height: 24px;
    }
    .sizinİcin {
        font-size: 32px;
    }

    .sertifikaDetail {
        font-size: 15px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 1199px)
{
    .kurumsalTitle {
        font-size: 30px;
    }

    .kurumsalDetail {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 64px !important;
    }
    .sizinİcin {
        font-size: 30px;
    }

    .sertifikaDetail {
        font-size: 14px;
        line-height: 22px;
    }

}

@media only screen and (max-width: 991px){
  .kurumsalTitle{
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px){
  .bannerVideo{
    padding: 15px;
  }
  .sertifika {
   
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

    .kurumsalTitle {
        font-size: 24px;
    }

    .kurumsalDetail {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 45px !important;
    }

    .sizinİcin {
        font-size: 24px;
        margin-top: 32px;
    }
}

@media only screen and (max-width: 575px)
{
    .bannerVideo img, .bannerVideo video source {
        aspect-ratio: 1/1;
        height: unset;
    }
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}