html {
  scroll-behavior: smooth;
}
body {
  font-family: heebo;
  color: #666565;
  background-color: var(--light-color);
}
p {
  font-size: clamp(0.8125rem, 0.7695rem + 0.2459vw, 1rem);
}
:root {
  --main-btn-color: #fea116;
  --main-btn-hover: hwb(36 40% 4%);
  --h-color: #0f172b;
  --light-color: #f1f8ff;
  --sec-bg: #0f172b;
}
.f-family-nunito {
  font-family: nunito;
}
.f-family-pacifico {
  font-family: pacifico;
}
.main-color {
  color: var(--main-btn-color);
}
.a-hover:hover {
  color: var(--main-btn-color);
}
.btn-hover-color:hover {
  background-color: var(--main-btn-hover);
  color: var(--light-color);
}
.btn-bg {
  background-color: var(--main-btn-color);
}
.dark-color {
  color: var(--h-color);
}
.light-color {
  color: var(--light-color);
}
.sec-bg {
  background-color: var(--sec-bg);
}
.nav-link {
  color: var(--light-color);
}
.nav-link:focus {
  color: var(--main-btn-color);
}
.navbar-nav .nav-link.show {
  color: var(--main-btn-color);
}
.navbar-nav {
  gap: 0.8rem;
}
.nav-btn {
  border-radius: 2px;
  width: max-content;
}
.navbar-toggler-icon {
  background-image: none;
}
.navbar-toggler {
  border: none;
}
.hero {
  background-image: url(../photos/bg-hero.jpg);
  background-size: cover;
  background-position: center;
  min-height: max-content;
  height: 110vh;
}
@media screen and (max-width: 510px) {
  .hero {
    height: 100vh;
  }
}
.layer {
  background-color: rgba(15, 23, 43, 0.9);
}
.hero-btn {
  width: max-content;
  border-radius: 2px;
}
.hero-title {
  font-size: clamp(1.5rem, 0.9262rem + 3.2787vw, 4rem);
  font-weight: 800;
}
.hero-rotate {
  animation-name: rotate;
  animation-iteration-count: infinite;
  animation-duration: 30s;
  animation-timing-function: linear;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.service-title {
  font-weight: 800;
}
.service {
  transition: all;
  transition-duration: 0.3s;
}
.service:hover {
  background-color: var(--main-btn-color);
  color: white;
  h2,
  i {
    color: white;
  }
}
.title-aft::after {
  content: '';
  width: 45px;
  height: 2px;
  background-color: var(--main-btn-color);
  position: absolute;
  top: 50%;
  transform: translateX(20%);
}
.title-bef::before {
  content: '';
  width: 45px;
  height: 2px;
  background-color: var(--main-btn-color);
  position: absolute;
  top: 50%;
  transform: translateX(-115%);
}

.fw-800 {
  font-weight: 800;
}
.fs-3rem {
  font-size: 3rem;
}
.static {
  border-left: 5px solid var(--main-btn-color);
}
.menu-a {
  color: #666565;
}
.menu-border {
  border-bottom: 2px solid var(--main-btn-color);
}
.play-btn {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;

  transform: translate(-50%, -50%);
}
.play-btn::after {
  content: '';

  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  background-color: rgba(254, 161, 22, 0.5);

  animation-name: beat;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes beat {
  100% {
    transform: scale(1.5);
  }
}
.modal-p {
  height: 50vh;
}
.modal-content {
  border-radius: 2px;
}
.modal-dialog {
  max-width: 70%;
}
.form-control {
  border-radius: 2px;
  &:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 161, 22, 0.5);
  }
}
.form-select {
  border-radius: 2px;
}
.member-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member {
  height: calc(100% - 80px);
  transition: all;
  transition-duration: 0.5s;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.member-img img {
  transition: all;
  transition-duration: 0.5s;
}
.member:hover {
  height: 92%;
  padding-bottom: 0;
  img {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 1199px) {
  .member:hover {
    height: 95%;
    padding-bottom: 0;
    img {
      transform: scale(1.2);
    }
  }
}
@media screen and (max-width: 600px) {
  .member:hover {
    height: 100%;
    padding-bottom: 0;
    img {
      transform: scale(1.2);
    }
  }
}
.profile {
  width: 50px;
  height: 50px;
}
.testimonial-card-active {
  background-color: var(--main-btn-color);
  color: white;
  i,
  span {
    color: white;
  }
}
.carousel-indicators {
  bottom: -25%;
}
.carousel-indicators [data-bs-target] {
  background-color: transparent;
  border: 1px solid gray;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.carousel-indicators .active {
  background-color: var(--main-btn-color);
  border: none;
}
.list-a {
  transition: all;
  transition-duration: 0.2s;
  text-decoration: none;
  color: white;
}
.list-a:hover {
  transform: scale(1.05);
}
.fs-7 {
  font-size: 13px;
}

.address-icon {
  width: 30px;
  height: 30px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  transition: all;
  transition-duration: 0.5s;
  i {
    transition: all;
    transition-duration: 0.5s;
  }
  &:hover {
    background-color: white;
    i {
      color: var(--main-btn-color);
    }
  }
}
.sign-btn {
  border: none;
  border-radius: 2px;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  transition: all;
  transition-duration: 0.5s;
  right: 0;
  top: 3px;
  border-radius: 2px;
}

.sign-input {
  border: none;
  border-radius: 2px;
}
.sign-btn:hover {
  box-shadow: 0 0 0 0.2rem rgba(254, 161, 22, 0.5);
}
.footer-btn {
  background-color: transparent;
  border: none;
}
.scroll-up {
  bottom: 20px;
  right: 20px;
  width: 40px;
  padding-inline: 1.1rem;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
