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

.btn-outline-secondary {
  color: var(--bs-secondary);
  border: var(--bs-secondary) solid 1px !important;
}

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

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

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

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

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

.header .main-image {
  width: 350px;
  border-radius: 100px 8px 8px 8px;
  margin-left: 100px !important;
}

.header .sub-image {
  width: 250px;
  border-radius: 8px;
  border: white 5px solid;
  top: 350px;
  right: 5%;
}

.services .decoration-star {
  left: -200px;
  width: 500px;
  opacity: 0.3;
}

.cta .decoration-star {
  right: -200px;
  width: 500px;
  opacity: 0.3;
}

.services .main-image {
  width: 350px;
  border-radius: 8px 100px 8px 8px;
  margin-left: 60px !important;
  box-shadow: -30px 30px var(--bs-light);
}

.cta .main-image {
  width: 350px;
  border-radius: 100px 8px 8px 8px;
  margin-left: 60px !important;
  box-shadow: 30px 30px var(--bs-light);
}

.rounded-circle {
  border-radius: 50%;
  width: 85px;
  height: 80px;
}

.contact .decoration-star {
  left: -200px;
  width: 600px;
  opacity: 0.3;
}

.contact .main-image {
  width: 350px;
  border-radius: 8px 100px 8px 8px;
  margin-left: 100px !important;
}

.contact .sub-image {
  width: 250px;
  border-radius: 8px;
  border: white 5px solid;
  top: 75px;
  left: 0;
}

.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: var(--bs-primary);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.to-top-btn img {
  margin-bottom: 0.25rem;
  width: 18px;
}

.to-top-btn:hover {
  background-color: var(--bs-dark);
}

.show {
  opacity: 1;
}

@media (max-width: 1200px) {
  .header .sub-image {
    right: 0;
  }
}
@media (max-width: 992px) {
  .xl-text {
    font-size: 50px;
  }
  .navbar .btn-outline-secondary {
    margin-top: 20px;
  }
  .header {
    margin-top: 0 !important;
    text-align: center;
  }
  .header .decoration-star {
    left: -100px;
    width: 250px;
  }
  .header .decoration-star-2 {
    right: -100px;
    width: 250px;
  }
  .header .img-container {
    margin-top: 30px !important;
  }
  .header .main-image {
    width: 300px;
    margin-left: 0 !important;
  }
  .header .sub-image {
    width: 250px;
    border-radius: 8px;
    border: white 5px solid;
    top: 80%;
    right: 8%;
  }
  .values .col-md-4 {
    border-bottom: 1px #ccc solid;
    margin: 10px 0;
  }
  .cta {
    margin-top: 20px !important;
  }
  .cta .decoration-star {
    top: 300px;
  }
}
