/****************************************************************************************************
Collage Css Start here
****************************************************************************************************/
.collage {
    margin: 0px;
    border-radius: 0px;
    position: relative;
}

.collage img {
    border-radius: 0px !important;
}

.taglineareabg {
    position: absolute;
    width: 100%;
    z-index: 99;
    bottom: 0px;
    margin-bottom: 80px;
}

.taglinearea {
    text-align: center;
}

.taglinearea h1 {
    font-size: 65px;
    color: #fff;
    font-weight: 600;
    line-height: 65px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.taglinearea h6 {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}


/****************************************************************************************************
Others Css Start here
****************************************************************************************************/
.pointersband {
    padding: 0px 0px;
}

.pointersbox {
    text-align: center;
    padding: 20px 0px;
    background: #ED9B1E;
    /* background: linear-gradient(100deg, rgba(237, 155, 30, 1) 0%, rgba(195, 68, 23, 1) 100%); */
    margin: 10px;
    border-radius: 10px;
}

.pointersbox h5 {
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}

.pointersboxtext {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    font-weight: 300;
}

.pointersborder {
    padding-left: 15px;
    padding-right: 15px;
}

.umrahcontarea {
    background: #f9f2e6;
    background-size: contain;
    margin: 0px;
    padding: 60px 0px;
}

.packageboxpadd {
    padding: 15px 15px 20px 15px;
}

.packageboxshadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 18px;
}

.packagebox {
    background: #fff;
    border-radius: 20px 20px 0px 0px;
}

.packageboximg {
    background: url(../img/noimage.png) no-repeat center center #f9f9f9;
    width: 100%;
    height: 220px;
    border-radius: 18px 18px 0px 0px;
}

.packageboximg img {
    width: 100%;
    height: 220px;
    border-radius: 18px 18px 0px 0px;
    object-fit: cover;
    object-position: 50% 50%;
}

.packageboxcontarea {
    padding: 15px;
    min-height: 115px;
}

.packageboxcontarea h3 {
    font-size: 21px;
    color: #333333;
    line-height: 24px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
}

.packageboxcontarea h3 a {
    color: #333333;
    text-decoration: none;
}

.packageboxcontarea h3 a:hover {
    color: #c34417;
    text-decoration: none;
}

.packagenightext {
    margin: 0px;
}

.packagenightext ul {
    margin: 0px;
    padding: 0px;
}

.packagenightext ul li {
    list-style-type: none;
    margin: 0px 7px 10px 0px;
    padding: 5px 10px;
    background: #f2f2f2;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    color: #333333;
    line-height: 16px;
    width: auto !important;
}

.packageboxpricearea {
    background: #f3e5ce;
    border-radius: 0px 0px 18px 18px;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.pricefromtextwhite {
    font-size: 13px;
    color: #333;
    line-height: 16px;
    font-weight: 400;
}

.pricewhite {
    font-size: 21px;
    color: #c34417;
    line-height: 21px;
    font-weight: 600;
}

.ziyaratcontarea {
    background: url(../img/ziyaratcontbg.jpg) no-repeat center bottom #fff;
    background-size: cover;
    margin: 0px 0px 0px 0px;
    padding: 60px 0px;
}

.hajjcontarea {
    background: #f9f2e6;
    background-size: cover;
    margin: 0px;
    padding: 60px 0px;
}

.hajjpackagebox {
    margin: 0px;
}

.hajjpackageboximg {
    position: relative;
    border-radius: 18px;
    background: url(../img/noimage.png) no-repeat center center;
    width: 100%;
    height: 430px;
    overflow: hidden;
}

.hajjpackageboximg img {
    width: 100%;
    height: 430px;
    border-radius: 18px;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    object-fit: cover;
    object-position: 50% 50%;
}

.hajjpackageboximg img:hover {
    transform: scale(1.1);
}

.hajjpackageboxshade {
    background: #F9F2E6;
    background: linear-gradient(0deg, rgba(243, 229, 206, 1) 40%, rgba(243, 229, 206, 0.8) 100%);
    width: 100%;
    padding: 20px 15px 15px 15px;
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 18px 18px;
    z-index: 9;
}

.hajjpackageboxshade h3 {
    font-size: 19px;
    color: #333;
    font-weight: 600;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.hajjpackageboxshade h3 a {
    color: #333;
    text-decoration: none;
}

.hajjpackageboxshade h3 a:hover {
    color: #c34417;
    text-decoration: none;
}

.hajjpackageboxpricearea {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.ramadancontarea {
    padding: 60px 0px;
}

.featuredhotelsarea {
    background-image: url(../img/featuredhotelsbg.jpg);
    position: relative;
    min-height: 100%;
    background-position: 50% 0;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 0px;
    padding: 60px 0px;
}

.featuredhotelsarea h2 {
    font-size: 40px;
    color: #fff;
    line-height: 42px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 15px;
}

.featuredhotelboxpadd {
    padding: 15px 15px 20px 15px;
}

.featuredhotelboxshadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.featuredhotelbox {
    margin: 0px;
}

.featuredhotelboximg {
    position: relative;
    border-radius: 18px;
    background: url(../img/noimage.png) no-repeat center center #000;
    width: 100%;
    height: 430px;
    overflow: hidden;
}

.featuredhotelboximg img {
    width: 100%;
    height: 430px;
    border-radius: 18px;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    object-fit: cover;
    object-position: 50% 50%;
}

.featuredhotelboximg img:hover {
    transform: scale(1.1);
}

.featuredhotelboxshade {
    background: #F9F2E6;
    background: linear-gradient(0deg, rgba(243, 229, 206, 1) 40%, rgba(243, 229, 206, 0.8) 100%);
    width: 100%;
    padding: 20px 15px 15px 15px;
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 18px 18px;
    z-index: 9;
}

.featuredhotelboxshade h3 {
    font-size: 19px;
    color: #333;
    font-weight: 600;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.featuredhotelboxshade h3 a {
    color: #333;
    text-decoration: none;
}

.featuredhotelboxshade h3 a:hover {
    color: #c34417;
    text-decoration: none;
}

.featuredhotelboxcont {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.hoteldistancetext {
    font-size: 13px;
    color: #333333;
    margin-top: 7px;
}

.pilgrimsspeakarea {
    background: #fff;
    padding: 60px 0px;
}

.pilgrimsspeakboxpadd {
    padding: 0px 15px;
}

.pilgrimsspeakbox {
    border: solid 1px #e0e0e0;
    border-radius: 18px;
}

.pilgrimsspeakboximg {
    background: url(../img/noimage.png) no-repeat center center #f9f9f9;
    width: 100%;
    height: 200px;
    border-radius: 18px 18px 0px 0px;
}

.pilgrimsspeakboximg img {
    background: url(../img/noimage.png) no-repeat center center #f9f9f9;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 18px 18px 0px 0px;
}

.pilgrimsspeakboxcont {
    padding: 10px 10px;
    min-height: 200px;
}

.pilgrimsspeakboxcont h4 {
    font-size: 21px;
    color: #c34417;
    line-height: 22px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pilgrimsspeaktext {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    font-weight: 300;
}

.pilgrimsspeaktext a {
    color: #c34417;
    text-decoration: underline;
}

.pilgrimsspeaktext a:hover {
    color: #333333;
    text-decoration: underline;
}

.recentarticlesarea {
    background: #f9f2e6;
    margin: 0px;
    padding: 60px 0px;
}

.recentarticlesboxpadd {
    padding: 15px 15px 20px 15px;
}

.recentarticlesboxshadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 18px;
}

.recentarticlesbox {
    background: #fff;
    border-radius: 18px;
}

.recentarticlesboximg {
    background: url(../img/noimage.png) no-repeat center center #f9f9f9;
    width: 100%;
    height: 200px;
    border-radius: 18px 18px 0px 0px;
}

.recentarticlesboximg img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 18px 18px 0px 0px;
}

.recentarticlesboxcont {
    padding: 10px 10px;
    min-height: 200px;
}

.recentarticlesboxcont h4 {
    font-size: 21px;
    color: #c34417;
    line-height: 22px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 45px;
}

.recentarticlesboxcont h4 a {
    color: #c34417;
    text-decoration: none;
}

.recentarticlesboxcont h4 a:hover {
    color: #333;
    text-decoration: none;
}

.recentarticlestext {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    font-weight: 300;
}

.recentarticlestext a {
    color: #c34417;
    text-decoration: underline;
}

.recentarticlestext a:hover {
    color: #000;
    text-decoration: underline;
}

.associationarea {
    padding: 40px 0px;
}

.associationslogobox {
    margin: 0px 10px;
}





/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media screen and (min-width : 1920px) {}

@media screen and (max-width : 1080px) {

    .taglineareabg {
        margin-bottom: 50px;
    }

    .taglinearea h1 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media screen and (max-width : 992px) {

    .collage {
        margin: 0px 0px;
        border-radius: 15px;
    }

    .pointersbox h5 {
        font-size: 18px;
        line-height: 20px;
    }

    .pointersboxtext {
        font-size: 13px;
        line-height: 18px;
    }

    .umrahcontarea {
        margin: 0px 0px;
        border-radius: 0px;
        padding: 50px 0px;
    }

    .ziyaratcontarea {
        padding: 50px 0px;
    }

    .hajjcontarea {
        margin: 0px 0px;
        border-radius: 0px;
        padding: 50px 0px;
    }

    .ramadancontarea {
        padding: 50px 0px;
    }

    .featuredhotelsarea {
        margin: 0px 0px;
        padding: 50px 0px;
        border-radius: 0px;
    }

    .pilgrimsspeakarea {
        padding: 50px 0px;
    }

    .recentarticlesarea {
        margin: 0px 0px;
        padding: 50px 0px;
        border-radius: 0px;
    }
}

@media screen and (max-width : 767px) {

    .pointersbox {
        padding: 20px 0px;
    }

    .pointersbox h5 {
        font-size: 20px;
        line-height: 20px;
    }

    .pointersboxtext {
        font-size: 14px;
        line-height: 18px;
    }

    .pointersborder {
        border-left-width: 0px;
        border-right-width: 0px;
        border-top-width: 2px;
        border-top-style: solid;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-image: linear-gradient(to right, #fff, #c9c9c9, #fff) 1;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width : 480px) {

    .taglineareabg {
        margin-bottom: 20px;
    }

    .taglinearea h1 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .taglinearea h6 {
        font-size: 13px;
        line-height: 16px;
    }

    .featuredhotelsarea h2 {
        font-size: 32px;
        line-height: 32px;
    }
}

@media screen and (max-width : 375px) {}

@media screen and (max-width : 320px) {}