@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
html {
  scroll-padding-top: 4.5rem;
}

header {
  background: url(../img/Background-Hero.jpg) no-repeat center / cover;
}

.tech-img {
    /* float: left; */
    /* width: 5rem;
    height: 8rem; */
    /* object-fit: cover; */
    width: 100%;
    height: 10vw;
    /* object-fit: cover; */
}
@media (min-width: 320px) {
  .tech-img-sm {
    width: 100%;
    height: auto;
  }
  .py-img {
    width: 100%;
    height: 33vw;
  }
}
@media (min-width: 990px) {
  .tech-img-lg {
    /* float: left; */
    /* width: 5rem;
    height: 8rem; */
    /* object-fit: cover; */
    width: 100%;
    height: 10vw;
    /* object-fit: cover; */
  }
}

.bg-black {
  background-color: #000 !important;
}

.bg-gradient-primary-to-secondary {
  /* background: linear-gradient(45deg, #2937f0, #9f1ae2) !important; */
  background-image: var(--gradient) !important;
}

.font-alt {
  font-family: "Montserrat", "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.text-gradient {
  background: -webkit-linear-gradient(#2937f0, #9f1ae2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* aside,
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
} */

.app-badge {
  height: 3rem;
}

.custom-shape-divider-bottom-1640688064 {
  position: rel;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1640688064 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 52px;
}

.custom-shape-divider-bottom-1640688064 .shape-fill {
  fill: #f8f9fa;
}

.owl-prev {
  left: -30px;
}
.owl-next {
  right: -30px;
}
.owl-next, .owl-prev {
  position: relative;
}
.owl-next span, .owl-prev span {
  font-size: 3rem;
  color: black;
  background-color: white;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0;
  transition: .3s ease;
  padding: 0 20px 0 20px;
  filter: drop-shadow(.2rem .4rem .1rem rgba(0, 0, 0, 0.15));
}
.owl-next span:hover, .owl-prev span:hover {
  color: var(--bs-gray);
  transition: .3s ease;
}

/* Analytic.html page */
#analytics-card .card {
  transition: all 0.3s ease;
}

#analytics-card .card:hover {
  cursor: pointer;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  transition: all 0.3s ease;
  margin-top: -1rem;
}

.doc-card {
  transition: all 0.3s ease;
}

.doc-card:hover {
  cursor: pointer;
  box-shadow: 0 1rem 3rem rgba(255, 0, 0, 0.175) !important;
  transition: all 0.3s ease;
}

.documentation .card:hover {
  cursor: pointer;
  color: white;
  background-color: var(--red3);
  transition: all 0.3s ease;
}

.reccomendation img{
  transition: all 0.3s ease;
}
.reccomendation img:hover{
  box-shadow: 0 1rem 3rem rgba(255, 0, 0, 0.3) !important;
  margin: -.5rem 0;
  transition: all 0.3s ease;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  width: 100%;
}

/* #mainNav {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
} */

#mainNav .navbar-brand {
  font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  transition: all 1s ease;
}
#mainNav .navbar-brand img{
  width: 180px;
  transition: .3s ease;
}
#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:active {
  color: #fff;
  transition: 0.3s ease;
}
#mainNav .navbar-toggler {
  font-size: 2rem;
  padding: 0.75rem 1rem;
  color: #090909;
  border: none;
}
#mainNav.navbar-shrink .navbar-toggler {
  color: var(--red3);
}
#mainNav .navbar-nav .nav-item .nav-link {
  /* color: #212529; */
  color: #090909;
  /* padding: 1.3rem .7rem 1.3rem .7rem; */
  font-size: 1rem;
  text-transform: capitalize;
  border-bottom: 3px solid transparent;
  padding-left: 0px;
  padding-right: 0px;
  transition: .3s ease;
  /* font-weight: 600; */
}
#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item .nav-link.active {
  /* color: #6c757d; */
  color: var(--red4);
  border-bottom: 3px solid var(--red2);
}
#mainNav.navbar-shrink .nav-item .nav-link {
  color: #090909;
  /* font-size: .95em; */
  transition: .3s ease;
}
#mainNav.navbar-shrink .navbar-brand {
  /* color: #212529; */
  color: var(--red3);
}
#mainNav.navbar-shrink .navbar-brand img {
  width: 180px;
}

.sidenav {
  height: 100%;
  width: 100px;
  position: fixed;
  top: 1; left: 0;
  background: #f5f5f5;

}

#sidenav {
  padding-top: 5rem;
}

#sidenav a {
  display: block;
  margin-bottom: 1rem;
}
#sidenav ul ul a {
  color: #6c757d;
}

@media (min-width: 992px) {
  #mainNav {
    /* padding-top: 1.5rem;
    padding-bottom: 1.5rem; */
    border: none;
    background-color: transparent !important;
    transition: all 0.2s ease-in-out;
  }
  #mainNav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }
  #mainNav .nav-link {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }
  #mainNav.navbar-shrink {
    /* padding-top: 1rem;
    padding-bottom: 1rem; */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    background-color: #fff !important;
  }
  #mainNav.navbar-shrink .nav-link {
    padding-top: 1.9rem !important;
    padding-bottom: 1.9rem !important;
  }
  #mainNav.navbar-shrink .navbar-brand img {
    width: 180px !important;
  }
  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}

.blur {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

@media (min-width: 768px) {
  #mainNav {
    /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; */
    background-color: #fff;
    transition: 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    font-size: 1.25em;
    transition: font-size 0.3s ease-in-out;
  }
  #mainNav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #mainNav.navbar-shrink {
    /* padding-top: 1rem;
    padding-bottom: 1rem; */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.1em;
  }
  #mainNav.navbar-shrink .nav-link {
    padding: 1rem 0.5rem;
  }

  /* .blur {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
  } */
  #mainNav button {
    transition: 0.3s ease;
  }
  #mainNav button:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
  }
}

@media (min-width: 320px) {
  #mainNav {
    background-color: #fff;
    transition: 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    font-size: 1.25em;
    transition: font-size 0.3s ease-in-out;
  }
  #mainNav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #mainNav.navbar-shrink {
    /* padding-top: 1rem;
    padding-bottom: 1rem; */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.1em;
  }
  #mainNav.navbar-shrink .navbar-brand img {
    width: 150px;
  }
  #mainNav.navbar-shrink .nav-link {
    padding: 1rem;
  }

  #mainNav button {
    transition: 0.3s ease;
  }
  #mainNav button:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
  }
}

/* White long hexagon background */
section.bg-white-flabs {
  background: url(../img/Products-section.jpg) no-repeat center / cover;
}
.bg-product-section {
  background: url(../img/Products-section.jpg) no-repeat bottom / cover;
}
/* Dark background */
section.platform-cta {
  background: url(../img/Services-Section.jpg) no-repeat center / cover;
}
/* White hexa hero bg */
section#tech, section#person {
  background: url(../img/Our-Team\ Section.jpg) no-repeat center / cover;
}

.card.services {
  width: 100%;
}

.article-body {
  max-width: 90%;
}
.article-body img {
    max-width: 100%;
    height: auto;
}

section#cta {
  background: url(../assets/img/CTA-section.jpg) no-repeat center / cover;
  /* min-height: 100vh; */
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}

#fh5co-footer {
  /* padding: em 0; */
  background: url(../img/Our-Team\ Section.jpg) no-repeat center / cover;
  color: #878c93;
  /* position: fixed; */
  bottom: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
}
#fh5co-footer .fh5co-footer-content {
  position: relative;
  z-index: 9;
}
#fh5co-footer .container .row > div {
  margin-bottom: 30px;
}
#fh5co-footer p {
  display: block;
}
#fh5co-footer .fh5co-copyright small {
  font-size: 12px;
}
#fh5co-footer .fh5co-lead {
  font-size: 18px;
  font-family: "Montserrat", arial, sans-serif;
  /* text-transform: uppercase; */
  /* letter-spacing: 4px; */
  color: #000;
  margin-bottom: 20px;
}
.fh5co-social-icons a {
  font-size: 2rem;
  padding-right: 1rem;
}
#fh5co-footer a {
  color: #9a9fa5;
}
#fh5co-footer a:hover, #fh5co-footer a:active, #fh5co-footer a:focus {
  color: var(--red3);
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-logo {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
#fh5co-footer .fh5co-footer-logo a {
  font-family: "Montserrat", arial, sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: #ccc;
  border: 2px solid #9a9fa5;
  float: left;
  padding: 7px 10px 7px 12px;
  text-transform: uppercase;
}
#fh5co-footer .fh5co-footer-logo a:hover, #fh5co-footer .fh5co-footer-logo a:active, #fh5co-footer .fh5co-footer-logo a:focus {
  color: #fff;
  border-color: #fff;
  text-decoration: none;
}
#fh5co-footer ul {
  padding: 0;
  margin: 0;
}
#fh5co-footer ul li {
  list-style: none;
  padding-bottom: 1rem;
  margin: 0 0 14px 0;
  line-height: 16px;
}

.cta .btn {
  font-size: .90rem;
  text-transform: uppercase;
}
.icon-feature {
  font-size: 4rem;
}

.features-device-mockup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.features-device-mockup .circle {
  position: absolute;
  left: 0;
  fill: url(#circleGradient);
  width: 70%;
  display: none;
}
.features-device-mockup .circle .gradient-start-color {
  stop-color: #2937f0;
}
.features-device-mockup .circle .gradient-end-color {
  stop-color: #9f1ae2;
}
.features-device-mockup .shape-1 {
  position: absolute;
  height: 1rem;
  width: 1rem;
  transform: rotate(10deg);
  fill: #2937f0;
  top: 15%;
  right: 10%;
}
.features-device-mockup .shape-2 {
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  fill: #2937f0;
  bottom: 15%;
  left: 10%;
}
.features-device-mockup .device-wrapper {
  max-width: 10rem;
}

@media (min-width: 576px) {
  .features-device-mockup .circle {
    width: 70%;
    display: block;
    left: auto;
  }
  .features-device-mockup .device-wrapper {
    max-width: 12.5rem;
  }
}
@media (min-width: 768px) {
  .features-device-mockup .circle {
    width: 60%;
    left: auto;
  }
  .features-device-mockup .device-wrapper {
    max-width: 15rem;
  }
}
@media (min-width: 992px) {
  .features-device-mockup .circle {
    width: 90%;
    left: -25%;
  }
  .features-device-mockup .shape-1 {
    top: 5%;
    right: -15%;
  }
  .features-device-mockup .shape-2 {
    bottom: 10%;
    left: -10%;
  }
  .features-device-mockup .device-wrapper {
    max-width: 15rem;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .features-device-mockup .circle {
    width: 75%;
    left: 0;
  }
  .features-device-mockup .shape-2 {
    bottom: 15%;
    left: 10%;
  }
  .features-device-mockup .device-wrapper {
    max-width: 15rem;
  }
}
@media (min-width: 1400px) {
  .features-device-mockup .circle {
    width: 80%;
    left: 0;
  }
  .features-device-mockup .device-wrapper {
    max-width: 17rem;
  }
}
footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

.masthead {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
/* side by side header */
.company-header {
  padding-top: 8rem;
  padding-bottom: 5rem;
  position: relative;
}
/* full width header */
.product-header {
  padding-top: 5.5rem;
}
.product-header>div {
  min-height: 80vh;
}
#documentation {
  padding-top: 5rem;
}
.masthead .masthead-device-mockup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.masthead .masthead-device-mockup .circle {
  position: absolute;
  fill: url(#circleGradient);
  width: 70%;
  display: none;
}
.masthead .masthead-device-mockup .circle .gradient-start-color {
  stop-color: #2937f0;
}
.masthead .masthead-device-mockup .circle .gradient-end-color {
  stop-color: #9f1ae2;
}
.masthead .masthead-device-mockup .shape-1 {
  position: absolute;
  height: 1rem;
  width: 1rem;
  transform: rotate(-10deg);
  fill: #2937f0;
  bottom: 15%;
  left: 10%;
}
.masthead .masthead-device-mockup .shape-2 {
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
  fill: #2937f0;
  top: 15%;
  right: 10%;
}
.masthead .masthead-device-mockup .device-wrapper {
  max-width: 10rem;
}

.custom-shape-divider-bottom-1640748951 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1640748951 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 250px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1640748951 .shape-fill {
  fill: #f8f9fa;
}

@media (min-width: 576px) {
  .masthead .masthead-device-mockup .circle {
    width: 70%;
    display: block;
  }
  .masthead .masthead-device-mockup .device-wrapper {
    max-width: 12.5rem;
  }
}

@media (min-width: 768px) {
  .masthead .masthead-device-mockup .circle {
    width: 60%;
  }
  .masthead .masthead-device-mockup .device-wrapper {
    max-width: 15rem;
  }
}

@media (min-width: 992px) {
  .masthead .masthead-device-mockup .circle {
    width: 90%;
  }
  .masthead .masthead-device-mockup .device-wrapper {
    max-width: 15rem;
  }
}

@media (min-width: 1200px) {
  .masthead .masthead-device-mockup .circle {
    width: 75%;
  }
  .masthead .masthead-device-mockup .device-wrapper {
    max-width: 15rem;
  }
}

@media (min-width: 1400px) {
  .masthead .masthead-device-mockup .circle {
    width: 70%;
  }
  .masthead .masthead-device-mockup .device-wrapper {
    max-width: 17rem;
  }
}
