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

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

header {
  padding: 1% 5%;
}
header .logo {
  width: 180px;
}

.margin_bottom {
  margin-bottom: 5%;
}

.heading {
  font-size: 22px;
  font-weight: 500;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}

.para {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}

.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;
  cursor: pointer;
  letter-spacing: 0px;
}
.btn:hover {
  transform: translateY(-1px);
  color: #fff;
}

.banner {
  background: url("../img/banner.png");
  height: 80dvh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 0%;
  border-radius: 0% 0% 2% 2%;
}
.banner h1 {
  font-size: 48px;
  font-weight: 600;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.banner p {
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: inherit;
}

.contract_card .card1,
.contract_card .card2,
.contract_card .card3,
.contract_card .card4,
.contract_card .card5,
.contract_card .card6 {
  padding: 10px;
  width: 200px;
  border-radius: 10px;
  border: 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.contract_card .card1 {
  background: url("../img/contract-creation.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contract_card .card2 {
  background: url("../img/collaboration.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contract_card .card3 {
  background: url("../img/negotiation.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contract_card .card4 {
  background: url("../img/editor.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contract_card .card5 {
  background: url("../img/e-sign.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contract_card .card6 {
  background: url("../img/repository.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.unlock_section {
  padding: 20px;
}
.unlock_section .card_first {
  background-color: rgba(226, 226, 226, 0.3098039216);
  padding: 20px;
  border-radius: 20px;
}
.unlock_section .card_first h2 {
  font-size: 22px;
  font-weight: 500;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.unlock_section .card_first .dot {
  width: 12px;
}
.unlock_section .card_first h4 {
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
  list-style: none;
}
.unlock_section .card_first p {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.unlock_section .card_second {
  background-color: #e3f1ff;
  padding: 20px;
  border-radius: 20px;
}
.unlock_section .card_second h2 {
  font-size: 22px;
  font-weight: 500;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.unlock_section .card_second .dot {
  width: 12px;
}
.unlock_section .card_second h4 {
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
  list-style: none;
}
.unlock_section .card_second p {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}

.excellence_section .card {
  padding: 20px;
  border-radius: 20px;
  background-color: #d9ebff;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: none;
}
.excellence_section .card:hover {
  transition: 1.5s;
  background-color: rgb(244, 248, 255);
}
.excellence_section .card h4 {
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.excellence_section .card p {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
  margin-bottom: 0px;
}

.modernlegal_section {
  background-color: #F1F8FF;
  padding: 3%;
}
.modernlegal_section h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.modernlegal_section .card1 {
  background: url("../img/drafting.webp") no-repeat;
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 350px;
  border-radius: 20px;
  display: flex;
  display: flex;
  align-items: end;
  padding: 20px;
}
.modernlegal_section .card1 h4 {
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.modernlegal_section .card1 p {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.modernlegal_section .card2 {
  background: url("../img/collab.webp") no-repeat;
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 250px;
  border-radius: 20px;
  display: flex;
  display: flex;
  align-items: end;
  padding: 20px;
}
.modernlegal_section .card2 h4 {
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.modernlegal_section .card2 p {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.modernlegal_section .card3 {
  background: url("../img/central-repository.webp") no-repeat;
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 200px;
  border-radius: 20px;
  display: flex;
  display: flex;
  align-items: end;
  padding: 20px;
}
.modernlegal_section .card3 h4 {
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.modernlegal_section .card3 p {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.modernlegal_section .card4 {
  background: url("../img/alerts.webp") no-repeat;
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 250px;
  border-radius: 20px;
  display: flex;
  align-items: end;
  padding: 20px;
}
.modernlegal_section .card4 h4 {
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.modernlegal_section .card4 p {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.modernlegal_section .card5 {
  background: url("../img/integration.webp") no-repeat;
  background-position: center;
  background-size: cover;
  width: 250px;
  height: 350px;
  border-radius: 20px;
  display: flex;
  display: flex;
  align-items: end;
  padding: 20px;
}
.modernlegal_section .card5 h4 {
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.modernlegal_section .card5 p {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}

.client_section {
  padding: 0% 20%;
}
.client_section h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.client_section .card {
  padding: 15px;
  border-radius: 15px;
  border: 1px solid rgb(212, 224, 237);
  box-shadow: rgba(71, 103, 136, 0.04) 0px 4px 4.5px 0px, rgba(71, 103, 136, 0.03) 0px 8px 15px 0px, rgba(71, 103, 136, 0.06) 0px 15px 30px 0px;
  cursor: pointer;
  width: 150px;
}
.client_section .card:hover {
  transform: scale(1.125);
  border: 1px solid rgb(0, 107, 255);
  background-color: rgb(244, 248, 255);
}

.call_to_action {
  background-color: #d9ebff;
  padding: 2%;
  border-radius: 20px;
}
.call_to_action h2 {
  font-size: 22px;
  font-weight: 600;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.call_to_action p {
  font-size: 18px;
  font-weight: 400;
  color: #4d4d4D;
  line-height: inherit;
  letter-spacing: 0px;
}
.call_to_action img {
  width: 350px;
}
.call_to_action form {
  background-color: #fff;
  padding: 2rem;
  border-radius: 16px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.call_to_action h2 {
  color: #4d4d4D;
  margin: 0 0 1.5rem;
  text-align: center;
}
.call_to_action .form-group {
  margin-bottom: 1.5rem;
  position: relative;
}
.call_to_action label {
  display: block;
  margin-bottom: 0.5rem;
  color: #4d4d4D;
  font-size: 0.875rem;
  font-weight: 500;
}
.call_to_action 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;
}
.call_to_action input:focus {
  outline: none;
  border-color: #3b82f6;
  background: white;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.call_to_action 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);
  }
}
.call_to_action 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);
  }
}
.call_to_action .button {
  background: linear-gradient(90deg, rgb(56, 97, 203) 0%, rgb(61, 142, 250) 35%);
  width: 40%;
  padding: 10px;
  color: white;
  border: none;
  margin: auto;
  display: flex;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.call_to_action .button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.call_to_action .button:active {
  transform: translateY(0);
  box-shadow: none;
}
.call_to_action .button:focus {
  background: linear-gradient(90deg, rgb(56, 97, 203) 0%, rgb(61, 142, 250) 35%);
  color: white;
}
.call_to_action .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.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: 100px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.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;
  }
  .heading {
    font-size: 16px;
    text-align: center;
  }
  .para {
    font-size: 14px;
    text-align: center;
  }
  .banner {
    height: 100dvh;
  }
  .banner header {
    padding: 15px;
  }
  .banner h1 {
    font-size: 20px;
  }
  .banner p {
    font-size: 16px;
  }
  .banner img {
    width: 100%;
  }
  .banner .logo {
    width: 120px;
  }
  .contract_card .card1,
  .contract_card .card2,
  .contract_card .card3,
  .contract_card .card4,
  .contract_card .card5,
  .contract_card .card6 {
    width: 150px;
  }
  .contract_card .card1 p,
  .contract_card .card2 p,
  .contract_card .card3 p,
  .contract_card .card4 p,
  .contract_card .card5 p,
  .contract_card .card6 p {
    font-size: 12px;
  }
  .unlock_section {
    padding: 15px 5px;
  }
  .unlock_section .card_first {
    padding: 20px;
    border-radius: 10px;
  }
  .unlock_section .card_first h2 {
    font-size: 16px;
  }
  .unlock_section .card_first img {
    width: 30px;
  }
  .unlock_section .card_first h4 {
    font-size: 14px;
  }
  .unlock_section .card_first p {
    font-size: 12px;
  }
  .unlock_section .card_second {
    padding: 20px;
    border-radius: 10px;
  }
  .unlock_section .card_second h2 {
    font-size: 16px;
  }
  .unlock_section .card_second img {
    width: 30px;
  }
  .unlock_section .card_second h4 {
    font-size: 14px;
  }
  .unlock_section .card_second p {
    font-size: 12px;
  }
  .excellence_section {
    padding: 15px;
  }
  .excellence_section img {
    width: 100%;
    margin-bottom: 20px;
  }
  .excellence_section .card {
    padding: 10px 25px;
    border-radius: 10px;
  }
  .excellence_section .card h4 {
    font-size: 16px;
  }
  .excellence_section .card p {
    font-size: 12px;
  }
  .modernlegal_section {
    padding: 12px;
  }
  .modernlegal_section h2 {
    font-size: 16px;
  }
  .modernlegal_section .card1 {
    width: 170px;
    height: 270px;
    padding: 10px;
  }
  .modernlegal_section .card1 h4 {
    font-size: 14px;
  }
  .modernlegal_section .card1 p {
    font-size: 12px;
  }
  .modernlegal_section .card2 {
    width: 150px;
    height: 270px;
    background-position: right;
    padding: 10px;
    margin-bottom: 15px;
  }
  .modernlegal_section .card2 h4 {
    font-size: 14px;
  }
  .modernlegal_section .card2 p {
    font-size: 12px;
  }
  .modernlegal_section .card3 {
    width: 150px;
    height: 200px;
    padding: 10px;
  }
  .modernlegal_section .card3 h4 {
    font-size: 14px;
  }
  .modernlegal_section .card3 p {
    font-size: 12px;
  }
  .modernlegal_section .card4 {
    width: 150px;
    height: 215px;
    padding: 10px;
    margin-bottom: 15px;
    background-position: right;
  }
  .modernlegal_section .card4 h4 {
    font-size: 14px;
  }
  .modernlegal_section .card4 p {
    font-size: 12px;
  }
  .modernlegal_section .card5 {
    background-position: top;
    width: 220px;
    height: 300px;
    padding: 10px;
    margin: auto;
  }
  .modernlegal_section .card5 h4 {
    font-size: 14px;
  }
  .modernlegal_section .card5 p {
    font-size: 12px;
  }
  .client_section {
    padding: 15px;
  }
  .client_section h2 {
    font-size: 16px;
  }
  .client_section .card {
    margin-bottom: 10px;
    width: 100px;
  }
  .call_to_action {
    padding: 6%;
  }
  .call_to_action h2 {
    font-size: 16px;
  }
  .call_to_action img {
    width: 100%;
  }
  .call_to_action p {
    font-size: 14px;
    text-align: center;
  }
  .call_to_action form {
    padding: 20px;
  }
  .call_to_action input {
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
  }
  .call_to_action .button {
    width: 45%;
    display: flex;
    margin: auto;
    text-align: center;
    justify-content: center;
    padding: 7px;
    border-radius: 5px;
  }
  .testmonials {
    padding: 7% 3%;
  }
  .testmonials img {
    width: 100%;
  }
  .testmonials .slider {
    width: 100%;
  }
  .testmonials .slider li {
    width: 100%;
  }
  .testmonials .slider ul li img {
    width: 80px;
  }
  .testmonials .content-slider {
    height: 250px;
  }
  .testmonials .mask {
    height: 300px;
  }
  .testmonials .slider .quote {
    font-size: 12px;
  }
  .testmonials .slider .source {
    font-size: 12px;
  }
}
@media only screen and (device-width: 1440px) {
  .banner {
    height: 90dvh;
  }
  .client_section {
    padding: 0% 10%;
  }
}
/*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 {
    height: 90dvh;
  }
  .client_section {
    padding: 0% 10%;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .banner {
    height: 40dvh;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .banner {
    height: 70dvh;
  }
  .banner h1 {
    font-size: 34px;
  }
  .banner img {
    width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */