@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{
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: whitesmoke;
    border: 1px solid black;
}
header.sticky .logo,
header.sticky ul li a{
    color: #000;
}
.backcontent1{
    border: 1px solid black;
    width: 1200px;
    height:510px;
    background-color: rgb(231, 231, 180);
    /* background-color: yellow; */
    margin-left: 100px;
    margin-right: 80px;
    padding-top: 50px;
    border-radius: 0px 0px 15px 15px ;
    align-items: center;

}
.content1{
    width: 1349px;
    height: 510px;
    /* border: 1px solid black; */
    background: url('masjid4.jpg')no-repeat center center/cover;
    text-align: center;
    color: white;
    border-radius: 0px 0px 15px 15px ;
    /* margin-left: 75px;
    margin-right: 75px; */
    margin-top: 80px;
}
header.sticky .logo,
header.sticky ul li a{
    color: #000;
}
.judul{
    text-align: left;
    color: white;
    font-size: 40px;
    letter-spacing: 3px;
    font-weight: bold;
    font-style: italic;
    padding-left: 60px;
    text-align: left;
}
.penjelas{
    text-align: left;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
    padding-left: 60px;
}

.historia{
    width: 1349px;
    height: 700px;
    border-radius: 10px;
    /* border: 1px solid black; */
}
#historia{
    color: black;
    padding-top: 100px;
}
#asta{
    color: black;
    padding-top: 100px;
}
#keraton{
    color: black;
    padding-top: 100px;
    
}
#masjid{
    color: black;
    padding-top: 100px;
}
#kotatua{
    color: black;
    padding-top: 100px;
}
.judulMenu{
    /* border: 1px solid black; */
    text-align: center;
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: bolder;
}
.isiHistoria{
    /* font-size: 14px;
    margin-top: 30px;
    margin-left: 80px;
    margin-right: 80px; */
    /* border: 1px solid black; */
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 15px;
    margin-left: 80px;
    margin-right: 80px;
    text-align: center;
    /* border: 1px solid black; */
}
.isiHist2{
    font-size: 18px;
}
.imghs{
    border-radius: 15px;
    margin-top: 10px;
    margin-left: 10px;
}
.table1{
    border-collapse: separate;
    /* border: 1px solid black; */
    border-spacing: 50px 0;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
    padding-right: 80px;
    /* border: 1px solid black; */
}

/* tr{
    border: 1px solid black;
} */
.td{
    /* border: 1px solid black; */
    padding-top: 10px;
    padding-bottom: 25px;
    padding-right: 9px;
    padding-left: 9px;
}
.backimg{
    background-color: rgb(90, 101, 85);
    border-radius: 15px;
    height: 300px;
    width: 300px;
    box-shadow: 10px 10px 50px rgb(108, 105, 105);
    
}
.ketbackimg{
    color: rgb(231, 231, 180);
    font-size: 16px;
    text-align: left;
    font-style: normal;
    padding-left: 20px;
    padding-top: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    
}
.ket2backimg{
    color: white;
    font-size: 14px;
    text-align: left;
    font-weight: 100;
    padding-left: 20px;
    padding-right: 20px;
}

.keraton{
    width: 1349px;
    height: 700px;
    /* border: 1px solid black; */
    border-radius: 10px;
    
}
#keraton{
    color: black;
    padding-top: 100px;
    
}
.isiKeraton{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    margin-left: 80px;
    margin-right: 80px;
    text-align: center;
    /* border: 1px solid black; */
}
li{
    list-style: none;
}
.backimgkr{
    background-color: rgb(90, 101, 85);
    border-radius: 15px;
    height: 350px;
    width: 280px;
    margin-left: 18px;
    margin-right: 18px;
    box-shadow: 10px 10px 50px rgb(108, 105, 105);
}
.imgkr{
    border-radius: 15px;
    margin-top: 14px;
    margin-left: 14px;
    margin-right: 11px;
}
.tablekr{
    /* border: 1px solid black; */
    margin-top: 40px;
    /*padding-bottom: 10px; */
    width: 1349px;
    padding-left: 25px;
    padding-right: 10px;
}
.tdkr{
    border: 1px solid black;
    padding-left: 50px;
    /* padding-top: 10px;
    padding-bottom: 10px; */
    /* padding-right: 5px;
    padding-left: 5px; */
    /* margin-left: 50px; */
}
.ketbackimgkr{
    /* color: rgb(231, 231, 180); */
    font-size: 16px;
    text-align: left;
    font-style: normal;
    padding-left: 20px;
    padding-top: 20px;
    font-weight: 500;
    letter-spacing: 2px;
}
.ket2backimgkr{
    color: white;
    font-size: 12px;
    text-align: left;
    font-weight: 350;
    margin-left: 20px;
    margin-right: 20px;
    text-align: justify;
}
.asta{
    width: 1349px;
    height: 650px;
    border-radius: 15px;
    /* border: 1px solid black; */

}
.tableast{
    /* border: 1px solid black; */
    width: 1200px;
    height: 200px;
    margin-left: 70px;
    margin-right: 50px;
    margin-top: 80px;
    /* background-color: whitesmoke; */
    /* border: 1px solid black; */
    /* background: url('ast.jpg')no-repeat center center/cover; */
    color: black;
    border-radius:15px ;

}
.isiAsta{
    margin-left: 30px;
    margin-right: 30px;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
}
img{
    border-radius: 10px;
}

.masjid{
    width: 1347px;
    height: 700px;
    /* border: 1px solid black; */
    padding-bottom: 100px;
}
.isiMasjid{
    padding-top: 70px;
    font-size: 14px;
    font-weight: normal;
}
.tablems{
    border-spacing: 30px 0;
    border-collapse: separate;  
    /* border: 1px solid black; */
    border-spacing: 36px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 80px;
    padding-right: 50px;
     /* background-color: rgb(90, 101, 85); */
} 
.tdms{
    /* border: 1px solid black; */
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 20px;
    padding-right: 20px;
}    
.viewmasjid{
    text-align: center;
    font-size: 18px;
}
.penjelasMasjid{
    text-align: center;
    margin-left: 150px;
    margin-right: 100px;
    font-size: 14px;
    font-weight: normal;
}
.kalianget{
    width: 1347px;
    height: 1200px;
    /* border: 1px solid black; */
    padding-bottom: 100px;
    text-align: justify;
    font-size: 14px;
    ;
}
.imgkalianget{
    border-radius: 1px solid black;
}
.tablekalianget{
    border-collapse: separate;
    /* border: 1px solid black; */
    border-spacing: 20px 0;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
     /* background-color: rgb(90, 101, 85); */
    line-height: 20px;
}

.tablekalianget2{
    border-collapse: separate;
    /* border: 1px solid black; */
    border-spacing: 50px 0;
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
     /* background-color: rgb(90, 101, 85); */
    
}
.penjelasKalianget{
    /* border: 1px solid black; */
    text-align: right;
}

/* .table1{
    border-collapse: separate;
    /* border: 1px solid black; 
    border-spacing: 50px 0;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
    padding-right: 80px;
    /* border: 1px solid black; 
} */

/* tr{
    border: 1px solid black;
} */
.tdkl{
    /* border: 1px solid black;  */
    margin-left: 50px;
    padding-top: 10px;
    padding-bottom: 25px;
    padding-right: 9px;
    padding-left: 9px;
}

.tdkl2{
    /* border: 1px solid black;  */
    margin-left: 50px;
    padding-right: 9px;
    padding-left: 9px;
    line-height: 20px;
}

.xanget2{
    border-collapse: separate;
    /* border: 1px solid black;  */
    border-spacing: 10px 0;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 50px;
    
    /* border: 1px solid black;*/ 
}
.imgshadow{
    box-shadow: 10px 10px 50px rgb(108, 105, 105);
}
.tdkl3{
    /* border: 1px solid black;  */
    margin-left: 20px;
    padding-right: 9px;
    padding-left: 9px;
    margin-top: 50px;
    padding-top: 28px;
    /* box-shadow: 10px 10px 50px rgb(108, 105, 105); */
}
.tdkl4{
    /* border: 1px solid black;  */
    margin-left: 20px;
    padding-right: 9px;
    padding-left: 9px;
    margin-top: 50px;
    padding-top: 28px;
    /* box-shadow: 10px 10px 50px rgb(108, 105, 105); */
}
.penjelaskali2{
    /* border: 1px solid black; */
    padding-left: 50px;
    padding-right: 50px;
    line-height: 20px;
    text-align: justify;
}

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;

}
.tabelFt{
    border-spacing: 80px 0;
    border-collapse: separate; 
    /* border: 1px solid black; */

    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;
}