@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&family=Poppins&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000000;
}

.work-sans-bold {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
}

.nav-link {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    color: #808080;
    font-size: 16px;
}
.bg-light {
    background-color: #FFFFFF !important;
}
.fixed-bottom-absolute {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
}

.readmore, .readmore:hover{
    color: #818181;
    font-size: 12px;
    text-decoration: none !important;
}

.text-about-us {
    font-size: 150px;
    color: #BCA773;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}

.text-title {
    font-size: 80px;
    color: #BCA773;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    line-height: 70px;
}

.text-subtitle {
    font-size: 40px;
    color: #BCA773;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
}

.text-mini-subtitle {
    font-size: 30px;
    color: #BCA773;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    line-height: 30px;
    font-weight: 600;
}
.text-mini-subtitle-black {
    font-size: 18px;
    color: #000000;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    line-height: 30px;
    font-weight: 600;
}

.footer {
    margin-top: 100px !important;
}

.footer a, .footer a:hover, .link a, .link a:hover {
    font-size: 14px;
    text-decoration: none !important;
    color: #000000;
}

.text-month {
    font-size: 40px;
    color: #6D6D6D;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}

.text-year {
    font-size: 80px;
    color: #BCA773;
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    line-height: 90px;
}

.last-item {
    margin-left: auto;
}

ul.product {
    list-style: none;
    margin-left: -30px;
}
    
ul.product li::before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    background-size: contain;
    background-image: url('../images/star.svg');    
    margin-right: 6px;    
} 
ul.product li {
    margin-top: 4px;
}

.flex-product{
    flex-grow: 1
}

.table-borderless td {
    font-family: "Work Sans", sans-serif;
    #color: white;
    font-size: 14px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar {
        padding-top: 40px !important;
    }
    .text-heading-opening {
        margin-top: 350px;
    }
}

@media (max-width: 992px) {
    .navbar {
        background-color: white;
    }
}

@media (max-width: 720px) {
    .navbar {
        background-color: white;
    }
    .text-heading-opening {
        margin-top: 250px;
    }
}