@media (max-width: 768px) {
  .iletisim{
    width: 100%;
  }
  .experince{
    width: 100%;
  }
  .experince-text{
    margin-top: 30px;
  }
  .experince-element{
    width: 100%;
  }
  }
@media (max-width:700px){
   .main-container{
    border-radius: 0% !important;
  }
}
@media (max-width:502px){
   .top-icon-ul i{
    font-size: 25px !important;
  }
}
body {
  width: 100%;
  height: fit-content;
  background: linear-gradient(120deg, #4e342e, #8d6e63, #d7ccc8); /* koyu-açık geçişli kahve tonları */
  background-size: 200% 200%;
  animation: gradientShift 12s ease infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}
hr{
    color: white;
    height: 5px;
}
.main-container{
    min-height: 100vh;
    max-width: 700px;
    background-color: rgb(18, 18, 18);
    border-radius: 25px;
}
.top-image-hizalama{
  width: 100%;
  height: 437px;
  display: flex;
  justify-content: center;
}
.top-image{
    width: 100%;
    height: 200px;
}
.top-text-col{
    text-align: center;
}
.top-text{
    color: white;
    font-weight: 800;
}
.text{
    color: white;
    font-weight: 600;
}
.top-icon-ul{
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0px;
    list-style: none;
}
.top-icon-ul li{
    margin-left: 40px;
}
.top-icon-ul li:first-child{
    margin-left: 0px;
}
.top-icon-ul a{
     text-decoration: none;
}
.top-icon-ul i{
    font-size: 30px;
    color: white;
}


.scroll-container {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;  /* Scroll bar gizli */
  cursor: grab;
  user-select: none; /* Yazı seçimini engelle */
  
}

.scroll-content {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.scroll-content::-webkit-scrollbar {
  display: none;
}

.item {
  flex-shrink: 0;
  width: min-content;
  color: white;
  text-align: left;
}
.item-text{
  text-align: center;
  width: 100%;
}
.flip-card-back >h6{
  width: 90%;
}

.flip-card {
  width: 140px;
  height: 140px;
  perspective: 1000px; /* 3D için gerekli */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; /* Yüzleri gizlemeden düzgün döner */
  border-radius: 12px;
  overflow: hidden;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-card-back {
  background-color: lightgray;
  color: rgb(18, 18, 18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotateY(180deg);
}

.education-img{
    width: 140px;
    height: 140px;
}
.item > p{
    color: lightgray;
    font-size: 12px;
    font-weight: 500;
}
.empyt-img{
    width: 140px;
    height: 140px;
    background-color: #4e342e ;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 80px;
}
.item > img{
    border-radius: 12px;
}
.iletisim-div{
  width: 100%;
  background-color: #37474f;
  border-radius: 12px;
}

.iletisim-text{
  width: 100%; 
  overflow-wrap: break-word;
  color: white;
  height: fit-content;
  margin-bottom: 10px;
  padding: 0px;
}
.iletisim-div > h5{
  color: lightgray;
  height: fit-content;
  margin: 0px;
  padding: 0px;
}
.experince-text{
  width: 100%;
  text-align: center;
}
.experince-element{
  border-radius:12px;
  border: red 3px dotted;
  color: white;
  margin: 6px;
  text-align: center;
}

