.html,
body,
.wrapper {
  height: 100%;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
*:root {
  font-family: "Montserrat", sans-serif;
}

button,
a {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  width: 100vw;
  height: 100%;
  margin: auto;

  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.box-1 {
  background: #ffffff;
  width: 100%;
  background-size: 100%;
}

.wrapper__img {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrapper__btn:after {
  content: "";
  display: block;
  width: 30px;
  height: 300px;
  margin-left: 60px;
  background: #fff;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.7) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.7) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.7) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.content-1 {
  background: url(../img/back.png);
  height: 758px;
}

.wrapper__img img {
  height: 46px;
  object-fit: contain;
}

.wrapper__desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper__desc strong {
  font-weight: 700;
}

.wrapper__items {
  padding-top: 20px;
  width: 288px;
}

.wrapper__items img {
  width: 100%;
  object-fit: contain;
}

.wrapper__descp {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #212b33;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 313px;
  height: 79px;
  padding-top: 2px;
  border: none;
  position: relative;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin: 0 auto;
  margin-top: 73px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background: linear-gradient(38.29deg, #3bbeff 12.07%, #3bbeff 83.19%);
  box-shadow: 0px 3.125px 10.9375px rgba(59, 190, 255, 1);
  border-radius: 12.5px;
}

.slick-slider {
  width: 420px;
  margin: 0 auto;
}

.items {
  width: fit-content;
  margin: 0 30px;
  margin-top: 49px;
}

.item {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  width: fit-content;
  width: fit-content;
  padding: 10px 0px;
  display: flex;
  align-items: center;
}
.item strong {
  font-weight: 700;
}

.item img {
  margin-right: 20px;
}

.wrapper__btn:active {
  background: linear-gradient(180deg, #7a20ef 0%, #3b1b65 100%);
  box-shadow: 0px 4px 30px rgba(122, 32, 239, 0.3);
  border-radius: 12px;
}

.bottom__btn:active {
  background: #f0e5ff;
  box-shadow: 0px 4px 30px rgba(255, 255, 255, 0.3);
}

.arrows {
  width: 24px;
  height: 24px;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: bottomTopSlide 1s infinite linear;
  margin: 0 auto;
}

.arrows img {
  width: 100%;
  height: 100%;
}

.arrows svg {
  transition: all 0.2s;
  opacity: 0.5;
  -webkit-filter: drop-shadow(0px 0px 4px #e00789);
  filter: drop-shadow(0px 0px 4px #e00789);
}

.arrows svg.active {
  transition: all 0.2s;
  opacity: 1;
}

.bottom__btn {
  background: linear-gradient(38.29deg, #3bbeff 12.07%, #3bbeff 83.19%);
  box-shadow: 0px 4px 14px rgba(59, 190, 255, 1);
  border-radius: 16px;
  margin-bottom: 20px;
}

.slider {
  margin-top: 50px;
}

.slick-slide img {
  margin: 0 auto;
}

.policy-toggle {
  color: #107de2;
  text-align: center;
  display: block;
  font-weight: 300;
  /* text-transform: uppercase; */
  margin-top: 22px;
  text-decoration: underline;
  margin-bottom: 20px;
}

.copy {
  color: #21262d;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-weight: 300;
}

.footer {
  background: #f9f9f9;
  padding-top: 20px;
}
@media screen and (min-width: 375px) {
  .arrows {
    width: 40px;
    height: 40px;
  }
  .arrows img {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .wrapper__btn {
    font-weight: 700;
  }
}

@-webkit-keyframes shadow {
  from {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  50% {
    -webkit-box-shadow: 0px 4px 54px rgba(220, 0, 180, 0.9);
    box-shadow: 0px 4px 54px rgba(220, 0, 180, 0.9);
  }
  to {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@keyframes shadow {
  from {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  50% {
    -webkit-box-shadow: 0px 4px 54px rgba(220, 0, 180, 0.9);
    box-shadow: 0px 4px 54px rgba(220, 0, 180, 0.9);
  }
  to {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@keyframes bottomTopSlide {
  0% {
    bottom: 8px;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 8px;
  }
}

@media (max-width: 420px) {
  .content-1 {
    background: url(../img/back-2.png) bottom;
    height: 672px;
  }
  .wrapper__desc {
    font-size: 40px;
    line-height: 42px;
  }
  .item img {
    margin-right: 15px;
    width: 31px;
  }
  .item {
    font-size: 19px;
    line-height: 23px;
  }
  .wrapper__btn {
    width: 245px;
    font-size: 19px;
    margin-top: 0px;
  }

  .slick-slider {
    width: 315px;
  }

  .items {
    margin-top: 30px;
  }

  .slick-slide img {
    width: 315px !important;
  }
  .slick-dots {
    margin-top: 0 !important;
  }

  .top__btn {
    margin-top: 20px;
  }
}

@media (max-width: 375px) {
  .content-1 {
    background: url(../img/back-3.png) bottom;
    height: 592px;
  }
  .top__btn {
    margin-top: 10px;
  }
}
