                                                                    
nav :hover{
    color: gray;
}
body {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #dee2e6;
    color: #343a40;
    font-family: Arial, sans-serif;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #343a40;
    color: #cec4da;
    z-index: 1000;
    padding: 10px;
    width: 100%;
    display: flex;
    align-items: center;
}

.logo {
    width: 200px;
}

nav {
    flex-grow: 1;
    display: flex;
    align-items: center;
}


.headerUl {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-grow: 1;
    justify-content: left;
    margin-left: 50px; 
}
.copyright{
    margin: 0px;
}
.headerli {
    margin: 0 10px;
    transition: all .40s ease;
}

.headera {
    color: #cec4da;
    text-decoration: none;
}
.headerli:hover {
    transform: translateY(-3px) translateX(-5px);
    color: gray;
}


.headera:hover {
    color: gray;
}
main {
    padding-top: 70px;
    padding-bottom: 50px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 100px;
}

.footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    gap: 3.5rem;
    background: #343a40;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    color: #cec4da;
}

.footer-content li {
    margin-bottom: 16px;
    list-style: none;
}

.footer-content li a {
    display: block;
    
    color: #cec4da;
    font-size: 15px;
    font-weight: 400;
    transition: all .40s ease;
}

.footer-content li a:hover {
    transform: translateY(-3px) translateX(-5px);
    color: gray;
}

.footer .logo {
    width: 150px;
}

.icons a {
    display: inline-block;
    font-size: 22px;
    color: #d6d6d6;
    margin-right: 17px;
    transition: all .40s ease;
}

.icons a:hover {
    color: #fff;
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .footer {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, auto));
        gap: 2rem;
    }
}


.company-info {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    font-size: 15px;
}

.company-text {
    flex: 0 0 auto;
    width: 50%;
}

.company-image {
    flex: 0 0 auto;
    width: 50%;
   
}

.company-info img {
    width: 100%;
    height: auto;
    margin-right: 20px; 
    opacity: 0;
    animation: slideFromBottom 1s ease forwards;
    border: 1px solid #343a40; 
    padding: 2px;
    border-radius: 10px;
}
.contact-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.map {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-media {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-media a {
    text-align: center;
    margin-bottom: 10px;
}




.social-media {
    max-width: 800px;
    margin: 20px auto;
    /* padding: 20px; */
    margin-top: 0;
    margin-bottom: 100px;
    text-align: center;
    transition: all .40s ease; 
}
.social-media :hover {
    transform: translateY(-3px) translateX(-5px);
    color: gray;
}
.social-links {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.soc{
    text-align: center;
    margin-bottom: 0;
}
.social-links a {
    margin: 0 10px;
    align-items: center;
}

.vision-mission {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vision-mission div {
    flex-basis: calc(50% - 20px); 
}

.vision-mission p {
    margin-top: 0; 
}

.values {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.values div {
    flex-basis: calc(20% - 20px); 
    margin-bottom: 20px;
    text-align: center;
}

.values img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    opacity: 0;
    animation: slideFromBottom 1s ease forwards;
}

.values h1 {
    color: #cec4da;
}
.map{
  
    justify-content: right;
    text-align: left;
    margin: 0;
}
@keyframes slideFromBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tulisan {
    text-align: center;
}
@media screen and (max-width: 400px) {
    .headerli {
        margin: 10px 0; 
    }
    
    .headera {
        font-size: 12px; 
    }

    .logo {
        width: 100px; 
    }

    .headerUl {
        margin-left: 0; 
    }

    .headerli:not(:last-child) {
        margin-right: 10px; 
    }
}

@media screen and (max-width: 768px) {
   
    body {
        font-size: 10px;
    }
    main {
        font-size: 10px;
        margin-top: 20px;
    }
    
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        font-size: 10px;
    }
    
    footer {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }
    .divfooter h3{
        font-size: 10px;
    }
    p{
        font-size: 10px;
    }
    
    .logo{
        width: 100px;
    }
    .contact-section {
        grid-template-columns: 1fr;
    }

    .map {
        margin-bottom: 20px;
    }

    iframe {
        width: 100%;
        height: 300px;
    }
}
