*,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: rgb(171, 122, 86);
    ;
}
.container {
    height: 100vh;
}
.navbar-container {
    background-color: rgb(105, 68, 41);
    width: 100%;
    height: 80px;
    position: fixed;
    box-shadow: -2px 11px 25px 5px rgba(0,0,0,0.75);
    display: flex; /* Menambahkan flexbox untuk container */
    justify-content: space-between; /* Mengatur jarak antara logo dan menu */
    align-items: center; /* Menyejajarkan elemen secara vertikal di tengah */
    padding: 0 20px; /* Memberikan sedikit padding di kiri dan kanan */
    z-index: 15;
    
}

.img-nav {
    height: 110px; /* Tinggi gambar logo */
    display: flex;
    border-radius: 135%;
}

.img-nav:hover {
 transition: 0.5s ease-in-out;
 height : 120px;
}
.ul-nav {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.li-nav {
    padding-right: 30px;
    margin: 3px;
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
}

.li-nav:hover {
    font-size: 25px;
    transition: .2s ease-in-out;
    text-decoration: underline;
}


.a-nav {
    text-decoration: none;
    color: inherit; /* Warna teks sesuai dengan li-nav */
}

.container-home {
    display: flex;
    justify-content: left;
    align-items: center;
    
}
.img-home {
    width: 25%;
    height: 25%;
    border-radius: 25px;
    width: 270px;
    margin: 100px;
    margin-top: 10%;
    

}
.img-home:hover{
    width: 290px;
    box-shadow: 16px 19px 49px 11px rgb(89, 48, 2);
    -webkit-box-shadow: 16px 19px 49px 11px rgb(107, 63, 9);
    -moz-box-shadow: 16px 19px 49px 11px rgb(164, 122, 7);
}
#p1-home {
   font-size: 2rem;
   font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
   color: antiquewhite;
   text-decoration: double;
}
#p2-home {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 1000;
    font-style: oblique;
    font-size: 3rem;
    letter-spacing: 0.5rem;
    color: antiquewhite;
}

.about-container {
    background-color: rgb(223, 207, 190);
    margin: 0;
    padding: 0;
    height: 700px;
}
#ab-main {
max-width: 800px;
margin: 0 auto;
padding: 60px 20px;
text-align: center;
margin-top : 30px;
padding-top: 10%;
color: rgb(105, 68, 41);
font-size: 85px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.t1-ab {
    text-align: center;
    display: flex;
    padding: 60px 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-bottom: 35%;
    color: rgb(171, 122, 86);
}

.project-container {

background-color: aliceblue;
}

.contact-container {
    background-color: rgb(171, 122, 86);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.con-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.img-con {
    width: 300px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 2%;
    border-radius: 25px;
}

.img-con:hover {

    width: 400px;
    height: auto;
    box-shadow: 6px 1px 141px 37px rgba(105,68,41,0.91);
-webkit-box-shadow: 6px 1px 141px 37px rgba(105,68,41,0.91);
-moz-box-shadow: 6px 1px 141px 37px rgba(105,68,41,0.91);
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2%;
}

.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    background-color: transparent;
    border: 0.2rem solid #522e04;
    font-size: 2rem;
    border-radius: 50%;
    margin: 0 1rem;
    transition: 0.3s ease;
    color: #ffffff;
}

.social-icons a:hover {
    color: rgb(163, 114, 35);
    transform: scale(1.3) translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 0 25px #522e04;
}

.btn {
    display: inline-block;
    padding: 1rem 2.8rem;
    background-color: rgb(196, 146, 54);
    border-radius: 4rem;
    font-size: 1.6rem;
    color: #4d2505d8;
    letter-spacing: 0.3rem;
    font-weight: 600;
    border: 2px solid #ffffff;
    transition: 0.3s ease;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 2%;
}

.btn:hover {
    transform: scale(1.03);
    background-color: #4d2505d8;
    color: rgb(196, 146, 54);
    box-shadow: 0 0 25px #b37228;
}

.ex-container {
    background-color: rgb(223, 207, 190);
    height: 700px;
}

.col header.title{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: rgb(105, 68, 41);
    font-size: 40px;
    padding: 0px 0px 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px
}
.col .contents{
	padding: 0px 30px;
	border-left: 2px solid #463002;
    padding-left: 5%;
    
}
.col .contents .box{
	position: relative;
	padding: 20px;
	border: 1px solid #eaeaea;
	background-color:rgb(105, 68, 41);
	cursor: pointer;
	transition: all 0.4s;
	margin-bottom: 20px;
}
.col .contents .box:hover{
	box-shadow: 0px 3px 12px 0px #3a2303;
	border: 1px solid transparent;
}
.col .contents .box::before{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	right: calc(100% + 22px);
	top: 0;
	background-color: #613c05;
	border: 2px solid white;
}
.box h4{
	position: relative;
	color: rgb(196, 146, 54);
}
.box h3{
	font-size: 19px;
	padding: 10px 0px 6px;
	font-family: helvetica;
	color: rgb(196, 146, 54);
}
.box p{
	line-height: 1.2;
	color: white;
	font-size: 17px;
}
@media (max-width: 768px) {
    .about-container, .ex-container, .con-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100vh; 
        padding: 20px;
        text-align: center;
    }

    .t1-ab {
        padding-bottom: 0; 
        font-size: 1.2rem; 
    }

    .col .contents {
        padding: 0;
        border-left: none; 
    }

    .col .contents .box {
        margin-bottom: 30px;
    }

    .img-con {
        width: 80%; 
        max-width: 250px;
    }

    .social-icons a {
        width: 3rem;
        height: 3rem;
        font-size: 1.5rem; 
    }

    .btn {
        width: 70%; 
        max-width: 200px;
        font-size: 1.4rem;
        padding: 0.8rem 1.5rem;
    }
}


.container-home, .about-container, .ex-container, .con-container {
    padding-top: 80px;
}
