@import "lightbox.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Playfair Display', serif;
*/
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Playfair Display', serif;
    font-size: 1em;
    background: #faf5f5;
    color: #231f20;
    scroll-behavior: smooth;
}

a {
    color: inherit;
    text-decoration: none;
}

b, strong {
    font-weight: 600;
}

.text-golden {
    color: #CDA032;
}

.text-dark {
    color: #231F20;
}

.text-light {
    color: #EAEAEA;
}

.text-blue {
    color: #006EF8;
}

.text-purple {
    color: #A436D2;
}

.text-medium {
    font-size: 1.2em !important;
    text-shadow: 0px 1px 3px #aaa;
}

.title {
    font-size: 3em;
}

.subtitle {
    font-size: 1.5em;
    text-shadow: 0px 1px 3px #aaa;
}

.overlay {
    background: rgba(0,0,0,0.5);
}

.black-fade {
    background: linear-gradient(to right, transparent 50%, black 100%);
}

#section-home {
    color: #EAEAEA;
    background-image: url(../img/c1.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#section-home img {
    max-height: 400px;
}

#section-home p {
    text-shadow: 0px 2px 5px #333;
}

#section-products {
    padding: 3em !important;
}

#section-products img {
    max-height: 350px;
    border-radius: 10px;
    box-shadow: 0px 7px 12px #aaa;
}

#section-products .row {
    margin-bottom: 3em;
}

#section-gallery {
    padding: 3em !important;
    background: #231F20;
}

#section-gallery .title {
    color: #CDA032;
}

#section-gallery .subtitle {
    color: #EAEAEA;
}

#section-buy {
    padding: 3em !important;
}

#section-buy .row {
    margin-bottom: 3em;
}

#section-buy img {
    max-height: 150px;
    border-radius: 10px;
    box-shadow: 0px 7px 12px #aaa;
}

#section-contact {
    color: #EAEAEA;
    background-image: url(../img/c2.jpg);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#section-contact .title {
    color: #CDA032;
}

#section-contact img {
    max-height: 300px;
}

#section-contact .subtitle {
    font-size: 1.2em;
}

#section-contact p {
    text-shadow: 0px 2px 5px #333;
}

.social-icons {
    font-size: 1.5em;
    margin: 40px;
}

.social-icons a {
    margin-right: 20px;
}

.social-icons .fa-facebook {
    background: rgb(1,99,225);
    background: linear-gradient(0deg, rgba(1,99,225,1) 0%, rgba(5,150,248,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5em;
}

.social-icons .fa-facebook-messenger {
    background: rgb(5,150,248);
    background: linear-gradient(45deg, rgba(5,150,248,1) 0%, rgba(154,56,255,1) 60%, rgba(248,102,98,1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5em;
}

.social-icons .fa-whatsapp {
    background: #25d366;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5em;
}

.footer {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #CDA032;
    background: #231F20;
    padding: 15px;
}

#gallery-container img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    cursor: pointer;
}

#gallery-container.loading:after {
    content: 'loading...';
}

nav {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

nav img {
    max-height: 40px;
}

nav .nav-link:hover {
    color: #CDA032 !important;
}

nav .nav-link.active {
    font-weight: 500;
    color: #CDA032 !important;
    border: 1px solid #CDA032;
}

nav .navbar-brand {
    padding-left: 30px;
}

#pPhone, #pEmail {
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 991px) {
    nav .nav-link.active {
        border: none;
    }
}

@media (max-width: 768px) {
    #section-products .subtitle,
    #section-products .product-image {
        text-align: center !important;
    }

    #section-buy .subtitle,
    #section-buy .text-medium {
        text-align: center !important;
    }

    #pPhone, #pEmail {
        text-align: center !important;
    }
}

@media (max-width: 425px) {
    #section-home img,
    #section-products img,
    #section-buy img,
    #section-contact img {
        max-width: 320px;
    }

    #section-home .title {
        padding-left: 0 !important;
    }
}

@media (max-width: 375px) {
    #section-home img,
    #section-products img,
    #section-buy img,
    #section-contact img {
        max-width: 260px;
    }
}

@media (max-width: 320px) {
    #section-home img,
    #section-products img,
    #section-buy img,
    #section-contact img {
        max-width: 220px;
    }
}
