/* ==========================================================================

  equibit.css

/* ========================================================================= */




/*-------------------------------- Animations ------------------------------*/
/* This page uses:
 *  - Scrollmagic, https://daneden.github.io/animate.css/
 *  - Animate CSS, which comes with a series of built-in css animations. 
 *    Reference: https://daneden.github.io/animate.css/
 * Note that links to both frameworks are included in the page header.
 *  
 */
 
.faded {  
    opacity: 0;
}

.invisible {
    visibility: hidden;
}

.paralax-bg {
    background-attachment: fixed;
}

/*-------------------------------- Colors ----------------------------------*/

  /* Bright Red */
  /* Teal */
 
  /* Dark Red */
  /* Dark Red  */
 
  /* Red */
 
  /* Blue */


/*-------------------------------- Intro -----------------------------------*/

.title-container {
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #C2383B;
  background-image: url("https://www.bitovi.com/hubfs/case-study-equibit/equibit-bg-2.png"), url("https://www.bitovi.com/hubfs/case-study-equibit/equibit-bg-1.jpg"); 
  background-repeat: no-repeat, no-repeat;
  background-position-y: bottom, top;
  background-position-x: 118%, center;
  background-size: 40%, cover; 
  color: #fff;
  overflow: hidden;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.title-intro {
  display: flex;
  width: 100%;
  max-width: 970px;
  padding-top: 80px;
}
.title-intro h1 {
  font-size: 6em;
  font-weight: 200;
  margin: 0;
  color: #FFF;
}
.title-intro h2 {
  margin: 0;
  margin-top: 40px;
  line-height: 1.5em;
  color: #FFF;
}
.title-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 80px;
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .title-container {
    background-color: #C2383B;
    background-image: url("https://www.bitovi.com/hubfs/case-study-equibit/equibit-bg-1.jpg"); 
    background-position: top center;
    background-size: cover; 
  }
  .title-intro {
    flex-direction: column;
    align-items: center;
  }
  .title-copy {
    padding-right: 0;
  }
}
/*-------------------------------- Summary    -------------------------------*/
.row-body.row-summary {
    padding-bottom: 80px;
}

.intro-logo {
    width: 170px;
    margin-bottom: 20px;
}

/*-------------------------------- Project Goals  -----------------------------------*/

.goals-bg {
    background-color: #F2F2F2;
    position: relative;
}

/*-------------------------------- Design Process  -----------------------------------*/

.design-process-bg {
    background-color: #F2F2F2;
    background-image: url("https://www.bitovi.com/hubfs/case-study-equibit/bg-flow.png");
    background-repeat: repeat-x;
    background-size: 100%;
    padding-top: 250px;
}


/*-------------------------------- Open Source Quote -----------------------*/

.open-source-quote {
    background-image: url("https://www.bitovi.com/hubfs/case-study-iris/iris-open-source.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.open-source-quote blockquote {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    color: white;
    font-size: 26px;
}


/*-------------------------------- Docs & App Images -----------------------*/
.doc-app-images {
    display:flex;
    margin-bottom: 40px;
}
.doc-app-images img {
    box-shadow: -7px 0px 39px 0px rgba(0,0,0,0.3);
    height: 526px;
    border-radius: 4px;
}
.doc-app-images-col-2 {
    z-index: 1;
    margin-left: -7px;
}

/*-------------------------------- Devices Images  -------------------------*/
.row-bg {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #C8333C;
  background: linear-gradient(to bottom, rgba(168,24,67,1) 0%,rgba(200,51,60,1) 100%);
  position: absolute;
  z-index: -9;
  background-attachment: fixed;
}
.row-bg img {
  width: 100%;
  height: auto;
  filter: blur(40px);
  opacity: 0.5;
  transform: scale(1.2);
}
.row-dark {
  color: #fff;
}
.row-dark a,
.row-dark h3,
.primary-bg h3 {
   color: #fff; 
}

.image-container {
  box-shadow: inset 0 0 20px rgba(0,0,0,0.3);  
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  height: 460px;
}
.image-container img {
    position: absolute;
}

.device-android {
    height: 140px;
    top: 0;
    left: 161px;
}
.device-iphone {
    height: 89px;
    top: 82px;
    left: 305px;
}
.device-ipad-horz {
    height: 160px;
    top: 0;
    right: 30px;
}
.device-ipad-vert {
    height: 297px;
    bottom: 0;
    left: 30px;
}
.device-desktop {
    height: 267px;
    bottom: 0;
    right: 20px;
}
#device-android {
    animation-delay: 0.2s;
}
#device-desktop {
    animation-delay: 1s;
}
#device-ipad-horz {
    animation-delay: 0.4s;
}
#device-ipad-vert {
    animation-delay: 0.7s;
}
/*-------------------------------- Flow Graphic -----------------------------*/
.flow-graphic {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flow-graphic .box {
    border: 3px solid transparent;
    text-align: center;
    padding: 20px;
    line-height: 1.3;
    width: 240px;
    font-size: 22px;
    background: white;
}
.flow-graphic .box--1 {
    color: #1eab9e;
    border-color: #23b9ab;
    border-image-slice: 1;
}
.flow-graphic .box--2{
    color: #1eab9e;
    border-image: linear-gradient(to bottom, #23b9ab 0%, #289acd 100%);
    border-image-slice: 1;
}
.flow-graphic .box--3 {
    color: #1e89b9;
    border-color: #289acd;
}
.flow-graphic .box--4 {
    color: #9934B6;
    border-image: linear-gradient(to bottom, #289acd  0%, #9934B6 100%);
    border-image-slice: 1;
}

.flow-graphic .connector {
    height: 40px;
    width: 3px;
    position: relative;
    z-index: 1;
}
.flow-graphic .connector:before,
.flow-graphic .connector:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    background-color: white;
    left: -6px;
}
.flow-graphic .connector:before {
    top: -8px;
}
.flow-graphic .connector:after {
    bottom: -8px;
}
.flow-graphic .connector-green {
    background-color: #23b9ab;
}
.flow-graphic .connector.connector-green:before,
.flow-graphic .connector.connector-green:after {
    border-color: #23b9ab;
}
.flow-graphic .connector-blue {
    background-color: #289acd;
}
.flow-graphic .connector.connector-blue:before,
.flow-graphic .connector.connector-blue:after {
    border-color: #289acd;
}

.flow-graphic .animate-box-1,
.flow-graphic .animate-box-2,
.flow-graphic .animate-box-3,
.flow-graphic .animate-box-4 {
   animation-duration: 1s;
}

.flow-graphic .animate-box-2 {
    animation-delay: 0.2s;
}
.flow-graphic .animate-box-3 {
    animation-delay: 0.4s;
}
.flow-graphic .animate-box-4 {
    animation-delay: 0.8s;
}

/*-------------------------------- Page Rows -------------------------------*/
.row-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
.row-container h3 {
  margin: 0;
  margin-bottom: 40px;
}
.row-container h4 {
  margin: 0;
  line-height: 1.6em;
  font-weight: 400;
}
.row-container p {
  margin-bottom: 40px;
}
.row-container p:last-child {
  margin-bottom: 0;
}
.dash-bg {
  position: relative;
}
.dash-bg:before {
  content: '';
  position: absolute;
  background: #000;
  top: 0;
  right: 40%;
  width: 100%;
  height: 70px;
  z-index: -9999;
  transform: rotate(-35deg);
}
.dash-bg:after {
  content: '';
  position: absolute;
  background: #ab1c1c;
  bottom: 0;
  left: 40%;
  width: 100%;
  height: 70px;
  z-index: -9999;
  transform: rotate(-35deg);
}

.row-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 970px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.row-split {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row-body .row-content {
  display: flex;
  flex-direction: column;
  max-width: 70%;
  flex-basis: 70%;
  padding-right: 80px;
}
.row-body .row-img {
  display: flex;
  flex-direction: column;
  max-width: 30%;
  flex-basis: 30%;
  align-items: flex-end;
  justify-content: center;
}
.row-body .row-img img {
  max-width: 280px;
}
.row-body.row-closing {
    padding-bottom: 0;
}
#animate-screenshot {
    animation-duration: 2s;
}

@media screen and (max-width: 768px) {
  .row-split {
    flex-direction: column;
  }
  .row-body .row-content {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .row-body .row-img {
    flex-basis: 100%;
    max-width: 100%;
    align-items: center;
  }
}
/*-------------------------------- Background -----------------------------------*/
.gray-bg {
  background: #f2f2f2;
}
.primary-bg {
  background: #498DD7;
  color: #fff;
}
.gradient-bg {
  background: #f2f2f2;
  background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
}

p.web-container {
  position: relative;
}
p.web-container img {
  border-radius: 4px;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
p.web-container .top-image {
  position: absolute;
  right: -5%;
  bottom: 10%;
  width: 50%;
  height: auto;
}
p.image-container {
  display: flex;
  flex-direction: column;
  align-self: center;
  max-width: 600px;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}
.bottom-line {
  border-bottom: 2px solid rgba(0,0,0,0.1);
  top: 1px;
}

#casestudy .rounded-list li:before {
    background: #498DD7;
}


/*-------------------------------- Security Images -----------------------------*/

.security-images {
    margin-bottom: 50px;
}
.security-images img {
    margin-top: 2%;
}
.security-images .caption {
    color: #fff;
    margin-top: 15px;
}
.security-images-row {
    display: flex;
}
.security-images-row img {
    width: 49%;
    height: 49%;
    margin-right: 2%;
}


