* {
  margin: 0; padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.sec {
  min-height: 200vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  background-color: #f9f9f9;
}

.sec:nth-child(odd) {
  background-color: #ddd;
}

/* << ================================================== >> */
/* Information Design */

.information {
  display: grid;
  grid-template-columns: 1fr 2fr;
  justify-content: center;
  height: 30rem;
  width: 80%;
}

/* Style untuk lokasi rama */
.detail-address-rama {
  border-radius: 10px 0 0 10px;
  background-color: #f0f0f0;/* Tambahkan shadow untuk estetika */
}

/* Style untuk lokasi rantang */
.detail-address-rantang {
  border-radius: 10px 0 0 10px;
  background-color: #f0f0f0;/* Tambahkan shadow untuk estetika */
}

.detail-address-rading {
  border-radius: 10px 0 0 10px;
  background-color: #f0f0f0;/* Tambahkan shadow untuk estetika */
}

.map-information-rama iframe {
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 10px;
}

.map-information-rantang iframe {
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 10px;
}

.map-information iframe {
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 10px;
}

@media screen and (max-width: 992px) {
  .information {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  /* Style untuk rama */
  .detail-information-rama {
    margin-top: 4.5rem;
  }

  /* Style untuk rantang */
  .detail-information-rantang {
    margin-top: 4rem;
  }

  .detail-information-rading {
    margin-top: 0rem;
  }

  /* Style untuk rama karena panjang text yang sedikit untuk menyesuaikan */
  .detail-address-rama {
    background-color: #f0f0f0;
    border-radius: 10px 10px 0 0;
    height: 6rem;
  }

  /* Style untuk rantang */
  .detail-address-rantang {
    background-color: #f0f0f0;
    border-radius: 10px 10px 0 0;
    height: 7.4rem;
  }

  .detail-address-rading {
    background-color: #f0f0f0;
    border-radius: 10px 10px 0 0;
    height: 7.2rem;
  }

  /* Style untuk rama karena panjang text yang sedikit untuk menyesuaikan */
  .map-information-rama iframe {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }

  /* Style untuk rama */
  .map-information-rama {
    margin-top: -4.5rem;
  }

  /* Style untuk rantang */
  .map-information-rantang {
    margin-top: -4rem;
  }

  /* Style untuk rantang */
  .map-information-rantang iframe {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }

  .map-information-rading {
    margin-top: 0rem;
  }

  .map-information-rading iframe {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}  

/* Style untuk informasi outlet margonda */
@media screen and (max-width: 701px) {
  .detail-address-rama {
    background-color: #f0f0f0;
    border-radius: 10px 10px 0 0;
    height: 7.5rem;
  }

  /* Style untuk rama */
  .detail-information-rama {
    margin-top: 3.75rem;
  }  

  .map-information-rama {
    margin-top: -3.75rem;
  }
}

/* Style untuk rantang */
@media screen and (max-width: 626px) {
  .detail-address-rantang {
    background-color: #f0f0f0;
    border-radius: 10px 10px 0 0;
    height: 9rem;
  }

  .detail-information-rantang {
    margin-top: 3rem;
  }

  .map-information-rantang {
    margin-top: -3rem;
  }
}

/* Style untuk rading */
@media screen and (max-width: 612px) {
  .detail-address-rading {
    background-color: #f0f0f0;
    border-radius: 10px 10px 0 0;
    height: 9rem;
  }

  .detail-information-rading {
    margin-top: 0rem;
  }

  .map-information-rading {
    margin-top: 0rem;
  }
}

/* Style untuk informasi outlet margonda */
@media screen and (max-width: 365px) {
  .detail-address-rama {
    background-color: #f0f0f0;
    border-radius: 10px 10px 0 0;
    height: 9rem;
  }

  .detail-information-rama {
    margin-top: -0rem; 
  }

  .map-information-rama {
    margin-top: 0rem;
  }
}

/* Style untuk rantang */
@media screen and (max-width: 440px) {
  .detail-address-rantang {
    background-color: #f0f0f0;
    border-radius: 10px 10px 0 0;
    height: 10.5rem;
  }

  .detail-address-rantang {
    margin-top: 0.75rem;
  }

  .map-information-rantang {
    margin-top: -0.75rem;
  }
}

/* Style untuk rading */
@media screen and (max-width: 429px) {
  .detail-address-rading {
    background-color: #f0f0f0;
    border-radius: 10px 10px 0 0;
    height: 10.5rem;
  }

  .detail-address-rading {
    margin-top: 0rem;
  }

  .map-information-rading {
    margin-top: 0rem;    
  }
}

/* Style untuk rama */
@media screen and (max-width: 365px) {
  .detail-address-rama {
    margin-top: 3rem;
  }

  .map-information-rama {
    margin-top: -3rem;
  }
}
