* {
    margin: 0;
    padding: 0;
}

body {
    background: #f5f7fb;
    font-family: 'Montserrat', sans-serif;
}

body::-webkit-scrollbar {
    display: none;
}

.nav-link:hover {
    color: #000 !important;
}

/* navbar  */
.top_navbar {

    background: linear-gradient(42deg, #6674f5, #64d1ff);

    position: relative;

    z-index: 0;
}

.top_navbar::after {
    content: "";
    position: absolute;
    width: 100%;
    top: -10%;
    transform: translateY(10%);
    left: 0;
    background-image: url(../images/curved.png);
    height: 100%;
    z-index: -1;
}

.navbar-brand {
    margin: 0;
    height: 100%;
}

.navbar-brand img {}

.navbar-nav {}

.nav-item {}

.nav-link {
    color: #fff;
    font-weight: 400;
    padding: 0 !important;
    margin: 0px 15px;
    font-size: 16px;
    transition: .4s all ease-in-out;
}

.nav-link.active,
.nav-link:hover {

color: #000 !important;
}

.dropdown-menu {}

.dropdown-item {}

/* Dropdown Button */
.dropbtn {
    /* background-color: #04AA6D; */
    color: #050505 !important;
    /* padding: 16px; */
    font-size: 16px;
    border: none;
    text-decoration: none;
    margin: 0px 15px;
}

/* The container <div> - needed to position the dropdown content */
.dropdowns {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdowns:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdowns:hover .dropbtn {
    /* background-color: #3e8e41; */
}

.dropbtn i {
    margin-left: 5px;
}

/* banner part start here  */
.banner {

    display: flex;

    justify-content: center;

    align-items: center;

    min-height: 90vh;

    position: relative;
}

.banner_left {
    display: flex;
    align-items: center;
    /* height: 100%; */
}

.banner_left h3 {

    color: #fff;

    font-size: 60px;

    font-weight: 600;

    line-height: 1;

    margin-bottom: 30px;
}

.banner_left p {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}

.cal_culator {
    padding: 0px 30px;
}

.cal_culator iframe {
    width: 100%;
}

/* banner part end here  */


/* ============== service part start here =========== */
.box_service {
    padding: 20px 0PX;
    background: #fff;
}

.s_box {
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 20px;
}

.s_box i {
    font-size: 45px;
    background: #ecf1fc;
    padding: 10px;
    border-radius: 50px;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: #73a0ff;
    margin-bottom: 30px;
    box-shadow: 0 0 20px #668df824;
}

.s_box h3 {
    font-weight: 600;
    transition: .4s all ease-in-out;
}

.s_box p {

    color: #535e72;
}

.s_box:hover h3 {
    color: #65a1fa;
}

/* ============== service part start here =========== */
.service_details {
    padding: 50px 0px;
}

.service_details img {
    max-height: 400px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.service_details h1 {
    color: #2c324b;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 48px;
}

.service_details p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #535e72;
}

.feel_part {}

.c_box {
    padding: 20px;
    /* border: 1px dashed; */
    border-radius: 10px;
    margin-bottom: 20px;
    transition: .4s all ease-in-out;
}

.c_box:hover {
    background: linear-gradient(-25deg, #6674f5, #64d1ff);
    box-shadow: 0 0 20px #0000ff33;
}

.c_box h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #2c324b;
}

.c_box i {
    font-size: 35px;
    color: #2c324b;
}

.c_box p {
    color: #535e72;
    font-size: 14px;
    line-height: 24px;
}

.c_box:hover h1,
.c_box:hover p,
.c_box:hover i {
    color: #fff;
}

.control_right {}

.control_right h1 {
    font-weight: 600;
    color: #2c324b;
}

.control_right p {
    color: #535e72;
}

.counter {
    background: -webkit-linear-gradient(120deg, rgb(93, 125, 234) 0%, rgb(41, 173, 249) 100%);
    padding: 30px 0px;
}

.count_box {
    text-align: center;
}

.count_box h1 {
    color: #fff;
    font-weight: 600;
}

.count_box h1 span {}

.count_box i {
    background: #fff;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50px;
    font-size: 30px;
    color: #2aadf9;
    box-shadow: 0 0 20px #7f7f7f85;
}

.count_box h3 {
    font-size: 20px;
    font-weight: 600;

    color: #fff;
}

/* app link section start here  */
.app_link {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app_details {}

.app_details h1 {
    color: #2c324b;
    font-size: 40px;
    font-weight: 300;
    line-height: 55px;
    text-align: center;
}

.app_details h1 span {}

.app_details a {
    display: flex;
    border: 1px solid #64d1ff;
    padding: 3px 20px;
    border-radius: 35px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
}

.app_details a i {
    font-size: 30px;
    display: flex;
    margin-right: 10px;
    color: #000;
}

.app_details a:hover {
    box-shadow: 0px 15px 50px 0px rgba(0, 27, 103, 0.3);
    background: linear-gradient(90deg, #6674f5, #64d1ff), #6674f5;
}

.app_details a p {
    margin: 0;
    color: #000;
}

.app_details a h6 {
    margin: 0;
}

.app_details a:hover i,
.app_details a:hover p,
.app_details a:hover h6 {
    color: #fff;
}

.app_link {
    position: relative;
    z-index: 0;
}

.app_link canvas {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

/* app link section end here  */

/* contact and subscribe section start here  */
.c_s_ {
    background: #eff2fb;
    padding: 40px 0px;
}

.cs_box {
    background: #fff;
    /* padding: 20px; */
    border-radius: 20px;
    box-shadow: 0 0 20px #c8c8c8;
}

.subscribe_part {
    background: #5d7dea;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 40px 20px;
    /* display: flex; */
    justify-content: space-evenly;
    align-items: center;
}

.s_form {
    /* display: flex; */
    position: relative;
    width: 100%;
    justify-content: center;
    margin: auto;
}

.s_form input {
    width: 100%;
    height: 48px;
    margin: 0px 10px;
    padding: 10px 25px;
    border: none;
    font-size: 16px;
    border-radius: 50px;
    min-width: 250px;
}

.s_form button {
    background: #5d7dea;
    position: absolute;
    right: -58px;
    padding: 12px 40px;
    border-radius: 50px;
    color: #fff;
    border: none;
    background: linear-gradient(90deg, #5d7dea, #64d1ff);
    top: 0;
    height: 70%;
}

.s_form p {
    color: #fff;
    font-size: 13px;
    margin: 5px 20px;
}

.c_form {}

.c_form h3 {}

.c_form form {}

.c_form form .form-group {}

.c_form form label {}

.c_form form input,
.c_form form textarea {}

.maps_ {}

.maps_ iframe {}

.form_address {
    display: flex;
    justify-content: space-around;
    background: #4e8df3;
    padding: 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.a_number {
    text-align: center;
}

.a_number p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.subscribe_part h3 {
    font-size: 35px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    text-align: end;
}

.c_form input[type=submit] {
    width: 100%;
    border-radius: 5px;
}

.c_form p {
    border: 1px solid #f47700;
    margin: 10px 0px;
    padding: 20px;
    font-size: 14px;
    text-align: center;
}

.a_number i {
    background: #fff;
    padding: 10px;
    font-size: 30px;
    color: #2196F3;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
}

/* contact and subscribe section end here  */

/* footer  */
footer {
    background: #fff;
    padding: 30px 0px;
}

.social_ ul li a i {}

.social_ ul li a {
    border: 1px solid #00a4f4;
    font-size: 20px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
    padding: 4px;
}

.social_ ul li a:hover {

    background: linear-gradient(90deg, #5d7dea, #29adf9);
    box-shadow: 0px 15px 50px 0px rgba(0, 27, 103, 0.3);
    color: #fff;
}

.social_ ul li {
    margin: 0px 5px;
}

.social_ ul {
    display: flex;
    padding: 0;
    list-style: none;
}

.social_ {}

.footer_logo {
    text-align: center;
}

.footer_logo img {
    max-width: 170px;
}

.footer_logo P {}

.copy_right {
    text-align: center;
    font-size: 14px;
}

.copy_right p {}

.page_title {
    position: absolute;
    background: #fff;
    bottom: -15px;
    padding: 3px 15px;
    box-shadow: 0 1px 5px #30aef842;
    border-radius: 5px;
}

.page_title h6 {
    font-weight: 600;
    font-size: 14px;
}

.page_title h6 span {
    color: #1f5de1;
}

.service_offer_bx {
    padding: 40px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service_box {
    background: #65a1fa;
    width: fit-content;
    padding: 20px;
    border-radius: 10px;
}

.service_box h6 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.service_box ul li {
    color: #fff;
}

.service_list {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    position: relative;
    z-index: 0;
}

.service_list::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #00000094;
    z-index: -1;
}


.s_list_box {
    display: flex;
    background: #63cdfe;
    margin: 10px 0px;
    padding: 30px;
    border-radius: 15px;
    align-items: center;
}

.s_list_box img {
    max-width: 300px;
    margin-right: 20px;
    border-radius: 20px;
    width: 100%;
}

.s_list_box p {
    line-height: 30px;
}

.s_list_box h6 {
    font-weight: 600;
}

@media(max-width: 768px) {
    .s_list_box h6 {
        margin-top: 10px;
    }

    .s_list_box p,
    .s_list_box h6 {
        text-align: center;
    }

    .s_list_box img {
        display: flex;
        margin: auto !important;
    }
}

.guid_part {
    background: linear-gradient(15564deg, #4ea5ed, #4ea5ed), #30b0f9;
    padding: 40px 0px;
}

.g_box {}

.g_box img {
    max-width: 250px;
    text-align: center;
    margin: 10px auto;
    display: flex;
    justify-content: center;
}

.g_text_box {
    background: #63cdfe;
    padding: 40px;
    border-radius: 20px;
    color: #000;
    margin: 20px 0px;
}

.g_text_box p {}

.navbar-toggler {
    background: #fff !important;
}

@media(max-width: 992px) {
    .navbar-nav {
        background: #000000c2;
        border-radius: 10px;
        padding: 20px 0px;
    }
}

.hajj_top {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.hajj_ser_box {
    position: relative;
    background: #69ccff;
    padding: 30px;
    border-radius: 10px;
}

.hajj_ser_box img {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 80px;
}

.hajj_ser_box h6 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}

.hajj_ser_box ul li i {
    margin-right: 10px;
}

.hajj_ser_box ul li {
    font-size: 14px;
    line-height: 2;
}

.hajj_ser_box ul {
    padding: 0;
    list-style: none;
}

.hajj_img_content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    position: relative;
    z-index: 0;
}

.content_box {}

.content_box p {
    background: #69ccff;
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 30px;
}

.content_img {
    position: relative;
    z-index: 0;
    padding: 40px 0px;
    margin-bottom: 50px;
}

.content_img img {
    box-shadow: 0 0 20px #0006;
}

.content_img .img_1 {
    max-width: 500px;
    border-radius: 20px;
    position: absolute;
    left: 54%;
    top: 70%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.content_img .img_2 {
    max-width: 500px;
    border-radius: 20px;
}

.hajj_img_content::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000a8;
    z-index: -1;
}

@media(max-width: 992px) {
    .content_img .img_2 {
        max-width: 100%;
        position: unset;
        text-align: center;
    }

    .content_img .img_1 {
        max-width: 100%;
        text-align: center;
        position: unset;
        transform: none;
        margin: 10px 0px;
    }
}

@media(max-width: 768px) {
    .s_form button {
        position: unset;
    }

    .s_form {
        text-align: center;
    }

    .subscribe_part h3 {
        margin: 10px 0px;
        text-align: center;
    }
}

.pass_content {
    background: #659cfa;
    padding: 30px 0px;
}

.pass_content p {
    /* background: #69ccff; */
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.pass_de {}

.pass_de img {
    border-radius: 40px;
}

.pass_de h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0px;
}

.pass_de p {
    padding: 0;
}

.section_main_bg::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #00000051;
    left: 0;
    top: 0;
    z-index: -2;
}

.offer_serviece {
    background: #55bce5;
    padding: 40px 0px;
}

.offer_serviece h5 {
    background: #65a1fa;
    color: #070707;
    width: fit-content;
    text-align: center;
    margin: 20px auto;
    border-radius: 10px;
    padding: 10px;
    font-weight: 600;
}

.all_des {
    margin-top: 40px;
    background: #80808029;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 20px #adadad61;
    border: 1px solid #8080801f;
}

.all_des h6 {}

.all_des p {
    margin-bottom: 10px;
}

.rate_box {
    background: #ffd700;
    padding: 8px 15px;
    /* margin: 10px 0px; */
    /* max-width: max-content; */
    /* min-width: max-content; */
    border-radius: 10px;
    height: 100%;
    box-shadow: 2px 3px 8px #3d61db;
    /* background: linear-gradient(-25deg, #bfc5ff, #64d1ff); */
    width: 295px;
    background: linear-gradient(-27deg, #d01b1b, gold);
}

.rate_box h6 {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}

.rate_box p {
    font-size: 14px;
    color: #373737;
    font-weight: 600;
}

.rate_box p span {
    font-weight: 600;
    /* color: #ffd700; */
    text-shadow: 2px 2px 5px #5830ff24;
    filter: drop-shadow(2px 4px 6px #adadad);
    /* background: linear-gradient(to right, #f32170,
            #ff6b08, #cf23cf, #a99800); */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-background-clip: text; */
    font-size: 16px;
    color: #fff;
}

.rate_box strong {
    color: #fff;
}

.slide_title {
    /* background: #fff; */
    font-size: 12px;
    padding: 6px 10px;
    width: fit-content;
    border-radius: 5px;
    font-weight: 600;
    /* box-shadow: 0 0 20px #00000021; */
    /* background: linear-gradient(90deg, #0072ff 0%, #00d4ff 100%); */
    color: #fff;
    display: flex;
}


@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    overflow: hidden;
    /* width: 100%; */
    border-radius: 10px;
    max-width: 450px;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* content: ""; */
    /* height: 100px; */
    /* position: absolute; */
    /* width: 200px; */
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
    /* height: 100%; */
    padding: 10px 0px;
    /* padding-top: 0; */
}

.slider .slide {
    /* width: 250px; */
    margin: 0px 5px;
    /* padding: 5px 0px; */
}

@media(max-width: 768px) {
    .slider {
        max-width: 300px;
    }

    .slide_title {
        margin-top: 20px;
    }

    .banner_left h3 {
        font-size: 40px;
    }

    .cal_culator {
        padding: 0px;
    }

    .app_details h1 {
        color: #2c324b;
        font-size: 25px;
        font-weight: 600;
        line-height: 1;
        text-align: center;
    }

    .app_details a i {
        font-size: 18px;
    }

    .app_details a p {
        font-size: 12px;
    }

    .app_details a h6 {
        margin: 0;
        font-size: 10px;
        font-weight: 600;
    }

    .app_details a p {
        font-size: 10px;
    }
}

.ab_des p {
    padding: 0 !important;
}

.loader {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 10px;
}

.loader div {
    width: 8%;
    height: 24%;
    background: rgb(128, 128, 128);
    position: absolute;
    left: 50%;
    top: 30%;
    opacity: 0;
    border-radius: 50px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    animation: fade458 1s linear infinite;
}

@keyframes fade458 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.25;
    }
}

.loader .bar1 {
    transform: rotate(0deg) translate(0, -130%);
    animation-delay: 0s;
}

.loader .bar2 {
    transform: rotate(30deg) translate(0, -130%);
    animation-delay: -1.1s;
}

.loader .bar3 {
    transform: rotate(60deg) translate(0, -130%);
    animation-delay: -1s;
}

.loader .bar4 {
    transform: rotate(90deg) translate(0, -130%);
    animation-delay: -0.9s;
}

.loader .bar5 {
    transform: rotate(120deg) translate(0, -130%);
    animation-delay: -0.8s;
}

.loader .bar6 {
    transform: rotate(150deg) translate(0, -130%);
    animation-delay: -0.7s;
}

.loader .bar7 {
    transform: rotate(180deg) translate(0, -130%);
    animation-delay: -0.6s;
}

.loader .bar8 {
    transform: rotate(210deg) translate(0, -130%);
    animation-delay: -0.5s;
}

.loader .bar9 {
    transform: rotate(240deg) translate(0, -130%);
    animation-delay: -0.4s;
}

.loader .bar10 {
    transform: rotate(270deg) translate(0, -130%);
    animation-delay: -0.3s;
}

.loader .bar11 {
    transform: rotate(300deg) translate(0, -130%);
    animation-delay: -0.2s;
}

.loader .bar12 {
    transform: rotate(330deg) translate(0, -130%);
    animation-delay: -0.1s;
}

.loader_box {
    height: 100vh;
    width: 100vw;
    background: #ffffffad;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* back to top btn  */
#button {
    display: inline-block;
    background-color: #55bce5;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  
  .slide_title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide_title h1{
    background: #000;
    margin: 0;color: #fff;
    text-align: center;
    width: fit-content;
    font-size: 18px;
    font-weight: 900;
    padding: 0px 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 5px;
}
.slide_title p{
    background: gold;
    font-size: 18px;font-weight: 900;
    color: red;padding: 7px 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 3px;
}
.nav-link,.dropbtn {
    color: #000 !important;
    font-weight: 800 !important;
}
.navbar{
    
background: #ffffff80;
    
border-radius: 10px;
    
margin-top: 10px;
    
box-shadow: 0 0 20px #0000ff4f;
}