@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900 !important;
}
a {
  text-decoration: none;
  transition: all 0.4s ease;
  font-weight: 800;
  color: #1b1a23;
}
img {
  width: 100%;
}
section {
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 2;
  position: relative;
}

.navbar {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  background: -webkit-linear-gradient(#00e0fe, #1107fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero {
  background-image: url(../img/cover_1.jpg);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(17, 7, 254, 0.7), rgba(0, 224, 254, 0.7));
  z-index: -1;
}

.btn {
  padding: 14px 22px;
  background: linear-gradient(to right, #00e0fe, #1107fe);
  border-radius: 100px;
  border: none;
  font-weight: 600;
  color: #fff;
  transition: all 0.4s ease;
}
.btn:hover {
  color: #fff;
  transform: translateY(-5px);
}
.video-btn{
  width: 60px;
  height: 60px;
  background: linear-gradient(to right, #00e0fe, #1107fe);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 100px;
}
.video-btn i{
  font-size: 40px;
}

.section-entro {
  margin-bottom: 40px;
}

.section-entro .divider {
  height: 4px;
  width: 70px;
  background: linear-gradient(to right, #00e0fe, #1107fe);
  margin: 15px auto;
}
.services-card .services-img{
    position: relative;
}

.services-card .services-img .services-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(to right, #00e0fe, #1107fe);
  color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.services-card .services-img .services-icon i{
  font-size: 44px;
}


.about{
  background-image: url(../img/cover_3.jpg);
}
.features-card i{
  background: -webkit-linear-gradient(#00e0fe, #1107fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 54px;

}

.counters{
  background-image:url(../img/cover_2.jpg);
}
.reviews-card{
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
}
.reviews-card .person{
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding-bottom: 18px;

}
.reviews-card .person img{
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.reviews-rating i{
  color: orange;

}
form .form-control{
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

form .form-control::placeholder{
  color: #fff;

}
form .form-control:focus{
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 5);
}

footer{
  background: linear-gradient(to right, #00e0fe, #1107fe);
  color: #fff;
}
footer a{
  color: #fff;
}

