body {
  height: 100vh;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  background-color: #131516;
  color: white;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  background-color: #181A1B;
  width: 16px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 4px solid transparent;
  background-clip: content-box;
  background-color: rgba(150, 150, 150, 100);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(220, 220, 220, 100);
}
::-webkit-scrollbar-thumb:active {
  background-color: #fff;
}

a {
  text-decoration: none;
}

.inline-link {
  text-decoration: underline;
}

.inline-link:hover {
  color: #fff;
}

.navbar {
  padding: 20px;
  background-color: #131516bd;
  backdrop-filter: blur(10px) saturate(200%);
  border-bottom: 0.5px solid rgba(151, 151, 151, 0.3);
}

.nav-container {
  max-width: 1200px;
}

.image-logo {
  height: 4rem;
  margin-right: 2rem;
}

.navbar-brand {
  font-weight: 700;
  font-size: 3rem;
}

@media (max-width: 500px) {
  .navbar-brand {
    display: none;
  }
}

.navbar-nav {
  transform: translateY(0.5rem);
}

.nav-link {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0 1rem;
}

.my-tabletime {
  transform: translateY(-0.2rem);
}

.my-tabletime-button {
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  border: none;
}

.cover-container {
  min-height: 80vh;
  max-width: 1200px;
  margin-top: 8rem;
}

.title-text {
  font-weight: 700;
  line-height: 3.5rem;
}

.subtitle-text {
  font-weight: 500;
  color: white;
  line-height: 2.5rem;
  opacity: 0.5;
}

.download-buttons {
  padding: 0 24px;
  width: fit-content;
}

.download-button {
  margin-bottom: 12px;
}

/* span {
  white-space: nowrap;
} */

.web-app-img {
  height: 36px;
  width: 36px;
}

.phone-image {
  max-width: 90vw;
  max-height: 80vh;
}

.separator {
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  box-shadow: inset 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
}

.features-container {
  max-width: 1200px;
}

.feature {
  padding: 1rem;
  transition: transform ease 100ms;
}

.feature > .container {
  height: 100%;
  padding: 1rem;
  background-color: #131516;
  border-radius: 1rem;
  transition: box-shadow ease 100ms;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.75);
}

.feature:hover {
  transform: scale(1.05);
}
.feature:hover > .container {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.75);
}

.bi {
  vertical-align: -0.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  border-radius: 0.75rem;
}

.feature-title {
  font-weight: 700;
}

.feature-subtitle {
  font-size: 1.2rem;
  opacity: 0.5;
}





input {
  outline: none;
  border: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder {
  color: #ffffff7c;
}
input:-moz-placeholder {
  color: ffffff7c;
}
input::-moz-placeholder {
  color: ffffff7c;
}
input:-ms-input-placeholder {
  color: ffffff7c;
}

textarea::-webkit-input-placeholder {
  color: ffffff7c;
}
textarea:-moz-placeholder {
  color: ffffff7c;
}
textarea::-moz-placeholder {
  color: ffffff7c;
}
textarea:-ms-input-placeholder {
  color: ffffff7c;
}

/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

iframe {
  border: none !important;
}

/*---------------------------------------------*/
.container {
  max-width: 1200px;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  padding-top: 8rem;
  position: relative;

  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);

}

.wrap-contact100 {
  width: 850px;
  padding: 4rem;
  margin-top: 2rem;
  background: #131516;
  border-radius: 2rem;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
}

/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
}

.contact100-form-title {
  display: block;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 49px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  background-color: #181A1B;
  border-radius: 31px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.input100 {
  position: relative;
  display: block;
  width: 100%;
  background: #181A1B;
  border-radius: 31px;
  font-size: 18px;
  color: #8f8fa1;
  line-height: 1.2;
}

/*---------------------------------------------*/
input.input100 {
  height: 62px;
  padding: 0 35px 0 35px;
}

textarea.input100 {
  min-height: 169px;
  padding: 19px 35px 0 35px;
}

/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 31px;
  background-color: #181A1B;
  pointer-events: none;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 {
  width: calc(100% + 20px);
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 150px;
  height: 62px;
  background-color: transparent;
  border-radius: 31px;

  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.contact100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 31px;
  background-color: #827ffe;
  pointer-events: none;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover:before {
  background-color: #625ffd;
  width: calc(100% + 20px);
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 1000;
  max-width: 70%;
  /* background-color: #fff; */
  border: 1px solid #c80000;
  border-radius: 14px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;

  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  /* visibility: hidden; */
  /* opacity: 0; */

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  display: block;
  position: absolute;
  z-index: 1100;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}

.alert-validate:hover:before {
  /* visibility: visible; */
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .version-control-image {
    max-height: 50vh;
  }
}

.open-source-container {
  max-width: 1200px;
}

.version-control-image {
  opacity: 0.6;
  transition: opacity 500ms ease;
}

.version-control-image:hover {
  opacity: 1;
}

.ios-container {
  margin-top: 10rem;
  max-width: 1200px;
}

.android-container {
  padding-top: 10rem;
  max-width: 1200px;
}

.iphone {
  max-height: 60vh;
}

.credit {
  background-color: #181A1B;
  color: rgba(256, 256, 256, 0.4);
  padding: 10px;
  position: fixed;
  border-top-right-radius: 10px;
  bottom: 0;
  left: 0;
  cursor: default;
  font-size: 15px;
}

.credit::selection {
  color: none;
  background: none;
}

.credit a::selection {
  color: none;
  background: none;
}

.credit a {
  color: white;
  text-decoration: none;
  z-index: 100;
  cursor: pointer;
}

.credit a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  visibility: hidden;
  transform: scaleX(0);
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out 0s;
}

.credit a:hover {
  background: #00c6ff;
  background: -webkit-linear-gradient(to right, #0072ff, #00c6ff);
  background: linear-gradient(to right, #0072ff, #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.credit a:hover::before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}