
body {
    background-color:#365488;
    color: white;
    font-family: 'Raleway', sans-serif;
}
.bgc1{
    background-color: white;
    padding: 10px;
}
h2 {
    margin: 10px 0 0 0;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: black;
}
h1 {
    margin: 10px 0 0 0;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: black;
}
.row{
    padding: 0;
    margin: 0;
}
p {
    margin: 0;
    font-family: 'Raleway', 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, .banner2 {
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;

}
.photob{
    justify-content: center;
    display: block;
    
}
.h700{
    height: 700px;
    width: 1200px;
}
.banner-content {
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 100%;
}
.banner-image {
    width: 100%;
    object-fit: cover;
    scale: 0.9;
    display: center;
    height: 600px;
}
.banner-text-global {
    color: rgb(0, 0, 0);
    margin-left: 100px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    z-index: 1;
    margin-right: 50px;
}

/* Стиль для банера */
.banner3 {
    
    padding: 50px 0;
}

/* Текст */
.banner3 .banner-text {
    font-size: 18px;
    line-height: 1.6;
}

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

.custom-card .card-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 250px; /* Висота для зображення 50% */
}
.custom-card .card-content {
    padding: 20px;
}

.custom-card h3 {
    font-size: 22px;
    margin-top: 10px;
}

.custom-card .card-text {
    font-size: 14px;
    margin-bottom: 15px;
}
.aboutus-btn{
    text-transform: uppercase;
    font-weight: bold;
    background-color: #0a1f44; 
    width: 70%;
    font-size: large;
}
.aboutus-btn:hover{
    background-color: #f1c40f;
}
.custom-card .btn {
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s;
}
.strctimg{
    width: 100%;
}
.custom-card .btn:hover {
    background-color: #60a5fa;
}

.btn, .nav-button, .view-all-btn {
    color: white;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border: none;
}
/* .btn {
    background-color: #2e2e2e;
    font-size: 0.8em;
    width: 80%;
    margin: 10px auto 20px;
    padding: 5px 10px;
} */
/* .btn:hover {
    background-color: white;
    color: black;
} */
.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 {
    
    padding: 60px 20px;
    color: rgb(0, 0, 0);
}

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

/* Картка */
.custom-card {
    background-color: rgba(52, 68, 139, 0.774); /* Чорний фон з 20% прозорістю */
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    color: white;
    padding-bottom: 20px;
    transition: transform 0.3s;
}

.custom-card:hover {
    transform: scale(1.05); /* Ефект при наведенні */
}

.custom-card .card-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 250px;
}

.custom-card .card-content {
    padding: 15px;
}

.custom-card h3 {
    font-size: 20px;
    margin-top: 10px;
}

.custom-card p {
    font-size: 14px;
    margin-bottom: 15px;
}

.custom-card .btn {
    background-color: #60a5fa;
    border: none;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s;
}

.custom-card .btn:hover {
    background-color: #3b82f6;
}

/* Кнопка під картками */
.banner4 .btn-secondary {
    background-color: #0a1f44;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s;
}
/* .banner4{
    background-color: #4ce279;
} */

.banner4 .btn-secondary:hover {
    background-color: #f1c40f;
}
.contcs{
    text-align: start;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
}
















/* Стіль стилів для мобільних пристроїв */
@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; /* Зменшити розмір тексту */
    }
}
