/* Colors */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  line-height: 150%;
  background-color: #ffffff;
  color: #000000;
}

a {
  cursor: pointer !important;
}

h2 {
  font-size: 30px;
  text-shadow: 0 0 5px #000000;
  font-weight: 800;
  margin: 0;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
}

h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  background-color: #7d2260;
}

h4 {
  font-weight: 700;
  margin-bottom: 0px !important;
  font-size: 18px;
}

h5 {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* p{
  text-align: justify;
} */

.button {
  background-color: #bd2067;
  color: #ffffff;
  border: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  font-weight: 600;
  max-width: 210px;
}

.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #7d2260;
  transition: all ease-out 0.5s;
  /* background-color: #ffffff; */
}

.headeractive {
  box-shadow: 0 0 15px #000;
}

.navbar {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}

.navbar-collapse > div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse:not(.show) {
    display: none !important;
  }
  .navbar-expand-md .navbar-collapse {
    flex-basis: 100%;
    flex-direction: column;
  }
  .navbar-expand-md .navbar-toggler {
    display: flex !important;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: column;
  }
  .navbar-collapse > div {
    align-items: center;
  }
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-collapse:not(.show) {
    display: flex !important;
    flex-basis: auto;
    flex-direction: row;
    justify-content: flex-end;
  }
  .navbar-expand-md .navbar-toggler {
    display: none !important;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-collapse > div {
    flex-direction: row;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .navbar h4 {
    width: 100%;
    text-align: center;
  }
}


.navbar .navbar-brand {
  font-size: 1.125rem;
  color: #ffffff;
}

.navbar .nav-link {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
}

.navbar .nav-link:hover {
  -webkit-text-decoration: #7d2260;
  text-decoration: #7d2260;
}

.navbar .callbtn {
  background-color: #7d2260;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  border: 0px;
  padding: 0.5rem 1.125rem;
  border-radius: 50px;
}

.navbar a.callus {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  color: #7d2260;
  border-bottom: 2px dotted #7d2260;
  padding: 0.5rem 0rem;
}

.navbar-toggler-icon {
  filter: brightness(10);
}


.hero {
  --default-color: #ffffff;
  --default-color-rgb: 255, 255, 255;
  --background-color: #000000;
  --background-color-rgb: 0, 0, 0;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 200px 0 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.8);
}

.hero:before {
  content: "";
  background: rgba(44, 73, 100, 0.4);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero>img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero .bg-section {
  padding: 20px;
}

.hero p {
  color: #ffffff !important;
  margin: 5px 0 0 0;
  font-size: 16px;
}

.hero p a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.header-buttons {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.about-section {
  /* padding: 40px 0px; */
}

.about-section p {
  text-align: justify;
}

.about-section .img-box {
  /* padding: 6px; */
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  transition: all 0.3s ease-out 0s;
  /* background-color: #ffffff; */
  border: 10px solid #fff;
  overflow: hidden;
  z-index: 1;
  transition: 0.2s;
}

.about-section .img-box img {
  width: 100%;
  /* height: 300px; */
  object-fit: cover;
  transition: 0.2s;
}

.about-section .img-box img:hover {
  scale: 1.2;
  z-index: 0;
}


.feature-section {
  padding: 40px 0px;
}

.feature-section .list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-section .list-item li {
  margin: 10px 0;
  padding: 0;
  display: block;
  list-style: none;
  text-align: justify;
}

.feature-section .list-item li i {
  margin-right: 5px;
}

.feature-section .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(15, 1fr);
}

.feature-section .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1/8;
  margin-top: 60%;
  width: 100%;
  z-index: 2;
}

.feature-section .image-stack .stack-back {
  grid-column: 4/-1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.feature-section .image-stack img {
  border: 6px solid #ffffff;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}





.service-section {
  padding: 40px 0px;
}

.service-section .icon-box {
  border: 1px solid #ebebeb;
  padding: 20px;
  background: #ffffff;
  text-align: left;
  border-radius: 15px;
}

.service-section .icon-box .icon {
  color: #7d2260;
  display: block;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.service-section .icon-box .icon i {
  color: #311212;
  font-size: 40px;
}

.service-section .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}

.gallery-section {
  padding: 40px 0px;
}

.gallery-section img {
  height: 219px;
  width: 100%;
  border: 4px solid transparent;
  object-fit: cover;
  object-position: center;
  transition: .2s;
}

.gallery-section img:hover {
  box-shadow: 0 0 5px 5px #000000;
  z-index: 1;
}

@media (max-width:600px) {
  .gallery-section img:hover {
    box-shadow: 0 0 5px 5px #000000;
    position: relative;
    left: 50%;
    right: unset;
  }

  .gallery-section img.right:hover {
    left: unset;
    right: 50%;
  }
}

.testimonial-section {
  text-align: center;
  padding: 40px 0px;
}

.testimonial-section p {
  text-align: justify;
}

.testimonial-section h6 {
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

.testimonial-section .carousel-control-prev-icon {
  background-image: none;
  color: #000000;
}

.testimonial-section .carousel-control-next-icon {
  background-image: none;
  color: #000000;
}

.testimonial-section .carousel-control-next {
  position: inherit;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.testimonial-section .carousel-control-prev {
  position: inherit;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.footer {
  background-color: #7d2260;
  color: #ffffff;
  text-align: center;
  padding: 40px 0px;
}

.footer p {
  padding: 0 !important;
  margin: 0 !important;
}

.footer .social-icons {
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer .social-icons li {
  margin: 0 0.5rem;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.footer .social-icons li a {
  color: #ffffff;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .slider-section .carousel .carousel-inner .carousel-item .carousel-caption h2 {
    font-size: 30px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: uppercase;
  }

  .slider-section .carousel .carousel-inner .carousel-item img {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .slider-section .carousel .carousel-inner .carousel-item .carousel-caption {
    display: none;
  }
}


.badges-section {
  margin: 50px;

}

.badges-section .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.badges-section .badge {
  background-color: #7d2260;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2%;
  width: 44%;
  border: 5px solid #c585b0;
  border-radius: 25px;
}

.badges-section .badge p {
  padding: 2%;
  font-size: 17px;
  margin: 2%;
}

.badges-section .badge .title {
  font-size: 20px;
  color: #fffafd;
}

@media (max-width:1000px) {
  .badges-section .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .badges-section .badge {
    width: 100%;
    margin: 2%;
  }
}


#callnowbutton {
  display: none;
}

@media screen and (max-width: 650px) {
  #callnowbutton {
      position: fixed;
      right: 10px;
      padding: 10px 20px;
      z-index: 9999;
      cursor: pointer;
      bottom: 10px;
      display: inline-block;
      background-color: #81d742;
      color: #fff;
      border-radius: 4px;
      text-decoration: none;
      border: none;
      transition: .3s;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -o-transition: .3s;
      -ms-transition: .3s;
  }

  #callnowbutton a img {
      height: 2em;
  }
}



a {
  text-decoration: none;
  color: initial;
}
#booking-engin {
    position: fixed;
    left: 0px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 10px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: none;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
}
.button-2 {
        font-size: 16px;
    border: 1px solid #000;
    display: flex;
    padding: 8px 10px;
    align-items: center;
    justify-content: center;
    background: #bd2067;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 0 20px 20px 0;
}
