* {
  padding: 0;
  margin: 0;
  text-decoration: none !important;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

header {
  padding: 2% 5%;
}
header .logo {
  width: 200px;
}

.margin_bottom {
  margin-bottom: 5%;
}

.heading {
  font-size: 28px;
  font-weight: 600;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 1px;
}

.paragraph {
  font-size: 18px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: inherit;
  letter-spacing: 1px;
}

.btn {
  background: linear-gradient(90deg, rgb(56, 97, 203) 0%, rgb(61, 142, 250) 35%);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 0;
  border-radius: 5px;
  letter-spacing: 0px;
}
.btn:hover {
  background: linear-gradient(90deg, rgb(56, 97, 203) 0%, rgb(61, 142, 250) 35%);
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.banner {
  background: linear-gradient(200deg, rgb(72, 108, 218) 0%, rgb(28, 46, 82) 100%);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 1% 5%;
  padding: 4% 5%;
  border-radius: 20px;
}
.banner h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: inherit;
  letter-spacing: 0px;
}
.banner h1 span {
  background-color: rgba(255, 255, 255, 0.1294117647);
  border-radius: 20px;
  padding: 0px 10px;
}
.banner p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: inherit;
  letter-spacing: 1px;
}
.banner img {
  width: 400px;
}
.banner form {
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  border: 1px solid rgb(255, 255, 255);
  padding: 2rem;
  border-radius: 16px;
  width: 100%;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.banner .form-group {
  margin-bottom: 1.5rem;
  position: relative;
}
.banner label {
  display: block;
  margin-bottom: 0.5rem;
  color: #4b5563;
  font-size: 0.875rem;
  font-weight: 500;
}
.banner input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.2s ease;
  background: #f9fafb;
  box-sizing: border-box;
}
.banner input:focus {
  outline: none;
  border-color: #3b82f6;
  background: white;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.banner input.invalid {
  border-color: #ef4444;
  background: #fef2f2;
  animation: shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
@keyframes shake {
  10%, 90% {
    transform: translateX(-1px);
  }
  20%, 80% {
    transform: translateX(2px);
  }
  30%, 50%, 70% {
    transform: translateX(-4px);
  }
  40%, 60% {
    transform: translateX(4px);
  }
}
.banner input.valid {
  border-color: #10b981;
  animation: success 0.5s ease;
}
@keyframes success {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.banner .button {
  margin: auto;
  width: 60%;
  display: flex;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(90deg, rgb(56, 97, 203) 0%, rgb(61, 142, 250) 35%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.banner .button:hover {
  background: linear-gradient(90deg, rgb(56, 97, 203) 0%, rgb(61, 142, 250) 35%);
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.banner .button:active {
  transform: translateY(0);
  box-shadow: none;
}
.banner .button:focus {
  background: linear-gradient(90deg, rgb(56, 97, 203) 0%, rgb(61, 142, 250) 35%);
  color: white;
}
.banner .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.logo-section img {
  background-color: #f8f9fd;
  cursor: pointer;
  padding: 20px 10px;
  border-radius: 10px;
}
.logo-section img:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.address-section h4 {
  line-height: inherit;
  margin-top: 0px;
  color: #4d4d4d;
  font-size: 23px;
  letter-spacing: 0px;
}
.address-section .card {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  cursor: pointer;
}
.address-section .card img {
  border-radius: 10px 10px 50px 0px;
}
.address-section .card:hover {
  transform: translateY(0px) scale(1.1);
  transition: 0.6s;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9;
}
.address-section .card h3 {
  line-height: inherit;
  margin-top: 18px;
  font-weight: 500;
  color: #34495e;
  font-size: 16px;
  letter-spacing: 1px;
}

.key-section {
  background: linear-gradient(200deg, rgb(72, 108, 218) 0%, rgb(28, 46, 82) 100%);
  padding: 5% 2%;
  border-radius: 10px;
}
.key-section h2 {
  line-height: inherit;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
}
.key-section ul {
  list-style: none;
  padding-left: 0px;
}
.key-section ul li {
  line-height: inherit;
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}
.key-section img {
  width: 80%;
}

.trusted-section .card {
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  border-radius: 15px;
}
.trusted-section .card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.trusted-section .card img {
  width: 60px;
  background-color: #f8f9f9;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10%;
  padding: 15px;
  position: absolute;
  top: -20%;
}
.trusted-section .card h3 {
  margin-top: 35px;
  line-height: inherit;
  color: #4d4d4d;
  font-size: 18px;
  letter-spacing: 0px;
}
.trusted-section .card p {
  line-height: inherit;
  color: #4d4d4d;
  font-size: 16px;
  letter-spacing: 1px;
}

.sensAi-section .card {
  padding: 15px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  box-shadow: rgba(23, 79, 231, 0.24) 0px 3px 8px;
}
.sensAi-section .card h4 {
  line-height: inherit;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0px;
}
.sensAi-section .card p {
  line-height: inherit;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
.sensAi-section img {
  border-radius: 10px;
}

.advantages-section {
  overflow: hidden;
}
.advantages-section .height-card {
  overflow-x: auto;
  height: 350px;
  padding: 10px;
}
.advantages-section .card {
  width: 500px;
  padding: 15px;
  margin-bottom: 15px;
  border: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.advantages-section .card h3 {
  line-height: inherit;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
.advantages-section .card p {
  line-height: inherit;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.advantages-section img {
  border-radius: 20px;
}
.advantages-section ::-webkit-scrollbar {
  width: 3px;
  background-color: #f9f9fb;
}
.advantages-section ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #eef8ff;
}

.safeguarding-section {
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(200deg, rgb(72, 108, 218) 0%, rgb(28, 46, 82) 100%);
}
.safeguarding-section h2 {
  line-height: inherit;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0px;
}
.safeguarding-section p {
  line-height: inherit;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.trust-section {
  background: linear-gradient(200deg, rgb(72, 108, 218) 0%, rgb(28, 46, 82) 100%);
  padding: 5% 15%;
}
.trust-section h2 {
  line-height: inherit;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0px;
  font-weight: 600;
}
.trust-section p {
  line-height: inherit;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}
.trust-section .Demo {
  background: linear-gradient(90deg, rgb(56, 97, 203) 0%, rgb(61, 142, 250) 35%);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 0;
  border-radius: 5px;
  letter-spacing: 0px;
  padding: 10px;
  text-align: center;
  width: 50%;
  height: 50px;
}
.trust-section .Demo:hover {
  background: linear-gradient(90deg, rgb(56, 97, 203) 0%, rgb(61, 142, 250) 35%);
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.trust-section img {
  width: 500px;
}

.testmonials img {
  border-radius: 20px;
}
.testmonials h1 {
  font-size: 60px;
  text-align: center;
  color: #4d4d4D;
}
.testmonials .content-slider {
  width: 100%;
  height: 360px;
  color: #4d4d4D;
}
.testmonials .slider {
  height: 320px;
  width: 680px;
  margin: 40px auto 0;
  overflow: visible;
  position: relative;
}
.testmonials .mask {
  overflow: hidden;
  height: 320px;
}
.testmonials .slider ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.testmonials .slider li {
  width: 680px;
  height: 320px;
  position: absolute;
  top: -325px;
  list-style: none;
}
.testmonials .slider li img {
  width: 120px;
}
.testmonials .slider .quote {
  font-size: 15px;
  font-style: italic;
  color: #4d4d4D;
  font-weight: 400;
}
.testmonials .slider .source {
  font-size: 16px;
  color: #4d4d4D;
  font-weight: 500;
}
.testmonials .slider li.anim1 {
  animation: cycle 15s linear infinite;
}
.testmonials .slider li.anim2 {
  animation: cycle2 15s linear infinite;
}
.testmonials .slider li.anim3 {
  animation: cycle3 15s linear infinite;
}
.testmonials .slider li.anim4 {
  animation: cycle4 15s linear infinite;
}
.testmonials .slider li.anim5 {
  animation: cycle5 15s linear infinite;
}
.testmonials .slider:hover li {
  animation-play-state: paused;
}
@keyframes cycle {
  0% {
    top: 0px;
  }
  4% {
    top: 0px;
  }
  16% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  20% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  21% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  50% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  92% {
    top: -325px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -325px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes cycle2 {
  0% {
    top: -325px;
    opacity: 0;
  }
  16% {
    top: -325px;
    opacity: 0;
  }
  20% {
    top: 0px;
    opacity: 1;
  }
  24% {
    top: 0px;
    opacity: 1;
  }
  36% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  40% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  41% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes cycle3 {
  0% {
    top: -325px;
    opacity: 0;
  }
  36% {
    top: -325px;
    opacity: 0;
  }
  40% {
    top: 0px;
    opacity: 1;
  }
  44% {
    top: 0px;
    opacity: 1;
  }
  56% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  60% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  61% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes cycle4 {
  0% {
    top: -325px;
    opacity: 0;
  }
  56% {
    top: -325px;
    opacity: 0;
  }
  60% {
    top: 0px;
    opacity: 1;
  }
  64% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  80% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
  81% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -325px;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes cycle5 {
  0% {
    top: -325px;
    opacity: 0;
  }
  76% {
    top: -325px;
    opacity: 0;
  }
  80% {
    top: 0px;
    opacity: 1;
  }
  84% {
    top: 0px;
    opacity: 1;
  }
  96% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 325px;
    opacity: 0;
    z-index: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .btn {
    font-size: 12px;
  }
  header {
    padding: 10px 20px;
  }
  header .logo {
    width: 120px;
  }
  .heading {
    font-size: 16px;
    letter-spacing: 0px;
  }
  .paragraph {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .logo-section img {
    width: 90px;
    height: 50px;
    padding: 10px;
  }
  .banner {
    margin: 3%;
    padding: 3%;
    border-radius: 10px;
  }
  .banner h1 {
    font-size: 20px;
    text-align: center;
  }
  .banner p {
    font-size: 14px;
    letter-spacing: 0px;
    text-align: center;
  }
  .banner img {
    width: 200px;
    padding-bottom: 20px;
    display: flex;
    margin: auto;
  }
  .banner form {
    padding: 15px;
  }
  .banner .form-group {
    margin-bottom: 15px;
  }
  .banner .button {
    width: 45%;
    font-size: 12px;
    padding: 10px;
  }
  .banner label {
    font-size: 12px;
  }
  .banner input {
    padding: 6px;
    font-size: 12px;
  }
  .address-section h4 {
    font-size: 16px;
  }
  .address-section .card {
    margin-top: 10px;
    color: #34495e;
    font-size: 12px;
    letter-spacing: 0px;
    height: 180px;
  }
  .address-section .card h3 {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .address-section .card img {
    border-radius: 10px 10px 20px 0px;
  }
  .key-section {
    padding: 15px;
  }
  .key-section h2 {
    font-size: 18px;
    font-weight: 600;
  }
  .key-section ul li {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .key-section img {
    width: 70%;
  }
  .trusted-section .card {
    padding: 10px;
    height: 220px;
  }
  .trusted-section .card img {
    width: 40px;
    position: relative;
    top: 0%;
    padding: 10px;
  }
  .trusted-section .card h3 {
    margin-top: 10px;
    font-size: 12px;
  }
  .trusted-section .card p {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .trust-section img {
    width: 100%;
  }
  .sensAi-section .card {
    padding: 10px;
    height: 200px;
  }
  .sensAi-section .card h4 {
    font-size: 14px;
  }
  .sensAi-section .card p {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .sensAi-section img {
    width: 100%;
  }
  .safeguarding-section {
    padding: 15px;
    border-radius: 10px;
  }
  .safeguarding-section h2 {
    font-size: 18px;
  }
  .safeguarding-section p {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .advantages-section .height-card {
    height: 250px;
  }
  .advantages-section .card {
    width: 100%;
  }
  .advantages-section .card h3 {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .advantages-section .card p {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .testmonials {
    padding: 3%;
  }
  .testmonials img {
    width: 200px;
  }
  .testmonials .slider {
    width: 100%;
  }
  .testmonials .slider li {
    width: 100%;
  }
  .testmonials .content-slider {
    height: 380px;
  }
  .testmonials ul li img {
    width: 80px;
    margin: auto;
    display: flex;
  }
  .testmonials .mask {
    height: 400px;
  }
  .testmonials .slider .quote {
    font-size: 14px;
    text-align: center;
  }
  .testmonials .slider .source {
    font-size: 12px;
    display: flex;
    justify-content: center;
  }
  .trust-section {
    padding: 4%;
  }
  .trust-section h2 {
    font-size: 18px;
    text-align: center;
  }
  .trust-section p {
    font-size: 14px;
    text-align: center;
  }
  .trust-section .Demo {
    font-size: 12px;
    padding: 5px;
    text-align: center;
    margin: auto;
    display: flex;
    width: 40%;
    height: 30px;
    justify-content: center;
  }
  .trust-section img {
    width: 100%;
  }
}
/*125% screen Small Laptops*/
@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 1440px), screen and (min-resolution: 120dpi) and (min-width: 1440px) {
  .banner {
    padding: 3% 5%;
    margin: 1% 5%;
  }
}
@media only screen and (device-width: 820px) {
  .banner {
    margin: 2%;
    padding: 2%;
  }
  .banner h1 {
    font-size: 30px;
  }
  .banner form {
    padding: 15px;
  }
  .key-section img {
    width: 100%;
  }
  .trusted-section .card img {
    top: -10%;
  }
  .sensAi-section .card h4 {
    font-size: 14px;
  }
  .sensAi-section img {
    width: 100%;
  }
  .advantages-section img {
    width: 80%;
  }
  .advantages-section .card {
    width: 100%;
  }
  .testmonials img {
    width: 100%;
  }
  .testmonials .slider {
    width: 100%;
  }
  .testmonials .slider li {
    width: 100%;
  }
  .trust-section {
    padding: 4%;
  }
  .trust-section img {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */