﻿/*------------------------ Main Style ----------------------------*/
p {
    line-height: 20px;
    font-size: 13px;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: "Rubik", sans-serif !important;
    color: #000;
}

.btn-theme {
    background: #369ea7;
    border-radius: 5px;
    padding: 6px 15px;
    margin: 0 auto;
    color: white;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    border: 1px solid transparent;
}

.btn-theme2 {
    background: none;
    border-radius: 8px;
    padding: 6px 15px;
    margin: 0 auto;
    color: rgba(0, 61, 66, 1);
    border: 1px solid rgba(0, 61, 66, 1);
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.form-horizontal {
    padding: 0 15px 0;
}

.form-group {
    margin-bottom: 0px !important;
}

form::placeholder {
    font-family: Roboto;
}

/*------------------------ Banner Style ----------------------------*/
.banner-cntr {
    background: url(../images/banner.webp) center;
    height: 370px;
    background-size: cover;
    position: relative;
    padding-top: 80px;
    margin-bottom: 60px;
}

.banner-cntr:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 61, 66, 1), rgba(0, 61, 66, 0));
}

.banner-cntr .banner-text {
    position: relative;
}

.banner-cntr .banner-text h5 {
    color: yellow;
    font-size: 28px;
}

.banner-cntr .banner-text h6 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Rubik';
    margin: 20px 0;
}

.banner-cntr .banner-text h2 {
    color: white;
    font-size: 50px;
    font-family: 'Philosopher' !important;
    font-weight: 800;
}

.banner-cntr .banner-text .query-info a {
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 15px;
    margin-right: 5px;
    font-family: 'Roboto';
    font-weight: 600;
    letter-spacing: 0.5px;
}

.banner-cntr .banner-text .query-info a img {
    width: 20px;
}

/*------------------------ Form Style ----------------------------*/
/* .underline_des {
                width: 35%;
                padding: 0;
                display: flex;
                gap: 5px;
            }

    .underline_des li {
        list-style: none;
        width: 100px;
        height: 4px;
        border-radius: 50px;
        background: #FF7A00;
    }


        .underline_des li:nth-child(4n+1) {
            width: 60%;
        }

        .underline_des li:nth-child(4n+2) {
            width: 30%;
        }

        .underline_des li:nth-child(4n+3) {
            width: 10%;
        }*/
.card {
    /*box-shadow: 0px 0px 10px #e5e5e5;*/
    padding: 35px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.card .card-header h1 {
    margin-bottom: 15px;
    font-size: 28px;
    font-family: 'Philosopher' !important;
    font-weight: 600;
    color: #078792cf;
}

.card .card-body p {
    line-height: 26px;
    font-size: 15px !important;
    text-align: justify;
}

.card .card-body .features {
    margin: 25px 0;
    background: #369ea71c;
    padding: 20px;
    border-radius: 5px;
}

.hotel-details .heading,
.package-inclusion .heading,
.about-pkg .heading,
.document-policy .heading,
.itierary .heading,
.whyChoose .heading,
.faq .heading {
    color: #078792cf;
    text-align: left;
    font-size: 26px;
}

.hotel-details .hotel-content {
    background: #eeeeeea1;
    padding: 18px;
    border-left: 3px solid #078792cf;
    border-radius: 5px;
}

.hotel-details .hotel-content .pkg-name {
    font-size: 18px;
}

.hotel-details .hotel-content p {
    margin-bottom: 5px;
}

.hotel-content p {
    color: #545252;
}

.package-inclusion ul,
.document-policy ul {
    /*column-count: 2;*/
    font-size: 14px;
    line-height: 28px;
    padding-left: 0px;
}

.package-inclusion ul li,
.document-policy ul li {
    list-style-type: none;
    font-family: Roboto;
    letter-spacing: 0.3px;
}

.document-policy .note,
.itierary .note {
    background: #369ea70f;
    padding: 13px;
    border-radius: 5px;
    margin: 10px 0 !important;
}

.package-inclusion ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0em;
    margin-right: 2px;
    width: 1.3em;
    color: #003d42;
}

.package-inclusion ul li:hover {
    font-weight: 600;
}



.enquery_form .card-header h4 {
    margin-top: 0;
}

.enquery_form .card-body .form-group label {
    margin-bottom: 0;
}

.search_form .card-body {
    margin-top: 15px;
}

.search_form .form-group {
    width: 100%;
}

.search_form .form-group input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 38px;
}

.search_form a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.query_call {
    background-size: cover;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    z-index: 0;
    text-align: center;
}

.query_call:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 61, 66, 0.8);
    border-radius: 5px;
    z-index: -1;
}

.query_call i {
    color: white;
    margin: 0;
    font-size: 35px;
    margin-bottom: 10px;
}

.query_call h4 {
    color: white;
    margin: 0;
    margin-bottom: 10px;
}

.query_call h2 {
    color: white;
    margin: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.query_call p {
    color: white;
    margin: 0;
    line-height: normal;
    margin-bottom: 10px;
}

/*------------------------ Package Details Style ----------------------------*/
.package_details h4 {
    margin: 0;
    margin-bottom: 12px;
    font-size: 24px;
    font-family: 'Philosopher' !important;
    font-weight: 600;
    color: #003d42;
}

.package_details .ListStyle_tick {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Roboto';
}

.package_details .ListStyle_tick li {
    list-style: none;
    width: 50%;
    line-height: 28px;
    font-size: 14px;
}

.package_details .ListStyle_tick li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0em;
    margin-right: 2px;
    width: 1.3em;
    color: #003d42;
}

/*------------------------ Timeline Style ----------------------------*/
.timeline {
    display: block !important;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
}

.timeline-card {
    display: flex;
    justify-content: center;
    color: #003d42 !important;
    position: relative;
}

.timeline li:before {
    content: "";
    width: 0.2rem;
    height: 100%;
    background-color: #069ca9;
    position: absolute;
    left: 9px;
    z-index: -1;
}

.timeline li:first-child:before {
    top: 18%;
    height: 100%;
}

.timeline li:last-child:before {
    bottom: 50%;
    height: 50%;
}

.timeline-title {
    margin-bottom: 5px;
    font-size: 20px;
    margin-top: 0;
    color: #24565a;
}

.circle-custom {
    font-size: 6px !important;
    color: #069ca9;
    width: 3.3em !important;
    top: 20px;
}

.subcard {
    font-size: 14px;
    padding: 1em 1.5em 0.5em 1.5em;
    background: #fdfdfd;
    color: #484848;
    width: -webkit-fill-available;
    min-height: 3.3rem;
    /* line-height: 18px; */
    font-family: 'Roboto';
    font-weight: normal;
    text-align: justify;
    line-height: 25px;
}

.itierary ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/*------------------------ Why Choose Us Style ----------------------------*/
.whyChooseus {
    margin-top: 20px;
}

.whyChooseus .card {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    padding: 20px 15px;
}

.whyChooseus .card .icon {
    /*width: 70px;
            height: 60px;*/
    background: #0787921a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    border-radius: 100%;
    padding: 10px;
}

.whyChooseus .card .icon img {
    width: 36px;
}

.whyChooseus h5 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 17px;
}

.whyChooseus p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}

.whyChooseus .center_img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 200px 200px 0 0;
}

/*------------------------ FAQ Style ----------------------------*/
.d-none {
    display: none;
}

.faq ul li {
    font-family: Roboto, sans-serif;
    font-size: 14px;
}

.question_box,
.answer_box {
    display: flex;
    align-items: start;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}

.question_box .question_icon {
    margin-right: 20px;
}

.answer_box .answer_icon {
    margin-left: 20px;
}

.question_box .question_icon i,
.answer_box .answer_icon i {
    font-size: 20px;
    color: rgba(0, 61, 66, 1);
    opacity: 0.5;
}

.question_box .rounded-circle,
.answer_box .rounded-circle {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #e1f0f2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.question_box small,
.answer_box small {
    margin-top: 2px;
    display: block;
    font-weight: 600;
    font-family: 'Roboto';
}

.question_box .question_text,
.answer_box .answer_text {
    padding: 20px;
    border-radius: 4px;
    background: #0787921f;
    width: 100%;
}

.question_text h6 {
    font-size: 16px;
    font-family: 'Rubik';
}

.question_box .question_text p {
    font-weight: 500 !important;
    letter-spacing: 0.4px;
}

.question_box .question_text .rounded-circle,
.answer_box .answer_text .rounded-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin: 0;
    background: #a3b9bb;
}

.answer_box .answer_text {
    background: #dedede75;
}

.answer_box .answer_text p {
    color: #575d5e;
}

.card-body .form-group {
    margin-bottom: 10px !important;
    font-family: Roboto;
}

.card-body .form-group input,
textarea {
    border-radius: 4px;
}

.form-group .btn-button {
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 700;
    background: #369ea7;
    width: 100%;
}

/* Hajji images Testimonial */
.gallery {
    margin-top: 40px;
}

.gallery .item {

    height: 280px;
}
.gallery .item img{
    object-fit: cover;
}

.item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
}

.overlay .eye-icon {
    font-size: 24px;
    color: white;
}

.item:hover .overlay {
    opacity: 1;
}
/* Testimonial */
.testimonial {
    margin-bottom: 0px;
}

    .testimonial .owl-carousel {
        margin-top: 40px;
    }

    .testimonial .item img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

#exampleModalCenter iframe {
    width: 100%;
    /* height: 540px; */
}

.testimonial .item {
    position: relative;
    cursor: pointer;
    height: 280px;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px;
}

    .overlay .eye-icon {
        font-size: 24px;
        color: white;
    }

.item:hover .overlay {
    opacity: 1;
}

.video-popup {
    display: none;
}

#exampleModalCenter .modal-dialog-centered .modal-content .modal-body {
    width: 100%;
}

#exampleModalCenter .modal-dialog {
    min-width: 600px !important;
}

@media (min-width: 768px) {
    #exampleModalCenter .modal-dialog {
        width: 600px !important;
        margin: 30px auto !important;
    }
}

@media (max-width: 576px) {
    .banner-cntr {
        margin-bottom: 30px !important;
    }

    .banner-cntr .banner-text h2 {
        font-size: 33px;
    }

    .banner-cntr .banner-text h5 {
        font-size: 25px;
    }

    .banner-cntr .banner-text .query-info a {
        padding: 8px 12px;
    }

    .package_details .ListStyle_tick li {
        width: 100%;
    }

    .hotel-details .hotel-content {
        margin-bottom: 15px;
    }

    .question_box,
    .answer_box {
        display: flex;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-none {
        display: none;
    }

    .heading {
        font-size: 29px;
        line-height: 28px;
    }

    .card {
        padding: 10px;
        border: none;
    }

    .whyChooseus .card {
        border: 1px solid #ddd;
    }

    .answer_box .answer_icon {
        margin-left: 0px;
    }

    .question_box .question_text p,
    .answer_box .answer_text p {
        width: 100% !important;
    }
}

@media (min-width: 769px) {

    .question_box .question_text .rounded-circle,
    .answer_box .answer_text .rounded-circle {
        display: none;
    }
}

/*------------------------ Responsive Style ----------------------------*/
@media (max-width: 770px) {
    .whyChooseus .center_img {
        margin-bottom: 15px;
    }

    .question_box .question_text {
        align-items: center;
    }

    .question_box .question_text,
    .answer_box .answer_text {
        padding: 10px;
        display: flex;
        flex-direction:column;
        gap: 10px;
    }

    .question_box .question_text p,
    .answer_box .answer_text p {
        width: 82%;
    }

    .ListStyle_tick {
        display: block;
    }

    .ListStyle_tick li {
        width: 100%;
    }

    .banner-cntr .banner-text ul {
        display: block;
    }

    .banner-cntr {
        height: 100%;
    }
}