/*#region GLOBAL */

@font-face {
    font-family: "Lobster";
    src: url("/fonts/lobster-two.regular.ttf");
}

body {
    min-width: 320px;
    position: relative;
    background-image: url("/images/background.png");
    background-size: 100%;
    background-repeat: repeat-y;
}

html.wf-loading * {
    opacity: 0;
}

textarea:focus,
input:focus {
    outline: none;
}

*:focus {
    outline: none;
}

ul {
    list-style-type: none;
}

h1,
h2,
h3 {
    font-family: Raleway;
}

h1 {
    font-size: 1.75rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

.small-caps {
    font-family: "Raleway";
    font-variant: all-small-caps;
}

.white-box {
    box-shadow: 1px 1px 3px 0px #c7c7c7;
    background-color: white;
}

.violet {
    background: #3c378f;
    color: white;
}

.black {
    background-color: black;
    color: white;
}

.back-to-top-arrow {
    font-size: 2rem;
    display: block;
    margin: 30px auto 0px auto;
    text-align: center;
    color: white;
    font-weight: 600;
    background: hsl(1, 70%, 50%, 1);
    border-radius: 50%;
    width: 3rem;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.a-underlined {
    display: block;
    position: relative;
}

.a-underlined::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: #d92926ed;
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
}

.a-underlined::after {
    opacity: 1;
    transform: scale(0);
    transform-origin: center;
}

/* DESKTOP */
@media only screen and (min-width: 765px) {
    .a-underlined.active-element {
        border-bottom: 2px solid hsl(1, 70%, 50%, 1);
        border-radius: 0px !important;
    }

    .a-underlined:hover::after,
    .a-underlined:focus::after {
        transform: scale(1);
    }

    .container {
        margin: 100px auto;
        width: 100%;
    }

    .spacer {
        margin-top: 40px;
    }

    .content-lead-box {
        font-family: "Raleway";
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: row;
    }

    .content-box-right {
        justify-content: flex-end;
    }

    .content-lead-box .image-wrapper {
        width: 33%;
    }

    .content-lead-box .image-wrapper img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: 0px 0%;
    }

    .content-lead-box .text-wrapper {
        width: 66%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        padding-left: 60px;
        padding-right: 60px;
        align-items: flex-start;
    }

    .content-lead-box .text-wrapper-right {
        text-align: right;
        width: 66%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        padding-left: 60px;
        padding-right: 60px;
        align-items: flex-end;
    }

    #about_1_photo {
        object-position: 0px 40%;
    }
}

/* MEDIUM */
@media screen and (min-width: 765px) and (max-width: 992px) {
    .description {
        font-size: 0.85rem;
    }

    .text-wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .text-wrapper-right {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* MOBILE */
@media only screen and (max-width: 765px) {
    .container {
        margin: 65px 0px 0px 0px;
        padding: 0px;
        width: 100%;
        min-width: 100%;
    }

    .spacer {
        margin-top: 60px;
    }

    .content-lead-box {
    }

    .content-box-right {
    }

    .content-lead-box .image-wrapper {
    }

    .content-lead-box .image-wrapper img {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }

    .content-lead-box .text-wrapper {
        padding: 10px;
    }

    .content-lead-box .text-wrapper .title {
        padding-top: 10px;
    }

    .content-lead-box .text-wrapper-right {
        padding: 10px;
    }

    .content-lead-box .text-wrapper-right .title {
        padding-top: 10px;
    }

    #about_1_photo {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }

    #about_2_photo {
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }
}

/*#endregion*/

/*#region NAVIGATION*/

.header {
    font-family: "Lobster", Arial, sans-serif;
    color: hsl(1, 70%, 50%, 1);
    text-decoration: none;
    font-style: italic;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

.header:hover {
    text-decoration: none;
}

nav.bg-light {
    border: 0px;
    background-color: #fffffff4 !important;
    box-shadow: 0px 0px 5px 5px #ffffff;
}

#navbarSupportedContent {
    font-family: "Raleway";
}

#navbarSupportedContent > ul > li > a {
    color: #d92926ed;
}

@media only screen and (min-width: 765px) {
}

@media only screen and (max-width: 765px) {
    nav > div > ul > li {
        width: 100%;
    }
    nav > div > ul {
        margin: 8px 0;
    }
}

/*#endregion*/

/*#region HOME */

.cta-box {
    background-color: white;
    box-shadow: 3px 3px 4px 1px rgb(0 0 0 / 20%);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100px;
}

.section-header-left {
    display: flex;
    font-variant: petite-caps;
    justify-content: flex-start;
    border-bottom: 2px solid #ce2b28;
}

.section-header-right {
    display: flex;
    font-variant: petite-caps;
    justify-content: flex-end;
    border-bottom: 2px solid #ce2b28;
}

.section-header-right div,
.section-header-left div {
    display: flex;
    background: #ce2b28;
    color: white;
    padding: 4px 20px;
}

.iframe-map {
    border-top: 2px solid #ce2b28;
}

.terms {
    justify-content: left;
    height: 24px;
    font-size: 0.75rem;
    padding-left: 24px;
    font-style: italic;
}

.news {
    height: auto;
    padding: 24px;
    align-items: stretch;
    gap: 10px;
    flex-wrap: wrap;
}

.calendar-events{
    background-color: white;
    padding: 15px;
}

.promo > div{
    text-align: center;
}

/* DESKTOP */
@media only screen and (min-width: 765px) {
    .calendar {
        background-color: white;
        box-shadow: 3px 3px 4px 0px rgb(0 0 0 / 20%);
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 100px;
    }

    .calendar-day {
        padding: 10px;
        background-color: white;
        text-align: center;
    }

    .calendar-day div:nth-child(1) {
        font-weight: 600;
    }

    .calendar-spacer {
        border-right: 1px solid #ebebeb;
        height: 3rem;
    }

    .promo {
        display: flex;
        padding: 0px 24px;
    }

    .promo > span {
        font-size: 2rem;
        color: #b7b7b7;
    }

    .news .product-card {
        border: 1px solid #e7e7e7;
    }
}

/* MOBILE */
@media only screen and (max-width: 765px) {
    .calendar {
        background-color: white;
        box-shadow: 3px 3px 4px 0px rgb(0 0 0 / 20%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
    }

    .calendar-day {
        display: flex;
        padding: 10px;
        background-color: white;
        text-align: center;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
    }

    .calendar-day div:nth-child(1) {
        font-weight: 600;
    }

    .calendar-spacer {
        border-bottom: 1px solid #ebebeb;
        width: 100%;
    }

    .promo {
        padding: 24px 0px;
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .promo > span {
        font-size: 2rem;
        color: #b7b7b7;
        transform: rotate(90deg);
    }

    .news .product-card {
        min-width: 100%;
        border: 1px solid #e7e7e7;
        box-shadow: none;
    }
}

/*#endregion*/

/*#region SWIPER */

.slide-easter{
    position: absolute;
    width: 100%;
    height: 100%;
}

.slide-top{
    width: 50%;
    min-width: 200px;
    background: #d92926;
    display: block;
    position: relative;
    left: 0;
    padding: 10px;
    font-family: Raleway;
    color: white;
}

.slide-bottom{
    position: absolute;
    margin: 0;
    background: white;
    padding: 5px;
    width: 230px;
    right: 0;
    color: #ce2b28;
    font-family: 'Lobster';
}

/* DESKTOP */
@media only screen and (min-width: 765px) {

    .swiper-slide img {
        display: block;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
   
    .slide-top{
        top: 20px;
    }

    .slide-bottom{
        bottom: 20px;
    }

}

/* MOBILE */
@media only screen and (max-width: 765px) {

    .swiper-slide img {
        width: 100%; 
     }

     .slide-top{
        top: 0px;
        font-size: 1em;
    }

    .slide-bottom{
        bottom: 0px;
        font-size: 1em;
    }
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgba(255, 255, 255, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}



.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: hsl(1, 70%, 50%, 1);
}

@keyframes arrow-next-animation {
    0% {
        text-shadow: -4px 0px 3px #000000, 2px 0px 1px black, 3px 0px 2px white;
    }

    50% {
        text-shadow: -4px 0px 3px #000000, 2px 0px 1px black, 4px 0px 2px white;
    }

    100% {
        text-shadow: -4px 0px 3px #000000, 2px 0px 1px black, 3px 0px 2px white;
    }
}

@keyframes arrow-prev-animation {
    0% {
        text-shadow: 4px 0px 3px #000000, -2px 0px 1px black, -3px 0px 2px white;
    }

    50% {
        text-shadow: 4px 0px 3px #000000, -2px 0px 1px black, -4px 0px 2px white;
    }

    100% {
        text-shadow: 4px 0px 3px #000000, -2px 0px 1px black, -3px 0px 2px white;
    }
}

.swiper-button-next {
    color: hsl(1, 70%, 50%, 1);
    text-shadow: -4px 0px 3px #000000, 2px 0px 1px black, 3px 0px 2px white;
}

.swiper-button-next::after {
    animation: arrow-next-animation 1s infinite;
}

.swiper-button-prev {
    color: hsl(1, 70%, 50%, 1);
    text-shadow: 4px 0px 3px #000000, -2px 0px 1px black, -3px 0px px white;
}

.swiper-button-prev::after {
    animation: arrow-prev-animation 1s infinite;
}

.swiper-centered .slide-header {
    color: white;
    padding: 5px 20px;
    font-size: 3rem;
    text-shadow: 1px 1px #000000;
}

.swiper-centered hr {
    width: 10%;
    border: 1px solid rgb(255, 255, 255);
}

.swiper-centered .motto {
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    display: flex;
    background: #0000004d;
    align-items: center;
    justify-content: space-around;
    padding: 5px 20px;
}

.swiper-centered .motto span {
    margin: 5px;
}

@media only screen and (min-width: 765px) {
    .swiper {
        width: 100%;
        height: 620px;
    }

    .swiper-centered {
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #d92926ed;
        border-radius: 5px;
    }

    .swiper-centered .motto div {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 765px) {
    .swiper {
        width: 100%;
        /* height: 310px; */
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .swiper-centered {
        color: white;
        position: absolute;
        background: #d92926ed;
        border-radius: 5px;
        padding: 0px;
      
    }

.swiper-centered .slide-header{
    font-size: 1em;
}

.swiper-centered .motto {
    font-size: 0.75em;
}

.swiper-centered .motto > div {
   margin: 0px 10px;
}


}

/*#endregion*/

/*#region SALE BLOCK */

h4 {
    margin: 24px 0px;
    font-family: Raleway, sans-serif;
}

.sale-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "a a a" "b b b";
    width: 100%;
    height: 300px;
    outline: 2px solid hsl(1, 70%, 50%, 1);
    outline-style: dashed;
    padding-top: 25px;
    padding-left: 25px;
}

.circle {
    margin-top: -40px;
    margin-left: 212px;
    width: 30%;
    height: 0;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 0;
    padding: 15% 0;
    border-radius: 50%;
    background: #ffd63f;
    position: relative;
    text-shadow: 1px 1px #d9292661;
    transform: rotate(10deg);
}

/*#endregion*/

/*#region CARD COMPONENT */

.cardBox {
    text-decoration: none;
    cursor: pointer;
    border-bottom: 2px solid #ce2b28;
    padding: 35px 20px;
    height: 100px;
    width: 300px;
    font-weight: 600;
    color: black;
    text-align: center;
    background-color: white;
    box-shadow: 3px 3px 4px 1px rgb(0 0 0 / 20%);
    transition: all 0.1s;
    border-top: 0px solid white;
}

.cardBox:hover {
    color: black;
    /* border-bottom: 0px solid #ce2b28; */
    border-top: 4px solid white;
    padding: 20px 20px;
}

.arrow {
    visibility: hidden;
    position: relative;
    top: 50px;
    border: 1px dashed;
    border-radius: 50%;
    font-family: monospace;
    padding: 5px;
    color: #ce2b28;
}

.cardBox:hover > .arrow {
    transition: all 0.1s;
    visibility: visible;
    color: #ce2b28;
    top: 10px;
}

.home-card-container {
    display: flex;
    align-content: center;
    justify-content: space-between;
}

@media only screen and (min-width: 765px) {
    .home-card-container {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 991px) {
    .home-card-container {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .cardBox {
        padding: 35px 20px;
        height: 100px;
        width: 100%;
        margin-top: 10px;
    }
}

/*#endregion*/

/*#region SERVICES */

#services {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}

.service-card {
    font-family: "Raleway";
    width: 100%;
    height: 300px;
    display: flex;
    background: white;
    flex-direction: row;
    /* padding: 40px 60px; */
    box-shadow: 1px 1px 3px 0px #c7c7c7;
}

.service-card-left {
}

.service-card-right {
    justify-content: flex-end;
}

.service-image-wrapper {
    width: 33%;
}

.service-image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 0px 0%;
}

.service-text-wrapper {
    width: 66%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 60px;
    padding-right: 60px;
    align-items: flex-start;
}

.service-text-wrapper-right {
    text-align: right;
    width: 66%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 60px;
    padding-right: 60px;
    align-items: flex-end;
}

.phone-number {
    display: inline;
}

.phone-number:hover {
}

.phone-number:after {
    display: none;
}

/*#endregion*/

/*#region ABOUT*/

.image-wrapper > div {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    animation: changeBg 100s infinite;
    animation-timing-function: linear;
}

.im-container {
    overflow: hidden;
}

.im-sliding-background {
    background-image: url("/images/about/sprite_big_300.jpg");
    background-repeat: repeat-x;
    height: 300px;
    width: 15192px;
    animation: im-slide 180s linear infinite;
}

@keyframes im-slide {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-5064px, 0, 0);
    }
}

@keyframes underline-text {
    0% {
    }

    100% {
        color: hsl(1, 70%, 50%, 1);
    }
}

.about-span-group-1 span:nth-child(1) {
    animation: underline-text 0.2s ease-out 0.5s 1 normal forwards;
}

.about-span-group-1 span:nth-child(2) {
    animation: underline-text 0.2s ease-out 1s 1 normal forwards;
}

.about-span-group-1 span:nth-child(3) {
    animation: underline-text 0.2s ease-out 1.5s 1 normal forwards;
}

.about-span-group-1 span:nth-child(4) {
    animation: underline-text 0.2s ease-out 2s 1 normal forwards;
}

.about-span-group-1 span:nth-child(5) {
    animation: underline-text 0.2s ease-out 2.5s 1 normal forwards;
}

.about-span-group-1 span:nth-child(6) {
    animation: underline-text 0.2s ease-out 3s 1 normal forwards;
}

.about-span-group-1 span:nth-child(7) {
    animation: underline-text 0.2s ease-out 3.5s 1 normal forwards;
}

.about-span-group-1 span:nth-child(8) {
    animation: underline-text 0.2s ease-out 4s 1 normal forwards;
}

.about-span-group-1 span:nth-child(9) {
    animation: underline-text 0.2s ease-out 4.5s 1 normal forwards;
}

.about-span-group-1 span:nth-child(10) {
    animation: underline-text 0.2s ease-out 5s 1 normal forwards;
}

.about-span-group-1 span:nth-child(11) {
    animation: underline-text 0.2s ease-out 5.5s 1 normal forwards;
}

.about-span-group-1 span:nth-child(12) {
    animation: underline-text 0.2s ease-out 6s 1 normal forwards;
}

.about-span-group-1 span:nth-child(13) {
    animation: underline-text 0.2s ease-out 6.5s 1 normal forwards;
}

.about-span-group-1 span:nth-child(14) {
    animation: underline-text 0.2s ease-out 7s 1 normal forwards;
}

.about-span-group-1 span:nth-child(15) {
    animation: underline-text 0.2s ease-out 7.5s 1 normal forwards;
}

.about-span-group-2 span:nth-child(2) {
    animation: underline-text 0.2s ease-out 10.5s 1 normal forwards;
}

.about-span-group-2 span:nth-child(3) {
    animation: underline-text 0.2s ease-out 11s 1 normal forwards;
}

.about-span-group-2 span:nth-child(4) {
    animation: underline-text 0.2s ease-out 11.5s 1 normal forwards;
}

/*#endregion*/

/*#region DESKTOP PRODUCTS */
.swiper-products {
    max-width: 100%;
    margin: auto;
    padding: 0px 25%;
    overflow: hidden;
}

@media only screen and (min-width: 765px) {
}

@media only screen and (max-width: 765px) {
}

.products-table-container {
    margin-top: 30px;
    display: flex;
    background-color: #ffffffb8;
}

.option {
    border: 0px;
    padding: 10px;
    border-bottom: 1px dashed #d3d3d3;
}

.option:hover,
.option-selected {
    color: #ce2b28;
    transition: all 0.2s;
    font-weight: 600;
}


#products-table {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    align-items: stretch;
    padding-top: 10px;
}

.product-card {
    flex: 1 0 32%;
    max-width: 33%;
    min-width: 270px;
    box-shadow: 1px 1px 3px 0px #c7c7c7;
    background-color: white;
    overflow: hidden;
    text-align: center;
}

.product-image-wrapper {
    height: 220px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card > div > img {
    max-width: 100%;
    max-height: 100%;
}

.product-card > p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    margin: 0px;
    background: white;
    border-bottom: 1px solid #ededed;
}

.product-tags {
    padding: 5px 10px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.product-tag {
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-tag > span {
    margin-left: 2px;
}

#products-categories {
    min-width: 240px;
    padding: 0px;
    margin-right: 20px;
}

/*#endregion*/

/*#region MOBILE PRODUCTS */

#mobile-products-table {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    align-items: stretch;
    padding-top: 10px;
    background-color: #ffffffb8;
}

.mobile-product-card {
    flex: 1 0 50%;
    box-shadow: 1px 1px 3px 0px #c7c7c7;
    background-color: white;
    height: 300px;
    overflow: hidden;
    text-align: center;
}

.mobile-product-image-wrapper {
    height: 220px;
    padding: 5px;
}

.mobile-product-card > div > img {
    max-width: 100%;
    max-height: 100%;
}

.mobile-product-card > p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    margin: 0px;
    background: white;
    border-bottom: 1px solid #ededed;
}

.mobile-product-tags {
    padding: 0px 10px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.product-tag {
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-tag > span {
    margin-left: 2px;
}

.mobile-products-select {
    padding: 10px !important;
    margin: auto;
    border: 1px solid #ddd;
    width: 100%;
    color: #ce2b28;
    transition: all 0.2s;
    font-weight: 600;
}

.mobile-products-select > option {
    color: black;
}

.mobile-swiper-products {
    max-width: 100%;
    margin: auto;
    padding: 0px 0%;
    overflow: hidden;
}

@media only screen and (min-width: 765px) {
}

@media only screen and (max-width: 765px) {
}

/*#endregion*/

/*#region FOOTER*/

/*#endregion*/
