@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
.btn-blue {
  font-size: 15px;
  background-color: #175cff;
  color: white;
}
.btn-blue:hover {
  background-color: #144ed9;
  color: white;
}

.btn-blue-outline {
  font-size: 15px;
  border: 2px solid #175cff;
  color: #175cff;
}
.btn-blue-outline:hover {
  background-color: #144ed9;
  border: 2px solid #144ed9;
  color: white;
}

.features h1,
.services h1,
.pricing h1,
.faq h1 {
  font-size: 40px;
  font-weight: 700;
  color: black;
}
.features p,
.services p,
.pricing p,
.faq p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #575757;
  line-height: 1.75;
}

body {
  font-family: "Poppins", sans-serif;
}

header nav.scrolled {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
header .nav-link {
  color: #575757;
  font-size: 15px;
  font-weight: 500;
}
header .nav-link:hover {
  color: #175cff;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .dropdown-menu {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
header .dropdown-menu a {
  color: #575757;
  font-size: 15px;
  display: block;
}
header .dropdown-menu a:hover {
  color: #175cff;
  font-weight: 500;
  background-color: white;
}
header .dropdown:hover .dropdown-menu {
  display: block;
}
header .btn-blue {
  font-size: 15px;
  background-color: #175cff;
  color: white;
}
header .btn-blue:hover {
  background-color: #144ed9;
  color: white;
}

.hero {
  background: url("../images/hero-bg-img.svg");
  background-size: cover;
}
@media (max-width: 576px) {
  .hero {
    background: none;
  }
}
.hero h1 {
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 576px) {
  .hero h1 {
    font-size: 38px;
  }
}
.hero p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #575757;
  line-height: 1.75;
}
@media (max-width: 576px) {
  .hero p {
    font-size: 18px;
  }
}

.sample-img {
  position: relative;
}
.sample-img::after {
  content: url(../images/features-bar2-img.png);
  position: absolute;
  top: 125px;
  left: 410px;
}
@media (max-width: 576px) {
  .sample-img::after {
    content: url();
  }
}
.sample-img::before {
  content: url(../images/sample-img-2.png);
  position: absolute;
  top: 257px;
  right: 379px;
}
@media (max-width: 576px) {
  .sample-img::before {
    content: url();
  }
}

.rating {
  background-color: #0b163f;
  padding-top: 320px;
  padding-bottom: 120px;
  margin-top: -220px;
}
.rating h1 {
  font-size: 24px;
  color: white;
  font-weight: 700;
}
.rating .card {
  background-color: #0b163f;
  color: white;
  border: 0;
}
.rating .card-text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #D9D9D9;
}
.rating a {
  font-size: 15px;
  color: #ffb116;
  text-decoration: none;
  font-weight: 500;
}

.features h5 {
  font-size: 20px;
  font-weight: 600;
}
.features .features-bg-pink {
  background-color: rgba(242, 87, 103, 0.2);
  border-radius: 1rem;
  position: relative;
}
@media (max-width: 576px) {
  .features .features-bg-pink {
    background-color: white;
  }
}
.features .features-bg-pink::after {
  content: url("../images/features-bar2-img.png");
  position: absolute;
  top: 225px;
  left: 380px;
}
@media (max-width: 576px) {
  .features .features-bg-pink::after {
    content: url();
  }
}
.features .features-bg-pink::before {
  content: url("../images/bg-dot-dot.svg");
  position: absolute;
  top: -34px;
  left: -35px;
}
@media (max-width: 576px) {
  .features .features-bg-pink::before {
    content: url();
  }
}
.features .features-bg-pink .features-img1 {
  position: relative;
  top: 40px;
  left: 35px;
  border-radius: 1rem;
}
@media (max-width: 576px) {
  .features .features-bg-pink .features-img1 {
    left: -6px;
  }
}
.features .features-bg-blue {
  background-color: rgba(23, 92, 255, 0.2);
  border-radius: 1rem;
  position: relative;
}
@media (max-width: 576px) {
  .features .features-bg-blue {
    background-color: white;
  }
}
.features .features-bg-blue::after {
  content: url("../images/features-bar3-img.png");
  position: absolute;
  top: -12px;
  left: -18px;
}
@media (max-width: 576px) {
  .features .features-bg-blue::after {
    content: url();
  }
}
.features .features-bg-blue::before {
  content: url("../images/bg-dot-dot.svg");
  position: absolute;
  left: 442px;
  top: 208px;
}
@media (max-width: 576px) {
  .features .features-bg-blue::before {
    content: url();
  }
}
.features .features-bg-blue .features-img2 {
  position: relative;
  top: 10px;
  left: 5px;
  border-radius: 2rem;
}
@media (max-width: 576px) {
  .features .features-bg-blue .features-img2 {
    left: 3px;
    top: 25px;
  }
}
.features .features-bg-pink2 {
  background-color: rgba(242, 87, 103, 0.2);
  border-radius: 1rem;
  position: relative;
}
@media (max-width: 576px) {
  .features .features-bg-pink2 {
    background-color: white;
  }
}
.features .features-bg-pink2::after {
  content: url("../images/features-bar6-img.png");
  position: absolute;
  top: -63px;
  left: 215px;
}
@media (max-width: 576px) {
  .features .features-bg-pink2::after {
    content: url();
  }
}
.features .features-bg-pink2::before {
  content: url("../images/bg-dot-dot.svg");
  position: absolute;
  top: 339px;
  left: -39px;
}
@media (max-width: 576px) {
  .features .features-bg-pink2::before {
    content: url();
  }
}
.features .features-bg-pink2 .features-img1 {
  position: relative;
  top: -3px;
  left: -7px;
  border-radius: 1rem;
}
.features .pb-230 {
  padding-bottom: 230px;
}
@media (max-width: 576px) {
  .features .pb-230 {
    padding-bottom: 100px;
  }
}

.services h5 {
  font-size: 20px;
  font-weight: 600;
}
.services .card {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(12, 8, 0, 0.06);
}
.services .list-group-item {
  border: 0;
}
.services h4 {
  font-weight: 600;
  font-size: 17px;
}
.services a {
  font-size: 15px;
  color: #575757;
  text-decoration: none;
  font-weight: 500;
}
.services a:hover {
  color: #144ed9;
}
.services a:hover .topicon {
  fill: #144ed9;
}

.topicon {
  fill: #575757;
}
.topicon:hover {
  fill: #144ed9;
}

.work {
  background-color: #0b163f;
}
.work h1 {
  color: #D9D9D9;
  font-size: 40px;
  font-weight: 700;
  color: #D9D9D9;
}
.work p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #D9D9D9;
  line-height: 1.75;
}
.work h5 {
  font-size: 20px;
  font-weight: 600;
  color: white;
}
.work .topicon {
  fill: white;
}
.work .topicon:hover {
  background-color: white;
  fill: #175cff;
}

.pricing h4 {
  font-size: 20px;
  font-weight: 600;
  color: #175cff;
}
.pricing h2 {
  font-size: 40px;
  font-weight: 600;
  border-bottom: 1px dashed #575757;
}
.pricing h2 span {
  font-size: 14px;
  color: #575757;
}
.pricing .card {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 0.75rem -0.0625rem rgba(12, 8, 0, 0.06);
}
.pricing .list-group-item {
  border: 0;
  font-size: 15px;
  font-weight: 300;
}
.pricing h6 {
  font-size: 18px;
  font-weight: 600;
  color: #175cff;
}
.pricing .card-active {
  border: 1px solid #175cff;
}
.pricing .bg-pricing-1 {
  position: relative;
}
.pricing .bg-pricing-1::before {
  content: url("../images/bg-dot-dot.svg");
  position: absolute;
  bottom: -45px;
  left: -28px;
}
@media (max-width: 576px) {
  .pricing .bg-pricing-1::before {
    content: url();
  }
}
.pricing .bg-pricing-2 {
  position: relative;
}
.pricing .bg-pricing-2::before {
  content: url("../images/bg-dot-dot.svg");
  position: absolute;
  top: -40px;
  right: -28px;
}
@media (max-width: 576px) {
  .pricing .bg-pricing-2::before {
    content: url();
  }
}

.free {
  color: #D9D9D9;
}
.free .free-bg {
  background: linear-gradient(90deg, #071c4d, #002d97);
  border-radius: 1rem;
  position: relative;
}
.free .free-bg::after {
  content: url("../images/semi-circle-yellow.png");
  position: absolute;
  top: 0px;
  right: 50px;
}
@media (max-width: 576px) {
  .free .free-bg::after {
    content: url();
  }
}
.free .free-bg h1 {
  font-size: 40px;
  font-weight: 700;
  color: white;
}
@media (max-width: 576px) {
  .free .free-bg h1 {
    font-size: 30px;
  }
}
.free .free-bg p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #D9D9D9;
  line-height: 1.75;
}
.free .free-bg h4 {
  font-size: 20px;
  font-weight: 600;
  color: #ffb116;
}
.free .free-bg a,
.free .free-bg .topicon {
  color: #D9D9D9;
  fill: #D9D9D9;
  text-decoration: none;
}
.free .free-bg a:hover,
.free .free-bg .topicon:hover {
  color: white;
}
.free .free-bg a:hover .topicon,
.free .free-bg .topicon:hover .topicon {
  fill: white;
}
.free .p-sm p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #D9D9D9;
  line-height: 1.75;
}

.faq {
  background-color: #f8f9fa;
}
.faq h4 {
  font-size: 20px;
  font-weight: 600;
  color: #175cff;
}
.faq .faq-bg {
  background-image: url("../images/faq-bg.svg");
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .faq .faq-bg {
    background-image: none;
  }
}
.faq h2 {
  font-size: 20px;
  font-weight: 600;
}
.faq h2 span {
  font-size: 28px;
  color: #175cff;
  font-weight: 700;
}

footer {
  background-color: #0b163f;
}
footer p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #D9D9D9;
  line-height: 1.75;
}
@media (max-width: 576px) {
  footer p {
    text-align: center;
  }
}
footer a {
  color: #D9D9D9;
  text-decoration: none;
}
footer a:hover {
  color: white;
}

.login {
  background-color: #0b163f;
  background-image: url(../images/login-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}
.login .card {
  background-color: #f8f9fa;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
}
.login .card .card-title {
  font-size: 28px;
  font-weight: 700;
}
.login .card .card-text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #94a3b8;
}
.login .card .form-label {
  font-size: 15px;
  font-weight: 500;
  color: #575757;
}
.login .card .form-control {
  border: 2px solid rgba(11, 22, 63, 0.12);
  padding: 0.65rem 1rem;
  font-size: 14px;
  color: #575757;
}
.login .card h6 {
  font-size: 16px;
  color: #94a3b8;
  font-weight: 400;
}
.login .card a {
  text-decoration: none;
  color: rgba(23, 92, 255, 0.8509803922);
}
.login .card a:hover {
  color: #175cff;
}

.register {
  background-color: #0b163f;
  background-image: url(../images/login-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}
.register .bg-custom-light .left-radius {
  border-radius: 1rem 0 0 1rem;
}
.register .bg-custom-light .card {
  background-color: rgba(255, 255, 255, 0.1);
}
.register .bg-custom-light .card .card-title {
  font-size: 20px;
  font-weight: 600;
  color: white;
}
.register .bg-custom-light .card .card-text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: white;
}
.register .bg-custom-light .card .card-text-1 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #D9D9D9;
}
.register .bg-custom-light .card h4 {
  font-size: 16px;
  font-weight: 600;
  color: white;
}
.register .bg-custom-light .card h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #D9D9D9;
}
.register .bg-custom-light .card .testimonial-img-active {
  border-radius: 50%;
  padding: 6px;
  border: 2px solid #175cff;
}
.register .bg-custom-light .card .testimonial-img {
  border-radius: 50%;
  padding: 6px;
  border: 2px solid #c0c0c5;
}
.register .bg-custom-light .card .eg-logo {
  width: 300%;
}
.register .bg-custom-dark {
  border-radius: 0 1rem 1rem 0;
}
.register .bg-custom-dark .card {
  background-color: #f8f9fa;
  border-radius: 1rem;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
}
.register .bg-custom-dark .card .card-title {
  font-size: 28px;
  font-weight: 700;
}
.register .bg-custom-dark .card .card-text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #94a3b8;
}
.register .bg-custom-dark .card .form-label {
  font-size: 15px;
  font-weight: 500;
  color: #575757;
}
.register .bg-custom-dark .card .form-control {
  border: 2px solid rgba(11, 22, 63, 0.12);
  padding: 0.65rem 1rem;
  font-size: 14px;
  color: #575757;
}
.register .bg-custom-dark .card .form-check-label {
  font-size: 13px;
  color: #575757;
}
.register .bg-custom-dark .card h6 {
  font-size: 16px;
  font-weight: 400;
  color: #94a3b8;
}
.register .bg-custom-dark .card a {
  text-decoration: none;
  color: rgba(23, 92, 255, 0.8509803922);
}
.register .bg-custom-dark .card a:hover {
  color: #175cff;
}
.register .bg-custom-dark .card button {
  font-size: 15px;
}

.form-control:focus,
.form-check-input:focus {
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 65px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: white;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=style.css.map */