
@import url(https://db.onlinewebfonts.com/c/12ece9d4b11e224fbbd0b5ca246bb213?family=Reey+Regular);
:root {
    --maincolor: #e8604c;
    --secondcolor: #0a73c3;
    --topheader: #313041;
    --pricecolor: #159f2b;
    --whitecolor: #fff;
    --greycolor: #ccc;
    --blackcolor: #333;
}

* {
    padding: 0;
    margin: 0;
}
section.top-destination {
    margin-top: 20px;
}
body
{
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 16px;
}
.header {
     background: url(../images/header-bg.jpg);
     background-color: rgba(0, 0, 0, 0);
     background-repeat: repeat;
     background-size: auto;
     background-color: #00000052;
     box-shadow: #060606 0px 0px 3px 0px;
     z-index: 999;
     width: 100%;
     left: 0;
     top: 0;
     background-color: #00000052;
     padding: 0;
     padding-top: 0px;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     min-height: 110px;
     padding-top: 50px;
}

.logo {
     float: left;
     position: relative;
     top: -22px;
}

.header_information {
     background-color: #fff;
     padding: 0 0;
     padding-top: 0px;
     margin-top: 0;
     margin-right: 0;
     margin-bottom: 0;
     position: absolute;
     width: 100%;
     max-width: 900px;
     height: 50px;
     top: -50px;
     padding-top: 10px;
     right: 0;
}
.header_information::after {
     width: 41px;
     height: 50px;
     background: url(../images/top_arrow.png);
     display: block;
     content: "";
     position: absolute;
     top: 0;
     left: -41px;
}
.header_information ul {
     display: inline-block;
}
.header_information ul li {
     align-items: center;
     display: inline-block;
     padding: 0px 10px;
     padding-right: 10px;
}
.header_information ul li img {
     padding-right: 10px;
}

.bottom-shape-img {
    position: relative;
    width: 100%;
    z-index: 1;
    bottom: 30px;
}
.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;
}
.btn-primary:hover::before{
    height:560%;
    border-color: var(--secondcolor);
}
.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: -20px;
}
#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: -20px;
}



@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;
    }
    .place-big img {
        border-radius: inherit;
        height: 100%;
        object-fit: cover;
    }

    .footer-nav-toggle::after {
        content: "\f068";
    }
}