.squid-sec-1, .squid-sec-4 {
  width: 100%;
  height: 100vh;
}

.squid-sec-1 {
  background-image: url("../../assets/img/Hero/Hero_01.webp");
  background-color: rgba(0,0,0,0.8);
  background-blend-mode: multiply;
}

.squid-sec-1 div, .squid-sec-4 div {
  width: 80%;
  height: 80%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.squid-sec-1 div h1, .squid-sec-4 div h2 {
  font-size: 55px;
  margin: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.squid-sec-2 div h2, .squid-sec-3 div h2, .squid-sec-5 div h2, .squid-sec-6 div h2, .squid-sec-7 div h2, .squid-sec-8 div h2, .squid-sec-9 div h2, .squid-sec-10 div h2, .squid-sec-13 div h2, .squid-sec-14 div h2 {
  font-size: 48px;
}

.squid-sec-2 img {
  width: 75%;
}

.kol-kanan {
  background-color: #fbc330;
  padding-left: 0;
}

.squid-sec-2 p, .squid-sec-10 p {
  font-size: larger;
}

.squid-sec-2, .squid-sec-13 {
  height: auto;
  width: 100%;
}

.squid-sec-3 img {
  width: 100%;
}

@media (min-width: 769px) {
  .squid-sec-3 {
    background-image: url("../../assets/img/Hero/Hero_08.webp");
    background-size: cover;
  }
}

@media (min-width: 768px) {
  .squid-sec-3 .container {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}

@media (min-width: 768px) {
  .squid-sec-3 {
    width: 100%;
    height: 100vh;
  }
}

@media (max-width: 576px) {
  .squid-sec-3 {
    background-image: url("../../assets/img/Hero/Hero_01s.webp");
    background-size: cover;
  }
}

.squid-sec-4 {
  background-image: url("../../assets/img/Hero/Hero_09.webp");
  background-color: rgba(0,0,0,0.8);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}

@media (max-width: 576px) {
  .squid-sec-4 div h2 {
    font-size: 27px;
  }
}

.squid-sec-5 {
  background-image: url("../../assets/img/Hero/Hero_10.webp");
  background-size: cover;
}

.squid-sec-6, .squid-sec-9 {
  width: 100%;
  height: auto;
}

.squid-sec-6 img, .squid-sec-9 img {
  max-width: 75%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.squid-sec-7 {
  width: 100%;
  min-height: auto;
  background-color: whitesmoke;
}

.back-oren {
  background-color: #fbc330;
}

.squid-sec-7 .kol-kanan {
  background-image: url("../../assets/img/Hero/Hero_14a.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.squid-sec-8 div {
  position: relative;
  margin: auto;
  height: 100%;
}

.squid-sec-9 p {
  font-size: larger;
}

.squid-sec-10 {
  background-image: url("../../assets/img/Hero/WP_01.webp");
  background-position: center;
}

.squid-sec-10 img {
  width: 100%;
}

.squid-sec-11 {
  width: 100%;
  background-image: url("../../assets/img/Hero/WP_03.webp");
  background-color: rgba(0,0,0,0.5);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.squid-sec-11 div, .squid-sec-12 div {
  margin: 2.5% 7.5%;
}

.squid-sec-11 th, .squid-sec-12 th {
  background-color: #ff9800;
}

.squid-sec-11 td, .squid-sec-12 td {
  background-color: #3ba9f9;
  color: #ffffff;
}

.squid-sec-11 table, .squid-sec-12 table {
  border-collapse: separate;
  border-spacing: 7px;
}

.squid-sec-12 {
  background-image: url("../../assets/img/Hero/WP_04.webp");
  background-color: rgba(0,0,0,0.5);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.squid-sec-13 img {
  max-width: 85%;
}

.squid-sec-13 {
  background-image: url("../../assets/img/Hero/WP_05.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.squid-sec-13 tr th {
  background-color: var(--bs-gray-dark);
  color: white;
  text-align: center;
}

.squid-sec-13 tr td {
  background-color: rgba(59,169,249,0.8);
  color: white;
}

