@import url("https://use.typekit.net/yce5yns.css");
@font-face {
    font-family: 'Amalfi Coast';
    src: url('../fonts/AmalfiCoast.woff2') format('woff2'),
    url('../fonts/AmalfiCoast.woff') format('woff'),
    url('../fonts/AmalfiCoast.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
*,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "peridot-pe-variable",sans-serif;
    font-weight: 500;
}
body img{
    max-width:100%;
}
.logo{
    max-height: 100px;
}

.logo img{    
    /* max-height: 100%; */
    max-width: 100%;
    /* width:100%;
    height:100%; */
}
.landing-box {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    /* min-height:910px; */
    position: relative;
}
.left-side,
.right-side {
    width: calc(50% - 1px);
    min-height: 100vh;
    position: relative;
    transform: skewX(-2deg) scaleX(1.035);
    overflow: hidden;
}
.left-side{
    transform-origin: right;
}
.right-side{
    transform-origin: left;
}
.logo, .content{
    transform: skewX(2deg);
}
.inner-card{
    padding: 70px 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
    text-align: center;
}

.inner-card .content{
    text-align:left;
}
.right-side .inner-card .content{
    text-align:right;
}

.img-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-side::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0%;
    bottom: 0;
    width: 2px;
    background-color: #ffffff;
    z-index: 3;
}
.landing-title{
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    font-family: 'Amalfi Coast';
    margin-bottom: 30px;
    margin-top: 80px;
    line-height:200%;
}
.link-wrap{
    margin-bottom: 30px;
}
.link{
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
}
.link:hover{
    opacity: 0.8;
    color:#00cd6f;
}
.link + .link{
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}
.link + .link::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -1px;
    background-color: #fff;
}
.btn{
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 15px 30px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    border-radius:0;
}
.btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    z-index: -1;
}
.btn:hover{
    color: #000;
}
.btn:hover::before{
    width: 100%;
}
.btn + .btn{
    margin-left: 50px;
}


/* wine world */
.landing-box .wine-world-panel {
    /* background-color: #002313;     */
    background-color: #effff8;
    position: absolute;    
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding:10px 35px 25px 35px;
    max-width:500px;
    border: solid 2px #fff;
    border-bottom:0;
    margin:auto;
    bottom:0;
    left:0;
    right:0;
}

.landing-box .wine-world-panel .wine-wolrd-content{
    display:flex;
    justify-content:center;    
}

.landing-box .wine-world-panel .wine-wolrd-content .s-logo{
    max-width: 130px;    
    width:100%;
    margin-right:10px
    /* height: 50px;
    background: #00572f;
    border-radius: 100%;
    padding: 5px;
    opacity:0.8; */
}
/* 
.landing-box .wine-world-panel .wine-wolrd-content .s-logo img{
    max-width:33px;
    filter: brightness(0) invert(1);
} */


.landing-box .wine-world-panel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    width: calc(100% + 2px);
    height: 33px;
    /* background: -o-radial-gradient(circle,#00562e 0,#002313 40%); */
    /* background: #002313; */
    background-color:#effff8;
    background-size: 100%;
    z-index: 0;
    transform: translateX(-50%);
    left: -2px;
    right: 0;
    top: -15px;
    transform: skewY(3deg);
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
}

.landing-box .wine-world-panel .wine-world-img {
    border-radius: 20px;
    position: relative;
    z-index: 1;
    max-width: 470px;
    width: 100%;
    margin: 0 auto
}

.landing-box .wine-world-panel .wine-world-img .thumbnail-container {
    padding-bottom: 50%;
    border-radius: 20px;
    overflow: hidden
}

.landing-box .wine-world-panel .wine-world-img .thumbnail-container img{
    object-fit: cover;
}

.landing-box .wine-world-panel .wine-world-img .info {
    /* padding: 15px 40px; */
    text-align: center;
    color: #d1ffd5;
    margin-top:15px;    
}


.landing-box .wine-world-panel .wine-world-img .info .title {
    color: #00a157;
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 10px
}

.landing-box .wine-world-panel .wine-world-img .info .btn-arrow-link {    
    color:#00572f;
    border:0;
    padding:0;
    text-transform: capitalize;
    padding:4px 2px;
    font-weight:600;
}

.landing-box .wine-world-panel .wine-world-img .info .btn-arrow-link .n-icon{
    padding-left:5px;
    display:inline-block;
    transition: all 0.5s ease-in-out;
}

.landing-box .wine-world-panel .wine-world-img .info .btn-arrow-link:hover .n-icon{
    color: currentColor;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.landing-box .wine-world-panel .wine-world-img .info .btn-arrow-link:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: currentColor;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.landing-box .wine-world-panel .wine-world-img .info .btn-arrow-link:hover:after{
    color: #00a157;
}
.landing-box .wine-world-panel .wine-world-img .info .btn-arrow-link:hover {
    color: #00a157
}

.landing-box .wine-world-panel .wine-world-img .info .btn-arrow-link:hover:before {
    display:none;
}

.landing-box .wine-world-panel .title-wine-world {
    position: relative;
    text-align: center
}
.landing-box .wine-world-panel .title-wine-world img{
    height:auto;
}

.landing-box .wine-world-panel .title-wine-world svg {
    max-width: 250px;
    height: 80px
}

.landing-box .wine-world-panel .wine-world-box {
    position: relative;
    z-index: 1;
    padding: 15px;
    max-width: 600px;
    background-color: rgba(0,213,114,.2);
    border-radius: 10px 35px 10px 10px;
    margin: auto auto 5px auto
}

.landing-box .wine-world-panel .wine-world-box:last-child {
    margin-bottom: 0
}

.landing-box .wine-world-panel .wine-world-box:nth-child(2n+1) {
    border-radius: 35px 10px 10px 10px
}

.landing-box .wine-world-panel .wine-world-box:nth-child(2n+1) .image {
    margin-right: 0;
    margin-left: 35px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-radius: 35px 5px 5px 5px
}

.landing-box .wine-world-panel .wine-world-box:nth-child(2n+1) .content {
    text-align: right
}

.landing-box .wine-world-panel .wine-world-box .image {
    width: 180px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    border-radius: 5px 35px 5px 5px;
    overflow: hidden;
    margin-right: 35px
}

.landing-box .wine-world-panel .wine-world-box .image .thumbnail-container {
    padding-bottom: 80%
}

.landing-box .wine-world-panel .wine-world-box .content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}



.landing-box .wine-world-panel .wine-world-box .title {
    color: #00d572;
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 100%
}

.landing-box .wine-world-panel .wine-world-box p {
    color: #00d572
}
.landing-box .wine-world-panel .wine-world-img{
    border-radius: 20px;
    position: relative;
    z-index: 1;
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
}
.landing-box .wine-world-panel .wine-world-img .thumbnail-container{    
    background-color: rgba(0, 0, 0, .02);
    overflow: hidden;
    position: relative;
    width: 100%;    
    padding-bottom: 50%;
    border-radius: 20px;
    overflow: hidden;
}

.landing-box .wine-world-panel .wine-world-img .thumbnail{ 
    margin: 0;
    display: block;
    padding: 0;
    border: none;
    height: 100%;
    width: 100%;
    position: absolute;
    background: 0 0;
}


@media (max-height: 900px){
    .landing-box .wine-world-panel{
        transform: scale(0.8);
        transform-origin: bottom;
    }
    .landing-box .landing-title{
        font-size: 26px;
    }
    .landing-box .link{
        font-size:20px;
    }
    .landing-box .logo{
        max-height:80px;
    }
    .landing-title{
        margin-top: 70px;
    }
}

@media (max-height:690px){
    .landing-box .wine-world-panel{
        transform: scale(0.7);
    }
    .landing-box .left-side .inner-card{
        align-items: start;
    }
    .landing-box .right-side .inner-card{
        align-items: end;
    }
}

@media (max-height:550px){
    .landing-box .wine-world-panel{
        transform: scale(1);
    }
    .landing-box .left-side .inner-card{
        align-items: center;
    }
    .landing-box .right-side .inner-card{
        align-items: center;
    }
    .inner-card .content{
        text-align: center;
    }
    .landing-box  .landing-title{
        font-size:18px;
    }
    .landing-box .link{
        font-size:15px;
    }
    .right-side .inner-card .content{
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .landing-box .wine-world-panel{
        max-width:100%;
        width:100%;
        position: relative;
        padding:40px 30px;
        
    }
    .landing-box .wine-world-panel:before{
        display:none
    }
    .landing-box .wine-world-panel .title-wine-world .award-title-img{
        max-width:500px;
        width:100%;
    }
    .landing-box .wine-world-panel{
        transform: scale(1);    
    }
}


@media (max-width: 576px) {
    .landing-box .wine-world-panel .wine-wolrd-content .s-logo{
        max-width:100px;
        
    }
    .landing-box .left-side .left-side .logo img{
        max-width: 180px;
        height:auto;
    }
    /* .landing-box .wine-world-panel .wine-wolrd-content .s-logo img{
        max-width: 22px;
    } */
    .landing-box .wine-world-panel .title-wine-world svg{
        max-width:170px;
        height:60px;
    }
    .landing-box .landing-title{
        font-size:18px;
    }
    .landing-box .link{
        font-size:16px;
    }
    .landing-title{
        margin-top: 50px;
    }
    .inner-card{
        padding: 30px 15px;
    }
    .landing-box .wine-world-panel{
        padding: 30px 20px;
    }
    .landing-box .left-side .logo{
        max-height: 65px;
        max-width:165px;
    }
    /* .landing-box .right-side .logo img{
        width:auto;
        height:auto;    
    } */
}





@media(max-width: 1600px){
    .landing-title{
        font-size: 34px;
    }
}
@media(max-width: 1366px){
    .landing-title{
        font-size: 28px;
    }
}
@media(max-width: 1199px){
    .logo{
        max-height: 100px;
    }
    .inner-card{
        padding: 40px 30px;
    }
    .link-wrap{
        margin-bottom: 25px;
    }
    .link{
        font-size: 20px;
    }
    .link + .link{
        margin-left: 5px;
        padding-left: 10px;
    }
    .landing-title{
        font-size: 25px;
        margin-bottom: 20px;
    }
}
@media(max-width: 1024px){
    .left-side,
    .right-side{
        width: 100%;
        /* min-height: 50vh; */
        min-height:100%;
    }
    .left-side, .right-side, .logo, .content{
        transform: skewX(0);
    }
    .left-side::after{
        display: none;
    }
    .link{
        font-size: 15px;
    }
    
}
@media(max-width: 767px){
    .inner-card {
        padding: 20px;
    }
    .landing-title{
        font-size: 18px;
    }
    .link-wrap{
        margin-bottom: 20px;
    }
    .btn{
        padding: 10px 25px;
        border-radius:0;
        font-size:14px;
    }
    .btn + .btn{
        margin-left: 5px;
                
    }
    .inner-card .content, .right-side .inner-card .content{
        text-align:center;
    }
    .inner-card{
        padding: 40px 20px;
    }
    .landing-box .wine-world-panel{
        padding: 40px 20px;
    }
    .landing-box .right-side .inner-card{
        align-items:center;
    }
    .landing-box .right-side .inner-card{
        align-items: center;
    }
    .landing-box .left-side .inner-card{
        align-items: center;
    }
    .landing-box .left-side .inner-card .logo img{
        height:100%;
    }
    
}