h1 {
    font-size: 34px;
}

.plots .card-header {
    background: linear-gradient(90deg, #d8630252, #fdf2df);
    border: 1px solid rgb(94 69 47);
    color: #000000;
    animation: saiia;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes saiia {
    0% {
        background: linear-gradient(90deg, #d8630252, #fdf2df);
    }

    50% {
        background: linear-gradient(90deg, #fdf2df, #d8630252);
    }
    100% {
        background: linear-gradient(90deg, #d8630252, #fdf2df);
    }
}

.part {
    padding: 50px 0px;
}

.plots h4 {
    margin-bottom: 0px;
    color: #d96301;
}

.plots i {
    color: #d96301;
    /* font-size: 20px; */
    animation-name: sais;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes sais {
    0% {
        color: #000;
    }

    50% {
        color: #d96301;
        transform: scale(1.1);
    }

    100% {
        color: #000;
    }
}

.part .card {
    background: linear-gradient(180deg, #fcf0da, #ffffff);
    border: 1px solid #000;
    padding: 0px;
    border-radius: 10px;
    transition: transform 0.2s;
}

.part .card img {
    border-radius: 0px;
}

.part .card:hover {
    /* transform: scale(1.01); */
    background: linear-gradient(180deg, #fff, #fcf0da);
}

.plots {
    padding: 50px 0px;
}

.part h5,
h1 {
    margin-bottom: 0px;
    color: #d96301;
}

.part p {
    margin-bottom: 0px;
}

/*==================== BANNER MEDIA QUERRY =========================*/
@media(min-width: 2560px) {
    .mobile {
        display: none;
    }
}

@media(min-width: 1440px) {
    .mobile {
        display: none;
    }
}

@media(min-width: 1024px) {
    .mobile {
        display: none;
    }
}

@media(min-width: 768px) {
    .mobile {
        display: none;
    }
}

@media(max-width: 576px) {
    .desktop {
        display: none
    }
}

@media (max-width: 425px) {
    .desktop {
        display: none
    }
}

@media (max-width: 375px) {
    .desktop {
        display: none
    }
}

@media (max-width: 320px) {
    .desktop {
        display: none
    }
}

/*==================== BANNER MEDIA QUERRY =========================*/

.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
}

.team .team-img {
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    border: 1px solid #212529;
}

.team .team-img img {
    position: relative;
    width: 100%;
    margin-top: 15px;
    transform: scale(1.1);
    transition: .3s;
}

.team .team-item:hover img {
    margin-top: 0;
    margin-bottom: 15px;
}

.team .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #ffffff;
    background: #010101;
    opacity: 0;
}

.team .team-social a:hover {
    color: #ffffff;
    background: #d86302;
    text-decoration: none;
}

.team .team-item:hover .team-social {
    background: rgba(256, 256, 256, .5);
}

.team .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team .team-text {
    position: relative;
    padding: 5px 1px;
    text-align: center;
    background: linear-gradient(180deg, #fcf0da, #ffffff);
    border: 1px solid rgb(0 0 0);
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.team .team-text h2 {
    font-size: 22px;
    font-weight: 700;
}

.team .team-text p {
    margin: 0;
    font-size: 16px;
}

* {
    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: #00B98E !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;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: #fcf0da !important;
    transform: skew(20deg);
    z-index: 1;
}

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

.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:linear-gradient(45deg, #ffffff, #fcf0da);
    margin-right: 6px;
}

.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/dsfsdgf.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    color: #ffffff;
    background-attachment: fixed;
    letter-spacing: 1.3px;
}



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

footer.dark-footer {
    background: linear-gradient(180deg, #fcf0da, #ffffff);
}

.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: #000000;
    font-size: 16px;
}

.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: #000000;
    font-size: 24px;
    font-weight: 500;
}

footer.skin-dark-footer,
footer.skin-dark-footer .footer-widget ul li a,
footer.skin-dark-footer a {
    color: #000000;
    font-size: 16px;
    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: #d86302;
    text-decoration: none;
    font-size: 19px;
}

.widget_media_image {
    margin-top: 3rem
}

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

.skin-dark-footer .footer-bottom {
    background: #d86302;
    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: linear-gradient(180deg, #d86302, transparent);
    border-radius: 20px;
    padding: 25px;
    border: 1px solid #181411;
}


.menuus-bg {
    /* position: absolute; */
    z-index: 10;
    /* background-color: #fcf0da; */
    /* background-color: #fff; */
    width: 100%;
}






























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




@media (max-width: 2560px) {
    .header-top .col-6 {
        padding: 5px;
    }
}








@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: linear-gradient(0deg, #fcf0da, #ffffff);
    border: 1px solid #de5f00;
    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: rgb(252 240 218);
}

.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: #de5f00
}

.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 #000000;
    list-style: none;
    padding: 10px 5px;
    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: 10px 0px;
    width: 100%
}

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

.pricing-bottom .btn-pricing {
   background: #de5f00 !important;
    border: 2px solid #fefcf9 !important;
    border-radius: 4px;
    color: #ffffff !important;
    font-weight: 600;
    padding: 10px 5px;
    position: relative;
    transition: all .4s ease;
    width: 100%;
}

.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
}