@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yantramanav:wght@400&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

:root {
  --TRACES-primary: #354F9A;
  --TRACES-secondary: #344884;
  --TRACES-btn: #3463B4;
  --TRACES-btn-hover: #354F9A;
  --TRACES-btn-secondary: #2F85D1;
  --TRACES-header: #275097;
  --bs-link-color: #2F85D1;
  --bs-link-hover-color: var(--TRACES-header);
  --bs-body-color: #343434;
  --bs-card-color: #343434;
  --bs-border-radius: 16px;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  overflow-x: hidden;
}

body {
  font-family: "Yantramanav", sans-serif;
  font-size: 18px;
  line-height: 1.1em;
  background: #f9fafc;
}

h1,
h2,
h3,
h4,
h5,
#quickLinks a {
  font-family: "Lexend", sans-serif;
}
h1 {
  font-weight: 300;
  color: var(--TRACES-header);
}
h2,
.modal-header h3 {
  color: var(--TRACES-header);
}
h2,
h4,
h5 {
  font-weight: 400;
}


/* Navbar */
.navbar-brand {
  width: 325px;
}
.navbar-brand img {
  max-width: 100%;
}
.navbar {
  background-color: transparent !important;
}
.navbar a {
  color: var(--TRACES-btn);
  text-decoration: none;
}
.navbar a:hover {
  text-decoration: underline;
}
.navbar .btn a {
  padding: 5px 10px;
}
.navbar .btn a:hover {
  text-decoration: none;
}
.navbar .btn:hover {
  background-color: var(--TRACES-btn-hover);
}


/* Buttons */
.btn {
  border: none;
  border-radius: 12px;
}
.btn:hover {
  background-color: var(--TRACES-btn-hover);
}
.btn-primary {
  background-color: var(--TRACES-btn);
}
.btn-secondary {
  background-color: var(--TRACES-btn-secondary);
}
.btn-lg {
  font-size: 28px;
}
.btn.active,
.btn.show, 
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: var(--TRACES-btn-hover);
}


/* Button Hover FX */
.pulse {
  transition: transform ease-in-out 0.2s;
}
.pulse:hover,
.pulse:focus,
.pulse:active,
.pulse:hover:active {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  box-shadow: 0 0 0 0.4em rgba(255, 255, 255, 0);
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--TRACES-btn-secondary);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--TRACES-btn-secondary);
  }
}


/* Language Picker */
#languagePicker {
  border-radius: 8px;
  font-size: 14px;
}
#languagePicker a.lpActive {
  background-color: #4C648E;
  color: #FFF;
}
#languagePicker a {
  text-decoration: none;
  color: #000;
  padding: 7px 10px;
  border-radius: 0 6px 6px 0;
  border: 1px solid var(--TRACES-header);
}
#languagePicker a:first-of-type {
  border-radius: 6px 0 0 6px;
}
#languagePicker a:hover {
  background-color: #4C648E;
  color: #FFF;
}


/* Icons */
i.bi {
  color: var(--TRACES-btn);
  display: block;
}
i.bi-mouse {
  font-size: 50px;
  margin-bottom: -3px;
}
i.bi-arrow-down-short {
  font-size: 45px;
  margin-left: 3px;
}



/* Hero */
#hero {
  height: 100vh;
  position: relative;
}
@media (min-width: 565px) {
  #hero {
    min-height: 850px;
  }
}
.heroTextPosition {
  top: 450px;
}

@media (max-width: 564px) {
  .heroTextPosition {
    top: 50%;
    text-align: center;
  }
}
.heroText {
  max-width: 600px;
}
.heroBG {
  background-image: url(../images/circleBG.PNG);
  background-size: cover;
  background-position: center;
}
@media (max-width: 1650px) {
  .heroBG {
    background-position: 50% 50%;
  }
}
.h1IMG,
.h2IMG,
.h3IMG {
  position: absolute;
}
.h1IMG img,
.h2IMG img,
.h3IMG img {
  height: auto;
}
.h1IMG img {
  width: 350px;
}
.h2IMG img {
  width: 400px;
}
.h1IMG {
  top: 100px;
  right: 350px;
}
.h2IMG {
  top: 180px;
  right: -63px;
}
.h3IMG {
  top: 525px;
  right: 275px;
}
.gradientBox {
    position: relative;
    display: inline-block;
    z-index: 0; 
}
.gradientBox img {
    display: block;
}
.gradientBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(145deg, #2F85D1 0%, rgba(255, 203, 47, 0.6) 100%);
    transform: translate3d(1px, 1px, 0) scale(1);
    filter: blur(5px);
    opacity: 0.4;
    transition: opacity 0.3s;
    border-radius: 40px;
}
.gradientBox::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: inherit;
    border-radius: inherit;
}
@media (max-width: 1399px) {
    .h1IMG {
    right: 320px;
  }
  .h1IMG img {
    width: 300px;
  }
  .h2IMG {
    top: 200px;
    right: -40px;
  }
  .h2IMG img {
    width: 350px;
  }
  .h3IMG img {
    width: 325px;
  }
}
@media (max-width: 1199px) {
  .h1IMG {
    top: 120px;
    right: 290px;
  }
  .h1IMG img {
    width: 250px;
  }
  .h2IMG img {
    width: 300px;
  }
  .h3IMG {
    top: 525px;
    right: 230px;
  }
  .h3IMG img {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .h1IMG {
    top: 130px;
    right: 110px;
  }
  .h1IMG img {
    width: 300px;
  }
  .heroText h1 {
    font-size: 2rem;
  }
  .h2IMG {
    top: 325px;
    right: -45px;
  }
  .h3IMG {
    top: 550px;
    right: 55px;
  }
  .h3IMG img {
    width: 325px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
    .heroText {
        max-width: 440px;
    }
}
@media (max-width: 767px) {
  .h1IMG {
    right: 20px;
  }
  .h2IMG {
   display: none;
  }
  .h3IMG {
    right: -30px;
  }
}
@media (max-width: 575px) {
  .h1IMG {
    display: none;
    top: 130px;
    right: 15px;
  }
  .h1IMG img {
    width: 300px;
  }
  .h3IMG {
    display: none;
    right: -5px;
  }
  .h3IMG img {
    width: 275px;
  }
}



/* Quick Links */
#quickLinks {
  background-color: #FFF;
  font-size: 28px;
  position: relative;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px;
}
@media (max-width: 665px) {
  #quickLinks {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 1em;
  }
}
#quickLinks a {
  text-decoration: none;
}
#quickLinks a:hover {
  color: var(--TRACES-secondary);
}


/* What Is */
#whatIs {
  background-color: #E2E9F2;
}


/* Joining */
#joiningBG {
  width: 100%;
  background-image: url(../images/s1-3BG.svg);
  background-repeat: no-repeat;
}
#joining .p-3 {
  border: 1px solid rgba(52, 99, 180, 0.6);
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.2);
}
#joining img {
    margin: 0 auto 10px;
    display: block;
    max-width: 100%;
    filter: drop-shadow(3px 5px 4px rgba(255, 203, 47, 0.2));
}
svg {
  width: 100%;
  margin-bottom: 10px;
}
ul li ~ li {
  margin-top: 5px;
}


/* FAQs */
.accordion-header button {
  font-size: 1.5rem;
  font-family: "Lexend", sans-serif;
}
.accordion-item {
  border: 2px solid #3463B4;
  margin-bottom: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px;
}
.accordion-item:not(:first-of-type) {
  border-top: 2px solid #3463B4;
}
.accordion-item button {
  color: var(--TRACES-btn);
}
.accordion-item button::after {
  display: none;
}
.accordion-item button::before {
  font-family: "bootstrap-icons";
  content: "";
  color: #343434;
  position: relative;
  font-size: 25px;
  margin-right: 10px;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}
.accordion-item button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: var(--TRACES-btn);
}
.accordion-item h4 {
  margin-bottom: 0;
}
.accordion-item,
.accordion-item button {
  border-radius: 6px;
}
.accordion-item button[aria-expanded=true]::before {
  content: "";
  color: #2F85D1;
  transform: rotate(90deg);
}
.accordion-body {
  padding-top: 0;
}
.accordion-body > :last-child {
  margin-bottom: 0;
}


/* CTA */
#CTA {
  background-color: #E7ECF3;
  background-image: url(../images/CTA_BG.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: var(--bs-border-radius);
  min-height: 250px;
}
#CTA table {
  height: 250px;
}
#CTA img,
#security img {
  width: 75%;
}
@media (max-width: 1200px) {
  #CTA img,
  #security img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #CTA {
    background-position: 90% 225%;
  }
  #CTA img,
  #security img {
    width: 40%;
  }
}
#CTA h4,
#security h4 {
  color: var(--TRACES-header);
}


/* Security */
#security {
  background-color: #FFF;
  min-height: 300px;
}
#security table {
  height: 300px;
}
@media (max-width: 767px) {
  #security table {
    height: 200px;
  }
}


/* Footer */
#footer p {
  margin-bottom: 0.75rem;
}
