/**RESET**/
* {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    scroll-behavior: smooth;
}

body {
    min-height:100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;    
}

p a {
    display: inline;
}

img, video, iframe, picture, figure {
    max-width: 100%;
    display: block;
}

a, form, input, select, textarea, button, label {
    display: block;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}
/**CSS**/
html {
    font-size: 10px;
}
body {
    width:100%;
    height:auto;
    color: #707070;
    font-family: "Times New Roman", serif;
}
.main {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.main__content {
    width: 100%;
    display: flex;
    position: relative;
}
.content__section-logo {
    display: flex;
    justify-content: left;
    width: 65%;
    height: 100vh;
    background-image: url(/Assets/images/bg-image.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0 100%);
}
.content__section-logo:before {
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
}
.section-logo__img-logo {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
}
.img-logo__img {
    width: 100%;
    max-width: 60%;
    filter: invert(100%);
}
.content__section-bottle {
    display: block;
    width: 100%;
    max-width: 19%;
    position: fixed;
    top: -120px;
    right: 36%;
    transform: rotate(18deg);
    z-index: 9;
}
.content__section-text {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
}
.content__section-text::before,
.content__section-text::after {
    content: "";
    width: 3px;
    height: 100px;
    background: #175d55;
    border-radius: 5px 5px 0 0;
}
.content__section-text::after {
    border-radius: 0 0 5px 5px;
}
.content__section-text p {
    font-size: 2.8em;
    line-height:1.2em;
    font-style: italic;
    padding: 30px 65px;
}
.content__btn {    
    display: block;
    position: absolute;
    bottom: 60px;
    right: 60px;
    padding: 8px 58px 8px 25px;
    font-size: 2em;
    font-weight: 700;
    font-family: "Montserrat", Helvetica, sans-serif;
    background: #175d55 url(/Assets/images/arrow.png) 95% center;
    background-repeat: no-repeat;
    background-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    border-radius: 40px;
    transition: all 0.3s ease-in-out;
}
.content__btn:hover {    
    background-color: #262949;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

/**MEDIA QUERIES**/
@media(max-width:1980px) and (min-height:1080px) {
    .content__section-text p {
        font-size: 4em;
    }
}
@media(max-width:1520px) and (max-height:830px) {
    .content__section-text p {
        padding: 30px 65px;
    }
}

@media(max-width:1440px) {
    .content__section-bottle {
        max-width: 25%;
    }
    .content__section-text p {
        font-size: 2.8em;
        padding: 30px 65px;
    }
}
@media(max-width:1367px) and (max-height:768px) {
    .content__section-text p {
        font-size: 2.5em;
        padding: 30px 65px;
    }
    .content__section-text::before, 
    .content__section-text::after {
        content: "";
        width: 3px;
        height: 65px;
        background: #175d55;
        border-radius: 5px 5px 0 0;
    }
}
@media(max-width:1280px) {
    .content__section-bottle {
        max-width: 16%;
    }
}
@media(max-width:1280px) and (max-height:1180px) {
    .img-logo__img {
        max-width: 50%;
    }
    .content__section-logo {
        height: 40%;
    }
}
@media(max-width:1280px) and (max-height:832px) {
    .content__section-bottle {
        max-width: 22%;
    }
    .content__section-text p {
        font-size: 2.2em;
    }
    .content__section-text::before, 
    .content__section-text::after {
        height: 115px;
    }
    .content__btn {
        font-size: 1.6em;
    }
}
@media(max-width:1280px) and (max-height:520px) {
    .content__section-logo {
        display: block;
        width: 100%;
        height: 85%;
        background-image: url(/Assets/images/bg-image.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 70%);
    }
    .content__section-bottle {
        margin: -110px auto 30px;
    }
}
@media(max-width:1180px) and (max-height:820px) {
    .content__section-logo {
        height: 100%;
    }
    .content__section-bottle {
        max-width: 24%;
    }
}
@media(max-width:1024px) {
    .main {
        overflow: auto;
    }
    .main__content {
        display: block;
    }
    .content__section-logo {
        display: block;
        width: 100%;
        height: 60%;
        background-image: url(/Assets/images/bg-image.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 70%);
    }
    .img-logo__img {
        max-width: 55%;
        margin: 3% auto;
    }
    .content__section-bottle {
        max-width: 15%;
        margin: -400px auto 30px;
        position: relative;
        top: 0;
        right: 0;
        transform: none;
    }
    .content__section-text {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 50px 65px;
    }
    .content__section-text::before {
        content: "";
        display: block;
        margin: 0 auto;
        height: 75px;
    }
    .content__section-text::after {
        content: none;
    }
    .content__section-text p {        
        width: 65%;
        margin: 0 auto;
        font-size: 3em;
        padding: 50px 0 0 0;
    }
    .content__btn {
        display: block;
        width: 35%;
        margin: 50px auto;
        padding: 20px 0; 
        position: inherit;
        font-size: 3em;
        text-align: center;
        background-image: none;
    }
}
@media(max-width:1024px) and (min-height:768px) {
    .content__section-logo {
        height: 100%;
    }
}
@media(max-width:1024px) and (min-height:1366px) {
    .content__section-logo {
        height: 50%;
    }
}
@media (max-width:900px) {
    .img-logo__img {
        max-width: 30%;
    }
    .content__section-bottle {
        margin: -190px auto 30px;
    }
}

@media (max-width:890px) {
    .content__section-logo {
        height: 100%;
    }
}
@media (max-width:890px) and (min-height:1180px) {
    .content__section-logo {
        height: 60%;
    }
    .img-logo__img {
        max-width: 50%;
    }
    .content__section-bottle {
        margin: -400px auto 30px;
    }
}
@media (max-width:820px) {
    .content__btn {
        width: 40%;
        margin: 50px auto;
        padding: 20px 50px;
        font-size: 1.8em;
    }
}

@media (max-width:768px) {
    .img-logo__img {
        max-width: 50%;
    }
    .content__section-logo {
        height: 65%;
    }
    .content__section-bottle {
        margin: -330px auto 30px;
    }
    .content__section-text p {
        width: 85%;
    }
    .content__btn {
        width: 50%;
        margin-top:75px;
    }
}
@media (max-width:767px) {
    .content__section-logo {
        height: 100%;
    }
    .content__section-bottle {
        margin: -200px auto 30px;
    }
}
@media(max-height:550px) {
    .content__section-bottle {
        margin: -165px auto 30px;
    }
}
@media (max-width:550px) {    
    .content__section-logo {
        height: 60%;
    }
    .img-logo__img {
        max-width: 50%;
    }
    .content__section-bottle {
        max-width: 19%;
        margin: -275px auto 30px;
    }
    .content__section-text p {
        font-size: 3em;
    }
    .content__btn {
        width: 100%;
    }
}
@media (max-width:376px) {
    .content__section-bottle {
        margin: -220px auto 30px;
    }
    .content__section-text p {
        font-size: 2em;
    }
}