body {
    font-family: 'Prompt' !important;
    font-weight: normal;
    background: #fff;
    color: #15191c !important;
}

h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
    font-family: 'Prompt' !important;
}
.btn{
    font-family: 'Prompt' !important;
}
a {
    font-family: 'Prompt' !important;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    font-family: 'Prompt' !important;
}
.hero-man {
    position: absolute;
    right: 0;
    top: -174px;
    bottom: 0;
    z-index: 1;
}
.room-section1 {
    padding: 150px 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(51, 51, 51, 1) 0%, rgb(21 22 26 / 77%) 72%);
    display: flex;
    align-items: center;
}
.slider .slide__subtitle {
    font-size: 17px;
    color: #fff;
    display: block;
    margin-bottom: 8px;
}
.slider .slide__title {
    color: #fff;
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 25px;
}
.slider .slide__desc {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    max-width: 650px;
    margin-bottom: 30px;
}
.btn__xl {
    padding: 0 30px;
    height: 68px;
}
.btn__primary {
    color: #fff;
    background-color: #a9ca90;
}
.btn__white {
    background-color: #fff;
    color: #222;
}
.btn {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    min-width: 170px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    transition: all .3s linear;
}
.mr-30 {
    margin-right: 30px !important;
}
.slider .cta-banner {
    padding: 40px;
    max-width: 100%;
}
.cta-banner {
    position: relative;
    z-index: 2;
    max-width: 260px;
    border-radius: 3px;
    padding: 35px 40px;
    background-color: #fff;
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
}

.cta-banner .cta__title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 16px;
}
.slider .cta-banner .cta__img {
    margin-bottom: 15px;
}
.btn__link.btn__primary {
    color: #a9ca90;
}
.btn__link {
    background-color: transparent;
    border-color: transparent;
    min-width: 0;
    line-height: 1;
    height: auto;
    padding: 0;
    border: 0 !important;
    border-radius: 0;
}
.btn__link.btn__primary .icon-filled {
    color: #fff;
    background-color: #a9ca90;
}
.btn__primary .icon-filled {
    color: #a9ca90;
    border-color: #fff;
    background-color: #fff;
}
.btn .icon-outlined, .btn .icon-filled {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .3s linear;
}
.btn span, .btn i {
    margin: 0 3px;
}
.cta__desc{
    font-size: 14px;
    color: #666;
}
.heading-layout2 .heading__title {
    font-size: 30px;
}
.about-layout1 .about__Text {
    position: relative;
    margin-left: 70px;
}
.about-layout1 .about__Text:before {
    content: "";
    position: absolute;
    left: -45px;
    top: 10px;
    width: 3px;
    height: 154px;
    background-color: #eaeaea;
}
.about-layout1 .about__Text p {
    font-size: 16px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-items-layout1 .list__item {
    border-bottom: 1px solid #eaeaea;
}
[class*=list-items] li, [class*=list-items] .list__item {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    padding-left: 40px;
    color: #222;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.list-items-layout1 .list__item:before {
    left: 8px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #eaeaea;
    box-shadow: 0 0 0 2px #65b530, 0 0 0 9px #eaeaea;
}
[class*=list-items] li:before, [class*=list-items] .list__item:before {
    content: "";
    position: absolute;
}
.btn__secondary {
    color: #fff;
    background-color: #222;
}
.masonry .mItem .service-thumb {
    display: inline-block;
    margin-bottom: 16px;
    width: 100%;
}

@media (min-width: 1200px) {
    .masonry {
        column-count: 4;
        column-gap: 15px;
    }
}

@media (max-width: 1199px) {
    .masonry {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .masonry {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .masonry {
        column-count: 2;
    }
}






















.primary {
    color: #fff !important;
    background: linear-gradient(90deg, rgb(169 202 144) 0%, rgb(140 174 115) 100%) !important;
    border-color: #d9d8ad !important;
    border-radius: 50rem !important;
    padding: 10px 30px !important;
}

.primary1 {
    color: #fff !important;
    background: linear-gradient(90deg, rgb(169 202 144) 0%, rgb(140 174 115) 100%) !important;
    border-color: #fff0 !important;
    border-radius: 0rem !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    padding: 10px 30px !important;
}
.book {
    color: #fff !important;
    background: linear-gradient(90deg, rgb(169 202 144) 0%, rgb(140 174 115) 100%) !important;
    border-color: #fff0 !important;
    border-radius: 0rem !important;
    font-size: 20px !important;
    width: 100% !important;
    text-transform: uppercase !important;
    padding: 10px 30px !important;
}
.head-titer {
    margin-top: 25%;
    color: white;
}
.head-titer h1{
    font-size: 50px;
    text-transform: uppercase !important;
}
.section-tittle h2 {
    color: #4f4f4f;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: -.04em;
    position: relative;
}
.section-tittle h2::before {
    content: "";
    position: absolute;
    width: 80px;
    top: -14px;
    height: 3px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(96,170,153,1) 0%, rgba(96,170,153,1) 47%, rgba(59,122,127,1) 100%);
}
.section-tittle p {
    color: #6d6d6d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.bg-room1 {
    background: #fff;
    box-shadow: 4px 0 20px -5px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
    padding: 0px;
}
.pd-img1 {
    padding-right: 0px;
}
.pd-img11 {
    padding-left: 0px;
}
.pd-room1 {
    padding: 40px;
    color: #404040;
}
.pd-room1 h3 span{
    font-size: 30px;
    color: #3b7a7f;
    font-weight: 700;
}
.pd-room1 h5 {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Prompt' !important;
}
.pd-room1 .widget-title {
    color: #333;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 15px;
}
.pd-room1 .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 80px;
    background: #3b7a7f;
}
.pd-room1 .post-bar {
    padding: 0;
    list-style: none;
}
.pd-room1 .post-bar li {
    display: list-item;
    font-size: 16px;
    color: #555;
    margin-right: 10px;
    text-transform: capitalize;
}
.pd-room1 .post-bar li:hover {
    color: #3b7a7f;
}
.pd-room1 .post-bar li i {
    color: #d3bb75;
    margin-right: 8px;
}