* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-300 {
  font-weight: 300;
}

a {
  text-decoration: none;
}

.textprimary {
  color: #0b5cb9;
}

.bgprimary,
.bgprimary:hover {
  background-color: #0b5cb9;
}

.btnoutlineprimary {
  border: 1px solid #0b5cb9;
  color: #0b5cb9;
}

.btnoutlineprimary:hover {
  background-color: #0b5cb9;
  color: #fff;
}

.orange {
  background-color: #FF6612 !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-12 {
  font-size: 12px;
}

.tourListLink {
  color: #000;  
}

.tourListLink:hover {
  color: #0b5cb9;
}

.hero-banner {
  position: relative;
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.9) 81%
  );
}

section.hero-banner h1 {
  font-size: 3.2rem;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 365px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bestInida .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  /* opacity: 0; */
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.bestInida .swiper-slide:hover::before {
  opacity: 1;
}

.bestIndiaText {
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 21%,
    rgba(0, 0, 0, 0.6) 76%
  );
  bottom: 0px;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

.swiper-slide:hover .bestIndiaText {
  bottom: 0px;
}

.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px !important;
  font-weight: 900;
}

.header-scrolled {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  left: 0;
  z-index: 999;
  box-shadow: 0px 2px 3px #ededed;
}

.footerHeading::before {
  content: "";
  position: absolute;
  width: 38px;
  border-bottom: 2px solid #fff;
  bottom: 0;
  left: 0;
}

footer a,
footer p,
footer span {
  color: #d9d9d9;
}

footer a:hover,
footer p:hover,
footer span:hover {
  color: #fff;
}

.position-relative.tourCard {
  height: 250px;
}

.sideButtonFixed {
    top: 37%;
    z-index: 999;
}

.sideButtonFixed a {
    right: -80px;
    transition: 0.3s;
    width: 110px;
    font-size: 20px;
}

.sideButtonFixed a:hover {
    right: 0;
}

.whychooseList li {
    width: 48%;
}

.accordion-button {
  white-space: normal;
}

button.customMenuButton{
    font-size: 10px;
    padding: 3px 6px;
}