﻿.phone-number {
    font: normal normal normal 33px/48px Gilroy-Bold;
    color: white;
    margin-right: 5%;
}

.contact-us-btn {
    border: 1px solid #FEFFFF;
    border-radius: 20px;
    color: white;
    opacity: 0.65;
    background-color: unset;
    height: 40px;
    font: normal normal normal 16px/22px Gilroy-Regular;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: auto;
    margin-bottom: auto;
}

    .contact-us-btn:hover {
        opacity: 1;
    }

.topbar-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: unset;
    border-top: 1px solid rgba(255, 255, 255, 0.65);
    color: white;
    background-color: unset;
    height: 45px;
    width: 100%;
    max-width: 290px;
    font: normal normal normal 21px/30px Gilroy-SemiBold;
    letter-spacing: 0.63px;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color 0.8s ease-out;
}

    .topbar-btn > i {
        opacity: 0.65;
    }

    .topbar-btn:hover {
        border-top-color: #C30000;
    }

/*.topbar-menu {
    width: 100%;
    height: 735px;
    background-color: #491720;
    position: absolute;
    top: 0 !important;
    z-index: 1 !important;
    transform: unset !important;
}*/


.corporate-content {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    position: absolute;
    top: 292px;
}

.corporate-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgb(255, 255, 255, 0.65);
    height: 325px;
}


    .corporate-item:last-child {
        border-right: unset !important;
    }

    .corporate-item a {
        font: normal normal normal 21px/30px Gilroy-SemiBold;
        letter-spacing: 0.63px;
        text-decoration: unset !important;
        color: white;
        padding-top: 120px;
    }

.projects-content {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    position: absolute;
    top: 292px;
}

.projects-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgb(255, 255, 255, 0.65);
    height: 325px;
}

    .projects-item:last-child {
        border-right: unset !important;
    }

    .projects-item a {
        font: normal normal normal 21px/30px Gilroy-SemiBold;
        letter-spacing: 0.63px;
        text-decoration: unset !important;
        color: white;
    }

.overlay-mail-content {
    width: 100%;
    max-width: 1256px;
    height: 458px;
    background-color: #FFFFFF;
    padding: 62px 66px;
    --bs-popover-max-width: unset !important;
    --bs-popover-border-radius: unset !important;
}

.overlay-e-news {
    font: normal normal normal 27px/38px Gilroy-Medium;
    letter-spacing: 0px;
    color: #707071;
}

.overlay-phone-number {
    font: normal normal normal 43px/61px Gilroy-UltraLight;
    letter-spacing: 0px;
    color: #707071;
}

.overlay-input {
    height: 41px !important;
    width: 100% !important;
    max-width: 270px;
    border: unset !important;
    border-bottom: 1px solid #6B757F !important;
    border-radius: unset !important;
    visibility: visible !important;
}

    .overlay-input:focus {
        box-shadow: unset !important;
    }

.overlay-float-label-text {
    text-align: left;
    font: normal normal normal 19px/27px Gilroy-Regular;
    letter-spacing: 0px;
    color: #0B0B0B;
    margin-left: 18px;
}

    .overlay-float-label-text::after {
        background-color: unset !important;
    }

.overlay-divider {
    height: 0px;
    border: 1px solid #EFEFEF;
}

.overlay-footer-text {
    font: normal normal normal 15px/21px Gilroy-Regular;
    letter-spacing: 0px;
    color: #394854;
}




/* Genel stil ayarları */
.language-btn {
    appearance: none;
    border: 2px solid #ced4da;
    border-radius: 0.375rem;
    padding: 0.75rem 1.5rem; /* Daha fazla padding ekleyerek butonu büyütüyoruz */
    font-size: 1.5rem; /* Yazı boyutunu artırıyoruz */
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Daha yumuşak geçiş efektleri */
}

    /* Dil seçici üzerine gelindiğinde */
    .language-btn:hover {
        border-color: #adb5bd;
    }

    /* Dil seçici odaklandığında */
    .language-btn:focus {
        outline: none;
        box-shadow: 0 0 0 0.2rem rgba(86, 179, 255, 0.25);
        border-color: #80bdff;
    }

    /* Dil seçici seçenekleri için stil */
    .language-btn option {
        padding: 0.5rem;
    }

    /* İkon için stil */
    .language-btn::before {
        content: "\f1fa"; /* Örnek ikon kodu, istediğiniz bir ikon fontu kullanabilirsiniz */
        font-family: "FontAwesome";
        margin-right: 0.5rem;
    }


@media (max-width: 576px) {
    .back-container {
        position: absolute;
        top: 15px;
        left: 20px;
        z-index: 1000;
        padding: 0;
    }

    .back-icon {
        width: 50px;
    }
}


@media (max-width: 991px) {
    .back-container {
        position: absolute;
        top: 15px;
        left: 20px;
        z-index: 1000;
        padding: 0;
    }
}

