@font-face {
    font-family: "Brandon";
    src: url("../font/plaga-wine-brandon-blk.otf");
}

@font-face {
    font-family: "Stencil";
    src: url("../font/plaga-wine-stencil.otf");
}

@font-face {
    font-family: "Fabrika Medium";
    src: url("../font/plaga-wine-fabrikat-medium.otf");
}

@font-face {
    font-family: "Fabrika Bold";
    src: url("../font/plaga-wine-fabrikat-bold.otf");
}

@font-face {
    font-family: "Fabrika Regular";
    src: url("../font/plaga-wine-fabrikat-regular.otf");
}

@font-face {
    font-family: "Sohne";
    src: url("../font/plaga-wine-testsohne-schmal-dreiviertelfett.otf");
}

.navbar {
    font-family: "Brandon";
}

.navbar .nav-item a {
    letter-spacing: 10px;
}

.navbar .navbar-brand img {
    height: 3rem;
}

.about-section-1-0 {
    position: relative;
    background-color: #cdbfa3;
    padding: 0 !important;
    /*background-image: url("../images/abstract/random-plaga-black.png");*/
    /*background-size: 100%;*/
    /*background-position-y: -40px;*/
}

.about-section-1-0:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.05;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-image: url("../images/abstract/random-plaga-black.png");
    background-position-y: -40px;
    background-position-x: -15px;
}

.about-section-1-1 {
    font-family: "Stencil";
    padding-top: 20vw;
    padding-bottom: 20vw;
    position: relative;
    z-index: 9999;
}

.about-section-1-1 h1 {
    font-size: 14vw;
    inline-size: 80vw;
    overflow-wrap: break-word;
    position: relative;
    color: black;
}

.btn-plaga {
    font-family: "Fabrika Medium";
    color: black;
    border: 1px solid black;
    text-decoration: none;
    display: inline-block;
}

.about-section-1-1-stemple {
    width: 14vw;
    transform: rotate(15deg);
    position: absolute;
    top: -7vw;
    right: -3vw;
}

.about-section-2-0-rev {
    background-color: #CDB366;
}

.about-section-2-0 {
    position: relative;
    padding: 0 !important;
}

.about-section-2-0 h2 {
    font-family: "Brandon";
    position: relative;
    letter-spacing: 10px;
}

.about-section-2-0 p {
    font-family: "Fabrika Medium";
    position: relative;
}

.about-section-2-0 > div {
    background-color: #cdbfa3;
    color: black;
}

.about-section-2-0 > div:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0vw;
    right: 0;
    opacity: 0.05;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: url("../images/abstract/random-plaga-black.png");
    background-size: cover;
    background-repeat: repeat !important;
    background-position-y: -40px;
    background-position-x: -15px;
}

.about-section-2-1 {
    padding: 24vw 8vw 14vw 8vw;
    /*background-color: #cdbfa3;*/
    /*color: black;*/
}

.about-section-2-1 p {
    line-height: 40px;
}

.about-section-2-2 {
    padding: 0 8vw 20vw 8vw;
}

.about-section-2-2 img {
    position: relative;
    z-index: 100;
}

.about-section-2-3 {
    padding: 0 8vw 20vw 8vw;
}

.about-section-2-3 h3 {
    font-family: "Brandon";
}

.about-section-2-3 p {
    font-family: "Fabrika Medium";
    margin-bottom: 4px;
}

.about-section-3-0 {
    background-color: #dddddd;
    padding: 20vw 4vw;
}

.about-section-3-0 .slick-prev {
    left: 4vw !important;
}

.about-section-3-0 .slick-prev:before {
    content: "<";
    color: black;
    font-size: 10vw;
}

.about-section-3-0 .slick-next {
    right: 4vw !important;
}

.about-section-3-0 .slick-next:before {
    content: ">";
    color: black;
    font-size: 10vw;
}

.about-section-3-1 a {
    text-decoration: unset;
}

.about-section-3-1 .about-section-3-title {
    font-family: "Brandon";
    color: black;
    font-size: 6vw;
}

.about-section-3-1 .about-section-3-location {
    font-family: "Fabrika Medium";
    color: white
}

.about-section-3-1 .plaga-wine-bottle {
    text-align: center !important;
    height: 70vw;
    margin-left: calc(50% - 19vw);
}

.about-section-3-1 .plaga-wine-bottle-box {
    text-align: center !important;
    height: 50vw;
    margin-left: calc(50% - 20vw);
    margin-top: 0vw;
}

.about-section-3-1 > a {
    margin-bottom: 10vw;
}

.about-section-4-0 {
    position: relative;
}

.about-section-4-0 h2 {
    font-family: "Brandon";
    position: relative;
    letter-spacing: 10px;
}

.about-section-4-0 p {
    font-family: "Fabrika Medium";
    position: relative;
}

.about-section-4-1 {
    padding: 10vw 8vw;
    background-color: #b5cdcf;
    color: black;
}

.about-section-4-1:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.7;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-image: url("../images/abstract/random-plaga-white.png");
    background-size: 300% 110%;
}

.about-section-4-2 {
    background: url("../images/others/our-regions.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 75vw;
    z-index: 10 !important;
}

.about-section-5-0 {
    background: url("../images/others/about-section-5.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 75vw;
}

.about-section-6-0 {
    position: relative;
}

.about-section-6-0 h2 {
    font-family: "Sohne";
    position: relative;
    font-size: 20vw;
    color: black;
}

.about-section-6-0 p {
    font-family: "Fabrika Medium";
    position: relative;
}

.about-section-6-1 {
    padding: 10vw 8vw;
    background-color: #b9b92e;
    color: white;
}

.about-section-6-1:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.4;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-image: url("../images/abstract/random-plaga-white.png");
    background-size: cover;
}

.about-section-6-1-stemple {
    width: 16vw;
    transform: rotate(15deg);
    position: absolute;
    top: -1vw;
    right: -1vw;
}

.about-section-6-2 {
    background: url("../images/others/wine-on-the-table.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    height: 130vw;
}

footer {
    background-color: #282828;
    padding: 12vw 5vw;
}

.footer-1 img {
    height: 25vw;
}

.footer-2 a {
    color: white;
    text-decoration: none;
    font-family: "Fabrika Medium";
}

.footer-3 {
    color: white;
    font-family: "Fabrika Medium";
}

.footer-3 p {
    margin-bottom: 0.5rem;
    font-size: calc(1rem + .1vw);
}

.footer-3 a {
    color: white;
    text-decoration: none;
}

.footer-3-1 a {
    background-color: white;
    padding: 2vw;
    color: #282828;
    border-radius: 50%;
}

.footer-4 {
    color: white;
    font-family: "Fabrika Medium";
}

.footer-4 h4 {
    letter-spacing: 4px;
}

.footer-4 input {
    background-color: #696969;
    border-radius: 0px;
    color: #282828;
    font-family: "Fabrika Medium";
    border: none;
}

.footer-4 input::placeholder {
    color: white !important;
}

/**
Begin Wine Page
 */
.wine-section-2-0 {
    position: relative;
}

.wine-section-2-0 h2 {
    font-family: "Brandon";
    position: relative;
    letter-spacing: 10px;
    font-weight: lighter;
}

.wine-section-2-0 p {
    font-family: "Fabrika Medium";
    position: relative;
}

.wine-section-2-1 {
    padding: 20vw 8vw;
    background-color: #43425d;
    color: white;
}

.wine-section-2-1:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.1;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-image: url("../images/abstract/random-plaga-black.png");
    background-size: cover;
}

.wine-section-2-2 {
    background: url("../images/others/wine-rack.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    height: 75vw;
}

.wine-section-3-0 {
    background-color: #cdcdcd;
    padding: 4vw 2vw;
}

.wine-section-4-0 {
    position: relative;
}

.wine-section-4-0 h2 {
    font-family: "Brandon";
    position: relative;
    font-size: 8vw;
    color: white;
    letter-spacing: 4px;
}

.wine-section-4-1 {
    padding: 24vw 4vw;
    background-color: #b9b92e;
    color: white;
}

.wine-section-4-1:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.7;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-image: url("../images/abstract/random-plaga-white.png");
    background-size: cover;
}

.wine-section-4-2 {
    background: url("../images/others/wine-rack.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    height: 75vw;
}

/**
End Wine Page
 */
/**
Begin Shop Page
 */


.shop-section-1-1 {
    font-family: "Stencil";
    padding-top: 20vw;
    padding-bottom: 20vw;
    position: relative;
    z-index: 9999;
}
.shop-section-1-1 h1 {
    font-size: 14vw;
    inline-size: 80vw;
    overflow-wrap: break-word;
    position: relative;
    color: black;
}

.shop-section-1-1-stemple {
    width: 10vw;
    transform: rotate(15deg);
    position: absolute;
    top: -6vw;
    right: calc(50% - 13vw);
}

.shop-section-2-0 {
    background-color: #dddddd;
    padding: 20vw 4vw;
}

.shop-section-2-0 .slick-prev {
    left: 4vw !important;
    z-index: 1000;
    padding: 12vw 1vw;
}

.shop-section-2-0 .slick-prev:before {
    content: "<";
    color: black;
    font-size: 10vw;
    padding: 12vw 1vw;
}

.shop-section-2-0 .slick-next {
    right: 4vw !important;
    z-index: 1000;
}

.shop-section-2-0 .slick-next:before {
    content: ">";
    color: black;
    font-size: 10vw;
    z-index: 1000 !important;
}

.shop-section-2-1 a {
    text-decoration: unset;
}

.shop-section-2-1 .shop-section-2-title {
    font-family: "Brandon";
    color: black;
    font-size: 6vw;
}

.shop-section-2-1 .shop-section-2-location {
    font-family: "Fabrika Medium";
    color: white
}

.shop-section-2-1 .plaga-wine-bottle {
    text-align: center !important;
    height: 130vw;
    margin-left: calc(50% - 19vw);
}

.shop-section-2-1 .plaga-wine-bottle-box {
    text-align: center !important;
    height: 90vw;
    margin-left: calc(50% - 32vw);
    margin-top: 39vw;
}

/**
End Shop Page
Begin Shop Detail Page
 */

.shop-detail-section-1-0 {
    position: relative;
    background-color: #dddddd;
    padding: 0 !important;
}

.shop-detail-section-1-0:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-size: 120% 120%;
    height: 100%;
    width: 100%;
}

.shop-detail-section-1-1 {
    font-family: "Stencil";
    padding-top: 20vw;
    padding-bottom: 20vw;
}


.shop-detail-section-1-1 img {
    height: 130vw;
    margin-left: -3vw;
}

.shop-detail-section-1-1-description h1 {
    font-family: "Brandon";
    letter-spacing: 10px;
    font-size: 12vw;
}

.shop-detail-section-1-1-description h2 {
    font-family: "Fabrika Medium";
    font-size: 8vw;
}

.shop-detail-section-1-1-description h3 {
    font-family: "Fabrika Bold";
    font-size: 8vw;
}

.shop-detail-section-1-1-description p {
    font-family: "Fabrika Regular";
}

.shop-detail-section-1-1-description .btn {
    border-radius: 0 !important;
    border-color: black;
    color: black;
    font-family: "Fabrika Regular";
}

.shop-detail-section-2-0 {
    background-color: #dddddd;
    padding: 20vw 4vw;
}

.shop-detail-section-2-0 .slick-prev {
    left: 4vw !important;
}

.shop-detail-section-2-0 .slick-prev:before {
    content: "<";
    color: black;
    font-size: 10vw;
}

.shop-detail-section-2-0 .slick-next {
    right: 4vw !important;
}

.shop-detail-section-2-0 .slick-next:before {
    content: ">";
    color: black;
    font-size: 10vw;
}

.shop-detail-section-2-1 a {
    text-decoration: unset;
}

.shop-detail-section-2-1 .shop-detail-section-2-title {
    font-family: "Brandon";
    color: black;
    font-size: 6vw;
}

.shop-detail-section-2-1 .shop-detail-section-2-location {
    font-family: "Fabrika Medium";
    color: white
}

.shop-detail-section-2-1 .slick-slide .plaga-wine-bottle {
    text-align: center !important;
    height: 130vw;
    margin-left: calc(50% - 19vw);
}

.shop-detail-section-2-1 .slick-slide .plaga-wine-bottle-box {
    text-align: center !important;
    height: 90vw;
    margin-left: calc(50% - 32vw);
    margin-top: 40vw;
}


/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/*Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .navbar .navbar-brand img {
        height: 4rem;
        padding-left: 2vw;
    }

    .about-section-1-0:before {
        background-size: 110% 120% !important;
        height: 100%;
        width: 100%;
    }

    .about-section-1-1 {
        font-family: "Stencil";
        padding-top: 14vw;
        padding-bottom: 14vw;
    }

    .about-section-1-1-stemple {
        width: 10vw;
        transform: rotate(15deg);
        position: absolute;
        top: -6vw;
        right: -2.5vw;
    }

    .about-section-2-1 {
        padding: 6vw 6vw 3vw 6vw;
    }

    .about-section-2-1:before {
        /*background-size: 110% 110%;*/
    }

    .about-section-2-2 {
        /*height: 82vw;*/
    }

    .about-section-3-1 .plaga-wine-bottle {
        height: 70vw;
        margin-left: calc(50% - 10vw);
    }

    .about-section-3-1 .plaga-wine-bottle-box {
        height: 36vw;
        margin-left: calc(50% - 16vw);
        margin-top: 0vw;
    }

    .about-section-3-1 .about-section-3-title {
        font-size: 2.5vw;
    }

    .about-section-3-0 .slick-prev {
        left: 2vw !important;
    }

    .about-section-3-0 .slick-prev:before {
        font-size: 8vw;
    }

    .about-section-3-0 .slick-next {
        right: 2vw !important;
    }

    .about-section-3-0 .slick-next:before {
        font-size: 8vw;
    }

    .about-section-4-1 {
        padding: 10vw 8vw;
    }

    .about-section-4-1:before {
        background-size: 110% 110%;
    }

    .about-section-4-2 {
        height: 95vw;
    }

    .about-section-5-0 {
        height: 75vw;
    }

    .about-section-6-0 h2 {
        font-size: 9vw;
    }

    .about-section-6-1-stemple {
        width: 8vw;
        right: -3vw;
    }

    .about-section-6-1 {
        padding: 10vw 8vw;
    }

    .about-section-6-1:before {
        background-size: 110% 110%;
    }

    .about-section-6-2 {
        height: 110vw;
    }

    footer {
        padding: 10vw 3vw;
    }

    .footer-1 img {
        height: 20vw;
    }

    .footer-3-1 a {
        padding: 1vw;
        color: #282828;
        border-radius: 50%;
    }

    .wine-section-2-1 {
        padding: 10vw 4vw;
    }
    .wine-section-2-2 {
        height: 85vw;
    }

    .wine-section-4-0 h2 {
        font-size: 4vw;
    }

    .wine-section-4-1 {
        padding: 10vw 2vw;
    }

    .wine-section-4-1:before {
        background-size: 110% 110%;
    }

    .wine-section-4-2 {
        height: 44vw;
    }

    .shop-section-2-1 .plaga-wine-bottle {
        height: 70vw;
        margin-left: calc(50% - 10vw);
    }

    .shop-section-2-1 .plaga-wine-bottle-box {
        height: 40vw;
        margin-left: calc(50% - 16vw);
        margin-top: 30vw;
    }

    .shop-section-2-1 .shop-section-2-title {
        font-size: 2.5vw;
    }

    .shop-section-2-0 .slick-prev {
        left: 2vw !important;
    }

    .shop-section-2-0 .slick-prev:before {
        font-size: 8vw;
    }

    .shop-section-2-0 .slick-next {
        right: 2vw !important;
    }

    .shop-section-2-0 .slick-next:before {
        font-size: 8vw;
    }

    .shop-detail-section-1-0:before {
        background-size: 110% 120% !important;
        height: 100%;
        width: 100%;
    }

    .shop-detail-section-1-1 {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }

    .shop-detail-section-1-1 img {
        height: 50vw;
        margin-left: -2vw;
    }

    .shop-detail-section-1-1-description h1 {
        letter-spacing: 10px;
        font-size: 5vw;
    }

    .shop-detail-section-1-1-description h2 {
        font-size: 4vw;
    }

    .shop-detail-section-1-1-description h3 {
        font-size: 4vw;
    }

    .shop-detail-section-2-1 .slick-slide .plaga-wine-bottle {
        height: 70vw;
        margin-left: calc(50% - 10vw);
    }

    .shop-detail-section-2-1 .slick-slide .plaga-wine-bottle-box {
        height: 36vw;
        margin-left: calc(50% - 16vw);
        margin-top: 34vw;
    }

    .shop-detail-section-2-1 .shop-detail-section-2-title {
        font-size: 2.5vw;
    }

    .shop-detail-section-2-0 .slick-prev {
        left: 2vw !important;
    }

    .shop-detail-section-2-0 .slick-prev:before {
        font-size: 8vw;
    }

    .shop-detail-section-2-0 .slick-next {
        right: 2vw !important;
    }

    .shop-detail-section-2-0 .slick-next:before {
        font-size: 8vw;
    }


    /*.wine-section-3-0 {*/
    /*    height: 75vw;*/
    /*}*/
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .navbar .navbar-brand img {
        height: 4rem;
        padding-left: 2vw;
    }

    .about-section-1-0:before {
        background-size: 110% 120% !important;
        height: 100%;
        width: 100%;
    }

    .about-section-1-1 h1 {
        font-size: 8vw;
        inline-size: 50vw;
        overflow-wrap: break-word;
        position: relative;
    }

    .about-section-1-1 {
        font-family: "Stencil";
        padding-top: 10vw;
        padding-bottom: 10vw;
    }

    .about-section-1-1-stemple {
        width: 10vw;
        transform: rotate(15deg);
        position: absolute;
        top: -6vw;
        right: -2.5vw;
    }

    .about-section-2-1 {
        padding: 10vw 8vw 6vw 8vw;
    }

    .about-section-2-1:before {
        /*background-size: 110% 110%;*/
    }

    .about-section-2-2 {
        padding: 0 8vw 8vw 8vw;
    }

    .about-section-2-3 {
        padding: 0 8vw 8vw 8vw;
    }

    .about-section-3-0 {
        padding: 10vw 4vw;
    }

    .about-section-3-1 .plaga-wine-bottle {
        height: 60vw;
        margin-left: calc(50% - 21vw);
    }

    .about-section-3-1 .plaga-wine-bottle-box {
        height: 50vw;
        margin-left: calc(50% - 22vw);
        margin-top: 0vw;
    }

    .about-section-3-1 .about-section-3-title {
        font-size: 2.5vw;
    }

    .about-section-3-1 > a {
        margin-bottom: 8vw;
    }

    .about-section-3-0 .slick-prev {
        left: -1vw !important;
    }

    .about-section-3-0 .slick-prev:before {
        font-size: 8vw;
    }

    .about-section-3-0 .slick-next {
        right: 1vw !important;
    }

    .about-section-3-0 .slick-next:before {
        font-size: 8vw;
    }

    .about-section-4-1 {
        padding: 10vw 8vw;
    }

    .about-section-4-1:before {
        background-size: 110% 110%;
        background-position-y: -25px;
    }

    .about-section-4-2 {
        height: unset;
    }

    .about-section-5-0 {
        height: 75vw;
    }

    .about-section-6-0 h2 {
        font-size: 9vw;
    }

    .about-section-6-1 {
        padding: 10vw 8vw;
    }

    .about-section-6-1-stemple {
        width: 8vw;
        right: -3vw;
    }

    .about-section-6-1:before {
        background-size: 110% 110%;
    }

    .about-section-6-2 {
        height: unset;
    }

    footer {
        padding: 10vw 3vw;
    }

    .footer-1 img {
        height: 20vw;
    }

    .footer-3-1 a {
        padding: 1vw;
        color: #282828;
        border-radius: 50%;
    }

    .wine-section-2-2 {
        height: unset;
    }

    .wine-section-4-0 h2 {
        font-size: 4vw;
    }

    .wine-section-4-1 {
        padding: 10vw 2vw;
    }

    .wine-section-4-1:before {
        background-size: 110% 110%;
    }

    .wine-section-4-2 {
        height: unset;
    }

    .shop-section-1-1 {
         padding-top: 16vw;
         padding-bottom: 16vw;
     }

    .shop-section-1-1 h1 {
        font-size: 8vw;
        inline-size: 80vw;
        overflow-wrap: break-word;
        position: relative;
        color: black;
    }

    .shop-section-1-1-stemple {
        width: 10vw;
        transform: rotate(15deg);
        position: absolute;
        top: -6vw;
        right: calc(50% - 13vw);
    }

    .shop-section-2-0 {
        padding: 10vw 4vw;
    }

    .shop-section-2-1 .plaga-wine-bottle {
        height: 100vw;
        margin-left: calc(50% - 14vw);
    }

    .shop-section-2-1 .plaga-wine-bottle-box {
        height: 56vw;
        margin-left: calc(50% - 24vw);
        margin-top: 44vw;
    }

    .shop-section-2-1 .shop-section-2-title {
        font-size: 2.5vw;
    }

    .shop-section-2-0 .slick-prev {
        left: -1vw !important;
    }

    .shop-section-2-0 .slick-prev:before {
        font-size: 8vw;
    }

    .shop-section-2-0 .slick-next {
        right: 1vw !important;
    }

    .shop-section-2-0 .slick-next:before {
        font-size: 8vw;
    }

    .shop-detail-section-1-0:before {
        background-size: 110% 120% !important;
        height: 100%;
        width: 100%;
    }

    .shop-detail-section-1-1 {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }

    .shop-detail-section-1-1 img {
        height: 97vw;
    }

    .shop-detail-section-1-1-description h1 {
        letter-spacing: 10px;
        font-size: 8vw;
    }

    .shop-detail-section-1-1-description h2 {
        font-size: 4vw;
    }

    .shop-detail-section-1-1-description h3 {
        font-size: 4vw;
    }


    .shop-detail-section-2-0 {
        padding: 10vw 4vw;
    }

    .shop-detail-section-2-1 .slick-slide .plaga-wine-bottle {
        height: 97vw;
        margin-left: calc(50% - 14vw);
    }

    .shop-detail-section-2-1 .slick-slide .plaga-wine-bottle-box {
        height: 54vw;
        margin-left: calc(50% - 22vw);
        margin-top: 43vw;
    }

    .shop-detail-section-2-1 .shop-detail-section-2-title {
        font-size: 2.5vw;
    }

    .shop-detail-section-2-0 .slick-prev {
        left: -1vw !important;
    }

    .shop-detail-section-2-0 .slick-prev:before {
        font-size: 8vw;
    }

    .shop-detail-section-2-0 .slick-next {
        right: 1vw !important;
    }

    .shop-detail-section-2-0 .slick-next:before {
        font-size: 8vw;
    }

    /*.wine-section-3-0 {*/
    /*    height: 75vw;*/
    /*}*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar .collapse {
        margin-left: -10rem;
    }

    .navbar .navbar-brand img {
        height: 4rem;
    }

    .about-section-1-0:before {
        background-size: 110% !important;
        height: 100%;
        width: 100%;
    }

    .about-section-1-1 {
        font-family: "Stencil";
        padding-top: 6vw;
        padding-bottom: 6vw;
    }

    .about-section-1-1 h1 {
        font-size: 6vw;
        inline-size: 50vw;
        overflow-wrap: break-word;
        position: relative;
    }

    .about-section-1-1-stemple {
        width: 6vw;
        transform: rotate(15deg);
        position: absolute;
        top: -3vw;
        right: -2.5vw;
    }

    .about-section-2-1 {
        padding: 8vw 16vw;
    }

    .about-section-2-1:before {
        /*background-size: 110% 110%;*/
    }

    .about-section-2-2 {
        padding: 0 8vw 8vw 8vw;
    }

    .about-section-3-0 {
        padding: 10vw 4vw;
    }

    .about-section-3-1 .plaga-wine-bottle {
        height: 38vw;
        margin-left: calc(50% - 15vw);
    }

    .about-section-3-1 .plaga-wine-bottle-box {
        height: 26vw;
        margin-left: calc(50% - 15vw);
        margin-top: 0vw;
    }

    .about-section-3-1 .about-section-3-title {
        font-size: 2vw;
    }

    .about-section-3-0 .slick-prev {
        left: -1vw !important;
    }

    .about-section-3-0 .slick-prev:before {
        font-size: 5vw;
    }

    .about-section-3-0 .slick-next {
        right: 1vw !important;
    }

    .about-section-3-0 .slick-next:before {
        font-size: 5vw;
    }

    .about-section-4-1 {
        padding: 8vw 8vw;
    }

    .about-section-4-1:before {
        background-size: 110% 110%;
        background-position-y: -25px;
    }

    .about-section-4-2 {
        height: unset;
    }

    .about-section-5-0 {
        height: 40vw;
    }

    .about-section-6-0 h2 {
        font-size: 9vw;
    }

    .about-section-6-1 {
        padding: 14vw 8vw;
    }

    .about-section-6-1-stemple {
        width: 8vw;
        right: -3vw;
    }

    .about-section-6-1:before {
        background-size: 110% 110%;
    }

    .about-section-6-2 {
        height: unset;
    }

    footer {
        padding: 6vw 3vw;
    }

    .footer-1 img {
        height: 10vw;
    }

    .footer-3-1 a {
        padding: 0.8vw;
        color: #282828;
        border-radius: 50%;
    }

    .wine-section-2-2 {
        height: unset;
    }

    .wine-section-4-0 h2 {
        font-size: 4vw;
    }

    .wine-section-4-1 {
        padding: 10vw 2vw;
    }

    .wine-section-4-1:before {
        background-size: 110% 110%;
    }

    .wine-section-4-2 {
        height: unset;
    }

    .shop-section-2-0 {
        padding: 10vw 4vw;
    }

    .shop-section-2-1 .plaga-wine-bottle {
        height: 38vw;
        margin-left: calc(50% - 5.5vw);
    }

    .shop-section-2-1 .plaga-wine-bottle-box {
        height: 24vw;
        margin-left: calc(50% - 10vw);
        margin-top: 14vw;
    }

    .shop-section-2-1 .shop-section-2-title {
        font-size: 2vw;
    }

    .shop-section-2-0 .slick-prev {
        left: -1vw !important;
    }

    .shop-section-2-0 .slick-prev:before {
        font-size: 5vw;
    }

    .shop-section-2-0 .slick-next {
        right: 1vw !important;
    }

    .shop-section-2-0 .slick-next:before {
        font-size: 5vw;
    }

    .shop-detail-section-1-0:before {
        background-size: 110% !important;
        height: 100%;
        width: 100%;
    }

    .shop-detail-section-1-1 {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }

    .shop-detail-section-1-1 img {
        height: 38vw;
    }

    .shop-detail-section-1-1-description h1 {
        letter-spacing: 10px;
        font-size: 4vw;
    }

    .shop-detail-section-1-1-description h2 {
        font-size: 2vw;
    }

    .shop-detail-section-1-1-description h3 {
        font-size: 2vw;
    }

    .shop-detail-section-2-0 {
        padding: 10vw 4vw;
    }

    .shop-detail-section-2-1 .slick-slide .plaga-wine-bottle {
        height: 38vw;
        margin-left: calc(50% - 5.5vw);
    }

    .shop-detail-section-2-1 .slick-slide .plaga-wine-bottle-box {
        height: 26vw;
        margin-left: calc(50% - 10vw);
        margin-top: 12vw;
    }

    .shop-detail-section-2-1 .shop-detail-section-2-title {
        font-size: 2vw;
    }

    .shop-detail-section-2-0 .slick-prev {
        left: -1vw !important;
    }

    .shop-detail-section-2-0 .slick-prev:before {
        font-size: 5vw;
    }

    .shop-detail-section-2-0 .slick-next {
        right: 1vw !important;
    }

    .shop-detail-section-2-0 .slick-next:before {
        font-size: 5vw;
    }

    /*.wine-section-3-0 {*/
    /*    height: 40vw;*/
    /*}*/
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .navbar .navbar-brand img {
        height: 5rem;
        padding-left: 2vw;
    }

    .about-section-1-0:before {
        background-size: 110% !important;
        height: 100%;
        width: 100%;
    }

    .about-section-1-1 {
        font-family: "Stencil";
        padding-top: 6vw;
        padding-bottom: 6vw;
    }

    .about-section-1-1 h1 {
        font-size: 6vw;
        inline-size: 34vw;
        overflow-wrap: break-word;
        position: relative;
    }

    .about-section-1-1-stemple {
        width: 6vw;
        transform: rotate(15deg);
        position: absolute;
        top: -3vw;
        right: -2vw;
    }

    .about-section-2-1 {
        padding: 8vw 18vw;
    }

    .about-section-2-1:before {
        /*background-size: 110% 110%;*/
    }

    .about-section-2-2 {
        padding: 0 8vw 8vw 8vw;
    }

    .about-section-3-0 {
        padding: 10vw 4vw;
    }

    .about-section-3-1 .plaga-wine-bottle {
        height: 38vw;
        margin-left: calc(50% - 14vw);
    }

    .about-section-3-1 .plaga-wine-bottle-box {
        height: 28vw;
        margin-left: calc(50% - 15vw);
        margin-top: 0vw;
    }

    .about-section-3-1 > a {
        margin-bottom: 6vw;
    }

    .about-section-3-1 .about-section-3-title {
        font-size: 2vw;
    }

    .about-section-3-0 .slick-prev {
        left: -1vw !important;
    }

    .about-section-3-0 .slick-prev:before {
        font-size: 5vw;
    }

    .about-section-3-0 .slick-next {
        right: 1vw !important;
    }

    .about-section-3-0 .slick-next:before {
        font-size: 5vw;
    }

    .about-section-4-1 {
        padding: 8vw 8vw;
    }

    .about-section-4-1:before {
        background-size: 110% 110%;
        background-position-y: -25px;
    }

    .about-section-4-2 {
        height: unset;
    }

    .about-section-5-0 {
        height: 40vw;
    }

    .about-section-6-0 h2 {
        font-size: 9vw;
    }

    .about-section-6-1 {
        padding: 20vw 8vw;
    }

    .about-section-6-1-stemple {
        width: 6vw;
        top: 0.5vw;
        right: -1.5vw;
    }

    .about-section-6-1:before {
        background-size: 110% 110%;
    }

    .about-section-6-2 {
        height: unset;
    }

    footer {
        padding: 6vw 3vw;
    }

    .footer-1 img {
        height: 12vw;
    }

    .footer-3-1 a {
        padding: 0.8vw;
        color: #282828;
        border-radius: 50%;
    }

    .wine-section-2-2 {
        height: unset;
    }

    .wine-section-4-0 h2 {
        font-size: 3vw;
    }

    .wine-section-4-1 {
        padding: 10vw 4vw;
    }

    .wine-section-4-1:before {
        background-size: 110% 110%;
    }

    .wine-section-4-2 {
        height: unset;
    }

    .shop-section-1-1 {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }
    .shop-section-1-1 h1 {
        font-size: 6vw;
    }

    .shop-section-1-1-stemple {
        width: 8vw;
        top: -4vw;
        right: calc(50% - 11vw);
    }

    .shop-section-2-0 {
        padding: 10vw 4vw;
    }

    .shop-section-2-1 .plaga-wine-bottle {
        height: 42vw;
        margin-left: calc(50% - 10vw);
    }

    .shop-section-2-1 .plaga-wine-bottle-box {
        height: 26vw;
        margin-left: calc(50% - 10vw);
        margin-top: 16vw;
    }

    .shop-section-2-1 .shop-section-2-title {
        font-size: 2vw;
    }

    .shop-section-2-0 .slick-prev {
        left: -1vw !important;
    }

    .shop-section-2-0 .slick-prev:before {
        font-size: 5vw;
    }

    .shop-section-2-0 .slick-next {
        right: 1vw !important;
    }

    .shop-section-2-0 .slick-next:before {
        font-size: 5vw;
    }

    .shop-detail-section-1-0:before {
        background-size: 110% !important;
        height: 100%;
        width: 100%;
    }

    .shop-detail-section-1-1 {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }

    .shop-detail-section-1-1 img {
        height: 38vw;
    }

    .shop-detail-section-1-1-description h1 {
        letter-spacing: 10px;
        font-size: 4vw;
    }

    .shop-detail-section-1-1-description h2 {
        font-size: 2vw;
    }

    .shop-detail-section-1-1-description h3 {
        font-size: 2vw;
    }

    .shop-detail-section-1-1-bottle {
        border-right: 1px solid black;
    }

    .shop-detail-section-2-0 {
        padding: 10vw 4vw;
    }

    .shop-detail-section-2-1 .slick-slide .plaga-wine-bottle {
        height: 38vw;
        margin-left: calc(50% - 5.5vw);
    }

    .shop-detail-section-2-1 .slick-slide .plaga-wine-bottle-box {
        height: 28vw;
        margin-left: calc(50% - 11vw);
        margin-top: 10vw;
    }

    .shop-detail-section-2-1 .shop-detail-section-2-title {
        font-size: 2vw;
    }

    .shop-detail-section-2-0 .slick-prev {
        left: -1vw !important;
    }

    .shop-detail-section-2-0 .slick-prev:before {
        font-size: 5vw;
    }

    .shop-detail-section-2-0 .slick-next {
        right: 1vw !important;
    }

    .shop-detail-section-2-0 .slick-next:before {
        font-size: 5vw;
    }

    /*.wine-section-3-0 {*/
    /*    height: 40vw;*/
    /*}*/
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .navbar .navbar-brand img {
        height: 5rem;
        padding-left: 2vw;
    }

    .about-section-1-0:before {
        background-size: 110% !important;
        height: 100%;
        width: 100%;
    }

    .about-section-1-1 {
        padding-top: 6vw;
        padding-bottom: 6vw;
    }

    .about-section-1-1 h1 {
        font-size: 5vw;
        inline-size: 34vw;
        overflow-wrap: break-word;
        position: relative;
    }

    .about-section-1-1-stemple {
        width: 6vw;
        transform: rotate(15deg);
        position: absolute;
        top: -3vw;
        right: 0.2vw;
    }

    .about-section-2-1 {
        padding: 6vw 28vw;
    }

    .about-section-2-1:before {
        /*background-size: cover;*/
        /*background-position-y: -35px;*/
    }

    .about-section-2-2 {
        padding: 0 8vw 8vw 8vw;
    }

    .about-section-2-3 {
        padding: 0 8vw 8vw 8vw;
    }

    .about-section-3-0 {
        padding: 6vw 4vw;
    }

    .about-section-3-1 .plaga-wine-bottle {
        height: 30vw;
        margin-left: calc(50% - 15vw);
    }

    .about-section-3-1 .plaga-wine-bottle-box {
        height: 24vw;
        margin-left: calc(50% - 15vw);
        margin-top: 0vw;
    }

    .about-section-3-1 .about-section-3-title {
        font-size: 1.5vw;
    }

    .about-section-3-1 > a {
        margin-bottom: 5vw;
    }

    .about-section-3-0 .slick-prev {
        left: -1vw !important;
    }

    .about-section-3-0 .slick-prev:before {
        font-size: 4vw;
    }

    .about-section-3-0 .slick-next {
        right: 1vw !important;
    }

    .about-section-3-0 .slick-next:before {
        font-size: 4vw;
    }

    .about-section-4-1 {
        padding: 6vw 8vw;
    }

    .about-section-4-1:before {
        background-size: cover;
        background-position-y: -40px;
    }

    .about-section-4-2 {
        height: unset;
    }

    .about-section-5-0 {
        height: 30vw;
    }

    .about-section-6-0 h2 {
        font-size: 6vw;
    }

    .about-section-6-1 {
        padding: 20vw 10vw;
    }

    .about-section-6-1:before {
        background-size: cover;
        background-position-y: -35px;
    }

    .about-section-6-1-stemple {
        width: 6vw;
        top: -1vw;
        right: 2vw;
    }

    .about-section-6-2 {
        height: unset;
    }

    footer {
        padding: 4vw 2vw;
    }

    .footer-1 img {
        height: 10vw;
    }

    .footer-3-1 a {
        padding: 0.8vw;
        color: #282828;
        border-radius: 50%;
    }

    .wine-section-2-2 {
        height: unset;
    }

    .wine-section-4-0 h2 {
        font-size: 2.5vw;
    }

    .wine-section-4-1 {
        padding: 8vw 8vw;
    }

    .wine-section-4-1:before {
        background-size: cover;
        background-position-y: -35px;
    }

    .wine-section-4-2 {
        height: unset;
    }

    .shop-section-1-1 {
        padding-top: 6vw;
        padding-bottom: 6vw;
    }
    .shop-section-1-1 h1 {
        font-size: 5vw;
    }

    .shop-section-1-1-stemple {
        width: 6vw;
        top: -3vw;
        right: calc(50% - 8vw);
    }

    .shop-section-2-0 {
        padding: 6vw 4vw;
    }

    .shop-section-2-1 .plaga-wine-bottle {
        height: 30vw;
        margin-left: calc(50% - 11vw);
    }

    .shop-section-2-1 .plaga-wine-bottle-box {
        height: 24vw;
        margin-left: calc(50% - 10vw);
        margin-top: 6vw;
    }

    .shop-section-2-1 .shop-section-2-title {
        font-size: 1.5vw;
    }

    .shop-section-2-0 .slick-prev {
        left: -1vw !important;
    }

    .shop-section-2-0 .slick-prev:before {
        font-size: 4vw;
    }

    .shop-section-2-0 .slick-next {
        right: 1vw !important;
    }

    .shop-section-2-0 .slick-next:before {
        font-size: 4vw;
    }

    .shop-detail-section-1-0:before {
        background-size: 110% !important;
        height: 100%;
        width: 100%;
    }

    .shop-detail-section-1-1 {
        padding-top: 8vw;
        padding-bottom: 8vw;
    }

    .shop-detail-section-1-1-bottle {
        border-right: 1px solid black;
    }

    .shop-detail-section-1-1 img {
        height: 30vw;
    }

    .shop-detail-section-1-1-description h1 {
        letter-spacing: 10px;
        font-size: 3vw;
    }

    .shop-detail-section-1-1-description h2 {
        font-size: 1.5vw;
    }

    .shop-detail-section-1-1-description h3 {
        font-size: 1.5vw;
    }

    .shop-detail-section-2-0 {
        padding: 6vw 4vw;
    }

    .shop-detail-section-2-1 .slick-slide .plaga-wine-bottle {
        height: 30vw;
        margin-left: calc(50% - 4.5vw);
    }

    .shop-detail-section-2-1 .slick-slide .plaga-wine-bottle-box {
        height: 24vw;
        margin-left: calc(50% - 9vw);
        margin-top: 6vw;
    }

    .shop-detail-section-2-1 .shop-detail-section-2-title {
        font-size: 1.5vw;
    }

    .shop-detail-section-2-0 .slick-prev {
        left: -1vw !important;
    }

    .shop-detail-section-2-0 .slick-prev:before {
        font-size: 4vw;
    }

    .shop-detail-section-2-0 .slick-next {
        right: 1vw !important;
    }

    .shop-detail-section-2-0 .slick-next:before {
        font-size: 4vw;
    }


    /*.wine-section-3-0 {*/
    /*    height: 30vw;*/
    /*}*/

}