/********** Template CSS **********/
:root {
    --primary: #14183e;
    --light: #F8F8F8;
    --dark: #252525;
}

.text-primary {
    color: #14183e !important;
}

h1,
h2,
.h1,
.h2,
h3,
h4,
.fw-bold {
    font-weight: 600 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/fa-solid-900.woff2') format('woff2');
    font-display: swap;
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@font-face {
    font-family: 'bootstrap-icons';
    src: url('../fonts/bootstrap-icons.woff2') format('woff2');
    font-display: swap;
}

.bi {
    font-family: 'bootstrap-icons' !important;
}
.bx-shadow{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.fs-25{
    font-size: 25px;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.br-30 {
    border-radius: 30px;
}
.br-10 {
    border-radius: 10px;
}

.w-80 {
    width: 80px;
}

.text-primary {
    color: #01389d !important;
}
        .img-fixed {
            height: 160px;
            object-fit: cover;
        }

        .price-tag {
            border-radius: 0 0.5rem 0.5rem 0;
            font-size: 14px;
        }


/*** Button ***/
.btn-primary {
    color: #000;
    background-color: #01389d !important;
    border-color: #00379c !important;
}

.btn {
    font-weight: 500;
    transition: .5s;
    font-size: 14px !important;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

.bg-topbar {
    background: #000d21;
}


/*** Navbar ***/
.navbar-nav .nav-link {
    color: #000 !important;
    font-size: 15px;
    margin-right: 18px;
    font-weight: 600;
}

.navbar-nav .nav-link:hover {
    color: #e74c3c;
}

.btn-danger {
    background-color: #f86b64;
    border: none;
    font-weight: bold;
    color: #fff !important;
}

.btn-danger:hover {
    background-color: #e85c55;
}

.phone-mobile .phone-icon {
    width: 32px;
    height: 32px;
    border: 2px solid #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
}

.phone-mobile .text-primary {
    font-weight: 600;
    font-size: 14px;
}

.custom-toggler {
    border: none;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 6px;
}

.custom-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: none !important;
}

.mobile-topbar {
    display: none;
}

@media (max-width: 991px) {
    .desktop-nav {
        display: none !important;
    }

    .mobile-topbar {
        display: block;
    }

    .mobile-topbar .top-row {
        text-align: center;
        padding: 10px 0;
    }

    .mobile-topbar .bottom-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 15px;
        border-top: 1px solid #ddd;
    }
}

/* Desktop hover dropdown */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    height: 630px;
}


.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    display: none;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 30px;
    margin-left: 60px;
}

.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: var(--bs-primary);
}


.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding-top: 120px;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }
}

@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }


    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}


.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0% {
        height: 100%;
        opacity: 0.9;
    }

    25% {
        height: 110%;
        opacity: 0.50;
    }

    50% {
        height: 115%;
        opacity: 1;
    }

    75% {
        height: 110%;
        opacity: 0.50;
    }

    100% {
        height: 100%;
        opacity: 0.9;
    }
}

/*** Carousel Hero Header End ***/



/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}




/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


.banner-area {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/car-rental.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.btn-printer {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    background: #fff;
    border-radius: 10px;
}

.btn-printer1 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #000000;
}

/* New Flight Booking Page */
.flight-card img {
    border-radius: 12px;
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.swiper-slide {
    width: auto;
    height: 100%;
}

.swiper-wrapper {
    align-items: stretch;
}

.swiper-slide .card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: hidden;
}

.swiper-slide .card img {
    height: 130px;
    object-fit: cover;
}

.swiper-slide .card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.swiper-slide .card h6 {
    font-size: 16px;
}

.flight-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 1rem;
    height: 100%;
}

.flight-card .time-row {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}

.flight-card .details {
    font-size: 0.9rem;
    color: #000;
}

.flight-card .price {
    font-size: 1.25rem;
    font-weight: 600;
    color: #01389d;
}

.btn-deal {
    background-color: #01389d;
    color: white;
}

.btn-deal:hover {
    background-color: #014c7a;
    color: #fff;
}

.flight-card small {
    font-size: 0.85rem;
}

.flight-card span {
    font-size: 15px;
    color: #000 !important;
}

.flight-card .details {
    font-size: 12px;
    color: #000 !important;
}

.offcanvas-header .btn-close {
    margin: -0.2rem 0.5rem -0.5rem auto !important;
}
        .modal-body {
            padding: 0 !important;
        }

        .form-control,
        .form-select {
            line-height: 2.1 !important;
            color: #000 !important;
            border-radius: 5px !important;
        }

        .form-select,
        .form-control:focus {
            border-color: #070a3f !important;
            outline: 0;
            box-shadow: none !important;
        }

        .btn-close {
            position: absolute !important;
            right: 0 !important;
            top: 8px !important;
            left: 90%;
        }

        @media (min-width: 576px) {
            .modal-dialog {
                max-width: 750px !important;
                margin: 1.8rem auto !important;
            }
        }

        .bg-grey {
            background-color: #f8f9fa;
        }

        .text-orange {
            color: #ff6600;
        }

        .bg-orange {
            background-color: #ff6600;
        }

        .br-5 {
            border-radius: 5px;
        }
        
        /*Phone-Animation */
        
         .ringing-icon {
            animation: ring 1s infinite;
            transform-origin: center;
            display: inline-block;
        }

        @keyframes ring {
            0% {
                transform: rotate(0deg);
            }

            10% {
                transform: rotate(15deg);
            }

            20% {
                transform: rotate(-15deg);
            }

            30% {
                transform: rotate(10deg);
            }

            40% {
                transform: rotate(-10deg);
            }

            50% {
                transform: rotate(5deg);
            }

            60% {
                transform: rotate(-5deg);
            }

            70% {
                transform: rotate(2deg);
            }

            80% {
                transform: rotate(-2deg);
            }

            90% {
                transform: rotate(1deg);
            }

            100% {
                transform: rotate(0deg);
            }
        }
        
        /*Flight-page */
        .bg-blue {
            background: #467dd6 !important;
        }

        .modal-content {
            border-radius: 1rem;
            /*max-height: 95vh;*/
        }

        .bg-flight {
            background: #467dd6;
        }
        
        /*hotels*/
        
        .btn-printer {
            font-size: 18px;
            font-weight: 600;
            color: #000;
            background: #fff;
            text-decoration: none;
            border-radius: 50px;
            padding: 12px 25px;
            display: inline-block;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        
        
        
 


/* ===================== */
/* ADMIN Panel CSS START */
/* ===================== */

#wrapper-admin{
    /* padding: 100px 0 0; */
}

img.logo{
    width: 100%;
    height: auto;
    display: block;
}
.admin-header ul li a.nav-link{
 color: #000 !important;
 font-size: 1.1rem;
}
#header-admin{
    background-color: #1E90FF;
    padding: 15px 0;
}

#header-admin .admin-logout{
    margin: 10px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

#header-admin .admin-logout:hover{
    text-decoration: underline;
}

#admin-menubar{
    background-color: #fff;
}
#admin-menubar .admin-menu{
    font-size: 0;
}
#admin-menubar .admin-menu li{
    display: inline-block;
    margin: 0 5px 0 0;
}
#admin-menubar .admin-menu li a{
    color: #1E90FF;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 15px;
    display: block;
    transition: all 0.3s;
}

#admin-menubar .admin-menu li a:hover{
    color: #fff;
    background-color: #1E90FF;
}

#admin-content{
    padding: 20px 0;
    min-height: 750px;
}

#admin-content .admin-heading{
    font-size: 35px;
    margin: 0 0 15px;
}

#admin-content .add-new{
    color: #fff;
    background-color: #1E90FF;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 10px;
    /* margin: 0 0 20px; */
    display: block;
    transition: all 0.3s;
}
#admin-content .add-new:hover{
    text-shadow: 0 0 3px #000;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
}

#admin-content .content-table{
    border: 1px solid #000;
    width: 100%;
    margin: 0 0 20px;
}

#admin-content .content-table thead{
    color: #fff;
    background-color: #333;
}

#admin-content .content-table th{
    padding: 10px;
    border: 1px solid #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

#admin-content .content-table tbody{
    color: #333;
}

#admin-content .content-table tbody tr{
    background-color: #e7e7e7;
}
#admin-content .content-table tbody tr:nth-child(even){
    background-color: transparent;
}
#admin-content .content-table tbody td{
    padding: 10px;
    border: 1px solid #fff;
    text-align: center;

}

#admin-content .content-table tbody td:nth-child(2){
    text-align: left;
}

#admin-content .admin-pagination{
    margin: 0;
}
#admin-content .admin-pagination li a{
    display: block;
}

.id,
.edit,
.delete{
    text-align:center;
}

form{
    /* background: #fff; */
    padding: 25px;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.13);
}

/* ===================== */
/* ADMIN Panel CSS END */
/* ===================== */

/* ===================== */
/* FrontEnd CSS START */
/* ===================== */

/* Header Styling */
#header{
    background: #1e90ff;
    text-align: center;
    padding: 15px;
}

#logo{
    display: inline-block;
    width: 65%;
}

#logo img{
    width: 100%;
}

/* Menubar Styling */
#menu-bar{
    background: #002350e0;
    text-align: center;
}

#menu-bar .menu > li{
    display: table-cell;
}

.menu > li > a{
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight:600;
    transition:all 0.5s ease 0s;
}

#menu-bar .menu > li > a:hover,
#menu-bar .menu > li > a.active{
    color:#fff;
    background:#1e90ff;
}

/* Main Content Styling */
#main-content{
    padding: 30px 0;
    min-height: 750px;
}



#main-content .post-content{
    border-bottom: 1px solid #d1d1d1;
    padding: 0 0 30px;
    margin-bottom:30px;
}



#main-content .post-content .post-img{
  border: 1px solid #e7e7e7;
  display: block;
  border-radius: 1rem;
  height: 145px;
  overflow: hidden;
  transition: border .3s;
}
#main-content .post-content .post-img:hover{
  border: 3px solid #1e90ff;
}
#main-content .post-content .inner-content{
    /* border: 1px solid #000; */
}

#main-content .post-content h3{
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 7px;

}
#main-content .post-content h3 a{
    color: var(--dark);
    text-transform: capitalize;
    transition:all 0.3s;
}
#main-content .post-content h3 a:hover{
    color:#333;
}

#main-content .post-content .post-information span{
    color: #606060;
    font-size: 12px;
    text-transform: capitalize;
    margin: 0 5px 5px 0;
    display: inline-block;
}

#main-content .post-content .post-information i{
    color: #1e90ff;
    margin-right: 1px;
}

#main-content .post-content .post-information a{
    color: #606060;
    text-decoration: none;
}

#main-content .post-content .post-information a:hover{
    color: #333;
    text-decoration: none;
}



#main-content .post-content a.read-more{
    color: #fff;
    background-color: var(--prm);
    font-size: 12px;
    text-transform: capitalize;
    padding: 3px 8px;
    border-radius: 1rem;
    transition: all 0.3s;
}

#main-content .post-content a.read-more:hover{
    color: #fff;
    background-color: #333;
}


#main-content .single-post h1{
    color: rgb(30 28 28);
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 600;
}

#main-content .single-post .post-information{
    margin: 0 0 10px;
}
#main-content .single-post p{
    text-align: justify;
}

#main-content .single-post img.single-feature-image{
    width: 70%;
    margin: 0 auto 20px;
    display: block;
    /* border: 3px solid #e7e7e7; */
}

/* Pagination  Styling */
.pagination {
    display: block;
    text-align: center;
    margin: 0;
}

.pagination li {
    display:inline-block;
    margin: 0 5px 0 0;
}

.pagination li a{
    border: none;
    background: #1d3c63;
    color: #fff;
    padding: 0.5rem;
    border-radius: 0.4rem;
}

.pagination li a:hover,
.pagination > li > a:focus{
    color:#fff;
    background:#333;
}

.page_links {
    background-color: #ccc;
    font-family: arial, verdana;
    font-size: 12px;
    text-decoration: none;
    border:1px solid #000;
    padding: 6px;
    margin: 3px;
}

#page_a_link{
    font-size: 12px;
    border:1px #000000 solid;
    color:#000;
    background-color: #cccccc;
    padding: 6px;
    margin: 3px;
    text-decoration: none;
}

i.fa{
    color:#222;
}

/* Sidebar Styling */
#sidebar h4{
    color: #1A1A1A;
    font-size: 17px;
    line-height: 27px;
    font-weight:600;
    text-transform: uppercase;
    padding: 0 0 0 5px;
    margin: 0 0 21px;
    border-left: 3px solid var(--prm);
}

#sidebar .search-box-container{
    background-color: #fff;
    border-radius: 1rem;
    padding: 20px;
    margin: 0 0 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}

#sidebar .search-post{
    padding: 0;
}
#sidebar .search-post input{
    color: #606060;
}
#sidebar .search-post input:focus{
    box-shadow: none;
    border-color: #999;
}

#sidebar .search-post .btn{
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 8px;
    background-color: #f58a00f0;
    border-color: #f58a00;
    outline: none;
}

#sidebar .search-post .btn:hover,
#sidebar .search-post .btn:focus{
    text-shadow: 0 0 3px #333;
}

#sidebar .search-post i.fa{
    font-size: 16px;
    color: #999999;
    line-height: 40px;
    float:right;
}

#sidebar .recent-post-container{
    padding: 20px;
    border-radius: 1rem;
    background: #ffffff;
    box-shadow: 0 1px 10px rgb(209 209 209 / 48%);
    border: 1px solid #ffffff54;
}

#sidebar .recent-post{
    border-bottom: 1px solid #00607a63;
    padding: 0 0 15px;
    margin: 0 0 15px;
}

#sidebar .recent-post:last-child{
    margin: 0;
    padding: 0;
    border: none;
}

#sidebar .recent-post .post-img{
  display: inline-block;
  width: 33%;
  /* border: 1px solid rgba(0,0,0,0.3); */
  border-radius: 0.4rem;
  vertical-align: top;
  transition: border .3s;
}

#sidebar .recent-post .post-img:hover{
  border: 3px solid #1e90ff;
}

#sidebar .recent-post .post-img img{
    width: 100%;
    border-radius: 0.4rem;
}

#sidebar .recent-post .post-content{
    width: 65%;
    display: inline-block;
    border: none;
    padding: 0 0 0 7px;
    margin: 0;
}

#sidebar .recent-post h5{
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px;
}
#sidebar .recent-post h5 a{
    color: rgb(44 39 39);
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: capitalize;
}

#sidebar .recent-post span{
    color: #bbb;
    font-size: 11px;
    display: inline-block;
    margin: 0 5px 10px 0;
}

#sidebar .recent-post span a{
    color: #bbb;
}
#sidebar .recent-post span i{
    color: #1E90FF;
}

#sidebar .recent-post a.read-more{
    color: var(--prm);
    background-color: rgba(0,0,0,0.09);
    width: 65px;
    font-size: 11px;
    text-align: center;
    padding: 0;
    display: block;
    transition: all 0.3s;
}

#sidebar .recent-post a.read-more:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

/*--------------------------
 All Style Strat Here
----------------------------*/
.single-post-video iframe{
    max-width: 640px;
    height: 360px;
    width: 100%;
}
.related-post-video iframe{
    width: 100%;
    height: 200px;
}
.related-post .post-img img{
    height: 200px;
    overflow: hidden;
}

/*Blogg Sec */
.blogsys .header-page {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.5)
    ),
    url("https://www.airrobuddy.com/img/banner/banner-imgg.webp");
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
}

.blogsys .header-page-blog-post {
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.6)
    ),
    url("https://www.airrobuddy.com/img/banner/post-banner-img.webp");
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
}
















