body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

.ipsPadFooter {
  background-color: #1618ad !important;
  padding: 24px;
  padding-bottom: 180px;
}

.ipsPaddingFooter {
  padding: 30px;
  margin-top: 100px;
}
.form-control {
  color: #fffcf8 !important;
}

.form-control:focus {
  outline: 0 !important;
  color: #fffcf8 !important;
  box-shadow: 0 0 0 0 !important;
}

.form-check-input:focus {
  box-shadow: none !important;
  border-color: green !important;
}

.gcgmd6Footer {
  background: transparent !important;
  margin-top: 140px !important;
  color: #fffcf8 !important;
  text-align: start !important;
}

.contact_input {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #fffcf8 !important;
  border-radius: 0px !important;
  padding: 0 !important;
  padding-bottom: 11px !important;
}

.contact_input::placeholder {
  color: #fffcf8 !important;
}

.form-submit {
  float: right;
  font-size: 20px;
  color: #fffcf8;
  font-weight: 500;
  text-decoration: underline !important;
  margin-top: 30px;
}

.option42kraftFooter {
  color: black;
}

.center {
  position: absolute;
  display: inline-block;
  transform: translate(-50%, -50%);
}

.custom-select-wrapper {
  position: relative;
  user-select: none;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
}

.custom-select-trigger {
  border: 2px solid #fff;
  position: relative;
  display: block;
  width: 100%;
  padding: 0 84px 0 22px;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  line-height: 60px;
  background: var(--color-just-black);
  border-radius: 50em;
  cursor: pointer;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: var(--color-just-black);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.option-hover:before {
  background: var(--color-just-black);
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 47px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
  background: #131195;
}

.select2Style {
  background: transparent;
  width: 100%;
}

.select2Style:focus {
  background: transparent;
}

.gradient_text_1 {
  background: linear-gradient(
    90deg,
    rgb(220, 54, 250) -18.64%,
    rgb(161, 103, 239) 27.57%,
    rgb(96, 159, 228) 46.97%,
    rgb(58, 191, 222) 73.18%,
    rgb(4, 209, 142) 93.18%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 2144px) and (max-width: 8144px) {
  .gradient_text_1 {
    font-size: 4vw !important;
  }
}

@media (min-width: 1819px) and (max-width: 2144px) {
  .gradient_text_1 {
    font-size: 10vw !important;
  }
}

@media (max-width: 992px) {
  .ipsPaddingFooter {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .ipsPaddingFooter {
    padding: 0 !important;
  }

  #fit1,
  #fit2 {
    font-size: 30vw !important;
  }
}

@media (max-width: 440px) {
  .ipsPaddingFooter {
    margin-top: 50px !important;
  }
}

@media (max-width: 376px) {
  .ipsPadFooter {
    padding-bottom: 115px !important;
  }
}
