/********** Template CSS **********/
:root {
  --primary: #ac0e28;
  --secondary: #faf3eb;
  --light: #ffffff;
  --dark: #2b2825;
}

.font-secondary {
  font-family: "Oswald", sans-serif;
}
h1,
h2,
.font-weight-bold {
  font-weight: 600 !important;
}

h3,
h4,
.font-weight-semi-bold {
  font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
  font-weight: 500 !important;
}

.btn {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn-primary {
  color: #ffffff;
}

.border-inner {
  position: relative;
}

.border-inner * {
  position: relative;
  z-index: 1;
}

.border-inner::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: none;

  z-index: 0;
}

.btn-square {
  width: 40px;
  height: 40px;
}

.btn-sm-square {
  width: 30px;
  height: 30px;
}

.btn-lg-square {
  width: 50px;
  height: 50px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 0;
  border-radius: 0;
  z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Oswald", sans-serif;
  padding: 30px 15px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--light);
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
  }
}

.hero-header {
  background: url("https://res.cloudinary.com/dcbay0nwt/image/upload/v1736059836/cakehead_hucmbu.jpg")
    center center no-repeat;
  background-size: cover;
  height: 95vh;
  display: flex;
  align-items: center;
  position: relative;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.hero-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.dil {
  position: relative;
  z-index: 2;
}

.hero-header h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.hero-header p {
  font-size: 1.25rem;
  margin-top: 20px;
  color: #ddd;
}

.btn-play {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transition: transform 0.3s ease, background 0.3s ease;
}

.btn-play:hover {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 1);
}

.btn-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.5s infinite ease-in-out;
}

.btn-play span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@keyframes pulse {
  0% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: scale(1.5) translate(-50%, -50%);
    opacity: 0;
  }
}

@media (max-width: 992px) {
  .hero-header h1 {
    font-size: 2.5rem;
  }
  .hero-header p {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .hero-header {
    height: 70vh;
  }
  .hero-header h1 {
    font-size: 2rem;
  }
}

.bg-offer {
  background: url("https://res.cloudinary.com/dcbay0nwt/image/upload/v1736146919/360_F_269572236_QleGbweLm4hq2O1aUgIpZVxFkC0pWWdm_nnzqlw.jpg")
    center center no-repeat;
  background-size: cover;
}

.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
  filter: blur(5px);
}

.team-item .team-overlay {
  transition: 0.5s;
  opacity: 0;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

.testimonial-carousel .owl-dots {
  height: 45px;
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  width: 10px;
  height: 25px;
  background: #dddddd;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  height: 45px;
  background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-item {
  opacity: 0.1;
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  opacity: 1;
}

.bg-img {
  background: linear-gradient(rgba(43, 40, 37, 0.5), rgba(43, 40, 37, 0.5)),
    url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
}
