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

.container-form {
  display: flex;
  justify-content: center !important;
  font-family: "Montserrat", sans-serif;
  margin: 6rem 3rem 4rem 3rem;
}

@media screen and (max-width: 700px) {
  .container-form{
    margin: 1rem;
  }
}

.total {
  padding: 0.5em 2rem 3em 2rem;
  height: auto;
  width: auto;
  min-width: 320px;
  max-width: 750px;
  border-radius: 20px;
  box-shadow: inset 0 0 40px rgba(90, 90, 90, 0.5);
  background-image: none !important;
  -webkit-backdrop-filter: blur(4px);
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.total p {
  font-weight: 600;
  color: var(--theme-color);
  opacity: 0.7;
  font-size: 1.7rem;
  margin-top: 10px;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

form a {
  text-decoration: none;
  color: var(--theme-color);
  font-size: 14px;
}

form a:hover {
  text-shadow: 2px 2px 6px #00000040;
  color: #fff;
}

.total input,
.total textarea,
.total select {
  background: transparent;
  padding: 1em;
  margin-bottom: 2em;
  width: 95%;
  max-width: 300px;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5000px;
  box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.total textarea,
.total select,
.total option {
  width: 90%;
  border-radius: 5px !important;
}

a,
input:focus,
select:focus,
textarea:focus,
button:focus,
fieldset {
  outline: none;
}

fieldset {
  border: none;
}

.total select {
  color: var(--theme-color) !important;
}

.total .cta-btn {
  background-color: var(--theme-color) !important;
  color: #fff;
}

.total input:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 4px 4px 60px 8px rgba(0, 0, 0, 0.2);
}

.total input[type="button"] {
  margin-top: 10px;
  width: 150px;
  font-size: 1rem;
}

.total input[type="button"]:hover {
  cursor: pointer;
}

.total input[type="button"]:active {
  background: rgba(255, 255, 255, 0.2);
}

.total:hover {
  margin: 4px;
}

::placeholder {
  color: white;
  opacity: 0.7;
}

/* registration */

.wrapper .tabs ul {
  margin-bottom: 30px;
  margin-left: -31px;
  display: flex;
  width: auto;
}

.wrapper .tabs ul li {
  width: 50%;
  padding: 15px 0;
  text-align: center;
  font-size: 17px;
  color: var(--theme-color);
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
}

.wrapper .tabs ul li.active {
  background: var(--theme-color);
  color: #fff;
}

.distrib form .form {
  display: flex !important;
  flex-direction: row;
  margin: auto;
}

@media (min-width: 750px) {
  .distrib form .form .part-1 {
    padding-right: 2rem;
  }

  .distrib form .form .part-2 {
    padding-left: 2rem;
  }
}

@media (max-width: 800px) {
  .distrib form .form {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .drop {
    display: none;
  }
  .total {
    padding: 0.5em;
  }
}

.drop {
  /* background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); */
  border-radius: 10px;
  /* border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 10px 10px 60px -8px rgba(0, 0, 0, 0.2); */
  box-shadow: inset 0 0 40px rgba(90, 90, 90, 0.4); 
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(15px);
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.drop-1 {
  height: 80px;
  width: 80px;
  top: -20px;
  left: -40px;
  z-index: -1;
}

.drop-4 {
  height: 120px;
  width: 120px;
  top: -60px;
  right: -60px;
}

.select2-selection--multiple {
  background-color: #222222 !important;
  color: var(--clr-bg-dark);
}
.select2-dropdown {
  background-color: #202020 !important;
  color: #fff;
}
.part {
  margin: 0px auto;
}
