*,
body {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Aeonik Bold";
  src: url(./fonts/AeonikTRIAL-Bold.otf);
}
@font-face {
  font-family: "Aeonik Regular";
  src: url(./fonts/AeonikTRIAL-Regular.otf);
}

.home-page,
.about-page,
.contact-page,
.privacy,
.faq,
.terms {
  max-width: 1700px;
  margin: 0 auto;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: white;
  outline: none;
}
ul {
  margin-bottom: 0;
}
.navbar-brand img {
  width: 210px;
}
.navbar {
  background-color: white !important;
}
.navbar-nav a {
  color: #150e45;
  font-size: 14px;
  font-family: "Aeonik Regular";
}
.navbar-nav {
  align-items: center !important;
}
#btn {
  background-color: #150e45;
  padding: 13px 42px;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Aeonik Regular";
  font-weight: 300;
  border: none;
  outline: none;
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.logo {
  width: 210px;
  height: auto;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-info {
  background-image: url(./images/hero-bg.svg);
  background-repeat: no-repeat;
  background-position: 5px 100px;
  color: #0e005f;
}
.hero-info h1 {
  font-size: 45px;
  font-weight: bold;
  font-family: "Aeonik Bold";
}
.hero-info p {
  font-size: 14px;
  margin-bottom: 35px;
}
.hero-text-one {
  background: linear-gradient(to right, #0e005f 10%, #4b32da 90%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: "Aeonik Bold";
}
.hero-text-two {
  background: linear-gradient(to right, #0e005f, #4b32da);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: "Aeonik Bold";
}
.who-are-we {
  background-image: linear-gradient(to bottom, #250556, #34065c);
}
.who-section-one img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.who-section-two {
  font-family: "Poppins", sans-serif;
  background-image: linear-gradient(to bottom, #250556, #34065c);
}
.who-section-two h6 {
  color: #aaaaaa;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "Aeonik Regular";
}
.who-section-two h3 {
  font-weight: 600;
  font-size: 35px;
  font-family: "Aeonik Regular";
}
.who-section-two p {
  font-size: 14px;
  font-weight: lighter;
  font-family: "Aeonik Regular";
}
.who-are-we a {
  color: #150e45;
  font-size: 14px;
  font-family: "Aeonik Regular";
}
.who-are-we a:hover {
  box-shadow: 2px 2px 6px #737373;
}

/* our products */
.our-products {
  font-family: "Poppins", sans-serif;
  background-image: url(./images/our-product.svg);
  background-size: cover;
  position: relative;
}
.our-products h2 {
  font-weight: bold;
  background: linear-gradient(to right, #0e005f 10%, #4b32da 80%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 35px;
  font-family: "Aeonik Bold";
}
.our-products p {
  font-size: 16px;
  color: #767678;
  font-family: "Aeonik Regular";
}
.product {
  background-color: #221a56;
  height: 220px;
}
.product:hover {
  transform: scale(1.2);
}
.product img {
  width: 50px;
}
.product p {
  color: #ccc;
  font-size: 12px;
}

/* why choose us */
.why-choose-us {
  background-color: #e7e6e6;
  font-family: "Poppins", sans-serif;
}
.why-choose-us h6 {
  color: #575757;
  font-size: 14px;
  letter-spacing: 2px;
}
.why-choose-us h3 {
  color: #150e45;
  line-height: 60px;
  font-weight: 600;
  font-size: 32px;
}
.why-choose-us h5 {
  color: #212121;
  font-weight: bold;
  font-size: 20px;
}
.why-choose-us p {
  color: #575757;
  font-size: 13px;
}

/* how it works */
.how-it-works h6 {
  letter-spacing: 2px;
  color: #909090;
  font-size: 14px;
  font-family: "Aeonik Regular";
}
.how-it-works h2 {
  font-weight: bold;
  background: linear-gradient(to right, #0e005f, #4b32da);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 35px;
  font-family: "Aeonik Bold";
}
.how-it-works h3 {
  color: #150e45;
  font-weight: bold;
  font-family: "Aeonik Regular";
}
.how-it-works p {
  color: #575757;
  font-size: 14px;
  font-family: "Aeonik Regular";
}

/* subscription */
.subscribe {
  background-image: url(./images/subscribe-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Aeonik Regular";
}
.subscribe h1 {
  font-weight: bolder;
}
.subscribe p {
  line-height: 20px;
  font-size: 13px;
  font-family: "Aeonik Regular";
  font-weight: 300;
  color: #c0c1c1;
}
.subscribe input {
  width: 80%;
  border: none;
  outline: none;
}
.subscribe input::placeholder {
  font-size: 12px;
  font-family: "Aeonik Regular";
}
.subscribe button {
  font-size: 11px;
  font-family: "Aeonik Regular";
  background-color: #150e45;
  border: none;
}
.subscribe img {
  height: 20px;
  object-fit: cover;
}

/* footer */
footer {
  font-family: "Aeonik Regular";
  background-color: #f8f8f8;
}
.footer-img {
  background-image: url(./images/footer-img.svg);
  background-size: cover;
}
footer p {
  color: #818181;
  font-size: 14px;
  font-family: "Aeonik Regular";
  line-height: 18px;
}
footer h4 {
  color: #313271;
  font-weight: bold;
  font-size: 20px;
  font-family: "Aeonik Regular";
}
footer h6 a {
  line-height: 16px;
  font-size: 13px;
  font-family: "Aeonik Regular";
  color: #818181;
  font-weight: 400;
}
.fa-solid {
  color: #313271;
}
.fa-brands {
  color: #313271;
  font-size: 20px;
  font-family: "Aeonik Regular";
}
.copyright {
  border-top: 1px solid #3132719a;
  margin: 0 60px;
}
.copyright h5,
.copyright a {
  color: #313271;
  font-size: 13px;
  font-family: "Aeonik Regular";
}

/* ABOUT US */
.about-hero {
  background-image: url(./images/contact-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-hero h2 {
  font-size: 35px;
  font-family: "Aeonik Regular";
}
.about-hero p {
  font-size: 14px;
  font-family: "Aeonik Regular";
  font-weight: 300;
}
.about-hero b {
  font-weight: normal;
  color: #7ac1d4;
}
.about-hero button {
  border: none;
  outline: none;
  font-size: 13px;
  font-family: "Aeonik Regular";
  border-radius: 3px;
}
.about-hero button a {
  color: #272059;
  font-weight: 600;
}
.about-details,
.advisors,
.team-members {
  background-color: #f8f8fb;
}
.team-members-bg {
  background-image: url(./images/bg-img.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.team-members-sec {
  overflow-x: scroll;
}
.control-btn {
  position: relative;
}
#prev {
  position: absolute;
  top: -300px;
  left: 28px;
  border-radius: 50px;
  background-color: black;
  padding: 10px 17px;
  border: none;
  outline: none;
}
#next {
  position: absolute;
  top: -300px;
  right: 1%;
  border-radius: 50px;
  background-color: black;
  padding: 10px 17px;
  border: none;
  outline: none;
}
.fa-chevron-left,
.fa-chevron-right {
  color: white;
}
.advisors-sec {
  width: 100%;
  background-image: url(./images/advisors-bg.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
.about-details ul li,
.team-members ul li,
.advisors ul li {
  color: #726ba2;
  list-style-type: disc;
  font-size: 11px;
  font-family: "Aeonik Regular";
}
.about-details-heading-text,
.team-members-heading-text,
.advisors-heading-text,
.find-location-heading-text {
  font-family: "Aeonik Bold";
  background: linear-gradient(to right, #0e005f, #4b32da);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 35px;
}
.about-details p {
  font-size: 14px;
  color: #525062;
  letter-spacing: 1px;
}
.counter {
  background-color: #150e45;
}
.counter h3 {
  font-size: 27px;
}
.counter p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: "Aeonik Regular";
}
.counter b {
  color: #7ac1d4;
  font-weight: 500;
}
.team-members p,
.advisors p,
.find-location p {
  font-size: 13px;
  font-family: "Aeonik Regular";
  color: #525062;
}
.advisor {
  width: 280px;
  position: relative;
  border: 2px solid rgb(151, 151, 151);
  background-color: #f8f8fb;
}
.advisor-img {
  position: absolute;
  bottom: 150px;
  height: 170px;
}
.advisor h5,
.carousel-card h5 {
  color: #525062;
  font-size: 16px;
  font-family: "Aeonik Regular";
}
.advisor h6,
.carousel-card h6 {
  color: #525062;
  font-size: 12px;
  font-family: "Aeonik Regular";
}
.socials img {
  width: 20px;
}
.card-body {
  padding: 10px 0 30px 0 !important;
}
.card-title,
.card-subtitle {
  font-family: "Aeonik Regular";
}
/* CONTACT */
.contact-hero {
  background-image: url(./images/contact-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-hero h2 {
  font-size: 35px;
  font-family: "Aeonik Regular";
}
.contact-hero p {
  font-size: 14px;
  font-family: "Aeonik Regular";
  font-weight: 300;
}
.contact-hero b {
  color: #7ac1d4;
  font-weight: normal;
}
.contact-hero h6 {
  border: none;
  outline: none;
  font-size: 13px;
  font-family: "Aeonik Bold";
  border-radius: 3px;
  color: #150e45;
  padding: 10px 20px !important;
}
.contact-hero button a {
  color: #272059;
  font-weight: 600;
}
.contact-form {
  background-color: #f1f0fa;
}
.contact-form h4 {
  font-size: 17px;
  font-family: "Aeonik Regular";
  font-weight: 500;
  color: #150e45;
  margin-bottom: 12px;
}
.contact-input {
  margin-bottom: 12px;
}
.contact-icon {
  background-color: #dcdbe3;
  width: 45px;
  height: 45px;
  font-size: 15px;
  font-family: "Aeonik Regular";
  border-radius: 50px;
  color: #150e45;
}
.contact-form h5 {
  font-size: 16px;
  font-family: "Aeonik Regular";
  color: #767678;
  margin-bottom: 5px;
}
.contact-form h6 {
  font-size: 10px;
  font-family: "Aeonik Regular";
  color: #959595b5;
  margin-bottom: 0;
}
.contact-form h3 {
  font-size: 21px;
  font-family: "Aeonik Regular";
  color: #150e45;
  font-weight: 500;
}
.contact-form p {
  font-size: 13px;
  font-family: "Aeonik Regular";
  color: #959595b5;
  line-height: 15px;
}
.form-input {
  border: 1px solid #d6d6d6;
  width: 48.5%;
  border-radius: 2px;
  padding: 5px 0;
}
.contact-form form input {
  border: none;
  outline: none;
}
.contact-form img {
  height: 18px;
}
.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  font-size: 13px;
  font-family: "Aeonik Regular";
  color: #959595b5;
}
.contact-form form textarea {
  border: 1px solid #d6d6d6;
  padding: 5px 0;
}
textarea {
  resize: none;
}
.contact-form form textarea:focus {
  outline: none;
}
.contact-form button {
  border: none;
  outline: none;
  border-radius: 3px;
  background-color: #150e45;
}
.contact-form button a {
  font-size: 13px;
  font-family: "Aeonik Regular";
}
.find-location p {
  color: #767678;
}
.google-map iframe {
  width: 100%;
  height: 400px;
}

/* FAQ, TERMS OF SERVICE AND PRIVACY POLICY */
.faq,
.terms,
.privacy {
  max-width: 1500px;
  margin: 0 auto;
  font-family: "Aeonik Regular";
}
.faq-heading,
.terms-heading,
.privacy-heading {
  background-color: #e7e7e7;
}
.faq-heading-sub,
.terms-heading-sub,
.privacy-heading-sub {
  position: relative;
}
.faq-heading-sub img {
  height: 70px;
  position: absolute;
  bottom: 15px;
  right: -55px;
}
.faq-heading h2,
.terms-heading h2,
.privacy-heading h2 {
  color: #0e005f;
}
.faq-heading p,
.terms-heading p,
.privacy-heading p {
  color: #818181;
  font-size: 13px;
}
.terms-heading-sub img,
.privacy-heading-sub img {
  height: 70px;
  position: absolute;
  bottom: 30px;
  right: -70px;
}
.accordion-button {
  background-color: #eeeef0 !important;
}
.accordion-item,
.accordion-body {
  border: none;
}
.accordion-flush .accordion-collapse {
  background-color: #eeeef0 !important;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-body {
  border-left: 3px solid #42359c;
}
.accordion-button.collapsed {
  background-color: #f8f8fb !important;
  box-shadow: 0px 1px 5px rgba(128, 128, 128, 0.474);
}
.accordion-button:focus {
  border-color: transparent !important;
}
.accordion-item img {
  width: 35px;
}
.question-button {
  cursor: pointer;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent !important;
}
.accordion-item h4 {
  font-size: 17px !important;
  color: #454166 !important;
}
.accordion-item p {
  margin-left: 60px;
  color: #818181;
  font-size: 13px;
  font-weight: lighter;
}
.accordion {
  --bs-accordion-btn-icon-width: 2.5rem !important;
  --bs-accordion-btn-focus-border-color: transparent !important;
  --bs-accordion-btn-focus-box-shadow: transparent !important;
  --bs-accordion-active-bg: transparent !important;
}
.accordion-button::after {
  background-image: url(./images/arrow-circle-down.svg) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(./images/arrow-circle-up.svg) !important;
  --bs-accordion-btn-icon-transform: rotate(0deg) !important;
}
