:root{
    --blue:#2842cd;
    --gold:#dca348;
    --light-gold:#e0e0e0;
    --voilet:rgb(14, 143, 2);
    --catch:#f5ede0;
}

.logo{
   height: 120px;
}

.bg-catch{
    background-color: var(--catch);}


.bg-light-gold{ background-color: var(--light-gold);}
.bg-voilet{ background-color: var(--voilet);}
.border-gold{ border-color: var(--gold);}
.list-style-none{
    list-style: none;
    list-style-type: none;
    list-style-position: outside;
    padding: 0;
    margin: 0;
}

.bg-blue{
    background-color: var(--blue);
}
.text-blue{
    color: var(--blue);
}
.text-red{
    color: var(--voilet);
}

.nav-middle{
    background-color: rgb(1, 122, 1);
}

.bg-slider {
    background-size: cover;
    background-position: center;
    background-color: #00000059;
    background-blend-mode: multiply;
}


.bg-services {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: overlay;
    background-color: #00000042;
    transform: scale(1.0);
    transition: all 0.3s ease-in-out;
}

.bg-services:hover {
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
}

footer {
    background-color: #032400;
}

.gallery-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.dropdown-fullwidth ul li a{
    font-weight: 300;
    font-size: 14px;

}
.dropdown-fullwidth ul li a:hover{
    color: var(--gold);
}


.currents .card-img-top{
    width: 100%;
    height: auto;
}

.text-justify{
    text-align: justify;
}





/* styles.css */
.fixed-buttons {
    position: fixed;
    bottom: 80px;
    right: 0;
    margin: 20px;
    z-index: 1000;
}

.button {
    display: block;
    margin-bottom: 10px;
    padding: 11px 15px;
    border-radius: 100%;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.call-button {
    background-color: #007BFF; /* Blue color for call button */
}

.whatsapp-button {
    background-color: #25D366; /* WhatsApp green color */
}

.button:hover {
    opacity: 0.8;
}

.w-mg{
    width: 200px;
}

.bg-header{
    background-image: url('../images/slider/sl2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0000003f;
    background-blend-mode: multiply;
    color: white;
}

.bg-header-farm{
    background-image: url('../images/products/Mask-Group.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0000003f;
    background-blend-mode: multiply;
    color: white;
}

.text-small{
    font-size: 12px;
}

.gallery-img{
    height: 300px;
    object-fit: cover;
    object-position: center;
}