/* 
=======================================================
Variables
=======================================================
*/
:root {
    --primary: #1542a4;
    --secondary: #f28639;
    --dark-grey: #2f343c;
    --text-grey: #515151;
    --light-grey: #b7b7b7;
    --primary-font: "Poppins", sans-serif;
}

/* 
  =======================================================
  Common CSS
  =======================================================
  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--primary-font);
}

ul,
ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

body {
    background-color: white;
    color: black;
    font-size: 14px;
}

p {
    margin-bottom: 0;
}

.bold {
    font-weight: bold;
}

.main-heading {
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-heading h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: black;
    text-transform: capitalize;
}

.section-mt-gap {
    margin-top: 2rem;
}

.regis-carousel {
    padding: 3% 0 2%;
}

.regis-carousel .owl-dots {
    bottom: -15%;
}

.content-regis .Name-box {
    display: grid;
    grid-template-columns: 10% 90%;
    align-items: center;
    text-align: left;
    padding: 3% 0 2%;
    gap: 10px;
}

.content-regis .carousel-content {
    background-color: #2a489a;
    padding: 3% 0 3% 2.5%;
    border-radius: 25px;
    color: #fff;
    text-align: left;
}

.content-regis .Name-box .img-box img {
    width: 100%;
}

.content-regis .client-name h5 {
    font-size: 14px;
    padding: 2% 0 0 1%;
}

.btn {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.btn:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.pink-bg {
    background-color: #fff0e5;
}

.light-blue-bg {
    background-color: rgb(236, 243, 252);
}

.light-pink-bg {
    background-color: rgb(250, 240, 240);
}

.orange {
    color: #ff5b00;
}

.blue {
    color: #6193ff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
}

.accordion-button {
    font-weight: bold;
    text-transform: capitalize;
    color: black;
}



/*filter*/
.filter-bttn{
        color: #fff;
        background-color:#e6823e;
        border-color: #e6823e;
        border-radius: 10px;
        margin: 0 0 5% 0;
        padding: 3% 5%;
        display: none;
    }
    .filter-bttn:hover{
        color: #fff;
        background-color:#e6823e;
        border-color: #e6823e;
    }
    .filter-sidebar{
        display: block;
    }
    @media screen and (max-width: 990px) {
        .filter-bttn{
            display: block;
        }
        .filter-sidebar{
            display: none;
        }
    }




/* 
  =======================================================
  Banner short section css
  =======================================================
  */

.banner-short {
    background-size: cover;
    background-position: center;
    padding: 5% 0;
    position: relative;
}
.forgot-pass-banner{
    background-image: url(../img/banner/banner-forgotpwd.jpg) no-repeat;
}
.tour-banner{
    background: url(../img/banner/travel-banner.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.contact-banner{
    background: url(../img/banner/Travel-tech-banner.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}
.banner-short h6 {
    color: #fff;
    padding: 0 0 0 5%;
    font-size: 30px;
    text-transform: capitalize;
    text-align: left;
}
.banner-short span{
    color: #fff;
}
.banner-short h1{
    color: #fff;
}
.destination-banner-de{
    background: url('../img/banner/destination-banner.jpg')  no-repeat;
    background-size: cover;
    background-position: center;
}
.hotel-img-banner{
    background: url(../img/banner/hotel-img-bn.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.accnt-img-banner{
      background: url(../img/banner/banner-myaccount.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 7% 0;
}
.reset-btn {
    border-radius: 25px;
    background-color: #ea843d;
    border-color: #ea843d;
    margin: 4% 0 0;
    padding: 1% 5%;
}
.reset-btn:hover{
    background-color: #1742a2;
    border-color: #1742a2;
}

.forgot-pass .form-pass .form-label {
    text-align: left;
    padding: 3% 0 1% 0;
}

.forgot-box-con {
    margin: 20% 0 5% 0;
    box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 5% 0 0 0;
}
.forgot-box-con .content h5{
    font-size: 25px;
    color: #dc8044;
    text-transform: capitalize;
}

.forgot-box-con .content {
    text-align: center;
}
.forgot-box-con .content .fa-key{
        border-radius: 50%;
    background: linear-gradient(to right, #f28639 0%, #1542a4 100%);
    color: #fff;
    padding: 2%;
}
.forgot-box-con .content span {
    font-size: 12px;
}

.forgot-pass .form-control {
    border-radius: 20px !important;
    border: 1px solid #aaa;
}

.form-pass {
    padding: 3% 5%;
}

.forgot-pass .form-control .form-control::placeholder {
    font-size: 14px;
}

@media screen and (max-width: 990px) {
    .forgot-box-con {
        margin: 5% 0 10% 0;
    }
    .forgot-box-con .content {
        text-align: left;
        padding: 0 0 0 5%;
    }
    .forgot-box-con .reset-btn {
        font-size: 12px;
    }
}



/*User Dashboard Secton css*/
.dashboard-user .main-body-user .box-container .user-dash{
      background-color: #efefef;
  }
        .dashboard-user{
            padding: 0;
            margin: 0 0 0 0;
        }
        .dashboard-user .container-fluid{
            margin: 0;
            padding: 0;
        }
        .dashboard-user .top-bar{
            box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
            padding: 2% 0;
            margin: 0;
        }
        .dashboard-user .top-bar .box-container{
            display: grid;
            grid-template-columns: 75% 25%;
            align-items: center;
        }
        .dashboard-user .top-bar .box-container .right-box{
            text-align: right;
        }
        .dashboard-user .top-bar .box-container h5{
            font-weight: 600;
            color: #fff;
            font-size: 35px;
        }
         .dashboard-user .top-bar .box-container span{
             color: #fff;
             font-size: 20px;
             text-align: right;
         }
         .dashboard-user .top-bar .box-container .fa-user{
             border-radius: 50%;
             padding: 10px;
             box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.4);
         }
        .dashboard-user .main-body-user .box-container{
            display: grid;
            grid-template-columns: 25% 75%;
            /*gap: 15px;*/
        }
        .dashboard-user .main-body-user .box-container .user-dash{
            padding: 5%;
        }
        .dashboard-user .main-body-user .box-container .user-dash .content{
            gap: 20px;
            display: grid;
            grid-template-columns: 33.33% 33.33% 33.33%;
            justify-content: center;
            align-items: center;
        }
        .dashboard-user .main-body-user .box-container .right-content .content .box{
            border-radius: 10px;
            justify-content: center;
            display: flex;
            /* gap: 119px; */
            padding: 10% 0 2% 0;
            background-color: #1c44a1;
            color: #fff;
            height: 120px;
            cursor: pointer;
        }
        .dashboard-user .main-body-user .box-container .right-content .content .box:hover{
            transition: 0.6s;
            background-color: #f28639;
            box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.4);
        }
        .dashboard-user .main-body-user .box-container .right-content .content .box p{
            font-size: 12px;
        }
        .user-panel-menu {
            height: 100%;
            /*width: 250px;*/
            background-color: #d57d47;
            padding-top: 20px;
        }
        .user-panel-menu a {
            padding: 15px 20px;
            text-decoration: none;
            font-size: 18px;
            color: #fff;
            display: block;
            transition: 0.3s;
        }
        .user-panel-menu a:hover {
            background-color: #1c44a1;
            color: #fff;
        }
        .user-panel-menu a.active {
            background-color: #1c44a1;
            color: #fff;
        }
        
        .dashboard-user .main-body-user .box-container .booking-sec{
            padding: 5%;
            background-color: #efefef;
        }
        
        .dashboard-user .main-body-user .box-container .booking-sec .content{
            padding: 2%;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.4);
        }
        
        .dashboard-user .main-body-user .box-container .booking-sec .content .tour-package-name{
            display: grid;
            grid-template-columns: 25% 75%;
            gap: 5px;
        }
        .dashboard-user .main-body-user .box-container .booking-sec .content .tour-package-name .img img{
            width: 100%;
            border-radius: 10px;
        }
        .dashboard-user .main-body-user .box-container .booking-sec .content .tour-package-name .dres h4{
          font-weight: 500;
          padding: 0 0 0 5%;
          width: 90%;
          font-size: 14px;
        }
        .dashboard-user .main-body-user .box-container .booking-sec .content  h5{
            font-size: 14px;
        }
        .dashboard-user .main-body-user .box-container .booking-sec .content  h6{
            font-size: 12px;
        }
        .dashboard-user .main-body-user .box-container .booking-sec .content  .btn-danger{
            font-size: 12px;
            border-radius: 20px;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .dashboard-user .main-body-user .box-container .booking-sec thead th{
            color: #1c44a1;
            font-size: 14px;
        }
        
        .dashboard-user .main-body-user .box-container .wish-box{
            background-color: #efefef;
            padding: 2%;
        }
        .dashboard-user .main-body-user .box-container .wish-box .content{
            padding: 2%;
            border-radius: 20px;
        }
        
        .dashboard-user .main-body-user .box-container .account-pass-change{
            padding: 5%;
            background-color: #efefef;
        }
        .dashboard-user .main-body-user .box-container .account-pass-change .content{
            background-color: #fff;
            padding: 2%;
            border-radius: 15px;
        } 
        .dashboard-user .main-body-user .box-container .account-pass-change .content .form-group .form-control{
            border-radius: 20px !important;
        }
        
        .dashboard-user .main-body-user .box-container .profile-details{
            padding: 5%;
            background-color: #efefef;
        }
        
        .dashboard-user .main-body-user .box-container .profile-details .content{
            padding: 2%;
            border-radius: 20px;
            background-color: #fff;
        }
        .dashboard-user .main-body-user .box-container .profile-details .content .profile-heading{
            padding: 0 0 5% 0;
        }
        .dashboard-user .main-body-user .box-container .profile-details .content .save-change-btn{
            padding: 1% 5%;
    margin: 2% 0 0 0;
    background-color: #1c44a1;
    border-color: #1c44a1;
    border-radius: 25px;
        }
        .dashboard-user .main-body-user .box-container .profile-details .content .save-change-btn:hover{
            transition: 0.6s;
            background-color: #d57d47;
            border-color: #d57d47;
            box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
        }







/* 
  =======================================================
  Header CSS
  =======================================================
  */
.main-header {
    width: 100%;
}

.top-bar {
    background: linear-gradient(to right,
            var(--secondary) 0%,
            var(--primary) 100%);
    padding: 8px 0px;
}

.top-content {
    color: white;
}

.top-content p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.top-content p a {
    color: white;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    text-transform: capitalize;
}

.top-content p a:hover {
    color: var(--secondary);
}

.navbar-area {
    position: relative;
    width: 100%;
}

.sticky .navbar-area {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.bg-custom {
    background-color: white;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.header-middle {
    padding: 15px 0px 15px;
}

/* search area */
.search {
    position: relative;
}

.search .theme-form input[type="search"] {
    display: block;
    width: 100%;
    min-height: 45px;
    background-color: white;
    outline: none;
    padding-left: 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.submit-button {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
}

.submit-button input {
    font-size: 0;
    background: transparent;
    border: 0;
    outline: 0;
}

.submit-button::after {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    left: 25%;
    top: 18%;
    cursor: pointer;
}

.profile-area ul li a {
    color: black;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.profile-area ul li:last-child {
    background-color: var(--secondary);
    padding: 5px 12px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.profile-area ul li:last-child a {
    color: white;
}

/* navbar */
.navbar-area .navbar-nav .nav-link {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: black;
    padding: 5px 8px;
    margin: 0px 5px;
    border-radius: 50px;
}

.navbar-area .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover {
    background-color: #f5f5f5;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.navbar-toggler {
    outline: 0;
    border-radius: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* 
  =======================================================
  Slider CSS
  =======================================================
  */
.slider {
    position: relative;
}

.slider-item {
    width: 100%;
    position: relative;
    color: white;
    text-align: center;
    z-index: 0;
}

.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
}

.slider-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.slider-content h2 {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px var(--primary);
}

.slider-content p {
    font-size: 18px;
    font-weight: normal;
    color: white;
    margin-bottom: 25px;
}

/* 
  slider buttons
  */
.button-one {
    display: inline-block;
    padding: 15px 35px;
    font-size: 13px;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
    background-color: var(--primary);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.button-one:hover {
    background-color: var(--secondary);
}

/* 
  arrows
  */
.slider-arrow .left-arrow,
.slider-arrow .right-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.slider-arrow .left-arrow {
    left: 30px;
}

.slider-arrow .right-arrow {
    right: 30px;
}

.slider-arrow .left-arrow a,
.slider-arrow .right-arrow a {
    font-size: 40px;
    color: white;
}

.slider-arrow .left-arrow a:hover,
.slider-arrow .right-arrow a:hover {
    color: var(--secondary);
}

/* 
  =======================================================
  Small Banner Area
  =======================================================
  */
.small-banner-img img {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    object-fit: cover;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.small-banner-img img:hover {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.offer-banner-carousel .owl-nav,
.why-choose-carousel .owl-nav {
    display: none !important;
}

/* 
  =======================================================
  Carousl Area
  =======================================================
  */
.carousel-area .services-image-area img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.carousel-area .services-item {
    border: 1px solid #f3f3f3;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    margin-top: 5px;
    margin-bottom: 15px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.carousel-area .services-item:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
    transform-style: preserve-3d;
}

.carousel-area .services-item .services-image-area {
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.services-content-area {
    padding: 15px 15px;
}

.carousel-area .services-content-area .duration-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.carousel-area .services-content-area .duration-card div:first-child {
    color: var(--text-grey);
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
    text-transform: capitalize;
}

.carousel-area .services-content-area .duration-card div:nth-child(2) i {
    color: var(--secondary);
    font-size: 18px;
    margin-right: 2px;
}

.carousel-area .services-content-area .duration-card div:nth-child(2) span {
    color: var(--secondary);
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 2px;
}

.carousel-area .services-content-area .title h3 {
    line-height: 25px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.carousel-area .services-content-area .title h3 a {
    color: var(--dark-grey);
}

.carousel-area .services-content-area .places-name {
    background: linear-gradient(180deg,
            rgba(255, 186, 10, 0.1),
            rgba(255, 186, 10, 0));
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.carousel-area .services-content-area .places-name ul li a {
    color: var(--dark-grey);
    opacity: 0.9;
}

.carousel-area .services-content-area .tag-div {
    margin-bottom: 15px;
}

.carousel-area .services-content-area .offer-tag {
    background: linear-gradient(93deg, #ff7b26, #ec048c);
    padding: 3px 10px;
    color: white;
    display: inline;
    border-radius: 50px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.carousel-area .services-content-area .price-area {
    margin-bottom: 15px;
}

.carousel-area .services-content-area .price-area h5 {
    color: black;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.carousel-area .services-content-area .price-area h5 del {
    color: #515151;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.carousel-area .services-content-area .price-area span {
    align-items: center;
    padding: 5px 5px;
    color: #0b822a;
    font-size: 9px;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
    background: linear-gradient(90deg,
            rgba(11, 130, 42, 0.11) 3.64%,
            rgba(11, 130, 42, 0.1));
    gap: 3px;
    margin-left: 10px;
}

.carousel-area .services-content-area .call-back-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 1px solid var(--secondary);
    background: var(--secondary);
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.carousel-area .services-content-area .call-back-button a:hover {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

.carousel-area .owl-carousel .owl-nav .owl-prev,
.carousel-area .owl-carousel .owl-nav .owl-next,
.where-next .owl-carousel .owl-nav .owl-prev,
.where-next .owl-carousel .owl-nav .owl-next,
.hotel-carousel .owl-carousel .owl-nav .owl-prev,
.hotel-carousel .owl-carousel .owl-nav .owl-next {
    background-color: #efefef !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    color: black;
    position: absolute;
    top: 50%;
    border: 1px solid #e6e6e6;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.carousel-area .owl-nav .owl-prev,
.where-next .owl-nav .owl-prev,
.hotel-carousel .owl-nav .owl-prev {
    left: -50px;
}

.carousel-area .img-carousel .owl-nav .owl-prev {
    left: 0px;
}

.carousel-area .owl-nav .owl-next,
.where-next .owl-nav .owl-next,
.hotel-carousel .owl-nav .owl-next {
    right: -50px;
}

.carousel-area .img-carousel .owl-nav .owl-next {
    right: 0px;
}

.services-image-area {
    position: relative;
}

.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}

/* 
  =======================================================
  Big Banner Area
  =======================================================
  */
.big-banner-area {
    width: 100%;
    background-image: url(../img/big-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: white;
}

.big-banner-restaurant {
    width: 100%;
    background-image: url(../img/restaurant.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: white;
}

.big-banner-img {
    position: relative;
    padding: 100px 0px;
    text-align: center;
    z-index: 2;
}

.big-banner-img h3 {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px var(--primary);
}

.big-banner-img h4 {
    font-size: 34px;
    font-weight: normal;
    color: white;
}

.button-area {
    margin-top: 35px;
}

.big-btn {
    background: linear-gradient(93deg, #ff7b26, #ec048c);
    padding: 15px 50px;
    color: white;
    display: inline;
    border-radius: 50px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 999;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.big-btn:hover {
    background: linear-gradient(93deg, #ec048c, #ff7b26);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}





/* 
  =======================================================
  All Categories
  =======================================================
  */


.all-categoires {
    padding: 3% 0 0 0;
}

.all-categoires .place-category .place-box .img img {
    border-radius: 50%;
    box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.4);
}

.all-categoires .place-category .place-box .content h5 {
    text-align: center;
    padding: 4% 0 0 0;
    font-size: 20px;
    color: #000;

}

.all-categoires .place-category .place-box .content p {
    text-align: center;
    font-size: 14px;
    color: #111;
}

.place-category .owl-theme .owl-dots .owl-dot span {
    background: #fe4900;
}


/*Place to visit*/

.place-visit {
    padding: 3% 0 3% 0;
}

.place-visit .place-visit-box {
    overflow: hidden !important;
}

.place-visit .place-visit-box .swiper-wrapper {
    width: 100%;
}

.place-visit .place-visit-box .swiper-slide {
    overflow-x: hidden;
    border-radius: .5rem;
    height: 100%;
    width: 20%;
    box-shadow: none !important;
}

.place-visit .place-visit-box .swiper-slide .where-img img {
    height: 350px;
    width: 100%;
    box-shadow: none !important;
    object-fit: cover;
}

.place-visit .place-visit-box .where-item .where-content {
    background-color: #f28639;
    color: #fff;
    border-radius: 0 0 .5rem .5rem;
    box-shadow: none;
}

.place-visit .place-visit-box .where-item .where-content h4 {
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    text-align: center;
}

.short-carousel .place-brief {
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 5px;
    align-items: center;
    padding: 3% 0 3% 3%;
}

.carousel-area .home-grid-carousel .services-item .duration-card .img img {
    border-radius: 15px;
}

.carousel-area .services-image-area .short-carousel .img-short img {
    width: 85%;
    min-height: 75px !important;
}

.carousel-area .services-image-area .short-carousel .content span {
    color: #aaa;
    padding: 2px 0 5px;
    font-size: 14px;
}

.carousel-area .services-image-area .short-carousel .content h6 {
    color: #000;
    font-size: 16px;
}

.carousel-area .short-img-carousel .owl-nav .owl-prev {
    left: 0 !important;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
}

.carousel-area .short-img-carousel .owl-nav .owl-next {
    right: 0 !important;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
}

.carousel-area .short-img-carousel .owl-dots {
    bottom: 10px;
}

.short-carousel .price-brief {
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 10px 0 10px 5px;
    gap: 5px;
    align-items: center;
    margin: 10px;
    border-top: 1.2px solid #aaa;
}

.short-carousel .price-brief .rating-star {
    color: green;
    text-align: left;
}

.short-carousel .price-brief h5 {
    color: #000;
    padding-right: 5%;
    text-align: right;
}

.short-carousel .price-brief h5 del {
    color: #aaa;
    padding-right: 4%;
    font-size: 12px;
}

.short-carousel {
    padding: 5px 5px 15px 5px;
    margin: 15px;
    border: 1.2px solid #aaa;
    border-radius: 10px;
}

.ticekt-button .call-back-button {
    background-color: #f28639;
    color: #fff;
    display: flex;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
}

/*.home-grid-carousel .services-content-area{*/
/*    padding: 0;*/
/*}*/
.carousel-area .home-grid-carousel .services-content-area .duration-card {
    margin-top: 0;
}

.carousel-area .home-grid-carousel .services-content-area .content-box {
    padding: 3%;
}

.carousel-area .home-grid-carousel .services-content-area .content-box .places-name a {
    text-decoration: none;
    color: #aaa;
}



/* 
  =======================================================
  Why Choose
  =======================================================
  */

.choose-us {
    padding: 5% 0 0 0;
}

.choose-us .bg-colour {
    background: url('/assets/destination/bg-cream.jpg')no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 0 20px;
    /* border-radius: 25px; */
}

.choose-us .heading {
    position: absolute;
    top: 18%;
}

.choose-us .heading h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: black;
    text-transform: capitalize;
}

.choose-us .content h5 {
    color: #000;
    font-size: 20px;
    padding: 0 0 1% 0;
}

.choose-us .choose-container {
    position: relative;
    /* height: 700px;/ */
}

.choose-us .main-choose-box .img img {
    position: absolute;
    left: 2%;
    width: 39%;
    top: 5%;
    border-radius: 20px;
    box-shadow: 4px 1px 10px rgba(0, 0, 0, 0.4);
}

.choose-us .box-container {
    left: 20%;
    position: absolute;
    bottom: 20%;
    right: 5%;
    display: grid;
    align-items: center;
    grid-template-columns: 33.33% 33.33% 33.33%;
}


.choose-us .box-container .box {
    background-color: #fff;
    border-radius: 15px;
    margin: 5px;
    padding: 5%;
    box-shadow: 4px 1px 10px rgba(0, 0, 0, 0.4);
}

.choose-us .box-container .box .icon img {
    width: 18%;
    padding: 0 0 5% 0;
}

@media (max-width:1500px) {}

@media (max-width:990px) {

    .choose-us .heading {
        position: static;
    }

    .choose-us .main-choose-box .img img {
        width: 100%;
        position: static;
    }

    .choose-us .bg-colour {
        margin: 5% 0 0 0;
        height: 100%;
        padding: 5%;
    }

    .choose-us .box-container {
        position: static;
        grid-template-columns: 100%;
    }
}


.why-us .icon-box {
    text-align: left;
}

.why-us .icon-box .icon {
    height: 56px;
    width: 56px;
}

.banner-under-icon-area {
    margin: 50px 0px;
}

.banner-under-icon-area .icon-box .icon {
    margin-right: 20px;
}

.banner-under-icon-area .icon-box .icon img {
    width: 80px;
    margin-right: 20px;
}

.why-us .icon-box .icon-content h4,
.banner-under-icon-area .icon-box .icon-content h4 {
    color: black;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.32;
    margin-top: 15px;
}

.why-us .icon-box .icon-content p,
.banner-under-icon-area .icon-box .icon-content p {
    color: var(--dark-grey);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 15px;
}

.icon-flex {
    display: flex;
    align-items: center;
}

/* 
  =======================================================
  Where To Next
  =======================================================
  */
.where-next .where-item {
    position: relative;
    margin: 5px 0px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.where-next .where-item:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.where-next .where-item .where-img img {
    width: 100%;
    min-height: 260px;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.where-next .where-item .where-img::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(to bottom, #00000000 0%, #00000080 100%);
    border-radius: 10px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 1;
}

.where-next .where-item .where-content {
    position: absolute;
    width: 80%;
    bottom: 0;
    left: 10px;
    z-index: 2;
}

.where-next .where-item .where-content h4 {
    color: white;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

/* 
  =======================================================
  Testimonial
  =======================================================
  */
.testimonial-content .owl-item {
    background-color: #fbfbfb;
    border: 1px solid var(--light-grey);
    padding: 35px;
    min-height: 300px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.testimonial-item blockquote {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: black;
    margin-bottom: 20px;
    position: relative;
}

.rating {
    margin-bottom: 20px;
}

.rating i {
    font-size: 20px;
    color: #f1c720;
}

.testimonial-area .client-image img {
    display: initial;
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
}

.testimonial-item blockquote::before {
    content: "\f10d";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    margin-left: -35px;
    top: -10px;
    font-size: 32px;
    color: #e8e8e8;
}

.testimonial-area .owl-carousel .owl-nav .owl-prev,
.testimonial-area .owl-carousel .owl-nav .owl-next {
    background-color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: black;
    position: absolute;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 1px solid var(--light-grey);
}

.testimonial-area .owl-nav .owl-prev {
    left: 45%;
}

.testimonial-area .owl-nav .owl-next {
    right: 45%;
}

.testimonial-area .owl-nav {
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
    z-index: 999;
}

.testimonial-area .owl-dots {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.client-image p {
    color: var(--secondary);
    text-transform: uppercase;
    font-weight: bold;
}

/* 
  =======================================================
  Large Box Css
  =======================================================
  */


.room-type .span-box {
    border-radius: 30px;
    padding: 5px 10px;
    /*background: linear-gradient(to right, var(--secondary) 0%, var(--primary) 100%);*/
    background: linear-gradient(93deg, #ff7b26, #ec048c);
    color: #fff;
    font-weight: 700;
    font-size: 11px;
}

.fuel-type .span-box {
    border-radius: 30px;
    padding: 5px 20px;
    background: linear-gradient(93deg, #ec048c, #ff7b26);
    color: #fff;
    font-size: 14px;
}

.food-type .veg {
    background-color: green;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    padding: 2px 10px;
    box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.3);
}

.food-type .non-veg {
    background-color: red;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    padding: 2px 10px;
    box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.3);
}

.large-box {
    background-color: #fff;
    border: 1px solid var(--light-grey);
    border-radius: 18px;
    padding: 20px 10px;
    transition: all 0.2s ease;
}

.large-box .icon img {
    width: 250px;
    margin-bottom: 15px;
}

.another-area .icon-content h4 {
    -webkit-box-orient: vertical;
    color: #000;
    display: -webkit-box;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.32;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.another-area .icon-content p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
    text-align: center;
}

.button .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 1px solid var(--secondary);
    background: var(--secondary);
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.button .btn:hover {
    border: 1px solid var(--primary);
    background: var(--primary);
    color: white;
}

.big-banner-area.another-big-img {
    position: relative;
    background-image: url(../img/big-img.jpg) !important;
}

.big-banner-area.another-big-img::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* 
  =======================================================
  Footer CSS
  =======================================================
  */

/* pre footer area */
/*.pre-footer-content h5 {*/
/*  color: black;*/
/*  font-size: 16px;*/
/*  font-weight: 600;*/
/*  text-transform: capitalize;*/
/*  margin-bottom: 20px;*/
/*}*/

/*.pre-footer-content ul {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*}*/
/*.pre-footer-content ul li {*/
/*  line-height: 35px;*/
/*}*/
/*.pre-footer-content ul li a {*/
/*  border-right: 1px solid var(--text-grey);*/
/*  color: var(--text-grey);*/
/*  display: inline-block;*/
/*  text-transform: capitalize;*/
/*  height: 12px;*/
/*  line-height: 12px;*/
/*  padding-left: 12px;*/
/*  padding-right: 12px;*/
/*}*/
/* footer area */
/*.main-footer {*/
/*  position: relative;*/
/*  background-color: var(--dark-grey);*/
/*  padding: 50px 0px;*/
/*  margin-top: 150px;*/
/*}*/

/*.footer-upper-part {*/
/*  position: absolute;*/
/*  left: 8%;*/
/*  right: 8%;*/
/*  top: -18%;*/
/*  background-color: white;*/
/*  border: 1px solid var(--light-grey);*/
/*  padding: 30px;*/
/*  border-radius: 20px;*/
/*  -webkit-border-radius: 20px;*/
/*  -moz-border-radius: 20px;*/
/*  -ms-border-radius: 20px;*/
/*  -o-border-radius: 20px;*/
/*  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.14);*/
/*}*/
/*.footer-wrapper .footer-title {*/
/*  margin-bottom: 10px;*/
/*}*/
/*.footer-wrapper .footer-title h6 {*/
/*  font-size: 12px;*/
/*  line-height: 18px;*/
/*  font-weight: 600;*/
/*  color: var(--text-grey);*/
/*  text-transform: uppercase;*/
/*}*/
/*.footer-wrapper .footer-links ul li a {*/
/*  font-size: 10px;*/
/*  line-height: 16px;*/
/*  font-weight: 500;*/
/*  color: var(--light-grey);*/
/*  text-transform: uppercase;*/
/*  margin-bottom: 8px;*/
/*  transition: all 0.3s linear;*/
/*  -webkit-transition: all 0.3s linear;*/
/*  -moz-transition: all 0.3s linear;*/
/*  -ms-transition: all 0.3s linear;*/
/*  -o-transition: all 0.3s linear;*/
/*}*/

/*.footer-wrapper .footer-links ul li a:hover {*/
/*  font-size: 12px;*/
/*  color: var(--secondary);*/
/*}*/

/*.footer-upper-part .row .col-lg-3 {*/
/*  border-right: 1px solid #e0e0e0;*/
/*}*/

/*.footer-upper-part .row .col-lg-3:last-child {*/
/*  border-right: none;*/
/*}*/

/*.footer-destinations-area {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  flex-direction: row;*/
/*  gap: 5px;*/
/*}*/

/*.footer-destinations-area .foot-imgbox {*/
/*  display: flex;*/
/*  position: relative;*/
/*  width: 75px;*/
/*  height: 85px;*/
/*  overflow: hidden;*/
/*}*/
/*.footer-destinations-area .imgbox-name {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  position: absolute;*/
/*  z-index: 2;*/
/*  color: #fff;*/
/*  font-weight: 700;*/
/*  font-size: 10px;*/
/*  text-transform: uppercase;*/
/*  width: 75px;*/
/*  height: 85px;*/
/*  letter-spacing: 1.04px;*/
/*  background: rgba(0, 0, 0, 0.1);*/
/*}*/

/*.footer-lower-part {*/
/*  margin-top: 250px;*/
/*  text-align: center;*/
/*}*/
/*.footer-logo-area {*/
/*  position: relative;*/
/*  margin-bottom: 40px;*/
/*}*/

/*.footer-logo-area::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  left: 30px;*/
/*  width: 36%;*/
/*  height: 2px;*/
/*  background-color: var(--light-grey);*/
/*}*/
/*.footer-logo-area::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  right: 30px;*/
/*  width: 36%;*/
/*  height: 2px;*/
/*  background-color: var(--light-grey);*/
/*}*/

/*.footer-share {*/
/*  margin-bottom: 40px;*/
/*}*/

/*.copy-right-area {*/
/*  margin-bottom: 15px;*/
/*}*/

/*.copy-right-area div {*/
/*  font-size: 15px;*/
/*  font-weight: bold;*/
/*  text-transform: capitalize;*/
/*  color: var(--light-grey);*/
/*}*/

/*.footer-description p {*/
/*  font-size: 12px;*/
/*  line-height: 22px;*/
/*  font-weight: 500;*/
/*  color: var(--light-grey);*/
/*  margin-bottom: 0;*/
/*}*/

/*.footer-share ul li a {*/
/*  display: block;*/
/*  width: 45px;*/
/*  height: 45px;*/
/*  line-height: 48px;*/
/*  background-color: var(--light-grey);*/
/*  font-size: 18px;*/
/*  text-align: center;*/
/*  color: var(--dark-grey);*/
/*  border-radius: 50px;*/
/*  -webkit-border-radius: 50px;*/
/*  -moz-border-radius: 50px;*/
/*  -ms-border-radius: 50px;*/
/*  -o-border-radius: 50px;*/
/*  transition: 0.3s;*/
/*  -webkit-transition: 0.3s;*/
/*  -moz-transition: 0.3s;*/
/*  -ms-transition: 0.3s;*/
/*  -o-transition: 0.3s;*/
/*}*/

/*.footer-share ul li a:hover {*/
/*  transform: rotate(360deg);*/
/*  -webkit-transform: rotate(360deg);*/
/*  -moz-transform: rotate(360deg);*/
/*  -ms-transform: rotate(360deg);*/
/*  -o-transform: rotate(360deg);*/
/*}*/






/*.footer {*/
/*  background: url('../img/banner/ladakh.jpg')no-repeat;*/
/*  background-position: center;*/
/*  background-size: cover;*/
/*  padding: 5% 0 1%;*/
/*  position: relative;*/
/*}*/

/*.footer .opacity {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  background-color: #43508d;*/
/* background: linear-gradient(to bottom,
        var(--secondary) 0%,
        var(--primary) 100%);
        z-index: 0; */
/*      opacity: 0.8;*/
/*}*/

/*.footer .newsletter {*/
/*  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);*/
/*  background-color: #fff;*/
/*  top: -10%;*/
/*  right: 0;*/
/*  left: 0;*/
/*  position: absolute;*/
/*  padding: 2% 2% 1% 2%;*/
/*  z-index: 100;*/
/*  border-radius: 50px;*/
/*}*/
/*.footer .newsletter .form-control{*/
/*  border: 1px solid var(--secondary);*/
/*  border-radius: 20px 0 0 20px !important;*/
/*}*/
/*.footer .newsletter .input-group-text{*/
/*  border: 1px solid var(--secondary);*/
/*  background-color: var(--secondary);*/
/*  border-radius:0 20px 20px 0;*/
/*  color: #fff;*/
/*}*/
/*.footer .newsletter h5{*/
/*  color: #1542a4;*/
/*  font-size: 30px;*/
/*  font-weight: 600;*/
/*}*/
/*.footer .top-footer .box-container {*/
/*  display: grid;*/
/*  grid-template-columns: 35% 18% 17% 30%;*/
/*  gap: 5px;*/
/*  padding: 5% 0 2%;*/
/*  position: relative;*/
/*  z-index: 100;*/
/*}*/
/*.footer .top-footer .box-container .link-box .divider {*/
/*  margin-bottom: 8%;*/
/*}*/
/*.footer .top-footer .box-container .box {*/
/*  margin: 2%;*/
/*}*/
/*.footer .top-footer .box-container .box p {*/
/*  font-size: 16px;*/
/*  padding: 4% 12% 4% 0;*/
/*  color: #eee;*/
/*}*/
/*.footer .top-footer .box-container .box .divider{*/
/*  height: 2px;*/
/*  background-color: #fff;*/
/*}*/
/*.footer .top-footer .box-container .box h4 {*/
/*  color: #fff;*/
/*}*/
/*.footer .top-footer .box-container .box ul li a{*/
/*  font-weight: 700;*/
/*    line-height: 35px;*/
/*    color: #eee;*/
/*    font-size: 18px;*/
/*}*/

/*.footer .top-footer .box-container .box .social-media {*/
/*  background-color: transparent;*/
/*  text-align: center;*/
/*  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.4);*/
/*  gap: 10px;*/
/*  width: 50%;*/
/*  border-radius: 20px;*/
/*}*/

/*.footer .top-footer .box-container .box .img img {*/
/*  margin: 2%;*/
/* width: 100%; */
/*  width: 100%;*/
/*  height: 100px;*/
/*  border-radius: 15px;*/
/*  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.2);*/
/*  padding: 2%;*/
/*}*/

/*.footer .bottom-footer .content {*/
/*  display: grid;*/
/*  grid-template-columns: 50% 50%;*/
/*  gap: 10px;*/
/*  padding-top: 2%;*/
/*  border-top: 1.5px solid #fff;*/
/*  position: relative;*/
/*  z-index: 100;*/
/*}*/

/*.footer .bottom-footer .content .box-left {*/
/*  text-align: left;*/
/*  color: #fff;*/
/*}*/

/*.footer .bottom-footer .content .box-right {*/
/*  text-align: right;*/
/*}*/
/*.footer .bottom-footer .content .box-right a{*/
/*  font-size: 14px;*/
/*  padding-left: 2%;*/
/*  color: #fff;*/
/*}*/
/*.footer .bottom-footer .content .box-right :hover{*/
/*  color: #1004b6;*/
/*}*/

/* 
  =======================================================
  Destination Page CSS
  =======================================================
  */
.destination-main-body {
    background-color: #f3f3f3;
    padding: 5% 0 10%;
    margin: 0 0 -10% 0;
}

.destination-section .main-heading h3 {
    padding: 0 0 0 3%;
}

.destination-section .main-box-cont {
    padding: 1% 1.5%;
    margin: 4% 0;
    border-radius: 25px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    background-color: #fff;
}

.other-destination .item-hotel .img img {
    border-radius: 20px;
}

.destination-section .desti-section-box {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    /*gap: 15px;*/
}

.destination-section .desti-section-box .desti-box {
    border-radius: 25px;
    margin: 1%;
    box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.4);
}

.destination-section .desti-section-box .desti-box:hover {
    transition: 0.6s;
    transform: scale(1.04);
    box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.6);
}

.destination-section .desti-section-box .desti-box .img img {
    width: 100%;
    border-radius: 25px 25px 0 0;
}

.destination-section .desti-section-box .desti-box .content {
    background-color: #fff;
    padding: 4% 0 3.5% 4%;
    border-radius: 0 0 25px 25px;
}

.destination-section .desti-section-box .desti-box .content h4 {
    Font-size: 18px;
    font-weight: 600;
    color: #000;
}

.destination-section .desti-section-box .desti-box .content p {
    Font-size: 12px;
    font-weight: 400;
    color: #aaa;
}

.destination-section .desti-section-box .desti-box .content .btn {
    width: 45%;
    margin: 5% 0 0 0;
    border-radius: 25px;
    border-color: #f28639;
    background-color: #f28639;
    font-size: 12px;
}

.destination-section .desti-section-box .desti-box .content .btn:hover {
    transform: scale(1.04);
    background-color: #1d449f;
    border-color: #1d449f;
    transition: 0.6s;
    box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.5);
}

.mapTourSection .map-guide {
    border-radius: 25px;
}

.mapTourSection .map-guide .map-box {
    width: 100%;
    height: 400px;
    border-radius: 25px;

    box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.4);
}

.short-div-carousel .item-hotel {
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
    border-radius: 25px;
}

.short-div-carousel .item-hotel .img img {
    border-radius: 25px 25px 0 0;
    width: 100%;
    height: 200px;
}

.short-div-carousel .item-hotel .content {
    padding: 2% 0 2% 4%;
}

.short-div-carousel .item-hotel .content h4 {
    font-size: 14px;
}

.short-div-carousel .item-hotel .content h4 span {
    font-size: 12px;
    padding: 0 0 0 2%;
}

.short-div-carousel .item-hotel .content p {
    font-size: 12px;
}

.short-div-carousel .owl-stage-outer {
    padding: 2% 0;
}

.short-div-carousel .item-hotel .content .btn {
    background-color: #e6823f;
    border-color: #e6823f;
    width: 50%;
    font-size: 14px;
    padding: 2% 0.5%;
    border-radius: 25px;
}

.short-div-carousel .item-hotel .content .btn:hover {
    background-color: #1a44a2;
    border-color: #1a44a2;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.4);
}

.short-div-carousel .owl-nav {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    transform: translateY(-55%);
}

.short-div-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
    border-radius: 50%;
    padding: 3%;
    width: 35px;
    height: 35px;
    color: #fff !important;
    background-color: #e6823f !important;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}

.short-div-carousel .owl-nav .owl-next {
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
    position: absolute;
    right: -30px;
    border-radius: 50%;
    padding: 3%;
    width: 35px;
    height: 35px;
    color: #fff !important;
    background-color: #e6823f !important;
}

.other-destination {
    padding: 5% 0;
}

.other-destination .item-hotel {
    position: relative;
    border-radius: 25px;
}

.other-destination .item-hotel .content {
    padding: 2% 0% 5% 5%;
    background-color: #00000045;
    position: absolute;
    bottom: 0%;
    left: 0%;
    border-radius: 0 0 25px 25px;
}

.other-destination .item-hotel .content h4 {
    color: #fff;
    font-size: 16px;
}

.other-destination .item-hotel .content p {
    color: #fff;
    font-size: 12px;
}

.other-destination .item-hotel .content .btn {
    padding: 1% 4%;
    border-color: #fff;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 25px;
}

/* 
  =======================================================
  Tour Page CSS
  =======================================================
  */
  
  
  
        .tour-card-box {
            padding: 2%;
            background-color: #fff;
            border-radius: 15px;
            display: grid;
            grid-template-columns: 30% 45% 25%;
            box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.3);
            border: 1px solid #aaa;
            margin: 3% 0;
        }

        .tour-card-box .img-rating {
            position: relative;
        }

        .tour-card-box .img-rating img {
            width: 100%;
            height: 100%;
            margin: 2% 0 0 0;
            border-radius: 15px;
        }

        .tour-card-box .img-rating .off-price {
            font-size: 14px;
            color: #fff;
            position: absolute;
            top: 5%;
            left: 5%;
            background-color: #d57d47;
            padding: 1.5% 6%;
            border-radius: 20px;
        }

        .tour-card-box .img-rating .wish-icon-fa .fa-heart {
            position: absolute;
            top: 5%;
            right: 5%;
            color: #000;
            background-color: #fff;
            border-radius: 50%;
            padding: 3%;
            cursor: pointer;
        }
        
        .is-wishlist{
            background-color: #d57d47 !important;
            color: #fff !important;
            transition: 0.6s;
            box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
        }
        
        .tour-card-box .img-rating .wish-icon-fa .fa-heart:hover {
              background-color: #d57d47;
              color: #fff;
              transition: 0.6s;
              box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
        }
        .tour-card-box .tour-card-detail {
            padding: 2% 5% 10% 5%;
            position: relative;
        }

        .tour-card-box .tour-card-detail h3 {
            font-size: 18px;
            /*width: 90%;*/
            padding: 2% 0 0 0;
            margin: 0 0 -2% 0;
        }

        .tour-card-box .tour-card-detail .star-count-box {
            display: grid;
            grid-template-columns: 35% 65%;
            gap: 5px;
            align-items: center;
            margin: 3% 0 3% 0;
            padding: 0 0 0 0;
        }

        .tour-card-box .tour-card-detail .star-count-box .stars {
            display: flex;
            align-items: center;
            gap: 5px;
            text-align: left;
            justify-content: left;
        }

        .tour-card-box .tour-card-detail .star-count-box .stars .fa-star {
            /* color: #e2ad64; */
            font-size: 14px;
        }
        .text-yellow-2 {
            color: #e2ad64;
        }

        .tour-card-box .tour-card-detail .star-count-box .rate-no {
            text-align: left;
            padding: 3% 0 0 0;
        }

        .tour-card-box .tour-card-detail .star-count-box .rate-no .rate-point {
            font-size: 16px;
            font-weight: 600;
        }

        .tour-card-box .tour-card-detail .star-count-box .rate-no .rated-person {
            font-size: 14px;
            font-weight: 400;
        }

        .tour-card-box .tour-card-detail .tag-label {
            display: grid;
            grid-template-columns: 40% 60%;
            align-items: center;
            gap: 15px;
            position: absolute;
            bottom: 0%;
            left: 5%;
            right: 0;
        }

        .tour-card-box .tour-card-detail p {
            font-size: 12px;
            font-weight: 400;
            /*width: 90%;*/
            /*line-height: 20px;*/
        }

        .tour-card-box .tour-card-detail .tag-label .best-price-tag {
            color: #d57d47;
            font-size: 12px;
            font-weight: 600;
        }

        .tour-card-box .tour-card-detail .tag-label .free-cancellation-tag {
            color: #000;
            font-size: 12px;
        }

        .tour-card-box .package-duration {
            border-left: 1px solid #aaa;
            padding: 0 0 0 5%;
            position: relative;
            text-align: center;
        }

        .tour-card-box .package-duration h6 {
            font-size: 14px;
        }

        .tour-card-box .package-duration .view-detail-box {
            position: absolute;
            bottom: 5%;
            left: 2%;
            right: 2%;
        }

        .tour-card-box .package-duration .view-detail-box span {
            font-size: 12px;
            color: #aaa;
            text-decoration: line-through;
        }

        .tour-card-box .package-duration .view-detail-box .fa-indian-rupee-sign {
            font-size: 12px;
        }

        .tour-card-box .package-duration .view-detail-box h6 {
            padding: 0;
            margin: 0 0 10% 0;
            font-size: 14px;
            color: #1b44a1;
        }

        .tour-card-box .package-duration .view-detail-box .details-btn {
            background-color: transparent;
            border: 1px solid #d57d47;
            color: #d57d47;
            border-radius: 10px;
            padding: 5% 10%;
            font-size: 14px;
            cursor: pointer;
            text-decoration: none;
        }

        .tour-card-box .package-duration .view-detail-box .details-btn:hover {
            background-color: #d57d47;
            border: 1px solid #d57d47;
            color: #fff;
            transition: 0.6s;
            box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
            transform: scale(1.1);
        }

  
  
  
.custom-banner-area {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    padding: 150px 0px;
}

.tour-img {
    background-image: url(../img/tour.jpg);
}

.hotel-img {
    background-image: url(../img/hotel.png);
    padding: 50px 0px;
}

.car-img {
    background-image: url(../img/car.webp);
    padding: 50px 0px;
}

.trekking-img {
    background-image: url(../img/trek.png);
    padding: 50px 0px;
}

.destination-img {
    background-image: url(../img/destinations.png);
    background-size: cover;
    background-position: center;
    padding: 5% 0;
    position: relative;
}
.banner-short .con-ik{
    position: relative;
    z-index: 100;
}
.tour-details-img {
    background-image: url(../img/tour-details.png);
    /*padding: 50px 0px;*/
}

.custom-banner-inner-area h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 80px;
    margin: 0;
}

.custom-banner-inner-area p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.banner-search-area {
    width: 700px;
    background: white;
    padding: 15px 20px;
    border-radius: 50px;
}

.total-search-area {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}

.search-left-area span i {
    font-size: 24px;
    margin-right: 15px;
}

.search-left-area span i {
    font-size: 24px;
    margin-right: 15px;
}

input.custom-field {
    width: 475px;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 132%;
    caret-color: #ff5b00;
    -webkit-box-flex: 1;
    flex: 1;
}

.search-left-area {
    flex: 1;
}

.search-right-area {
    -webkit-box-flex: 0;
    flex: none;
    margin-left: 24px;
}

.btn-orange {
    border: 0;
    background: #ff5b00;
    border-radius: 200px;
    width: 120px;
    height: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    flex: none;
}

.btn-orange i {
    font-size: 20px;
    color: white;
}

.place-grid-bg {
    background: white;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.place-img img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.place-content h3 {
    font-size: 18px;
    color: black;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}

.place-content p {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #757575;
    line-height: 18px;
}

.place-grid-area {
    margin-top: -100px;
}

.grid-area-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grid-area-title h4 span i {
    font-size: 25px;
    margin-right: 10px;
}

.grid-area-title h4 {
    color: black;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.link {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: black;
    text-decoration: underline;
}

.places-area {
    margin: 50px 0px;
}

.grid-area-bg {
    padding: 25px;
    border-radius: 20px;
}

.total-tour-grid {
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.total-tour-grid:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
}

.total-grid-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.total-grid-content {
    padding: 15px 20px 20px;
}

.total-grid-content h3 {
    margin-bottom: 10px;
}

.total-grid-content h3 a {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.total-grid-content p {
    font-size: 12px;
    line-height: 1.5;
    text-transform: capitalize;
    font-weight: 600;
    color: #f09b0a;
    margin-bottom: 10px;
}

.price-area h5 {
    font-size: 14px;
    font-weight: 600;
    color: black;
    text-transform: uppercase;
}

.price-area h5 del {
    color: #515151;
}

.grid-under-area {
    margin-top: 1rem;
}

.view-photo {
    top: -250px;
    position: absolute;
    left: -700px;
    background-color: #ee843a;
    padding: 10px 25px;
    color: #fff;
    border-radius: 25px;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
}

.show-more {
    border-radius: 30px;
    background-color: #27489c;
    color: #fff;
    padding: 6px 25px 5px;
}

.hotel-offer-carousel .small-banner-img img {
    min-height: inherit;
}

#more {
    display: none;
}

.terms-content ul {
    margin-left: 30px;
}

.terms-content ul li {
    list-style: circle;
}

.btn-another {
    padding: 10px 50px;
    background: var(--secondary);
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-top: 2rem;
}

.btn-another:hover {
    background-color: var(--primary);
    color: white;
}













/* 
  =======================================================
  Hotel Details Page CSS
  =======================================================
  */
.hotel-details-main {
    background: #f3f3f3;
    padding: 2.5% 0 2.5% 0;
}

.hotel-img {
    position: relative;
}

/*.hotel-img .opacity{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    z-index: 10;*/
/*    background-color: #22469e;*/
/*    opacity: 0.5;*/
/*}*/
.hotel-drescribe-sec {
    margin: 2% 0;
}

.hotel-drescribe-con {
    background-color: #fff;
    padding: 5% 3%;
    box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}
.hotel-drescribe-sec .hotel-drescribe-con h4{
    color: #1442a4;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 2%;
}
.hotel-filter-sec {
    margin: 2% 0;
}

.hotel-filter-con {
    background-color: #fff;
    padding: 5% 3%;
    box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}

.hotel-filter-con .filter-output .box-container {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 5px
}



.hotel-book-form .box-container{
    border-radius: 15px;
    box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    padding: 5% 3%;
    border: 1px solid #aaa;
}
.hotel-book-form .box-container .hotel-form-heading{
    padding: 0 0 3% 0;
}
.hotel-book-form .box-container .hotel-form-heading h4{
    color: #1442a4;
    font-weight: 600;
    font-size: 25px;
}
.hotel-book-form .box-container .hotel-form-heading span{
    font-size: 12px;
}
.hotel-book-form .box-container .hotel-form .form-label{
    font-size: 14px;
    color: #ec843c;
}
.hotel-book-form .box-container .hotel-form .form-control {
    border-radius: 15px;
    border: 1px solid #ec843c;
    background-color: #ec843c26;
}
.hotel-book-form .box-container .hotel-form .room-book{
    border-radius: 25px;
    color: #fff;
    padding: 1% 5%;
    background-color: #1442a4;
    border-color: #1442a4;
}
.hotel-book-form .box-container .hotel-form .room-book:hover{
    transition: 0.6s;
    box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.4);
    background-color: #ec843c;
    border-color: #ec843c;
}
.hotel-book-form .box-container .hotel-form .form-check-label{
    margin: 0;
}
.tour-img {
    padding: 50px 0;
}

/* Create four equal columns that floats next to eachother */
/*.filter-box .column {*/
/*  float: left;*/
/*  width: 25%;*/
/*}*/
.short-filter-div {
    display: grid;
    grid-template-columns: 25% 25%;
    justify-content: center;
    align-items: center;
}

/* The Modal (background) */
.modal-filter {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-filter .modal-content {
    position: relative;
    /*background-color: #fefefe;*/
    /*margin: auto;*/
    overflow: hidden;
    padding: 0;
    width: 100%;
    /*max-width: 1200px;*/
}

/* The Close Button */
.modal-filter .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.modal-filter .close:hover,
.modal-filter .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.modal-filter .mySlides {
    display: none;
}

/* Next & previous buttons */
.modal-filter .prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.modal-filter .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.modal-filter .prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
/*.modal-filter .numbertext {*/
/*  color: #f2f2f2;*/
/*  font-size: 12px;*/
/*  padding: 8px 12px;*/
/*  position: absolute;*/
/*  top: 0;*/
/*}*/

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.modal-filter img.demo {
    opacity: 0.6;
}

.modal-filter .active,
.demo:hover {
    opacity: 1;
}

.modal-filter img.hover-shadow {
    transition: 0.3s;
}

.modal-filter .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tourSingleGrid.-type-1 .tourSingleGrid__grid {
    overflow-x: hidden !important;
}

.tour-details-pg .tourSingleGrid__button {
    background-color: #e6823e;
    border-radius: 25px;
}

.hotel-amenities-sec {
    margin: 2% 0 2%;
}

.hotel-amenities-con {
    background-color: #fff;
    padding: 5% 3%;
    box-shadow: 2px 1px 15px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}

.sidebar .sidebar__item {
    padding: 0 2%;
}

.filter-output img {
    width: 100%;
    border-radius: 25px;
    height: 350px;
}

.hotel-amenities-sec h4 {
    color: #000;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 2%;
}

.hotel-amenities-sec h5 {
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 2%;
}

.hotel-amenities-sec h5 span {
    font-size: 18px;
    padding: 0 1% 0 0;
}

.content-banner {
    position: relative;
    z-index: 20;
}

.filterDiv {
    float: left;
    color: #ffffff;
    width: 100%;
    line-height: 100px;
    text-align: center;
    margin: 2px;
    display: none;
}

.show {
    display: block;
}

.filter-output {
    padding-top: 20px;
    overflow: hidden;
}

/* Style the buttons */
.btn-filter-tab {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
}

.btn-filter-tab:hover {
    background-color: #ddd;
}

.btn-filter-tab.active {
    background-color: #666;
    color: white;
}









/* 
  =======================================================
  Car Rentals CSS
  =======================================================
  */

.car-rental-section .car-details {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    align-items: center;
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 2.5%;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
}

.car-rental-section .car-details .content h4 {
    font-size: 20px;
    color: #f28639;
}

.car-rental-section .car-details .content h4 span {
    font-size: 14px;
    padding: 0 5px 0 0;
    color: #21459e;
}

.car-rental-section .car-details .content .star-rating .star-color {
    color: #ffb700;
    font-size: 12px;
}

.car-rental-section .car-details .img {
    padding: 2%;
}

.car-rental-section .car-details .img img {
    border-radius: 25px;
    width: 94%;
}

.car-rental-section .car-type {
    display: grid;
    grid-template-columns: 20% 10% 15% 15%;
    padding: 2% 0;
}

.car-rental-section .details-car {
    display: flex;
    gap: 50px;
}

.car-rental-section .details-car h5 {
    font-size: 14px;
    padding: 0 0 3% 0;
    font-weight: 600;
}

.car-rental-section .details-car h6 {
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 3% 0;
}

.car-rental-section .content {
    margin: 0 5% 0 0;
    border-right: 1.5px dashed #aaa;
    border-left: 1.5px dashed #aaa;
    padding: 0 0 0 5%;
}

.car-rental-section .content h3 {
    color: #21459e;
    font-size: 20px;
}

.car-rental-section .content h3 span {
    color: #aaa;
    font-size: 13px;
    padding: 0 0 0 5px;
}

.car-rental-section .type-sec .car-type h4 {
    font-size: 15px;
    padding: 2% 2% 2% 0;
    color: #000;
}

.price .btn {
    background-color: #f28639;
    border-color: #f28639;
    border-radius: 25px;
    width: 45%;
}

.price .btn:hover {
    transition: 0.6s;
    transform: scale(1.05);
    background-color: #21459e;
    border-color: #21459e;
}

.car-rental-section .car-type h4 span {
    padding: 0 4% 0 0;
    font-size: 16px;
    color: #ffb700;
}

.car-rental-section .car-type .fa-solid {
    color: #ffb700;
}

.car-rental-section .details-car .type-category .fa-solid {
    background-color: #ffb700;
}

.car-listing-table-area .table-car-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.class-car-details-area h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 25px;
    color: black;
    margin-bottom: 10px;
}

.class-car-details-area h3 span {
    font-size: 14px;
    color: #8f8f8f;
    font-weight: 300;
}

.star-rating i {
    font-size: 14px;
    color: #ffb700;
    margin-bottom: 10px;
}

.circle i {
    font-size: 10px;
    margin-right: 14px;
}

.class-car-details-area h4 {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 25px;
    color: black;
    margin-bottom: 10px;
}

.car-another-details ul li span {
    margin-right: 8px;
}

.car-another-details ul li span i {
    color: #28489b;
    font-size: 16px;
}

.car-another-details ul li {
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 30px;
    color: black;
}

.price {
    font-size: 25px;
    font-weight: 600;
    color: black;
}

.table-box-shadow tr {
    background: white;
    padding: 10px;
    border-radius: 20px;
    -webkit-box-shadow: -2px 3px 13px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 3px 13px -6px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 3px 13px -6px rgba(0, 0, 0, 0.75);
    margin-bottom: 20px;
}

.small-btn {
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    background: var(--secondary);
    color: white;
    border-radius: 50px;
    margin-top: 8px;
}

.small-btn:hover {
    background-color: var(--primary);
    color: white;
}

.total-tour-grid {
    margin-bottom: 18px;
}

.another-grid {
    background: var(--primary);
    box-shadow: 1px 7px 10px -1px rgba(108.8, 108.8, 108.8, 0.5);
}

.another-grid-content {
    padding: 15px 20px 4px;
}

.another-grid-content h3 a {
    font-size: 20px;
    line-height: 35px;
    color: white;
    padding-bottom: 0;
}

.yellow {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: red;
    margin-left: 10px;
}

/* 
  =======================================================
  Details Page
  =======================================================
  */
.breadcrumbs ul li {
    font-style: 15px;
    text-transform: uppercase;
    color: var(--secondary);
}

.breadcrumbs ul li a {
    font-style: 15px;
    text-transform: uppercase;
    color: black;
    font-weight: 500;
}

.main-title h1 {
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
    color: black;
    text-transform: capitalize;
    margin: 15px 0px;
}

.location {
    font-style: 15px;
    text-transform: uppercase;
    color: black;
    font-weight: 500;
}

.location i {
    color: var(--secondary);
}

.rating {
    margin: 15px 0px;
}

.priceing {
    font-size: 22px;
    font-weight: bold;
}

.tour-details {
    background-color: #f7f7f7;
    padding: 40px 0px;
}

.tour-big-img img {
    border-radius: 15px;
}

.tour-left h4 {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    margin: 15px 0px;
}

.tour-left p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    color: black;
}

.tour-left ul li {
    font-size: 15px;
    line-height: 35px;
    color: black;
    font-weight: 500;
}

.tour-left ul li span i {
    font-weight: 900;
    color: red;
    width: 20px;
    height: 20px;
    background: rgb(227 0 42 / 10%);
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px;
    margin-right: 15px;
}

.form-grid {
    background: white;
    padding: 30px 45px 22px;
    box-shadow: 0px 10px 35px #ffffff73, 2px 2px 5px rgb(94 104 121 / 66%);
    overflow: hidden;
    border-radius: 0 25px 25px 0;
    border-right: 4px solid var(--primary);
}

.form-grid h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    color: black;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 20px;
    border-left: 6px solid var(--primary);
}

label {
    color: black;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.star {
    color: red;
}

.form-control {
    border-radius: 0px;
}

.btn-submit {
    border-radius: 0;
    background-color: var(--primary);
    color: white;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    width: 100%;
    padding: 10px 15px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.btn-submit:hover {
    background: var(--secondary);
    color: white;
}

.form-grid ul li {
    text-align: center;
}

.form-grid ul li a {
    font-size: 15px;
    text-transform: capitalize;
    color: black;
    font-weight: bold;
}

.login {
    margin: 80px 0px;
}

.login .content-regis {
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 25px 0 0 25px;
}
.login-left-bn{
     background: url("../img/regis-bn.avif")no-repeat;
     height: 505px;
}
.regis-left-bn{
    background: url("../img/pop-bg.jpeg")no-repeat;
    height: 690px;
}

.registration-sec-box {
    display: grid;
    grid-template-columns: 50% 50%;
}

.login .content-regis .content-box {
    position: absolute;
    top: 10%;
    left: 5%;
    right: 5%;
    z-index: 20;
    text-align: left;
}

.login .content-regis .opacity {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.65;
    z-index: 10;
    border-radius: 25px 0 0 25px;
}

.login .content-regis .content-box h3 {
    color: #fff;
    font-size: 55px;
}

.login .content-regis .content-box p {
    color: #eee;
    padding: 2% 0 10% 0;
    font-size: 15px;
}
.login .content-regis .social-div{
    display: flex;
    gap: 0;
    align-items: center;
    text-align: left;
    justify-content: left;
    padding: 0;
}
.login .content-regis .social-div img{
    width: 60%;
}
@media screen and(max-width: 990px){
    .login .content-regis .content-box {
        top: 15%;
    }
    .login {
        margin: 80px 0 150px;
    }
}



/* 
  ===================================================
  breadcrumbs
  ===================================================
  */
.breadcrumbs {
    background-color: #efefef;
    padding: 25px 0px;
}

.breadcrumbs-content ul li,
.breadcrumbs-content ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.breadcrumbs-content ul li a:hover {
    color: var(--secondary);
}








/*Share Option css*/


.share-container .share-btn {
    position: relative;
    border: none;
    /*background: #fff;*/
    color: #ff7d7d;
    border-radius: 50%;
    padding-right: 3px;
    cursor: pointer;
    z-index: 2;
}

.share-container .share-options {
    position: absolute;
    bottom: 45%;
    right: 95%;
    width: auto;
    height: auto;
    transform-origin: bottom right;
    transform: scale(0);
    border-radius: 20px 20px 0 20px;
    background: #505487;
    color: #fff;
    padding: 20px;
    font-family: 'roboto';
    transition: .5s;
    transition-delay: .5s;
    ;
}

.share-container .share-options.active {
    transform: scale(1);
    transition-delay: 0s;
}

.share-container .title {
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
    font-size: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    width: fit-content;
    padding: 0 20px 3px 0;
}

.share-container .social-media {
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
    width: 250px;
    height: 120px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.share-container .social-media-btn {
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    line-height: 50px;
    font-size: 25px;
    cursor: pointer;
    margin: 0 5px;
    text-align: center;
}

.share-container .social-media-btn:nth-child(1) {
    background: #FFA654;
}

.share-container .social-media-btn:nth-child(2) {
    background: #25D366;
}

.share-container .social-media-btn:nth-child(3) {
    background: #E4405F;
}

.share-container .social-media-btn:nth-child(4) {
    background: #1DA1F2;
}

.share-container.social-media-btn:nth-child(5) {
    background: #1877F2;
}

.share-container .social-media-btn:nth-child(6) {
    background: #0A66C2;
}

.share-container .link-container {
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
    width: 100%;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    background-color: #fff;
    overflow: hidden;
    padding: 0 10px;
}

.share-container .link {
    width: 80%;
    height: 100%;
    line-height: 55px;
    color: #000;
    font-size: 10px;
    text-transform: lowercase;
}

.share-container .copy-btn {
    position: absolute;
    right: 0;
    cursor: pointer;
    background: #000;
    color: #fff;
    border: none;
    height: 100%;
    width: 25%;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}

.share-options.active .title,
.share-options.active .social-media,
.share-options.active .link-container {
    opacity: 1;
    transition: .5s;
    transition-delay: .5s;
}


/* 
  =======================================================
  Contact Section css
  =======================================================
  */
  
    .contact-icon-sec{
      padding: 0 0 5% 0;
      position: relative;
    }
    .contact-icon-sec .box-container{
    gap: 15px;
    position: absolute;
    top: -70%;
    left: 10%;
    right: 10%;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    z-index: 15;
    }
    .contact-icon-sec .box-container .box{
      border-radius: 15px;
      padding: 10% 0 5% 0%;
      text-align: center;
      background-color: #efefef;
      box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.4);
    }
    .contact-icon-sec .box-container .box .con-icons{
        /*font-size: 20px;*/
        color: #fff;
    background-color: #e48240;
    padding: 10px;
    border-radius: 50%;
    width: 25px;
    height: 22px;
    }
    .contact-icon-sec .box-container .box .content{
        padding: 2% 3%;
    }
    .contact-icon-sec .box-container .box .content h5{
        color: #1e45a0;
        font-weight: 600;
        font-size: 20px;
    }
    .contact-icon-sec .box-container .box .content a{
        color: #000;
        text-decoration: none;
    }
    .contact-icon-sec .box-container .box .content a:hover{
        transition: 0.5s;
        transform: scale(1.07);
        color: #e48240;
    }
    .contact-icon-sec .box-container .box span{
        font-size: 14px;
        color: #000;
    }
    .contact-icon-sec .box-container .box .social-div{
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    .contact-icon-sec .box-container .box .social-div a{
        text-decoration: none;
        font-size: 25px;
        color: #e48240;
    }
    .contact-icon-sec .box-container .box .social-div a:hover{
        transition: 0.5s;
        transform: scale(1.1);
        color: #1e45a0;
    }
    
    
    
    
    .contact-pg-map{
        padding: 0;
        margin: 0;
    }
    .contact-pg-map .map{
        padding: 0;
        margin: 0;
    }
    
    .contact-form-pg{
        padding: 10% 0 5%;
    }
    
.contact-form-pg form{
    max-width:90rem;
    border-radius: .5rem;
    box-shadow: var(--box-shadow);
    border:.1rem solid rgba(0,0,0,.2);
    background:#fff;
    padding:1.5rem;
    margin:0 auto;
}

.contact-form-pg form .inputBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form-pg form .inputBox .input{
    width:49%;
}

.contact-form-pg form .inputBox .input span{
    display:block;
    padding:.5rem 0;
    font-size: 1.5rem;
    color:var(--light-color);
    text-transform: capitalize;
}
.contact-form-pg .submit-btn{
    border-radius: 25px;
    width: 20%;
}

.contact-form-pg form .inputBox .input input,
.contact-form-pg form .inputBox .input textarea{
    box-shadow: none;
    background: #eee;
    border-radius: .5rem;
    padding: 2% 0 2% 2%;
    font-size: 14px;
    color: var(--black);
    text-transform: none;
    margin-bottom: 1rem;
    width: 100%;
    border: 1px solid #aaa;
}

.contact-form-pg form .inputBox .input input:focus,
.contact-form-pg form .inputBox .input textarea:focus{
    border:.1rem solid var(--green);
}

.contact-form-pg form .inputBox .input textarea{
    height:20rem;
    resize: none;
}

.contact-form-pg form .btn{
    margin-top: 0;
}

@media screen and (max-width: 990px){
    .contact-icon-sec .box-container{
        grid-template-columns: 50% 50%;
        left: 2%;
        right: 5%;
    }
    .contact-icon-sec .box-container .box span{
        font-size: 12px;
    }
    .contact-form-pg {
        padding: 95% 0 5%;
    }
    .contact-form-pg form {
        width: 100%;
        padding: 0.5rem;
    }
    .contact-form-pg form .inputBox .input span{
        font-size: 0.7rem;
    }
    .contact-form-pg form .inputBox .input textarea{
        height: 6rem;
    }
    .contact-form-pg .submit-btn{
        width: 40%;
    }
    .contact-pg-map{
        padding: 5% 0 5%;
    }
    .contact-pg-testimonial{
        padding: 0 0 20% 0;
    }
}


    



/* 
  ====================================
  dashboard
  ====================================
  */
.form-banner-area {
    padding: 80px 0px;
}

/* dashboard left area */
.dashboard-ul {
    color: #ffffff;
    display: flex;
    font-size: 18px;
    min-height: 50px;
    align-items: center;
    font-weight: 500;
    background-color: var(--primary);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.dashboard-ul li {
    padding: 20px 15px;
}

.userz-i i {
    width: 60px;
    height: 60px;
    line-height: 40px;
    background: #fff;
    color: var(--primary);
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    padding: 8px;
}

.userz-n {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    margin-left: 15px;
    text-transform: uppercase;
}

.dash-i i {
    color: var(--primary);
    font-size: 25px;
    border-radius: 50%;
    padding: 8px;
}

.dash-n {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    color: #000000c7;
    margin-left: 12px;
    text-transform: uppercase;
}

.dash-n:hover {
    color: #000;
}

.dashboard {
    position: relative;
    padding: 50px 0px;
    background-color: #f2f2f2;
}

.dashboard-left-menu-ul {
    background: #fff;
    border-radius: 0px;
    width: 100%;
    bottom: 0;
    height: auto;
    list-style: none;
}

.dashboard-left-menu-ul li {
    display: block;
}

.add-border {
    border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.dashboard-left-menu-ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    color: #000;
    transition: 0.4s ease-in-out;
    transition-duration: 0.3s;
    padding: 8px 20px;
}

.dashboard-left-menu-ul .active {
    display: block;
    background-color: #e0ebff;
    border-left: 4px solid var(--primary);
    transition: 0.4s ease-in-out;
    transition-duration: 0.3s;
}

.account-info {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 14px 16px;
    background: #fff;
    border-radius: 6px;
}

.dashboard-area {
    background-color: #e0ebff;
    border: 1px solid var(--bs-border-color);
    border-radius: 5px;
    box-shadow: 6px 4px 6px 0px rgb(197 197 197 / 45%);
    padding: 20px;
}

.submit-btn {
    padding: 12px 18px;
    font-size: 15px;
    text-transform: uppercase;
    background-color: var(--secondary);
    color: white;
    font-weight: bold;
    border: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.submit-btn:hover {
    background-color: var(--primary);
    color: white;
}

form.lead-form .row>* {
    width: 100%;
}

.dashboard-area>.form>h3 {
    color: black;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.help-block{
    color: red;
    font-size: 13px;
}
.login-remember-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 15px 0px;
}