﻿
@media screen and (max-width: 1140px) {
    .d-none {
        display: none;
    }

    .t-center {
        text-align: center;
    }

    .m-top {
        margin-top: 0px;
    }
}

.phone-number {
    position: fixed;
    bottom: 40px;
    left: 20px;
    z-index: 9999;
    color: #333; /* Telefon numarası rengi */
    font-size: 14px;
}

#totop-1 {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 30px;
    right: 1.5%;
    display: none;
    z-index: 9;
    background: #f15f2a;
    border: 3px solid #ffffff;
    border-radius: 50%;
    height: 47px;
    width: 47px;
    text-align: center;
    transition: all 0.2s linear;
}

.whatsapp-icon {
    position: fixed;
    height: 47px;
    width: 47px;
    bottom: 30px; /* veya istediğiniz bir değer */
    left: 1.5%; /* veya istediğiniz bir değer */
    z-index: 9999999999999; /* Eğer diğer elementlerin üzerine çıkmasını istiyorsanız yüksek bir değer verin */
}


    .whatsapp-icon:hover {
        transform: scale(1.1);
    }


.m-top {
    margin-top: 155px;
}

/** {
    font-family: "Work Sans", sans-serif ;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal ;
}*/

@media screen and (max-width: 600px) {
    .qr {
        width: 100%!important;
      
    }

   
}



@media screen and (min-width: 601px) {
    .qr {
        width: 50%!important;
        margin-top: 50px!important;
    }

    .qr-title {
        font-size: 22px!important;
        margin-top: 30px!important;
        margin-left: -45px!important;
    }
}
