@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

:root {
  font-size: 14px; }
  @media screen and (min-width: 576px) {
    :root {
      font-size: 14px; } }
  @media screen and (min-width: 768px) {
    :root {
      font-size: 16px; } }
  @media screen and (min-width: 992px) {
    :root {
      font-size: 16px; } }
  @media screen and (min-width: 1200px) {
    :root {
      font-size: 17px; } }

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-rendering: auto; }

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif; }

p {
  line-height: 1.5em;
  margin-bottom: 1rem;
  font-size: 1rem; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1em; }

h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1em; }

.sliderheader {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  /* height: calc(100vh - 16px); */
  height: 100vh;
  background: #000000;
  color: #fff; }
  @media (min-width: 768px) {
    .sliderheader {
      justify-content: space-between; } }

.noSliderHeader__header {
  border-bottom: solid 1px #f9f9f9; }
.noSliderHeader .containt {
  max-width: 900px; }
.noSliderHeader .mmr-13 {
  margin-right: 13px; }
.noSliderHeader__wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .noSliderHeader__wrapper__logo a {
    color: #000 !important; }
  .noSliderHeader__wrapper__logo h1 .exg-logo {
    margin-top: 0 !important; }
  .noSliderHeader__wrapper ul li a {
    color: #fff !important; }
    .noSliderHeader__wrapper ul li a:hover {
      color: #ed8d34 !important; }
    @media (min-width: 768px) {
      .noSliderHeader__wrapper ul li a {
        color: #000 !important; } }

.singalpageFooter {
  padding: 35px 0px; }
  .singalpageFooter__botomrow {
    border-top: none;
    padding-top: 0px; }

.containt {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 30px); }
  @media (min-width: 992px) {
    .containt {
      width: 970px; } }
  @media (min-width: 1200px) {
    .containt {
      width: 1170px; } }

.flrxRight {
  display: flex;
  align-items: flex-start;
  flex-direction: column; }
  .flrxRight p,
  .flrxRight h1,
  .flrxRight h2, .flrxRight h3 {
    text-align: left; }
  @media (min-width: 768px) {
    .flrxRight {
      display: flex;
      align-items: flex-end;
      flex-direction: column; }
      .flrxRight p {
        text-align: end; }
      .flrxRight h2 {
        text-align: end; }
      .flrxRight h3 {
        text-align: end; } }

.flrxLeft {
  display: flex;
  align-items: flex-start;
  flex-direction: column; }
  .flrxLeft p,
  .flrxLeft h1,
  .flrxLeft h2, .flrxLeft h3 {
    text-align: left; }
  @media (min-width: 768px) {
    .flrxLeft {
      display: flex;
      align-items: flex-start;
      flex-direction: column; }
      .flrxLeft p {
        text-align: left; }
      .flrxLeft h2 {
        text-align: left; }
      .flrxLeft h3 {
        text-align: left; } }

/*-------color-------*/
.main__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
  width: 100%; }
  .main__header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 768px) {
      .main__header__wrapper {
        padding-top: 1rem; } }
    .main__header__wrapper__logo a {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      color: #fff;
      text-decoration: none;
      cursor: pointer; }
      .main__header__wrapper__logo a .Bee {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        display: block;
        margin-right: 15px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .main__header__wrapper__logo a .Bee img {
          width: 100%; }
      .main__header__wrapper__logo a h1 {
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 5px;
        display: flex; }
        .main__header__wrapper__logo a h1 .exg-logo {
          margin: 0;
          margin-top: 25px;
          cursor: pointer; }
          .main__header__wrapper__logo a h1 .exg-logo span {
            display: block;
            width: 100%;
            padding: 0; }
    .main__header__wrapper__menu__dropdown img {
      max-width: 35px; }
      @media (min-width: 768px) {
        .main__header__wrapper__menu__dropdown img {
          display: none; } }
    .main__header__wrapper__menu__nav {
      display: none;
      position: absolute;
      top: 75px;
      left: 2rem;
      width: calc(100% - 4rem);
      background: #ed8d34;
      padding: 15px;
      border-radius: 0.2rem;
      padding-bottom: 25px; }
      @media (min-width: 768px) {
        .main__header__wrapper__menu__nav {
          display: block;
          position: inherit;
          background: none;
          padding: 0;
          width: 100%; } }
      .main__header__wrapper__menu__nav ul {
        padding: 0;
        margin: 0;
        display: block; }
        @media (min-width: 768px) {
          .main__header__wrapper__menu__nav ul {
            display: flex;
            justify-content: center;
            align-items: center; } }
        .main__header__wrapper__menu__nav ul li {
          display: block;
          min-height: 3.5rem; }
          @media (min-width: 768px) {
            .main__header__wrapper__menu__nav ul li {
              display: flex;
              justify-content: center;
              align-items: center; } }
          .main__header__wrapper__menu__nav ul li a {
            padding: 10px;
            color: #ffffff;
            text-decoration: none;
            display: block;
            border-bottom: dotted 1px #974f17; }
            .main__header__wrapper__menu__nav ul li a:hover {
              color: #000; }
            @media (min-width: 768px) {
              .main__header__wrapper__menu__nav ul li a {
                border-bottom: none;
                padding: 5px 10px;
                color: #fff; }
                .main__header__wrapper__menu__nav ul li a:hover {
                  color: #ed8d34; } }
            @media (min-width: 992px) {
              .main__header__wrapper__menu__nav ul li a {
                font-size: 0.9rem; } }

.footer {
  padding: 58px 0px;
  background: #f7f7f7; }
  @media (min-width: 768px) {
    .footer__row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; } }
  .footer__row .paddingB-55 {
    margin-bottom: 2.5rem; }
  .footer__row__col {
    width: 100%; }
    @media (min-width: 768px) {
      .footer__row__col {
        width: 50%; } }
    .footer__row__col p {
      font-size: 0.91rem;
      margin: 0;
      line-height: 28px; }
      @media (min-width: 768px) {
        .footer__row__col p {
          max-width: 30rem; } }
    .footer__row__col__bold {
      font-weight: 600; }
    .footer__row__col__reg {
      border: none;
      color: #fff;
      background: #ed8d34;
      padding: 12px 11px;
      font-size: 0.8rem;
      border-radius: 4px;
      margin-top: 0.5rem;
      min-width: 200px;
      min-height: 3rem;
      cursor: pointer;
      font-size: 1.15rem; }
      @media (min-width: 768px) {
        .footer__row__col__reg {
          padding: 18px 15px;
          font-size: 1.1rem;
          min-width: 207px;
          margin-top: 29px;
          margin-bottom: 58px;
          margin-right: 10px; } }
  .footer__botomrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #f0efeb;
    flex-direction: column;
    padding-top: 19px; }
    @media (min-width: 768px) {
      .footer__botomrow {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row; } }
    .footer__botomrow__col {
      width: 100%;
      text-align: center; }
      @media (min-width: 768px) {
        .footer__botomrow__col {
          text-align: left;
          width: 50%; } }
      .footer__botomrow__col__footerMenu {
        padding: 0;
        margin: 0;
        margin-top: 5px; }
        .footer__botomrow__col__footerMenu li {
          list-style: none;
          display: inline-block; }
          .footer__botomrow__col__footerMenu li a {
            text-decoration: none;
            color: #000;
            font-size: 0.8rem;
            padding: 0px 10px; }
            .footer__botomrow__col__footerMenu li a:first-child {
              padding-left: 0px; }
            .footer__botomrow__col__footerMenu li a:hover {
              color: #ed8d34; }
          .footer__botomrow__col__footerMenu li span {
            background: #5b5b5b;
            display: inline-block;
            width: 1px;
            height: 11px;
            margin-bottom: -2px; }
      .footer__botomrow__col__socialIcon {
        padding: 0;
        margin: 0;
        text-align: center;
        margin-top: 20px; }
        @media (min-width: 768px) {
          .footer__botomrow__col__socialIcon {
            text-align: right;
            margin-top: 0px; } }
        .footer__botomrow__col__socialIcon li {
          list-style: none;
          display: inline-block;
          margin-left: 5px; }
          .footer__botomrow__col__socialIcon li:first-child {
            margin-left: 0px; }
          .footer__botomrow__col__socialIcon li a {
            text-decoration: none;
            display: block;
            width: 30px;
            height: 26px;
            background-image: url("../images/social.png");
            background-size: 147px; }
            .footer__botomrow__col__socialIcon li a:hover {
              background-image: url("../images/hsocial.png"); }
        .footer__botomrow__col__socialIcon__utube a {
          background-position: -4px center; }
        .footer__botomrow__col__socialIcon__fb a {
          background-position: -44px center; }
        .footer__botomrow__col__socialIcon__instro a {
          background-position: -79px center; }
        .footer__botomrow__col__socialIcon__twitter a {
          background-position: -117px center; }

.createSite {
  margin-top: 34px; }
  @media (min-width: 768px) {
    .createSite {
      margin-top: 160px; } }
  .createSite__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px #fdf2e8; }
    @media (min-width: 768px) {
      .createSite__row {
        flex-direction: row;
        padding-bottom: 85px;
        margin-bottom: 90px;
        display: flex;
        align-items: center; } }
    .createSite__row__colomn {
      width: 100%; }
      @media (min-width: 768px) {
        .createSite__row__colomn {
          width: 50%; } }
      .createSite__row__colomn__title h2 span {
        display: block; }
      .createSite__row__colomn__title__underline {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        margin-top: 16px;
        margin-bottom: 30px;
        flex-direction: row-reverse; }
        @media (min-width: 768px) {
          .createSite__row__colomn__title__underline {
            flex-direction: row; } }
        .createSite__row__colomn__title__underline__smLine {
          background: #ed8d34;
          height: 1px;
          width: 267px;
          border: navajowhite;
          margin: 0; }
        .createSite__row__colomn__title__underline__lgLine {
          background: #ed8d34;
          height: 3px;
          width: 10px;
          border: navajowhite;
          margin: 0; }
      .createSite__row__colomn__discription p {
        margin: 0; }
      .createSite__row__colomn__readmore {
        margin-top: 15px; }
        @media (min-width: 768px) {
          .createSite__row__colomn__readmore {
            margin-top: 40px; } }
        .createSite__row__colomn__readmore a {
          color: #ed8d34;
          text-decoration: none;
          font-size: 0.8rem; }
          @media (min-width: 768px) {
            .createSite__row__colomn__readmore a {
              font-size: 1rem; } }
          .createSite__row__colomn__readmore a:hover {
            color: #000; }
      .createSite__row__colomn__img {
        padding-left: 0px; }
        @media (min-width: 768px) {
          .createSite__row__colomn__img {
            padding-left: 61px; } }
        .createSite__row__colomn__img img {
          width: 100%;
          max-width: 461px; }

.brands__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #fdf2e8; }
  @media (min-width: 768px) {
    .brands__row {
      flex-direction: row;
      padding-bottom: 85px;
      margin-bottom: 90px;
      display: flex;
      align-items: center; } }
  .brands__row__colomn {
    width: 100%; }
    @media (min-width: 768px) {
      .brands__row__colomn {
        width: 50%; } }
    .brands__row__colomn__title h2 {
      font-weight: normal;
      margin: 0;
      font-size: 1rem;
      line-height: 35px; }
      @media (min-width: 768px) {
        .brands__row__colomn__title h2 {
          font-size: 1.5rem; } }
      .brands__row__colomn__title h2 span {
        font-weight: 500;
        display: block;
        font-size: 1rem; }
        @media (min-width: 768px) {
          .brands__row__colomn__title h2 span {
            font-size: 1.5rem; } }
    .brands__row__colomn__title__underline {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin-top: 16px;
      margin-bottom: 30px; }
      .brands__row__colomn__title__underline__smLine {
        background: #ed8d34;
        height: 1px;
        width: 267px;
        border: navajowhite;
        margin: 0; }
      .brands__row__colomn__title__underline__lgLine {
        background: #ed8d34;
        height: 3px;
        width: 10px;
        border: navajowhite;
        margin: 0; }
    .brands__row__colomn__discription p {
      margin: 0; }
    .brands__row__colomn__readmore {
      margin-top: 15px; }
      @media (min-width: 768px) {
        .brands__row__colomn__readmore {
          margin-top: 40px; } }
      .brands__row__colomn__readmore a {
        color: #ed8d34;
        text-decoration: none;
        font-size: 0.8rem; }
        @media (min-width: 768px) {
          .brands__row__colomn__readmore a {
            font-size: 1rem; } }
        .brands__row__colomn__readmore a:hover {
          color: #000; }
    .brands__row__colomn__img {
      padding-left: 0px; }
      @media (min-width: 768px) {
        .brands__row__colomn__img {
          padding-left: 61px; } }
      .brands__row__colomn__img img {
        width: 100%;
        max-width: 461px; }

.ranking__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column-reverse;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #fdf2e8; }
  @media (min-width: 768px) {
    .ranking__row {
      flex-direction: row;
      padding-bottom: 85px;
      margin-bottom: 90px;
      display: flex;
      align-items: center; } }
  .ranking__row__colomn {
    width: 100%; }
    @media (min-width: 768px) {
      .ranking__row__colomn {
        width: 50%; } }
    .ranking__row__colomn__title h2 {
      font-weight: normal;
      margin: 0;
      line-height: 35px; }
    .ranking__row__colomn__title__underline {
      display: flex;
      justify-content: flex-end;
      align-items: flex-start;
      margin-top: 16px;
      margin-bottom: 30px;
      flex-direction: row-reverse; }
      @media (min-width: 768px) {
        .ranking__row__colomn__title__underline {
          flex-direction: row; } }
      .ranking__row__colomn__title__underline__smLine {
        background: #ed8d34;
        height: 1px;
        width: 267px;
        border: navajowhite;
        margin: 0; }
      .ranking__row__colomn__title__underline__lgLine {
        background: #ed8d34;
        height: 3px;
        width: 10px;
        border: navajowhite;
        margin: 0; }
    .ranking__row__colomn__discription p {
      margin: 0; }
    .ranking__row__colomn__readmore {
      margin-top: 15px; }
      @media (min-width: 768px) {
        .ranking__row__colomn__readmore {
          margin-top: 40px; } }
      .ranking__row__colomn__readmore a {
        color: #ed8d34;
        text-decoration: none;
        font-size: 0.8rem; }
        @media (min-width: 768px) {
          .ranking__row__colomn__readmore a {
            font-size: 1rem; } }
        .ranking__row__colomn__readmore a:hover {
          color: #000; }
    .ranking__row__colomn__img {
      padding-left: 0px; }
      @media (min-width: 768px) {
        .ranking__row__colomn__img {
          padding-left: 61px; } }
      .ranking__row__colomn__img img {
        width: 100%;
        max-width: 461px; }

.ourProduct {
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .ourProduct {
      margin-bottom: 120px; } }
  .ourProduct__title {
    margin-bottom: 60px; }
    .ourProduct__title h2 {
      text-align: center;
      font-weight: 500;
      margin-top: 0px;
      font-size: 1.5rem; }
  @media (min-width: 768px) {
    .ourProduct__row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; } }
  .ourProduct__row__col {
    width: calc(100% / 1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 768px) {
      .ourProduct__row__col {
        width: calc(100% / 3); } }
    .ourProduct__row__col__cercle span {
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 50%; }
    .ourProduct__row__col__cercle__orange {
      background: #ed8d34; }
    .ourProduct__row__col__cercle__green {
      background: #5ac992; }
    .ourProduct__row__col__cercle__purple {
      background: #6a60c5; }
    .ourProduct__row__col__text h3 {
      text-align: center;
      font-weight: normal;
      letter-spacing: 8px;
      margin-top: 10px;
      font-size: 1.2rem; }
    .ourProduct__row__col__text__orange {
      color: #ed8d34; }
    .ourProduct__row__col__text__green {
      color: #5ac992; }
    .ourProduct__row__col__text__purple {
      color: #6a60c5; }

.main {
  /*------------------slider images-----------*/
  /*------------------slider containt-----------*/
  /*------------------slider footer-----------*/
  /*---------------------------cercal-------------*/ }
  .main__slider {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden; }
    .main__slider__slide {
      width: 1073px;
      left: -302px;
      position: relative; }
      @media (min-width: 992px) {
        .main__slider__slide {
          left: 0px;
          width: 100%; } }
    .main__slider img {
      width: auto;
      height: 100vh;
      position: absolute;
      transition: opacity 0.5s ease-in;
      /* Landscape */ }
      @media screen and (min-width: 425px) and (max-width: 725px) {
        .main__slider img {
          width: 100%;
          height: auto; } }
      @media only screen and (min-device-width: 320px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
        .main__slider img {
          width: 100%;
          height: auto; } }
      @media (min-width: 992px) {
        .main__slider img {
          width: 100%;
          height: 100vh; } }
      @media (min-width: 1200px) {
        .main__slider img {
          width: 100%;
          height: auto; } }
    .main__slider img + img {
      opacity: 0; }
  .main__sliderContaint {
    position: relative;
    z-index: 15;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .main__sliderContaint {
        margin-top: inherit;
        margin-bottom: 0; } }
    .main__sliderContaint__caption {
      min-height: 100%;
      display: flex;
      flex-direction: column; }
      .main__sliderContaint__caption__title h2 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.2em;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.52); }
        @media (min-width: 768px) {
          .main__sliderContaint__caption__title h2 {
            width: 74%;
            font-size: 3rem;
            font-weight: 600;
            line-height: 1.2em;
            margin-bottom: 0.5em;
            text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.52); } }
      .main__sliderContaint__caption__discription {
        margin-top: 0rem;
        margin-bottom: 5rem; }
        @media (min-width: 768px) {
          .main__sliderContaint__caption__discription {
            margin-bottom: 2rem; } }
        .main__sliderContaint__caption__discription p {
          font-size: 16px;
          line-height: 25px; }
          @media (min-width: 768px) {
            .main__sliderContaint__caption__discription p {
              width: 34rem; } }
      .main__sliderContaint__caption__btn {
        display: flex;
        flex-direction: column; }
        @media (min-width: 768px) {
          .main__sliderContaint__caption__btn {
            flex-direction: row; } }
        .main__sliderContaint__caption__btn .comming-soon {
          margin-top: 0.2rem;
          font-size: 0.6rem; }
        .main__sliderContaint__caption__btn button {
          padding: 1rem 1.5rem;
          border-radius: 4px;
          color: #fff;
          font-weight: 400;
          cursor: pointer;
          font-family: "Poppins", sans-serif;
          margin-bottom: 0.5rem;
          min-height: 3rem;
          min-width: 200px; }
          .main__sliderContaint__caption__btn button:hover {
            background: #eb7608; }
          @media (min-width: 768px) {
            .main__sliderContaint__caption__btn button {
              min-width: 170px;
              font-size: 1.04rem;
              margin-right: 0.5rem;
              min-height: 3rem; } }
        .main__sliderContaint__caption__btn__reg {
          background: #ed8d34;
          border: solid 1px #ed8d34; }
        .main__sliderContaint__caption__btn__playstore {
          background-color: rgba(42, 39, 36, 0.7);
          border: solid 1px #ed8d34;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: left;
          padding: 0.8rem 1.5rem !important; }
          .main__sliderContaint__caption__btn__playstore__smallText {
            display: block; }
            @media (min-width: 768px) {
              .main__sliderContaint__caption__btn__playstore__smallText {
                font-size: 1rem; } }
          .main__sliderContaint__caption__btn__playstore__largText {
            display: block;
            font-size: 0.6rem; }
            @media (min-width: 768px) {
              .main__sliderContaint__caption__btn__playstore__largText {
                font-size: 1rem; } }
          .main__sliderContaint__caption__btn__playstore img {
            width: 25px;
            margin-right: 10px; }
  .main__sliderFooter {
    position: relative;
    z-index: 100;
    margin-bottom: 35px;
    width: 100%;
    max-height: 46px;
    overflow: hidden;
    display: none; }
    @media (min-width: 768px) {
      .main__sliderFooter {
        display: block;
        max-height: auto;
        overflow: inherit; } }
    .main__sliderFooter__wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .main__sliderFooter__wrapper__discription {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .main__sliderFooter__wrapper__discription__icon {
          margin-right: 0px;
          display: flex;
          justify-content: center;
          flex-direction: column; }
          .main__sliderFooter__wrapper__discription__icon img {
            width: 52px;
            margin-right: 2rem; }
        .main__sliderFooter__wrapper__discription__text span {
          color: #ed8d34;
          font-size: 0.8rem; }
        .main__sliderFooter__wrapper__discription__text p {
          margin: 0;
          font-size: 0.8rem; }
      .main__sliderFooter__wrapper__arrow {
        color: #ed8d34;
        margin-right: 2rem; }
        .main__sliderFooter__wrapper__arrow img {
          width: 35px;
          cursor: pointer; }
  .main .cercal1 {
    border: solid 1px #ed8d34;
    width: 380px;
    height: 380px;
    background: transparent;
    position: absolute;
    right: -190px;
    border-radius: 50%;
    z-index: 9999;
    top: 23vh; }
    .main .cercal1 .incercal1 {
      border: solid 1px #ed8d34;
      width: 150px;
      height: 150px;
      background: transparent;
      position: relative;
      right: -29%;
      border-radius: 50%;
      z-index: 9999;
      top: 54%; }
  .main .cercal2 {
    border: solid 1px #ed8d34;
    width: 500px;
    height: 500px;
    background: transparent;
    position: absolute;
    left: -2%;
    border-radius: 50%;
    z-index: 9999;
    top: -290px; }
    .main .cercal2 .incercal2 {
      border: solid 1px #ed8d34;
      width: 200px;
      height: 200px;
      background: transparent;
      position: relative;
      right: -33.5%;
      border-radius: 50%;
      z-index: 9999;
      top: 51%; }
  .main .cercal3 {
    border: solid 1px #ed8d34;
    width: 1000px;
    height: 1000px;
    background: transparent;
    position: absolute;
    right: -226px;
    border-radius: 50%;
    z-index: 9999;
    top: -432px; }
    .main .cercal3 .incercal3 {
      border: solid 1px #ed8d34;
      width: 300px;
      height: 300px;
      background: transparent;
      position: relative;
      right: -41%;
      border-radius: 50%;
      z-index: 9999;
      top: 59%; }

.detailsPage {
  margin-top: 35px;
  min-height: 100vh; }
  @media (min-width: 768px) {
    .detailsPage {
      margin-top: 90px; } }
  .detailsPage__row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
    padding-bottom: 35px; }
    @media (min-width: 768px) {
      .detailsPage__row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
        padding-bottom: 85px; } }
    @media (min-width: 768px) {
      .detailsPage__row__colomn {
        width: 50%; } }
    .detailsPage__row__colomn__img {
      text-align: center; }
      .detailsPage__row__colomn__img img {
        width: 100%;
        max-width: 461px; }

.allContaintPage {
  margin-top: 35px;
  min-height: 100vh; }
  @media (min-width: 768px) {
    .allContaintPage {
      margin-top: 90px; } }
  @media (min-width: 768px) {
    .allContaintPage__section__title {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (min-width: 768px) {
    .allContaintPage__section__title h2 {
      margin-bottom: 0; } }
  .allContaintPage__row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse; }
    @media (min-width: 768px) {
      .allContaintPage__row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row; } }
    @media (min-width: 768px) {
      .allContaintPage__row__colomn {
        width: 100%;
        padding: 1rem; } }
    .allContaintPage__row__colomn h5 {
      margin-bottom: 11px; }
    .allContaintPage__row__colomn ul {
      padding-left: 3rem;
      margin-bottom: 25px; }
      .allContaintPage__row__colomn ul li {
        margin-bottom: 1rem;
        line-height: 1.3rem; }
    .allContaintPage__row__colomn p {
      text-align: justify; }
    .allContaintPage__row__colomn__image {
      text-align: center;
      margin-bottom: 2rem;
      text-align: center;
      margin-bottom: 2rem;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .allContaintPage__row__colomn__image label {
        text-align: center;
        font-size: 0.8rem; }
    .allContaintPage__row__colomn__img {
      text-align: center; }
      .allContaintPage__row__colomn__img img {
        width: 100%;
        max-width: 461px; }

/*# sourceMappingURL=style.css.map */
