/* https://piccalil.li/blog/a-modern-css-reset */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  outline: 0;
  border: 0;
  font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.blue-400 {
  color: rgb(68, 153, 204);
}

.blue-450 {
  color: rgb(38, 95, 170);
}

.blue-500 {
  color: rgb(0, 75, 145);
}

.blue-600 {
  color: rgb(3, 53, 120);
}

.green-500 {
  color: rgb(0, 155, 25);
}

.green-550 {
  color: rgb(0, 128, 16);
}

.green-600 {
  color: rgb(70, 190, 0);
}

.lead {
  font-family: "Noto Sans", serif;
  font-size: 1rem;
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.bolder {
  font-weight: 700;
}

.text-align-left {
  text-align: left;
}

.pricing-section .item, .card, textarea, input,
select, .btn {
  position: relative;
  display: inline-block;
  padding: 5px 1rem;
  border: 1px solid rgb(218, 222, 223);
  border-radius: 0.25rem;
  word-wrap: normal;
  color: inherit;
  transition: all 250ms ease;
  background-color: transparent;
}

.flex-full-width {
  flex-basis: 100%;
}

.small {
  font-size: 90%;
}

body {
  font-family: "Nunito", sans-serif;
  color: rgb(19, 21, 22);
  font-size: 16px;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  text-rendering: optimizeLegibility;
  font-family: "Noto Sans", serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.8rem;
}

h1,
.h1 {
  font-size: 1.4rem;
}

h2,
.h2 {
  font-size: 1.3rem;
  margin-bottom: 1.25rem;
}

h3,
.h3 {
  font-size: 1.2rem;
}

h4,
.h4 {
  font-family: "Nunito", sans-serif;
  font-size: 1.1rem;
}

.hero-caption p {
  margin-inline: auto;
  max-width: 58ch;
  font-weight: 400;
}

.card h4 {
  color: rgb(38, 95, 170);
  font-weight: 600;
}

.btn {
  text-align: center;
  color: #fff;
  padding: 7px 1.1rem;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn-success {
  background-color: rgb(0, 155, 25);
  border: 1px solid rgb(0, 155, 25);
}

.btn-success:hover,
.btn-success:focus {
  opacity: 0.9;
  color: rgb(242, 243, 244);
  background-color: rgb(0, 128, 16);
  border: 1px solid rgb(70, 190, 0);
}

.btn-lg {
  padding: 0.5rem 2.5rem;
  font-size: 1.2rem;
  border-radius: 5px;
}

input,
select {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: left;
  background-color: #fff;
}

select:hover,
select:focus,
input:hover,
input:focus {
  border-color: rgb(167, 175, 178);
}

input[type=submit] {
  padding-left: 3rem;
  padding-right: 3rem;
  cursor: pointer;
}

textarea {
  text-align: left;
}

.card {
  background-color: #fff;
  padding-top: 1.75rem;
  text-align: center;
}

html,
body {
  overflow-x: hidden;
}

body {
  background-color: rgba(230, 230, 240, 0.7);
}

.container {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.logo {
  width: 7.8rem;
}

#home-page .hero {
  color: rgb(242, 243, 244);
  background: radial-gradient(circle farthest-side at center 15rem, rgba(0, 70, 130, 0.75), rgba(0, 70, 140, 0.8) 125%), url(img/world-map.png) no-repeat;
}

.hero-caption {
  width: 80%;
  max-width: 72ch;
  margin-inline: auto;
}

.hero-caption h1 {
  margin-bottom: 0.6rem;
}

.main-content {
  padding: 4rem 0 0;
}

#contact-us-page {
  background: white;
}

.left-content {
  width: 70%;
  max-width: 720px;
}

.hero-caption {
  padding: 6rem 10px 10rem;
}

.hero-caption,
.action-call {
  text-align: center;
}
.hero-caption .btn,
.action-call .btn {
  margin-top: 3rem;
}
.hero-caption h1,
.action-call h1 {
  font-weight: 600;
}

.action-call {
  padding: 6rem 0 5rem;
}
.action-call .container {
  max-width: 40rem;
}

.user-features,
.pricing-section {
  padding-bottom: 5rem;
}
.user-features .row,
.pricing-section .row {
  display: grid;
}
.user-features .card,
.pricing-section .card {
  border: 1px solid rgb(193, 199, 201);
  padding: 2.8rem 1.75rem 1.5rem;
  margin-top: 3rem;
}
.user-features .card h4,
.pricing-section .card h4 {
  margin: 0.5rem 0;
  font-weight: 600;
}
.user-features .card .card-head,
.pricing-section .card .card-head {
  width: 4rem;
  height: 4rem;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  font-size: 2rem;
  color: rgb(193, 199, 201);
  left: 50%;
  top: -2rem;
  transform: translate(-50%, 0);
  border: 1px solid rgb(193, 199, 201);
  padding-top: 5px;
}
.user-features .nav-tabs,
.pricing-section .nav-tabs {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
.user-features .nav-tabs .nav-tab,
.pricing-section .nav-tabs .nav-tab {
  border-bottom: 2px solid transparent;
  font-size: 1.1rem;
  color: rgb(193, 199, 201);
  padding-bottom: 0.4rem;
  cursor: pointer;
  transition: 250ms ease;
}
.user-features .nav-tabs .nav-tab:last-child,
.pricing-section .nav-tabs .nav-tab:last-child {
  margin-right: 0px;
}
.user-features .nav-tabs .nav-tab:hover,
.pricing-section .nav-tabs .nav-tab:hover {
  color: rgb(0, 75, 145);
  text-decoration: none;
}
.user-features .nav-tabs .nav-tab.active,
.pricing-section .nav-tabs .nav-tab.active {
  color: rgb(0, 75, 145);
  position: relative;
  font-weight: 700;
}
.user-features .nav-tabs .nav-tab.active::after,
.pricing-section .nav-tabs .nav-tab.active::after {
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -2px;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgb(0, 75, 145);
  left: calc(50% - 7px);
}
.user-features .tab-contents,
.pricing-section .tab-contents {
  margin-top: 1.5rem;
}
.user-features .tab-content,
.pricing-section .tab-content {
  display: none;
}
.user-features .tab-content.active,
.pricing-section .tab-content.active {
  display: block;
}

.login-section .container,
.signup-section .container {
  max-width: 640px;
}
.login-section h2,
.signup-section h2 {
  margin-bottom: 0;
}
.login-section .form,
.signup-section .form {
  display: flex;
  flex-direction: column;
  margin: 1rem 0 2rem;
  gap: 1rem;
}
.login-section .form .form-group,
.signup-section .form .form-group {
  display: grid;
  gap: 1px;
}
.login-section .form input[type=submit],
.signup-section .form input[type=submit] {
  margin: 0.25rem 0 0;
  align-self: flex-start;
}
.login-section .alt-session,
.signup-section .alt-session {
  display: grid;
}
.login-section .alt-session a,
.signup-section .alt-session a {
  color: rgb(0, 75, 145);
  text-decoration: underline;
}

.faqs-section {
  padding: 4rem 0;
  background-color: #fff;
}
.faqs-section .row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.faqs-section .faq-item {
  margin-bottom: 0.75rem;
  border: 1px solid rgb(218, 222, 223);
  border-radius: 0.25rem;
}
.faqs-section .faq-header {
  background-color: #f3f5fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: inherit;
  border: 1px solid transparent;
  border-bottom-color: transparent;
  cursor: pointer;
  padding: 0.25rem 0.5rem 0.25rem 0.75rem;
  text-align: left;
  outline: none;
  transition: background-color 0.3s ease;
}
.faqs-section .faq-header i {
  color: rgb(111, 124, 128);
  transform: rotate(0deg);
  transition: 0.5s;
}
.faqs-section .faq-header:hover {
  border: 1px solid #D7D7D7;
}
.faqs-section .faq-header.active i {
  transform: rotate(180deg);
  transition: 0.5s;
}
.faqs-section .faq-content {
  max-height: 0;
  background-color: #fff;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1rem;
}
.faqs-section .faq-content p {
  padding: 10px 0;
  margin: 0;
  line-height: 1.3;
}
.faqs-section .faq-content.active {
  padding: 0.75rem;
}
.faqs-section .faq-image {
  flex: 1 1 38%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.04);
  height: 25rem;
}

.pricing-section {
  text-align: center;
}
.pricing-section .container {
  max-width: 320px;
}
.pricing-section .block-heading {
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.pricing-section .block-heading p {
  max-width: 420px;
  margin: auto;
}
.pricing-section p {
  margin-bottom: 1rem;
  color: rgb(85, 95, 97);
}
.pricing-section .items {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 0.5rem;
}
.pricing-section .item {
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  padding: 1.5rem 1.5rem 2rem;
  overflow: hidden;
  position: relative;
  flex: 1 1 33%;
}
.pricing-section .item .heading {
  text-align: center;
  width: fit-content;
  margin: 1rem auto;
  padding: 6px 1rem;
  background: rgba(161, 175, 209, 0.33);
  border-radius: 6px;
}
.pricing-section .item .heading h4 {
  color: rgb(21, 21, 22);
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
}
.pricing-section .item .ribbon {
  width: 160px;
  height: 32px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: rgb(0, 155, 25);
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 3px;
  letter-spacing: 2px;
}
.pricing-section .item .features {
  padding: 0 0.25rem;
  margin: 1.5rem 0 2rem;
  margin-inline: auto;
  max-width: 20rem;
}
.pricing-section .item .features li {
  padding-left: 0.5rem;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.pricing-section .item .features li::marker {
  color: #091;
  font-size: 0.8rem;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
}
.pricing-section .item .features .value {
  font-weight: 400;
}
.pricing-section .item .features p {
  padding: 0;
  margin: 0;
  line-height: 1.8;
}
.pricing-section .item .price {
  margin-top: 1.5rem 0 3rem;
}
.pricing-section .item .price h4 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: -6px;
}
.pricing-section .item .btn.sign-up {
  margin: 0 auto 25px;
  display: block;
  max-width: 180px;
  width: 100%;
}
.pricing-section .pricing-notes {
  margin-top: 2rem;
}

.testimonials-section {
  padding: 5rem 0 7rem;
  background-color: #fff;
}
.testimonials-section .container {
  max-width: 600px;
}
.testimonials-section h2 {
  text-align: center;
}
.testimonials-section .items {
  display: flex;
  gap: 1rem;
}
.testimonials-section .item {
  position: relative;
  background-color: rgba(230, 230, 240, 0.7);
  border: 2px solid rgb(218, 222, 223);
  border-radius: 6px;
  padding: 1.5rem 2rem 3rem;
  text-align: center;
}
.testimonials-section .item .quote {
  font-size: 3rem;
  display: block;
  line-height: 1;
  margin-bottom: -0.8rem;
}
.testimonials-section .item .author {
  width: 10rem;
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: -4.2rem;
  margin-left: -5rem;
}
.testimonials-section .item .author .user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.5rem;
  color: rgb(218, 222, 223);
  border: 2px solid rgb(218, 222, 223);
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem auto;
}
.testimonials-section .item .author h4 {
  margin-bottom: -4px;
}

.contact-us-section {
  padding-bottom: 4rem;
}
.contact-us-section .row {
  gap: 3rem;
  flex-direction: column;
}
.contact-us-section .form-container {
  flex: 0 1 27rem;
}
.contact-us-section .form-container form .btn {
  max-width: fit-content;
  font-weight: 600;
  margin-top: 1rem;
}
.contact-us-section .pp_reach {
  display: flex;
  gap: 2rem;
  align-items: center;
  background: rgba(3, 110, 152, 0.0705882353);
  border: 2px solid rgba(0, 51, 97, 0.1215686275);
  padding: 1.2rem;
  border-radius: 6px;
  line-height: 1.2;
}
.contact-us-section .pp_reach .icon {
  display: none;
  font-size: 2rem;
  color: #edf5f8;
  padding: 1rem 1.4rem;
  border-radius: 1.6rem 12px;
  background: rgba(44, 91, 135, 0.9215686275);
}
.contact-us-section .pp_reach h4 {
  margin-bottom: 0;
}
.contact-us-section .pp_reach p {
  font-size: 15px;
  font-weight: 400;
}
.contact-us-section span#reach_pp {
  font-size: 1.1rem;
  line-height: 2.5;
}
.contact-us-section textarea {
  padding: 0.5rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  line-height: 1;
  border-radius: 5px;
}
.contact-us-section .form-group {
  display: grid;
  margin-bottom: 10px;
}

@media (min-width: 450px) {
  .container {
    max-width: 640px;
  }
  .user-features .row {
    gap: 0.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .login-section,
  .signup-section {
    min-height: 75vh;
  }
  .login-section .form,
  .signup-section .form {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 1rem;
    column-gap: 5px;
  }
  .login-section .form .form-group,
  .signup-section .form .form-group {
    width: 49%;
  }
  .pricing-section .container {
    max-width: 100%;
  }
  .pricing-section .items {
    justify-content: space-between;
    flex-direction: row;
    gap: 0.5rem;
  }
  .pricing-section .item {
    flex: 1 1 48%;
  }
  .pricing-section .item .features p {
    padding: 0;
    margin: 0;
    line-height: 1.8;
  }
  .contact-us-section .pp_reach {
    justify-content: space-between;
  }
  .contact-us-section .pp_reach .icon {
    display: block;
  }
}
@media (min-width: 750px) {
  .container {
    max-width: 940px;
  }
  .user-features .row {
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .pricing-section .container {
    max-width: 58rem;
  }
  .pricing-section .item {
    flex: 1 1 30%;
  }
  .contact-us-section .container {
    max-width: 58rem;
  }
  .contact-us-section .form-container {
    flex: 1 1 35rem;
  }
  .contact-us-section .row {
    gap: 3rem;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .contact-us-section .pp_reach {
    justify-content: space-between;
    margin-top: 1.5rem;
  }
  .contact-us-section .pp_reach .icon {
    display: block;
  }
  .faqs-section .container {
    max-width: 60rem;
  }
  .faqs-section .row {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .faqs-section .faq-items {
    flex: 1 1 60%;
  }
  .faqs-section .faq-image {
    flex: 1 1 30%;
    height: auto;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.navbar {
  position: relative;
  background-color: transparent;
}

.navbar > .container {
  max-width: 1200px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar-toggler {
  width: 25px;
  height: 25px;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}
.navbar-toggler .menu1,
.navbar-toggler .menu2,
.navbar-toggler .menu3 {
  background-color: rgb(218, 222, 223);
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 400ms cubic-bezier(0.22, 0.61, 0.36, 1) 100ms;
}
.navbar-toggler .menu1 {
  top: 4px;
}
.navbar-toggler .menu2 {
  top: 12px;
}
.navbar-toggler .menu3 {
  top: 20px;
}
.navbar-toggler:hover .menu1,
.navbar-toggler:hover .menu2,
.navbar-toggler:hover .menu3, .navbar-toggler.show .menu1,
.navbar-toggler.show .menu2,
.navbar-toggler.show .menu3 {
  opacity: 0.6;
}

@media (max-width: 749px) {
  #main-nav {
    position: absolute;
    min-height: calc(100vh - 90px);
    background: rgb(0, 75, 145);
    top: calc(100% - 0.2rem);
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2rem 0 5rem 0;
    z-index: 100;
    opacity: 0.9;
    transform: translateX(100%);
    transition: transform 400ms cubic-bezier(0.22, 0.61, 0.36, 1) 100ms;
  }
  #main-nav::before, #main-nav::after {
    position: absolute;
    content: "";
    bottom: 100%;
  }
  #main-nav::before {
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, 0.3);
    right: 22px;
  }
  #main-nav::after {
    border: 8px solid transparent;
    border-bottom: 9px solid rgb(0, 75, 145);
    right: 24px;
  }
  #main-nav.show {
    transform: translateX(0);
  }
  #main-nav li {
    list-style: none;
  }
  #main-nav .nav-item {
    padding: 0.8rem 0;
  }
  #main-nav .nav-item a {
    display: block;
  }
  #main-nav .nav-item a:hover,
  #main-nav .nav-item a:focus {
    color: rgb(242, 243, 244);
  }
  #main-nav .nav-item.signup a {
    max-width: 150px;
  }
}
@media (min-width: 750px) {
  .navbar-toggler {
    display: none;
  }
  #main-nav {
    height: auto;
    display: block;
    background-color: transparent;
    position: relative;
    border: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
  }
  #main-nav .nav-item {
    list-style: none;
    margin-right: 0.8rem;
  }
  #main-nav .nav-item:last-of-type {
    margin-right: 0;
  }
  #main-nav .links {
    display: flex;
    align-items: center;
  }
  #main-nav .a {
    color: rgb(218, 222, 223);
    font-weight: 400;
  }
  #main-nav .nav-item.login {
    margin-left: 1.8rem;
  }
  #main-nav .nav-item.register .btn {
    width: auto;
    padding: 0.5rem 1.2rem;
  }
  .nav-item.trials a {
    font-weight: 600;
    padding: 0.5rem 1rem;
    background: rgba(80, 169, 255, 0.6);
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
  }
  .nav-item.trials a:hover {
    background: rgba(60, 161, 255, 0.853);
  }
}
footer#footer {
  background-color: rgb(19, 21, 22);
  padding: 3rem 0;
  color: rgb(193, 199, 201);
  line-height: 1.75;
}
footer#footer .row {
  flex-direction: column;
  gap: 1rem;
}
footer#footer .h4 {
  color: rgb(242, 243, 244);
  margin-bottom: 0.5rem;
}
footer#footer .social li {
  padding: 0;
}
footer#footer .social .icon {
  margin-right: 5px;
  font-size: 17px;
}
footer#footer .social a {
  display: flex;
  align-items: center;
}
footer#footer .subscribe p {
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
footer#footer .subscribe form {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
footer#footer .subscribe form .subscribe-submit {
  align-self: start;
  margin: 0;
}
footer#footer ul {
  list-style: none;
  padding: 0;
}
footer#footer li {
  padding-bottom: 4px;
}
footer#footer input,
footer#footer .btn {
  background-color: transparent;
  padding: 5px 1rem;
  color: rgb(140, 151, 154);
  border: 1px solid rgb(140, 151, 154);
}
footer#footer input:hover,
footer#footer .btn:hover {
  color: rgb(218, 222, 223);
}

@media (min-width: 450px) {
  footer#footer .row {
    flex-direction: row;
    gap: 0;
  }
  footer#footer .links,
  footer#footer .social {
    flex: 1 1 33%;
  }
  footer#footer .subscribe {
    flex: 1 1 100%;
    padding-top: 1.5rem;
  }
  footer#footer .subscribe form {
    flex-direction: row;
    gap: 2px;
  }
}
@media (min-width: 750px) {
  footer#footer .row {
    gap: 1.5rem 0;
  }
  footer#footer .links,
  footer#footer .social {
    flex: 1 1 20%;
  }
  footer#footer .subscribe {
    flex: 1 1 40%;
    padding-top: 0;
  }
}