/* ====================================================
    # Varible CSS
============================================== */
:root {
    --primary-color: #EDCC47;
    --secondary-color: #D20404;
    --white-color: #ffffff;
    --black-color: #000000;
    /* --font-color: #000; */
    --font-color: #676977;
    --font-dark-color: #101616;
    --footer-bg: #2a2c38;
    --section-color: #f5f5f5;
    --primary-font: "Rubik", sans-serif;
    --secondary-font: "Quicksand", sans-serif;
}

:hover {
    transition: 0.3s ease-in-out;
}

/* ====================================================
	# Normalize CSS
============================================== */
* {
    box-sizing: border-box;
}

body {

    margin: 0;
    font-size: 16px;
    line-height: 1.825em;
    font-family: var(--primary-font);
    color: var(--font-color);
    overflow-x: hidden;

}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button:focus {
    outline: none;
}

input,
textarea,
label,
button {
    outline: none;
    border: none;
    margin: 0;
}

.bg-wrapper {
    background-position: center;
    background-attachment: fixed;
    background-size: 100%;
}

a:hover,
a:focus,
input:focus,
button:focus,
a:active,
:focus-visible {
    text-decoration: none;
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
}

::selection {
    background: var(--primary-color);
    color: #fff;
}

.form-control:focus {

    box-shadow: none;
}

/* Navbar */
.nav-wrapper {
    margin: 0 auto;
    width: 100%;
    position: absolute;
}

.bg-nav {
    background: cadetblue;

    position: relative !important;
}

.bg-nav.fixed {
    position: fixed !important;
}

.nav-wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #000;
    /* background: var(--primary-color); */
    /* box-shadow: 0 0 4px; */
    padding: 5px 0;
}

.nav-wrapper.fixed .header--topbar {
    display: none;
}

.nav-wrapper.fixed .navbar {
    box-shadow: none;
    border: none;
}

.nav-wrapper.fixed .navbar .navbar-brand img {
    width: 70px;
}

.nav-wrapper.fixed .navbar-light .navbar-nav .active>.nav-link {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.nav-wrapper.fixed .navbar .dropdown:hover .dropdown-menu {
    background-color: #000;
}

.header--topbar {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 9;
}

.mid-txt {
    color: var(--white-color);
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    border-right: 0.15em solid transparent;
    white-space: nowrap;
    margin: 0 auto;
    margin-top: 30px;
    letter-spacing: 0.15em;
}

.float--left {
    float: left;
}

.header--logo img {
    width: 225px;
}

.header--info {
    margin: 15px 0 0;
}

.login-sec ul {
    display: flex;
}

.login-sec ul li {
    font-size: 14px;
    position: relative;
    color: var(--white-color);
}

.login-sec ul li a {
    color: var(--white-color);
}

/* .login-sec ul li a:hover,
.login-sec ul li a:focus {
  color: var(--black-color);
} */

.login-sec ul>li+li {
    margin-left: 15px;
    padding-left: 15px;
}

.login-sec ul li:before {
    content: "|";
    position: absolute;
    left: 0;
}

.login-sec ul li:first-child:before {
    content: '';
}

.float--right {
    float: right;
    color: var(--white-color);
}

.mid-part {
    display: flex;
}

.call {
    margin-right: 10px;
}

.agent {
    font-size: 13px;
}

.call .number {
    font-weight: bold;
    font-size: 16px;

}
.call .number a{
    color: #fff;
}
.call .number i{
    margin-right:3px;
}
/*  */

.mega-dropdown-menu .nav-tabs {
    /* display: inline-block; */
    border-bottom: none;
    /*padding-top: 15px;*/
    font-weight: bold;
}

.mega-dropdown-menu .nav-tabs>li {
    float: none;
    margin: 5px 0;
}



.mega-dropdown-menu .nav-tabs>li>a,
.mega-dropdown-menu .nav-tabs>li>a:hover,
.mega-dropdown-menu .nav-tabs>li>a:focus,
.mega-dropdown-menu .nav-tabs>li.active>a,
.mega-dropdown-menu .nav-tabs>li.active>a:hover,
.mega-dropdown-menu .nav-tabs>li.active>a:focus {
    border: none;
    border-radius: 0;
}

.mega-dropdown-menu .nav-list {
    margin-bottom: 25px;
}

.mega-dropdown-menu .nav-list>li {
    /*padding: 20px 15px 15px;
    border-left: 1px solid #eee; */
    display: block;
}

/*.nav-list > li:last-child { border-right: 1px solid #eee; }*/
.mega-dropdown-menu .tab-pane h4 {
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 15px;
}

.mega-dropdown-menu .nav-list>li>a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.mega-dropdown-menu .nav-list>li>a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.mega-dropdown-menu .nav-list>li>a>span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.mega-dropdown {
    position: relative;
}

.mega-dropdown-menu {

    text-align: center;
    width: 1000px;
    left: -845px;
    background: #00000057;
}

/*=======================*/

/*.tab-content{background: goldenrod;}*/




/*  */
.navbar {
    padding: 8px 20px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #00000057;
}

.navbar .navbar-brand img {
    width: 155px;
}

.navbar .navbar-toggler:focus {
    outline: none;
}

/* .navbar-nav {
  margin-left: 3rem;
} */

.navbar .nav-item {
    margin-right: 5px;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}

.navbar .nav-item .nav-link {
    transition: ease 0.4s;
    color: var(--white-color);
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0px 20px;
    font-size: 16px;
    margin-right: 0px;
    cursor: pointer;
    font-weight: 600;
    font-family: var(--secondary-font);
    letter-spacing: 1.2px;
    text-transform: uppercase;
}


.navbar .nav-item .nav-link:hover {
    color: var(--primary-color);

}


.dropdown-menu {
    padding: 0;
}

.dropdown-menu {
    display: none;
    z-index: 1;
    /* background: #00000057; */
    background-color: #000;
}

.dropdown-item {
    /* background: #1a7b89; */
    background: #00000057;
    color: #fff;
    padding: 5px 0px 10px 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;
    color: var(--primary-color);
    background: transparent;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* mega dropdown*/
/* .mega-dropdown-menu .nav-tabs {
  border-right: 1px solid #fff;
} */

.mega-dropdown-menu .nav-tabs>li {
    width: 100%;
    background: transparent;
    padding: 20px 0 10px 15px;
}

.mega-dropdown-menu .nav-tabs>li a {
    font-size: 15px;
    color: #fff;
    padding: 10px;

}

.mega-dropdown-menu .tab-content .tab-pane p {
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
}

.mega-dropdown-menu .bg-top {
    background: #151515;

}

.mega-dropdown-menu .ht-tab.col-md-10.bg-top {
    padding: 20px;
}

.mega-dropdown-menu .tab-content .tab-pane .detail-tab {
    padding: 0px 10px;

}

.mega-dropdown-menu .nav-tabs>li a:hover {
    color: var(--primary-color);
}

.mega-dropdown-menu.left .nav-tabs>li.active>a {
    background: #151515;
    color: var(--primary-color);
    display: block;
    width: 100%;
}

.mega-dropdown-menu .nav-tabs>li.active>a {

    color: var(--primary-color);
    display: block;
    width: 100%;
}

.mega-dropdown-menu .ht-tab.col-md-2 {
    padding: 0;
}

.mega-dropdown-menu .ht-tab.col-md-10 {
    padding: 0;
}

.mega-dropdown-menu .ht-ul {
    text-align: left;
}

.mega-dropdown-menu .tab-content {
    padding: 10px;
}

.mega-dropdown-menu .tab-pane .detail-tab h4 a {
    color: #fff;
}

.mega-dropdown-menu .tab-pane img {
    height: 225px;
}

.mega-dropdown-menu .ht-tab .btn-2 {
    float: right;
    margin-right: 20px;
}

/*.ht-ul hr{margin: 10px 0;}*/
/* sidenav */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: var(--primary-color);
    transition: 0.5s;
    overflow: hidden;
    padding-top: 60px;
}

.second-bg .openNav i {
    padding: 0px 20px;
    font-size: 16px;
    line-height: 42px;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav .search form {
    outline: 0;
    float: left;
    border-radius: 4px;
}

.sidenav .search form>.textbox {
    outline: 0;
    height: 42px;
    width: 244px;
    line-height: 42px;
    padding: 0 16px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #212121;
    border: 0;
    float: left;
    border-radius: 4px 0 0 4px;
}

.sidenav .search form>.textbox:focus {
    outline: 0;
    background-color: #FFF;
}

.sidenav .search form>.button {
    outline: 0;
    background: none;
    background-color: rgba(38, 50, 56, 0.8);
    float: left;
    height: 42px;
    width: 42px;
    text-align: center;
    line-height: 42px;
    border: 0;
    color: #FFF;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    transition: background-color .4s ease;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.sidenav .search form>.button:hover {
    background-color: #2095AE;
}

.sidenav form {
    padding: 20px;
}

.sidenav .search h4 {
    font-weight: bold;
    padding: 10px 0px;

}

.left {
    background: #333;
    left: -388px !important;
}

.sidenav .form h4 {
    font-weight: bold;
    padding: 10px 20px;
    border-top: 3px solid var(--secondary-color);
    border-bottom: 3px solid var(--secondary-color);
}

.sidenav a {
    padding: 12px 8px 12px 30px;
    text-decoration: none;
    font-size: 20px;
    color: var(--white-color);
    display: block;
    transition: 0.3s;
}

.second-bg ul {
    padding-top: 1rem;
}

.sidenav ul li {
    border-bottom: 1px solid var(--white-color);
}

#mySidenav ul li a {
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding-left: 40px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
}

.openNav {
    font-size: 20px;
    color: var(--white-color);
    cursor: pointer;
    margin-top: 0.5rem;
}

/* slick slider */
#homepage-slider .slider-hero img {
    height: 90vh;
    width: 100%;
    object-fit: cover;
    position: relative;
}

#homepage-slider .slider-hero .slider-prev,
#homepage-slider .slider-hero .slider-next {
    display: none;
}

/* position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  color: #fff;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
} */

/* #homepage-slider .slider-hero .slider-prev:hover,
#homepage-slider .slider-hero .slider-next:hover {
  color: #000;

}

#homepage-slider.slider-hero .slider-prev {
  left: 11px;
  z-index: 1;
}

#homepage-slider .slider-hero .slider-next {
  right: 11px;
  z-index: 1;
} */
#homepage-slider .image-wrap {
    position: relative;
}

#homepage-slider .image-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

/* top part */
/* .top-part {
  position: relative;
} */

/* .top-part img {
  height: 100vh;
  width: 100%;
  position: relative;
} */

/* .top-part .overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
} */
/* .top-part .slider-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
} */

/* ======= Booking style ======= */
.booking-wrapper {
    /* background-color: rgba(0, 0, 0, 0.2); */
    width: 100%;
    z-index: 5;
    background-color: #000;
}

/* .booking-wrapper .container {
  max-width: 900px;
} */

.tour-inner {
    position: relative;
    border-radius: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #000;
    /* background-color: rgba(255, 255, 255, 0.2); */
    border-radius: 0px;
    padding: 10px;
    backdrop-filter: blur(5px);
}

.form1 {
    /*    display: block;*/
    display: contents;
    padding: 0;
    position: relative;
}

.form1 label {
    display: none;
}

.form1 .col1 {
    float: left;
    width: 25%;
}

.form1 .col2 {
    float: left;
    width: 28%;
}

.form1 .col3 {
    float: left;
    width: 20%;
}

.form1 .c1 {
    border-left: 1px solid #f4f5f8;
    height: 50px;
    /*    margin-bottom: 15px;*/
}

.form1 .c2 {
    border-left: 1px solid #f4f5f8;
    height: 50px;
    /*    margin-bottom: 15px;*/
}

.form1 .c3 {
    border-left: 1px solid #f4f5f8;
    height: 50px;
    /*    margin-bottom: 15px;*/
}

.form1 .c4 {
    border-left: 1px solid #f4f5f8;
    height: 50px;
    /*    margin-bottom: 15px;*/
}

.form1 .c5 {
    border-left: 1px solid #fff;
    height: 50px;
    /*    margin-bottom: 15px;*/
}

.btn-form1-submit {
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    width: 100%;
    background: var(--primary-color);
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    line-height: 50px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.btn-form1-submit i {
    font-size: 13px;
    margin-right: 5px;
}

.btn-form1-submit:hover {
    background: #0f2454;
}

.btn-form1-submit:focus {
    outline: none;
}

.btn-form1-submit:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: inherit;
}

.input1_inner input {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #676977;
    padding: 10px 40px 10px 20px;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.input1_inner input::placeholder {
    font-size: 16px;
    color: #676977 !important;
}

.input1_inner input:focus {
    outline: none;
    box-shadow: none;
    background: #fff;
    color: #0f2454 !important;
}

.input2_inner {
    position: relative;
}

.input2_inner input {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #676977;
    padding: 16px 62px 10px 20px;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.input2_inner input::placeholder {
    font-size: 16px;
    color: #676977 !important;
}

.input2_inner input:focus {
    outline: none;
    box-shadow: none;
    background: #fff;
    color: #0f2454 !important;
}

.select1_wrapper {
    margin-bottom: 0;
}

.select1_inner {
    position: relative;
}

.select2 {
    width: 100%;
    background: #fff;
    margin-bottom: 0px;
    padding: 10px 50px 10px 20px;
    height: 50px;
    border: none;
}

.select2-container--default .select2-selection--single {
    border: none;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 90%;
}

.select1_wrapper .select2.destination {
    background: #fff url(../img/icon-destination.png) no-repeat left 15px center;
    padding-left: 50px;
}

/* about-us xection */

.about-list {
    position: relative;
    display: block;
}

.about-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-list li+li {
    margin-top: 10px;
}

.about-list-icon {
    display: flex;
    align-items: center;
}

.about-list-icon span i {
    font-size: 10px;
    color: #fff;
    /* background-color: #2095AE; */
    background-color: var(--primary-color);
    border-radius: 50%;
    padding: 10px;
}

.about-list-text {
    margin-left: 15px;
}

.about-list-text p {
    font-size: 16px;
    margin: 0;
}

/* phone-call button */
.phone-call {
    display: flex;
    align-items: center;
}

.phone-call .icon {
    position: relative;
    top: 3px;
}

.phone-call .icon span i {
    font-size: 36px;
    /* color: #2095AE; */
    color: var(--primary-color);
}

.phone-call .icon.color-1 span {
    font-size: 36px;
    color: #fff;
}

.phone-call .text {
    margin-left: 15px;
}

.phone-call .text p {
    font-size: 16px;
    margin: 0;
}

.phone-call .text a {
    font-size: 24px;
    /* color: #2095AE; */
    color: var(--primary-color);
    font-family: 'Barlow', sans-serif;
}

.phone-call .text a.color-1 {
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
}

/* about img */
.about h5 {
    color: #0f2454;
    font-size: 18px;
    line-height: 1.75em;
}

.about h5 span {
    color: #2095AE;
}

.about .about-img img:hover {
    transform: scale(0.95);
}

.about .about-img {
    position: relative;
}

.about .about-img .img {
    padding: 0 30px 30px 15px;
    position: relative;
}

.about .about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background-color: #2095AE;
}

.about .about-img .img:after {
    content: '';
    width: 50%;
    position: absolute;
    top: -6%;
    bottom: 60%;
    left: -3%;
    background-image: url(../img/dots.png);
    background-repeat: repeat;
    z-index: -1;
}

.about .about-img .img img {
    position: relative;
    z-index: 2;
    background: transparent;
}

/* circle */
.about #circle {
    position: absolute;
    top: 200px;
    right: -40%;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    pointer-events: none;
    opacity: .99;
    z-index: 2;
}

.about #circle text {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.about #circle svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    animation-name: rotate;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotate {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }
}

/* new */
/* slick slider */

#about-slider .slider-hero .slick-slide .image-wrap img {
    height: 150px;
    width: 100%;
    object-fit: cover;

}

#about-slider .slider-hero .slider-prev,
#about-slider .slider-hero .slider-next {
    position: absolute;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    color: #fff;
    line-height: 28px;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    background: var(--primary-color);
    padding: 5px 10px;
    border-radius: 8px;
}

#about-slider .slider-hero .slider-prev:hover,
#about-slider .slider-hero .slider-next:hover {
    color: #000;

}

#about-slider .slider-hero .slider-prev {
    right: 45px;
    top: -25px;
    z-index: 1;
}

#about-slider .slider-hero .slider-next {
    top: -25px;
    right: 11px;
    z-index: 1;
}

#about-slider .image-wrap {
    position: relative;
    margin: 0px 10px;
    background: white;
}

#about-slider .image-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.abt-txt {
    margin: 10px 0;
}

.slider-hero .title {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    margin: 10px;
}

.abt-txt p {
    margin-bottom: 10px;
}



.right-box {
    border: 2px solid var(--primary-color);
    padding: 10px;
}

.adv-part p {
    font-size: 14px;
    padding: 8px 0;
}

.right-box .first-part,
.right-box .second-part {
    margin: 10px 0;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.right-box .first-part .right-title a {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.right-box .title a {
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

.second-part .rating {
    color: var(--primary-color);
    font-weight: 500;
}

.third-part ul li a {
    color: #000;

}

.third-part ul li {
    line-height: 1.6em;
}

/* end */
/* why us */
.why-us {
    background: #F5F7F7;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-top: 2rem;
}

.why-us h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
}

.gap {
    margin-top: 15px;
    margin-bottom: 15px;
}

.why-box span {
    border-radius: 50%;
    padding: 15px;
    line-height: 15px;
    display: inline-block;
    background: var(--primary-color);
    text-align: center !important;
}

.why-box span i {
    font-size: 35px;
    color: #fff;
}


/*-----------------intro box / welcome style-1-----------------*/
.welcome_section {
    margin: 2rem 0;
}

.welcome1 .intro_common span {
    height: 100px;
    width: 100px;
    padding: 13px;
    border: 2px solid #f5f5f5;
    position: relative;
    background: #fff;
}

.welcome1 .intro_common span i {
    background: #f5f5f5;
    border-radius: 100%;
    color: #1d2b44;
    display: block;
    font-size: 35px;
    height: 70px;
    padding: 20px;
    text-align: center;
    width: 70px;
}

.welcome1 .intro_common span::before {
    border-radius: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    border: 2px solid var(--primary-color);
}

.welcome1 .intro_common:hover span:before {
    -webkit-animation: scaleAnimation1 0.8s 0s;
    -moz-animation: scaleAnimation1 0.8s 0s;
    -ms-animation: scaleAnimation1 0.8s 0s;
    -o-animation: scaleAnimation1 0.8s 0s;
    animation: scaleAnimation1 0.8s 0s;
}

.welcome1 .intro_common h5 a:hover {
    color: var(--primary-color);
}

.welcome1 .intro_common:hover span {
    border-color: var(--primary-color);
}

.welcome1 .intro_common:hover span i {
    background: var(--primary-color);
    color: #fff;
}



@keyframes scaleAnimation1 {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.45);
        -moz-transform: scale(1.45);
        -ms-transform: scale(1.45);
        -o-transform: scale(1.45);
        transform: scale(1.45);
        opacity: 0;
    }
}

.color_2c3 {
    color: #2c3e50;
}

.color_7c7 {
    color: #7c7c7c;
}

.mb_40 {
    margin-bottom: 40px;
}

.radius_100p {
    border-radius: 100%;
}

.d_block {
    display: block;
}

.pb_10 {
    padding-bottom: 10px;
}

.pt_20 {
    padding-top: 20px;
}

/*****************************
>>> Home travel destination section
******************************/
.home-destination {
    /* padding-top: 115px;
    padding-bottom: 115px; */
    padding-top: 70px;
    padding-bottom: 25px;
}

.destination-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.destination-item:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 25px;
}
.destination-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border-radius: 25px;
    min-height: 425px;
    margin-bottom: 50px;
}

.destination-item .destination-content {
    /* background-color: #ffffff; */
    /* -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px; */
    margin: 20px;
    padding: 5px 20px;
    position: relative;
    z-index: 1;
}

.destination-item .cat-link {
    color: #3A78C9;
    display: block;
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.destination-item h3 {
    text-transform: uppercase;
    margin-bottom: 6px;
}

.destination-item h3 a {
    color: #fff;
}

.destination-item h3 a:hover {
    color: var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
}

.destination-item p:last-child {
    margin-bottom: 0;
}

.destination-item .rating-start-wrap {
    background-color: #3A78C9;
    border-radius: 25px;
    padding: 4px 12px;
    position: absolute;
    right: 24px;
    top: -12px;
}


.rating-start {
    display: table;
    position: relative;
    font-size: 12px;
    letter-spacing: 1.5px;

}


.rating-start span {
    display: block;
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
}


/* end */
/* discovery package */
.trip-section {
    padding: 40px 0 40px;
    position: relative;
}

.trip-section--home {
    padding: 100px 0 80px;
}

.trip-section--less-pd {
    padding: 60px 0;
}

.trip-section--gray {
    background-color: #f3f4f5;
}

.trip-section--gray:after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: url(../images/gray-wave.svg) repeat-x top center;
}

.trip-section__header {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 25px;
}

.trip-section__header--center {
    text-align: center;
    margin-bottom: 34px;
}

.trip-section__header--recommended {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.trip-section__header-description {
    width: 405px;
    font-size: .875rem;
    font-family: "CerebriSans-Regular", sans-serif;
    opacity: .8;
}

.trip-section__header-description p {
    letter-spacing: 0;
    line-height: 1.7;
}

.trip-section__header-with-description {
    margin-bottom: 25px;
}

.trip-section__title {
    font-size: 3.75rem;
    margin-bottom: 25px;
    font-family: "Louize-DisplayBold", serif;
    color: #1b293a;
}

.trip-section__title--small {
    font-size: 2.625rem;
    margin-top: 10px;
    margin-bottom: 15px;
}

.trip-section__title i {
    display: block;
    height: 40px;
    width: 82px;
}

.trip-section__description {
    font-size: .875rem;
    font-family: "CerebriSans-Medium", sans-serif;
    opacity: .6;
}

.trip-section__description p {
    letter-spacing: 0;
}

.trip-section__card {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.trip-card {
    /* width: calc(50% - 15px); */
    border-bottom: 1px solid rgba(27, 43, 58, 0.11);
    position: relative;
    margin-bottom: 30px;
}

.trip-card__discount-badge {
    position: absolute;
    top: -3px;
    right: 10px;
    height: 26px;
    color: #fff;
    background-color: #e94555;
    font-family: "CerebriSans-ExtraBold", sans-serif;
    font-size: .875rem;
    vertical-align: middle;
    z-index: 1;
}

.trip-card__discount-badge:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/general-pattern.png) repeat 0 0;
    opacity: .2;
}

.trip-card__discount-badge:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 4px 4px;
    border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
}

.trip-card__discount-badge+.trip-card__badge {
    top: 25px;
}

.trip-card__discount-badge+.trip-card__badge:after {
    display: none;
}

.trip-card__discount-price {
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 4px 10px 3px 8px;
    position: relative;
    z-index: 2;
}

.trip-card__discount-price svg {
    height: 14px;
    width: 14px;
    margin-top: -2px;
    margin-right: 1px;
}

.trip-card__discount-time {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px 3px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

.trip-card__discount-time span {
    display: inline-block;
    vertical-align: top;
}

.trip-card__discount-time .day {
    margin-right: 3px;
}

.trip-card__badge {
    position: absolute;
    top: -3px;
    right: 10px;
    height: 26px;
    color: #fff;
    font-family: "CerebriSans-ExtraBold", sans-serif;
    font-size: .875rem;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 0px 10px 3px 8px;
    z-index: 1;
}

.trip-card__badge--guaranteed-departures {
    background-color: #00b600;
}

.trip-card__badge--private {
    background-color: #ca8d42;
}

.trip-card__badge--group {
    background-color: #0091ff;
}

.trip-card__badge--best-seller {
    background-color: #fa6400;
}

.trip-card__badge i {
    height: 14px;
    width: 14px;
    margin-top: -2px;
    margin-right: 5px;
    position: relative;
    z-index: 2;
}

.trip-card__badge span {
    position: relative;
    z-index: 2;
}

.trip-card__badge:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/general-pattern.png) repeat 0 0;
    opacity: .2;
}

.trip-card__badge:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 4px 4px;
    border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
}

.trip-card__title {
    font-size: 1.2rem;
    font-family: "CerebriSans-Bold", sans-serif;
    line-height: 1.27;
    margin-bottom: 26px;
    color: #1b293a;
}

.trip-card__title--white a {
    color: #fff;
}

.trip-card__title a {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #1b293a;
}
.trip-card__title a:hover{
    color: var(--primary-color);
}
.trip-card__thumbnail {
    margin-bottom: 26px;
    position: relative;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    min-height: 260px;
    background-color: #1b293a;
}

.trip-card__thumbnail:before,
.trip-card__thumbnail:after {
    content: "";
    display: table;
}

.trip-card__thumbnail:after {
    clear: both;
}

.trip-card__thumbnail img {
    height: 260px;
    transition: all .5s ease;
}

.trip-card__thumbnail:hover .trip-card__btn-wrap,
.trip-card__thumbnail:focus .trip-card__btn-wrap {
    opacity: 1;
}

.trip-card__thumbnail:hover img,
.trip-card__thumbnail:focus img {
    opacity: .6;
    transition: all .5s ease;;
    transform: scale(1);
}

.trip-card__thumbnail:after {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 86, 108, 0)), to(#1b2b3a));
    background-image: linear-gradient(180deg, rgba(58, 86, 108, 0) 0, #1b2b3a 100%);
}

.trip-card__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 27px;
    font-weight: 100 !important;
}

.trip-card__grade,
.trip-card__duration,
.trip-card__activity,
.trip-card__cost {
    width: 32%;
    margin-right: 1%;
}

.trip-card__activity {
    margin-right: 0 !important;
    margin-bottom: 0;
}

.trip-card__grade-icon {
    float: left;
    display: flex;
}

.trip-card__grade-icon--white {
    color: #fff;
}

.trip-card__grade-icon i {
    width: 20px;
    height: 40px;
    margin-right: 11px;
    font-size: 30px;
}

.trip-card__duration-icon {
    float: left;
    display: flex;
}

.trip-card__duration-icon--white {
    color: #fff;
;
}

.trip-card__duration-icon i {
    width: 22px;
    height: 40px;
    margin-right: 11px;
    font-size: 30px;
}

.trip-card__activity-icon {
    float: left;
    display: flex;
}

.trip-card__activity-icon--white {
    color: #fff;
}

.trip-card__activity-icon i {
    width: 22px;
    height: 40px;
    margin-right: 10px;
    font-size: 30px;
}

.trip-card__cost-icon {
    float: left;
    display: flex;
}

.trip-card__cost-icon--white {
    color: #fff;
}

.trip-card__cost-icon i {
    width: 22px;
    height: 40px;
    margin-right: 10px;
    font-size: 35px;
}

.trip-card__meta-detail {
    display: block;
}

.trip-card__meta-detail del {
    font-family: "CerebriSans-Regular", sans-serif;
    color: #fff;
}

.trip-card__meta-label,
.trip-card__meta-value {
    display: block;
}

.trip-card__meta-value {
    line-height: 1.2;
    margin-top: 4px;
}

.trip-card__meta-label {
    font-size: .8125rem;
    letter-spacing: .25px;
    margin-bottom: 0;
    font-weight: inherit;
    font-family: "CerebriSans-Regular", sans-serif;
    text-transform: capitalize;
    line-height: 1.2;
    display: block;
    color: #1b293a;
}

.trip-card__meta-label--white {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.trip-card__meta-value {
    font-size: 12px;
    font-family: "CerebriSans-Regular", sans-serif
}

.trip-card__meta-value--white {
    color: #fff;
}

.trip-card__btn-wrap {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: -20px auto auto;
    opacity: 0;
    color: #fff;
    text-align: center;
    width: 210px;
    font-family: "CerebriSans-Bold", sans-serif;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.trip-card__price {
    position: absolute;
    bottom: 15px;
    right: -10px;
    width: 158px;
    background-color: #4594b3;
    padding: 10px 10px 0px;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    z-index: 2;
    font-family: 'FreightText_BookItalic';
}

.trip-card__price:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/general-pattern.png) repeat 0 0;
    opacity: .2;
}

.trip-card__price del {
    font-size: .875rem;
    font-family: "CerebriSans-Regular", sans-serif;
    color: #fff;
}

.trip-card__regular-price {
    line-height: 1;
    display: block;
}

.trip-card__sale-price {
    font-size: 16px;
    font-family: "CerebriSans-Regular", sans-serif;
    color: #fff;
}

.trip-card__sale-price strong {
    font-size: 20px;
    font-family: "CerebriSans-Bold", sans-serif;
}

.trip-card__sale-price sup {
    font-size: .75rem;
    font-family: "CerebriSans-Bold", sans-serif;
    top: -10px;
    left: -2px;
}
/*
.trip-card__review {
  position: absolute;
  bottom: 10px;
  left: 25px;
  font-size: 1rem;
  font-family: "CerebriSans-Medium", sans-serif;
  color: #fff;
  z-index: 2;
}

.trip-card__review--alt {
  display: block;
  text-align: center;
  position: static;
  padding: 30px 15px 10px;
  color: #fff;
} */

.trip-card__link {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    margin-top: 10px;
}

.trip-card__link:hover,
.trip-card__link:active,
.trip-card__link:focus {

    color: #fff;
}

.trip-card .btn--white {
    background-color: #fff;
    color: var(--primary-color);
}

.trip-card .btn--small {
    font-size: .875rem;
    padding: 9px 30px;
    font-family: "CerebriSans-Bold", sans-serif;
}

.trip-card .btn{
    background: #4594b3;
    color: #fff;
    box-shadow: none;
    display: inline-block;
    text-align: center;
    transition: .3s ease all;
    font-size: 1rem;
    padding: 13px 40px;
    line-height: 1.1;
    text-decoration: none;
    font-family: "CerebriSans-ExtraBold", sans-serif;
    border-radius: 30px;
}

.trip-card .btn:hover,
.trip-card .btn:active,
.trip-card .btn:focus{
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
}

/* popolar packages */
.package-section {
    background-color: #efefef;
    padding: 3rem 0;
}

.package-wrap {
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    margin-bottom: 24px;
    position: relative;
}

figure {
    margin: 0;
}

.package-content-wrap {
    background: #fff;
}

.package-wrap .package-content {
    padding: 0 30px 0;
}

.package-wrap .package-content h3 a {
    font-size: 23px;
    font-weight: 700;
    color: #000;
}

.package-wrap .package-content h3 a:hover {
    color: #174B90;
}

.package-wrap .package-content .btn-wrap {
    display: flex;
    border-top: 1px solid rgba(175, 175, 175, 0.1);
    text-align: center;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 27px;
}

.package-wrap .package-content .btn-wrap a {
    color: #383838;
    display: block;
    margin-top: 0;
    padding: 16px 0;
    width: 100%;
}

.package-wrap .package-content .btn-wrap a.width-6 {
    width: 50%;
}

.package-wrap .package-content .btn-wrap a+a {
    border-left: 1px solid rgba(175, 175, 175, 0.1);
}

.package-wrap .package-content .btn-wrap a [class*=fa-] {
    color: #F56960;
    font-size: 13px;
    margin-left: 8px;
}

.package-wrap .package-content .btn-wrap a:hover,
.package-wrap .package-content .btn-wrap a:focus,
.package-wrap .package-content .btn-wrap a:active {
    color: #0791BE;
}

.package-wrap .package-content .btn-wrap a:hover [class*=fa-],
.package-wrap .package-content .btn-wrap a:focus [class*=fa-],
.package-wrap .package-content .btn-wrap a:active [class*=fa-] {
    color: #0791BE;
}

.package-wrap .package-content .btn-wrap a:hover [class*=fa-]:before,
.package-wrap .package-content .btn-wrap a:focus [class*=fa-]:before,
.package-wrap .package-content .btn-wrap a:active [class*=fa-]:before {
    font-weight: 900;
}

.package-wrap .review-area {
    margin-bottom: 15px;
}

.package-wrap .review-area .review-text {
    font-size: 13px;
    color: #787878;
    line-height: 1.1;
}

.package-wrap .rating-start {
    display: inline-block;
    margin-left: 5px;
}

.package-wrap .package-price {
    background-color: #F56960;
    position: absolute;
    top: 20px;
    right: 0;
}

.package-wrap .package-price h6 {
    color: #ffffff;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.1;
    margin-bottom: 0;
    padding: 8px 16px;
}

.package-wrap .package-price h6 span {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.package-wrap .package-meta {
    background-color: #0791BE;
    margin-bottom: 25px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -25px;
    padding: 8px 0;
    position: relative;
}

.package-wrap .package-meta ul {
    margin: 0;
    padding: 0;
}

.package-wrap .package-meta ul li {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
    padding: 0 12px;
    position: relative;
}

.package-wrap .package-meta ul li [class*=fa-] {
    margin-right: 4px;
}

.package-wrap .package-meta ul li:before {
    color: #BBBBBB;
    content: "|";
    line-height: 0.8;
    position: absolute;
    right: -3px;
    top: 0;
}

.package-wrap .package-meta ul li:first-child {
    padding-left: 0;
}

.package-wrap .package-meta ul li:last-child {
    padding-right: 0;
}

.package-wrap .package-meta ul li:last-child:before {
    display: none;
}

.rating-start {
    display: block;
    position: relative;
    font-size: 15px;
}

.rating-start:before {
    color: #ccd6df;
    content: "\f005\f005\f005\f005\f005";
    display: block;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}

.rating-start span {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.rating-start span:before {
    color: #ffcd3c;
    content: "\f005\f005\f005\f005\f005";
    display: inline-block;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
}

.btn-wrap a {
    margin-top: 50px;
}


.button-primary:hover,
.button-primary:focus,
.button-primary:active,
.button-round:hover,
.button-round:focus,
.button-round:active,
.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
    background-color: #2C75BA;
    color: #ffffff;
}

.button-primary,
.button-round,
.button-secondary {
    border: none;
    color: #ffffff;
    display: inline-block;
    position: relative;
    transition: background-color 0.3s;
    background-color: #F56960;
    font-size: 15px;
    line-height: 1.3;
    padding: 15px 30px;
    font-weight: 600;
}

/* third FAmily trip*/

.featureditem {
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    position: relative;
    min-height: auto;
    margin-bottom: 30px;
}


.featureditem .fet-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.featureditem .fet-image img {
    width: 100%;
    height: 280px;
    transform: scale(1);
    transition: all .5s ease;
}

.featureditem .fet-image img:hover {
    transform: scale(1.05);
}

.star-ratings {
    unicode-bidi: bidi-override;
    color: #ccc;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 25px;
}

.star-ratings .fill-ratings {
    padding: 0;
    color: #ffab52;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}

.star-ratings .fill-ratings span {
    display: inline-block;
}

.star-ratings .empty-ratings {
    padding: 0;
    display: block;
    z-index: 0;
}

.review-stars {
    position: absolute;
    padding: 10px;
    bottom: 0px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.news-one__date {
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: var(--primary-color);
}

.featureditem .durationtxt {
    font-size: 16px;
    margin: 0;
    line-height: 16px;
    text-align: center;
    color: var(--white-color);
    font-weight: 600;
    text-transform: uppercase;
}

.featureditem .durationtxt strong {
    color: #fff;
    font-size: 20px;
}

.featureditem strong {
    color: #f1891a;
}

.featureditem .fet-title-right {
    width: 30%;
    float: left;
    text-align: right;
}

.featureditem .fet-title-right .pricetxt {
    font-size: 18px;
    line-height: 1.2em;
    color: #fff;
    padding: 10px 0px;
    font-weight: 600;
}

.featureditem .fet-content {
    padding: 0px 10px 0px;

}

.fet-content .desTitle {
    font-size: 14px;
    color: var(--secondary-color);
    height: 25px;
    overflow: hidden;
    font-weight: 600;
    padding-left: 25px;
}



.featureditem .mtitle {
    color: #000;
    line-height: 1.2em;
    margin-bottom: 0px;
    font-size: 18px;
    height: 45px;
    padding: 0px 10px;
    text-align: left;

}

.featureditem .mtitle a {
    color: #000;
}

.featureditem .acttitle {
    text-align: left;
    font-size: 15px;
    line-height: 2;
}

.featureditem .acttitle span {
    background: var(--secondary-color);
    color: #fff;
    padding: 5px;
    font-weight: 400;
}

.block.first {
    color: #777;
    font-weight: 600;
    padding-top: 10px;
}

.block.first .pricetxtold {
    text-decoration: line-through;
}

.block.first .pricetxtnew {
    font-size: 20px;
    color: #a56f0f;
}


.featureditem .fet-offer {
    position: absolute;
    padding: 5px;
    top: 0px;
    z-index: 99;
    width: 150px;
    background: var(--primary-color);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    color: #fff;
    right: 20px;
    text-align: center;
}

.featureditem .fet-footer {
    padding: 0px 10px 10px;
    text-align: left;
    display: grid;
    grid-template-columns: 55% 45%;
}

.featureditem .fet-footer .fblock {
    align-self: end;
    text-align: right;
}

.featureditem .fet-footer .fblock .btn-default {
    margin: 0;
    margin-top: 10px;
    padding: 5px 10px;
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.featureditem .fet-footer .fblock .btn-default:hover {
    background: #fff;
    color: var(--primary-color);
}


/* adventure trips */
.adventure-section .owl-carousel .owl-item img {
    height: 220px;
}

.popular-tours__container,
.popular-tours__img,
.popular-tours__single {
    position: relative;
    display: block;
    overflow: hidden;

}

.popular-tours__img,
.popular-tours__img img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.popular-tours__single:hover .popular-tours__img img {
    opacity: 1;
    transform: scale(1.05);
}

.popular-tours__img img {
    width: 100%;
    opacity: 1;
    height: 260px;
    transform: scale(1);
    transition: transform .5s ease, opacity .5s ease;
}

.popular-tours__icon a {
    width: 38px;
    height: 38px;
    background-color: rgba(49, 48, 65, .4);
    border-radius: 50%;
    text-align: center;
    display: flex;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
    transition: all .5s ease;
    align-items: center;
    justify-content: center;
    line-height: 38px;
}

.popular-tours__single:hover .popular-tours__icon a {
    background-color: var(--white-color);
    color: var(--primary-color);
}

.popular-tours__content {
    position: relative;
    display: block;
    border: 1px solid #ebe6de;
    border-top: 0;
    padding: 35px 15px 40px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.popular-tours__stars {
    font-size: 13px;
    font-weight: 500;
    color: #787780;
    display: flex;
    align-items: center;
    line-height: 23px;
    letter-spacing: -.02em;
}

.popular-tours__stars i {
    font-size: 14px;
    color: #ffa801;
    margin-right: 6px;
}

.popular-tours__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -.02em;
    margin-top: 4px;
    margin-bottom: 7px;
}

.popular-tours__title a {
    color: var(--black-color);
    transition: all .5s ease;
}

.popular-tours__title a:hover {
    color: var(--primary-color);
}

.popular-tours__rate {
    font-size: 15px;
    margin: 0;
    letter-spacing: -.02em;
}

.popular-tours__rate span {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
}

.popular-tours__meta {
    display: flex;
    align-items: center;
    background-color: #faf5ee;

    padding: 0 28px;
    margin-top: 19px;
    justify-content: center;
}

.popular-tours__meta li a {
    font-size: 12px;
    color: #787780;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    transition: all .5s ease;
}

.popular-tours__meta li a:hover {
    color: var(--primary-color);
}

.popular-tours__meta li+li {
    margin-left: 11px;
}


/* gallery */
.gallery-section {
    margin: 2rem 0;
}

.portfolio-grid {
    margin-left: -5px;
    margin-right: -5px;
}

.portfolio-grid .col-lg-6,
.portfolio-grid .col-md-6,
.portfolio-grid .col-md-4,
.portfolio-grid .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.portfolio-item {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.portfolio-item .portfolio-media {
    position: relative;
    z-index: 1;
}

.portfolio-item *:last-child {
    margin-bottom: 0;
}

.portfolio-item .portfolio-media:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffc107;
    opacity: 0;
    transition: all 0.35s;
}

.portfolio-item:hover .portfolio-media:before {
    opacity: 0.7;
}

.portfolio-item.big .portfolio-media img {
    width: 580px;
    height: 285px;
}

.portfolio-item .portfolio-media img {
    width: 285px;
    height: 285px;
}

.portfolio-item img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all 0.6s;
}

.portfolio-item .links a {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 0;
    line-height: 1;
}

.portfolio-item:hover .links a {
    font-size: 20px;
}


/*--------------------------------------------------------------
>>> Home travel testimonial section
----------------------------------------------------------------*/
.testimonial-section {
    padding-bottom: 94px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

.testimonial-section:before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.testimonial-section .slick-dots {
    position: static;
    margin-top: 23px;
}

.testimonial-item .testimonial-img {
    border: 2px solid #F56960;
    border-radius: 100%;
    width: 125px;
    height: 125px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 44px;
}

.testimonial-item .testimonial-img img {
    width: 100%;
}

.testimonial-item .testimonial-content p {
    color: #151515;
    font-style: italic;
    line-height: 1.5;
    font-size: 1.3em;
    font-size: 15px;
    font-style: normal;
    margin-bottom: 25px;
}

.testimonial-item .testimonial-content cite {
    color: #0791BE;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 24px;
}

.testimonial-item .testimonial-content cite .company {
    color: #787878;
    display: block;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
}

.testimonial-item {
    background-color: #F8F8F8;
    padding: 40px 40px 32px 40px;
    position: relative;
    margin-bottom: 100px;
    z-index: 1;
}

.testimonial-item:before {
    background-image: url(../img/icon18.png);
    background-repeat: no-repeat;
    background-position: 40px 14px;
    content: "";
    position: absolute;
    top: 120px;
;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    z-index: -1;
}

.start-wrap {
    display: inline-block;
    margin-bottom: 20px;
}


/*---------------1.7 start cta section style--------------*/
.cta_section {
    /* background: url(../img/destinations/tibet.jpg) no-repeat center center / cover; */
    padding: 110px 0 120px;
}

.cta_section .overlay {
    background-color: rgb(6, 29, 75);
    opacity: 0.922;
}

.cta_section .section_title {
    max-width: 100%;
    padding-bottom: 0;
    width: 100%;
    /* padding-left: 100px; */
    position: relative;

    text-align: center;
}

.cta_section .section_title h2 {
    font-weight: normal;
}

.cta_section .section_title>h2::before {
    background: #1ff28a;
    content: "";
    height: 2px;
    /* left: -100px; */
    left: 100px;
    position: absolute;
    top: 20px;
    width: 70px;

}

.cta_section .section_title h6.title_20 {
    max-width: 720px;
    width: 100%;
}

.cta_section .section_title .book_trip {
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 50px;
    width: 100%;
    height: 100%;
    width: 220px;
    height: 50px;
    position: relative;
    margin-top: 45px;
    z-index: 1;
    transition: all 0.3s ease;
}
.cta_section .section_title img{
    margin-bottom: 10px;
    height: 300px;
    width: 100%;
}
.cta_section .section_title .book_trip::before {
    background: -moz-linear-gradient(0deg, rgb(3, 80, 255) 0%, rgb(20, 252, 140) 100%);
    background: -webkit-linear-gradient(0deg, rgb(3, 80, 255) 0%, rgb(20, 252, 140) 100%);
    background: -ms-linear-gradient(0deg, rgb(3, 80, 255) 0%, rgb(20, 252, 140) 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 1;
    visibility: visible;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cta_section .section_title .book_trip::after {
    background: -moz-linear-gradient(180deg, rgb(3, 80, 255) 0%, rgb(20, 252, 140) 100%);
    background: -webkit-linear-gradient(180deg, rgb(3, 80, 255) 0%, rgb(20, 252, 140) 100%);
    background: -ms-linear-gradient(180deg, rgb(3, 80, 255) 0%, rgb(20, 252, 140) 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.cta_section .section_title .book_trip:hover:after {
    opacity: 1;
    visibility: visible;
}

.cta_section .section_title .book_trip:hover:before {
    opacity: 0;
    visibility: hidden;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.pos_relative {
    position: relative;
}

.pb_30 {
    padding-bottom: 35px;
}

.color_ff {
    color: #ffffff;
}
.about {
    margin-bottom: 50px;
}
.about-travel {
    background-color:rgb(3, 80, 255)
}
.why-travel {
    background-color: var(--primary-color);
}
.why-travel, .about-travel {
    position: relative;
    text-align: center;
    padding: 25px;
}
.about a {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
.about a {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
/*---------------1.7 end cta section style--------------*/


@media (max-width: 768px) {
    .header--logo img {
        width: auto;
    }

    .nav-wrapper {
        position: relative;
        background: cadetblue;
        display: none;
    }

    .navbar {
        padding: 5px 20px;
        display: none;
    }

    .navbar .navbar-brand img {
        width: 170px;
    }

    .navbar-nav {
        margin-left: 0;
        background: cadetblue;
    }

    .dropdown:hover .dropdown-menu {
        display: revert-layer;
    }

    .mega-dropdown-menu {
        width: 645px;
    }

    .ht-tab.col-md-10.bg-top {
        padding: 5px;
    }

    .tab-content {
        padding: 10px 35px;
    }

    .tab-pane h4 {
        font-size: 18px;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .nav-list>li>a {
        font-size: 14px;
    }

    .mid-txt {
        font-size: 12px;
        letter-spacing: 0.12em;
    }

    .login-sec ul li {
        font-size: 12px;
    }

    .agent {
        font-size: 12px;
    }

    .call .number {
        font-size: 16px;
    }

    #homepage-slider .slider-hero img {
        height: 70vh;

    }

    .home-destination {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .destination-item {
        margin-bottom: 30px;
    }

    .portfolio-item .portfolio-media img {
        height: auto !important;
        width: 100% !important;
    }

    .top-part img {
        height: auto;

    }

    .tour-inner {
        width: 100%;
    }

    .select2 {
        padding: 12px 18px 10px 15px;
    }

    #myBtn {
        right: 190px;
    }

    .mb-none {
        display: none;
    }

    .popular-tours__img img {
        height: auto;
    }

    .top-part .slider-wrap:after {
        background: rgba(0, 0, 0, 0.2);
    }

    .why-box span {
        margin-bottom: 10px;
    }

}

@media (max-width: 425px) {
    .navbar {
        padding: 10px 20px;
    }

    /* #myBtn {
      right: 90px;
    } */
    .header--topbar {
        display: none;
    }

    .navbar .nav-item .nav-link {
        height: 25px;
        line-height: 25px;
        padding: 0px 20px;
        font-size: 13px;
    }

    .dropdown-item {
        font-size: 14px;
        padding: 0px 15px 0px 15px;
    }

    .nav-wrapper.fixed {
        background: cadetblue;
    }

    .ms-none {
        display: none;
    }

    .header--logo img {
        width: 220px;
    }

    .navbar-toggler {
        background: cadetblue;
    }

    .about #circle {

        right: -28%;
    }

    .tour-details__review-score {
        display: block;
    }

    .tour-details__review-score-ave {
        max-width: 100%;
    }

    .tour-details__review-score__content {
        max-width: 100%;
    }

    .top-part .slider-wrap:after {
        background: none;
    }

    .destination-item .destination-content {
        margin: 20px;
        padding: 5px 20px;
    }

    .destination-item h3 {
        text-transform: uppercase;
        margin-bottom: 5px;
    }




}

@media (max-width: 375px) {}


@media (max-width: 425px) {
    .subscribe-newsletter {
        display: none;
    }

    .footer-nav ul {
        display: block;
    }

    #homepage-slider .slider-hero img {
        height: 50vh;
        object-fit:none;
    }
    .cta_section .section_title {

        padding-left: 50px;

    }
    .cta_section .section_title>h2::before {
        display: none;
    }
    .home-destination {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .destination-item {
        min-height: 280px;
    }
    .trip-section {
        padding: 40px 0 40px;

    }
    .trip-card {

        margin-bottom: 25px;
    }
}
