
body {
    background-color:#365488;
    color: white;
    font-family: 'Raleway', sans-serif;
}
.bgc1{
    background-color: white;
    padding: 10px;
}
h2 {
    
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}
h1 {
    
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}
.row{
    padding: 0;
    margin: 0;
}
p {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.tac {
    text-align: center;
}


nav {
    background-color: #0a1f44; 
    padding: 10px 0;
}

nav a {
    color: white !important; /* Білий колір для всіх посилань */
    text-transform: uppercase;
    font-size: 18px;
    transition: 0.3s;
}
a {
    color: white !important; /* Білий колір для всіх посилань */
    font-size: 18px;
    transition: 0.3s;
    text-decoration: none;
}
nav a:hover {
    color: #f1c40f !important;
}

.contacts {
    font-weight: bold;
    letter-spacing: 1px;
}

.navbar-toggler {
    background-color: #f1c40f;
}

.banner {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;

}
/* .mrb5{
    margin-bottom: 100px;
} */
.banner-content {
    display: flex;
    align-items: start;
    max-width: 1200px;
    width: 100%;
}
.banner-image {
    width: 50%;
    object-fit: cover;
}
.banner-text-global {
    color: rgb(0, 0, 0);
    margin-left: 100px;
    text-align: start;
    font-weight: 400;
    font-size: 24px;
    z-index: 1;
    margin-right: 50px;
}
 .banner-text {
    font-size: 28px;
    line-height: 1.6;
}

/* Картка */
.custom-card {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    color: white;
    padding-bottom: 20px;
}



.strctimg{
    width: 100%;
}

.btn, .nav-button, .view-all-btn {
    color: white;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border: none;
}
.nav-button {
    background-color: black;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}

::-webkit-scrollbar {
    display: none;
}
.separator{
    color: #ffffff;
}
/* Стиль для банера */


/* Заголовок */
.banner4 .banner-title {
    font-size: 32px;
    font-weight: bold;
}

















/* Стіль стилів для мобільних пристроїв */
@media (max-width: 888px) {
    .banner {
        padding: 0;
        margin: 0;
    }
    
    .banner-content {
        flex-direction: column;
        align-items: center;
    }

    .banner-image,
    .banner-content img {
        display: none; /* Приховати зображення */
    }

    .banner-text-global {
        width: 100%; /* Розширити текст на всю ширину */
        margin: 0; /* Видалити відступи */
        padding: 0;
        text-align: center;
    }

    h2 {
        font-size: 1.5rem; /* Зменшити розмір заголовка для мобільних */
    }

    .banner-text {
        font-size: 1rem; /* Зменшити розмір тексту */
    }
}
