/*Google Font*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;700;800;900&display=swap");

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

body {
  font-family: "Nunito", sans-serif;
  background-color: #111111;
}
footer {
  padding-bottom: 2rem;
}

footer .footer-section {
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

span.discord {
  color: rgb(0, 132, 255);
}

/*Buttons and A Links*/
.button,
.button-cs {
  display: inline-block;
  background-color: #e5a00d;
  color: #111111;
  border-color: transparent;
  border-width: 1px;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
  text-decoration: none;
  font-size: 1.15rem;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}

.button:hover,
.button-cs:hover {
  background-color: #c78b0a;
  color: #d6d6d6;
}

.button .fa,
.button .far,
.button .fas {
  margin-left: 10px;
}

a {
  color: #e5a00d;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #c78b0a;
}

header {
  min-height: 50vh;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*Index Header Page - Image*/
header.index-header {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(17, 17, 17, 0.918) 100%
    ),
    url(/assets/img/b05.jpg);
}

/*Access Header Page - Image*/
header.access-header {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(17, 17, 17, 0.918) 100%
    ),
    url(/assets/img/b06.jpg);
}

/*Store Header Page - Image*/
header.store-header {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(17, 17, 17, 0.918) 100%
    ),
    url(/assets/img/b06.jpg);
}

/*Speedtest Header Page - Image*/
header.speedtests-header {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(17, 17, 17, 0.918) 100%
    ),
    url(/assets/img/b06.jpg);
}

/*FAQ Header Page - Image*/
header.faq-header {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(17, 17, 17, 0.918) 100%
    ),
    url(/assets/img/b06.jpg);
}

/*Header Nav*/
header .nav-container {
  backdrop-filter: blur(100px);
}

header .nav-container .nav-button {
  display: none;
}

header .nav-container ul {
  /*border: 1px solid yellow;*/
  display: flex;
  align-items: right;
  justify-content: right;
}

header .nav-container ul li{
  list-style: none;
  padding: 1rem 2rem 1rem 1rem;
  letter-spacing: 1px;
}

header .nav-container ul li a {
  color: #fff !important;
  font-size: 1.2rem;
}

header .nav-container ul li a:hover{
  color: rgb(233, 233, 233) !important;
}

header .header-container {
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  /*padding: 10rem 1rem;*/
  padding: 11.376663254861821vh 1rem
}

header .header-container div {
  display: inline-block;
}

header .header-container div:nth-child(1) h1 {
  font-family: "Nunito";
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 1px;
}

header .header-container div:nth-child(1) h2 {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 1px;
}

header .header-container div:nth-child(1) h2 span.cursor {
  display: inline-block;
  background-color: orange;
  animation: blink 1s step-end infinite;
  margin-left: 0.1rem;
  width: 3px;
}

@keyframes blink {
  from,
  to {
    background-color: transparent;
  }
  50% {
    background-color: orange;
  }
}

header .header-container div:nth-child(1) h3 {
  font-family: "Nunito";
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 1px;
  padding: 0.5rem 0;
}

header .header-container div:nth-child(1) p {
  font-size: 1rem;
  letter-spacing: 0.5px;
  padding: 0.5rem 0;
}

header .header-container div:nth-child(2) {
  text-align: center;
  display: flex;
}

header .header-container div:nth-child(2) img {
  display: inline-block;
  height: 90%;
  width: 90%;
  padding: 1rem 0;
  max-width: 280px;
  max-height: 280px;
}

.header-container h2 a i {
  padding-right: 10px;
}

section {
  padding: 3rem 0 3rem 0;
  color: #fff;
}

section .section-container {
  max-width: 1100px;
  margin: 0 auto;
}

section.index-section div.nav-list {
  padding-bottom: 4rem;
}

section.index-section div.nav-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

section.index-section div.nav-list ul li {
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  padding: 1rem 1rem;
}

section.index-section div.nav-list ul li span {
  display: block;
  font-weight: 100;
  font-size: 1.5rem;
  color: #7b7b7b;
}

section.index-section div.row {
  display: flex;
  padding-top: 2rem;
}

section.index-section div.row div.column {
  flex: 1 1 0px;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

section.index-section div.row div.column div.column-text {
  min-height: 190px;
  text-align: center;
}

section.index-section div.row div.column div.column-text h4 {
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  padding-bottom: 0.6rem;
}

section.index-section div.row div.column .button-box {
  padding: 1rem 0;
  text-align: center;
}

/*--- Start Access Page ---*/

header.access-header .header-container {
  padding: 24.564994882292734vh 1rem;
}

header.access-header .header-container h1 {
  font-size: 2rem !important;
}

header.access-header .header-container h2 {
  font-size: 1.8rem !important;
  padding-top: 15px;
}

section.access-section .section-container .access-faq:first-of-type {
  padding-top: 2rem;
}

section.access-section .section-container .access-div h4 {
  font-size: 2rem;
  padding: 20px 0;
}

section.access-section .section-container .access-faq p {
  font-size: 1rem;
  padding-bottom: 10px;
  padding-left: 10px;
}

section.access-section .section-container .access-steps h4 {
  font-size: 1.8rem !important;
  padding: 20px 0 5px 0;
}

section.access-section .section-container .access-steps p {
  padding: 10px 0;
}

section.access-section .section-container .access-steps ul {
  padding: 0;
}
section.access-section .section-container .access-steps ul li {
  margin-left: 20px;
}

/*--- Start Speedtest Page ---*/

header.speedtests-header .header-container {
  padding: 24.564994882292734vh 1rem;
}

header.speedtests-header .header-container h1 {
  font-size: 2rem !important;
}

header.speedtests-header .header-container h2 {
  font-size: 1.8rem !important;
  padding-top: 15px;
}

section.speedtests-section .section-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.speedtests-section .section-container .speedtests-div {
  width: 400px;
  text-align: center;
}

section.speedtests-section .section-container .speedtests-div h4 {
  font-size: 2rem;
  padding: 20px 0;
}

section.speedtests-section .section-container .speedtests-div p {
  font-size: 1.3rem;
  padding-bottom: 10px;
}

/*--- Start Store Page ---*/

header.store-header .header-container {
  padding: 24.564994882292734vh 1rem;
}

header.store-header .header-container h1 {
  font-size: 2rem !important;
}

header.store-header .header-container h2 {
  font-size: 1.8rem !important;
  padding-top: 15px;
}

.store-section .price-table-header {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}

.store-section .price-table-header .switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border-radius: 30px;
  background: #1F1C1F;
}

.store-section .price-table-header .switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.store-section .price-table-header .switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.store-section .price-table-header .switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: #fff;
}

.store-section .price-table-header .switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.store-section .price-table-header .switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
  background: transparent;
}

.store-section .price-table-header .switch-wrapper
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
  transform: none;
}

.store-section .price-table-header .switch-wrapper
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}

.store-section .price-table-header .switch-wrapper label {
  font-size: 1.3rem;
  z-index: 1;
  min-width: 130px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
  color: #aaaaaa;
}

.store-section .price-table-header .switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: #2F9E74;
  transition: transform 0.25s ease-in-out;
}

.store-section .price-table-body {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  gap: 2rem 3rem;
}

/*Plan Selection*/
.store-section .price-table-body .package {
  display: inline-block;
  width: 330px;
  border-radius: 16px;
  padding-bottom: 0.5rem;
  border: 2px solid #1F1C1F;
  background-color: #131313;
  position: relative;
}

.store-section .price-table-body .package .package-header {
  border-radius: 15px 15px 0 0;
  /*background-color: #4b7bec;*/
  border-bottom: 2px solid #1F1C1F;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.store-section .price-table-body .package .package-header .green-popular {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: 1rem;
  margin-top: -1rem;
  padding: 0.4rem 0.6rem;
  background-color: #e5a00d;
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: 800;
  color: #1F1C1F;
}

.store-section .price-table-body .package .package-header h4 {
  font-size: 1.2rem;
  font-weight: 400;
}

.store-section .price-table-body .package .package-header span.package-price {
  font-size: 1.8rem;
  font-weight: bold;
}

.store-section .price-table-body .package .package-header span.package-price .dollar-sign {
  font-size: 1.3rem;
}

.store-section .price-table-body .package .package-header span.package-timeframe {
  color: #dbdbdb;
}

.store-section .price-table-body .package .package-header .monthly-content p {
  display: inline-block;
}

.timeframe-hidden {
  display: none;
}

.store-section .price-table-body .package .package-description {
  padding: 0.8rem 1rem 1rem 1rem;
}

.store-section .price-table-body .package .package-description p{
  font-weight: 500;
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
}

.store-section .price-table-body .package .package-description ul {
  font-weight: 300;
  list-style: none;
}

.store-section .price-table-body .package .package-description ul > li {
  padding: 0.25rem 0;
  letter-spacing: 0.4px;
  font-size: 0.95rem;
  color: #ececec;
}

.store-section .price-table-body .package .package-description ul > li span {
  font-weight: 700 !important;
  color: #e5a00d;
}

.store-section .price-table-body .package .package-description ul > li > ul {
  margin-top: 0.4rem;
}

.store-section .price-table-body .package .package-description ul > li > ul > li {
  font-size: 0.90rem !important;
  font-weight: 300;
  font-style: italic;
}

/*Store Bottom Bar*/
.store-bottom-bar {
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  justify-content: center;
}

.store-bottom-bar a{
  display: inline-block;
  margin: 0px 1rem;
  max-width: 200px;
  flex: 1 1 0px;
}

/*--- Start FAQ Page ---*/

.faq-section .section-container {
  padding-top: 4rem;
}

header.faq-header .header-container {
  padding: 24.564994882292734vh 1rem;
}

header.faq-header .header-container h1 {
  font-size: 2rem !important;
}

header.faq-header .header-container h2 {
  font-size: 1.8rem !important;
  padding-top: 15px;
}

.faq-section .section-container {
  max-width: 1500px !important;
}

.faq-section .search-box {
  padding-bottom: 5rem;
}

.faq-section .search-box .search-container {
  display: flex;
  max-width: 400px;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff0a;
  padding: 0.5rem 1rem;
  margin: 0 auto;
  border-radius: 8px;
  font-size: 1.2rem;
  flex-direction: row-reverse;
}

.faq-section .search-box input {
  margin: 0.5rem 1rem 0.4rem 1rem;
  width: 100%;
  border: none;
  outline: none;
  color: #fff;
  background-color: transparent;
  font-size: 1.2rem;
}

input:focus + i {
  color: #c78b0a !important;
}

.faq-section .search-box input::placeholder {
  color: #fff;
  font-size: 1.2rem;
}

.faq-container {
  display: flex;
  justify-content: space-evenly;
}

.faq-container > div {
  flex: 1 1 0px;
}
.faq-container div.faq:first-child {
  padding-right: 1rem;
}

.faq-container div.faq:last-child {
  padding-left: 1rem;
}

.accordion-item {
  background-color: #ffffff0a;
  margin-bottom: 1rem;
  border-radius: 8px;
  color: #dddddd;
}

.accordion-item .accordion-title {
  cursor: pointer;
  padding: 1rem 1.8rem 1rem 1.8rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.accordion-item .accordion-title h4 {
  font-size: 1.2rem;
  letter-spacing: 0.005em;
}

.accordion-item .accordion-title i {
  font-size: 1.6rem;
  margin-left: 10px;
}

.arrow {
  transition: all 0.25s ease-in-out;
  transform: rotate(-90deg);
  transform-origin: center;
}

.arrow-animate {
  transform: rotate(0deg);
}

.accordion-item .accordion-content {
  padding: 0.8rem 1.8rem 1rem 1.8rem;
  display: none;
  border-top: 1px solid #ffffff0c;
}

.accordion-item .accordion-content p {
  line-height: 1.8em;
}

.accordion-item code {
  display: inline-block;
  border: 1px solid rgba(255,255,255, 0.09);
  padding: 3px 5px;
  background: #212225;
  overflow: auto;
  word-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  border-radius: 3px;
  color: #aaa;
  vertical-align: middle;
}

.accordion-item strong {
  color: #fff
}

.accordion-item .accordion-content ul {
  margin-left: 30px;
}

.accordion-item .accordion-content ul li {
  padding: 0.2rem 0;
}


@media screen and (orientation: landscape) and (max-width: 1440px) {
  .store-section .price-table-body {
    max-width: 1000px;
    gap: 4rem 5rem;
  }
}

@media screen and (orientation: landscape) and (max-width: 1200px) {
  .index-header .header-container > div:last-of-type {
    display: none;
  }

  header .header-container {
    padding: 2rem 1rem 2rem 1rem;
  }
}

@media screen and (max-width: 1150px) {
  section {
    padding: 2rem 1rem 3rem 1rem !important;
  }

  .table-container {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 790px) {
  @keyframes text-left {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(10px);
    }
    100% {
      transform: translateX(0);
    }
  }

  .store-section .section-container > p {
    display: block;
    padding-bottom: 0.9rem;
  }

  .store-section .section-container > p i {
    vertical-align: middle;
    padding-left: 0.2rem;
    animation: text-left 2.5s ease-in-out infinite;
  }

  .header-container {
    justify-content: space-around !important;
  }

  .header-container > div:first-of-type {
    text-align: center;
  }

  .index-header .header-container > div:last-of-type {
    display: none;
  }

  section.index-section div.row {
    flex-direction: column;
    text-align: center;
  }
  section.index-section div.row div.column {
    padding-bottom: 2rem;
  }

  section.index-section div.row div.column div.column-text {
    min-height: 0;
  }

  section.index-section div.row div.column .button-box {
    padding-top: 2rem;
  }
  .accordion-item .accordion-title {
    align-items: center;
  }
  .accordion-item .accordion-title h4 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 670px) {
  header {
    background-attachment: scroll;
  }

  section.index-section div.nav-list {
    padding-bottom: 2rem;
  }

  .faq-section .section-container > div {
    margin: 0;
  }

  section.index-section div.nav-list ul {
    flex-direction: column;
  }

  .faq-container {
    flex-direction: column;
  }
  .faq-container .faq {
    padding: 0rem 0.5rem !important;
  }
  
  /*Header Nav*/
  header .nav-container .nav-button {
    display: block;
    cursor: pointer;
		text-align: right;
    color: #fff !important;
    font-size: 1.2rem;
    padding: 1rem 2rem 1rem 1rem;
    letter-spacing: 1px;
  }

  header .nav-container ul {
    justify-content: space-between;
    flex-direction: column;
    text-align: right;
    display: none;
  }
  header {
    min-height: 20vh;
  }
  header.index-header .header-container, header.access-header .header-container, header.store-header .header-container, header.speedtests-header .header-container, header.faq-header .header-container{
    padding: 18.564994882292734vh 1rem !important;
  }
}