:root {
  --white: #fff;
  --black: #000;
  --theme-color: #d19a2c;
  --gradient: linear-gradient(180deg, #ba7802 0%, #eac15c 50%, #d19a2c 100%);
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  /* font-family: "Poppins", sans-serif; */
}

@media (min-width: 1700px) {
  .container {
    max-width: 1380px;
  }
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #828288;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Montserrat", sans-serif;
  /* font-family: "Poppins", sans-serif; */
}
.aic {
  align-items: center;
}

.jcc {
  justify-content: center;
}

.jsb {
  justify-content: space-between;
}

.frr {
  flex-direction: row-reverse;
}

.fw {
  flex-wrap: wrap;
}

.fnw {
  flex-wrap: nowrap;
}
img {
  max-width: 100%;
  height: auto;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

figure {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navbar-brand img {
  max-height: 150px;
  transition: 0.3s ease-in-out;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  top: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
}

header.sticky {
  position: fixed;
}

header.sticky .navbar-brand img {
  max-width: 100px;
}

.navbar-nav {
  gap: 1rem 2rem;
}
.navbar-nav .nav-item .nav-link {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
    text-transform: capitalize;
    line-height: 1;
    padding: 0 0 10px;
    position: relative;
    border-bottom: 2px solid transparent;
}
.navbar-nav .nav-item .nav-link.active {
  border-color: var(--white);
}
.navbar-nav .nav-item .nav-link::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: transform 0.3s ease-in-out;
  background-color: var(--white);
  transform-origin: center;
  transform: scaleX(0);
}
/*.navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
}*/
.form-inline {
  margin-left: 2rem;
}
.main-slider {
  position: relative;
}
.main-slider video{
  height: 110vh;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 18em;
}
.main-slider h2 {
  font-size: 3.5rem;
  color: var(--white);
  font-weight: bold;
  text-transform: capitalize;
  margin: 0;
}
.main-slider span {
  font-size: 2.25rem;
  font-weight: 500;
  color: var(--white); 
}

.main-slider p {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
}
.main-slider .btn-group {
  gap: 1rem;
  justify-content: center;
}
.secHeading {
  font-size: 4.375rem;
  font-weight: bold;
  color: var(--black);
  line-height: 1;
  position: relative;
  text-transform: capitalize;
  margin: 0 0 1.4rem;
}

.socialIo {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
  position: absolute;
  left: 5rem;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.socialIo li a {
  height: 44px;
  width: 44px;
  border-radius: 10px;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  background-color: var(--white);
  display: inline-block;
  color: var(--black);
  transform: rotate(45deg);
}
.socialIo li a i {
  transform: rotate(-45deg);
}
.socialIo li a:hover {
  background-color: var(--theme-color);
  color: var(--white);
}

.themeBtn {
  display: inline-block;
  background: var(--gradient);
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--black);
  border-radius: 50px;
  padding: 0.5em 1.5em;
  border: 1px solid var(--theme-color);
}

.themeBtn:hover {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}

/* About Section */
.aboutSec {
  padding-bottom: 5rem;
}
.workPage {
    padding-bottom: 1rem;
}
.aboutSec .aboutBg {
  position: absolute;
  right: 0;
  bottom: -3rem;
}
.aboutSec p {
  font-size: 1.25rem;
  color: var(--black);
}
.aboutImg {
  position: relative;
}
.aboutImg .expInfo {
  width: fit-content;
  padding: 1rem;
  margin-left: auto;
  margin-top: -7rem;
  margin-right: -1rem;
  position: relative;
  background: var(--gradient);
  border-radius: 5px;
}
.aboutSec span {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--black);
  background: var(--gradient);
  padding: 5px 1rem;
  border-radius: 4px;
}
.aboutImg .expInfo h3 {
  font-size: 4.625rem;
  font-weight: 600;
  color: var(--black);
  line-height: 1;
  text-align: center;
}
.aboutImg .expInfo h3 span {
  font-size: 1.375rem;
  font-weight: 400;
  display: block;
}

.aboutSec .aboutImg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -2.5rem;
  top: -2.5rem;
  width: 100%;
  max-width: 610px;
  height: 100%;
  max-height: 645px;
  border: 5px solid #ba7802;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.serviceSec .themeBtn:hover,
.aboutSec .themeBtn:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

/* serviceSec */
.serviceSec {
  background: url(../images/serviceBg.jpg) bottom center/cover no-repeat;
  padding-bottom: 20rem;
}
.serviceSec .container-fluid {
  padding: 0 5rem;
}
.serviceSec .row + .row {
  margin-top: 4rem;
}
.serviceSec h3 {
  font-size: 3.125rem;
  font-weight: bold;
  color: var(--black);
  line-height: 1;
}
.serviceSec p {
  font-size: 1.25rem;
font-weight: 600;}
/* Begin: Advanture CSS */
.advantureSeekerSec {
  padding: 2rem 0 4rem;
}
.advantureSeeker .swiper-slide .swiper-slide-shadow-left,
.advantureSeeker .swiper-slide .swiper-slide-shadow-right,
.videoThumb > img {
  border-radius: 20px;
  opacity: 0.8;
}
.advantureSeeker .swiper-slide-active {
  padding: 0 15rem;
  top: 7rem;
}

.videoThumb {
  background: var(--black);
  border-radius: 20px;
  position: relative;
}
.videoThumb .playVid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 8rem;
  width: 8rem;
  display: grid;
  place-items: center;
  background: var(--white);
  border-radius: 50%;
  font-size: 1.5rem;
  color: var(--black);
}
/* END: Advanture CSS */

.ctaSection {
  background: url(../images/ctaBnnr.jpg) bottom center/cover no-repeat;
  padding: 6rem 0 15rem;
}
.ctaSection h2 {
  color: var(--white);
  font-size: 2.25rem;
  font-weight: bold;
}
.ctaSection p {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.ctaSection .ctaBtn {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--white);
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.ctaSection .ctaBtn.call {
  font-size: 1.875rem;
}
.ctaSection .themeBtn {
  background: var(--black);
  color: var(--white);
  margin-top: 1rem;
  border-color: var(--black);
}
.ctaSection .themeBtn:hover {
  background: var(--gradient);
}

footer {
    padding-top: 16rem;
    background: #f3f3f3;
    clip-path: polygon(48% 23%, 89% 5%, 100% 0, 100% 100%, 89% 100%, 50% 100%, 22% 100%, 0 100%, 0 0, 10% 6%);
}

footer .links li a {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--black);
  font-size: 1.125rem;
  line-height: 1.8;
}
footer .contInfo li a {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  gap: 0 1rem;
}
footer .contInfo li span {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  width: calc(100% - 3.5rem);
}

footer .links li a:hover,
footer .links li a:focus {
  color: var(--theme-color);
}
.infoLinks {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}
.infoLinks li a img {
  width: 40px;
  object-fit: contain;
  height: 40px;
}
.infoLinks li a {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  justify-content: flex-start;
  color: var(--black);
  font-size: 1.125rem;
font-weight: 600;}
footer .socialIo {
  position: unset;
  margin-top: 2rem;
  transform: none;
  flex-direction: row;
}
footer .socialIo li a {
  transform: none;
  background-color: transparent;
  border: 1px solid var(--black);
  border-radius: 50%;
}
footer .socialIo li a i {
  transform: none;
}
.copyRight {
  border-top: 1px solid rgb(112 112 112 / 20%);
  padding: 1em 0;
  margin-top: 4em;
}
.copyRight p {
  margin: 0;
  font-size: 1rem;
  color: var(--black);
  font-weight: 600;
  text-align: center;
}


/*  inner pages css start  */

.inerBaner .carousel-caption {
    justify-content: center;
    align-items: center;
    padding: 0;
}
.abtPage p {
  margin: 0;
  font-weight: 600;
}

.abtPage p+p {margin: 1.9rem 0 0;}

.abtPage .row+.row {
    margin-top: 6rem;
}
.progrmPage {
  background: var(--white);
  padding-bottom: 6rem;
}

.progrmPage .container-fluid {
  padding: 0 0rem;
}


.progrmPage h3 {
  margin: 0 0 1.3rem;
}
.progrmPage p {
  margin: 0 0 2.5rem;
}

.progrmPage .row+.row {
    margin-top: 5.5rem;
}
.workPage .secHeading {margin: 0 0 3rem;}

.wrkBox figure {position: relative;margin-bottom: 2rem;}

.wrkBox figure a {position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 1;display: flex;align-items: center;justify-content: center;}

.workPage hr {
    margin: 3rem 0 5.5rem;
}


.signupContent {text-align: center;}

.signupContent .secHeading {font-size: 3.125rem;font-weight: bold;margin: 0 0 2rem;}

.getSignup span {position: relative;display: block;margin-bottom: 2rem;}

.getSignup span input {width: 100%;height: 97px;border: 1px solid #E3E3E3;border-radius: 50px;font-size: 1.125rem;padding: 0 5rem;
font-weight: 600;
}

.getSignup span i {position: absolute;top: 38%;left: 7%;color: rgb(186 120 2 / 38%);font-size: 1.5rem;}

.agreChk {display: flex;align-items: center;justify-content: center;gap: 0.7rem;margin: 1.8rem 0 1.2rem;}

.agreChk label {font-size: 1.125rem;color: #000000;font-weight: 500;margin: 0;font-weight: 600;}

.agreChk input {width: 20px;height: 20px;}

.agreChk label a {color: #BA7802;}

.getSignup .themeBtn {width: 100%;background: #BA7802;font-size: 1.125rem;color: var(--white);padding: 1.9em 1.5em;}

.getSignup p {font-size: 1.125rem;
    color: #000000;
    font-weight: 500;
    margin: 1.5rem 0 2rem;
    font-weight: 600;
  }

.getSignup p a {
  color: #BA7802;
}

.getSignup ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}


.cntctLst {
    display: inline-block;
    text-align: center;
    border: 1px dashed #000000;
    width: 358px;
    height: 358px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
}
.cntctLst div {
    width: 294px;
    height: 294px;
    /* border: 1px
px
 dashed #000000; */
    border-radius: 50%;
    background: #211601;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cntctLst div figure {
    margin: 0;
}
.cntctLst div label {
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    margin: 20px 0 10px;
}
.cntctLst div a {
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
}
.cntctLst div p {
    font-size: 1rem;
    margin: 0;
    color: #fff;
    font-weight: 600;
}
.formStyle .form-control {
    height: 64px;
    border: 0;
    border-radius: 0px;
    padding-left: 2rem;
    margin-bottom: 2rem;
    background: rgb(17 11 0 / 6%);
    font-weight: 600;
}
.formStyle textarea.form-control {
    height: auto;
    border-radius: 0;
    padding-top: 1rem;
    resize: none;
}

.cntctLst div figure i {color: #F3E079;font-size: 5rem;}

.cntctLst:hover div {background: linear-gradient(45deg, #F3E079, #B6842D);}

.cntctLst:hover div figure i {color: #211601;}

.cntctLst:hover div label {color: #211601;}

.cntctLst:hover div a {color: #211601;}

.cntctLst:hover div p {color: #211601;}


.contactSec.cntctPage .row+.row {margin-top: 6rem;}

.cntctPage {
    padding-bottom: 3rem;
}

.home footer{
  padding-top: 5rem;
  clip-path:inherit;
}

.aboutSec ul li {
    font-size: 1.25rem;
    color: var(--black);
    margin-bottom: 1rem;
    list-style: disc;
    margin-left: 1.2rem;
font-weight: 600;}

.formStyle .themeBtn:hover {
  background: #000;
  color: var(--white);
}

/*  inner pages css end  */


/* PreLoader CSS Start */


.anloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999 !important;
}

.anloader>div {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--black);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 1.5s ease-in-out;
}

.anloader>div:nth-child(2) {
  top: auto;
  align-items: center;
  bottom: 0px;
  right: -25%;
  left: auto;
  justify-content: flex-start;
}

.anloader.hide>div {
visibility: hidden;
}

.anloader.hide>div:nth-child(2) {
  box-shadow: -16px 0px 20px 0px #ffffff26;
  width: 50%;
  right: -25%;
  transform: perspective(600px) scaleZ(0.5) rotateY(90deg);
}


/* PreLoader CSS Ends */