@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #faf3f0;
}
html {
  scroll-behavior: smooth;
}
* {
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
@keyframes fade-in {
  to {
    scale: 1;
    opacity: 1;
  }
}
.hizmet-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  scale: 0.8;
  opacity: 0;
  animation: fade-in linear forwards;
  animation-range: 0px 500px;
  animation-timeline: view();
}
.hizmet-kart {
  scale: 1;
  opacity: 1;
  animation-range: 10px 500px;
  animation-timeline: view();
}
.service-card {
  opacity: 0;
  animation-range: 10px 500px;
  animation-timeline: view();
}
.hizmet-container h2 {
  text-align: center;
}

.hizmetler {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}

.hizmet-kart {
  position: relative;
  width: 400px;
  height: 500px;
  margin: 20px;
  background-color: #f4f4f4;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hizmet-kart:hover {
  background-color: ghostwhite;
  box-shadow: 10px 10px 10px gray;
  transition: 0.5s ease;
  scale: 1.1;
}

.hizmet-kart .card-image {
  position: relative;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.hizmet-kart .card-image img {
  width: 100%;
  height: auto;
}

.hizmet-kart .hizmet-başlık {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 50px;
  text-decoration: none;
  text-align: center;
}
.hizmet-kart .hizmet-başlık a {
  text-decoration: none;
  color: #1d5d9b;
}

.hizmet-kart .hizmet-tanım {
  font-size: 16px;
  color: #75c2f6;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  scale: 0.8;
  opacity: 0;
  transition: 2s;
  animation: fade-in linear forwards;
  animation-range: 400px 500px;

  animation-timeline: view();
}

.services {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.service-card {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 15px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  width: 300px;

  scale: 0.8;
  opacity: 0;
  animation: fade-in linear forwards;
  animation-range: 400px 500px;
  animation-timeline: view();
}

.service-card:hover {
  background-color: ghostwhite;
  box-shadow: 10px 10px 10px gray;
}

.card-icon {
  background-color: #3498db;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  height: 200px;
  width: auto;
  font-size: 100px;
}
.card-icon .fa .fa-turkish-lira {
  height: 100px;
  width: auto;
}

.card-content {
  padding: 20px;
}

.service-title {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 10px;
}

.service-description {
  color: #666;
}

.col-2 {
  float: left;
  width: 100%;
}

.row {
  max-width: 100%;
  padding-right: 0;
  scale: 0.8;
  opacity: 0;

  animation: fade-in linear forwards;
  animation-range: 400px 500px;

  animation-timeline: view();
}

.features__left__1 video {
  padding: 0;
  margin-right: 0;
  height: 100%;
  width: 100%;
  background: rgba(46, 76, 109, 0.4);
  background-size: cover;
  background-position: top center;
}
.features__left__1 {
  width: 50%;
}

.features__right__1 {
  width: 50%;
  padding-left: 0;
  margin: 0;
  background-color: #edf5f7;
}

.features__left__1,
.features__right__1 {
  height: 350px;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.features__right__1 h3 {
  font-size: 30px;
  margin-left: 30px;
}
.features__right__1 p {
  margin-left: 30px;
}
.features__right__1 a {
  font-size: 20px;
  margin-left: 30px;
}

.features__right__2 video {
  padding: 0;
  margin-right: 0;
  height: 100%;
  width: 100%;
  background: rgba(46, 76, 109, 0.4);
  background-size: cover;
  background-position: top center;
}
.features__left__2 {
  width: 50%;
}

.features__right__2 {
  width: 50%;
  padding-left: 0;
  margin: 0;
  background-color: #edf5f7;
}

.features__left__2,
.features__right__2 {
  height: 350px;
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.features__left__2 h3 {
  font-size: 30px;
  margin-left: 30px;
}
.features__left__2 p {
  margin-left: 30px;
}
.features__left__2 a {
  font-size: 20px;
  margin-left: 30px;
}
