body{
    font-family: poppins;
}
/* top bar css start */
.travel-header {
    background-color: #0a1f44 !important;
    padding: 12px 30px;
}
.contact-info {
    color: #ffffff;
    font-size:16px;
    text-decoration: none;
}
.contact-info:hover {
    color: #ffffff;
}
.contact-icon {
    color: #be1f3b!important;
}
.social-btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff; /* White background */
    transition: 0.3s;
    color: #0a1f44;
    background-color: #ffffff;
}
.social-icons .btn:hover {
    background-color: #be1f3b;
    color: #fff;
}
/* top bar css end */

/* Custom Navbar css start */
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: #0a1f44!important;
    font-size: 17px;
    font-weight: 400;
    outline: none;

}
.logo-heading {
   font-size: 40px;
   color:#be1f3b!important;
   font-weight: 600;
}
.sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: #091330 !important;
}
.contact-button{
    background-color: #be1f3b;
    color: #ffffff;
    text-decoration: none;
}
.contact-button:hover{
    background-color: #0a1f44;
    color: #ffffff;
    text-decoration: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #BE1F3B!important;
}

 .logo-img img {
    width: 60px;
}
a.logo-img{
    text-decoration: none!important;
}

.sticky-top .logo-img img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

/*  navbar css end */

/* slider css home start */
.carousel-item img {
    height: 750px;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    color: white;
    z-index: 2;
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.61);
    z-index: 1;
}

.slider-button {
    background-color: #BE1F3B;
    padding: 18px 48px;
    border-radius: 50px;
    margin-top: 20px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.slider-button:hover {
    background-color: #0a1f44;
    border: none;
}
h5.sub-heading-slider {
    color: #be1f3b;
    font-size: 25px;
    font-weight: 700;
}
h2.heading-slider {
    font-size: 80px;
    font-weight: 800;
}
.slider-p{
    font-size: 17px;
    font-weight: 500;
}
/* slider css home end */


/* about section css start */


 .about-title {
     color: #be1f3b;
     font-weight: 600;
     position: relative;
     display: inline-block;
     padding-left: 10px;
     font-size:20px;
 }
 .about-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -6px;
    margin-right: -60px;
    border: 1px solid #0a1f44;
 }
.about-title::before {
        content: "";
        width: 100px;
        position: absolute;
        bottom: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-bottom: -8px;
        margin-right: -110px;
        border: 1px solid #be1f3b !important;
        }

 .about-heading {
     font-weight: 700;
     color: #0a1f44;
     font-size: 30px;
     margin-top: 20px;
 }
 .about-text {
     color: #656565;
     font-size: 15px;
     line-height: 1.6;
     margin-top: 20px;
 }
 .feature-box {
     display: flex;
     align-items: center;
     margin-bottom: 15px;
 }
 .feature-icon {
     font-size: 28px;
     color: #be1f3b;
     margin-right: 15px;
 }
 .feature-text {
     font-weight: 600;
     font-size: 18px;
     color: #0a1f44;

 }
 .contact-box {
     margin-top: 5px;
     font-size: 18px;
     font-weight: bold;
     color: #0a1f44;
 }
 .contact-box i {
     color: #be1f3b;
     margin-right: 10px;
 }
 .contact-box .phone {
     color: #be1f3b;
 }
 .about-image {
     position: relative;
 }
 .about-image img {
     width: 80%;
 }
 .img-about1{
    margin-bottom: -7px;

 }
 .img-about2{
    border-top-right-radius: 300px;
    border-top-left-radius: 300px;
    border-bottom: 6px solid #BE1F3B;
 }
 .about-right{
    padding-left: 80px;
 }
 .about-icon{
    font-size: 18px;
    color: #be1f3b;
 }
 li.text{
    font-size: 16px;
    color:#656565;
 }
 .about-button{
    background-color: #BE1F3B;
    padding: 10px 30px;
    border-radius: 50px;
    margin-top: 30px;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
    border: none;
 }
 .about-button:hover{
    background-color: #0a1f44;
 }

 /* about section css end */

 /* servicebox section css start */

.servicebox .servicebox-item {
    position: relative;
    overflow: hidden;
}

.servicebox .servicebox-item .servicebox-inner .servicebox-title {
    position: relative;
    margin-top: -30px;
    text-align: center;
    transition: 0.5s;
}

.servicebox .servicebox-item .servicebox-inner .servicebox-title .servicebox-content {
    width: 90%;
    position: absolute;
    left: 20px;
    text-align: center;
    border-radius: 10px;
    background: #091330 !important;
    color: #fff !important;
    opacity: 0;
    transition: 0.5s;
}
.servicebox .servicebox-item:hover .servicebox-inner .servicebox-title .servicebox-content {
    bottom: 0;
    opacity: 1;
}

.servicebox .servicebox-item .servicebox-inner .servicebox-title .servicebox-content a h4 {
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.servicebox .servicebox-item .servicebox-inner .servicebox-title .servicebox-title-name {
    transition: 0.5s;
}

.servicebox .servicebox-item:hover .servicebox-inner .servicebox-title .servicebox-title-name {
    opacity: 0;
}

.servicebox .servicebox-item .servicebox-inner .servicebox-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.servicebox .servicebox-item .servicebox-inner .servicebox-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, .5);
    transition: 0.5s;
    opacity: 0;
}

.servicebox .servicebox-item:hover .servicebox-inner .servicebox-img::after {
    height: 100%;
    opacity: 1;
}

.servicebox .servicebox-item .servicebox-inner .servicebox-img img {
    transition: 0.5s;
}

.servicebox .servicebox-item:hover .servicebox-inner .servicebox-img img {
    transform: scale(1.3);
}
.servicebox-travel.servicebox{
    background-color: #f0f5fb;
    padding: 100px 0;
}
.servicebox-bg{
    background-color: #0a1f44;
}
.servicebox-button{
    background: #ffffff;
    color: #be1f3b;
}
a h4{
text-decoration:none !important
}
a h4:hover{
text-decoration:none !important
}

 /* servicebox section css end */

/* featurebox section css start  */

   


    .boxfea .box-item {
        position: relative;
        box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .boxfea .box-item::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0;
        bottom: 0;
        left: 0;
        border-radius: 10px;
        background: rgba(0, 58, 102, 0.1);
        z-index: -1;
        transition: 0.5s;
    }

    .boxfea .box-item:hover::after {
        height: 100%;
    }

    .boxfea .box-item .box-icon {
        width: 120px;
        height: 120px;
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: var(--bs-light);
        transition: 0.5s;
        color:#0a1f44;
    }

    .boxfea .box-item:hover .box-icon {
        border-radius: 50%;
        background: #ffffff!important;
    }

    .boxfea .box-item .box-icon i {
        transition: 0.5s;
    }

    .boxfea .box-item:hover .box-icon i {
        color: #be1f3b !important;
        transform: rotate(360deg);
        transition: all 0.5s ease;
    }
    .box-h{
        color: #0a1f44;
    }

    .box-p{
        font-size: 16px;
        color: #656565;
    }
    .box-btn{
        color:#be1f3b;
        text-decoration:none;
    }
    .main-btn{
        background: #be1f3b;
        color:#ffffff;
        font-weight: 600;
        margin-left: 43%;
    }
    .main-btn:hover{
        background: #0a1f44;
        color:#ffffff;
        font-weight: 600;

   }
   /* featurebox section css end */

 /* footer css start */
.custom-footer{
    background-color: #0a1f44;
    padding: 80px 10%;
    overflow: hidden;
}
.img-footer img{
    width:50%;
    border-radius: 7px;
}
h4.footer-logo{
    color: #BE1F3B;
    font-size: 30px;
}
.footer-h{
    color:#be1f3b;
}
.footer-icon{
    color:#be1f3b;
    font-size:18px;
}

.footer-links{
    color:#ffffff;
    text-decoration: none;
}
.footer-links:hover{
    color:#ffffff;
    text-decoration: none;
}
.footer-copyright{
    background: #BE1F3B;
    padding: 0 10%;
}

/* footer css end */

/* testimonial css start */

.testimonial-section {
    background: #fff;
    padding: 60px 20px;
    color: #333;
    text-align: center;
    position: relative;
}

.testimonial-name{
    color: #be1f3b;
    font-size: 21px;
    font-weight: 600;
}


.testimonial {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 10px;
}
.testimonial img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.carousel-item.testimonial-item::before{
background: none;
}

/* testimonial css end */

 /*** Contact Start ***/
.contact .branch .branch-item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    background: var(--bs-light);
    transition: 0.5s;
    height:100%
}

.contact .branch .branch-item:hover {
    box-shadow: 20px 20px 20px rgba(0, 58, 102, 0.3);
}

.contact .branch .branch-item .branch-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

.contact .branch .branch-item .branch-img img {
    transition: 0.5s;
}

.contact .branch .branch-item:hover .branch-img img {
    transform: scale(1.3);
}


.contact.contact-travel{
    padding: 100px 10%;

}
h4.bran-h.mb-2 {
    font-size: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
}
p .bran-p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
}
a.box-btn:hover{
color:#0a1f44;

}
/*** Contact End ***/

/*** breadcrumb  css start  ***/

  .container-travel.breadcrumb {
            position: relative;
            background: url('https://makemyholidays.online/uploads/service_image/67b45881eb441_servicebox2.jpg') center/cover no-repeat;
            height: 200px; 
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
       
        .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #091330;
            opacity: 0.7;
            z-index: 1;
        }
       
        .content-container {
            position: relative;
            z-index: 2;
            color: white;
        }
       
       
        .breadcrub-h {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }
       
        .breadcrumb {
            display: flex;
            justify-content: center;
            gap: 10px;
            padding: 0;
            margin: 0;
            list-style: none;
        }
       
        .breadcrumb-item a {
            color: white;
            text-decoration: none;
        }
       
        .breadcrumb-item.active {
            color: #b0b0b0;
        }

/*** breadcrumb  css End ***/


/*** funfact  css start End ***/

.fun-facts .fun {
    position: relative;
    text-align: center;
    width: 200px;
    min-height: 215px;
    padding: 10px 15px;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
    background: var(--bs-white);
}

.fun-facts .fun:before {
    content: "";
    position: absolute;
    height: 105px;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 10px 10px 0 0;
    background-color: #091330 !important;

}
.fun-facts .fun .fun-icon {
    position: relative;
    width: 120px;
    height: 100px;
    margin: 0 auto 10px;
    border-radius: 10px 10px 0 0;
    transform: translateY(-20px);
    font-size: 45px;
    line-height: 80px;
    color: #be1f3b;
    background: #BE1F3B;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.fun-facts .fun .fun-icon:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 90px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    background: #ffffff;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
}
.fun-facts .fun:hover .fun-icon i {
    transform: rotate(360deg);
    transition: all 0.3s ease;
}
.fun-facts .fun h3 {
    color: #091330;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.fun-facts .fun .fun-value {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: #091330;
}
.fun-pre
{
    color: #BE1F3B!important;
}

/*** fun fact css End ***/

/*** contact page css start ***/

.icon-box {
    width: 60px; /* Icon box ka size */
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* Circle shape */
    background-color: #ffffff; /* White background */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow */
    padding: 4%;
}
.icon-box i {
    font-size: 20px; /* Icon size */
    color:#BE1F3B;
}
.contact-item {
    padding: 15px;
    border-radius: 10px;
    background-color: #f8f9fa; /* Light gray background */
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}
.cont-btn{
    background-color: #0a1f44;
    color: #ffffff;
}
/*** contact page css End ***/
.width--wraphead {
    width: 70%;
    margin: 0 auto;
}


.grid_booking {
    display: grid;grid-template-columns: repeat(3,2fr);gap: 15px;
}


.book_travel {
    border:2px solid #be1f3b;
    padding: 30px;
    overflow: hidden;
}
 
.book_travel:hover {
    background-color: #be1f3b;

}

.book_bg .book_pad {
    margin-bottom: 20px;
}

.book_travel figure {
    min-height: 48px;
    margin: 0px;
}


.book_travel h3 {
    font-weight: 700;
    font-size: 22px;
    color: #091330;
    margin: 15px 0px 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.card_booking a{
    text-decoration: none;
}

/* css for pakage details  */

 
.main-wrapper {
    padding: 100px 0;
}
.main-servicehead {
    display: flex;
    justify-content: space-between; /* Adjust spacing between items */
    align-items: flex-start; /* Align items to the top */
    gap: 20px; /* Adjust gap between items */
  }
  .main-servicehead {
    padding: 20px 0 0;
}
  .service-item {
    flex: 1; /* Allows the items to grow and fill the available space */
  }
 
  
  .serviceright--wrap h3 {
    color: #be1f3b;
    font-weight: 600;
    margin: 0 0 11px;
    font-size: 24px;
}
.serviceright--wrap p {
    font-size: 14px;
    line-height: 27px;
    opacity: 0.8;
}
.serviceright--wrap img {
    width: 100%;
}

  a.btn.enquiry-button{
    background-color: #091330 !important;
  }
  a.btn.enquiry-button:hover{
    background-color: #be1f3b !important;
  }
  .p-h{
    color:#be1f3b;
    font-size: 26px;
  }
  .p-d{
    color: #091330;
    font-size: 20px;
  }
  a.enquiry-button{
    color: #fff;
  }
 
.card {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0px 10px 20px;

}

.card-header {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    background-color: #091330;
}

.package-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.package-list li {
    padding: 13px 0;
    border-bottom: 1px solid #be1f3b;
    font-size: 16px;
    color: #333;
}

.package-list li:last-child {
    border-bottom: none;
}

.package-list li a {
    text-decoration: none;
    color: #656565;
    font-weight: 500;
    display: block;
    transition: color 0.3s ease;
    font-size: 16px;
}

.package-list li a:hover {
    color: #09132f;
}
.card-pack{
    color:#be1f3b;
    font-size: 16px;
}
.card-pack-i{
    color: #091330;
    font-family: 18px;
}
.btn.social-pack-btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #be1f3b;
    transition: 0.3s;
    color: #ffffff;
}
.btn.social-pack-btn:hover {
    background-color: #091330;
    color: #ffffff;
}
.cont-width{
  width:80%
}
.main-wrapper-section{
    background: #f0f5fb;
    padding: 100px 0!important;
}
   .whts_icon_wrapper {
    border-radius: 37px;
    padding: 8px;
    border: 1px solid #f2f2f2;
    width: fit-content;
    background: #f6f6f6;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    right: 1%;
    bottom: 40px;
    display: flex;
    z-index: 999;
    animation: whts_icon 1s alternate infinite;
}
.whts_icon_wrapper .whts_icon_inner {
    font-size: 16px;
    gap: 5px;
    display: inline-flex;
    display: flex;
    align-items: center;
    color: #000;
}
.whts_icon_wrapper .whts_icon_inner  a img {
    width: 30px;
}
a, a:hover, a:focus, button, button:hover, button:focus {
    color: rgb(0, 0, 0);
    text-decoration: none;
    cursor: pointer;
}
.inquiry_view {
    right: 1%;
    bottom: 108px;
}
.inquiry_view  a {
    color: #be1f3b;
}


    .call_message {
        box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 25px;
        padding: 40px 30px;
    }
    
    .call_message .call_padd {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .contactFieldFlex{
        display: flex; 
        gap: 15px;}
    .call_message .travel_contact_fields {
        padding: 0 0 4px 0px;
       width: 100%;
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 6px;
        padding-top: 5px;
    }
    .call_message .travel_contact_fields label{    font-size: 16px;
    }
    .call_message .travel_contact_fields input {
        height: 50px;
        width: 100%;
        border: 1px solid rgba(101, 101, 101, 0.13);
        padding: 0px 15px;
        font-size: 14px;
    }
    
    .call_message .travel_contact_fields select {
        height: 50px;
        color: rgb(24, 24, 24);
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        background-color: var(--bs-form-control-bg);
        background-clip: padding-box;
        border: 1px solid rgba(101, 101, 101, 0.13) ;
        appearance: none;
        border-radius: 0.375rem;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    }
    
    .travel_contact_fields .contact_btn a {
        width: 100%;
    }
    
    .travel_contact_fields .contact_btn {
        width: 100%;
    }
    
    .contact_btn button {
        border: none;
        color: #ffffff;
        background-color:#be1f26;
        border-radius: 3px;
        font-size: 16px;
        padding: 0px 25px;
        text-transform: capitalize;
        min-width: 150px;
        height: 50px;
        display: flex;
        width: inherit;
        align-items: center;
        justify-content: center;
        column-gap: 10px;
        animation: 1.5s ease 0s infinite normal none running pulse512;
    }
.call_image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-right: 50px;
}


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

 .travel_contact_fields {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.contactFieldFlex {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}