/* css/style.css */

body {
    font-family: sans-serif;
    background-color: hsl(0, 0%, 94%);
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

*,
::before,
::after {
    box-sizing: border-box;
}


/* Özel stil eklemek için */

.navbar-custom {
    background-color: #fea218;
    font-weight: bold;
    /* Toolbar rengini ayarladık */
}

.navbar-brand {
    max-width: 75%;
}

.navbar-brand img {
    height: 60px;
    /* Logonun boyutunu ayarladık */
}

.nav-item .btn {
    color: #000;
    font-weight: bold;
    background-color: hsl(0, 0%, 94%);
    border-radius: 8px;
}

.nav-item .btn:hover {
    background-color: #a96601;
}

.content {
    text-align: center;
    /* Metinleri ortalamak için */
    margin-top: 30px;
    /* Toolbar ile içerik arasında boşluk bırakmak için */
}

.button {
    background-color: #fea218;
    border-radius: 20px;
    border-width: 0px;
    padding: 15px 32px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 4px 2px;
}

.button:hover {
    background-color: #a96601;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.image-text {
    display: flex;
    /* Flexbox kullanarak elemanları yan yana sırala */
    align-items: center;
    /* İçerikleri dikey olarak ortala */
}

.image-text img {
    width: 400px;
    /* Resmin genişliği */
    margin-right: 20px;
    /* Resim ve metin arasında boşluk */
    object-fit: contain;
}

.text {
    flex: 1;
    /* Metnin kalan alanı kaplamasını sağlar */
}

.kargo-bilgileri {
    text-align: left;
    background-color: #fea218;
    padding: 20px;
}

.gorseller {
    display: flex;
    justify-content: flex-end;
}

.gorseller img {
    width: 100px;
    /* Görsellerin genişliği */
    margin: 10px;
    /* Görseller arasındaki boşluk */
    border-radius: 10%;
    border-style: solid;
    border-color: #3a3a3a;
    object-position: 0%;
}

.image-container {
    display: flex;
    justify-content: space-between;
}

.image-container-bg {
    display: flex;
    justify-content: space-between;
    background-image: url("../images/title-banner.png");
}

.image-container-bg img {
    width: 20%;
    /* Resimlerin genişliği */
    object-fit: contain;
}

.image-container img {
    width: 30%;
    /* Resimlerin genişliği */
    object-fit: contain;
}

.text-container {
    text-align: center;
    padding: 20px;
    /* width: 40% */
}

footer {
    background-color: #3a3a3a;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.logo img {
    display: flex;
    justify-content: space-between;
    object-fit: contain;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    /* Simge arası boşluğu ayarlamak için */
}

.social-media a {
    text-decoration: none;
    color: white;
    display: inline-block;
}

.social-media a img {
    width: 30px;
    /* İcon boyutunu ayarlayın */
    height: 30px;
}

.social-media a:hover {
    opacity: 0.8;
}

.allianz img {
    width: 200px;
    display: flex;
    justify-content: space-between;
}

.contact img {
    width: 50px;
}


/* Responsive tasarım için media queries */

@media (max-width: 1200px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 768px) {
    .navbar-toggler {
        display: block !important;
        /* Force visibility on mobile screens */
    }
}

.allianz-mob {
    display: none;
}
.btn-login{
margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 4px 15px;
}
@media (max-width: 992px) {
    .container {
        max-width: 720px;
    }
    .image-text {
        flex-direction: column;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .image-text img {
        max-width: 300px;
        /* Maksimum genişlik */
        margin: 10px;
        /* Görüntüler arasında boşluk */
    }
    .gorseller {
        flex-direction: column;
        display: flex;
        /* Kapsayıcıyı flex container yapar */
        justify-content: space-between;
    }
    .gorseller img {
        max-width: 33%;
    }
    .footer {
        max-width: 540px;
        flex-direction: column;
    }
    @media (max-width: 768px) {
		.navbar-nav {
			    text-align: center;
		}
		.content {
			padding: 5px;
		}
		.btn-login{
			            margin: 5px 10px;
		}
		.image-text {
			padding: 10px;
		}
        .container {
            max-width: 540px;
        }
        .image-container {
            flex-direction: row;
        }
        .text-container {
            font-size: 80%;
			            padding: 0;
        }
        .no-padding {
            padding: 0;
        }
        .allianz {
            display: none;
            /* display: flex; */
            /* flex-wrap: wrap; */
            /* justify-content: space-between; */
        }
        .allianz-mob {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }
        .allianz img {
            max-width: 150px;
            /* Maksimum genişlik */
            margin: 5px;
            /* Görüntüler arasında boşluk */
        }
        .allianz-mob img {
            max-width: 150px;
            /* Maksimum genişlik */
            margin: 5px;
            /* Görüntüler arasında boşluk */
        }
        .logo {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .logo img {
            max-width: 150px;
            /* Maksimum genişlik */
            margin: 5px;
            /* Görüntüler arasında boşluk */
        }
    }
}