/********** 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: 500 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.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;
}
.fs-14{
    font-size: 14px !important;
}
.fs-15{
    font-size: 15px;
}

.text-bl{
    color: #4980dc;
}

.bg-blueee{
            background: #115caa;
        }


/*** 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;
}
.bg-dark{
    background: #4c4c4c !important;
}

.w-80 {
    width: 80px;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.py-7 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.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;
}



.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;
        }










