@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Poppins&family=Roboto:wght@400;700&display=swap");

/* *********************** GENERAL *********************** */
* {
  box-sizing: border-box;
}

html,
body {
  background-color: #cfd5e3;
  margin: 0 auto;
  padding: 0;
  max-width: 785px;
  height: 100%;
}

.container {
  margin: 0 auto;
  background-color: #ebeef5;
  min-height: 100%;
  position: relative;
}
table {
  font-family: Roboto;
  min-width: 25%;
  font-weight: 700;
  border-spacing: 0;
  background-color: #ffffff;
  color: black;
  text-align: center;
  margin-top: 6px;
  margin-left: 50px;
}

tr,
th,
td {
  border: 0.6px solid #132c6c;
  padding: 5px;
}

td {
  font-weight: 400;
  min-width: 120px;
}

/* *********************** HEADER *********************** */
header {
  background-color: #061029;
  padding: 1rem;
}

/* *********************** BANNER *********************** */
.banner {
  border-bottom: 1px solid #bdbdbd;
}

.banner img {
  width: 100%;
  height: 100%;
}

/* *********************** PARAGRAPH *********************** */
p {
  background-color: white;
  margin-left: 20px;
}

/* *********************** LIST *********************** */
li {
  margin-bottom: 5px;
  font-family: Poppins;
}

ul,
ol {
  padding-inline-start: 30px;
}

ol>li::marker {
  font-weight: bold;
}

/* *********************** SECTION *********************** */
section {
  margin-left: 20px;
}

section h1 {
  color: #132c6c;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.24px;
  margin-left: 20px;
  margin-top: 3rem;
  margin-bottom: 25px;
}

a.button {
  background-color: #132c6c;
  border: 1px solid #132c6c;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 25px 10px 25px;
  text-align: center;
  display: block;
}
.tinyimg {
  width: 98% !important;
  margin: 10px !important;
  padding: 10px !important;
}
details summary {
  color: #525968;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 152.941% */
  letter-spacing: -0.34px;
  background-color: #f2f5fb;
  list-style: none;
  cursor: pointer;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding-bottom: 20px;
  margin: 10px 20px 0px 20px;
}

/* open summary */
details[open] summary::before {
  content: url(./assets/minus.svg);
  margin-right: 5px;
  order: 2;
}

details[open] summary {
  background-color: #ffffff;
  border-bottom: 1px solid #ebeef6;
  border-width: 1px;
  color: #132c6c;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.34px;
  border-radius: 10px;
}

details[open] p {
  color: #525968;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.28px;
  margin-left: 30px;
}

/* closed summary */
details:not([open]) summary::before {
  content: url(./assets/plus.svg);
  margin-right: 5px;
  order: 2;
}


details[open] {
  background-color: #ffffff;
  border-bottom: 1px solid #ebeef6;
  border-radius: 0;
  border-width: 1px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 5px;
  border-radius: 8px;
}

details[open] p {
  margin-left: 15px;
}

details[open] summary {
  margin-left: 0px;
}

details div {
  width: 95%;
  padding-left: 10px;
}

/* *********************** FOOTER *********************** */
footer {
  color: #ffffff;
  padding: 20px;
  margin-top: 30px;
  bottom: 0;
  width: 100%;
}

footer h3 {
  color: #8f9ab7;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px;
  letter-spacing: -0.28px;
}

.social-media {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.social-media img {
  width: 25px;
  height: 25px;
}


@media only screen and (max-width: 600px) {
  section h1 {
    color: #132c6c;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.24px;
    margin-left: 3px;
    margin-top: 3rem;
    margin-bottom: 25px;
  }
  
  details summary {
    color: #525968;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 152.941% */
    letter-spacing: -0.34px;
    background-color: #f2f5fb;
    list-style: none;
    cursor: pointer;
    padding: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    padding-bottom: 10px;
    margin: 5px 25px 0px 3px;
  }

  details[open] {
    background-color: #ffffff;
    border-bottom: 1px solid #ebeef6;
    border-radius: 0;
    border-width: 1px;
    margin-right: 20px;
    margin-left: 5px;
    margin-bottom: 5px;
    border-radius: 8px;
  }

  details div {
    width: 95%;
    padding-left: 5px;
  }
}