
@import url(https://db.onlinewebfonts.com/c/12ece9d4b11e224fbbd0b5ca246bb213?family=Reey+Regular);
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap');

:root {
    --maincolor: #e8604c;
    --secondcolor: #0a73c3;
    --topheader: #313041;
    --pricecolor: #159f2b;
    --whitecolor: #fff;
    --greycolor: #ccc;
    --blackcolor: #333;
}
* {
    padding: 0;
    margin: 0;
}
.dropdown-item.active, .dropdown-item:active {
    color: #333 !important;
    text-decoration: none;
    background-color: #fff !important;
}
body
{
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
}
.hottest-destination-images-section {
    position: relative;
    overflow: hidden !important;
}
.hottest-destination-images-section:hover .hottest-destination-images {
    transform: scale(1.1);
}
.super-hot-section a {
    color: #333;
    text-decoration: none !important;
}
.hottest-destination-images a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}
.hottest-destination-images a::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.hottest-destination-images-section:hover .hottest-destination-images a::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.hottest-destination-images {
    position: relative;
    transition: all .5s ease-out;
}
.hottest-destination-heading h3 {
    font-size: 2rem;
    margin-bottom: 25px;
}
.hottest-destination-heading {
    padding-top: 70px;
}
.hottest-destination-heading p {
    position: relative;
    display: inline-block;
    font-family: "Reey Regular";
    color: var(--maincolor);
    font-size: 20px;
    letter-spacing: 0;
}
.hottest-destination-images {
    justify-content: flex-end;
    display: flex;
    flex-flow: row nowrap;
}
.hottest-destination-images a {
    flex: 0 0 265px;
    height: 355px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.hottest-destination-images a span {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    color: #fff;
    z-index: 9;
}
#hdi .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#hdi .owl-nav .owl-prev {
    left: -20px;
}
#hdi .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#hdi .owl-nav span {
    font-size: 36px;
    position: relative;
    top: 0px;
}
#hdi .owl-nav .owl-next {
    right: -20px;
}
#hdi .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
section.hottest-destination {
    padding-bottom: 20px;
}
.hottest-destination-images a::before {
    content: '';
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 50%);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    height: 100%;
}
.hottest-destination-images a img{
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}
.header-top{
    background-color: var(--topheader);
    padding: 10px 0;
}
.header-top-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-top-contact ul li {
    display: inline-block;
    padding-right: 20px;
}
.header-top-contact ul li a{
    color: #fff;
    transition: color .3s;
    text-decoration: none;
}
.section-heading h2 {
    padding: 0;
    margin: 0;
}
.header-top-contact ul li a:hover {
    color: var(--maincolor);
}
.padding-right5{
    padding-right: 5px;
}
.header-top-social ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-top-social ul li {
    display: inline-block;
    padding: 0 2px;
}
.header-top-social ul li a span {
    padding: 6px 10px;
    background: var(--maincolor);
    border-radius: 5px;
    font-size: 15px;
}
.header-top-contact {
    align-items: center;
    display: flex;
}
.header-top-social ul li a{
    color: #fff;
    transition: color .3s;
    text-decoration: none;
    background: #007fad;
    padding: 7px;
    align-items: center;
    display: flex;
    border-radius: 5px;
    text-align: center;
}
.header-top-social ul li a:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #333 !important;
    font-size: 15px;
}
.logo {
    width: 150px;
}
.bottom-shape-img {
    position: relative;
    width: 100%;
    z-index: 1;
    bottom: 28px;
}
.dropdown-item {
    font-size: 14px;
}
#banner .banner-image {
    height: 450px;
}
#banner .banner-image img{
    height: 100%;
}
.banner{
    position: relative;
}
.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
}
.search-button button {
    background: var(--maincolor);
    border-color: var(--maincolor);
    padding: 10px 25px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
section.countries-pb2 {
    margin-bottom: 20px;
}
.banner-image:before {
    content: '';
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
h2.ppb_title {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 50px;
    color: #ffffff;
    margin-top: 0;
    font-weight: 700;
}
.page_tagline {
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    color: #ffffff;
    font-size: 15px;
}
#tour_search_form.tour_search_form {
    border: 0;
    box-shadow: 0 0 0 0;
    background: transparent !important;
    margin-top: 0px;
    margin-bottom: 50px;
    width: 100%;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    text-align: center;
    justify-content: center;
}
.one_fourth {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    box-sizing: border-box;
}
#tour_search_form .one_fourth input, #tour_search_form .one_fourth select, .tour_search_form .one_fourth input, .tour_search_form .one_fourth select {
    width: calc(100% - 30px);
    border: 0;
    box-sizing: border-box;
}
#tour_search_form .one_fourth > span, .tour_search_form .one_fourth > span {
    opacity: 0.5;
    line-height: 1;
    color: #000;
    position: relative;
    top: 2px;
    right: 5px;
}
a.btn.btn-primary.view-button {
    background: var(--secondcolor);
    border-color: var(--secondcolor);
    border-radius: 20px;
}
a.btn.btn-primary.book-now {
    background: #fa5c30;
    border-color: #fa5c30;
    border-radius: 20px;
}
.most-popular-destination-content hr {
    margin: .5rem 0;
}
.rating{
    display: none;
}
.button-view {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}
.input-text-destination input {
    padding: 12px;
    border-radius: .25rem;
    box-shadow: none;
    width: 500px;
    border: 0;
}
#tour_search_form.tour_search_form label {
    display: block;
    text-align: left;
    color: #fff;
}
.input-text-destination select {
    height: 45px;
    box-shadow: none;
    border: 0;
}
.input-text-destination {
    margin-right: 10px;
}
.section-heading span {
    position: relative;
    display: inline-block;
    font-family: "Reey Regular";
    color: var(--maincolor);
    font-size: 20px;
    letter-spacing: 0;
}
.section-heading {
    text-align: center;
    padding-bottom: 20px;
}
.place-small {
    height: 270px;
}
.place-small a {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: block;
}
.place-small img{
    border-radius: inherit;
    height: 100%;
}
.place-small a::before {
    content: '';
    position: absolute;
    background: rgba(49, 48, 65, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.place-big {
    height: 270px;
    margin-bottom: 30px;
}
.place-big a{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
}
.place-big img{
    border-radius: inherit;
    height: 100%;
}
.place-big a::before {
    content: '';
    position: absolute;
    background: rgba(49, 48, 65, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.banner-content{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    padding: 15px 30px 40px;
}
.banner-content .subtitle{
    font-size: 20px;
    color: var(--maincolor);
    font-family: "Reey Regular";
}
.banner-content h3.title{
    font-size: 30px;
    color: #fff;
    margin: 0;
    line-height: 1.2;
}
.most-popular-destination-image {
    border-radius: 10px 10px 0 0;
}
.most-popular-destination-image img{
    border-radius:inherit;
}
.most-popular-destination-content h3 {
    font-size: 18px;
    margin: 0;
    line-height: normal;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rating span {
    color: var(--maincolor);
}
div#most-popular {
    margin: 0px 0 20px;
}
.most-popular-item {
    border: 1px solid #ebe6de;
    border-top: none;
    border-radius: 0 0 8px 8px;
    background: #fff;
    position: relative;
    cursor: pointer;
    transition: all .35s;
}
.most-popular-destination-content span i {
    color: var(--maincolor);
}
.most-popular-destination-content strong {
    display: block;
    font-size: 18px;
}
.most-popular-destination-content strong b{
    color: var(--maincolor);
    float: right;
}
.most-popular-item:hover{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}
.most-popular-destination-content {
    padding: 15px;
    border: 1px solid #ebe6de;
    border-top: none;
    border-radius: 0 0 8px 8px;
    background: #fff;
}
.category-list {
    text-align: center;
    background: #f8f5f5;
    padding: 20px;
    border-radius: 10px;
}
.category-list span {
    display: block;
    padding: 10px 0 0;
    font-size: 18px;
}
.category-list img {
    width: 100px !important;
    text-align: center;
    display: inline-block !important;
}
#category .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#category .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#category .owl-nav .owl-prev {
    left: -20px;
}
#category .owl-nav span {
    font-size: 36px;
    position: relative;
    top: 0px;
}
#category .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}

#category .owl-nav .owl-next {
    right: -20px;
}
#most-popular .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#most-popular .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#most-popular .owl-nav .owl-prev {
    left: -20px;
}
#most-popular .owl-nav span {
    font-size: 36px;
    position: relative;
    top: 0px;
}
#most-popular .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#most-popular .owl-nav .owl-next {
    right: -20px;
}
#main-slides .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#main-slides .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#main-slides .owl-nav .owl-prev {
    left: -20px;
}
#main-slides .owl-nav span {
    font-size: 36px;
    position: relative;
    top: 0px;
}
#main-slides .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#main-slides .owl-nav .owl-next {
    right: -20px;
}
#main-slides .owl-item {
    opacity: 0.1;
    transition: .3s all ease-out;
}
#main-slides .owl-item.active {
    opacity: 1;
}
.book-now-button a {
    color: #fff;
    text-decoration: none;
    background: var(--maincolor);
    padding: 10px;
    border-radius: 5px;
}
.dom-hol {
    border-radius: 10px;
    box-shadow: #d7d7d7 2px 2px 5px;
    margin-bottom: 10px;
}
.dom-hol a {
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
}
.book-now-button a {
    border-radius: 5px;
}
.book-now-button {
    position: relative;
    top: -10px;
}
.dom-hol a::before {
    content: '';
    position: absolute;
    background: rgba(49, 48, 65, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.book-now-button a:before {
    background: transparent;
}
.dom-hol .bottom-left{
    position: absolute;
    bottom: 8px;
    left: 16px;
    z-index: 999;
}
.domestic-packages-detail a {
    color: #fff;
    text-decoration: none;
}
.domestic-packages-detail {
    padding: 8px 10px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    background: #f6f4f4;
    border-radius: 0 0 10px 10px;
}
.domestic-packages-detail h6 {
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.domestic-packages-detail p {
    margin: 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
span.just-d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#main-slides2 .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#main-slides2 .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#main-slides2 .owl-nav .owl-prev {
    left: -20px;
}
#main-slides2 .owl-nav span {
    font-size: 36px;
    position: relative;
    top: 0px;
}
#main-slides2 .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#main-slides2 .owl-nav .owl-next {
    right: -20px;
}
#main-slides2 .owl-item {
    opacity: 0.1;
    transition: .3s all ease-out;
}
#main-slides2 .owl-item.active {
    opacity: 1;
}
 .testimonial {
    padding: 10px 0;
  }
   .testimonial .row .tabs {
    all: unset;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
  }
   .testimonial .row .tabs li {
    all: unset;
    display: block;
    position: relative;
  }
   .testimonial .row .tabs li.active::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #71b85f;
    border-radius: 50%;
  }
   .testimonial .row .tabs li.active::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: #71b85f;
    border-radius: 50%;
  }
   .testimonial .row .tabs li:nth-child(1) {
    align-self: flex-end;
  }
   .testimonial .row .tabs li:nth-child(1)::before {
    left: 64%;
    bottom: -50px;
  }
   .testimonial .row .tabs li:nth-child(1)::after {
    left: 97%;
    bottom: -81px;
  }
   .testimonial .row .tabs li:nth-child(1) figure img {
    margin-left: auto;
  }
   .testimonial .row .tabs li:nth-child(2) {
    align-self: flex-start;
  }
   .testimonial .row .tabs li:nth-child(2)::before {
    right: -65px;
    top: 50%;
  }
   .testimonial .row .tabs li:nth-child(2)::after {
    bottom: 101px;
    border-radius: 50%;
    right: -120px;
  }
   .testimonial .row .tabs li:nth-child(2) figure img {
    margin-right: auto;
    max-width: 300px;
    width: 100%;
    margin-top: -50px;
  }
   .testimonial .row .tabs li:nth-child(3) {
    align-self: flex-end;
  }
   .testimonial .row .tabs li:nth-child(3)::before {
    right: -10px;
    top: -66%;
  }
   .testimonial .row .tabs li:nth-child(3)::after {
    top: -130px;
    border-radius: 50%;
    right: -46px;
  }
   .testimonial .row .tabs li:nth-child(3) figure img {
    margin-left: auto;
    margin-top: -50px;
  }
   .testimonial .row .tabs li:nth-child(3):focus {
    border: 10px solid red;
  }
   .testimonial .row .tabs li figure {
    position: relative;
  }
   .testimonial .row .tabs li figure img {
    display: block;
  }
   .testimonial .row .tabs li figure::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 4px solid #dff9d9;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
   .testimonial .row .tabs li figure:hover::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
   .testimonial .row .tabs.carousel-indicators li.active figure::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
   .testimonial .row .carousel > h3 {
    font-size: 20px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    margin-bottom: 0;
  }
   .testimonial .row .carousel h1 {
    font-size: 40px;
    line-height: 1.225;
    margin-top: 23px;
    font-weight: 700;
    margin-bottom: 0;
  }
   .testimonial .row .carousel .carousel-indicators {
    all: unset;
    padding-top: 43px;
    display: flex;
    list-style: none;
  }
   .testimonial .row .carousel .carousel-indicators li {
    background: #000;
    background-clip: padding-box;
    height: 2px;
  }
   .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
    margin-top: 42px;
  }
   .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
    font-size: 18px;
    line-height: 1.72222;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
  }
   .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
    color: #000;
    font-weight: 700;
    margin-top: 37px;
    font-size: 20px;
    line-height: 1.45;
    text-transform: uppercase;
  }
  .start-from strong {
    color: var(--maincolor);
    font-size: 20px;
}
.quote-img img {
    width: auto !important;
}
.reviewer-meta img {
    width: 60px !important;
    display: inline-block !important;
}
.testi-sec {
    background: var(--maincolor);
    padding: 20px 0;
}
.testimonial-card:after {
    bottom: -26px;
    content: " ";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    border: 15px solid;
    border-color: #ffffff transparent transparent #ffffff;
}
.testi-sec .section-heading h2 {
    color: #fff;
}
.testi-sec .section-heading span {
    position: relative;
    display: inline-block;
    font-family: "Reey Regular";
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
}
.card.testimonial-card {
    margin-bottom: 25px;
    border: none;
}
.font-lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

#client-testimonial .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#client-testimonial .owl-nav .owl-prev {
    background: #fff !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--maincolor) !important;
}
#client-testimonial .owl-nav .owl-prev {
    left: -50px;
}
#client-testimonial .owl-nav span {
    font-size: 36px;
    position: relative;
    top: 0px;
}
#client-testimonial .owl-nav .owl-next {
    background: #fff !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: var(--maincolor) !important;
}
#client-testimonial .owl-nav .owl-next {
    right: -50px;
}
#client-testimonial .owl-item {
    opacity: 0.1;
    transition: .3s all ease-out;
}
#client-testimonial .owl-item.active {
    opacity: 1;
}
.our-client{
    padding-top: 20px;
}
#clients .owl-nav {
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    width: 100%;
}
#clients .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#clients .owl-nav .owl-prev {
    left: -20px;
}
section.blogss {
    background: #f6f4f4;
    padding-top: 20px;
}
#clients .owl-nav span {
    font-size: 36px;
    position: relative;
    top: 0px;
}
#clients .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#clients .owl-nav .owl-next {
    right: -20px;
}
#clients .owl-item {
    opacity: 0.1;
    transition: .3s all ease-out;
}
#clients .owl-item.active {
    opacity: 1;
}
.client-logo {
    width: 270px;
    padding-left: 50px;
    display: flex;
    padding-right: 60px;
}
.blog-detail h3 {
    font-size: 18px;
    margin: 0;
    line-height: normal;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blogs-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: #d7d7d7 2px 2px 5px;
    margin-bottom: 10px;
}
div#blogs {
    margin-bottom: 20px;
}
.blog-detail h3 {
    padding-bottom: 5px;
    padding-top: 10px;
}
.blog-detail {
    padding: 10px;
    border-radius: 10px;
}
.blog-image {
    border-radius: 10px 10px 0 0;
    position: relative;
}
.blog-image img {
    border-radius: inherit;
}
#blogs .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#blogs .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#blogs .owl-nav .owl-prev {
    left: -20px;
}
#blogs .owl-nav span {
    font-size: 36px;
    position: relative;
    top: 0px;
}
#blogs .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#blogs .owl-nav .owl-next {
    right: -20px;
}
.blog-image::before {
    content: '';
    position: absolute;
    background: rgba(49, 48, 65, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.footer {
    background: #333333;
    color: #fff;
    padding: 30px 0;
}
.footer-menu {
    margin-bottom: 0;
    padding-left: 0;
}
.footer-menu li {
    margin-bottom: 0.25rem;
    list-style-type: none;
}
.footer-menu li a {
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-left: 1.25rem;
}
.footer-menu li a::before {
    content: '\f054';
    font: normal normal normal 14px / 1 FontAwesome;
    color: #fff;
    position: absolute;
    left: 0;
    top: 6px;
    transform: none;
    font-size: 12px;
}
footer.text-center.text-white {
    background: #2f2f2f !important;
}
.social-media {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.footer-menu {
    margin-bottom: 0;
    padding-left: 0;
}
.footer-menu li {
    margin-bottom: 0.25rem;
    list-style-type: none;
}
.subcribe-wrap {
    display: flex;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
}
.subcribe-wrap input {
    width: 100%;
    outline: 0;
    padding: 7px;
    border: 1px solid #b0b0b0;
    border-radius: 20px;
    padding-right: 95px;
    color: #fff;
    background: transparent;
}
.subcribe-wrap button {
    border: 0;
    background: #fff;
    color: #000;
    position: absolute;
    right: 0;
    border-radius: 20px;
}
div#offers {
    margin-bottom: 30px;
}
.offer-item a {
    border-radius: 10px;
}
.offer-item a img{
    border-radius: inherit;
}
#offers .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#offers .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#offers .owl-nav .owl-prev {
    left: -20px;
}
#offers .owl-nav span {
    font-size: 36px;
    position: relative;
    top: 0px;
}
#offers .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#offers .owl-nav .owl-next {
    right: -20px;
}
.dom-hol {
    position: relative;
    overflow: hidden !important;
}
.dom-hol-image{
    position: relative;
    transition: all .5s ease-out;
}
.dom-hol:hover .dom-hol-image {
    transform: scale(1.1);
}
.dom-hol-image a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}
.dom-hol:hover .dom-hol-image a::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.dom-hol-image a::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.place-small-image {
    height: 270px;
}
.place-small {
    position: relative;
    overflow: hidden !important;
}
.place-small-image{
    position: relative;
    transition: all .5s ease-out;
}
.place-small:hover .place-small-image {
    transform: scale(1.1);
}
.place-small-image a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}
.place-small:hover .place-small-image a::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.place-small-image a::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}



.place-small-image {
    height: 270px;
}
.place-big {
    position: relative;
    overflow: hidden !important;
}
.place-small-image{
    position: relative;
    transition: all .5s ease-out;
}
.place-small:hover .place-small-image {
    transform: scale(1.1);
}
.place-small-image a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}
.place-big:hover .place-small-image a::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.place-small-image a::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.most-popular-item {
    position: relative;
    overflow: hidden !important;
}
.most-popular-destination-image{
    position: relative;
    transition: all .5s ease-out;
}
.most-popular-item:hover .most-popular-destination-image {
    transform: scale(1.1);
}
.most-popular-destination-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}
.most-popular-item:hover .most-popular-destination-image::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.most-popular-destination-image::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}


.blogs-item {
    position: relative;
    overflow: hidden !important;
}
.blog-image{
    position: relative;
    transition: all .5s ease-out;
}
.blogs-item:hover .blog-image {
    transform: scale(1.1);
}
.blog-image a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}
.blogs-item:hover .blog-image a::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.blog-image a::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}


.offer-item {
    position: relative;
    overflow: hidden !important;
}
.offer-item-image{
    position: relative;
    transition: all .5s ease-out;
}
.offer-item:hover .offer-item-image {
    transform: scale(1.1);
}
.offer-item-image a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}
.offer-item:hover .offer-item-image a::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.offer-item-image a::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.search-button .btn-primary:hover::before{
    height:560%;
    border-color: var(--secondcolor);
}
.search-button .btn-primary:before {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 600%;
    background-color: var(--secondcolor);
    border-color: var(--secondcolor);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
    transform: translateX(-50%) translateY(-50%) rotate(60deg);
    z-index: -1;
    -webkit-transition: 0.7s ease;
    transition: 0.7s ease;
}
.country {
    position: relative;
    overflow: hidden !important;
}
.country {
    height: 270px;
}
.country-image {
    position: relative;
    transition: all .5s ease-out;
}
.country-image {
    height: 270px;
}
.country a {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: block;
}
.country:hover .country-image a::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.country-image a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}
.country img {
    border-radius: inherit;
    height: 100%;
}
.country-image a::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.country .banner-content h3.title {
    font-size: 22px;
    color: #fff;
    margin: 0;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}
.country .banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    padding: 0;
}
.star-co {
    display: flex;
    justify-content: space-between;
    background: rgba(232, 96, 76, .6);
    color: #fff;
    padding: 10px;
    margin-top: 5px;
}
#top-countries .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#top-countries .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#top-countries .owl-nav .owl-prev {
    left: -10px;
}
#top-countries .owl-nav span {
    font-size: 36px;
    position: relative;
    top: 0px;
}
#top-countries .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#top-countries .owl-nav .owl-next {
    right: -10px;
}
#top-countries2 .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#top-countries2 .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#top-countries2 .owl-nav .owl-prev {
    left: -10px;
}
#top-countries2 .owl-nav span {
    font-size: 36px;
    position: relative;
    top: 0px;
}
#top-countries2 .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#top-countries2 .owl-nav .owl-next {
    right: -10px;
}
.holiday-offer-image {
    border-radius: 10px;
}
.holiday-offer-image img{
    border-radius: inherit;
}
section.holiday-offers {
    margin-bottom: 30px;
}
section.tour-gallery {
    margin-bottom: 30px;
}
.package-image1 {
    border-radius: 10px;
    margin-bottom: 26px;
}
.height242{
    height: 252px;
    width: 100%;
}

.height150{
    height: 150px;
    width: 100%;
}
.package-view-button a {
    width: 100%;
    padding: 10px 0;
    background: var(--maincolor);
    border-color: var(--maincolor);
}
.height604{
    height: 604px;
    width: 100%;
}
.package-image1 a img{
    border-radius: inherit;
}
.package-image1 a {
    border-radius: inherit;
    position: relative;
}
.package-image1 span {
    position: absolute;
    font-size: 14px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 80%;
}
#super-domestic-deal .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

#super-domestic-deal .owl-nav .owl-prev {
    left: -10px;
}
#super-domestic-deal .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#super-domestic-deal .owl-nav span {
    font-size: 36px;
    position: relative;
    top: 0px;
}
#super-domestic-deal .owl-nav .owl-next {
    right: -10px;
}

#super-domestic-deal .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#super-international-deal .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

#super-international-deal .owl-nav .owl-prev {
    left: -10px;
}
#super-international-deal .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
#super-international-deal .owl-nav span {
    font-size: 36px;
    position: relative;
    top: 0px;
}
#super-international-deal .owl-nav .owl-next {
    right: -10px;
}
.client-menu {
    width: 255px;
    padding-left: 50px;
    display: flex;
    padding-right: 60px;
}
.our-client {
    padding-bottom: 30px;
}
.client-menu img {
    width: 150px;
    height: 80px;
    object-fit: contain;
    display: block;
}
/* section.banner {
    height: 450px;
}
div#banner {
    height: 450px;
}
.banner-image.ResponsiveYTPlayer {
    height: 100%;
} */
#super-international-deal .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}

.lighbox-video a::before {
    content: '\f04b';
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    height: 80px;
    width: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .8;
}
.lighbox-video {
    border-radius: 10px;
}
.lighbox-video a{
    border-radius: inherit;
}
.lighbox-video img {
    border-radius: 10px;
}
section.video-section-tour {
    padding-bottom: 0px;
}
#video-diary .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#video-diary .owl-nav .owl-prev {
    left: -10px;
}
#video-diary .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}

#video-diary .owl-nav span {
    font-size: 36px;
    position: relative;
    top: 0px;
}
#video-diary .owl-nav .owl-next {
    right: -10px;
}
#video-diary .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
.starting {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
  }
  
  #light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 800px;
    max-height: 560px;
    margin-left: -300px;
    margin-top: -180px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
  }
  
  #boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
  }
  
  .boxclose:before {
    content: "×";
  }
  
  #fade:hover ~ #boxclose {
    display:none;
  }
  #super-hot-deal .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#super-hot-deal .owl-nav .owl-prev {
    left: -10px;
}
#super-hot-deal .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}

#super-hot-deal .owl-nav span {
    font-size: 36px;
    position: relative;
    top: 0px;
}
#super-hot-deal .owl-nav .owl-next {
    right: -10px;
}
#super-hot-deal .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}
.travel-blog-details h4 {
    margin-bottom: 0;
}
.travel-news-section__list a:not(:first-child) {
    margin-top: 29px;
}
.travel-blog-details {
    padding: 10px 0;
}
.photo-gallery-image {
    height: 220px;
    background: aliceblue;
    width: 100%;
    border-radius: 8px 8px 0 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.photo-gallery {
    margin-bottom: 15px;
}

#testimonials-item .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}
#testimonials-item .owl-nav .owl-prev {
    left: -10px;
}
#testimonials-item .owl-nav .owl-prev {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}

#testimonials-item .owl-nav span {
    font-size: 36px;
    position: relative;
    top: 0px;
}
#testimonials-item .owl-nav .owl-next {
    right: -10px;
}
#testimonials-item .owl-nav .owl-next {
    background: var(--maincolor) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    color: #fff !important;
}

.photo-gallery-name {
    background: var(--maincolor);
    color: #fff;
    padding: 10px 0;
    border-radius: 0 0 8px 8px;
}
.photo-gallery-name h4 {
    font-size: 16px;
    text-align: center;
    margin: 0;   
}
.photo-gallery a {
    text-decoration: none;
}
.photo-gallery-image img {
    height: 100%;
}
.travel-news-section__list a {
    width: 465px;
    display: flex;
    flex-flow: row nowrap;
    text-decoration: none;
}
.travel-news-section__list {
    display: flex;
    flex-flow: column nowrap;
}
.travel-blog-details {
    padding: 0px 0 10px;
}
.travel-news-section__list a img {
    height: 100px;
    flex: 0 0 130px;
    object-fit: cover;
    margin-right: 20px;
    opacity: 1;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 10px;
}
.travel-blog-details h4 {
    font-size: 16px;
    font-weight: 600;
    color: #3a3a3a;
    -webkit-line-clamp: 2;
    max-height: calc(2* 16px* 1.5);
    overflow: hidden;
}
.travel-blog-details span {
    font-size: 12px;
    line-height: 1.5;
    color: #949494;
}
.travel-blog-details p {
    color: #707070;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 1.43;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 0;
}
.travel-blog-details h2 {
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
    color: #3a3a3a;
    font-weight: 600;
}
.testi-client .card {
    position: relative;
    background: #f4f4f4;
}
.testimonial.mt-4.mb-2 {
    padding: 20px;
    margin: 0 !important;
    text-align: center;
    padding-bottom: 30px;
}
.footer-content {
    padding: 37px 33px 26px;
    margin: 0 auto 50px;
    background-color: #fff;
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.14);
    border-radius: 19px;
    max-width: 1270px;
    width: 100%;
}
.footer-content .row > .col:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(214, 214, 214, 0.62);
}
.footer-list li:not(:last-child) {
    margin-bottom: 10px;
}
.nearby-places-item {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 4px;
}
.nearby-places-item .onclick-link {
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.nearby-places-list .col .nearby-places-item .caption {
    font-size: 1em;
}
.footer-logo:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 33px;
    width: 38%;
    height: 2px;
    background-color: #b7b7b7;
}
.footer-logo:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 33px;
    width: 38%;
    height: 2px;
    background-color: #b7b7b7;
}
.social-list {
    margin-bottom: 18px;
}
.social-list {
    display: flex;
    justify-content: center;
}
.social-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-list li {
    margin: 0 14px;
}
.social-list li a {
    color: inherit;
    font-size: 26px;
}
.social-list li a span {
    display: none;
}
.copyright {
    background: #121212;
    padding: 15px 0;
}
.copyright .copyright-txt {
    color: #fff;
}
.copyright .copyright-txt {
    display: block;
    color: #ccc;
    margin: 15px 0 15px 0;
    text-align: left;
    font-size: 1rem;
}
.copyright .copyright-txt strong {
    color: #fff;
}
.popular-destination-footer {
    display: flex;
    column-gap: 10px;
	flex-wrap: wrap;
}
.popular-destination-footer .pdf {
   
    width: 48%;
}
.popular-destination-footer2 {
    margin-top: 10px;
}
.pdf a{
    border-radius: 7px;
}
.pdf img{
    border-radius: inherit;
}
.pdf2 a{
    border-radius: 7px;
}
.pdf2 img{
    border-radius: inherit;
}
.footer-logo .logo-link {
    display: block;
    text-decoration: none;
    max-width: 175px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.footer-logo .logo-link .hellogtx-logo {
    width: auto;
    height: auto;
    max-width: 100% !important;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 5px;
}
.footer-logo .logo-link img {
    width: auto;
}
.footer-logo {
    position: relative;
    margin-bottom: 20px;
}
.footer-list li {
    position: relative;
    color: #505050;
    letter-spacing: 1px;
}
.nearby-places-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.nearby-places-list .col {
    width: 33%;
}
ul.footer-list {
    list-style: none;
}
p.footer-titles {
    color: #505050;
    font-size: 1.2em;
    letter-spacing: 1.04px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
}
.footer-list a, .footer-list .footer-link {
    color: #505050;
}
.testimonial strong {
    display: block;
    font-size: 16px;
    padding: 5px 0;
}
.testi-client .card img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}
.testi-client {
    margin-bottom: 40px;
}
.testi-client .card .name {
    position: absolute;
    bottom: -20px;
    left: 30%;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: var(--maincolor);
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
}
section.client-testimonial {
    margin-bottom: 30px;
}
a.see-articlee {
    display: flex;
    align-items: center;
    color: var(--maincolor);
}
a.see-articlee i {
    padding-left: 8px;
}
.travel-news-section__featured a {
    text-decoration: none;
}
.travel-news-section__featured h2 {
    text-decoration: none;
}
.travel-news-section__featured img {
    width: 100%;
    border-radius: 10px;
    height: 267px;
    object-fit: cover;
}
  .super-hot-section-content h5 {
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    font-size: 20px;
    margin: 0;
}
.super-hot-section {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #f2f2f2;
    margin-bottom: 30px;
}
.super-hot-section-content {
    margin-top: 12px;
    padding: 0px 10px 15px;
    min-height: 158px;
    display: flex;
    flex-direction: column;
}
.starting strong {
    color: var(--maincolor);
}
section.latest-travel-trends {
    margin-bottom: 30px;
}
  .test:hover ~ .test2 {
    display: none;
  }
  .super-hot-section .super-hot-section-image img {
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.super-hot-section .super-hot-section-image {
    height: 210px;
    border-radius: 12px 12px 0 0;
}

@keyframes slideInFromLeft {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  
  header {  
    animation: 1s ease-out 0s 1 slideInFromLeft;
  }
  @media (max-width: 767px) {
  .input-text-destination input {
    padding: 12px;
    border-radius: .25rem;
    box-shadow: none;
    width: auto;
    border: 0;
}
.header-top-social.ml-auto {
    margin-left: 0 !important;
}
.header-top {
    padding: 15px;
}
.header-top-contact {
    padding-bottom: 0px;
}
.header-top-contact ul li{
    display: block;
}
.bottom-shape-img {
    position: relative;
    width: 100%;
    z-index: 1;
    bottom: 13px;
}
.place-small img {
    border-radius: inherit;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.place-small {
    margin-bottom: 10px;
}
.place-big {
    margin-bottom: 10px;
}
#most-popular .owl-nav .owl-prev {
    left: 0px;
}
#most-popular .owl-nav .owl-next {
    right: 0px;
}
#top-countries .owl-nav .owl-prev {
    left: 0;
}
#top-countries .owl-nav .owl-next {
    right: 0;
}
#offers .owl-nav .owl-prev {
    left: 0px;
}
#offers .owl-nav .owl-next {
    right: 0px;
}
#category .owl-nav .owl-prev {
    left: 0px;
}
#category .owl-nav .owl-next {
    right: 0px;
}
#client-testimonial .owl-nav .owl-prev {
    left: 250px;
    top: 100px;
}
#client-testimonial .owl-nav .owl-next {
    right: 20px;
    top: 100px;
}
#clients .owl-nav .owl-prev {
    left: 10px;
}
#clients .owl-nav .owl-next {
    right: 10px;
}
#blogs .owl-nav .owl-prev {
    left: 0px;
}
#blogs .owl-nav .owl-next {
    right: 0px;
}
.client-logo {
    width: 100%;
}
.footer_nav_heading::after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
}
.footer-nav-toggle::after {
    content: "\f068";
}
.search-button button{
    padding: 10px 15px !important;
}
.search-button button i {
    font-size: 12px !important;
}
.header-top-social.ml-auto {
    display: none;
}
h4.footer_nav_heading {
    font-size: 18px;
}
.section-heading h2 {
    padding: 0;
    margin: 0;
    font-size: 26px;
}
.search-button button {
    display: inline-flex;
    align-items: center;
}
.search-button button i{
 margin-left: 4px;
}
  }
  @media (max-width: 992px) {
    .footer_nav_heading::after {
        content: "\f067";
        font-family: 'FontAwesome';
        position: absolute;
        right: 15px;
    }
    .hottest-destination-images a {
        flex: 0 0 421px;
    }
    .hottest-destination-heading {
        padding-top: 20px;
    }
    .footer-logo .logo-link .hellogtx-logo{
        position: relative;
        z-index: 999;
    }
    .travel-news-section__list a{
        max-width: 100% !important;
    }
    .height604 {
        height: auto;
        width: 100%;
    }
    .photo-gallery-image img {
        height: 100%;
        width: 100%;
    }
    .place-big img {
        border-radius: inherit;
        height: 100%;
        object-fit: cover;
    }

    .footer-nav-toggle::after {
        content: "\f068";
    }
}
.package-image1 {
    position: relative;
    overflow: hidden !important;
}
.package-image {
    position: relative;
    transition: all .5s ease-out;
}
.package-image1 a {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: block;
}
.package-image a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}
.package-image1 img {
    border-radius: inherit;
}
.package-image a::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.package-image-content{
    position: absolute;
    font-size: 21px;
    color: #fff;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 80%;
}

.package-image-content strong {
    display: block;
    font-weight: normal;
}
.package-image1:hover .package-image a::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.package-image-content button {
    width: 100%;
    padding: 10px 0;
    background: var(--maincolor);
    border-color: var(--maincolor);
    margin-top: 10px;
}
.package-image-content h4 {
    font-size: 28px;
}
.testi-client a {
    color: #333;
    text-decoration: none;
}

.photo-gallery {
    position: relative;
    overflow: hidden !important;
}
.photo-gallery-image {
    position: relative;
    transition: all .5s ease-out;
}
.photo-gallery a {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: block;
}
.photo-gallery-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}
.photo-gallery img {
    border-radius: inherit;
}
.photo-gallery-image::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.photo-gallery:hover .photo-gallery-image::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}


.ct {
    position: relative;
}
.img-card {
    position: relative;
    transition: all .5s ease-out;
}
.ct a {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: block;
}
.img-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}
.ct img {
    border-radius: inherit;
}
.img-card::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.ct:hover .img-card::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.persona_promo_video {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 315px;
    width: 563px;
}    
.persona_video_tablecell {
    width: 100%;
    height: 100%;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
}
a.mfp-iframe {
    display: flex;
    height: 100%;
    justify-content: center;
}    

.super-hot-section {
    position: relative;
    overflow: hidden;
}
.super-hot-section-image {
    position: relative;
    transition: all .5s ease-out;
}
.super-hot-section a {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: block;
}
.super-hot-section-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 10px;
    z-index: 1;
}
.super-hot-section img {
    border-radius: inherit;
}
.super-hot-section-image::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}

.super-hot-section:hover .super-hot-section-image::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

	.ResponsiveYTPlayer {
    position: relative;
    padding-bottom: 56.24%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    pointer-events: none;
}
.ResponsiveYTPlayer iframe, .ResponsiveYTPlayer object, .ResponsiveYTPlayer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}