.xl-text {
  font-size: 65px;
}

.navbar {
  transition: all 0.5s ease-in-out;
}

.navbar-sticky {
  background: #fff;
  opacity: 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.mtx {
  margin-top: 0.3em;
}

.vertical-decoration {
  top: 12%;
  width: 24px;
}

.details .vertical-decoration {
  top: 0;
  left: 0;
  width: 24px;
}

.details-2 .vertical-decoration {
  top: 5%;
  right: 0;
  width: 24px;
}

.to-top-btn {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  outline: none;
  background-color: rgba(21, 34, 51, 0.8);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.to-top-btn:hover {
  background-color: rgb(21, 34, 51);
}

.to-top-btn img {
  margin-bottom: 0.25rem;
  width: 18px;
}

.show {
  opacity: 1;
}

.services {
  background: url("../images/Pro_bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.services::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.services .container {
  z-index: 10;
}

.txt-white {
  color: rgba(255, 255, 255, 0.6);
}

footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}

.lts {
  letter-spacing: 0.2em;
  margin-top: -1.2em;
}

#slogan {
  height: 26vh;
}

#carouselExampleCaptions {
  width: 100%;
  height: 80vh;
}

.card {
  border-radius: 1em;
  border-color: rgba(0, 0, 0, 0.176);
  height: 600px;
  background-color: #fff;
  background: linear-gradient(to left, #fff 50%, rgb(21, 34, 51) 50%);
  background-size: 200%;
  background-position: right;
  transition: all 0.2s ease-in-out;
}

.card:hover {
  background-position: left;
  color: #fff;
}
.card:hover .card-title {
  color: #fff;
}

.md-text {
  font-size: 50px;
}

@media (max-width: 992px) {
  .xl-text {
    font-size: 50px;
  }
  #slogan {
    height: 550px;
  }
  .details img {
    width: 50%;
    align-self: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .details-2 img {
    width: 50%;
    align-self: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
isplay: block;
    margin-left: auto;
    margin-right: auto;
  }
}
