#top-menu.white-links {
  background: linear-gradient(253deg, rgba(213, 85, 245, 0.2) 0%, rgba(32, 201, 255, 0.2) 100%), #080808;
}

.btn-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
  text-align: center;
}
.btn-group .btn-info {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
.btn-group .btn {
  min-width: 280px;
}
.btn-group .reverse {
  color: #fff;
  border-color: #fff;
}
.btn-group .reverse:hover {
  border-color: #FFB200;
}
@media (max-width: 991px) {
  .btn-group {
    flex-direction: column;
    margin-bottom: 0;
  }
}

#head {
  background: linear-gradient(253deg, rgba(213, 85, 245, 0.2) 0%, rgba(32, 201, 255, 0.2) 100%), #080808;
  color: #fff;
  text-align: center;
}
#head .container {
  padding-bottom: 100px;
}
#head .btn-group {
  gap: 60px;
}
#head .pre-title {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
#head h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto 30px auto;
  max-width: 600px;
}
#head h1 span {
  color: #FFB200;
}
#head .info {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #head {
    padding-bottom: 0;
  }
  #head img {
    display: none;
  }
  #head h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  #head .info {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
  }
}

#get .row {
  display: flex;
  justify-content: center;
  gap: 28px;
}
#get .row:first-child {
  margin-bottom: 50px;
}
#get .row .item {
  max-width: 400px;
}
#get .row img {
  margin-bottom: 20px;
  line-height: 0;
}
#get .row .title {
  color: #FFB200;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
#get .row .info {
  font-size: 14px;
  line-height: 150%;
}
#get h2 {
  margin-bottom: 30px;
  text-align: center;
}
#get .post-title {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  color: #727480;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  #get .row {
    flex-direction: column;
  }
  #get .row:first-child {
    margin-bottom: 28px;
  }
}

#premium {
  background: radial-gradient(50% 50% at 50% 50%, rgba(229, 62, 232, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(253deg, rgba(213, 85, 245, 0.2) 0%, rgba(32, 201, 255, 0.2) 100%), #080808;
}
#premium .group {
  display: flex;
  align-items: center;
  gap: 50px;
}
#premium .pre-title {
  color: #FFB200;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
#premium h2 {
  margin-bottom: 50px;
  color: #fff;
}
#premium p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
  color: #fff;
  max-width: 500px;
}
#premium .demo {
  color: #FFB200;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  margin-bottom: 22px;
  display: inline-block;
}
#premium .review {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 22px;
  max-width: 580px;
}
#premium .review .review-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 5px;
}
#premium .review .review-owner {
  color: #727480;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
#premium .review .stars {
  margin-bottom: 20px;
}
#premium .review .review-text {
  color: #727480;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
#premium .left {
  width: 582px;
  flex-shrink: 0;
}
#premium .btn-info {
  color: #FFF;
}
@media (max-width: 991px) {
  #premium .left {
    width: 100%;
  }
  #premium .right {
    display: none;
  }
}
@media (max-width: 767px) {
  #premium .right {
    display: block;
  }
  #premium .group {
    flex-direction: column;
  }
}

#rate .group {
  display: flex;
  align-items: center;
  gap: 50px;
}
#rate .pre-title {
  color: #727480;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 10px;
}
#rate h2 {
  margin-bottom: 50px;
  text-align: center;
}
#rate p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
  max-width: 500px;
}
#rate .review {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 22px;
  margin-top: 30px;
}
#rate .review .review-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 5px;
}
#rate .review .review-owner {
  color: #727480;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
#rate .review .stars {
  margin-bottom: 20px;
}
#rate .review .review-text {
  color: #727480;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
#rate .right {
  width: 580px;
  flex-shrink: 0;
}
#rate .btn-group .reverse {
  color: #32343D;
  border-color: #32343D;
}
#rate .btn-group .reverse:hover {
  border-color: #FFB200;
  color: #fff;
}
@media (max-width: 991px) {
  #rate .right {
    width: 100%;
  }
  #rate .left {
    display: none;
  }
  #rate .btn-group {
    width: 100%;
  }
  #rate h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #rate .left {
    display: block;
  }
  #rate .group {
    flex-direction: column;
    gap: 20px;
  }
}

#mobile {
  background: #F7F7F7;
}
#mobile .group {
  display: flex;
  align-items: center;
  gap: 50px;
}
#mobile .pre-title {
  color: #727480;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 10px;
}
#mobile h2 {
  margin-bottom: 50px;
  text-align: center;
}
#mobile p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
  max-width: 500px;
}
#mobile .review {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 22px;
  margin-top: 30px;
}
#mobile .review .review-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 5px;
}
#mobile .review .review-owner {
  color: #727480;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
#mobile .review .stars {
  margin-bottom: 20px;
}
#mobile .review .review-text {
  color: #727480;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
#mobile .left {
  width: 580px;
  flex-shrink: 0;
}
#mobile .btn-group .reverse {
  color: #32343D;
  border-color: #32343D;
}
#mobile .btn-group .reverse:hover {
  border-color: #FFB200;
  color: #fff;
}
#mobile .btn-info {
  color: #727480;
}
@media (max-width: 991px) {
  #mobile .left {
    width: 100%;
  }
  #mobile .right {
    display: none;
  }
  #mobile .btn-group {
    width: 100%;
  }
  #mobile h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #mobile .right {
    display: block;
  }
  #mobile .group {
    flex-direction: column;
    gap: 20px;
  }
}

#seo .group {
  display: flex;
  align-items: center;
  gap: 50px;
}
#seo .pre-title {
  color: #727480;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 10px;
}
#seo h2 {
  margin-bottom: 50px;
  text-align: center;
}
#seo p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
  max-width: 500px;
}
#seo .review {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 22px;
  margin-top: 30px;
}
#seo .review .review-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 5px;
}
#seo .review .review-owner {
  color: #727480;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
#seo .review .stars {
  margin-bottom: 20px;
}
#seo .review .review-text {
  color: #727480;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
#seo .right {
  width: 580px;
  flex-shrink: 0;
}
#seo .btn-group .reverse {
  color: #32343D;
  border-color: #32343D;
}
#seo .btn-group .reverse:hover {
  border-color: #FFB200;
  color: #fff;
}
@media (max-width: 991px) {
  #seo .right {
    width: 100%;
  }
  #seo .left {
    display: none;
  }
  #seo .btn-group {
    width: 100%;
  }
  #seo h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #seo .left {
    display: block;
  }
  #seo .group {
    flex-direction: column;
    gap: 20px;
  }
}

#plans {
  background: radial-gradient(50% 50% at 50% 50%, rgba(229, 62, 232, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(253deg, rgba(213, 85, 245, 0.2) 0%, rgba(32, 201, 255, 0.2) 100%), #080808;
}
#plans h2 {
  color: #FFF;
  margin-bottom: 10px;
  text-align: center;
}
#plans .post-title {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
#plans .group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
#plans .item {
  border-radius: 20px;
  border: 1px solid #6AA8FF;
  background: #FFF;
  padding: 30px 20px;
  max-width: 400px;
  text-align: center;
  color: #32343D;
  position: relative;
}
#plans .item.pro {
  padding-top: 78px;
}
#plans .lifetime {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 20px;
}
#plans .plan {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#plans .plan .title {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-right: 30px;
}
#plans .plan .price {
  border-radius: 5px;
  background: #6BA9FF;
  padding: 5px 15px;
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-right: 10px;
}
#plans .plan .price.pro {
  background: #84D271;
}
#plans .plan .one {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
#plans .info {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  border-radius: 5px;
  background: #FFF3E8;
  padding: 20px;
  margin-bottom: 20px;
}
#plans .info.pro {
  background: #E5F0FF;
}
#plans .list {
  text-align: left;
  margin-bottom: 20px;
}
#plans .list li {
  background: url(../../img/pages/sellebrity-theme/check.svg) no-repeat left 9px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 0 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#plans .btn-info {
  color: #727480;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 30px;
}
#plans .demo {
  color: #2079FF;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
}
#plans .btn {
  height: 50px;
  width: 100%;
  line-height: 50px;
  padding: 0;
  font-size: 18px;
}
#plans .best {
  border-radius: 20px 20px 0px 0px;
  background: #6BA8FF;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  padding: 10px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 991px) {
  #plans .group {
    flex-direction: column;
  }
  #plans .plan .title {
    font-size: 22px;
  }
}

#more-details {
  padding-bottom: 106px;
  padding-top: 136px;
  background: #FAFAFA;
}
#more-details .content {
  background: #DEF8FF;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
}
#more-details .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 13px;
  text-align: center;
}
#more-details .link {
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  text-decoration-line: underline;
  text-align: center;
  padding-right: 26px;
  background: url("../../img/main/arrow-black-r.svg") no-repeat right center;
  display: block;
  width: 100%;
  max-width: 385px;
  margin-left: auto;
  margin-right: auto;
}
#more-details .left {
  position: relative;
}
#more-details .left img {
  position: absolute;
  bottom: 0;
  left: 0;
}
#more-details .right {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 125px;
}
@media (max-width: 1250px) {
  #more-details .right {
    padding-right: 60px;
  }
  #more-details .left img {
    width: 383px;
    height: auto;
  }
}
@media (max-width: 1080px) {
  #more-details .left img {
    width: 250px;
    height: auto;
  }
}
@media (max-width: 991px) {
  #more-details {
    padding-top: 60px;
  }
  #more-details .content {
    flex-direction: column-reverse;
  }
  #more-details .left img {
    width: 100%;
    max-width: 400px;
    position: unset;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #more-details .right {
    padding: 60px 0 0 0;
  }
  #more-details .content {
    padding-right: 15px;
    padding-left: 15px;
  }
  #more-details .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  #more-details .link {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 450px) {
  #more-details {
    padding-bottom: 60px;
  }
  #more-details .link {
    max-width: 244px;
    background-position-y: 89%;
    background-position-x: 81%;
  }
}

#types {
  background: #F7F7F7;
}
#types h2 {
  text-align: center;
}
#types .items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
#types .item {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  max-width: 290px;
}
#types .title {
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
#types .btn-group .reverse {
  color: #32343D;
  border-color: #32343D;
}
#types .btn-group .reverse:hover {
  border-color: #FFB200;
  color: #fff;
}

#get2 .row {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#get2 .row:first-child {
  margin-bottom: 50px;
}
#get2 .row .item {
  max-width: 300px;
  line-height: 0;
}
#get2 .row img {
  margin-bottom: 20px;
  line-height: 0;
}
#get2 .row .title {
  color: #FFB200;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
#get2 .row .info {
  font-size: 14px;
  line-height: 150%;
  color: #727480;
}
#get2 h2 {
  margin-bottom: 50px;
  text-align: center;
}
#get2 .post-title {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  color: #727480;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 991px) {
  #get2 .row {
    flex-direction: column;
  }
  #get2 .row:first-child {
    margin-bottom: 28px;
  }
  #get2 .row .item {
    max-width: 100%;
  }
}

#steps {
  background: linear-gradient(253deg, rgba(213, 85, 245, 0.2) 0%, rgba(32, 201, 255, 0.2) 100%), #080808;
}
#steps h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
}
#steps .items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 46px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
#steps .item {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding-top: 30px;
  max-width: 280px;
  height: 270px;
}
#steps .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  padding: 30px;
}
#steps .btn-info {
  color: #fff;
}

#faq {
  background: #F6F6F9;
}
#faq a {
  color: #1971C2;
  text-decoration-line: underline;
}
#faq .container.section {
  padding-top: 100px;
}
#faq .cols {
  display: flex;
}
#faq h2 {
  margin-bottom: 50px;
  text-align: center;
}
#faq .items {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
#faq .item {
  cursor: pointer;
  border-bottom: 1px solid #DADADA;
}
#faq .item:last-child {
  border-bottom: unset;
}
#faq .item:hover .arrow {
  background-color: rgb(236.82, 236.82, 242.88);
}
#faq .open .description {
  display: block;
}
#faq .open .arrow {
  transform: rotate(180deg);
}
#faq .title {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#faq .title h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  margin-left: 0;
  margin-bottom: 0;
}
#faq .arrow {
  width: 50px;
  height: 50px;
  background: #ffffff;
  background-size: 24px;
  border-radius: 10px;
  transition: 0.25s;
  margin-left: 15px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#faq .arrow:hover {
  background-color: rgb(236.82, 236.82, 242.88);
}
#faq .description {
  display: none;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  margin-top: 6px;
  margin-bottom: 18px;
  padding-right: 70px;
}
@media (max-width: 991px) {
  #faq .cols {
    flex-direction: column;
  }
  #faq .items:first-child {
    padding-right: 0 !important;
  }
  #faq .items:first-child .item:last-child {
    border-bottom: 1px solid #DADADA;
  }
}
@media (max-width: 767px) {
  #faq .container {
    padding-top: 60px !important;
  }
}
@media (max-width: 600px) {
  #faq h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  #faq .title {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
  }
  #faq .arrow {
    width: 42px;
    height: 42px;
  }
  #faq .description {
    line-height: 26px;
    padding-right: 0;
  }
}