html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: #F0F2FA;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.main-container {
  flex-shrink: 0;
  height: 28rem;
  background: #202551;

  @media (max-width: 768px) {
    height: 24rem;
  }

}

.main-svg-lines {
  position: absolute;
  width: 100%;
  margin-left: -20px;
  margin-top: 2px;
  opacity: 0.08;
  display: block;

  @media (max-width: 768px) {
    display: none;
  }
}

.main-svg-lines-two {
  display: none;

  @media (max-width: 768px) {
    display: block;
    position: absolute;
    width: 100%;
    margin-left: -20px;
    margin-top: -120px;
  }

}

.navbar-items {
  display: flex;
  margin-top: 50px;
}

.logo-home {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  display: flex;

  @media (max-width: 768px) {
    margin-left: 20px;
  }

}

.logo-name h2 {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.669px;
  margin-left: 10px;

  @media (max-width: 768px) {
    font-size: 30px;
    margin-left: 10px;
  }

}

.navbar-toggler {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.17);
  height: 40px;
  width: 40px;

  @media (max-width: 768px) {}

}

.navbar-toggler-icon {
  margin-left: -8px;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

}


.navbar-nav {
  margin-left: 70px;

  @media (max-width: 768px) {
    position: absolute;
    margin-left: -14px;
    width: 100%;
    height: 12rem;
    z-index: 1;
    background-color: #202551;
    margin-top: 30px;

  }

}

.nav-item a {
  color: #39FFFF !important;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
  margin-left: -5px;

  @media (max-width: 768px) {
    margin: auto;
    letter-spacing: 0;
    margin-top: -15px;
  }


}

.nav-link-disc {
  margin-top: 14px;
  position: relative;
  display: block;

  @media (max-width: 768px) {
    display: none;
  }

}

.social-icons {
  display: flex;
  list-style: none;
  margin-left: 480px;
  position: absolute;

  @media (max-width: 768px) {
    margin: auto;
    margin-top: 85px;
  }
}

.language-items {
  display: flex;
  margin-top: -45px;
  list-style: none;
  margin-left: -30px;

  @media (max-width: 768px) {
    margin: auto;
    margin-left: -14px;
  }


}

.language-items a {
  color: #FFF !important;
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 1;

  @media (max-width: 768px) {
    margin: auto;
    margin-left: 10px;
  }

}

.language-items svg {
  color: #FFF !important;
  width: 8px;
  height: 10px;
  flex-shrink: 0;
  margin-top: 5px;

  @media (max-width: 768px) {
    margin: auto;
    margin-left: 10px;
    margin-top: 5px;
  }
}

.nav-item img {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.nav-item svg {
  width: 30px;
  height: auto;
  display: block;
  position: absolute;
  margin-left: -9px;
  margin-top: -1px;
}

.home-section {
  margin-top: 6%;
}

.works-name h1 {
  color: #FFF;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  margin-top: -20px;
  margin-left: -150px;
  position: relative;
  z-index: 1;

  @media (max-width: 768px) {
    margin: auto;
    margin-top: 20px;
    font-size: 35px;
    text-align: center;
    z-index: 0;
  }

}

.works-name p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  margin-left: -150px;
  position: relative;
  z-index: 1;
  z-index: 0;

  @media (max-width: 768px) {
    margin: auto;
    margin-top: 25px;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    font-weight: 100;
  }
}

.image-3 {
  background: cover no-repeat;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  margin-top: -120px;

  @media (max-width: 768px) {
    margin-top: -120px;
    width: 100%;
    display: none;
  }

}

.image-4 {
  display: none;

  @media (max-width: 768px) {
    display: block;
    margin-top: -120px;
    width: 100%;
  }

}


/* section-one */
.connected-description h2 {
  color: #252525;
  font-size: 30px;
  font-style: normal;
  font-weight: 790;
  line-height: normal;
  width: 80%;
  margin-top: -60px;
  margin-left: 60px;

  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
    margin-top: -140px;
    font-size: 35px;
  }

}

.connected-description p {
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 145.475%;
  margin-left: 60px;
  width: 70%;
  margin-top: 20px;

  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
    margin-top: 25px;
    font-size: 22px;
    width: 80%;
    font-weight: 700;
  }

}

.connected-description span {
  color: #252525;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.475%;
  width: 70%;
  margin-left: 60px;
  position: absolute;

  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    width: 70%;
    margin-left: 50px;
    margin-top: 20px;
  }

}

.network-profile-images img {
  width: 70%;
  height: auto;
  margin-left: 60px;
  margin-top: -100px;

  @media (max-width: 768px) {
    margin: auto;
    margin-top: 400px;
    width: 100%;
  }
}

.connected-people-dots {
  margin-top: -300px;

  @media (max-width: 768px) {
    display: none;
  }
}

/* Section-Two */
.seamless-data h3 {
  color: #252525;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-left: 60px;
  width: 64%;

  @media (max-width: 768px) {
    margin: auto;
    font-size: 40px;
    width: auto;
    text-align: center;
  }

}

.seamless-img img {
  width: auto;
  height: 484px;
  margin-top: 50px;

  @media (max-width: 768px) {
    margin: auto;
    width: 100%;
    margin-top: 50px;
  }

}

.seamless-steps {
  margin-top: 80px;
  padding-left: 100px;

  @media (max-width: 768px) {
    margin-top: 80px;
  }
}

.seamless-svg-one {
  display: block;
  margin-left: -90px;

  @media (max-width: 768px) {
    display: none;
  }
}

.seamless-svg-two {
  display: block;
  margin-left: -55px;
  margin-top: -15px;

  @media (max-width: 768px) {
    display: none;
  }
}

.seamless-step-one {
  width: 480px;
  height: 190px;
  margin-left: -120px;
  margin-top: 30px;
  flex-shrink: 0;
  border-radius: 26px;
  border: 1px solid #D8D8D8;
  background: #F0F2FA;
  box-shadow: 0px 4px 30.4px 0px rgba(0, 0, 0, 0.06);

  @media (max-width: 768px) {
    position: relative;
    margin: auto;
    width: auto;
    height: 18rem;
    margin-top: 60px;
    margin-left: -90px;
  }

}

.seamless-step-one svg {
  position: absolute;
  margin-left: -50px;
  margin-top: 30px;
  border-radius: 25px;

  @media (max-width: 768px) {
    margin: auto;
    width: auto;
    margin-left: 110px;
    margin-top: -70px;
  }


}

.seamless-step-one span {
  color: #F0F2FA;
  font-size: 70px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  position: absolute;
  margin-left: -15px;
  margin-top: 40px;

  @media (max-width: 768px) {
    margin: auto;
    margin-left: 150px;
    margin-top: -60px;
  }
}

.seamless-step-one h3 {
  color: #252525;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 35px;
  width: 300px;
  margin-left: 100px;

  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
    margin-top: 80px;
  }


}

.seamless-step-one h5 {
  color: #252525;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 145.475%;
  width: 300px;
  margin-top: -5px;
  margin-left: 100px;

  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
    font-size: 14px;
    width: 70%;
  }

}

.seamless-step-one p {
  color: #252525;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.475%;
  width: 300px;
  margin-left: 100px;

  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
    width: 70%;
  }
}

.seamless-step-two {
  width: 480px;
  height: 190px;
  margin-left: -120px;
  margin-top: 30px;
  flex-shrink: 0;
  border-radius: 26px;
  border: 1px solid #D8D8D8;
  background: #F0F2FA;
  box-shadow: 0px 4px 30.4px 0px rgba(0, 0, 0, 0.06);


  @media (max-width: 768px) {
    position: relative;
    margin: auto;
    width: auto;
    height: 18rem;
    margin-top: 120px;
    margin-left: -90px;
  }
}

.seamless-step-two svg {
  position: absolute;
  margin-left: -50px;
  margin-top: 30px;
  border-radius: 25px;

  @media (max-width: 768px) {
    margin: auto;
    width: auto;
    margin-left: 110px;
    margin-top: -70px;
  }
}

.seamless-step-two span {
  color: #F0F2FA;
  font-size: 70px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  position: absolute;
  margin-left: -15px;
  margin-top: 40px;

  @media (max-width: 768px) {
    margin: auto;
    margin-left: 150px;
    margin-top: -60px;
  }
}

.seamless-step-two h3 {
  color: #252525;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 145.475%;
  width: 300px;
  margin-top: 35px;
  margin-left: 100px;

  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
    margin-top: 80px;
  }
}

.seamless-step-two h5 {
  color: #252525;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 145.475%;
  width: 280px;
  margin-top: -5px;
  margin-left: 100px;

  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
    font-size: 14px;
    width: 70%;
  }
}

.seamless-step-two p {
  color: #252525;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.475%;
  width: 300px;
  margin-left: 100px;

  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
    width: 70%;
  }
}

.seamless-step-three {
  width: 480px;
  height: 190px;
  margin-left: -120px;
  margin-top: 30px;
  flex-shrink: 0;
  border-radius: 26px;
  border: 1px solid #D8D8D8;
  background: #F0F2FA;
  box-shadow: 0px 4px 30.4px 0px rgba(0, 0, 0, 0.06);


  @media (max-width: 768px) {
    position: relative;
    margin: auto;
    width: auto;
    height: 18rem;
    margin-top: 120px;
    margin-left: -90px;
  }
}

.seamless-step-three svg {
  position: absolute;
  margin-left: -50px;
  margin-top: 30px;
  border-radius: 25px;

  @media (max-width: 768px) {
    margin: auto;
    width: auto;
    margin-left: 110px;
    margin-top: -70px;
  }
}

.seamless-step-three span {
  color: #F0F2FA;
  font-size: 70px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  position: absolute;
  margin-left: -15px;
  margin-top: 40px;

  @media (max-width: 768px) {
    margin: auto;
    margin-left: 150px;
    margin-top: -60px;
  }
}

.seamless-step-three h3 {
  color: #252525;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 145.475%;
  margin-top: 50px;
  width: 300px;
  margin-top: 35px;
  margin-left: 100px;

  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
    margin-top: 80px;
  }
}

.seamless-step-three h5 {
  color: #252525;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 145.475%;
  width: 200px;
  margin-top: -5px;
  margin-left: 100px;


  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
    font-size: 14px;
    width: 70%;
  }
}

.seamless-step-three p {
  color: #252525;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.475%;
  width: 298px;
  margin-left: 100px;

  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
    margin-top: 14px;
    font-size: 14px;
    width: 70%;
  }
}

/* Section three */
.device-content h1 {
  color: #252525;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top: 50px;

  @media (max-width: 768px) {
    margin: auto;
    text-align: center;
    margin-top: 40px;
    font-size: 30px;
    width: 80%;
  }

}

.device-content p {
  color: #252525;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.475%;
  margin: auto;
  margin-top: 15px;
  width: 61%;

  @media (max-width: 768px) {
    font-size: 16px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    width: 58%;
  }
}

.device-map {
  margin-left: 70px;

  @media (max-width: 768px) {
    margin: auto;
    margin-left: 10px;
  }
}

.device-cards {
  width: 300px;
  height: 250px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #D8D8D8;
  background: #F0F2FA;
  box-shadow: 0px 4px 30.4px 0px rgba(0, 0, 0, 0.06);
  margin-top: 80px;
  margin-left: 15px;

  @media (max-width: 768px) {
    margin: auto;
    margin-top: 40px;

  }

}

.device-cards img {
  width: 50px;
  height: 50px;
  margin-left: 120px;
  margin-top: 30px;


  @media (max-width: 768px) {
    margin-left: 110px;
  }

}

.device-cards h3 {
  color: #252525;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 145.475%;
  text-align: center;
  margin-top: 10px;
}

.device-cards p {
  color: #252525;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.475%;
  text-align: center;
  margin-top: 10px;
  width: 80%;
}

/* footer */

.footer-curve {
  width: 100%;
  margin-top: 30px;
  position: absolute;
}

.footer-box {
  background: url(/front/assets/images/bg-img.png) lightgray 50% / cover no-repeat;
  height: 24.6rem;

  @media (max-width: 768px) {
    height: 44.5rem;
    width: auto;

  }


}

.logo-box {
  width: auto;
  margin-left: 220px;
  margin-top: 180px;
  position: absolute;

  @media (max-width: 768px) {
    margin: auto;
    margin-left: 100px;
    margin-top: 60px;
  }


}

.logo-footer {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  position: absolute;

  @media (max-width: 768px) {
    margin: auto;
    width: 70px;
    height: 70px;
    margin-left: -55px;
  }

}

.logo-heading h2 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.669px;
  margin-left: 55px;

  @media (max-width: 768px) {
    margin: auto;
    /* text-align: center; */
    font-size: 40px;
    margin-left: 20px;
    letter-spacing: 6px;
  }

}

.logo-heading p {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 32%;


  @media (max-width: 768px) {
    font-size: 16px;
    width: 120%;
    text-align: center;
    margin-left: -75px;
    margin-top: 30px;
    font-weight: 100;
  }

}

.logo-heading span {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  @media (max-width: 768px) {
    margin: auto;
    font-size: 16px;
    text-align: center;
  }

}

.logo-heading svg {
  @media (max-width: 768px) {
    width: auto;
    margin-top: 50px;
    display: inline;
    margin-left: -60px;
    position: relative;
  }
}

.footer-medium h4 {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 530px;
  margin-top: 190px;
  position: absolute;

  @media (max-width: 768px) {
    display: none;
  }

}

.footer-content {
  width: 100%;
  margin-left: 500px;
  margin-top: 210px;

  @media (max-width: 768px) {
    display: none;
  }

}

.footer-content a {
  color: #FFF !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  position: relative;
  z-index: 1;

  @media (max-width: 768px) {
    display: none;
  }

}

.list-anchor {
  color: #A8A9AD;
  display: block;

  @media (max-width: 768px) {}
}

.footer-content-two {
  width: 100%;
  margin-left: 450px;
  margin-top: 210px;

  @media (max-width: 768px) {
    margin: auto;
    margin-top: 120px;
  }
}

.footer-content-two a {
  color: #FFF !important;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  position: relative;
  z-index: 1;

  @media (max-width: 768px) {
    text-align: center;
    margin: auto;
    font-size: 14px;
    font-weight: 100;
  }
}

.footer-icons h4 {
  color: #FFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  width: 50%;
  margin-left: 500px;
  margin-top: 190px;

  @media (max-width: 768px) {
    display: none;
  }

}

.ios-icon {
  width: 130px;
  height: 32px;
  flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 5px;
  background: rgba(217, 217, 217, 0.11);
  margin: auto;
  margin-left: 510px;

  @media (max-width: 768px) {
    display: none;
  }


}

.ios-icon svg {
  position: absolute;
  margin-top: 6px;
  margin-left: 15px;


  @media (max-width: 768px) {
    display: none;
  }


}

.ios-icon h4 {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 38px;
  margin-top: 8px;
  text-transform: capitalize;


  @media (max-width: 768px) {
    display: none;
  }


}

.google-icon {
  width: 130px;
  height: 32px;
  flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 5px;
  background: rgba(217, 217, 217, 0.11);
  margin-left: 510px;
  position: absolute;
  margin-top: 36px !important;


  @media (max-width: 768px) {
    display: none;
  }


}

.google-icon svg {
  position: absolute;
  margin-top: 6px;
  margin-left: 15px;


  @media (max-width: 768px) {
    display: none;
  }


}

.google-icon h4 {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 38px;
  margin-top: 8px;
  text-transform: capitalize;
  width: auto;

  @media (max-width: 768px) {
    display: none;
  }


}

.footer-payments {
  width: 50%;
  margin-top: 40px;
  margin-left: 500px;

  @media (max-width: 768px) {
    width: 100%;
    margin: auto;
    margin-left: 45px;
    margin-top: 20px;
  }
}

.footer-payments svg {

  @media (max-width: 768px) {
    margin: auto;
    height: 40px !important;
    width: auto;
  }


}

.footer-last {
  width: 100%;
  height: 2rem;
  background: rgba(0, 0, 0, 0.15);
  margin-top: 15px;


  @media (max-width: 768px) {
    width: 100%;
    margin: auto;
    height: 10rem;
  }


}

.footer-icons-last {
  display: flex;
  list-style: none;
  margin-left: 195px;
  position: absolute;
  width: 20%;


  @media (max-width: 768px) {
    margin: auto;
    margin-left: 110px;
    margin-top: 60px;
    /* width: 50%; */
  }
}

.footer-icons-last img {
  width: 10px;
  height: 10px;

}

.footer-icons-last svg {
  width: 25px;
  height: 25px;
  margin-left: -8px;
  margin-top: 1px;
}

.footer-last p {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.3;
  margin-left: 325px;
  margin-top: 10px;


  @media (max-width: 768px) {
    margin: auto;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
  }


}

.footer-last span {
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.3;
  margin-left: 950px;
  margin-top: -28px;
  position: absolute;


  @media (max-width: 768px) {
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 60px !important;
    font-size: 14px;
    text-align: center;
    display: block;
  }


}

