* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primaryTextColor: #AAA496; 
}



body {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    min-width: 1200px; 
    overflow-x: auto; 
}

header {
    width: 100%;
    border-bottom: 1px solid #C7C7C7;
    background-color: #fbfbfb;
    z-index: 1000;
}

p {
    font-size: 16px;
    line-height: 24px;
}

a {
    text-decoration: none;
}


.navigasi {
    height: 100px;
    background-color: black;
}

.main-container{
    width: 1200px;
    margin: 0 auto;
    
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .main-container {
        width: 90%;
    }
}

.bold {
    font-weight: 600;
}

/* btn */
.btn {
    padding: 8px 8px;
    background-color: #AAA496;
    border: none;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 16px;
    color: white;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.btn:hover {
    box-shadow: 0px 11px 14px -3px rgba(0,0,0,0.32);
-webkit-box-shadow: 0px 11px 14px -3px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 11px 14px -3px rgba(0,0,0,0.32);
    background-color: #908c7e;
    transform: scale(1.03);
    transition: .4s;
}

.pre-title {
    color: black;
    position: relative;
    
}

.pendekatan{
    position: relative;
    right: 11px;
}

.name-title {
    font-size: 24px;
    font-weight: 400;
}


.hero-right {
    margin-top: -7px;
    position: relative;
    left: 35px;
    bottom: 10px;
}

.hero-right img {
    width: 430px;
    height: 428px;
    margin-left: 3rem;
}

.hero-right span {
    margin-left: 140px;
}

.hero-right span img {
    width: 48px;
    height: 48px;
    margin: 14px 5px;
}

/* Logo dan Navigasi menu */
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    position: sticky;   
    top: 0;            
    z-index: 1000;      
    height: 80px;
}



.logo {
    top: 0px;
    z-index: 1px;
}


.nav ul {
    list-style: none;
    display: flex;
    gap: 52px;
}

.logo {
    display: flex;
    align-items: center;
}

.nama {
    display: inline;
    position: relative;
    left: 15px;
}

.logo ul li a {
    font-size: 24px;
    color: black;
}

.logo a img {
    width: 58px;
    height: 56px;
}

nav ul li {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

nav ul li a {
    color: black;

}

/* Burger */
.burger div {
    width: 25px;
    height: 2px;
    background-color: black;
    margin: 7px;
    transition: all .3s;
    z-index: 99;
}

.burger {
    display: none;
    position: fixed;
    top: 33px;
    right: 35px;
}

/* Hero Section */
#beranda{
    position: relative;
    top: 45px;
    height: 780px;
    display: grid;
    padding-bottom: 115px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}


.hero-title {
    font-weight: 400;
    margin-top: -10px;
}

.hero-title2 {
    font-weight: 400;
    margin-top: -20px;
    padding-left: 120px;
}

.hero-left {
    margin-bottom: 105px;
}

.hero-left p {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
}

.hero-left p b {
    font-weight: 550;
}

.hero-left p i {
        
}

.btn-hubungi {
    margin-top: 18px;
    padding: 10px 20px;
    background-color: #AAA496;
    border: none;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 16px;
    color: white;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.btn-hubungi:hover {
    transform: scale(1.05);
    box-shadow: 0px 11px 14px -3px rgba(0,0,0,0.32);
-webkit-box-shadow: 0px 11px 14px -3px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 11px 14px -3px rgba(0,0,0,0.32);
    background-color: #908c7e;
    transition: .4s ease-in-out;
}

/* Tentang saya section */

#tentang {
    height: 720px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 3rem 0;
    align-items: center;
}


.hero-left2 {
    margin-top: -50px;
}

.hero-left2 img {
    width: 321px;
    height: 450px;

}

.hero-right2 {
    position: relative;
    right: 90px;
    margin-bottom: 70px;

}

.hero-right2 h2 {
    font-weight: 450;
    font-size: 36px;
    
}

.hero-right2 p {
    margin-top: 10px;
    font-size: 16px;
    text-align: justify;
}

.hero-right2 h3 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 480;
}

.hero-right2 span {
    padding-right: 40px;
}

.hero-right2 span img {
    width: 90px;
    height: 66px;
    margin-left: 10px;
    margin-top: 20px;

}

.label-row {
    display: inline-flex;
    gap: 50px;
    position: relative;
    left: 15px;
}

.icon1 {
    position: relative;
    right: 10px;
    font-weight: 500;
}

.icon2 {
    position: relative;
    right: 23px;
    font-weight: 500;
}

.icon3 {
    position: relative;
    right: 21px;
    font-weight: 500;
}

.icon4 {
    position: relative;
    right: 29px;
    font-weight: 500;
}

.icon5 {
    position: relative;
    right: 35px;
    font-weight: 500;
}

/* Portofolio Section */
#project {
    padding: 3rem 0;

}


.grid-3 {
    display: grid;
    padding-bottom: 115px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 40px;
}

.pre-title2 {
    display: flex;
    justify-content: center;
    font-weight: 450;
    font-size: 36px;
}


.info-title2 {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
}

.portfolio-categori {
    position: relative;
    top: 7px;
}

.portfolio-categori h4{
    color: #B18C38;
    font-weight: 400;
}

.portfolio-cover {
    cursor: pointer;
    transition: .3s ease-in-out;
}

.portfolio-cover:hover {
    transform: scale(1.04);
    transition: .5s;
}


.portofolio-title{
    position: relative;
    top: 4px;
    cursor: pointer;
}

.portofolio-title h3{
    font-weight: 500;
}

.portofolio-link {
    display: flex;
    position: relative;
    top: 5px;
}

.portofolio-link h5 {
    font-weight: 400;
    cursor: pointer;
}

.portofolio-link img {
    position: relative;
    left: 7px;
    width: 13px;
    height: 13px;
    transform: translateX(0);
    transition: .1s ease-in-out;
}

.portofolio-link img:hover {
    transform: translateX(5px);
    transition: .2s;

}


.portfolio-cover img {
    width: 349px;
    height: auto;
}

/* input email */
.email-input {
    width: 420px; /* atau sesuaikan lebar sesuai kebutuhan */
    height: 48px;
    padding: 20px 30px;
    font-size: 16px;
    color: black; 
    background-color: #F8F8F8; /* putih keabu-abuan */
    border: 2px solid #AFAFAF; /* border abu-abu */
    border-radius: 15px;
    outline: none;
    box-sizing: border-box;
}

.email-input::placeholder {
    color: #797979;
}

/* contact */

#kontak {
    padding: 3rem 0;

}

.contact h3 {
    display: flex;
    justify-content: center;
    font-weight: 450;
    font-size: 36px;
}

.contact h4 {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
}

.input-email {
    margin: 3rem 0px;
    gap: 20px;
    justify-content: center;
    display: flex;
}

.btn-contact {
    padding: 8px 12px;
    background-color: #AAA496;
    border: none;
    border-radius: 15px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-size: 16px;
    color: white;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.btn-contact:hover {
    box-shadow: 0px 11px 14px -3px rgba(0,0,0,0.32);
-webkit-box-shadow: 0px 11px 14px -3px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 11px 14px -3px rgba(0,0,0,0.32);
    transform: scale(1.03);
    transition: .4s;
}

/* footer */

.logo-footer {
    display: flex;
    align-items: center;
    position: relative;
    top: 90px;
    right: 15px;
    gap: 20px;
}

.logo-footer ul li a {
    font-size: 24px;
    color: black;
    text-decoration: none;
}

.logo-footer a img {
    width: 58px;
    height: 56px;
}

.nama {
    font-weight: 390;
}

#footer {
    height: 348px;
    background-color: #F8F8F8;
    justify-items: center;
}

.menu-footer {
    position: relative;
    top: 120px;
}

.menu-footer ul li{
    display: inline-block;
    color: black;
    margin: 18px;
    list-style: none;
}

.menu-footer ul li a{
    display: inline-block;
    color: black;
    list-style: none;
}

.menu-footer:hover {
    color: #C7C7C7;
}

.menu-footer:visited {
    color: black;
}

.icon {
    position: relative;
    top: 130px;
}

.icon img {
    width: 48px;
    height: 48px;
    margin: 14px 5px;
}

.copyright {
    display: flex;
    background-color: #545454;
    height: 64px;
    justify-content: center;
    align-items: center;
}

.copyright span {
    color: white;
}

.hover-text {
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
}

.hover-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px; 
    background-color: #AAA496; 
    transition: width 0.5s ease;
}

.hover-text:hover::after {
  width: 100%; /* garis muncul */
}
.hover-text:hover {
    color: #606060;
    transition: .2s ease-in-out;
    cursor: pointer;
    
}

@media screen and (max-width: 1200px) {
    .main-container {
        width: 90%;
    }
}

.icon-hover {
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.icon-hover:hover {
    transform: scale(1.1);
    transition: .2s;
}

.hover-text-bawah {
    transition: 0.2s ease-in-out;
}

.hover-text-bawah:hover {
    color: #606060;
    transition: .3s;
}










