#kontak #maps {
    position: absolute;
    top: 2rem;
    left: -16em;
}

#kontak .card-kontak {
    width: 100%;
    height: 90%;
    border-radius: 16px;
    background-color: var(--accent2-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.1);
    transition: all 400ms ease-out;
    overflow: hidden;
}

#kontak .kontak-row {
    justify-content: end;
}

#kontak .card-kontak i{
    font-size: 35px;
    color: var(--primary-color);
    padding: 10px 13px;
    border: 2px var(--primary-color) dashed;
    border-radius: 50%;
}

#kontak .card-kontak p {
    font-size: 17px;
    color: var(--primary-color);
    font-weight: 600;
    max-width: 70%;
    text-align: center;
}

#kontak .card-kontak2 {
    width: 95%;
    height: 90%;
    border-radius: 16px;
    background-color: var(--accent2-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.1);
    transition: all 400ms ease-out;
    overflow: hidden;
    gap: 1.5rem;
}

#kontak .card-kontak2 i{
    font-size: 35px;
    color: var(--primary-color);
    padding: 12px 12px;
    border: 2px var(--primary-color) dashed;
    border-radius: 50%;
}

#kontak .card-kontak2 p {
    font-size: 17px;
    color: var(--primary-color);
    font-weight: 600;
    max-width: 70%;
    text-align: center;
}

#kontak .lines {
    height: 30px;
    width: 0;
    border: 1px black solid;
}

#kontak .primary-bg {
    width:57rem;padding-right: 4rem;height: 35rem;border-radius: 20px;
}

#kontak .kontak-content-row {
    width: 35rem;height: 80%;
}

#kontak .kontak-content {
    max-height: 50%;min-height: 50%;
}

#kontak .kontak-content2 {
    max-height: 50%;min-height: 50%;
    flex-direction: row;
}

#kontak .kontak-content2 .col-6:nth-child(1){
    display: flex;
    align-items: end;
    justify-content: start;
    height: 100%;
}

#kontak .kontak-content2 .col-6:nth-child(2){
    display: flex;
    align-items: end;
    justify-content: end;
    height: 100%;
}

@media only screen and (max-width:990px) {

    #kontak .kontak-row {
        justify-content: center;
    }

    #kontak .kontak-row .primary-bg {
        padding-right: 0;
        padding-top: 6rem;
        width: 20rem;
        min-height: 60rem;
    }

    #kontak .kontak-content-row {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0;
        /* background-color: blueviolet; */
    }

    #kontak .kontak-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0;
    }

    #kontak .card-kontak {
        width: 80%;
        gap: 1rem;
        max-height: 15rem;
    }

    #kontak .card-kontak i{
        font-size: 20px;
        color: var(--primary-color);
        padding: 10px 13px;
        border: 2px var(--primary-color) dashed;
        border-radius: 50%;
    }

    #kontak .card-kontak p {
        font-size: 12px;
        color: var(--primary-color);
        font-weight: 600;
        max-width: 70%;
        text-align: center;
    }

    #kontak .kontak-content {
        height: 20rem;
        max-height: 20rem;
        min-height: 0;
        /* background-color: aqua; */
    }
    
    #kontak .kontak-content2 {
        height: 40rem;
        max-height: 30rem;
        min-height: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0;
        width: 100%;
        /* background-color: black; */
        gap: 1rem;
    }

    #kontak .kontak-content2 .col-6 {
        display: flex;
        align-items: center !important;
        justify-content: center !important;
        width: 100%;
        max-height: 15rem;
    }

    #kontak .card-kontak2 {
        width: 80%;
        gap: 1rem;
    }

    #kontak .card-kontak2 i{
        font-size: 35px;
        color: var(--primary-color);
        padding: 12px 12px;
        border: 2px var(--primary-color) dashed;
        border-radius: 50%;
    }

    #kontak .card-kontak2 p {
        font-size: 17px;
        color: var(--primary-color);
        font-weight: 600;
        max-width: 70%;
        text-align: center;
    }

    #kontak #maps {
        left: 2.1rem;
        top: -8rem;
        width: 250px;
        height: 250px;
    }
}