@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Montserrat:wght@500;800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


.page {
  background-color: #000;
  overflow: hidden;
}

.top__block {
  padding-top: 43px;
  padding-bottom: 29px;
  position: relative;
  z-index: 1;
}
.top__block--inner {
  position: relative;
}

.gradient_1 {
  position: absolute;
  right: 10%;
  top: -10%;
  z-index: -1;
  width: 1386.88px;
  height: 900.88px;
  opacity: 0.29;
  background-image: radial-gradient(ellipse at center, #b22587, rgba(183, 48, 133, 0.73) 20%, rgba(168, 39, 115, 0) 63%);
}
.gradient_2 {
  position: absolute;
  left: 20%;
  bottom: -6%;
  z-index: -1;
  width: 1386.88px;
  height: 900.88px;
  opacity: 0.29;
  background-image: radial-gradient(circle at 44% 50%, #7100e2, rgba(181, 9, 233, 0.77) 19%, rgba(255, 39, 255, 0) 61%);
}

.top__block .container {
  max-width: 950px;
  padding: 0 15px;
  margin: 0 auto;
}
.top__block--preTitle {
  text-align: center;
  margin-bottom: 13px;
}

.top__block--preTitle__label {
  font-family: 'Dela Gothic One', cursive;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 6px 25px;
  background-color: #ffba00;
  font-size: 15px;
  text-align: center;
  color: #000;
}

.top__block--title {
  font-family: 'Dela Gothic One', cursive;
  font-size: 31px;
  text-align: center;
  color: #fff;
  margin-bottom: 6px;
}

.top__block--afterTitle {
  margin-bottom: 20px;
}

.top__block--afterTitle p {
  opacity: 0.56;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.top__block--asset {
  margin-bottom: 50px;
}
.top__block--asset iframe {
  border-radius: 15px;
}

.top__block--afterAsset {
  font-family: 'Dela Gothic One', cursive;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 14px;
}

.top__block--action {
  padding: 10px 0;
  text-align: center;
}

.top__block--afterAction {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.67;
  text-align: center;
  color: #fff;
  opacity: 0.56;
}

.top__block--btn {
  display: inline-block;
  font-family: 'Dela Gothic One', cursive;
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  border-radius: 22px;
  background-color: #9300ff;
  transition: all 0.15s linear;
}
.top__block--btn:hover {
  cursor: pointer;
  filter: brightness(1.2);
}

.top__block--btnbox {
  display: inline-block;
  padding: 16px 114px;
}


.cards__block {
  padding: 50px 0;
  position: relative;
  z-index: 5;
}
.cards__block--inner {
  max-width: 1215px;
  padding: 0 15px;
  margin: 0 auto;
}

.cards__block--col {
  /* width: calc(50% - 32px) */
  margin-bottom: 50px;
}

.cards__block--item {
  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;
  border-radius: 22px;
  padding: 20px 35px;
  border: solid 1px rgba(112, 112, 112, 0.09);
  background-color: rgba(255, 255, 255, 0.09)
  ;

}

.cards__block--item_1:not(:last-child) {
  margin-bottom: 50px;
}
.cards__block--item_2 {
  display: block;
  padding-left: 35px;
  padding-right: 35px;
}
.cards__block--user {
  padding: 16px 0 5px;
}

.img_testimonial_1 {
  background-image: url(./imgs/user_1.jpg);
}

.img_testimonial_2 {
  background-image: url(./imgs/user_2.jpg);
}

.feedback--img {
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  display: inline-block;
}

.cards__block--name {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
}

.cards__block--text {
  max-width: 100%;
}
.cards__block--text p{
  opacity: 0.7;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  text-align: center;
  color: #fff;
}

.cards__block--rating {
  padding: 56px 0 10px;
}


/* long card */
.cards__block--title {
  font-family: 'Dela Gothic One', cursive;
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  color: #fff;
  padding: 30px 0 26px;
}
.cards__block--asset {
  margin-bottom: 30px;
}
.cards__block--asset img {
  border-radius: 15px;
  max-width: 100%;
}

.cards__block--body {
  padding: 0 11px;
}

.cards__block--list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cards__block--list li {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding-left: 42px;
  margin-bottom: 12px;
}

.cards__block--list li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='check-square' d='M17.838,2H6.161C5.634,2,5.18,2,4.8,2.031a3.055,3.055,0,0,0-1.167.3A3,3,0,0,0,2.327,3.638a3.055,3.055,0,0,0-.3,1.167C2,5.18,2,5.634,2,6.161V17.838c0,.527,0,.982.031,1.357a3.055,3.055,0,0,0,.3,1.167,3,3,0,0,0,1.311,1.311,3.054,3.054,0,0,0,1.167.3C5.18,22,5.634,22,6.161,22H17.839c.527,0,.982,0,1.356-.031a3.054,3.054,0,0,0,1.167-.3,3,3,0,0,0,1.311-1.311,3.054,3.054,0,0,0,.3-1.167C22,18.82,22,18.366,22,17.839V6.161c0-.527,0-.982-.031-1.356a3.054,3.054,0,0,0-.3-1.167,3,3,0,0,0-1.311-1.311,3.055,3.055,0,0,0-1.167-.3C18.82,2,18.366,2,17.838,2Zm-.631,7.707a1,1,0,0,0-1.414-1.414L10.5,13.586,8.207,11.293a1,1,0,0,0-1.414,1.414l3,3a1,1,0,0,0,1.414,0Z' transform='translate(-2 -2)' fill='%2304e072' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}


.cards__block--price .usually {
  opacity: 0.4;
  font-family: 'Dela Gothic One', cursive;
  font-size: 20px;
  color: #fff;
  padding: 25px 0 5px;
}

.cards__block--price .today {
  font-family: 'Dela Gothic One', cursive;
  font-size: 24px;
  text-align: left;
  color: #fff;
}

.cards__block--action {
  padding: 40px 0 26px;
}
.cards__block--btn {
  width: 100%;
  display: inline-block;
  font-family: 'Dela Gothic One', cursive;
  font-size: 22px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 22px;
  background-color: #9300ff;
  transition: all 0.15s linear;
}
.cards__block--btn:hover {
  filter: brightness(1.2);
}

.cards__block--btnbox {
  display: inline-block;
  padding: 14px 57px;
}


/* end long card */

.video_wrapper {
  position: relative;
}

.video_wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}




.footer--content {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 20px;
}

.footer--logo {
  margin-bottom: 10px;
  height: 50px;
  width: auto;
}

.footer--text {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.83;
  text-align: center;
  color: #777a91;
}





@media screen and (min-width: 768px) {
  .top__block .container {
    max-width: 715px;
  }
  .top__block--title {
    font-size: 44px;
  }
  .top__block--afterTitle p {
    font-size: 20px;
  }
  .top__block--afterAsset {
    font-size: 24px;
  }
  .top__block--afterAction {
    font-size: 18px;
  }
  .cards__block--item_2 {
    padding-left: 50px;
    padding-right: 50px;
    height: 100%;
  }
  .cards__block .container {
    max-width: 700px;
    margin: 0 auto;
  }
  
  .cards__block--title {
    font-size: 29px;
  }
  .cards__block--list li {
    font-size: 18px;
  }
  .cards__block--price .usually {
    font-size: 23px;
  }
  .cards__block--price .today {
    font-size: 29px;
  }
}

@media screen and (min-width: 992px) {
  .top__block .container {
    max-width: 950px;
  }
  .cards__block--inner {
    display: flex;
    justify-content: space-between;
  }
  .cards__block--col {
    justify-content: space-between;
    width: calc(50% - 32px);
    margin-bottom: 0;
  }
  .cards__block .container {
    max-width: 100%;
    margin: 0 auto;
  }
}