.footer-img > a > img {
width: 25%;
height: auto;
}

.icon > span::before {
  font-family: "Font Awesome 6 Free";
}

#icon-section-1 .custom-col:nth-child(1) .icon > span::before {
  content: "\f7fb";
}

#icon-section-1 .custom-col:nth-child(2) .icon > span::before {
  content: "\f7b6";
}

#icon-section-1 .custom-col:nth-child(3) .icon > span::before {
  content: "\f1fd";
}

#icon-section-1 .custom-col:nth-child(4) .icon > span::before {
  content: "\f805";
}

#icon-section-2 .custom-col:nth-child(1) .icon > span::before {
  content: "\f140";
}

#icon-section-2 .custom-col:nth-child(2) .icon > span::before {
  content: "\f06e";
}

#icon-section-2 .custom-col:nth-child(3) .icon > span::before {
  content: "\f2b5";
}

#icon-section-2 .custom-col:nth-child(4) .icon > span::before {
  content: "\f06c";
}

#icon-section-3 .custom-col:nth-child(1) .icon > span::before {
  content: "\f7b6";
}

#icon-section-3 .custom-col:nth-child(2) .icon > span::before {
  content: "\e4f4";
}

#icon-section-3 .custom-col:nth-child(3) .icon > span::before {
  content: "\f810";
}

#icon-section-3 .custom-col:nth-child(4) .icon > span::before {
  content: "\f2e7";
}

#counter_1 .counterNumber::after, #counter_2 .counterNumber::after, #counter_3 .counterNumber::after {
  content: '+'
}

@media screen and (max-width: 768px) {
#counter-section-0 .counter-col {
    width: 50% !important;
}
}

.icon-section .icon-wrapper {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.gallery-section-2 .img-responsive {
background: linear-gradient(90deg, var(--site-color) 0%, var(--site-hover-color) 100%);
border-radius: 50px 50px 0px 0px;
}

.gallery-section-2 #image-gallery {
width: 75%;
height: auto;
margin: 0 auto;
}

.gallery-section-2 .weta-icerik-tag, .gallery-section-2 .galleryDescription {
text-align: center;
}

.icon-wrapper {
height: 300px;
border-radius: 40px;
}

@media screen and (max-width: 768px) {
.icon-wrapper {
height: 400px;
}
}

#contactForm-1 .rexa-content {
border: 1px solid var(--site-color);
border-radius: 40px;
padding: 40px;
background-color: #F8F5F2;
}