h1,
h2,
h3,
h6,
h5.text-uppercase {
  /* font-family: "Dancing Script", cursive; */
  font-weight: 600;
  color: #000;
}

body {
  background-image: url("../img/background.png");
}

.dropdown-toggle:hover ~ .dropdown-menu {
  display: block;
}
.dropdown-menu:hover {
  display: block;
}

.mail-slider-owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  /* width: 90%; */
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.mail-slider-owl-carousel .owl-nav .owl-prev,
.mail-slider-owl-carousel .owl-nav .owl-next {
  font-size: 3rem !important;
  color: #fff !important;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}

.card-img-overlay .card-title {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.5rem 1rem;
  margin-bottom: 0rem;
  width: 100%;
  color: #fff;
  font-weight: 500;
}

.terms-and-conditions-area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  column-gap: 1.5rem;
  row-gap: 1.5rem;
}

.list-unstyled li {
  padding: 0.5rem !important;
  transition: all 300ms ease-in-out;
}
.list-unstyled li a {
  color: #000;
  transition: all 300ms ease-in-out;
}
.list-unstyled li a:hover {
  color: #fff;
}
.list-unstyled li:hover {
  background-color: #8e0532;
  transform: scale(0.95);
}
.list-unstyled li:hover a {
  color: #fff;
}

p {
  color: #000;
}

@media only screen and (max-width: 600px) {
  .mail-slider-owl-carousel {
    margin-top: 5rem;
  }
  .navbar-brand img {
    width: 250px;
  }
}

.text-justify {
  text-align: justify;
}

.service-icon {
  background-color: #fff;
  color: #000;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  display: inline-block;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-prices-card h3,
.home-prices-card h4,
.section-title h2 {
  color: #8e0532;
}

/* what's App Link Button */
.whats-app-fixed-area > .whats-app-btn > a {
  position: fixed;
  left: 5%;
  bottom: 20%;
  width: 50px;
  height: 50px;
  z-index: 9999999999999999;
  transform-origin: center center;
  transition: all 300ms ease-in-out;
  transform: scale(0.9);
}
.whats-app-fixed-area > .whats-app-btn > a:hover {
  transform: scale(1);
}

.whats-app-fixed-area > .whats-app-btn > a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #077703;
  border-radius: 50%;
  animation: animate 2s linear infinite;
}
.whats-app-fixed-area > .whats-app-btn > a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: animate 2s 1s linear infinite;
}
@keyframes animate {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes call {
  50% {
    transform: rotate(50deg) scale(1);
  }
  100% {
    transform: rotate(100deg) scale(1);
  }
}

/* live chat discussion */

@keyframes animate {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* Call us Link Button */
.call-us-fixed-area > .call-us-btn > a {
  position: fixed;
  left: 5%;
  bottom: 32%;
  width: 50px;
  height: 50px;
  z-index: 9999999999999999;
  transform-origin: center center;
  transition: all 300ms ease-in-out;
  transform: scale(0.9);
}
.call-us-fixed-area > .call-us-btn > a:hover {
  transform: scale(1);
}

.call-us-fixed-area > .call-us-btn > a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
  border-radius: 50%;
  animation: animate 2s linear infinite;
}
.call-us-fixed-area > .call-us-btn > a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: animate 2s 1s linear infinite;
}


/* what's App Link Button */
.whats-app-fixed-area-1 > .whats-app-btn > a {
  position: fixed;
  right: 5%;
  bottom: 20%;
  width: 50px;
  height: 50px;
  z-index: 9999999999999999;
  transform-origin: center center;
  transition: all 300ms ease-in-out;
  transform: scale(0.9);
}
.whats-app-fixed-area > .whats-app-btn > a:hover {
  transform: scale(1);
}

.whats-app-fixed-area-1 > .whats-app-btn > a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #077703;
  border-radius: 50%;
  animation: animate 2s linear infinite;
}
.whats-app-fixed-area-1 > .whats-app-btn > a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: animate 2s 1s linear infinite;
}
@keyframes animate {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes call {
  50% {
    transform: rotate(50deg) scale(1);
  }
  100% {
    transform: rotate(100deg) scale(1);
  }
}

/* live chat discussion */

@keyframes animate {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

/* Call us Link Button */
.call-us-fixed-area-1 > .call-us-btn > a {
  position: fixed;
  right: 5%;
  bottom: 32%;
  width: 50px;
  height: 50px;
  z-index: 9999999999999999;
  transform-origin: center center;
  transition: all 300ms ease-in-out;
  transform: scale(0.9);
}
.call-us-fixed-area > .call-us-btn > a:hover {
  transform: scale(1);
}

.call-us-fixed-area-1 > .call-us-btn > a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
  border-radius: 50%;
  animation: animate 2s linear infinite;
}
.call-us-fixed-area-1 > .call-us-btn > a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: animate 2s 1s linear infinite;
}
