/*
Image path
Gradient color
Color
Font Size
Font Color
Font Family
button
*/
/***Image path***/
/***End image path*****/
/***Gradient color****/
/*********Color*********/
/*********End Color*********/
/*********Font Size*********/
/*********End Font Size*********/
/*********Font Color*********/
.blue_green_gradient_text_color {
  background: linear-gradient(90deg, #0da1e2 0%, #31d48b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*********Font Family*********/
/*********End Font Color*********/
/*****Button*****/
.clinch_primary_button {
  background: #0da1e2;
  background: linear-gradient(90deg, #0da1e2 0%, #31d48b 100%);
  color: white !important;
  border: none;
}
.clinch_secondary_button {
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #0da1e2, #31d48b);
  background-origin: border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
.clinch_third_button {
  background: #6e1fd6;
  background: linear-gradient(90deg, #6e1fd6 0%, #ff844f 100%);
  color: white !important;
  border: none;
}
.clinch_fourth_button {
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(90deg, #6e1fd6, #ff844f);
  background-origin: border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
/****End button*****/
/*******Banner********/
.hero-image {
  top: 15%;
  right: 0px;
  width: 50%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  max-width: 1700px;
}
@media (max-width: 1200px) {
  .hero-image {
    /*width: 45%! important;*/
  }
}
.hero-image-bg {
  top: 7%;
  left: 48%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  max-width: 1700px;
  width: 56rem !important;
}
.banner_page_row {
  height: auto;
  padding: 2rem 0px;
  position: relative;
  display: flex;
  align-items: center;
}
.banner_page_row .wistia_click_to_play {
  position: unset !important;
}
.banner_page_row .play-icon {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 75%;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner_page_row .play-icon .fa-play {
  background-color: #0da1e2;
  color: white;
  padding: 20px 25px;
  border-radius: 10px;
  font-size: 25px;
}
.banner_page_row .play-icon .fa-play:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .banner_page_row .video_thumbnail {
    display: none;
  }
}
.banner_page_row .iphone-screen {
  display: none;
}
.banner_page_row .block-image > div {
  background-image: none !important;
}
.banner_row > div:first-child {
  align-self: center;
  padding-right: 5rem;
}
.banner_row > div:first-child h1 {
  color: #1d1d1d;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 5rem;
}
.banner_row > div:first-child p {
  line-height: 35px;
  font-size: 22px;
  margin-bottom: 48px;
}
@media (max-width: 1025px) {
  .hero-image,
  .hero-image-bg {
    display: none !important;
  }
}
@media (max-width: 1330px) {
  .banner_page_row {
    background-size: 42% 100%;
  }
  .banner_page_row .banner_row > div:first-child {
    padding-right: 0rem;
  }
  .banner_page_row .banner_row > div.text_content_column {
    padding-right: 20px;
  }
}
@media (max-width: 1169px) {
  .banner_page_row {
    background-size: 37% 100%;
  }
}
@media (max-width: 1024px) {
  .banner_page_row {
    background-size: 0%;
  }
  .banner_page_row .banner_row > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner_page_row .banner_row > div:nth-child(2) {
    display: none;
  }
  .homepage_clients_logo .block-image-uncropped-full-width {
    text-align: center;
  }
  .homepage_clients_logo .block-image-uncropped-full-width img {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .banner_page_row .page-block p,
  .banner_row > div:first-child h1 {
    text-align: center !important;
  }
}
/*******End Banner********/
