@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

@tailwind base;
@tailwind components;
@tailwind utilities;

body {
  @apply leading-[normal] m-0;
}

*,
::before,
::after {
  border-width: 0;
}

html {
  background: #fff;

    scroll-behavior: smooth;
  
}

html,
body {
  font-family: Poppins;
  flex-shrink: 0;
  color: black;
  font-style: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.wrapper {
  @apply max-w-screen-xl mx-auto px-4 xl:px-0
}

.btn-primary-bg {
  background: linear-gradient(to left, rgb(245, 243, 243) 50%, rgb(199, 5, 5) 50%) right;
  background-size: 200%;
  transition: 300ms ease-out;
}

.btn-primary-bg:hover {
  background-position: left;
  color: #FFF;
}

.btn-secondary-bg {
  background: linear-gradient(to left, rgba(245, 243, 243, 0) 50%, rgb(199, 5, 5) 50%) right;
  background-size: 200%;
  transition: 300ms ease-out;
}

.btn-secondary-bg:hover {
  background-position: left;
  color: #FFF;
}

.btn-primary {
  @apply p-2 flex items-center justify-center font-normal btn-primary-bg text-black hover:text-white
}

.btn-secondary {
  @apply p-2 flex items-center justify-center font-normal btn-secondary-bg border border-white hover:border-transparent text-white
}

.btn-gray {
  @apply p-2 flex items-center justify-center bg-black/30 font-normal border border-transparent hover:border-transparent text-white
}

.slider-content-start {
  left: 0;
  right: 100%;
  text-align: left;
  transform: translateX(0);
  transition: 1s;
}

.slider-content-center {
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  transition: 1s;
}

.slider-content-end {
  left: 100%;
  right: 0;
  text-align: right;
  transform: translateX(-100%);
  transition: 1s;
}

.about-us-bg {
  background-image: url(/assets/MAP.png);
  background-repeat: no-repeat;
  background-position: center right -84px;
}

.ticker-view {
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
  position: relative;
  color: white;
}

.number-placeholder {
  visibility: hidden;
}

.ticker-column-container {
  position: relative;
}

.ticker-column {
  position: absolute;
  height: 1000%;
  bottom: 0;
}

.ticker-digit {
  height: 10%;
}

.ticker-column.increase {
  animation: pulseGreen 500ms cubic-bezier(0.4, 0, 0.6, 1) 1;
}

.ticker-column.decrease {
  animation: pulseRed 500ms cubic-bezier(0.4, 0, 0.6, 1) 1;
}

/* Home > How We Work [Section] */

/* swiper swiper-initialized swiper-horizontal swiper-backface-hidden */

.how-work-swiper .swiper-wrapper {
  margin-top: 30px !important;
}

/* .how-work-swiper */

.how-work-swiper>div>.swiper-slide {
  scale: 0.84;
  opacity: 0.5;
}

.how-work-swiper>div>.swiper-slide-active {
  scale: 1;
  opacity: 1;
}

.how-work-swiper>div>.swiper-slide-active:hover .hww-slider-ex {
  display: block;
}

.how-work-swiper>div .swiper-pagination-bullet {
  /* display: block; */
  display: none;
  height: 6px;
  width: 6px;
  background: black;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.3;
}

.how-work-swiper>div .swiper-pagination-bullet-active {
  opacity: 1
}

@media (max-width: 768px) {
  .how-work-swiper>div>.swiper-slide-active .hww-slider-ex {
    display: block;
  }
}





ul {
  list-style-type: none;
}

.logo {
  width: 248px;
  height: 66px;
}

.btn-nav1 {
  width: 121px;
  height: 40px;
  background: #FFF;
  color: #000;
  background: linear-gradient(to left, rgb(245, 243, 243) 50%, rgb(199, 5, 5) 50%) right;
  background-size: 200%;
  transition: .5s ease-out;
}

.btn-nav2 {
  width: 121px;
  height: 40px;
  border: #FFF solid 1px;
  color: #FFF;


  background: linear-gradient(to left, rgba(245, 243, 243, 0) 50%, rgb(199, 5, 5) 50%) right;
  background-size: 200%;
  transition: .5s ease-out;
}


.btn-nav2:hover {
  background-position: left;
  color: #FFF;
}

.btn-nav1:hover {
  background-position: left;
  color: #FFF;

}

.vector {
  fill: #F5F5F5;
}

/* a {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
}

a :visited {
  text-decoration: underline;
} */

.bg {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  max-height: 710px;
  margin: 0%;
  padding: 0%;
}

.bg-1 {
  background-image: url('/assets/banner1.png');
}

.bg-2 {
  background-image: url('/assets/banner2.png');
}

.bg-3 {
  background-image: url('/assets/banner3.png');
}

h5 {
  width: 534px;
  height: 44px;
  color: #F5F5F5;
  font-size: 32px;
  font-weight: 700;
}

samp {
  color: #D20023;
  font-size: 32px;
  font-weight: 700;
}

.banner-bp {
  width: 333px;
  height: 113px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}


.btn-banner {
  margin-left: 50px;
  width: 181px;
  height: 44px;
  background: #FFF;
  color: #000;
  align-items: center;

  background: linear-gradient(to left, rgb(245, 243, 243) 50%, rgb(199, 5, 5) 50%) right;
  background-size: 200%;
  transition: .5s ease-out;
}


.btn-banner:hover {
  background-position: left;
  color: #FFF;
}


.icon-banner {
  width: 49px;
  height: 49px;
}

.banner-sp {
  width: 229px;
  height: 24px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}

.dash {
  width: 80px;
  height: 6px;
  background: #FFF;
}

.dash-red {
  width: 150px;
  height: 2px;
  background: #D20023;
  margin-top: 5px;
  padding: 2px;
}

h1 {
  /* width: 381px; */
  /* height: 82px; */
  font-size: 40px;
  font-weight: 400;
  position: relative;
}


._headingUnderline:after{
  content: '';
  position: absolute;
  width: 150px;
  height: 2px;
  background: #D20023;
  margin-top: 5px;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}
/* .top-footer {
  width: 100%;
  height: 100%;
  background: #000;
}

.footer-pp{
  width: 100%;
  max-width: 400px;
  height: 85px;
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 400;
}

.footer-p {
  width: 274px;
  height: 43px;
  color: #F5F5F5;
  font-size: 18px;
  font-weight: 400;
}

.footer-cp {
  width: 230px;
  height: 23px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}

.h6-footer {
  width: 274px;
  height: 43px;
  color: #F5F5F5;
  font-size: 18px;
  font-weight: 400;
}

.footer-text-qp {
  width: 154px;
  height: 23px;
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 400;
}

.bottom-footer {
  width: 100%;
  height: 100%;
  max-height: 70px;
  background: #D20023;
}

.bottom-p {
  width: 554px;
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 400;
}

.bottom-p a {
  width: 554px;
  height: 19px;
  color: #F5F5F5;
  font-size: 14px;
  font-weight: 400;
} */

/* about us css main */


.about h2 {
  width: 350px;
  /* height: 44px; */
  font-size: 32px;
  font-weight: 600;
}

.about samp {
  color: #D20023;
  font-size: 32px;
  font-weight: 600;
}

.about .about-p {
  width: 300px;
  height: 161px;
  font-size: 16px;
  font-weight: 400;
}

.list-p {
  width: 408px;
  height: 44px;
  font-size: 16px;
  font-weight: 400;
}

/* history css */
.history {
  background-image: url('/assets/Rectangle.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.history-bg-1 {
  background: rgba(0, 0, 0, 0.60);
}

.num-p {
  width: 123px;
  height: 70px;
  color: #FFF;
  font-size: 48px;
  font-weight: 600;
}

.text-p {
  width: 214px;
  height: 40px;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}

/* Services css*/

.services-p {
  width: 816px;
  height: 96px;
  color: #000;
  font-size: 16px;
  font-weight: 400;

}

.banner-services h1 {
  color: #fff;
}

.bg-services-01 {
  background-image: linear-gradient(180deg, rgba(116, 116, 116, 0.00) 19.06%, rgba(0, 0, 0, 0.62) 76.08%), url('/assets/serv-01.png');
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  width: 300px;
  text-align: center;

}

.bg-services-02 {
  background-image: linear-gradient(180deg, rgba(116, 116, 116, 0.00) 19.06%, rgba(0, 0, 0, 0.62) 76.08%), url('/assets/serv-02.png');
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  width: 300px;
  text-align: center;
}

.bg-services-03 {
  background-image: linear-gradient(180deg, rgba(116, 116, 116, 0.00) 19.06%, rgba(0, 0, 0, 0.62) 76.08%), url('/assets/serv-03.png');
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  width: 300px;
  text-align: center;

}

.bg-services-04 {
  background-image: linear-gradient(180deg, rgba(116, 116, 116, 0.00) 19.06%, rgba(0, 0, 0, 0.62) 76.08%), url('/assets/serv-04.png');
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  width: 300px;
  text-align: center;
}

.bg-services-05 {
  background-image: linear-gradient(180deg, rgba(116, 116, 116, 0.00) 19.06%, rgba(0, 0, 0, 0.62) 76.08%), url('/assets/serv-05.png');
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  width: 300px;
  text-align: center;

}

.bg-services-06 {
  background-image: linear-gradient(180deg, rgba(116, 116, 116, 0.00) 19.06%, rgba(0, 0, 0, 0.62) 76.08%), url('/assets/serv-06.png');
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  width: 300px;
  text-align: center;

}

.track-bg
{
  background-image:  linear-gradient(180deg, rgb(0 0 0 / 0.5), rgb(0 0 0 / 0.5)), url('/assets/banner-track.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Contact css */
.contact {
  border: 1px solid #D9D9D9;
  background: #FFF;

}

.contact b {

  width: 434px;
  height: 37px;
  font-size: 24px;
  font-weight: 400;
}

/* track*/
.bg-btimg{
  background-image:url('/assets/banner-track.png');
  background-position: center;
  background-size: cover;
}

/* whatsApp icon*/

.whatsapp-section {
  position: relative;
}

.whatsapp-icon {
  position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    background-color: rgb(0, 185, 96);
    color: rgb(255, 255, 255);
    width: 70px;
    height: 70px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    border-radius: 50px;
    text-decoration: none;
    animation: 5s ease-in 0s infinite normal none running effect;
}

