@font-face {
  font-family: 'Brown-bd';
  src: url("../font/BrownBold/BrownBold.ttf");
}

@font-face {
  font-family: 'avenir-md';
  src: url("../font/avenir/AvenirLTStd-Medium.otf");
}

@font-face {
  font-family: 'avenir-bd';
  src: url("../font/avenir/AvenirLTStd-Book.otf");
}

@font-face {
  font-family: 'avenir-rg';
  src: url("../font/avenir/Avenir-Roman.otf");
}

.btn {
  padding: 0.6rem 0.75rem;
  font-size: 12px;
  cursor: pointer;
}

.btn:hover {
  color: white;
  background: #4B0281;
}

.btn-purple {
  border-radius: 5px;
  background: #4B0281;
  color: white;
  padding: 0.6rem 0.75rem;
}

.btn-purple:hover {
  color: white;
}

.btn-purple.active {
  background: #37015e;
}

.btn-lg {
  padding: 0.6rem 3rem;
  min-height: 60px;
  font-size: 21px !important;
  min-width: 200px;
  min-height: 43px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'avenir-rg';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

html {
  scroll-behavior: smooth;
}

a {
  color: inherit;
}

.font10 {
  font-size: 10px !important;
}

.font14 {
  font-size: 14px !important;
}

.font13 {
  font-size: 13px !important;
}

.font12 {
  font-size: 12px !important;
}

.font18 {
  font-size: 18px !important;
}

.font16 {
  font-size: 16px !important;
}

.font24 {
  font-size: 24px !important;
}

.font21 {
  font-size: 21px !important;
}

.font22 {
  font-size: 22px !important;
}

.font20 {
  font-size: 20px !important;
}

.font36 {
  font-size: 36px !important;
}

.font30 {
  font-size: 30px !important;
}

.font75 {
  font-size: 75px !important;
}

.font60 {
  font-size: 60px !important;
}

.font44 {
  font-size: 44px !important;
}

.font-light {
  font-weight: 300;
  font-family: 'avenir-md' !important;
}

.font-bold {
  font-weight: 800;
  font-family: 'avenir-bd' !important;
}

.font-brown {
  font-weight: 700;
  font-family: 'Brown-bd' !important;
}

.text-black {
  color: #19191b !important;
}

.text-purple {
  color: #4b0281 !important;
}

.text-red {
  color: #9c3359 !important;
}

.text-grey {
  opacity: 0.6;
  color: white !important;
}

@media (max-width: 992px) {
  .font44 {
    font-size: 36px !important;
  }
  .font75 {
    font-size: 46px !important;
  }
  .font60 {
    font-size: 45px !important;
  }
  .sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sm-mt {
    margin-top: 2rem !important;
  }
  .sm-d-none {
    display: none !important;
  }
  .sm-dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .sm-mt-none {
    margin-top: 0 !important;
  }
  .sm-pt-none {
    padding-top: 0 !important;
  }
  .sm-ml-none {
    margin-left: 0 !important;
  }
  .sm-text-left {
    text-align: left !important;
  }
  .sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sm-text-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .lg-d-none {
    display: none;
  }
}

.click {
  cursor: pointer;
}

.p-r {
  position: relative;
}

.line {
  border-top: 1px solid #eae9f2;
  opacity: 0.5;
}

.line-height {
  line-height: 1;
}

.hidden {
  overflow: hidden;
}

.border-radius {
  border-radius: 10px;
}

.br-5 {
  border-radius: 5px !important;
}

.bg-grey {
  background: #f0f3f8;
}

.navbar .navbar-nav .nav-link {
  font-size: 14px;
  color: #5d5d5d !important;
  font-weight: 400;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.navbar .navbar-nav .nav-link.active {
  font-weight: 800;
  font-family: 'avenir-bd';
}

.navbar .navbar-brand img {
  width: 100px;
}

.home-header {
  background: url("../img/bg-header.png");
  background-size: cover;
  min-height: 100vh;
}

@media (max-width: 990px) {
  .home-header .font21 {
    font-size: 15px !important;
  }
}

.ruby-service-list {
  width: 100%;
  overflow: scroll;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
  scrollbar-width: none;
}

.ruby-service-list::-webkit-scrollbar {
  display: none;
}

.download img {
  width: 100px;
  cursor: pointer;
}

.section1 .notify {
  background: #9c3359;
  -webkit-box-shadow: 0px 32px 34px rgba(28, 27, 32, 0.198973);
          box-shadow: 0px 32px 34px rgba(28, 27, 32, 0.198973);
  border-radius: 10px;
  width: 100%;
}

@media (min-width: 900px) {
  .section1 .notify {
    width: 72%;
    position: absolute;
    top: 23vh;
    left: -2vw;
    padding-right: 4rem;
  }
}

.section1 .curve {
  position: absolute;
  right: -13vw;
  bottom: 0;
  z-index: -1;
}

.section2 .notify {
  background: #4b0281;
  -webkit-box-shadow: 0px 32px 34px rgba(28, 27, 32, 0.198973);
          box-shadow: 0px 32px 34px rgba(28, 27, 32, 0.198973);
  border-radius: 10px;
  width: 100%;
}

@media (min-width: 900px) {
  .section2 .notify {
    position: absolute;
    width: 72%;
    bottom: 23vh;
    left: -64px;
    padding-right: 4rem;
  }
}

.text-underline {
  text-decoration: underline !important;
}

.discover-container {
  min-height: 80vh;
  padding: 10vh 0;
}

.discover-container .text-grey {
  color: #4f4f4f !important;
}

.discover-container .notify {
  background: #ffffff;
  border: 1px solid #eae9f2;
  border-radius: 10px;
  width: 350px;
  max-width: 100%;
}

footer {
  position: relative;
  background: #25043d;
  min-height: 100vh;
  padding-top: 15rem;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 990px) {
  footer {
    border-radius: 0 223% 28% 192% /0 18% 0 0;
  }
}

footer .font60 {
  font-size: 57px !important;
}

footer .download img {
  width: 150px;
  cursor: pointer;
}

footer .curve {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 990px) {
  footer .curve {
    top: 3px;
  }
}

footer .curve img {
  max-width: 100%;
}

footer p {
  cursor: pointer;
}

footer a:hover {
  color: inherit;
}

footer .social-icons i {
  color: white;
  font-size: 20px;
  cursor: pointer;
}

footer .social-icons i:hover {
  color: #5454d4;
}

footer .footer-bottom {
  border-top: 1px solid #2f2f31;
}

.purple-header {
  background: url("../img/bg-header2.png");
  background-size: cover;
  min-height: 63vh;
  color: white;
}

@media (max-width: 990px) {
  .purple-header .font21 {
    font-size: 18px !important;
  }
}

.purple-header .navbar-nav .nav-link {
  color: white !important;
}

.purple-header .navbar-brand img {
  width: 100px;
  height: 80px;
}

.other-header .curve {
  position: absolute;
  top: -50px;
  z-index: -1;
}

.other-header .curve img {
  max-width: 100%;
}

.contact-box {
  background: #f7f7fb;
  border-radius: 10px;
  padding: 6vh 6vw;
}

.contact-box .text-grey {
  color: #696871 !important;
}

.contact-box .text-grey a {
  color: #696871 !important;
}

form .frm-group {
  margin-bottom: 5px;
}

form label {
  color: #19191b;
  font-weight: 900;
  font-family: 'avenir-bd';
  font-size: 18px;
}

form input.form-control {
  height: 65px;
}

form input.form-control::-webkit-input-placeholder {
  font-size: 18px;
  color: #9c9aaa;
}

form input.form-control:-ms-input-placeholder {
  font-size: 18px;
  color: #9c9aaa;
}

form input.form-control::-ms-input-placeholder {
  font-size: 18px;
  color: #9c9aaa;
}

form input.form-control::placeholder {
  font-size: 18px;
  color: #9c9aaa;
}

form textarea {
  resize: none;
}

form .form-control {
  background: #ffffff;
  border: 1px solid #eae9f2;
  border-radius: 10px;
}

.terms-wrapper p {
  color: #696871;
}

.terms-wrapper p.font-bold {
  color: black;
}

.faq-wrapper .card-header,
.faq-wrapper .card-link,
.faq-wrapper .card-link:hover, .faq-wrapper i {
  background: #f0f3f8;
  border-radius: 5px;
  color: black;
  font-size: 20px;
  cursor: pointer;
  font-weight: 800;
}

.faq-wrapper .card-body {
  padding: 50px 5vw;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 2rem;
  -ms-grid-columns: (minmax(255px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  grid-row-gap: 2rem;
}

.faq-wrapper .card {
  border: none;
}

.faq-wrapper p {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 20px;
  color: black;
}

@-webkit-keyframes minus {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes minus {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.faq-wrapper [aria-expanded='false'] > .expanded,
.faq-wrapper [aria-expanded='true'] > .collapsed {
  display: none;
}

.mt-5rem {
  margin-top: 5rem !important;
}
/*# sourceMappingURL=index.css.map */