@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  scroll-behavior: smooth !important;
  outline: none !important;
}

body {
  background: rgb(0, 0, 0) !important;
  font-family: "Poppins", sans-serif;
  width: 100%;
  max-height: 100px;
  outline: none !important;
  overflow-x: hidden !important;
}

:root {
  --green-btn: #0088ff;
}

button:hover,
button:active,
button:focus {
  outline: none;
}

section {
  outline: none;
}

/* Landing */

#landing {
  width: 100%;
  min-height: 100vh;
  height: auto;
  background: url("../img/wave-landing.png"),
    linear-gradient(135deg, #727cf5 0%, rgba(105, 0, 199, 0.8) 100%) center
      no-repeat;
  background-size: cover;
}

#logo-nav {

width: 200px;
position: relative;
right: 50px;
bottom: 30px;



}

.landing-content {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  text-align: center;
}

.landing-content-wrapper {
  margin: 0 auto;
  color: white;
}

.landing-content-wrapper h1 {
  font-size: 3rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
}

.hidden {
  display: hidden !important;
}

.landing-content-wrapper p {
  color: rgba(255, 255, 255, 0.919);
  font-weight: 500;
  font-size: 1.1rem;
  margin: 0 auto;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.landing-content-wrapper .landing-button {
  display: inline;
  margin-top: 3rem;
  font-size: 1.05rem !important;
  padding: 0.35rem 3rem !important;
  margin-bottom: 15rem;
  text-decoration: none
}

.down-page {
  margin: 0 auto;
  background: none;
  border: 0;
  width: 2.2rem !important;
  height: 2.2rem;
  bottom: 5rem !important;
  display: block;
  text-decoration: none
}

.down-page-wrapper {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99999999;
  text-decoration: none
}

.down-page .dot {
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 auto;
  color: white;
  font-size: 1rem;
  transition: 0.2s ease-in-out;
}

.down-page .dot i {
  font-size: 1.3rem;
  margin: 0 auto;
  right: 1px;
  top: 2px;
  position: relative;
  display: block;
  text-decoration: none
}

/* Navbar */

nav {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
}

.navbar {
  background: transparent !important;
  box-shadow: none !important;
  padding: 1rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.navbar .navbar-brand img {
  width: 6rem;
}

.navbar .nav-link {
  position: relative;
  bottom: 50px;
  color: rgb(255, 255, 255) !important;
  margin-left: 1rem !important;
  font-weight: 500;
  font-size: 1rem;
  transition: 0.3s ease-in-out;
}

.navbar .nav-link:hover {
  color: rgb(255, 255, 255) !important;
  margin-left: 1rem !important;
  font-weight: 500;
  font-size: 20px;
  bottom: 50px;
  transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* Green Btn */

.green-btn {
  background: var(--green-btn);
  border: none;
  border-radius: 2rem;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 0.95rem;
  opacity: 1 !important;
  padding: 0.25rem 1.5rem !important;
  display: block;
  top: -2px;
  position: relative;
  transition: 0.3s ease-in-out;
}

.green-btn:hover {
  color: rgb(255, 255, 255);
  padding: 0.3rem 2rem !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgb(255, 255, 255, 0.15);
  transition: 0.3s ease-in-out;
}

.about .icon {
  width: 100%;
  height: 100%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  display: flex;
  transition: all 0.2s ease, background-color 0.4s ease;
  opacity: 0;
  border-radius: 100%;
}


.about .icon2 {
  width: 100%;
  height: 100%;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  display: flex;
  transition: all 0.2s ease, background-color 0.4s ease;
  opacity: 0;
  border-radius: 100%;
}





.wrapper {
  width: 100vw;
  margin: 0 auto;
  height: 400px;
  background-color: #161616;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .wrapper {
    height: 700px;
  }
}

.content {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .content {
    height: auto;
    padding-top: 50px;
    flex-direction: column;
  }
}

.card {
  width: 26%;
  max-width: 500px;
  min-width: 200px;
  position: relative;
  height: 350px;
  background-color: #191919;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
  border: 2px solid rgba(7, 7, 7, 0.12);
  font-size: 16px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease;
}



.card2 {
  width: 26%;
  max-width: 500px;
  min-width: 200px;
  position: relative;
  top: 0px;
  height: 350px;
  background-color: #292929;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
  border: 2px solid rgba(7, 7, 7, 0.12);
  font-size: 16px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease;
}



.icon {
  margin: 0 auto;
  width: 100%;
  height: 80px;
  max-width: 80px;
  background: linear-gradient(
    90deg,
    #0088ff 0%,
    #0088ff 40%,
    rgba(0, 0, 0, 0.28) 60%
  );
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: all 0.8s ease;
  background-position: 0px;
  background-size: 200px;
}


.icon2 {
  margin: 0 auto;
  width: 100%;
  height: 80px;
  max-width: 80px;
  background: linear-gradient(
    90deg,
    #0088ff 0%,
    #0088ff 40%,
    rgba(0, 0, 0, 0.28) 60%
  );
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: all 0.8s ease;
  background-position: 0px;
  background-size: 200px;
}





.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}

.card .title {
  width: 100%;
  margin: 0;
  text-align: center;
  margin-top: 30px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.card2 .title {
  width: 100%;
  margin: 0;
  text-align: center;
  margin-top: 30px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4px;
}



.card .text {
  width: 80%;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
  color: white;
  font-weight: 200;
  letter-spacing: 2px;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease;
}


.card2 .text {
  width: 80%;
  margin: 0 auto;
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
  color: white;
  font-weight: 200;
  letter-spacing: 2px;
  opacity: 0;
  max-height: 0;
  transition: all 0.3s ease;
}




.card:hover {
  transform: scale(1.05);
}

.card:hover .info {
  height: 90%;
}

.card:hover .text {
  transition: all 0.3s ease;
  opacity: 1;
}

.card:hover .icon {
  background-position: -120px;
  transition: all 0.3s ease;
}

.card:hover .icon i {
  background: linear-gradient(90deg, #0088ff, #0088ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  transition: all 0.3s ease;
}



.card2:hover {
  transform: scale(1.05);
}

.card2:hover .info {
  height: 90%;
}

.card2:hover .text {
  transition: all 0.3s ease;
  opacity: 1;
}

.card2:hover .icon2 {
  background-position: -120px;
  transition: all 0.3s ease;
}

.card2:hover .icon2 i {
  background: linear-gradient(90deg, #0088ff, #0088ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  transition: all 0.3s ease;
}




.products {

  border-radius: 500px 500px 0px 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 65rem;
  gap: 3rem;
  position: relative;
  bottom: 100px;
  background-image: url("fundoproducts.png");
  background-size: cover;

}

.products2 {


  
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 60rem;
  gap: 3rem;
  position: relative;
  bottom: 0px;
  background-image: url("fundoproducts2.png");
  background-size: cover;

}


.buy {
  width: 100%;
  /* height: 40rem; */
  background-color: rgb(255, 255, 255);
  background-size: 100rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  
}

.textbuy {
  color: white;
  text-align: center;
  font-family: "Poppins" sans-serif;
  font-style: italic;
  top: 8rem;
}

.purplebutton {
  background-color: #0088ff;
  border: none;
  border-radius: 2rem;
  color: rgb(255, 255, 255);
  font-weight: 800;
  font-size: 15pt;
  padding: 20px 6rem;
  display: block;
  transition: 0.3s ease-in-out;
  margin-top: 50px;
  text-decoration: none;
}
.purplebutton:hover {
  color: rgb(255, 255, 255);
  box-shadow: 0 0.15rem 1.75rem 0 rgb(255, 255, 255, 0.15);
  transition: 0.3s ease-in-out;
  transform: scale(1.1);
  text-decoration: none;
}

.logopurple {
  width: 20rem;
}

.rodape {
  /* height: 8rem; */
}

.footer-basic {
  padding: 20px 0;
  background-color: rgb(141, 2, 254);
  color: #191919;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 10px;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgb(255, 255, 255);
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}

.iconr {
  color: white;
}

.list-inline-item {
  position: relative;
  color: white;
}

.iconify {
  color: white;
  position: relative;
  bottom: 3px;
}

.ass {
  font-size: 17px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copyright {
  position: relative;
}

.compras {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .card .text {
    opacity: 1 !important;
    padding: 5px;
  }

  .products {
    gap: 0;
  }

  .products2 {
    gap: 0;
  }


  #planet1 {
    width: 0rem;
    position: absolute;
    right: -50rem;
    bottom: 0;
  }

  #planet2 {
    width: 0rem;
    position: absolute;
    left: -50rem;
    bottom: 0;
  }

  .landing-content-wrapper h1 {
    position: relative;
    bottom: 50px;
    font-size: 2rem;
    font-weight: 700;
    color: white;
  }

  .landing-content-wrapper p {
    position: relative;
    bottom: 50px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    font-size: 0.9rem;
    margin: 0 auto;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  .buy {
    background-color: white;
    background-size: 50rem;
  }

  .footer-basic .copyright {
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    color: rgb(255, 255, 255);
    margin-bottom: 0;
  }

  .purplebutton {
    background: rgb(2, 65, 254);
    border: none;
    border-radius: 2rem;
    color: rgb(255, 255, 255);
    font-weight: 800;
    font-size: 15pt;
    opacity: 1;
    padding: 20px 6rem;
    display: block;
    transition: 0.3s ease-in-out;
  }
  .purplebutton:hover {
    color: rgb(255, 255, 255);
    padding: 30px 6rem !important;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(255, 255, 255, 0.15);
    transition: 0.3s ease-in-out;
  }

  .footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0;
    position: relative;
  }

  .footer-basic .social > a {
    font-size: 24px;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255);
    margin: 0 8px;
    color: inherit;
    opacity: 0.75;
  }

  .ass {
    font-size: 12px;
    color: white;
    display: flex;
    justify-content: center;
  }

  .card {
    width: 50%;
    max-width: 300px;
    min-width: 200px;
    height: 300px;
    background-color: #292929;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.24);
    border: 2px solid rgba(7, 7, 7, 0.12);
    font-size: 16px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .card .text {
    width: 100%;
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    color: white;
    font-weight: 200;
    letter-spacing: 2px;
    opacity: 0;
    max-height: 0;
    transition: all 0.3s ease;
  }

}

.align {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn1 {
  transform: scale(0.7);
}

.btn1 {
  font-size: 40px;
  width: 500px;
  background: linear-gradient(to right, #0088ff, #0088ff);
  border-radius: 100px;
  text-align: center;
  margin-top: 30px;
  padding: 14px 30px;
  text-transform: uppercase;
  color: white;
  border: none;
  position: relative;
  bottom: 70px;
  right: 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: none
}

.btn1:hover {
  box-shadow: 0 0 2em #0088ff;
  transform: scale(0.8);
  color: white;
  text-decoration: none
}




.btn5 {
  transform: scale(0.7);
}

.btn5 {
  font-size: 50px;
  width: 500px;
  background: linear-gradient(to right, #0088ff, #0088ff);
  border-radius: 100px;
  text-align: center;
  margin-top: 30px;
  padding: 14px 30px;
  text-transform: uppercase;
  color: white;
  border: none;
  position: relative;
  bottom: 40px;
  right: 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: none
}

.btn5:hover {
  box-shadow: 0 0 2em rgb(0, 30, 255);
  transform: scale(0.8);
  color: white;
  text-decoration: none
}




.btn2 {
  transform: scale(0.7);
}

.btn2 {
  font-size: 50px;
  width: 500px;
  background: linear-gradient(to right, #0088ff, #0088ff);
  border-radius: 100px;
  text-align: center;
  margin-top: 30px;
  padding: 14px 30px;
  text-transform: uppercase;
  color: white;
  border: none;
  position: relative;
  bottom: 70px;
  left: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: none
}

.btn2:hover {
  box-shadow: 0 0 2em rgb(255, 238, 0);
  transform: scale(0.8);
  color: white;
  text-decoration: none
}

.btn3 {
  transform: scale(0.7);
}

.btn3 {
  font-size: 50px;
  width: 500px;
  background: linear-gradient(to right, #0088ff, #0088ff);
  border-radius: 100px;
  text-align: center;
  margin-top: 30px;
  padding: 14px 30px;
  text-transform: uppercase;
  color: white;
  border: none;
  position: relative;
  bottom: 70px;
  left: 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: none
}

.btn3:hover {
  box-shadow: 0 0 2em rgb(255, 238, 0);
  transform: scale(0.8);
  color: white;
  text-decoration: none
}


.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.discordbuy {

  text-decoration: none !important;



}

.feed {

color: white;
position: relative;
bottom: 7px;




}

.kritoreidelas {

  text-shadow: #000 8px 10px 12px;
}

.fundopro {

position: relative;
width: 500px;

}

.landing2 {
  width: 100%;
  position: relative;
  bottom: 350px;
  min-height: 100vh;
  height: auto;
  background-image: url("../css/fundoproducts.jpg"),
    linear-gradient(135deg, #727cf5 0%, #ff6000 100%) center
      no-repeat;
  background-size: cover;
}

.testimonial-box {

background-color: #242424;


}



.coment {

color: white;

}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap');

body {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
    background: rgba(var(--bg));
}

html {
    scroll-behavior: smooth;
}

a,
button,
input,
textarea {
    outline: none !important;
}

a:hover {
    cursor: pointer;
}

:root {
    --bg: 0, 0, 0;
    --bg-700: 17, 17, 17;
    --bg-600: 26, 28, 34;
    --dead-white: 231, 233, 234;
    --text-gray: 117, 128, 138;
    --blue-principal: 62, 50, 196;
    --active-green: 49, 232, 144;
    --red: 236, 0, 52;
}

ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

/* colors */

.dead-white {
    color: rgba(var(--dead-white)) !important;
}

.blue-principal {
    color: rgba(var(--blue-principal)) !important;
}

.active-green {
    color: rgba(var(--active-green)) !important;
}

.red-principal {
    color: rgba(var(--red)) !important;
}

.text-gray {
    color: rgba(var(--text-gray)) !important;
}

/* weights */

.black-bold {
    font-weight: 900 !important;
}

.bold {
    font-weight: 700 !important;
}

.semibold {
    font-weight: 500 !important;
}

/* aligns */

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

/* sizes */

.text-center {
    text-align: center !important;
}

.h1-plus {
    font-size: 3rem;
}

.h1 {
    font-size: 2.5rem;
}

.h1-2 {
    font-size: 2rem;
}

.h2-2 {
    font-size: 1.5rem;
}

.h2 {
    font-size: 1.2rem !important;
}

.h3 {
    font-size: 1rem;
}

.p {
    font-size: .95rem !important;
    margin-bottom: 0;
}

.p-2 {
    font-size: .85rem !important;
    margin-bottom: 0;
}

/* buttons */


.transparent-btn {
    background: transparent;
    border: 0;
    color: rgba(var(--dead-white)) !important;
}

.btn {
    font-size: .8rem;
    font-weight: 700;
    border-radius: 5px;
    border: 0;
    text-transform: uppercase;
    padding: .7rem 2rem;
    transition: .3s ease-in-out;
    box-shadow: none !important;
}

.small-btn {
    font-weight: 700;
    font-size: .7rem;
    border-radius: 5px;
    padding: 0.6rem 1.5rem;
    border: 0;
    text-transform: uppercase;
    padding-top: 0.5rem;
    transition: .3s ease-in-out;
}

.btn:disabled,
.small-btn:disabled {
    opacity: .7;
    pointer-events: none;
    transition: .3s ease-in-out;
}

.blue-btn {
    background-color: #617bda;
    color: rgba(var(--dead-white));
}

.blue-btn:hover {
    opacity: .7;
    background: rgba(var(--blue-principal));
    color: rgba(var(--dead-white));
    cursor: pointer;
    transition: .3s ease-in-out;
}

.white-btn {
    background: rgba(var(--dead-white));
    color: black;
}

.white-btn:hover {
    opacity: .7;
    background: rgba(var(--dead-white));
    color: black;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.gray-btn {
  background: linear-gradient(to right, #0088ff, #0088ff);
    color: rgba(var(--dead-white));
}

.gray-btn:hover {
    opacity: .7;
    background-color: #0037ff;
    color: rgba(var(--dead-white));
    cursor: pointer;
    transition: .3s ease-in-out;
}

/* margins */

.half-size {
    width: 50%;
}

.half-size-2 {
    width: 80%;
}

.mr-1 {
    margin-right: .6rem;
}

.ml-1 {
    margin-left: .6rem;
}

.ml-auto {
    margin-left: auto !important;
}

.margin-icon {
    margin-right: 15px;
}

.m-0-auto {
    margin: 0 auto !important;
}

/* paddings */

.pl-3 {
    padding-left: 3rem;
}

/* scrollbar */

::-webkit-scrollbar {
    width: .35rem !important;
    background: rgba(var(--bg)) !important;
}

::-webkit-scrollbar-thumb {
    background: rgba(var(--dead-white), .1) !important;
    border-radius: 1rem !important;
}

/* navbar */

.navbar {
    box-shadow: none;
    padding: 1.5rem 0;
    background: transparent;
    /* transition: backdrop-filter .1s ease-in-out; */
}

.navbar-brand img {
    width: 3rem;
}

.nav-item .nav-link {
    transition: .3s ease-in-out;
    margin-left: 1rem;
    opacity: .8;
    color: rgba(var(--dead-white));
    position: relative;
    top: 2px;
}

.nav-item .nav-link:hover {
    opacity: .6;
    transition: .3s ease-in-out;
}

.small-icon {
    font-size: 1.2rem;
    position: relative;
    top: 4px;
    padding-bottom: 8px;
}

/* .nav-item .small-icon {
    position: relative;
    top: 3px;
    font-size: 1.1rem !important;
} */

.scrolled {
    background-color: rgba(var(--bg-700), 0.4) !important;
    backdrop-filter: blur(10px);
    box-shadow: none;
    /* transition: backdrop-filter .1s ease-in-out; */
}

/* splide */

#splide-videos .splide__slide {
    opacity: .4;
    transition: .2s ease-in-out !important;
}

#splide-categories .splide__slide,
#splide-products .splide__slide {
    opacity: 1;
    transition: .2s ease-in-out !important;
}

.splide__slide .splide-thumbnail {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 7px;
}

/* .splide__slide {
    opacity: .4;
    transition: .2s ease-in-out !important;
} */

.splide {
    max-width: 1300px;
    margin: 0 auto;
}

.is-active {
    opacity: 1 !important;
    transition: .2s ease-in-out !important;
}

.splide__video__wrapper iframe,
.splide__video__wrapper {
    border-radius: 7px !important;
}

.splide__track--nav>.splide__list>.splide__slide.is-active,
.splide__track--nav>.splide__list>.splide__slide {
    border: 0 !important;
}

.splide__arrow svg {
    fill: rgba(var(--dead-white)) !important;
    width: 3rem !important;
    height: 3rem !important;
}

.splide__arrow--prev {
    left: -4rem !important;
}

.splide__arrow--next {
    right: -5rem !important;
}

.splide__arrow {
    background: none !important;
    width: auto !important;
    height: auto !important;
    transition: .3s ease-in-out !important;
}

/* footer */

#footer {
    /* background: linear-gradient(to top, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0)); */
    background-color: #191919;
    width: 100%;
    height: auto;
    padding: 0 5rem;
    position: relative;
    bottom: 100px;
    /* border-top: 1px solid #1A1C22; */
}

.footer-top {
    width: 100%;
    height: auto;
    width: 100%;
    height: auto;
    padding: 5rem 0;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;

}

.footer-top-wrapper p {
    max-width: 60%;
}

.footer-top img {
    width: 17rem;
    height: auto;
}

.footer-bottom {
    width: 100%;
    height: auto;
    border-top: 1px solid #191919;
    padding: 3rem 0;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}

.footer-bottom-wrapper {
    max-width: 33%;
    width: 33%;
    position: relative;
}

.footer-bottom-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-bottom-wrapper ul li {
    display: inline-block;
    margin-left: 1rem;
}

.footer-bottom-wrapper ul li a,
.footer-bottom-wrapper a {
    /* color: rgba(var(--text-gray)) !important; */
    transition: .3s ease-in-out;
}

.footer-bottom-wrapper ul li a:hover,
.footer-bottom-wrapper a:hover {
    color: rgba(var(--dead-white)) !important;
    transition: .3s ease-in-out;
}

.developed-span {
    color: rgba(var(--text-gray), .6) !important;
}

.me {
    color: rgba(var(--text-gray), 1) !important;
    padding: 0 !important;
    transition: .3s ease-in-out;
}

.fat-input {
    padding: 1rem 1.5rem;
    background-color: rgba(var(--bg-600));
    color: rgba(var(--dead-white));
    font-weight: 500;
    font-size: .95rem;
    /* border: 1px solid rgba(255, 255, 255, 0.05); */
    border: 0;
    border-radius: 7px;
    width: 100%;
}

.fat-input:focus {
    border: 1px solid rgba(72, 255, 0, 0.2);
}

.tiny-input {
    padding: .5rem 1.5rem;
    background-color: rgba(var(--bg-700));
    color: rgba(var(--dead-white));
    font-weight: 500;
    font-size: .95rem;
    border: 1px solid rgb(0, 255, 0);
    border-radius: 7px;
    width: 100%;
}

.tiny-input:focus {
    border: 1px solid rgb(60, 255, 0);
}

.left-icon-input i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.5rem;
    color: rgba(var(--text-gray));
    opacity: .3;
}

.left-icon-input button {
    color: rgba(var(--dead-white)) !important;
    opacity: 1 !important;
}

.left-icon-input button i {
    color: rgba(var(--dead-white)) !important;
    opacity: 1 !important;
}

.left-icon-input .fat-input,
.left-icon-input .tiny-input {
    padding-left: 3.5rem !important;
}

.view-pass-btn button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.5rem;
    color: rgba(var(--text-gray));
    opacity: .6;
}

.input {
    position: relative;
}

.input i {
    font-size: 1.1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    color: rgb(0, 132, 255);
    opacity: 1;
    display: inline-table;
}

.fat-input::placeholder,
.tiny-input::placeholder {
    color: rgba(var(--text-gray), .6);
    font-weight: 600;
}

.default-link {
    color: rgba(var(--text-gray));
    text-decoration: underline;
    transition: .3s ease-in-out;
}

.default-link:hover {
    color: rgba(var(--blue-principal));
    text-decoration: underline;
    transition: .3s ease-in-out;
}

.form-check-input {
    border: 2px solid rgba(var(--dead-white), 0.05) !important;
    background-color: rgba(var(--bg-700)) !important;
}

.form-check-label {
    margin-left: 0.2rem;
    position: relative;
    top: 0px;
}

.form-switch .form-check-input {
    height: 1.2rem;
    width: 2.5rem;
    border-radius: 5rem;
    position: relative;
    top: -2px;
}

.form-switch .form-check-input:after {
    width: .7rem !important;
    height: .7rem !important;
    margin-top: 2px !important;
    background-color: rgba(var(--dead-white), 1) !important;
    margin-left: 3px;
    transition: .2s ease-in-out !important;
}

.form-switch .form-check-input:checked[type=checkbox]:after {
    width: .7rem !important;
    height: .7rem !important;
    margin-left: 1.45rem;
    transition: .2s ease-in-out !important;
}

.float-right {
    float: right !important;
}

.float-left {
    float: left !important;
}

.form-switch .form-check-input:checked:focus:before {
    margin-left: 1.45rem;
    box-shadow: 0px 0px 0 13px rgba(var(--red-principal), 1);
    transform: scale(1);
}

.form-check-input:checked:focus:before {
    box-shadow: 0 0 0 13px rgba(var(--red-principal));
}

.form-check-input:not(:checked) {
    border: 2px solid rgba(var(--dead-white), 0.05) !important;
    background-color: rgba(var(--bg-700)) !important;
}

.form-check-input[type=checkbox]:checked:focus,
.form-check-input[type=checkbox]:checked {
    background-color: rgba(var(--blue-principal)) !important;
    border-color: rgba(var(--blue-principal)) !important;
}

.success-msg-wrapper {
    background: rgba(var(--active-green), .05) !important;
    border: 2px solid rgba(var(--active-green), .4) !important;
}

.error-msg-wrapper .error-msg,
.success-msg-wrapper .success-msg {
    margin-bottom: 0;
    color: rgba(var(--red));
    font-size: .85rem;
    font-weight: 400;
    text-align: center !important;
}

.success-msg-wrapper .success-msg {
    color: rgba(var(--active-green)) !important;
}

.resend-msg-wrapper .resend-msg:disabled {
    color: rgba(var(--text-gray), .6);
    pointer-events: none;
    cursor: default;
    transition: .3s ease-in-out;
}

.resend-msg-wrapper .resend-msg {
    color: rgba(var(--dead-white), .8);
    margin-bottom: 0;
    font-size: .85rem;
    font-weight: 400;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    transition: .3s ease-in-out;
}

.error-msg-wrapper,
.success-msg-wrapper {
    width: 100%;
    padding: .8rem;
    background-color: transparent;
    border: 2px solid rgba(var(--red), .4);
    border-radius: 7px;
    margin-bottom: 0;
    margin-top: 2rem;
    margin-bottom: -1.5rem;
    display: none;
}

.error-msg-wrapper {
    background: rgba(var(--red), .05) !important;
}

.resend-msg-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: -1.5rem;
    display: none;
}

.blue-btn:disabled {
    background-color: rgba(var(--blue-principal), .5);
    border-color: rgba(var(--blue-principal), .5);
    color: rgba(var(--dead-white), .5);
    cursor: default;
    transition: .3s ease-in-out;
}

.btn:disabled {
    opacity: .7;
    cursor: default;
}

.grecaptcha-badge {
    bottom: 5rem !important;
}