@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Domine:wght@400..700&family=Lobster:wght@400..900&family=Tac+One:wght@400;500;700;900&display=swap');

body {
  font-family: "Domine", 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;
}

section {
  padding-top: 70px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  z-index: 2;
  position: relative;
}

img {
  width: 100%;
  height: 260px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 224, 254, 0.7), rgba(17, 7, 254, 0.7));
  z-index: -1;
}

.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover ;
}

.hero-section{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  padding: 14px 22px;
  transition: all 0.4s ease;
}

.btn-main {
  background: linear-gradient(to right,#00e0fe, #1107fe);
  border-radius: 100px;
  border: none;
  font-weight: 600;
  color: #fff;
}

.btn.btn-main.mb-3:hover {
  transform: scale(1.1);
  transition: transform 0.4s ease;
  color: #212529;
}
.btn.btn-main.mb-3:active {
  transform: scale(0.9);
  transition: transform 0.4s ease;
}

.navbar {
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  background: -webkit-linear-gradient(#00e0fe, #1107fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sectio-intro {
  margin-bottom: 40px;
}

.section-intro .divider {
  height: 4px;
  width: 120px;
  background: linear-gradient(to right,#00e0fe, #1107fe);
  margin: 16px auto;
}

.service-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-img a {
  width: 200px;
}
.col-12 a {
  width: 300px;
}
.col-md-6 {
  text-align: center;
}
.col-md-6 .container {
  margin-left: auto;
  margin-right: auto;
}
footer{
  background: linear-gradient(to right,#00e0fe, #1107fe);
  color: #fff;
}
footer a {
  color: #fff;
  margin-right: 6px;
  font-size: 18px;
}
footer a:hover {
  color: #212529;
}
.darker-text {
  color: black !important;
  opacity: 1 !important;
  border-bottom: solid 2px black !important;
  padding-bottom: 2px !important;
  font-weight: 800 !important;
}
.info i {
  color: #086efe;
  font-size: 20px;
}