@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", sans-serif;
}
@font-face {
  font-family: "Trebuchet MS";
  src: url("../fonts/TrebuchetMS-Bold.woff2") format("woff2"),
    url("../fonts/TrebuchetMS-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trebuchet MS";
  src: url("../fonts/TrebuchetMS.woff2") format("woff2"),
    url("../fonts/TrebuchetMS.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

sup {
  font-size: 13px;
  color: green;
}

.main__container {
  max-width: 1200px;
  margin: auto;
}

.logo__section__container {
  max-width: 350px;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 0;
}
.save__background {
  background: url(../images/banner_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  /* margin-bottom: 35px; */
  padding: 60px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#181db7+0,0b126e+100 */
}

.save__background > h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #fff;
}
.save__background > p {
  color: #fff;
  font-size: 20px;
  padding-top: 12px;
}

.overview__section {
  /* background-color: #fafafa; */
  background: url('../images/overview_background.png') ;
  padding: 50px 0;
}

.overview__section h2 {
  font-size: 35px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 30px;
  text-align: center;
}
.overview__section p {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
}
.button__section {
  padding: 40px 0;
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin: auto;
  flex-wrap: wrap;
}
.button__section > a {
  margin: 30px;
}
.button__section > a,
.button__section > a::after,
.section__combine .button__section > a:before,
.section__combine .button__section > a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button__section > a,
.section__combine .button__section > a {
  background: none;
  border: 3px solid #181db7;
  border-radius: 5px;
  color: #181db7;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin: 15px auto;
  padding: 15px 10px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  flex: 0 0 45%;
  text-align: center;
}

.button__section > a::before,
.button__section > a::after,
.section__combine .button__section > a:before,
.section__combine .button__section > a:after {
  background: #181db7;
  content: "";
  position: absolute;
  z-index: -1;
}


.button__section > a:nth-child(1):hover,
.button__section > a:nth-child(1):hover sup,
.button__section > a:nth-child(2):hover,
.button__section > a:nth-child(2):hover sup,
.button__section > a:nth-child(3):hover,
.button__section > a:nth-child(3):hover sup,
.button__section > a:nth-child(4):hover,
.button__section > a:nth-child(4):hover sup
.button__section > a:nth-child(5):hover,
.button__section > a:nth-child(5):hover sup
.button__section > a:nth-child(6):hover,
.button__section > a:nth-child(6):hover sup
.button__section > a:nth-child(7):hover,
.button__section > a:nth-child(7):hover sup {
  background: none;
}

.button__section > a:hover,
.button__section > a:hover sup {
  color: #fff;
  background: #181db7;
}


/* BUTTON 1 */
.btn-1::after {
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.btn-1:hover:after {
  height: 100%;
}

a.btn-1.btn-2 {
  border-color: #999;
  color: #999;
  cursor: default;
}
.button__section > a.btn-1.btn-2::before,
.button__section > a.btn-1.btn-2::after,
.button__section > a.btn-1.btn-2,
.button__section > a.btn-1.btn-2 {
  background: none;
}

/* index_2 */
.section__combine {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-wrap: wrap;
}
.section__overview {
  flex: 0 0 65%;
}
.section__combine .button__section {
  flex: 0 0 35%;
  padding: 0 40px;
}
.section__combine .button__section > a {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .logo__section__container > div > img {
    max-width: 90px;
    padding: 10px 0;
  }
  .save__background > h2 {
    font-size: 45px;
  }
  .save__background {
    padding: 30px 0;
  }
  .save__background > p {
    font-size: 16px;
  }
  .overview__section h2 {
    font-size: 25px;
    padding-bottom: 15px;
  }
  .overview__section p {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }
  .overview__section {
    padding: 30px 0 20px;
  }
  .button__section,
  .section__combine .button__section {
    padding: 20px 15px;
  }
  .button__section > a {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px;
  }
  .section__overview,
  .section__combine .button__section {
    flex: 0 0 100%;
  }
}
