.btn-outline-secondary {
  color: var(--bs-secondary);
}

.btn-outline-secondary:hover {
  color: #fff;
}

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

.header .decoration-star {
  top: 80px;
  left: -200px;
  width: 500px;
  opacity: 0.7;
}

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

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

.header .decoration-star-2 {
  top: 80px;
  right: -200px;
  width: 500px;
  opacity: 0.7;
}

.details .decoration-star,
.contact .decoration-star {
  left: -200px;
  width: 500px;
}

.details-2 .decoration-star-2 {
  top: 80px;
  right: -200px;
  width: 500px;
  opacity: 0.7;
}

textarea {
  resize: none;
}

.to-top {
  cursor: pointer;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.show {
  opacity: 1;
}

@media (max-width: 992px) {
  .xl-text {
    font-size: 50px;
  }
  .navbar .btn-outline-secondary {
    margin-top: 20px;
  }
  .header {
    margin-top: 0px !important;
    text-align: center;
  }
  .header .decoration-star {
    left: -100px;
    width: 250px;
  }
  .header .decoration-star-2 {
    right: -100px;
    width: 250px;
  }
  .header .image-container {
    margin-top: 30px;
  }
  .details-2 .image-container {
    margin-top: 2rem;
  }
  .details-2 .text-container {
    text-align: center;
  }
  .details-2 .decoration-star-2 {
    right: -100px;
    width: 250px;
  }
  .contact h2 {
    text-align: center;
    margin-bottom: 1rem;
  }
  .social-media {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .services .col-md-4 {
    border-bottom: 1px #ccc solid;
    margin-bottom: 1rem;
  }
}
