.nav-container {
  background-color: rgba(0, 0, 0, 0.597);
}
@media (max-width: 575.98px) {
  .nav-container {
    background-color: transparent;
  }
}
/* Custom CSS for a smooth transition without white background */
.carousel-item {
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.carousel-item.active {
  opacity: 1;
}

.carousel-item-next,
.carousel-item-prev {
  opacity: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Optional: Adjust the height of the carousel to fit your images */
.carousel {
  max-height: 700px; /* Adjust the height as needed */
}

/* gallery */

.gallery-item {
  border: 10px solid #ffc85c;
}

.btn-gallery {
  position: relative;
  top: 80px;
}

/* aboutpage service -----------------*/

.services-block-three {
  margin-bottom: 30px;
}
.services-block-three i {
  font-size: 32px;
}
.services-block-three > a {
  display: block;
  border: 2px solid #560e005a;
  border-radius: 4px;
  text-align: center;
  background: #f8f9fa;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}
.services-block-three > a:before {
  display: block;
  content: "";
  width: 9%;
  height: 17%;
  position: absolute;
  bottom: -2px;
  right: -2px;
  border-bottom: 2px solid #ffc85c;
  border-right: 2px solid #ffc85c;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.services-block-three > a:after {
  display: block;
  content: "";
  width: 9%;
  height: 17%;
  position: absolute;
  top: -2px;
  left: -2px;
  border-top: 2px solid #ffc85c;
  border-left: 2px solid #ffc85c;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
.padding-15px-bottom {
  padding-bottom: 15px;
}
.services-block-three h4 {
  color: #6f6f6f;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}
.services-block-three p {
  margin-bottom: 0;
  color: #757575;
}
.services-block-three > a:hover {
  opacity: 1;
  border-color: #d5d5d5;
}
a:hover,
a:active {
  color: #ffc85c;
  text-decoration: none;
}

.services-block-three > a:hover:before,
.services-block-three > a:hover:after {
  width: 95%;
  height: 90%;
}

.service-image {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-image {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.19);
  transition: transform 0.8s;
}

.card-image:hover {
  transform: scale(0.98);
}

.gallery-item {
  max-width: 100%;
  height: 240px;
}

/* whatsapp--------------- */


.whats-float {
  position: fixed;
  transform: translate(108px, 0px);
  top: 45%;
  right: 0;
  width: 150px;
  overflow: hidden;
  background-color: #25d365ac;
  color: #fff;
  border-radius: 2px 0 0 2px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
}
.whats-float a span {
  color: white;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.whats-float i {
  font-size: 30px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.whats-float:hover {
  color: #ffffff;
  transform: translate(0px, 0px);
}

.whats-float:hover i {
  transform: rotate(360deg);
}

/* ------------- */
.whats-float1 {
  position: fixed;
  transform: translate(108px, 0px);
  top: 51.5%;
  right: 0;
  width: 150px;
  overflow: hidden;
  background-color: #ffc95ca4;
  color: #fff;
  border-radius: 2px 0 0 2px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
}
.whats-float1 a span {
  color: white;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.whats-float1 i {
  font-size: 30px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.whats-float1:hover {
  color: #ffffff;
  transform: translate(0px, 0px);
}

.whats-float1:hover i {
  transform: rotate(360deg);
}

