* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "DM Sans", Sans-serif;
}

a {
    text-decoration: none;
    outline: none;
}
li{
    list-style-type:none
}
.wrap-data{
    overflow:hidden;
}
/* Navbar */
.top-bar{
    background: #232323;
    color: rgba(255, 255, 255, 0.8);
    padding: 12px 60px;
}
.navbar{
    padding: 0px 40px;
}

.logo img{
    max-width: 300px;
    height: auto;
}
.navbar .navbar-button{
    background: #3b71fe;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 12px 22px;
    transition: all 0.3s;
}
.navbar ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: relative;
}
.navbar li{
    display: inline-block;
    padding: 0px 20px;
}
.navbar ul li a{
    display: block;
    padding: 35px 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

/* banner */
.banner{
    background-image: url(image/travel.webp) ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 130px 0px 100px 0px;
    position: relative;
}
.hotel{
    background-image: url(image/hotel.jpg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 220px 0px 130px 0px;
    position: relative;
}
.rental{
    background-image: url(image/car-hire.jpg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 220px 0px 130px 0px;
    position: relative;
}
.holiday{
    background-image: url(image/all-holiday.jpg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 220px 0px 130px 0px;
    position: relative;
}
.airport{
    background-image: url(image/flight.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 220px 0px 130px 0px;
    position: relative;
}
.about{
    background-image: url(image/About_us_page.jpg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 220px 0px 130px 0px;
    position: relative;
}
.privacy{
    background-image: url(image/privacy.webp) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 220px 0px 130px 0px;
    position: relative;
}

.banner .overlay{
    background-color: #000000;
    opacity: 0.38;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
}
.banner h2{
    font-family: "DM Sans", Sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 74px;
    color: #FFFFFF;
    position: relative;
}
.banner p{
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    position: relative;
}

/* Image Section */

.image-section {
    margin-top: 79px;
}
.image-section .col-md-6{
    border-radius: 20px;
}
.image-section img{
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    border-radius: 20px 20px 20px 20px;
    
}
.animation-grow {
    transition-duration: .3s;
    transition-property: transform;
}
.animation-grow:focus,
.animation-grow:hover {
    transform: scale(1.1);
}

/* Destination Section */
.destination{
    margin-top: 79px;
    margin-bottom: 60px;
}

.destination .card{
    margin: 10px;
}
.destination .card img{
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.destination h5{
    font-family: "DM Sans", Sans-serif;
    font-size: 47px;
    font-weight: 500;
    line-height: 23px;
    color: #FFFFFF;
    padding-top: 85px;
    padding-bottom: 10px;
}
.destination p{
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    line-height: 13px;
    color: #FFFCFC;
}
.card-img-overlay {
    background-color: rgba(0, 0, 0, 0.38); /* semi-transparent black */
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
}

/* Recommended Section */
.recommended{
    background-color: #F7F8FA;
    padding: 70px 0px 40px 0px;
}
.recommended .container .row .col-md-4 .card img{
    height:300px;
}
.recommended h1{
    font-family: "DM Sans", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #1A2B48;
    margin: 0px 0px calc( 20px + 030px) 0px;
}
.recommended ul li  a{
    padding: 10px 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #232323;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer;
}

.recommeded-set ul li a.active {
    background-color: #007bff;
    color: white;
}

/* Blog Section */
.blog{
    margin-top: 90px;
    margin-bottom: 60px;
}

/* footer */
.footer{
    padding: 70px 0px 10px 0px;
    background-color: #F7F8FA;
}
.footer h2{ 
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #232323;
}
.footer p{
    margin: 5px;
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #727272;
}
.footer p a{ 
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #727272;
}

/* About */
.paragraph p{
    text-align: justify;
}
.feature .card-section{
    background-color: #efefef;
    padding: 10px 10px;
    align-items: center;
    margin: 15px;
}
.feature .card-section i{
    padding: 20px 20px;
    border-radius: 50%;
    border: 1px dashed #ccc;
    font-size: 34px;
    color: #1b5673;
    text-align: center;
}

/* whatapp */
.whatsappclass {
    width: 56px !important;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: none;
    overflow: hidden;
    z-index: 9999;
    padding: 5px 5px;
    background: gainsboro;
    border-radius: 43%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.whatsappclasss {
    width: 56px !important;
    position: fixed;
    bottom: 76px;
    right: 15px;
    background: none;
    overflow: hidden;
    z-index: 9999;
    padding: 5px 5px;
    background: gainsboro;
    border-radius: 43%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
        .reviews-section {
            background-color: #f5f5f5;
            padding: 20px 0;
        }
        .review-card {
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 12px;
        text-align: center;
        margin: 0 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        height: 100%;
        display: flex;
        }
        .review-card img {
            width: 90%;
            margin-bottom: 8px;
        }
        .review-card p {
            margin: 0;
            font-size: 14px;
            color: #333;
            line-height: 1.4;
        }
        .stars {
            color: #f5c518;
            font-size: 14px;
        }
        .badges-section {
            background-color: #e8f0f7;
            padding: 30px 0;
        }
        .badge-item {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 15px 0;
            text-align: left;
        }
        .badge-item .icon {
            background-color: #f4a261;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: #fff;
            font-size: 24px;
        }
        .badge-item .text {
             font-size: 13px;
            color: #858585;
            text-transform: capitalize;
        }
        .badge-item .text h4 {
            font-size: 16px;
            color: #333;
            text-transform: capitalize;
            font-weight: 600;
        }
        .badge-item .text span {
            display: block;
        }
        @media (max-width: 991px) {
            .badge-item {
                justify-content: flex-start;
                text-align: left;
            }
        }
        @media (max-width: 767px) {
            .review-card {
                margin-bottom: 15px;
            }
            .badge-item {
                flex-direction: column;
                text-align: center;
            }
            .badge-item .icon {
                margin-right: 0;
                margin-bottom: 10px;
            }
            .badge-item .text {
                text-align: center;
            }
        }
                .deals-section {
            background-color: #f5f5f5;
            padding: 20px 0;
        }
        .deal-card {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            margin: 0 10px;
            text-align: center;
            height: 100%;
        }
        .deal-card img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        .deal-card .card-body {
            padding: 15px;
        }
        .deal-card .location {
            font-size: 18px;
            color: #333;
            margin-bottom: 10px;
            background-color: #666;
            color: #fff;
            padding: 5px 0;
        }
        .deal-card .logo {
            width: 80px;
            height: 80px;
            margin: 0 auto 10px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .deal-card .logo img {
            max-width: 60px;
            max-height: 60px;
        }
        .deal-card .price {
            font-size: 16px;
            color: #555;
            margin-bottom: 10px;
        }
        .deal-card .btn {
            background-color: #f4a261;
            color: #fff;
            border: none;
            padding: 8px 15px;
            font-size: 14px;
            width: 100%;
        }
        .deal-card .btn:hover {
            background-color: #e07a5f;
        }
        @media (max-width: 768px) {
            .deal-card {
                margin-bottom: 20px;
            }
            .deal-card img {
                height: 150px;
            }
        }
      .contact-now button{
            font-size: 14px;
    font-weight: 600;
    border-style: none;
    padding: 15px 10px 15px 10px;
    background-color: #5191FA;
    color: #fff;
    width: 100%;
}
      .card-body a{
            font-size: 14px;
    font-weight: 600;
    border-style: none;
    padding: 15px 10px 15px 10px;
    background-color: #5191FA;
    color: #fff;
}
 .popup-container {
    display: none; /* Initially hide the popup */
    position: fixed;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    background-color:#1A2B48EB; /* Semi-transparent background */
    padding: 50px;
    border-radius: 5px;
    z-index: 9999; /* Ensure it appears on top of other elements */
}

.popup-content {
    text-align: center;
    color: white;
}

/* Style for the close button */
#closePopup {
    background-color: #5191FA;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;

}
hr {
    margin: 0rem
0px
 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}   
.call-back-popup {
      position: fixed;
      bottom: 20px;
      left: 20px;
      z-index: 1000;
      display: none;
      width: 350px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      background-color: #fff;
    padding: 0px 12px;
    }
    .call-back-popup .input-group{
        border-top: 1px solid;
    }
    .call-back-popup .input-group .form-control{
            border: 0px !important;
    }
.call-back-btn {
    position: fixed;
    bottom: 22px;
    left: 21px;
    z-index: 1000;
    width: 80px;
    color: white;
    background: #31719b;
}
    .close-btn {
      position: absolute;
      top: 15px;
      right: 28px;
      border: none;
      background: none;
      font-size: 20px;
      cursor: pointer;
    }
   .call-back-popup .logo {
      width: 140px;
      height: 50px;
      background: url('image/outshine-travel-1.webp') no-repeat; /* Replace with actual logo base64 or image URL */
      background-size: contain;
    }
    .call-back-popup h3{
            font-size: 24px !important;
    line-height: 17.77px;
    }
    .call-back-popup h5{
    font-size: 13px !important;
    line-height: 22px !important;
    margin-bottom: 0rem;
    }
    .cardboday{
       border-top: 4px solid #31719b;
    }
    .cardboday p{
    margin-top: 15px;
    text-align: justify;
    }
    .call-btn {
      border-radius: 5px;
      padding: 5px 15px;
    }
    .call-btn-orange {
      background-color: #f4a261;
      color: #fff;
      border: none;
    }
    .call-btn-blue {
      background-color: #31719b;
      color: #fff;
      border: none;
    }
    .first{
              background-color: #31719b;
      color: #fff;
      border: none;
         padding: 5px;
         border-bottom-left-radius: 10px;

    }
    .second{
    background-color: #f4a261;
      color: #fff;
      border: none;
          padding: 5px;
border-bottom-right-radius: 10px;
    }
    .first span{
    margin-left: 8px;

    }
    .second span{
    margin-left: 8px;
    }

        @media (max-width: 1228px) {
            .logo img {
    max-width: 170px;
    height: auto;
}
            .navbar {
    padding: 0px 0px;
}
.navbar .navbar-button {
    background: #3b71fe;
    border-radius: 50px;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    color: #fff;
    padding: 12px 22px;
    transition: all 0.3s;
}
        }
        @media (max-width: 998px) {
.navbar ul li a {
    display: block;
     padding: 10px 0px; 
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.navbar .navbar-button {
    background: #3b71fe;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 12px 22px;
    transition: all 0.3s;
    margin-bottom:10px;
}
        }
        @media (max-width: 768px) {
            .top-bar {
               display:none;
            }
            .navbar {
    padding: 0px 0px;
}
.logo img {
    max-width: 163px;
    height: auto;
}
.image-section {
    margin-top: 60px;
}
.recommended ul li a {
    padding: 10px 24px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #232323;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    margin-left: 6px;
    margin-right: 6px;
    cursor: pointer;
}
.recommended h1 {
    font-family: "DM Sans", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
    color: #1A2B48;
    margin: 0px 0px calc(12px + 030px) 0px;
}

        }
        @media (max-width: 500px) {       
.banner {
    padding: 114px 0px 130px 0px;
}
}