.slide-right {
  animation: slide-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite both;
  bottom: 12px;
  position: absolute;
  right: 20px;
  -webkit-animation: slide-right 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite
    both;
}
@-webkit-keyframes slide-right {
  0% {
    transform: translateX(0);
    webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(10px);
    webkit-transform: translateX(10px);
  }
}
@keyframes slide-right {
  0% {
    transform: translateX(0);
    webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(10px);
    webkit-transform: translateX(10px);
  }
}
*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  background: url(../media/tcolorsbg.jpg);
  background-position: center right;
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
  font-family: sans-serif;
  font-weight: 400;
  height: 100vh;
  line-height: 1.2;
}
.background {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: top;
  padding-top: 50px;
  position: relative;
  width: 100%;
}
.required {
  background-color: #f34134;
  border-radius: 5px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1), 0 8px 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 10px;
  text-align: center;
  width: 100%;
}
ion-icon {
  font-size: 3rem;
  transition: all 0.5s;
}
.btn {
  background-color: #000;
  border: none;
  border-radius: 0.5em;
  box-shadow: 2px 2px 3px #000000b4;
  color: #fff;
  cursor: pointer;
  font-size: 2em;
  padding: 0.6em 0.8em;
  width: 292px;
}
.btncontainer {
  background: linear-gradient(90deg, #03a9f4, #f441a5);
  border-radius: 0.9em;
  margin-top: 20px;
  padding: 3px;
  position: relative;
  transition: all 0.4s ease;
  width: 300px;
}
.form__module--box {
  display: none;
}
.form__module--box__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 2.5rem;
  width: 45rem;
}
.form__module--box__span {
  font-size: 34px;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 0 0 5px #000;
  transform: rotate(-5deg);
}
.form__module--box__span2 {
  font-size: 30px;
  margin-top: 20px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
.form__module--box__select {
  background: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  padding: 11.5px 10px;
  width: 100%;
}
.form__module--box__input {
  border: none;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 18px;
  margin-top: 20px;
  padding: 11.5px 10px;
  width: 100%;
}
select.form__module--box__input {
  width: 30%;
}
.form__select {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.header--copy {
  color: #000;
  margin: 1rem 0;
}
.title {
  align-items: center;
  display: flex;
  flex-direction: column;
  letter-spacing: -2px;
  line-height: 1.1;
  text-align: center;
  width: 900px;
}
.title--01 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
  max-width: 450px;
  text-shadow: 0 0 5px #000;
  transform: rotate(5deg);
}
.images {
  display: flex;
  justify-content: center;
  margin: 2rem;
}
.images--box {
  align-items: center;
  background-color: #000;
  border: 0.2rem solid #fff;
  box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 2rem #ade0f1,
    0 0 0.8rem #ade0f1, 0 0 2.8rem #ade0f1, inset 0 0 1.3rem #ade0f1;
  color: #333;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 350px;
  margin: 0 1rem;
  overflow: hidden;
  position: relative;
}
.images--box::before {
  background: rgba(0, 0, 0, 0);
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 0;
}
.images--box:hover::before {
  opacity: 0;
}
.images--img {
  transition: 2s ease-in-out;
}
.left {
  margin-right: -10px;
  transform: rotate(-10deg);
}
.right {
  margin-left: -10px;
  transform: rotate(10deg);
}
.chosen {
  height: 467px;
  transform: rotate(0deg) translateY(-50px);
  transition: 2s ease-in-out;
  z-index: 10;
}
:root {
  --frames: 62;
  --size: 100px;
}
input[type="checkbox"] {
  display: none;
}
.lipslogo {
  width: 100px;
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 72.5%;
  }
}
@media only screen and (max-width: 1400px) {
  .title--01 {
    max-width: none;
  }
  .form__module--box__content {
    width: 600px;
  }
  .lipslogo {
    margin-top: -30px;
    width: 80px;
  }
  .images--box {
    height: 320px;
    width: 250px;
  }
  .right {
    margin-left: -25px;
  }
  .left {
    margin-right: -25px;
  }
  .chosen {
    height: 465px;
    transform: rotate(0deg) translateY(-150px);
    width: 354px;
  }
}
@media only screen and (max-width: 750px) {
  body {
    background-color: rgb(50, 50, 50);
  }
  .title {
    padding: 0 2rem;
    width: 100%;
  }
  .form__module--box__content {
    width: 100%;
  }
  .form__module--box__span {
    font-size: 28px;
    line-height: 30px;
    width: 90%;
  }
  .title--01 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .lipslogo {
    width: 60px;
  }
}
@media only screen and (max-width: 500px) {
  .form__module--box__input,
  .form__module--box__select {
    width: 90%;
  }
  .form__module--box__span {
    font-size: 24px;
  }
  .header--copy {
    padding: 0 2rem;
  }
  .images--box {
    height: 325px;
    width: 210px;
  }
  .right {
    margin-left: -25px;
  }
  .left {
    margin-right: -25px;
  }
  .chosen {
    height: 460px;
    transform: rotate(0deg) translateY(-150px);
  }
}
@media only screen and (max-width: 330px) {
  .title--01 {
    font-size: 24px;
  }
  .lipslogo {
    display: none;
  }
  .form__module--box__span {
    font-size: 22px;
  }
}
a {
  color: inherit;
  text-decoration: none !important;
}
