@font-face {
    font-family: 'ComforterBrush-Regular';
    src: url('../fonts/ComforterBrush-Regular.ttf') ,
}
@font-face {
    font-family: 'Pacifico-Regular';
    src: url('../fonts/Pacifico-Regular.ttf') ,
}
@font-face {
    font-family: 'YsabeauInfant-Italic-VariableFont_wght';
    src: url('../fonts/YsabeauInfant-Italic-VariableFont_wght.ttf') ,
}
@font-face {
    font-family: 'YsabeauInfant-VariableFont_wght';
    src: url('../fonts/YsabeauInfant-VariableFont_wght.ttf') ,
}
    body {
        background-color: #1a1e21;
        color: #ffffff;
        font-family: YsabeauInfant-VariableFont_wght;


    }

.prevelegi{

    background-color: white;
    color: black;
    border-radius: 10px 0px 0px 10px;
    padding: 20px;

}

.carousel-item {
    height: 650px;

}
.sli_text{
    font-size: 40px;
    color: #6ebc10;
    font-weight: bold;
}

.icon{
    width: 100px;


}
.icon-p{
    width: 60px;


}
.carousel-inner{
    padding-top: 50px;
}
.carousel-caption{
   margin-top: 10px;
    margin-bottom: 200px;
}

.carousel-item img {
    width: 100%; /* Изображение занимает всю ширину контейнера */
    height: 100%; /* Изображение занимает всю высоту контейнера */
    object-fit: cover; /* Масштабирует изображение, сохраняя пропорции и заполняя весь контейнер */
    object-position: left; /* Центрирует изображение */
}
.sli_text_int{
    font-weight: bold;
    font-size: 20px;
}
@media (max-width: 1100px) {
    .carousel-caption {
        background-color: rgba(33, 37, 41, 0.8); /* Полупрозрачный черный фон */
        border-radius: 10px; /* Скругление углов для аккуратного вида */

    }
    .sli_text{
        font-size: 20px;
        color: #6ebc10;
        font-weight: bold;
    }
    .sli_text_int{
        font-size: 25px;
        color: #ffffff;
        font-weight: bold;
    }
    .carusel{
        line-height: 20px;
       top: 100px;
    }
}


.black-dark{

    height: 400px;

}
h1 {
    font-size: 37px;

}
h2{
    font-family: YsabeauInfant-VariableFont_wght;
    text-transform: none;
    font-size: 20px;
}

h3{
    font-family: YsabeauInfant-VariableFont_wght;
    text-transform: none;
    font-size: 25px;
    color: #62b700;
}
h4{
    font-size: 30px;
    color: #62b700;
    font-weight: bold;
}
h5{
    font-size: 22px;
}


.main2{
    background-color: #eff6f9;

    color: #1a1e21;
    text-transform: none;
    font-size: 10px;
    position: relative;
    border-radius: 10px 0px 0px 10px;

}.main3{
     background-color: #eff6f9;

     color: #1a1e21;
     text-transform: none;
     font-size: 10px;
     position: relative;
     border-radius: 0px 10px 10px 0px;

 }
.text-main{
    color: #1a1e21;
    font-size: 25px;
    padding-top: 60px;
}
.main1{
    background-color: #1a1e21;

}
.img_main{
    width: 200px;
    padding-top: 50px;


}
.main0{
    padding-top: 50px;
}

.mg2{
    width: 250px;
    border-radius: 10px 10px 10px 10px;

}

.otz{
    border: 2px solid white;
    border-radius:10px 10px 10px 10px;
    margin: 5px;


}
.prevelegi-1{
    padding: 15px;
}
footer{


}
.footer-text{
    color: black;

}
/* Стиль для плаваючої кнопки */
.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.main-button {


    border: none;
   background-color: transparent;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon {
    width: 100px; /* Розмір іконки, можна налаштувати за потребою */

}

.floating-menu {
    display: none;
    position: absolute;
    bottom: 60px;
    right: 0;
    flex-direction: column;
}

.contact-button {
    display: block;
    background-color: #f8f9fa;
    color: black;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.contact-button:hover {
    background-color: #e2e6ea;
}

.telegram {
    background-color: #0088cc;
    color: white;
}

.telegram:hover {
    background-color: #007ab8;
}

.viber {
    background-color: #25d366;
    color: white;
}

.viber:hover {
    background-color: #1ebe5b;
}

.whatsapp {
    background-color: #4dc247;
    color: white;
}

.whatsapp:hover {
    background-color: #3c9d3d;
}

.phone {
    background-color: #007bff;
    color: white;
}

.phone:hover {
    background-color: #0056b3;
}
.carusel {
    padding-bottom: 50px;
}
/* Контейнер для значків */
.icon-row {
    display: flex;
    justify-content: center; /* Центруємо значки по горизонталі */
    align-items: center; /* Вирівнюємо значки по вертикалі */
    gap: 10px; /* Відстань між значками */
}

/* Стиль для кожного значка */
.icon-link img {
    width: 34px; /* Ширина значка */
    height: 34px; /* Висота значка */
    transition: transform 0.3s ease; /* Анімація при наведенні */
}

/* Ефект при наведенні */
.icon-link img:hover {
    transform: scale(1.1); /* Збільшує значок на 10% при наведенні */
}
/* Послуги */
/* Анімація появи карток при завантаженні сторінки */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Анімація збільшення для зображень */
@keyframes zoomIn {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

/* Анімація для плаваючої кнопки */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Анімація появи карток при завантаженні сторінки */
.custom-card {
    background-color: rgb(33, 37, 41);
    color: #7eda0d;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgb(110, 188, 16);
    border: 1px solid rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-weight: 500;
    font-family: Calibri;
    text-align: center;
    height: 100x;
    text-transform: none;
    animation: fadeInUp 0.6s ease-out; /* Додаємо анімацію при завантаженні */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Стиль для зображення з анімацією при наведенні */
.card-img {
    width: 100px;
    height: 100px;
    object-fit: cover;

}

.custom-card:hover .card-img {
    animation: zoomIn 0.5s forwards; /* Анімація збільшення зображення */
    filter: grayscale(0);
}

/* Ефект при наведенні на картку */
.custom-card:hover {
    box-shadow: 0px 8px 15px rgb(110, 188, 16);
    transform: translateY(-5px);
    filter: grayscale(80%);
    transition: filter 0.3s ease, transform 0.3s ease;
}

/* Анімація для значків */
.icon-link img {
    width: 34px;
    height: 34px;
    transition: transform 0.3s ease;
}

.icon-link img:hover {
    animation: zoomIn 0.3s forwards; /* Збільшення значка при наведенні */
}

/* Стиль для плаваючої кнопки з bounce-анімацією */
.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    animation: bounce 2s infinite; /* Bounce-анімація для плаваючої кнопки */
}

/* Стиль для контактних кнопок з плавною зміною кольору */
.contact-button {
    display: block;
    background-color: #f8f9fa;
    color: black;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s;
}

.contact-button:hover {
    background-color: #e2e6ea;
    transform: translateY(-5px); /* Підняття при наведенні */
}

/* Стиль для контактних послуги загловоки */
.pos_text{
    text-decoration: none;
    font-size: 24px;
    color: white;
    font-weight: bold;
    font-style: normal;
    font-family: YsabeauInfant-VariableFont_wght;
}

.who{
    background-color: rgb(33, 37, 41);
    color: #7eda0d;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgb(110, 188, 16);
    border: 1px solid rgba(0, 0, 0, 0.25);
    font-size: 18px;
    font-weight: 500;
    font-family: Calibri;
    text-align: center;
    height: ;
    text-transform: none;
    animation: fadeInUp 0.6s ease-out; /* Додаємо анімацію при завантаженні */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.who pos_text {
    text-decoration: none;
    font-size: 24px;
    color: white;
    font-weight: bold;
    font-style: normal;
    font-family: YsabeauInfant-VariableFont_wght;
    text-align: left;
}
.who .col-md-auto {
    text-align: left;
}

/* Фонове зображення для секції */
.section-background {
    background-image: url('/img/bg2.png'); /* Шлях до вашого зображення */
    background-size: cover; /* Заповнює весь контейнер */
    background-position: center; /* Центрує зображення */
    background-repeat: no-repeat; /* Зображення не повторюється */
    padding: 50px 0; /* Відступи зверху і знизу для простору */
}

/* Основний стиль для блоків етапів */
.step-block {
    background-color: rgba(26, 30, 33, 0.8); /* Напівпрозорий фон для читабельності */
    color: #7eda0d;
    padding: 20px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Заголовок кожного етапу */
.step-block h5 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #7eda0d;
}

/* Текст опису кожного етапу */
.step-block p {
    font-size: 1rem;
    color: #e4e4e4;
    margin: 0;
}

/* Ефект при наведенні */
.step-block:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);
}

/* Стиль заголовків секції */
h1 {
    color: #ffffff;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

h3.pos_text {
    color: #7eda0d;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.npw{
    background-color: #212529;
}
.connection-section {
    padding: 50px 0;
}

.connection-section h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #ffffff;
}

.icon-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.icon-block {
    text-align: center;
}

.icon {
    width: 120px;
    height: auto;
    margin-bottom: 10px;
}

.icon-block p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
}
.service-list-section {
    padding: 50px 0;
    color: #1a1e21;
}

.service-list-section h2 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 30px;
}

.service-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.service-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.service-item .icon {
    width: 60px;
    height: auto;
    margin-right: 15px;
}

.service-item p {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}
.shadowed-image {
    width: 200px; /* Ширина зображення, адаптується до ширини колонки */
    border-radius: 10px; /* Заокруглені краї зображення */
    margin-bottom: 10px; /* Відступ знизу для тексту */
    object-fit: cover; /* Адаптує розмір зображення до контейнера, зберігаючи пропорції */
}
.btn-success{
    color: #000000;
    background-color: #92dd33;
    font-family: YsabeauInfant-VariableFont_wght;
    font-weight: bold;
}
.btn-success:hover{
    color: #000000;
    background-color: #c5f18d;
    font-family: Calibri;
    font-weight: bold;

}
.btn-success:active{


}

.tel-an {
    height: 30px;

}
.btn-am{
    color: white;
    background-color: #7eda0d;
}
/* Заголовок галереї */
.gallery-title {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

/* Стиль для зображень галереї */
.gallery-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Додаткова тінь та збільшення зображення при наведенні */
.gallery-image:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
}

/* Контейнер з відступом для зображень */
.gallery-item {
    overflow: hidden;
    border-radius: 10px;
}

/* Відступи для сітки галереї */
.mb-4 {
    padding: 0 10px;
}
.news-section {
    padding: 50px 0;
    color: #ffffff;
}

.news-section h2 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 30px;
}

.news-card {
    background-color: #212529;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

.news-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.news-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #92dd33;
}

.news-card p {
    font-size: 16px;
    margin-bottom: 15px;
}

.news-card .btn {
    background-color: #92dd33;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}

.news-card .btn:hover {
    background-color: #c5f18d;
    color: #000;
}
.reviews-section {
    padding: 50px 0;
    color: #ffffff;
}

.reviews-section h2 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 30px;
}

.review-card {
    background-color: #212529;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

.reviewer-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #92dd33;
}

.review-text {
    font-size: 16px;
}
.footer-section {
    background-color: #1a1e21;
    color: #ffffff;
    padding: 40px 0;
}

.footer-text h5 {
    font-size: 20px;
    font-family: 'YsabeauInfant-VariableFont_wght';
    color: #92dd33;
    margin-bottom: 15px;
}

.footer-text p, .footer-text ul {
    font-size: 16px;
    color: #e4e4e4;
}

.footer-text ul li a {
    color: #92dd33;
    text-decoration: none;
}

.footer-text ul li a:hover {
    color: #c5f18d;
    text-decoration: underline;
}

.footer-section .floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.footer-section .main-button {
    border: none;
    background-color: transparent;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-section .floating-menu {
    display: none;
    position: absolute;
    bottom: 60px;
    right: 0;
    flex-direction: column;
}

.footer-section .contact-button {
    background-color: #f8f9fa;
    color: black;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s;
}

.footer-section .contact-button:hover {
    background-color: #e2e6ea;
    transform: translateY(-5px);
}

.about-section {
    background-color: #1a1e21;
    padding: 60px 0;
    color: #e4e4e4;
    font-family: 'YsabeauInfant-VariableFont_wght';
}

.about-section .about-title {
    font-size: 2.5rem;
    color: #92dd33;
    font-family: 'ComforterBrush-Regular';
    margin-bottom: 20px;
}

.about-section .about-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.about-section .about-image img {
    box-shadow: 0px 4px 15px rgba(110, 188, 16, 0.5);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-section .about-image img:hover {
    transform: scale(1.05);
    box-shadow: 0px 8px 20px rgba(110, 188, 16, 0.8);
}

.btn-about {
    background-color: #92dd33;
    color: #000;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-about:hover {
    background-color: #c5f18d;
    color: #000;
}
.img-fluid {
    width: 40%;
}
@media (max-width: 680px) {

}
.img-fluid {
    margin-bottom: 30px;
    width: 100%;
}
}
.news-image{
    width: 200px;
}
.news-text{
    height: 150px;
}
.news-text-h{
    height: 40px;
}
.modal-body{
    height: 180px;
    border-bottom: 0px ;
    background-color: #1a1e21;
    text-align: left;

}
.btn-close {
    color: #7eda0d;
    background-color: #6ebc10;
    text-transform: uppercase;
}
.btn-close:active{
    color: #6ebc10;
    background-color: #6ebc10;

}
.btn-close:hover{
    color: #6ebc10;
    background-color: #6ebc10;
}
.btn-secondary{
    background-color: rgb(110, 188, 16);
    text-transform: uppercase;
    font-weight: bold;
    color: #1a1e21;
    font-size: 14px;
}
.btn-secondary:active{
    background-color: #1a1e21;
}
.btn-secondary:hover{
    background-color: #6ebc10;
}

 .modal-content {
     padding: 20px;
     border-radius: 8px;
     background-color: #1a1e21;
     width: 500px;
 }
@media (max-width: 576px) {
    .modal-content {
        padding: 20px;
        border-radius: 8px;
        background-color: #1a1e21;
        width: 100%;
    }
}
.modal-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #6ebc10;

}


/* Стиль для полей формы */
.contact-form label {
    font-size: 1rem;
    margin-bottom: 5px;
    display: block;
}
.contact-form{
    font-weight: normal;
    font-size: 12px;
    line-height: 1.2;
    padding-top: 10;
}

.contact-form input[type="tel"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 1rem;
    border: none; /* Убирает обводку */
    border-radius: 4px;
    background-color: #f0f0f0; /* Лёгкий фон для выделения поля */
}

.contact-form button[type="submit"] {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    color: #000000;
    background-color: #6ebc10;
    border: none; /* Убирает обводку */
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}
.modal-footer {
    border-top: 1px solid #212529;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #212529;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    text-transform: uppercase;
    height: 10px;
}
/* Мобильная адаптация */
@media (max-width: 576px) {


    .modal-title {
        font-size: 1.25rem;
    }

    .contact-form input[type="tel"], .contact-form button[type="submit"] {
        font-size: 1rem;
        padding: 8px;
    }
}
.slide-text{
    width: 500px;
    text-align: left;
    padding-left: 100px;
    padding-right: 100px;

}
.slide-ps{
    width: 500px;
    font-size: 14px;
    padding-top: 20px;
}
@media (max-width: 680px) {
    .slide-text {
        width: 370px;
        text-align: left;
        padding-left: 20px;
        padding-right: 15px;
    }
}
.sli_text_1 {
    color: #6ebc10;
    line-height: 1.2;
}
.shop {
    background-color: #0a2945;
    border-radius: 20px;

    width: 50%;

}
.shoph1{
    text-transform: uppercase;
    font-size: 20px;
}
.shop2{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.shop3{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
@media (max-width: 568px){
    .shop {
        background-color: #0a2945;
        border-radius: 20px;

        width: 100%;

    }

}
.contact-button {
    display: flex;
    align-items: center;
    gap: 10px; /* Отступ между иконкой и текстом */
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.contact-logo {
    width: 24px;
    height: 24px;
}
