h1 {
  font-size : 3.5rem; 

}

h2 {
  font-size: 3rem; 
}

p {
  font-size: 1.2rem
}

.colored {
  color: #3d0013; 
}

h1, h2, h3, h4 , p {
    font-family: "PT Serif", serif;
}

.display-6 {
    font-size: 1.7rem;
}


nav .logo {
  width: 80px;
  margin: auto;
  border-radius: 50%;
}

.logo-text {
  color: #fff;
  font-size: 1.2rem;
  font-family: "PT Serif", serif;
  padding-left: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
}


.prime-bg {
  background-color: #3d0013; 
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateY(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateY(-100%);
}

.carousel-indicators [data-bs-target] {
  height: 30px;
  border-radius: 50%;
  background-color: #e62a65;
}

.fixed-top {
  position: absolute;
  top: 1rem;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: transparent !important;
}

.fixed-top .container  {
  background-color: #e62a65 !important;
  border-radius: 80px;
  padding: .3rem;
}

.navbar-nav
.nav-link {
  color: #fff;
  font-family: "PT Serif", serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: .5px;
  padding: 1rem 1rem !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fffc;
}

.nav-link:focus, .nav-link:hover {
  color: #fffc;
}


  .owl-carousel .item img {
      width: 100%;
      height: auto;
      border-radius: 0;
      display: block;
    }

    .owl-nav button {
      background: none;
      border: none;
      font-size: 2rem;
      color: #333;
    }

    .owl-dots .owl-dot span {
      background: #ccc;
    }

    .owl-dots .owl-dot.active span {
      background: #333;
    }

.owl-dots .owl-dot span {
  background: #333;
  width: 20px;
  height: 10px;
  display: inline-block;
  border-radius: 8px;
  margin: 2px;
}
.owl-dots .owl-dot.active span {
  background: #e62a65;
}
.owl-dots {
  text-align: center;
}

.btn-service {
  position: absolute;
  bottom: 0;
  background: #e62a65;
  color: #fff;
  width: 100%;
  margin-left: 0;
  border-radius: 0;
  padding: 1rem;
  font-size: 1.3rem;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.btn-service:hover {
  background: #e62a65; 
  color: #fffc; 
}

.zoom:hover {
  opacity: .6;
  transition: .5s all; 
  cursor: plus; 
}



    @keyframes fadeSlideIn {
      0% {
        opacity: 0;
        transform: translateY(20px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .animated-box {
      animation: fadeSlideIn 1s ease forwards;
    }

    .animated-box:hover {
      
      box-shadow: 0 1rem 2rem #e62a664b !important;
    }

    
@media only screen and (max-width: 768px) {
  .fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #e62a65 !important;
  }

  .navbar-toggler {
    background: #fff;
    right: 1rem;
    position: absolute;
    top: .5rem;
  }


  .logo-text {
    display: block;
    font-size: 1rem;
    padding-left: .5rem;
  }

  .box {
    display: block;
    text-align: center;
    width: 100%;
  }

}
