@import url("https://fonts.googleapis.com/css2?family=Anek+Kannada:wght@100..800&family=Boogaloo&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Syne:wght@400..800&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Bricolage Grotesque", sans-serif !important;
}
body a {
  text-decoration: none !important;
}

h1 {
  font-size: 4rem !important;
}

h2 {
  font-size: 35px !important;
  color: #FF823C !important;
  font-weight: 600 !important;
}

/*  */
.navbar .nav-item {
  padding-left: 15px;
}
.navbar .navbar-brand img {
  height: 50px;
}

.animated-text {
  opacity: 0;
  transform: translateY(500px);
  transition: opacity 0.6s ease, transform 2s ease;
}

.swiper-slide-active .animated-text {
  opacity: 1;
  transform: translateX(0);
}

/* <========== WHATSAPP-ICONS ============ */
.whatsapp-icon {
  position: fixed;
  bottom: 20px !important;
  left: 20px !important;
  background: #25d366;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 9999 !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.whatsapp-icon i {
  font-size: 28px;
  color: #fff;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 101, 0.76);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.nav__barbg {
  background: url("../images/bg-img2.png") center no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}

.bg-col {
  background-color: #fff;
  padding: 10px;
  border-radius: 50px;
  padding: 8px 80px !important;
}

.banner_title {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 80vh;
}
.banner_title h1 {
  font-size: 4rem;
  color: #fff;
  font-weight: 500;
}
.banner_title h5 {
  font-size: 2rem;
  color: #fff;
  font-weight: normal !important;
  line-height: 45px;
}
.banner_title .side_img img {
  position: absolute;
  bottom: 0 !important;
  right: 80px;
  height: 480px;
  overflow: hidden;
}
.banner_title .home_btn {
  background: #FF823C;
  background: linear-gradient(90deg, rgb(255, 130, 60) 0%, rgb(254, 195, 0) 49%);
  width: 45%;
  border-radius: 30px;
  padding: 12px;
  border: none;
  border: 1px solid #fff;
  box-shadow: 5px 2px 5px 2px rgba(0, 0, 0, 0.2470588235);
}
.banner_title .home_btn a {
  text-decoration: none;
  color: #fff;
}

.slide_left .marquee {
  font-size: 2rem;
}

.sec_1 {
  background-color: #E5F2FB;
}
.sec_1 .form_col {
  display: flex;
  gap: 15px;
  flex-wrap: wrap !important;
}
.sec_1 .form_col input {
  padding: 10px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
}
.sec_1 .form_col .sub_btn {
  width: 30%;
  padding: 8px;
  border-radius: 30px;
  background-color: #FF823C;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
  color: #fff;
}

.left-img {
  margin-top: -85px;
}

.about_text h3 {
  color: #6B757C;
}

.services_col {
  text-align: center;
}
.services_col .hoem_card {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  transform: translateY(15%);
  overflow: hidden;
}
.services_col .hoem_card:hover {
  background-color: #FF823C;
  height: auto;
  transform: translateY(0);
}
.services_col .hoem_card:hover h5 {
  color: #fff;
}
.services_col .hoem_card h5 {
  padding: 15px 0;
  font-size: 17px;
  display: inline-block;
}
.services_col .hoem_card .icon-btn {
  margin-left: 10px;
  padding-top: 10px;
  width: 35px !important;
}

.owl-carousel .owl-item img {
  width: auto !important;
}

.owl-theme .owl-dots {
  display: none;
}

/* Position arrows inside the carousel */
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  /* Let clicks pass through */
  font-size: 20px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: rgba(0, 0, 0, 0.5);
  /* Customize as needed */
  color: white !important;
  border: none;
  padding: 10px;
  pointer-events: all;
  /* Allow clicks */
  position: relative;
  z-index: 10;
  background-color: #FF823C !important;
  width: 40px;
  height: 40px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -50px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -50px;
}

.sub_sec {
  background-color: #FF823C;
  border-radius: 15px;
  margin-top: 55px;
}
.sub_sec .why_choose p {
  color: #fff;
  line-height: 25px;
}
.sub_sec .call_btn {
  background: #fff;
  width: 25%;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  padding: 8px;
  color: #FF823C;
  margin-top: 10px;
}

#form-book {
  background-color: #fff;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 8px;
}
#form-book input,
#form-book select {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3019607843);
}
#form-book ::-moz-placeholder {
  color: #000;
}
#form-book ::placeholder {
  color: #000;
}

.footer_sec {
  background-color: #000;
}
.footer_sec .footer_sec img {
  height: 80px;
}
.footer_sec .footer_sec h5 {
  color: #FF823C;
  margin-bottom: 15px;
}
.footer_sec .footer_sec ul {
  padding-left: 0 !important;
}
.footer_sec .footer_sec ul li {
  list-style: none;
  margin-bottom: 15px;
}
.footer_sec .footer_sec ul li a {
  color: #fff;
  text-decoration: none;
}
.footer_sec .footer_sec i {
  color: #fff;
  font-size: 18px;
  padding-right: 10px;
}
.footer_sec .copyright {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  text-align: center;
}
.footer_sec .copyright a {
  color: #fff;
}

.inner_banner {
  background: url("../images/bg-img2.png") center no-repeat;
  width: 100%;
  height: 400px !important;
  background-size: cover;
}
.inner_banner .inner_title {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 290px !important;
}
.inner_banner .inner_title h1 {
  color: #fff;
}

.about_sec {
  background: #FFF;
  background: linear-gradient(106deg, rgb(255, 255, 255) 67%, rgb(255, 130, 60) 67%);
  position: relative;
}
.about_sec .about_png {
  background: url("../images/about-png-img.png") top no-repeat;
  width: 50%;
  height: 100%;
  position: absolute;
  background-size: cover;
  bottom: 0;
  right: 0;
}

.icon__card {
  background-color: #fff !important;
  padding: 15px;
  border-radius: 8px;
  margin-top: 25px;
  height: calc(100% - 10px);
}
.icon__card img {
  padding-bottom: 10px;
}

.container_row {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  margin-bottom: 30px;
}
.container_row .stock_col {
  color: #169543;
}
.container_row .services_containner {
  margin-left: 10%;
}
.container_row .services_containner ul li {
  margin-bottom: 8px;
}
.container_row .collapse_btn {
  border: none;
  padding: 10px;
  border-radius: 30px;
}
.container_row .collapse_btn i {
  font-size: 25px;
}

.grid_row3 {
  display: grid;
  grid-template-columns: repeat(4, auto);
}

.grid_row {
  display: grid;
  grid-template-columns: repeat(5, auto);
  gap: 15px;
}
.grid_row .services_img {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  text-align: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
.grid_row .services_img:hover {
  background-color: #FF823C;
  height: auto;
  transform: translateY(-10px);
}
.grid_row .services_img:hover h5 {
  color: #fff;
}
.grid_row .services_img img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.grid_row .services_img h5 {
  padding-top: 15px;
}

.grid_row2 {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 15px;
}
.grid_row2 .services_img {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  text-align: justify;
  padding: 10px;
  width: 100%;
  height: 100%;
}
.grid_row2 .services_img img {
  height: 400px;
}
.grid_row2 .services_img .ser_title {
  padding: 10px;
}
.grid_row2 .services_img .ser_title h5 {
  padding: 10px 0;
  border-bottom: 1px solid rgba(63, 59, 59, 0.2039215686);
}

.ifm-section {
  margin: auto;
  padding: 20px;
}

.ifm-section h2 {
  margin-bottom: 10px;
  font-size: 28px;
}

.ifm-section p {
  line-height: 1.6;
  margin-bottom: 20px;
}

.ifm-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.ifm-box {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  background: #f9f9f9;
  text-align: left;
}

.ifm-box i {
  font-size: 28px;
  color: #FF823C;
  margin-bottom: 10px;
  display: inline-block;
}

.ifm-box h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.services-section {
  max-width: 900px;
  margin: auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.services-section h2 {
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
}

.services-section .subtitle {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 16px;
  color: #444;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.service-box {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  transition: 0.3s;
}

.service-box i {
  font-size: 35px;
  color: #FF823C;
  margin-bottom: 10px;
}

.service-box h3 {
  font-size: 18px;
  margin-top: 5px;
}

.service-box:hover {
  background: #eef7ff;
  border-color: #FF823C;
}/*# sourceMappingURL=style.css.map */