@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html {
  box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: Lato, sans-serif;
    /*color: #333;*/
    /*background: linear-gradient(180deg, #005981 0%, #77848B 49.91%, #537280 94.19%);*/
    color: #54575A;
    background: linear-gradient(180deg, #FFF 0%, #F3F8F7 49.91%, #FFF9F5 94.19%);
}

.wrapper{
  position: relative;
  width: 1440px;
  height: 1379px;
  /*background: dodgerblue;*/
}

.brand-img{
  position: absolute;
  /*width: 193px;
  height: 47.638px;*/
  width: 200px;
  height: 200px;
  left: 5%;
  top: 0;
  flex-shrink: 0;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

.title{
  position: absolute;
  width: 458px;
  height: 135px;
  left: 15%;
  top: 13%;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 67.5px;
}

.text{
  position: absolute;
  width: 400px;
  height: 96px;
  top: 29%;
  left: 15%;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

.to-website a{
  position: absolute;
  /*width: 300px;
  height: 46.278px;*/
  left: 15.5%;
  top: 42.5%;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  padding: 15px 70px;
  font-size: 18px;
  font-weight: bold;
  transition: 2s all;
}

.to-website a:hover{
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

.download{
  display: flex;
  position: absolute;
  width: 295px;
  height: 46.278px;
  left: 15.5%;
  top: 38.5%;
}

/*.app-store-btn{
  width: 138.443px;
  height: 46.278px;
}*/


.app-store-btn img{
   width: 138.443px;
   height: 46.278px;
}

/*.google-play-btn{
  width: 156.186px;
  height: 46.277px;
  margin-left: 20px;
  flex-shrink: 0;
}
*/
.app-store-btn:hover, .google-play-btn:hover{
  opacity: 0.8 !important;
}

.google-play-btn img{
    width: 156.186px;
    height: 46.277px;
    margin-left: 20px;
}

.main-image-container{
  position: absolute;
  width: 535.717px;
  height: 600px;
  /*top: 229.7303px;*/
  top: 6%;
  left: 70%;
}

.main-image-container img{
  width: 500px;
  height: 600px;
  /*height: 411.152px;
  width: 300px;*/
  /*height: 300px;*/
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

.main-image-container .sub-image{
    display: none;
  }

.profile-image{
  position: absolute;
  /*width: 224px;*/
  height: 444px;
  flex-shrink: 0;
  top: 50%;
  left: 51%;
}

.order-image{
  position: absolute;
  /*width: 224px;*/
  height: 470px;
  flex-shrink: 0;
  top: 62%;
  left: 32%;
}

.home-image{
  position: absolute;
  /*width: 224px;*/
  height: 470px;
  flex-shrink: 0;
  top: 63%;
  left: 68%;
}

.intro-image{
  position: absolute;
  /*width: 224px;*/
  height: 470px;
  flex-shrink: 0;
  top: 50%;
  left: 15%;
}

.cart-image{
  position: absolute;
  /*width: 224px;*/
  height: 222px;
  flex-shrink: 0;
  top: 84%;
  left: 15%;
}

.product-image{
  position: absolute;
  /*width: 224px;*/
  height: 222px;
  flex-shrink: 0;
  top: 84%;
  left: 51%;
}

/*=============================================================================== SCREENS LARGER THAN TABLET FORMAT ================================================================*/
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .wrapper{
    width: 100vw;
    height: 1300px;
  }

  .brand-img{
    left: 2%;
    top: -1%;
  }

  .title{
    width: 400px;
    height: 120px;
    top: 15%;
    font-size: 48px;
    line-height: 50px;
  }

  .text{
    width: 370px;
    top: 28%;
    font-size: 18px;
    line-height: 30px;
  }

  .to-website a{
    top: 41.5%;
  }

  .download{
    top: 37%;
  }

  .main-image-container{
    width: 400;
    height: 450px;
    top: 9%;
    left: 60%;
  }

  .main-image-container img{
    width: 400px;
    height: 450px;
  }

  .profile-image{
    top: 50%;
    left: 47%;
  }

  .order-image{
    top: 59%;
    left: 24%;
  }

  .home-image{
    top: 60%;
    left: 68%;
  }

  .intro-image{
    top: 49%;
    left: 3%;
  }

  .cart-image{
    top: 83%;
    left: 3%;
  }

  .product-image{
    top: 83%;
    left: 47%;
  }

}

/*=============================================================================== TABLET FORMAT ================================================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper{
    width: 100vw;
    height: 1450px;
    /*background: dodgerblue;*/
  }

  .brand-img{
    left: 3%;
    top: -2%;
  }

  .title{
    width: 250px;
    height: 80px;
    left: 34%;
    top: 22%;
    font-size: 30px;
    line-height: 30px;
  }

  .text{
    width: 300px;
    top: 29%;
    left: 34%;
    font-size: 14px;
    line-height: 25px;
  }

  .to-website a{
    left: 34%;
    top: 39.5%;
    padding: 10px 60px;
    font-size: 14px;
  }

  .download{
    width: 240px;
    height: 40px;
    left: 34%;
    top: 36%;
  }

  .app-store-btn img{
     width: 120px;
     height: 40px;
  }

  .google-play-btn img{
      width: 120px;
      height: 40px;
      margin-left: 15px;
  }

  .main-image-container{
    width: 300px;
    height: 250px;
    top: 6%;
    left: 28%;
  }

  .main-image-container img{
    width: 300px;
    height: 250px;
  }

  .profile-image{
    top: 43%;
    left: 34%;
  }

  .order-image{
    top: 50.5%;
    left: 1.5%;
  }

  .home-image{
    top: 70%;
    left: 32%;
  }

  .intro-image{
    top: 50.5%;
    left: 63%;
  }

  .cart-image{
    top: 87%;
    left: 2%;
  }

  .product-image{
    top: 87%;
    left: 63%;
  }

}

/*============================================   MOBILE PHONE RESOLUTION   ====================================================================================================================*/
@media  screen and (max-width: 768px){
  .wrapper{
    width: 100vw;
    max-height: 1450px;
    /*background: dodgerblue;*/
  }

  .brand-img{
    left: 1%;
    top: .5%;
  }

  .title{
    width: 250px;
    /*height: 80px;*/
    left: 20%;
    top: 22%;
    font-size: 30px;
    line-height: 30px;
  }

  .text{
    width: 300px;
    top: 29%;
    left: 20%;
    font-size: 14px;
    line-height: 25px;
  }

  .to-website a{
    left: 20%;
    top: 39.5%;
    padding: 10px 60px;
    font-size: 14px;
  }

  .download{
    width: 240px;
    height: 40px;
    left: 20%;
    top: 36%;
  }

  .app-store-btn img{
     width: 120px;
     height: 40px;
  }

  .google-play-btn img{
      width: 120px;
      height: 40px;
      margin-left: 15px;
  }

  .main-image-container{
    width: 300px;
    height: 250px;
    top: 6%;
    left: 10%;
  }

  .main-image-container img{
    width: 300px;
    height: 250px;
  }

  .profile-image{
    top: 42.5%;
    left: 50%;
    width: 174px;
    height: 394px;
  }

  .order-image{
    top: 50%;
    left: 0;
    width: 174px;
    height: 420px;
  }

  .home-image{
    top: 70%;
    left: 48%;
    width: 174px;
    height: 420px;
  }

  .cart-image{
    top: 87%;
    left: 0;
    width: 174px;
    height: 222px;
  }

  .intro-image{
    display: none;
  }

  .product-image{
    display: none;
  }
}


#preloader{
  background: #fff url(images/loader4.gif) no-repeat center center;
  background-size: 50%;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
}