/******************
    Variable css
********************/
:root {
  --theme-color: 53, 193, 255;
  --dark-text: 50, 52, 68;
  --content-color: 175, 176, 182;
  --white: 255, 255, 255;
  --black: 0, 0, 0;
}

/************************ 
    Reset css 
***********************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section,
.section-t-space {
  padding-top: calc(20px + 60 * (100vw - 320px) / 1600);
}

.section-b-space {
  padding-bottom: calc(20px + 60 * (100vw - 320px) / 1600);
}

.custom-container {
  padding: 0 calc(20px + 60 * (100vw - 320px) / 1600);
}

.container {
  max-width: 1560px;
}

/************************ 
    Typography css 
***********************/
body {
  position: relative;
  font-family: "Outfit", sans-serif;
  background-blend-mode: screen;
  background: rgba(var(--white), 1);
}

h1 {
  font-weight: 500;
  font-size: calc(25px + 35 * (100vw - 320px) / 1600);
  line-height: calc(35px + 75 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}

h2 {
  font-weight: 600;
  font-size: calc(24px + 16 * (100vw - 320px) / 1600);
  line-height: calc(30px + 10 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  display: inline-block;
}

h3 {
  font-weight: 500;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  line-height: 22px;
  margin-bottom: 0;
}

h4 {
  font-weight: 400;
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}

p {
  font-size: calc(12px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
}

/*********************
    Button css 
**********************/
.btn-solid {
  padding: calc(5px + 8 * (100vw - 320px) / 1600) calc(5px + 27 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 6px;
  font-size: calc(12px + 3 * (100vw - 320px) / 1600);
  background-color: rgba(var(--theme-color), 1);
  color: rgba(var(--white), 1);
  font-weight: 500;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  width: -moz-max-content;
  width: max-content;
}
.btn-solid:hover {
  background-color: rgba(var(--theme-color), 1);
  color: rgba(var(--white), 1);
}
.btn-solid.btn-wide {
  padding: calc(5px + 5 * (100vw - 320px) / 1600) calc(20px + 20 * (100vw - 320px) / 1600);
}
.btn-solid .purchase-btn {
  position: relative;
  display: flex;
  gap: 20px;
}
.btn-solid .purchase-btn .cart {
  position: relative;
  width: 28px;
  height: 28px;
}
.btn-solid .purchase-btn .cart::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -15px;
  border: 1px solid rgba(var(--content-color), 1);
  transform: rotate(90deg);
  width: 35%;
}

/***************************
    Title css 
****************************/
.title {
  margin-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
}
.title h2 {
  font-size: calc(24px + 26 * (100vw - 320px) / 1600);
}
.title h3 {
  margin-bottom: 10px;
  font-size: calc(22px + 18 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: rgba(var(--dark-text), 1);
  line-height: 1.2;
  margin: 0;
}
.title p {
  width: 60%;
  color: rgba(var(--content-color), 1);
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  font-size: calc(13px + 7 * (100vw - 320px) / 1600);
  line-height: 1.5;
  margin-top: 4px;
}
@media (max-width: 991px) {
  .title p {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .title p {
    width: 100%;
  }
}
.title .small-title {
  color: rgba(var(--theme-color), 1);
  line-height: 1;
  font-weight: 500;
  font-size: calc(13px + 5 * (100vw - 320px) / 1600);
  margin-bottom: 4px;
}

/************************
    header section 
 ************************/
header {
  position: absolute;
  width: 100%;
  padding-top: calc(10px + 20 * (100vw - 320px) / 1600);
  z-index: 2;
}

.navbar {
  justify-content: unset;
  align-items: center;
}
.navbar .btn {
  margin-left: auto;
}
.navbar .logo {
  height: calc(30px + 15 * (100vw - 320px) / 1600);
}
.navbar .navbar-toggler {
  padding: 0;
  border: 0;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
  color: rgba(var(--white), 0.3);
  border: 1px solid rgba(var(--white), 0.3);
  border-radius: 6px;
  margin-right: calc(10px + 10 * (100vw - 320px) / 1600);
  background-image: none;
  display: flex;
}
.navbar .navbar-toggler .navbar-toggler-icon i {
  padding: 3px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    background-color: rgba(var(--black), 1);
    color: rgba(var(--white), 1);
    padding: 13px 17px;
    margin-top: 8px;
    border-radius: 8px;
  }
}
.navbar .navbar-nav {
  display: flex;
  justify-content: center;
  gap: calc(10px + 40 * (100vw - 320px) / 1600);
  width: 100%;
}
.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  color: rgba(var(--white), 1);
  font-weight: 300;
  font-size: 20px;
  padding: 0;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: rgba(var(--theme-color), 1);
}
.navbar .navbar-nav .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid rgba(var(--theme-color), 1);
  width: 20px;
  bottom: 0;
  left: 0;
}

/***********************
    home section 
************************/
.home-wrapper {
  background-image: url(../../assets/images/background/home-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100vh + 165px);
}
@media (max-width: 991px) {
  .home-wrapper {
    height: auto;
    padding: calc(75px + 50 * (100vw - 320px) / 1600) 0 calc(50px + 50 * (100vw - 320px) / 1600);
  }
}
.home-wrapper h1 {
  color: rgba(var(--white), 1);
  margin-bottom: calc(10px + 30 * (100vw - 320px) / 1600);
  line-height: 1.2;
  width: 100%;
}
@media (max-width: 992px) {
  .home-wrapper h1 {
    width: 100%;
  }
}
.home-wrapper p {
  color: rgba(var(--content-color), 1);
  width: 80%;
  font-weight: 300;
  font-size: calc(13px + 7 * (100vw - 320px) / 1600);
}
@media (max-width: 1200px) {
  .home-wrapper p {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .home-wrapper p {
    width: 100%;
  }
}
.home-wrapper .home-content {
  display: flex;
  align-items: center;
  height: calc(100vh + 240px - 200px);
}
.home-wrapper .home-content .btn-solid {
  margin-top: 15px;
}
@media (max-width: 992px) {
  .home-wrapper .home-content {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
}
.home-wrapper .home-content .title-sm {
  color: rgba(var(--secondary-color), 1);
}
.home-wrapper .home-content .home-info {
  margin-top: calc(20px + 30 * (100vw - 320px) / 1600);
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media (max-width: 420px) {
  .home-wrapper .home-content .home-info {
    width: 100%;
  }
}
.home-wrapper .home-content .home-info li .factors {
  display: flex;
  gap: calc(8px + 4 * (100vw - 320px) / 1600);
  padding-bottom: calc(15px + 7 * (100vw - 320px) / 1600);
}
.home-wrapper .home-content .home-info li .factors .factors-icon {
  width: 23px;
  height: 23px;
}
@media (max-width: 576px) {
  .home-wrapper .home-content .home-info li .factors .factors-icon {
    width: 20px;
  }
}
.home-wrapper .home-content .home-info li .factors h4 {
  color: rgba(var(--white), 1);
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .home-wrapper .home-content .home-info li .factors h4 {
    font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  }
}
.home-wrapper .home-content .google-play {
  width: calc(150px + 60 * (100vw - 320px) / 1600);
  margin-top: calc(15px + 40 * (100vw - 320px) / 1600);
}
.home-wrapper .home-content .vector {
  position: absolute;
  left: 25%;
  top: 20%;
}
@media (max-width: 992px) {
  .home-wrapper .home-content .vector {
    display: none;
  }
}

.home-img {
  position: relative;
  height: calc(100vh - 74px - 113px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 135px;
}
@media (max-width: 992px) {
  .home-img {
    display: none;
  }
}
.home-img .phone {
  width: 100%;
}
@media (max-width: 992px) {
  .home-img .phone {
    display: none;
  }
}
.home-img .robot1 {
  position: absolute;
  left: -30px;
  bottom: -80px;
}
@media (max-width: 1399px) {
  .home-img .robot1 {
    left: -5px;
    bottom: 25px;
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .home-img .robot1 {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .home-img .robot1 {
    display: none;
  }
}
.home-img .home-vector1 {
  position: absolute;
  top: -90px;
  left: 40%;
  width: calc(85px + 10 * (100vw - 320px) / 1600);
  height: calc(85px + 10 * (100vw - 320px) / 1600);
}
.home-img .home-vector1::after {
  content: "";
  position: absolute;
  width: 80px;
  background-color: rgba(var(--theme-color), 1);
}
@media (max-width: 1750px) {
  .home-img .home-vector1 {
    top: -90px;
  }
}
@media (max-width: 1570px) {
  .home-img .home-vector1 {
    top: -45px;
  }
}
@media (max-width: 1375px) {
  .home-img .home-vector1 {
    top: -20px;
  }
}
@media (max-width: 1250px) {
  .home-img .home-vector1 {
    top: -5px;
  }
}
@media (max-width: 1200px) {
  .home-img .home-vector1 {
    display: none;
  }
}
.home-img .home-vector2 {
  position: absolute;
  top: 15%;
  left: 10%;
  width: calc(85px + 10 * (100vw - 320px) / 1600);
  height: calc(85px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 1450px) {
  .home-img .home-vector2 {
    top: 15%;
  }
}
@media (max-width: 1300px) {
  .home-img .home-vector2 {
    top: 20%;
    left: 10%;
  }
}
@media (max-width: 1200px) {
  .home-img .home-vector2 {
    display: none;
  }
}
.home-img .home-vector3 {
  position: absolute;
  top: 45%;
  right: -15px;
  width: calc(85px + 10 * (100vw - 320px) / 1600);
  height: calc(85px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 1200px) {
  .home-img .home-vector3 {
    display: none;
  }
}

/***************************
    Feature css
****************************/
.features-wrapper {
  background-color: rgb(245, 246, 252);
}
.features-wrapper .card-body {
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(var(--white), 1);
  border: 2px solid transparent;
  transition: all 0.5s ease;
}
.features-wrapper .card-body:hover {
  background: rgba(var(--theme-color), 1);
}
.features-wrapper .card-body:hover .card-logo {
  background: rgba(var(--white), 1);
}
.features-wrapper .card-body:hover h4 {
  color: rgba(var(--white), 1);
}
.features-wrapper .card-body:hover p {
  color: rgba(var(--white), 1);
  border-top: 1px dashed rgba(var(--white), 1);
}
@media (max-width: 576px) {
  .features-wrapper .card-body {
    text-align: center;
  }
}
.features-wrapper .card-body .icon-box {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1199px) {
  .features-wrapper .card-body .icon-box {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .features-wrapper .card-body .icon-box {
    margin-left: auto;
    margin-right: auto;
  }
}
.features-wrapper .card-body .card-logo {
  width: 70px;
  height: 70px;
  padding: calc(10px + 10 * (100vw - 320px) / 1600);
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 100%;
  background: rgba(var(--theme-color), 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .features-wrapper .card-body .card-logo {
    width: 50px;
    height: 50px;
  }
}
.features-wrapper .card-body .card-logo:hover {
  background: rgba(var(--white), 1);
}
.features-wrapper .card-body .card-logo .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}
.features-wrapper .card-body h4 {
  font-size: calc(15px + 4 * (100vw - 320px) / 1600);
  text-align: left;
  color: #222;
  font-weight: 400;
  width: calc(100% - 90px);
}
@media (max-width: 1199px) {
  .features-wrapper .card-body h4 {
    width: calc(100% - 65px);
  }
}

/***************************
   screenshots css
****************************/
.screenshots-section {
  position: relative;
  background: rgba(var(--white), 1);
}
.screenshots-section .design1 {
  position: absolute;
  top: 135px;
  left: 60px;
}
@media (max-width: 992px) {
  .screenshots-section .design1 {
    display: none;
  }
}
.screenshots-section .design2 {
  position: absolute;
  bottom: 100px;
  right: 50px;
}
@media (max-width: 992px) {
  .screenshots-section .design2 {
    display: none;
  }
}
.screenshots-section .robot2 {
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 2;
}
@media (max-width: 1700px) {
  .screenshots-section .robot2 {
    width: 10%;
    right: 0;
  }
}
@media (max-width: 1440px) {
  .screenshots-section .robot2 {
    width: 12%;
    right: 10px;
  }
}
@media (max-width: 1024px) {
  .screenshots-section .robot2 {
    width: 15%;
  }
}
@media (max-width: 768px) {
  .screenshots-section .robot2 {
    display: none;
  }
}
.screenshots-section .screenshots-slider {
  background-color: rgb(245, 246, 252);
  border-radius: 10px;
  padding: 20px;
}
.screenshots-section .screenshots-slider .screenshots-wrapper {
  display: flex;
}
.screenshots-section .screenshots-slider .screenshots-wrapper .screenshots {
  padding: 10px;
}
.screenshots-section .screenshots-slider .screenshots-wrapper .screenshots .screen-img {
  width: 100%;
  border-radius: 8px;
  filter: drop-shadow(6px 8px 20px rgba(var(--black), 0.05));
}

/***************************
   app-features css
****************************/
.app-features-sec {
  position: relative;
  overflow: hidden;
  background-color: rgb(245, 246, 252);
}
.app-features-sec .custom-gap {
  display: flex;
  gap: 50px 0;
}
.app-features-sec .custom-gap .feature-box {
  transition: all 0.3s ease-in-out;
}
.app-features-sec .custom-gap .feature-box h3 {
  text-align: center;
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  margin-left: auto;
  margin-right: auto;
}
.app-features-sec .custom-gap .feature-box h3::before {
  width: 100%;
}
.app-features-sec .custom-gap .feature-box:hover {
  transform: translateY(-10px);
}
.app-features-sec .custom-gap .feature-box .core-feature {
  position: relative;
  width: calc(50px + 50 * (100vw - 320px) / 1600);
  height: calc(50px + 50 * (100vw - 320px) / 1600);
  padding: calc(10px + 10 * (100vw - 320px) / 1600);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--theme-color), 1);
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
  margin-bottom: calc(5px + 10 * (100vw - 320px) / 1600);
}
.app-features-sec .custom-gap .feature-box .core-feature .app-icons {
  -o-object-fit: contain;
  object-fit: contain;
  color: rgba(var(--white), 1);
  padding: calc(5px + 5 * (100vw - 320px) / 1600);
}
.app-features-sec .custom-gap .feature-box h5 {
  font-size: calc(13px + 6 * (100vw - 320px) / 1600);
  font-weight: 500;
  text-align: center;
}

/***************************
   Footer css
****************************/
.footer-wrapper {
  position: relative;
  padding: calc(20px + 40 * (100vw - 320px) / 1600);
  background-image: url(../../assets/images/background/footer-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.footer-wrapper .robot3 {
  position: absolute;
  top: -155px;
  left: 30px;
  z-index: 0;
}
@media (max-width: 1700px) {
  .footer-wrapper .robot3 {
    width: 8%;
    top: -100px;
  }
}
@media (max-width: 1550px) {
  .footer-wrapper .robot3 {
    width: 12%;
    right: 10px;
  }
}
@media (max-width: 1400px) {
  .footer-wrapper .robot3 {
    width: 10%;
    top: -90px;
  }
}
@media (max-width: 1300px) {
  .footer-wrapper .robot3 {
    width: 15%;
  }
}
@media (max-width: 1200px) {
  .footer-wrapper .robot3 {
    width: 8%;
    top: -75px;
  }
}
@media (max-width: 992px) {
  .footer-wrapper .robot3 {
    display: none;
  }
}
.footer-wrapper .footer-content .footer-logo {
  position: absolute;
  width: calc(70px + 40 * (100vw - 320px) / 1600);
  height: calc(70px + 40 * (100vw - 320px) / 1600);
  top: calc(-35px + -15 * (100vw - 320px) / 1600);
  left: 50%;
  padding: calc(18px + 7 * (100vw - 320px) / 1600);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(var(--white), 1);
  transform: translateX(-50%);
  background: #202020;
  border: 2px solid rgba(var(--white), 1);
  box-shadow: 0px 0px 12px rgba(var(--black), 0.05);
}
.footer-wrapper .footer-content h3 {
  color: rgba(var(--white), 1);
  font-size: calc(16px + 19 * (100vw - 320px) / 1600);
  width: 100%;
  line-height: 1.5;
  margin: 0 auto;
  margin-top: 30px;
  /*
  @media (max-width: 767px) {
    width: 50%;
  }

  @media (max-width: 576px) {
    width: 100%;
  }*/
}
.footer-wrapper .footer-content h3 span {
  color: rgba(var(--theme-color), 1);
}

.scroll-to-top {
  z-index: 4;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: calc(40px + 28 * (100vw - 320px) / 1600);
  height: calc(40px + 28 * (100vw - 320px) / 1600);
  border-radius: 100%;
  background: radial-gradient(49.46% 47.5% at 45% 36.67%, #4BDFFF 0%, #35C1FF 100%);
  border: none;
  font-size: calc(20px + 15 * (100vw - 320px) / 1600);
  transition: all 0.5s ease;
  transform: scale(0);
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-to-top .arrow {
  color: rgba(var(--white), 1);
}
/*# sourceMappingURL=style.css.map */
