@font-face {
    font-family: "Porcelanosa";
    src: url('https://demos.thebravecontent.com/resources/porcelanosa-usa/fonts/Porcelanosa-Regular.woff') format("opentype");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}

h1 {
    font-family: "Porcelanosa", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
}

h2 {
    font-family: "Porcelanosa", serif;
    font-size: 50px;
    line-height: 55px;
    color: #A28162;
    text-decoration: 1px underline;
    text-transform: uppercase;
    text-align: center;
}

h3 {
    font-family: "Porcelanosa", serif;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 30px;
}

h4 {
    font-family: "Porcelanosa", serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #A28162;
    font-weight: bolder;
}

p {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 28px;
}

#hero {
    min-height: 650px;
    position: relative;
    background-image:url("https://demos.thebravecontent.com/resources/porcelanosa-usa/img/hero-mobile.png");
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

#hero div {
    width: 290px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#hero p {
    margin-top: 20px;
    font-size: 21px;
    line-height: 27px;
    font-weight: 400;
}

.article-data {
    border-bottom: 1px solid black;
}

.shareButtonMobile img {
    max-width: 135px;
}

.first-paragraph {
    margin-top: 100px;
}

.cap-letter {
    font-family: "Porcelanosa", serif;
    font-size: 200px;
    line-height: 33px;
    letter-spacing: -30px;
    color: #A28162;
}

#video-section-3d {
    margin-top: 60px;
    margin-bottom: 75px;
}

#video-text-container-1 {
    height: 465px;
    background-image: url('https://demos.thebravecontent.com/resources/porcelanosa-usa/img/video-text-container-1.png');
}

#video-3d{
    max-width: 100%;
}

#video-text-container-1 img {
    max-width: 305px;
    max-height: 310px;
}

#video-couple-container {
    margin-top: 100px;
}

#text-animation-1 {
    max-width: 305px;
    max-height: 310px;
    margin-top: 40px;
}

#video3D-container {
    margin-top: -15%;
}

#interactive-section {
    margin-top: 75px;
    margin-bottom: 95px;
}

.discover-button,
.discover-button img {
    max-width: 290px;
}

#welcome-section-title img {
    transform: rotate(-4deg);
    margin-bottom: 15px;
    max-width: 170px;
}

.arrow-container {
    margin-top: 35px;
    border-radius: 50px;
    background-color: #A28162;
    max-width: 75px;
}

.arrow-container svg {
    position: relative;
    top: 15px;
    margin-top: 65px;
    margin-bottom: 65px;
    animation: scroll-animation 5s ease-in-out infinite;
}

#living-room-section,
#kitchen-title {
    margin: 40px auto 65px;
    max-width: 330px;
    overflow: hidden;
}

#living-room-section div:first-of-type p,
#kitchen-title p,
#bedroom-title p,
#bathroom-title p {
    font-size: 28px;
    text-transform: uppercase;
    color: #A28162;
    opacity: 65%;
    font-weight: 300;
}

#living-room-section div:first-of-type img {
    width: 100%;
    max-width: 240px;
    margin-left: 35vw;
    margin-top: 30px;
}

#goa-signature {
    max-width: 150px;
    position: absolute;
    right: 50px;
    bottom: 15px;
}

#stone-texture {
    position: absolute;
    top: 15vh;
    right: 0;
    z-index: -1;
    max-height: 400px;
}

#stone-quote {
    max-width: 310px;
    margin-left: 20px;
}

#stone-carousel-container,
#kitchen-carousel-container,
#bedroom-carousel-container {
    margin-top: 15vh;
    overflow: hidden;
}

.carousel-container {
    border-top: 1px solid #A28162;
    border-bottom: 1px solid #A28162;
    margin-bottom: 85px;
}

#stone-carousel,
#kitchen-carousel {
    max-height: 135px;
    position: relative;
    right: 90%;
}

#bedroom-carousel {
    max-height: 135px;
    position: relative;
    right: 55%;
}

#bathroom-carousel {
    max-height: 135px;
    position: relative;
    right: 10%;
}

#kitchen-section {
    overflow: hidden;
}

#kitchen-section .arrow-container,
#bedroom-section .arrow-container,
#bathroom-section .arrow-container {
    background-color: white;
    border: 1px solid #A28162;
}

#kitchen-title {
    margin-top: 95px;
}

#kitchen-img {
    position: relative;
    z-index: 5;
    right: 20vw;
    filter: drop-shadow(20px);
    filter: brightness(0.85);
}

#kitchen-signature {
    position: absolute;
    max-width: 230px;
    left: 20px;
    bottom: 20px;
    z-index: 10;
}

#kitchen-quote {
    max-width: 195px;
    height: auto;
    position: absolute;
    right: 20px;
    z-index: 10;
}

#kitchen-texture {
    position: absolute;
    right: 20px;
    top: 15vh;
    max-height: 450px;
}

#kitchen-text-container {
    margin-top: 35vh;
}

#food-img img {
    max-width: 238px;
    max-height: 238px;
    position: absolute;
    top: 25vh;
    right: 0;
    z-index: 5;
}

#bedroom-title {
    margin: 40px auto 0px;
}

#bedroom-collage-container {
    height: 650px;
    width: 100vw;
}

#bedroom-img {
    position: absolute;
    bottom: 0px;
}

#bedroom-texture {
    max-width: 160px;
    position: absolute;
    top: -15vh;
    z-index: -1;
}

#bedroom-detail {
    position: absolute;
    right: 5vw;
    top: 10vh;
    max-width: 240px;
}

#bedroom-signature {
    position: absolute;
    bottom: 20px;
    left: 25px;
    max-width: 330px;
}

#bedroom-text-container {
    margin-top: 85px;
}

#bathroom-collage-container {
    height: 400px;
    width: 100vw;
    margin-top: 90px;
}

#bathroom-img {
    transform: scale(1.4);
}

#bathroom-signature {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 5vw;
    max-width: 200px;
}

#bathroom-quote {
    max-width: 290px;
    position: absolute;
    left: 5vw;
    bottom: 0;
    z-index: 5;
}

#final-sentence h4 {
    font-size: 40px;
    line-height: 55px;
    color: #A28162;
    text-transform: none;
    font-family: "Porcelanosa", serif;
}

#final-sentence h5 {
    font-size: 29px;
    line-height: 37px;
    color: #A28162;
    font-family: "Porcelanosa", serif;
}

#terrace-quote {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.porcelanosa-footer {
    height: 130px;
    background-color: black;
}

.porcelanosa-footer p {
    color: white;
    font-size: 19px;
    line-height: 33px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

.porcelanosa-footer a {
    color: white;
    font-size: 16px;
    line-height: 33px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
}

.legal-footer {
    height: 60px;
    background-color: #494848;
}

.legal-footer a {
    font-size: 12px;
    line-height: 15px;
    color: white;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.scale-animation {
    animation: scale-animation 4s ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes scroll-animation {
    0% {
        top: 15px;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 15px;
    }
}

@keyframes scale-animation {
    0% {
        transform: scale(1.125);
    }

    100% {
        transform: scale(1);
    }
}

@media only screen and (min-width: 468px) {

    h1 {
        font-size: 40px;
        line-height: 47px;
    }

    h2 {
        font-size: 80px;
        line-height: 89px;
    }

    h3 {
        font-size: 60px;
        line-height: 44px;
    }

    h4 {
        font-size: 40px;
        line-height: 44px;
    }

    #hero {
        min-height: 750px;
        background-image: url("https://demos.thebravecontent.com/resources/porcelanosa-usa/img/hero-tablet.png");
    }

    #hero div {
        width: 650px;
        position: absolute;
        bottom: 0;
    }

    #hero p {
        margin-top: 20px;
        margin-bottom: 60px;
        font-size: 26px;
        line-height: 36px;
    }

    #collab-bar{
        margin-left: 5%;
    }

    .article-data {
        border-bottom: 0;
        border-top: 1px solid black;
    }

    .first-paragraph {
        margin-left: 5%;
        margin-top: 60px;
        display: flex;
    }

    .y-letter {
        max-height: 150px;
        margin-left: 5%;
    }

    .cap-letter {
        font-family: "Porcelanosa", serif;
        font-size: 200px;
        line-height: 33px;
        letter-spacing: -30px;
        color: #A28162;
    }

    #video-section-3d {
        margin-top: 60px;
        margin-bottom: 75px;
    }

    #video-text-container-1 {
        height: 465px;
        background-image: url('https://demos.thebravecontent.com/resources/porcelanosa-usa/img/video-text-container-1.png');
    }

    #video-text-container-1 img {
        max-width: 328px;
        max-height: 490px;
    }

    #video-couple-container {
        margin-top: 100px;
    }

    #text-animation-1 {
        max-width: 305px;
        max-height: 310px;
        margin-top: 40px;
    }

    #video3D-container {
        max-height: 358px;
        margin-top: 10%;
    }

    .discover-button,
    .discover-button img {
        width: 100vw;
        max-width: 470px;
    }

    #welcome-section-title img {
        max-width: 280px;
    }

    #living-room-section,
    #kitchen-title {
        margin: 40px 0 65px 8%;
        max-width: 100vw;
    }

    #living-room-section h3 {
        max-width: 370px;
    }

    #living-room-section div:first-of-type p,
    #kitchen-title p,
    #bedroom-title p,
    #bathroom-title p {
        font-size: 30px;
        line-height: 40px;
        font-weight: 400;
    }

    #living-room-section div:first-of-type img {
        max-width: 240px;
        max-height: 240px;
        margin-left: 0;
        margin-top: 0;
    }

    #goa-signature {
        max-width: initial;
        right: 100px;
        bottom: 60px;
    }

    #stone-texture {
        top: 35vh;
        max-height: 600px;
    }

    #stone-quote {
        max-width: 550px;
        margin-left: 8%;
    }

    #stone-carousel-container,
    #kitchen-carousel-container,
    #bedroom-carousel-container {
        margin-top: 10vh;
        overflow: hidden;
    }

    #stone-carousel,
    #kitchen-carousel {
        max-height: 165px;
        position: relative;
        right: 50%;
        margin-bottom: 0px;
    }

    #bedroom-carousel {
        max-height: 220px;
        right: 5%;
        margin-bottom: 0px;
    }

    #bathroom-carousel-container {
        margin-top: 25vh;
    }

    #bathroom-carousel {
        max-height: 165px;
        position: relative;
        right: 15%;
        margin-top: 0px;
    }

    #kitchen-section {
        overflow: hidden;
    }

    #kitchen-section .arrow-container,
    #bedroom-section .arrow-container,
    #bathroom-section .arrow-container {
        background-color: white;
        border: 1px solid #A28162;
        margin-bottom: 60px;
    }

    #kitchen-title {
        margin-top: 95px;
    }

    #kitchen-img {
        position: relative;
        right: 15vw;
    }

    #kitchen-signature {
        max-width: 350px;
        left: 50px;
    }

    #kitchen-quote {
        max-width: 260px;
        right: 50px;
        transform: rotate(-2deg);
    }

    #kitchen-texture {
        right: 60px;
        top: initial;
        max-height: 600px;
        bottom: -25vh;
    }

    #kitchen-text-container {
        margin-top: 35vh;
    }

    #food-img img {
        top: initial;
        bottom: -10vh;
        right: 0px;
    }

    #bedroom-title {
        margin: 40px auto 0px;
    }

    #bedroom-collage-container {
        margin-top: 25vh;
        height: 670px;
        width: 100vw;
    }

    #bedroom-img {
        position: absolute;
        bottom: 0px;
        margin-left: 30%;
    }

    #bedroom-texture {
        max-width: 220px;
        left: 0;
        top: -35vh;
        z-index: -1;
    }

    #bedroom-detail {
        right: initial;
        top: -10vh;
        left: 10vw;
    }

    #bedroom-signature {
        position: absolute;
        top: initial;
        bottom: 50px;
        left: 35%;
        max-width: 450px;
    }

    #bedroom-text-container {
        margin-top: 85px;
    }

    #bathroom-collage-container {
        height: 400px;
        width: 100vw;
        margin-top: 20vh;
    }

    #bathroom-signature {
        top: -50px;
        right: 5vw;
        max-width: 360px;
    }

    #bathroom-quote {
        max-width: 600px;
        left: 5vw;
        bottom: -25vh;
    }

    #final-sentence h4 {
        font-size: 50px;
        line-height: 55px;
    }

    #final-sentence h5 {
        font-size: 40px;
        line-height: 44px;
    }

    #terrace-quote {
        top: 45px;
    }
}

@media only screen and (min-width: 1024px) {

    h1 {
        color: white;
    }

    h2 {
        font-size: 100px;
        line-height: 103px;
    }

    h3 {
        font-size: 80px;
        line-height: 58px;
    }

    h4 {
        font-size: 40px;
        line-height: 44px;
    }

    p {
        font-size: 19px;
        line-height: 33px;
    }

    #hero {
        width: 100vw;
        height: 970px;
        background-image: url("https://demos.thebravecontent.com/resources/porcelanosa-usa/img/hero-desktop.png");
        background-size: cover;
    }

    #hero div {
        bottom: 12vh;
        left: 45vw;
    }

    #collab-bar{
        margin-left: 0;
    }

    #hero p {
        color: white;
    }

    .article-data {
        margin-left: 18%;
    }

    .y-letter{
        margin-left: 0;
    }

    #video-section-3d {
        margin-top: 60px;
        margin-bottom: 75px;
        position: relative;
        max-width: 100vw;
    }

    #video-text-container-1 {
        background-image: url('https://demos.thebravecontent.com/resources/porcelanosa-usa/img/video-text-container-1-desktop.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 900px;
    }

    #video-text-container-1 img {
        max-width: 465px;
        max-height: 550px;
    }

    #video-couple-container {
        margin-top: 100px;
    }

    #text-animation-1 {
        max-width: 305px;
        max-height: 310px;
        margin-top: 40px;
    }

    #video3D-container {
        position: absolute;
        max-height: initial;
        height: 550px;
        margin-top: 0;
        top: 280px;
        right: 0;
    }

    #video-3d{
        max-width: initial;
    }

    #welcome-section-title img {
        width: 350px;
    }

    #living-room-section,
    #kitchen-title {
        margin: 40px 0 65px 8%;
    }

    #living-room-section h3 {
        max-width: 490px;
    }

    #living-room-section div:first-of-type p,
    #kitchen-title p,
    #bedroom-title p,
    #bathroom-title p {
        font-size: 32px;
        line-height: 41px;
    }

    #living-room-section div:first-of-type img {
        max-width: 390px;
        max-height: 390px;
        margin-left: 0;
        margin-top: -20vh;
    }

    #goa-signature {
        right: 20vw;
        bottom: 60px;
    }

    #stone-texture {
        top: initial;
        bottom: -80px;
        max-height: 800px;
        margin-right: 5%;
    }

    #stone-quote {
        max-width: 840px;
        margin-left: 5%;
    }

    #stone-carousel-container,
    #kitchen-carousel-container{
        margin-top: 10vh;
        overflow: hidden;
    }

    #bedroom-carousel-container{
        margin-top: -5vh;
        overflow: hidden;
    }

    #stone-carousel,
    #kitchen-carousel {
        max-height: 220px;
        position: relative;
        right: 10%;
        margin-bottom: 0;
    }

    #bedroom-carousel {
        max-height: 220px;
        right: -35%;
        margin-bottom: 0;
    }

    #bathroom-carousel-container {
        margin-top: 25vh;
    }

    #bathroom-carousel {
        max-height: 220px;
        position: relative;
        right: 10%;
        margin-top: 0;
    }

    #kitchen-section {
        overflow: hidden;
    }

    #kitchen-title {
        margin-top: 95px;
    }

    #kitchen-img {
        right: 0;
        max-width: 1000px;
    }

    #kitchen-signature {
        max-width: 460px;
        left: 20vw;
        bottom: 50px;
    }

    #kitchen-quote {
        max-width: 330px;
        right: 20vw;
        top: 50px;
    }

    #kitchen-texture {
        right: 0;
        max-height: 800px;
        bottom: -5vh;
    }

    #kitchen-text-container {
        margin-top: 10vh;
    }

    #food-img img {
        max-width: 390px;
        max-height: 390px;
        bottom: 25vh;
        right: 0px;
    }

    #bedroom-title {
        margin: 40px auto 0px;
    }

    #bedroom-collage-container {
        margin-top: 25vh;
        height: 1300px;
    }

    #bedroom-texture {
        max-width: 280px;
        height: 800px;
        left: 0;
        top: -20vh;
        z-index: -1;
    }

    #bedroom-detail {
        max-width: 390px;
        top: -15vh;
    }

    #bedroom-signature {
        max-width: 740px;
    }

    #bedroom-text-container {
        margin-top: 85px;
    }

    #bathroom-collage-container {
        height: 740px;
        width: 90vw;
        margin-top: 20vh;
        margin-left: 5vw;
    }

    #bathroom-img {
        transform: scale(1);
        max-width: 1200px;
        margin-left: 5vw;
    }

    #bathroom-signature {
        top: 0;
        right: 5vw;
        max-width: 360px;
    }

    #bathroom-texture {
        z-index: -1;
        max-width: 200px;
        top: -60vh;
        right: -5vw;
    }

    #bathroom-quote {
        max-width: 900px;
        left: 5vw;
        bottom: -10vh;
    }

    #final-sentence h4 {
        font-size: 60px;
        line-height: 55px;
    }

    #final-sentence h5 {
        font-size: 42px;
        line-height: 55px;
    }

    #terrace-quote {
        top: 45px;
        max-width: 80vw;
    }
}


@media only screen and (min-width: 1650px) {

    #bathroom-carousel-container {
        margin-top: 40vh;
    }

    #interactive-section {
        margin-top: 200px;
    }

    #bedroom-collage-container {
        margin-top: 70vh;
    }
}