@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Oleo+Script&family=Open+Sans&family=Poppins:wght@400;700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  display: center;
  font-family: 'Poppins', sans-serif;
  background-image: radial-gradient(rgba(54, 10, 250, 0.692), #60f89f, #ff10af);
  -webkit-perspective: 1000;
          perspective: 1000;
}

.homelogo img {
  left: 10%;
  top: 40px;
  position: absolute;
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.homelogo img:hover {
  position: absolute;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: 0.6s ease-in-out .2s;
  transition: 0.6s ease-in-out .2s;
}

.homelogo img:hover-off {
  -webkit-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
}

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  align-items: center;
  margin: 20px;
}

.header h1 {
  color: #6e0bca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 35%;
  font-size: 60px;
  text-shadow: 2px 2px aqua;
}

.frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  outline: black;
  font-style: italic;
  height: 150px;
  margin: 50;
  padding: 140;
}

h1 {
  font-size: 70px;
  font-style: bold;
  color: darkorange;
  text-shadow: -2px 5px 4px rgba(0, 0, 0, 0.685);
}

h2 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: deeppink;
  font-size: 40px;
  margin-left: 40%;
  height: 50px;
  text-shadow: -2px 5px 4px rgba(0, 0, 0, 0.685);
}

.contpic {
  border-radius: 30%;
  width: 80%;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  margin: 80px 80px 20px 80px;
}

.card {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 200vh;
  max-width: 550px;
  width: 40rem;
  height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40;
  border-radius: 30%;
  -webkit-box-shadow: 0 20px 20px rgba(58, 9, 9, 0.2), 0px 0px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 20px rgba(58, 9, 9, 0.2), 0px 0px 50px rgba(0, 0, 0, 0.2);
}

.controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contpic {
  min-height: 35vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(180, 57, 57, 0.1);
  z-index: 1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.70s ease-out;
  transition: all 0.70s ease-out;
}

@media screen and (max-width: 720.5px) {
  body .contpic {
    width: 150px;
  }
  body .circle {
    width: 8rem;
    height: 10rem;
  }
  body .frame h1 {
    font-size: 50px;
  }
  body .contpicone {
    width: 150px;
  }
  body .circleone {
    width: 8rem;
    height: 10rem;
  }
  body .contpictwo {
    width: 150px;
  }
  body .circletwo {
    width: 8rem;
    height: 10rem;
  }
}

.circle {
  width: 15rem;
  height: 25rem;
  background: -webkit-gradient(linear, left top, right top, from(red), to(blue));
  background: linear-gradient(to right, red, blue);
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  opacity: .6;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contfirst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  background: #5ef151;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 10px 5px rgba(0, 0, 0, 0);
          box-shadow: -2px 10px 5px rgba(0, 0, 0, 0);
  border-radius: 10px;
  font-family: SQ Market, SQ Market, Helvetica, Arial, sans-serif;
}

.contsec {
  padding: 10px;
  -webkit-transition: all 0.70s ease-out;
  transition: all 0.70s ease-out;
}

.conttitle {
  font-size: 15px;
  line-height: 12px;
  font-style: bold;
  -webkit-transition: all 0.70s ease-out;
  transition: all 0.70s ease-out;
}

.price {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  -webkit-transition: all 0.70s ease-out;
  transition: all 0.70s ease-out;
}

.link {
  display: inline-block;
  font-size: 10px;
  line-height: 36px;
  height: 30px;
  color: #ffffff;
  min-width: 200px;
  background-color: #006aff;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  border-radius: 0px;
  -webkit-transition: all 0.70s ease-out;
  transition: all 0.70s ease-out;
}

.contpicone {
  border-radius: 30%;
  width: 80%;
}

.containerone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  margin: 80px 80px 10px 80px;
  -webkit-perspective: 1000;
          perspective: 1000;
}

.cardone {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 200vh;
  max-width: 550px;
  width: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40;
  border-radius: 30%;
  -webkit-box-shadow: 0 20px 20px rgba(58, 9, 9, 0.2), 0px 0px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 20px rgba(58, 9, 9, 0.2), 0px 0px 50px rgba(0, 0, 0, 0.2);
}

.controllerone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contpicone {
  min-height: 35vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(180, 57, 57, 0.1);
  z-index: 1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.70s ease-out;
  transition: all 0.70s ease-out;
}

.circleone {
  width: 15rem;
  height: 25rem;
  background: -webkit-gradient(linear, left top, right top, from(red), to(blue));
  background: linear-gradient(to right, red, blue);
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  opacity: .6;
}

.infoone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contfirstone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  background: #5ef151;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 10px 5px rgba(0, 0, 0, 0);
          box-shadow: -2px 10px 5px rgba(0, 0, 0, 0);
  border-radius: 10px;
  font-family: SQ Market, SQ Market, Helvetica, Arial, sans-serif;
}

.contsecone {
  padding: 10px;
  -webkit-transition: all 0.70s ease-out;
  transition: all 0.70s ease-out;
}

.conttitleone {
  font-size: 15px;
  line-height: 12px;
  font-style: bold;
  -webkit-transition: all 0.70s ease-out;
  transition: all 0.70s ease-out;
}

.priceone {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  -webkit-transition: all 0.70s ease-out;
  transition: all 0.70s ease-out;
}

.linkone {
  display: inline-block;
  font-size: 10px;
  line-height: 36px;
  height: 30px;
  color: #ffffff;
  min-width: 200px;
  background-color: #006aff;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  border-radius: 0px;
  -webkit-transition: all 0.70s ease-out;
  transition: all 0.70s ease-out;
}

.contpictwo {
  border-radius: 30%;
  width: 80%;
}

.containertwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  margin: 80px 80px 10px 80px;
  -webkit-perspective: 1000;
          perspective: 1000;
}

.cardtwo {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 200vh;
  max-width: 550px;
  width: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40;
  border-radius: 30%;
  -webkit-box-shadow: 0 20px 20px rgba(58, 9, 9, 0.2), 0px 0px 50px rgba(0, 0, 0, 0.2);
          box-shadow: 0 20px 20px rgba(58, 9, 9, 0.2), 0px 0px 50px rgba(0, 0, 0, 0.2);
}

.controllertwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contpictwo {
  min-height: 35vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(180, 57, 57, 0.1);
  z-index: 1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.70s ease-out;
  transition: all 0.70s ease-out;
}

.circletwo {
  width: 15rem;
  height: 25rem;
  background: -webkit-gradient(linear, left top, right top, from(red), to(blue));
  background: linear-gradient(to right, red, blue);
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  opacity: .6;
}

.infotwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contfirsttwo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  background: #5ef151;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 10px 5px rgba(0, 0, 0, 0);
          box-shadow: -2px 10px 5px rgba(0, 0, 0, 0);
  border-radius: 10px;
  font-family: SQ Market, SQ Market, Helvetica, Arial, sans-serif;
}

.contsectwo {
  padding: 10px;
  -webkit-transition: all 0.70s ease-out;
  transition: all 0.70s ease-out;
}

.conttitletwo {
  font-size: 15px;
  line-height: 12px;
  font-style: bold;
  -webkit-transition: all 0.70s ease-out;
  transition: all 0.70s ease-out;
}

.pricetwo {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  -webkit-transition: all 0.70s ease-out;
  transition: all 0.70s ease-out;
}

.linktwo {
  display: inline-block;
  font-size: 10px;
  line-height: 36px;
  height: 30px;
  color: #ffffff;
  min-width: 200px;
  background-color: #006aff;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  border-radius: 0px;
  -webkit-transition: all 0.70s ease-out;
  transition: all 0.70s ease-out;
}

.logo img {
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: flexbox;
  margin-left: 320%;
}

.logo img:hover-off {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.logo img:hover {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: 0.6s ease-in-out .2s;
  transition: 0.6s ease-in-out .2s;
}

.footercont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-self: center;
  width: 100%;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.658)), color-stop(rgba(255, 0, 0, 0.685)), color-stop(rgba(255, 192, 203, 0.671)), to(rgba(128, 0, 128, 0.555)));
  background: linear-gradient(rgba(0, 0, 255, 0.658), rgba(255, 0, 0, 0.685), rgba(255, 192, 203, 0.671), rgba(128, 0, 128, 0.555));
  padding: 5px;
  margin: 10%;
  color: lightgreen;
  font-style: italic;
  font-family: 'Dela Gothic One';
  border-radius: 1rem;
}

.footer li {
  list-style: none;
  margin: 0 3rem;
}

.footer-nav {
  padding: 2px;
  margin-right: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
}

.secfooter-nav {
  padding: 2px;
  margin-left: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}

.footer-nav li {
  float: left;
  padding: 0 4px;
  margin-bottom: 2px;
  margin-right: 8rem;
  font-size: 16px;
  height: 20px;
  width: 60%;
}

.footer-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5ef151;
}

.secfooter-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5ef151;
}

.secfooter-nav li {
  float: right;
  padding: 0 4px;
  margin-bottom: 2px;
  margin-left: 4rem;
  font-size: 16px;
  height: 20px;
  width: 60%;
}

.secfooter-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer a:hover {
  color: #c1ee1f;
}

@media screen and (max-width: 793.5px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    height: 4em;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.658)), color-stop(rgba(255, 0, 0, 0.685)), color-stop(rgba(255, 192, 203, 0.671)), to(rgba(128, 0, 128, 0.555)));
    background: linear-gradient(rgba(0, 0, 255, 0.658), rgba(255, 0, 0, 0.685), rgba(255, 192, 203, 0.671), rgba(128, 0, 128, 0.555));
    padding: 5px;
    margin: 2%;
    color: lightgreen;
    font-style: italic;
    font-family: 'Dela Gothic One';
    border-radius: 10px;
  }
  .footer-nav li {
    padding: 0 4px;
    margin-bottom: 2px;
    margin-right: 40px;
    font-size: 16px;
    height: 20px;
    width: 100%;
  }
  .secfooter-nav li {
    padding: 0 4px;
    margin-bottom: 2px;
    margin-left: 10px;
    font-size: 16px;
    height: 20px;
    width: 100%;
  }
  .logo img {
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    -webkit-box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flexbox;
    margin-left: 200%;
  }
}
/*# sourceMappingURL=whatsnew.css.map */