html {
  background-image: url("../../img/Scribble_bg.svg"), url('../../img/WhiteGradientBG-landing-rotated-min.jpg');
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, left center;
  background-attachment: fixed;
  -webkit-background-size: 300% 300px, 100% 100%;
  -moz-background-size: 300% 300px, 100% 100%;
  -o-background-size: 300% 300px, 100% 100%;
  background-size: 300% 300px, 100% 100%;;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #094b4a !important;
  color: #fff;
  border-radius: 15px !important;
  box-shadow: none;
  padding: 0 30px;
  font-weight: 900;
}

.powered-by {
  padding: 5px 0;
  background-color: transparent !important;
  color: #3C3C3C !important;
}
.powered-by img {
  max-height: 5vh;
  margin-left: 10px;
}

.break-out {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  overflow-x: hidden;
}

.rounded-xl{
  border-radius: 15px !important;
}

.gradient_overlay.blue_angle_gradient{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  background: linear-gradient(20deg,rgba(158, 224, 223, 1) 0%, rgba(158, 224, 223, 0.9) 25%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.6) 100%);
}

.gradient_overlay.blue_angle_gradient_transparent{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  background: linear-gradient(15deg,rgba(158, 224, 223, 1) 0%, rgba(158, 224, 223, 1) 10%, rgba(158, 224, 223, 0.0) 100%);
}

.gradient_overlay.orange_angle_gradient{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  background: linear-gradient(20deg,rgba(232, 93, 38, 1) 0%, rgba(232, 93, 38, 0.9) 25%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.6) 100%);
}

.gradient_overlay.orange_gradient_transparent{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  background: linear-gradient(15deg,rgba(232, 93, 38, 1) 0%, rgba(232, 93, 38, 1) 10%, rgba(158, 224, 223, 0.0) 100%);
}

.grid-section{
  height: 12vh;
}

.text-shadow{
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.svg-shadow {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}

.more_rl{
  font-weight: 900;
  text-align: center;
  color: #E55E27;
  font-size: 20px;
  position: relative;
}

.more_rl:after {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  content: url('../../img/Scribble.svg');
  display: block;
  width: 200px;
}

.Asterisk{
  position: relative;
}

.Asterisk:after {
  position: absolute;
  top: -40px;
  right: -30px;
  content: url(../../img/Asterisk.svg);
  display: block;
  width: 75px;
}

@media screen and (max-width: 620px) {
  .Asterisk:after {
    top: -20px;
    right: -15px;
    width: 50px;
  }
}

.left-arrow:after {
    position: absolute;
    top: 35%;
    transform: translate(75%, 0);
    height: 30px;
    width: 1000px;
    content: "";
    display: block;
    background-image: url(../../img/Arrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

@media screen and (max-width: 556px) {
  .left-arrow:after {
    top: 35%;
    transform: translate(70%, 0);
    height: 20px;
    background-size: contain;
  }
}

@media screen and (max-width: 430px) {
  .left-arrow:after {
    transform: translate(66%, 0);
  }
}

@media screen and (max-width: 991px) {
  .grid_card{
    aspect-ratio: 1/1;
  }
  .card-img-overlay {
    padding: 0.6rem !important;
  }

  .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    padding: 5px 40px;
  }
}