@import url("https://fonts.googleapis.com/css2?family=Metal&family=REM:ital,wght@0,100..900;1,100..900&family=Reem+Kufi+Ink&display=swap");
.btn-main {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  font-family: "REM";
  border-radius: 5px;
  background: #131212;
}
.btn-main:hover {
  background: #292929;
  color: #fff;
}

.btn-secondary {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  font-family: "REM";
  background: #FFFFFF;
  border: 1px solid #131212;
  border-radius: 5px;
}
.btn-secondary:hover {
  background: #131212;
  color: #fff;
}

.hero {
  background-image: url("../img/bg-hero.webp");
  background-position: center;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 575.98px) {
  .hero {
    height: auto;
  }
}
.hero .hero-head {
  font-size: 50px;
  font-weight: 700;
  color: #2D2929;
  font-family: "Reem Kufi Ink";
  line-height: 150%;
}
.hero .hero-head span {
  color: #E10F0F;
}
.hero .hero-subhead {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  font-family: "Metal";
  position: relative;
}
.hero .hero-subhead span {
  background: linear-gradient(90.44deg, #FFFFFF -0.16%, #FEFBF3 55.06%);
}
@media (max-width: 575.98px) {
  .hero .hero-subhead span {
    background: transparent;
  }
}
.hero .hero-subhead::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 4px;
  background: #FFB405;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .hero .hero-subhead::after {
    display: none;
  }
}
.hero .para {
  font-size: 18px;
  font-weight: 300;
  color: #4A4A4A;
  font-family: "REM";
}
.hero .form-card {
  background: rgba(255, 255, 255, 0.49);
  border: 1px solid #000000;
  border-radius: 15px;
}
.hero .form-card .form-head {
  font-size: 24px;
  font-weight: 300;
  color: #000;
  font-family: "REM";
  line-height: 150%;
}
.hero .form-card .form-head span {
  color: #E10F0F;
}
.hero .form-card .form-subhead {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #898989;
  font-family: "REM";
}
.hero .form-card .form-subhead span {
  background: #fff;
}
.hero .form-card .form-subhead::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  z-index: -1;
}
.hero .form-card .form-label {
  font-size: 14px;
  font-weight: 200;
  color: #000;
  font-family: "REM";
  padding-left: 7px;
}
.hero .form-card .form-label small {
  color: #c10000;
}
.hero .form-card .form-control,
.hero .form-card .input-group-text {
  background: #EEEEEE;
  border-radius: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.hero .form-card .form-control:focus {
  box-shadow: none;
  border: 1px solid #EEE;
}
.hero .explore {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-family: "REM";
  background: #000;
  border-radius: 100px;
  cursor: auto;
}
@media (min-width: 575.98px) and (max-width: 1440px) {
  .hero .explore {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: "REM";
  }
}
.hero .explore-text {
  font-size: 14px;
  font-weight: 300;
  color: #4a4a4a;
  font-family: "REM";
}

.about .about-subhead {
  font-size: 24px;
  font-weight: 400;
  color: #4a4a4a;
  font-family: "REM";
}
.about .about-subhead span {
  color: #E10F0F;
  font-weight: 600;
}
.about .about-card {
  background-image: url("../img/bg-about.webp");
  background-position: center;
  background-size: cover;
  border: 1px solid #DCDCDC;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.22));
  border-radius: 10px;
}
.about .about-card .text {
  font-size: 18px;
  font-weight: 300;
  color: #4a4a4a;
  font-family: "REM";
}
.about::after {
  content: "";
  position: absolute;
  left: 6.5%;
  top: -5.5%;
  z-index: -1;
  width: 50%;
  height: 0;
  padding-bottom: 20%;
  background: url("../img/brahmanic.png") no-repeat;
  background-size: contain;
}
@media (max-width: 575.98px) {
  .about::after {
    display: none;
  }
}
@media (min-width: 575.98px) and (max-width: 1440px) {
  .about::after {
    left: 10.5%;
    top: -0.5%;
    z-index: -1;
    width: 40%;
  }
}
.about .about1 {
  bottom: 65px;
}
@media (max-width: 575.98px) {
  .about .about1 {
    bottom: 0;
  }
}
@media (min-width: 575.98px) and (max-width: 1440px) {
  .about .about1 {
    bottom: 30px;
    width: 145px;
  }
}
.about .trailss {
  bottom: 40px;
  right: 25px;
}

.popular .whyus-head {
  font-size: 46px;
  font-weight: 400;
  color: #2D2929;
  font-family: "Reem Kufi Ink";
}
@media (max-width: 575.98px) {
  .popular .whyus-head {
    font-size: 28px;
  }
}
.popular .owl-carousel .owl-item img {
  display: inline;
  width: 100%;
}
.popular .owl-nav {
  position: absolute;
  top: -25%;
  right: 0;
}
@media (max-width: 575.98px) {
  .popular .owl-nav {
    top: auto;
    right: 30%;
  }
}
.popular .owl-next,
.popular .owl-prev {
  border: 1px solid #2D2929 !important;
  border-radius: 50% !important;
  width: 60px;
  height: 60px;
  color: #2D2929 !important;
  font-size: 46px !important;
}
.popular .owl-next:focus, .popular .owl-next:hover, .popular .owl-next:active,
.popular .owl-prev:focus,
.popular .owl-prev:hover,
.popular .owl-prev:active {
  background: #2D2929 !important;
  color: white !important;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.35);
}
.popular .owl-next span,
.popular .owl-prev span {
  position: relative;
  bottom: 10px;
}
.popular .tour-card {
  position: relative;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.popular .tour-card .card-img-top {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popular .tour-card .tour-duration {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  border-radius: 6px;
  z-index: 10;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-size: 14px;
  font-weight: 400;
  color: white;
  font-family: "REM";
}
.popular .tour-card .tour-duration .duration-img {
  max-width: 16px;
}
.popular .tour-card .card-img-overlay {
  background: rgba(0, 0, 0, 0.5);
  max-height: 100px;
  top: 80%;
}
.popular .tour-card .card-content {
  position: relative;
  top: 18%;
}
.popular .tour-card .card-content .card-title {
  font-size: 22px;
  font-weight: 500;
  color: white;
  font-family: "REM";
}
.popular .tour-card .card-content .location-img {
  max-width: 15px;
}
@media (max-width: 576px) {
  .popular .tour-card .tour-duration {
    font-size: 0.75rem;
    padding: 4px 8px;
  }
  .popular .tour-card .card-content .card-title {
    font-size: 1rem;
  }
}

.why-us {
  background-image: url("../img/bg-whyus.svg");
  background-position: center;
  background-size: cover;
}
.why-us .whyus-subhead {
  font-size: 18px;
  font-weight: 400;
  color: #ACACAC;
  font-family: "Reem Kufi Ink";
}
.why-us .whyus-head {
  font-size: 46px;
  font-weight: 400;
  color: #2D2929;
  font-family: "Reem Kufi Ink";
}
@media (max-width: 575.98px) {
  .why-us .whyus-head {
    font-size: 28px;
  }
}
.why-us .whyus-card {
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 22px 25px 49.4px -17px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.why-us .whyus-card .card-title {
  font-size: 20px;
  font-weight: 400;
  color: #4a4a4a;
  font-family: "REM";
}
.why-us .whyus-card .card-text {
  font-size: 16px;
  font-weight: 200;
  color: #4a4a4a;
  font-family: "REM";
}

.details,
.trekks,
.bikes,
.battelfield,
.safari,
.howwework,
.footer,
.footer-img {
  background-image: url("../img/grid-bg.svg");
  background-position: center;
  background-size: cover;
}

.services .details .title {
  border-right: 3px solid #Eee;
}
.services .details .title .services-head {
  font-size: 32px;
  font-weight: 400;
  color: #2D2929;
  font-family: "Reem Kufi Ink";
  line-height: 145%;
}
@media (max-width: 575.98px) {
  .services .details .title .services-head {
    font-size: 24px;
  }
}
.services .details .text {
  font-size: 16px;
  font-weight: 200;
  color: #4a4a4a;
  font-family: "REM";
}
.services .services-title {
  font-size: 28px;
  font-weight: 500;
  color: #2D2929;
  font-family: "REM";
}
@media (max-width: 575.98px) {
  .services .services-title {
    font-size: 22px;
  }
}
.services .services-subtitle {
  font-size: 14px;
  font-weight: 200;
  color: #4a4a4a;
  font-family: "REM";
}
.services .services-text {
  font-size: 16px;
  font-weight: 200;
  color: #4a4a4a;
  font-family: "REM";
}

.howwework .howwework-card {
  background: #020210;
  border-radius: 10px;
}
.howwework .howwework-card .pill {
  background: #AAB5E3;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #04091D;
  font-family: "REM";
}
.howwework .howwework-card .title {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  font-family: "Reem Kufi Ink";
  line-height: 145%;
}
@media (max-width: 575.98px) {
  .howwework .howwework-card .title {
    font-size: 24px;
  }
}
.howwework .howwework-card .text {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  font-family: "REM";
  border-bottom: 1px dashed #FFFFFF;
}
.howwework .howwework-card .btn-call {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  font-family: "REM";
  background: #4364EB;
  border-radius: 10px;
}
.howwework .howwework-card .btn-call:hover {
  background: #334db7;
}
.howwework .howwework-card .steps {
  position: relative;
  z-index: 1;
}
.howwework .howwework-card .steps .steps-title {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  font-family: "REM";
}
@media (max-width: 575.98px) {
  .howwework .howwework-card .steps .steps-title {
    font-size: 20px;
  }
}
.howwework .howwework-card .steps .steps-text {
  font-size: 16px;
  font-weight: 200;
  color: #fff;
  font-family: "REM";
}
.howwework .howwework-card .steps::after {
  content: url("../img/icons/after-steps.svg");
  position: absolute;
  left: 7%;
  top: 9%;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .howwework .howwework-card .steps::after {
    left: 8%;
    top: 8%;
  }
}

.footer {
  position: relative;
}
.footer .logo-holder {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.footer .nav-link {
  font-size: 18px;
  font-weight: 300;
  color: #4a4a4a;
  font-family: "REM";
}
.footer .location {
  font-size: 18px;
  font-weight: 300;
  color: #4a4a4a;
  font-family: "REM";
}
.footer .footer-img {
  position: absolute;
  bottom: 0;
  top: 70%;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .footer .footer-img {
    top: 90%;
  }
}
.footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 35%;
  width: 100%;
  height: 2px;
  background: #D9D9D9;
  z-index: -1;
}

.ctabtn {
  bottom: 0;
  z-index: 999;
}

.ctabtn-left {
  bottom: 15px;
  display: inline-grid;
  left: 20px;
}/*# sourceMappingURL=style.css.map */