html{
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  scroll-behavior:smooth;
}

.top-0 {
  top: 0;
}
.top-1 {
  top: 1px;
}
.top-2 {
  top: 2px;
}
.top-3 {
  top: 3px;
}
.top-4 {
  top: 4px;
}
.top-5 {
  top: 5px;
}
.top-6 {
  top: 6px;
}
.top-8 {
  top: 8px;
}
.top-10 {
  top: 10px;
}
.top-15 {
  top: 15px;
}
.top-20 {
  top: 20px;
}

nav {
  height: 80px;
  margin: 0 auto;
}

.nav-wrapper {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}

.nav .nav-item .nav-link {
  padding: 0;
  padding-bottom: 2px;
  margin: 0.5rem 1rem;
  color: var(--bs-body-color);
}

.nav .nav-item .nav-link:hover, .nav .nav-item .nav-link.active {
  padding-bottom: 0;
  border-bottom: 2px solid;
} 

.logo {
  padding-top: 5px;
  font-weight: 700;
}

.logo span {
  position: relative;
  top: 5px;
  font-size: 30px;
}

.login {
  font-size: 18px;
  position: relative;
  top: 5px;
}

body.show-menu {
  overflow: hidden;
}

body.show-menu .menu-nav {
  visibility: visible;
  opacity: 1;
}

.menu-nav-modal {
  visibility: hidden;
}

.menu-nav {
  visibility: hidden;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgb(66,41,166);
  background: linear-gradient(90deg, rgba(66,41,166,1) 0%, rgba(17,49,250,1) 47%, rgba(59,0,255,1) 100%);
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.menu-nav .close-menu-nav {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  color: #FFF;
  cursor: pointer;
}

.menu-nav .close-menu-nav span { 
  font-size: 40px !important;
}

.menu-nav .nav {
  margin-top: 20px;
  width: 280px;
}

.menu-nav .nav .nav-item .nav-link {
  font-size: 36px;
  color: #FFF;
  font-weight: 200;
}

.menu-nav .nav .nav-item .nav-link.bold {
  font-weight: 400; 
}

.menu-nav .nav .nav-item .nav-link:hover, .menu-nav .nav .nav-item .nav-link.active {
  padding-bottom: 2px;
  border-bottom: 0;
}

header { 
  padding-top: 120px;
}

.home header {
  padding-top: 200px;
}

h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

main {
  margin-top: 80px;
}

.beta-signup {
  width: 600px;
  margin: 0 auto;
  margin-top: 40px;
}

.beta-signup .input {
  margin-left: 105px;
}

.features-link {
  width: 100px;
  margin: 0 auto;
}

.features-link:hover span {
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  top: 8px;
}

.app-laptop {
  width: 1024px;
  margin: 0 auto;
}

.app-laptop-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  top: 500px;
}

.app-laptop-border {
  fill: #E6E6E6;
  position: relative;
  z-index: 1;
}

.app-laptop-image {
  position: absolute;
  width: 784px;
  height: 488px;
  float: left;
  margin-left: -903px;
  margin-top: 35px;
  z-index: 1;
}

.description {
  padding-top: 100px;
}

.beta .description {
  padding-top: 180px;
  padding-bottom: 100px;
}

.description h2 {
  font-size: 70px !important;
  line-height: 80px;
  font-weight: 700;
}

.description p {
  font-size: 16px;
  opacity: 0.75;
  font-weight: 300;
  line-height: 26px;
  padding-left: 60px;
  padding-right: 60px;
}

.description h3 {
  padding-left: 60px;
  font-size: 28px;
  font-weight: 300;
}

.description .item {
  position: absolute;
  margin-left: -76px;
  margin-top: 5px;
  width: 60px;
  height: 60px;
  border: 2px solid;
  border-radius: 50%;
  display: block;
  padding-top: 7px;
  padding-left: 18px;
  font-size: 34px;
}

.description .item.first {
  padding-left: 20px;
}

.features {
  width: 100%;
  padding: 40px 0;
}

.feature-card {
  width: 1024px;
  margin: 0 auto;
}

.feature-card .card-title {
  font-size: 42px;
}

.features.list .card-container {
  margin: 20px;
}

.features.list .card {
  border: none;
}

.item-1 .separator, .item-1 .card-icon {
  background: #bdc3c7;
  background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);
  background: linear-gradient(to right, #2c3e50, #bdc3c7);
}

.item-2 .separator, .item-2 .card-icon {
  background: rgb(52,0,249);
  background: linear-gradient(180deg, rgba(52,0,249,1) 0%, rgba(83,107,255,1) 85%, rgba(83,110,255,1) 100%);
}

.item-3 .separator, .item-3 .card-icon  {
  background: #ee9ca7;
  background: -webkit-linear-gradient(to bottom, #ffdde1, #ee9ca7);
  background: linear-gradient(to bottom, #ffdde1, #ee9ca7);
}

.item-4 .separator, .item-4 .card-icon  {
  background: #2193b0;
  background: -webkit-linear-gradient(to bottom, #6dd5ed, #2193b0);
  background: linear-gradient(to bottom, #6dd5ed, #2193b0);
}

.item-5 .separator, .item-5 .card-icon  {
  background: #0F2027;
  background: -webkit-linear-gradient(to bottom, #2C5364, #203A43, #0F2027);
  background: linear-gradient(to bottom, #2C5364, #203A43, #0F2027);
}

.item-6 .separator, .item-6 .card-icon  {
  background: #00416A;
  background: -webkit-linear-gradient(to top, #E4E5E6, #00416A);
  background: linear-gradient(to top, #E4E5E6, #00416A);
}

.item-7 .separator, .item-7 .card-icon  {
  background: #1f4037;
  background: -webkit-linear-gradient(to top, #99f2c8, #1f4037);
  background: linear-gradient(to top, #99f2c8, #1f4037);
}

.item-8 .separator, .item-8 .card-icon  {
  background: #7F7FD5;
  background: -webkit-linear-gradient(to top, #91EAE4, #86A8E7, #7F7FD5);
  background: linear-gradient(to top, #91EAE4, #86A8E7, #7F7FD5);
}

.features.list .card .separator {
  margin: 10px 0;
  width: 60px;
  height: 4px;
}

.features.list .card-body {
  border-radius: 10px;
  margin: 40px 5px;
  padding: 20px;
}

.features.list .feature-card .card-icon {
  padding: 10px;
  font-size: 30px;
  position: absolute;
  top: 17px;
  color: #FFF;
  border-radius: 50%;
}

.features.list .card h5 {
  font-size: 20px;
  font-weight: 300;
  margin: 30px 0;
}

.features.list .card .card-text {
  margin: 30px 0 10px;
  font-size: 14px;
  opacity: 0.75;
}

.integrations {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 60px;
}

.integrations h2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.01em;
}

.integrations-apps ul li {
  width: 100px !important;
  height: 100px;
  border-radius: 10px;
  background: #FFF;
  margin: 20px;
  list-style: none;
}

.integrations-apps ul li div {
  position: relative;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
}

.github {
  background-image: url("../img/logos/github.svg");
  background-size: cover;
}
.google-calendar {
  background-image: url("../img/logos/google-calendar.svg");
  background-size: cover;
}
.jira {
  background-image: url("../img/logos/jira.svg");
  background-size: cover;
}
.linkedin {
  background-image: url("../img/logos/linkedin.svg");
  background-size: cover;
}
.mailchimp {
  height: 56px !important;
  margin-top: -28px !important;
  background-image: url("../img/logos/mailchimp.svg");
  background-size: cover;
}
.pagerduty {
  width: 60px !important;
  margin-left: -30px !important;
  background-image: url("../img/logos/pagerduty.svg");
  background-size: cover;
}
.slack {
  background-image: url("../img/logos/slack.svg");
  background-size: cover;
}
.stripe {
  width: 70px !important;
  height: 30px !important;
  margin-top: -15px !important;
  margin-left: -34px !important;
  background-image: url("../img/logos/stripe.svg");
  background-size: cover;
}

.card-beta {
  margin: 100px auto;
}

footer {
  width: 100%;
  height: 180px;
  position: relative;
}

.modal .modal-body .contact-info {
  font-size: 12px;
  color: var(--bs-gray-500);
  text-align: center;
}

.contact-form-status {
  position: absolute;
  left: 10px;
  font-size: 12px;
  color: var(--bs-gray-800);
}

.footer-bg {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 100%;
  opacity: 0.6;
}

.footer-content {
  position: relative;
  top: 70px;
  z-index: 1;
}

.footer-copyright {
  margin-top: 20px;
  font-size: 12px;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceIn {
  0%, 30%, 70%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  30% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  70% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 30%, 70%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  30% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  70% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
} 

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .app-laptop {
    width: 720px;
  }

  .app-laptop-bg {
    top: 320px;
  }

  .app-laptop-image {
    width: 551px;
    height: 343px;
    margin-left: -635px;
    margin-top: 25px;
  }

  .description h2 {
    font-size: 50px !important;
    line-height: 80px;
    font-weight: 700;
  }

  .feature-card {
    width: 720px;
  }

  .feature-card div {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .feature-card .card-body.mt-5 {
    margin-top: 0px !important;
  }

  .feature-card .card-title {
    font-size: 36px;
  }

  .integrations .title {
    padding-right: 10px !important;
  }

  .integrations h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .integrations p {
    margin-top: 10px;
  }

  .hide-in-sm {
    display: none;
  }
}

@media only screen and (max-device-width : 767px) {

  .topnav .col-3 {
    width: 50% !important;
  }

  .topnav a.fs-2 {
    font-size: 22px !important;
  }

  .topnav .logo span {
    font-size: 24px;
  }

  .topnav .nav {
    display: none;
  }

  .menu-nav-modal {
    visibility: visible;
  }

  .login, .signup {
    display: none;
  }

  header {
    padding-top: 120px;
  }


  .beta-signup {
    width: 100%;
    margin-top: 40px;
  }

  .beta-signup .input {
    width: 100%;
  }

  .beta-signup .input {
    margin-left: 0px;
  }

  .beta-signup .text-start {
    margin-top: 20px;
    width: 100%;
    text-align: center !important;
  }

  .beta .description {
    padding-top: 0px;
  }

  .app-laptop {
    display: none;
  }

  .description {
    padding-top: 0px;
  }

  .description .row {
    display: block !important;
  }

  .description .row div {
    width: 100%;
  }

  .description h2 {
    text-align: center;
    font-size: 50px !important;
    line-height: 80px;
    font-weight: 700;
  }

  .features {
    padding: 0;
  }

  .feature-card {
    width: 100%;
    text-align: center;
  }

  .feature-card .card-title {
    font-size: 36px;
  }

  .feature-card .card-text.fs-5 {
    font-size: 16px !important;
  }

  .feature-card img {
    display: none;
  }

  .integrations {
    padding-top: 40px;
  }

  .integrations .container-lg, .integrations .title, .integrations .integrations-apps {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .integrations .title {
    text-align: center;
  }

  .integrations .title h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .integrations .title p {
    display: none;
  }

  .hide-in-sm {
    display: none;
  }

  .card-beta {
    padding: 0px 40px;
  }

  footer .logo {
    display: none !important;
  }

  footer .footer-copyright {
    font-size: 10px;
  }
}