html {
    scroll-behavior: smooth;
}

.about-section {
    background: url(../images/desk-hobby-area.jpg) no-repeat left;

    /* background-size: 55%; */

    background-color: #e6e2e2;

    overflow: hidden;

    padding: 100px 0;
}

.about-section hr {
    border: 0;

    border-top: 1px solid #f5822f;

    margin: 0px 0px 20px 0px;

    /* Adjust margin as needed */

    width: 120px;
}

.about-section ul li span {
    font-size: 20px;

    color: #f5822f;
}

.inner-container {
    width: 55%;

    float: right;

    background-color: #e6e2e2;

    padding: 120px;

    font-family: "Leaves and Ground", sans-serif;
}

.inner-container-two {
    width: 45%;

    float: left;
}

.inner-container-two img {
    width: 100%;
}

.inner-container_right-over {
    width: 45%;

    float: right;
}

.inner-container_right img {
    width: 100%;
}

.inner-container h1 {
    font-style: normal !important;

    font-family: "Oranienbaum" !important;

    font-size: 35px;
}

.inner-container h2 {
    font-style: normal !important;

    font-family: "Oranienbaum" !important;

    font-size: 18px;
}

.text {
    font-size: 14px;

    line-height: 20px;

    text-align: justify;

    margin-bottom: 10px;

    font-style: normal !important;

    font-family: "Avenir-Medium" !important;
}

.text h3 {
    font-weight: bold;
}

.skills {
    display: flex;

    justify-content: space-between;

    font-weight: 700;

    font-size: 13px;
}

ul li {
    line-height: 20px;

    font-style: normal !important;

    font-family: "Avenir-Medium" !important;

    font-size: 14px;
}

.locetionwoth80 {
    width: 80%;

    margin: 0 auto;
}

.connection {
    width: 50%;

    margin: 0% auto;

    float: left;
}

.locetionright {
    width: 50%;

    margin: 0% auto;

    float: right;
}

.connection h2 {
    text-align: center;

    font-style: normal !important;

    font-family: "Oranienbaum" !important;

    font-size: 18px;
}

.connection ul {
    text-align: center;

    font-style: normal !important;

    font-family: "Avenir-Medium" !important;
}

.near_loc_block {
    width: 100%;
}

.modal-body {
    position: relative;

    padding: 0px !important;
}

.formldisclemar {
    background-color: #f5822f;
}

.formldisclemar p {
    font-size: 16px;

    padding: 10px 20px;

    line-height: 30px;

    color: white;

    font-style: normal !important;

    font-family: "Avenir-Medium" !important;
}

.formldisclemar p a {
    color: white;
}

.formldisclemar button {
    padding: 10px;

    margin: 2% 0;

    font-style: normal !important;

    font-family: "Avenir-Medium" !important;
}

.onlyimagepadding {
    padding: 5% 0;
}

.onlyimagepaddingpara {
    font-size: 16px;

    font-style: normal !important;

    font-family: "Avenir-Medium" !important;
}

.feedback {
    background-color: #f5822f;

    color: white;

    padding: 10px 20px;

    border-radius: 4px;

    border-color: #f5822f;
}

#mybutton {
    position: fixed;

    bottom: 80px;

    right: 40px;
}

.text-center2 p {
    line-height: 35px;
}

@media screen and (max-width: 1200px) {
    .inner-container {
        padding: 0px 6px;
    }

    .text {
        font-size: 12px;
    }

    ul li {
        font-size: 12px;
    }
}

@media screen and (max-width: 1000px) {
    .about-section {
        background-size: 100%;

        padding: 100px 40px;
    }

    .inner-container {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .about-section {
        padding: 0;
    }

    .inner-container {
        padding: 30px;
    }

    .connection h2 {
        text-align: center;

        font-style: normal !important;

        font-family: "Oranienbaum" !important;

        font-size: 14px;
    }

    .connection ul li {
        font-size: 13px;
    }

    .connection ul {
        margin-bottom: 30px;
    }
}

.desk-title {
    color: #f5822f;
}

.nav {
    width: 100%;

    background-color: white;

    display: flex;

    align-items: center;
}

.nav>.nav-header {
    flex: 0.95;

    padding-left: 1rem;
}

.nav>.nav-header>.nav-title {
    width: 20%;

    padding: 10px;
}

.nav-title img {
    width: 100%;
}

.nav>.nav-list {
    display: flex;

    gap: 2rem;
}

.nav>.nav-list>li {
    list-style-type: none;
}

.nav>.nav-list>li a {
    text-decoration: none;

    color: black;

    cursor: pointer;

    font-style: normal !important;

    font-family: "Avenir-Medium" !important;
}

.nav>#nav-check {
    display: none;
}

@media (max-width: 480px) {
    .nav {
        padding: 1rem;
    }

    .nav>.nav-btn {
        display: inline-block;

        position: absolute;

        right: 0;

        top: 0;

        padding-top: 0.2rem;
    }

    .nav>.nav-btn>label {
        display: inline-block;

        width: 50px;

        height: 50px;

        padding: 13px;
    }

    .nav>.nav-btn>label>span {
        display: block;

        width: 25px;

        height: 10px;

        border-top: 2px solid #f5822f;
    }

    .nav>.nav-list {
        position: absolute;

        display: flex;

        flex-direction: column;

        gap: 1rem;

        width: 100%;

        background-color: #f5822f;

        height: 0;

        transition: all 0.3s ease-in;

        top: 70px;

        left: 0;

        overflow: hidden;
    }

    .nav>.nav-list>li {
        width: 100%;

        /* margin-top: 1.5rem; */
    }

    .nav>#nav-check:checked~.nav-list {
        height: calc(100vh - 50px);
    }

    .nav>.nav-header>.nav-title {
        width: 50%;
    }

    .nav>.nav-list>li a {
        text-decoration: none;

        color: white;

        cursor: pointer;

        font-size: 14px;

        padding: 10px;
    }
}

.about-section {
    /* background-size: 55%;  */

    background-color: #e6e2e2;

    overflow: hidden;

    padding: 0px 0;
}

.imagerightside {
    width: 50%;

    float: right;
}

.imagerightside img {
    width: 100%;
}

.inner-container2 {
    width: 50%;

    float: left;

    background-color: #e6e2e2;

    padding: 231px 150px;

    font-style: normal !important;

    font-family: "Oranienbaum" !important;
}

.inner-container2 h1 {
    font-style: normal !important;

    font-family: "Oranienbaum" !important;

    font-size: 35px;
}

.inner-container2 h2 {
    font-style: normal !important;

    font-family: "Oranienbaum" !important;

    font-size: 18px;
}

.sticky-form {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #000;
    padding: 10px 0;
    z-index: 9999;
    color: white;
}

.sticky-form .form-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.enquire-icon {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
}

.enquire-icon img {
    width: 20px;
    margin-right: 5px;
}

.form-inline .form-group {
    margin: 0 5px;
}

.form-inline .form-control {
    width: 180px;
    border-radius: 5px;
}

.input-group-addon {
    background: #eee;
}

.btn-submit {
    background: #84622f;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
}

.disclaimer {
    font-size: 12px;
    margin-top: 5px;
}

.disclaimer input {
    margin-right: 5px;
}

@media screen and (max-width: 1200px) {
    .inner-container2 {
        padding: 20px 80px;
    }
}

@media screen and (max-width: 1000px) {
    .inner-container2 {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .inner-container2 {
        padding: 30px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
    .locetionwoth80 {
        width: 100%;

        margin: 0 auto;
    }

    .connection {
        width: 100%;

        margin: 0% auto;

        float: left;

        padding: 0px 20px;

        background-color: #f3f3f3;
    }

    .locetionright {
        width: 100%;

        margin: 0% auto;

        float: right;
    }

    .common_heading,
    .our-prop-sec .heading,
    .rg-thoug-sec .heading,
    .news-md-sec .heading,
    .lst-prop-sec .heading,
    .journ-lnc-sec .heading,
    .ament-sec .heading,
    .conf-pro-sec .heading,
    .near-loc-sec .heading,
    .prop-gallery-sec .heading,
    .infra-doc-block .heading {
        margin: 0 auto 0px !important;

        float: none;

        text-align: center;
    }

    .inner-container2 h1 {
        font-style: normal !important;

        font-family: "Oranienbaum" !important;

        font-size: 20px !important;
    }

    .inner-container2 h2 {
        font-style: normal !important;

        font-family: "Oranienbaum" !important;

        font-size: 16px !important;
    }

    #font3 {
        font-style: normal !important;

        font-family: "Avenir-Medium" !important;

        font-size: 20px;
    }

    #font4 {
        font-style: normal !important;

        font-family: "Avenir-Medium" !important;

        font-size: 20px;
    }

    #font5 {
        font-style: normal !important;

        font-family: "Avenir-Medium" !important;

        font-size: 20px;
    }

    #font6 {
        font-style: normal !important;

        font-family: "Avenir-Medium" !important;

        font-size: 20px;
    }

    #font7 {
        font-style: normal !important;

        font-family: "Avenir-Medium" !important;

        font-size: 20px;
    }

    #font8 {
        font-style: normal !important;

        font-family: "Avenir-Medium" !important;

        font-size: 20px;
    }

    #font9 {
        font-style: normal !important;

        font-family: "Avenir-Medium" !important;

        font-size: 20px;
    }

    .inner-container h1 {
        font-style: normal !important;

        font-family: "Oranienbaum" !important;

        font-size: 20px;
    }

    #fontlast {
        font-style: normal !important;

        font-family: "Avenir-Medium" !important;

        font-size: 20px;
    }

    .corp-overly-sec {
        /* margin: 3% 0; */

        width: 100%;

        margin: 2% auto;
    }

    .font2 {
        font-style: normal !important;

        font-family: "Avenir-Medium" !important;

        color: black;

        text-align: center;

        font-size: 16px;
    }

    .formldisclemar p {
        font-size: 14px;

        padding: 10px 20px;

        line-height: 20px;

        color: white;

        font-style: normal !important;

        font-family: "Avenir-Medium" !important;
    }

    .formldisclemar button {
        padding: 10px;

        margin: 5% 0;

        font-style: normal !important;

        font-family: "Avenir-Medium" !important;

        font-size: 14px;
    }

    .onlyimagepaddingpara {
        font-size: 13px;

        font-style: normal !important;

        font-family: "Avenir-Medium" !important;
    }

    #mybutton {
        position: fixed;

        bottom: 0px;

        right: 20px;
    }

    .text-center2 p {
        line-height: 30px;

        font-size: 13px;
    }

    .text {
        font-size: 14px;

        line-height: 30px;

        text-align: justify;

        margin-bottom: 0px;

        font-style: normal !important;

        font-family: "Avenir-Medium" !important;
    }

    .grid-itemm .text {
        /* border: 1px solid red; */

        color: #58595b;

        padding: 20px;

        text-transform: uppercase;

        text-align: center;
    }

    .imagerightside {
        display: none;
    }

    .inner-container-two {
        display: none;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1100px) {
    .grid-containerr {
        display: grid;

        /* grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); */

        grid-template-columns: repeat(auto-fill, minmax(31%, 0fr));

        gap: 20px;

        margin-top: 34rem;

        margin-left: 10rem;

        align-items: stretch;
    }

    .grid-itemm .text {
        /* border: 1px solid red; */

        color: #58595b;

        padding: 15px;

        text-transform: uppercase;

        text-align: center;
    }

    .font {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {
    .grid-containerr {
        display: grid;

        /* grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); */

        grid-template-columns: repeat(auto-fill, minmax(31%, 0fr));

        gap: 20px;

        margin-top: 8rem;

        margin-left: 8rem;

        align-items: stretch;
    }

    .grid-itemm .text {
        /* border: 1px solid red; */

        color: #58595b;

        padding: 40px;

        text-transform: uppercase;

        text-align: center;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    .inner-container {
        width: 55%;

        background-color: #e6e2e2;

        padding: 25px 50px !important;

        font-style: normal !important;

        font-family: "Oranienbaum" !important;
    }

    .inner-container2 {
        width: 45%;

        background-color: #e6e2e2;

        padding: 101px 50px !important;

        font-style: normal !important;

        font-family: "Oranienbaum" !important;
    }

    .grid-containerr {
        display: grid;

        /* grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); */

        grid-template-columns: repeat(auto-fill, minmax(32%, 0fr));

        gap: 20px;

        align-items: stretch;
    }

    .grid-itemm .text {
        /* border: 1px solid red; */

        color: #58595b;

        padding: 20px;

        text-transform: uppercase;

        text-align: center;
    }

    .font {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {
    .inner-container {
        width: 55%;

        background-color: #e6e2e2;

        padding: 15px 50px !important;

        font-style: normal !important;

        font-family: "Oranienbaum" !important;
    }

    .inner-container2 {
        width: 45%;

        background-color: #e6e2e2;

        padding: 148px 50px !important;

        font-style: normal !important;

        font-family: "Oranienbaum" !important;
    }

    .grid-containerr {
        display: grid;

        /* grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); */

        grid-template-columns: repeat(auto-fill, minmax(251px, 0fr));

        gap: 20px;

        align-items: stretch;
    }

    .prop-gallery-sec .ret-slide-arrow {
        bottom: 0;

        right: 0px;

        width: 120px;
    }

    .grid-containerr {
        display: grid;

        /* grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); */

        grid-template-columns: repeat(auto-fill, minmax(31%, 0fr));

        gap: 28px;

        margin-top: 8rem;

        /* margin-left: 19rem; */

        align-items: stretch;

        width: 80%;

        margin: 8rem auto 0;
    }

    .grid-itemm .text {
        /* border: 1px solid red; */

        color: #58595b;

        padding: 20px;

        text-transform: uppercase;

        text-align: center;
    }

    .font {
        font-size: 16px;
    }

    .font2 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {
    .inner-container {
        width: 55%;

        float: right;

        background-color: #e6e2e2;

        padding: 70px 50px !important;

        font-style: normal !important;

        font-family: "Oranienbaum" !important;
    }

    .inner-container2 {
        width: 45%;

        background-color: #e6e2e2;

        padding: 150px 50px !important;

        font-style: normal !important;

        font-family: "Oranienbaum" !important;
    }

    .prop-gallery-sec .ret-slide-arrow {
        bottom: 0;

        right: 0px;

        width: 130px;
    }

    .grid-itemm .text {
        /* border: 1px solid red; */

        color: #58595b;

        padding: 20px;

        text-transform: uppercase;

        text-align: center;
    }

    .font {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
    .inner-container {
        width: 55%;

        background-color: #e6e2e2;

        padding: 50px 50px !important;

        font-style: normal !important;

        font-family: "Oranienbaum" !important;
    }

    .inner-container2 {
        width: 50%;

        float: left;

        background-color: #e6e2e2;

        padding: 200px 50px !important;

        font-style: normal !important;

        font-family: "Oranienbaum" !important;
    }

    .prop-gallery-sec .ret-slide-arrow {
        bottom: 0;

        right: 0px;

        width: 130px;
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
    .inner-container {
        width: 55%;

        background-color: #e6e2e2;

        padding: 150px 50px !important;

        font-style: normal !important;

        font-family: "Oranienbaum" !important;
    }

    .inner-container2 {
        width: 50%;

        float: left;

        background-color: #e6e2e2;

        padding: 150px 50px !important;

        font-style: normal !important;

        font-family: "Oranienbaum" !important;
    }

    .prop-gallery-sec .ret-slide-arrow {
        bottom: 0;

        right: 0px;

        width: 130px;
    }
}

.sticky-form input {
    width: 100% !important;
}

.sticky-form .disclaimer input {
    width: auto !important;
}

#enterOTP .modal-body {
    padding: 15px !important;
}

#enterOTP .modal-dialog {
    width: 400px;
    max-width: 100%;
}

@media (max-width: 767px) {
    #mybutton {
        position: fixed;
        bottom: 0px;
        right: 0;
        width: 100%;
        display: flex;
    }

    .feedback {
        border-radius: 0;
        flex: 1;
    }

    #enterOTP .modal-dialog {
        width: auto;
    }
}

section#location_section {
    margin-top: 50px;
}

section#plans_section {
    margin-top: 50px;
}
.btn.btn-primary.submitForm {
    background-color: transparent;
  border-color: transparent;
  }
  section#gallery_section .ret-slide-arrow {
        background: none;
  }
 section#gallery_section button.nxtarrow2.slick-arrow {
    filter: invert(1);
}
section#gallery_section button.prvarrow2.slick-arrow {
    filter: invert(1);
}
  section#plans_section {
    background: url(../images/background/White-Bg-+-Elements.jpg);
    background-size: cover;
    padding: 100px 0px;
  }
  section#configuration_section {
    background: url(../images/background/White-Bg-+-Elements.jpg);
    background-size: cover;
    padding: 50px 0px;
  }
  
  section#configuration_section li {
    border: 1px solid #cccccc;
    background-color: #fff;
  }
  section#gallery_section {
    background: url(../images/background/White-Bg-+-Elements.jpg);
    background-size: cover;
    padding-bottom: 50px;
  }
  .en-form-group-btn .en-btn-arrow{
    position: absolute;
    right: -30px;
    top: 5px;
  }
  section.enquire-sec {
    background: url(../images/background/White-Bg-+-Elements.jpg);
    background-size: cover;
}
section#location_section {
    background: url(../images/background/White-Bg-+-Elements.jpg);
    background-size: cover;
}
/*  amenities */

.projects-box {
    height: 230px;
    padding: 25px 10px;
    background-color: #303843;
    display: flex;
    flex-direction: column;
     gap: 15px;
    margin-bottom: 10px;
}
.projects img {
    width: 100px;
    margin: 0 auto;
    display: block;
}
.projects p {
    text-align: center;
    color: #fff;
    font-size: 13px;
padding: 10px 0px;
}

section#projects h2 {
    color: #f5822f;
    text-align: center;
}
section#projects{
    padding-bottom: 100px;
}
section#projects h2:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -20px;
    width: 140px;
    height: 1px;
    background-color: #f48738;
    margin: 0 0 0 -70px;
}