* {
  margin: 0;
  padding: 0;
  user-select: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
#nav {
  z-index: 1;
  display: flex;
  height: 80px;
  width: 100%;
  position: fixed;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 1px 2px 0px;
}
#nav_options {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
#opt > p:hover,
#opt > button:hover {
  color: rgb(27, 97, 201);
  transition: 0.6s ease;
  cursor: pointer;
}
#opt > button {
  border: none;
  background-color: white;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  color: rgb(24, 29, 38);
}

#opt {
  width: 40%;
  display: flex;
  justify-content: space-around;
  margin-left: 30px;
  font-size: 17px;
  font-weight: 600;
  color: rgb(27, 27, 27);
  align-items: center;
  position: relative;
  background-color: white;
}

.DD-content {
  display: none;
  position: absolute;
  max-width: 100%;
  max-height: 1vh;
  margin-top: 88px;
  margin-left: -475px;
  background-color: white;
}
.DD-content > .alag {
  height: 40px;
  width: 100%;
}
.DD-content > div {
  background-color: white;
  padding-top: 20px;
  height: 60px;
  width: 100%;
  padding-left: 80px;
  overflow: auto;
}
.DD-content > .bhtalag {
  height: 150px;
  background-color: #f0f6ff;
}
.DD-content > .bhtalag > h2 {
  font-size: 20px;
  margin-top: -10px;
  margin-bottom: 20px;
  line-height: 26px;
  letter-spacing: 0.2px;
}
.DD-content > .bhtalag > h3 {
  font-size: 16px;
  line-height: 20.8px;
  margin-top: 10px;
  letter-spacing: 0.16px;
  color: 1b61c9;
}
.DD-content > div:hover {
  cursor: pointer;
  background-color: rgb(234, 234, 234);
  transition: 0.6s ease;
}
.DD-content > div > h2 {
  font-size: 18px;
  line-height: 23.4px;
  letter-spacing: 0.18px;
  font-weight: 500;
  color: rgb(24, 29, 38);
}
.DD-content > div > p {
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0.16px;
  font-weight: 400;
  color: rgba(2, 13, 32, 0.43);
}
.fa-solid {
  font-size: 12px;
  color: #919191;
}
#nav > img {
  width: 10%;
  height: 35px;
  margin-left: 2%;
  margin-top: 18px;
}
#login {
  width: 30%;
  margin-right: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#login > a {
  border: 1px solid;
  padding: 7px 10px;
  border-radius: 8px;
  background-color: #0768f8;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.16px;
  color: white;
  font-weight: 600;
  transition: 1s ease;
}
#login > a:hover {
  background-color: #0953c3;
}
#login > p {
  border: 2px solid #949494;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 17px;
}
#login > p:hover {
  cursor: pointer;
  background-color: #f2e8e8;
  transition: 0.6s ease;
}
#login > span > a {
  font-size: 17px;
  font-weight: 600;
  color: #181d26;
  text-decoration: none;
}
#login > span > a:hover {
  color: #0768f8;
  transition: 0.6s ease;
}
.topSSB {
  position: relative;
}
.topSSB > img {
  width: 100%;
  height: 550px;
}
.SSBtext {
  position: absolute;
  display: inline-block;
  width: 36%;
  margin-top: 150px;
  margin-left: 50px;
  color: rgb(51, 51, 51);
}
.SSBtext a {
  color: rgb(51, 51, 51);
}
.SSBtext > h1 {
  line-height: 70.4px;
  font-size: 64px;
  font-weight: 500;
}
.SSBtext > button {
  padding: 7px 10px;
  background-color: #0768f8;
  color: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.16px;
  border-radius: 8px;
  border: none;
  margin-top: 40px;
}
.SSBtext > button:hover {
  cursor: pointer;
  transition: 0.6s ease;
  background-color: #0953c3;
}
.SSBtext > p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0.1;
}

#brandslogo {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
}
#topbottom {
  width: 93%;
  height: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  margin-top: 120px;
}
#tt {
  width: 150%;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: rgb(51, 51, 51);
}
#ig {
  position: relative;
  display: inline-block;
  z-index: -1;
}
#ig:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(49%, rgba(255, 255, 255, 0)),
    color-stop(0%, rgba(255, 255, 255, 1))
  );
}
#ig > img {
  width: 100%;
  border-radius: 5px;
}
#BTT {
  margin: auto;
  width: 93%;
  height: 300px;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#BTT > h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  padding-top: 30px;
}
#BTT > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 90%;
  margin: auto;
}
#BTT > div > div {
  height: auto;
}
.fa-user {
  font-size: 20px;
  padding: 6px 9px;
  border-radius: 4px;
  color: rgb(194, 33, 76);
  background-color: rgba(194, 33, 76, 0.175);
}
.fa-users {
  font-size: 20px;
  padding: 5px 7px;
  border-radius: 4px;
  color: rgb(186, 132, 32);
  background-color: rgba(186, 132, 32, 0.175);
}
.fa-building {
  font-size: 22px;
  padding: 6px 9px;
  border-radius: 4px;
  color: rgb(0, 118, 168);
  background-color: rgba(0, 118, 168, 0.175);
}
#BTT > div > div:nth-child(1) > h3 {
  color: rgb(194, 33, 76);
}
#BTT > div > div:nth-child(2) > h3 {
  color: rgb(186, 132, 32);
}
#BTT > div > div:nth-child(3) > h3 {
  color: rgb(0, 118, 168);
}
.bttdiv > .pbtt {
  margin-top: 10px;
  line-height: 21.6px;
  letter-spacing: 0.16px;
  font-weight: 400;
  color: rgb(51, 51, 51);
}
.bttdiv > .p2btt {
  line-height: 21.6px;
  letter-spacing: 0.16px;
  font-weight: 500;
  color: rgb(27, 97, 201, 0.85);
}
.fa-arrow-right-long {
  color: rgb(27, 97, 201, 0.85);
  font-size: 16px;
}
#BTT > div > div:nth-child(1) > p:nth-child(3) {
  margin-top: 30px;
}
#BTT > div > div:nth-child(2) > p:nth-child(3) {
  margin-top: 53px;
}
#BTT > div > div:nth-child(3) > p:nth-child(3) {
  margin-top: 50px;
}
#mid {
  display: flex;
  width: 90%;
  height: 200px;
  margin: auto;
  margin-top: 100px;
}
#mid > div {
  margin: auto;
  width: 35%;
}
#mid > div:nth-child(1) > h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: rgb(24, 29, 38);
}
#mid > div:nth-child(2) > p {
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0.18px;
  font-weight: 400;
  color: rgb(83, 89, 101);
}
#mid > div:nth-child(2) > button {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.1px;
  font-weight: 500;
  color: rgb(24, 29, 38);
  padding: 8px;
  border-radius: 10px;
  border: 2px solid rgba(83, 89, 101, 0.732);
  margin-top: 30px;
  background-color: white;
}
#midvideo {
  width: 99%;
  display: flex;
  margin: auto;
}
#midvideo > div {
  width: 60%;
  margin: auto;
}
#midvideo > div:nth-child(1) {
  padding-left: 100px;
}
.fa-file-csv {
  color: rgb(194, 33, 76);
  font-size: 26px;
  padding: 5px 7px;
  background-color: rgb(198, 33, 76, 0.175);
  border-radius: 4px;
}
.fa-diagram-project {
  color: rgb(186, 132, 32);
  font-size: 18px;
  padding: 7px 6.6px;
  background-color: rgb(186, 132, 32, 0.175);
  border-radius: 4px;
}
.fa-user-group {
  color: rgb(0, 118, 168);
  font-size: 18px;
  padding: 7px 5.8px;
  background-color: rgb(0, 118, 168, 0.175);
  border-radius: 4px;
}
#midvideo > div > h2:nth-child(2) {
  margin-top: 50px;
  margin-bottom: 50px;
}
#midvideotext {
  display: flex;
  height: 200px;
  width: 90%;
  margin: auto;
  margin-top: 100px;
}
#midvideotext > div {
  width: 35%;
  margin: auto;
}
#midvideotext > div > h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: rgb(24, 29, 38);
}
#midvideotext > div > p {
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0.18px;
  font-weight: 400;
  color: rgb(83, 89, 101);
}
#midvideotext > div > button {
  margin-top: 30px;
  color: rgb(24, 29, 38);
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.1px;
  word-spacing: 0px;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 10px;
  border: 2px solid rgba(83, 89, 101, 0.652);
  background-color: white;
}
video {
  vertical-align: middle;
  border-radius: 20px;
  overflow: hidden;
}
#bottomSS {
  width: 93%;
  margin: auto;
}

.previous,
.next {
  cursor: pointer;
  width: auto;
  padding: 9px 16px;
  color: rgba(24, 29, 38);
  font-weight: bold;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  font-size: 18px;
  transition: 1s ease;
  border-radius: 50%;
  user-select: none;
}
.previous:hover,
.next:hover {
  background-color: rgb(166, 166, 166);
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  color: rgb(255, 255, 255);
}
#prevnext {
  width: 90%;
  text-align: center;
  margin: auto;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dash {
  cursor: pointer;
  height: 5px;
  width: 60px;
  border-radius: 5px;
  margin: 0 10px;
  background-color: #bbb;
  display: inline-block;
  transition: background-color 0.5s ease-out;
}
.active,
.dash:hover {
  background-color: rgb(69, 143, 255);
}
.fade {
  animation-name: fade;
  animation-duration: 1s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.pervideo {
  position: relative;
}
.texttext {
  position: absolute;
  display: inline-block;
  margin-top: 140px;
  margin-left: 850px;
}
.texttext > .htxt {
  color: white;
  letter-spacing: 20px;
  font-weight: 700;
  font-size: 38px;
}
#bottomSS > div:nth-child(1) > div > h1 + h1 {
  font-size: 32px;
  margin-top: 30px;
  line-height: 40px;
  font-weight: 500;
  color: rgb(252, 154, 180);
}
#bottomSS > div:nth-child(1) > div > p + h1 {
  margin-top: 30px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: rgb(198, 169, 245);
}
.pervideo > .texttext > .comp {
  color: white;
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0.18px;
  font-weight: 400;
}
.pervideo > .texttext > .casetxt {
  margin-top: 30px;
  font-size: 16px;
  color: white;
  line-height: 24px;
  letter-spacing: 0.08px;
  font-weight: 500;
}
#hhtxt {
  font-family: monospace;
  font-size: 58px;
  letter-spacing: 10px;
}
#bottomSS > div:nth-child(2) > div > h1 + h1 {
  margin-top: 30px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: rgb(118, 214, 209);
}
#bottomSS > div:nth-child(2) > div > p + h1 {
  color: rgb(254, 215, 115);
  margin-top: 30px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}
#hhhtxt {
  margin-top: 45px;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
.fa-arrow-right {
  font-size: 16px;
  color: white;
}
#BB {
  display: flex;
  height: auto;
  margin: auto;
  width: 60%;
  margin-top: 50px;
}
#BB > div {
  width: 50%;
  margin: auto;
  border-radius: 15px;
}
#BB > div > div {
  display: flex;
}

#BB > div > img {
  border-radius: 15px;
}
#BB > div > p {
  color: rgb(83, 89, 101);
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.1px;
  font-weight: 500;
  margin-bottom: 20px;
}
#BB > div > div > div {
  margin-left: 15px;
  margin-top: 5px;
}
#BB > div > div > div > h3 {
  color: rgb(83, 89, 101);
  font-size: 14px;
  line-height: 18.9px;
  letter-spacing: 0.28px;
  font-weight: 500;
}
#BB > div > div > div > p {
  color: rgb(83, 89, 101);
  font-size: 14px;
  line-height: 18.9px;
  letter-spacing: 0.28px;
  font-weight: 400;
}
#blueline {
  width: 100%;
  height: 15px;
  margin-top: 50px;
  background-color: rgb(10, 178, 250);
}
#banner {
  width: 100%;
  height: auto;
}
.topbanner {
  width: 93%;
}
#banner > .topbanner {
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top: 40px;
}
.topbanner > div > h1:nth-child(1) {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: rgb(51, 51, 51);
}
.topbanner > div > h1:nth-child(2) {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  color: rgb(10, 178, 250);
}
.topbanner > div > button {
  color: white;
  font-size: 18px;
  line-height: 24.3px;
  letter-spacing: 0.18px;
  font-weight: 500;
  border: none;
  background-color: rgb(27, 97, 201);
  border-radius: 8px;
  padding: 7px 14px;
}
.topbanner > div > button:hover {
  transition: 0.6s ease;
  background-color: #0768f8;
}
.topbanner > div > p {
  margin-top: 10px;
  font: 16px;
  line-height: 21.6px;
  font-weight: 400;
  letter-spacing: 0.16px;
  color: rgb(51, 51, 51);
}
#banneropts {
  width: 93%;
  margin: auto;
  margin-top: 100px;
  display: flex;
  margin-bottom: 30px;
}
#banneropts > img {
  width: 10%;
  height: 35px;
  margin-bottom: 10px;
}
#banneropts > div {
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: space-evenly;
}
#banneropts > div > div {
  width: 40%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
#banneropts > div > div:nth-child(1) {
  margin-left: 40px;
}
#banneropts > div > div:nth-child(1) > p {
  font-size: 16px;
  line-height: 21.6px;
  font-weight: 500;
  letter-spacing: 0.16px;
  color: rgb(51, 51, 51);
}
#banneropts > div > div:nth-child(1) > p:hover {
  cursor: pointer;
  transition: 0.6s ease;
  color: #0768f8;
}
#banneropts > div > div:nth-child(2) {
  margin-right: 10px;
  width: 15%;
}
.fa-brands {
  color: #9297a0;
  font-size: 18px;
}
#banneropts > div > div:nth-child(2) > i:hover {
  color: #676b72;
}
hr {
  width: 93%;
  margin: auto;
  border-top: 1px solid rgb(146, 151, 160);
}
#footer {
  width: 93%;
  height: 350px;
  justify-content: space-between;
  display: flex;
  margin: auto;
  margin-top: 40px;
}
#footer > div {
  width: 20%;
}
#footer > div > p {
  font-size: 17px;
  line-height: 37.6px;
  letter-spacing: 0.16px;
  font-weight: 400;
  color: rgb(51, 51, 51);
}
#footer > div > .heads {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.16px;
  color: rgb(51, 51, 51);
}
#last {
  width: 99%;
  margin: auto;
  height: 65px;
  display: flex;
  justify-content: space-evenly;
  background-color: #f2f4f7;
  border: 2px solid f2f4f7;
}
#last > div {
  margin: auto;
  width: 93%;
  display: flex;
  justify-content: space-between;
}
#last > div > div {
  width: 50%;
  margin: auto;
  display: flex;
}
#last > div > div:nth-child(2) {
  margin-left: 800px;
}
#last > div > div:nth-child(2) > img {
  margin-right: 20px;
}
#last > div > div:nth-child(1) > p ~ p {
  margin-left: 30px;
}
#last > div > div:nth-child(1) > p {
  font-size: 16px;
  line-height: 21.3px;
  letter-spacing: 0.16px;
  font-weight: 500;
  color: #535966;
}
