@import url("https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    font-family: "Arvo", sans-serif;
}
.carousel.slide {
    height: 600px;
    overflow: hidden;
}

.carousel-bg {
    height: 90vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.carousel-content {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 2rem;
    padding-left: 170px;
    width: 100%;
    height: 100%;
}

.carousel-content h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.carousel-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    max-width: 400px;
}

a.btn-cust {
    background-color: #f9c017;
    color: white;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    border: 1px solid #222;
}

a.btn-cust:hover {
    background-color: #e64a19;
}

li {
    list-style: none;
}

.info-socials {
    background: #f9c017;
}

.info-contacts li > div > * {
    color: #f9c017 !important;
}

.info-contacts .svg-inline--fa > path {
    color: #f9c017 !important;
    fill: #f9c017; /* <- this line is key */
}

.welcome-section {
    background: url("../assets/black-background.jpg");
}

.welcome-section img{
    height: 400px;
    object-fit: cover;
}

.specials-section{
    background-color: #F9C017;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='769' height='92.3' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23222' stroke-width='1.8' stroke-opacity='0.4'%3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}

.benefits-section{
    background-color: #222222;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='769' height='92.3' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23F9C017' stroke-width='1.8' stroke-opacity='0.4'%3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}

.benefits-section .specials-item{
    background-color: rgba(0,0,0,0.5)
}

.specials-item img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.icon-heading {
    color: #222;
}

.icon-color {
    color: #222;
    fill: currentColor;
}

.svg-inline--fa {
    fill: currentColor !important;
}

@media (max-width: 768px) {
    .carousel-content {
        padding-left: 30px;
    }
    .info-bar > div{
        width: 100% !important;
    }
    .benefits-section .specials-item {
        width: 95% !important;
    }
    .contact-section .info-box {
        width: 100% !important;
    }
}