@import 'https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap';
@import 'https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&amp;display=swap';
@import 'https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;700;900&amp;display=swap';
@import 'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap';

a:hover {
    text-decoration: none
}

.home_wine_makers--wrapper {
    background-color: #0e0e11;
    overflow: hidden
}

.home_wine--bg--wrapper {
    background: url(../../images/home-wine/banner.png) no-repeat center;
    background-size: 100%;
    width: 100%;
    display: block
}

.wine_buy--btn {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--white);
    text-align: center;
    background: linear-gradient(90deg, #d72032 0%, #a0000f 40.01%, #71000b 95.83%);
    background-size: 300% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 180px;
    width: 100%;
    padding: 10px;
    transition: all ease .8s;
    text-decoration: none
}

.wine_buy--btn:hover {
    background-position: -100% 0
}

.wine_buy--btn img {
    padding-left: 20px
}

.wine_buy--btn:hover {
    color: var(--black)
}

@media(min-width:992px) {
    .wine_buy--btn {
        max-width: 230px;
        font-size: 14px;
        padding: 19px
    }
}

.home_wine_banner--wrapper {
    z-index: 0;
    padding: 10.1875rem 0 13.1875rem
}

.home_wine_banner--wrapper .container {
    position: relative
}

.wine_makers--banner {
    position: relative
}

.wine_makers--banner .banner_text {
    font-family: var(--frank-ruhl-libre);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: var(--dark-brown);
    display: block;
    padding-bottom: 3.8125rem
}

.wine_makers--banner .banner_title {
    font-family: var(--montserrat);
    font-style: normal;
    font-weight: 200;
    font-size: 6.25rem;
    line-height: 94.9%;
    text-transform: uppercase;
    background: linear-gradient(89.62deg, #3F3532 8.18%, #7E5F4E 41.04%, #443935 99.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    text-align: center
}

.wine_makers--banner .since_item {
    font-family: var(--frank-ruhl-libre);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: var(--dark-brown);
    display: block;
    float: right;
    padding-top: 1.875rem
}

.banner_bottle--wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto
}

.banner_bottle--wrapper .bottle_wrapper {
    position: relative;
    display: inline-block;
    margin-left: 0
}

.bottle_wrapper .bottle_img {
    position: relative;
    z-index: 2;
    width: 260px
}

.bottle_wrapper .wine_leaf {
    position: absolute;
    right: -5rem;
    top: 2.8rem;
    width: 180px
}

.banner_bottle--wrapper .wine_buy--btn {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: -7rem;
    bottom: 10rem;
    z-index: 3
}

.wine_makers--banner .since_item {
    clear: both
}

@media(min-width:440px) {
    .wine_makers--banner .banner_title {
        font-size: 9.375rem
    }

    .banner_bottle--wrapper .wine_buy--btn {
        right: -13rem;
        bottom: 13rem
    }

    .bottle_wrapper .bottle_img {
        width: 325px
    }

    .bottle_wrapper .wine_leaf {
        width: 220px
    }

    .home_wine_banner--wrapper {
        padding: 10.1875rem 0 16.188rem
    }
}
button.btn.post_comment--btn {
    background: #222222;
    color: #6c756e;
}
@media(min-width:576px) {
    .banner_bottle--wrapper .wine_buy--btn {
        right: -13rem;
        bottom: -3rem
    }

    .home_wine_banner--wrapper {
        padding: 10.1875rem 0 18.188rem
    }
}

@media(min-width:768px) {
    .wine_makers--banner .banner_text {
        font-size: 30px;
        line-height: 30px;
        padding-bottom: 7.8125rem
    }

    .wine_makers--banner .since_item {
        font-size: 30px;
        line-height: 30px
    }

    .wine_makers--banner .banner_title {
        font-size: 15.625rem
    }

    .home_wine_banner--wrapper {
        padding: 16.4375rem 0 32.1875rem
    }

    .banner_bottle--wrapper {
        top: 40px
    }

    /* .banner_bottle--wrapper .wine_buy--btn {
        bottom: 26rem
    } */

    .bottle_wrapper .bottle_img {
        width: 100%;
        height: 615px;
        top: 8em;
        left: -8em;
    }

    .bottle_wrapper .wine_leaf {
        width: 468px;
        right: -15.6rem;
        top: 7.8rem;
    }

    .know_more--btn {
        margin-top: 4.9375rem
    }
}

@media(min-width:992px) {
    .home_wine_banner--wrapper .container::before {
        content: '';
        position: absolute;
        background: url(../../images/home-wine/banner-grapes.webp) no-repeat center;
        background-size: 100%;
        display: block;
        max-width: 816px;
        height: 1266px;
        width: 100%;
        margin: 0 auto;
        right: -6rem;
        top: -18.9375rem;
        filter: brightness(35%);
    }

    .wine_makers--banner .banner_title {
        font-size: 20.9375rem;
    }

    .banner_bottle--wrapper .wine_buy--btn {
        right: -8rem
    }

    .home_wine_banner--wrapper {
        padding: 16.4375rem 0 28.188rem
    }
}

@media(min-width:1200px) {
    .home_wine_banner--wrapper .container {
        max-width: 1207px
    }

    .wine_makers--banner .banner_text {
        padding-left: 5.375rem
    }

    .wine_makers--banner .banner_title {
        font-size: 8.125rem
    }

    .home_wine_banner--wrapper .container::before {
        background-size: 90%;
        right: 0
    }

    .home_wine_banner--wrapper {
        padding: 16.4375rem 0 22.188rem
    }
}

@media(min-width:1300px) {
    .home_wine_banner--wrapper {
        padding: 16.4375rem 0 25.188rem
    }
}

@media(min-width:1500px) {
    .bottle_wrapper .wine_leaf {
        width: auto;
        right: -13.6rem;
        top: 6.8rem;
    }

    .home_wine_banner--wrapper .container::before {
        background-size: 95%
    }
}

@media(min-width:1600px) {
    .home_wine_banner--wrapper {
        padding: 16.4375rem 0 28.188rem
    }
}

@media(min-width:1680px) {
    .home_wine_banner--wrapper .container {
        max-width: 1307px
    }
}

.classic_wine_main--wrapper,
.classic_wine_inner--wrapper {
    position: relative
}

.classic_wine_main--wrapper .container-fluid {
    position: relative;
    z-index: 1
}

.classic_wine--wrapper {
    max-width: 540px;
    width: 100%;
    background: linear-gradient(170.21deg, rgba(38, 38, 54, 0) 0%, #262636 47.77%);
    margin: 0 auto;
    position: relative;
    padding: 3.875rem 2.125rem 3.625rem 1.813rem
}

.classic_wine--title {
    font-family: var(--montserrat);
    font-style: normal;
    font-weight: 200;
    font-size: 55px;
    line-height: 94.9%;
    text-transform: uppercase;
    color: #e5c0ae;
    padding-bottom: 1.6875rem
}

.classic_wine--title .wine_text {
    color: #bf1223;
    font-weight: 400;
}

.classic_wine--wrapper p {
    font-family: var(--montserrat);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #818199
}

.know_more--btn {
    font-family: var(--montserrat);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 94.9%;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c7a798;
    display: block;
    border: 1px solid #5a5866;
    padding: 13px;
    max-width: 175px;
    width: 100%;
    margin-top: 2.9375rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all ease .4s
}

.know_more--btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #FF6B38 0%, #CA5A33 40.01%, #C43F0F 95.83%);
    top: 0;
    left: -100%;
    transition: all ease .4s
}

.know_more--btn:hover {
    color: var(--white)
}

.know_more--btn:hover::before {
    left: 0
}

.know_more--btn .know_more {
    display: block;
    position: relative
}

.since_wrapper {
    max-width: 540px;
    width: 100%;
    margin: 0 auto
}

.since_wrapper .side_text {
    font-family: var(--montserrat);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .8em;
    text-transform: uppercase;
    color: #c7a798;
    opacity: .3;
    display: none;
    position: absolute;
    width: 100%;
    bottom: 25rem;
    left: -18rem;
    transform: rotate(-90deg)
}

.classic_grapes--wrapper,
.classic_splash--wrapper {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    position: absolute
}

.classic_grapes--wrapper {
    bottom: -10rem;
    right: -10rem
}

.background_bottle--wrapper {
    position: absolute;
    width: 100%;
    top: 10rem;
    right: -9rem;
    z-index: 0
}
/* @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        padding: 0 5%;
    }
} */
@media(min-width:440px) {
    .classic_wine--title {
        font-size: 65px
    }
}

@media(min-width:576px) {
    .classic_wine--wrapper {
        padding: 3.875rem 6.125rem 4.625rem 5.8125rem
    }

    .classic_wine--title {
        font-size: 45px
    }

    .since_wrapper .side_text {
        display: block;
        padding-bottom: 2.688rem
    }

    .classic_grapes--wrapper {
        bottom: -11rem;
        right: -16rem
    }
}

@media(min-width:768px) {
    .since_wrapper .side_text {
        bottom: 30rem
    }

    .classic_grapes--wrapper {
        bottom: -4rem;
        right: -13.5rem
    }
}

@media(min-width:992px) {
    .since_wrapper .side_text {
        left: -19rem;
        bottom: 38rem
    }

    .classic_grapes--wrapper {
        bottom: -4rem;
        right: -6rem
    }
}

@media(min-width:1200px) {
    .classic_splash--wrapper {
        left: -3rem;
        top: 1rem;
        z-index: 1
    }
    .classic_splash--wrapper img{
        max-width: 370px;
        display: block;
        margin-inline-start: auto;
        margin-inline-end: 10%;
    }

    .since_wrapper .side_text {
        bottom: 35.9rem;
        left: -18rem
    }

    .classic_grapes--wrapper {
        bottom: -3rem;
        right: 0
    }

    .classic_wine--title {
        padding-bottom: 4.688rem
    }

    .know_more--btn {
        margin-top: 4.938rem
    }

    .background_bottle--wrapper {
        right: -10rem
    }
}

@media(min-width:1300px) {
    .classic_wine--title {
        font-size: 45px
    }

    .since_wrapper .side_text {
        bottom: 40.9rem
    }

    .classic_splash--wrapper {
        left: -1rem;
        top: -4rem
    }

    .classic_grapes--wrapper {
        right: 5rem
    }

    .background_bottle--wrapper {
        right: -9rem
    }
}

@media(min-width:1500px) {
    .classic_splash--wrapper {
        left: 5rem
    }

    .since_wrapper .side_text {
        bottom: 46.9rem
    }

    .classic_grapes--wrapper {
        right: 10rem
    }
}

@media(min-width:1600px) {
    .classic_splash--wrapper {
        left: 7rem;
        top: 3rem
    }

    .since_wrapper .side_text {
        bottom: 49rem
    }

    .classic_grapes--wrapper {
        right: 12.5rem
    }


    .background_bottle--wrapper {
        right: -8rem
    }
}

@media(min-width:1700px) {
    .since_wrapper .side_text {
        bottom: 55rem
    }

    .classic_splash--wrapper {
        left: 13rem
    }

    .classic_grapes--wrapper {
        right: 15.5rem
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .bottle_wrapper .bottle_img {
        height: 472px;
        top: 8em;
        left: -9em;
    }
    .bottle_wrapper .wine_leaf {
        width: 360px;
        right: -9.6rem;
    }
    .wine_makers--banner .banner_title {
        position: absolute;
        font-size: 5rem;
        top: 7em;
    }
    .wine_makers--banner .since_item {
        position: absolute;
        right: 0;
        top: 12em;
    }
    .wine_img--wrapper {
        width: 100% !important;
        top: -7rem !important;
        left: 0% !important;
    }
    section#our_products {
        padding-bottom: 25em !important;
    }
    .wine_details_main--wrapper{
        justify-content: center;
            padding-top: 8em;
    }
}
@media(min-width:1800px) {
    .classic_wine_main--wrapper {
        padding-top: 8.6875rem
    }

    .classic_splash--wrapper {
        left: 17rem
    }

    .since_wrapper .side_text {
        bottom: 59rem
    }

    .classic_grapes--wrapper {
        right: 22.5rem
    }

    .background_bottle--wrapper {
        top: 14.9rem;
        right: -15.9rem
    }
}

.view_collection--wrapper {
    padding: 5.375rem 0 5.563rem
}

.view_collection--wrapper .wine_collection--title {
    font-family: var(--montserrat);
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #e5c0ae;
    padding-bottom: 1.25rem
}

.wine_collection--wrapper {
    position: relative;
    max-width: 456px;
    width: 100%;
    margin: 0 auto
}

.view_collection--wrapper .collection_cols .info{
    color: white;
}
.view_collection--wrapper .collection_cols li{
    list-style: disc;
    margin-bottom: 15px;
}
.view_collection--wrapper .collection_cols p{
    margin-bottom: 15px;
}
.view_collection--wrapper .collection_cols {
    margin-bottom: 6.375rem
}

.view_collection--wrapper .collection_cols:last-child {
    margin-bottom: 0
}

.wine_collection--wrapper::before {
    position: absolute;
    content: '';
    max-width: 372px;
    width: 100%;
    height: 372px;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 4em;
    margin: 0 auto;
    background: #040404;
    z-index: 0;
    box-shadow: none;
    transition: all ease .4s
}

.wine_collection--wrapper:hover::before {
    box-shadow: 0 0 15px 0 rgba(255, 107, 91, .6)
}

.wine_collection--wrapper .wine_name--wrapper {
    font-family: var(--montserrat);
    font-style: normal;
    font-weight: 200;
    font-size: 58px;
    line-height: 90%;
    text-transform: uppercase;
    background: linear-gradient(89.74deg, #7E7B71 -5.61%, rgba(126, 123, 113, 0) 99.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1
}

.wine_img--wrapper {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: -10rem;
    left: 2rem
}

.wine_img--wrapper img:not(.arrow) {
    max-width: 100%;
    width: 100%
}

.wine_details_main--wrapper {
    display: flex;
    position: relative;
    z-index: 3
}

.wine_details--wrapper {
    max-width: 280px;
    width: 100%
}

.wine_price--wrapper {
    width: 68px;
    height: 68px;
    background: var(--black);
    border-radius: 50%;
    position: relative;
    margin-bottom: 14px
}

.wine_price--wrapper .wine_price {
    display: block;
    font-family: var(--open-sans);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 212%;
    color: var(--white);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.wine_detail--name {
    font-family: var(--montserrat);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 212%;
    color: var(--white)
}

.wine_detail--name a {
    color: var(--white);
    transition: all .5s ease
}

.wine_detail--name a:hover {
    color: var(--light-brown)
}

.wine_details--wrapper p {
    font-family: var(--montserrat);
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #cccccb;
    padding-bottom: 24px
}

.btn_wine {
    max-width: 120px !important;
    padding: 12px !important
}
section#contact {
    color: #e5c0ae;
}
.form-control {
    background-color: #222;
    border: 1px solid #4d4d4d;
}
.contacts{
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.address_locator {
    align-items: center;
}
@media(max-width:600px) {
    .wine_img--wrapper {
        width: 100%;
        top: -16%;
        left: 38%;
    }
    .img_bottle img {
        max-height: 350px !important;
    }
    .classic_grapes--wrapper {
        max-width: 200px;
        bottom: -10%;
        right: -7%;
    }
    .classic_wine--title {
        font-size: 45px;
    }
    .banner_bottle--wrapper .wine_buy--btn {
        bottom: -175px;
    }
    .wine_details--wrapper {
        max-width: 185px
    }
    .view_collection--wrapper .collection_cols .info {
        padding: 0 2em;
    }
    .view_collection--wrapper .collection_cols {
        margin-bottom: 3rem;
    }
    .wine_details_main--wrapper {
        left: 10rem;
        top: 0
    }
    .bottle_wrapper .bottle_img {
        width: 200px;
        left: -60px;
        top: 150px;
    }
    .wine_makers--banner .banner_title {
        font-size: 2.25rem;
    }
    .bottle_wrapper .wine_leaf {
        top: 66%;
    }
    .wine_makers--banner .banner_text {
        /* padding-bottom: 4.8125rem;
        transform: translate(0, -23px); */
    }
    .contacts,.wine_footer_logo--wrapper {
        justify-content: start;
        padding: 1em;
        width: 100%;
    }
    .privacy_and_terms--wrapper,.copyright_wrapper .copyright{
        display: block;
        padding:0 1em;
        text-align: start;
    }
    .mobile-logo, .desktop_logo {
        max-width: 80px;
    }    
    .view_collection--wrapper{
        padding-bottom: 0;
    }
    section#contact {
        padding-top: 5.375rem;
    }
}
.wine_footer_logo--wrapper{
    text-align: center;
}
/* .wine_footer_logo--wrapper img{
    border-radius: 50%;
    overflow: hidden;
    max-width: 150px;
} */
@media(min-width:320px) {
    

    .view_collection--wrapper .collection_cols:last-child .wine_img--wrapper {
        top: -8rem;
        left: -6rem
    }
}

@media(min-width:440px) {
    .wine_img--wrapper {
        top: -9rem;
        left: -1rem
    }

    .wine_collection--wrapper .wine_name--wrapper {
        top: 6rem
    }

    .wine_details--wrapper {
        max-width: 190px
    }

    .wine_details_main--wrapper {
        left: 14rem
    }
}

@media(min-width:576px) {
    .wine_collection--wrapper .wine_name--wrapper {
        top: 6rem
    }

    .wine_img--wrapper {
        top: -10rem;
        left: 0
    }

    .wine_details_main--wrapper {
        top: 1rem
    }

    .view_collection--wrapper .collection_cols:last-child .wine_img--wrapper {
        top: -7rem;
        left: -2rem
    }

    .view_collection--wrapper .collection_cols {
        margin-bottom: 9.375rem
    }
}

@media(min-width:768px) {
    .view_collection--wrapper {
        padding: 9.375rem 0 .5625rem
    }

    .wine_collection--wrapper .wine_name--wrapper {
        display: none
    }

    .wine_img--wrapper {
        width: 225px;
        top: -8rem
    }

    .wine_collection--wrapper {
        max-width: 100%
    }

    .wine_details_main--wrapper {
        top: auto;
        left: auto;
        text-align: center
    }

    .btn_wine {
        margin: 0 auto
    }

    .wine_detail--name {
        margin-top: 70px
    }

    .wine_price--wrapper {
        margin-left: 20px
    }

    .view_collection--wrapper .collection_cols:last-child .wine_img--wrapper {
        left: -1rem
    }

    .view_collection--wrapper .collection_cols {
        margin-bottom: 4.375rem
    }
}

@media(min-width:992px) {
    .view_collection--wrapper {
        padding: 7.375rem 0 1.563rem
    }
}

@media(min-width:1200px) {
    .view_collection--wrapper {
        padding: 11.375rem 0 8.9rem
    }

    .view_collection--wrapper .container {
        max-width: 1232px
    }

    .wine_collection--title {
        margin-left: 14rem
    }

    .wine_details--wrapper {
        max-width: 280px
    }


    .wine_img--wrapper {
        width: 100%;
        max-width: 800px;
        top: -26%;
        left: 35%
    }

    .view_collection--wrapper .collection_cols:last-child .wine_img--wrapper {
        left: 50%;
        top: -2em;
        transform: translate(-50%, 0);
    }

    .wine_details_main--wrapper {
        left: 14rem;
        top: 3rem;
        text-align: left
    }

    .wine_collection--wrapper .wine_name--wrapper {
        display: block;
        top: 8rem
    }

    .wine_detail--name {
        margin-top: 15px
    }

    .btn_wine {
        margin: 0
    }

    .wine_price--wrapper {
        margin-left: 0
    }
}

@media(min-width:1600px) {
    .view_collection--wrapper {
        padding: 16.375rem 0 14.9rem
    }

    .wine_collection--wrapper .wine_name--wrapper {
        left: -20px
    }
}

@media(min-width:1680px) {
    .view_collection--wrapper .container {
        max-width: 1532px
    }

    .wine_details--wrapper {
        max-width: 280px
    }

    .wine_detail--name,
    .wine_details_main--wrapper p {
        padding-left: 15px
    }

    .wine_details_main--wrapper {
        left: 0
    }
}

@media(min-width:1700px) {
    .classic_grapes--wrapper {
        right: 18.5rem
    }

    .wine_details_main--wrapper {
        left: 14rem;
        top: 2rem
    }

    .wine_collection--wrapper .wine_name--wrapper {
        left: 17px
    }

    .btn_wine {
        margin-left: 7px
    }
}

@media(min-width:1900px) {
    .wine_collection--wrapper .wine_name--wrapper {
        left: 21px
    }

    .wine_details--wrapper {
        max-width: 280px
    }

    .wine_details_main--wrapper {
        left: 14rem;
        top: 2rem
    }

    .btn_wine {
        margin-left: 10px
    }
}

.marketing_wrapper {
    position: relative;
    background: #292635;
    z-index: 1;
    padding: 2.8125rem 0
}

.facilitate_marketing--wrapper {
    position: relative
}

.marketing_wrapper .facilitate_marketing--text {
    font-family: var(--open-sans);
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 130.9%;
    text-align: center;
    color: var(--white);
    display: block
}

.marketing_wrapper .facilitate_marketing--text b {
    font-weight: 700 !important
}

.facilitate_marketing--wrapper img {
    position: absolute;
    width: auto;
    right: -6rem;
    bottom: 3rem;
    width: 190px
}
.img_bottle img:not(.arrow) {
    max-height: 565px;
    width: auto !important;
    /* transform: rotate(17.5deg); */
    margin-top: 5em;
}
#map{
    filter: grayscale(100%);
}
#map:hover{
    filter: grayscale(0);
}
.c_c{
    margin-left: 50%;
}
.nav-tabs {
    border-bottom: 1px solid #272727;
    margin-bottom: 3em;
}
.info *{
    color: #818199;
}
.info li{
    margin-bottom: 1em;
}
.info ol {
    padding-left: 15px;
}
.info li::marker {
    margin: 0 !important;
}
.nav-tabs .nav-link{
    color: #dc2e34;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #dc2e34;
    border: 0;
}
.color_r,.color_r *{
    color:#dc2e34;
}
.sustainability{
    background-image: url('../../images/Sustainability\ and\ Biodiversity\ ​.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    color: white;
    position: relative;
    padding: 5em 0;
    margin-bottom: 6em;
}
.sustainability::before{
position: absolute;
top: 0;
left: 0;
background: #040404bb;
z-index: 0;
content: "";
height: 100%;
width: 100%;
}
.sustainability h3{
text-align: center;
color: white;
z-index: 1;
position: relative;
margin-bottom: 1em;
}
@media(min-width:440px) {
    .facilitate_marketing--wrapper img {
        bottom: 1rem
    }
}

@media(min-width:768px) {
    .facilitate_marketing--wrapper img {
        bottom: -1rem
    }

    .marketing_wrapper .facilitate_marketing--text {
        font-size: 20px
    }
}

@media(min-width:1200px) {
    .marketing_wrapper .container {
        max-width: 1266px
    }

    .facilitate_marketing--wrapper img {
        width: auto;
        bottom: -4rem
    }

    .marketing_wrapper {
        padding: 3.813rem 0;
        margin-top: 10em;
    }
}

@media(min-width:1600px) {
    .marketing_wrapper .facilitate_marketing--text {
        font-size: 22px
    }
}

@media(min-width:1680px) {
    .marketing_wrapper .container {
        max-width: 1566px
    }

    .facilitate_marketing--wrapper img {
        right: -2rem
    }
}

@media(min-width:1920px) {
    .marketing_wrapper .container {
        max-width: 1666px
    }

    .facilitate_marketing--wrapper img {
        bottom: -3rem
    }
}


/* -- happy-customers -- */
.happy_customers_inner--wrapper {
    background: linear-gradient(90deg, #210003 0%, #280407 40.01%, #3d0e13 95.83%);
    padding: 45px 0px;
    margin-bottom: 6em;
}
.happy_customers--wrapper .customers_title {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 150.1%;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
}
.happy_customers--wrapper .customers_subtitle {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 71.1%;
    color: var(--white);
}
.quote_box--wrapper {
    display: flex;
    justify-content: flex-end;
}
.quote_box--wrapper p {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 196.1%;
    color: var(--white);
    margin: 73px 0px 36px;
    position: relative;
    width: 100%;
}
.customer_name--box {
    display: flex;
    justify-content: flex-end;
}
.customer_name {
    max-width: 300px;
    width: 100%;
}
.quote_box--wrapper p::before,
.quote_box--wrapper p::after {
    content: '';
    position: absolute;
    background-size: cover;
    display: block;
    width: 50px;
    height: 29px;
}
.quote_box--wrapper p::before {
    background: url('../../images/quote-left.svg') no-repeat center;
    top: -25px;
    left: 0;
}
.quote_box--wrapper p::after {
    background: url('../../images/quote-right.svg') no-repeat center;
    bottom: 0rem;
    right: 0rem;
}
.customer_name {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 196.1%;
    letter-spacing: 0.18em;
    color: var(--white);
    padding-left: 85px;
    display: flex;
    position: relative;
    margin-bottom: 79px;
    height: 24px;
}
.customer_name::before {
    position: absolute;
    content: '';
    background: var(--white);
    width: 74px;
    height: 1px;
    top: 9px;
    left: 0px;
}
.happy_customers--wrapper .home_btn {
    max-width: 220px;
    box-shadow: 12px 16px 17px 2px rgb(3 173 83 / 40%);
    margin-bottom: 30px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customers_arrow--wrapper .swiper-button-next::after,
.customers_arrow--wrapper .swiper-button-prev::after {
    display: none;
}
.customers_arrow--wrapper .swiper-button-next,
.customers_arrow--wrapper .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--white);
    transition: all ease 0.4s;
}
.customers_arrow--wrapper .swiper-button-next:hover,
.customers_arrow--wrapper .swiper-button-prev:hover {
    border-color: var(--black);
}
.customers_arrow--wrapper .swiper-button-next:hover img,
.customers_arrow--wrapper .swiper-button-prev:hover img {
    filter: none;
    transition: all ease 0.4s;
}
.customers_arrow--wrapper .swiper-button-next:hover img,
.customers_arrow--wrapper .swiper-button-prev:hover img {
    filter: brightness(0);
}
.customers_gallery-thumbs .swiper-wrapper {
    align-items: center;
}
.customers_arrow--wrapper {
    display: none;
}
.customers_arrow--wrapper .swiper-button-next {
    right: auto;
}
.customers_arrow--wrapper .swiper-button-prev {
    top: 3.5rem;
    left: auto;
}
.customers_name--box {
    font-family: var(--roboto);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 0%;
    text-transform: capitalize;
    color: var(--white);
    max-width: 259px;
    width: 100%;
    margin: 0 auto;
    background: #3E495A;
    display: block;
    box-shadow: 0px 28px 34px rgba(37, 45, 57, 0.16);
    padding: 10px;
    text-align: center;
}
.slider_img--col {
    position: relative;
}
.new_intro{
    width: 100%;
    max-width: 900px;
}
@media ( min-width: 576px) {
    .happy_customers--wrapper .customers_title {
        font-size: 44px;
    }
    .happy_customers--wrapper .customers_subtitle {
        font-size: 64px;
        padding: 15px 0px;
    }
    .quote_box--wrapper p,
    .customer_name {
        max-width: 100%;
    }
    .happy_customers_inner--wrapper {
        padding: 55px 0px;
    }
}
@media ( min-width: 768px) {
    .customers_details {
        text-align: center;
    }
    .customers_name--box {
        padding-top: 23px;
        padding-bottom: 23px;
        margin-top: -1.5rem;
        position: relative;
        z-index: 99;
    }
}
@media (min-width: 992px) {
    .happy_customers_inner--wrapper {
        padding: 70px 0px;
    }
}
@media ( min-width: 1200px) {
    .quote_box--wrapper p::before {
        top: -0.5rem;
        left: -3.5rem;
    }
    .customers_gallery-thumbs {
        padding-top: 0rem;
        max-height: 746px;
    }
    .customers_gallery-thumbs .swiper-slide {
        max-height: 386px;
        height: 100%!important;
    }
    .customers_arrow--wrapper {
        position: absolute;
        width: 100%;
        bottom: 29rem;
        right: -32rem;
        display: block;
    }
    .happy_customers--wrapper {
        padding-top: 4.125rem;
    }
    .customers_gallery-thumbs .swiper-slide {
        margin: 10px 0px;
    }
    .happy_customers_inner--wrapper {
        padding: 0;
    }
}
@media ( min-width: 1366px) {
    .happy_customers_outer--wrapper .container {
        max-width: 1231px;
    }
    .happy_customers--wrapper .customers_title {
        font-size: 60px;
    }
    .happy_customers--wrapper .customers_subtitle {
        font-size: 70px;
        padding: 23px 0px;
    }
    .customers_name--box {
        font-size: 16px;
    }
    .quote_box--wrapper p,
    .customer_name {
        max-width: 467px;
    }
}
@media ( min-width: 1680px) {
    .happy_customers--wrapper .customers_title {
        font-size: 64px;
    }
    .happy_customers--wrapper .customers_subtitle {
        font-size: 94px;
        padding: 23px 0px;
    }
}

@media ( max-width: 600px) {
    .sustainability{
        margin: 5em 0;
    }
    .happy_customers_inner--wrapper {
        margin-top: 5em;
        margin-bottom: 0;
    }
    .view_collection--wrapper .collection_cols:last-child .wine_img--wrapper{
        top: 0;
        left: 0;
    }
    .view_collection--wrapper .wine_collection--title{
        padding-bottom: 0;
    }
    .home_wine_banner--wrapper {
        z-index: 0;
        padding: 10.1875rem 0 20.1875rem;
    }
    .new_intro {
        max-width: 100%;
        margin-bottom: -3em;
        margin-top: 5em;
    }
    .img_bottle img:not(.arrow) {
        margin-top: 5em;
    }
    section#our_products{
        padding-bottom: 29em !important;
    }
    section#benefits img,section#recipes img{
        margin-bottom: 2em;
    }
}

