﻿@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: "Oswald", sans-serif;*/
#site-content{
	padding-top:0px !important;
}
.wrapper{
	font-family: "Poppins", sans-serif;
	overflow: hidden;
}
.pdtb-75{
	padding: 50px 0px;
}
.pdt-75{
	padding-top: 50px;
}
.pdb-75{
	padding-bottom: 50px;
}
p,.section-II .insider-story p,
.ity-inclusions p, .ity-exclusions p, ul li  {
	font-size: 16px!important;
	line-height: 24px !important;	
	margin-bottom: 0.5rem;
	font-weight: normal !important;
}
p:empty,
p:empty:has(br),
p:empty:has(> br:only-child) {
    display: none;
}
section ul li::before {
	 top: 12px !important;
}
h2{
    font-size: 36px;
	line-height: 43px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	margin-bottom: 0.5rem;
}
.hero-banner{
	background: url("../img/homenanner.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	padding: 150px 0px;
	text-align: center;
	position:relative;
	
}
.hero-banner::before {
	content:"";
    background-color: rgb(0 0 0 / 10%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
     
}
.banner-content{
	z-index: 1;
	position: relative;
}
.banner-content p{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.banner-content h1{
		color: #fff;
	font-size: 60px;
	line-height: 72px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}
.banner-content h4{
		color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}

.countr-heding{
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;	
}
.highlight-block{
	background: #f5f5f5;
}
.grid-block{
	text-align: center;
}
.icon{
	margin-bottom: 15px;
}
.gallery img {
    max-width: 100%;
    object-fit: cover;
/*    min-height: 400px;*/
    width: 100%;
}
.daycontent h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    margin-bottom: 0.5rem;
}
.daycontent p{
	font-size: 15px;
	line-height: 22px;
}
.daycontent ul {
    list-style: disc;
    padding-left: 16px;
    margin: 10px 0;
    line-height: 26px;
    position: relative;
}

.daycontent h3 span {
 
    font-weight: 900;
}
.day-section .container-fluid{
	max-width: 1920px;
	
}
.daycontent{
	max-width: 695px;
	 
}
.gallerybox img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 350px;
}
.joureny-heading h3{
	
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
  
    font-family: "Oswald", sans-serif;
}
.joureny-section{
    background: #f5f5f5;
}
@media only screen and (max-width: 767px){
    .joureny-section .row-space{
        grid-gap: 70px 0;
    }
    .joureny-section h2{
        padding: 0 0 30px !important;
    }
    p,.section-II .insider-story p,
    .ity-inclusions p, .ity-exclusions p, ul li  {
        font-size: 14px!important;
        line-height: 20px !important;	
    }
}
.newsmain{
    padding: 0 16px 40px !important;
    border: 1px solid rgba(16, 24, 40, .1);
    border-radius: 16px;
    box-shadow: 0px 16px 24px -16px rgba(0, 0, 0, .16);
    height: 100%;
    background: #fff;
    position: relative;
}
.newsimg{
        margin-top: -40px;
    border-radius: 8px;
    box-shadow: 0px 24px 24px -16px rgba(0, 0, 0, .3215686275);
    position: relative;
}
.newsimg a{
    padding: 0 !important;
    border-radius: 8px !important;
    aspect-ratio: 348 / 232;
    position: relative;
    display: block;
    padding-top: 75%;
    border-radius: 4px;
    overflow: hidden;
    background-color: #efefef;
    overflow: hidden;
}

.newsmain .country-name{
        position: absolute;
    top: 8px !important;
    left: 0;
    background-color: var(--wpte-discount-color, #00a758) !important;
    color: #fff !important;
    border-radius: 13px 50px 50px 0 !important;
    padding: 5.5px 14px !important;
    font-weight: 600;
    font-size: 12px !important;
    line-height: 1.21;
    transform: translateX(-4px) !important;
    width: auto !important;
    right: auto !important;
    z-index: 10;
}
.newsmain .country-name:before, .newsmain .country-name:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 4px !important;
    background-color: var(--wpte-discount-color, #00a758);
}
.newsmain .country-name:before{
  height: 2.5px;
}
.newsmain .country-name:after{
   height: 5px !important;
    background-color: var(--wpte-discount-color, #00a758);
    border-radius: 4px 0 0 4px !important;
    filter: brightness(0.6);
}
   
.newsimg a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.newsimg img{
	max-width: 100%;
	height:250px;
	object-fit:cover;
	width:100%;
     transition: 0.3s ease-in-out;

}
.newstext a {
    border: 1px solid #000;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block;
}
.newstext span{
	font-size: 14px;
}
.newstext{
	margin-top: 15px;
    padding-bottom: 30px;
}
.newstext h3{
	font-size: 20px;
	line-height: 30px;
    margin: 10px 0 15px;
    font-weight: 500;
}
.card-btn{
    position: absolute;
    bottom:20px;
}
.wather-section h4{
    font-size: 22px;
    line-height:28px;
    font-family: "Oswald", sans-serif;
}
.donloadbtn a:hover {
    background-color: #235195;
	color: #fff;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.newstext a:hover {
    background-color: #235195;
	color: #fff;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
.imagegalley {
    max-width: 1920px;
    margin: 0px auto;
}
 
.customizebutton {
    transform: matrix(0, -1, 1, 0, 0, 0);
    position: fixed;
    right: -88px;
    background: #014c82;
    padding: 10px 25px;
    top: 188px;
    z-index: 9999;
    border-radius: 6px 6px 0px 0px;
}
.customizebutton a {
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
}
.ityfields span[data-name="firstname"], .ityfields span[data-name="email"] {
    margin-right: 10px;
}
.ityfields span[data-name="firstname"], .ityfields span[data-name="lastname"], .ityfields span[data-name="email"], .ityfields span[data-name="phone"] {
    width: 48.9%;
    display: inline-block;
    margin-bottom: 30px;
}
.ity-section {
    padding: 2% 0;
    clear: both;
    /* margin-top: 55px; */
}
.social-links h2{
	color:#FFF;
}
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}
/**7-18-2024**/
.slidertext{
	text-align: center;
	padding: 20px 0px;
}
.slidertext h3{
		color: #014c82;
	font-size: 52px;
	line-height: 62px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}
.slidertext p{
	font-size: 22px !important;
}
.slidertext h4{
		color: #000;
	font-size: 30px;
	line-height: 36px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
}
.donloadbtn{
	margin-top: 20px;
}
.donloadbtn a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	border-radius: 50px;
	padding: 15px 20px;
	display: inline-block;
	background: transparent;
	border: 1px solid #000;
	
}
.slidertext {
    text-align: center;
    padding: 20px 20px;
    position: absolute;
    width: 93%;
    z-index: 99;
    margin: 0px auto;
    bottom: -80px;
    background: #fff;
    left: 50%;
    transform: translate(-50%, 0px);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.carousel-item img{
	height: 700px;
	object-fit: cover;
	width: 100%;
}
  .item h4 {
    height: 10rem;
    background: #009688;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 70px;
    color: #fff;
    margin: 10px;
    border-radius: 10px;
}
.galleryslider .owl-item{
	margin: 0 !important;
}
.galleryslider .owl-nav{
	display:none !important;
}
#itinerary-schedule.pdt-75 {
    padding-top: 90px;
}
.modal-backdrop{
	z-index: 99999;
}
#ityModal,
#ityPdfModal{
    z-index: 999999;
}
#ityModal .close,
#ityPdfModal .close {
    position: absolute;
    right: -26px;
    padding: 0;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    font-size: 40px;
    border: none;
    background: #33cc66;
    top: -20px;
    color: #FFF;
}
#ityModal .modal-body,
#ityPdfModal .modal-body{
	padding: 10px;
}
.ityfields span textarea {
	max-height: 100px;
}
.ityform {
    padding: 10px;
 }
.ityfields span input, .ityfields span textarea {
   padding: 8px 10px;
 }
.ityform h2.form-title {
    padding: 10px 0 10px;
 }
 #ityModal .wpcf7-response-output,
 #ityPdfModal .wpcf7-response-output{
	color:#FFF;
}
.downloadpdfform span.wpcf7-form-control-wrap{
	    margin-bottom: 10px!important;
}
.downloadpdfform span[data-name="firstname"],
.downloadpdfform span[data-name="email"],
.downloadpdfform span[data-name="phone"],
.downloadpdfform span[data-name="city"],
.downloadpdfform span[data-name="Traveldate"],
.downloadpdfform span[data-name="adults"],
.downloadpdfform span[data-name="children"]{
    width: 48.6%;
    display: inline-block;
    margin-bottom: 30px;
}
.downloadpdfform span[data-name="commtype"] span{
	display:flex;
}
.downloadpdfform span[data-name="commtype"] span.first,
.downloadpdfform span[data-name="commtype"] span.last{
	display:flex;
	    width: 140px;
}
.downloadpdfform span[data-name="commtype"] span.first input,
.downloadpdfform span[data-name="commtype"] span.last input{
	    padding: 8px 10px;
    width: 20px;
    margin-right: 6px;
}
.downloadpdfform span[data-name="firstname"],
.downloadpdfform span[data-name="phone"],
.downloadpdfform span[data-name="adults"],
.downloadpdfform span[data-name="Traveldate"]{
	margin-right: 10px;
}
.downloadpdfform span[data-name="email"],
.downloadpdfform span[data-name="origin"],
.downloadpdfform span[data-name="children"]{
	margin-right: 0px !important;
}
.downloadpdfform p{
	    font-size: 15px !important;
    color: #FFF;
}
.downloadpdfform span.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
    margin-top: 0 !important;
    position: static  !important;
}
.xdsoft_datetimepicker{
    z-index: 999999 !important;
}
  .searchform-container {
	position: relative;
	display:none;
 }
.searchform-container form {
	position: absolute;
	top: 53px;
	z-index: 99;
	right: 130px;
	padding: 10px;
	background: #000;
	border-radius: 20px;
}

.tab-section {
    position: relative;
    z-index: 99999;
   
   
}
.donloadbtn {
    margin-top: 20px;
    text-align: center;
}
.tab-block a {
   border-right: 1px solid #fff;
    padding: 15px 20px;
    color: #fff;
	text-transform: uppercase;
    font-size: 14px;
	line-height: 16px;
    display: inline-block;
    text-decoration: none;
}
.bg-blue{ 
	background: #014c82 !important;
	position: fixed; /* Make it stick/fixed */
	top: -80px; /* Hide the navbar 50 px outside of the top view */
	width: 100%; /* Full width */
	transition: top 0.3s; /* Transition effect when sliding down (and up) */
	z-index: 999;
}
.blog-stories { padding: 5% 0 0; }
.blog-stories .head-block h2 { font-size: 24px; font-weight: 700; text-transform: uppercase; text-align: center; padding: 0; padding-bottom: 2%; }
.blog-stories .head-block p { font-size: 13px; font-weight: 500; text-align: center; line-height: 24px; padding: 0; padding-bottom: 2%; }

.bloglist { padding: 2% 0 5%; background-image: url("./wp-content/uploads/2024/03/wooden-texture-bg-1.jpg"); background-repeat: no-repeat; background-position: center; background-size: 100%; }

/*.story-item .cardblock .item-head { min-height: 250px; background-color: #23a762; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 8px; }*/

.story-item .cardblock .item-head { min-height: 235px; background-color: #0000009c; border-radius: 0px; position: relative; border: 1px solid #6e6e6e; }
.story-item .cardblock .item-head .bgimage,
.story-item .cardblock .item-head .story-title { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.story-item .cardblock .item-head .bgimage img { width: 100%; height: 100%; opacity: 1; object-fit: cover; }
.story-item .cardblock .item-head .bgimage { z-index: 1; }
.story-item .cardblock .card-text .story-title { z-index: 2; display: flex; align-items: center; min-height: 50px; }
.story-item .cardblock .card-text .story-title h4 { font-size: 12px; font-weight: 300; color: #ffffff; text-align: center; padding: 30px 30px 5px 30px; line-height: 16px; }
.story-item .cardblock .card-text .story-title h2 { text-align: left; padding: 0px 0px; }
.story-item .cardblock .card-text .story-title h2 a { display: block; width: fit-content; padding-bottom: 5px; position: relative; text-decoration: none; font-size: 16px; font-weight: 600; color: #014c82; text-transform: uppercase; line-height: 20px; }
.story-item .cardblock .card-text .story-title h2 a::after { content: ""; width: 0; height: 3px; background-color: #e18d4b; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); transition: 0.2s ease-in-out; }
.story-item .cardblock .card-text .story-title h2 a:hover { color: #23a762;}
.story-item .cardblock .card-text .story-title h2 a:hover::after { width: 100%;}

.story-item .cardblock .card-text { background-color: #ffffff; width: 100%; margin: 0 auto; margin-top: 0px; padding: 16px 10px; border-radius: 0px; border: 1px solid #b6b6b6; z-index: 3; min-height: 185px; }
.story-item .cardblock .card-text p { font-size: 13px !important; line-height: 22px !important; margin-bottom: 20px !important; }
.story-item .cardblock .card-text .readmore-cta {    width: 100%; text-decoration: none; display: inline-block; font-size: 14px; color: #000000; text-align: center;}
.story-item .cardblock .card-text .readmore-cta svg { transition: 0.2s ease-in-out; }
.story-item .cardblock .card-text .readmore-cta:hover { color: #000; font-weight: 600; }
.story-item .cardblock .card-text .readmore-cta:hover svg { color: #e18d4b; margin-left: 3px; }
.stories-carousel .owl-nav button.owl-prev,
.stories-carousel .owl-nav button.owl-next { background-color: #ffffff; border: 1px solid #23a762; padding: 15px 18px 12px !important; border-radius: 30px; cursor: pointer; transition: 0.2s ease-in-out; position: absolute; bottom: 50%; z-index: 4; }
.stories-carousel .owl-nav button.owl-prev { left: -40px; }
.stories-carousel .owl-nav button.owl-next { right: -40px; }

.story-item .card-text .dt-details { margin-bottom: 20px; }
.story-item .card-text .dt-details li { font-size: 14px; color: #7b7b7b; }
.story-item .card-text .dt-details li > svg { margin-right: 5px; }
