body {
    background: #000000
    ;
    color: #ffffff;
    margin:0;
  }
  
 /* MENÜ */
  button {
    font-family: 'Poppins';
    background-color: #0CBC8B;
    border: none;
    border-radius: 0.1875em;
    color: white;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    padding: 0.75em 1em;
    text-decoration: none;
  }
  button:hover {
    background-color: #0CBC8B;
    color: white;
  }
  
  /* Header
  -------------------------- */
  .l-header {
    height: 80px;
    position: relative;
    background: #0B0B0B;
   
  }
  
  .logo {
    margin-left: -30%;
    float: left;
  }
  .logo__title {
    margin: 0;
  }
  .logo__link {

    display: inline-block;
    text-decoration: none;
    padding: 20px 10px;
    line-height: 80px;
    height: 80px;
    color: #0CBC8B;
    word-wrap: no-wrap;
   
font-family: 'Poppins';
font-style: normal;
font-weight: 800;
font-size: 16px;
line-height: 34px;
letter-spacing: 0.365em;

  }
  .menu-btn {
    display: none;
    position: absolute;
    right: 10px;
    top: 20px;
  }
  @media (max-width: 768px) {
    .logo {
      float: none;
      margin-left: 0;
    }
    .menu-btn {
      display: block;
    }
  }
  /*  Menu
  -------------------------- */
  .menu {
    margin-right: -30% ;
    float: right;
    
    /* margin-right: -20%; */
  }
  .menu__list {
    overflow: hidden;
    padding-left: 0;
    margin: 0;
    list-style: none;
  }
  .menu__item {
    float: left;
    text-align: center;
    text-align: center;
  }
  .menu__link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
  
    text-align: center;
    color: #FFFFFF;

    display: block;

    text-decoration: none;
    line-height: 5em;
    height: 5em;
    padding: 0 1.5em;
    word-wrap: no-wrap;
    transition: all 0.3s ease;
  }
  .menu__link:hover, .menu__link:focus {
    
    color: #0CBC8B;
   
  }
  
  @media (max-width: 768px) {
    .menu {
      float: none;
      margin-right: 0;
    }
    .menu__item {
      display: block;
      float: none;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%);
      transition: all 0.3s ease-out;
    }
    .menu__item--play {
      display: block;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
    .menu__item + .menu__item {
      border-top: 1px solid rgb(22, 21, 21)
    }
    .menu__link {
      background: #0B0B0B;
    }
   
  }
  /* Wrap
  -------------------------- */
  .wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
  }
  .l-main .wrap {
    padding: 0 10px;
  }
  /* <!-- toplumsal cinsiyet eşitsizliği -->*/
  .content-container{
max-width: 100rem;
	margin: 0 auto;
	padding: 5rem 2rem 2rem;
 
}
.heading {
    font-family: 'Poppins';
	font-size:  2.5rem;
	width: 37.938rem;

	
	color: #1a1a1a;
    font-style: normal;
font-weight: 700;
line-height: 118%;
color: #FFFFFF;
float: left;
}
.paragrapf{
	line-height: 1.5;
	float: left;
    width: 39.063rem;

    margin-top:-10px;
	color: #FFFFFF;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 1.125rem;
line-height: 27px;

}
@media screen and (max-width: 768px) {
    .heading{
        width:27.938rem ;
    }
    .paragrapf{
        width: 27.063rem;
    }
    .image-img{
        width: 20%;
        height: auto;
    }
}
.heading span {
	display: block;
}
.image {
	display: flex;
	flex-wrap: wrap;
	margin: -1rem -1rem;  
}
.image-item {
	flex: 1 0 24rem;
	margin: 1rem;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}
.image-img {
	display: block;
    width: 100%;
    height: auto;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.content-2{
    background-color:#0CBC8B;
    height:16.813rem;
    width: 48.563rem;
    margin-left: 4%; 
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
@media screen and (max-width: 768px) {
    .content-2{
        height:16.813rem;
        width: 28.563rem;
    }
}

/* <!-- tükiye kadın çalışan yüzdesi --> */
.content-2-container{
    padding: 80px 33px;
}
.paragrapf-1{
	line-height: 1.5;
	float: left;
    width: 25.875rem;

    margin-top:-10px;
	color: #FFFFFF;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 1.125rem;
line-height: 27px;
}
 .circle {
    line-height: 1.5;
	float: right;
    width: 25.875rem;
	color: #FFFFFF;
    padding: 120px 0;
    margin-left: -5%;
font-weight: 500;
font-size: 5rem;
letter-spacing: 0.09em;
font-family: 'Poppins';
font-style: normal;
line-height: 27px;
    
  }
  
  @media screen and (max-width: 1300px) {
    .circle{
        color:black
    }
  }
@supports (display: grid) {
	.image {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
		grid-gap: 2rem;
	}

	.image,
	.image-item {
		margin: 0;
	}
}

  /* <!-- <slider illk buluşlar --> */
  body{overflow-x: hidden;}
  .flex { 
    display:-webkit-flex; 
    display: flex; 
    -webkit-flex-direction: row;  
    flex-direction: row; 
    -webkit-justify-content: flex-start; 
    justify-content: flex-start;}
  
  .slider-wrapper div {
     position: relative;
  }
  .slider-wrapper {
     margin-top: 10vw;  
     margin-left: 8vw;
  }
  .slide-image {
     height: 24vw;
  }
  .slide-image img {
     width: 24vw; 
     cursor: pointer;
     border-radius: 20px;
  }
  .slide-content {
     width: 55vw; 
     color: #fff; 
     padding:3vw 18vw 3vw 9vw;
  }
  
  .slide-title {
     font-size: 1.7vw; 
     font-weight: 400; 
     letter-spacing: 0.1vw; 
     line-height: 1.77vw; 
     padding-bottom: 1.8vw;
     width: 23.688rem;
  }
  .slide-text {
     font-size: 1vw; 
     line-height: 1.2vw; 
     opacity: 0.8; 
     padding-bottom: 4vw;
     width: 30rem;
  }
  .slide-more {font-weight: 400; 
     letter-spacing: 0.1vw; 
     float: left; 
     font-size: 0.9vw;}
  .slide-bullet {
     width: 0.5vw; 
     height: 0.5vw; 
     background-color: #0CBC8B; 
     border-radius: 200%; 
     position: relative; 
     margin-left: 1.2vw;}
  .slide-nav {
     margin-left: 64vw;
      margin-top: -5.5vw;
     }
  
  div.overlay-blue {
     width: 100%; 
     height: 100%; 
     position: absolute; 
     top: 0; 
     transition: 0.5s ease all;
  }
  div.overlay-blue:hover {
     background-color: rgba(13, 27, 43, 0.5);
  }
  
  .arrows{
     width: 3.5vw; 
     margin-top: -5.8vw; 
     margin-left: 72vw; 
     position: relative;
  }
  .arrow {
     display: inline-block;
      position: absolute; 
      width: 1.2vw; 
      height: 1.2vw; 
      background: transparent; 
      text-indent: -9999px; 
      border-top: 0.15vw solid #926BE6; 
      border-left: 0.15vw solid #926BE6; 
      transition: all .1s ease-in-out; 
      text-decoration: none; 
      color: transparent;
  }
  .arrow:hover {
     border-color: #0CBC8B; 
     border-width: 0.25vw;
  }
  .arrow:before {
     display: block; 
     height: 200%; 
     width: 200%; 
     margin-left: -50%; 
     margin-top: -50%; 
     content: ""; 
     transform: rotate(45deg);}
  .arrow.prev {
     transform: rotate(-45deg); 
     left: 0;}
  .arrow.next {
     transform: rotate(135deg); 
     right: 0;}
  
  
     
/* <!-- sorun content --> */
.content-3-container{
    padding: 80px 33px;
}

.paragrapf2{
	line-height: 1.5;
	float: left;
    width: 38.125rem;
    margin-top:-10px;
	color: #FFFFFF;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 1.125rem;
line-height: 27px;

}
.heading1 {
    font-family: 'Poppins';
	font-size:  2.5rem;
	width: 36rem;

	
	color: #1a1a1a;
    font-style: normal;
font-weight: 700;
line-height: 118%;
color: #FFFFFF;
float: left;
}
.heading2 {
    font-family: 'Poppins';
	font-size:  1.875rem;
	width: 38.313rem;
margin-top:-3%;

	color: #1a1a1a;
    font-style: normal;
line-height: 118%;
color: #FFFFFF;
float: left;
font-weight: 500;
line-height: 113%;
}
.image-item1 {
	flex: 1 0 24rem;
	margin: 1rem;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
    margin-top:16%
}
.image-img1 {
	display: block;
    width: 100%;
    height: auto;
	object-fit: cover;
    margin-top:16%
	
}

/*  çalışma alanları */
.services {
    padding: 80px 0;
    margin-top:10%;
  }
  .services .tubsiad {
    color: #2d2d2d;
    font-size: 2em;
    margin-bottom: 20px;
    text-align: center;

    font-family: 'Poppins';
font-style: normal;
font-weight: 700;

line-height: 105% ;
color: #FFFFFF;

  }
  .heading-egitim-text {
    font-family: 'Poppins';
    font-size:  1.125rem;
    width: 48.563rem;
  padding: 0 590px;;
    color: #1a1a1a;
    font-style: normal;
  font-weight: 400;
  line-height: 118%;
  color: #FFFFFF;
  text-align: center;
  
  }
  .services .services-container1 {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }
  .services .services-container1 .service1 {
    position: relative;
    display: block;
    float: left;
    justify-content: center;
    width: 20%;
    margin-left: 1.6666%;
    margin-right: 1.6666%;
    padding: 40px;
    
    opacity: 0;
  }
  .services .services-container1 .service1 .logo1 {
    background: #0B0B0B;
  
    width: 300px;
    height: 300px;
    line-height: 100px;
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
  
    font-size: 1.8em;
    border-radius: 20px;
  }
  .services .services-container1 .service1 .logo1 img {
    color: #fff;
    padding: 80px  80px  ;

   
  }
  .services .services-container1 .service1 h3 {
    font-size: 1em;
    float: left;
    width: 90%;
    margin-bottom: 1em;
    padding: 0 70px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
  }
  .services .services-container1 .service1 p {
    color: #4d4d4d;
    text-align: justify;

    
  }

   .circle1 {

	text-align: justify;
    width: 25.875rem;
	color: #FFFFFF;
    padding: 60px 110px;
    /* margin-left: -20%; */
font-weight: 500;
font-size: 2rem;
letter-spacing: 0.09em;
font-family: 'Poppins';
font-style: normal;
line-height: 27px;
text-align: justify !;
    
  }
  .circle2 {

	text-align: justify;
    width: 25.875rem;
	color: #FFFFFF;
    padding: 60px 110px;
font-weight: 500;
font-size: 2rem;
letter-spacing: 0.09em;
font-family: 'Poppins';
font-style: normal;
line-height: 27px;
text-align: justify;
    
  }

  .circle3 {
	text-align: justify;
    width: 25.875rem;
	color: #FFFFFF;
    padding: 60px 110px;
font-weight: 500;
font-size: 2rem;
letter-spacing: 0.09em;
font-family: 'Poppins';
font-style: normal;
line-height: 27px;
text-align: justify;
}


/* bar */
    .heading-egitim {
        font-family: 'Poppins';
        font-size:  2.5rem;
        width: 37.938rem;
    padding: 10px 550px;;
    margin-top:-10%;
        color: #1a1a1a;
        font-style: normal;
    font-weight: 700;
    line-height: 118%;
    color: #FFFFFF;
    float: left;
    }
  
    .content-container-egitim-level{
        max-width: 100rem;
            margin: 10% auto;
            padding: 5rem 2rem 2rem;
            
        }
        .skillbar {
          font-family: 'Poppins' ,sans-serif;
          position: relative;
          display: block;
          margin-bottom: 25px;
          width: 50%;
          margin-left:25%;
          background: #232323;
          height: 35px;
          border-radius: 20px;
          transition: 0.4s linear;
          transition-property: width, background-color;
        }
        
        .skillbar-title {
          position: absolute;
          top: 0;
          left: 0;
          font-weight: 400;
          font-size: 13px;
          color: #fff;
          
          border-top-left-radius: 10px;
          border-bottom-left-radius: 10px;
        }
        
        .skillbar-title span {
          display: block;
          background: rgba(0, 0, 0, 0.1);
          padding: 0px 20px;
          height: 35px;
          line-height: 35px;
          
          border-top-left-radius: 10px;
          border-bottom-left-radius: 10px;
        }
        
        .skillbar-bar {
          height: 35px;
          width: 0px;
          background: #0CBC8B;
          border-radius: 20px;
        }
        
        .skill-bar-percent {
          position: absolute;
          right: 10px;
          top: 0;
          font-size: 11px;
          height: 35px;
          line-height: 35px;
          color: #ffff;
          color: white;
        }

/* chart */
@-webkit-keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
.chart-text{
  text-align: center;
  margin-top:15%;
  font-size: 3rem;
  font-family: 'Poppins', sans-serif; 
 
}
.chart-h2{
  font-size: 1.125rem;
  font-family: 'Poppins', sans-serif; 
 font-weight: 500;
}
.pie-chart {
  font-family: 'Poppins'; 
  font-weight: 300;
  font-size: 1.5rem;
 
}
.pie-chart--wrapper {
  width: 400px;
  margin: 30px auto;
  text-align: center;
}
.pie-chart__pie, .pie-chart__legend {
  display: inline-block;
  vertical-align: top;
}
.pie-chart__pie {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 10px auto 35px;
}
.pie-chart__pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: black;
  border-radius: 50%;
  top: 50px;
  left: 50px;
}
.pie-chart__pie::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
  margin: 220px auto;
}

.slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  -webkit-animation: bake-pie 1s;
          animation: bake-pie 1s;
}
.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
}

.pie-chart__legend {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  background: #232323;
  padding: 0.75em 0.75em 0.05em;
  font-size: 1.125rem;
  box-shadow: 1px 1px 0 #232323, 2px 2px 0 #232323;
  text-align: left;
  width: 65%;
  border-radius: 20px;
}
.pie-chart__legend li {
  height: 1.25em;
  margin-bottom: 0.7em;
  padding-left: 1em;
  border-left: 1.25em solid black;
}
.pie-chart__legend em {
  font-style: normal;
  font-family: 'Poppins', sans-serif; 
  
  font-weight: 500;
}
.pie-chart__legend span {
  float: right;
}

.pie-charts {
  display: flex;
  flex-direction: row;
}
@media (max-width: 500px) {
  .pie-charts {
    flex-direction: column;
  }
}

/* map */
.wrapper1 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
.site-header {
  margin-bottom: 40px;
}
.site-header__title {
    text-align: center;
    margin-top:25%;
    padding: 15px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 40;
  }
.site-header__title__light {
      font-weight: 300;
      color: #adadad;
    }
.city {
  fill: #0CBC8B;
  fill-opacity: 1;
  stroke:white;
  stroke-opacity: 1;
  stroke-width:0.5;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  cursor: pointer;
}
.city:hover {
     fill: #855CDD;
   }
.show-city-name {
  background-color: #232323;
  border-radius: 20px;
  color: #fff;
  position: fixed;
  padding: 15px 35px;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
}
.show-city-name--active {
    opacity: 1;
    visibility: visible;
  }

  /* scrolltopbutton */
#topBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  padding: 0 0 ;
  font-size: 22px;
  width: 70px;
  height: 70px;
  background: linear-gradient(#0CBC8B  , #926BE6 );

  border: none;
  cursor: pointer;
  display: none;
  border-radius: 50px;
}
#topBtn:hover{
  background: linear-gradient(#926BE6 ,  #0CBC8B);
}
/* scrolltopbutton */
/* footer */
.contact-footer {
  padding: 20px 0;
  background: #0B0B0B;
 margin-top:10%
}
.contact-footer .socials {
  list-style: none;
  width: 400px;
  margin: auto;
  height: 130px;
}
.contact-footer .socials .social {
  width: 200px;
  padding: 50px;

  text-align: center;
}
.contact-footer .socials .social a {
  color: #926BE6;
  font-size: 1.125em;
  transition: color 0.4s ease;
  text-decoration: none;
}
.contact-footer .socials .social a:hover {
  color: #0CBC8B;
}
.clear {
  clear: both;
}