body {
  background-color: #f9f9ff !important;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;

}

* {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* a{
  position: relative;
  text-decoration: none;
  font-family: 'poppins', sans-serif;
  color: #a0a0a0;
}
a::after{
  content: "";
  position: absolute;
  background-color: #ff3c78;
  height: 3px;
  width: 0;
  left: 0;
  bottom: -10px;
  transition: 0.3s;
} */
.header a:hover {
  background-color: black;
  color: #fff !important;

}

/* a:hover::after{
  width: 100%;
} */
.header nav a {
  text-decoration: none;
  color: black;
  padding: 15px;
  border-radius: 5px;
  left: 3em;
  transition: background-color 0.1s;
}

.iletisim-icon .iletisimm-icon .il-icon {
  float: left;
  color: #000 !important;
  display: inline-flex;
  font-size: 25px;
}

.iletisim-icon .iletisimm-icon .il-icon i {
  color: #000 !important;
}

.sosyal-icon .ak-icon {
  display: inline-flex;
  font-size: 25px;
  color: #000;
}

.sosyal-icon i {
  color: black;
}


.img-filter {
  filter: grayscale(100%);
  transition: all 0.5s ease;
  /* Bu geçiş efekti sadece orijinal renklerine döndürülürken kullanılır. */
}

.img-filter:hover {
  filter: none;
}

/* .ma-p p{
  margin-left: 11%;
} */
.ma-icon {
  font-size: 45px;
}

.header .ma-icon {
  text-align: right;
}

.hakkimda .ma-icon {
  text-align: left;
}

.header img {
  width: 100%;
}

.ma-yazi {
  text-align: right;
  margin-left: 65px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #8c8c8f;
}

.ma-deneyimlerim img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.container .ma-p p {
  text-align: center;
}

.ma-deneyimlerim:not(:last-child) {
  margin-bottom: 5%;
}

.ma-deneyimlerim:nth-of-type(2) {
  margin-top: 2%;
}

.ma-c {
  text-align: center;
  font-family: 'poppins', sans-serif;
  font-size: large;
}

.ma-p p {
  text-align: left;
}

.slideshow-container {
  max-width: 800px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
  text-align: center;
}

.mySlides img {
  vertical-align: middle;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 7%;
  border-radius: 3px 0 0 3px;
}

.slideshow-container .mySlides:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}

.iletisim-foto {
  text-align: center;
}

.iletisim-foto img {
  max-width: 75%;
  height: auto;
}

.imza .img {
  width: 100%;
}

.iletisim-icon .ms-4 {
  margin-top: 5%;
}

.icon-telephone a {
  display: block;
  margin-top: 10px;
}

.icon-telephone {

  align-items: center;
  justify-content: center;
}

.icon-map {
  align-items: center;
  justify-content: center;
}

.col-3 i {
  font-size: 25px;
}


.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.carousel-indicators {
  width: 60px;
  top: 0;
  right: calc(100% - 60px);
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.carousel-indicators li {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #FDAC53;
}

@media (max-width: 991.98px) {
  .carousel-indicators {
    width: 45px;
    right: calc(100% - 45px);
  }

  .carousel-indicators li {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 575.98px) {
  .carousel-caption h5 {
    font-size: 16px;
  }

  .carousel-caption h1 {
    font-size: 30px;
    font-weight: 700 !important;
  }
}

.team-carousel .owl-dots,
.testimonial-carousel .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.team-carousel .owl-dot,
.testimonial-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #dddddd;
}

.team-carousel .owl-dot.active,
.testimonial-carousel .owl-dot.active {
  background: #FDAC53;
}

#nav-desktop-media {
  display: none;
}

@media (min-width: 768px) {

  #nav-mobile-media {
    display: none;
  }

  #nav-desktop-media {
    display: block;
  }
}

.text-end h2 {
  font-weight: bold;
  color: black;
}

.social-icons-row>div>i {
  margin-right: 5;
}
.carousel-inner img{
  width: 100%;
  height: 90%;
}
a[href="#top"]{
    position: fixed;
    bottom: 2%;
    right: 20px;
    padding: 12px;
    background-color: #ccc;
    color: #fff;
    border-radius: 30%;
    text-align: center;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

a[href="#top"]:hover {
  background-color: #000000;
}


.header h2 {
  text-align: center;
}

.progress-container {
  width: 100%;
  height: 8px;
  background: #ccc;
  position: fixed;
}

.progress-bar {
  height: 8px;
  background: #00c87f;
  width: 0%;
}

.content {
  padding: 100px 0;
  margin: 50px auto 0 auto;
  width: 80%;
}



