/*
Theme Name: DBTech Theme
Author: DB Tech
Version: 1.0.0
Text Domain: dbtech-theme
*/

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: inherit;
}

.mb-0{
	margin-bottom: 0;
}

.mt-0{
	margin-top: 0;
}

.Home-page-banner {
    background: linear-gradient(180deg, #020617 0%, #083344 50%, #172554 100%);
}

.banner-heading h2.elementor-heading-title.elementor-size-default {
    background: var(--Icon, linear-gradient(90deg, #00D3F2 0%, #51A2FF 50%, #7C86FF 100%)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.banner-team-img {
    filter: grayscale(100%);
    transition: filter 0.4s ease, transform 0.4s ease;
    cursor: pointer;
}

.banner-team-img:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

div#banner-team-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    background: radial-gradient(
    107.13% 130% at 50% 10%,
    rgba(0, 0, 0, 0.00) 37.41%,
    #00D3F2 69.27%,
    #FFFFFF 100%
  );
    z-index: 8;
}

span.highlight-text {
    background: linear-gradient(180deg, #073142 0%, #7889FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.rating-text {
    color: #6A7282;
    font-size: 24px;
    font-weight: 400;
    font-family: Arimo;
}


