@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body{
    background: whitesmoke;
    min-height: 200vh;
}
header{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    z-index: inherit;
    padding: 4px 100px;
    background-color: rgb(231, 231, 180);
}
/* perubahan buat abis scroll */
header.sticky{
    padding: 5px 100px;
    background: whitesmoke;
}
header .logo{
    position: relative;
    filter: grayscale(100);
    font-weight: 700;
    color: black;
    text-decoration: none;
    letter-spacing: 2px;
    transition: 0.6s;
}
header ul{
    position: relative;

    justify-content: center;
    align-items: center;
}
header ul li {
    position: relative;
    list-style: none;
}

header ul li a {
    position: relative;
    text-decoration: none;
    color: black;
    letter-spacing: 2px;
    font-weight: 500px;
    transition: 0.6s;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: rgb(231, 231, 141);
    border-radius: 15px;
}

li.dropdown {
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 13px;
    font-size: 15px;
    width: max-content;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
  .dropdown:hover .dropdown-content {
    display: block;
  }

.section1{
    width: 100%;
    height: 100vh;
    background-color: whitesmoke;
    border: 1px solid black;
}
header.sticky .logo,
header.sticky ul li a{
    color: #000;
}
header.sticky .logo,
header.sticky ul li a{
    color: #000;
}
#nyadhar, #pasir{
    color: black;
    padding-top: 80px;
}
.kotakpasir{
    width: 1349px;
    height: 800px;
    border-radius: 10px;
    margin-top: 50px;
    /* border: 1px solid black; */
}

.kotaknyadhar{
    width: 1349px;
    height: 500px;
    border-radius: 10px;
    /* border: 1px solid black; */
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 30px;
}


.judultradisi{
    text-align: left;
    color: #000;
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: bold;
    padding-left: 100px;
    text-align: left;
}
.penjelastradisi{
    text-align: left;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
    padding-left: 40px;
}

.penjelaspasir{
    padding-left: 60px;
    border-radius: 15px;
    font-size: 15px;
    color: #000;
    font-size: 10px;
    letter-spacing: 3px;
    font-weight: bold;
    padding-left: 60px;
}

footer{
    width: 1349px;
    height: 350px;
    background-color: rgb(90, 101, 85);
    padding-top: 80px;
    padding-bottom: 50px;
}
.ketFooter{
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 50px;
    /* border: 1px solid black; */
    width: 1200px;
    height: 500;
    border-radius: 10px;
    padding-bottom: 50px;

}
.tablepasir{
    border-collapse: separate;
    /* border: 1px solid black; */
    border-spacing: 50px 0;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    font-size: 15px;
}
.tdpasir{
    /* border: 1px solid black; */
    text-align: justify;
    font-size: 15px;
    border-radius: 15px;
}

.img1{
    box-shadow: 10px 10px 50px rgb(108, 105, 105);
    border-radius: 15px;
}

.tabelFt{
    border-spacing: 80px 0;
    border-collapse: separate; 
    padding-bottom: 25px;
}
.tdft{
    /* border: 1px solid black; */
    padding-top: 10px;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 13px;
    color: white;
}

.judulFt{
    font-weight: bolder;
    font-size: 20px;
    color: white;
    text-shadow:rgb(231, 231, 180);
    letter-spacing: 2px;
    padding-left: 17px;
}