:root {
    --hijau: #539165;
    --kuning: #f7c04a;
    --ungu: #3f497f;
    --cream: #f8f5e4;
    --gold: #ffd700;
}

.ct-pg-kontak {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ct-pg-kontak .hero {
    width: 100%;
    display: flex;
    height: 300px;
    padding: 30px 20px;
    flex-direction: column;
    object-fit: cover;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("/img/makkah.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ct-pg-kontak .hero h1 {
    color: var(--gold);
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
}
.ct-pg-kontak .hero h5 {
    color: white;
    font-weight: 500;
}

.ct-kontak-group {
    width: 100%;
    flex-wrap: wrap;
    height: auto;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 50px;
    padding: 30px 50px;
    font-size: 14px;
}

.ct-kontak-group .alamat span ion-icon,
.ct-kontak-group .kontak span ion-icon,
.ct-kontak-group .jam div ion-icon,
.ct-kontak-group .sosmed span ion-icon {
    width: 30px;
    height: 30px;
}

/* bagian kiri */
.ct-kontak-group .left {
    width: 700px;
}
.ct-kontak-group .left .kontak span {
    gap: 20px;
    display: flex;
}
.ct-kontak-group .left .kontak span ul {
    list-style: none;
    padding: 0;
}

.ct-kontak-group .left .alamat span {
    text-transform: capitalize;
    display: flex;
    gap: 20px;
}

.ct-kontak-group .left .alamat span ul {
    list-style: none;
    padding: 0;
}

.ct-kontak-group .left .alamat span ul li {
    margin-bottom: 5px;
}

/* bagian kanan */
.ct-kontak-group .right {
    width: 400px;
}

.ct-kontak-group .jam div {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}
.ct-kontak-group .jam div span p {
    margin: 0;
}

/* Icons */
.sosmed .icon {
    display: flex;
    gap: 10px;
}
.sosmed .icon .icon-fb {
    background-color: #4267b2;
}
.sosmed .icon .icon-ig {
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
}
.sosmed .icon .icon-ytb {
    background-color: #ff0000;
}
.sosmed .icon .icon-tiktok {
    background-color: #000;
}
.sosmed .icon .icon-wa {
    background-color: #25d366;
}

/* icon hover */
.sosmed .icon .icon-fb:hover {
    background-color: #4267b2;
}
.sosmed .icon .icon-ig:hover {
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
}
.sosmed .icon .icon-ytb:hover {
    background-color: #ff0000;
}
.sosmed .icon .icon-tiktok:hover {
    background-color: #000;
}
.sosmed .icon .icon-wa:hover {
    background-color: #25d366;
}

.sosmed .icon a {
    display: inline-flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition-duration: 0.25s;
    color: white;
    text-decoration: none;
}

.sosmed .icon a > i {
    margin: auto;
    font-size: 30px;
}

.sosmed .icon .icon-fb:hover,
.sosmed .icon .icon-ig:hover,
.sosmed .icon .icon-wa:hover,
.sosmed .icon .icon-ytb:hover,
.sosmed .icon .icon-tiktok:hover {
    animation: shake 0.25s;
    outline-offset: 4px;
    outline: 2px solid black;
}

.sosmed a .logo-siskopatuh:hover {
    outline-offset: 4px;
    outline: 2px solid black;
    border-radius: 10px;
}


@keyframes shake {
    10% {
        transform: rotate(20deg);
    }
    20% {
        transform: rotate(-20deg);
    }
    30% {
        transform: rotate(20deg);
    }
    40% {
        transform: rotate(-20deg);
    }
}

/* End Icon */

.alamat > span > i,
.kontak > span > i,
.jam > div > i {
    transform: translateY(25%);
}

.footer-kt {
    width: 100%;
    background: var(--kuning);
    /* display: flex; */
    padding: 5px 20px 10px 20px;
    /* flex-direction: column; */
    font-size: 14px;
}

.footer-kt > hr {
    height: 5px;
}
.footer-kt > span {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}
