html,
body {
  height: 100%;
  background-color: #311055;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  color: #ffffff;
}

.body_fixed {
  overflow: hidden;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  background-repeat: no-repeat !important;
}

/* ------------------ */
/* ------------------ */
.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 90px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .wrapper {
    padding-top: 70px;
  }
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* ------------------ */
/* ------------------ */
/* ------------------ */
/* ------------------ */
[class*=__container] {
  max-width: 1164px;
  margin: 0 auto;
  padding: 0 16px;
}

[class*=__container2] {
  max-width: 992px;
  margin: 0 auto;
  padding: 0 16px;
}

/* ------------------ */
/* ------------------ */
/* ------------------ */
/* ------------------ */
/* Main section */
.main_section {
  width: 100%;
  background-image: url(../imgnew/backgr3423.webp);
  background-position: top center;
  background-size: cover;
  -webkit-box-shadow: 0px 0px 25px #4953BE;
          box-shadow: 0px 0px 25px #4953BE;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.main_section::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(108, 55, 149, 0.596);
  position: absolute;
  z-index: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main_section__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main_section__image {
  position: absolute;
  left: -50px;
  bottom: -130px;
}
.main_section__image img {
  max-width: 500px;
}
@media (max-width: 1110px) {
  .main_section__image {
    bottom: -110px;
  }
  .main_section__image img {
    max-width: 80%;
  }
}
.main_section__content {
  position: relative;
  z-index: 0;
  width: 100%;
  text-align: right;
  max-width: 555px;
}
.main_section__content h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 70px;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 9px;
}
.main_section__content p {
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 35px;
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 18px;
}

.btn_register {
  margin-top: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: capitalize;
  color: #FFFFFF;
  width: 273px;
  height: 83px;
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 36.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.btn_register::before {
  position: absolute;
  display: block;
  content: "";
  width: 120%;
  height: 100%;
  left: -20%;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(229.4deg, #f71fd0 60.65%, #642C86 100%);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_register:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.btn_register:hover::before {
  left: 0%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.btn_register span {
  position: relative;
  z-index: 2;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_register span svg {
  margin-left: 7px;
  width: 40px;
  height: 40px;
}

@media (max-width: 992px) {
  .main_section {
    padding-top: 27px;
    overflow: hidden;
    background-position: left;
  }
  .main_section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main_section__image {
    position: relative;
    margin-top: -40px;
    left: 0;
    bottom: -115px;
  }
  .main_section__image img {
    width: 307px;
    max-width: 307px;
  }
  .main_section__content {
    text-align: right;
    max-width: 555px;
  }
  .main_section__content h1 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 9px;
  }
  .main_section__content p {
    font-size: 23px;
    line-height: 27px;
    text-align: left;
    margin-bottom: 11px;
  }
  .btn_register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    margin-top: 28px;
    font-size: 27px;
    line-height: 31px;
    width: 280px !important;
    max-width: 100%;
    height: 70px !important;
  }
}
@media (max-width: 768px) {
  .main_section__content h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 9px;
  }
  .main_section__content p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 11px;
  }
  .main_section__content .btn_register {
    font-size: 21px;
    line-height: 27px;
    width: 197px;
    height: 47px;
  }
}
.slots {
  margin-top: 47px;
}
.slots__container2 {
  max-width: 1016px;
}
.slots__title {
  font-style: normal;
  font-weight: 600;
  font-size: 47px;
  line-height: 61px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 28px;
}
.slots__txt {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 46px;
}
.slots__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slots__item {
  max-width: 222px;
  width: 100%;
  margin-top: 24px;
  margin-left: 12px;
  margin-right: 12px;
}
.slots__item:hover .slots__play {
  top: 0;
}
.slots__top {
  position: relative;
  overflow: hidden;
  height: 172px;
  width: 222px;
  border-radius: 12px;
}
.slots__img {
  overflow: hidden;
}
.slots__img img {
  max-width: 222px;
}
.slots__play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -200px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slots__play img {
  max-width: 80%;
}
.slots__name {
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 9px;
}
.slots .playnow {
  height: 45px;
  width: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC700), to(#FAFF00));
  background: linear-gradient(180deg, #FFC700 0%, #FAFF00 100%);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.86);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.86);
  border-radius: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slots .playnow:hover {
  color: #000000;
  opacity: 0.8;
}

.text-sec {
  margin-top: 100px;
  margin-bottom: 50px;
}
.text-sec__container2 {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.text-sec__title {
  font-weight: 600;
  font-size: 47px;
  margin-bottom: 28px;
}
.text-sec p {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.text-sec-v2 .text-sec__container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-sec-v2__ll {
  padding-right: 100px;
}
.text-sec-v2__rr img {
  width: 230px;
}

@media (max-width: 992px) {
  .text-sec {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .text-sec__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .text-sec p {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  .text-sec-v2 {
    margin-top: 50px;
  }
  .text-sec-v2 .text-sec__container2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .text-sec-v2__ll {
    padding-right: 0px;
    padding-bottom: 40px;
  }
  .text-sec-v2__rr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .text-sec-v2__rr img {
    width: 130px;
  }
  .slots__title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .slots__txt {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 25px;
  }
  .slots__name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .slots {
    margin-top: 21px;
  }
  .slots__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .slots__txt {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .slots__list {
    padding: 0 150px;
  }
  .slots__item {
    max-width: 144px;
    width: 144px;
    margin-top: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .slots__top {
    height: 112px;
    width: 144px;
  }
  .slots__img img {
    max-width: 144px;
  }
  .slots__name {
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
  }
  .slots .playnow {
    height: 30px;
    width: 100px;
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 668px) {
  .slots__list {
    padding: 0 80px;
  }
}
@media (max-width: 520px) {
  .slots__list {
    padding: 0 20px;
  }
}
@media (max-width: 400px) {
  .slots__list {
    padding: 0 0px;
  }
}
@media (max-width: 355px) {
  .slots__item {
    max-width: 128px;
    width: 128px;
  }
  .slots__top {
    height: 97px;
    width: 128px;
  }
  .slots__img img {
    max-width: 128px;
  }
}
.winners {
  margin-top: 97px;
  padding-top: 20px;
  padding-bottom: 32px;
  -webkit-box-shadow: 0px 0px 25px #4953BE;
          box-shadow: 0px 0px 25px #4953BE;
  background: #442478;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.winners::after {
  display: block;
  content: "";
  width: 200px;
  height: 200px;
  bottom: 0;
  right: 0;
  background-image: url(../imgnew/bubble.svg);
  position: absolute;
  opacity: 0.6;
}
.winners::before {
  display: block;
  content: "";
  width: 200px;
  height: 200px;
  top: -40px;
  left: -40px;
  background-image: url(../imgnew/bubble.svg);
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.3;
}
.winners__title {
  font-style: normal;
  font-weight: 600;
  font-size: 47px;
  line-height: 61px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 22px;
}
.winners__item {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 9px;
}
.winners__item:last-child {
  margin-bottom: 0;
}
.winners__item a {
  color: #ABB1FA;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.winners__item a:hover {
  color: #6f79e0;
}

@media (max-width: 768px) {
  .winners {
    margin-top: 26px;
    padding-top: 20px;
    padding-bottom: 32px;
    -webkit-box-shadow: 0px 34px 40px -39px #4953BE;
            box-shadow: 0px 34px 40px -39px #4953BE;
    background-position: center;
  }
  .winners__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 17px;
  }
  .winners__item {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 8px;
  }
  .winners::after {
    display: block;
    content: "";
    width: 160px;
    height: 160px;
    bottom: 0;
    right: 0;
    background-image: url(../imgnew/bubble.svg);
    position: absolute;
    opacity: 0.6;
  }
  .winners::before {
    display: block;
    content: "";
    width: 160px;
    height: 160px;
    top: -40px;
    left: -40px;
    background-image: url(../imgnew/bubble.svg);
    position: absolute;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0.3;
  }
}
.faq_1 {
  margin-top: 56px;
}
.faq_1__title {
  font-style: normal;
  font-weight: 700;
  font-size: 47px;
  line-height: 61px;
  text-align: center;
  color: #FFFFFF;
}
.faq_1__title2 {
  display: none;
}
.faq_1__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 65px;
}
.faq_1__image {
  position: relative;
  margin-left: 28px;
}
.faq_1__image img {
  position: absolute;
  max-width: 430px;
  top: -50px;
}
.faq_1__item {
  padding: 17px 15px 11px 30px;
  max-width: 543px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
.faq_1__item:last-child {
  margin-bottom: 0;
}
.faq_1__item h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  color: #321156;
}
.faq_1__item p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #321156;
}

@media (max-width: 992px) {
  .faq_1 {
    margin-top: 56px;
  }
  .faq_1__wrapper {
    padding-top: 65px;
  }
  .faq_1__image {
    margin-left: 15px;
  }
  .faq_1__image img {
    position: absolute;
    max-width: 302px;
    top: 50px;
  }
  .faq_1__item {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .faq_1 {
    margin-top: 24px;
  }
  .faq_1__title {
    font-size: 28px;
    line-height: 36px;
  }
  .faq_1__title1 {
    display: none;
  }
  .faq_1__title2 {
    display: block;
  }
  .faq_1__wrapper {
    padding-top: 28px;
  }
  .faq_1__image {
    display: none;
  }
  .faq_1__list {
    width: 100%;
  }
  .faq_1__item {
    padding: 17px 16px 18px 16px;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .faq_1__item h6 {
    font-size: 16px;
    line-height: 150%;
  }
  .faq_1__item p {
    font-size: 14px;
    line-height: 150%;
  }
}
.mob_app {
  margin-bottom: 20px;
}
.mob_app__container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mob_app__text {
  width: 50%;
  padding-right: 30px;
}
.mob_app__text p {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.5px;
}
.mob_app__text .btn_register {
  margin-top: 40px;
}
.mob_app__title {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 600;
  line-height: 130%;
}
.mob_app__img {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mob_app__img img {
  max-width: 400px;
  border-radius: 15px;
}
.mob_app .mi_mob {
  display: none;
}

@media (max-width: 992px) {
  .mi_mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 40px;
  }
  .mi_mob img {
    max-width: 220px !important;
  }
  .mi_desc {
    display: none;
  }
  .mob_app {
    margin-bottom: 15px;
  }
  .mob_app__container2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mob_app__text {
    width: 100%;
    padding-right: 0px;
    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;
  }
  .mob_app__text p {
    font-size: 16px;
    text-align: center;
  }
  .mob_app__text .btn_register {
    margin-top: 40px;
  }
  .mob_app__title {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
  }
  .mob_app__img {
    width: 100%;
  }
  .mob_app__img img {
    max-width: 400px;
    width: 100%;
    border-radius: 15px;
  }
}
.aboutwebsite {
  margin-top: 70px;
  overflow: hidden;
  position: relative;
}
.aboutwebsite::before {
  display: block;
  content: "";
  width: 400px;
  height: 400px;
  position: absolute;
  z-index: 2;
  top: 300px;
  left: -200px;
  background-image: url(../imgnew/bubble.svg);
  background-size: contain;
  opacity: 0.6;
}
.aboutwebsite::after {
  display: block;
  content: "";
  width: 600px;
  height: 600px;
  position: absolute;
  z-index: 2;
  top: 600px;
  right: -250px;
  background-image: url(../imgnew/bubble.svg);
  background-size: contain;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .aboutwebsite::before {
    width: 150px;
    height: 150px;
    top: 200px;
    left: -75px;
  }
  .aboutwebsite::after {
    width: 300px;
    height: 300px;
    top: 700px;
    right: -180px;
  }
}
.aboutwebsite__container2 {
  position: relative;
  z-index: 3;
}
.aboutwebsite a {
  color: #8352B8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.aboutwebsite a:hover {
  color: #8251B5;
  text-decoration: underline;
}
.aboutwebsite__title {
  font-style: normal;
  font-weight: 800;
  font-size: 47px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.aboutwebsite__txt1 {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 42px;
}
.aboutwebsite__item {
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
}
.aboutwebsite__item img {
  max-width: 250px;
  margin-bottom: 15px;
}
.aboutwebsite__two_item {
  margin-top: 25px;
  margin-bottom: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aboutwebsite__two_item .aboutwebsite__item {
  width: 50%;
}
.aboutwebsite__two_item .aboutwebsite__item:nth-child(1) {
  margin-right: 75px;
}
.aboutwebsite__two_item .aboutwebsite__item:nth-child(1) img {
  margin-top: 15px;
}
.aboutwebsite__two_item .aboutwebsite__item:nth-child(2) img {
  margin-bottom: 17px;
}

@media (max-width: 992px) {
  .aboutwebsite {
    margin-top: 70px;
  }
  .aboutwebsite__title {
    font-size: 37px;
    line-height: 45px;
  }
  .aboutwebsite__txt1 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .aboutwebsite__item {
    font-size: 16px;
    line-height: 22px;
  }
  .aboutwebsite__item img {
    max-width: 350px;
  }
  .aboutwebsite__two_item {
    margin-top: 25px;
    margin-bottom: 39px;
  }
  .aboutwebsite__two_item .aboutwebsite__item:nth-child(1) {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .aboutwebsite {
    margin-top: 40px;
  }
  .aboutwebsite__title {
    font-size: 30px;
    line-height: 35px;
  }
  .aboutwebsite__txt1 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 27px;
  }
  .aboutwebsite__item {
    font-size: 14px;
    line-height: 18px;
  }
  .aboutwebsite__item img {
    max-width: 271px;
    width: 100%;
  }
  .aboutwebsite .abw_i_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aboutwebsite .abw_i_lst img {
    max-width: 271px;
    width: 50%;
  }
  .aboutwebsite .abw_i_lst p {
    min-width: 50%;
  }
  .aboutwebsite__two_item {
    margin-top: 25px;
    margin-bottom: 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .aboutwebsite__two_item .aboutwebsite__item {
    width: 100%;
  }
  .aboutwebsite__two_item .aboutwebsite__item:nth-child(1) {
    margin-right: 0px;
  }
  .aboutwebsite__two_item .aboutwebsite__item:nth-child(1) img {
    margin-top: 15px;
  }
  .aboutwebsite__two_item .aboutwebsite__item:nth-child(2) {
    margin-bottom: 27px;
  }
  .aboutwebsite__two_item .aboutwebsite__item:nth-child(2) img {
    margin-bottom: 17px;
  }
}
/*  F A Q  */
.faq {
  padding-top: 52px;
  padding-bottom: 79px;
}
.faq__item {
  background: #442478;
  border-radius: 22px;
  padding: 18px 29px;
  margin-bottom: 20px;
}
.faq__item:last-child {
  margin-bottom: 0;
}
.faq__title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  color: #c4c8fa;
}
.faq__title i {
  margin-left: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq__content {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  padding-right: 10px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__content p {
  padding-top: 20px;
}
.faq__info .p1 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #ABB1FA;
  margin-bottom: 20px;
  text-align: center;
}
.faq__info .p2 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.faq__active .faq__title i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq__active .faq__content {
  height: 100%;
  max-height: 1000px;
}

@media (max-width: 768px) {
  .faq {
    padding-top: 32px;
    padding-bottom: 59px;
  }
  .faq__item {
    padding: 17px 16px;
  }
  .faq__title {
    font-size: 16px;
    line-height: 150%;
  }
  .faq__title i {
    margin-left: 8px;
  }
  .faq__title i svg {
    width: 19px;
  }
  .faq__content {
    font-size: 14px;
    line-height: 18px;
    padding-right: 10px;
  }
  .faq__info .p1 {
    font-size: 20px;
    line-height: 26px;
  }
  .faq__info .p2 {
    font-size: 14px;
    line-height: 18px;
  }
}
.fablock_top {
  margin-top: 50px;
  margin-bottom: 50px;
}
.fablock_top h2 {
  margin-bottom: 40px;
}

.fablock_top .facards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 25px;
}

.fablock_top .facards-container .facard {
  width: 23%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 20px;
  background: #442478;
  border-radius: 10px;
}
.fablock_top .facards-container .facard .btn_register {
  width: 100%;
  height: 40px !important;
  font-size: 18px !important;
}

.fablock_top .famoregms {
  width: 100%;
  height: 50px;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0;
}

.fablock_top .fabtn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fablock_top .fabtn-container .btn_register {
  width: 200px !important;
}

.fablock_top .fabtn-container .btn_register {
  width: 100%;
  height: 50px;
  font-size: 22px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
}

.fablock_top .facards-container .facard img {
  width: 100%;
}

.fablock_top .facards-container .facard .faoffer-name {
  font-weight: bold;
  font-size: 20px;
}

.fablock_top .facards-container .facard ul {
  list-style: none;
  text-align: center;
  font-size: 14px;
}

.fablock_top .facards-container .facard ul li {
  font-weight: 400;
}

.fablock_top .facards-container .facard ul li:first-child {
  color: var(--color-second);
  margin-bottom: 15px;
  font-weight: 600;
}

.fablock_top .fabtn-container {
  text-align: center;
  margin-top: 40px;
}

.fablock_bonus {
  display: block;
  margin-top: 100px;
  margin-bottom: 50px;
}
.fablock_bonus a.btn_register {
  font-size: 16px;
  text-transform: uppercase;
  width: calc(100% - 30px);
  margin-top: 0;
  height: 50px;
  font-weight: 600 !important;
}
.fablock_bonus h2 {
  margin-bottom: 40px;
}

.fablock_bonus .fatable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fablock_bonus .fatable .fat-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2px;
  margin-bottom: 20px;
}

.fablock_bonus .fatable .fat-header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 0.7;
}

.fablock_bonus .fatable .fat-header div:nth-child(1) {
  width: 25%;
  padding: 20px;
}

.fablock_bonus .fatable .fat-header div:nth-child(2) {
  width: 15%;
}

.fablock_bonus .fatable .fat-header div:nth-child(3) {
  width: 8%;
}

.fablock_bonus .fatable .fat-header div:nth-child(4) {
  width: 15%;
}

.fablock_bonus .fatable .fat-header div:nth-child(5) {
  width: 12%;
}

.fablock_bonus .fatable .fat-header div:nth-child(6) {
  width: 25%;
}

.fablock_bonus .fatable .facas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
.fablock_bonus .fatable .facas .btn_register {
  height: 45px !important;
}
.fablock_bonus .fatable .facas .btn_register span {
  font-size: 16px;
}

.fablock_bonus .fatable .facas .farow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2px;
}

.fablock_bonus .fatable .facas .farow div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px;
  background: #442478;
  font-weight: 600;
}

.fablock_bonus .fatable .facas .farow div span.fainfo {
  cursor: pointer;
  padding: 0;
  width: 45px;
  height: 45px !important;
  border-radius: 45px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.fablock_bonus .fatable .facas .farow div span.fainfo::before {
  position: absolute;
  display: block;
  content: "";
  width: 120%;
  height: 100%;
  left: -20%;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(229.4deg, #f71fd0 60.65%, #642C86 100%);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fablock_bonus .fatable .facas .farow div span.fainfo:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.fablock_bonus .fatable .facas .farow div span.fainfo:hover::before {
  left: 0%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.fablock_bonus .fatable .facas .farow div span.fainfo span {
  position: relative;
  z-index: 2;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fablock_bonus .fatable .facas .farow div span.fainfo span svg {
  margin-left: 7px;
  width: 40px;
  height: 40px;
}

.fablock_bonus .fatable .facas .farow div span.fainfo span {
  text-transform: none !important;
  font-size: 34px;
}

.fablock_bonus .fatable .facas .farow div:nth-child(1) {
  width: 25%;
  padding: 10px 20px;
  border-radius: 10px 0 0 10px;
}

.fablock_bonus .fatable .facas .farow div:nth-child(1) img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 75px;
}

.fablock_bonus .fatable .facas .farow div:nth-child(2) {
  width: 15%;
}

.fablock_bonus .fatable .facas .farow div:nth-child(3) {
  width: 8%;
}

.fablock_bonus .fatable .facas .farow div:nth-child(4) {
  width: 15%;
}

.fablock_bonus .fatable .facas .farow div:nth-child(5) {
  width: 12%;
}

.fablock_bonus .fatable .facas .farow div:nth-child(6) {
  width: 25%;
  border-radius: 0 10px 10px 0;
}

.fablock_bonus .fatable .facas .famore-info {
  display: none;
}

.fablock_bonus .fatable .facas .famore-info .farow-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #333544;
  padding: 20px 25px;
}

.fablock_bonus .fatable .facas .famore-info .farow-info div {
  display: block;
}

.fablock_bonus .fatable .facas .famore-info .farow-info div:nth-child(1) {
  width: 35%;
}

.fablock_bonus .fatable .facas .famore-info .farow-info div:nth-child(2) {
  width: 65%;
  font-weight: bold;
}

.fablock_bonus .fatable .facas .famore-info > div {
  padding: 20px 0;
}

.fablock_bonus .fatable .facas .famore-info > div:first-child {
  display: none;
}

.fablock_bonus .fatable .facas .famore-info > div:last-child {
  text-align: center;
  display: none;
}

.fablock_bonus .fatable .facas .famore-info > div:last-child a {
  width: 100%;
}

.fablock_bonus .fabtn-container {
  text-align: center;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fablock_bonus .fabtn-container .fang-fa-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  bottom: -3px;
  position: relative;
}

.fabtn-container .famoregms_v2,
.fabtn-container .btn_register {
  height: 60px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}
.fabtn-container .famoregms_v2 span,
.fabtn-container .btn_register span {
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fabtn-container .famoregms_v2 svg,
.fabtn-container .btn_register svg {
  width: 20px !important;
  height: 20px !important;
}

@media (max-width: 992px) {
  .fablock_top .facards-container .facard {
    width: 48%;
  }
  .fablock_bonus .fatable .facas .farow div span.fainfo span {
    font-size: 22px;
  }
  .fablock_bonus .fatable .facas .farow div span.fainfo {
    width: 35px;
    height: 35px !important;
  }
}
@media (max-width: 768px) {
  .fablock_top .facards-container .facard {
    gap: 10px;
  }
  .fablock_top .facards-container .facard .btn_register {
    font-size: 16px;
    height: 50px !important;
  }
  .fablock_top .facards-container .facard img {
    max-width: 180px;
    margin-bottom: 15px;
  }
  .fablock_top .facards-container .facard ul li:first-child {
    margin-bottom: 5px;
  }
  .fablock_top .facards-container .facard .faoffer-name {
    font-size: 21px;
  }
  .fablock_top .facards-container .facard ul {
    font-size: 16px;
  }
  .fablock_bonus .fatable .facas .famore-info > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fablock_bonus .fatable .facas .famore-info > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fablock_bonus .fatable .fat-header div:nth-child(2) {
    display: none;
  }
  .fablock_bonus .fatable .facas .farow div:nth-child(2) {
    display: none;
  }
  .fablock_bonus .fatable .facas .farow div:nth-child(6) .btn_register {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    border-radius: 20px !important;
  }
  .fablock_bonus .fatable .facas .farow div:nth-child(6) .btn_register span {
    font-size: 14px !important;
  }
  .fablock_bonus .fatable .facas .farow div:nth-child(1),
  .fablock_bonus .fatable .fat-header div:nth-child(1) {
    width: 35%;
  }
  .fablock_bonus .fatable .facas .farow div:nth-child(5),
  .fablock_bonus .fatable .fat-header div:nth-child(5) {
    width: 20%;
    border-radius: 0 10px 10px 0;
    display: none;
  }
  .fablock_bonus .fatable .facas .farow div:nth-child(3),
  .fablock_bonus .fatable .fat-header div:nth-child(3) {
    width: 20%;
  }
  .fablock_bonus .fatable .facas .farow div:nth-child(4),
  .fablock_bonus .fatable .fat-header div:nth-child(4) {
    width: 24%;
  }
}
@media (max-width: 440px) {
  .fablock_top .facards-container .facard {
    width: 100%;
  }
}
.text_double_col {
  margin: 50px 0;
}
.text_double_col .text_double_col_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.text_double_col .text_double_col_wrap div {
  width: 50%;
}
.text_double_col p {
  line-height: 160%;
}
.text_double_col ul {
  list-style-type: disc;
  padding-left: 20px;
}
.text_double_col ul li {
  margin: 10px 0 20px 0;
}
.text_double_col ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.text_double_col ol li {
  margin: 10px 0 20px 0;
}
.text_double_col strong {
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  .text_double_col_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px !important;
  }
  .text_double_col_wrap div {
    width: 100% !important;
  }
}
em {
  font-style: italic;
}

.text_double_col__col1 .text_double_col_wrap div {
  width: 100% !important;
}

.text-center {
  text-align: center;
}

.title_3204 {
  font-style: normal;
  font-weight: 600;
  font-size: 47px;
  line-height: 61px;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 28px;
}

@media (max-width: 992px) {
  .title_3204 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .title_3204 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
}
.p_foof {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

.text-center {
  text-align: center;
}

.bgcrrr {
  background-color: #442478;
  padding: 70px 0;
}

.payment .btn_register {
  font-size: 18px !important;
  width: 100px !important;
  height: 40px !important;
  border-radius: 50px !important;
  margin-top: 0 !important;
}
@media (max-width: 768px) {
  .payment .btn_register {
    width: 100% !important;
  }
}

section.payment {
  display: block;
  margin: 50px 0;
}

section.payment .cont_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section.payment .cont_row .t-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0.7;
}

section.payment .cont_row .t-header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 20px 15px;
  font-size: 14px;
}

section.payment .cont_row .t-header div:nth-child(1) {
  width: 20%;
}

section.payment .cont_row .t-header div:nth-child(2) {
  width: 15%;
}

section.payment .cont_row .t-header div:nth-child(3) {
  width: 10%;
}

section.payment .cont_row .t-header div:nth-child(4) {
  width: 10%;
}

section.payment .cont_row .t-header div:nth-child(5) {
  width: 10%;
}

section.payment .cont_row .t-header div:nth-child(6) {
  width: 15%;
}

section.payment .cont_row .t-header div:nth-child(7) {
  width: 20%;
}

section.payment .cont_row .payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: var(--radius);
}

section.payment .cont_row .payment .logo {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

section.payment .cont_row .payment .payment-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}

section.payment .cont_row .payment .payment-info .info_mob {
  display: none;
}

section.payment .cont_row .payment .payment-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

section.payment .cont_row .payment .payment-info .info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.payment .cont_row .payment .payment-info .info div:nth-child(1) {
  width: 25%;
}

section.payment .cont_row .payment .payment-info .info div:nth-child(2) {
  width: 17%;
}

section.payment .cont_row .payment .payment-info .info div:nth-child(3) {
  width: 16%;
}

section.payment .cont_row .payment .payment-info .info div:nth-child(4) {
  width: 17%;
}

section.payment .cont_row .payment .payment-info .info div:nth-child(5) {
  width: 25%;
}

section.payment .cont_row .payment .dep {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.payment .cont_row .payment:nth-child(2n) {
  background: #442478;
  color: #fff;
  border-radius: 15px;
}

.payment .dtn-pcand {
  font-size: 18px;
  height: 50px;
  width: 100px;
}

@media (max-width: 768px) {
  section.payment .cont_row .t-header {
    display: none;
  }
  section.payment .cont_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.payment .cont_row .payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  section.payment .cont_row .payment .payment-info {
    width: 100%;
  }
  section.payment .cont_row .payment .payment-info .info_mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 48%;
    gap: 15px;
  }
  section.payment .cont_row .payment .payment-info .info div {
    width: 100% !important;
    text-align: left;
    display: block;
  }
  section.payment .cont_row .payment .payment-info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 48%;
    gap: 15px;
  }
  section.payment .cont_row .payment .dep {
    width: 100%;
    margin-top: 20px;
  }
  section.payment .cont_row .payment .dep a.btn {
    width: 100%;
  }
  section.payment .cont_row .payment .logo {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }
  .payment .dtn-pcand {
    font-size: 18px;
    height: 50px;
    width: 100%;
  }
}
section.software {
  display: block;
  margin: 50px 0;
}

section.software .providers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}

section.software .providers .provider {
  display: block;
  width: 18%;
}

section.software .providers .provider div {
  background: #402975;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: var(--radius);
  width: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

@media (max-width: 800px) {
  section.software .providers .provider {
    width: 31%;
  }
}
@media (max-width: 540px) {
  section.software .providers .provider {
    width: 48%;
  }
}
.header {
  background: #442478;
  -webkit-box-shadow: 0px 0px 20px #4953BE;
          box-shadow: 0px 0px 20px #4953BE;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1164px;
  margin: 0 auto;
  padding: 0 16px;
}
.header__sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo img {
  height: 80px;
}

.main_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_menu__list li {
  margin: 0 19px;
}
.main_menu__list li a {
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main_menu__list li a i {
  display: none;
}
.main_menu__list li a:hover {
  text-decoration: underline;
}
.main_menu__list .active a {
  font-weight: 600;
  color: #ffffff;
}

.btn_1 {
  height: 35px;
  width: 116px;
  border-radius: 17.5px;
  background: #4953BE;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-left: 31px;
}
.btn_1:hover {
  background-color: rgba(73, 83, 190, 0.8705882353);
  color: #FFFFFF;
}

.sign_out {
  background: rgba(202, 211, 220, 0.08);
}

.header .menu_close {
  display: none;
}
.header .mob_m_logo {
  display: none;
}
.header .btn_op_menu {
  display: none;
}

@media (max-width: 1050px) {
  .header .main_menu__list li {
    margin: 0 10px;
  }
  .header .btn_1 {
    margin-left: 15px;
  }
}
@media (max-width: 992px) {
  .header {
    height: 70px;
  }
  .header .btn_op_menu {
    display: block;
    position: absolute;
    right: 20px;
  }
  .header__logo {
    margin: 0 auto;
  }
  .header__logo img {
    height: 50px;
  }
  .header__sec {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: -1000px;
    height: 100vh;
    width: 100%;
    z-index: 10;
    background: #311055;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    overflow: scroll;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 15px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .header__sec .menu_close {
    display: block;
    position: absolute;
    top: 23px;
    right: 26px;
  }
  .header__sec .mob_m_logo {
    display: block;
    margin: 0 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .header__sec .mob_m_logo img {
    width: 100px;
  }
  .header .mob_m_show {
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .header .main_menu {
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .main_menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: 100%;
  }
  .header .main_menu__list li {
    margin: 0px;
    width: 100%;
  }
  .header .main_menu__list li::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, color-stop(1.45%, rgba(236, 35, 242, 0)), color-stop(1.46%, rgba(236, 35, 242, 0)), color-stop(1.47%, rgba(255, 255, 255, 0)), color-stop(101.45%, #4953BE));
    background: linear-gradient(270deg, rgba(236, 35, 242, 0) 1.45%, rgba(236, 35, 242, 0) 1.46%, rgba(255, 255, 255, 0) 1.47%, #4953BE 101.45%);
    margin: 6px 0;
  }
  .header .main_menu__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 5px 0;
  }
  .header .main_menu__list li a i {
    margin-left: 1px;
    display: block;
    width: 25px;
    height: 25px;
  }
  .header .main_menu__list li a i img {
    max-width: 100%;
  }
  .header .btn_1 {
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 217px;
    margin-top: 59px;
    background: #4953BE;
  }
  .header .btn_1:hover {
    opacity: 0.7;
  }
  .header__login .main_menu {
    margin-top: 59px;
  }
  .header__login .btn_1 {
    background: rgba(202, 211, 220, 0.08);
    width: 116px;
    height: 35px;
    margin-top: 33px;
  }
}
.footer {
  background-image: url(../imgnew/bbbb.webp);
  background-size: cover;
  -webkit-box-shadow: 0px 0px 10px rgba(114, 124, 232, 0.6862745098);
          box-shadow: 0px 0px 10px rgba(114, 124, 232, 0.6862745098);
  padding-top: 38px;
  padding-bottom: 69px;
}
.footer__container2 {
  width: 100%;
  max-width: 992px;
  padding: 0 16px;
  margin: 0 auto;
}
.footer__logo {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 29px;
}
.footer__logo img {
  height: 80px;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 38px;
}
.footer__copy {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(255, 255, 255, 0.625);
  margin-bottom: 38px;
}
.footer__target {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-align: center;
  color: #fff;
}

.paym {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.paym__item {
  margin: 3px 4px;
}
.paym__item img {
  max-height: 27px;
  opacity: 0.5;
  -webkit-transform: 0.23s;
          transform: 0.23s;
}
.paym__item:hover img {
  opacity: 1;
}

@media (max-width: 768px) {
  .footer {
    padding-top: 44px;
    padding-bottom: 70px;
  }
  .footer__logo {
    margin-bottom: 41px;
  }
  .footer__logo img {
    height: 60px;
  }
  .footer__menu {
    display: none;
  }
  .footer__copy {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 41px;
  }
  .footer__target {
    font-size: 12px;
    line-height: 16px;
  }
}
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 900px) {
  .container {
    width: 100%;
  }
}