/* ---------------- Imports ---------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap');

/* ---------------- Root ---------------- */
:root {
  --body: #202020;
  --nav: #262626;
  --text: #fff;
  --textb: #2b2d31;
  --buttons: #2b2d31;
  --buttons-hover: #41454e;
  --buttonsb-hover: #bdbec1;
  --buttons2: #3f51b5;
  --buttons2-hover: #303e8d;
  --buttons2b-hover: #1b8346;
  --buttons2-active: #26316e;
  --goldy: #fcff5c;
}

.chiaro {
  --body: #ffffff;
  --nav: #e3e3e3;
  --text: #2b2d31;
  --textb: #fff;
  --buttons: #e0e1e5;
  --buttons-hover: #bdbec1;
  --buttonsb-hover: #41454e;
  --buttons2: #23a559;
  --buttons2-hover: #1b8346;
  --buttons2b-hover: #303e8d;
  --buttons2-active: #156a39;
  --goldy: #c1c346;
}

/* ---------------- Header ---------------- */
* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  list-style: none;
  text-decoration: none;
  scroll-behavior: smooth;
  /* cursor: none; */
  transition: .2s;
}

html,
body {
  width: 100%;
  background-color: var(--body);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.my-2 {
  background-color: var(--text)
}

.circle {
  height: 28px;
  width: 28px;
  border-radius: 28px;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99999999;
  transition: .2s;
}

/* Background */
.img-bg {
  position: fixed;
  top: -7%;
  display: flex;
  background-size: cover;
  background-image: url(https://cdn.discordapp.com/attachments/1065323447577747557/1096936698396540988/image-remoavebg.png);
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(#000000, rgba(0, 0, 0, 0));
  height: 100vh;
  width: 100%;
  opacity: 0.2;
  z-index: 1;
}

/* Scrollbar */
::selection {
  background-color: #6b93b8;
}

::-webkit-scrollbar {
  width: 18px;
  background-color: var(--body);
}

::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 5px solid var(--body);
  background-color: #656565;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #878787;
}

::-webkit-scrollbar-thumb:active {
  background-color: #9d9d9d;
}

/* Navbar */
nav {
  top: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: auto;
  background-color: var(--nav);
  z-index: 999;
  box-shadow: 0 0 70px 10px #0000002e;
}

nav img {
  display: flex;
  width: 65px;
  border-radius: 100%;
  border: 2px solid #00000000;
  opacity: 0.7;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 10px;
  cursor: pointer;
}

nav img:hover {
  opacity: 1;
}

nav ul li {
  float: left;
  margin-left: 15px;
  padding: 7px 0px;
  border-bottom: 1px solid #dadada00;
  border-radius: 4px;
}

nav ul li:hover {
  background-color: var(--buttons-hover);
}

/* nav ul li:hover {
  transform: translateY(-3px);
  border-bottom: 1px solid var(--text);
  background-color: #717ea963;
} */

nav ul .btn-primary {
  margin-left: 15px;
  font-size: 18px;
}

nav ul li a {
  color: var(--text);
  font-size: 18px;
  padding: 7px 25px;
  text-transform: uppercase;
  cursor: pointer;
}

nav ul li .active {
  font-weight: 700;
}

/* Dropdown */
.dropdown {
  display: none;
}

.dropdown1 {
  position: relative;
  display: inline-block;
}

.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: var(--nav);
  min-width: 160px;
  margin-top: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content1 a {
  color: var(--text);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content1 a:hover {
  background-color: var(--buttons-hover)
}

.dropdown1:hover .dropdown-content1 {
  display: block;
}

.dropdown1:hover .dropbtn1 {
  background-color: var(--buttons-hover)
}

/* Popup */
.modal-content {
  background: none;
}

.modal-header,
.modal-body {
  display: flex;
  flex-direction: column;
  background-color: var(--body);
  color: var(--text);
  outline: none;
  border: none;
}

.modal-footer {
  display: flex;
  background-color: var(--body);
  color: var(--text);
  outline: none;
  border: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.modal-header,
.modal-body,
{
display: flex;
flex-direction: column;
background-color: var(--body);
color: var(--text);
outline: none;
border: none;
}

.modal-body .socials {
  display: flex;
  margin-top: 16px;
  flex-wrap: wrap;
  margin-top: 0px;
}

.modal-body .socials .fa-discord,
.modal-body .socials .fa-tiktok,
.modal-body .socials .fa-telegram,
.modal-body .socials .fa-youtube,
.modal-body .socials .fa-envelope {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: white;
  border-radius: 10px;
  margin-top: 10px;
}

.modal-body .socials .fa-discord {
  background-color: #3f51b5;
}

.modal-body .socials .fa-tiktok {
  background-color: #010101;
}

.modal-body .socials .fa-telegram {
  background-color: #0088cc;
}

.modal-body .socials .fa-youtube {
  background-color: red;
}

.modal-body .socials .fa-envelope {
  background-color: #4385f6;
}

.modal-body .socials .fa-discord:hover,
.modal-body .socials .fa-tiktok:hover,
.modal-body .socials .fa-telegram:hover,
.modal-body .socials .fa-youtube:hover,
.modal-body .socials .fa-envelope:hover {
  width: 80px;
}

.btn-secondary {
  color: white;
  font-size: 20px;
  padding: 10px 30px;
  background-color: #4e5058;
  margin-left: 10px;
  border-radius: 5px;
  /* cursor: pointer; */
  border: none;
  outline: none;
}

.btn-secondary:hover {
  background-color: #6d6f78;
}

.btn-secondary:active {
  background-color: #82858f;
}

/* ---------------- Main ---------------- */
.main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 18%;
  padding-top: 18%;
  height: auto;
  width: 100%;
  z-index: 998;
}

.content {
  flex-direction: column;
}

.main img {
  display: flex;
  width: 250px;
  border-radius: 10%;
  border: 1px solid #363636;
  animation: mainimg 4s infinite ease-in-out;
}

@keyframes mainimg {
  0% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1)
  }
}

.main .testo {
  margin-left: 50px;
}

.main .testo .text-main {
  color: var(--text);
  font-size: 50px;
  font-weight: 700;
  display: inline-block;
  transition: .5s;
  transform-origin: right;
  transform: scaleX(1);
}

.main .testo .p-main {
  color: var(--text);
  font-size: 20px;
}

.main .bottoni {
  margin-top: 30px;
  margin-left: 40px;
  z-index: 2;
}

.main .bottoni .duebottoni,
.main .bottoni .duebottoni2,
.quasiultimo .bottoni .duebottoni,
.quasiultimo .bottoni .duebottoni2 {
  position: relative;
  color: var(--text);
  font-size: 20px;
  padding: 10px 30px;
  background-color: var(--buttons);
  margin-left: 10px;
  border-radius: 5px;
  outline: none;
  border: 1px solid var(--buttons-hover);
  z-index: 100;
  cursor: pointer;
  transition: .4s;
  box-shadow: inset 0px 0 0 0 var(--buttonsb-hover);
}

.quasiultimo .bottoni .duebottoni2 {
  box-shadow: inset 0px 0 0 0 var(--buttons2b-hover);
}

.invita:active,
.main .bottoni .duebottoni:active,
.main .bottoni .duebottoni2:active,
.quasiultimo .bottoni .duebottoni:active,
.quasiultimo .bottoni .duebottoni2:active {
  transform: scale(0.96);
}

.invite {
  color: var(--textb);
  transform: scale(0.95);
  box-shadow: inset 170px 0 0 0 var(--buttonsb-hover);
}

.invita:before,
.invita:after {
  z-index: -10000;
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
}

.invita.animate::before {
  top: -70%;
  z-index: -10000;
  background-image: radial-gradient(circle, var(--buttons-hover) 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, var(--buttons) 20%, transparent 30%),
    radial-gradient(circle, var(--buttons-hover) 20%, transparent 20%),
    radial-gradient(circle, var(--buttons-hover) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--buttons) 15%, transparent 20%),
    radial-gradient(circle, var(--buttons-hover) 20%, transparent 20%),
    radial-gradient(circle, var(--buttons-hover) 20%, transparent 20%),
    radial-gradient(circle, var(--buttons-hover) 20%, transparent 20%),
    radial-gradient(circle, var(--buttons-hover) 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  animation: greentopBubbles ease-in-out 0.6s forwards infinite;
}

@keyframes greentopBubbles {
  0% {
    background-position: 10% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.invita.animate::after {
  bottom: -71%;
  background-image: radial-gradient(circle, var(--buttons-hover) 20%, transparent 20%),
    radial-gradient(circle, var(--buttons-hover) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--buttons) 15%, transparent 20%),
    radial-gradient(circle, var(--buttons-hover) 20%, transparent 20%),
    radial-gradient(circle, var(--buttons-hover) 20%, transparent 20%),
    radial-gradient(circle, var(--buttons-hover) 20%, transparent 20%),
    radial-gradient(circle, var(--buttons-hover) 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  animation: greenbottomBubbles ease-in-out 0.6s forwards infinite;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 15% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.main .bottoni .duebottoni2 {
  background-color: var(--buttons2);
  border: 1px solid var(--buttons2-hover);
  color: white;
  box-shadow: inset 0px 0 0 0 var(--buttons2b-hover);
}

.main .bottoni .duebottoni2:hover,
.quasiultimo .bottoni .duebottoni2:hover {
  transform: scale(0.95);
  box-shadow: inset 300px 0 0 0 var(--buttons2b-hover);
}

.main .bottoni .duebottoni:hover,
.quasiultimo .bottoni .duebottoni:hover {
  color: var(--textb);
  transform: scale(0.95);
  box-shadow: inset 300px 0 0 0 var(--buttonsb-hover);
}

/* Main collapse */
.wrapper {
  max-width: 700px;
  padding: 0 20px;
  padding-bottom: 10%;
  z-index: 50;
}

.wrapper .parent-tab,
.wrapper .child-tab {
  margin-bottom: 8px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #0000001e;
}

.wrapper .parent-tab label,
.wrapper .child-tab label {
  /*   background: #2b2d31; */
  background: var(--nav);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* cursor: pointer; */
  border-radius: 10px;
  position: relative;
  z-index: 99;
  cursor: pointer;
}

.wrapper .parent-tab label:hover {
  background: var(--buttons-hover);
}

.parent-tab input:checked~label,
.child-tab input:checked~label {
  border-radius: 10px 10px 0 0;
  background: var(--nav);
}

.wrapper label span {
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
}

.wrapper .child-tab label span {
  font-size: 17px;
}

.parent-tab label .icon {
  position: relative;
  height: 30px;
  width: 30px;
  font-size: 15px;
  color: var(--text);
  display: block;
  border-radius: 50%;
}

.parent-tab label .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.parent-tab input:checked~label .icon,
.child-tab input:checked~label .icon {
  transform: rotate(-135deg);
}

/* .parent-tab input:checked~label .icon i:before,
.child-tab input:checked~label .icon i:before {
  content: '\f068';
} */

.wrapper .parent-tab .content,
.wrapper .child-tab .sub-content {
  max-height: 0px;
  overflow: hidden;
  color: var(--text);
  background: var(--nav);
  border-radius: 0 0 10px 10px;
  transition: .7s ease-in-out;
  cursor: default;
}

.parent-tab input:checked~.content,
.child-tab input:checked~.sub-content {
  max-height: 100vh;
}

.tab-3 input:checked~.content {
  padding: 30px 30px;
}

.parent-tab .content p,
.child-tab .sub-content p {
  padding: 25px 30px;
  font-size: 16px;
}

.child-tab .sub-content p {
  font-size: 15px;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

/* Cards */
.tante-card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: 5;
  width: 80%;
  cursor: default;
}

.tante-card .carta {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5%;
  padding-bottom: 8%;
  width: 100%;
  height: auto;
  border-radius: 15px;
  border: 1px solid var(--buttons-hover);
  background-color: var(--nav);
  box-shadow: 0 0px 40px 0 #20202052;
  margin-bottom: 40px;
}

.tante-card .carta a {
  position: absolute;
  color: white;
  border: none;
  background-color: var(--buttons2);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: .5s;
  box-shadow: inset 0px 0 0 0 var(--buttons2b-hover);
}

.tante-card .carta a:hover {
  transform: scale(0.95);
  box-shadow: inset 300px 0 0 0 var(--buttons2b-hover);
}

.tante-card .carta a:active {
  background-color: var(--buttons2-active);
}

.tante-card .carta h1 {
  margin-bottom: 30px;
  color: var(--text);
}

.tante-card .carta .content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tante-card .carta .content .box {
  border-radius: 15px;
  width: 600px;
  transform: scale(.9) perspective(2500px) rotateX(23deg) rotateY(23deg) rotate(-9.8deg) translateX(-15px);
  box-shadow: 0 0px 40px 0 #20202052;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
  transition: .3s ease-in-out;
}

.tante-card .carta .content .box:hover {
  transform: scale(1);;
  margin-right: 0px;
}

.tante-card .carta p {
  color: var(--text);
  margin-top: 40px;
  font-size: 20px;
}

@media (max-width: 1122px) {
  .tante-card .carta {
    padding-bottom: 12%;
  }
  
  .tante-card .carta .content .box {
    margin-left: -10px;
    width: 400px;
  }

  .tante-card .carta .content h1 {
    font-size: 28px;
  }

  .tante-card .carta .content p {
    font-size: 18px;
  }

  .tante-card .carta a {
    font-size: 16px;
  }
}

@media (max-width: 890px) {
  .tante-card .carta {
    padding-bottom: 12%;
  }

  .tante-card {
    width: 90%;
  }
}

@media(max-width: 562px) {
  .tante-card .carta {
    padding-bottom: 20%;
  }

  .tante-card .carta .content .box {
    width: 300px;
    border-radius: 10px;
  }

  .tante-card .carta .content p {
    font-size: 15px;
    margin-top: 20px;
    width: 110%;
  }

  .tante-card .carta .content h1 {
    font-size: 25px;
  }

  .tante-card .carta a {
    font-size: 12px;
    width: 70%;
    text-align: center;
    justify-content: center;
  }

  .tante-card .carta a:hover {
    box-shadow: inset 380px 0 0 0 var(--buttons2b-hover);
  }
}

@media(max-width: 368px) {
  .tante-card .carta {
    padding-top: 10%;
  }
  .tante-card .carta .content .box {
    width: 250px;
  }
  .tante-card .carta .content h1 {
    font-size: 20px;
  }
}

@media(max-width: 338px) {
  .tante-card .carta .content .box {
    width: 200px;
  }
}

@media(max-width: 276) {
  .tante-card .carta .content .box {
    width: 150px;
  }
}

/* Server */
.wrappera {
  width: 50vw;
  padding-top: 10%;
  display: flex;
  gap: 20px;
  z-index: 10;
  flex-wrap: wrap;
  cursor: default;
}

.wrappera .container {
  padding: 6vmin;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  background: var(--nav);
  border-radius: 16px;
  box-shadow: 0 0px 40px 0 #20202052;
}

.wrappera .container:hover {
  background-color: var(--buttons);
  transform: translateY(-10px);
  box-shadow: 0 0px 40px 0 #20202052;
}

.wrappera i {
  color: var(--text);
  font-size: 2.5em;
  text-align: center;
}

.wrappera span.num {
  color: var(--text);
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 3em;
}

.wrappera span.text {
  color: var(--text);
  font-size: 1em;
  text-align: center;
  pad: 0.7em 0;
  font-weight: 400;
  line-height: 0;
}

@media (max-width: 976px) {
  .wrappera {
    width: 90vw;
  }
}

@media (max-width: 467px) {
  .wrappera .container {
    padding-bottom: 3em;
    padding-top: 3em;
  }
  .wrappera i {
    font-size: 2em;
  }

  .wrappera span.num {
    font-size: 2em;
  }
}

/* Fine */
.quasiultimo {
  width: 100%;
  padding-top: 15%;
  padding-bottom: 15%;
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.quasiultimo .stelle {
  position: absolute;
  display: flex;
  width: 20%;
  opacity: .2;
  z-index: 1;
  animation: stelle 16s infinite;
}

@keyframes stelle {
  0% {
    opacity: .2;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: .2;
  }
}

.quasiultimo h1 {
  color: var(--text);
  width: 30%;
  font-weight: 700;
  z-index: 2;
}

.quasiultimo .bottoni {
  margin-top: 30px;
  margin-left: 40px;
  z-index: 2;
}

.quasiultimo .bottoni .duebottoni,
.quasiultimo .bottoni .duebottoni2 {
  color: var(--text);
  font-size: 20px;
  padding: 10px 30px;
  background-color: var(--buttons);
  margin-left: 10px;
  border-radius: 5px;
  /* cursor: pointer; */
  border: 1px solid var(--buttons-hover);
}

.quasiultimo .bottoni .duebottoni2 {
  background-color: var(--buttons2);
  border: 1px solid var(--buttons2-hover);
  color: white;
}

/* Footer */
footer {
  width: 100%;
  background: var(--nav);
}

footer a {
  color: #697179;
  text-decoration: underline;
  cursor: pointer;
}

footer h6 {
  color: var(--text);
}

/* ---------------- Responsives ---------------- */
@media (max-width: 1081px) {

  .main {
    display: flex;
    flex-direction: column;
  }

  .main img {
    margin-bottom: 50px;
  }

  .main .testo {
    text-align: center;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main .bottoni {
    display: flex;
    justify-content: center;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quasiultimo {
    display: flex;
    flex-direction: column;
    height: 50vh;
  }

  .quasiultimo h1 {
    width: 90%;
  }

  .quasiultimo .bottoni {
    margin-left: 0;
  }

  nav ul li a {
    font-size: 16px;
  }
}

@media (max-width: 801px) {

  * {
    cursor: default;
  }

  .circle {
    display: none;
  }

  nav {
    display: flex;
    justify-content: space-between;
    min-height: 6vh;
  }

  nav .imgandtheme {
    margin-right: 40px;
  }

  nav img {
    width: 60px;
  }

  nav ul li {
    display: none;
  }

  .dropbtn {
    background-color: #00000000;
    color: var(--text);
    font-size: 26px;
    padding: 10px 15px;
    border: none;
    /* cursor: pointer; */
  }

  .dropdown1 {
    display: none;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    margin-left: 40px;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--nav);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: var(--text);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
    background-color: #6d6f78
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

  .dropdown:hover .dropbtn {
    background-color: #4e5058;
  }

  .main img {
    margin-top: 100px;
    width: 45%;
  }

  .main .testo .text-main {
    font-size: 30px;
    margin-bottom: 10px
  }

  .main .testo .p-main {
    font-size: 15px;
  }

  .main .bottoni .duebottoni {
    width: auto;
    text-align: center;
    font-size: 15px;
  }

  .main .bottoni .duebottoni2 {
    width: auto;
    text-align: center;
    font-size: 15px;
  }

  .wrapper {
    margin-top: 200px;
  }

  .quasiultimo {
    padding-top: 25%;
    padding-bottom: 20%;
  }

  .quasiultimo h1 {
    font-size: 25px;
  }

  .quasiultimo .bottoni {
    display: flex;
  }

  .quasiultimo .bottoni .duebottoni {
    text-align: center;
    font-size: 17px;
  }

  .quasiultimo .bottoni .duebottoni2 {
    font-size: 17px;
  }

  .quasiultimo .stelle {
    width: 40%;
  }

  footer {
    flex-direction: column-reverse;
  }

  footer h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 667px) {
  .main .bottoni {
    flex-wrap: wrap;
  }

  .main .bottoni .duebottoni,
  .main .bottoni .duebottoni2 {
    margin-top: 10px;
  }
}

@media (max-width: 317px) {
  .main .bottoni .duebottoni {
    font-size: 13px;
  }
}

@media (max-width: 252px) {
  .dropbtn {
    margin-left: -20px;
  }

  nav .imgandtheme img:nth-child(1) {
    width: 50px;
  }
}




.wrappers {
  position: fixed;
  bottom: 30px;
  left: 30px;
  max-width: 365px;
  background: var(--nav);
  padding: 25px 25px 30px 25px;
  border-radius: 15px;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
  text-align: center;
  z-index: 10000;
}

.wrappers.hide {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

.wrappers img {
  max-width: 90px;
}

.wrappers .content header {
  font-size: 25px;
  font-weight: 600;
  color: var(--text);
}

.wrappers .content {
  margin-top: 10px;
}

.wrappers .content p {
  color: var(--text);
  margin: 5px 0 20px 0;
}

.wrappers .content .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrappers .buttons button {
  padding: 10px 20px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px;
  background: var(--buttons2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.wrappers .buttons button:hover {
  transform: scale(0.97);
}

.wrappers .buttons .item {
  margin: 0 10px;
}

.wrappers .buttons a {
  color: var(--buttons2);
}

@media (max-width: 422px) {
  .wrappers {
    transform: scale(.8);
  }
}