.title {
  font-size: xxx-large;
  font-weight: 700;
  text-align: center;
  color: var(--bg-green);
  text-shadow: 2px 2px 4px var(--bg-white);
  letter-spacing: 1px;
}

.top-section {
  display: flex;
  align-items: stretch;
}

.logo-top {
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-sectionS {
  display: none;
}

.top-sectionSbg {
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.left-top>.p-5,
.right-top>.p-5 {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.left-top {
  width: 30%;
  position: relative;
  display: flex;
  background-image: url("/assets/images/multiple-square-bg.jpg");
}

.left-top img {
  /* position: absolute;
  top: 45px;
  left: 250px;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scale(1.1); */
  position: absolute;
  top: 5%;
  left: calc(85% + 5vw);
  transform: translateX(-50%);
  /* transform: scale(1.1); */
  width: 100%;
  height: auto;
  z-index: 1;
  max-width: 500px;
  min-width: 450px;
}

.right-top {
  display: flex;
  flex-direction: column;
  width: 70%;
}

.layer-1 {
  height: 50px;
  background-image: url("/assets/images/multiple-square-bg.jpg");
}

.layer-1bg {
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.layer-2 {
  height: 30px;
}

.layer-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: relative; */
  min-height: 300px;
  background: var(--bg-green);
  overflow: visible;
  flex: 1;
}

.intro {
  /* margin-left: 300px;
  margin-right: 300px; */
  margin: 0 auto;
  padding: 0 5vw 0 20vw;
  /* max-width: 1000px; */
  text-align: justify;
}

.intro p {
  /* font-size: large; */
  font-weight: 400;
  color: white;
  font-size: large;
}

.layer-4 {
  height: 30px;
}

.bottom-section {
  display: flex;
  align-items: stretch;
}

.left-bottom>.p-5,
.right-bottom>.p-5 {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.left-bottom {
  width: 58%;
  border-radius: 0 40px 0 0;
  background-image: url("/assets/images/multiple-square-bg.jpg");
  display: flex;
  flex-direction: column;
}

.p-5left {
  border-radius: 0 40px 0 0;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-title h1 {
  text-align: right;
  color: var(--bg-white);
  text-decoration-line: underline;
  font-weight: 600;
}

.map-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100vh;
  flex: 1;
}

.map-loc {
  text-align: right;
  border-radius: 10px;
  width: 80%;
  flex: 1;
  display: flex;
}

.map-loc iframe {
  flex: 1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 10px solid var(--bg-green);
}

.map-address {
  width: 80%;
}

.map-address p {
  color: var(--bg-white);
  font-size: xx-large;
  font-weight: 400;
}

.mid-bottom {
  width: 2%;
}

.right-bottom {
  width: 40%;
  background-color: var(--bg-green);
  border-radius: 40px 0 0 0;
  display: flex;
  flex-direction: column;
}

.tri-shape {
  width: 0;
  height: 0;
  position: absolute;
  left: -48px;
  top: 50px;
  z-index: 1;
  border-style: solid;
  border-width: 30px 30px 30px 30px;
  border-color: transparent transparent transparent var(--bg-grey);
}

.loc-title {
  position: relative;
}

.loc-title h1 {
  text-align: left;
  color: var(--bg-white);
  font-weight: 600;
}

.img-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.loc-img {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.loc-img img {
  width: 100%;
  border-radius: 10px;
  max-width: 500px;
}

@media screen and (max-width: 1400px) {

  .left-top img {
    top: 15%;
    left: 50%;
    transform: scale(1.3);
    width: 100%;
    max-width: 300px;
    min-width: 20px;
    height: auto;
  }

  .layer-1 {
    height: 30px;
  }

  .layer-2 {
    height: 30px;
  }

  .layer-3 {
    max-height: 100px;
  }

  .intro p {
    font-size: medium;
  }

  .layer-4 {
    max-height: 30px;
  }
}

@media screen and (max-width: 1200px) {

  .left-top img {
    top: 15%;
    left: 50%;
    transform: scale(1.3);
    width: 100%;
    max-width: 300px;
    min-width: 20px;
    height: auto;
  }

  .layer-1 {
    height: 20px;
  }

  .layer-2 {
    height: 20px;
  }

  .layer-3 {
    max-height: 100px;
  }

  .intro {
    padding: 0 5vw 0 25vw;
  }

  .intro p {
    font-size: medium;
  }

  .layer-4 {
    max-height: 20px;
  }
}

@media screen and (max-width: 992px) {

  /*Susun semula*/
  .title {
    font-size: xx-large;
    font-weight: 700;
    text-align: center;
    color: var(--bg-green);
  }

  .top-section {
    display: none;
  }

  .top-sectionS {
    display: flex;
    background-image: url("/assets/images/multiple-square-bg.jpg");
  }

  .introS {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    flex: 1;
  }

  .intro {
    margin: 0 auto;
    padding: 0 10vw;
    text-align: justify;
  }

  .intro-img img {
    max-width: 150px;
    height: auto;
  }

  .bottom-section {
    flex-direction: column;
    background-color: var(--bg-green);
    padding-bottom: 0 !important;
  }

  .left-bottom {
    width: 100%;
    border-radius: 0 !important;
    background-image: none;
    padding: 0 !important;
  }

  .right-bottom {
    width: 100%;
    border-radius: 0 !important;
    padding: 0 !important;
    background-image: url("/assets/images/multiple-square-bg.jpg");
  }

  .p-5right {
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .mid-bottom {
    display: none;
  }

  .p-5left {
    border-radius: 0 !important;
    background-color: transparent;
  }

  .map-container,
  .img-container {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .map-loc,
  .loc-img {
    width: 100%;
    flex: 1;
  }

  .map-loc iframe {
    height: 100%;
    min-height: 300px;
    border: 10px solid var(--bg-grey);
  }

  .loc-img {
    align-items: center;
    gap: 20px;
    padding-top: 10px;
  }

  .loc-img img {
    width: 100%;
    max-width: 500px;
    border: 5px solid var(--bg-green);
  }

  .loc-title {
    padding: 0 !important;
  }

  .br-hide {
    display: none;
  }

  .space-sm {
    display: inline;
  }

  .tri-shape {
    width: 0;
    height: 0;
    position: absolute;
    left: 0px;
    top: -50px;
    z-index: 1;
    border-style: solid;
    border-width: 30px 30px 30px 30px;
    border-color: var(--bg-green) transparent transparent transparent;
  }

  .map-address p {
    font-size: 1.125em;
  }

  .map-address {
    width: 100%;
  }

  .map-title {
    padding: 0 !important;
  }

  .map-title h1 {
    text-align: left;
    text-decoration-line: none;
  }
}

@media screen and (max-width: 768px) {

  /*Susun semula*/
  .title {
    font-size: xx-large;
    font-weight: 700;
    text-align: center;
    color: var(--bg-green);
  }

  .top-section {
    display: none;
  }

  .top-sectionS {
    display: flex;
    background-image: url("/assets/images/multiple-square-bg.jpg");
  }

  .introS {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    flex: 1;
  }

  .intro {
    margin: 0 auto;
    padding: 0 10vw;
    text-align: justify;
  }

  .intro-img img {
    max-width: 150px;
    height: auto;
  }

  .bottom-section {
    flex-direction: column;
    background-color: var(--bg-green);
    padding-bottom: 0 !important;
  }

  .left-bottom {
    width: 100%;
    border-radius: 0 !important;
    background-image: none;
    padding: 0 !important;
  }

  .right-bottom {
    width: 100%;
    border-radius: 0 !important;
    padding: 0 !important;
    background-image: url("/assets/images/multiple-square-bg.jpg");
  }

  .p-5right {
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .mid-bottom {
    display: none;
  }

  .p-5left {
    border-radius: 0 !important;
    background-color: transparent;
  }

  .map-container,
  .img-container {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .map-loc,
  .loc-img {
    width: 100%;
    flex: 1;
  }

  .map-loc iframe {
    height: 100%;
    min-height: 300px;
    border: 10px solid var(--bg-grey);
  }

  .loc-img {
    align-items: center;
    gap: 20px;
    padding-top: 10px;
  }

  .loc-img img {
    width: 100%;
    max-width: 500px;
    border: 5px solid var(--bg-green);
  }

  .loc-title {
    padding: 0 !important;
  }

  .br-hide {
    display: none;
  }

  .space-sm {
    display: inline;
  }

  .tri-shape {
    width: 0;
    height: 0;
    position: absolute;
    left: 0px;
    top: -50px;
    z-index: 1;
    border-style: solid;
    border-width: 30px 30px 30px 30px;
    border-color: var(--bg-green) transparent transparent transparent;
  }

  .map-address p {
    font-size: 1.125em;
  }

  .map-address {
    width: 100%;
  }

  .map-title {
    padding: 0 !important;
  }

  .map-title h1 {
    text-align: left;
    text-decoration-line: none;
  }
}

@media screen and (max-width: 576px) {

  /*Susun semula*/
  .title {
    font-size: xx-large;
    font-weight: 700;
    text-align: center;
    color: var(--bg-green);
  }

  .top-section {
    display: none;
  }

  .top-sectionS {
    display: flex;
    background-image: url("/assets/images/multiple-square-bg.jpg");
  }

  .introS {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    flex: 1;
  }

  .intro {
    margin: 0 auto;
    padding: 0 10vw;
    text-align: justify;
  }

  .intro-img img {
    max-width: 150px;
    height: auto;
  }

  .bottom-section {
    flex-direction: column;
    background-color: var(--bg-green);
    padding-bottom: 0 !important;
  }

  .left-bottom {
    width: 100%;
    border-radius: 0 !important;
    background-image: none;
    padding: 0 !important;
  }

  .right-bottom {
    width: 100%;
    border-radius: 0 !important;
    padding: 0 !important;
    background-image: url("/assets/images/multiple-square-bg.jpg");
  }

  .p-5right {
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .mid-bottom {
    display: none;
  }

  .p-5left {
    border-radius: 0 !important;
    background-color: transparent;
  }

  .map-container,
  .img-container {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .map-loc,
  .loc-img {
    width: 100%;
    flex: 1;
  }

  .map-loc iframe {
    height: 100%;
    min-height: 300px;
    border: 10px solid var(--bg-grey);
  }

  .loc-img {
    align-items: center;
    gap: 20px;
    padding-top: 10px;
  }

  .loc-img img {
    width: 100%;
    max-width: 500px;
    border: 5px solid var(--bg-green);
  }

  .loc-title {
    padding: 0 !important;
  }

  .br-hide {
    display: none;
  }

  .space-sm {
    display: inline;
  }

  .tri-shape {
    width: 0;
    height: 0;
    position: absolute;
    left: 0px;
    top: -50px;
    z-index: 1;
    border-style: solid;
    border-width: 30px 30px 30px 30px;
    border-color: var(--bg-green) transparent transparent transparent;
  }

  .map-address p {
    font-size: 1.125em;
  }

  .map-address {
    width: 100%;
  }

  .map-title {
    padding: 0 !important;
  }

  .map-title h1 {
    text-align: left;
    text-decoration-line: none;
  }
}