html {
  font-size: 16px;
}

@media (min-width: 320px) {
  html {
    font-size: calc(
 16px + 2 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-size: 16px;
}

@media (min-width: 320px) {
  h6,
  .h6 {
    font-size: calc(
 16px + 8 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h6,
  .h6 {
    font-size: 24px;
  }
}

h5,
.h5 {
  font-size: 18px;
}

@media (min-width: 320px) {
  h5,
  .h5 {
    font-size: calc(
 18px + 10 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: 20px;
}

@media (min-width: 320px) {
  h4,
  .h4 {
    font-size: calc(
 20px + 12 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 32px;
  }
}

h4,
.h4 {
  font-size: 22px;
}

@media (min-width: 320px) {
  h4,
  .h4 {
    font-size: calc(
 22px + 14 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 36px;
  }
}

h3,
.h3 {
  font-size: 24px;
}

@media (min-width: 320px) {
  h3,
  .h3 {
    font-size: calc(
 24px + 16 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-size: 26px;
}

@media (min-width: 320px) {
  h2,
  .h2 {
    font-size: calc(
 26px + 18 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 44px;
  }
}

h1,
.h1 {
  font-size: 28px;
}

@media (min-width: 320px) {
  h1,
  .h1 {
    font-size: calc(
 28px + 20 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}

body {
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  border-top: 2px solid #0082fa;
  background: #e2f1ff url(../../img/background.jpg) no-repeat top center;
  background-size: contain;
}

.btn {
  padding: 12px 24px 13.5px 24px;
  border-radius: 56px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.btn {
  font-size: 14px;
}

@media (min-width: 320px) {
  .btn {
    font-size: calc(
 14px + 2 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  .btn {
    font-size: 16px;
  }
}

.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-primary {
  background: #0082fa;
  border: none;
}

.btn.btn-primary:hover {
  background: #0070cc;
}

.btn.btn-primary:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
  background: #00407a;
}

.no-br {
  white-space: nowrap;
}

header {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 720px) {
  header {
    position: relative;
    top: 24px;
    text-align: center;
  }
}

header a {
  text-decoration: none;
}

header a svg {
  width: 160px;
}

header svg.dell path {
  fill: #007db8;
}

main {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

.app__start {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 560px;
}

@media (max-width: 991px) {
  .app__start {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
  }
}

.app__start--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 300;
  position: relative;
  z-index: 6;
}

.app__start--title {
  font-size: 24px;
}

@media (min-width: 320px) {
  .app__start--title {
    font-size: calc(
 24px + 8 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  .app__start--title {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  .app__start--title {
    font-size: 20px;
  }
}

@media (max-width: 1200px) and (min-width: 320px) {
  .app__start--title {
    font-size: calc(
 20px + 8 * (100vw - 320px) / 704);
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
  .app__start--title {
    font-size: 28px;
  }
}

.app__start--subtitle {
  padding-bottom: 8px;
}

.app__start--subtitle {
  font-size: 16px;
}

@media (min-width: 320px) {
  .app__start--subtitle {
    font-size: calc(
 16px + 4 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  .app__start--subtitle {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .app__start--subtitle {
    font-size: 14px;
  }
}

@media (max-width: 1200px) and (min-width: 320px) {
  .app__start--subtitle {
    font-size: calc(
 14px + 4 * (100vw - 320px) / 704);
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
  .app__start--subtitle {
    font-size: 18px;
  }
}

.app__start--info {
  font-weight: 500;
  padding-bottom: 8px;
}

.app__start--info {
  font-size: 30px;
}

@media (min-width: 320px) {
  .app__start--info {
    font-size: calc(
 30px + 10 * (100vw - 320px) / 704);
  }
}

@media (min-width: 1024px) {
  .app__start--info {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  .app__start--info {
    font-size: 24px;
  }
}

@media (max-width: 1200px) and (min-width: 320px) {
  .app__start--info {
    font-size: calc(
 24px + 8 * (100vw - 320px) / 704);
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
  .app__start--info {
    font-size: 32px;
  }
}

.app__start--scene {
  position: relative;
  width: 100%;
  padding-top: 90%;
  z-index: 1;
}

@media (min-width: 728px) and (max-width: 991px) {
  .app__start--scene {
    margin-top: 80px;
    margin-bottom: 192px;
  }
}

@media (max-width: 728px) {
  .app__start--scene {
    margin-bottom: 24px;
  }
}

.app__start--scene .app__start--notebook {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.app__start--scene .app__start--notebook img {
  width: 100%;
}

.app__start--scene .app__start--shapes {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.app__start--scene .app__start--shapes img {
  width: 100%;
}

.app__start--background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.app__start--phone {
  position: absolute;
  top: -64px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 175%;
  height: 175%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 480px) {
  .app__start--phone {
    width: 190%;
    height: 190%;
  }
}

.app__start--cloud01 {
  position: absolute;
  top: 30%;
  left: -80px;
  width: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 520px) {
  .app__start--cloud01 {
    width: 55px;
  }
}

.app__start--cloud02 {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 105px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 520px) {
  .app__start--cloud02 {
    width: 55px;
  }
}

.app__start--cloud03 {
  position: absolute;
  top: 20%;
  left: 87%;
  width: 105px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 520px) {
  .app__start--cloud03 {
    width: 55px;
  }
}

.app__start--couple {
  position: absolute;
  top: 0;
  left: -45%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120%;
  height: 120%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 728px) {
  .app__start--couple {
    left: -45%;
  }
}

.app__start--man {
  position: absolute;
  left: 40%;
  top: 40%;
  width: 87%;
  height: 87%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.app__steps {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media (min-width: 1400px) {
  .app__steps {
    margin-top: 128px;
  }
}

.app__steps--icon {
  width: 88px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .app__steps--icon {
    width: 68px;
    height: 60px;
  }
}

@media (max-width: 540px) {
  .app__steps--icon {
    width: 48px;
    height: 40px;
  }
}

.app__steps--background {
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
  padding: 56px;
  border-radius: 24px;
}

@media (max-width: 420px) {
  .app__steps--background {
    padding: 40px;
  }
}

.app__video--holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding-top: 65%;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}

.app__video--holder a {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
}

.app__video--holder a .thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125%;
  height: 125%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: .4;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 4;
  -o-object-fit: cover;
     object-fit: cover;
}

.app__video--holder a .play {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 35px);
  -webkit-transform: translate(-50, -50%);
          transform: translate(-50, -50%);
  z-index: 5;
  width: 50px;
  height: 50px;
}

.app__video--holder a:hover .thumb {
  width: 130%;
  height: 130%;
  opacity: .6;
}

.app__features {
  padding: 64px 0;
  background: #cce6ff;
  border-radius: 48px;
  margin: 128px 50px 64px;
}

@media (max-width: 768px) {
  .app__features {
    padding: 64px 0 48px;
  }
}

.app__features--subtitle {
  color: #0082fa;
}

.app__features--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  margin-right: 24px;
}

.app__features--keyfact {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.app__features--keyfact p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.app__features--layers {
  width: 100%;
  position: relative;
  padding-top: 100%;
  margin-top: 64px;
}

.app__features--layers .xps__layer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.app__features--layers .xps__layer img {
  width: 100%;
}

.app__products {
  margin: 80px 0;
}

.app__products .category__listing {
  padding: 0 0 0;
  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;
}

@media (max-width: 768px) {
  .app__products .category__listing {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.app__products .category__listing .single-product {
  position: relative;
  width: calc(33.3% - 24px);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

@media (min-width: 1200px) and (max-width: 1360px) {
  .app__products .category__listing .single-product {
    padding: 0 15px 15px;
  }
}

@media (max-width: 768px) {
  .app__products .category__listing .single-product {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }
}

@media (max-width: 768px) {
  .app__products .category__listing .single-product:nth-child(3) {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .app__products .category__listing .single-product {
    width: 100%;
  }
}

.app__products .category__listing .single-product a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  text-decoration: none;
}

@media (max-width: 560px) {
  .app__products .category__listing .single-product a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.app__products .category__listing .single-product a .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.app__products .category__listing .single-product a .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.app__products .category__listing .single-product a .place {
  color: #8c8c8c;
  font-weight: 500;
  font-size: 0.8rem;
}

.app__products .category__listing .single-product a h5 {
  color: #000;
  font-size: 1rem;
}

.app__products .category__listing .single-product a:hover {
  text-decoration: none;
}

.app__products .category__listing .single-product a:hover .details {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.app__products .category__listing .single-product a:hover .btn.btn-price {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.app__products .category__listing .single-product a .details {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 88px 0 48px;
  background: #fff;
  border-radius: 24px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 18px 50px -10px;
  margin-top: -128px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.app__products .category__listing .single-product a .details h5 {
  font-size: 1rem;
  line-height: 1.5;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.app__products .category__listing .single-product a .details .rating {
  font-size: 0.8rem;
  color: gray;
}

.app__products .category__listing .single-product a .details .rating.stars {
  color: #fbb35a;
}

.app__products .category__listing .single-product a .details .rating.stars.empty {
  color: #e6e6e6;
}

.app__products .category__listing .single-product a .details .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.app__products .category__listing .single-product a .details .summary .price {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}

.app__products .category__listing .single-product .btn.btn-price {
  background: #0082fa;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 256px;
}

.app__products .category__listing .single-product .btn.btn-price svg {
  width: 22px;
  height: 22px;
}

.app__products .category__listing .single-product .btn.btn-price svg path {
  fill: #0082fa;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.app__products .category__listing .single-product .btn.btn-price:hover {
  background: #0075e1;
}

.app__products .category__listing .single-product .btn.btn-price:hover svg path {
  fill: #fff;
}

.modal-video {
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.modal-video .modal-video-movie-wrap {
  border-radius: 24px;
  overflow: hidden;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 24px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

@media (max-width: 1024px) {
  .owl-carousel .owl-nav {
    top: 24px;
  }
}

.owl-carousel .owl-nav button {
  background: #fff !important;
  width: 48px;
  height: 48px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.5) 0px 18px 50px -10px;
  border-radius: 80px;
  font-size: 12px !important;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 0;
}

.owl-carousel .owl-nav button:hover {
  background: #0082fa !important;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -24px;
  top: 0;
}

@media (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 24px;
  }
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -24px;
  top: 0;
}

@media (max-width: 768px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 24px;
  }
}

.owl-carousel .owl-dots {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.owl-carousel .owl-dots .owl-dot {
  background: #dbdbdb;
  width: 12px;
  height: 12px;
  border-radius: 64px;
  margin: 0 4px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.owl-carousel .owl-dots .owl-dot:hover {
  background: #bfbfbf;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #0082fa;
}

.owl-carousel .owl-dots .owl-dot.active:hover {
  background: #0067c7;
}

@media (max-width: 480px) {
  [data-aos-delay] {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}



@media (max-width: 992px) {
  .product_img img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  }

.check_all {

  margin-top: 40px;
}

.plaster_more img {
  width: 100%;
  height: auto;
}

.laptop_back img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=style.css.map */





