#icon-section-1 .custom-col .icon-wrapper {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all .4s;
}

#icon-section-1 .custom-col .icon-wrapper:hover {
    transform: translateY(-10px);
}

.icon-section .icon-wrapper:hover * {
    color: #fff !important;
}

.icon-section .icon-wrapper * {
    transition: all .4s !important;
}

.btn {
    min-width: 140px !important;
}

footer img{
    max-width: 65%;
}

.footer .footer-pages li {
    padding: 5px 0px;
}
.footer .footer-pages li a{
    transition: all .4s;
}
.footer .footer-pages li a:hover{
    margin-left: 5px;
    transition: all .4s;
}
@media (max-width:768px) {
    .pageDetailContent#html-section-1 {
        padding: 40px 0px 0px;
    }

    .iti {
        width: 100%;
    }

    .page-breadcrumb .relative-title .page-name span {
        font-size: 30px;
        position: relative;
        top: 0px;
    }

    .product-breadcrumb,
    .page-breadcrumb {
        height: 130px;
    }

    .textImg .weta-icerik-tag,
    .gallery-section .weta-icerik-tag {
        font-size: 24px !important;
    }

    .pageSliderContent .sliderJs,
    .pageSliderContent .sliderJs .swiper-wrapper,
    .pageSliderContent .sliderJs .swiper-slide {
        max-height: calc(70vh - 75px);
        height: calc(70vh - 75px);
    }

    .icon-section .custom-col {
        width: 100% !important;
    }

    .icon-section .custom-col p {
        font-size: 11px !important;
    }
}