﻿a {
  transition: 0.3s;
}
.navbar-dark .navbar-toggler {
  outline: none !important;
}
.shadow-bottom.navbar .navbar-nav .nav-item .nav-link {
  color: #000;
}
.shadow-bottom.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #7562bc;
}
#features img {
  width: 300px;
}
#services-bg {
  position: relative;
  background: url(../img/bg2.webp) no-repeat center / cover;
  z-index: 1;
}
#services-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}
#services-bg * {
  color: white;
}
#services-bg-color {
  background-color: #7562bc;
}
.logos-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 992.98px) {
  .display-3 {
    font-size: 2.5rem;
  }
  .display-4 {
    font-size: 2rem;
  }
  .lead {
    font-size: 1rem;
  }
  #home.bg-hero {
    padding-top: 200px !important;
  }
  .navbar-nav {
    padding-top: 20px;
  }
}
.verification {
  display: none;
}
.verification--open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: fixed;
  z-index: 10000;
}
.verification__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 802px;
  padding: 62px 78px 80px;
  background-color: #fff;
  border-radius: 20px;
}
.verification__text {
  margin-bottom: 16px;
  font-size: 1em;
  line-height: 130%;
  text-align: center;
}
.verification__btn {
  min-width: 262px;
  margin-bottom: 20px;
}
.verification__btn:active {
  opacity: 0.5;
}
@media screen and (max-width: 991.98px) {
  .verification__area {
    width: 600px;
    padding: 32px 48px;
    background-size: contain;
  }
}
@media screen and (max-width: 767.98px) {
  .verification__area {
    width: 400px;
    padding: 32px;
    background-position: center center;
  }
}
@media screen and (max-width: 575.98px) {
  .verification__area {
    width: 280px;
    padding: 16px;
  }
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .thanks {
    padding: 150px 0 100px;
  }
}
.docs {
  word-break: break-word;
  padding: 50px 0;
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 32px;
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: #7562bc;
  transition: 0.3s;
}
.docs a:hover {
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .docs h2 {
    font-size: 24px;
  }
  .docs h3 {
    font-size: 20px;
  }
}