/* CSS STYLE */
@media screen and (max-width: 1000px) {
    .img-visi {
        width: 200px;
    }
}

@media screen and (max-width: 500px) {
    .visi-misi {
        flex-direction: column;
    }

    .visi {
        margin-bottom: 30px;
    }

    .img-visi {
        width: 400px;
    }
}

@media screen and (max-width: 1396px) {
    .g-map-soko {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 767px) {
    .g-map-soko {
        width: 500px;
        height: 300px;
    }
}

.whatsappImg {
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#whatsappButton {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 15px;
    z-index: 98;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 12px;
    border-radius: 50%;
    transition: 3s;
}

.btn-shopee {
    text-decoration: none;
    background-color: #EE4D2D;
    border: 1px solid #EE4D2D;
}

.btn-shopee:hover {
    background-color: #e25134;
    border: 1px solid #e25134;
}

.card-shadow-template {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .075);
    transition: box-shadow .4s;
}

.card-shadow-template:hover {
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, .175);
}

.ck-powered-by {
    display: none;
}

.icon-sosmed {
    cursor: pointer;
}

.icon-sosmed:hover {
    transition: 0.3s;
    opacity: 0.5;
}

.navbar-hover-link:hover {
    transition: 0.3s;
    font-weight: bolder;
}

.card-hover-red:hover {
    transition: 0.4s;
    background-color: #e33222;
    color: whitesmoke;
}

.link-active {
    font-weight: bolder;
}

#goToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #aa2117;
    color: var(--white);
    cursor: pointer;
    padding: 7px 12px;
    border-radius: 50%;
    transition: 3s;
}

#goToTopBtn:hover {
    background-color: #e33222;
}

#myImg1,
#myImg2,
#myImg3,
#myImg4,
#myImg5 {
    cursor: pointer;
}

/* modal image */

.modal1,
.modal2,
.modal3,
.modal4,
.modal5 {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (Image) */
.modal-content1,
.modal-content2,
.modal-content3,
.modal-content4,
.modal-content5 {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close1,
.close2,
.close3,
.close4,
.close5 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close1:hover,
.close1:focus,
.close2:hover,
.close2:focus,
.close3:hover,
.close3:focus,
.close4:hover,
.close4:focus,
.close5:hover,
.close5:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {

    .modal-content1,
    .modal-content2,
    .modal-content3,
    .modal-content4,
    .modal-content5 {
        width: 100%;
    }
}