h1 {
  font-size: 30px;
  color: #6d757d;
  padding-bottom: 10px;
}

.sprint-blue {
  color: #5481b7;
  text-decoration: none;
}

.bg-image {
  background-image: url("../images/header-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 225px;
}

.nav-link {
  color: #4c76b4;
  font-weight: 500;
}
.main-navbar .active {
  color: #000 !important;
  background-color: #e5e5e5;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.logo-wrapper {
  position: absolute;
  display: block;
  left: 60px;
  bottom: 40px;
  width: 60%;
  max-width: 400px;
}
.list-group-item.active {
  background-color: #5481b7;
  border-color: #5481b7;
}
.footer-links {
  text-align: center;
  padding: 15px;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
}

.contact-area {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 768px) {
  .contact {
    margin-bottom: 60px;
  }

  .bg-image {
    height: 100px;
  }
  .logo-wrapper {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 50%;
    max-width: 300px;
  }
}

.contact input {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #232434;
  font-size: 16px;
  height: 60px;
  padding: 10px;
  width: 100%;
  font-family: "poppins", sans-serif;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact textarea {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #232434;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  font-family: "poppins", sans-serif;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact input:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #232434;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.contact textarea:focus {
  background: #fff;
  border: 1px solid #fff;
  color: #232434;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.form-control::placeholder {
  color: #232434;
  opacity: 1;
}

.btn-contact-bg {
  border-radius: 30px;
  color: #fff;
  outline: medium none !important;
  padding: 15px 27px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #7564e5;
  font-family: "poppins", sans-serif;
  cursor: pointer;
  width: 100%;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
  background: #232434;
  color: #fff;
}

/*START ADDRESS*/

.single_address {
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .single_address {
    padding-left: 0px;
  }
}

.single_address i {
  background: #f6f6f6;
  color: #5481b7;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  float: left;
  margin-right: 14px;
  font-size: 22px;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single_address:hover i {
  background: #5481b7;
  color: #fff;
}

.single_address h4 {
  font-size: 18px;
  margin-bottom: 0px;
  overflow: hidden;
  font-weight: 600;
}

.single_address p {
  overflow: hidden;
  margin-top: 5px;
}

.section-title h1 {
  font-size: 44px;
  font-weight: 500;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.section-title p {
  padding: 0 10px;
  width: 70%;
  margin: auto;
  letter-spacing: 1px;
}

.section-title {
  margin-bottom: 60px;
}

.text-link {
  text-decoration: none;
  color: #000;
}
.hizmet-resim {
  border-radius: 6px;
}

.list-group-item:hover {
  background-color: #5481b7;
  color: #fff;
}
.icerik-baslik {
  color: #5481b7;
}

.text-justify {
  text-align: justify;
}

.object-fit-cover {
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: clamp(300px, 40vh, 500px);
}

.swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}

.slide-content {
  position: absolute;
  bottom: 20%;
  left: 10%;
  color: #000;
  padding: 20px;
  border-radius: 10px;
  animation: fadeInUp 1s ease-in-out;
}

.slide-content h2 {
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
}

.slide-content p {
  margin-top: 10px;
  font-size: 1.2rem;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
