/* ================================= 
Home Page 
==================================== */
/* =========== Intro =========== */
.boat,
.intro-section .container {
  height: 70vh;
}

.nation-img {
  height: 100%; 
  position: absolute;
  z-index: -1;
}

.intro-section .container {
  display: flex;
  flex-direction: column;
}

.intro-section p {
  text-align: center;
}

h1 {
  font-size: 4rem;
  margin-top: 0;
}

h1, 
h2 {
  text-align: center;
}
  
.bg-footer {
  margin: auto 0 0;
}

.row-2,
.row-4{
  color: #FFFBE4;
}

h4 {
  font-weight: 500;
}

.row-1 p,
.row-2,
.row-4 .container:first-child p {
  line-height: 1.75rem;
}

.row-1 p, 
.row-3 p {
  line-height: 2rem; 
}

.intro-section .bg-container .container,
section {
  padding: 3rem 0;
}

.bg-container .title,
.banner .container {
  height: 100%; 
}

.banner .container {
  flex-direction: column;
  justify-content: center;
}

.bg-container .amarante {
  padding-top: 0;
}

.btn-container {
  margin-top: 1.5rem;
}

.row-2 li a,
.row-4 a {
  padding: 1rem;
}

/* ================================= 
  Guided By Our Values 
==================================== */
.row-1 {
  overflow: hidden;
}

.row-1 h2 {
  margin-top: 0;
  margin-bottom: 1.75rem;
  font-size: 2rem;
}

.row-1 .bg-container {
  position: relative;
}

.row-1 .btn {
  padding: 1rem 1.5rem;
  border: 1px solid #000000;
}

.row-1 .details {
  font-weight: 600;
  margin-bottom: 2rem;
}

.moon {
  position: absolute;
  width: 60%;
}

/* Upper Moon */
.moon:first-of-type {
  bottom: 10%;
  left: -40%;
}
/* Lower Moon */
.moon:last-of-type {
  bottom: -10%;
  right: 0; 
}

.row-1 .btn,
.row-1 .svg-container svg:last-child,
.tan-arrw {
  display: none;
}

.row-1 .bt-point h4,
.word-wrap {
  margin-left: 1rem;
}

.row-1 .svg-container {
  display: flex;
  margin: 2rem 0;
}

.row-1 ul p {
  font-size: 1.25rem;
}

.row-1 .bt-pt {
  border-left: 3px solid black;
}

.bt-pt {
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}

.bt-pt > div {
  position: absolute;
  left: -1.5rem;
  background-color: #FFFBE4;
}

.bt-pt h4 {
  margin-bottom: 0;  
}

.bt-pt p {
  font-weight: 300;
}

.word-wrap {
  width: 85%;
  margin-top: 0.5rem;
  line-height: 1.75rem;
}

/* ================================= 
  Standing Strong
==================================== */
.row-2 {
  padding: 3rem 0;
}

.row-2 h2 {
  font-size: 2.25rem;
  text-align: left;
}

.row-2 ul {
  margin-top: 2.5rem;
}

.item {
  position: relative;
  padding-left: 2.5rem;
}

.item svg {
  position: absolute;
  left: 0;
}

.row-2 h4 {
  margin: 0 0 0.75rem 1rem;
}

.row-2 .item p {
  margin-top: 0; 
}

.events-btn {
  color: #FFFBE4;
  border:1px solid #FFFBE4;
  margin-top: 1rem;
  margin-bottom: 3rem;
  display: inline-block;
  padding: 1rem 1.5rem;
}

/* ================================= 
  Ancestral Territory
==================================== */
.membership-btn {
  margin-top: 1rem; 
  margin-bottom: 3rem; 
  display: inline-block;
  padding: 1rem 1.5rem;
  border: 1px solid #000000;
}

.row-3 {
  overflow: hidden;
}

.row-3 .svg-container {
  margin-top: 1.25rem;
}

.row-3 p {
  font-weight: 400;
}

.row-3 h2 {
  margin: 0; 
}

.trigon {
  position: absolute;
  z-index: -1;
  top: -10%;
  width: 100%;
}

.row-3 .trigon:last-of-type,
.row-3 .container svg:last-of-type {
  display: none;
}

/* ================================= 
  Sovereign Nation 
==================================== */
.row-4 .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.row-4 p {
  text-align: center;
}

.row-4 .svg-container {
  margin: 1.75rem 0;
}

.row-4 .container > p:last-of-type {
  padding-bottom: 0;
  margin: 0;
}

.row-4 .img-container img {
  width: unset;
  margin: 0 auto;
}

/* ================================= 
  MEDIA QUERIES 768px 
==================================== */
@media (min-width: 768px) {
  h1 {
    font-size: 4.5rem;
  }

/* =========== Intro =========== */
  .intro-section .container {
    width: 70%;
  }

  .row-1 .svg-container svg:last-child,
  .tan-arrw, 
  .row-3 .trigon:nth-of-type(2) {
    display: block;
  }

/* =========== Guided By Our Values =========== */
    /* Upper Moon */
  .moon:first-of-type {
    top: 30%;
    left: -10%;
  }
  /* Lower Moon */
  .moon:last-of-type {
    bottom: -50%;
    right: 0; 
  }

  .btn {
    position: relative;
    z-index: 1;
  }

  .row-1 .container, 
  .row-2 .container, 
  .row-2 ul,
  .row-3,  
  .row-3 .container,
  .wrapper {
    display: flex;
  }

  .row-1 .container,
  .row-2 .container,
  .row-3 .container {
    justify-content: space-between;    
  }

  .row-1 h4 {
    margin-bottom: 0.75rem;
  }

  .row-1 .container {
    min-height: 70vh;
  }

  .row-3 .container {
    padding: 3rem 0;
  }

  .col-1,
  .col-2 {
    width: 47.5%;
  }

  .col-1 .details,
  .col-2 .fira-sans {
    font-weight: 400;
    font-size: 1rem;
  }

  .col-2 {
    margin-top: 0;
  }

  .row-1 .svg-container svg,
  .row-2 img,
  .word-wrap {
    width: 100%;
  }

  .row-1 h2 {
    font-size: 2.25rem;
    text-align: left;
    margin-bottom: 1.5rem;
    line-height: 2.5rem;
  }


  .row-1 .svg-container {
    margin: 0;
  }

  .row-1 .btn {
    display: inline-block;
  }

  .bt-pt {
    padding-bottom: 0.25rem;
  }

/* =========== Standing Strong =========== */
  .row-2 .container {
    flex-direction: row-reverse;
  }

  .row-2 h2 {
    margin: 1rem 0;
  }

  .row-2 .col-1 {
    width: 50%;
  } 

  .row-2 .col-2 {
    width: 45%;  
    margin-top: 10%;
  }

  .row-2 .col-1 > p:last-of-type,
  .row-2 ul {
    font-weight: 300;
  }

  .row-2 ul {
    margin-top: 1.5rem;
  }

  .row-2 .col-1 > p:last-of-type {
    margin-bottom: 2rem;
  }

  .tan-arrw {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    transform: scale(1.125);
  }

  .row-2 .img-container {
    position: relative;
    z-index: 1;
  }

  .row-2 img {
    object-fit: contain;
  }

  .row-2 .col-1 p {
    font-size: 1rem;
  }

  .row-2 .bt-point >div:last-child{
    margin-left: auto;
    width: 85%;
  }

  /* =========== Ancestral Territory =========== */
  .row-3 .bg-container {
    margin: auto 0;
  }

  .row-3 h2 {
    text-align: left;
    font-size: 2.25rem;
  }

  .row-3 .svg-container {
    margin: 1rem;
  }

  .row-3 .svg-container svg:first-of-type {
    display: none;
  }

  .row-3 .svg-container svg:last-of-type {
    display: block;
    width: 100%;
  }

  .home .row-3 p {
    line-height: 1.75rem;
    margin-top: 0;
    font-size: 1.125rem;
  }

  .trigon:first-child {
    display: none;
  }

  /* =========== Sovereign Nation =========== */
  .row-4 .bg-container {
    min-height: 100vh; 
  }
  
  .row-4 .container{
    width: 70%;
  }

  .row-4 .container {
    padding-top: 2rem;
  }
  
  .row-4 .container > p:last-of-type {
    padding-bottom: 0;
  }

  .row-4 h2 {
    margin: 1.125rem 0;
  }
}

/* ================================= 
  MEDIA QUERIES 1024px 
==================================== */
@media (min-width: 1024px) {
  h1 {
    margin-top: 2rem;
    font-size: 5.5rem;
  }

  .home .intro-section .bg-container .container {
    padding-top: 5rem;
  }

  .intro-section .container {
    height: 85vh;
  }

  .container {
    max-width: 1200px;    
  }

  .bg-footer {
    width: 50%;
    margin: auto auto 0; 
  }

  .col-1 .svg-container {
    display: inline-flex;
    gap: 1rem;
  }
  
  .boat {
    height: 100vh;
  }

  .bg-footer {
    width: 60%;
  }

 /* =========== Standing Strong =========== */
  .moon {
    width: 40%; 
  }

  /* Upper Moon */
  .moon:first-of-type {
    bottom: -10%;
    left: -5%;
  }
  /* Lower Moon */
  .moon:last-of-type {
    bottom: -80%;
    right: 0; 
  }

  .col-1 .btn {
    position: relative;
    z-index: 1;
  }

  /* =========== Guided by Our Values =========== */
  .row-1 .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
    height: calc(100vh - 6rem);
  }

  .row-1 .col-1,
  .row-1 .col-2 {
    margin: auto 0;
    height: 55%;
    width: 100%;
  }

  .row-1 .bt-pt:first-of-type h4,
  .row-2 .col-2 {
    margin-top: 0;
  }

  .row-1 .svg-container,
  .row-1 .col-1 .btn 
  {
    width: max-content;
  }

  .row-1 .col-1 p:last-of-type {
    width: 90%;
    font-size: 1.125rem;
  }

  .row-1 .col-1 p:last-of-type,
  .row-1 p,
  .row-1 .col-2 p,
  .row-2 .col-1 p {
    font-size: 1.125rem;
  }

  .col-2 {
    margin-bottom: 0;
  }

  .bt-pt p {
    padding-bottom: 2rem;
  }

  .moon:first-of-type {
    top:-20%;
    width: 50%;
  }

  .moon:last-of-type {
    bottom: -40%;
  }

  /* =========== Standing Strong =========== */
  .row-2 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .row-2 h2 {
    margin: 2rem 0;
    font-size: 3rem;
  }

  .row-2 .img-container {
    padding-top: 4rem;
  }

  .tan-arrw {
    transform: scale(1.1);
    top: 3rem;
  }

  /* =========== Ancestral Territory =========== */
    .row-3 {
      height: 100vh;
    }

    .row-3 .svg-container {
      margin-left: 0; 
    }

    .row-3 h2 {
      font-size: 3.5rem; 
    }

    .trigon {
      top: -60%;
      left: 5%;
    }

  /* =========== Sovereign Nation =========== */

  .row-4 .container,
  .row-4 .container > p:last-of-type  {
    margin: 0 auto;
  }

  .row-4 .container {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .row-4 h2,
  .row-4 .container > p:last-of-type {
    width: 70%;
  }

  .row-4 .svg-container {
    margin: 2.25rem 0;
  }

  .row-4 .container {
    width: 65%;
  }

  .row-4 h2 {
    margin: 1.125rem auto 2.25rem;
  }
}