@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');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.slider {
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  height: 100%;
}

.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
  animation: check 0.4s linear forwards;
}

.slider__inner {
  width: 100%;
  height: 100%;
}

.slider__contents {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
}

.slider__image {
  font-size: 2.7rem;
  color: #2196F3;
}

.slider__caption {
  font-weight: bold;
  margin: 0px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 42px;
  line-height: 54px;
  clear: both;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.slider__txt {
  color: #474747;
  margin-bottom: 3rem;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
}

.slider__content__wrapper {
  max-width: 100%;
  width: min-content;
  max-height: 100%;
}

.slider__header {
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
}

.slider__header .slider__footer__btn__primary {
  font-size: 16px;
  color: #474747;
}

.slider__footer {
  margin-top: 48px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}

.slider__footer__btn__primary {
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0;
  float: right;
}

.slider__footer__btn__primary:disabled {
  opacity: 50%;
}

.text-input {
  border: none;
  border-bottom: 1px #C7C7C7 solid;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Poppins';
  width: 600px;
  max-width: 100%;
}

.text-input::placeholder {
  color: #C7C7C7;
  opacity: 1;
  font-weight: bold;
}

.text-input:focus-visible {
  outline: none;
}

.number-input {
  border: none;
  border-bottom: 1px #C7C7C7 solid;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Poppins';
  width: 600px;
  max-width: 100%;
  -moz-appearance: textfield;
}

.number-input::placeholder {
  color: #C7C7C7;
  opacity: 1;
  font-weight: bold;
}

.number-input:focus-visible {
  outline: none;
}

.number-input::-webkit-outer-spin-button,
.number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.phone-input {
  border: none;
  border-bottom: 1px #C7C7C7 solid;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Poppins';
  width: 600px;
  max-width: 100%;
  -moz-appearance: textfield;
}

.phone-input::placeholder {
  color: #C7C7C7;
  opacity: 1;
  font-weight: bold;
}

.phone-input:focus-visible {
  outline: none;
}

.phone-input::-webkit-outer-spin-button,
.phone-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.button_icon {
  font-weight: 400;
  margin-left: 4px;
}

.grad-btn-small {
  padding: 8px 24px;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: linear-gradient(180deg, #E231C6 0%, #6699FF 100%);
}

.grad-btn-small::before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 4px;
  background-color: white;
  z-index: -1;
  transition: 200ms
}

.grad-btn-small::after {
  content: attr(data);
  background: linear-gradient(180deg, #E231C6 0%, #6699FF 100%);
  -webkit-background-clip: text;
  color: transparent;
  transition: 200ms;
  font-size: 20px;
  font-weight: 500;
  border-radius: inherit;
}

.grad-btn {
  margin-top: 48px;
  padding: 20px 60px;
  border: none;
  outline: none;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  background: linear-gradient(180deg, #E231C6 0%, #6699FF 100%);
  cursor: pointer;
}

.grad-btn::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-radius: 4px;
  background-color: white;
  z-index: -1;
  transition: 200ms
}

.grad-btn::after {
  content: attr(data);
  background: linear-gradient(180deg, #E231C6 0%, #6699FF 100%);
  -webkit-background-clip: text;
  color: transparent;
  transition: 200ms;
  font-size: 24px;
  font-weight: 500;
  border-radius: inherit;
}

.grad-btn:hover::before {
  opacity: 100%;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}

.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}


.shipping-option {
  border: 1px solid #232323;
  border-radius: 4px;
  width: 224px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.payment-option {
  border: 1px solid #232323;
  border-radius: 4px;
  width: 252px;
  cursor: pointer;
  padding: 8px;
}

.spinner {
  animation: rotate 2s linear infinite;
  margin-top: 2px;
  width: 16px;
  height: 16px;
}

.spinner .path {
  stroke: #474747;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }

  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }

  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@-webkit-keyframes slide-left {
  100% {
    left: -100%;
  }
}

@keyframes slide {
  100% {
    left: -100%;
  }
}

@-webkit-keyframes slide-right {
  100% {
    left: 100%;
  }
}

@keyframes slide {
  100% {
    left: 100%;
  }
}

#learn-more {
  grid-template-columns: 450px auto;
  max-width: 50%;
  justify-content: space-between;
}

.simpler-way-graphic {
  max-width: 600px;
  width: 100%;
}

.homepage-header {
  font-weight: 700;
  font-size: 64px;
  color: #232323;
}

.homepage-header2 {
  font-weight: 600;
  font-size: 56px;
  line-height: auto;
}

.homepage-subheader {
  font-weight: 400;
  font-size: 24px;
  color: "#474747";
}

@media only screen and (max-width: 1000px) {

  .simpler-way-graphic {
    display: none;
  }

  .homepage-header {
    font-size: 48px;
  }

  .homepage-header2 {
    font-size: 48px;
  }

  .homepage-subheader {
    font-size: 18px;
  }

  #learn-more {
    grid-template-columns: auto;
    max-width: 80%;
  }

  .grad-btn {
    margin-top: 32px;
    padding: 12px 32px;
  }

  .grad-btn::after {
    font-size: 18px;
  }

}

@media only screen and (max-width: 800px) {

  #learn-more {
    max-width: 90%;
  }

  .simpler-way-graphic {
    display: none;
  }

  .homepage-header {
    font-size: 36px;
  }

  .homepage-header2 {
    font-size: 36px;
  }

  .slider__content__wrapper {
    width: unset;
  }

  .slider__caption {
    white-space: pre-wrap;
  }

}

@media only screen and (max-width: 600px) {
  .slider__caption {
    font-size: 24px;
    line-height: 32px;
  }

  .slider__txt {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 32px;
    margin-top: 8px;
  }

  .text-input {
    font-size: 20px;
    width: 600px;
    max-width: 100%;
  }

  .number-input {
    font-size: 20px;
    width: 600px;
    max-width: 100%;
  }

  .phone-input {
    font-size: 20px;
    width: 600px;
    max-width: 100%;
  }

  .shipping-option {
    width: 124px;
    height: 52px;
    font-size: 14px;
  }
}