/********** Template CSS **********/
:root {
    --primary: #86B817;
    --secondary: #FE8800;
    --light: #F5F5F5;
    --dark: #14141F;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** 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;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.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;
    border-radius: 0px;
}
/* {
    background-color: #003333 !important;
    border-color: #003333 !important;
} */


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
   
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}


.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 100px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 70px;
}
.text-jannah {
    text-align: justify;
}
.pb-2 {
    padding-bottom: 25px !important;
}

.content {
    text-align: justify;
}
@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid #eee;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

 
/*.hero-header {
    background: url(../img/top.png) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 1000px;
    
}*/
.owl-prev{
    position: absolute;
    top: 25%;
    left: 0;
    transform: translateY(-50%);
}
.owl-next{
    position: absolute;
    top: 25%;
    right: 0;
    transform: translateY(-50%);
}

 .owl-carousel .owl-nav button.owl-prev {
    font-size: 100px;
    color: #fff;
 }
 .owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
 }
 .owl-carousel .owl-nav button.owl-next {
    font-size: 100px;
    color: #fff;
 }



.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover {
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}
.text-color {
    color: #86B817 !important;
}




/*** AL-JANNAH start ***/
.right {
    position: relative;
}
.fome {
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 20px;
    color: #2C3E50
}
.right-iner p{
    text-align: right;
    font-size: 12px;
    padding-right: 72px;
    padding-bottom: 25px;
}
.right img {
    position: absolute;
    top: 0px;
    left: 310px;
}
.center img {
    width: 100%;
    height: 528px;
}
.left {
    position: relative;
}
.left img {
    position: absolute;
    top: 0;
    right: 310px;
}
.left-iner {
    padding-left: 42px;
}
.fome-1 {
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 20px;
    padding-left: 25px;
    color: #2C3E50
}
.left-iner p{
    font-size: 12px;
    text-align: start;
    padding-left: 28px;
    padding-bottom: 25px;
}
.right-iner span {
    position: relative;
}
.fome span ::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
}
.hotel {
    padding-left: 40px;
}
.hotel-1 {
    padding-left: 36px;
}







/*** Destination ***/
.destination img {
    transition: .5s;
}

.destination a:hover img {
    transform: scale(1.1);
}


/*** Package ***/
.package-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package-item img {
    transition: .5s;
}

.package-item:hover img {
    transform: scale(1.1);
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(15, 23, 43, .7), rgba(15, 23, 43, .7)), url(../img/booking-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 20px;
    border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
    background: var(--primary);
    color: #FFFFFF;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}



.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
@media only screen and (max-width:767px){
    .hero-header {
        height: auto;
    }
}
.baner-inner img {
    position: relative;
}
.baner-inner .allah-inner {
    position: absolute;
    top: 34%;
    transform: translate(-50%, -50%);
    left: 50% !important;
    font-size: 41px;
    text-align: center;
    font-weight: 800;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #86B817;
}
.sliver {
    margin: 0 auto;
    padding: 15px;
}


.Duration {
    margin: 0 auto;
    padding: 5px 0;
    color: #86B817;

}
.flex-direction-colm {
    display: flex;
    flex-direction: column;
}
.d-flex {
    display: flex !important;
    
    
}
.b-flex {
    display: flex !important;
    justify-content: center;
    align-items: center;
    
}
.white .nav-item{
    color: #fff !important;
}
.white .nav-item .nav-link{
    color: #fff !important;
}


.black-1 {
    flex-direction: column;
    display: flex;
    padding: 0 13px;
}
.p-6 {
    padding: 20px 0 !important;
}
.pb-4 {
    padding-bottom: 48px !important;
}

 /*.icon-inner {
    opacity: 0;
 }*/
.icon-inner ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 0;
    grid-gap: 20px;
}
.icon-inner li {
   
    /*width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #fff !important;
    position: relative !important;
    border: 1px solid #86B817 !important;*/
    color: #86B817 !important;
}
.icon-inner li i {
    
    font-size: 16px;
    font-weight: 900;
   /* position: absolute;
    top: 11px;
    left: 10px;*/
}
.icon-inner li:hover{
   /* background-color: #86B817 !important;
    border: 1px solid #fff !important;*/
    color: #86B817 !important;
 }
.package-item {
    border: 1px solid #000;
    border-radius: 10px;
}
 .img-fluid-rades {
    width: 240px !important;
    margin: 0 auto;
    border-radius: 25px;
    border: 1px solid #000;
}
.padding-top{
    padding: 20px 0 0 0;
}
.date-inner {
    text-align: center;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    color: #00000080;
}
.date-inner span {
    color: #00000094;
    padding: 0 5px;
}
.black-2 {
    display: flex;
    flex-direction: column;
}



/*login page*/


.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    }
    .login-inner {
        display: flex;
        justify-content: space-between;
        padding: 0 0 20px 0;
    }
    .login-btn  {
        width: 100px;
        height: 50px;
    }
    .img-inner{
        width: 100%;
        height: 360px;
    }
    
    @media (min-width: 1025px) {
    .h-custom-2 {
    height: 100%;
    }
    }
  
/*login page end*/
/* register page */
.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: .75em;
    padding-right: .75em;
    }
    .img-inner-1 {
        width: 100%;
        height: 100%;
    }
    .login-img {
        width: 100%;
    }
    .login-warrp{
        position: relative;
    }
    .login-warrper {
        position: absolute;
        top: 55%;
        left: 20%;
        transform: translate(-50%,-50%);
    }
    .text-black {
        border: 1px solid #000;
    }
    .card-registration .select-arrow {
    top: 13px;
    }
/* register page end*/
.login-warrp {
    display: flex;
    grid-gap: 10px;
}
.read-inner {
    display: flex !important;
    justify-content: center !important;
    grid-gap: 20px;
}


/*package1 start*/
.package {
    border: 1px solid #000;
}
.package-warp {
    padding: 15px 0 0 15px;
}
.img-package img {
    border-radius: 10px;
}
.sliver-warp {
    text-align: center;
}

.Duration-inner {
    margin: 0;
    font-size: 14px;
    padding-bottom: 10px;
    display: flex;
    grid-gap: 5px;
    align-items: center;
    
}
.date {
    font-size: 12px;
    margin: 0;
    padding-bottom: 7px;
}

.icon-warp {
    list-style: none !important;
    display: flex !important;
    justify-content: start !important;
    align-items: center !important;
    padding: 15px !important;
    margin: 0 !important;
    grid-gap: 16px !important;
    padding-top: 0 !important;
}


