/* Fonts  */




html,
body {
  width: 100%;
  overflow-x: hidden;
 
}

/* colours  */

:root {
  --primary: #7A65A6;
  --secondary: #A653A0;
  --prim-font: #535353;
  
}

/* Basic css */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Bebas Neue", sans-serif;
}

p {
  
  line-height: 1.7rem;
  font-size: 0.9rem;
  color: var(--prim-font);
  
}
a{
  text-decoration: none!important;
}
.top-banner{
  width: 100%;
  min-height: 55px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 60px;
  color: #F9F9F9;
  font-size: 0.9rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.top-cont-bx{
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar{
  padding: 0.5rem 0rem!important;
}
.navbar-expand-md .navbar-nav .nav-link{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cont-inner-wrbx{
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.cont-inner-wrbx img{
  margin-right: 2%;
}
.cont-inner-wrbx:nth-child(1){
  margin-right: 4%;
}
.nav-section{
  width: 100%;
  height: auto;
  padding: 0px 60px;
  transition: all 0.3s ease-in-out;
}
.dropdown-menu{
  background-color: #fff;
  border: 0;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.dropdown-menu .dropdown-item:hover{
  color: var(--primary);
}
@media (min-width: 992px) {
  .nav-item:hover .dropdown-menu {
    display: block;
  }
}

.navbar-nav .nav-item{
  margin: 5px 10px;

}
.navbar-nav .nav-item .nav-link{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
}
.nav-item.active .nav-link{
  color: var(--secondary)!important;
  background-color: #fff;
  border-radius: 15px;
  /* padding: 0.2rem 0.8rem; */
}


.carousel-caption {
  text-align: left;
  position: absolute;
  left: 12%;
  top: 45%;
  
 
}

.carousel-caption h1{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3.3rem;
  color: #fff;
  margin-bottom: 0px;
}
.carousel-caption p {
  font-size: 1.2em;
  margin-bottom: 20px;
}

h2 span{
  font-size: calc(2.5rem + 0.5vw);
  font-family: "Bebas Neue", sans-serif;
  color: var(--secondary);
}

h1{
  font-size: calc(4rem + 0.5vw);
}
h2{
  font-size: calc(2.5rem + 0.5vw);
}
h3{
  font-size: calc(2.2rem + 0.5vw);
}
h4{
  font-size: calc(1.9rem + 0.5vw);
}
h5{
  font-size: calc(1.6rem + 0.5vw);
}
.main-header{
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.banner-subhead{
  background-color: #fff;
  color: var(--secondary);
  display: inline-block;
  padding: 0.2rem 1rem;
  font-weight: 600;
  border-radius: 30px;
  font-size: 1.2rem;
}
.blue-bx{
  width: 100%;
  min-height: 230px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;

}
.blue-bx a{
  display: inline-block;
  background-color: #000;
}
.pink-bx{
  width: 100%;
  min-height: 230px;
  background-color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tr-innerbx{
  width: 80%;
  height: 250px;
  -webkit-box-shadow: inset 3px 0px 32px 0px rgba(5,5,5,0.5);
  -moz-box-shadow: inset 3px 0px 32px 0px rgba(5,5,5,0.5);
    box-shadow: inset 3px 0px 32px 0px rgba(5,5,5,0.5);
  border-radius: 30px;
  top: 110px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tr-innerbx:hover{
  border-radius: 40px;
}
.tr-innerbx:hover img{
  transform: scale(1.1);
}
.tr-innerbx  img{
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.tour-nmbx-blue{
  width: 100%;
  min-height: 40px;
  background-color: rgba(255,255,255,0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  z-index: 99;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}
.tour-nmbx-pink{
  width: 100%;
  min-height: 40px;
  background-color: rgba(255,255,255,0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  z-index: 99;
  color: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
}
.cust-container{
  width: 100%;
  height: auto;
  padding: 0px 60px;
}
.abt-sec{
  margin-top: 220px;
  background-image: url('../img/map-tour.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.read-mr{
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
}
.read-mr-wt{
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.read-mr-wt::before{
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
.read-mr-wt:hover::before{
  animation-name: makefill;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
 
}
.read-mr-wt:hover{
  color: var(--primary);
}
@keyframes makefill{
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}
.hmabtimg-bx{
  width: 80%;
  margin: 20px auto;
}
.hm-abt-cont{
  padding-top: 50px;
}
.med-tour-sec{
  width: 100%;
  height: auto;
  background-image: url('../img/med-bg.png');
  background-position: top;
  background-size: contain;
  margin-top: 40px;
  padding-top: 190px;
  padding-bottom: 40px;
  color: #fff;
}
.med-tour-sec p{
  color: #fff;
}
.med-tourimgbx{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.med-cont-bx{
  padding-top: 60px;
}
.best-pack{
  width: 100%;
  height: auto;
  padding: 80px 0px;
  background-image: url('../img/pack-bg.png');
  background-position: top;
  background-size: cover;
}
.best-pack h2{
  text-align: center;
}
.pack-bx{
  width: 100%;
  height: 300px;
  background-color: #000;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.pack-bx img{
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.pack-titbx{
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  min-height: 40px;
  padding: 1rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pack-titname{
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
}
.pack-go{
  width: 40px;
  height: 40px;
  border: 1px solid #ffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.4rem;
  
}
.pack-go img{
  transition: all 0.3s ease-in-out;
}
.pack-bx:hover .pack-go img{
  transform: rotate(-20deg);
}
.pack-bx:hover img{
  transform: scale(1.1);
}
.mr-pack-btn{
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: var(--primary);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
}
.cta-sec{
  width: 100%;
  height: auto;
  padding: 30px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--secondary);
  color: #fff;
}
.expl-tit{
  width: 30%;
}
.expl-tit p{
  margin-bottom: 0px;
  color: #fff;
}
.call-number{
  font-size: 1.8rem;
}
.call-number a{
  color: #fff;
}
.call-number span{
  font-weight: 600;
}
footer{
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url('../img/footer-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-logobx{
  width: 70%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
.footer-logobx img{
  width: 100%;
}
.footer-list-item h6{
  color: #fff;
  font-size: 1.5rem;
}
.footer-list-item ul{
  list-style: none;
}
.footer-list-item ul li a{
  font-size: 0.9rem;
  color: #fff;
  font-weight: 500;
}
.footer-list-item ul li{
  padding: 6px 0px;
}
.footer-list-item p{
  color: #fff;
}
.sing-ln{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  color: #fff;
}
.sing-ln img{
  width: 25px;
  height: 25px;
  margin-right: 2%;
}
.ft-sm-wr{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.ft-sm-wr a{
  margin: 5px;
}
.cp-rght{
  width: 100%;
  height: auto;
  padding: 10px 60px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--primary);
  color: #fff;
}
.cprht-cont span{
  font-weight: 600;
}
.cprht-cont a{
  color: #fff;
}
.no-disp{
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  
}
.nav-section.set-bg{
  background-color: #fff;
  box-shadow: 0px 31px 32px -10px rgba(0,0,0,0.1);
  transition: 0.3s all ease-in-out;
 
}
.dropdown-item{
  margin: 5px 0px;
  padding: 5px 15px;
  border-bottom: 1px solid #f5f5f5;
}
.dropdown-item:last-child{
  border-bottom: 0px;
}
.inner-banner{
  width: 100%;
  height: 300px;
  background-color: var(--primary);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-baner-ov{
  width: 100%;
  height: 100%;
  background: rgb(122,101,166);
  background: linear-gradient(5deg, rgba(122,101,166,0.14889705882352944) 0%, rgba(255,255,255,1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.inner-baner-ov h4{
  color: #fff;
  margin-top: 110px;
}
.bc{
  background-color: var(--primary);
  color: #fff;
  padding: 0.2rem 0.8rem;
  border-radius: 5px;
}
.bc a{
  color: #fff;
}
.tour-inner-sec{
  padding: 60px 0px;
}
.img-bx1{
  width: 100%;
  height: 370px;
  background-color: var(--primary);
  border-radius: 30px;
  overflow: hidden;
}
.img-bx1 img{
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.img-bx2{
  width: 75%;
  height: 400px;
  background-color: var(--primary);
  border-radius: 30px;
  overflow: hidden;
  margin-left: 3%;
}
.img-bx2 img{
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.mk-sing{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.img-bx2:hover img, .img-bx1:hover img{
  transform: scale(1.1);
}
.spend-ov{
  width: 75%;
  position: absolute;
  top: 40%;
  left: 20px;

}
.spend-ov img{
  width: 100%;
}
.img-sq-bx{
  width: 100%;
  height: 230px;
  overflow: hidden;
  border-radius: 30px;

}
.img-sq-bx:hover img{
  transform: scale(1.1);
}
.img-sq-bx img{
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.tour-crick{
  width: 100%;
  height: auto;
  padding: 60px 0px;
  background-image: url('../img/enj-crick.jpg');
  background-position: center;
  background-size: cover;
}
.tour-crick h3{
  text-align: center;
  color: #fff;
}
.tour-crick p{
  color: #fff;
  text-align: center;
}
.pack-sec{
  width: 100%;
  height: auto;
  padding: 40px 0px;
}
.pack-sec h3{
  text-align: center;
}
.tour-pck-bx{
  width: 100%;
  height: auto;
}
.tour-titbx{
  padding-top: 10px;
  text-align: center;
}
.tr-titbld{
  font-size: 1.3rem;
  font-weight: 600;
}
.tr-subhead{
  font-size: 1.1rem;
  color: var(--prim-font);
  font-weight: 600;
}
.pack-sec a{
  color: #0e0e0e;
}
.pack-tr-slider{
  width: 100%;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
}
.tr-dtl h2{
  text-align: center;
}
.tr-desc-list{
  margin: 0px auto;
  display: inline-block;
}
.tr-desc-list ul{
  list-style: none;
  display: inline-flex;
  margin-top: 30px;
}
.tr-desc-list ul li{
  padding: 1rem 2rem;
  border-right: 1px solid #e7e5e5;
}
.tr-desc-list ul li:last-child{
  border-right: 0px;
}
.tr-desc-tit{
  font-size: 1.3rem;
  font-weight: 600;
}
.tr-desc-val{
  color: var(--prim-font);
  font-weight: 600;
  font-size:1.1rem;
  text-wrap: nowrap;
}
.amnt-bld{
  font-weight: 600;
  margin-left: 3%;
}
.owl-carousel-tour-sli{
  position: relative;
}
.owl-carousel-tour-sli img{
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  object-position: center;
}
.owl-carousel .owl-nav button.owl-next{
  position: absolute;
  right: 15px;
  top: 45%;
  z-index: 999;

}
.owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  left: 15px;
  top: 45%;
  z-index: 9998;

}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
  font-size: 3.5rem;
  color: #ffff;
}
.modal{
  top: 25%;
}
.modal-title{
  font-size: 1.2rem;
}
.dwnld{
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
}
.visionbx{
  width: 100%;
  min-height: 400px;
  border:2px solid var(--primary);
  border-radius: 30px;
  padding: 1.5rem;
}
.cmp-vis-mis{
  padding: 40px 0px;
}
.mission-head{
  min-width: 150px;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border: 2px solid var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
  /* font-weight: 600; */
  font-size: 1.5rem;
  font-family: "Bebas Neue", sans-serif;
}
.list-item{
  font-size: 0.9rem;
  list-style: none;
}
.list-item li{
  position: relative;
  padding-left: 3%;
  margin: 20px 0px;
}
.list-item li::before{
  content: url('../img/flight-blue.svg');
  position: absolute;
  top: 0;
  left: -15px;
}
.list-item h6{
  font-size: 1.4rem;
}
.sing-line{
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 50px 0px;
}
.cont-contbx h5{
  margin-bottom: 0px;
}
.cont-icobx{
  width: 10%;
  margin-right: 2%;
}
.cont-icobx img{
  width: 100%;
}
.form-control{
  font-size: 0.9rem;
}
.form-group{
  margin-bottom: 1.8rem;
}
.gallery-bx{
  width: 100%;
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 40px;
  filter: grayscale();
  transition: 0.3s all ease-in-out;
}

.gallery-bx:hover{
  filter: grayscale(0);
}
.gallery-bx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all ease-in-out;
}
.gal-videobx{
  width: 100%;
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 40px;
}
.gal-list h2{
  text-align: center;
  margin-bottom: 25px;
}
.gallery-bx:hover img{
  transform: scale(1.1);
}

.blog-cont{
  margin-top: 20px;
}
.our-team-sec h2{
  text-align: center;
}
.our-team-sec h4{
  color: var(--primary);
}
.team-bx{
  width: 100%;
  min-height: 400px;
  background-color: #fff;
  border: 2px solid var(--primary);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem;
  margin-bottom: 30px;
}
.team-bx-col{
  width: 100%;
  min-height: 650px;
  background-color: #fff;
  border: 2px solid var(--primary);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 1rem;
  margin-bottom: 30px;
}
.team-bx-img-desg-sec{
  width: 20%;
  margin-right: 2%;
}
.team-bx-img-desg-sec1{
  width:100%;
  text-align: center;
}

.team-img{
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  margin: 8px auto;
}
.team-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team-bx-cont-sec{
  width: 78%;
}
.team-bx-img-desg-sec{
  text-align: center;
}
.team-name{
  font-size: 1.3rem;
  font-weight: 600;
}
.team-desg{
  font-size: 1.1rem;
  font-weight: 500;
}
.team-bx:hover{
  box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
}
.team-bx-col:hover{
  box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
}
.eve-bx{
  width: 100%;
  height: auto;
}
.ev-imgbx{
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 30px;
}
.ev-imgbx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.eve-tit{
  padding: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: "Bebas Neue", sans-serif;
}
.eve-bx a{
  padding: 0rem 0.5rem;
  text-decoration: underline!important;
  color: var(--prim-font);
}
.gal-list .nav{
 justify-content: center;
 margin-bottom:50px;
}
.gal-list .nav-tabs .nav-link.active{
  background-color: var(--primary);
  color: #fff;
}
.gal-list .nav-tabs .nav-link{
  background-color: #eae5f5;
  color: var(--prim-font);
}
.gal-list  .nav-tabs{
  border-bottom: 0;
}