footer.footer2 {
  width: 100%;
  height: auto;
  background: #f9fafb;
  padding: 50px 0px 0px 0px;
  color: #202020;
  border-top: 6px solid var(--brand-yellow);
  position: relative;
  z-index: 1;
}

footer.footer2 .footer-logo {
  width: 100%;
  height: auto;
  text-align: center;
  margin-left: -80px;
}

footer.footer2 .footer-logo img {
  display: block;
  padding-top: 10px;
  margin-top: 10px;
  text-align: center;
  margin: 10px auto;
}

footer.footer2 .footer-logo img {
  height: 125px;
  display: block;
  width: auto;
}

footer.footer2 .footer-ust {
  width: 100%;
  height: auto;
}

footer.footer2 .footer-ust .baslik {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 35px;
}

footer.footer2 .footer-ust .baslik h3 {
  height: auto;
  text-align: center;
  display: block;
  font-size: 1rem;
}

footer.footer2 .footer-ust .baslik h3 span {
  height: auto;
  text-align: center;
  display: inline-block;
  background: #e31e24;
  padding: 2px 10px;
}

footer.footer2 .footer-ust .baslik p {
  display: block;
  font-size: 0.85rem;
  font-weight: 300;
  max-width: 40%;
  margin: 10px auto 20px;
}

footer.footer2 .footer-ust .baslik .icon {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

footer.footer2 .footer-ust .baslik:after {
  content: "";
  width: 25px;
  height: 3px;
  background: #e31e24;
  display: inline-block;
  position: relative;
}

footer.footer2 .footer-ust .baslik .icon img {
  height: 45px;
}

footer.footer2 .footer-ust .footer-iletisim {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.footer2 .footer-ust .footer-iletisim .liste {
  display: flex;
  margin: 0px 30px;
}

footer.footer2 .footer-ust .footer-iletisim .liste .icon {
  font-size: 30px;
}

footer.footer2 .footer-ust .footer-iletisim .liste .text {
  display: block;
  padding-left: 10px;
}

footer.footer2 .footer-ust .footer-iletisim .liste .text small {
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
}

footer.footer2 .footer-ust .footer-iletisim .liste .text span {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
}

footer.footer2 .footer-orta {
  display: block;
  padding: 50px 0px;
}

footer.footer2 .footer-liste {
  width: 100%;
  height: auto;
}

footer.footer2 .footer2-baslikk {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0;
  color: var(--brand-yellow);
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

footer.footer2 .footer2-baslikk::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: var(--brand-yellow);
  margin-top: 15px;
}

footer.footer2 .footer2-baslikk2 {
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: 0;
  color: #000;
  font-weight: 600;
  display: block;
}

footer.footer2 .footer-liste li:first-child {
  margin-top: 0px;
}

footer.footer2 .footer-liste li {
  width: 100%;
  height: auto;
  margin-top: 6px;
  list-style: none;
}

footer.footer2 .footer-liste li a {
  font-size: 14px;
  color: #202020;
  font-weight: 500;
}

footer.footer2 .footer-liste li a:hover {
  color: #e31e24;
  opacity: 100%;
}

footer.footer2 .footer-liste.fotogaleri {
  height: auto;
}

footer.footer2 .footer-liste.fotogaleri li {
  width: 23%;
  height: auto;
  display: inline-block;
  margin-top: -1px;
}

footer.footer2 .footer-liste.fotogaleri li a img {
  width: 100%;
}

footer.footer2 .footer-liste.fotogaleri li a {
  width: 100%;
  position: relative;
  display: flex;
}

footer.footer2 .footer-liste.fotogaleri li a .zoom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background: #2b2a29;
  opacity: 0;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer.footer2 .footer-liste.fotogaleri li a:hover .zoom {
  opacity: 60%;
}

footer.footer2 .footer-alt {
  width: 100%;
  height: auto;
  padding: 20px 0px;
}

footer.footer2 .footer-alt li {
  list-style: none;
  display: inline-block;
}

footer.footer2 .footer-alt li a {
  color: #202020;
  padding: 0px 50px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}

footer.footer2 .footer-alt li a i {
  padding-right: 10px;
}

footer.footer2 .footer-bilgi {
  width: 100%;
  height: auto;
  padding: 20px 0px;
  color: #d0393c;
  justify-content: center;
  display: flex;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

footer.footer2 .footer-bilgi .bilgi-baslik {
  color: #202020;
}

footer.footer2 .footer-bilgi a {
  color: #d0393c;
  font-size: 35px;
  font-weight: 700;
}

footer.footer2 .footer-bilgi .sosyal {
  width: auto;
}

footer.footer2 .footer-bilgi .sosyal li {
  display: inline-block;
  margin-left: 5px;
}

footer.footer2 .footer-bilgi .sosyal li a {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #2b2a29;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

footer.footer2 .footer-bilgi .sosyal li a:hover {
  background: #2b2a29;
  color: #fff;
}

footer.footer2 .footer-bilgi .bilgi-baslik {
  margin-right: 16px;
}

.footer-firma {
  width: 100%;
  height: auto;
}

.footer-firma {
  width: 100%;
  height: auto;
  padding: 12px 0px;
  background: transparent;
  border-top: 1px solid #ffffff26;
}

.footer-firma .footer-text {
  font-size: 0.75rem;
  opacity: 80%;
  color: #fff;
}

.footer-firma .footer-logo2 {
  height: 20px;
  display: flex;
  margin-left: auto;
}

.footer-firma .footer-logo2 img {
  height: 100%;
}

.footer2icon {
  width: 70px;
  height: 70px;
  position: absolute;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  background: #fff;
  border: 2px solid #d0393c;
  border-radius: 50%;
  align-items: center;
}

.footer2icon img {
  height: 65%;
}

/* Ä°letiÅŸim Listesi Genel Ayarlar */
.footer-iletisim-liste {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  /* Yatayda ortala */
  align-items: center;
  /* Dikeyde ortala */
  flex-wrap: wrap;
  /* Mobil iÃ§in alt alta sÄ±ralama */
}

/* Liste Ã–ÄŸesi AyarlarÄ± */
.footer-iletisim-liste li {
  margin: 10px 20px;
  /* Ã–ÄŸeler arasÄ± boÅŸluk */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Animasyonlar */
}

.footer-iletisim-alt {
  width: 100%;
  background: #051936;
  color: #fff;
}

.footer-iletisim-alt .footer-iletisim-alt-ic {
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 0px 50px 0px;
  display: flex;
  align-items: center;
}

.footer-iletisim-alt .footer-iletisim-alt-ic h3 {
  width: 100%;
  position: relative;
  margin-bottom: 70px;
  text-align: center;
  font-weight: 700;
}

/* Link AyarlarÄ± */
.footer-iletisim-liste a {
  flex: 0 0 230px;
  height: auto;
  transition: all 0.3s ease;
  background: #ffffff00;
  border-radius: 10px;
  cursor: pointer;
  padding: 25px;
  color: #fff;
  margin: 0px 7px;
  display: flex;
  position: relative;
  justify-content: center;
  text-align: center;
  /* border: solid 1px #ffffff2e; */
}

/* Ä°kon AyarlarÄ± */
.footer-iletisim-liste a i {
  width: 100%;
  height: auto;
  font-size: 18px;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  border: solid #ffffff2e;
  margin-top: -48px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  background: #051936;
  opacity: 0;
}

/* Ä°kon AyarlarÄ± */
.footer-iletisim-liste a span {
  width: 100%;
  height: auto;
  margin-top: 25px;
  font-weight: 700;
  display: block;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-iletisim-liste a:hover {
}

.footer-iletisim-liste a:hover {
  transform: translateY(-5px);
}

.footer-sosyal {
  display: flex;
}

.footer-sosyal li:first-of-type {
  margin-left: 0px !important;
}

.footer-sosyal li {
  width: auto !important;
  margin-top: 0px !important;
  margin-left: 25px !important;
  list-style: none;
}

.footer-sosyal li a {
  color: #202020 !important;
  border: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 21px !important;
}
