#tvt-text-ph {
  font-weight: 200;
  font-size: 18px;
  font-family: 'Pathway Extreme', sans-serif;
  line-height: 25px;
  font-size: 14px;
  font-family: 'Pathway Extreme', sans-serif;
  /*margin-top: 29px;*/
}

#card-txt-why {
  font-weight: 300;
  /*position: a;*/
  width: auto;
  float: right;
  font-family: 'Pathway Extreme', sans-serif;
  font-size: 14px;
  margin-left: 33px;
}

#card-option-why {
  /*cursor: pointer;*/
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 20px;
  border: 1px solid #CBE0EE;
  background: #EBF7FF;
}

#card-option-b2b {
  width: auto;
  height: 47%;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 20px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 20px;
  border: 1px solid #CBE0EE;
  background: #EBF7FF;
}

.alert {
  display: none;
  color: #ffffff;
  background: black;
}

#stats-info {
  background: linear-gradient(-138deg, #20a1ff, #9378ff), var(--bs-orange);
  /*background: #394146!important;*/
  padding-top: 29px!important;
  height: 180px;
  border-radius: 20px!important;
}

#img-menu-txt {
  font-weight: 200;
  font-size: 18px;
  font-family: 'Pathway Extreme', sans-serif;
  line-height: 21px;
  font-size: 18px;
  font-family: 'Pathway Extreme', sans-serif;
  margin-top: 29px;
  margin-top: 15px;
}

#hero-img-slide {
  border-radius: 40px;
  height: 350px;
}

.tvt-title {
  font-family: Exo, sans-serif;
  color: var(--bs-primary);
}

#brands-container {
  border-radius: 30px;
  margin-top: 106px;
  background: #ffffff;
}

#brand-col-logo {
  height: 100px;
}

#serv-col-div {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid #CBE0EE;
  background: #EBF7FF;
}

#service-txt {
  font-weight: 200;
  font-family: 'Pathway Extreme';
}

#review-slide {
  border-radius: 30px;
  height: 250px;
}

#review-ctrl-arw {
  margin-top: 160px!important;
}

#tvt-text-ph-rv {
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 200;
  font-size: 18px;
  font-family: 'Pathway Extreme', sans-serif;
  line-height: 31px;
  font-size: 18px;
  /*font-family: 'Pathway Extreme', sans-serif;*/
}

#usr-rv-btn {
  border: 1px solid white;
  background: transparent;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 30px;
}

#ft-btn-icon {
  height: 50px;
  width: 50px;
  border: none;
  color: #fafdff;
  background: transparent;
}

#ft-btn-link {
  width: auto;
  text-align: center;
  text-decoration: none;
  padding: 8px;
}

#rev-start-font {
  font-size: 25px;
  margin-right: 5px;
  margin-left: 5px;
}

#rounded-btn:hover {
  border: none;
  background: linear-gradient(45deg, #0fc6ff, #d739ab);
  background-size: 200% 200%;
  /*background-color: #394146!important;*/
  transform: scale(1.05);
  box-shadow: none;
}

#btn-icon {
  transition: transform, color 0.6s ease-in-out;
}

#btn-icon:hover {
  color: #0064E0;
  transform: scale(1.1);
  /*transform: rotate(360deg);*/
}

#card-zoom:hover {
  transform: scale(1.05) rotate(1deg);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  border-color: #007bff;
}

#card-zoom {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px solid #e0e0e0;
}

#card-option-why:hover {
  transform: scale(1.01);
  /*box-shadow: 0 10px 30px rgba(0,0,0,0.15);*/
  border-color: #007bff;
}

#card-option-b2b:hover {
  transform: scale(1.01);
  /*box-shadow: 0 10px 30px rgba(0,0,0,0.15);*/
  border-color: #007bff;
}

#serv-col-div:hover {
  transform: scale(1.01);
  /*box-shadow: 0 10px 30px rgba(0,0,0,0.15);*/
  border-color: #93c5e6;
}

#category-image {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#category-image:hover {
  transform: scale(1.08);
}

#nav-menu-item {
  transition: transition ease-in 0.6s;
  color: #394146;
}

.nav-menu-item:hover {
  color: #0064E0!important;
  transform: scale(1.05);
}

.counter {
  font-family: 'Exo';
}

.counter-sub {
  font-family: 'Pathway Extreme';
}

#tvt-title {
  font-weight: 600;
  line-height: 40px;
  background: linear-gradient(45deg, #0fc6ff, #d739ab);
  background-size: 108% 137%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: gradientMove 3s ease infinite;
}

.stiky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}

/* AOS Fixes */

[data-aos] {
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos].aos-animate {
  opacity: 1;
}

/* Basic footer setup */

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  /*min-height: 100vh;*/
}

main {
  flex: 1 0 auto;
}

footer {
  /*flex-shrink: 0;*/
  width: 100%;
  background: #f8f9fa;
  text-align: center;
  padding: 15px 10px;
  border-top: 1px solid #ddd;
}

#nav_active {
  color: #0d6efd;
}

