.profile-background {
  height: 300px;
  width: 100%;
  background-image: linear-gradient(rgba(9, 0, 77, 0.65), rgba(9, 0, 77, 0.65)),
    url(../asset/image/fotostruktural/20150720_085302.jpg);
  background-size: cover;
  background-position: center;
}

.kontak-container {
  height: auto;
  width: 100%;
  padding-left: 7%;
  padding-right: 7%;
  /*background: #fff;*/
  background-image: url("../asset/image/fotostruktural/kontakbg.jpg");
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 100px;
}

.kontak-container-row {
  display: flex;
  text-align: center;
  align-items: center;
  flex-basis: 100%;
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.5);
}

.kontak-container-col {
  flex-basis: 50%;
  padding: 50px;
  text-align: left;
  height: auto;
}

.kontak-container-col h1 {
  font-size: 70px;
  margin-bottom: 30px;
}

.kontak-container-col p {
  font-size: 20px;
  color: #555;
  margin-bottom: 30px;
}

.info {
  background-image: url("../asset/image/fotostruktural/kontakbgcol.png");
  background-size: cover;
}

.kontak-title h1 {
  color: #fff;
}

.kontak-title p {
  color: #fff;
}

.kontak-info {
  margin-bottom: 50px;
}

.kontak-info ul li {
  display: block;
  border-bottom: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 1.5;
}

.kontak-info ul li p {
  font-size: 14px;
  color: #fff;
}

.kontak-info ul li h2 {
  font-size: 20px;
  color: #d6d6d6;
}

.icon-kontak-row {
  flex-basis: 100%;
  display: flex;
}

.icon-kontak-col-1 {
  flex-basis: 20%;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 10px;
}

.icon-kontak-col-1 .fa {
  font-size: 25px;
  border: 2px solid #fff;
  padding: 20px;
  color: #fff;
}

.icon-kontak-col-2 {
  flex-basis: 80%;
}

.kontak-info-footer p {
  font-size: 14px;
}

.kontak-info-footer ul li {
  display: inline-block;
  margin-right: 25px;
}

.kontak-info-footer ul li .fa {
  font-size: 20px;
  color: #fff;
}

.kontak-input-box {
  margin-bottom: 50px;
}

.kontak-input-box .fa {
  color: rgb(196, 53, 53);
}

.kontak-container-col #submitPsn {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  color: #d6d6d6;
  background: #033861;
  border-radius: 50px;
  font-weight: 600;
  outline: none;
  border: none;
  font-size: 18px;
}

.kontak-container-col #submitPsn:hover {
  transition: 0.3s ease;
  background: orange;
}

form .kontak-input-box input[type="text"] {
  width: 100%;
  height: 50px;
  border: 1px solid #d6d6d6;
  background-color: #f4f3fc;
  padding: 15px;
  font-size: 16px;
}

form .kontak-input-box input[type="email"] {
  width: 100%;
  height: 50px;
  border: 1px solid #d6d6d6;
  background-color: #f4f3fc;
  padding: 15px;
  font-size: 16px;
}

form .kontak-input-box input[type="email"]:focus {
  outline: none;
}

form .kontak-input-box input[type="text"]:focus {
  outline: none;
}

form .kontak-input-box textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #d6d6d6;
  background-color: #f4f3fc;
  padding: 15px;
  font-size: 16px;
}

form .kontak-input-box textarea:focus {
  outline: none;
}

form .kontak-input-box #pesan {
  height: 100px;
}

.kontak-right {
  box-shadow: -10px 0px 3px 0px #aaa;
}

.kontak-input-box p {
  font-size: 16px;
}

.maps-container {
  width: 100%;
  height: 800px;
}

.form {
  width: 50%;
}

/*--------------------------------HALAMAN PAGE NOT FOUND--------------------------------*/

.pagenotfound-container {
  height: auto;
  width: 100%;
  padding-left: 7%;
  padding-right: 7%;
  /*background: #fff;*/
  background: #1b5e91;
  padding-top: 200px;
  padding-bottom: 200px;
}

.pagenotfound-title {
  text-align: center;
  color: #d6d6d6;
}

.pagenotfound-title p {
  margin-bottom: 40px;
}

#page-404 {
  font-size: 200px;
}

#title-404 {
  font-size: 50px;
  padding-bottom: 20px;
}

#title-404 i {
  margin-left: 20px; /* Adjust margin as needed */
}

.back-home {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #aaa;
  text-decoration: none;
  font-weight: bold;
  background-color: #555;
  padding: 10px;
  font-size: 26px;
  text-align: center;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.back-home:hover {
  background-color: rgb(0, 145, 185);
  color: #fff;
}
