@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
body {
  font-family: "Rubik", sans-serif !important;
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important; */
}
/* #d06404 */
/* White - #FFFFFF (Background)
Dark Brown/Black - #120C0E (Main design elements)
Near White - #FCFCFC (Highlights)
Very Dark Brown/Black - #090305 (Shadows and deeper elements)
Light Gray - #D8D7D7 (Soft highlights) */
p{
  text-align: justify;
  font-weight: 400 !important;
  color: grey;
  /* margin-bottom: 35px !important; */
  margin-bottom: .5rem !important;
}
.text-justify{
  text-align: justify;
}
.text-primary {
  color: #043c84 !important;
}
.text-light-blue {
  color: #73b0ff !important;
}
.text-blue {
  color: #142c88 !important;
}
.text-dark-blue {
  color: #142c40 !important;
}
.bg-blue {
  background-color: #142c88 !important;
}
.text-dark {
  color: #241c24 !important;
}

.bg-primary {
  background-color: #043c84 !important;
}
.bg-dark {
  background-color: #241c24 !important;
}
.about-img-filter {
  filter: brightness(0.2);
  height: 540px;
  width: 100%;
  padding: 0 !important;
  object-fit: cover;
}

.fw-400{
  font-weight: 400 !important;
}
a{
  text-decoration: none;
  color: black;
}
a:hover{
  color: black !important;
}
.social-link:hover a{
  color: white !important;
}

ul {
  list-style-type: square;
}

::-webkit-scrollbar {
  display: none;
}
.pt-6 {
  padding-top: 130px;
}
.py-6 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.mt-6 {
  margin-top: 130px;
}
/* narachi_elevators_home style start */
.home-banner-img{
  height: 600px !important;
  object-fit: cover;
  filter: brightness(0.470);
}
.home-btn {
  background-color: #043c84;
  border: 3px solid #043c84;
  color: white;
  padding: 9px 20px;
  border-radius: none !important;
  font-weight: 700;
  text-align: center;
  /* box-shadow: 0 4px 4px black !important; */
}
.home-btn:hover {
  background-color: #ffffff;
  border: 3px solid #043c84;
  color: #043c84 !important;
  transition: all 0.7s ease;
}
.white .before-line::before, .white .before-line::after {
  display: inline-block;
  content: "";
  border-top: 2.5px solid #ffffff;
  width: 2rem;
  margin: -1rem 8px;
  transform: translateY(-1rem);
}
.before-line::before, .before-line::after {
  display: inline-block;
  content: "";
  border-top: 2.5px solid #043c84;
  width: 2rem;
  margin: -1rem 8px;
  transform: translateY(-1rem);
}
.home .owl-dots .owl-dot {
  margin: 0px 5px;
}
.home .owl-dots .owl-dot button {
  background: #ffffff;
  border: none;
  padding: 10px;
  border-radius: 50%;
  color: #043c84;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
/* .home .owl-dots .owl-dot button {
  background: none;
  border: none;
  padding: 0;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
} */
.home .owl-dots {
  position: absolute;
  top: 28%;
  right: 12%;
}
.home .owl-dots .owl-dot button:focus {
  outline: none;
}
.home .owl-dots .owl-dot.active button {
  color: #ffffff;
  border: none;
  background: #043c84;
  padding: 10px;

}
  /* Animation for text appearing from bottom to top start*/
  .animated-text {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }

  .animated-text.active {
    opacity: 1;
    transform: translateY(0);
  }
    /* Animation for text appearing from bottom to top end*/
    .service-card {
      background: #1E1E20;
      /* padding: 40px; */
      border-radius: 10px;
      /* position: relative; */
    }
    .service-card .inner {
      background: #141416;
      padding: 30px;
      border-radius: 10px;
    }
    .service-card .icon {
      height: 99px;
      width: 99px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #141416;
      margin-bottom: 40px;
      border-radius: 10px;
      /* transition: all 0.3s ease; */
      padding: 20px;
    }
    .service-card:hover .icon {
      background: #043c84;
      transition: all 0.3s ease;
    }
    .service-card .water-mark {
      color: #28282E;
      position: absolute;
      right: 20px;
      top: 37px;
      font-size: 37px;
      text-transform: uppercase;
      font-weight: 700;
    }
    .service-card a{
      color: #73b0ff !important;
    }
    /* owl nav start */
    .service {
      position: relative;
    }
    
    .owl-theme .custom-nav {
      position: absolute;
      top: 43%;
      left: -72px;
      right: -71px;
    }
    
    .owl-theme .custom-nav .owl-prev,
    .owl-theme .custom-nav .owl-next {
      position: absolute;
      height: 50px;
      width: 50px;
      /* display: flex;
      align-items: center; */
      color: inherit;
      z-index: 100;
      background: #1E1E20;
      border: 1px solid #34343A;
      border-radius: 10px;
    }
    .owl-theme .custom-nav .owl-prev:hover,
    .owl-theme .custom-nav .owl-next:hover {
      background: #043c84;
      border: 1px solid #043c84;
    }
    
    .owl-theme .custom-nav .owl-prev i,
    .owl-theme .custom-nav .owl-next i {
      font-size: 30px;
      color: #ffffff;
    }

    
    .owl-theme .custom-nav .owl-prev {
      left: 0;
    }
    
    .owl-theme .custom-nav .owl-next {
      right: 0;
    }
    
    
  /* owl nav end */
  .contact-img {
    height: 275px;
    object-fit: cover;
  }

  /* slick slider css start */
  .slide {
    width: 896px;
    position: relative;
    overflow: hidden;
    /* margin: 0 15px */
  }
  
  .slide img {
    max-width: 100%;
    width: 600px;
    height: 500px;
    object-fit: cover;
    position: relative;
    /* margin-right: 10px; */
    /* transition: all 1s ease-out; */
    transition: all 1.9s ease-in-out;
    opacity: 0.9;
    transform: scale(0.9);
  }
  /* Enlarging Center Image */
.slick-center img {
  opacity: 1;
  transform: scale(1);
}
  
  .slide.slick-center img {
    transition: all 1.9s ease-out;
    opacity: 1;
  }
  /* .slick-dots {
    position: absolute;
    bottom: 9px;
    left: 50%;
    padding: 0 0;
    margin: 0 0;
    list-style: none;
} */
/* .slick-dots {
  position: absolute;
  bottom: -41px;
  left: 50%;
  transform: translate(-50%, 10px);
  list-style: none;
} */
.slick-dots {
  position: absolute;
  bottom: -41px;
  left: 50%;
  transform: translate(-50%, 10px);
  background-color: rgb(233 233 233);
  border-radius: 20px;
  padding-right: 30px;
  /* margin: 0 0; */
  list-style: none;
  /* z-index: 3; */
}
  .slick-dots li {
    float: left;
    display: block;
    margin: 1rem .2rem;
    font-size: 0
  }
  
  .slick-dots button {
    border: 0;
    align-items: center;
    /* overflow: hidden; */
    background: #ffffff;
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    /* text-indent: 9999px; */
    /* padding: 0 */
  }
  
  .slider .slick-dots .slick-active button {
    background: #043c84;
    width: .8rem;
    height: .8rem;
  }
  
  
  .slider .text {
    bottom: 30px;
    opacity: 0;
}
.slider .text {
    position: absolute;
    background: linear-gradient(95deg, #FFFFFF 0%, #fff0 100%);
    bottom: 30px;
    left: 20px;
    right: 20px;
    display: block;
    width: 90%;
    padding: 25px;
    opacity: 1;
    transition: 1s;
}
.slider .inner .title {
  margin-bottom: 2px;
  transition: 1.3s;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #043c84;
}

.slider .inner .p-category {
  color: #34343A;
  font-size: 16px;
  position: relative;
}
  /* slick slider css end */
  .clip-path-3 {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .ms-120px {
    margin-left: 120px !important;
  }
  .elevator-img {
    max-width: 100%;
    height: 366px !important;
    object-fit: cover;
    /* width: 100%; */
}
.partner-card {
  height: 146px;
  text-align: center;
}
.service-page-img {
  max-width: 100%;
  height: 389px !important;
  object-fit: cover;
  width: 100%;
}
.service-page-1img {
  max-width: 100%;
  height: 655px !important;
  object-fit: cover;
  width: 100%;
}
/* narachi_elevators_home style end */

.home-banner-blog {
  background-image: url(/embed/narachi_elevators_assets/images/home/banner/home1.png);
  /* min-height: 610px; */
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: start;
  position: relative;
  background-size: cover;
  width: 100%;
  background-position: center;
  filter: brightness(#000000);
}
.service-banner-blog {
  background-image: url(/embed/narachi_elevators_assets/images/home/about/about-bg.webp);
  /* min-height: 810px; */
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: start;
  position: relative;
  background-size: cover;
  width: 100%;
  background-position: center;
  filter: brightness(#000000);
}
.service-page-banner-blog {
  background-image: url(/embed/narachi_elevators_assets/images/service/service.jpeg);
  min-height: 400px;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  width: 100%;
  background-position: center;
}
.about-banner-blog {
  background-image: url(/embed/narachi_elevators_assets/images/home/about/about.jpeg);
  position: relative;
  background-position: center left;
  background-repeat: no-repeat;
  /* object-fit: cover;
  width: 1196px; */
}
.why-us-banner-blog {
  background-image: url(/embed/narachi_elevators_assets/images/home/why-us1.png);
  min-height: 810px;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: start;
  position: relative;
  background-size: cover;
  width: 100%;
  background-position: center;
  filter: brightness(#000000);
}

.fw-900 {
  font-weight: 900;
}
.why-us-icon {
  height: 73px !important;
}
.why-us-icon-60{
  height: 57px !important;
  text-align: start;
}
.why-us-absolute {
  position: absolute !important;
  top: 50%;
  left: 30%;
  transform: translate(-22%, -50%);
}
.home-banner-blog .content{
  color: white;
  text-align: center;
  position: absolute;
  top: 23% !important;
  left: 14%;

}
.service-banner-blog .content,.why-us-banner-blog .content, .about-banner-blog .content, .service-page-banner-blog .content{
  color: white;
  text-align: center !important;

}

.about-img {
  max-width: 100%;
  height: 473px !important;
  width: 100% !important;
  object-fit: cover;

}
.home-banner-blog ul li, .service-banner-blog ul li,.about-banner-blog ul li, .service-page-banner-blog ul li{
  display: inline;
}
.home-banner-blog ul, .service-banner-blog ul,.about-banner-blog ul, .service-page-banner-blog ul{
  padding-left: 0 ;
}
.fs-18 {
  font-size: 18px !important;
}
.jump {
  animation: jumpAni 7s linear infinite;
}
@keyframes jumpAni {
0% {
  transform: translateY(0);
}
40% {
  transform: translateY(-30px);
}
100% {
  transform: translateY(0);
}
}

.home-filter {
  filter: drop-shadow(2px 2px 1px black);
}

.overflow-hidden{
  overflow: hidden !important;
}

.fw-900 {
  font-weight: 900 !important;
}


.fs-4rem {
  font-size: 4rem;
}

.mb-31px {
  margin-bottom: 31px !important;
}
.mb-16px {
  margin-bottom: 16px !important;
}

.about-call {
  height: 45px !important;
}

.about-absolute {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partner-border {
  border: 1px solid grey;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
}


.fs-large {
  font-size: xxx-large;
}
.rotate {
  transform: rotate(269deg);
  margin-bottom: 52px;
}
.mb-90px {
  margin-bottom: 90px !important;
}
.mb-70px {
  margin-bottom: 70px !important;
}
.bg-brochure {
  --bs-bg-opacity: 1;
  background-color: rgb(231 231 231) !important;
}
.icon-fluid{
  height: 33px !important;
}
.icon-set {
  background-color: white;
  padding: 11px 12px;
  border-radius: 50%;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (max-width: 768px) {

  .flex-direction {
    flex-direction: column-reverse;
  }
  .mobile-social-icon{
    display: flex;
    align-items: center;
  }
  .home-social-link{
    margin-right: 15px;
  }
  .award-h1 {
    font-size: 38px;
  }
.trophy-absolute {
  top: 14px;
  right: 7px;
}
  
}

.why-us-img {
  height: 363px !important;
  object-fit: cover;
}

.why-us-absolute {
  position: absolute !important;
  top: 637px;
  left: 208px;
}
.why-us-icon {
  border: 1.7px solid #73b0ff;
  padding: 10px;
}
/* why us icon hover start */
.why-us-icon {
  transition: transform 0.3s ease;
}

.why-us-card:hover .why-us-icon {
  transform: translateY(-10px); /* Moves the image upward */
  animation: bounce 0.5s ease; /* Applies the bounce effect */
}
.bounce-effect {
  opacity: 1;
  transform: translateY(0);
  animation: bounce 0.5s ease;
}

.section-title {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
}

.section-title::after {
  content: "";
  display: block;
  width: 100%; /* Adjust width as needed */
  height: 3px; /* Adjust thickness as needed */
  background-color: #000; /* Adjust color as needed */
  margin: 5px auto 0;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* Moves the image upward */
  }
  100% {
    transform: translateY(0);
  }
}
.pt-130 {
  padding-top: 130px;
}
.pb-130 {
  padding-bottom: 130px;
}
/* why us icon hover stop */
@media (max-width: 528px) {


.fs-large {
  font-size: xx-large;
}
 
.fs-4rem {
  font-size: 3.2rem;
}
.home-banner-blog .content{
  left: 0%;
}
.home .owl-dots {
  position: absolute;
  bottom: -25px;
  left: 50%;
  top: auto;
  right: auto;
  transform: translate(-50%, -50%);
  display: flex;
}
.owl-theme .custom-nav {
  position: absolute;
  top: auto;
  left: 0px;
  right: 0px;
}

.slide img {
  width: 390px;
}
.ms-120px {
  margin-left: 0 !important;
}
.clip-path-3 {
  clip-path: none;
}
.partner-card {
  height: auto;
  text-align: center;
}
.partner-border {
  border: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
}
.home-banner-img{
  height: 670px !important;
  object-fit: cover;
  filter: brightness(0.470);
}
.slick-dots {
  left: 46%;
}
.before-line::before, .before-line::after {
  width: 19px;
}
.home .owl-dots .owl-dot button {
  font-size: 0;
}
.home .owl-dots .owl-dot button {
  padding: 7px;
}
.about-banner-blog {
  background-size: cover;
}
.pt-130 {
  padding-top: 90px;
}
.pb-130 {
  padding-bottom: 90px;
}
.service-page-1img {
  height: 389px !important;
}
}

