body {
  font-family: "Josefin Sans", sans-serif;
  background: linear-gradient(132deg, #ec5218, #1665c1);
  background-repeat: no-repeat;
  animation: BackgroundGradient 30s ease infinite;
}
.paypal-container {
  width: 25%;
  margin: auto;
}
h1 {
  color: rgba(255, 255, 255, 0.7);
  background: -webkit-linear-gradient(90deg, #148fc9 0%, #541c9c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 3px;
  word-spacing: 7px;
}
.title-img {
  transition: none;
}
a {
  text-decoration: none;
}
.title-img:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}
::selection {
  color: blueviolet;
  background-color: cadetblue;
}
.navbar {
  font-size: 18px;
  background-image: linear-gradient(90deg, #2376ae 0%, #c16ecf 100%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}

.main-nav {
  list-style-type: none;
  display: none;
}

.nav-links,
.logo {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}

.main-nav li {
  text-align: center;
  margin: 15px auto;
}

.logo {
  display: inline-block;
  font-size: 22px;
  margin-top: 10px;
  margin-left: 20px;
}

.navbar-toggle {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
}

.active {
  display: block;
}
li {
  font-size: 18px;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.description {
  color: white;
  margin-bottom: 15%;
}
h2 {
  color: #541c9c;
}
.main-nav #current {
  color: rgba(255, 255, 255, 1.5);
  text-decoration: underline;
  border-radius: 8px;
  background: linear-gradient(45deg, #c16ecf, purple, #2376ae);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
@media screen and (max-width: 2000px) and (min-width: 1850px) {
  .text {
    margin-left: 28%;
    margin-top: -34%;
  }
  h2 {
    margin-top: 15px;
    text-indent: 28.4%;
    font-size: 25px;
  }
  .description {
    font-size: 20px;
    color: white;
    margin-top: 15px;
  }
  .description {
    margin-left: 28.5%;
    width: 515px;
  }
  .container {
    margin-left: 10%;
  }
  .img {
    transition: transform 0.25s ease;
  }
  .img:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    cursor: zoom-in;
  }
}
.image {
  margin: auto;
}
.btc-pay {
  display: block;
  margin-top: 2%;
  margin-left: 30%;
  border-color: black;
  border-radius: 70px;
  width: 400px;
  background-color: transparent;
  margin-bottom: 1%;
  transition-duration: 0.6s;
}
.button-text {
  position: relative;
  top: -15px;
  font-size: 40px;
  left: 10px;
}
.payment-logos {
  margin-top: 1%;
}
.pp-pay {
  margin-left: 30%;
  color: #003085;
  border-color: black;
  border-radius: 70px;
  width: 400px;
  background-color: transparent;
  margin-bottom: 24;
  transition-duration: 0.4s;
}
#cool-pp-text {
  background: -webkit-linear-gradient(right, #019cde 0%, #003085 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
button:hover {
  background-color: black;
  cursor: pointer;
  color: white;
}
@media screen and (max-width: 1849px) and (min-width: 1485px) {
  .text {
    margin-left: 30%;
    margin-top: -35%;
  }
  .price {
    margin-left: 0%;
  }
  h2 {
    margin-top: 15px;
    text-indent: 30.4%;
    font-size: 25px;
  }
  .description {
    font-size: 20px;
    color: white;
    margin-top: 15px;
  }
  .description {
    margin-left: 29.5%;
    width: 420px;
  }
  .btc-pay {
    margin-left: 28%;
  }
  .pp-pay {
    margin-left: 28%;
  }
  .img {
    transition: transform 0.25s ease;
  }
  .img:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    cursor: zoom-in;
  }
}
.image {
  margin-left: 15%;
  margin-top: 5%;
}
@media screen and (max-width: 1663px) and (min-width: 1486px) {
  .text {
    margin-left: 33%;
    margin-top: -35%;
  }
  .price {
    margin-left: 0%;
  }
  h2 {
    margin-top: 15px;
    text-indent: 35.4%;
    font-size: 25px;
  }
  .description {
    font-size: 20px;
    color: white;
    margin-top: 15px;
  }
  .description {
    margin-left: 33.5%;
    width: 420px;
  }
  .btc-pay,
  .pp-pay {
    margin-left: 33%;
  }
  .img {
    transition: transform 0.25s ease;
  }
  .img:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    cursor: zoom-in;
  }
}
.image {
  margin-left: 15%;
  margin-top: 5%;
}
@media screen and (max-width: 1485px) and (min-width: 1338px) {
  .text {
    margin-left: 35%;
    margin-top: -42%;
  }
  .price {
    margin-left: 0%;
  }
  h2 {
    margin-top: 15px;
    text-indent: 36.4%;
    font-size: 25px;
  }
  .description {
    font-size: 20px;
    color: white;
    margin-top: 15px;
  }
  .description {
    margin-left: 35.5%;
    width: 420px;
  }
  .btc-pay,
  .pp-pay {
    margin-left: 35%;
  }
}
.image {
  margin-left: 15%;
  margin-top: 5%;
}
@media screen and (max-width: 1299px) {
  .container {
    margin: auto;
    width: 50%;
    margin-bottom: 5%;
  }
  .text {
    display: inline;
    margin: auto;
    width: 25%;
    font-size: 30px;
    margin-left: 36%;
  }
  .paypal-container {
    margin-left: 20%;
  }
  h2 {
    margin: auto;
    margin-left: 40%;
    width: 400px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .size {
    width: 500px;
    margin: auto;
  }
  .description {
    font-size: 20px;
  }
  .buy-button {
    margin-left: 47%;
    width: 250px;
    height: 40px;
    margin-bottom: 15px;
  }
  .btc-pay {
    margin-left: 32%;
  }
  .pp-pay {
    margin-left: 32%;
  }
}
@media screen and (min-width: 768px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    height: 70px;
    align-items: center;
  }

  .main-nav {
    display: flex;
    margin-right: 30px;
    flex-direction: row;
    justify-content: flex-end;
  }

  .main-nav li {
    margin: 0;
  }

  .nav-links {
    margin-left: 40px;
  }

  .logo {
    margin-top: 0;
  }

  .navbar-toggle {
    display: inline-block;
  }

  .logo:hover,
  .nav-links:hover {
    color: rgba(255, 255, 255, 1);
  }
}
