/* Home */

@media screen and (min-width: 500px) {

.type-app-home {
    background-color: rgba(0, 0, 0, 0.6);
    width: 60vw;
    height: 60vh;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    top: 15%;
    border: none;
    border-radius: 15px;
    backdrop-filter: blur(20px);
    pointer-events: all;
    opacity: 0;
    animation: fadeIn 0.2s ease forwards;
}

.header-home-app {
    /* background-color: black; */
    width: 100%;
    height: 36px;
    pointer-events: none;
    border: none;
    border-radius: 15px 15px 0px 0px;
}

.pojokan-home-app {
    /* background-color: rgb(0, 0, 0); */
    position: relative;
    width: 100px;
    height: 100%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border: none;
    border-radius: 0px 15px 0px 0px;
}

.item-pojokan-home-app {
    color: white;
    width: 20px;
    height: 20px;
    font-size: 12px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: filter 0.2s ease;
}

.item-pojokan-home-app:hover {
    filter: brightness(50%);
}

.center-home-app {
    /* background-color: white; */
    width: 100%;
    height: 80%;
    position: relative;
    display: flex;
    left: 50%;
    transform: translateX(-33%);
    align-items: center;
    border: none;
    border-radius: 0px 0px 15px 15px;
}

.content-home-app {
    /* background-color: red; */
    width: 70%;
    height: 70%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container-home-app {
    /* background-color: black; */
    width: 40%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: right;
    align-items: center;
}

.info-container-home-app {
    /* background-color: rgb(99, 99, 99); */
    width: 60%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
}

.image-grid-home-app {
    background-color: rgba(0, 0, 0, 0.3);
    width: 80%;
    aspect-ratio: 1;
    margin-right: 8%;
    border: solid 2px rgb(255, 255, 255);
    border-radius: 7%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-source-home-app {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
}

.info-grid-home-app {
    /* background-color: #686868; */
    width: 80%;
    aspect-ratio: 1.5;
    margin-left: 8%;
    border: none;
    position: relative;
    display: flex;
}

.title-container-home-app {
    /* background-color: black; */
    width: 130%;
    height: 20%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: left;
    top: 5%;
}

.title-home-app {
    color: white;
    font-size: 2vw;
    font-family: Arial, Helvetica, sans-serif;
}

.description-container-home-app {
    /* background-color: black; */
    width: 130%;
    height: 40%;
    position: absolute;
    display: flex;
    top: 27%;
}

.description-home-app {
    color: white;
    font-size: 1.3vw;
    font-family: Arial, Helvetica, sans-serif;
}

.contact-container-home-app {
    /* background-color: black; */
    width: 130%;
    height: 20%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: left;
    bottom: 5%;
}

.contact-item-home-app {
    color: white;
    font-size: 120%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px white;
    border-radius: 18%;
    height: 90%;
    aspect-ratio: 1;
    margin-right: 2%;
    pointer-events: all;
    cursor: pointer;
}

.contact-item-home-app:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

}

@media screen and (max-width: 500px) {

.type-app-home {
    background-color: rgba(0, 0, 0, 0.6);
    width: 80vw;
    height: 60vh;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    top: 18%;
    border: none;
    border-radius: 15px;
    backdrop-filter: blur(20px);
    pointer-events: all;
    opacity: 0;
    animation: fadeIn 0.2s ease forwards;
}

.header-home-app {
    /* background-color: black; */
    width: 100%;
    height: 24px;
    pointer-events: none;
    border: none;
    border-radius: 15px 15px 0px 0px;
}

.pojokan-home-app {
    /* background-color: rgb(0, 0, 0); */
    position: relative;
    width: 70px;
    height: 100%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    border: none;
    border-radius: 0px 15px 0px 0px;
}

.item-pojokan-home-app {
    /* background-color: red; */
    color: white;
    width: 14px;
    height: 14px;
    font-size: 12px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: filter 0.2s ease;
}

.item-pojokan-home-app:hover {
    filter: brightness(50%);
}

.center-home-app {
    /* background-color: white; */
    width: 100%;
    height: 90%;
    position: relative;
    display: flex;
    top: 3cqw;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    border: none;
    border-radius: 0px 0px 15px 15px;
}

.content-home-app {
    /* background-color: red; */
    width: 100%;
    height: 80%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.image-container-home-app {
    /* background-color: black; */
    width: 60%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-container-home-app {
    /* background-color: rgb(99, 99, 99); */
    width: 60%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-grid-home-app {
    /* background-color: rgba(0, 0, 0, 0.3); */
    height: 20vh;
    aspect-ratio: 1;
    border: solid 2px rgb(255, 255, 255);
    border-radius: 7%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-source-home-app {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
}

.info-grid-home-app {
    /* background-color: #a1a1a1; */
    width: 100%;
    height: 120px;
    border: none;
    position: relative;
    display: flex;
    margin-top: -1vh;
}

.title-container-home-app {
    /* background-color: black; */
    width: 100%;
    height: 3vh;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5%;
}

.title-home-app {
    color: white;
    font-size: 2.2vh;
    font-family: Arial, Helvetica, sans-serif;
}

.description-container-home-app {
    /* background-color: black; */
    width: 100%;
    height: 40%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 27%;
}

.description-home-app {
    color: white;
    font-size: 1.6vh;
    font-family: Arial, Helvetica, sans-serif;
}

.contact-container-home-app {
    /* background-color: black; */
    width: 100%;
    height: 20%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 5%;
}

.contact-item-home-app {
    color: white;
    font-size: 80%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px white;
    border-radius: 18%;
    height: 3.4vh;
    aspect-ratio: 1;
    margin-right: 2%;
    pointer-events: all;
    cursor: pointer;
}

.contact-item-home-app:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

}