/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 320px) and (max-width: 465px) {
  .nav-link {
    font-size: 5px;
  }
}

@media screen and (min-width: 340px) and (max-width: 600px) {
  #signature {
    width: 100%;
  }
  .signature-line-container {
    position: absolute;
    top: 60%;
    right: 31%;
    transform: translate(50%, 80%);
    width: 50%;
  }
}

@media screen and (max-width: 340px) {
  #signature {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .nav-link {
    font-size: 20px;
    margin: 0px 16px 0px 0px;
  }

  .navbar-brand img {
    width: 10rem !important;
  }
  #select-clients{
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .learn-more button{
    font-size: 20px;
  }
  .home-description .home-title h1{
    font-size: 30px !important;
  }

  .home-description .home-title p{
    font-size: 18px !important;
  }

  .learn-more button{
    font-size: 18px !important;
  }
  .learn-more img{
    height: 1.6rem !important;
  }

  .home-description .home-title{
    padding: 2rem;
    max-width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-brand {
    padding: 0;
    margin-left: 0;
    width: 0 !important;
  }

  .navbar-brand img {
    width: 13rem;
  }

  .navbar-nav {
    white-space: nowrap;
  }

  .nav-item {
    display: inline-block;
  }

  .main {
    height: 4rem;
    object-fit: cover;
    background-position: center;
    background-size: cover;
  }

  .quote-img {
    padding: 2rem;
  }

  .mobile{
    display: block !important;
  }
  .desktop{
    display: none;
  }

  .video-caption h1{
    color: white; 
    font-weight: 700;
    font-size: 20px;
  }

  .home-description h4 {
    font-size: 15px;
    color: white;
    width: 100%;
    line-height: 25px;
  }

  .video{
    height: 100%;
  }

  .video-caption{
    padding: 3rem;
  }

  #contact h1{
    text-align: center;
    padding-top: 3rem;
    font-size: 2rem;
  }

  #contact ul{
    text-align: center;
  }

  #faq .accordion .link{
    font-size: 20px;
  }

  #faq .accordion li{
    font-size: 16px;
  }
  .home-description h1{
    max-width: 100% !important;
  }
  #features {
    border: none;
  }

  #features .container{
    max-width: 100%;
  }

  #features .tab{
    display: grid;
  }

  #features .tabcontent{
    padding: 1rem;
  }

  #about h1{
    font-size: 35px;
  }

  .footer li{
    display: block;
  }

  .portal-img{
    height: 100%;
  }
  .portal-video{
    height: 55%;
  }
  .client-reviews{
    width: 100%;
  }
  .client-reviews p{
    font-size: 16px !important;
  }
  #select-clients {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 3em;
    margin-bottom: 0;
  }
  .clients-container .page{
    width: 100% !important;
  }
  #select-clients img{
    height: 5.5rem;
  }
  .clients-container{
    padding-bottom: 0;
    padding-top: 3rem;
  }
  .client-reviews img{
    height: 38rem;
  }
  #feat-container{
    padding: 3rem 0rem;
  }

  #feat-container article{
    width: 100% !important;
  }
  #feat-container article:hover{
    width: 100% !important;
  }
  #featCarousel{
    width: 100%;
  }
  #feat-container article .wrapper .content{
    display: block !important;
    padding: 3rem;
  }
  #featCarousel .carousel-control-next-icon,
  #featCarousel .carousel-control-prev-icon{
    filter: invert(1);
  }

  #features video{
    width: 100% !important;
    float: unset !important;
  }

  .home-description .home-title h1{
    font-size: 40px;
  }

  .home-description .home-title p{
    font-size: 25px;
  }

  .learn-more button{
    font-size: 25px;
  }
  .learn-more img{
    height: 2.5rem;
  }

  .home-description .home-title{
    padding: 2rem;
    max-width: 85%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 767px) and (max-width: 992px) {
  .navbar-nav {
    white-space: nowrap;
  }
  .nav-item {
    display: inline-block;
  }
}

@media only screen and (max-width: 1200px) {
  .signature-line{
    display: none;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .navbar-brand {
    padding: 0 !important;
  }

  .navbar-brand img {
    width: 14rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1450px) {
  .home-description .home-title h1{
    font-size: 45px;
  }

  .home-description .home-title p{
    font-size: 25px;
  }

  .learn-more button{
    font-size: 25px;
  }
  .learn-more img{
    height: 2.5rem;
  }
  .signature-line-container{
    width: 60%;
  }
}

@media only screen and (max-width: 992px) {
  .navbar {
    padding: 0 !important;
  }

  .navbar-brand {
    margin-left: 0 !important;
  }

  .navbar-collapse .nav-link {
    color: #fff;
    padding: 2rem;
    font-size: 20px;
  }

  .navbar-collapse {
    position: absolute;
    top: 86px;
    right: 0;
    width: 100vw;
    background-color: #009ed9;
    z-index: 10;
  }

  .navbar-toggler {
    background-color: #009ed9;
    height: 4rem;
    width: 4rem;
    border-radius: 0;
    margin-right: 1rem;
  }

  .navbar-toggler i {
    font-size: 2rem;
    color: #fff;
  }

  .navbar .free-trial-btn {
    display: none;
  }
  .navbar .free-trial-btn-sm {
    display: block;
    padding: 0.5rem 1rem;
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 700;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
  }

  .change .bar2 {
    opacity: 0;
  }

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
  }

  #select-clients{
    grid-template-columns: repeat(3, 1fr);
  }
  .about-text{
    padding: 3rem;
  }

  .signature-line-container{
    position: absolute;
    bottom: 20%;
    right: 50%;
    transform: translate(50%, 90%);
    width: 60%;
    height: 22%;
  }
}

@media only screen and (max-width: 1400px) {
  canvas, 
  #clear{
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .about-img{
    position: unset !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .about-text{
    padding: 3rem;
  }

  .home-description h1{
    font-size: 30px;
  }

}
