body {
    font-size: 1.4rem;
    color: white;
    font-weight: 400;
    letter-spacing: 0.05rem;
    line-height: 1.25;
}
.overflow-hidden {
    overflow: hidden;
}
a:hover {
    color: #fec107;
}
/*-- Use For Custom Styling --*/
/*! CSS Used from: https://megaone.acrothemes.com/creative-designer/css/style.css */
.portfolio{
    padding: 0;
    width: 100%;
    height: 100vh;
}
.project-sec{position:relative;}
.project-sec .row{margin:0!important;}
.project-sec .project-area{position:relative;}
.project-sec .project-area .project-img{height:100vh;}
.project-sec .project-area .project-img img{height:100vh;width:100%;}
.project-sec .project-area .project-detail{position:absolute;top:50%;transform:translateY(-50%);color:white;}
.project-sec .project-area .project-detail .project-heading{font-size:48px;font-family:'Montserrat', sans-serif;color:#ffffff;font-weight:bold;margin-bottom:30px;}
.project-sec .project-area .project-detail .project-text{font-family:'Roboto', sans-serif;font-weight:normal;font-size:18px;color:#ffffff;opacity:.6;margin-bottom:35px;}
.project-sec .project-links-left{position:absolute;top:50%;left:3%;z-index:1;cursor:pointer;}
.project-sec .project-links-right{position:absolute;top:50%;right:3%;z-index:1101;cursor:pointer;}
.project-sec .project-links-left a i{color:#ffffff;font-size:40px;transition:.5s ease;}
.project-sec .project-links-right a i{color:#ffffff;font-size:40px;transition:.5s ease;}
.project-sec .project-links-right a:hover i,.project-sec .project-links-left a:hover i{color:#d43030;}
.project-sec .owl-item.active .project-area .project-detail .animate-fade{animation:1.5s zoomIn;}
.animate-fade a{cursor:pointer;}
@media (max-width: 1280px) and (min-width: 992px){
.project-sec .row{margin-left:60px!important;}
}
@media screen and (max-width: 991px) and (min-width: 768px){
.project-sec .project-area .project-img{height:auto;}
.project-sec .project-area .project-detail{position:relative;transform:translateY(0%);padding-top:50px;padding-bottom:50px;}
.project-sec .project-area .project-detail .project-heading{font-size:24px;}
.project-sec .project-links-right a i,.project-sec .project-links-left a i{display:none;}
}
@media screen and (max-width: 767px){
section{padding:0;}
.btn.btn-medium{font-size:14px;padding:14px 40px;}
.project-sec .project-area .project-detail .project-heading{font-size:28px;}
.project-sec .project-area .project-detail .project-text{font-size:14px;}
.project-sec .project-area .project-img{height:auto;}
.project-sec .project-area .project-detail{position:relative;transform:translateY(0%);padding-top:50px;padding-bottom:50px;}
.project-sec .project-links-right a i,.project-sec .project-links-left a i{display:none;}
.project-sec .owl-item.active .project-area .project-detail .animate-fade{animation:none;}
}

/*! CSS Used from: https://megaone.acrothemes.com/golf-player/css/style.css */
.text-black{color:#222;}
a{text-decoration:none;}
::-webkit-input-placeholder{color:#999;font-style:normal;}
:-moz-placeholder{color:#999;font-style:normal;}
::-moz-placeholder{color:#999;font-style:normal;}
:-ms-input-placeholder{color:#999;font-style:normal;}
.product-text .main-heading{font-size:55px;font-family:'Roboto' , sans-serif;}
.product-text{margin-bottom:50px;}
.pages_gallery .img-holder{margin-bottom:25px;cursor:pointer;position:relative;overflow:hidden;}
.pages_gallery .img-holder img{width:100%;transition:.5s ease;}
.gallery-overlay{position:absolute;top:15px;left:15px;bottom:15px;right:15px;background-color:rgba(34, 34, 34, 0.55);z-index:111;display:flex;justify-content:center;align-items:center;opacity:0;transition:.5s ease;}
.gallery-overlay .overlay-inner-content i{color:#FFFFFF;font-size:40px;}
.pages_gallery .img-holder:hover .gallery-overlay{opacity:1;}
.pages_gallery .img-holder:hover img{transform:scale(1.3);}

.btn-setting{
    padding: 9px 34px;
    width: auto;
    display:inline-block;
    font-weight: 400;
    line-height: 25px;
    font-size:15px;
    text-transform: capitalize;
    text-align: center;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #acacac;
    transition: all .5s ease !important;
    color: #ffffff;
    text-decoration: none;
}
.btn-hvr-up:after{ content:'';position:absolute;left:0;bottom:0;height:0;width:100%;-webkit-transition:all .4s ease;transition:all .4s ease;z-index:-1;}
.btn-hvr-up:hover:after,.btn-hvr-up:active:after,.btn-hvr-up:focus:after{height:100%;}
.btn-hvr-wine:focus{color:#ffffff;}
.btn-hvr-wine:after{background-color:#782129;}
.btn-hvr-wine:hover,.btn-hvr-wine:focus{color:#ffffff;}

.bg-responsive {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-responsive-w {
    width: 100%;
    height: auto;
}
.bg-responsive-h {
    height: 100%;
    width: auto;
}
.border-radius-5 {
    border-radius: 0.5rem;
}
.border-radius-10 {
    border-radius: 1rem;
}


.heading-area {
    position: relative;
    transform: initial;
    z-index: 11;
}



.subpage-sec {
    background-color: #1d1d1d;
    padding: 3.5rem 0;
}
.subpage-sec .sub-heading{
    background:linear-gradient(to right,#fc2547 50%, #ff5a00 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-size:20px;
    font-weight:300;
    margin-bottom:30px;
}
.subpage-sec .heading {
    color: #ffffff;
    font-size: 3.6rem;
    font-weight: 800;
    margin-bottom: 3rem;
    text-align: center;
    width: 100%;
    font-family: 'Libre Bodoni', serif;
}
.subpage-sec .heading-area{
    width: 100%;
}
.subpage-sec .detail-area .text{
    font-size: 15px;
}
@media (max-width: 991px){
    .subpage-sec .heading{
        font-size: 55px;
    }
    .subpage-sec .heading-area{
        width: 100%;
    }
}
@media (max-width: 576px){
    .subpage-sec .sub-heading{
        font-size: 18px;
    }
    .subpage-sec .heading{
        font-size: 45px;
    }
}
.pages_navbar_anchor {
    /* height: 0; */
    /* display: block; */
    top: -90px;
    position: relative;
}
.page-title {
    background-image: none;
    padding: 3.5rem 0 0;
}
.page-title header h2 {
    text-transform: uppercase;
    font-family: 'Libre Bodoni', serif;
}
.navbar-nav .nav-link {
    font-family: 'Libre Bodoni', serif;
}
.padding-div {
    padding: 4.5rem 0;
}
.center-page {
    background: rgb(35,38,45);
    background: linear-gradient(180deg, rgba(35,38,45,1) 0%, rgba(29,29,29,1) 100%);
    padding: 3.5rem 0;
}
.parallax {
    background-size: cover;
}
.space-around {
    display: flex;
    justify-content: space-around;
}
@media (max-width: 991.98px) {
    .parallax-content {
        width: 100%;
        max-width: 100%;
    }
}



/*=================================
    Footer Section
===================================*/

.footer-sec .heading-area{
    transform: translate(75%,132%);
    width: 100%;
}
.footer-sec .container-fluid {
    padding-bottom: 15px;
}
.footer-sec .footer-inner {
    background: #782129;
    padding: 3.5rem;
    border-radius: 20px;
}
.footer-sec .footer-inner .footer-details ul{
    padding-left: 0;
}

.footer-sec .footer-inner .footer-details ul li{
    list-style: none;
    margin-top: 5px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}

.footer-sec .footer-inner .footer-details ul li i{
    opacity: 1;
    color: #ffffff;
    font-size: 26px;
    margin-right: 10px;
}

.footer-sec .footer-form-sec{
    width: 50%;
    margin: auto;
}

.footer-sec .footer-form .form-control{
    margin-bottom: 30px;
    border-radius: 0;
    padding-left: 0;
}

.footer-sec .footer-form input{
    border: none;
    color: #ffffff;
    background: transparent;
    border-bottom: solid 1px #e6e6e6;
}

.footer-sec .footer-form textarea{
    border: none;
    color: #ffffff;
    background: transparent;
    border-bottom: solid 1px #e6e6e6;
}

.footer-sec .btn-main-inverse{
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-sec ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
}

.footer-sec :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

.footer-sec ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .footer-sec .heading-area {
        transform: translate(75%,170%);
    }
}
@media (min-width: 1200px) and (max-width: 1366px) {
    .footer-sec .footer-inner .footer-details ul li {
        font-size: 16px;
    }
    .footer-sec .heading-area {
        transform: translate(75%,200%);
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .footer-sec .footer-inner .footer-details ul li {
        margin-top: 5px;
        margin-bottom: 0;
    }
    .footer-sec .heading {
        font-size: 50px;
    }
    .footer-sec .heading-area {
        transform: translate(75%,170%);
    }
}

@media (max-width: 991.98px) {
    .footer-sec .footer-inner {
        padding: 80px 20px;
    }
    .footer-sec .footer-inner .footer-details ul li {
        display: block;
        margin-right: 0;
        margin-top: 5px;
        font-size: 18px;
    }
    .footer-sec .footer-inner .footer-details ul li i {
        margin-right: 0;
        display: block;
        margin-bottom: 8px;
    }
    .footer-sec .footer-form-sec {
        width: 100%;
        margin: auto;
    }
}


/* PREZZI */
div.mega-price-table {
    margin-top:0;
}
div.mega-price-table .pricing {
    background:rgba(0,0,0,0.03);
    border: 1px solid rgba(255,255,255,0.5);
    /*border-width: 1px 0 1px 1px;*/
    border-radius: 3px;
    margin: 15px !important;
    /* border-radius */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,0.51) 0px 0 10px;
    -moz-box-shadow: rgba(0,0,0,0.51) 0 0 10px;
    box-shadow: rgba(0,0,0,0.51) 0 0 10px;
}
 div.mega-price-table .pricing-head {
    color:#fff;
    text-align:center;
    height: 100px;
    background-color:rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.25);
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
 div.mega-price-table .pricing-head h3{
    margin-bottom:3px;
    display:block;
    color:#fff;
    padding: 0;
    height:auto;
    font-weight:600;
    font-size:1.8rem;
    line-height:1;
}
 div.mega-price-table h4{
    display:block;
    text-align:center;
    font-size:60px;
    padding:20px 0;
    margin:0;
    font-weight:400;
    color:#666;
    height:85px;
    background-color:rgba(0,0,0,0.03);
}
 div.mega-price-table .pricing:hover h4{
    color:#333;
    text-align:center;
}
 div.mega-price-table .pricing h4 sup{
    font-size:34px;
}
 div.mega-price-table .pricing-head small{
    font-size:12px;
    display:block;
    color:rgba(255,255,255,0.7);
    font-weight:300;
}
 div.mega-price-table ul.pricing-table li{
    padding:10px;
    font-style:normal;
    min-height:41px;
    text-align:center;
}
 div.mega-price-table div{
    padding:0;
}
 div.mega-price-table .list-unstyled{
    margin-bottom:0;
}
 div.mega-price-table .pricing:hover h4{
    color:#c4d931;
}
 div.mega-price-table .pricing-head small{
    font-size:16px;
    color:rgba(255,255,255,0.9);
    font-weight:400;
}
 div.mega-price-table .pricing-advanced{
    background-color:rgba(102,183,226,0.3);
}
 div.mega-price-table .pricing-advanced .pricing-head{
    background-color:rgba(102,183,226,0.8);
}
div.mega-price-table h4 {
    display: block;
    text-align: center;
    font-size: 4rem;
    padding: 14px;
    margin: 0;
    font-weight: 500;
    height: 100px;
    background-color: rgba(0,0,0,0.1);
    padding-left: 22px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
 div.mega-price-table ul.pricing-table li{
    padding-left:30px;
    text-align:left;
    min-height:44px;
}
 div.mega-price-table h4,div.mega-price-table h4 small,div.mega-price-table .pricing:hover h4{
    color:#FFF;
}
 @media (max-width: 1091px){
     div.mega-price-table .pricing{
        margin-bottom:30px;
    }
}
div.mega-price-table .pricing-head small{
    font-size:16px;
    color:rgba(255,255,255,0.9);
    font-weight:400;
}
div.mega-price-table .pricing{
    margin-left:1px;
    background-color:rgba(91,1,20,0.8);
}
div.mega-price-table .pricing-advanced{
    background-color: rgba(142, 33, 44, 1);
}
div.mega-price-table .pricing-full{
    background-color: rgba(126, 32, 40, 1);
}
div.mega-price-table .pricing-special{
    background-color: rgba(88, 25, 35,1);
    border-width: 1px;
}
div.mega-price-table .pricing .pricing-head{
    background-color:rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
div.mega-price-table .pricing-full .pricing-head{
    background-color:rgba(0,0,0,0.2);
}
div.mega-price-table .pricing-advanced h4{
    background-color:rgba(0,0,0,0.2);
}
div.mega-price-table .pricing-full h4{
    background-color:rgba(0,0,0,0.2);
}
div.mega-price-table ul.pricing-table li{
    text-align:left;
    min-height:auto;
    color:white;
    padding:10px 0 10px 0;
    padding-left:15px;
}
div.mega-price-table ul.pricing-table li{
    font-size: 1rem;
    padding: 15px;
    line-height: 1.4rem;
}
div.mega-price-table p.fs01 {
    font-size: 0.9rem;
    padding: 0 15px;
}

.wine-prices .adventure {
    background-color: aliceblue;
    padding: 15px 30px;
    border-radius: 10px;
    margin-top: 15px;
    border: 1px solid black;
    letter-spacing: 0.01em;
    font-weight: 400;
    background: transparent url('../../../../assets/cms/images/wine-adventure_bg.jpg') no-repeat right center;
    background-size: cover;
    color: black;
    margin: 30px 0 0;
}
@media (max-width: 767px) {
    .wine-prices .adventure {
        background-position: 75%;
    }
}
.wine-prices .adventure h3 {
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1em;
    font-size: 1.8em;
}
.wine-prices .adventure h3 span {
    font-weight: 600;
}
.wine-prices .adventure span.desc {
    font-weight: 400;
}
.wine-prices .adventure ul li {
    letter-spacing: 0.05em;
    font-size: 0.9em;
    font-weight: 400;
}


.callout {
    z-index: 10;
    background-color: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 10px;
}
.callout h2 {
    margin: 0 0 15px 0;
}
.callout p {
    font-size: 1rem;
}

.shop-title {
    background: aliceblue;
}
.shop-title h2 {
    color: black;
    padding-bottom: 25px;
}
.shop-section {
    background: white;
    color: black;
    margin-bottom: 30px;
}
.languages {
    position: absolute;
    top: 30px;
    right: 90px;
}
.flag {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
    box-shadow: inset 0px 0px 0px 1px #fff;
    width: 40px;
    height:26px;
    background-position: center;
  }
  /* italy */
.it {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjEwMDAiIHZpZXdCb3g9IjAgMCAzIDIiPg0KPHBhdGggZmlsbD0iIzAwOTI0NiIgZD0ibTAsMGgxdjJoLTF6Ii8+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJtMSwwaDF2MmgtMXoiLz4NCjxwYXRoIGZpbGw9IiNjZTJiMzciIGQ9Im0yLDBoMXYyaC0xeiIvPg0KPC9zdmc+DQo=');
    background-size: 100% 111%;
    background-position: center center;
}
  /* united_kingdom */
.en {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjAgMzAiIGhlaWdodD0iNjAwIj4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJ0Ij4NCjxwYXRoIGQ9Im0zMCwxNWgzMHYxNXp2MTVoLTMwemgtMzB2LTE1enYtMTVoMzB6Ii8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPHBhdGggZmlsbD0iIzAwMjQ3ZCIgZD0ibTAsMHYzMGg2MHYtMzB6Ii8+DQo8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNiIgZD0ibTAsMGw2MCwzMG0wLTMwbC02MCwzMCIvPg0KPHBhdGggc3Ryb2tlPSIjY2YxNDJiIiBzdHJva2Utd2lkdGg9IjQiIGQ9Im0wLDBsNjAsMzBtMC0zMGwtNjAsMzAiIGNsaXAtcGF0aD0idXJsKCN0KSIvPg0KPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEwIiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjxwYXRoIHN0cm9rZT0iI2NmMTQyYiIgc3Ryb2tlLXdpZHRoPSI2IiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjwvc3ZnPg0K');
    background-size: 120% 100%;
    background-position: center center;
}

@media (max-width: 480px) {
    .contact-sec .contact-inner {
        padding: 10px !important;
        font-size: 16px !important;
    }
    .contact-inner h3 {
        font-size: 1.8rem !important;
    }
}