@import 'https://fonts.googleapis.com/css?family=Montserrat|Open+Sans';
.navbar-brand {
  font-family: 'Inter', sans-serif;
  text-transform: uppercase
}

.navbar .nav {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.2rem
}

.navbar-inverse {
  background-color: #611F69
}

.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  background-color: #611F69
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #611F69
}

.dropdown-menu {
  background-color: #006B00
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: #611F69
}

.navbar-inverse {
  background-image: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-image: none;
}

.navbar-inverse {
  border-color: #611F69
}

.navbar-inverse .navbar-brand {
  color: #FFFFFF
}

.navbar-inverse .navbar-brand:hover {
  color: #fff
}

.navbar-inverse .navbar-nav>li>a {
  color: #FFFFFF
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: #FFCC00
}

.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff
}

.dropdown-menu>li>a {
  color: #611F69;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
  border-top-color: #FFFFFF
}


.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
  border-top-color: #FFFFFF
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
  border-bottom-color: #FFFFFF
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
  border-bottom-color: #FFFFFF
}
.nav-link{
  color: #333 !important;
}
.nav-link:hover{
  transform: scale(1.1);
}

header {
  position: relative;
  background-color: black;
  height: 100vh;
  /*min-height: 25rem;*/
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }

  header video {
    /* display: none; */
  }
}
.lead{
  font-size: 42px !important;
  font-weight: 100 !important;
  line-height: 58px !important;
  margin-top:30px;
}

.data-power-heading {
  color: #000;
  text-align: center;
  align-self: center;
  margin-top: 0px;
  font: 300 58px/87px Inter-light, sans-serif;
}

@media (max-width: 991px) {
  .data-power-heading {
    max-width: 100%;
    margin-top: 40px;
    font-size: 42px;
    line-height: 67px;
  }
}
.homesection2{
font-family: "inter-light";
background-color: #F4EDE4;
padding: 2rem;
}
.aboutusbanner{
font-family: "inter-light";
background-color: #F4EDE4;
padding: 8rem 8rem 0px;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;

}



.our-platforms {
  background-color: #f5f4f5;
  display: flex;
  width: 100%;
  padding: 71px 0;
  flex-direction: column;
  align-items: center;
}

.section-title {
  color: #000;
  font: 100 45px/1.5 Inter-light, sans-serif;
  text-align: center;
  width: 100%;
}

.platform-card {
  border-radius: 4px;
  display: flex;
  margin-top: 68px;
  width: 100%;
  max-width: 1283px;
  flex-direction: column;
  font-family: Inter-light, sans-serif;
  color: #000;
  justify-content: center;
  padding: 39px 52px;
  border: 1px solid #000;
}

.platform-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.platform-info {
  border-radius: 4px;
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: start;
  width: 507px;
  margin: auto 0;
  padding: 10px 2px 0;
}

.platform-name {
  font-size: 44px;
  font-weight: 300;
  line-height: 2;
}

.platform-description {
  font-size: 16px;
  font-weight: 400;
  /* line-height: 24px; */
  align-self: stretch;
  margin-top: 0px;
}

.learn-more-btn {
  border-radius: 4px;
  background-color: #611f69;
  margin-top: 0px;
  font-size: 16px;
  color: #f5f5f5;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 1;
  padding: 16px 44px;
}

.platform-image {
  aspect-ratio: 1.78;
  object-fit: contain;
  object-position: center;
  width: 534px;
  border-radius: 10px;
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
}

.business-transform {
  background-color: #b5e0f0;
  align-self: stretch;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  font-family: Inter-light, sans-serif;
  color: #000;
  justify-content: center;
  padding: 85px 80px;
}

.transform-content {
  display: flex;
  width: 100%;
  max-width: 1283px;
  flex-direction: column;
}

.transform-title {
  font-size: 45px;
  font-weight: 300;
  line-height: 68px;
  align-self: start;
}

.transform-areas {
  display: flex;
  margin-top: 30px !important;
  /*gap: 40px 100px;*/
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  flex-wrap: wrap;
  font-family: Inter-light, sans-serif;
}

.area-column {
  display: flex;
  margin-top: 6px;
  flex-direction: column;
  flex: 1;
  font-family: Inter-light, sans-serif;
}

.area-title {
  align-self: start;
  font-family: Inter-light, sans-serif;
  font-weight: 100;
}

.area-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
 
  
  header{
    height: 100vh !important;
  }
  .h3, h3{
    font-size: calc(2rem + .6vw) !important;
  }
  .p, p{
    font-size: calc(1.1rem + .6vw) !important;
    font-weight: 100 !important;
    line-height: 2rem !important;
  }
  .feature-icon{
    width:10% !important
  }
  .feature-description{
    font-size: calc(1.1rem + .6vw) !important;
    font-weight: 100 !important;
    line-height: 2rem !important;
  }
  .contact-section{}
  #ContactUs .navigation__title{
    font-size: 2rem;
  }
  .navbar .container{
    max-width: 100%;
    align-items: center;
  }
  .navbar-expand-md .navbar-nav{
    align-items: center;
  }
  .nav-link{
    font-size: 1.5rem !important;
  }
  .dropdown-item{
    font-size: 1.5rem !important;
  }
  input[type="text"], input[type="email"], input[type="tel"], textarea{
    font:100 1.5rem Inter-light, sans-serif !important;
  }
  .btn{
    font-size: 1.5rem !important;
  }
  #ContactUs .navigation{
    margin-top:60px;
    font-size: 1.5rem !important;
  }
  .location-section{
    margin-top: 60px;
  }
  .location-header{
    font-size: 2rem !important;
  }
  .location-details{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .our-platforms {
    max-width: 100%;
  }
  .aboutusbanner{
    font-family: "inter-light";
    background-color: #F4EDE4;
    padding: 8rem 8rem 0px;
    height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    
    }

  .section-title {
    font-size: 40px;
  }

  .platform-card {
    max-width: 100%;
    margin-top: 40px;
    padding: 4rem;
  }

  .platform-content {
    max-width: 100%;
  }

  .platform-info {
    max-width: 100%;
    width: 100%;
  }

  .platform-description {
    max-width: 100%;
    font-size: 1.5rem;
  }

  .learn-more-btn {
    padding: 20px 30px;
    font-size: 1.5rem;
  }

  .platform-image {
    max-width: 100%;
  }

  .business-transform {
    max-width: 100%;
    padding: 4rem;
  }

  .transform-content {
    max-width: 100%;
  }

  .transform-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 66px;
  }

  .transform-areas {
    max-width: 100%;
    margin-top: 40px;
  }

  .area-column {
    max-width: 100%;
  }
}
@media (max-width: 767px){
  header{
    height: 50vh !important;
  }
  .section-container {
    background-color: #D2E6DB;
    display: flex;
    width: 100%;
    height: 50vh;
    align-items: center;
    padding: 20px 20px 57px;
    margin: auto 0;
    justify-content: center;
    font-family: Inter-light, sans-serif;
    }
  .aboutusbanner{
    font-family: "inter-light";
    background-color: #F4EDE4;
    padding: 8rem 8rem 0px;
    height: 50vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    
    }
}

.whyus{
  padding: 4rem;
  background-color: #F4EDE4 !important;
}
.why-choose-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1242px;
  width: 100%;
  margin: 0 auto ;
}

.section-title {
  color: #000;
  font: 100 44px/2 Inter-light, sans-serif;
  align-self: flex-start;
}

.features-container {
  display: flex;
  gap: 20px;
  margin-top: 44px;
  width: 100%;
}

.feature-column {
  display: flex;
  flex-direction: column;
  width: 33.33%;
}

.feature-content {
  display: flex;
  flex-direction: column;
  color: #000;
  font: 500 16px/24px Inter, sans-serif;
}

.feature-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 42px;
}

.feature-description {
  margin-top: 11px;
}

.feature-title {
  font-weight: 500;
}

.feature-text {
  font-weight: 400;
}

@media (max-width: 991px) {
  .why-choose-us {
    max-width: 100%;
    margin-top: 40px;
  }

  .features-container {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .feature-column {
    width: 100%;
    margin-top: 40px;
  }

  .feature-content {
    margin-top: 0;
  }
}

.contact-section {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: -40px;
  width: 100%;
  align-items: flex-start;
  padding: 92px 62px;
  background-image: url(images/ftbg.png);
  background-size: cover ;
}
.contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1242px;
  width: 100%;
  margin: 0 auto ;
}


.background-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}



input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  outline: none;
  width: 100%;
  text-transform: capitalize;
  padding: 1rem 0.4rem;
  font: 100 16px Inter-light, sans-serif;
  color:#fff;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
textarea::placeholder{
  color:#fff;
}


@keyframes animateClr {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
.contact__title {
  color: #FFF;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
  letter-spacing: 3px;
  text-transform: uppercase;
  }
  

ion-icon:not([name="logo-codepen"]) {
  border: 1px solid currentColor;
  border-radius: 20%;
  padding: 1rem;
}

.navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font: 100 14px Inter-light, sans-serif;
  letter-spacing: 0.5px;
}

.navigation__title {
color: #FFF;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 114.286% */
letter-spacing: 3px;
text-transform: uppercase;
}

.navigation__item {
  margin-top: 34px;
  align-self: stretch;
  color:#fff;
}

.navigation__item--platform {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .navigation__item--platform {
    margin-top: 40px;
  }
  
  .navigation__item--services {
    margin-right: 5px;
  }
}

.location-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  color:#fff;
}

.location-header {
  color: #FFF;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 16px; /* 114.286% */
letter-spacing: 3px;
text-transform: uppercase;
}

.location-city {
  font-weight: 200;
  margin-top: 27px;
  font-size: 16px;
}

.location-details {
  font-weight: 200;
  line-height: 25px;
  align-self: stretch;
  margin-top: 15px;
}
.nav-active{
  color: #611F69 !important;
  text-decoration: underline !important;
  font-weight: 700 !important;
  transform: scale(1.1);
}

.tabbed-small-text {
  font-size: 15px;         /* Smaller font */
  padding-left: 20px;      /* Tabbed indentation */
  margin-top: 10px;
  list-style-type: disc;   /* Bullets */
}

.tabbed-small-text li {
  margin-bottom: 6px;
}
