/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2021 IMAJIKU.
*/

/* =FOOTER
-------------------------------------------------------------*/
.footer {
    position: relative;
    display: block;
    font-size: 14px;
    z-index: 4;
}

.footer-top {
    display: block;
    padding: 2rem 0 0rem;
}

.footer-middle {
    display: block;
    padding: 2rem 0 2rem;
}

.footer-bottom {
    display: block;
    padding: 1rem 0 1rem;
}

.foo-logo {
    display: block;
    width: auto;
}

.foo-logo h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--font-family-1);
}

.foo-logo p {
    margin-bottom: 0;
    font-family: var(--font-family-2);
}

.foo-logo img {
    display: block;
    width: auto;
    max-height: 100px;
    margin-bottom: 15px;
}

.foo-menu {
    position: relative;
}

.foo-menu h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--font-family-1);
}

.foo-menu ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 15px 0 0;
}

.foo-menu li a {
    display: block;
    font-family: var(--font-family-2);
}

.foo-menu .foo-item-icon,
.foo-address .foo-item-icon {
    width: 20px;
}

.foo-address {
    position: relative;
}

.foo-address h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--font-family-1);
}

.foo-address ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 15px 0 0;
}

.foo-address li a {
    font-family: var(--font-family-2);
}

.foo-address .list-mjk-icon-item p {
    font-family: var(--font-family-2);
}

.foo-menu-static {}

.foo-menu-static ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0;
    margin: 0;
    list-style: none;
}

.foo-menu-static li {
    font-size: 13px;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: center;
}

.foo-menu-static li:last-child {
    border-right: none;
}

.foo-menu-static li a {
    margin: 0 10px 0;
    line-height: 1.2;
    font-family: var(--font-family-2);
}

.foo-list-images h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.foo-list-images {
    position: relative;
}

.foo-list-images ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    padding: 0;
    width: 100%;
}

.foo-list-images li {
    display: block;
    margin: 0 10px 10px 0;
}

.foo-list-images li img {
    width: 60px;
    max-width: 60px;
}

/*form subscribe*/
.foo-subscribe h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

/*social media at footer*/
.foo-social-network {
    position: relative;
}

.foo-social-network h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.foo-social-network ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.foo-social-network li {
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.foo-social-network li:last-child {
    margin-right: 0;
}

.foo-social-network li:hover .social-network-icon-box {
    opacity: 0.8;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.foo-social-network li:hover .social-network-icon-box i {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.foo-social-network .social-network-icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.foo-social-network .social-network-icon-box i {
    font-size: 16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

/*copyright*/
.copyright {
    display: block;
}

.copyright p {
    font-size: 12px;
    margin: 0;
    font-family: var(--font-family-2);
}

/* =FOOTER VARIANT 2
-------------------------------------------------------------*/
.footer-variant-2 .foo-address ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-direction: row;
}

.footer-variant-2 .foo-address ul li {
    flex: 1;
    margin: 0 15px;
}

.footer-variant-2 .list-mjk-icon-item {
    justify-content: center;
}

.footer-variant-2 .foo-logo img {
    margin: 0 auto;
}

.footer-variant-2 .foo-social-network ul {
    justify-content: center;
}

.footer-variant-2 .foo-social-network h3 {
    text-align: center;
}

.footer-variant-2 .foo-subscribe h3 {
    text-align: center;
}

[data-variant="footer-1"] .footer-middle {
    padding: 3rem 0 1rem;
}

[data-variant="footer-2"] .footer-middle {
    padding: 2rem 0 1rem;
}

/*footer 1*/
[data-variant="footer-1"] .foo-menu-static-box {
    display: flex;
    flex-direction: column;
}

[data-variant="footer-1"] .foo-social-network ul {
    justify-content: center;
}

[data-variant="footer-1"] .footer-top {
    display: none;
}

.docSlider [data-variant="footer-1"] .footer-top .foo-logo {
    display: none;
}

/*footer 2*/
[data-variant="footer-2"] .foo-logo img {
    margin: 0px auto;
}

[data-variant="footer-2"] .footer-middle .foo-logo img {
    display: none;
}

[data-variant="footer-2"] .foo-menu-static-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

[data-variant="footer-2"] .foo-subscribe h3 {
    display: none;
}

[data-variant="footer-2"] .footer-top .foo-logo {
    text-align: center;
}

[data-variant="footer-2"] .footer-top .foo-logo p {
    display: none;
}

[data-variant="footer-2"] .foo-menu ul {
    margin: 0 15px 0 0;
    column-count: 2;
}

[data-variant="footer-2"] .foo-menu ul li {
    box-sizing: border-box;
    padding: 0 0px 10px;
}

/*footer 3*/
[data-variant="footer-3"] .footer-top {
    display: none;
}

[data-variant="footer-3"] .footer-middle {
    padding: 2rem 0 0;
}

/* footer animation */
[data-variant="footer-3"] .bg-animation {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
    bottom: 0;
    left: 0;
    z-index: 1;
}

@keyframes animWave1 {
    from {
        transform: translate(-45%, 30%);
    }

    to {
        transform: translate(-50%, 60%);
    }
}

@keyframes animWave2 {
    from {
        transform: translate(-55%, 70%);
    }

    to {
        transform: translate(-50%, 60%);
    }
}

@keyframes animWave3 {
    from {
        transform: translate(-50%, 70%);
    }

    to {
        transform: translate(-52.5%, 70%);
    }
}

[data-variant="footer-3"] .wave-1,
[data-variant="footer-3"] .wave-2 {
    position: absolute;
    width: 200%;
    height: 150px;
    left: 50%;
    bottom: 50px;
    background-position: center center;
    background-repeat: repeat-x;
    background-size: contain;
    margin-left: 0px;
    transform-origin: bottom;
}

[data-variant="footer-3"] .wave-1 {
    height: 185px;
    background-image: url("../images/global/wave-1.png");
    transform: translate(-50%, 50%);
    transition: 3s ease-in-out;
    animation: animWave1 3s linear infinite alternate;
    bottom: 30px;
}

[data-variant="footer-3"] .wave-2 {
    background-image: url("../images/global/wave-2.png");
    transform: translate(-50%, 55%);
    transition: 1.5s ease-in-out;
    animation: animWave2 1.5s linear infinite alternate;
}

[data-variant="footer-3"] .wave3 {
    background-image: url("./Appointment/wave-appointment-3.png");
    transform: translate(-50%, 70%);
    transition: 1.25s ease-in-out;
    animation: animWave3 1.25s linear infinite alternate;
}