@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;800;900&display=swap");

body,
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin: 0;
  max-width: 100%;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.container {
  color: white;
  height: inherit;
  width: inherit;
  padding: 0 10%;
}
.container2 {
  color: white;
  height: inherit;
  width: inherit;
  padding: 25px;
}

.gradient_header {
  font-size: 42px;
  text-align: center;
  margin: 0 0 60px;
  background: -webkit-linear-gradient(
    45deg,
    rgb(231, 140, 65) 0%,
    rgb(231, 140, 65) 50%,
    rgb(196, 74, 22) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block_header {
  font-size: 24px;
  text-align: center;
  margin: 0 0 15px;
  margin-top: 100px;
}

.divider {
  margin: 80px auto;
  width: 200px;
  height: 15px;
  border: none;
  background: linear-gradient(
    45deg,
    rgba(245, 141, 55, 1) 0%,
    rgb(235, 106, 50) 100%
  );
  border-radius: 20px;
}

/* Items */

.items_grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.grid_item {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid white;
  border-radius: 15px;
  padding: 10% 10%;
}

.grid_item > h1 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}

.grid_item_price {
  display: flex;
  margin-top: 45px;
}

.old_price {
  display: inline-block;
}

.grid_item_price > p {
  margin: 0;
  font-size: 50px;
  font-weight: 600;
}

.grid_item_price > span {
  margin-top: auto;
  margin-left: auto;
  margin-bottom: 16px;
  opacity: 0.7;
}

.dollar {
  font-size: 20px;
  margin-right: 10px;
}

.server_configs {
  margin-top: 45px;
  display: grid;
}

.server_configs > hr {
  width: 100%;
  opacity: 0.7;
}

.config_item {
  display: flex;
  align-items: center;
  margin: 0 25px;
}

.config_item > img {
  width: 18px;
  height: 18px;
  margin-right: 20px;
}

.config_item > p {
  font-size: 12px;
  margin: 10px 0;
}

.order_orange_btn {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 20px;
  border-radius: 10px;
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
  background: linear-gradient(
    45deg,
    rgba(245, 141, 55, 1) 0%,
    rgb(235, 106, 50) 100%
  );
  color: white;
  border: none;
  cursor: pointer;
  letter-spacing: 0em;
  margin: 25px 0;
  padding: 15px 0;
}

.order_btn {
  margin: auto 20px 0 20px;
}

:root {
  --primary: #f38838;
  --background: #121422;
  --dark1: #1e202d;
  --dark2: #0c1830;
  --light1: #0f182e;
  --light2: #13213e;
  --container: 1300px;
}

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

body {
  background: var(--background);
  position: relative;
}

a {
  text-decoration: none;
}

.hidden {
  display: none !important;
}
.flex {
  display: flex;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.text-center {
  text-align: center;
}

.nav-container {
  overflow: hidden;
  display: flex;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  gap: 25px;
}

.btn {
  padding: 5px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  display: inline-block;
}

.btn-lg {
  padding: 10px 30px;
  border-radius: 8px;
}

.btn-primary {
  background: linear-gradient(90deg, #f38838, #ed6e33);
  color: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.6);
  transition: all 0.25s;
}
.btn-primary:hover,
.btn-secondary:hover {
  opacity: 0.7;
  transition: all 0.25s;
}

.btn-secondary {
  background: #fff;
  color: var(--dark1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.6);
  transition: all 0.25s;
}
.clearheader {
  background-image: linear-gradient(
    to bottom,
    rgb(18, 20, 34, 0),
    rgba(18, 20, 34, 1)
  );
  background-size: 100% 50%, cover;
  background-position: bottom left, center;
  background-repeat: repeat-x, no-repeat;
  padding-bottom: 150px;
  position: relative;
}
header {
  background-image: linear-gradient(
      to bottom,
      rgb(18, 20, 34, 0),
      rgba(18, 20, 34, 1)
    ),
    url(../img/newbg.png);
  background-size: 100% 50%, cover;
  background-position: bottom left, center;
  background-repeat: repeat-x, no-repeat;
  padding-bottom: 150px;
  position: relative;
}
header .headspin {
  position: absolute;
  width: 500px;
  top: -100px;
  left: -100px;
}

nav {
  position: fixed;
  width: 100%;
  top: 0;
  background-image: linear-gradient(
    to top,
    rgba(44, 25, 11, 0),
    rgba(44, 25, 11, 1)
  );
  background-size: cover;
  background-position: top right;
  backdrop-filter: blur(4px);
  z-index: 10;
}

nav.is-scrolled {
  background-image: linear-gradient(
    to top,
    rgba(18, 20, 34, 0.3),
    rgba(18, 20, 34, 0.3)
  );
  backdrop-filter: blur(10px);
}

.navbar {
  justify-content: space-between;
  align-items: center;
  overflow: visible;
}

.navbar .logobrand {
  display: flex;
}

.navbar .logobrand img {
  height: 30px;
}

.navbar .logobrand p {
  line-height: 30px;
  margin: 0;
  margin-left: 20px;
  font-size: 17px;
  font-weight: 200;
  text-transform: uppercase;
}

.navbar .logobrand p span {
  font-weight: 600;
}

.navbar .nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

.navbar .nav > div {
  position: relative;
  cursor: pointer;
}

.navbar .nav a {
  line-height: 1.15rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 0.8rem;
  text-transform: uppercase;
  transition: all 0.25s;
}
.navbar .nav a:hover {
  color: rgba(255, 255, 255, 1);
  transition: all 0.25s;
}

.navbar .nav .btn {
  border-radius: 9rem;
  font-size: 0.8rem;
}

.navbar .nav > div .navdropdown {
  box-shadow: 0px 2px 15px rgba(2, 5, 18, 0.4);
  display: none;
  position: absolute;
  min-width: 100%;
  display: none;
  flex-direction: column;
  gap: 10px;
  top: 28px;
  right: 0px;
  padding: 10px;
  border-radius: 8px;
  background-color: var(--light2);
}

.navbar .nav > div:hover .navdropdown {
  display: flex;
}

.navbar .nav .navdropdown a {
  width: 100%;
  white-space: nowrap;
  margin-bottom: 10px;
  border-radius: 5px;
}

.navbar .nav .navdropdown a > div {
  margin: 10px;
}

.navbar .nav .navdropdown a:last-of-type {
  margin-bottom: 0;
}

.navbar .nav .navdropdown a:hover {
  background-color: var(--light1);
}

.navbar .nav .navdropdown a p {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
  font-size: 0.6rem;
  width: 100%;
  margin-bottom: 0;
  margin-top: 4px;
}

/* FOOTER */
footer {
  background-color: var(--dark1);
  margin-top: -100px;
  padding-top: 100px;
}

footer .footermain {
  padding-top: 80px;
  padding-bottom: 80px;
  justify-content: space-between;
}
footer .footermain .flex-col:first-of-type {
  max-width: 40%;
}
footer .footermain .logorow {
  align-items: center;
}
footer .footermain .logorow img {
  height: 40px;
}
footer .footermain .logorow p {
  line-height: 30px;
  margin: 0;
  margin-left: 10px;
  font-size: 1.3rem;
  font-weight: 200;
  color: #fff;
  text-transform: uppercase;
}

footer .footermain .logorow span {
  font-weight: 600;
}
footer .footermain h3 {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0px;
  color: var(--primary);
}
footer .footermain p {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.7rem;
  color: rgba(255, 255, 255, 0.7);
}
footer .footermain a {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.7rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.25s;
}
footer .footermain a:hover {
  color: rgba(255, 255, 255, 1);
  transition: all 0.25s;
}

footer .footermain .social {
  justify-content: flex-start;
  align-items: flex-start;
}

footer .footermain .social .socialLinks a {
  display: flex;
  font-size: 17px;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: var(--primary);
  color: var(--dark1);
  padding: 2px;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all 0.35s;
  overflow: hidden;
  margin: 5px;
}

footer .footermain .social .socialLinks a:last-of-type {
  margin-right: 0px;
}

footer .footermain .social .socialLinks a:hover {
  font-size: 80px;
  color: var(--primary);
  transition: all 0.35s;
}

footer .footermain .social img.paymentgateways {
  margin-top: 20px;
  filter: grayscale(1);
  opacity: 0.4;
  height: 15px;
}

footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
}

footer .copyright img {
  filter: grayscale(0.8);
  opacity: 0.1;
  height: 30px;
  margin-bottom: 15px;
}

footer .copyright p {
  font-size: 0.7rem;
  line-height: 0.9rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.15);
  margin-bottom: 0px;
  margin-top: 0px;
}
.container-footer {
  overflow: hidden;
  display: flex;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  gap: 25px;
}
.privacy-footer {
  margin-top: 30px;
}
/* RESPONSIVE */
@media only screen and (max-width: 1440px) {
  .items_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 850px) {
  #plans .plansCont {
    flex-direction: column;
  }
  header .hero h1 {
    font-size: 2rem;
  }
  header .hero h2 {
    font-size: 3.5rem;
  }
  .items_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #features .featureCont {
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  footer .footermain {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .footermain .flex-col:first-of-type {
    align-items: center;
    text-align: center;
  }
}
@media only screen and (max-width: 675px) {
  .navbar {
    flex-direction: column;
    gap: 40px;
  }
  #joinDiscord .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
  }
  header .hero h2 {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 420px) {
  .navbar .nav {
    justify-content: center;
    flex-wrap: wrap;
  }
}
