html {
  scroll-behavior: smooth;
  margin-left: -0px;
  font: Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.html, body {
  margin: 0;
  width: auto;
  height: auto;
}

.main-wrapper {
  margin: 0;
  width: auto;
  height: auto;
  background-color: white;
}

ul {
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  /* display: block;
  list-style-type: circle;
  padding-right: 1000px; */
}

ul a {
  font: 400 16px / 24px Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
}

li {
  display: inline-block;
  /* list-style: none;
  font-size: 14px;
  margin-left: 10px;
  list-style-type: '✓';
  padding-left: 9px; */
}

li a {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-right: 25px;
}

.common-align {
  justify-content: center; 
  align-items: center;
}

.flex-col {
  width: auto;
  height: auto;
  display: flex; 
  flex-direction: column;
}

.flex-col-align {
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
}

.flex-row-align {
  display: flex;
  flex-direction: row;
  justify-content: center; 
  align-items: center;
}

.flex-row {
  width: auto;
  height: auto;
  display: flex; 
  flex-direction: row;
}

/* For Pc */
@media only screen and (min-width:801px) {
  .device-font {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    /* margin-left: calc(100% - 50% - 105px); */
  }

  .pages {
    width: 1400px;
    height: fit-content;
    background-color: white;
  }

  .flex-device {
    width: auto;
    height: auto;
    display: flex; 
    flex-direction: row;
  }

  .device-justify {
    display: block;
  }

  .mobile {
    display: none;
  }

  .common {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
  }

  /* Header */
  .show {
    display: none;
  }

  .flex-device {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sidepanel {
    display: none;
  }

  /* Navbar */
  .navbar {
    width: 100%;
    height: 60px;
    overflow: hidden;
    background-color: #fff; 
    position: fixed;
    top: 0;
    padding-top: 9px;
    z-index: 9999;
    justify-content: flex-start;
    border-bottom: 0.1px solid gray;
  }

  .navbar-fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
  }

  .navbar a {
    float: center;
    display: block;
    color: #494d58;
    text-align: center;
    /* padding: 14px 16px; */
    text-decoration: none;
    /* font-size: 18px; */
    font-weight: 600;
    font-family: 16px/24px Macan,Helvetica Neue,Helvetica,Arial,sans-serif;
    /* "Times New Roman", Times, serif; */
    letter-spacing: 0.5px;
  }

  .navbar a:hover {
    color: red;
  }

  .navbar b:hover {
    color: green;
  }

  .dropdown-button {
    display: none;
  }

  .openbtn {
    display: none;
  }

  .logo-column {
    float: left;
    width: auto;
    height: auto;
    padding: 5px 0px 5px 5px;
    padding-left: 10%;
  }

  .nav-links {
    width: auto;
    height: auto;
    padding: 0 5px;
    padding-top: 10px;
    padding-left: calc(100% - 50%);
    font: 400 16px / 24px Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
  }

  .assets-col {
    float: left;
    width: auto;
    height: 100%;
    font: 400 16px / 24px Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
  }

  .assets-col1 {
    float: left;
    width: auto;
    height: auto;
    margin-top: 14px;
  }

  .logo-only {
    width: 14%;
    color: black; 
    font-weight: 800;
    font-size: 28px; 
    letter-spacing: -2px;
  }

  .small-assets {
    width: 11px;
    height: 11px;
  }

  .show {
    display: flex;
  }

  /* Home */
  .home {
    width: 100%;
    height: auto;
  }

  .home-page {
    width: 100%;
    height: 100vh;
    background: black;
  }

  .Title {
    width: auto;
    height: auto;
    font-size: 2rem;
    word-spacing: 5px; 
    position: relative;
    text-align: center;
    color: white;
    padding-top: 9px; 
  }

  .desktop-margin {
    margin-top: 80px;
  }

  .mobile-asset {
    width: 100%;
    height: 80%;
    padding-top: 1%;
  }

  /* Graph */
  .graph-name {
    font-size: 1rem; 
    padding-left: 25px; 
    margin-top: 5px;
  }

  .desktop-pad {
    margin-top: 50px;
  }

  .Column {
    float: left;
    width: auto;
    height: auto;
  }

  .graph-container {
    width: auto; 
    height: auto; 
    margin-top: 9px;
    align-items: center;
    justify-content: center;
  }

  .graph {
    width: 90%; 
    height: auto; 
    border-radius: 10px;
  }

  .graph-legend {
    width: auto;
    height: auto;
  }

  .legend-class {
    width: 100%; 
    height: auto;
    margin-left: 25px;
  }

  .circle {
    width: 9px;      
    height: 9px;
    background-color: red;
    border-radius: 50%;
    border: 2px solid black;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .circle:hover {
    width: 100px;
    height: 100px;
    background: red; /* Or any color/image */
    /* Define the six points of the polygon */
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    transform: rotate(45deg);
  }

  .checkmark {
    display: inline-block;
    width: 6px;
    height: 12px;
    border-bottom: 7px solid green;
    border-right: 7px solid green;
    transform: rotate(45deg);
  }

  .hexagon {
    width: 100px;
    height: 100px;
    background: red; /* Or any color/image */
    /* Define the six points of the polygon */
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  }

  /* About */
  .about-container {
    width: 100%;
    height: 100%;
  }

  .about-row {
    width: 80%;
    height: auto;
  }

  .about-row1 {
    width: 100%;
    height: auto;
  }

  .about-column {
    float: left;
    width: 33.33%;
    height: 350px;
  }

  .about-column1 {
    float: left;
    width: 50%;
    height: 200px;
  }

  .about-column2 {
    float: left;
    width: auto;
    height: auto;
  }

  .common-font {
    font-size: 20px; 
    line-height: 1.47059; 
    font-weight: 400; 
    letter-spacing: -0.022em; 
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    /* margin-left: 5%; */
  }

  /* AI */
  .desktop-ai-pad {
    margin-top: 50px;
  }

  .desktop-ai-pad1 {
    margin-top: 25px;
  }

  .ai-page {
    /* background-image: radial-gradient(black 1px, transparent 1px);
    background-size: 16px 16px;
    background-position: -19px -19px; */
    width: 1400px;
    height: auto;
    /* margin: 0 calc(100% - 90%); */
  }

  h5 {
    font-size: 40px; 
    line-height: 1.47059; 
    font-weight: 600; 
    letter-spacing: -0.022em; 
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    /* margin-top: 25px; */
    /* margin-left: calc(100% - 80%); */
    margin: 25px 20%;
  }

  .device {
    width: auto; 
    height: 100%; 
    display: flex; 
    justify-content: center; 
    flex-direction: row;
  }

  .box1 {
    width: 300px; 
    height: auto; 
    background-color: black; 
    border: solid;
    border-radius: 18px; 
    border-color: red; 
    border-width: 5px; 
    border-style: solid; 
    margin: auto 9px auto 9px;           
    /* margin: auto; 
    display: grid; 
    place-items: center; */
    transition: 1s ease;
  }

  .col {
    float: left;
    width: auto;
    height: 300px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .text-con {
    width: auto;
    height: auto;
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 9% 5% 5% 9%;
    transition: 1s ease;
    color: white;
    line-height: 1.47059; 
    font-weight: 400; 
    letter-spacing: -0.022em; 
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  }

  .box1:hover {
    /* width: 21%; */
    height: 301px;
    /* z-index: 9999; */
    transition-duration: 0.5s;
  }

  .box1:hover .text-con{
    font-size: x-large;
    font-weight: 600; 
    transition-duration: 0.5s;
  }

  /* Graph */
  .graph-container {
    width: auto; 
    height: auto;
    /* padding-left: 9%; */
    margin-top: 10px;
  }

  .graph {
    width: 90%; 
    height: auto; 
    border-radius: 10px;
  }
  
  .legend {
    width: 200px; 
    height: auto; 
    background-color: black; 
    border-radius: 10px;
  }

  .graph-plot-item {
    width: 20px; 
    height: 10px;
    border-radius: 10px;
    margin-top: 5px;
  }

  .graph-pad-top {
    margin-top: 7px;
  }

  .graph-pad {
    margin-top: -20px;
  }

  /* Plan */
  .card-row {
    width: auto;
    height: 50%;
    /* padding-left: 3%;
    margin-left: -50px;  */
    margin-top: 50px;
  }

  .card-column {
    float: left;
    width: auto; 
    /* 24%; */
    height: 100%;
    /* padding-left: 1.5%; */
  }

  .card-column0 {
    display: none;
    float: left;
    width: 24%;
    height: 100%;
    padding-left: 1.5%;
  }

  .box {
    height: 25px;
    font-size: 18px;
    background-color: transparent;
    color: black;
    width: auto;
    height: auto;
    border-radius: 9px;
    padding-left: 9px;
  }

  .card-container {
    font-size: 1rem;
    background-color: transparent;
    width: 100%;
    height: auto;
  }

  .card {
    width: 300px;
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 9 9 9 9;
    border-radius: 10px;
    border-color: white;
    border-style: solid;
    border-width: thin;
    margin-left: 18px;
    background: linear-gradient(to bottom right, #33ccff 0%, #009933 100%);
  }

  .card:hover {
    border-color: black;
    /* background-color: red; */
    /* width: 120%; */
  }

  .card:hover .card {
    border-color: black;
    background-color: red;
    color: white;
  }

  .align-head {
    width: 100%;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .left-justify {
    width: 100%;
    height: 200px;
    font-weight: bold;
    padding-left: 5%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .plan-font {
    font-size: 18px;
    /* padding-top: 100px; */
  }

  .spacing {
    padding-top: 50px;
  }

  .button {
    background-color: black;
    border: none;
    color: white;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: larger;
    cursor: pointer;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    border-radius: 10px;
  }

  .button:hover {
    border-color: black;
    background-color: white;
    color: black;
  }

  .Container-feature {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #FBFCEF -7.86%, #F1F4CB 100%);
    /* linear-gradient(to bottom right, #660066 0%, #9900cc 100%); */
    margin-top: 25px;
    border-color: #FBFCEF;
    border-style: solid;
    border-width: thin;
    border-radius: 10px;
  }

  .feature-font {
    color: black; 
    padding-left: 25px;
    letter-spacing: 1px;
    font-size: 30px;
  }

  .feature-box {
    width: 45%; 
    height: 50px;  
    background-color: black;  
    border-radius: 10px; 
    position: relative;
    margin-left: 18px;
  }

  /* Features */
  .media-meta {
    float: left;
    color: rgba(255,255,255,.9);
    font-size: 100%;
    line-height: 1.4
  }

  .media-meta .link-more {
    color: #4f5668;
  }

  .media-meta .link-more:hover {
    color: #24baef
  }

  .link {
    color: #4f5668;
  }

  .link:hover {
    color: #24baef
  }

  .media-title {
    font-size: 3.4rem;
    font-family: Montserrat,sans-serif;
    color: #fff;
    font-weight: 600;
    line-height: 1.25;
  }

  .contact-links{
    width: 100%;
    font-size: 2rem;
  }

  .feature-height0 {
    height: 300px;
  }

  .feature-height {
    height: auto;
  }

  .feature-pad-left {
    margin-left: calc(100% - 70%);
  }

  .device-size {
    width: 100px; 
    height: 50px;
  }

  .feature-device {
    margin-top: 25px;
    border-radius: 10px;
  }

  .feature-font1 {
    font-size: large;
  }

  /* Footer */
  .logo-only-footer {
    width: 14%;
    color: black; 
    font-weight: 800;
    font-size: 28px; 
    letter-spacing: -2px;
  }

  .footer {
    width: 1400px;
    height: auto;
    background-color: fff;
    margin-top: 5px;
    /* margin-left: calc(100% - 90%); */
    font-family:sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 0.1px solid gray;
  }

  .logo-footer {
    color: black; 
    font-size: 28px;
    font-weight: 800;
    font: Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: -2px;
  }

  .only-mobile {
    display: block;
    width: 100%; 
    height: 100%; 
    position: relative; 
  }

  .only-col {
    display: block;
    width: auto;
    height: auto;
  }

  .copyright {
    float: left;
    width: auto;
    font-size: 14px;
    margin-left: 50px;
  }

  .underlined-label {
    text-decoration: underline;
    cursor: pointer;
    color: #494d58;
    font-size: 14px;
  }

  .mobile-text-pad {
    padding-left: 9px;
  }

  .social {
    float: left;
    width: auto;
    height: auto;
    padding: 0px 9px;
  }

  .footer-borderline {
    border-top: 0.5px solid gray;
    padding-top: 0%;
  }

  .footer-device {
    padding-left: 0;
  }

  .desktop-footer {
    margin-top: 12px; 
    margin-left: 50px;
  }

  .desktop-footer1 {
    margin-top: 0; 
    margin-left: 50px;
  }

  .features-mobile-pad{
    padding-left: 0;
  }

  .features-mobile-pad1{
    padding-left: 9%;
  }

  .margin-calc {
    margin-left: calc(100% - 56%);
  }
}

/* For mobile phones:
@media only screen and (max-width:800px) { 
@media screen and (orientation: portrait) {

  .mobile {
    width: fit-content;
    padding-left: 5%;
  }

  .flex-row {
    display: flex;
    flex-direction: row;
  }

  .message {
    display: none;
  }

  .main-wrapper {
    width: 100%; 
    height: 100%
  }
  
  .blur-wrapper{
    width: 100%; 
    height: 100%
  }
  
  .sidepanel  {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100%;
    top: 60px;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    font-size: 24px;
    font: 400 16px / 24px Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
  }

  .sidepanel a {
    padding: 25px 8px 8px 20px;
    text-decoration: none;
    font-size: large;
    color: black;
    display: block;
    transition: 0.3s;
  }

  .sidepanel a:hover {
    color: green;
  }

  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }

  .dropdown-button {
    display: flex;
    width: auto;
    height: auto;
    /* border-radius: 5px;
  }

  .openbtn {
    font-size: x-large;
    background-color: #fff;
    /* padding: 0 6px;
    border: none;
  }

  .openbtn:hover {
    background-color:#fff;
  }

  .navbar {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background-color: #fff; 
    position: fixed;
    top: 0;
    padding-left: 0;
    padding-top: 9px;
    z-index: 9999;
    justify-content: flex-start;
    border-bottom: 0.1px solid gray;
  }

  li {
    /* list-style: none;
    /* display: inline-block;
    font-size: 0px;
    /* margin-left: 10px;
    /* list-style-type: '✓';
    /* padding-left: 9px;
  }

  li a {
    color: white;
    /* font-size: 18px;
    font-weight: bold;
    margin-right: 25px;
  }

  .logo-row {
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-top: 0%;
  }

  .logo-column {
    float: left;
    width: fit-content;
    height: auto;
    /* padding: 5px 0px 5px 5px;
  }

  /* .logo-column0 {
    width: auto;
    height: auto;
    padding: 5px 0px 5px 5px;
    font: 400 16px / 24px Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
  }

  .logo-column1 {
    text-align: center;
    float: left;
    width: auto;
    height: auto;
    padding: 5px 0px 5px 5px;
  }

  .logo-column2 {
    display: none;
    font-size: 9px;
    float: left;
    width: auto;
    height: auto;
    padding: 5px 5px 5px 5px;
  }

  .logo-container {
    width: auto; 
    height: 25px;
    padding-left: 9%;
  }

  .small-font {
    width: auto;
    height: auto;
    font-size: 12px;
    word-spacing: 5px; 
    color: white; 
    padding-left: 0%; 
    padding-top: 3px; 
    z-index: 999; 
    position: relative;
    text-align: center;
  }

  .small-font1 {
    font-size: 12px;
    word-spacing: 5px; 
    color: green; 
    padding-left: 0%; 
    padding-top: 3px; 
    z-index: 999; 
    text-align: center;
    position: relative;
  }

  .logo-only {
    width: auto;
    color: black; 
    font-size: 24px; 
    font-weight: 800; 
    font: Macan, Helvetica Neue, Helvetica, Arial, sans-serif; 
    letter-spacing: -2px;
    margin-left: 80px;
  }

  .assets {
    width: 100%;
    position: relative; 
    padding-left: 0%; 
    top: 0px;
    padding-top: 12px;
  }

  .assets-row {
    width: 100%;
    height: auto;
  }

  .assets-col {
    float: left;
    width: auto;
    height: 100%;
    font: 400 16px / 24px Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
  }

  .assets-col1 {
    float: left;
    width: auto;
    height: 100%;
    margin-top: 16px;
  }

  .small-assets {
    width: 7px;
    height: 7px;
  }

  /* Home
  .home {
    width: 100%;
    height: auto;
  }

  .common-home {
    width: 100%;
    height: auto;
  }

  .home-page {
    width: auto;
    height: auto;
    padding-top: 30px;
  }

  .desktop-margin {
    margin-top: 30px;
  }

  .home-page-container {
    width: 100%; 
    height: auto; 
    background-color: black; 
    position: relative;
    padding-top: 10px;
  }

  .Title {
    font-size: 0.8rem;
    word-spacing: 5px; 
    position: relative;
    text-align: center;
    color: black;
    padding-top: 9px; 
  }

  .mobile-asset {
    width: 390px;
    height: auto;
  }

  .common {
    width: 100%;
    height: 230vh;
    padding-top: 0px;
  }

  /* AI
  .device {
    width: auto; 
    height: 100%; 
    display: flex; 
    justify-content: center; 
    flex-direction: column;
  }

  .box1 {
    width: 300px; 
    height: auto; 
    background-color: black; 
    border: solid;
    border-style: solid; 
    border-color: red; 
    border-radius: 10px; 
    border-width: 3px; 
    margin: 3px 9px;           
    /* margin: auto; 
    display: grid; 
    place-items: center;
    transition: 1s ease;
  }

  .col {
    float: left;
    height: 200px;
    padding: 0 9px;
  }

  .text-con {
    width: auto;
    height: auto;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 9% 5%;
    transition: 1s ease;
    color: white;
    line-height: 1.47059; 
    font-weight: 400; 
    letter-spacing: -0.022em; 
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  }

  .box1:hover {
    /* width: 21%;
    height: 301px;
    /* z-index: 9999;
    transition-duration: 0.5s;
  }

  .box1:hover .text-con{
    font-size: x-large;
    font-weight: 600; 
    transition-duration: 0.5s;
  }

  .ai-page {
    /* background-image: radial-gradient(black 1px, transparent 1px);
    background-size: 16px 16px;
    background-position: -19px -19px;
    width: 100%;
    height: 100%;
    /* 230vh; */
    /* margin-left: calc(100% - 87%);
  }

  .heading-title {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
  }

  .Row {
    width: 100%;
    height: auto;
  }

  .Column {
    /* display: block;
    float: left;
    width: 100%;
    height: 100%;
    /* padding-left: 9%;
  }

  .ai-container {
    width: 100%; 
    height: 100%; 
    margin-top: 25px;
    align-items: center;
    padding-left: 9%;
  }

  .graph-container {
    width: auto; 
    height: 100%;
    padding-left: 9%;
    margin-top: 10px;
  }

  .graph {
    width: 90%; 
    height: auto; 
    border-radius: 10px;
  }

  .flex-device {
    display: flex;
    flex-direction: column;
  }

  .column {
    float: left;
    width: auto;
    /* 50%;
    height: 500px;
  }

  .column0 {
    /* float: left;
    width: auto;
    height: auto;
    padding: 0 0 0 25px;
    /* margin-top: 25px;
  }

  .column1 {
    float: left;
    width: auto;
    height: auto;
    padding: 0 0 0 9px;
    margin-top: 9px;
  }

  .white-boxes {
    width: 110px; 
    height: 110px;
    border-width: thin; 
    border-radius: 20px; 
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    position: relative;
  }

  .white-boxes:hover {
    /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 8px 8px rgba(0,0,0,0.2);
  }

  .plan-page {
    width: 100%;
    height: 200vh;
    /* background-image: radial-gradient(black 1px, transparent 1px);
    /* background-size: 16px 16px;
    /* background-position: -19px -19px;
  }

  .Box {
    width: 100%;
    height: 100%;
  }

  .card-row {
    width: 100%;
    height: auto;
    padding-left: 3%;
    padding-top: 3%;
    /* margin-left: -50px;
    /* margin-top: 25px;
  }

  .card-column {
    float: left;
    width: 80%;
    height: auto;
    padding-left: 9%;
    padding-top: 5px;
  }

  .cards-column0 {
    float: left;
    width: 95%;
    height: auto;
    padding-left: 1.5%;
    padding-top: 5px;
  }

  .plan-font {
    font-size: 18px;
    padding-top: 25%;
  }

  .box {
    width: auto;
    height: auto;
    font-size: 18px;
    background-color: transparent;
    color: black;
    border-radius: 9px;
    height: 25px;
    font-weight: bold;
    padding-left: 9px;
  }

  .card-container {
    font-size: 1rem;
    background-color: transparent;
    width: 100%;
    height: auto;
  }

  .card {
    width: 100%;
    height: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 9 9 9 9;
    border-radius: 10px;
    border-color: white;
    border-style: solid;
    border-width: thin;
    background: linear-gradient(to bottom right, #33ccff 0%, #009933 100%);
  }

  .card:hover {
    border-color: black;
    /* background-color: red;
    /* width: 120%;
  }

  .card:hover .card {
    border-color: black;
    background-color: red;
    color: white;
  }

  /* .button {
    background-color: black;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: larger;
    cursor: pointer;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    border-radius: 10px;
  }

  .button:hover {
    border-color: black;
    background-color: white;
    color: black;
  }

  .spacing {
    padding-top: 20%;
    padding-bottom: 20%;
  }
  
  .align-head {
    width: 100%;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* padding-top: 20%;
  }

  .left-justify {
    font-size: 18px;
    font-weight: bold;
    padding-left: 5%;
  }

  .Container-feature {
    width: 100%;
    height: 100px; 
    border-color: #FBFCEF;
    border-style: solid;
    border-width: thin;
    border-radius: 10px;
    background: linear-gradient(180deg, #FBFCEF -7.86%, #F1F4CB 100%);
    /* linear-gradient(to bottom right, #660066 0%, #9900cc 100%);
    margin-top: 25px;
    margin-left: 0%;
    position: relative;
  }

  .feature-font {
    color: black; 
    padding-left: 18px;
    letter-spacing: -1px;
    padding-top: 9px;
    font-size: 18px;
  }

  .feature-box {
    display: block;
    width: 35%; 
    height: 80%; 
    margin-left: 60%; 
    background-color: black; 
    /* z-index: 9999;
    border-radius: 10px; 
    top: 0%; 
    position: relative;
    margin-top: -50px;
  }

  .about-page {
    width: 100%;
    height: 100%;
  }

  .about-container {
    width: 100%;
    height: 100%; 
    background-color: orange;
  }

  .contact-page {
    width: 100%;
    height: auto;
  }

  .navdiv{
    display: flex;
    align-items:center;
  }

  .media-title {
    font-family: Montserrat,sans-serif;
    color: #fff;
    font-weight: 600;
    line-height: 1.25;
  }

  .media-meta {
    float: left;
    color: rgba(255,255,255,.9);
    line-height: 1.4
  }

  .media-meta .link-more {
    color: #4f5668;
  }

  .media-meta .link-more:hover {
    color: #24baef
  }

  .contact-links{
    font-size: small;
    padding-left: 22px;
  }

  .footer {
    width: 80%;
    height: 100%;
    background-color: fff;
    margin-top: 5px;
    margin-left: 10%;
    font-family:sans-serif;
    display: flex;
    align-items: center;
    border-top: 0.1px solid gray;
  }

  .footer-pad {
    padding-top: 9%;
  }

  .logo-footer {
    color: black; 
    font-size: 24px;
    font-weight: 800;
    font: Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: -2px;
  }

  .assets-pad {
    padding-top: 5px;
  }

  .only-mobile {
    width: 100%; 
    height: 100%; 
    position: relative; 
    padding-left: 25%;
  }

  .footer-row {
    width: 100%;
    height: auto;
  }

  .footer-col {
    float: left;
    width: auto;
    height: 100%;
    font: 400 16px / 24px Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
  }

  .footer-col-only {
    display: block;
  }

  .only-col {
    width: 100%;
    height: auto;
  }

  .copyright {
    width: auto;
    height: 50px;
    color: #494d58;
    font-size: small;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .align-text {
    text-align: center;
    padding-top: 20px;
  }

  .logo-column-spacing {
    padding-left: 12%;
  }

  .logo-row {
    width: auto;
    height: auto;
    padding-left: 12%;
  }

  .underlined-label {
    text-decoration: underline;
    cursor: pointer;
    color: #494d58;
    font-size: 14px;
  }

  .mobile-text-pad {
    padding-left: 18%;
  }

  .social-row {
    width: 100%;
    height: auto;
    padding-left: 25%;
    padding-top: 20px;
  }

  .social {
    float: left;
    width: 25%;
    height: auto;
  }

  .footer-pad {
    padding-top: 20px;
  }

  .footer-borderline {
    border-top: 0.5px solid gray;
    padding-top: 9%;
  }
} */

/* For mobile phones: */
@media screen and (orientation: portrait) {
  .device-font {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
  }

  .pages {
    width: 100%;
    height: fit-content;
    background-color: white;
  }

  .flex-device {
    width: auto;
    height: auto;
    display: flex; 
    flex-direction: column;
  }

  .device-justify {
    justify-content: center; 
    align-items: center;
  }

  .flex-col {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  
  .flex-col-align{
    display: flex;
    flex-direction: column;
    justify-content: center; align-items: center;
  }

  .flex-row {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
  }

  .mobile {
    padding-left: 5%;
  }

  .message {
    display: none;
  }
  
  .blur-wrapper{
    width: 100%; 
    height: 100%
  }
  
  /* Header */
  .sidepanel  {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    font-size: 24px;
    font: 400 16px / 24px Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
  }

  .sidepanel a {
    padding: 25px 8px 8px 20px;
    text-decoration: none;
    font-size: large;
    color: black;
    display: block;
    transition: 0.3s;
  }

  .sidepanel a:hover {
    color: green;
  }

  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
  }

  .dropdown-button {
    display: flex;
    width: auto;
    height: auto;
    /* border-radius: 5px; */
  }

  .openbtn {
    font-size: x-large;
    background-color: #fff;
    /* padding: 0 6px; */
    border: none;
  }

  .openbtn:hover {
    background-color:#fff;
  }

  /* Navbar */
  .navbar {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background-color: #fff; 
    position: fixed;
    top: 0;
    padding-left: 0;
    padding-top: 9px;
    z-index: 9999;
    justify-content: flex-start;
    border-bottom: 0.1px solid gray;
  }

  li {
    font-size: 0px;
    /* list-style: none;
    display: inline-block;
    margin-left: 10px;
    list-style-type: '✓';
    padding-left: 9px; */
  }

  li a {
    color: white;
    /* font-size: 18px; */
    font-weight: bold;
    margin-right: 25px;
  }

  .logo-row {
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-top: 0%;
  }

  .logo-column {
    float: left;
    width: 100%;
    height: auto;
    /* padding: 5px 0px 5px 5px; */
  }

  .logo-only {
    width: auto;
    color: black; 
    font-size: 24px; 
    font-weight: 800; 
    font: Macan, Helvetica Neue, Helvetica, Arial, sans-serif; 
    letter-spacing: -2px;
    margin-left: 80px;
  }

  .assets {
    width: 100%;
    position: relative; 
    padding-left: 0%; 
    top: 0px;
    padding-top: 12px;
  }

  .assets-row {
    width: 100%;
    height: auto;
  }

  .assets-col {
    float: left;
    width: auto;
    height: fit-content;
    font: 400 16px / 24px Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
  }

  .assets-col1 {
    float: left;
    width: auto;
    height: fit-content;
    margin-top: 15px;
  }

  .small-assets {
    width: 7px;
    height: 7px;
  }

  .show {
    display: none;
  }

  /* Home */

  .Title {
    width: auto;
    height: auto;
    font-size: 1rem;
    /* word-spacing: 5px;  */
    position: relative;
    text-align: center;
    color: white;
    /* padding-top: 9px;  */
  }

  .common {
    width: 100%;
    height: auto;
    padding-bottom: 9px;
  }

  .home {
    width: 100%;
    height: auto;
  }

  .home-page {
    width: auto;
    height: auto;
    background-color: black;
  }

  .desktop-margin {
    margin-top: 60px;
  }

  .mobile-asset {
    width: 100%;
    height: auto;
  }

  /* AI */
  .mobile-ai-pad {
    margin-top: 3px;
  }

  .device {
    width: auto; 
    height: 100%; 
    display: flex; 
    justify-content: center; 
    flex-direction: column;
  }

  .box1 {
    width: 300px; 
    height: auto; 
    background-color: black; 
    border: solid;
    border-style: solid; 
    border-color: red; 
    border-radius: 10px; 
    border-width: 3px; 
    margin: 3px 9px;           
    /* margin: auto; 
    display: grid; 
    place-items: center; */
    transition: 1s ease;
  }

  .col {
    float: left;
    height: 200px;
    padding: 0 9px;
  }

  .text-con {
    width: auto;
    height: auto;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 9% 5%;
    transition: 1s ease;
    color: white;
    line-height: 1.47059; 
    font-weight: 400; 
    letter-spacing: -0.022em; 
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  }

  .box1:hover {
    /* width: 21%; */
    height: 301px;
    /* z-index: 9999; */
    transition-duration: 0.5s;
  }

  .box1:hover .text-con{
    font-size: x-large;
    font-weight: 600; 
    transition-duration: 0.5s;
  }

  .box1:active {
    height: 301px;
    transition-duration: 0.5s;
  }

  .box1:active .text-con {
    font-size: x-large;
    font-weight: 600; 
    transition-duration: 0.5s;
  }

  .ai-page {
    /* background-image: radial-gradient(black 1px, transparent 1px);
    background-size: 16px 16px;
    background-position: -19px -19px; */
    width: 100%;
    height: auto;
    /* 230vh; */
    /* margin-left: calc(100% - 87%); */
  }

  .heading-title {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
  }

  .Row {
    width: 100%;
    height: auto;
  }

  .Column {
    /* display: block; */
    float: left;
    width: 100%;
    height: 100%;
    /* padding-left: 9%; */
  }

  /* Graph */
  .graph-name {
    font-size: 0.5rem; 
    padding-left: 0px; 
    margin-top: 5px;
  }

  .graph-container {
    width: auto; 
    height: auto;
    /* padding-left: 9%; */
    margin-top: 10px;
  }

  .graph {
    width: 90%; 
    height: auto; 
    border-radius: 10px;
  }
  
  .legend {
    width: 100px; 
    height: auto; 
    background-color: black; 
    border-radius: 10px;
  }

  .legend-class {
    width: calc(100% - 25px);
    height: auto;
    margin-left: 25px;
  }

  .graph-plot-item {
    width: 10px; 
    height: 5px;
    border-radius: 10px;
  }

  .graph-pad-top {
    margin-top: 10px;
  }

  .graph-pad {
    margin-top: -20px;
    font-size: 14px;
  }

  /* Features*/
  .about-page {
    width: 100%;
    height: 100%;
  }

  .about-container {
    width: auto;
    height: auto; 
    background-color: orange;
  }

  .about-row {
    width: 98%;
    height: auto;
  }

  .about-row1 {
    width: 100%;
    height: auto;
  }

  .about-column {
    float: left;
    width: 33.33%;
    height: 300px;
  }

  .about-column1 {
    float: left;
    width: 40%;
    height: auto;
  }

  .about-column2 {
    float: left;
    width: auto;
    height: auto;
  }

  .common-font {
    font-size: 11px; 
    line-height: 1.47059; 
    font-weight: 400; 
    letter-spacing: -0.022em; 
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
  }

  .feature-height0 {
    height: 300px;
  }

  .feature-height {
    height: auto;
  }

  .feature-device {
    margin-top: 9px;
    border-radius: 10px;
  }

  .feature-font1 {
    font-size: small;
  }

  /* Plan */
  .card-container {
    font-size: 1rem;
    background-color: transparent;
    width: 100%;
    height: auto;
  }

  .card {
    width: auto;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 9 9 9 9;
    border-radius: 10px;
    border-color: white;
    border-style: solid;
    border-width: thin;
    background: linear-gradient(to bottom right, #33ccff 0%, #009933 100%);
  }

  .card:hover {
    border-color: black;
    /* background-color: red; */
    /* width: 120%; */
  }

  .card:hover .card {
    border-color: black;
    background-color: red;
    color: white;
  }

  .card-row {
    width: 100%;
    height: auto;
    padding-left: 3%;
    padding-top: 3%;
    /* margin-left: -50px; */
    /* margin-top: 25px; */
  }

  .card-column {
    float: left;
    width: 90%;
    height: auto;
    padding-top: 5px;
  }

  .cards-column0 {
    float: left;
    width: 95%;
    height: auto;
    padding-left: 1.5%;
    padding-top: 5px;
  }

  .plan-font {
    font-size: 14px;
  }

  .box {
    width: auto;
    height: auto;
    font-size: 18px;
    background-color: transparent;
    color: black;
    border-radius: 9px;
    height: 25px;
    font-weight: bold;
    padding-left: 9px;
  }

  .button {
    background-color: black;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: medium;
    cursor: pointer;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    border-radius: 10px;
  }

  .button:hover {
    border-color: black;
    background-color: white;
    color: black;
  }

  .spacing {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  
  .align-head {
    width: auto;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* padding-top: 20%; */
  }

  .left-justify {
    font-size: 18px;
    font-weight: bold;
    padding-left: 5%;
  }

  .Container-feature {
    width: 100%;
    height: auto; 
    border-color: #FBFCEF;
    border-style: solid;
    border-width: thin;
    border-radius: 10px;
    background: linear-gradient(180deg, #FBFCEF -7.86%, #F1F4CB 100%);
    /* linear-gradient(to bottom right, #660066 0%, #9900cc 100%); */
    margin-top: 25px;
    margin-left: 0%;
    position: relative;
  }

  .feature-font {
    width: auto;
    height: auto;
    color: black; 
    padding-left: 18px;
    letter-spacing: -1px;
    padding-top: 9px;
    font-size: 18px;
  }

  .feature-box {
    width: auto; 
    height: auto; 
    position: relative;
    border-radius: 10px; 
    background-color: black; 
  }

  .device-size {
    width: 50px; 
    height: 30px;
  }

  /* Contact */
  .contact-page {
    width: 100%;
    height: auto;
  }

  .media-title {
    font-family: Montserrat,sans-serif;
    color: #fff;
    font-weight: 600;
    line-height: 1.25;
  }

  .media-meta {
    float: left;
    color: rgba(255,255,255,.9);
    line-height: 1.4
  }

  .link {
    color: #4f5668;
  }

  .link:hover {
    color: #24baef
  }

  .contact-links {
    font-size: small;
    padding-left: 22px;
  }
  @media (hover: hover) {
    .touch-hover {
      color: #24baef
    }
  }

  /* Footer */
  .logo-only-footer {
    width: auto;
    color: black; 
    font-size: 24px; 
    font-weight: 800; 
    font: Macan, Helvetica Neue, Helvetica, Arial, sans-serif; 
    letter-spacing: -2px;
    margin-left: 0px;
  }

  .footer {
    width: auto;
    height: auto;
    background-color: #fff;
    /* margin-top: 5px;
    margin-left: 10%; */
    font-family:sans-serif;
    border-top: 0.1px solid gray;
    /* display: flex; */
    align-items: center;
  }

  .footer-pad {
    padding-top: 9%;
  }

  .logo-footer {
    color: black; 
    font-size: 24px;
    font-weight: 800;
    font: Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: -2px;
  }

  .assets-pad {
    padding-top: 5px;
  }

  .only-mobile {
    width: 100%; 
    height: 100%; 
    position: relative; 
    padding-left: 25%;
  }

  .footer-row {
    width: 100%;
    height: auto;
  }

  .footer-col {
    float: left;
    width: auto;
    height: 100%;
    font: 400 16px / 24px Macan, Helvetica Neue, Helvetica, Arial, sans-serif;
  }

  .footer-col-only {
    display: block;
  }

  .only-col {
    width: 100%;
    height: auto;
  }

  .copyright {
    width: auto;
    height: fit-content;
    color: #494d58;
    font-size: small;
    font-weight: bold;
    /* padding-top: 25px;
    padding-bottom: 50px; */
  }

  .align-text {
    text-align: center;
    padding-top: 20px;
  }

  .logo-column-spacing {
    padding-left: 12%;
  }

  .logo-row {
    width: auto;
    height: auto;
    padding-left: 12%;
  }

  .underlined-label {
    text-decoration: underline;
    cursor: pointer;
    color: #494d58;
    font-size: 14px;
  }

  .mobile-text-pad {
    padding-left: 18%;
  }

  .social-row {
    width: 100%;
    height: auto;
    padding-left: 25%;
    padding-top: 20px;
  }

  .social {
    float: left;
    width: auto;
    height: auto;
    padding-left: 18px;
  }

  .footer-pad {
    padding-top: 20px;
  }

  .footer-borderline {
    border-top: 0.5px solid gray;
    margin-top: 9%;
  }

  .mobile-footer {
    margin-left: 0;
  }

  .mobile-footer1 {
    margin-top: 8px; 
    margin-left: 10px;
  }

  .mobile-justify {
    justify-content: center;
    align-items: center;
  }

  .mobile-padding-top {
    margin-top: 9px;
    margin-left: 25px;
  }

  .circle {
    width: 9px;      
    height: 9px;
    background-color: red;
    border-radius: 50%;
    border: 2px solid black;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .circle:hover {
    width: 100px;
    height: 100px;
    background: red; /* Or any color/image */
    /* Define the six points of the polygon */
    /* clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    transform: rotate(45deg); */
  }
}