.line{
    display: block ;
    width: 100%;
    height: 48px;
    background:  #DC891F;
    padding: 15px;
    display: flex !important;
    align-items: center;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1515px !important;
}
.line a{
    text-decoration: none;
}
.line-in{
    justify-content: space-between;
    display: flex;
}
.adres{
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.map-icon{
    margin-right: 6px;
}
.left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
.number{
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.phone-icon{
    margin-left: 12px;
}
.right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 6px;
} 
.navbar-logo{
    width: 125px;
}
.navbar-nav{
    column-gap: 36px;
}
.bg-body-tertiary {
    background-color: #FFF !important;
}
.navbar-right{
    column-gap: 36px;
}
.navbar-right a{
    text-decoration: none;
}
.bagis{
    width: 139px;
    height: 53px;
    border-color: unset !important;
    border-radius: 60px;
    background:  #52C3CC;
    
}
.bagis-yazi{
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;  
    width: 139px;
    height: 53px;
    border-color: unset !important;
    border-radius: 60px;
    background: #52C3CC;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.lang{
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.carousel-control-prev-icon {
    border-radius: 50px;
    background-size: 20px;
    border: 1px solid;
    padding: 25px;   
    border-color: #DC891F;
}
.carousel-control-next-icon {
    border-radius: 50px;
    background-size: 20px;
    border: 1px solid;
    padding: 25px;  
    border-color: #DC891F; 
}
.carousel-control-next-icon:hover {
    background-color: #52C3CC;
    border-color:#52C3CC;
}
.carousel-control-prev-icon:hover {
    background-color: #52C3CC;
    border-color:#52C3CC;
}
.carousel-control-prev{
    opacity: 1 !important;
    margin-left: 80px;
}
.carousel-control-next{
    opacity: 1 !important;
    margin-right: 80px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1700px;
}
.navbar-nav .nav-link{
    color: #6C6C6C;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.navbar-nav .nav-link.active{
    color: #52C3CC; 
}
.carousei-item{
    position: relative;
    width: 100%;
    height: 100%;
}
.res-slide{
    display: none !important;
}
.slider-yazibir{
   display: block;
    color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: center;
align-items: center;
}
.slider-yaziki{
   display: block;
    color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.slider-yaziki span{
    color: var(--yellow-y-200, #E29D45);
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 800;
line-height: normal;
}
.slider-yazi {
    column-gap: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    margin-top: 50px;
  }

  .animatedButton {
    position: relative;
    height: 50px;
    background: none;
    border: none;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 55px;
}

.animatedButton::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    background: #52C3CC;
    left: -1rem;
    top: 0;
    z-index: 0;
    border-radius: 50px;
    transition: .4s;
}
.animatedButton span{
    position: relative;
    z-index: 5;
}

.animatedButton:hover::after
{
    width: calc(100% + 2rem);
    transition: .4s;
}
.one-cikan a{
    text-decoration: none;
  }
  .one-cikan{
    column-gap: 10px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    margin-top: 50px;
  }
  .box span {
      width: 20px;
      height: 20px;
      display: block;
      border-right: 2px solid #DC891F;
      border-bottom: 2px solid #DC891F;
      transform: rotate(45deg);
      margin: -10px;
      animation: animate 2s infinite;
  }
  .box {
    bottom: 0rem;
    display: flex;
    position: relative;
    justify-content: center;
    height: 40px;
  }
  .box span:nth-child(2) {
      animation-delay: -0.2s;
  }
  
  .box span:nth-child(3) {
      animation-delay: -0.4s;
  }
  @keyframes animate {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: rotate(45deg) translate(10px, 10px);
	}
	100% {
		opacity: 0;
	}
}
.card-icon{
    justify-content: flex-end;
}
.card-body .card-icon svg:hover{
    stroke:#E29D45;
}
.card-baslik{
    color: #252525;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
    margin-bottom: 17px;
}
.card-detay{
    color: #9D9D9D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.card-body{
    padding:25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
.cards{
    margin-bottom: 3rem;
   margin-top: 3rem;
    row-gap: 180px;
}

.cards .card-body:last-child::after {
    content: unset;
}
.card-body::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 75px;
    background-color: #e3e3e3;
    top: 50px;
}
.back-img {
    background-image: url('img-mg/mg-back.png');
    width: 100% !important;
    height: 650px;
    margin-bottom: 18rem;
}
.back-baslik{
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 12px;
}
.back-detay{
    color: #9F9F9F;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.back-yazi{
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   margin-top: 3rem;
   margin-bottom: 75px;
}
.beyaz-baslik{
    color: #252525;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.beyaz-yazi{
    color: #9D9D9D;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}
.beyaz-card{
    background-color: #FFF;
    width: 100%;
    height: 234px;
    padding: 2rem;
}
.img-hayir{
    width: 100%;
    height: 344px !important;
}
.card-hayir{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    height:100%;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 4px 69px 0px rgba(0, 0, 0, 0.08);
}

.animatedbutton {
    position: relative;
    height: 50px;
    background: none;
    border: none;
    color: #252525;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 55px;
    margin-bottom: 44px;
}

.animatedbutton::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    background: #E29D45;
    left: -1rem;
    top: 0;
    z-index: 1;
    border-radius: 50px;
    transition: .4s;
}

.animatedbutton:hover::after
{
    width: calc(100% + 2rem);
    transition: .4s;
}
.animatedbutton span {
    position: relative;
    z-index: 5;
}
.detay a{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    text-decoration: none;
}
.detay{
    margin-top: 0rem;
    margin-left: 15px;
}
.nasil-baslik{
    color: #252525;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    display: flex;
    margin-bottom: 16px;
    padding-left: 8px;
}
.nasil-detay{
    color: #818181;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; 
    max-width: 639px;
    margin-bottom: 20px;
    padding-left: 8px;
}
.nasil-resim{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.accordion-number{
    color: #52C3CC;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.accordion-baslik{
    color: #252525;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.accordion-yazi{
    color: #818181;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.accordion-tik{
    display: flex;
    column-gap: 35px;
}
.accordion-tik2{
    display: flex;
    column-gap: 37px;
}
.accordion-item{
    border: none;
    margin-bottom: 20px;
border-radius: 8px;
background: #FFF;
box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.08);
}
.accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: unset; 
}
.accordion-bottom{
    align-items: center;
    display: flex;
}
.asama{
    margin-bottom: 85px;
}
.header-medya{
    color: #252525;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 42px;
    margin-top: 42px;
}
.medya{
    background-color: #F6F6F6; 
    z-index: -55;
}

.haber-tarih{
    color: #E29D45;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: 24px; 
letter-spacing: -0.24px;
}
.haber-baslik{
    color:  #152037;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 900;
line-height: 24px; 
}
.haber-detay{
    color: #818181;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; 
letter-spacing: -0.21px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.incele{
    display: block !important;
}
.incele{
    color: #A7A7A7;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px;
position: absolute;
bottom: 0;
margin-bottom: 8px;
}
.incele a{
    text-decoration: none;
    color: #A7A7A7;
    font-family: Poppins;
}
.incele a:hover{
    color: #52C3CC;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.incele:hover{
    color:  #52C3CC;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 24px; 
}
.haber-icerik{
    position: relative;
    background-color: #fff;
    padding-right:  30px;
    padding-left: 30px;
    padding-top: 44px;
    row-gap: 27px;
    display: flex;
    flex-direction: column;
    border-radius: 0px 8px 0px 8px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.03), -4px 7px 17px 0px rgba(0, 0, 0, 0.03), -16px 27px 31px 0px rgba(0, 0, 0, 0.03), -35px 60px 42px 0px rgba(0, 0, 0, 0.02), -62px 107px 49px 0px rgba(0, 0, 0, 0.00), -98px 167px 54px 0px rgba(0, 0, 0, 0.00);
}
@media (min-width: 1010px) {
   .haber{
    display: flex;
} 
}
.haber1-img{
    width: 100%;
    padding: 0px;
}
.animatedbutton2 {
    position: relative;
    height: 50px;
    background: none;
    border: none;
    color: #252525;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-top: 55px;
    margin-bottom: 44px;
}

.animatedbutton2::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    background: #E29D45;
    left: -1rem;
    top: 0;
    z-index: 1;
    border-radius: 50px;
    transition: .4s;
}

.animatedbutton2:hover::after
{
    width: calc(100% + 2rem);
    transition: .4s;
}
.animatedbutton2 span {
    position: relative;
    z-index: 5;
}
.faaliyet-header{
    color: #252525;
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 16px;
}
.faaliyet-detay1{
    color: #818181;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 24px; 
letter-spacing: -0.21px;
margin-bottom: 30px;
}
.faaliyet{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    text-align: justify;
    align-items: flex-start;

}
.carousel-wrap {
    margin: 90px auto;
    padding: 0 ;
    width: 100%;
    position: relative;
  }
  
  /* fix blank or flashing items on carousel */
  .owl-carousel .item {
    margin: 1rem;
    position: relative;
    z-index: 100; 
    --webkit-backface-visibility: hidden; 
  }
  
  /* end fix */
  .owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
  }
  
  .owl-nav i {
    font-size: 52px;
  }
  
  .owl-nav .owl-prev {
    display: none;
  }
  
  .owl-nav .owl-next {
    display: none;
  }
  .owl-stage{
    padding-left: 0 !important;
}

.web-card {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0rem;
}
.cardArea {
    position: relative;
}


.faaliyet-baslik{
    color: #252525;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    margin-top: 5px;
  }
  .faaliyet-baslik:hover{
    color: #DC891F;
  }
.faaliyet-detay{
    color: #9AA4B6;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
margin-top: 12px;
overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.faaliyet-card{
    padding: 30px;
    border-radius: 0px 0px 8px 8px;
    border-bottom: 1px solid #252525;
    background: #FFF;
    height: 13rem;
    
}
.carousel-card{
    height: 100%;
    width: 100%;
}
.faaliyet-card a{
    text-decoration: none !important;
}
.footer{
    background-color: #2F2F2F;
    padding-top: 56px;
}

.footer-logo{
    margin-bottom: 30px;
}
.logo-yazi{
    color: #ACACAC;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 22px;
letter-spacing: -0.18px;
max-width: 377px;
}
.modal-footer{
    align-items: baseline;
}
.f-social{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
}
.f-menu{
    row-gap: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.menu{
    color:#DC891F;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
}
.menu-page{
    color: #ACACAC;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.icon-footer{
    display: flex;
    column-gap: 9px;
    margin-top: 14px;
}

.f-card{
    color: #FFF;
text-align: center;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;

}
.card-ftr{
    align-items: center;
    text-align: center;
    row-gap: 6px;
    border-radius: 8px;
    border: 1px solid rgba(129, 129, 129, 0.32);
    background: rgba(217, 217, 217, 0.03);
    padding: 26px;
    width: 253px;
    height: 138px;
    justify-content: center;
}
.footer-card{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.f-line{
    margin-top:16px;
    margin-bottom: 16px;
    border-width: 100%;
    height: 1px;
    color: #81818152 !important;
}
.line-yazi{
    display: flex;
    color: #acacac;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.21px;
    margin-bottom: 12px;
}
.f-sozlesme{
    display: flex;
}
.line-left{
    display: flex;
}
.line-logo{
    display: flex;
    justify-content: end;
}
.gizlilik{
    color: #ACACAC;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.21px;
    margin-left: 11px;
    cursor: pointer;
}
.sartlar{
    color: #acacac;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.21px;
    margin-left: 18px;
    cursor: pointer;
}
.line-down{
    display: flex;
    flex-direction: row;
}
.footer-end{
display: flex;
justify-content: space-between;
margin-bottom: 56px;
}
.footer-end a{
    text-decoration: none;
}
.dropdown-menu{
    max-width: 100% !important;
    min-width: 100% !important;
}
.mobileNav{
    display: none;
    padding: 8px;
}
.mobileNav .mobile svg{
    display: flex;
    align-items: center;
}
.sidenav{
    display: none;
}
.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 100%;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align:center;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  
  }
  
  .sidenav a:hover{
    color: #f1f1f1;
  }
  .side-button{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }




  
  .mobile{
    display: flex;
    justify-content: space-between;
  }
  .back-carousel{
    display: none;
  }
  .incele-i{
    display: none;
  }
.incele-mobil{
    display: none;
}
.incele{
    display: none;
}
.btn-card{
    display: none;
}
.footer-logo{
    width: 150px;
}
.f-menu a{
    text-decoration: none;
}
.f-social a{
    text-decoration: none;
}
.f-card a{
    text-decoration: none;
    color: #FFF;
}
.padding-2rem{
    padding-top: 2rem;
}
.haber {
    display: flex;
}
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  @media (max-width:1300px){
    .haber-icerik{

    padding-right: 18px;
    padding-left: 18px;
    padding-top: 18px;
    row-gap: 18px;
    }
  }
@media (max-width:1200px){
    .navbar-nav{
        column-gap: 15px;
    }
    .line{
        display:none !important;
    }
    .beyaz-baslik{
        margin-bottom: 1rem;
    }
    .faaliyet-detay{
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    }
     .haber-icerik{
        padding-right: 10px !important;
        padding-left: 15px !important;
        padding-top: 15px !important;
        row-gap: 12px !important;
    }
    .haber-tarih{
        font-size: 13px;
    }
    .haber-baslik{
        font-size: 16px;

    }
    .haber-detay{
        font-size: 14px;
    }
    .incele-line{
        margin: 0.5rem;
    }
}

@media (max-width:1010px){
    .navbar-nav{
        column-gap: 13px;
    }
    
    .haber-baslik{
        font-size: 18px;
    }
    .haber-tarih{
        font-size: 13px;
        text-align: start !important;

    }
    .haber-detay{
        font-size: 14px;
    }
    .news{
        row-gap: 30px;
    }
    .incele{
        display: none;
    }
    .incele-link{
        display: none;
    }
    .animatedbutton2{
        font-size: 13px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .faaliyet{
        margin: 1rem;
        padding: 2rem;
    }
    .incele-mobil{
        display: block !important;
        margin-bottom: 15px;
    }
    .incele-mobil a{
        text-decoration: none;
        color: #52C3CC;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    
    }
    
}
@media (max-width:991px){
    .navbar-nav{
        column-gap: 13px;
    }
    .haber{
        display: flex;
        flex-direction: column;
        max-width: 25rem;
        border-radius: 12px !important;
    }
    .slider-yazi{
        margin-top: 0px;
        width: 100%;
    }
    .slider-yazibir{
        font-size: 26px;
    }
    .slider-yaziki{
        font-size: 26px;
    }
    .slider-yaziki span{
        font-size: 26px;
    }
    .navbar-right{
        display: none !important;
    }
    .navbar-web{
        display: none !important;
    }
    .sidenav{
        display: block !important;
    }
    .lang{
        justify-content: center;
    }
    .mobileNav{
        display: block !important;
    }
    .res-slide{
        display: block !important;
        
    }
    .prev{
        display: none !important;
    }
    .next{
        display: none !important;
    }
    .carousel-control-prev span {
        display: none !important;
    }
   .carousel-control-next span{
        display: none !important;
    }
    .carousel-slide .animatedButton{
        display: none !important;
    }
    .slider-yazibir{
        font-size: 22px;
    }
    .slider-yaziki{
        font-size: 22px;
    }
    .slider-yaziki span{
        font-size: 22px;
    }
    .web-card{
        display: none;
    }
    .back-carousel{
        display: block;
    }
    .back-carousel
     {
        width: 100%;
        position: relative;
      }
      
      /* fix blank or flashing items on carousel */
      .owl-carousel .item {
        position: relative;
        z-index: 100; 
        --webkit-backface-visibility: hidden; 
      }
      
      /* end fix */
      .owl-nav > div {
        margin-top: -26px;
        position: absolute;
        top: 50%;
        color: #cdcbcd;
      }
      
      .owl-nav i {
        font-size: 52px;
      }
      
      .owl-nav .owl-prev {
        left: -30px;
      }
      
      .owl-nav .owl-next {
        right: -30px;
      }
    .cards{
        margin-top: 0rem;
        margin-bottom: 0rem;
        row-gap: 0px;
    }
    .one-card{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
    .card-icon{
        justify-content: center;
    }
    .card-baslik{
        text-align: center;
        font-size: 18px;
        margin-bottom: 5px;
    }
    .card-detay{
        font-size: 14px;
    }
    .card-icon svg{
        width: 52px;
        height: 52px;
    }
    .back-baslik{
        font-size: 22px;
    }
    .back-detay{
        font-size: 16px;
    }
    .back-yazi{
        margin-top: 2rem;
        margin-bottom: 0px;
    }
    .back-img{
        height: 750px;
        margin-bottom: 2rem;
    }
    
    .animatedButton{
        display: none !important;
    }
    .incele-i{
        display: block !important;
        top: 3rem;
        text-align: center!important;

    }
    .btn-incele{
        background: transparent;
        letter-spacing: 0.1em;
        text-decoration: none;
        padding: 10px 40px 10px 40px;
        position: relative;
        border-radius: 60px;
        border: 1px solid var(--blue-b-300, #52C3CC);
        margin-bottom: 0px;
        top:3rem

    }

        .btn-incele span{
            font-family: Poppins;
            font-size: 1em;
            color: #fff;
        }
      .incele2 .btn-incele{
        top: 0px;
        font-family: Poppins;
            font-size: 1em;
            color: #fff;
      }
      .nasil-baslik{
        font-size: 22px;
      }
      .nasil-detay{
        font-size: 15px;
      }
      .accordion-number{
        font-size:16px ;
      }
      .accordion-baslik{
        font-size: 16px;
      }
      .accordion-yazi{
        font-size: 14;
      }
      .accordion-top{
        order: 0;
    }
    .accordion-bottom{
        order:1;
    }
      .asama{
        margin-bottom: 20px;
      }
      .header-medya{
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 15px;
      }
      .beyaz-card{
        padding: 1rem;
        height: 155px;
      }
      .beyaz-baslik{
        font-size: 20px;
      }
      .beyaz-yazi{
        font-size: 14px;
      }
      .card-hayir{
        margin-bottom: 1rem;
      }
      .faaliyet{
        text-align: center;
        align-items: center;
      }
      .nasil{
        margin-bottom: 20px;
      }
      .faaliyet-header{
        font-size: 22px;
        margin-bottom: 0px;
      }
      .faaliyet-detay1{
        margin-bottom: 0px;
      }
      .card-group .carousel-wrap{
        margin: 0px;
      }
      .faaliyet .detay{
        display: none;
      }
      .btn-card{
       
            display: flex;
            justify-content: center;
            align-items: center;
        
      }
      .btn-card a{
        font-weight: 500;
        border-radius: 60px;
        border: 1px solid #DC891F;
        text-decoration: none;
        background: transparent;
        letter-spacing: 0.1em;
        text-decoration: none;
        padding: 10px 40px 10px 40px;
        position: relative;
        margin-bottom: 1rem;
        color: #000;

      }
      .footer-vakif{
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
      }
      .line-logo{
        justify-content: center;
      }
      .modal-footer{
        justify-content: center;
      }
      .footer-card{
        margin-top: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .footer-end{
        flex-direction: column;
        text-align: center;
        font-size: 12px;
      }
      .line-yazi{
        text-align: center;
        font-size: 12px;
        justify-content: center;
        margin-bottom: 12px;
      }
      .f-sozlesme{
        justify-content: space-evenly;
        display: flex;
      }
      .gizlilik{
        font-size: 12px;
        margin-left: 0px;
        margin-bottom: 12px;
      }
      .sartlar{
        font-size: 12px;
        margin-left: 0px;
        margin-bottom: 12px;
      }
      .line-left{
        row-gap: 10px;
      }
      .footer-end{
        margin-bottom: 10px;
      }
      .news-more{
        display: none;
      }
      .news-more1 .btn-card{
        margin-top: 1rem;
        margin-bottom: 2rem;
      }
     .footer-card{
        width: 100% !important;
        display: unset;
     }
     .card-ftr{
        width: 100%;
        margin-bottom: 22px;
     }
     .footer-logo{
        width: 7rem;
        margin: auto;
        margin-bottom: 22px;
     }  
     .line-left{
        display: unset;
    }
    .logo-yazi{
        justify-content: center;
        display: flex;
    }
    .footer-area{
        display: flex;
        justify-content: center;
    }
    .faaliyet-card{
        min-height: 197px;
    }
    .logo-inc{
        justify-content: center;
        display: flex;
    }
    .padding-2rem{
        padding-top: 0rem;
    }
    }
@media (max-width: 768px) {
    .slider-img{
        overflow: hidden;
        object-fit: cover;
        height: 15rem;
    }
    .card-body{
        padding: 15px;
    }
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 90% !important;
      }
  
}
