#navbar-main{
    padding: 10px;
}
#upBtn{
    text-decoration: none;
    color: black;
}
.socials {
    color: #7295FF;
    text-decoration: none;
}
.socials:hover {
    text-decoration: none;
}
.grad-main{
    background: #33184D;
    background: -webkit-linear-gradient(top left, #33184D, #7295FF);
    background: -moz-linear-gradient(top left, #33184D, #7295FF);
    background: linear-gradient(to bottom right, #33184D, #7295FF);
}
#upBtn:hover{
    text-emphasis: none;
    text-decoration: none;
    color: rgba(0,0,0,0.75);
}
#up-button a{
    text-decoration: none;
    text-emphasis: none;
}
.just-slide1 img {
    height: calc(50vh - 100px);
    width: auto;
    margin: 0 auto; /* it centers any block level element */
  }
  .slick-dots {
	display: flex;
	justify-content: center;
	margin-top: 0px;
	padding: 1rem 0;
	list-style-type: none;
}
.just-slide1{
    min-height: 600px;
}
.slick-dots li{
    margin: 0 0.25rem;
}
#nav-logo{
    display: none;
}
#loader{
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
.center-y{
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
.slick-dots button{
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    
    border: none;
    border-radius: 100%;
    background-color:black;
    
    text-indent: -9999px;
}
.slick-dots li.slick-active button {
    background-color: red;
}


a{
    color:#262626;
    text-decoration: none;
}
a:link.footer-links{
    color: white;
    text-emphasis: none;
    text-decoration: none; 
    padding-bottom: 10px; 
}
a:hover.footer-links{
    color: white;
    text-emphasis: none;
    text-decoration: none;  
}
.bck-dark{
    background-color: rgb(41, 43, 44);
}
ul {
    list-style: none;
  }
  
  .container1 {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    z-index: 2 !important;
    position: relative;
  }
/* Menu btn*/
#menu-btn{
    cursor: pointer;
    position: absolute;
    top:20px;
    right:30px;
    z-index: 3;
    display:none;
}
#menu-close-btn{
    cursor: pointer;
    color:white;
    display: none;
}

/* Nav */
.main-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 20px 0;
    font-size: 13px;
  }

  .main-nav ul{
      display:flex;
  }

  .main-nav ul.main-menu{
      flex:1;
      margin-left:20px;
      padding-top: 10px;
  }

  .main-nav .logo{
      width: 150px;
  }

  .main-nav ul li{
      padding: 0 10px;
      font-size: larger;
  }

  .main-nav ul li a{
    padding-bottom: 2px;
  }
  .main-nav ul li a:hover{
    opacity: 0.5;
    text-emphasis: none;
    text-decoration: none;
    
  }



.h-main{
    min-height: 500px;
    padding-bottom: 20%;
}
#main-head-hero{
    position: relative;
    transform: skewY(-8deg);
    transform-origin: 0;
    overflow: hidden;

}
.hide{
    display: none;
}


.unskew{
    transform: skewY(8deg);
    transform-origin: top left;
}
.over{
    overflow-x:hidden !important;
}
.over-y{
    overflow-y:hidden !important;
}

.group1-card{
    transition: background-color 0.3s ease-in-out;
}

.group2-card{
    transition: background-color 0.3s ease-in-out;
}

#issue_tracker_title:hover {
    color: #7696dd;
}

.transform{
    background-color: #7696dd;
    color: white;
}
.border-jazz{
    border: #262626 2px solid;
    margin: 0px !important;
    padding: 10px !important;
}

  .slick-active + .slick-active {
  }
  .slick-active + .slick-active .img-fluid{
    margin-top: 40px;
    -webkit-box-shadow: 4px -4px 54px -1px rgba(0,0,0,0.54);
-moz-box-shadow: 4px -4px 54px -1px rgba(0,0,0,0.54);
box-shadow: 4px -4px 54px -1px rgba(0,0,0,0.54);
    margin-bottom: 45px;
    transition: margin 0.5s ease-in-out;
  }


  .slick-active + .slick-active + .slick-active {
  } 
  .slick-active + .slick-active + .slick-active .img-fluid{
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: none;
  }

  #screenShot{
      background-image: url("images/screen-back.jpg");
      background-position: center;
      background-size: cover;
  }
#main-foot{
    position: relative;
    padding-top: 10%;
}

.bck-grey{
    background-color: rgba(242,244,245, 1)  ;
}
.card-it{
    background-color:white;
    -webkit-box-shadow: 5px 7px 18px -6px rgba(0,0,0,0.58);
    -moz-box-shadow: 5px 7px 18px -6px rgba(0,0,0,0.58);
    box-shadow: 5px 7px 18px -6px rgba(0,0,0,0.58);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    transition:all 0.6s ease-in-out;
}
.shadow-it{
    -webkit-box-shadow: 5px 7px 35px -1px rgba(0,0,0,0.58);
-moz-box-shadow: 5px 7px 35px -1px rgba(0,0,0,0.58);
box-shadow: 5px 7px 35px -1px rgba(0,0,0,0.58);
}

.slide-on{
    color:red;
}

.center-col-5{
    padding-left: 170px;
}

.skew{
    transform: skewY(-8deg);
    transform-origin: top left;
}

.rotate{
    transform: rotate(-8deg);
    transform-origin: top left;
}
.rotate1{
    transform: rotate(-8deg);
}

.shift-right{
    position: absolute;
    right:0;
}
.shift-left{
    position: absolute;
    left:0;
}
.tap-logo{
    width: 150px;
    height: 150px;
}
.title{
    font-family: "Montserrat Alternates", Sans-serif;
    font-size: 35px;
    line-height: 1.1em;
    letter-spacing: -0.2px;
    text-shadow: 0px 0px 100px rgba(12,12,12,0.53);
    font-weight: bold;
}
.page-title{
    font-family: "Montserrat Alternates", Sans-serif;
    font-size: 60px;
    line-height: 1.6em;
    letter-spacing: -0.2px;
    text-shadow: 0px 0px 100px rgba(12,12,12,0.53);
    font-weight: bold;
}
.slick-slide {
    outline: none !important;
}
.column-4{
    max-width: 768px;
}
.title1{
    
    font-family: "Open Sans", Sans-serif;
    font-size: 25px;
    letter-spacing: 1.2px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    font-weight: 600;
}
.title2{
    font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    letter-spacing: 1.2px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.main-button{
    border-style: 2px solid;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    background-color: #5bc0de;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    transition: all 0.3s;
    cursor: pointer;

}
.title-icon{
    text-decoration: inherit;
    text-emphasis: inherit;
    margin-right: 5px;
}
.main-button:focus,.main-button:hover,.main-button:visited{
    color: white;
}

#app-illustrations{
    margin-top: -100px;
}
.send-back{
    z-index: 1;
}
.send-forward{
    z-index: 2;
}
.contact-us-padd{
    padding-top: 5%;
}
.padd-top{
    padding-top: 10%;
}
.padd-bottom{
    padding-bottom: 10%;
}
.anchor-blue{
    color: #6772e5;
    font-weight: 500;
    transition: color ease 0.4s;
    cursor: pointer;
    font-size: 17px;
    line-height: 28px;
    padding-top: 10px;
    border-top: 2px solid #f1f7fb;
    text-decoration: none;
}
.anchor-div{
    margin-top: 40px;
    margin-bottom: 60px;
}
.page-holder{
    margin-left: 1%;
}
.s-page-holder{
    margin-left: 2%;
}
.page{
    margin:0 auto;
}
#features{
    background-image: url("images/work.jpg");
    background-position: center;
    background-size: auto;
    background-attachment: fixed;
}
.overlay-blue{
    background-color: rgba(84,112,196,0.51);
}

.app-tab{
    height: 420px;
    width: 338px;
}

.svg-back{
    background-image: url("images/gradBack.svg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.dark-overlay{
    background-color: rgba(0,0,0,0.4);
}


.play-btn-container{
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
}
.fader{
    color: rgba(255,255,255,0.9);
}
#play-btn{
    top:26%;
    bottom: 25%;
    left: 43%;
    right: 45%;
}
.center-it{
    display: block !important;
    position: absolute;
    top:40%;
    left:45%;
}

#video-big-box{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.6);
}
.video-big-container{
    position: absolute;
    top: 20%;
    left:28%;
    right: 28%;
    bottom: 20%;
}
#main-video{
    width: 100%;
    height: 100%;
}
.selected{
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
    background-color: #7696dd;
    color: white;
    border-radius: 10%;
    transition: all 0.4s ease-in-out;
}
.show{
    display: block !important;
    z-index: 3;
}
#up-button{
    position: fixed;
    bottom: 0;
    right: 0;
}
.cursor-point{
    cursor: pointer !important;
}
.bck-native{
    background-color: rgba(118,150,221,0.12);
}
.video-close{
    position:absolute;
    top:2%;
    right: 2%;
}


/* Medium devices (tablets, 577 and less than= 768)*/
@media (min-width: 1280px) { 
    .padd-left{
        padding-left: 10%;
        position: absolute;
    }
}

/* Medium devices (tablets, 577 and less than= 768)*/
@media (max-width: 1170px) { 
    #app-phone{
        display: none !important;
    }
    .center-col-5{
        padding-left: 70px;
    }
    
}


/* Medium devices (tablets, 577 and less than= 768)*/
@media (max-width: 1024px) { 
    #app-phone{
        display: none !important;
    }
    #app-tab1{
        display: none !important; 
    }
    .just-slide1{
        min-height: 400px;
    }
    
    .h-main{
        padding-bottom: 35%;
    }
    #main-foot{
        padding-top: 10%;
    }
}


/* Medium devices (tablets, 577 and less than= 768)*/
@media (max-width: 768px) { 
    #app-phone{
        display: none !important;
    }
    #app-tab1{
        display: none !important; 
    }
    .center-col-5{
        padding-left: 300px;
    }
    .h-main{
        padding-bottom: 35%;
    }
    #main-foot{
        padding-top: 50%;
    }
    .just-slide1{
        min-height: 200px;
    }
    .anchor-div{
        margin-top: 40px;
        margin-bottom: 25px;
    }
}

/* Small devices (landscape phones, 0 and less than= 576px)*/
@media (max-width: 576px) {
    #app-phone{
        display: none !important;
    }
    #app-tab1{
        display: none !important; 
    }
    .h-main{
        padding-bottom: 35%;
    }
    .just-slide1{
        min-height: 100px;
    }
    #main-foot{
        padding-top: 70%;
    }
    .anchor-div{
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .video-big-container{
        position: absolute;
        top: 20%;
        left:0%;
        right: 0%;
        bottom: 20%;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (max-width: 700px) {
    #menu-btn{
        display:block;
    }
    #menu-close-btn{
        color: white;
        display: block;
    }
    .center-col-5{
        padding-left: 200px;
    }
    #menu-btn :hover{
        opacity:0.5;
    }
    
    
    
      .main-nav ul.main-menu {
        display: block;
        position: fixed;
        top:0;
        left:0;
        background:rgba(0,0,0,0.7);
        height: 900px;
        width:50%;
        transform: translateX(-500px);
        padding:30px;
        transition: transform 0.3s ease-in-out;

      }
      .main-nav ul.main-menu.show-nav{
        transform: translateX(-50px);
      }
      .main-nav ul.main-menu li{
          padding:10px;
          border-bottom: #f1f7fb solid 1px;
          font-size:14px;
      }
      .main-nav ul.main-menu li:last-child{
        border-bottom: none;
    }
    .main-nav ul.right-menu{
        margin-right: 50px;
        padding-top: 20px;
    }
      .main-nav ul.main-menu a {
        color:white;
      }

     

 }

/* Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {
    
 }
 
