.container {
    width: 90% !important;
    max-width: 90% !important;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-150 {
    padding-top: 150px;
}
img {
    max-width: 100%;
}
.radley-regular {
  font-family: "Radley", serif;
  font-weight: 400;
  font-style: normal;
}
.radley-regular-italic {
  font-family: "Radley", serif;
  font-weight: 400;
  font-style: italic;
}
.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.text-right {
    text-align: right;
}
.header-logo, .header-logo_scrolled {
    max-width: 135px;
    margin: 0 auto;
}
.header-btn {
    color: #F8F6EA !important;
    border-width: 1px !important;
    border-color: #F8F6EA;
    border-radius: 20px;
    letter-spacing: 0px;
    font-size: 20px;
    background-color: #F5834E;
    padding-top:10px !important;
    padding-right: 60px !important;
    padding-bottom: 10px !important;
    padding-left: 60px !important;
    font-family: "Radley", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7em !important;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
}
.header-btn:hover {
    color: #F5834E !important;
    border-color: #F5834E !important;
    background-image: initial;
    background-color: #F8F6EA;
    border: 1px solid #F5834E;
}
@media only screen and (max-width: 920px) {
    .header-btn {
        display:none;
    }
}
a {
    text-decoration: none;
}
header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 1000;
}
header.scrolled {
    background-color: #F8F6EA !important;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.header-logo_scrolled {
    display:none;
}
header.scrolled .header-logo_scrolled {
    display:block;
}
header.scrolled .header-logo {
    display:none;
}
.hero-image {
    background: url(/_assets/img/collina-north_hero.webp);
    background-repeat: no-repeat;
    background-position: center center; 
    height: 100svh;
    position: relative;
    background-size: cover;
}
@media only screen and (max-width: 767px) {
    .hero-image::before {
        content: '';
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
    }
}
.blue-illustration {
    z-index: 4 !important;
    position: absolute !important;
    bottom: -1px;
    top: auto;
    right: 0px;
    left: auto;
    width: 90%;
}
.orange-illustration {
    z-index: 5 !important;
    position: absolute !important;
    bottom: -1px;
    top: auto;
    left: 0px;
    right: auto;
    width: 70%;
}
.green-illustration {
    z-index: 6 !important;
    position: absolute !important;
    bottom: -2px;
    top: auto;
    width:100%;
    right: auto;
}
.hero-logo-container {
    z-index: 8 !important;
    position: absolute !important;
    bottom: 10%;
    top: auto;
    right: 0px;
    transform: translateX(-18%);
    width:575px;
}
.hero-logo {
    width: 100%;
    max-width: 575px;
}
@media only screen and (max-width: 980px) {
    .hero-logo-container {
        display:none;
    }
}
.hero h2 {
    z-index: 7 !important;
    position: absolute !important;
    bottom: 10%;
    top: auto;
    left: 18%;
    right: auto;
    transform: translateX(-50%);
    font-family: 'Radley', sans-serif;
    font-style: italic;
    font-size: 38px;
    color: #F8F6EA !important;
    line-height: 1.2em;
}
@media only screen and (max-width: 980px) {
    .hero h2 {
        top: 50%;
        bottom: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        width: 90%;
    }
}
@media only screen and (max-width: 767px) {
    .hero h2 {
        top: 50%;
        bottom: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
    }
}
.about {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #008965 !important;
}
.about .container {
    width: 95% !important;
    max-width: 95% !important;
    margin-right: 0;
}
.about-content {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-right: 80px;
    margin-bottom: 0px;
}
h1 {
    font-family: "Radley", serif;
    font-size: 38px;
    color: #FBC9B9 !important;
    line-height: 1.2em;
    margin-bottom:50px;
}
@media only screen and (max-width: 767px) {
    .about h1 {
        font-size: 26px;
    }
}
p {
    color: #F8F6EA !important;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 30px;
}
h4, h4 a {
    font-family: 'Radley', sans-serif;
    font-size: 20px;
    color: #FBC9B9 !important;
}
h3 {
    font-family: 'Radley',  sans-serif !important;
    font-size: 20px !important;
    color: #FBC9B9 !important;
    line-height: 1em !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 20px !important;
}
.carousel-item img {
    margin-bottom: 30px;
    max-width: 100%;
}
.image-area {
    position:relative;
}
.image-area h2 {
    font-family: 'Radley', sans-serif;
    font-size: 38px;
    color: #333762 !important;
    line-height: 1.2em;
    text-align: center;
    z-index: 9 !important;
    position: absolute !important;
    top: 10%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 90%;
    margin: 0 auto;
}
@media only screen and (max-width: 980px) {
    .image-area h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .image-area h2 {
        font-size: 20px;
    }
}
.vineyard-wave {
    z-index: 8 !important;
    position: absolute !important;
    bottom: -1px;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.floating-grape {
    transition: transform 200ms linear;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 9 !important;
    position: absolute !important;
    bottom: 0px;
    top: auto;
    right: 0px;
    left: auto;
}
.ezyplan {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F8F6EA !important;
}
footer {
    background-color: #F5834E !important;
}
footer .footer-logo {
    margin-bottom: 50px;
}
@media only screen and (max-width:980px) {
    footer .footer-logo {
    max-width: 100px;
    }
}
@media only screen and (max-width:1024px) {
    footer .footer-logo {
    max-width: 170px;
    }
}
footer h2 {
    font-family: 'Radley', sans-serif;
    font-size: 38px;
    color: #F8F6EA !important;
    line-height: 1.2em;
}
footer p, footer a {
    color: #F8F6EA !important;
    font-family: "quicksand", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.contact-field {
    margin-bottom: 5px;
}
.contact-field input {
    border: 0 solid #FFF;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    width: 100%;
    font-size: 16px;
    line-height: 1.6em;
    color: #FFFFFF;
    background-color: RGBA(255, 255, 255, 0);
    border-radius: 0;
}
.contact-field input::placeholder {
  color: #FFF;
}
.contact-field textarea {
    border: 0 solid #FFF;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    width: 100%;
    font-size: 16px;
    line-height: 1.6em;
    color: #FFFFFF;
    background-color: RGBA(255, 255, 255, 0);
    border-radius: 0;
    min-height: 150px;
}
.contact-field textarea::placeholder {
  color: #FFF;
}
.contact-submit {
    text-align: right;
}
.contact-submit input {
    color: #FFFFFF !important;
    border-width: 1px !important;
    border-color: #FFFFFF;
    border-radius: 80px;
    border-style: solid;
    letter-spacing: 0px;
    font-size: 19px;
    font-family: 'Radley', sans-serif !important;
    background-color: #F5834E !important;
    padding-top: 5px !important;
    padding-right: 50px !important;
    padding-bottom: 5px !important;
    padding-left: 50px !important;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    font-weight: 700
    transition: color 300ms ease 0ms, background-color 300ms ease 0ms, border 300ms ease 0ms;
}
.contact-submit input:hover {
    color: #F5834E !important;
    border-color: RGBA(255, 255, 255, 0) !important;
    background-image: initial !important;
    background-color: #FFFFFF !important;
}
footer small {
    font-family: "quicksand", sans-serif;
    color: #F8F6EA !important;
    font-size: 10px;
}
.copyright {
    border-top: 1px solid #FFF;
    background-color: #F5834E !important;
    color: #F8F6EA;
    font-size: 10px;
    font-family: "quicksand", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.copyright p {
    margin-bottom: 0px;
}
.copyright a {
    color: #FFF;
}
.footer-container {
    width: 95%;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.copyright img {
    max-width: 145px;
}