 body{
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    font-style: normal;
}

:root{
    --primary-color:#00B1BB;
}

.navbar-brand img {
    height: 40px;
}
.navbar.navbar-expand-lg.bg-light {
    padding: 17px 0px;
    z-index: 11;
    width: 100%;
    box-shadow: 0px 25px 80px rgb(66 67 69 / 40%);
}
.nav-item .nav-link {
    font-size: 16px;
    margin: 0px 1px 0px 10px;
    color: #222;
    font-weight: 500;
}
.nav-item .nav-link:hover {
    color: #4ab1a2;
}

.navbar-nav li button{
    background: var(--primary-color);
    color: #fff;
    border: none;
}

.navbar-nav li button:hover{
    background: var(--primary-color);
    color: #fff;
    border: none;
}

.rtl-direction {
    direction: rtl;
}

.nuzul-app{
    position: relative;
}

.nuzul-app .iphone{
    position: absolute;
    top: 0px;
    left: 0px;
}

.topHeading{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
}

.topHeading h2{
    font-size: 48px;
    line-height: 55px;
    width: fit-content;
    padding-bottom: 20px;
    font-weight: 700;
}

.topHeading h2:after{
    content: '';
    width: 100px;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* feature */

.howItworks{
    background: #F5FBFF;
    margin-bottom: 80px;
}

.features-content h2 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
}
.features-list h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0px;
}

.features-list p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #716c80;
    font-size: 18px;
    line-height: 28px;
}

/* feature */


/* how it works */
.owl-carousel .owl-item.active.center .slider-img {
    transform: scale(1.3); /* Zoom the active slide */
    transition: transform 0.3s ease-in-out;
}

.owl-carousel .owl-item .slider-img {
    transform: scale(0.9); /* Make other slides smaller */
    transition: transform 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center {
    z-index: 999; /* Bring the active image to the front */
}

/* how it works */

.list-with-us h2{
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
}

.list-with-us p{
    margin-top: 0;
    margin-bottom: 1rem;
    color: #716c80;
    font-size: 18px;
    line-height: 28px;
}

.list-with-us ul li{
    color: #716c80;
    font-size: 18px;
    line-height: 28px;
}

.list-property{
    background:var(--primary-color);
    border: none;
    outline: none;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    margin-top: 40px;
    font-size: 18px;
    line-height: 28px;
}


/* / testimonial / */

.testimonial{
    background: #F5FBFF;
    margin: 80px 0;
    padding: 50px 0;
}

.carousel-indicators [data-bs-target]{
    width: 90px;
    height: 70px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
}

.testimonial .carousel .carousel-inner .carousel-item .item p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
    width: 76%;
    margin: 0 auto;
}

.testimonial .carousel .carousel-inner .carousel-item .item .rating{
    margin-bottom: 90px;
}

.testimonial .carousel .carousel-inner .carousel-item .item .rating span{
    color:#ffd250;
    font-size: 18px;
    line-height: 28px;
}

.testimonial .carousel .carousel-inner .carousel-item .item h4{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.testimonial .carousel .carousel-inner .carousel-item .item p.designation{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--primary-color);
}

.carousel-indicators{
    left: 50%;
    transform: translate(-50%, -50%);
    right: 0;
    margin: 0px;
    margin-bottom: 20px !important;
    top: 55%;
}

.carousel .carousel-control-prev{
    position: absolute;
    left: 22%;
    width: 20px;
    height: 20px;
    top: 57%;
    transform: translate(10px, -50%);
}

.carousel .carousel-control-next{
    position: absolute;
    right: 22%;
    width: 20px;
    height: 20px;
    top: 57%;
    transform: translate(10px, -50%);
}

.carousel .carousel-control-prev span, .carousel .carousel-control-next span{
    width: 20px !important;
    color: #000;
    height: 20px !important;
    clip: inherit !important;
}

/* / testimonial / */


.appinstall .topHeading h2:after{
    left: 52px !important;
}


/* blog */

.client-info {
    padding: 15px 5px;
    margin-bottom: 25px;
}

.bannerView img{
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.hotelDetail a{
    background: var(--primary-color);
    padding: 6px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #fff !important;
    cursor: pointer;
}

.hotelDetail p{
    margin-bottom: 0px;
    padding-left:10px;
    color:#000 !important;
}


.client-info h4{
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color:#211F25;
    margin-top: 15px;
}

.client-info p{
    font-size: 18px;
    line-height: 28px;
    color:#696969;
}

/* blog */

/* faq */

.faq .accordion .accordion-item{
    border: none;
    border-bottom: 1px solid #ccc;
}

.faq .accordion .accordion-header .accordion-button::after{
    background: none;
    content: '+';
    font-size: 31px;
    line-height: 21px;
}

.faq .accordion .accordion-header .accordion-button{
    background: none;
    border: none;
}

.faq .accordion .accordion-header .accordion-button h5{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.faq .accordion .accordion-collapse .accordion-body p{
    font-size: 14px;
    line-height: 24px;
    color: #696969;
}

.accordion-button:not(.collapsed)::after{
    content: '-' !important;
    font-size: 31px;
    line-height: 21px;
}

/* faq */

/* sentmail */

.download-app{
    background: url(./assets/subscribemail.png) no-repeat center/cover;
    height: 460px;
    position: relative;
    margin-top: 60px;
    background-size: 100%;
}

.subscribe-content{
    width: 100%;
    height: 310px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.subscribe-content p{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.subscribe-content .subscribeMail button{
    background: #C93F3F;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: none;
    margin-left: 10px;
    border-radius: 5px;
}

/* sentmail */


/* get in touch */

.getIntouch{
    background: #F5FBFF;
    margin: 80px 0;
    padding: 50px 0;
}

.getIntouch .topHeading h2:after{
    left: 10% !important;
}

.getIntouch p{
    font-size: 18px;
    line-height: 28px;
    color: #696969;
}

.contactDetail span{
    color:#696969;
    font-size: 16px;
    line-height: 26px;

}

.contactDetail h5{
    font-size: 22px;
    line-height: 32px;
    color:#141414;
}

.contactForm form input.{
    height: 52px;
	width:100%;
    color:#CACACA;
}

.contactForm form input::placeholder, form textarea::placeholder{
    color:#CACACA;
}

.contactForm .wpcf7-submit{
    background: var(--primary-color);
    border: none;
    padding: 10px 40px;
    display: flex;
    margin: 0 auto;
    width: 200px;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
}


.contactForm input {
    width: 100%;
	border-radius: .375rem;
	height: 52px;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	line-height: 1.5;
	padding: .375rem .75rem;
    font-size: 1rem;
}
.contactForm textarea {
    width: 100%;
	border-radius: .375rem;
    height: 86px;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	line-height: 1.5;
	padding: .375rem .75rem;
    font-size: 1rem;
}
/* get in touch */








.content {
    max-width: 750px;
    width: 100%;
    padding-top: 5rem;
}
.default-btn.btn.btn-dark {
    padding: 15px;
    width: 195px;
    font-size: 19px;
    border-radius: 50px;
    border: none;
    background: #fff;
    color: #2b7c70;
    box-shadow: 0px 25px 75px rgb(128 128 128 / 75%);
}
.pad-80{
    padding: 80px 0px 60px;
}
.white-overlay-top {
    /* background-image: url('assets/white-overlay-top.png'); */
    height: 48px;
}

.card {
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
    border: none;
    text-align: center;
    box-shadow: 0px 25px 75px rgba(25, 34, 64, 0.1);
}
.features-section .row .col-lg-4 {
    display: flex;
}

.add-heading {
    max-width: 570px;
    width: 100%;
    margin: auto;
    margin-bottom: 60px;
}
.card h3 {
    font-size: 22px;
    font-weight: 500;
}
.card-logo img {
    height: 100px;
    margin-bottom: 20px;
}
.title-small {
    color: #1f9f8d;
}
.box-hook .icon {
    width: 15%;
    margin-right: 18px;
}
.box-hook {
    display: -webkit-box;
    padding: 10px 100px 5px 0px;
}

/* .app-download-inner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    background: linear-gradient(279.99deg, #0c2e29 -1.19%, #2c7c70 50.96%, #2dd0b7c4 99.95%);
    z-index: -1;
    margin-top: 50px;
    margin-right: 15px;
    margin-bottom: 30px;
} */
.app-download-content {
    padding-right: 15px;
    position: relative;
    top: 10px;
}
.app-download-content h2 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #fff;
}
/* .app-download-inner {
    padding-left: 100px;
    position: relative;
    z-index: 1;
} */
.sub-title {
    background-color: rgba(255, 255, 255, 0.15);
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 7px 20px;
}
.aboutus{
    /* background: url('assets/page-shap.png') no-repeat; */
    background-position: center;
}

.single-feedback-box {
    background: #F4F8FC;
    margin-bottom: 25px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.single-feedback-box .client-info .title h3 {
    font-size: 18px;
    margin-bottom: 7px;
}
.single-feedback-box .client-info img {
    height: 60px;
    border-radius: 50%;
    width: 60px !important;
    margin-right: 20px;
}

.rating h5 {
    font-size: 17px;
    color: #1f9f8d;
    font-weight: 600;
}

@media (max-width:992px) {
    .main-banner-content h1{
        font-size: 40px;
        line-height: 50px;
    }

    .main-banner-content p{
        font-size: 20px;
        line-height: 30px;
    }

    .topHeading h2{
        font-size: 36px;
        line-height: 46px;
    }

    .features-list h3{
        font-size: 20px;
    line-height: 30px;
    }
}

@media (max-width:768px) {
    .main-banner-content h1 {
        color: #fff;
        font-size: 30px;
        line-height: 1.4;
    }

    .topHeading h2{
        font-size: 38px;
        line-height: 48px;
        width: fit-content;
        padding-bottom: 20px;
        font-weight: 700;
    }

    .box-hook {
        padding: 0;
        display: flex;
        width: 100%;
    }

    .aboutus .row {
        flex-direction: column-reverse;
    }
    .features-content h2 {
        font-size: 28px;
    }
    .app-download-content h2 {
        font-size: 27px;
    }
    .app-download-inner {
        padding-left: 10px;
    }
    .pad-80 {
        padding: 50px 0px 40px;
    }
    .navbar-brand img {
        height: 27px;
    }
    .content {
        padding-top: 0rem;
        text-align: center;
        margin-bottom: 50px;
    }
    .app-download-inner::before {
        margin-top: -30px;
        margin-right: 3px;
        margin-bottom: 54px;
    }
    .app-download-content {
        text-align: center;
    }
    .btn-box img {
        width: 147px;
    }

    .list-with-us{
        margin-bottom: 20px;
    }

}

@media(max-width:577px){
    .topHeading h2{
        font-size: 32px;
        line-height: 42px;
        text-align: center;
    }

    .list-property{
        display: flex;
        margin: 0 auto;
    }

    .download-app{
        height: 230px;
        background-size: 100% 100%;
    }

    .subscribe-content{
        width: 70%;
        left: 10px;
    }

    .main-banner-area{
        padding-top: 120px;
    }
}
footer {
    padding-bottom: 90px;
}
.footer-content img {
    height: 60px;
}
.social-links li a {
    width: 48px;
    height: 48px;
    background: #00B1BB;
    color: #fff;
    position: relative;
    z-index: 1;
    line-height: 48px;
    font-size: 22px;
    margin: 0 20px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
}
.social-links {
    display: flex;
    justify-content: center;
    margin: 40px 0px;
}
.footer-Nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-Nav .nav-item .nav-link {
    font-size: 18px;
    line-height: 28px;
    margin: 26px 1px 0px 40px;
    color:#696969;
}
.copy-text p{
    color:#696969;
}








.blog-post {
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.blog-post h2 {
    line-height: 41px !important;
    margin-bottom: 20px !important;
}
.blog-post h2 a {
    font-size: 29px !important;
    line-height: 25px !important;
    text-decoration: none;
    font-weight: 700 !important;
    margin-bottom: 30px;
    color: #00b2bf !important;
}
.nuzulbnr {
    padding: 52px 0px;
}
.nuzulbnr h1 {
    text-align: center;
    font-size: 72px;
    font-weight: bolder;
    text-transform: uppercase;
    color: black;
    position: relative;
    margin: auto;
}
.nuzulbnr h1:before {
    position: absolute;
    z-index: 9;
    content: '';
    background-image: url(http://localhost/aman/blog.nuzul/wp-content/uploads/2025/02/nuzul_blog_ico.png);
    width: 230px;
    height: 140px;
    color: #fff;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -90px;
    top: 87px;
}


.bnr-post {
    position: relative;
    object-fit: cover;
}

.bnr-post img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
}
.pst-sngle-text {
	position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    background: #00000078;
    height: 100%;
    padding: 18% 25%;
}
.pst-sngle-text h4 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
}
.pst-sngle-text .pdate {
	color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
    text-decoration: underline;
    margin-top: 18px;
}
.pagebg p {
    position: relative;
    padding: 70px 0;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    text-shadow: 0 3px 2px #000;
    font-weight: 600;
}
#primary {
    width: 100%;
}
.inpages {
    padding: 0px 0px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;

}
#primary #main {
    /* float: left; */
    width: 80%;
    margin-top: 35px;
    margin: auto;
    display: block;
    position: relative;
    margin-top: -100px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px 10px 0px 0px;
    z-index: 999;
}
.mrbtimg {
    border-radius: 0;
    display: block;
    border: 3px solid #e5e5e5;
    padding: 3px;
    width: 100%;
}
.pdate {
    margin-top: 12px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
.widgets-area {
    padding: 10px;
    box-shadow: 0px 0px 7px #bfbdbd;
    border-radius: 7px;
}
.widgets-area img{
	width:100%;
}
.postdata {
    overflow-x: hidden;
    overflow-y: scroll;
}
.postdata::-webkit-scrollbar {
  width: 0px;
}
.pst-text-one-h h4 {
   font-size: 22px;
    font-weight: 600;
    color: #202020;
    line-height: 38px;
    margin-bottom: 15px;
}
.pst-text-scnd-p i {
    font-size: 37px;
    color: #31407a;
}
.pst-text-one-h p {
    font-size: 16px;
    font-weight: 500;
    color: #6a6a6a;
    line-height: 28px;
}
.pst-text-scnd-p {
    text-align: center;
    padding: 20px 40px;
    background: #efefef;
	margin-bottom:30px;
}
.pst-text-scnd-p h4 {
    font-size: 21px;
    line-height: 35px;
    color: #000;
    font-weight: 600;
}
.textjust {
    text-align: justify;
}
.inpages p {
    margin-bottom: 15px;
}
.post-navigation h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
}
.site-main h1 {
    color: #00b1bb;
    font-size: 32px;
    font-weight: 700;
}
.site-main h2{
	font-size:29px;
}
.site-main h3{
	font-size:25px;
}
.site-main h4{
	font-size:22px;
}
.site-main h5{
	font-size:18px;
}
.site-main h6{
	font-size:16px;
}
.meta-nav {
    display: none;
}
.screen-reader-text {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #333;
}
.post-title {
    margin-left: 10px;
    color: #324aaa;
    font-weight: 500;
}
#respond {
    display: none;
}
.inpages p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 32px;
    color: #000;
}
.releted-post h2 {
    font-size: 34px;
    margin-bottom: 20px;
}
.project-item {
    box-shadow: 0px 0px 10px -2px #afafaf;
    margin: 8px;
}
.project-overlay {
    padding: 20px 20px;
}
.project-overlay h4 a {
    color: #000;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    display: block;
}
.project-overlay h6 a {
    color: #5a21cc;
}
.releted-post {
    margin-bottom: 40px;
}
.releted-post .owl-nav.disabled {
    display: block !important;
}
.releted-post .owl-nav button {
    width: 40px;
    height: 40px;
    background: #5a21cc !important;
    border-radius: 50% !important;
}
.releted-post .owl-nav span {
    font-size: 46px;
    line-height: 0px;
    color: #fff;
    padding-top: 12px;
    display: inline-block;
}


