@import url("https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500&family=Montserrat:wght@100;200;300;400;500&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  transition: ease-in-out 0.1s;
}

#headerSection {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#headerSection .row {
  display: flex;
  justify-content: center;
}
#headerSection .contact-links {
  background-color: #121312;
  font-family: "Hind Madurai", sans-serif;
}
#headerSection .contact-links a {
  font-size: 12px;
  font-weight: 30;
  color: #FDFDFF;
  text-decoration: none;
  padding: 8px;
}
#headerSection .contact-links a i {
  padding: 8px;
}
#headerSection .contact-phone {
  background-color: #D8E12D;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#headerSection .contact-phone .row {
  padding: 15px;
}
#headerSection .contact-phone i {
  padding-top: 20px;
}
#headerSection .contact-phone h3 {
  font-size: 20px;
  margin-bottom: 0;
}
#headerSection .contact-phone h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 4px;
}
#headerSection .contact-phone h4 a {
  text-decoration: none;
  color: #121312;
}
#headerSection .navbar {
  color: #FDFDFF;
  background-color: #121312;
  font-family: "Hind Madurai", sans-serif;
  font-weight: 30;
  font-size: 25px;
}
#headerSection .navbar .navbar-toggler {
  background-color: transparent;
  border: none;
  color: #D8E12D;
}
#headerSection .navbar .navbar-toggler:focus, #headerSection .navbar .navbar-toggler:active {
  outline: none;
}
#headerSection .navbar .offcanvas {
  width: 85%;
  background-color: #121312;
}
#headerSection .navbar .offcanvas .offcanvas-header h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 100;
  color: #D8E12D;
}
#headerSection .navbar .offcanvas .offcanvas-header button .btn-close {
  color: #D8E12D;
}
#headerSection .navbar .offcanvas .navbar-nav {
  text-align: center;
  line-height: 40px;
}
#headerSection .navbar .offcanvas .navbar-nav .nav-item {
  display: inline;
  font-size: 20px;
}
#headerSection .navbar .offcanvas .navbar-nav .nav-item a {
  text-decoration: none;
  color: #FDFDFF;
  position: relative;
}
#headerSection .navbar .offcanvas .navbar-nav .nav-item a:hover::after {
  content: "...";
  position: absolute;
  left: 50%;
  bottom: 1px;
  text-align: center;
  display: block;
  font-size: 50px;
  transform: translateX(-50%);
  color: #D8E12D;
}

.icon-bar {
  position: fixed;
  padding-bottom: 5px;
  top: 30%;
  right: 0%;
  z-index: 1;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 8px 15px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
  font-size: 20px;
  background: #D8E12D;
  border-color: rgba(0, 0, 0, 0.5882352941);
  border-width: 1px;
  border-radius: 15px 0px 0px 15px;
}

.icon-bar a:hover {
  background: #FDFDFF;
}

#heroSection {
  position: relative;
  height: 100vh;
}
#heroSection .container-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-image: url("../images/bg-images/hero-bg-mobile.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#heroSection .hero-content {
  position: absolute;
  background: rgba(0, 0, 0, 0.44);
  height: 100vh;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  padding-top: 100px;
  font-family: "Montserrat", sans-serif;
  padding: 25px;
  overflow: hidden;
}
#heroSection .hero-content h2 {
  font-weight: 600;
  color: #FDFDFF;
  overflow: hidden;
}
#heroSection .hero-content h2 .yellowish {
  color: #D8E12D;
}
#heroSection .hero-content p {
  color: #FDFDFF;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  overflow: hidden;
}
#heroSection .hero-content .hero-buttons {
  display: flex;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
#heroSection .hero-content .hero-buttons .btn-contact {
  background-color: #D8E12D;
  color: #121312;
  border: 1px solid rgba(0, 0, 0, 0.5882352941);
  border-radius: 5px;
  padding: 13px 18px;
  margin: 8px;
  overflow: hidden;
}
#heroSection .hero-content .hero-buttons .btn-contact:hover {
  color: #FDFDFF;
  background-color: transparent;
  border: 2px solid #D8E12D;
  border-width: 1px;
}
#heroSection .hero-content .hero-buttons .btn-info {
  background-color: transparent;
  color: #FDFDFF;
  border: 1px solid #D8E12D;
  border-radius: 5px;
  padding: 13px 11px;
  margin: 8px;
  overflow: hidden;
}
#heroSection .hero-content .hero-buttons .btn-info:hover {
  color: #121312;
  background-color: #D8E12D;
  border: 2px solid rgba(0, 0, 0, 0.5882352941);
  border-width: 1px;
}

#services {
  background-color: rgba(18, 19, 18, 0.8117647059);
  font-family: "Montserrat", sans-serif;
}
#services .card-content {
  overflow: hidden;
  padding: 50px;
}
#services .card-content h2 {
  font-weight: 600;
  color: #D8E12D;
  text-align: center;
  padding-bottom: 15px;
  overflow: hidden;
}
#services .card-content .row {
  align-items: center;
  justify-content: center;
}
#services .card-content .card {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  overflow: hidden;
}
#services .card-content .card i {
  font-size: 40px;
}
#services .card-content .card h3 {
  font-weight: 600;
  padding: 10px 0;
}
#services .card-content .card p {
  font-size: 15px;
}
#services .card-content .card:nth-child(odd) {
  color: #121312;
  background-color: #D8E12D;
}
#services .card-content .card:nth-child(odd) h3 {
  color: #121312;
}
#services .card-content .card:nth-child(even) {
  color: #FDFDFF;
  background-color: #121312;
}
#services .card-content .card:nth-child(even) h3 {
  color: #FDFDFF;
}
#services .card-content .card:nth-child(even) p {
  color: #FDFDFF;
}

#recommendationsSection {
  position: relative;
  background-image: url("../images/bg-images/recomnd-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
#recommendationsSection h2 {
  font-weight: 600;
  color: #FDFDFF;
  text-align: center;
  padding: 10px 0;
  overflow: hidden;
}
#recommendationsSection h2 span {
  color: #D8E12D;
}
#recommendationsSection .list {
  padding: 0;
}
#recommendationsSection .list .list-items {
  font-size: 15px;
  font-weight: 500;
  font-family: "Hind Madurai", sans-serif;
  color: #FDFDFF;
  list-style: none;
}
#recommendationsSection .list .list-items li {
  display: flex;
  margin-bottom: 10px;
}
#recommendationsSection .list .list-items li i {
  margin-right: 10px;
  color: #D8E12D;
}
#recommendationsSection .image {
  transform: translatey(-40px);
}

#testimonialSection {
  position: relative;
  background-color: rgba(18, 19, 18, 0.8117647059);
  text-align: center;
  padding: 40px 0;
  padding-bottom: 0;
  overflow: hidden;
}
#testimonialSection .container {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  height: 100%;
  overflow: hidden;
}
#testimonialSection .container h2 {
  color: #FDFDFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  overflow: hidden;
}
#testimonialSection .container h2 span {
  color: #D8E12D;
}
#testimonialSection .container .swiper-container {
  width: 100%;
  padding: 20px;
  padding-bottom: 0;
  overflow: hidden;
}
#testimonialSection .container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
#testimonialSection .container .swiper-slide .content {
  font-family: "Hind Madurai", sans-serif;
  font-size: 15px;
  color: #FDFDFF;
  background-color: #121312;
  padding: 30px 20px;
  height: 350px;
  width: 250px;
  border-radius: 15px;
}
#testimonialSection .container .swiper-slide .content i {
  font-size: 50px;
  padding: 15px;
}
#testimonialSection .container .swiper-slide .content a {
  text-decoration: none;
  color: #FDFDFF;
}
#testimonialSection .container .swiper-slide .content a p {
  font-weight: 100;
}
#testimonialSection .container .swiper-slide .content a h3 {
  font-size: 18px;
  font-weight: 500;
}
#testimonialSection .container .swiper-button-next, #testimonialSection .container .swiper-button-prev {
  color: #D8E12D;
  top: 40%;
  z-index: 0;
}
#testimonialSection .container .swiper-pagination {
  display: flex;
  justify-content: center;
  height: 24%;
}
#testimonialSection .container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #FDFDFF;
  opacity: 1;
}
#testimonialSection .container .swiper-pagination-bullet-active {
  background-color: #D8E12D;
}
#testimonialSection .container .custom-pagination {
  bottom: 10px;
}
#testimonialSection .image-container {
  width: 100%;
  overflow: hidden;
}
#testimonialSection .image-container img {
  width: 100%;
  transform: translateX(160px);
  overflow: hidden;
}

#footer {
  font-family: "Montserrat", sans-serif;
  color: #FDFDFF;
  text-align: center;
  overflow: hidden;
}
#footer .contact {
  padding-top: 20px;
  color: #D8E12D;
  background-color: #121312;
}
#footer .contact h2 {
  font-size: 10px;
  font-weight: 200;
}
#footer .contact h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
#footer .contact h3 a {
  color: #D8E12D;
  text-decoration: none;
}
#footer .upper {
  background-color: #121312;
}
#footer .upper .location h3 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 500;
}
#footer .upper .location p {
  font-size: 12px;
  font-weight: 100;
}
#footer .upper .location a {
  color: #FDFDFF;
  font-weight: 200;
  text-decoration: none;
}
#footer .upper .logo {
  transform: translateY(25px);
}
#footer .upper .logo img {
  height: 80px;
}
#footer .copyrights {
  background-color: rgba(18, 19, 18, 0.8117647059);
  font-size: 10px;
  padding-top: 35px;
  padding-bottom: 10px;
}
#footer .copyrights p {
  margin-bottom: 0;
}
#footer .copyrights p a {
  color: #FDFDFF;
  text-decoration: none;
}

#scrollToTopBtn {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 30px;
  cursor: pointer;
}
#scrollToTopBtn :hover {
  color: #FDFDFF;
}

#gallerySection {
  padding-top: 118.39px;
  background-color: rgba(18, 19, 18, 0.8117647059);
  font-family: "Montserrat", sans-serif;
  text-align: center;
  /* Styles for the modal */
}
#gallerySection h1 {
  padding-top: 30px;
  font-size: 50px;
  font-weight: 600;
  color: #D8E12D;
}
#gallerySection .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
}
#gallerySection .gallery .gallery-item .gallery-image {
  width: 250px;
  height: 250px;
  object-fit: cover;
  cursor: pointer;
  padding: 8px;
}
#gallerySection .modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5882352941);
}
#gallerySection .modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 250px;
}/*# sourceMappingURL=styles.css.map */