/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

:root {
  --main-bg-color: #aa0000;
  margin: auto;
  /* padding-top: 250px; */
  padding-bottom: 186px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hp-container-bg {
  width: 100%;
  /* margin-top:100px; */
}

.top-hp-container {
  width: 70%;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
/* .top-hp-img-container-mb img{
    width: 282px;
    height: 445px;   
} */
.top-hp {
  width: 100%;
}
.top-hp-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#top-hp-title-one {
  visibility: hidden;
  color: var(--main-bg-color);
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 35px;
  -webkit-animation: 1s linear 0.5s title-one-anime;
  animation: 1s linear 0.5s title-one-anime;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes title-one-anime {
  0% {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes title-one-anime {
  0% {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

#top-hp-title-tow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 35px;
  line-height: 50px !important;
  font-family: "Poppins", "600";
}
.top-hp-red-line {
  /* min-height: 100%; 
    min-width: 5px ;
    margin-left: 20px;
    margin-right: 20px;
    -webkit-animation: 3s linear 1s slidein;
            animation: 3s linear 1s slidein; 
    -webkit-animation-fill-mode: forwards; 
            animation-fill-mode: forwards; */
}
@-webkit-keyframes slidein {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #aa0000;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #aa0000;
  }
}
@keyframes slidein {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #aa0000;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #aa0000;
  }
}

#top-hp-title-tow span {
  visibility: hidden;
  -webkit-animation: 2s linear 1.7s title-tow;
  animation: 2s linear 1.7s title-tow;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes title-tow {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes title-tow {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.top-hp-img-container {
  margin-left: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.top-hp-img-container video {
  width: 764px;
  height: 430px;
}

.top-hp-red-rectangle {
  display: block;
  visibility: hidden;
  width: 764px;
  height: 20px;
  background: transparent
    linear-gradient(257deg, #d90000 0%, #c80000 64%, #aa0000 100%) 0% 0%
    no-repeat padding-box;
  -webkit-box-shadow: 7px 9px 5px #40404029;
  box-shadow: 7px 9px 5px #40404029;
  opacity: 1;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-animation: 2s linear 0.5s translate;
  animation: 2s linear 0.5s translate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@-webkit-keyframes translate {
  0% {
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes translate {
  0% {
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* Mobile top ini */
.top-hp-container-mb {
  display: none;
}
/* Custom client css */
.custom-hp-container {
  width: 70%;
  margin: auto;
}
.custom-hp-title-container {
  text-align: center;
  padding-top: 58px;
}

.custom-hp-img-container {
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; */
  /* -ms-flex-wrap: wrap;
        flex-wrap: wrap; */
  /* -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; */
  margin-top: 43px;
  padding-bottom: 46px;
  /* -ms-flex-negative: 0;  
        flex-shrink: 0; */
  max-height: 200px;
}
.slick-list {
  margin-left: 5% !important;
  margin-right: 5% !important;
}

.img-slider-home {
  width: 132px !important;
  max-width: 133px !important;
  height: auto;
  min-height: auto;
  /* width: 133px !important; */
}
/* .custom-hp-img-container img{
    max-width: 133px !important;
    width: 133px !important;
    height: 133px !important;
} */

/* Solution css */

.solution-hp-title-container {
  text-align: center;
  padding-top: 76px;
  padding-bottom: 68px;
}

.solution-hp-cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 98%;
  margin: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.solution-hp-one-card-container {
  width: 49.5%;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 52px;
  margin-top: 12px;
  mix-blend-mode: multiply;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.solution-hp-one-card-peer {
  margin-right: 12px;
}
.solution-hp-one-card-title {
  padding-top: 52px;
  margin-bottom: 10px;
  width: 25%;
  text-align: center;
}
.solution-hp-one-card-link {
  color: #d90000;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0px;
  margin-bottom: 19px;
}

.solution-hp-one-card-link:hover {
  color: #aa0000;
}

.solution-hp-one-card-container img {
  width: 389px;
  height: 389px;
}

/* stat css */

.hp-container-bg-stat {
  margin-top: 97px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.stat-hp-cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 27px;
}

.stat-hp-one-card-container {
  background-color: #33322f;
  color: #fff;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  mix-blend-mode: multiply;
  width: 281px;
  height: 281px;
}

/* .stat-hp-one-card-container-margin{
    margin:0 0 0 38px;
    letter-spacing: 0px;
} */

.stat-hp-one-card-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  letter-spacing: 0px;
  margin-top: 72px;
  margin-bottom: 26px;
  color: #fff !important;
}

.red-line {
  width: 36px;
  margin: auto;
  height: 2px;
  background-color: #d90000;
}

.stat-hp-one-card-text {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 25px;
  margin-top: 11px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.stat-hp-one-card-text span {
  width: 70%;
  text-align: center;
}

/* Slide css */

.slide-hp-container {
  width: 51%;
  margin: auto;
}
.slide-hp-title-container {
  text-align: center;
  margin-top: 105px;
  margin-bottom: 49px;
}
.slide-hp-one-card-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  width: 100%;
  height: 500px;
  /* max-height: 500px; */
  /* margin: auto;   */
  /* max-width: 980px;   */
  border-radius: 25px 25px 25px 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.slide-hp-one-card-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 71px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 50%;
  max-height: 500px;
  width: 50%;
  height: 100%;
  /* height: 422px;  */
  /* box-sizing: border-box; */
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.slide-hp-one-card-title-container {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  line-height: 40px;
  padding-top: 51px;
  width: 50%;
}
.slide-hp-one-card-title {
  color: #33322f;
}

.slide-hp-one-card-desc-container {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-align: left;
  line-height: 25px;
  width: 80%;
}
.slide-hp-one-card-author-container {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  line-height: 25px;
  padding-bottom: 51px;
  width: 80%;
}
.slide-hp-one-card-img-container {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0px 25px 25px 0px;
}

.slide-hp-background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.slick-dots {
  margin-bottom: -35px !important;
}

/* Trustpilot */
.trustp-hp-container {
  width: 68%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.trustpilot-widget {
  margin-top: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* API */
.block-picture {
  margin: auto;
  width: 70%;
  /* padding-top: 20px; */
  /* padding-bottom: 125px; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.block-marge-top {
  padding-top: 165px;
}

.block-picture img {
  width: 100%;
}
.block-picture-img-container-left {
  width: 50%;
}

.block-picture-text {
  width: 50%;
}

.block-picture-text p {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

.block-picture-text-container-left {
  padding-left: 90px;
  width: 50%;
}

.block-picture-text-container-left p {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
}

/* Demo css */
.hp-demo-container {
  margin: auto;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 77px;
  padding-bottom: 77px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hp-demo-title-contenair {
  width: 50%;
  margin-bottom: 40px;
  text-align: center;
}
.btn-picture {
  background-color: #d90000;
  border-radius: 3px;
  width: 166px;
  height: 50px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 24px;
  border: 0;
}
.btn-picture:hover {
  background-color: #aa0000;
}

@media (max-width: 991.98px) {
  .mt-hp-container-text {
    width: 100% !important;
  }
  .mt-hp-img {
    display: none !important;
  }
  .hp-container-bg {
    margin-top: 0px;
  }
  .hp-demo-container {
    width: 90%;
  }

  .hp-container {
    width: 90%;
    margin: auto;
  }
  .top-hp-container {
    display: none;
  }

  .top-hp-red-rectangle {
    width: 100%;
  }
  .top-hp-container-mb {
    width: 100%;
    padding: 50px 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .top-hp-title-container-mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  #top-hp-title-one-mb {
    color: var(--main-bg-color);
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #top-hp-title-tow-mb {
    border-left: 5px solid var(--main-bg-color);
    padding-left: 20px;
    margin-bottom: 20px;
  }

  #top-hp-title-tow-mb span::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }

  .top-hp-img-container-mb {
    width: 100%;
    max-height: 445px;
  }

  /* Solution Css */

  .solution-hp-cards-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .solution-hp-one-card-peer {
    margin-right: 0px;
  }

  .solution-hp-one-card-container {
    width: 98% !important;
  }

  /* Slide css */
  .slide-hp-container {
    width: 90%;
    margin: auto;
  }
  .slide-hp-one-card-img-container {
    display: none;
  }

  .slide-hp-one-card-text-container {
    padding-left: 18px;
    padding-right: 18px;
    width: 282px;
    height: 493px;
    max-width: 100%;
  }
  .slide-hp-one-card-title-container {
    font-size: 25px;
    text-align: left;
    line-height: 35px;
    padding-top: 30px;
    width: 100%;
  }
  .slide-hp-one-card-desc-container {
    width: 100%;
  }
  .slide-hp-one-card-author-container {
    width: 100%;
  }
  /* .stat-hp-one-card-container{
        margin:27px 0 0 0;
        
    }
    .stat-hp-one-card-container-margin{
        margin:27px 0 0 0;
    } */

  /* trustpilot */
  .trustp-hp-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .trustpilot-widget {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  /* API */
  .block-picture-img-container-left {
    width: 100%;
  }
  .block-picure-title-left {
    margin: auto;
  }

  .block-picture-text-container-left {
    width: 100%;
    padding-left: 0px;
    padding-top: 100px;
  }

  .img-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media (max-width: 1169px) {
  .mt-hp-img {
    display: none !important;
  }
}

@media (max-width: 1236px) {
  .solution-hp-cards-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .solution-hp-one-card-container {
    width: 40.5%;
  }
  .solution-hp-one-card-container img {
    width: 326px;
    height: 326px;
  }
  .solution-hp-one-card-title {
    width: 50%;
  }
}

@media (max-width: 1282px) {
  /* Stat */
  .hp-container-bg-stat {
    background: #ebeced !important;
  }
}

.container-block-mt {
  width: 98%;
  height: 624px;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
.container-block-mt > img {
  position: relative;
  z-index: 10;
}

.mt-hp-img {
  display: block;
}

.mt-hp-container-text > h3 {
  color: #fff;
}

@media (min-width: 576px) {
  .mt-hp-container-text {
    max-width: 100% !important;
  }

  .mt-hp-item-title {
    font: normal normal 900 60px/50px Poppins !important;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .mt-hp-item-title {
    font: normal normal 900 70px/60px Poppins !important;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .mt-hp-item-title {
    font: normal normal 900 70px/80px Poppins !important;
  }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .mt-hp-item-title {
    font: normal normal 900 90px/100px Poppins !important;
  }

  .mt-hp-container-text {
    width: 50% !important;
    max-width: 50% !important;
  }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .mt-hp-item-title {
    font: normal normal 900 165px/170px Poppins;
  }
}

.mt-hp-item-title {
  font: normal normal 900 60px/50px Poppins;
  /* width: 100% !important; */
  letter-spacing: 0px;
  opacity: 1;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px,
    rgb(255, 255, 255) 1.75517px 0.958851px 0px,
    rgb(255, 255, 255) 1.0806px 1.68294px 0px,
    rgb(255, 255, 255) 0.141474px 1.99499px 0px,
    rgb(255, 255, 255) -0.832294px 1.81859px 0px,
    rgb(255, 255, 255) -1.60229px 1.19694px 0px,
    rgb(255, 255, 255) -1.97998px 0.28224px 0px,
    rgb(255, 255, 255) -1.87291px -0.701566px 0px,
    rgb(255, 255, 255) -1.30729px -1.5136px 0px,
    rgb(255, 255, 255) -0.421592px -1.95506px 0px,
    rgb(255, 255, 255) 0.567324px -1.91785px 0px,
    rgb(255, 255, 255) 1.41734px -1.41108px 0px,
    rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  color: #aa0000;
}

.mt-hp-container-text {
  position: absolute;
  z-index: 20;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-self: center;
  max-width: 100%;
}


div#snow {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  filter: blur(0px);
  background-color: #fff;
  position: absolute;
  animation: fall 1s linear infinite;
  top: -50px;
}
@keyframes fall {
  100%{top: 100%;}
}