body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
}

body p {
  color: #9194a1;
}

header .my-nav {
  position: fixed;
  height: 80vh;
  background-color: #252b46;
  z-index: 10;
  opacity: 0.9;
}

header .my-nav ul {
  margin-top: 50px;
  padding: 0px;
  width: 80%;
}

header .my-nav ul li {
  list-style: none;
  padding: 10px 0px;
  border-top: 1px solid white;
  width: 100%;
}

header .my-nav ul a {
  color: white;
}

header .my-nav ul .smlogin {
  border: 1px solid white;
}

header .my-nav .icons {
  margin-top: 80px;
}

header .my-nav .icons a {
  margin-left: 30px;
  text-align: center;
}

header .my-nav .icons a:hover {
  background-color: #fa5757;
}

header ul li {
  padding: 0px 15px;
}

header ul li:hover a {
  color: #fa5757 !important;
  text-decoration: none;
}

header ul .login {
  background-color: #fa5757;
  border-radius: 5px;
  border: 1px solid #fa5757;
}

header ul .login a {
  color: white !important;
}

header ul .login:hover {
  background-color: white;
}

header ul .login:hover a {
  color: #fa5757 !important;
}

header .hide {
  display: none;
}

header .show {
  display: block;
}

main .btn:hover {
  background-color: white;
  color: #252b46;
}

main #intro-section {
  height: 80vh;
  padding-top: 100px;
}

@media (max-width: 768px) {
  main #intro-section {
    min-height: 120vh;
    padding-top: 100px;
  }
}

main #intro-section .btn-default:hover {
  color: #252b46;
  border: 1px solid #9194a1;
}

main #intro-section .rounded {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  main #intro-section .rounded {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}

@media (max-width: 375px) {
  main #intro-section .rounded .rounded-desc {
    margin-top: 30px;
  }
}

main #intro-section .rounded-image {
  width: 550px;
  position: relative;
  left: 50px;
}

@media (max-width: 768px) {
  main #intro-section .rounded-image {
    left: 0px;
    width: 600px;
  }
}

@media (max-width: 375px) {
  main #intro-section .rounded-image {
    width: 105%;
  }
}

main #intro-section .rounded-shape {
  height: 280px;
  width: 400px;
  background-color: #5368df;
  border-top-left-radius: 40%;
  border-bottom-left-radius: 40%;
  margin-right: -15px;
  position: relative;
  top: -250px;
}

@media (max-width: 768px) {
  main #intro-section .rounded-shape {
    top: -485px;
    width: 470px;
  }
}

@media (max-width: 375px) {
  main #intro-section .rounded-shape {
    height: 170px;
    width: 75%;
    top: -420px;
  }
}

main #features-section {
  height: 105vh;
}

@media (max-width: 768px) {
  main #features-section {
    height: 145vh;
  }
  main #features-section .row {
    text-align: center;
  }
  main #features-section .row div[class*="feature-desc"] {
    margin-top: 60px;
  }
}

main #features-section .my-btns button {
  border: unset;
  padding: 10px 20px;
  background-color: white;
  border-bottom: 1px solid #9194a1;
  border-radius: 0px;
  margin: 0px -2px;
  outline: none;
}

main #features-section .my-btns button:hover {
  color: #fa5757;
}

@media (max-width: 768px) {
  main #features-section .my-btns button {
    display: block;
    width: 70%;
  }
  main #features-section .my-btns button:first-child {
    border-top: 1px solid black;
  }
}

main #features-section .my-btns .bottom-border {
  border-bottom: 2px solid red;
}

main #features-section .hide {
  display: none !important;
}

main #features-section .active {
  display: block;
}

main #features-section .rounded {
  position: relative;
  z-index: 1;
}

main #features-section .rounded-image {
  width: 400px;
}

@media (max-width: 768px) {
  main #features-section .rounded-image {
    width: 300px;
  }
}

main #features-section .rounded-shape {
  height: 280px;
  width: 400px;
  background-color: #5368df;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  margin-left: -15px;
  position: relative;
  top: -250px;
}

@media (max-width: 768px) {
  main #features-section .rounded-shape {
    top: -420px;
    width: 350px;
    height: 220px;
  }
}

@media (max-width: 375px) {
  main #features-section .rounded-shape {
    top: -450px;
    width: 250px;
    height: 170px;
  }
}

main #download-section .my-cards {
  min-height: 420px;
}

main #download-section .card {
  width: 300px;
  height: 350px;
  text-align: center;
  border: unset;
  border-radius: 10px;
  -webkit-box-shadow: 0px 13px 11px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 13px 11px 2px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  main #download-section .card {
    margin-bottom: 35px;
  }
}

main #faq-section .card {
  border: unset;
  border-radius: unset;
  border-top: 1px solid #9194a1;
}

main #faq-section .border-bottom {
  border-bottom: 1px solid #9194a1 !important;
}

main #faq-section #accordionBtn1:hover, main #faq-section #accordionBtn2:hover,
main #faq-section #accordionBtn3:hover, main #faq-section #accordionBtn4:hover {
  color: #fa5757;
  cursor: pointer;
}

main #faq-section .hide {
  display: none !important;
}

main #faq-section .show {
  display: block;
}

footer {
  background-color: #5368df;
  color: white;
}

@media (max-width: 768px) {
  footer {
    text-align: center;
  }
}

footer input {
  padding: 10px 25px;
  border: 0px;
  border-radius: 5px;
  margin-right: 15px;
}

@media (max-width: 375px) {
  footer input {
    margin-right: 0px;
    margin-bottom: 15px;
    width: 80%;
  }
}

footer .contact-us {
  background-color: #fa5757;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #fa5757;
  color: white;
}

footer .contact-us:hover {
  background-color: white;
  color: #fa5757 !important;
}

@media (max-width: 375px) {
  footer .contact-us {
    width: 80%;
  }
}

footer .social {
  background-color: #252b46;
}

footer .list {
  list-style-type: none;
}

footer .list li {
  display: inline;
  margin-right: 20px;
}

@media (max-width: 768px) {
  footer .list li {
    display: block;
  }
}

footer .list a {
  color: white;
  text-decoration: none;
}

footer .list a:hover {
  color: #fa5757;
}

footer .icons a {
  margin-left: 20px;
  text-align: center;
}

footer .icons a:hover {
  background-color: #fa5757;
}
/*# sourceMappingURL=style.css.map */