*, ::after, ::before {
  box-sizing: border-box;
}

:root {
  --theme-color: #FBB03B;
  --second-color: #6ab43e;
  --third-color: #395902;
  --theme-color2: #ffffff;
  --main-font: "Montserrat", sans-serif;
  --second-font: "Montserrat", sans-serif;
}
img{
  height: auto;
}
.img-fluid{
  max-width: 100%;
}
a, .form-control{
  transition: all ease-in-out .4s;
}
body {
  margin: 0;
  font-size: 16px;
  font-family: var(--main-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}
p{
  line-height: 1.4;
}

.readmore{
  font-size: 10px;
  padding: 1px 10px;
  background-color: #FF9800;
  border-color: #db8200;
  font-weight: bold;
  border-radius: 4px;
}
.table td, .table th {
  padding: 5px;
  vertical-align: top;
  text-align:left;
}
.table-padding{
	padding:15px;
}
.form{
  background-color: #FF9800;
  padding: 20px 15px;
}
.form .btn{
  width: 100%;
  cursor: pointer;
}
.form .title{
  margin-top: 0;
  text-align: center;
/*  color: #fff;*/
}
.form-group {
  margin-bottom: 10px;
}

textarea.form-control{
  height: initial;
}
.form-control:focus{
  border-color:var(--theme-color);
  
}
.form-label{
  margin-bottom: 6px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
.form-inner{
  margin: 0px 0;
  border-radius: 20px;
  border: 3px solid #b1b1b1;
}
.light-bg{
	background-color:#eee;
}
/*top header*/
.top-header.left-curve {
  background-color: #fff;
  color: #fff !important;
  font-size: 13px;
  padding-block: 10px;
}
.top-header .top-phone, .top-header .top-email {
  margin-right: 20px;
}
.top-header a, .top-header p {
  color: #fff;
  font-size: 16px;
  display: inline-block;
}
.top-header .socials {
 list-style: none;
 padding: 0;
 display: flex;
 align-items: center;
 margin-bottom: 0;
 justify-content: end;
}
.socials li {
  display: inline-block;
}
.socials li a {
  text-align: center;
  line-height: 26px;
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  color: #000;
  border-radius: 4px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  align-items: center;
  gap: 5px;
  line-height: 1;
}
.socials li a i{
  display: inline-block;
  color: #fff;
  width: 40px;
  height: 40px;
  background: var(--second-color);
  align-items: center;
  vertical-align: middle;
  line-height: 40px;
  border-radius: 5px;
  font-size: 25px;
}
.socials li a .icon img{
  width: 25px;
  position: relative;
}
.socials li a .icon{
  display: inline-block;
  color: #fff;
  width: 40px;
  height: 40px;
  background: var(--second-color);
  align-items: center;
  vertical-align: middle;
  line-height: 36px;
  border-radius: 5px;
  font-size: 25px;
}
.Contact_info{
  font-size: 21px;
  text-align: left;
  font-weight: 600;
}
.socials a, .socials a i, .socials a:hover, .socials a:focus {
  color: var(--theme-color);
}
.top-header .text-lg-start i {
  margin-right: 5px;
}
.enquiry-btn{
  background-color: var(--theme-color);
  padding: 6px 15px;
  border-radius: 5px;
  border: 2px solid var(--theme-color);
  transition: 0.3s linear;
}
.enquiry-btn:hover {
  color: var(--theme-color);
  background-color: transparent;
}

header{
  position: relative;
  z-index: 99;
  border-bottom: 2px solid var(--second-color);
}

a{
  text-decoration: none;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.navbar>.container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar>.container-fluid{
  display: block;
}
.svg-inline-ci {
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
}
/*.contact-top{
    text-align: right;
}*/  
.contact-top a{
  font-weight: bold;
/*    color: #FF9800;*/
white-space: nowrap;
} 
.contact-top a.phone{
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-top a.phone i{
  background-color: var(--theme-color);
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}
.contact-top a.phone p{
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 16px;
}
.contact-top a.phone p span{
  font-size: 14px;
  font-weight: 400;
}

.contact-top .svg-inline-ci{
  width: 24px;
  height: 24px;
  margin-right: 5px;
  color: var(--theme-color);
}
.logo{
  display: flex;
  width: 200px;
}
.logo img{
  width: 150px;
  padding: 5px 0;
}
/*********navbar_socials*********/
.navbar-nav > li.navbar_socials{
  padding: 6px 30px;
}
.navbar_socials .d-none{
  gap: 18px;
  padding: 2px 0;
}
.navbar_socials a i {
  color: var(--second-color);
}
.navbar_socials a i:hover{
  color: #fff;
}


.navbar>.container{
  display: -webkit-box;
}
.navbar{
  background-color: #242424; 
  text-transform: capitalize; 

} 
.navbar ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar ul li a{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
.navbar ul li a.drop_downs:hover i{
  transform: rotate(90deg);
  transition: 0.3s;
}
/*.navbar ul li a:after {
  border-right: 1px solid #a3c57c;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  bottom: 0;
  content: '';
  height: 25px;
}*/
.navbar ul li:last-child a:after{
  display: none;
}
.navbar-nav > li > a{
  padding: 3px 18px;
  display: block;
  font-weight: 600;
  border-right: 1px solid #454447;
}
.navbar-nav > li{
  padding: 6px 0;
}
.navbar-nav ul{
  background-color: #242424;  
  position: absolute;
  padding: 0;
  min-width: 200px;
  max-height:0;
  overflow:hidden;
  display:block;
  transition:max-height .4s ease-in-out;
}
.navbar-nav > li:hover > a, .navbar-nav ul li:hover > a{
  color: var(--second-color);
}

.navbar-nav > li:hover ul{
	max-height: 400px;
  border-top: 3px solid var(--theme-color2);
}
.navbar-nav ul li > a{
  padding: 10px 15px;
  display: block;
  text-transform: initial;
}

.header__btn .header-call-btn {
  padding: 10px 20px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  transition: 0.2s linear;
  position: relative;
}

.st-slider img{
  width: 100%;
}
.safari{
  margin-top: 30px;
  margin-bottom: 30px;
}
.safari .item{
  margin-bottom: 15px;
  background-color: #f5f5f5;
}
.safari .item .image{
  display: flex;
}
.safari .item img{
  width: 100%;
}
.safari .item a.item-title{
  background-color: #FF9800;
  display: block;
  padding: 10px 15px;
  color: #ffffff;
}
.safari .item a.item-title h3{
  margin: 0px;
}
.safari .item ul{
  padding: 0;
  margin:0;
  list-style: none;
}
.safari .item ul li{
  padding: 10px 10px 10px 32px;
  border-bottom: solid 1px #ffffff;
}
.safari .item ul li:before{
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  border-right: solid 2px;
  border-bottom: solid 2px;
  transform: rotate(45deg);
  margin-left: -19px;
  margin-top: 4px;
  color: #4CAF50;
}
.safari .item ul li:last-child{
  border-bottom:none;
  margin-bottom: 15px;
}
.safari .item ul li:first-child{
  color: #ff3f3f;
}
.popular-package{
  margin-top: 30px;
  margin-bottom: 30px;
}
.popular-package .item{
  margin-bottom: 15px;
  display: flex;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.popular-package .item img{
  width: 100%;
  border-radius: 100%;
}
.popular-package .item .item-title{
  padding: 2px 0 4px;
  margin: 0;
  text-align: center;
  color: #FF9800;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 41px;
  background-color: rgb(0 0 0 / 71%);
  box-shadow: 0px 11px 18px 8px rgb(0 0 0 / 55%);
}
.popular-package .item .price{
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  font-size: 18px;
  text-shadow: -3px 5px 4px black;
}

.policy-links{
  text-align: end;
  font-size: 14px;
}
.policy-links ul{
  margin-bottom: 0;
}
.policy-links li{
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.policy-links ul li a{
  color: #000;
}
.policy-links ul li:after{
  border-right: 1px solid #fff;
  position: absolute;
  right: -2px;
  top: 4px;
  bottom: 0;
  content: '';
  height: 14px;
}
.policy-links ul li:last-child:after{
  display: none;
}
.footer-bottom{
  opacity: .5;
  text-align: center;
}
.footer-bottom .col-auto:first-child{
  padding: 5px;
}
/* inner page css */
.inner-content{
  padding-top: 15px;
}
.inner-page .title{
  margin-bottom: 20px;
  margin-top: 25px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.price-tariff-block{
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
  margin-bottom: 20px;
}
.price-tariff-block h2{
  text-align: center;
  margin-bottom: 10px;
}
.price-tariff-block ul{
  padding-left: 20px;
}
.price-tariff-block ul li{
  padding: 5px 0;
  font-size: 16px;
}
.side-bar{
  padding: 15px;
  width: 100%;
}
.help-block{
  background-color: #FF9800;
  color: #84530f;
  text-align: center;
}
.help-title{
  font-size: 18px;
  padding: 20px 30px;
}
.help-body{
  padding: 1px 30px 20px;
}
.help-block big{
  font-weight: bold;
  white-space: nowrap;
  background-color: rgb(255 255 255 / 68%);
  display: block;
  margin-left: -30px;
  margin-right: -30px;
  padding: 7px;
  color: #000;
}
.help-block big .svg-inline-ci {
  width: 26px;
}
.help-block .email{
  color:#fff;
  font-size: 12px;
}
.help-block h4{
  margin: 10px 0;
}
.help-block h4:first-child{
  margin-top: 0;
}
.help-block span{
  background-color: #ffb650;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 17px;
  border-radius: 30px;
  font-size: 12px;
}
.sidebar-title{
  margin-bottom: 5px;
  color: var(--theme-color);
}
.highlights{
  padding: 10px 30px;
  margin: 30px 0;
  background-color: #eee;
}
.highlights ul li{
  margin-bottom: 10px;
}
.highlight-success{
  background-color: #FF9800;
  color: #84530f;
  font-weight: bold;
  font-size: 15px;
  position: relative;
}
.highlight-success:before{
	content: "";
  position: absolute;
  border: solid 10px transparent;
  border-bottom-color: #84530f;
  border-left-color: #84530f;
  left: 0;
  bottom: 0;}
  .highlight-success:after{
   content: "";
   position: absolute;
   border: solid 10px transparent;
   border-top-color: #84530f;
   border-right-color: #84530f;
   right:0;
   top: 0;}	
   .photos{
    min-width: 50%;
  }
  .photos img{
    max-width: 100%;
  }
  .tour-info{
    padding: 0 15px;
  }
  .tour-info h1{
    font-size: 20px;
    text-align: left;
  }
  .tour-info .specs{
    color: #FF9800;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
  ul.ulist {
    list-style: none;
    line-height: 22px;
    padding-left: 23px;
  }
  ul.ulist li {
    margin-bottom: 8px;
    position: relative;
  }
  ul.ulist li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 11px;
    border-right: solid 2px;
    border-bottom: solid 2px;
    transform: rotate(45deg);
    margin-left: -19px;
    top: 5px;
    color: #4CAF50;
    z-index: 100;
  }
  ul.crosslist li:before{
   content: "";
   color: #ff1515;
   border-bottom:none;
 }
 ul.crosslist li:after {
   content: "";
   position: absolute;
   width: 6px;
   height: 11px;
   color: #ff1515;
   border-left: solid 2px;
   transform: rotate(-45deg);
   margin-left: -19px;
   top: 5px;
   left: 3px;
 }
 ul.disk li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: solid 2px;
  border-radius: 10px;
  margin-left: -19px;
  top: 10px;
  color: #a9a9a8;
}
ul.grouplist li:after {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  left: -15px;
  top: 0px;
  background-color: #e1efd1;
  z-index: 1;
  border-radius: 100px;
}
ul.grouplist {
  list-style: none;
  padding-left: 20px;
}
ul.grouplist li {
  margin-bottom: 15px;
  position: relative;
  background-color: #e1efd1;
  padding: 15px;
  border-radius: 10px;
  border-top-left-radius: 0;
  line-height: 23px;
}
ul.grouplist li:before {
  top: 8px;
}
ul.grouplist h5{
  margin-top: -11px;
  margin-bottom: 0;
  font-size: 16px;
}
ol{
  padding-left: 18px;
  line-height: 22px;
  margin-top: 8px;
}
ol li {
  margin-bottom: 7px;
  padding-left: 15px;
}
.payment a{
  display: block;
  margin-bottom: 15px;
}
.payment img{
  max-width: 100%;
}
.payment input {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .container{
    max-width: 540px;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .quickcontacts{
    display:none !important;
  }
}
@media only screen and (min-width: 768px) {
  .container{
    max-width: 720px;
  }
  .d-md-flex {
    display: -ms-flexbox!important;
    display: flex!important;
  }
  .col-md{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .contact-top .phone{
    margin-left: auto;
    margin-right: 30px;
  }
  .about{
    text-align: justify;
  }
  .inner-content{
    text-align: justify;
    width: calc(100% - 300px);
  }
}
@media only screen and (min-width: 992px) {
  .container{
    max-width: 960px;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .nav-toggle{
    margin: auto;
  }
  .navbar-expand-lg>.container{
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .side-bar{
    width: 300px;
  }

}
@media only screen and (min-width: 1200px) {
  .container{
    max-width: 1140px;
  }
}
.menu-icon {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  transform: rotate(0deg);
}

@media only screen and (min-width: 768px) {
  .togglebutton{
    display: none;
  }
}
.close-icon {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  transform: rotate(-90deg);
  position: absolute;
  top: 4px;
  left: 0px;
  font-size: 30px;
}
.togglebutton.collapsed .menu-icon {
  opacity: 0;
  transform: rotate(90deg);
}

.togglebutton.collapsed .close-icon {
  opacity: 1;
  transform: rotate(0deg);
}
@media only screen and (max-width:991px){
  .nav-toggle{
    background-color: transparent;

    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .togglebutton{
    position: absolute;
    font-size: 25px;
    color: #fff;width: 40px;
    height: 38px;

    right: 5px;
    top: 14px;
  }
  .togglebutton:hover{
    color: #fff;
  }
  .navbar-nav{
    background-color: #232c26;
    position: absolute;
    left: 0;
    right: 0;
    top: 72px !important;
    width: 97%;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid hsla(0, 0%, 100%, .1);;
  }
  .navbar>.container-fluid{
    padding: 0;
  }
  .navbar-nav ul {
    position: relative;
  }
  .brandName{
    padding-left: 10px;
  }
}
@media only screen and (max-width:480px){
  .contact-top .email{
    display: none;
  }
  .contact-top .svg-inline-ci {
    margin-right: 0;
    margin-left: 12px;
  }
  .contact-top .email span{
    display: none;
  }

}
@media only screen and (max-width:575px){
  footer:before{
    width: 100%;
    background-position: center top;
  }
  .policy-links .payonline-btn {
    display: block;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .quickcontacts {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
  }
  .quickcontacts a {
    text-align: center;
    color: #fff;
    display: inline-block;
  }
  .quickcontacts .fenq {
    background: var(--second-color);
    width: 40%;
    font-size: 15px;
    padding: 7px;
    font-weight: bold;
/*    padding-right: 71px;*/
text-transform: uppercase;
line-height: 35px;
vertical-align: bottom;
}
.quickcontacts .fcall {
  background: var(--theme-color);
  width: 50%;
  padding: 6px 0;
  font-size: 20px;
}
.quickcontacts .fwhats {
  background: #3fd439;
  width: 50%;
  padding: 4px 0;
  font-size: 25px;
}
.quickcontacts .svg-inline-ci{
  width: 26px;
  color: #fff;
}
.quickcontacts i{
  vertical-align: middle;
}

}
.alert-danger{
  position: relative;
  text-align: center;
  color: #c30000;
  font-weight: bold;
  margin-top: 10px;
}

.btn-bs{
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  padding: 10px 30px;
  font-size: 1rem;
  border-radius: 6px;
  transition: 0.3s linear;
  font-weight: 600;
}
.btn-bs i{
  padding-right: 5px;
  padding-left: 5px;
}
.btn-primary{
  background-color: var(--second-color);
}
.btn-primary:hover{
  background-color: var(--theme-color);
}
.enquiry-btn:hover{
  background-color: var(--second-color);
}
.btn-bs:hover {
/*  transform: scale(1.1);*/
transition-timing-function: cubic-bezier(0.47,2.02,.31,-.36);
}

/*home slider*/
#demo{
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/jungle-safari-booking.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 50px;
}
#demo .owl-carousel .owl-nav button.owl-next, #demo .owl-carousel .owl-nav button.owl-prev{
  width: 40px;
  height: 40px;
  color: #fff;
  fill: #fff;
  border-radius: 50%;
}
#demo .owl-nav button.owl-prev{
  left: -38px;
}
#demo .owl-nav button.owl-next{
  right: -38px;
}
#demo .carousel-item img{
  width: 100%;
  height: 500px;
  object-fit: cover;
  filter: brightness(0.6);
}

.carousel-inner{
  overflow: visible;
}
.small__caption{
  line-height: 1.5;
}
.slider-caption div{
  font-family: var(--second-font);
}
.slider-caption{
  position: relative;
  color: #fff;
  text-align: center;
}
.slider-caption .caption-title{
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
}
.slider-caption .caption-title span{
  color: var(--theme-color);
}
.slider-caption .small__caption{
 font-family: var(--second-font);
 font-size: 20px;
 font-weight: 600;
 line-height: 1.3;
}
.slider-caption .description{
  font-size: 16px;
  font-weight: 500;
  font-family: var(--second-font);
}
/*form section*/
.form-section{
  background-color: var(--theme-color);
}
.form-section form{
  text-align: center;
}
.form-section form .title{
  color: #fff;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
/*.form-section form .title:before{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 100px;
  height: 3px;
  background-color: #fff;
}*/
.form-section form .input-group-text{
  border-radius: 10px 0 0 10px;
  background-color: var(--second-color);
  border: none;
  color: #fff;
}
.form-section form .form-control{
  padding: 9px;
  border-radius: 4px;
  box-shadow: none!important;
}
.form-section form .btn-bs{
  padding: 15px;
}
.btn-hover:hover{
  background-color: var(--theme-color);
}

/*about section*/
.about-section .about-subtitle{
  font-size: 30px;
  font-weight: 500;
}
.about-section .about-title{
  font-size: 40px ;
  font-weight: 600;
}
.about-section img{
  width: 100%;
  border-radius: 20px;
  filter: brightness(0.9);
  height: 100%;
  object-fit: cover;
}

/*main title*/
.main-title {
  margin-bottom: 30px;
}
.main-title.text-center{
  text-align: center;
}
.main-title .h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
}
.text-left.main-title .h1, .text-start.main-title .h1{
  left: 0;
  transform: none;
}
.main-title .h1:before{
  content: '';
  position: absolute;
  height: 2px;
  width: 70%;
  bottom: 0;
  background-color: #000;
}
.main-title .subtitle{
  font-size: 25px;
  font-family: var(--second-font);
}
.title-border {
  background: var(--theme-color);
}
.title-border {
  height: 5px;
  width: 94px;
  border-radius: 10px;
  margin: 0 auto;
}
.title-border-inner {
  height: 5px;
  width: 5px;
  animation: pulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
  float: left;
  margin: 0 2px;
}

@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 0);
  }
  80% {
    transform: translate(20px, 0);
  }
}

@keyframes pulse {
  0%, 100% {
    background-color: #fff;
  }
  50% {
    background-color: #fff;
  }
}

/*==============package section=========*/
.package-section .card{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
/*  padding: 20px;*/
/*  border-radius: 20px;*/
border: none;
}
.package-section .card .card-img{
  overflow: hidden;
/*  border-radius: 20px;*/
}
.package-section .card img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
/*  border-radius: 20px;*/
transition: 0.3s linear;
}
.package-section .card .card-body{
 text-align: center;
}
.package-section .card .card-title{
  font-size: 23px;
  font-weight: 700;
}
.package-section .card .price{
  color: #ff0000;
  font-size: 18px;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 15px;
}
.package-section .card ul{
  background: #f1f1f1cc;
  padding: 0;
  border-radius: 10px;
  list-style: none;
  border: 1px solid #dddddd;
  text-align: left;
}
.package-section .card ul li{
  border-bottom: 1px solid #dddddd;
  padding: 6px 20px;
}
.package-section .card ul li:last-child{
  border: none;
}
/*.package-section .card:hover img {
  -webkit-transform: scale(1.05) rotate(0deg);
  transform: scale(1.05) rotate(0deg);
  opacity: .8;
}*/
/*=================================*/
.sidebar-links ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-links a{
  color: #8d959d;
  display: block;
  padding: 5px 0;
}
/*==================================*/
.footer_top_sec{
  position: relative;
  z-index: 1;
    margin-bottom: 15px;
    transform: translateY(-20px);
}
/*.footer_top_sec:before{
  position: absolute;
  content: '';
  background-color: var(--second-color);
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}*/
.footer_top_sec .footer_top{
  position: relative;
  display: block;
  background-color: var(--third-color);
  border-radius: 8px;
  width: 100%;
}
.box_div{
  position: 15px 20px;
  padding: 20px;
}
.box_div .site-logo{
  color: #fff;
}

/*footer*/
footer{
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid var(--second-color);
  position: relative;
  background-color: var(--second-color);
}
footer .bg_absolute{
  filter: none;
  opacity: 0.2;
}


footer .title-border{
  margin: 0;
  margin-bottom: 15px;
}
footer .title-border-inner{
  animation: footerpulse 3s ease infinite alternate, nudge 5s linear infinite alternate;
}

@keyframes footerpulse {
  0%, 100% {
    background-color: #303030;
  }
  50% {
    background-color: #303030;
  }
}

.footer_list,.contact_list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_list a,.contact_list a{
  color: #000;
  display: block;
  padding: 5px 0;
  position: relative;
  font-weight: 500;
}
.footer_list a img{
  width: 16px;
}
.footer_list a:before{
  content: "\f105";
  font: var(--fa-font-solid);
  padding-right: 10px;
  font-size: 11px;
  font: var(--fa-font-solid);
  color: var(--third-color);
}
.contact_widget .footer_list a:before{
  display: none;
}


footer ul a:hover{
  color: var(--third-color);
}

ul.social-link li {
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
  display: inline-block;
}


ul.social-link li a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: rgba(105, 105, 105, 0.3);
    color: #fff;
    font-size: 15px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.3s linear;
}
ul.social-link li a:before{
    display: none;
}
ul.social-link li a:hover{
    background-color: var(--main-color);
}
ul.social-link li a.facebook {
    background: linear-gradient(to right, #3b5998, #8b9dc3); 
    color: #fff;
}

ul.social-link li a.twitter {
    background: linear-gradient(to right, #1da1f2, #0a95dd);
    color: #fff;
}

ul.social-link li a.youtube {
    background: linear-gradient(to right, #ff0000, #c4302b);
    color: #fff;
}

ul.social-link li a.instagram {
    background: linear-gradient(to right, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
}

ul.social-link li a.linkedin {
    background: linear-gradient(to right, #0077b5, #00a0dc);
    color: #fff;
}

ul.social-link li a.facebook:hover {
    background: #fff;
    color: #3b5998;
}

ul.social-link li a.twitter:hover {
    background: #fff;
    color: #1da1f2;
}

ul.social-link li a.youtube:hover {
    background: #fff;
    color: #ff0000;
}

ul.social-link li a.instagram:hover {
    background: #fff;
    color: #cc2366;
}

ul.social-link li a.linkedin:hover {
    background: #fff;
    color: #0077b5;
}

.footer-title{
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  position: relative;
  padding-bottom: 11px;
  margin-bottom: 21px;
  font-size: 24px;
  z-index: 1;
}
.footer-title:before{
  position: absolute;
  content: '';
  z-index: -1;
  width: 30px;
  height: 3px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
.footer-title:after{
  position: absolute;
  content: '';
  z-index: -1;
  width: 10px;
  height: 3px;
  background-color: #000;
  bottom: 0;
  left: 35px;}

  @media only screen and (max-width: 748px) {
    .footer-title{
      margin-top: 15px;
    }
  }
  .contact_list a i{
    margin-right: 10px;
    display: inline-block;
    background: var(--second-color);
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
  }
  .copyright{
    padding: 5px 0;
    background-color: #fff;
    color: #000;
  }
  .copyright p a{
    color: var(--theme-color);
    font-weight: 700;
  }

/*popular packages*/
.popular-package{
  background-image: url(../images/tout-package-bg.jpg);
}
.popular-package .card{
  text-align: center;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.popular-package .card img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}
.popular-package .card .card-body{

}
.popular-package .card .card-title{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.popular-package .card p{
  font-weight: 800;
  color: var(--theme-color);
  font-size: 25px;
}

/*===================================*/
.readmore{
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 6px;
}
.content_section .main-title .h1{
/*  font-size: 25px;*/
text-transform: capitalize;
}
.content_section .main-title{
  margin-bottom: 20px;
}

/*==========our-mission-section============*/
.our-mission-section .overlay{
  background-image: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)), url(../images/tiger.jpg);
  background-size: cover;
  padding: 60px 30px;
  border-radius: 20px;
}

.our-mission-section .h1 {
  font-size: 65px;
  color: #fff;
}

.our-mission-section .circle {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(../images/circle.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding: 20px;
}
.our-mission-section .circle .title {
  font-size: 30px;
  color: #fff;
  position: relative;
  top: 62px;
  font-weight: 700;
}
.our-mission-section .circle p{
  position: relative;
  top: 65px;
  font-size: 21px;
  line-height: 1.6;
  color: #000;
}

/*=================testimonial=================*/
.testi_section{
  background-color: #F2EFEB;
  position: relative;
}
.bg_absolute{
  position: absolute;
  content: '';
  background-image: url(../images/bg_pattern.png);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testi_section .container-fluid{
  position: relative;
  z-index: 1;
}
.testimonials_star ul {
  padding: 0;
  width: 100%;
  color: gold;
  margin: 0;
  gap: 5px;
  list-style: none;
}
.testi_content{
  padding: 2em 3em 2em 3em;
  border-radius: 4px 4px 4px 4px;
  position: relative;
  background-color: #fff;
}
.testi_content p{
  color:#717580;
  font-size: 15px;
  font-weight: 550;
}
.testi_content:after{
  background-color: #fff;
  border-width: 0;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  transform: scaleX(.75) rotate(45deg);
  width: 14px;
  bottom: -8px;
  left: 72px;
}
.author_box{
  padding:  2em 3em 2em 3em;
  background-color: transparent;
  .box_inner{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
    .name{
      font-size: 20px;
      font-weight: 600;
      color: var(--second-color);
    }
    .authority{
      font-weight: 500;
      font-size: 13px;
      margin-top: 5px;
    }
  }
}
.author_image img{
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  border: 2px solid #fff;
  object-fit: cover;
}
/*==============tourist-zones-section============*/
.tourist-zones-section img{
  width: 100%;
  mask-image: url(../images/masking.png);
  mask-repeat: no-repeat;
  mask-size: 100%;
}
.tourist-zones-section .title{
  font-size: 25px;
  font-weight: 600;
}
.tourist-zones-section .row{
  padding: 20px 0;
}
.tourist-zones-section .row:nth-child(odd) {
  flex-direction: row-reverse;
}
/*==============gallery section==============*/
.gallery-section{
  position: relative;
  padding: 50px 0 150px 0;
}

.gallery-section .card{
  background-color: #fff;
  padding: 30px;
  border: none;
  border-radius: 0;
}
.gallery-section .title{
  font-size: 25px;
  font-weight: 600;
}
.gallery-section .subtitle{
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
}
.gallery-section .subtitle span{
  color: var(--second-color);
}
.gallery-section .gallery-slider{
  margin-top: 30px;
}
.gallery-section img{
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/*breadcrumbs*/
.sub-banner {
  background: rgba(0, 0, 0, 0.04) url(../images/tiger.jpg) top left repeat;
  background-size: cover;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  font-family: var(--font-family);
}

.sub-banner .breadcrumb-area {
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}

.sub-banner .breadcrumb-area .h1 {
  margin: 0 0 5px;
  font-weight: 700;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.sub-banner .breadcrumbs li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.sub-banner .breadcrumbs li a{
  color: #fff;
}

.sub-banner .breadcrumbs .active {
  margin-left: 3px;
  color: #fff;
}

.sub-banner .breadcrumbs .active:before {
  content: "/";
  font-family: "font awesome 6 free";
  font-size: 16px;
  margin-right: 7px;
  font-weight: 600;
}

/*=============contact section======*/
.contact-section .main-title{
  margin-bottom: 50px;
}
.contact-section.contact-form-section{
  position: relative;
}
.contact-section.contact-form-section:before{
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #777;
}

.contact-section .card{
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: none;
  flex-direction: row;
}
.text-start.main-title .h1:before{
  left: 0;
  transform: none;
}

.contact-section .card i{
  font-size: 20px;
  color: #fff;
}
.contact-section .card .icon{
  width: 60px;
}
.contact-section .card .card-icon{
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    align-items: center;
    background-color: var(--theme-color);
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

.contact-section .card-title{
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
}
.contact-section .card p{
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 550;
    color: #777;
}
.contact-section .card.bg-white{
  background-color: #fff;
  color: #000;
}

/*=============contact-form-section============*/

.contact-form-section iframe{
  border-radius: 20px;
  box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.5);
}
.contact-form-section form{
  border-radius: 20px;
}
.contact-form-section form .form-control{
  margin-bottom: 15px;
  border: 1px solid #e7e9ef;
}
.contact-form-section form .form-title{
  font-size: 25px;
  color: #000;
  margin-bottom: 15px;
}
.contact-form-section form label{
  color: #000;
}
.contact__map{
  height: 300px;
}

/*=========vision-mission-section============*/
.vision-mission-section .title{
  font-size: 30px;
  font-weight: 600;
}
.vision-mission-section .img-part{
  position: relative;
}
.vision-mission-section .img-part .img1{
  width: 90%;
  border-radius: 20px;
}
.vision-mission-section .img-part .img2{
  border-style: solid;
  border-color: #f4f4f4;
  border-radius: 50% 50% 0px 50%;
  width: 40%;
  position: absolute;
  bottom: -40px;
  right: 0;
}

/*sidebar*/
.service-page{
  background-color: #fff;
}
.service-page .inner-page,.service-page .col-lg-4{
  padding-top: 50px;
  padding-bottom: 50px;
}
.service-page .inner-page img{
  width: 100%;
  border-radius: 20px;
}
.service-page .col-lg-4{
  background-color: #f6f7f8;
}
.sidebar-right {
  background-color: #fff;
  padding: 40px 30px 40px;
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.sidebar-box{
  margin-bottom: 20px;
}
.sidebar-right .widget-title{
  font-size: 25px;
  position: relative;
  margin-bottom: 15px;
}
.sidebar-right .widget-title:before {
  display: block;
  content: "";
  position: absolute;
  height: 30px;
  width: 4px;
  left: -30px;
  top: 0;
  background-color: var(--second-color);
  transition: all 0.5s ease 0s;
}
.sidebar-right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-right ul>li {
  padding: 0 0 15px 0;
}
.sidebar-right ul li a {
  padding: 13px 15px 13px 15px;
  padding-left: 44px;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 15px;
  background-color: #f6f7f8;
  color: #000;
}
.sidebar-right ul li a:hover {
  background-color: var(--second-color);
  color: #fff;
}
.sidebar-right ul li a:after {
  content: '\f061';
  position: absolute;
  font: var(--fa-font-solid);
  left: 20px;
  font-weight: 600;
  top: 18px;
  color: inherit;
  font-size: 12px;
}

.sidebar-contact{
  background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url(../images/t3.jpg);
  background-position: left center;
  padding: 40px 20px;
  border-radius: 10px;
}
.sidebar-contact .d-flex{
  align-items: center;
  gap: 20px;
}
.sidebar-contact .d-flex i{
  background-color: var(--theme-color);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.sidebar-contact .title{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}
.sidebar-contact .title span{
  color: var(--second-color);
  display: block;
}
.sidebar-contact .h4{
  margin-top: 20px;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}
.sidebar-contact .h4 a{
  color: var(--second-color);
}

/*hotel pages*/
.hotel-section .card{
  border: none;
  box-shadow: 0px 2px 15px rgba(22, 25, 33, 0.05);
  border-radius: 10px;
}
.hotel-section .card .card-img{
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.hotel-section .card img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.3s linear;
}
.hotel-section .card .card-title a{
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
}
.hotel-section .card:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.widget_book {
  background-color: #f5f5f5;
  margin-bottom: 0px;
  position: relative;
  border-radius: 10px;
  padding: 0;
  overflow: hidden
}

.widget-tour-book .top {
  background-color: var(--theme-color);
  padding: 15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 4px
}

.widget-tour-book .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.widget-tour-book .price {
  color: #fff;
  margin-bottom: 0
}

.widget-tour-book .widget-form {
  padding: 30px
}
.widget-form .form-group {
  margin-bottom: 10px;
  position: relative;
}
.widget input {
  height: 55px;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: none!important;
}
aside .widget textarea{
  height: 54px;
}
.widget textarea{
  padding-top: 16px;
  padding-bottom: 17px;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: none!important;
}
.widget-form .form-group>i {
  background-color: #fff;
}

.widget-form .form-group>i {
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 19px;
  font-size: 16px;
  opacity: 0.5;
}
::-webkit-calendar-picker-indicator {
  opacity: 0.5;
}

.hotel-page img{
  width: 100%;
  margin: 20px 0;
  border-radius: 20px;
}

.payment-page .qr-code{
  width: 75%;
  margin: auto;
  border: 5px solid var(--theme-color);
  border-radius: 20px;
}
.payment-page .qr-code img{
  border-radius: 20px;
  width: 100%;
}
.payment-page ul li{
  padding: 5px 0;
  font-size: 20px;
}

/*response page*/
.response-section .card{
  padding: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
}
.response-section .card .card-icon{
  border-radius: 200px;
  height: 100px;
  width: 100px;
  background: var(--theme-color);
  margin: 0 auto;
  line-height: 100px;
  font-size: 50px;
  color: #fff;
}
.response-section .card p{
  font-size: 20px;
}

/*======================================================
======================================================
======================================================*/
/*top header*/
.top-header{
  background-color: var(--theme-color);
  text-align: center;
  padding: 0px;
}
.top-header a{
  padding: 0 10px;
  color: #000;
  font-size: 20px;
}
.top-header a.btn-bs{
  padding: 7px 20px;
}
.top-header a.btn-bs span{
  color: #fff;
}
.top-header a span{
  font-weight: 600;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 20px;
  color: #000;
}
.top-header .phoneIcon{
  color: var(--theme-color);
  background-color: #fff;
  font-size: 17px;
}

/*main header*/
.brandName{
  font-size: 23px;
  font-weight: bold;
  color: #fff!important;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Playfair Display", serif;
}
.brandName span{
  font-size: 33px;
}


/*corbett zone*/
.corbett-zone .zone {
  border: 1px solid #bababa;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 11px -3px;
  background-color: var(--second-color);
  position: relative;
}
.corbett-zone .zone:before{
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_pattern.png);
  opacity: 0.2;
  left: 0;
}
.zone-image{
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.zone-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone-content {
  padding: 15px;
  position: relative;
  z-index: 1;
}
.zone-content p{
  color: #000;
  opacity: 0.7;
  font-weight: 500;
}
.corbett-zone a {
  text-decoration: none;
  color: #555;
  font-weight: 600;
}
.zone-content .card-title{
  font-size: 25px;
  color: #000;
  font-weight: 600;
  opacity: 0.8;
}

footer .social-links {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  gap: 10px;
}

footer .social-links a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 16px;
  color: rgba(33, 62, 255, 0.9);
  transition: 0.3s;
  text-align: center;
}
footer .social-links .facebook {
  color: #1877F2;
}

footer .social-links .twitter {
  color: #00acee;
}

footer .social-links .instagram {
  color: #c41d78;
}
footer .social-links .linkedin {
  color: #0077b5;
}

/*=========*/
.share-wrapper {
  position: fixed;
  bottom: 20px;
  z-index: 10;
  right: 20px;
}
.share-wrapper .share {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  color: #FFF;
  background-color: #FF6060;
  text-align: center;
  line-height: 2.1;
  font-size: 25px;
  cursor: pointer;
  transition: background-color 0.4s;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
}
.share-wrapper .social {
  opacity: 0;
  position: absolute;
  bottom: 50px;
  right: 0;
  visibility: hidden;
  transform: translate(-3rem, 3rem);
  transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.share-wrapper .social a {
  width: 53px;
  height: 53px;
  line-height: 53px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  margin-bottom: 15px;
  transition: all 0.4s;
}
.share-wrapper .social a:hover{
  color: #fff;
}
.phone-btn{
  background-color: var(--theme-color);
  color: #000;
}
.whatsapp-btn{
  background-color: #25d366;
  color: #fff;
}

.share-wrapper .social.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.share-wrapper .share.active {
  background-color: #000;
}
.share-wrapper .share.active::before {
  content: "";
}

/*header*/
/*.logo-bg.bg-mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  z-index: -1;
  background-color: var(--theme-color); 
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
*/
.site-logo{
  display: flex;
  gap: 0px;
  color: var(--second-color);
  align-items: center;
  flex-wrap: wrap;
  img{
  border-radius: 50%;
  background-color: #fff ;
}
}
.site_name{
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 20px;
  position: relative;
  top: 4px;
}
.site_name span{
  font-size: 17px;
}

/*========form booking index==========*/


.form_section{
  padding: 15px;
  background-color: #fff;
  padding-top: 20px;
  position: relative;
  border-radius: 0 10px 10px;
  margin-top: 45px;
  padding-top: 60px;
}
.border___form {
  border: 5px solid var(--theme-color2);
  width: 90%;
  height: 90%;
  content: '';
  position: absolute;
  left: -15px;
  bottom: -15px;
  z-index: -1;
  border-radius:0 10px 10px;
}
.form_section form{
  border-radius: 10px;
  padding: 0px;
}
.form-title{
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 10px 40px;
  display: inline;
  background-color: var(--theme-color);
  color: #000;
  width: max-content;
  font-size: 18px;
  border-radius: 0 0 100px 100px;
  margin: 0;
}

.form_section input:-internal-autofill-selected,
.form_section input:-webkit-autofill {
  background-color: transparent !important;
  box-shadow: 0 0 0px 1000px white inset !important;
}

.form_section form .form-control:focus{
  box-shadow: none;
  border-color: var(--second-color);
}
.form_section form textarea.form-control{
  border: 1px solid #bababa;
  border-radius: 5px;
}
.form_section form label{
  font-weight: 600;
  font-size: 13px;
}
.form_section .form-group {
  position: relative;
  margin-bottom: 7px;
  display: flex;
}

.form_section .form-control{
  padding: 6px;
  box-shadow: none;
  border: 1px solid #bababa;
  border-left: none;
  border-radius: 0 ;
  border-radius: 0 5px 5px 0;
}
.form_section .form-control.borders{
  padding-left: 32px;
}

.form_section form .btn-bs{
  width: 75%;
}
.form_section .form-group i {
  position: relative;
  left: 0;
  top: 0px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: var(--second-color);
  font-size: 15px;
  opacity: 1;
  height: auto;
  background: #eeeeee;
  border: 1px solid #bababa;
  border-radius: 5px 0 0 5px;
}
.form_section .form-group i.fa-calendar-days{
  position: absolute;
  width: 30px;
  height: 38px;
  left: -3px;
}
/* About */

.about-con {
  background-color: #fcfaf5;
  overflow: hidden;
}
.about-con:before {
  content: "";
  position: absolute;
  opacity: 12%;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about-con .about_wrapper .about-image {
  position: relative;
  top: 0;
  height: 455px;
  width: 80%;
  display: flex;
  padding: 10px 10px 25px 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.about-con .about_wrapper .about-image img{
  border-radius: 5px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
  left: 0;
}
.about-con .about_wrapper .about-image2{
  position: absolute;
  padding: 10px 10px 25px 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  width: 292px;
  height: 271px;
  top: 44%;
  right: 20px;
}
.about-con .about_wrapper .about-image2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-con .about_wrapper .about-locationimage {
  position: absolute;
  bottom: 6px;
  right: 50px;
}

.about-con .about_content li{
  width: 30%;
/*    height: 139px;*/
padding: 25px 30px;
margin: 0 8px;
border-radius: 8px;
display: inline-block;
background-color: #fff;
border-bottom: 2px solid var(--theme-color);
transition: all 0.3s ease-in-out;
text-align: center;
}
.about_content .main-title .h1:before{
  transform: none;
  left: 0;
}
.about-con .about_content li:hover{
  box-shadow: 0 1px 94px 1px rgb(0 0 0 / 15%);
}
.about-con .about_content li .value{
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  color: var(--theme-color);
}
.about-con .about_content li:first-child {
  margin-left: 0;
}
.about-con .about_content li:last-child {
  margin-right: 0;
}
.text-size-14 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #4c4c4c;
}

/*packages*/
.place-box {
  padding: 0;
  border-radius: 8px;
  box-shadow: 0px 0px 11px -3px;
  border: 1px solid #bababa;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  background-color: var(--second-color);
}

.place-box:before {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_pattern.png);
  opacity: 0.2;
  left: 0;
}

.place-box p{
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  opacity: 0.8;
}
.place-box .image {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.place-box .image img{
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.place-box:hover .image img {
  opacity: 80%;
  transform: scale(1.1);
}
.place-box .lower_content {
  padding:18px;
  position: relative;
  z-index: 1;
}
.btn-bs.bg-theme{
  background-color: var(--theme-color);
}
.btn-bs.bg-theme:hover{
  background-color: #fff;
  color: var(--second-color);
}
.btn-bs.btn-white{
  background-color: #fff;
  color: var(--second-color);
}
.btn-bs.btn-white:hover{
  background-color: #284001;
  color: #fff;
}
.place-box .h4 {
  margin-bottom: 18px;
  display: inline-block;
  color: #000000;
  transition: all 0.3s ease-in-out;
  font-size: 17px;
  font-weight: bold;
  opacity: 0.8;
  font-family: var(--second-font);
  margin-bottom: 8px;
}

.place-box .value {
  padding-block: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e2e2e2;
}
.place-box .value span {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: var(--theme-color);
}
.rates_pack{
  padding-inline: 10px;

}
.rates_pack ul{
  padding: 0;
  list-style: none;
  border: 1px solid #bababa;
  border-radius: 12px;
}
.rates_pack ul li{
  width: 100%;
  padding-block: 5px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 13px;
}
.rates_pack ul li:last-child{
  border:none;
}
.place-box .book_now {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
  color: var(--theme-color);
  transition: all 0.3s ease-in-out;
}
.place-box .book_now i {
  font-size: 12px;
  margin-left: 10px;
  transition: all 0.8s ease-in-out;
  color: var(--theme-color);
}
.place-box .book_now:hover {
  color: var(--theme-color);
}
.place-box .book_now:hover i {
  transform: translateX(4px);
  color: var(--theme-color);
}

.place-box .content {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: center;
}
.place-box .calendar {
  display: flex;
  align-items: center;
  padding-right: 14px;
}
.place-box .people {
  display: flex;
  align-items: center;
  padding-left: 14px;
  border-left: 1px solid #e2e2e2;
}
.place-box .content i {
  font-size: 12px;
  margin-right: 10px;
  color: #fff;
}

.place-box .content span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  opacity: 0.6;
}

/*=================tour_attraction===========*/
.tour_attraction .package-box{
  border-radius: 10px;
  object-fit: cover;
  text-align: center;
  width: 100%;
}
.tour_attraction .package-box .package-img{
  position: relative;
  margin-bottom: 10px;
}
/*.tour_attraction .package-box .package-img:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  bottom: 0;
  box-shadow: inset 0 -3em 1em rgb(0 0 0 / 60%), 0 0 0 11px rgb(255 255 255), 0.3em 0.3em 0 rgb(0 0 0 / 30%);
  z-index: 1;
  border-radius: 10px;
}*/
.tour_attraction .package-box .package-img img{
  height: 200px;
  width: 200px;
  margin: auto;
  object-fit: cover;
  border-radius: 50%;
  padding: 20px;
  border: 2px solid var(--theme-color);
}
.tour_attraction .package-box p{
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s linear;
  height: 50px;
  padding: 15px 0;
  background: #fff;
  border: 2px solid var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  top: 2px;
}
.tour_attraction .package-box:hover p{
  bottom: calc(50% - 20px);
  z-index: 111;
}
/*.tour_attraction .package-box .package-img:hover:after {
  content: "";
  background: linear-gradient(to top, var(--second-color) 0%, rgb(253 196 0 / 65%) 100%);
  background-position: bottom left;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  border-radius: 8px;
}*/
.tour_attraction .package-box .btn-theme{
  padding: 5px 20px;
  border-radius: 5px;
}
.four-column-slider .owl-nav{
  width: 100%;
}
.four-column-slider .owl-nav button {
  width: 40px;
  height: 40px;
  background: #fff !important;
  color: var(--second-color) !important;
  box-shadow: 0 0 11px 0 #999;
  border-radius: 50%;
}
.four-column-slider .owl-prev{
  left: -10px !important;
}
.four-column-slider .owl-next{
  right: -10px!important;
}

.btn-bs img{
  width: 25px!important;
}

/*owl nav*/
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav span {
  font-size: 70px;    
  position: relative;
  top: -5px;
}
.owl-nav button:focus {
  outline: none;
}

/*float  buttons*/

.float{
  position:fixed;
  width:188px;
  height:60px;
  bottom:40px;
  right:15px;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
  line-height: 60px;
  z-index: 100000;
  display: flex;
  align-items: center;
  gap: 3px;
  justify-content: right;
}
.float img{
  width: 45px ;
  height: 45px;
}
.float p{   
 font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
    width: 143px;
    padding: 2px 6px;
    border-radius: 30px;
    border: 2px solid var(--theme-color);
    background: #fff;
    color: var(--third-color);
}
.float:hover p{
  color: var(--second-color);
}
.float-call{
  background-color:var(--theme-color);
  left: 15px;
  font-size: 22px;
  border: 2px solid #fff;
}

.my-float{
  margin-top:5px;
  color: #25d366;
}
.my-call{
  margin-top:5px;
}

.phone_res-float-btn {
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0 !important;
  z-index: 111;
}
.phone_res-float-btn a{
  width: 100% !important;
  border-radius: 0;
  padding: 10px 0;
  text-align: center;
  background-color: var(--second-color);
  border-top: 1px solid var(--theme-color);
  font-size: 17px;
  display: flex;
  justify-content: center;
  gap: 4px;
  font-weight: 600;
  color: #fff;
}
.phone_res-float-btn .button__1{
  position: relative;
  left: 0 !important;
  border-top-left-radius: 20px;
}
.phone_res-float-btn .button__2{
  position: relative;
  right: 0 !important;
}
.phone_res-float-btn img{
  width: 21px;
  height: 21px;
  filter: brightness(100);
}
.page__form-a{
  margin-top: -80px;
  position: relative;
}
section.hotel-page{
  padding-top: ;
}
form button, form input[type=submit] {
  margin-top: 15px;
}
@media(max-width:768px){
  .page__form-a{
    margin-top: -50px;
  }
}



/*================why choose us area=============*/
.why-choose-us-area .card{
  text-align: center;
  padding: 20px;
  border: none;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.why-choose-us-area .card .card-icon{
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 35px;
  color: #fff;
  border-radius: 50%;
  background-color: var(--second-color);
  margin: auto;
}
.why-choose-us-area .card .card-title{
  font-size: 22px;
  font-weight: 600;
  color: var(--second-color);
  margin-bottom: 10px;
}
.why-choose-us-area .card p{
  margin-bottom: 0;
}
.bg-second{
  background-color: var(--second-color);
}
.why-choose-us-area .card.bg-second .card-icon{
  background-color: var(--third-color);
}
.why-choose-us-area .card.bg-second .card-title{
  color: var(--third-color);
}
.why-choose-us-area .card.bg-img{
  background-color: var(--third-color);
  position: relative;
}
.why-choose-us-area .card.bg-img:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-image: url(../images/bg_pattern.png);
  opacity: 0.05;
}
.why-choose-us-area .card.bg-img .card-title{
  color: #fff;
}
.why-choose-us-area .card.bg-img{
  color: #fff;
}
.about-extra .col-md-4:nth-child(2) .feature-box{
  background-color: var(--third-color);
  color: #fff;
  p{
    color: #fff;
  }
  .h4{
    color: #fff;
  }
}
.feature-box{
  padding: 20px 10px;
}
.feature-box{
  border-radius: 10px;
  margin-bottom: 10px;
  border:1px solid #d1d1d1;
  i{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--second-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
}