* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

section {
  background: #202429;
  margin-top: -1px;
  overflow: hidden;
}

section:nth-child(even) {
  background: #24282c;
}

/* common */

.container {
  width: 100vw;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

.desc {
  font-size: 16px;
  opacity: 0.7;
}

.btn {
  width: 160px;
  height: 50px;
}

.btn-small {
  width: 135px;
  height: 40px;
}

.btn img,
.btn-small img {
  width: 100%;
}

.title {
  font-size: 40px;
  line-height: 50px;
}

.subtitle {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.logo a {
  display: flex;
  align-items: center;
}

.logo p {
  padding-left: 16px;
}

.visible {
  opacity: 1 !important;
}

/* header */

.header {
  background: #202429;
  width: 100%;
}

.header__wrap {
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__btns {
  display: flex;
}

.header__btns a:last-child {
  padding-left: 30px;
}

/* about */

.about {
  padding-bottom: 100px;
}

.about__wrap {
  display: flex;
}

.about__text {
  width: 50%;
  padding-top: 180px;
}

.about__text-title {
  font-size: 48px;
  line-height: 60px;
}

.about__text-title span {
  color: #63bee8;
}

.about__text-desc {
  padding: 20px 65px 40px 0px;
}

.about__text-btn {
  font-size: 16px;
  padding: 12px 34px;
  border: 1px solid #fff;
  border-radius: 6px;
  transition: all 0.5s;
}

.about__text-btn:hover {
  cursor: pointer;
  color: #63bee8;
  border-color: #63bee8;
}

.about__text-btn--play {
  display: none;
}

.about__img {
  width: 50%;
}

.about__img img {
  width: 130%;
  max-width: 720px;
  position: relative;
  top: 100px;
  left: -50px;
}

/* provide */

.provide {
  margin-top: -350px;
  padding-top: 280px;
}

.provide__wrap {
  text-align: center;
}

.provide__text-desc {
  padding-top: 20px;
  max-width: 500px;
  margin: 0 auto;
}

.provide__list {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}

.provide__list-item {
  padding: 0 45px 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.provide__list-item__img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #24282c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.provide__list-item__title {
  font-size: 20px;
  padding-top: 16px;
}

.provide__list-item__desc {
  font-size: 14px;
  padding-top: 12px;
}

/* features */

.features__text {
  padding-top: 100px;
}

.features__wrap {
  display: flex;
}

.features__text-title {
  padding-top: 16px;
  max-width: 480px;
}

.features__list {
  width: 60%;
  padding-top: 70px;
  display: flex;
}

.features__list-item {
  min-width: 170px;
  padding-right: 50px;
}

.features__list-item::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #2d3339;
  font-size: 18px;
  position: relative;
  top: -14px;
}

.features__list-item:nth-child(1)::before {
  content: "1";
}

.features__list-item:nth-child(2)::before {
  content: "2";
}

.features__list-item:nth-child(3)::before {
  content: "3";
}

.features__list-item__title {
  font-weight: 600;
  max-width: 480px;
}

.features__list-item__desc {
  padding-top: 10px;
}

.features__img {
  width: 40%;
}

.features__img img {
  width: 100%;
  max-width: 500px;
  margin-top: -130px;
  opacity: 0;
  transition: opacity 1s;
}

/* offer */

.offer {
  margin-bottom: -130px;
}

.offer__wrap {
  display: flex;
  justify-content: space-between;
}

.offer__img {
  width: 50%;
  text-align: center;
  padding-top: 60px;
}

.offer__img img {
  width: 100%;
  max-width: 450px;
  opacity: 0;
  transition: opacity 1s;
}

.offer__text {
  width: 48%;
  padding-top: 120px;
}

.offer__text-title {
  padding-top: 16px;
}

.offer__text-desc {
  padding-top: 16px;
}

.offer__text-btn {
  padding-top: 32px;
}

/* footer */

.footer {
  background: #191a1d;
  padding-bottom: 40px;
  overflow: overlay;
  position: relative;
}

.footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}

.footer__btns {
  display: flex;
}

.footer__links a:last-child {
  padding-left: 24px;
}

/* terms and policy */

.info__header {
  background: #202429;
}

.info__header__wrap {
  display: flex;
  justify-content: center;
  padding: 40px 0px;
}

.info__wrap {
  padding: 100px 0;
  margin-top: -1px;
}

.info h {
  font-size: 50px;
  line-height: 60px;
}

.info p {
  color: #b6bed3;
  padding-top: 20px;
}
