* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.header {
    background: linear-gradient(45deg, rgba(29, 224, 152, 0.355), rgba(29, 199, 205, 0.333));
    height: 13vh;
    position: fixed;
    width: 100%;
    top: 0;
    transition: all 300ms linear;
    z-index: 99;
}
.change-color {
    background-color: rgb(48 47 47);
}
.header-wraper {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    height: inherit;
    align-items: center;
}

.kiri img {
    width: 190px;
    height: 60px;
}

.header .kiri,
header .kanan {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 1rem;
}

.header .kanan {
    margin-left: auto;
    display: flex;
    list-style: none;
    gap: 1rem;
    align-items: center;
    margin-right: 15px;
}

.header.kiri {
    margin: 10px;
    gap: 1rem;
}

li a {
    color: white;
    text-decoration: none;
    padding-right: 15px;
}

.kiri li {
    font-size: 25px;
    font-weight: bold;
    color: rgb(0, 165, 165);
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 100px;
    padding: .8rem;
    justify-content: center;
    flex-direction: column;
    font-size: .8rem;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: 10px 10px solid black;
  }

  .dropdown-content a {
    color: black;
    /* width: 90%; */
    /* padding: 1px 16px; */
    text-decoration: none;
    padding: 0;
    /* display: block; */
    width: 100%;
    /* text-align: left; */
  }

  .dropdown-content form {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
 .logout{
    display: block;
}

  .dropdown-content a:hover, form:hover {
    background-color: white;
}

  .dropdown:hover .dropdown-content {
    display: flex;
  }

.header .bar i {
    display: none;
}

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

.image {
    width: 100%;
    background: linear-gradient(45deg, rgba(29, 224, 152, 0.355), rgba(29, 199, 205, 0.333)), url(/image/nelayan2.png) center top no-repeat;
    height: 90vh;
    background-size: 100% 350px;
    background-attachment: fixed;
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    height: 300px;
}
.image img {
    width: 100%;
    height: 1000px;
}

.background {
    background: rgb(245, 245, 245);
    width: 100%;
    padding: 1rem 0;
    padding-bottom: 5rem;
}

.image h2 {
    font-size: 40px;
    color: azure;
    text-align: center;
    margin-top: 70px;
}

/* .image p {
    color: azure;
    font-size: 13px;
    text-align: center;
    padding: 0 100px;
} */
/* about */
.aboutus{
    background-color: #e2e0e0;
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: space-between;
}
.logoNp{
    width: 100%;
    height: 200px;
    display: flex;
    gap: 3rem;
}
.logoNp p{
    padding-right: 40px;
    width: 100%;
    margin-top: 25px;
    font-size: 14px;
    text-align: justify;
}
.logoNp span{
    font-weight: bold
}
.logoNp b{
    font-size: 16px;
}
.about-p{
    background-color: white;
    margin-top: 50px;
    height: 270px;
    width: 90%;
    margin: auto;
    position: relative;
}
.logoNp img{
    width: 330px;
    height: 150px;
    padding-left: 30px;
    /* margin-top: 25px; */
    margin-top: 50px;
}
.box{
    /* width: 80px; */
    height: 50px;
    background-color: rgba(3, 122, 84, 0.897);
    position: absolute;
    top: -1rem;
    left: -2rem;
}
.box h2{
    color: #ffffff;
    margin-top: 0;
    padding: 10px;
}
/* footer */
.footer {
    background-color: rgb(0, 0, 0);
    width: auto;
    display: flex;
    padding: 1rem;
    padding-bottom: 5rem;
}

.page-footer img {
    width: 220px;
    height: 90px;
}

.page-footer p {
    text-align: left;
    padding-left: 10px;
    font-size: smaller;
    width: 97%;
    color: white;
}

/* .akhir {
    background-color: rgba(0, 253, 228, 0.779);
    width: auto;
    height: 40px;
} */


.page-footer {
    justify-content: space-between;
    width: 25%;
    margin-top: 2rem;
}

.page-footer h3 {
    text-align: center;
    color: white;
}

.page-footer span {
    font-size: small;
    color: white;
    margin: 10px;
}

.page-footer a {
    text-decoration: none;
    color: white;
    font-size: xx-large;
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.page-footer i {
    display: block;
}

.icon-text {
    display: flex;
    margin-top: 2rem;
}

.fa {
    margin-top: 13px;
}

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

.imgfooter img {
    width: 70px;
    height: 70px;
    padding-left: 25px;
    margin-top: 1.7rem;
}

.img-footer img {
    width: 70px;
    height: 50px;
    margin-left: 20px;
    padding: 10px;
}

.produk-btn {
    display: none;
}

.img123 {
    display: none;
}

.produk123 {
    display: flex;
}

.produk123 img {
    width: 100%;
    height: 80px;
}

.produk123 p {
    margin-top: 25px;
    font-size: 14px;
}

.kanan :hover {
    color: black;
    transition: 1s;
}

.news img {
    width: 100px;
    height: 60px;
    margin: 10px;
    display: 12px;
    align-content: center;
}

.news span {
    font-size: small;
    padding-left: 0;
}

.news p {
    font-size: x-small;
}
.sosial i:hover{
    background-color: black;
}
/* copyright */
.akhir {
    background-color: rgba(0, 181, 139, 0.779);
    width: auto;
    height: 24px;
    margin-top: -5px;
}

.copyright {
    justify-content: space-between;
    text-align: center;
}

.copyright p,
.copyright a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 14px;
    margin: 5px;
}

.copyright span {
    color: white;
}
