
#comp-div::-webkit-scrollbar {
  height: 7px;
}

#comp-div::-webkit-scrollbar-track {
  border-radius: 10px;
  webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#comp-div::-webkit-scrollbar-thumb {
  background-color: a6c53b;
  webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

*, body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body {
  overflow-x: hidden;
}

.vh100{
    min-height:100vh;
}

article {
  background: linear-gradient(180deg, #B2DDF7 0%, #FBFEFF 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position:relative;
  min-height:50vh;
}



header .container {
  background: transparent !important;
}

header nav {
  border-radius: 5px;
  z-index: 9999;
}

header nav .nav-link {
  text-transform: uppercase !important;
  font-size: 12px;
  font-weight: bold;
}

#login {
  width: 114px;
  height: 40px;
  background-image: url(../images/login.svg);
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: right;
  color:white;
}

#signup {
  width: 114px;
  height: 40px;
  background-image: url(../images/signup.svg);
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: left;
  text-align: right;
  color: white;
}

#login-container {
  margin-right: -35px;
}

#hero-cta {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 30px;
  z-index: 1000;
  color: #fff;
}

#hero-cta h1 {
  font-size: 35px;
  max-width: 900px;
  color:#000;
}

#hero-cta p {
  font-size: 18px;
  color:#000;
}

#hero-cta p img {
  margin-right: 15px;
  opacity: .45;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

#hero-cta p img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  cursor: pointer;
}

#premium-svg {
  border: 2px solid white;
  width: 120px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 30px 0;
}

#premium-svg:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: darkgreen;
  font-weight: bold;
  -webkit-transition: background-color,color .75s  ease-in-out;
  transition: background-color,color .75s  ease-in-out;
}

.dot {
  margin-bottom: 20px;
}

.dot img {
  margin-right: 10px;
}

.softwares .card-img-top {
  max-width: 75px;
}

.btn-soft {
  border: 1px solid #4CAF50;
  font-size: 14px;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.btn-soft:hover {
  background-color: #4CAF50;
  color: #fff;
}

.vid img {
  width: 100%;
}

.compare-table {
  background-color: #f5d787;
}

.table th, .table td {
  padding: 20px;
}

.blog .carousel-indicators {
  left: 0;
  bottom: auto;
  top: -40px;
}

/* The colour of the indicators */
.blog .carousel-indicators li {
  background: #82bdf5;
  border-radius: 50%;
  width: 28px;
  height: 8px;
  position: absolute;
  left: 0;
}

.blog .carousel-indicators .active {
  background: #0435c9;
  margin-left: 40px;
}

.aster {
  font-size: 30px;
  color: #004904;
}

footer {
  min-height: 50vh;
}

footer div {
  line-height: 30px;
}

footer ul {
  list-style: none;
}

footer ul li {
  cursor: pointer;
}

.softwares .card {
  -webkit-box-shadow: 1px 1px 3px;
          box-shadow: 1px 1px 3px;
  -webkit-transition: .8s;
  transition: .8s;
}

.softwares .card:hover {
  -webkit-box-shadow: 5px 5px 10px;
          box-shadow: 5px 5px 10px;
}

/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
 // max-height: 100%;
}

.more-info {
  display: none;
}


.modal-body ol li {
  margin-top: 10px;
}

.subcribe {
  text-align: center;
}
/*# sourceMappingURL=css.css.map */

.logo {
  -webkit-animation: spinreverse 5s infinite linear;
}

@-webkit-keyframes spinreverse {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
  }
}


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




  .log-sig{
    display: flex !important;
    flex-direction: row;
    width: 200px;;
    justify-content: start;
  }

  #login,.login {
    text-align: center;
    width: 150px;
    height: 40px;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    background-size: cover;
    background-position: right;
    box-shadow: 4px 7px 20px rgb(0 0 0 / 15%);
    border-radius: 5px;
    border: 1px solid cornflowerblue;
    color: darkblue;
  }
  
  #signup,.register {
    width: 150px;
    height: 40px;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;
    background-position: left;
    text-align: center;
    padding-left: 0px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-color: #fff;
    background-size: cover;
    background-position: right;
    box-shadow: 4px 7px 20px rgb(0 0 0 / 15%);
    border-radius: 5px;
    border: 1px solid cornflowerblue;
    color: #fff;
    background: linear-gradient(180deg, #1190D6 0%, #2F3298 100%);
  }

}