@font-face {
    font-family: 'Hurme Bold';
    src: url("https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/uploads/2021/12/HurmeGeometricSans4-Bold.otf");
}

@font-face {
    font-family: 'Hurme Semi Bold';
    src: url('https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/uploads/2021/12/HurmeGeometricSans4-SemiBold.otf');
}

@font-face {
    font-family: 'Hurme Black';
    src: url('https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/uploads/2021/12/HurmeGeometricSans4-Black.otf');
}

@font-face {
    font-family: 'TastyBold Regular';
    src: url('https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/uploads/2021/11/TASTYBOLD.ttf');
}

@font-face {
    font-family: 'AFM Sans Regular';
    src: url('https://avocadosfrommexico.com/brand/house-of-goodness/big-game/wp-content/uploads/2021/11/AFM-Sans.otf');
}

body,
html {
    overflow: hidden;
}

.body {
    overflow: hidden;
    display: flex;
}

.livingroom-body {
    /* background-image: url('https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/themes/housesb/assets/img/living-room-draft.webp'); */
    background-image: url('https://avocadosfrommexico.com/brand/house-of-goodness/wp-content/themes/housesb/assets/img/houseofGoodness-LivingRoom3Dv8C.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*
.imgZoomLivingRoom {
    transform-origin: center center;
    object-fit: cover;
    width: 100%;
    position: absolute;
}
.livingRoomZoomOut {
    -webkit-animation-name: livingRoomZoomOut;
    animation-name: livingRoomZoomOut;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes livingRoomZoomOut {
    0% { transform-origin: 50% 75%; transform: scale(2)}
    100% { transform: scale(1)}
    }
@keyframes livingRoomZoomOut {
    0% { transform-origin: 50% 75%; transform: scale(2)}
    100% { transform: scale(1)}
}

.frames {
    width: 100%;
    height: 100%;
    background-image: url('../../assets/img/living-room-frames.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
    min-height: 100vh;
    min-width: 100%;
}

.frames-animation {
    animation: bounce .3s 2 alternate;
    animation-delay: 0.1s;
}

.tv {
    width: 100%;
    height: 100%;
    background-image: url('../../assets/img/living-room-tv.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
    min-height: 100vh;
    min-width: 100%;
}

.tv-animation {
    animation: bounce .3s 2 alternate;
    animation-delay: 1.0s;
}

.celphone {
    width: 100%;
    height: 100%;
    background-image: url('../../assets/img/living-room-celphone.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
    min-height: 100vh;
    min-width: 100%;
}

.celphone-animation {
    animation: bounce .3s 2 alternate;
    animation-delay: 2s;
}

@keyframes bounce {
    0% {
        transform: translateY(0px)
    }
    50% {
        transform: translateY(-8px)
    }
    100% {
        transform: translateY(0px)
    }
} */

.modal-info-living-room {
    position: fixed;
    z-index: 4;
    width: 100%;
    max-width: 1000px;
    height: 600px;
    background: transparent linear-gradient(90deg, #83C885 0%, #83C884 0%, #A4D47F 4%, #C0DE7A 7%, #D7E676 12%, #E9ED73 17%, #F5F171 23%, #FCF470 31%, var(---fff570) 50%, #FCF470 69%, #F5F171 77%, #E9ED73 83%, #D7E676 88%, #C0DE7A 93%, #A4D47F 96%, #83C884 100%, #83C885 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #83C885 0%, #83C884 0%, #A4D47F 4%, #C0DE7A 7%, #D7E676 12%, #E9ED73 17%, #F5F171 23%, #FCF470 31%, #FFF570 50%, #FCF470 69%, #F5F171 77%, #E9ED73 83%, #D7E676 88%, #C0DE7A 93%, #A4D47F 96%, #83C884 100%, #83C885 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    top: 15%;
    margin: auto
}
.modal-tv-living-room {
    position: fixed;
    z-index: 4;
    width: 700px;
    height: 325px;
    top: 15%;
    margin: auto
}

.modal-dflex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-info-living-room>a>img,
.modal-tv-living-room>a>img {
    cursor: pointer;
    position: absolute;
    right: -3%;
    top: -2%;
}

.modal-info-living-room>video,
.modal-tv-living-room>video {
    display: block;
    margin: auto;
}

.modal-icon {
    z-index: 5;
}


/* .hotspot-screen4 {
    width: 100%;
    position: relative;
    z-index: 2;
} */

.salad-circle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    /*    left: 350px;
        bottom: 280px;*/
    left: 18vw;
    bottom: 29vh;
    width: 180px;
    height: 65px;
    padding-right: 10px;
}
.meter-circle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 30vw;
    top: 14vh;
    width: 180px;
    height: 65px;
    padding-right: 10px;
}

.spot-frames,
.spot-salad,
.spot-tv,
.spot-celphone {
    margin-left: -60px;
    margin-top: 7px;
}

.hotspot-screen1 {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.frames-circle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 16vw;
    top: 3vh;
    width: 180px;
    height: 65px;
    padding-right: 10px;
}


/* .hotspot-screen2 {
    width: 100%;
    position: relative;
    z-index: 2;
} */

.celphone-circle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    /*    right: 600px;
        bottom: 200px;*/
    right: 31vw;
    bottom: 21vh;
    width: 180px;
    height: 65px;
    padding-right: 10px;
}


/* .hotspot-screen3 {
    width: 100%;
    position: relative;
    z-index: 2;
} */

.tv-circle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    /*    right: 550px;
        top: 250px;*/
    right: 28.5vw;
    top: 26vh;
    width: 168px;
    height: 65px;
}

.frames-text,
.celphone-text,
.tv-text,
.salad-text,
.meter-text {
    width: 90%;
    word-wrap: break-word;
}

.celphone-screen {
    width: 100%;
    height: 100vh;
    flex-direction: column;
    position: absolute;
    z-index: 4;
}

.upper-screen {
    flex: 1;
    width: 40%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.upper-screen__text-area {
    flex: 1;
    height: 100%;
    max-height: 70%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.upper-screen__text {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.upper-screen__celphone {
    flex: 1;
    height: 100%;
    max-height: 70%;
}

.upper-screen__celphone>img {
    height: 100%;
    margin-left: 5%;
}

.down-screen {
    flex: 1;
    width: 40%;
    display: flex;
    justify-content: center;
}

.dow-screen__square {
    width: 45%;
    height: 35%;
    border: 4px solid #FFF;
    border-radius: 40px;
    margin-top: 5%;
    padding: 3px 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.QR-code {
    width: 40%;
    height: 75%;
    display: flex;
    justify-content: flex-start;
}

.QR-code>img {
    max-width: 100%;
    max-height: 100%;
}

.d-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.d-flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.d-flex-mb {
    display: flex;
}

.modal-selfies {
    position: absolute;
    width: 100%;
    height: 95%;
    justify-content: start;
    align-items: center;
    overflow-y: scroll;
}

.modal-selfies-container {
    position: absolute;
    z-index: 5;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.selfies-text {
    width: 100%;
    height: 25%;
    text-align: center;
    margin-bottom: 3%;
}

.selfies-green-title {
    height: 25%;
    font-family: 'AFM Sans Regular';
    font-size: 52px;
    color: #8FD200;
}

.selfies-orange-title {
    height: 25%;
    font-family: 'TastyBold Regular';
    font-size: 42px;
    color: #F15D2A;
}

.selfies-text>p {
    font-family: 'Hurme Semi Bold';
    font-size: 20px;
    color: #FFF;
}

.selfies-area {
    width: 950px;
    height: 380px;
    margin-top: 3%;
    display: flex;
    overflow: hidden;
}

.taggbox-container {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.selfies-slides-container {
    height: inherit;
    display: flex;
    transition: all ease .3s;
}

.slide--item {
    height: inherit;
    width: 950px;
}

.selfies-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2%;
}

.slides--controls {
    width: 950px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.slide-page-number {
    width: 51px;
    height: 51px;
    border-radius: 10px;
    background-color: #FFF;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.preview-btn,
.next-btn {
    height: 95%;
}
/*----------------------------------------------------------------------------*/
.mb-pink-menu-icon {
    display: flex;
    margin-bottom: 20px;
    border-radius: 33px;
    position: relative;
}
.mb-pink-menu-icon:hover {
    background: rgba(255,255,255,.8);
    width: 172px;
}
.mb-pink-menu-icon .mb-home-icon {
    /*    width: 38px;
        height: 38px;*/
}
.mb-pink-menu-icon .mb-room-menu {
    display: none;
    align-items: center;
    margin-left: 8px;
}
.mb-pink-menu-icon:hover .mb-room-menu {
    display: flex;
}
.mb-pink-menu-icon .mb-room-menu a {
    background: #e50e63;
    color: #fff;
    font-size: 8px;
    line-height: 110%;
    font-family: 'Hurme Bold';
    align-items: center;
    display: flex;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    text-align: center;
    justify-content: center;
    margin: 0px 2px;
    letter-spacing: .3px;
}
.mb-pink-menu-icon .room-icon {
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-family: 'Hurme Bold';
    position: absolute;
    bottom: -12px;
    left: 5px;
}
.mb-pink-menu-icon  {}
/*----------------------------------------------------------------------------*/
.mb-pink-menu-icon.desktop {
    position: relative;
    z-index: 4;
    margin-bottom: 0px;
    width: auto;
    display: grid;
    margin-right: 25px;
}
.mb-pink-menu-icon.desktop .mb-home-icon {
    width: 53px;
    height: 53px;
    position: relative;
    z-index: 1;
}
.mb-pink-menu-icon.desktop:hover .mb-room-menu {
    display: grid;
}
.mb-pink-menu-icon.desktop .mb-room-menu {
    align-items: center;
    position: absolute;
    background: rgba(255,255,255,.8);
    left: 0px;
    right: 0px;
    margin-left: 0px;
    border-radius: 0 0 30px 30px;
    padding-bottom: 2px;
    margin-top: 25px;
    padding-top: 30px;
}
.mb-pink-menu-icon.desktop .mb-room-menu a {
    margin: 4px auto;
    width: 45px;
    height: 45px;
    font-size: 9px;
}
.mb-pink-menu-icon.desktop  {}
/*----------------------------------------------------------------------------*/

.taggbox-socialwall .themeSquarePhoto .flatCard .post,
.taggbox-socialwall .themeSquarePhoto .flatCard .post .image,
.taggbox-socialwall .themeSquarePhoto .flatCard .postContent {
    height: auto !important;
}
.taggbox-socialwall  {}

/*----------------------------------------------------------------------------*/


@media(max-width: 2200) {
    .QR-code>p {
        font-size: 12px;
    }
}

@media(max-width: 1720px) {
    .dow-screen__square {
        border-radius: 30px;
    }
    .QR-code>p {
        font-size: 12px;
    }
}

@media(max-width: 1560px) {
    .QR-code>p {
        font-size: 8px;
    }
    /* .celphone-circle {
        right: 20%;
        top: 100px;
        width: 168px;
        height: 65px;
    } */
}

@media(max-width: 1500px) {
    .QR-code>p {
        font-size: 6px;
        width: 30%;
    }
    .QR-code {
        width: 40%;
    }
    .dow-screen__square {
        width: 50%;
    }
    /*    .salad-circle {
            left: 150px;
            bottom: 380px;
        }
        .frames-circle {
            top: 200px;
            left: 250px;
        }
        .celphone-circle {
            right: 400px;
            bottom: 300px;
        }*/
}

@media (max-width: 1350px) {
    .QR-code {
        width: 45%;
    }
    .dow-screen__square {
        width: 55%;
    }
    /*    .salad-circle {
            left: 150px;
            bottom: 330px;
        }
        .celphone-circle {
            right: 300px;
            bottom: 300px;
        }*/
}

@media (max-width: 1170px) {
    .dow-screen__square {
        width: 65%;
    }
    .celphone-circle {
        right: 200px;
        bottom: 240px;
    }
}

@media (max-width: 900px) {
    .back-btn__mobile {
        display: none;
        justify-content: start;
        align-items: flex-start;
        margin-top: 10px;
    }
    .back-btn__mobile>a>img {
        width: 38px;
        height: 38px;
    }
    .modal-selfies-container {
        /* max-height: 90%; */
        margin-left: -35px;
    }
    .selfies-text {
        width: 120%;
    }
    .selfies-green-title {
        font-size: 42px;
    }
    .selfies-orange-title {
        font-size: 32px;
    }
    .selfies-text>p {
        font-size: 18px;
    }
    .swipe-btn {
        margin-left: -35px;
    }
    .taggbox-container {
        /* height: 200px !important; */
        margin-top: 30px;
    }
    .modal-ecomm {
        margin-top: 0;
        top: unset;
        position: absolute;
    }
    .mb-modal-info {
        position: absolute;
    }
    .salad-circle {
        left: 150px;
        bottom: 100px;
    }
    .frames-circle {
        top: 110px;
        left: 180px;
    }
    .tv-circle {
        right: 25%;
        bottom: inherit;
        top: 120px;
    }
    .celphone-circle {
        right: 150px;
        top: 210px;
        width: 168px;
        height: 65px;
    }
    .modal-info-living-room {
        width: 500px;
        height: 245px;
        margin-left: -50px;
        z-index: 10;
    }
    .modal-tv-living-room {
        width: 500px;
        height: 245px;
        margin-left: -50px;
        z-index: 10;
    }
    .meter-circle {
        left: 30vw;
        top: 6vh;
    }
}

@media (max-width: 767px) {
    .celphone-circle {
        top: 200px;
        right: 130px;
    }
    .frames-circle {
        top: 100px;
        left: 150px;
    }
    .salad-circle {
        left: 110px;
        bottom: 100px;
    }
}