/*
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;
}
.purple_blue_gradient_text_color {
  background: linear-gradient(90deg, #6e1fd6 0%, #0da1e2 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*****/
html {
  min-height: 100%;
}
body {
  /*background: linear-gradient(138deg, rgba(110, 31, 214, 1) 0%, rgba(13, 161, 226, 1) 64%, rgba(49, 212, 139, 1) 97%);
  background:linear-gradient(141deg, rgb(110, 31, 214, 78%) 0%, rgb(13, 161, 226) 55%, rgb(49, 212, 139, 78%) 96%);
background-size: cover;
background-repeat: no-repeat;*/
}
.top_section {
  overflow-x: clip;
  padding-bottom: 5rem;
}
.top_section .container {
  position: relative;
}
.top_section .container img.background_shape {
  top: 0rem;
  left: -44rem;
  width: auto;
  height: 104%;
  position: absolute;
  max-width: unset;
}
@media (min-width: 992px) and (max-width: 1359px) {
  .top_section .container img.background_shape {
    left: -46rem;
    height: 108%;
  }
}
@media (min-width: 992px) and (max-width: 1286px) {
  .top_section .container img.background_shape {
    left: -49rem;
  }
}
@media (min-width: 992px) and (max-width: 1040px) {
  .top_section .container img.background_shape {
    left: -54rem;
  }
}
@media (max-width: 991px) {
  .top_section .container img.background_shape {
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .top_section .container img.background_shape {
    height: 100%;
  }
}
@media (min-width: 991px) {
  .top_section .container img.mobile_background_shape {
    display: none;
  }
}
@media (max-width: 991px) {
  .top_section .container img.mobile_background_shape {
    top: 0rem;
    left: 0rem;
    width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    max-width: unset;
  }
}
.top_section .container .logo_section {
  margin-bottom: 30px;
}
.top_section .container .logo_section img {
  max-width: 50px;
  height: auto;
}
.top_section .container .top_content h2 {
  color: white;
}
.top_section .container .top_content p {
  color: white;
}
.top_section .container .top_content li {
  color: white;
}
.top_section .container .fancy_popup {
  padding: 0rem;
  max-width: unset;
  width: 100%;
  height: auto;
  border-radius: unset;
}
.top_section .container .fancy_popup .form-container {
  border-radius: 10px;
  box-shadow: 0 0px 6px 0 #00000029;
  padding: 2rem;
  background-color: #ffffff;
}
.customer_logos_row,
.testimonial_section,
footer {
  display: none;
}
/*.request-a-demo{
  .top_section{
    padding-bottom:5rem !important;
    .container{
      img.background_shape{
            top: 0rem;
            left: -44rem;
            width: auto;
            height: 104%;
            position: absolute;
            max-width: unset;
        @media (min-width:992px) and(max-width: 1359px){
            left: -46rem;
            height: 108%;
        }
        @media (min-width:992px) and(max-width: 1286px){
            left: -49rem;
        }
        @media (min-width:992px) and(max-width: 1040px){
            left: -54rem;
        }
        @media (max-width: 991px){
          top: 0rem;
          left: 0rem;
          width: 100%;
          height: auto;
          max-height: 100%;
          position: absolute;
          max-width: unset;
        }
        @media (max-width: 767px){
          height: 100%;
        }
      }
    }
  }
  .customer_logos_row, .testimonial_section, footer{
    display: none;
  }
}*/
@media (min-width: 992px) {
  .career-site-audit .top_section .container img.background_shape {
    left: -53rem;
  }
}
/*****************Customer logo**********/
.customer_logos_row h2 {
  color: #1d1d1d;
  margin-bottom: 35px;
}
.customer_logos_row .row {
  justify-content: flex-start;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .customer_logos_row .row {
    justify-content: center;
  }
}
.customer_logos_row .row img {
  max-width: 150px;
  max-width: 120px;
  margin: 20px;
  height: auto;
}
.customer_logos_row .row img[alt='bank_ireland_horizontal_color_logo'] {
  max-width: 220px;
}
.customer_logos_row .row img[alt='saint_luke_color_logo'] {
  max-width: 160px;
}
/****End customer logo****/
/****End Testimonial 2022***/
@media screen and (min-width: 992px) {
  .request-demo-rec-daily .top_section .container img.background_shape,
  .request-demo-rally .top_section .container img.background_shape {
    left: -63rem;
    height: 105%;
  }
}
/*# sourceMappingURL=demo_landing.css.map */
