﻿.mask-m {
    height: 50% !important
}

.logo-index {
    width: 7rem
}

.logo-footer {
    width: 18rem
}

.lang-span {
    position: absolute;
    right: 0;
    display: block
}

.whatsapp-button {
    position: fixed;
    bottom: 24px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.whatsapp-button:hover {
    background-color: #1DA851;
    text-decoration: none;
}
.item-div {
    z-index: 22;
    width: 19rem;
    background-color: black;
    padding: 15px 30px;
    font-size: 16px;
    background-color: #0074D9; /* Düğme arka plan rengini ayarlayın */
    color: #FFF; /* Düğme metin rengini ayarlayın */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}
.contact-item {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 22;
}
.avatar-logo {
    height: 2.6rem;
    width: auto;
    object-fit: cover;
    padding: 6px;
}
.page-image {
    width: auto;
    height: 24rem;
    float: right;
    padding: 0;
}
.pt-title {
    font-size: 40px;
}
