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

:root {
  --theme-color: #094D52 ;
  --second-color: #62C03A;
  --theme-color2: #ffffff;
}
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: "Pathway Extreme", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px;
  background-image: url(../images/body_bg.png);
  background-color: #FFFEF0;
}

@media(max-width:768px){
  body{
    padding: 0;
  }
}
p{
  line-height: 30px;
}
.text-white{
  color: #ffffff !important;
}


.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;
}
.light-bg{
	background-color:#eee;
}

/***MArquee****/
marquee{
  background-color: var(--theme-color);
  color: #fff;
  padding: 2px 0;
}
marquee .marquee_text{
  display: inline-block;
  padding: 0 25px;
  position: relative;
}
marquee .marquee_text:before{
  position: absolute;
  content: "|";
  left: 0;
}
marquee .marquee_text:first-child:before{
  display: none;
}
/*top header*/
.top-header.left-curve {
  background-color: var(--theme-color);
  color: #fff !important;
  font-size: 13px;
}
.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;
 flex-wrap: wrap;
 margin-bottom: 0;
 float: right;
}
.socials li {
  display: inline-block;
}
.socials li a {
  text-align: center;
  line-height: 26px;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  color: var(--theme-color2);
  border-radius: 4px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  width: 30px;
  height: 30px;
  background: var(--second-color);
  font-size: 16px;
  border-radius: 50%;
  line-height: 30px;
}
.socials li a i{
  color: var(--theme-color2);
}
.socials a, .socials a i, .socials a:hover, .socials a:focus {
  color: #ffffff;
}
.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;
  width: 100%;
  margin-inline: auto;
  background-color: var(--theme-color);
}

a{
  text-decoration: none;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.navbar{
  padding-block: 2px;
}
.responsite__btn{
  position: absolute;
  width: 35px;
  height: 35px;
  right: 15px;
  background-color: var(--second-color);
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.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;
}
.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>.container{
  display: -webkit-box;
}
.navbar{
/*  background-color: var(--theme-color); */
text-transform: capitalize;  
} 
.navbar ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar ul li a{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.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: 9px 13px;
  display: block;
  font-weight: 600;
}
.navbar-nav ul{
  background-color: #fff;  
  position: absolute;
  padding: 0;
  min-width: 200px;
  max-height:0;
  overflow:hidden;
  display:none;
  z-index: 1;
  border-top: 3px solid var(--second-color);
  border-bottom: 3px solid var(--second-color);
}

.navbar-nav ul li a{
  color: var(--theme-color);
}

.navbar-nav ul li:hover a{
  color: #fff;
  background-color: var(--second-color);
}
.navbar-nav > li:hover > a{
  color: var(--second-color);
}
 .navbar-nav ul li:hover > a{
  color: #fff;
  background-color: var(--second-color);
}
.navbar-nav > li:hover ul{
	max-height: 400px;
 transition:max-height .4s ease-in-out;
}
.navbar-nav > li:hover ul{
  display: block;
}
.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;
}
.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%;
  }
  .online_page .photos img{
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    margin-bottom: 15px;
  }
  .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;
  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: var(--theme-color);
    cursor: pointer;
    border-radius: 5px;
  }
  .togglebutton{
    position: absolute;
    font-size: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .togglebutton:hover{
    color: #fff;
  }
  .navbar-nav{
    background-color: var(--theme-color);
    position: absolute;
    left: 0;
    right: 0;
    top: 75px !important;
  }
  .navbar-nav ul {
    position: relative;
  }
}
@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 50px 10px 20px;
  font-size: 1rem;
  border-radius: 40px;
  transition: 0.3s linear;
  font-weight: 600;
  border: 1px dashed var(--theme-color);
  color: var(--theme-color);
  position: relative;
}
.btn-bs.btn-bg{
  background-color: var(--theme-color);
  color: #fff;
  border-color: #fff;
}

.btn-bs span{
  color: var(--theme-color);
  transition: 0.2s;
}
form .btn-bs:hover span{
  color: #fff;
}
.btn-bs.btn_border-white{
  border: 1px dashed #fff;
  color: var(--theme-color);
}
.btn-bs.btn_border-white span{
  color: #fff;
}
.btn-bs.btn_border-white:hover{
  border-color: var(--second-color);
  background-color: var(--second-color);
}


.btn-bs:hover{
  transition: 0.2;
  border-color: var(--second-color);
  background-color: var(--second-color);
  color: #fff;
}
.btn-bs:hover span{
  color: ;
}
.btn-bs.btn-bg:hover{
  border-color: #fff;
}
.btn-bs i{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline;
  background-color: var(--second-color);
  color: #fff;
  fill: #fff;
  margin-right: 0;
  transition: all linear 0.15s;
  transform: rotate(-45deg);
  position: absolute;
  text-align: center;
  line-height: 31px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  margin-left: 4px;
}
.btn-bs:hover i{
  tra
}
.btn-bs:hover i{
  transition: 0.3s;
  transform: translateY(-50%) rotate(0deg);
  background-color: #fff;
  color: #000;
}
.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*/
section.position-relative.bg-theme{
  border-radius: 0 0 20px 20px;
}
#demo{
  width: 96%;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}
header{
  position: relative;
}
.index_top_bg{
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/header_bg.png);
  background-size: cover;
  background-position: center;
  top: -82px;
  z-index: 0;
  opacity: 0.2;
}
.carousel-control-next, .carousel-control-prev{
  display: none !important;
}

/*#demo .carousel-item img{
  object-fit: cover;
  filter: brightness(0.6);
}
*/
.carousel-item .slider-caption{
  z-index: 1;
}
.small__caption{
  line-height: 40px;
}
.slider-caption div{
  font-family: "Big Shoulders Display", sans-serif;;
}
.carousel-inner{
  z-index: 1;
  padding-block: 50px;
}
.slider-caption{
  position: relative;
  right: 0;
  left: 0;
  color: #fff;
  text-align: center;
}
.slider-caption .caption-title{
  font-size: 50px;
  font-weight: 800;
  line-height: 1.1;
  font-family: "Protest Revolution", sans-serif;
  color: var(--second-color);
}
.slider-caption .caption-title span{
  color: var(--theme-color);
}
.slider-caption p{
 font-family: "Big Shoulders Display", sans-serif;
 font-size: 23px;
 line-height: 1.3;
}
/*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);
}


/*main title*/
.main-title {
  margin-bottom: 30px;
}
.main-title.text-center{
  text-align: center;
}
.main-title .h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
  color: var(--theme-color);
  font-family: "Big Shoulders Display", sans-serif;
}

.main-title .h1.text-white:before{
  background-color: #fff;
}
.main-title .subtitle{
  font-size: 25px;
  font-family: "Protest Revolution", sans-serif;
  color: var(--second-color);
}
.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{
  position: relative;
  background-color: #F3F1E4;

}

.package-section .card{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
  position: relative;
}

.package-section .card .card-img{
  overflow: hidden;
}
.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*/
footer{
  color: ;
  border-top: 1px solid var(--second-color);
  margin-top: 15px;
  border-radius: 15px;
  border-bottom: 1px solid var(--second-color);
  background-color: var(--theme-color);
  position: relative;
  padding: 25px 25px 0;
}
footer:before{ 
  background: url(../images/bg/footer-bg.png);
  content: '';
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  bottom: 0;
  position: absolute;
  width: 100%;
    height: 100%;
    opacity: 0.3;
    left: 0;
    border-radius: inherit;
}
footer .container-fluid{
  position: relative;
  z-index: 1;
}
.footer_col_bg{
  position: relative;
  padding: 15px 40px;
}
.footer_col_bg:before{
    position: absolute;
    top: -25px;
    left: 7px;
    content: '';
    background-color: var(--second-color);
    width: 95%;
    height: 105%;
    border-radius:0 0 15px 15px;
}
.footer_col_bg .footer-widget{
  position: relative;
  z-index: 1;
}
.footer_col_bg .footer-widget a:hover{
  color: var(--theme-color);
}
.footer_site-name .d-flex{
  flex-direction: column;
}
.footer_site-name .d-flex h4{
  font-size: 28px;
}
@media(max-width:768px){
  .footer_site-name .d-flex h4{
    font-size: 24px;
  }
}
.contact__part{
    padding-block: 10px 0;
    border-bottom: 1px solid #FFFFFF33;
    margin-bottom: 30px;
}
.footer-widget p.text-white{
  line-height: 1.3;
}
.contact_title{
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 6px;
}
.contact__part .contact_wight a,
.contact__part .contact_wight p{
  color: #fff;
}
.contact__part .contact_wight p{
  margin-bottom: 0;
  line-height: 1.6;
}
.contact__part .contact_wight{
  word-break: break-word;
}
.contact__part .contact_wight ul{
  list-style: none;
  padding: 0;
}
.contact_socials {
  list-style: none;
  display: flex;
  padding: 0;
  gap: 15px;
  justify-content: center;
}
.contact_socials li a{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--second-color);
  border-radius: 50%;
}
.contact_socials li a:hover{
  color: var(--theme-color);
  background-color: #fff;
  transition: 0.3s;
}

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: #fff;
  display: block;
  padding: 5px 0;
  position: relative;
}
/*.footer_list a:before{
  content: "\f0da";
  font: var(--fa-font-solid);
  padding-right: 10px;
  font-size: 11px;
  font: var(--fa-font-solid);
  color: #fff;
}*/

footer ul a:hover{
  color: var(--second-color);
}
/*footer ul a:hover:before{
  color: var(--second-color);
  transition: 0.3s;
}
*/.footer-title{
text-transform: capitalize;
margin-bottom: 5px;
font-size: 24px;
font-weight: 700;
color: #fff;
position: relative;
padding-bottom: 11px;
margin-bottom: 21px;
font-size: 24px;
z-index: 1;
}
.footer-title:before{
  position: absolute;
  content: '';
  z-index: -1;
  width: 40px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.footer-title:after{
  position: absolute;
  content: '';
  z-index: -1;
  width: 10px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 45px;
}

@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: transparent;
  margin-top: 40px;
  border-top: 1px solid #fff;
}
.copyright p{
  color: #Fff;
}
.copyright p a{
  color: var(--theme-color);
  font-weight: 700;
}

.payment__method{
  position: relative;
}
.payment__method ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.payment__method ul li{
  display: inline-block;
  padding-inline: 1px;
}
.payment__method ul li.h6{
  font-weight: 600;
}
.payment__method ul li a{
  width: 45px;
  height: 24px;
  display: block;
}
.payment__method ul li a img{
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--second-color);
  object-fit: unset;
  border-radius: 3px;
  filter: brightness(1.1);
  filter: brightness(1.03) contrast(1.03);
}

/*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 Images=================*/
.testimonials_section{
  overflow: hidden;
}
.test__img{
  position: absolute;
  left: 120px;
  top: 8%;
  border-radius: 20px;
  border: 10px solid #fff;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.15);
  width: 200px;
  height: 240px;
  transform: rotate(15deg);
  object-fit: cover;
  z-index: 1;
}
.test__img2{
  position: absolute;
  left: 80px;
  top: 60%;
  border-radius: 20px;
  border: 10px solid #fff;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.15);
  width: 180px;
  height: 230px;
  transform: rotate(-15deg);
  object-fit: cover;
}

.test__img3{
  position: absolute;
  right: 120px;
  top: 8%;
  border-radius: 20px;
  border: 10px solid #fff;
  box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.15);
  width: 150px;
  height: 200px;
  transform: rotate(-15deg);
  object-fit: cover;
}
.test__img4{
    position: absolute;
    right: 15px;
    top: 45%;
    border-radius: 20px;
    border: 10px solid #fff;
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.15);
    width: 268px;
    height: 318px;
    transform: rotate(15deg);
    object-fit: cover;
}


/*=================testimonial=================*/
.testimonials_section{
  position: relative;
  padding-block: 100px;
}
.testimonials_section .owl-nav button{
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    border: 1px solid #000 !important;
    border-radius: 50%;
  }
 .testimonials_section .owl-nav button.owl-prev{
  left: -45px;
 }
 .testimonials_section .owl-nav button.owl-next{
  right: -45px;
 }
.testimonials_leaf{
  position: absolute;
  top: 50%;
  left: 80px;
  z-index: 2;
  filter: blur(3px);
  animation: wave_leaf;
    animation-delay: 1s;
}
.testimonials_leaf2{
  position: absolute;
  top: 20%;
  right: 70px;
  z-index: 2;
  filter: blur(3px);
  animation: wave_leaf;    
  animation-delay: 1s;
}
@keyframes wave_leaf {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(15deg); }
    50% { transform: rotate(-10deg); }
    75% { transform: rotate(10deg); }
}
.testimonial-box{
  border-radius: 20px;
}
.test_heading{
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px
}
.testimonial-box .subtitle{
  font-size: 25px;
  font-weight: 600;
  color: var(--second-color);
}
.testimonial-box .title{
  font-size: 35px;
  font-weight: 600;
  color: #000;
}
.testimonial-box .testimonial-about{
  color: #000;
}
.testimonial-box .owl-slider{
  position: relative;
}
.testimonial-slider{
  top: 15px;
  position: relative;
  z-index: 10000;
  border-radius: 20px;
}
.testimonial-card{
  border-radius: 20px;
  background: transparent;
  padding: 0 22px;
}
.testimonial-card p{
  color: var(--theme-color);
    line-height: 1.5;
    font-size: 24px;
    font-weight: 500;
}
ul.ratings{
  list-style: none;
  padding: 0;
  color: gold;
  font-size: 18px;
}
ul.ratings li{
  display: inline;
}
.testimonial-card .details{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
  justify-content: center;
}
.testimonial-card .user-img img{
  width: 70px!important;height: 70px;
  object-fit: cover;
  border-radius: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial-card .user-img img{
  margin-bottom: 15px;
}
.testimonial-card .details .user-name .h3{
  margin-bottom: 0;
  color: var(--theme-color);
    font-weight: 600;
    line-height: 1;
    font-size: 20px;
}
.testimonial-card .details .user-name .client{
  color: #6E8284;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 17px;
}
.testimonial-card:before{
  content: '\f10e';
  font: var(--fa-font-solid);
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 40px;
  color: var(--second-color);
}

/*==============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: var(--theme-color) !important;
  border-radius: 0 0 15px 15px;
  background-image: none !important;
  background-size: cover;
  padding-block: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  font-family: var(--font-family);
  margin-bottom: 12px;
}
.sub-banner:before{
  background-image: url(../images/header_bg.png) !important;
  position: absolute;
  content: '';
  opacity: 0.05;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
}
.sub-banner .breadcrumb-area {
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.breadcrumb-areas ul{
  padding: 0;
}

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

.sub-banner .breadcrumbs li {
  display: inline-block;
  list-style: none;
  font-size: 20px;
  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 .card{
  display: inline-block;
  padding: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  margin-bottom: 10px;
}
.contact-section .card .icons{
  width: 14%;
  text-align: center;
}
.contact-section .card .info{
  width: 75%;
}
.contact-section .card i{
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
}
.contact-section .card .card-icon{
    width: 35px;
    height: 35px;
    line-height: 23px;
    display: inline-block;
    font-size: 2rem;
    position: relative;
    background-color: var(--theme-color);
    border-radius: 5px;
    margin-inline: auto;
}

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

/*=============contact-form-section============*/
.contact-form-section{
}
.contact-form-section .main-title .h1:before{
  background-color: #fff;
}
.contact-form-section iframe{
  border-radius: 20px;
  box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.5);
}
.contact-form-section form{
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}
.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;
  object-fit: cover;
  max-height: 300px;
}
.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;
  position: relative;
  overflow: hidden;
}
.hotel-section .card:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 220%;
    height: 220%;
    background-color: var(--second-color);
    transition: all 0.4s ease-in-out;
    mask-image: url(../images/shapes/mask_img.svg);
    -webkit-mask-image: url(../images/shapes/mask_img.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
}
.hotel-section .card:hover:before{
   width: 105%;
  height: 105%;
  opacity: 1;

}
.hotel-section .card .card-img{
  overflow: hidden;
  border-radius: 10px 10px;
}
.hotel-section .card img{
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: 0.3s linear;
}
.hotel-section .card .card-body{
    padding: 10px 0;
    position: absolute;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: inherit;
    bottom: 5px;
    width: 97%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
  }
.hotel-section .card .card-title a{
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 30px;
    font-weight: bold;
    font-family: "Big Shoulders Display", sans-serif;
}
.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*/
header{
  border-radius: 20px 20px 0 0 ;
}
header .tob_bar{
  padding: 10px 0;
  border-bottom: 1px solid #FFFFFF1A;
}
.top_header_info{
  padding-inline: 20px;
  border-left: 1px solid #fff;
}
.top_header_info:first-child{
  border: none;
}
.top_header_info span{
  padding-inline: 5px;
}
.top_header_info p span i{
  opacity: 0.6;
}
.top_header_info p{
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
.top_header_info a{
  color: #fff;
  font-size: 14px;
}
/*main header*/
.brandName{
  font-size: 23px;
  font-weight: bold;
  color: #fff!important;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Outfit", serif;
}
.brandName span{
  font-size: 33px;
}


/*corbett zone*/
.corbett-zone{
    background: rgba(49, 77, 9, 1);
    border-radius: 15px;
    position: relative;
}
.corbett-zone .zone {
    border-radius: 10px;
    object-fit: cover;
    text-align: center;
    width: 100%;
    background: transparent;
    position: relative;
    overflow: hidden;
}
.zone-image{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1;
    border-radius: 10px;
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.corbett-zone .zone:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 116%;
    height: 116%;
    background-color: var(--second-color);
    transition: all 0.4s ease-in-out;
    mask-image: url(../images/shapes/mask_img.svg);
    -webkit-mask-image: url(../images/shapes/mask_img.svg);
    mask-size: cover;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;
    z-index: 2;
    pointer-events: none;
/*    opacity: 0;*/
  }
.zone-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    filter: brightness(0.86);
}
.corbett-zone .zone:hover .zone-image img{
  filter: brightness(1.0);
  transform: scale(1.1);
  transition: 0.3s;
}
.zone-content {
    padding: 10px 0;
    position: absolute;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: inherit;
    bottom: 5px;
    width: 97%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
}
.zone-content p{
  color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1;
    margin: 0;
}
.corbett-zone a {
  text-decoration: none;
  color: #555;
  font-weight: 400;
}
.zone-content .card-title{
  font-size: 26px;
  margin-bottom: 0;
  color: #fff;
  font-family: "Big Shoulders Display", sans-serif;
  font-weight: 600;
}

.corbett-zone .owl-nav .owl-next, .corbett-zone .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #E4E6E8 !important;
  border-radius: 50%;
}
.corbett-zone .owl-nav button.owl-prev{
  left: -60px;
}
.corbett-zone .owl-nav button.owl-next{
  right: -60px;
}
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;
}
*/
.bg-theme{
  background-color: var(--theme-color) !important
}
.site-logo{
  display: flex;
  gap: 4px;
  color: #FFF;
  align-items: center;
  flex-wrap: wrap;
}
.site-logo img{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  filter: brightness(100);
  border: 2px solid #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;
}
.footer_site-name img{
  border-radius: 50%;
  filter: brightness(100);
  border: 2px solid #fff;
  width: 108px;
  height: 110px;
}

/*========form booking index==========*/
.form_section form{
  background-color: #fff;
  border-radius: 0 15px 15px 15px;
  padding: 15px;
}
.form_section form label{
  font-weight: 600;
  font-size: 15px;
}
.form_section .title{
  width: max-content;
  padding: 5px 32px;
  position: relative;
  background-color: var(--second-color);
  left: 0px;
  border-radius: 5px 5px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.form_section .input-group{
  margin-bottom: 8px;
  position: relative;
}
.form_section .input-group i{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
  left: 4px;
  border-radius: 50% !important;
  font-size: 10px;
  width: 20px;
  height: 20px;
  display: flex
  ;
  align-items: center;
  justify-content: center;
  background: #000;
  opacity: 0.8;
}
.form_section .input-group .form-control{
  padding-left: 30px;
  border-radius: 5px !important;
}
.form_section .input-group textarea.form-control{
  padding: .375rem .75rem;
}
.home-form .form_section{
  opacity: .9;
}
.form_section form{
  border-bottom: 5px solid var(--second-color);
}
.form_section form .btn-theme{
  padding: 8px 15px;
}
.input-group>.form-control:focus, .input-group>.form-floating:focus-within, .input-group>.form-select:focus{
  z-index: 0;
}



.text-size-14 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #4c4c4c;
}

/*packages*/
.package__section{
  position: relative;
  background-color: #F3F1E4;
  width: 96%;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 20px;

}
.package_section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/header_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.3;
}
.place-box {
  position: relative;
  background-color: transparent;
  border-top: transparent;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 20px 20px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
}
.place-box:before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 220%;
  height: 220%;
  background-color: var(--second-color);
  transition: all 0.4s ease-in-out;
  mask-image: url(../images/shapes/mask_img.svg);
  -webkit-mask-image:url(../images/shapes/mask_img.svg);
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-position: center;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}

.place-box:hover:before {
  width: 105%;
  height: 105%;
  opacity: 1;
}
.place-box .image {
  overflow: hidden;
  border-radius: 10px 10px 0 0 ;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  position: relative;
}
.place-box .image:before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 88.18%);
}
.place-box .image:after {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
.place-box:hover .image:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}
.place-box .image img{
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.place-box:hover .image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.place-box .lower_content {
  padding: 10px 0;
  position: absolute;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: inherit;
  bottom: 5px;
  width: 97%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  text-align: center;
}
.lower_list{
  margin-bottom: 10px;
}
.lower_list .lists{
  display: flex;
  gap: 3px;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
}
.lower_list .lists li{
  padding: 4px 8px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  font-size: 14px;
  border-radius: 30px;
}
.place-box .h4 {
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-size: 30px;
  font-weight: bold;
  font-family:  "Big Shoulders Display", sans-serif;
}
.place-box .h4:hover {
  color: var(--theme-color);
}

/*=================tour_attraction===========*/
.tour_attraction{
  background: rgba(49, 77, 9, 1);
  border-radius: 15px;
  position: relative;
}
.tour_attraction .package-box{
  border-radius: 10px;
  object-fit: cover;
  text-align: center;
  width: 100%;
  background: transparent;
  padding-top: 10px;
  position: relative;
}

.slider_box{
  position: relative;
  padding-top: 104px;
  background: #fff;
  margin-top: 97px;
  padding-inline: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
}

.package_box .title{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 2;
}
.package_box p{
  line-height: 1.2;
  color: #fff;
  margin-top: 10px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.package-box {
  transition: all 0.3s ease;
}

.package-box.second {
  background-color: var(--second-color);
  background-repeat: repeat;
}
.package-box.second::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_trees.png);
  background-size: cover;
  background-position: center;
  opacity: 0.2;
}

.package-box.second .title{
  color: #000;
}
.package-box.second p{
  color: #000;
}
.package_box .second-box{
  padding: 10px;
  border-radius: 15px;
  position: relative;
  z-index: 3;
}
.tour_attraction .package-box .package-img{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  top: 0;
  z-index: 1;
}

.tour_attraction .package-box .package-img img{
  height: 200px;
  width: 200px;
  margin: auto;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
}

.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: var(--second-color);
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: var(--theme-color);
}
.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*/
.fixed__btns{
  position: fixed;
  right: 20px;
  bottom: 40px;
  background-color: #fff;
  width: 46px;
  height: 188px;
  z-index: 99;
  flex-direction: column;
  padding: 8px 5px;
  gap: 6px;
  display: flex;
  border-radius: 30px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
}
.float{
  position: relative;
  width: 35px;
  height: 35px;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 11px;
  z-index: 100;
  line-height: 35px;
}
.float:hover{
  color: #000;
}
.float-call{
  background-color:var(--theme-color);
  font-size: 15px;
  font-weight: 100 !important;
}
.float-mail{
  background-color: var(--second-color);
  font-size: 15px;
  font-weight: 100 !important;
}
.form_float_btn{
  background-color: #da3a2a;
  font-size: 15px;
  font-weight: 100 !important;
}
.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: 50% !important;
  border-radius: 0;
  padding: 10px 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #bababa;
  font-size: 17px;
  display: flex;
  justify-content: center;
  gap: 4px;
  font-weight: 600;
  color: #000;
}
.phone_res-float-btn .button__1{
  position: relative;
  left: 0 !important;
  border-top-left-radius: 20px;
}
.phone_res-float-btn .button__2{
  position: relative;
  border-top-right-radius: 20px;
  right: 0 !important;
}
.phone_res-float-btn img{
  width: 25px;
  height: 25px;
}
/***********Safari Pages**********/.safari_card {
  position: relative;
  border-radius: 20px;
  margin-bottom: 20px;
}

.safari_card .card_img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.safari_card .card_img img {
  width: 100%; /* Adjusted to 100% to fill the container */
  height: 100%;
  object-fit: cover;
}

.safari_card_body {
  position: relative; /* Keeps the top property functional */
  background-color: #fff;
  padding: 20px 10px;
  border: 1px solid #f2f2f2;
  text-align: center;
  box-sizing: border-box; /* Ensure padding doesn't affect width/height */
/*  transition: top 0.4s ease, width 0.4s ease, margin-inline 0.4s ease, box-shadow 0.4s ease, z-index 0.4s ease;*/
}

.safari_card:hover .safari_card_body {
/*  top: -40px;*/
transform: translateY(-40px);
width: 100%;
margin-inline: auto;
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
z-index: 1;
border-radius: inherit;
transition: 0.4s;
}

.safari_card:hover .card_img {
  border-radius: 15px;
  transition: 0.4s;
}

.safari_card_body .title {
  font-size: 22px;
  font-weight: 600;
}

.safari_card_body .content {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  padding-block: 15px;
}
/**************************************
 * 
 * Why Choose Us
 *
 *=====================================*/
 
 .why_section.about-section .main-title .h1{
  font-size: 50px;
}
.why_section{
  background-color: #F3F1E4;
  border-radius: 15px;
}
.why_box{
  display: flex;
  padding: 20px;
  border-radius: 12px;
}
.why_box:hover{
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}
.why_box .count-box{
  width: 60px;
}
.why_box .count-box .count{
  font-size: 20px;
  color: var(--second-color);
  font-weight: 600;
  margin-top: 6px;
}
.why-body{
  width: 100%;
}
.why-body .title{
  font-size: 25px;
  color: var(--theme-color);
  font-weight: 700;
}
.why-body p{
  color: var(--theme-color);
}
.why_box.active{
  background-color: rgba(255, 255, 255, 0.7);
}
.about_real-img {
  position: relative;
}

.about_real-img .why_box_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 0;
}

.about_real-img .why_box_img.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}


/********Main Slider********/
.slider_box_index{
  border-radius: 10px;
  object-fit: cover;
  text-align: center;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 15px;
}
.slider_box_inner{
  position: relative;
  background: #fff;
  border-radius: 20px;
}



.slider_box_inner .title{
  margin-top: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 2;
  height: 19px;
  line-height: 1;
}
.slider_box_inner p{
  line-height: 1.2;
  color: #000;
  margin-top: 10px;
  font-weight: 300;
  position: relative;
  z-index: 2;
}
.slider_box_inner .second-box{
  padding: 10px;
  border-radius: 15px;
  position: relative;
  z-index: 3;
}
.slider_box_index .package-img{
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.slider_box_index .package-img:before{
  position: absolute;
  width: 100%;    
  height: 100%;
  content: '';
  background-image: url(../images/border2.png);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
}
.slider_box_index .package-img img{
  height: 100%;
  width: 100%;
  margin: auto;
  object-fit: cover;
  border-radius: 8px;
}

.slider_box_index .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;
}

/*********About********/
.about_image{
  position: relative;
  margin-right: 0px;
  width: 105%;
}
.about_bg-img{
  width: 80%;
  height: 600px;
  background-color: var(--theme-color);
  border-radius: 20px;
  overflow: hidden;
}
.about_bg-img img{
  opacity: 0.3;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-radius: 20px 20px 20px 20px;
  width: 100%;
  border-radius: 20px;
}
.about_png-img{
  position: absolute;
  top: 0px;
  filter: brightness(0.92);
  left: 0;
}
.about_real-img{
  width: 80%;
  height: 560px;
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
  border-radius: 20px;

}
.about_real-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leaves_images img{
  position: absolute;
  filter: blur(3px);
  z-index: -1;
}
.leaves_images .leaf-two{
  right: -81px;
  top: 50%;
  transform: translateY(-50%);
}
.leaves_images .leaf-one{
  right: 0;
  top: 61%;
}
.about_content{
  padding-inline: 20px 160px;
}
.about-section .main-title .h1{
  font-size: 70px;
}
.about-section .main-title .h1:before{
  display: none;
}
.about-section{
  overflow: hidden;
}

/*******Content*****/
.content__box{
  padding-block: 15px;
}
.content__box .content_img{
  width: 100%;
  height: 100%;
}
.content__box .content_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
/**********************
=======================
=======================
Blog Section (blog_Section)
=======================
=======================
**********************/
.blog_section{
  position: relative;
  background-color: #F3F1E4;
  border-radius: 15px;
}
.blog_section .card{
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background: transparent;
}
.blog_section .card-img{
  width: 100%;
  height: 300px;
}
.blog_section .card-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_section .date{
    color: #777;
    font-weight: 600;
    font-size: 14px;
}
.blog_section .date span{
  color: var(--second-color);
}
.blog_section .date .dot{
  color: #777;
  font-size: 22px;
}
.blog_section .card-body{
  background: transparent;
}
.blog_section .title{
    font-size: 24px;
    color: var(--theme-color);
    font-family: "Big Shoulders Display", sans-serif;
    line-height: 1.2;
    font-weight: 800;
}
/***POPup FORM*/
/* Popup Form Styles */
#popup_form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup_content {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 400px;
    position: relative;
}

.close_btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
}

.form_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.form_group {
    margin-bottom: 15px;
}

.form_group label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--theme-color);
}

.form_group input,
.form_group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
    transition: 0.3s;
}

.form_group textarea {
    resize: none;
    height: 80px;
}

.form_group input:focus,
.form_group textarea:focus {
    border-color: var(--second-color);
}


