:root {
  --dark : #22071e;
  --darker : #59114d;
  --light : #dcd7d0;
  --lightshade : #eeebe8;
  --lighter : #fffbfe;
  --lightershade : #ffebfa;
  --accent : #40e0d0;
  --accentshade : #1a9e91;
  --error : #ffd700;
  --footer : #1e1e1e;
  --lightertransparent : #fffbfecc;
  --lighttransaprent : #dcd7d0cc;
}



html {
  font-size: 2svh;
}

body {
  background-color: var(--lighter);
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}

#headerBoxForm {
  width: 100svw;
  height: 12svh;
  display: grid;
  grid-template-columns: 6svw 88svw 6svw;
  grid-template-rows: 2svh 4svh 4svh 2svh;
}
  #preHeaderForm {
    grid-area: 1 / 1 / 3 / 4;
    background-color: var(--lighter);
  }
  #mainHeaderForm {
    grid-area: 2 / 2 / 4 / 3;
    background-color: var(--accent);
    z-index: 1;
    border-radius: 50px;
    display: grid;
    grid-template-rows: 1svh auto 1svh;
    grid-template-columns: 4.5svw auto auto 4.5svw;
  }
      #logoForm {
        grid-area: 2 / 2 / 3 / 3;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: left;
      }
        #logoType {
          font-size: 2rem;
          font-weight: 600;
          color: var(--lighter);
          font-family: "Montserrat", serif;
        }
      #menu {
        grid-area: 2 / 3 / 3 / 4;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: right;
      }
        #menuBurger {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 2rem;
          font-weight: 600;
          color: var(--lighter);
        }
  #connectorHeaderForm {
    grid-area: 3 / 1 / 5 / 5;
    background-color: var(--dark);
  }
  #menuForm {
    width: 100svw;
    height: 100%;
    grid-template-columns: 6svw 88svw 6svw;
    grid-template-rows: 2svh 4svh 4svh 2svh 35svh auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
      #menuClose {
        grid-area: 2 / 3 / 3 / 4;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: right;
      }
          #cross {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            font-weight: 600;
            color: var(--lighter);
          }
  #connectorHeaderFormMenu {
    grid-area: 3 / 1 / 5 / 5;
    background-color: var(--lighter);
  }
  #menuBody {
    grid-area: 5 / 1 / 6 / 5;
    display: grid;
    height: 35svh;
    grid-template-rows: 4svh 9svh 9svh 9svh 4svh;
    grid-template-columns: 12svw 76svw 12svw;
    border-radius: 0 0 25px 25px;
    background-color: var(--lighter);
    z-index: 10;
  }
      #navigation1 {
        grid-area: 2 / 2 / 3 / 3;
        align-items: center;
        font-size: 2rem;
        line-height: 1.1;
        font-weight: 800;
        color: var(--accent);
        font-family: "Montserrat", serif;
        text-align: center;
      }
      #navigation2 {
        grid-area: 3 / 2 / 4 / 3;
        align-items: center;
        font-size: 2rem;
        line-height: 1.1;
        font-weight: 800;
        color: var(--dark);
        font-family: "Montserrat", serif;
        text-align: center;
      }
      #navigation3 {
        grid-area: 4 / 2 / 5 / 3;
        align-items: center;
        font-size: 2rem;
        line-height: 1.1;
        font-weight: 800;
        color: var(--dark);
        font-family: "Montserrat", serif;
        text-align: center;
      }
      #filler {
      grid-area: 5 / 1 / 7 / 5;
      display: flex;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 5;
    } 


#landing {
  width: 100svw;
  height: auto;
  background: linear-gradient(0deg, var(--darker), var(--dark));
  display: grid;
  grid-template-rows: 6svh auto 3svh auto 9svh auto 9svh auto 9svh auto 2svh auto 9svh auto 9svh auto 6svh auto 9svh auto 9svh auto 6svh auto 9svh;
  grid-template-columns: 6svw 6svw 76svw 6svw 6svw;
}
    #landingHook {
      grid-area: 2 / 3 / 3 / 4;
      font-size: 2.75rem;
      line-height: 1.1;
      font-weight: 800;
      color: var(--lighter);
      font-family: "Montserrat", serif;
    }
    #landingSubHook {
      grid-area: 4 / 3 / 5 / 4;
      font-size: 1.75rem;
      line-height: 1.1;
      font-weight: 400;
      text-align: left;
      color: var(--lighter);
      font-family: "Montserrat", serif;
    }
    #startFormButtonUp {
      grid-area: 6 / 3 / 7 / 4;
      height: 9svh;
      width: 69svw;
      align-self: center;
      justify-self: center;
      border-radius: 50px;
      border: none;
      background-color: var(--accent);
      text-align: center;
      font-size: 1.85rem;
      font-weight: 600;
      color: var(--lighter);
      font-family: "Montserrat", serif;
      cursor: pointer;
    }

    #ctaBox {
      grid-area: 8 / 2 / 9 / 5;
      background: linear-gradient(0deg, var(--dark), var(--dark));
      border-radius: 50px;
      height: auto;
      display: grid;
      grid-template-rows: 6svh auto 4svh 10svh 2svh 10svh 2svh 10svh 6svh;
      grid-template-columns: 6svw 12svw 5svw auto 6svw;
    }
        #ctaBoxHook {
          grid-area: 2 / 2 / 3 / 5;
          font-size: 2.25rem;
          line-height: 1.1;
          font-weight: 700;
          color: var(--lighter);
          font-family: "Montserrat", serif;
        }
        #ctaStep1Number {
          grid-area: 4 / 2 / 5 / 3;
          display: grid;
          grid-template-rows: 1fr;
          grid-template-columns: 1fr;
        }
          #step1Background {
            grid-area: 1 / 1 / 2 / 2;
            align-self: center;
            justify-self: center;
            height: 3rem;
            width: 3rem;
            background-color: var(--accent);
            border-radius: 50%;
            z-index: 5;
          }
          #step1 {
            grid-area: 1 / 1 / 2 / 2;
            align-self: center;
            justify-self: center;
            font-size: 2.25rem;
            line-height: 1.1;
            font-weight: 700;
            color: var(--lighter);
            font-family: "Montserrat", serif;
            z-index: 6;
          }
        #ctaStep2Number {
          grid-area: 6 / 2 / 7 / 3;
          display: grid;
          grid-template-rows: 1fr;
          grid-template-columns: 1fr;
        }
          #step2Background {
            grid-area: 1 / 1 / 2 / 2;
            align-self: center;
            justify-self: center;
            height: 3rem;
            width: 3rem;
            background-color: var(--accent);
            border-radius: 50%;
            z-index: 5;
          }
          #step2 {
            grid-area: 1 / 1 / 2 / 2;
            align-self: center;
            justify-self: center;
            font-size: 2.25rem;
            line-height: 1.1;
            font-weight: 700;
            color: var(--lighter);
            font-family: "Montserrat", serif;
            z-index: 6;
          }
        #ctaStep3Number {
          grid-area: 8 / 2 / 9 / 3;
          display: grid;
          grid-template-rows: 1fr;
          grid-template-columns: 1fr;
        }
          #step3Background {
            grid-area: 1 / 1 / 2 / 2;
            align-self: center;
            justify-self: center;
            height: 3rem;
            width: 3rem;
            background-color: var(--accent);
            border-radius: 50%;
            z-index: 5;
          }
          #step3 {
            grid-area: 1 / 1 / 2 / 2;
            align-self: center;
            justify-self: center;
            font-size: 2.25rem;
            line-height: 1.1;
            font-weight: 700;
            color: var(--lighter);
            font-family: "Montserrat", serif;
            z-index: 6;
          }
        #ctaStep1Text {
          grid-area: 4 / 4 / 5 / 5;
          align-items: center;
          justify-content: center;
          align-self: center;
          font-size: 1.3rem;
          font-weight: 300;
          text-align: left;
          color: var(--lighter);
          font-family: "Montserrat", serif;
        }
        #ctaStep2Text {
          grid-area: 6 / 4 / 7 / 5;
          align-items: center;
          justify-content: center;
          align-self: center;
          font-size: 1.3rem;
          font-weight: 300;
          text-align: left;
          color: var(--lighter);
          font-family: "Montserrat", serif;
        }
        #ctaStep3Text {
          grid-area: 8 / 4 / 9 / 5;
          align-self: center;
          align-items: center;
          justify-content: center;
          font-size: 1.3rem;
          font-weight: 300;
          text-align: left;
          color: var(--lighter);
          font-family: "Montserrat", serif;
        }

    #chatHook {
      grid-area: 10 / 3 / 11 / 4;
      font-size: 2.25rem;
      line-height: 1.1;
      font-weight: 800;
      text-align: left;
      color: var(--lighter);
      font-family: "Montserrat", serif;
    }
    #chatSubHook {
      grid-area: 12 / 3 / 13 / 4;
      font-size: 1rem;
      line-height: 1.1;
      font-weight: 300;
      text-align: left;
      color: var(--lighter);
      font-family: "Montserrat", serif;
    }

    #situationChatBox {
      grid-area: 14 / 2 / 15 / 5;
      background-color: var(--light);
      border-radius: 25px;
      height: auto;
      display: grid;
      grid-template-rows: 10px auto 10px;
      grid-template-columns: 10px auto 10px;
    }
    #chatBackground {
          grid-area: 2 / 2 / 3 / 3;
          background-color: var(--darker);
          background-image: url(/images/rb_20325.png);
          background-size: cover;
          background-blend-mode: overlay;
          border-radius: 20px;
          height: auto;
          display: grid;
          grid-template-rows: auto auto auto;
          grid-template-columns: 1fr;
        }
    #chatHeader {
  grid-area: 1 / 1 / 2 / 2;
  background-color: var(--lighter);
  border-radius: 20px 20px 0 0;
  display: grid;
  grid-template-rows: 25px auto 10px;
  grid-template-columns: 5px 6svw 15svw auto 9svw 8svw 10px;
}
      #backIcon {
    grid-area: 2 / 2 / 3 / 3;
    font-size: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: var(--dark);
  }
      #groupImage {
    grid-area: 2 / 3 / 3 / 4;
    width: 10svw;
    height: 10svw;
    border-radius: 50%;
    align-self: center;
    justify-self: center;
  }
      #groupNameBar {
    grid-area: 2 / 4 / 3 / 5;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
      #groupName {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--dark);
    font-family: "Montserrat", serif;
  }
      #groupMember {
    grid-area: 2 / 1 / 3 / 2;
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--dark);
    font-family: "Montserrat", serif;
  }
      #videoIcon {
    grid-area: 2 / 5 / 3 / 6;
    font-size: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: left;
    font-weight: 300;
    color: var(--dark);
  }
      #phoneIcon {
    grid-area: 2 / 6 / 3 / 7;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    color: var(--dark);
  }
    #chatBody {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
  display: grid;
  grid-template-rows: 20px auto 1svh auto 3svh auto 1svh auto 3svh auto 1svh auto 3svh 6svh 4svh 20px;
  grid-template-columns: 15px 10svw 10svw 10svw 5svw 5svw 5svw 10svw 10svw 10svw 15px;
}
    .firstMessageReceived {
  display: grid;
  grid-template-columns: 2svw auto 2svw;
  align-self: left;
  border-radius: 15px;
  background-color: var(--lighter);
}
    #message1 {
      grid-area: 2 / 2 / 3 / 7;
      grid-template-rows: 1svh 2svh auto 1.5svh 1svh;
    }
    #message3 {
      grid-area: 6 / 2 / 7 / 4;
      grid-template-rows: 1svh 2svh auto 1.5svh 1svh;
    }
    .otherMessageReceived {
      display: grid;
      grid-template-columns: 2svw auto 2svw;
      align-self: left;
      border-radius: 15px;
      background-color: var(--lighter);
    }
    #message2 {
      grid-area: 4 / 2 / 5 / 10;
      grid-template-rows: 1svh 0svh auto 1.5svh 1svh;
    }
    #message4 {
      grid-area: 8 / 2 / 9 / 8;
      grid-template-rows: 1svh 0svh auto 1.5svh 1svh;
    }
    .messageSent {
      display: grid;
      grid-template-columns: 2svw auto 2svw;
      align-self: right;
      border-radius: 15px;
      background-color: var(--lightshade);
    }
    #message5 {
      grid-area: 10 / 9 / 11 / 11;
      grid-template-rows: 1svh 0svh auto 1.5svh 1svh;
    }
    #message6 {
      grid-area: 12 / 4 / 13 / 11;
      grid-template-rows: 1svh 0svh auto 1.5svh 1svh;
    }
    .senderName {
      grid-area: 2 / 2 / 3 / 3;
      z-index: 1;
      font-size: 1rem;
      font-weight: 600;
      color: var(--dark);
      font-family: "Montserrat", serif;
}
    .messageText {
      grid-area: 3 / 2 / 4 / 3;
      z-index: 1;
      font-size: 1.15rem;
      font-weight: 400;
      color: var(--dark);
      font-family: "Montserrat", serif;
}
    .messageTime {
      grid-area: 4 / 2 / 5 / 3;
      display: flex;
      justify-content: right;
      z-index: 2;
      font-size: 0.7rem;
      font-weight: 300;
      color: var(--dark);
      font-family: "Montserrat", serif;
    }
    #leftChat {
      grid-area: 14 / 3 / 15 / 10;
      height: 55%;
      display: flex;
      align-self: center;
      align-items: center;
      justify-content: center;
      border-radius: 25px;
      background-color: var(--error);
      font-size: 0.75rem;
      font-weight: 400;
      color: var(--dark);
      font-family: "Montserrat", serif;
      ;
    }
  #chatFooter {
  grid-area: 3 / 1 / 4 / 2;
  background-color: var(--lighter);
  border-radius: 0 0 20px 20px;
  display: grid;
  grid-template-rows: 10px auto 10px;
  grid-template-columns: 10px 6svw auto 8svw 6svw 10px;
}
    #plusIcon {
  grid-area: 2 / 2 / 3 / 3;
  font-size: 1.5rem;
  align-self: center;
  justify-self: center;
  font-weight: 300;
  color: var(--dark);
}
    #textBar {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: center;
  background-color: var(--light);
  border-radius: 50px;
  height: 90%;
  width: 90% !important;
}
    #cameraIcon {
  grid-area: 2 / 4 / 3 / 5;
  font-size: 1.5rem;
  align-self: center;
  justify-self: left;
  font-weight: 300;
  color: var(--dark);
}
    #microphoneIcon {
  grid-area: 2 / 5 / 3 / 6;
  font-size: 1.5rem;
  align-self: center;
  justify-self: center;
  font-weight: 300;
  color: var(--dark);
}

#bridgeCTA1 {
  grid-area: 16 / 3 / 17 / 4;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 600;
  text-align: left;
  color: var(--lighter);
  font-family: "Montserrat", serif;
}
#startFormButtonDown {
  grid-area: 18 / 3 / 19 / 4;
  height: 9svh;
  width: 69svw;
  align-self: center;
  justify-self: center;
  border-radius: 50px;
  border: none;
  background-color: var(--accent);
  text-align: center;
  font-size: 1.85rem;
  font-weight: 600;
  color: var(--lighter);
  font-family: "Montserrat", serif;
  cursor: pointer;
}

#stripe {
  grid-area: 20 / 1 / 21 / 6;
  height: 4svh;
  align-self: center;
  background-color: var(--darker);
}

#bridgeFAQ {
  grid-area: 22 / 3 / 23 / 4;
  font-size: 1.35rem;
  line-height: 1.1;
  font-weight: 400;
  text-align: left;
  color: var(--lighter);
  font-family: "Montserrat", serif;
}

#faqBox {
  grid-area: 24 / 1 / 25 / 6;
  display: grid;
  grid-template-rows: auto 4svh auto 4svh auto 4svh auto;
  grid-template-columns: 6svw 1fr 6svw;
}
  #faq1 {
    grid-area: 1 / 2 / 2 / 3;
    display: grid;
    grid-template-columns: 6svw 1fr 6svw;
    grid-template-rows: 2svh auto 1svh auto 2svh;
    background: linear-gradient(225deg, var(--light), var(--lighter));
    border-radius: 25px;
  }
  #faq2 {
    grid-area: 3 / 2 / 4 / 3;
    display: grid;
    grid-template-columns: 6svw 1fr 6svw;
    grid-template-rows: 2svh auto 1svh auto 2svh;
    background: linear-gradient(225deg, var(--light), var(--lighter));
    border-radius: 25px;
  }
  #faq3 {
    grid-area: 5 / 2 / 6 / 3;
    display: grid;
    grid-template-columns: 6svw 1fr 6svw;
    grid-template-rows: 2svh auto 1svh auto 2svh;
    background: linear-gradient(225deg, var(--light), var(--lighter));
    border-radius: 25px;
  }
  #faq4 {
    grid-area: 7 / 2 / 8 / 3;
    display: grid;
    grid-template-columns: 6svw 1fr 6svw;
    grid-template-rows: 2svh auto 1svh auto 2svh;
    background: linear-gradient(225deg, var(--light), var(--lighter));
    border-radius: 25px;
  }
  .faq {
    grid-area: 2 / 2 / 3 / 3;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--dark);
    font-family: "Montserrat", serif;
  }
  .faqAnswer {
    grid-area: 4 / 2 / 5 / 3;
    text-align: right;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--dark);
    font-family: "Montserrat", serif;
  }

.popUp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--lightertransparent), var(--lighttransaprent));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#contentAgeVerificationPU {
  width: 85svw;
  height: auto;
  background: linear-gradient(0deg, var(--dark), var(--dark));
  border-radius: 25px;
  display: grid;
  grid-template-rows: 6svh auto 2svh auto 6svh auto 2svh auto 4svh auto 6svh;
  grid-template-columns: 6svw 3svw 67svw 3svw 6svw;
}
  #titleAgeVerificationPU {
    grid-area: 2 / 2 / 3 / 5;
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.1;
    font-weight: 800;
    color: var(--lighter);
    font-family: "Montserrat", serif;
  }
  #textAgeVerification {
    grid-area: 4 / 2 / 5 / 5;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.1;
    font-weight: 400;
    color: var(--lighter);
    font-family: "Montserrat", serif;
  }
  #enter18Plus {
    grid-area: 6 / 3 / 7 / 4;
    height: 6svh;
    background: linear-gradient(45deg, var(--accent), var(--accentshade));
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 600;
    color: var(--lighter);
    font-family: "Montserrat", serif;
    border: none;
  }
  #exit18Less {
    grid-area: 8 / 3 / 9 / 4;
    height: 6svh;
    background: linear-gradient(45deg, var(--light), var(--lightershade));
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 400;
    color: var(--darker);
    font-family: "Montserrat", serif;
    border: none;
  }
  #noteAgeVerificationPU {
    grid-area: 10 / 2 / 11 / 5;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.1;
    font-weight: 300;
    color: var(--lighter);
    font-family: "Montserrat", serif;
  }


#footer {
  width: 100svw;
  height: auto;
  background: linear-gradient(45deg, var(--footer), var(--dark));
  display: grid;
  grid-template-rows: 6svh auto 2svh auto 3svh auto 1svh auto 6svh;
  grid-template-columns: 6svw 48svw 12svw 28svw 6svw;
}
    #supportTitle {
      grid-area: 2 / 2 / 3 / 3;
      font-size: 1rem;
      font-weight: 600;
      color: var(--lighter);
      font-family: "Montserrat", serif;
      text-align: left;
    }
    #supportSubTitle {
      grid-area: 4 / 2 / 5 / 3;
      font-size: 0.75rem;
      font-weight: 300;
      color: var(--lighter);
      font-family: "Montserrat", serif;
      text-align: left;
    }
    #socialHook {
      grid-area: 6 / 2 / 7 / 3;
      font-size: 0.75rem;
      font-weight: 300;
      color: var(--lighter);
      font-family: "Montserrat", serif;
      text-align: left;
    }
    #socialIconsBox {
      grid-area: 8 / 2 / 9 / 3;
      display: grid;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
      #instagram {
        grid-area: 1 / 1 / 2 / 2;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        font-weight: 600;
        color: var(--lighter);
        justify-self: left;
      }
      #tiktok {
        grid-area: 1 / 2 / 2 / 3;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        font-weight: 600;
        color: var(--lighter);
        justify-self: left;
      }
    #boringTitle {
      grid-area: 2 / 4 / 3 / 5;
      font-size: 1rem;
      font-weight: 600;
      color: var(--lighter);
      font-family: "Montserrat", serif;
      text-align: left;
    }
    #boringList {
      grid-area: 4 / 4 / 5 / 5;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: left;
      gap: 1svh;
    }
    #privacyPolicy {
      font-size: 0.75rem;
      font-weight: 300;
      color: var(--lighter);
      font-family: "Montserrat", serif;
      text-align: left;
      text-decoration: none;
    }