﻿

@media screen and (max-width: 767px) {
    .hero-4 .hero-content h1 {
        color: #003566 !important;
        font-weight: 700;
        letter-spacing: 0;
        font-size: 17px;
    }
    .header-bottom-left .logom {
        width: 190px;
        padding-top:10px
    }
    .cagri {
        position: relative;
        top: -4px;
        width: 32px;
        left: 37px;
    }

    .wp {
        position: relative;
        top: -5px;
        width: 30px;
        left: 30px;
    }

    .hero-image {

        display:none !important;
    }

    .section-title.is-text-dark {
        color: #003566;
        font-size: 27px;
        letter-spacing: 0;
    }

    .industrial-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 10px 33px;
        margin-top: 50px;
    }


    .no_desk {
        display: block !important;
    }

    .industrial-item {
        display: inline-block !important;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        font-weight: 700;
        font-size: 18px;
    }


    .iletisim .btn {
        padding: 7px 7px !important;
    }

    .talep {
        POSITION: absolute;
        bottom: 10px;
        WIDTH: 100%;
    }

    .talep_btn {
        background: linear-gradient(237deg, rgb(255, 229, 202) 0%, rgb(246, 146, 30) 53%, rgb(216, 59, 32) 100%);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 20px;
        padding: 7px 17px;
        font-weight: 600;
        color: #fff;
    }

    


    .iletisim {
        position: relative;
        top: 19px;
        display: flex;
        margin-top: 5px;
    }

   .sloganlar h1 {
       font-size:17px !important;
   }
    .sloganlar p {
        font-size: 15px !important;
    }
    .sloganlar {
        padding: 30px 30px;
    }

    .header-user-event-button {
        position: relative;
        color: #ff6a00 !important ;
        font-size: 30px;
    }

}

@media (min-width: 991px) {
    .no_desk {
        display: none !important;
    }

    .iletisim {
        display:none !important;
    }
}