@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Space+Grotesk:wght@300..700&display=swap");
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  /* font-family: 'NeueHaasDisplayBlack'; */
  font-family: "Inter", sans-serif;
}
/* @font-face {
    font-family: 'NeueHaasDisplayBlack';
    src: url('font/NeueHaasDisplayBlack.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #000000;
}

.heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -2px;
}
.heading-lite {
  font-size: 30px;
  line-height: 32px;
}
.para {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -1px;
}
.para2 {
  font-size: 13px;
  line-height: 25px;
}
.card-li{
  font-size: 13px;

}
.nav-link {
  color: #000000;
  margin: 0px 10px 0px 10px;
  font-size: 16px;
  font-weight: 500;
}
.nav-link:hover {
  color: #f29d15;
}
.nav-color {
  background-color: #ffffff !important;
}
.contain {
  width: 90% !important;
}
.nav-num {
 background-color: #000000;
  border-radius: 25px;
  padding: 8px 35px 8px 35px;
  color: white;
}
.nav-num:hover{
  color: #000000;
}
.bg-red {
  background-color: #000000;
}
.text-blue{
  color: #f29d15 !important;
}
.bttn {
  background-color: #000000;
  border-radius: 25px;
  color: white;
  padding: 8px 35px 8px 35px;
}
.bttn:hover{
  color: #f29d15;

}
.round {
  border-radius: 15px;
}
.bg-black {
  background-color: #000000;
}
hr {
  color: #cdcdcd;
  opacity: 1 !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 90% !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #7e7e7e !important;
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 12px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 12px)
  );
}
.card-header {
  background-color: #000000;
  height: 130px;
}
.fs13{
  font-size: 1px !important;
}
.dif {
  font-size: 40px;
  color: #ffffff;
  font-weight: 800;
}
.same {
  margin-top: 10px;
  font-weight: bolder;
  font-size: 25px;
  color: #ffffff;
}

.third {
  font-size: 15px;
  margin-top: 25px;
  font-weight: 700;
  color: #f29d15;
}
.price {
  background-color: #ffffff;
  transform: translateY(35px);
  width: 90%;
}
.price2{
  transform: translateY(10px);
}
.nav-call-icon {
  display: none;
}
.footer-col1 {
  display: flex;
  align-items: center;
}
.footer-col2 {
  display: flex;
  justify-content: end;
  align-items: center;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #000000;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.phone-call {
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 20px;
  background: #f29d15;
  position: fixed;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;

}

.phone-call:before {
  position: absolute;
  content: " ";
  z-index: -1;
  top: -15px;
  left: -15px;
  background-color: #f29d15;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
      -webkit-transform: scale(0);
      opacity: 0;
  }
  25% {
      -webkit-transform: scale(0.3);
      opacity: 1;
  }
  50% {
      -webkit-transform: scale(0.6);
      opacity: .6;
  }
  75% {
      -webkit-transform: scale(0.9);
      opacity: .3;
  }
  100% {
      -webkit-transform: scale(1);
      opacity: 0;
  }
}

@media screen and (min-width:280px) and (max-width:600px) {
  .price {
    transform: translateY(35px);
    width: 100% !important;
  }
  .price2{
    transform: translateY(10px);
  }
  .heading{
    font-size: 35px;
  }
  
}
@media screen and (min-width:280px) and (max-width:991px) {
  .nav-call-icon {
    display: block;
  }

}
@media screen and (min-width: 280px) and (max-width: 767px) {
  .footer-col2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-col1 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .row-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
