* {
    margin: 0;
    padding: 0;
    /* font-family: "Inter", sans-serif; */
    font-family: "Poppins", sans-serif;
}

html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.menu-font {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.2px;
}

.menu-font:hover {
    color: #00B98E;
}

.bg-color {
    background-color: #af8351 !important;
}

.custom-input {
    width: 100%;
    padding: 5px;
    border: 1px solid black;
    border-radius: 10px;
    font-size: 16px;
    padding: 13px;
}

.trd-sec {
    padding: 10px;
}

.trd-sec h1 {
    font-size: 10px;
    text-align: center;
    margin-top: 1rem;
    font-size: 1.2rem;
    font-family: fangsong;
    text-transform: uppercase;
    word-spacing: 1px;
    letter-spacing: 1px;
}

.about-img img {
    position: relative;
    z-index: 2;
}

.for-sec h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #0E2E50;
}

.position-relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.bg-primary {
    background-color: #007bff;
}

.rounded {
    border-radius: 0.25rem;
}

.text-white {
    color: #fff;
}

.start-0 {
    left: 0 !important;
}

.top-0 {
    top: 0 !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.bg-white {
    background-color: #fff0 !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}


.text-primary.me-2 {
    margin-right: 0.5rem !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit !important;
    text-rendering: auto !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.fa-bath:before {
    content: "\f2cd" !important;
}

.fa-bed:before {
    content: "\f236" !important;
}

.fa-map-marker-alt:before {
    content: "\f3c5" !important;
}

.fa-ruler-combined:before {
    content: "\f74e" !important;
}

.zoom {
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.zoom img {
    transition: transform 0.3s ease;
}

.zoom:hover img {
    transform: scale(1.1);
}

.our_clients {
    background-image: url('../img/our_clients.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    letter-spacing: 1.3px;
}



footer {
    position: relative;
    z-index: 99
}

footer.dark-footer {
    background: #252c41
}

.footer-logo {
    border-bottom: 1px solid #eaeef3;
    border-top: 1px solid #eaeef3;
    display: inline-block;
    padding: 20px 0;
    width: 100%
}

footer.footer-small {
    padding: 50px 0 0
}

img.img-footer {
    margin-bottom: 2rem;
    max-width: 180px
}

.ft-itext {
    font-size: 16px;
    font-weight: 500;
    margin: 10px;
    text-align: center !important
}

.ft-itext i {
    margin-right: 5px
}

ul.social {
    margin: 0;
    padding: 0
}

ul.social li {
    display: inline-block;
    list-style: none;
    margin: 5px
}

ul.social li a {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 12px 0 rgba(71, 119, 244, .2);
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}

.footer-add {
    color: #858b9f;
    font-size: 13px
}

.ft-copyright {
    border-top: 1px solid #eaeef3;
    padding: 15px 0 12px
}

.ft-copyright p {
    margin-bottom: 0
}

.footer-logo img {
    max-width: 185px
}

.footer-widget {
    padding: 30px 0
}

h4.widget-title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px
}

.footer-widget ul {
    margin: 0;
    padding: 0
}

.footer-widget ul li {
    display: block;
    list-style: none;
    margin-top: 15px
}

.footer-widget ul li a {
    color: #626a70
}

footer.skin-dark-footer h4 {
    color: #fff
}

footer.skin-dark-footer,
footer.skin-dark-footer .footer-widget ul li a,
footer.skin-dark-footer a {
    color: #858b9f;
    font-size: 14px;
    transition: all .4s ease
}

footer.skin-dark-footer .footer-widget ul li a:focus,
footer.skin-dark-footer .footer-widget ul li a:hover {
    color: #fff
}

.widget_media_image {
    margin-top: 3rem
}

.footer-bottom {
    border-top: 1px solid #e9edf3;
    padding: 20px 0
}

.skin-dark-footer .footer-bottom {
    background: #1b2132;
    border-top: none
}

ul.footer-bottom-social {
    margin: 0;
    padding: 0
}

ul.footer-bottom-social li {
    display: inline-block;
    list-style: none;
    margin-right: 17px;
    margin-top: 0
}

ul.footer-bottom-social li a {
    color: #546e7a
}

ul.footer-bottom-social li a:focus,
ul.footer-bottom-social li a:hover {
    color: #007bff
}

ul.footer-bottom-social li i {
    margin-right: 5px
}

footer.skin-dark-footer ul.footer-bottom-social li a {
    color: #858b9f;
    font-size: 14px
}

footer.skin-dark-footer ul.footer-bottom-social li a:focus,
footer.skin-dark-footer ul.footer-bottom-social li a:hover {
    color: #fff;
    opacity: 1
}

img {
    cursor: pointer;
}

.abc {
    border: 1px solid #fff;
    background: white;
    border-radius: 20px;
    padding: 25px;
    /* margin-right: 10px; */
}

.abcd {
    border: 1px solid #fff;
    background: #00B98E;
    border-radius: 20px;
    padding: 25px;
}


.menuus-bg {
    position: absolute;
    z-index: 10;
    width: 100%;
}



.menuus-bg a img {
    width: 100px;
}

@media screen and (max-width: 420px) {
    .menuus-bg a img {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .menuus-bg {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 30px;
        padding-left: 26px;
        background-color: #f0f8ff;
        color: #1b2132;
        font-weight: bolder;
    }
}

.pricing-wrap {
    background: #fff;
    border: 1px solid #eaecf1;
    border-radius: .5rem;
    margin-top: 25px;
    padding: 7px;
    position: relative;
    text-align: center;
    width: 100%
}

.pricing-header {
    background: #eee;
    border-radius: 5px;
    padding: 2em 0;
    width: 100%
}

.basic-pr .pricing-header {
    background: rgba(253, 83, 50, .1)
}

.platinum-pr .pricing-header {
    background: rgba(39, 183, 55, .1)
}

.standard-pr .pricing-header {
    background: rgba(3, 169, 244, .1)
}

.pricing-header .pr-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase
}

.basic-pr .pricing-header .pr-value {
    color: #fd5332
}

.platinum-pr .pricing-header .pr-value {
    color: #27b737
}

.standard-pr .pricing-header .pr-value {
    color: #03a9f4
}

.pricing-header .pr-subtitle {
    font-family: Lora, serif;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 1px
}

.pricing-value {
    display: table;
    margin: 2rem auto;
    position: relative;
    text-align: center
}

.pr-value {
    font-size: 4em;
    line-height: 1;
    margin-bottom: 0;
    position: relative
}

.pr-value sup {
    font-size: 1.5rem;
    vertical-align: super
}

.recommended .pr-value {
    color: #27cc8f !important
}

.pricing-body ul {
    margin: 0;
    padding: 0;
    text-align: left
}

.pricing-body ul li {
    border-bottom: 1px dashed #e1e4ec;
    list-style: none;
    padding: 14px 15px;
    position: relative
}

.pricing-body ul li:last-child {
    border-bottom: none
}



.pricing-body ul li.available:before {
    background: rgba(0, 212, 202, .2);
    color: #0cbfb7
}



.pricing-bottom {
    padding: 2rem 0;
    width: 100%
}

.pricing-bottom,
.pricing-bottom .btn-pricing {
    display: table;
    margin: 0 auto;
    text-align: center
}

.pricing-bottom .btn-pricing {
    background: transparent !important;
    border: 2px solid #d0d6e6 !important;
    border-radius: 4px;
    color: #08184b !important;
    font-weight: 600;
    padding: 16px 50px;
    position: relative;
    transition: all .4s ease;
    width: 80%
}

.pricing-bottom .btn-pricing:focus,
.pricing-bottom .btn-pricing:hover,
.recommended .pricing-bottom .btn-pricing {
    background: rgba(15, 202, 152, .2) !important;
    border-color: rgba(15, 202, 152, .3) !important;
    color: #0fca98 !important
}