/**
 * Styles for single case studies page by BDA
 */


.bda-password-form-wrapper {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 200px;
}
.bda-password-form-wrapper p {
  margin-bottom: 15px;
}


.bda-page {
  position: relative;
  background: #fff;
}

.bda-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 700px;
  background-image: url(../images/business-laptop.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.bda-page-title {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 110px 15px 70px 15px;
  text-align: center;
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 900;
}

.bda-video-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.bda-video {
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 9px 20px 0px rgb(117,118,119,.75);
}

.bda-navigation {
  position: relative;
  margin: 70px auto 0 auto;
  padding: 0 15px;
  text-align: center;
}

.bda-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 330px;
  height: 100px;
  padding: 0;
  text-align: center;
  background: #e20e5a;
  color: #fff !important;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  transform: none !important;
  border-radius: 20px;
  margin-right: 63px;
  box-shadow: 0 9px 20px 0px rgb(117,118,119,.75);
}

.bda-navigation .button {
  font-size: 22px;
  margin: 0 50px 0 0;
}

.bda-navigation .button:last-child {
  margin: 0;
}


.bda-compare-versus {
  position: absolute;
  top: 97px;
  left: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 10px 10px 20px rgb(204,204,204,.75);
}


.bda-compare-grid {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 15px;
  margin-top: 90px;
  margin-bottom: 30px;
}

.bda-compare-column {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-right: 30px;
}

.bda-compare-column:last-child {
  margin-right: 0;
}

.bda-compare-company {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 31px 0px rgb(163,163,163,.75);
}

.bda-compare-company-logo {
  width: 100%;
  height: 270px;
  padding: 20px 30px;
}

.bda-compare-company-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bda-compare-company-subtitle {
  position: relative;
  top: -32px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 34px;
  border-radius: 0 100px 100px 0;
  filter: brightness(1.2);
}

.bda-compare-row {
  text-align: center;
}

.bda-compare-row-image {
  width: 100%;
  max-width: 55%;
  height: auto;
  object-fit: contain;
}

.bda-compare-row-title {
  font-size: 35px;
  font-weight: bold;
  line-height: normal;
  margin: 20px 0;
}

.bda-compare-row-description {
  display: inline-block;
  text-align: left;
  color: #000;
  font-size: 20px;
  line-height: 1.3;
}

.bda-compare-row-cost {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 23px;
  margin: 30px 0 50px 0;
}

.bda-compare-row:last-child .bda-compare-row-cost {
  margin-bottom: 0;
}

.bda-compare-company-total {
  text-align: center;
  padding: 40px 15px;
}

.bda-compare-company-total-title {
  font-size: 35px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 30px;
}

.bda-compare-company-total-amount {
  width: 200px;
  height: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 8px solid transparent;
  border-radius: 50%;
  font-size: 40px;
}

.bda-compare-total-wrapper {
  position: relative;
  top: 60px;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 15px;
}

.bda-compare-total {
  border-radius: 20px;
  padding: 40px 0 90px 0;
  text-align: center;
  box-shadow: 0 9px 20px 0px rgb(0,0,0,.3);
}

.bda-compare-total-stars {
  color: #fbc800;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 10px;
  text-shadow: 20px 20px 28px rgba(0,0,0,.3);
  margin-bottom: 40px;
}

.bda-compare-total-title {
  color: #fff;
  font-size: 50px;
  line-height: normal;
  font-weight: 300;
  margin-bottom: 20px;
}

.bda-compare-total-amount {
  color: #fff;
  font-size: 100px;
  font-weight: 900;
  line-height: normal;
}

.bda-compare-total-arrow {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 20px 20px 15px rgba(0,0,0,.3);
}

.bda-compare-total-arrow svg {
  width: 39px;
}

.bda-page-footer {
  padding: 180px 15px 150px 15px;
}

.bda-page-footer-text {
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}

.bda-page-footer-text h1,
.bda-page-footer-text h2,
.bda-page-footer-text h3,
.bda-page-footer-text h4,
.bda-page-footer-text h5,
.bda-page-footer-text h6 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.2;
}

.bda-page-footer-text p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 1.3;
}

.bda-page-footer-grid {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}

.bda-page-footer-grid > * {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}

.bda-page-author {
  margin-right: 50px;
}

.bda-page-author {
  padding: 50px 40px;
  color: #000;
  font-size: 35px;
  line-height: normal;
}

.bda-page-author a {
  display: block;
  color: #000;
  margin-bottom: 25px;
}

.bda-page-author-top {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.bda-page-author-top-left {
  width: 100%;
  margin-right: 40px;
}

.bda-page-author-name {
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 12px;
}

.bda-page-author-avatar {
  flex-shrink: 0;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}

.bda-page-author-description {
  font-size: 20px;
  line-height: 30px;
}

.bda-page-form {
  display: flex;
  align-items: center;
}


/* Responsive styles */
@media (max-width: 991.98px) {
  .bda-bg-image {
    height: 340px;
  }

  .bda-page-title {
    padding: 40px 15px 30px 15px;
    font-size: 35px;
  }

  .bda-video {
    box-shadow: 0 5px 10px 0px rgb(117,118,119,.75);
  }

  .bda-navigation {
    display: flex;
    justify-content: center;
    margin: 40px auto 0 auto;
  }

  .bda-navigation .button {
    margin: 0 15px 0 0;
  }

  .bda-button {
    margin-right: 15px;
    font-size: 18px;
    height: 60px;
    box-shadow: 0 5px 10px 0px rgb(117,118,119,.75);
  }

  .bda-compare-company {
    box-shadow: 0 5px 10px 0px rgb(163,163,163,.75);
    margin-right: 10px;
  }

  .bda-compare-company-logo {
    height: 150px;
    padding: 10px;
  }

  .bda-compare-versus {
    width: 50px;
    height: 50px;
    top: 0;
    left: -30px;
    box-shadow: 5px 5px 10px rgb(204,204,204,.75);
    font-size: 18px;
  }

  .bda-compare-versus:nth-child(2) {
    left: calc(50% - 30px);
  }

  .bda-compare-versus:nth-child(4) {
    left: calc(100% - 40px);
  }

  .bda-compare-grid {
    justify-content: flex-start;
    overflow-x: scroll;
    padding: 15px 10px;
    margin-top: 50px;
  }

  .bda-compare-column {
    max-width: 100%;
    width: calc(50% + 5px);
    flex-shrink: 0;
    margin: 0;
  }

  .bda-compare-company-subtitle {
    margin-right: 10px;
    top: -24px;
    font-size: 14px;
    line-height: normal;
    padding: 10px;
  }

  .bda-compare-row-content {
    padding: 0 10px;
  }

  .bda-compare-row-image {
    max-width: 250px;
  }

  .bda-compare-row-title {
    font-size: 20px;
  }

  .bda-compare-row-description {
    font-size: 16px;
  }

  .bda-compare-row-cost {
    font-size: 19px;
    line-height: 1.3;
    padding: 10px;
    margin: 20px 0 30px 0;
  }

  .bda-compare-company-total {
    padding: 40px 10px;
  }

  .bda-compare-company-total-title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .bda-compare-company-total-amount {
    width: 115px;
    height: 115px;
    border: 5px solid transparent;
    font-size: 28px;
  }

  .bda-compare-total-wrapper {
    top: 30px;
  }

  .bda-compare-total {
    padding: 30px 15px 60px 15px;
  }

  .bda-compare-total-title {
    font-size: 35px;
  }

  .bda-compare-total-stars {
    font-size: 30px;
    margin-bottom: 25px;
    text-shadow: 10px 10px 18px rgba(0,0,0,.3);
  }

  .bda-compare-total-amount  {
    font-size: 70px;
  }

  .bda-compare-total-arrow {
    bottom: -40px;
    width: 80px;
    height: 80px;
  }

  .bda-page-footer {
    padding: 120px 15px 50px 15px;
  }

  .bda-page-footer-grid {
    flex-wrap: wrap;
  }

  .bda-page-author {
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .bda-page-footer-text p {
    font-size: 20px;
  }

  .bda-page-footer-text {
    margin-bottom: 40px;
  }

  .bda-page-author {
    padding: 40px 20px;
  }

  .bda-page-author-top {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 40px;
  }

  .bda-page-author-top-left {
    margin-top: 30px;
    margin-right: 0;
  }

  .bda-page-author-name {
    font-size: 40px;
  }

  .bda-page-author a {
    margin-bottom: 20px;
  }

  .bda-page-author-description {
    font-size: 16px;
    line-height: 26px;
  }
}