@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  font-size: 10px;
}

a {
  text-decoration: none !important;
}

body {
  font-family: "Open Sans", sans-serif;
}

.text {
  font-size: 1.6rem;
  font-weight: 300;
  color: #023047;
}

#menu_btn {
  background-color: #012232;
  padding: 1rem 1.3rem;
  border-radius: 5rem;
  position: fixed;
  top: 1.5rem;
  right: 1rem;
  z-index: 1;
}
#menu_btn .icon_ppt {
  color: #fff;
  font-size: 30px;
  margin-top: 4px;
}
#menu_btn .icon_hide {
  display: none;
}
#menu_btn:hover {
  -webkit-box-shadow: 0 0 0 0 white;
          box-shadow: 0 0 0 0 white;
}
#menu_btn:active {
  -webkit-box-shadow: 0 0 2px 6px #FFB703;
          box-shadow: 0 0 2px 6px #FFB703;
  color: #FFB703;
}

.sidenav_close {
  width: 60%;
  height: 100vh;
  background-color: #023047;
  position: fixed;
  top: 0;
  left: -40rem;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidenav_close .sidenav_header {
  margin-top: 4rem;
}
.sidenav_close .sidenav_header img {
  width: 15rem;
  margin-left: 1rem;
}
.sidenav_close .link_content {
  margin-top: 5rem;
}
.sidenav_close .link_content hr {
  background-color: #FFFFFF;
}
.sidenav_close .link_content .nav-item {
  padding: 1rem 1rem;
}
.sidenav_close .link_content .nav-item .nav-link {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.sidenav_close .link_content .nav-item .active {
  color: #ECF39E !important;
}
.sidenav_close .link_content .nav_btn {
  background-color: #ECF39E;
  color: #1E1E1E;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}

.sidenav {
  width: 60%;
  height: 100vh;
  background-color: #023047;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidenav .sidenav_header {
  margin-top: 3rem;
}
.sidenav .sidenav_header .navbar-brand {
  font-size: 2rem;
  font-weight: 800;
  font-family: "Playfair Display", serif;
  color: #FFF;
  margin-left: 2rem;
}
.sidenav .link_content {
  margin-top: 5rem;
}
.sidenav .link_content .nav-item {
  padding: 1rem 1rem;
}
.sidenav .link_content .nav-item .nav-link {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.sidenav .link_content .nav-item .prompt {
  color: #FFB703;
  font-size: 1.6rem;
  font-weight: bold;
}

.navbar .navbar-brand {
  font-size: 2rem;
  font-weight: 800;
  font-family: "Playfair Display", serif;
  color: #023047;
}
.navbar .navbar-nav .nav-link {
  font-size: 1.4rem;
  margin-right: 2rem;
  color: #023047;
}
.navbar .btn_text {
  background-color: transparent;
  border-radius: 0.5rem;
  color: #023047;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem 2rem;
}
.navbar .btn_text:hover {
  background-color: #F6F6F6;
}
.navbar .btn_solid {
  background-color: #FFB703;
  border-radius: 0.5rem;
  color: #023047;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem 2rem;
}

header {
  padding-top: 15vh;
  padding-bottom: 4vh;
}
header .title {
  font-family: "Playfair Display", serif;
  font-size: 10rem;
  font-weight: 900;
  max-width: 80rem;
  margin: 0 auto;
}
header .subtitle {
  font-size: 1.8rem;
  font-weight: 300;
  max-width: 100rem;
  margin: 4rem auto;
}
header .btn_solid {
  background-color: #FFB703;
  border: 0.2rem solid #FFB703;
  border-radius: 0.5rem;
  color: #023047;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1rem 2rem;
}
header .btn_outlined {
  background-color: transparent;
  border: 0.2rem solid #F5F5F5;
  border-radius: 0.5rem;
  color: #023047;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 1rem 2rem;
}
header .btn_outlined .btn_icon {
  font-size: 1.2rem;
}
header .header_img {
  max-width: 40rem;
}

#intro {
  padding: 8vh 0;
}
#intro .timeline {
  list-style: none;
  padding: 10px 0 10px;
  position: relative;
}
#intro .timeline > li {
  margin-bottom: 10rem;
  position: relative;
}
#intro .timeline > li:before, #intro .timeline > li:after {
  content: " ";
  display: table;
}
#intro .timeline > li:after {
  clear: both;
}
#intro .timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  position: relative;
}
#intro .timeline > li > .timeline-badge {
  color: #fff;
  width: 12px;
  height: 12px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -6px;
  background-color: #FB8500;
  z-index: 100;
  border-radius: 50%;
}
#intro .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
#intro .timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
#intro .timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
#intro .timeline .timeline-title {
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  font-weight: 600;
  color: #023047;
}
#intro .timeline .timeline-body {
  font-size: 1.6rem;
  font-weight: 300;
  color: #023047;
}
#intro .explore_heading {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 300;
  color: #023047;
  max-width: 65rem;
  margin: 4rem auto;
}
#intro .doc_link .link_icon {
  font-size: 1.6rem;
  color: #FB8500;
}
#intro .doc_link .link_text {
  font-size: 1.6rem;
  color: #FB8500;
}

#banner .banner_img {
  width: 100%;
}

#api {
  background-color: #023047;
  padding: 8vh 0;
}
#api .heading {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  font-weight: 900;
  color: #FFF;
  max-width: 50rem;
}
#api .subheading {
  margin-top: 12vh;
  font-size: 1.6rem;
  font-weight: 300;
  color: #FFF;
  margin-bottom: 20vh;
}
#api .topic {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #FFF;
  max-width: 20rem;
}
#api .text {
  color: #FFF;
}
#api .doc_icon {
  font-size: 2rem;
  color: #FB8500;
}

#api2 {
  padding: 8vh 0;
}
#api2 .doc2_col {
  padding: 5vh 0;
}
#api2 .doc2_col .topic {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #023047;
  max-width: 30rem;
  margin-top: 10vh;
}
#api2 .api2_img {
  max-width: 40rem;
}

#globe {
  background-color: #023047;
  padding: 8vh 0;
}
#globe .heading {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  font-weight: 900;
  color: #FFF;
  max-width: 50rem;
}
#globe .subheading {
  margin-top: 12vh;
  font-size: 1.6rem;
  font-weight: 300;
  color: #FFF;
  margin-bottom: 10vh;
}
#globe .text {
  color: #FFF;
}
#globe .top {
  margin-bottom: 4rem;
}
#globe .globe_img {
  max-width: 40rem;
}

#testimonial {
  padding: 8vh 0;
}
#testimonial .heading {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  font-weight: 900;
  color: #023047;
  max-width: 60rem;
}
#testimonial .quote {
  font-size: 20rem;
  font-style: italic;
  color: #FB8500;
}
#testimonial .quote_text {
  font-size: 1.6rem;
  font-weight: 300;
  color: #023047;
  margin-top: -15rem;
  margin-bottom: 3rem;
  max-width: 50rem;
}
#testimonial .testimonial_tag {
  font-size: 1.6rem;
  font-weight: 600;
  color: #023047;
}
#testimonial .testimonial_caption {
  font-size: 1.2rem;
  font-weight: 300;
  color: #023047;
}
#testimonial .displaced_content {
  position: relative;
}
#testimonial .displaced_text {
  font-size: 1.6rem;
  font-weight: 300;
  color: #023047;
  max-width: 50rem;
  top: 35%;
  left: 0;
  position: absolute;
  z-index: 9;
}
#testimonial .displaced_panel {
  background-color: #FEECD7;
  top: 22.5%;
  left: 10%;
  width: 70%;
  height: 15rem;
  position: absolute;
}

#integration {
  padding: 8vh 0;
}
#integration .heading {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  font-weight: 900;
  color: #023047;
  max-width: 60rem;
}
#integration .topic {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #023047;
  max-width: 30rem;
}
#integration .integration_img {
  max-width: 40rem;
}
#integration .col-lg-6 {
  padding: 4rem 0;
}

#contact {
  padding-top: 8vh 0;
}
#contact .heading {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  font-weight: 900;
  color: #023047;
  max-width: 60rem;
}
#contact .text {
  margin: 4rem 0;
}
#contact .contact_group {
  margin-bottom: 3rem;
}
#contact .contact_group .contact_icon {
  font-size: 1.2rem;
  color: #FB8500;
}
#contact .contact_group .contact_text {
  font-size: 1.6rem;
  font-weight: 300;
  color: #023047;
}
#contact .contact_img {
  max-width: 25rem;
}

#faq {
  padding: 8vh 0;
}
#faq .topic {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #023047;
  max-width: 30rem;
}
#faq .subtopic {
  font-size: 1.6rem;
  font-weight: 300;
  color: #023047;
  max-width: 70rem;
}
#faq .question {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 600;
  color: #023047;
  margin-top: 5vh;
  max-width: 55rem;
}
#faq .text {
  margin-top: 2rem;
  max-width: 58rem;
}

footer {
  background-color: #023047;
  padding: 8vh 0;
}
footer .heading {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 900;
  color: #FFF;
  max-width: 55rem;
  margin: 0 auto;
}
footer .footer_btn {
  margin-top: 3rem;
}
footer .footer_btn .btn_solid {
  background-color: #FFB703;
  border: 0.2rem solid #FFB703;
  border-radius: 0.5rem;
  color: #023047;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1rem 2rem;
}
footer .footer_btn .btn_outlined {
  background-color: transparent;
  border: 0.2rem solid #F5F5F5;
  border-radius: 0.5rem;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 1rem 2rem;
}
footer .footer_btn .btn_outlined .btn_icon {
  font-size: 1.2rem;
}
footer .line {
  height: 1px;
  background-color: #014567;
  margin: 4rem 0;
}
footer .footer_brand {
  font-size: 2rem;
  font-weight: 800;
  font-family: "Playfair Display", serif;
  color: #FFF;
}
footer .link_group .footer_item {
  display: inline;
  margin: 0 0.5vw;
  font-size: 1.4rem;
  font-weight: 300;
}
footer .link_group .footer_item .footer_link {
  color: #FFF;
}
footer .link_group .footer_item .footer_link:hover {
  color: #FFB703;
}
footer .footer_icon {
  font-size: 2rem;
  color: #FFF;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  header .title {
    font-family: "Playfair Display", serif;
    font-size: 5rem;
    font-weight: 900;
    margin: 0 auto;
  }
  header .header_img {
    width: 80%;
    margin-top: 4rem;
  }
  header .btn_solid {
    margin-bottom: 2rem;
  }
  #intro .explore_heading {
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    font-weight: 300;
    color: #023047;
    max-width: 65rem;
    margin: 4rem auto;
  }
  #intro .timeline > li {
    margin-bottom: 5rem;
    position: relative;
  }
  #intro .timeline > li > .timeline-panel {
    width: 90%;
    position: relative;
  }
  #intro .timeline > li > .timeline-badge {
    color: #fff;
    width: 12px;
    height: 12px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 5%;
    margin-left: -6px;
    background-color: #FB8500;
    z-index: 100;
    border-radius: 50%;
  }
  #api {
    padding: 4rem 2rem;
  }
  #api .heading {
    font-size: 4rem;
  }
  #api2 {
    padding: 4rem 2rem;
  }
  #api2 .doc2_col {
    padding: 2vh 0;
  }
  #api2 .doc2_col .topic {
    margin-top: 2vh;
  }
  #api2 .api2_img {
    width: 80%;
  }
  #globe {
    background-color: #023047;
    padding: 4rem 2rem;
  }
  #globe .heading {
    font-size: 4rem;
  }
  #globe .globe_img {
    max-width: 80%;
    margin-top: 2rem;
  }
  #testimonial {
    padding: 4rem 2rem;
  }
  #testimonial .heading {
    font-size: 4rem;
  }
  #testimonial .displaced_content {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 14rem;
  }
  #integration {
    padding: 4rem 2rem;
  }
  #integration .heading {
    font-size: 4rem;
  }
  #integration .integration_img {
    width: 100%;
  }
  #contact {
    padding: 4rem 2rem;
  }
  #contact .heading {
    font-size: 4rem;
  }
  #contact .contact_img {
    width: 80%;
  }
  #faq {
    padding: 4rem 2rem;
  }
  footer {
    padding: 4rem 2rem;
  }
  footer .footer_btn {
    margin-top: 3rem;
  }
  footer .footer_btn .btn_solid {
    margin-bottom: 2rem;
  }
  footer .footer_brand {
    margin-bottom: 2rem;
  }
  footer .link_group .footer_item {
    display: block;
    margin-bottom: 2rem;
  }
}