@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
  line-height: 1;
}

ol, ul {
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
b, strong{font-weight: bold;}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}
em, i{font-style: italic;}

h1{
  font-family: "Playfair", serif;
  font-size: 45px;
  line-height: 45px;
  letter-spacing: -1px;
}
h2{
  font-family: "Playfair", serif;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: -1px;
}
h3{
  font-family: "Playfair", serif;
  font-size: 35px;
  line-height: 35px;
  letter-spacing: -1px;
}
h5{
  color: #e45e26;
  font-size: 22px;
  line-height: 30px;
  font-family: "Playfair", serif;
}
h6 img{
  margin-right: 10px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}   
.clr{
  clear: both;
}
img{
  max-width: 100%;
  height: auto;
}
body{
   font-family: "DM Sans", sans-serif;
   overflow-y: scroll;
   overflow-x: hidden;
   color: #0d251d;
   font-size: 16px;
   line-height: 25px;
   background: #f9f7f1;

}
.logo img{
  max-width: 70px;
  float: left;
}
.logo span{
  font-family: "Playfair", serif;
  font-size: 30px;
  color: hsl(158 45% 10%);
  display: inline-block;
  padding: 14px 11px;
  letter-spacing: -1px;
  color: #fff;
}
.menucon{
  float: right;
  display: inline-flex;
}
.top_menu{
  
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  background: #f9f7f100;
  transition: transform 0.5s;
}
.top_menu.active{
  background: #f9f7f1;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}
.logo{
  float: left;
  padding: 15px 0;
}
.main_menu{
}
.main_menu ul{
  padding: 0;
  margin: 0;
}
.main_menu ul li{
  list-style: none;
  float: left;
  padding: 20px 0px;
}
.main_menu ul li a{
  display: block;
  text-decoration: none;
  color: #66746d;
  padding: 10px 18px;
  color: #fff;
}
.top_menu.active .logo span{
  color: #333;
}
.top_menu.active ul li a{
  color: #333;
}
.booknow span{
  background: #e45e26;
  color: #fff !important;
  border-radius: 5px;
  display: block;
  padding: 5px 18px !important;
  margin-top: 24px;
  margin-right: 10px;
  margin-left: 20px;
  cursor: pointer;
}
.inner,.com-content-category-blog,.com-content-article__body{max-width: 1280px;width: 100%;margin: 0 auto;}
.com-content-article__body{max-width: 1024px;width: 100%;margin: 0 auto;}
img[style="float: left;"]{
  margin-right: 20px;
}
.slide_con{
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.slide .sli_item {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: none;
  background-position: center center;
  backgound:hsl(158deg 55% 12% / 90%);
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.slide .sli_item.active{
  opacity: 1;
}
.slide .sli_item::before{
  content: '';
  display: block;
  background:hsl(158deg 55% 12% / 59%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.slide .sli_item h3{
  font-size: 5.5rem;
  line-height: 1;
  font-family: "Playfair", serif;
}
.slide .sli_item h3 em{
  color: #ddb35f;
}
.sli_content{
  position:absolute;
  width:70%;
  left:15%;
  z-index:2;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(50, -50%); /* IE 9 */
   -webkit-transform: translate(0, -50%); /* Safari */
}

.banner{
  min-height: 665px;
  background: #ccc;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: no-repeat;
  z-index: -2;
}
.banner .sli_item{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-attachment: no-repeat;
  background-position: center center;
}
.banner::before{
    content: '';
    display: block;
     background: #143F34;
    background: linear-gradient(0deg,rgba(20, 63, 52, 0.71) 0%, rgba(237, 221, 83, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}


.after_slide{
  border-bottom: 1px solid #ebe9e0;
  text-align: center;
  padding: 40px 0;
}
.after_slide .bottom_slide{
  display: inline-block;
  text-align: left;
  border-right: 1px solid #ebe9e0;
  padding: 0 40px;
}
.after_slide .bottom_slide h3{
  font-size: 25px;
  line-height: 1.75rem;
  font-family: "Playfair", serif;
}
.after_slide .bottom_slide:last-child{
  border:none;
}
.masonry-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.masonry-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  position:relative;
  z-index:2;
}
.masonry-4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  position:relative;
  z-index:2;
}
.page-header h2 a{
  text-decoration: none;
  font-family: "Playfair", serif;
  color: #333;
  font-size: 25px;
  line-height: 26px;
}

.copy{
  background: #0e3024;
  color: #7f927b;
  font-size: 14px;
  padding: 29px 0;
}
.co-l{
  float: left;
  padding: 5px 0;
}
.co-r{
  float: right;
}
.copy img{
  max-width: 25px;
  margin-left: 10px;
  opacity: 80%;
}
.copy img:hover{
   opacity: 100%;
   cursor: pointer;
}
.map{
   filter: grayscale(100%);
   line-height: 0;
}
.map:hover{
  filter: grayscale(0);
}
.footer{
  background: #143f34;
  color: #f9f7f1;
  padding: 80px 0;
}
.footer h2{
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -1px;
  font-family: "Playfair", serif;
}
h4{
  color: #e45e26;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
}
img.float-start{
  margin-bottom: -5px;
  margin-right: 10px;
  float: left;
}
.footer_l ul{
  padding: 0;
  margin: 0;
}
.footer_l ul li{
  list-style: none;
  margin-top: 10px;
}
label{
  display: block;
  color: #abc9bf;
  margin-bottom: 8px;

}
label img{max-width: 15px;margin-right: 10px;}
.row2{
  width: 50%;
  float: left;
  padding: 0 0 0 10px;
  margin-bottom: 25px;
}
.full{width: 100%;padding: 0 0 0 10px;}
.myform input,.myform select,.myform textarea{
  width: 100%;
  background: #2c564b;
  border: 1px solid #55746a;
  border-radius: 5px;
  padding: 12px;
  color: #fff;
}

::placeholder {
  color: #55746a;
}
textarea{min-height: 80px}
.bt{margin-top: 13px;background: #e45e26;border: none;text-transform: uppercase;cursor: pointer;}
.readmore a{
  text-decoration: none;
  display: block;
  border:1px solid #dcb55f;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 5px;
  margin-top: 10px;
  color:#0e251d ;
  letter-spacing: 1px;

}
.myform input.error,.myform select.error{
    border-color: #ff0000;
}
label.error{
    color:#ff0000;
}

.readmore a:hover{
  background: #dcb55f;
}
.destination{
  text-transform: uppercase;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 16px;
  margin-bottom: 5px;
}
.item-image{
  margin:0 0px 20px 0px;
  border-radius: 5px;
 
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;

}
.item-image a{
  display: block;
   background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: center center;
  transition: transform 0.5s;
  background-position: center center !important;
}

.item-image:hover>a{
  transition: transform 0.5s;
  transform: scale(1.1);
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -o-filter: brightness(80%);
  -ms-filter: brightness(80%);
}

.item-image img{
  opacity: 0;
}
.categoryName{
  position: absolute;
  bottom: 20px;
  left: 10px;
}
.categoryName span{
  background: #e45e26;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
.starts_from{
  margin-top: 8px;
  color: #e45e26;
  font-family: "Playfair", serif;
  font-size: 23px;
}
.cont{
  padding: 40px 0;
}
.cat_tab{
  text-align: center;
  margin-bottom: 40px;
}
.cat_tab ul{
  padding: 0;
  margin: 0;
}
.cat_tab ul li{
  display: inline-block;
  padding: 3px 15px;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #ddb35f;
  border-radius: 3px;
  cursor: pointer;
  margin: 0 4px;
}
.cat_tab ul li:hover,.cat_tab ul li.active{
  background: #ddb35f;
}
.blog-item.hide{
  display: none;
}
.blog-item.hide.active{display: block;}
.cat_page_header{
  text-align: center;
  margin-bottom: 60px;
}
.card-header{
  text-align: center;
}
.bottom_component{
  margin-top: 60px;
  padding-bottom: 50px;
}
.faq{
  max-width: 900px;
  margin: 0 auto;
  padding: 0;

}
.faq li{
  list-style: none;
  border-bottom: 1px solid #e1dfd5;
  padding: 30px 0;
}
.faq_header{
   font-family: "Playfair", serif;
  font-size: 25px;
  
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.faq_header::before{
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 8px;
    background: url(../images/close.png) right center no-repeat;
    background-size: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transition: transform 0.5s;
}
.faq_header.active::before{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.faq_header:hover{
  color: #e45e26;
}
.faq_body{
  padding-top: 17px;
  display:none;
}
.faq_body.active{display: block;}
[rel="next"],[rel="prev"]{
  margin-top: 13px;
  background: #e45e26;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 12px 50px;
  border-radius: 5px;
}
[rel="prev"]{
  background: #714930;
}
.bottom{
  border-top: 1px solid #e1dfd5;
  padding: 80px 0;
}
.bottom td{
  padding: 0 20px;
}
table,tr,td{
  vertical-align: top;
}
.gtranslate_wrapper{
  float: right;
}
.translate{
  margin-top: 26px;
  padding-left: 30px;
  background: url(../images/internet-w.png) left 6px no-repeat;
  background-size: 20px;
}
.translate select{
  background: none;
  padding: 5px;
  width: auto;
  border-radius: 5px;
  max-width: 100px;
  border: 1px solid #fff;
  color: #fff;
  outline: none;
}
.translate select option{
  color: #333;
}
.top_menu.active .translate select{
  color: #333;
  border-color: #333;
}
.top_menu.active .translate{background: url(../images/internet.png) left 6px no-repeat;background-size: 20px;}
.category-desc{

}

.tourbanner{
  min-height: 600px;
  background: url(../images/banner.png) center center no-repeat;
  position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: no-repeat;
    z-index: -2;
    overflow: hidden;
    margin-bottom: 60px;
}
.tourbanner::before {
    content: '';
    display: block;
    background: #143F34;
    background: linear-gradient(0deg,rgba(20, 63, 52, 0.71) 0%, rgba(237, 221, 83, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}
.tourbanner_content{
  position: absolute;
  bottom: 70px;
  max-width: 800px;
  color: #fff;
  z-index: 1;
}
.tourbanner_content h1{
  font-size: 70px;
  line-height: 60px;
}
.tour_destination{
  margin-top: 13px;
}
.overview_con{
  width: 67%;
  float: left;
}
.overview_con h2{
  margin-bottom: 14px;
}
.booking_con{
  width: 33%;
  float: left;
  position: sticky;
    top: 100px;
}
.tour_de{
  padding: 70px 0;
  max-width: 1024px;
}
.tour_highlights{
  margin-top: 50px;
}
.tour_highlights ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
  padding: 0;
  margin: 0;
}
h5 img{
  margin-right: 10px;
}
.tour_highlights ul li{
  list-style: none;
  background: url(../images/check.png) left center no-repeat;
  background-size: 15px;
  padding-left: 20px;
}
.tour_destinations{
  margin-top: 30px;
}
.book_icon_in{
  background: #fff;
  border: 1px solid #e1dfd5;
  border-radius: 5px;
  padding: 24px;
  margin-left: 45px;
  position: sticky;
  top: 170px;
}
.book_icon_in .starts_from{
  font-size: 30px;
}
.booking_this_tour{
    margin-top: 13px;
    background: #e45e26;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}
.booking_this_tour img{
  width: 15px;
  margin-right: 5px;
  margin-bottom: -3px;
}
.tour_price_con{
  background: #e45e26;
  float: left;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 5px;
  margin-bottom: 18px;
}
.tour_destination{
  background: url('../images/maps-and-flags 2 copy.png') left center no-repeat ;
  padding-left: 30px;
}
.item-page .inner{max-width: 1024px;}


.itinerary_details_bu{
    margin-top: 13px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    color: #333;
    font-size: 12px;
    padding: 6px 20px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    border: 1px solid #ddb35f;
}
.itinerary_details_bu:hover{
  background: #ddb35f;
}
.itinerary_details_bu img{
  width: 15px;
  margin-right: 5px;
  margin-bottom: -3px;
}
.itinerary_details_con{
  display: none;
}
.itinerary_details_bt{
  cursor: pointer;
}
.itinerary_details_bt{
  border-bottom: 1px solid #e1dfd5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}


.itinerary_details_bt::before{
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    right: 10px;
    top: 25px;
    background: url(../images/close.png) right center no-repeat;
    background-size: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transition: transform 0.5s;
}

.itinerary_details_bt.active::before{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.itinerary_details_body td{
  
}
table{
  
}
.table_wrap{
  background: #fcfbf8;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e1dfd5;
  margin: 10px 5px;
}
.itinerary_details_con li{
  margin-left: -20px;
}
table[border="0"] td{
  position: relative;
}
.itinerary_details_con blockquote{
  padding-left: 20px;
  position: relative;
}
.itinerary_details_con blockquote h6{
  position: relative;
  color: #e68122;
}

.itinerary_details_con blockquote::before{
  content: '';
  display: block;
  width: 1px;
  background: #e67e23;
  bottom: 0px;
  left: 5px;
  top: 15px;
  position: absolute;
}
.itinerary_details_con blockquote h6::before{
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 25px;
  background: #e67e23;
  float: left;
  margin-left: -20px;
  margin-top: 6px;
}
[style="text-align: center; font-size: 12px; font-style: italic;"]{display: none;}
[border="0"] .table_wrap{
  margin-bottom: 0;
}
.journal .item-image{
  margin: 0;
  border-radius: 0;
  max-height: 225px;
}
.journal .item-image a{
  max-height: 225px;
}
.journal .item-content{
  background: #fff;
  padding: 25px 20px;
}
.journal.masonry-3{
  grid-gap: 42px;
}
.journal h2{
  line-height: 25px;
  margin-bottom: 8px;
}
.journal .introtext{
  font-size: 14px;
  color: #54655e;
  margin-bottom: 20px;
}
.bookingform{
  background: #143f34;
  padding: 25px 25px 25px 15px;
}
.bt{background: #e45e26 !important;border: none !important;padding: 17px !important;}
.booking_summary{
    width: 50%;
    background: #2c564b;
    border: 1px solid #55746a;
    border-radius: 5px;
    padding: 12px;
    color: #fff;
    margin-bottom: 20px;
    float: left;
}

.bookingform{display: none;}

.owl-controls{
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.owl-page{
  height: 3px;
  width: 25px;
  background: #c4c9c3;
  display: inline-block;
  margin: 0 5px;
  border-radius: 5px;
}
.owl-pagination{
  text-align: center;
  
}
.owl-page.active{width: 40px;background: #e46224;}
.book_head {
    color: #fff;
    margin-bottom: 30px;
    font-size: 36px;
    font-family: "Playfair", serif;
    padding: 20px;
}
.form_close{width: 40px;height: 40px;float: right;background:url(../images/close_w.png) center center no-repeat;background-size: 15px;margin: -20px -20px 0 0;cursor: pointer;}
.large .com-content-article__body{
  max-width: 1280px;
}
.cr_date{text-transform: uppercase;font-size: 13px;letter-spacing: 3px}
/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .masonry-4,.masonry-3,.masonry-2{
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
  }
  .inner, .com-content-category-blog, .com-content-article__body{
    max-width: 100%;
  }
  .menucon{width: 100%;display: none;background: #fff;padding: 20px;}

  .translate,.booknow,.main_menu,.logo{float: none;}
  .main_menu ul li{float: none;padding: 0px;}
  .booknow,.translate{width: 50%;float: left;text-align: center;}
  .translate select{width: 100%;max-width: 100%;}
  .gtranslate_wrapper{float: none;}
  .menu_bt{width: 40px;height: 40px;background: url(../images/menu_w.png) center center no-repeat;position: fixed;right: 20px;top: 20px}
  .top_menu.active .menu_bt{background: url(../images/menu.png) center center no-repeat;}
  .main_menu ul li a{color: #333 !important;}
   .translate select {color: #333;border-color: #333;}
   .top_menu .translate {background: url(../images/internet.png) left 6px no-repeat;background-size: 20px;}
   .slide .sli_item h3 { font-size: 2.5rem;}
   .after_slide{display: none;}
   .cat_tab ul li{margin-bottom: 10px;}
   .bottom_component{padding: 20px;}
   .item-content{padding: 0px 20px 30px 20px;}
   .tourbanner_content h1 {font-size: 35px;line-height: 34px;}
   .tourbanner_content{padding: 20px;bottom: 10px;}
   .overview_con,.booking_con{width: 100%;margin-bottom: 20px;}
   .book_icon_in{margin-left: 0;}
   .com-content-article__body,.tour_de{padding: 20px;}
   h2,h3{font-size: 25px;line-height: 25px;}
   .com-content-article__body table,.com-content-article__body tr,.com-content-article__body td{display:grid; }
   .itinerary_details_bt::before{top: 8px;}
   .footer{padding: 20px;}
   .tourbanner{min-height: 350px;}
   label{font-size: 13px;}
   .book_head{font-size: 28px;}
   .row2{width:100%;}

   }

/* Landscape phones and smaller */
@media (max-width: 480px) {

}
