:root {
    --wh-ffffff: #FFFFFF;
    --br-e9e9e9: #E9E9E9;
    --bg-f4f4f4: #F4F4F4;
    --hi-bebfbd: #BEBFBD;
    --sc-565953: #565953;
    --ma-262723: #262723;
}

sub {
    content: "\00A9";
}

.model-box {
    position: fixed;
    width: 35%;
    height: auto;
    padding: 20px;
    top: 30%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    min-height: 250px;
    background-color: #FFFFFF;
    border-radius: 5px;
    z-index: 5000;
    display: flex;
    flex-direction: column;
}

.model-icon {
    align-self: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
}

.success-alert .model-icon {
    color: #449d44;
    border: 2px solid #398439;
}

.error-alert .model-icon {
    color: #d9534f;
    border: 2px solid #d43f3a;
}

.model-footer {
    margin-top: auto;
}

.model-footer .btn {
    width: 90px;
    font-size: 12px;
}

body {
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0px;
    /* width: 1920px;
    height: 1080px; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    /* font-variant: sans-serif; */
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'Montserrat-Arabic', sans-serif;
}

.page-head-part {
    background: url('./static/images/Desert_Wide.jpg');
    opacity: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ui-pattern-1 {
    /* Layout Properties */
    top: 192px;
    left: 0px;
    /* width: 595px;
    height: 531px; */
    /* width: 500px;
    height: 220px; */
    width: 450px;
    height: 410px;
    /* UI Properties */
    background: transparent url('./static/images/Bitmap.png') 0% 0% no-repeat padding-box;
    mix-blend-mode: screen;
    opacity: 0.5;
    /* display: none; */
}

.ui-pattern-1 img {
    /* width: 100%;
    height: 100%; */
}

.font-weight-bold {
    font-weight: bold;
}

.font-weight-bolder {
    font-weight: bolder;
}

.slogan-with-order-btn {
    /* Layout Properties */
    /* top: 624px;
    left: 0px; */
    /* width: 1920px;
    height: 456px; */
    /* width: 100%; */
    /* height: 456px; */
    /* transform: matrix(0, 1, -1, 0, 0, 0); */
    /* UI Properties */
    background: transparent linear-gradient(270deg, var(--ma-262723) 0%, #26272300 100%) 0% 0% no-repeat padding-box;
    /* background: transparent linear-gradient(270deg, #262723 0%, #26272300 100%) 0% 0% no-repeat padding-box; */
    background: transparent linear-gradient(360deg, #262723 0%, #26272300 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    /* padding: 110px 0px 150px 160px; */
    padding: 70px 0px 80px 100px;
}

.slogan-with-order-btn {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
}

.slogan-with-order-btn p {
    font-size: 12px;
    font-family: 'Montserrat-Arabic', sans-serif;
}

.slogan-with-order-btn p sup {
    top: -0.3em;
    font-size: 75%;
}

.slogan-with-order-btn h1 {
    margin-top: 0px;
    line-height: 45px;
    margin-bottom: 25px;
    font-weight: 900;
    letter-spacing: 0px;
    font-family: 'Adobe Clean', sans-serif;
}

.slogan-with-order-btn button {
    border: none;
    background: none;
    cursor: pointer;
    width: 160px;
    height: 40px;
    /* UI Properties */
    background: var(--wh-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /* box-shadow: 10px 10px 20px #221F2033; */
    opacity: 1;
    font-size: 12px;
    color: #000;
    font-family: 'Montserrat-Arabic', sans-serif;
}

.slogan-with-order-btn font {
    font-family: 'Montserrat-Arabic', sans-serif;
    font-weight: 800;
}

.slide-button {
    box-shadow: inset 0 0 0 0 #262723;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.slide_down:hover {
    box-shadow: inset 0 100px 0 0 #262723;
    color: #FFFFFF;
}

.slide_right:hover {
    box-shadow: inset 400px 0 0 0 #262723;
    color: #FFFFFF;
}

.slide_left:hover {
    box-shadow: inset 0 0 0 50px #262723;
    color: #FFFFFF;
}

.slide_diagonal:hover {
    box-shadow: inset 400px 50px 0 0 #262723;
    color: #FFFFFF;
}

.bg-slider-options {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #262723;
    padding-bottom: 20px;
}

.bg-slider-options .bg-slider-img-container {
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bg-slider-options .bg-slider-img {
    height: 50px;
    width: 50px;
    background: #141416 0% 0% no-repeat padding-box;
    border-radius: 50%;
    opacity: 0.8;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.bg-slider-options .bg-slider-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.bg-slider-options .bg-slider-img-container.active .bg-slider-img {
    border: 2px solid #FFFFFF !important;
    padding: 2px !important;
    height: 50px !important;
    width: 50px !important;
}


/* .bg-slider-options .active {
    border: 2px solid #FFFFFF !important;
    padding: 2px !important;
    height: 50px !important;
    width: 50px !important;
} */

.bg-slider-options .bg-slider-img-container.active .bg-slider-img>img {
    /* height: 90%;
    width: 90%; */
}

.bg-slider-options .bg-slider-img-container.active .active-ln {
    width: 16px;
    height: 2px;
    background: #fff;
    margin-top: auto;
}

.models-carosul-container {
    padding: 80px 0px 80px 100px;
    background-color: #262723;
    display: flex;
    height: 550px;
}

.models-carosul-content {
    color: #fff;
    width: 35%;
    margin-right: 80px;
}

.models-carosul-content h3 {
    font-weight: 600;
    line-height: 35px;
}

.models-carosul-content h3 font {
    letter-spacing: 2px;
}

.models-carosul-content p {
    margin-bottom: 20px;
    line-height: 25px;
}

.models-carosul-content .content-line-2 {
    font-weight: 600;
    line-height: 28px;
}

.next-prev-button-container {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin-top: 40px;
}

.models-carosul-content .next-prev-button {
    font-size: 11px;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    cursor: pointer;
}

.next-prev-button-prefix {
    height: 2px;
    width: 10px;
    background: #FFFFFF;
}

.prev-button-prefix {
    margin-right: 10px;
}

.next-button-prefix {
    margin-left: 10px;
}

.model-carosul-outer-container {
    width: 70%;
    position: relative;
}

.model-carosul {
    /* margin-left: 20px; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    position: absolute;
}

.model-carosul-item {
    position: relative;
    height: 330px;
    min-width: 55%;
    margin: 0px 20px;
}

.model-carosul-item.active {
    box-shadow: 10px 10px 30px #BEBFBD4D;
}

.model-carosul-item.active .carosul-slider {
    opacity: 1;
}

.model-carosul-item.active .next-prev-button-prefix {
    display: block;
}

.model-carosul img {
    height: 100%;
    width: 100%;
    position: absolute;
}

.model-carosul-nxt-prev-btn {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
}

.model-carosul-item .next-prev-button-prefix {
    display: none;
    cursor: pointer;
}

.model-carosul-item-detail-container {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
}

.model-carosul-item-detail {
    color: #fff;
    text-align: center;
    vertical-align: bottom;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* align-items: flex-end; */
    height: 100%;
    padding-bottom: 10px;
}

.carosul-slider {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    opacity: 0;
}

.carosul-slider div {
    height: 6px;
    width: 6px;
    background: #fff;
    border-radius: 50%;
    margin: 2px;
}

.carosul-slider div.active {
    border: 1px solid #6B6B6B;
}

.price-start-from-label {
    font-size: 10px;
    margin: 0px;
}

.price-start-from {
    font-weight: 600;
}

.share-button-container {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.share-button {
    background: #fff;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.share-button svg {
    height: 10px;
}

#model-carosul-item-hidden-left {
    display: none;
}

.modal-categories-container {
    padding: 40px 100px 80px 100px;
    background-color: #262723;
}

.modal-categories-container .row {
    margin-right: 0px;
    margin-left: 0px;
    display: flex;
}

.modal-categories-detail {
    padding: 80px 80px 60px 60px;
    word-spacing: 1px;
}

.modal-categories {
    padding: 0px;
}

.modal-category {
    color: #BEBFBD !important;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.modal-category i {
    font-size: 50px;
    margin-top: auto;
    margin-bottom: 30px;
}

.modal-category svg {
    font-size: 50px;
    margin-top: auto;
    margin-bottom: 30px;
    fill: #fff;
    height: 72px;
    width: 84px;
}

.modal-category img {
    margin-bottom: 30px;
    height: 72px;
    /* width: 84px; */
}

.modal-category p {
    font-size: 14px;
    /* margin-bottom: auto; */
    font-weight: bold;
}

.row1 .col1 .headrow {
    /* margin-top: 140px;
    height: 52px;
    width: 384px;
    margin-bottom: 37px;
    color: var(--wh-ffffff);
    text-align: left;
    font: normal normal bold 39px/56px Montserrat-Arabic;
    letter-spacing: 0px; */
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contactusbtn {
    border: none;
    background: none;
    cursor: pointer;
    width: 145px;
    height: 40px;
    /* box-shadow: 10px 10px 20px #221F2033; */
    border: 1px solid #E9E9E9;
    opacity: 1;
    opacity: 1;
    font-size: 12px;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #E9E9E9;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    color: #E9E9E9;
}

.contactus :hover {
    box-shadow: inset 400px 0 0 0 #E9E9E9 !important;
    color: #000 !important;
}

.modal-closup-container .modal-closup-head {
    background-color: #262723;
    padding-left: 100px;
    padding-bottom: 40px;
}

.modal-closup-head h3 {
    margin: 0px;
    font-weight: normal;
    color: #fff;
}

.modal-closup-box {
    height: 600px;
    position: relative;
    display: flex;
    justify-content: center;
}

.modal-closup-box-bg-1 {
    width: 100%;
    height: 50%;
    background-color: #262723;
    position: absolute;
    top: 0;
}

.modal-closup-box-bg-2 {
    width: 100%;
    height: 50%;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
}

.modal-closup {
    background: url('./static/images/Forest_2k.jpg');
    width: 85.2%;
    height: 100%;
    position: relative;
    background-size: cover;
    display: flex;
    flex-direction: column;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.model-closup-tabs {
    display: flex;
    /* justify-content: flex-end;
    padding-right: 100px; */
    justify-content: center;
}

.model-closup-tab {
    background: #262723;
    opacity: 0.45;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    width: 150px;
    height: 50px;
    color: #E9E9E9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1px;
    margin-top: 1px;
}

.model-closup-tab.active {
    background: #262723;
    opacity: 1;
    border: none;
}

.model-closup-detail {
    width: 50%;
    height: auto;
    background: rgba(0, 0, 0, 0.01);
    /* opacity: 0.43; */
    color: #FFFFFF;
    padding: 35px 80px 40px 45px;
    margin-top: auto;
}

.model-closup-detail-title {
    display: flex;
    align-items: baseline;
    line-height: 50px;
}

.model-closup-detail-logo {
    display: flex;
    width: 100px;
    justify-content: space-between;
    width: 130px;
    font-size: 24px;
    margin-right: 15px;
}

.model-closup-detail-logo sup {
    font-size: 60%;
    left: 3px;
    font-weight: normal;
}

.model-closup-detail h3 {
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 700;
}

.model-closup-detail {
    font-size: 10px;
}

.model-closup-detail button {
    border: none;
    background: none;
    cursor: pointer;
    width: 170px;
    height: 35px;
    /* UI Properties */
    background: var(--wh-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /* box-shadow: 10px 10px 20px #221F2033; */
    opacity: 1;
    font-size: 12px;
    color: #000;
    margin-top: 20px;
}

.designed-experience-external-container {
    background: #FFFFFF;
    padding: 150px 100px 80px 100px;
}

.designed-experience-container {
    height: 560px;
    display: flex;
    position: relative;
}

.designed-experience-container .designed-exerinence-content {
    height: 400px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.designed-experience-container .designed-exerinence-content .top-head {
    font-size: 12px;
    color: #DDD;
    padding-bottom: 10px;
}

.designed-experience-container .designed-exerinence-content .top-head font {
    letter-spacing: 2px;
}

.designed-experience-container .designed-exerinence-content h3 {
    color: #262723;
    font-weight: bold;
    margin-bottom: 5px;
}

.designed-experience-container .designed-exerinence-content .designed-exerinence-content-body {
    color: #949790;
    font-size: 12px;
    line-height: 25px;
    width: 75%;
}

.designed-experience-container .designed-exerinence-content hr {
    border-top: 3px solid #141416;
    width: 12px;
    margin-top: auto;
    margin-left: 0;
}

.designed-experience-container .back-imgs {
    height: 100%;
    width: 100%;
    position: relative;
}

.designed-experience-container .back-imgs .gray-bitmap {
    width: 200px;
    height: 200px;
    background: #F0EFEF;
    position: absolute;
    right: 230px;
    top: 30px;
}

.designed-experience-container .back-imgs .bathroom {
    height: 500px;
    position: absolute;
    right: 0;
}

.designed-experience-container .back-imgs .bedroom {
    width: 330px;
    position: absolute;
    bottom: 0;
    right: 300px;
    border: 2px solid #fff;
}

.designed-experience-container .back-imgs .bitmap-pattern {
    height: 222px;
    position: absolute;
    left: 15px;
}

.designed-experience-external-container-2 {
    position: relative;
    height: 800px;
    width: 100%;
}

.designed-experience-bg-1 {
    width: 100%;
    height: 30%;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
}

.designed-experience-bg-2 {
    width: 100%;
    height: 70%;
    background-color: #262723;
    position: absolute;
    bottom: 0;
}

.designed-experience-container-2 {
    height: 100%;
    display: flex;
    position: relative;
    padding: 50px 100px 80px 100px;
}

.designed-experience-container-2 .designed-exerinence-content {
    height: 400px;
    display: flex;
    flex-direction: column;
    text-align: right;
    z-index: 1;
}

.designed-experience-container-2 .designed-exerinence-content .top-head {
    font-size: 12px;
    color: #DDD;
    padding-bottom: 10px;
}

.designed-experience-container-2 .designed-exerinence-content .top-head font {
    letter-spacing: 2px;
}

.designed-experience-container-2 .designed-exerinence-content h3 {
    color: #262723;
    font-weight: bold;
    line-height: 30px;
    margin-top: 25px;
}

.designed-experience-container-2 .designed-exerinence-content .designed-exerinence-content-body {
    color: #949790;
    font-size: 12px;
    line-height: 25px;
    width: 100%;
    margin-top: 70px;
    padding-left: 100px;
}

.designed-experience-container-2 .designed-exerinence-content hr {
    border-top: 3px solid #141416;
    width: 12px;
    margin-top: auto;
    margin-left: 0;
}

.designed-experience-container-2 .back-imgs {
    height: 100%;
    width: 100%;
    position: relative;
}


/* .designed-experience-container-2 .back-imgs .gray-bitmap {
    width: 200px;
    height: 200px;
    background: #F0EFEF;
    position: absolute;
    right: 230px;
    top: 30px;
} */

.designed-experience-container-2 .back-imgs .bedroom {
    width: 550px;
    position: absolute;
    bottom: 0;
    /* right: 300px; */
    left: 220px;
    top: 315px;
}

.designed-experience-container-2 .back-imgs .bitmap-pattern {
    height: 222px;
    position: absolute;
    right: 145px;
}

.designed-experience-container-2 .back-imgs .bathroom {
    height: 500px;
    position: absolute;
    /* right: 0; */
    border: 2px solid #fff;
}

.designed-experience-container-2 button {
    border: none;
    background: none;
    cursor: pointer;
    width: 160px;
    height: 40px;
    /* UI Properties */
    background: var(--wh-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /* box-shadow: 10px 10px 20px #221F2033; */
    opacity: 1;
    font-size: 12px;
    color: #000;
    align-self: flex-end;
    margin-top: 50px;
    font-weight: 700;
}

.slide-button {
    box-shadow: inset 0 0 0 0 #262723;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.been-there-container {
    background-color: #262723;
    height: 500px;
    width: 100%;
    padding-right: 100px;
    padding-bottom: 100px;
    margin-top: -1px;
}

.been-there-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.been-there-bg-1 {
    width: 50%;
    height: 100%;
    background-color: #262723;
    position: absolute;
    left: 0;
}

.been-there-bg-2 {
    width: 50%;
    height: 100%;
    background: url('./static/images/Desert_03.jpg');
    /* background-size: cover; */
    background-size: 100% 100%;
    position: absolute;
    right: 0;
}

.been-there-bg-2-gradient {
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(90deg, #262723 0%, #26272300 100%) 0% 0% no-repeat padding-box;
    margin-top: -1px;
}

.been-there-content {
    color: #FFFFFF;
    position: absolute;
    padding: 80px 60px 40px 100px;
}

.been-there-content h3 {
    margin: 0;
    padding-bottom: 20px;
    font-weight: 700;
}

.been-there-content p {
    margin: 0;
    width: 44%;
    font-style: italic;
    line-height: 25px;
    margin-left: 60px;
    font-size: 14px;
    word-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}

.been-there-content .been-there-quote {
    display: flex;
    position: relative;
}

.been-there-content .been-there-quote .quote-signs {
    position: absolute;
}

.been-there-content .been-there-quote .quote-signs svg {
    height: 50px;
    fill: #FFFFFF21;
    margin-right: 5px;
}

.been-there-team-members {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    padding-top: 30px;
}

.been-there-team-members .been-there-team-member-img {
    height: 40px;
    width: 40px;
    background: #141416 0% 0% no-repeat padding-box;
    border-radius: 50%;
    opacity: 0.8;
    margin-right: 15px;
    cursor: pointer;
}

.been-there-team-members .been-there-team-member-img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.been-there-team-members .been-there-team-member-img+.active {
    border: 1px solid #FFFFFF !important;
    padding: 2px !important;
    height: 40px !important;
    width: 40px !important;
}

.been-there-team-members .active {
    border: 1px solid #FFFFFF !important;
    padding: 2px !important;
    height: 40px !important;
    width: 40px !important;
}

.been-there-team-members .been-there-team-member-img+.active>img {
    /* height: 90%;
    width: 90%; */
}

.been-there-team-member {
    display: flex;
    align-items: center;
}

.been-there-team-member-detail {
    font-size: 12px;
    word-spacing: 2px;
}

.been-there-team-member-detail .team-member-post {
    font-size: 11px;
    color: #777777;
}

.page-contact-us-part {
    padding: 100px 100px 80px 100px;
    background-color: #262723;
}

.contact-us-container {
    border: 1px solid #4E515A;
    padding: 60px;
}

.contact-us-title {
    font-size: 12px;
    color: #FFFFFF;
}

.write-us-title {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
}

.form-container {
    display: flex;
    justify-content: space-between;
}

.form-fields {
    width: 50%;
}

.form-input {
    height: 40px;
    background: #E9E9E90D;
    border: none;
    outline: none;
    font-size: 11px;
    padding-left: 20px;
    padding-right: 10px;
    color: #BEBFBD;
    /* text-indent: 5px; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-fields-row {
    display: flex;
}

.form-fields-row .form-input {
    flex-grow: 1;
}

.form-input-textarea {
    width: 100%;
    height: 170px;
    padding-top: 10px;
    resize: none;
}

.location-map-container {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 12px;
}

.location-map-container #googleMap {
    width: 100%;
    height: 100%;
}

.page-contact-us-part button {
    border: none;
    background: none;
    cursor: pointer;
    width: 145px;
    height: 40px;
    background: #565953 0% 0% no-repeat padding-box;
    /* box-shadow: 10px 10px 20px #FFFFFF; */
    opacity: 1;
    font-size: 11px;
    box-shadow: inset 0 0 0 0 #FFFFFF;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    color: #FFFFFF;
}

.page-contact-us-part button:hover {
    box-shadow: inset 400px 0 0 0 #FFFFFF !important;
    color: #565953 !important;
}

.row1 {
    /* margin-left: 160px;
    margin-right: 160px; */
    /* background: var(--ma-262723) 0% 0% no-repeat padding-box;
    background: #262723 0% 0% no-repeat padding-box; */
    border: 1px solid #E9E9E942;
    opacity: 1;
    /* height: 653px; */
}

.main1 {
    background: var(--ma-262723) 0% 0% no-repeat padding-box;
    background: #262723 0% 0% no-repeat padding-box;
}

.row1 .col1 .datarow {
    /* color: var(--wh-ffffff);
    text-align: left;
    font: italic normal medium 22px/45px Montserrat; */
    letter-spacing: 0px;
    color: #FFFFFF;
    /* opacity: 1;
    font-size: 18px; */
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
}

.contactus {
    /* margin-bottom: 194px; */
}

.col2 .col2row1 {
    /* height: 326px; */
}

.col2 .col2row2 {
    /* height: 326px; */
}

.col2row1 .facility {
    border: 1px solid #E9E9E942;
    text-align: center;
}

.fa-cog {
    color: white;
    /* font-size: 56px;
    margin-top: 96px;
    margin-bottom: 56px; */
}

.col2row1 .facility p {
    /* font: normal normal 600 22px/45px Montserrat;
    letter-spacing: 0px; */
    color: white;
    text-transform: uppercase;
    /* opacity: 1; */
    font-family: 'Montserrat', sans-serif;
}

.fa-building {
    color: white;
    /* font-size: 56px;
    margin-top: 96px;
    margin-bottom: 56px; */
    opacity: 1;
}

.col2row1 .office {
    border: 1px solid #E9E9E942;
    text-align: center;
    background-color: #30312D;
}

.col2row1 .office p {
    /* font: normal normal 600 22px/45px Montserrat;
    letter-spacing: 0px; */
    color: white;
    text-transform: uppercase;
    /* opacity: 1; */
    font-family: 'Montserrat', sans-serif;
}

.col2row2 .commercial {
    border: 1px solid #E9E9E942;
    text-align: center;
    background-color: #30312D;
}

.col2row2 .commercial p {
    /* font: normal normal 600 22px/45px Montserrat;
    letter-spacing: 0px; */
    color: white;
    text-transform: uppercase;
    /* opacity: 1; */
    font-family: 'Montserrat', sans-serif;
}

.fa-home {
    color: white;
    /* font-size: 56px;
    margin-top: 96px;
    margin-bottom: 56px; */
}

.col2row2 .residence {
    border: 1px solid #E9E9E942;
    text-align: center;
}

.col2row2 .residence p {
    /* font: normal normal 600 22px/45px Montserrat;
    letter-spacing: 0px; */
    color: white;
    text-transform: uppercase;
    /* opacity: 1; */
    font-family: 'Montserrat', sans-serif;
}

.row2 {
    margin-left: 160px;
    margin-right: 160px;
    background: var(--ma-262723) 0% 0% no-repeat padding-box;
    background: #262723 0% 0% no-repeat padding-box;
    border: 1px solid #E9E9E942;
    opacity: 1;
    height: 653px;
}

.row2col1 {
    margin-top: 74px;
    margin-bottom: 77px;
}

.row2col2 {
    margin-top: 74px;
    margin-bottom: 77px;
    padding-top: 100px;
}

.row2col1 div p {
    color: var(--wh-ffffff);
    text-align: left;
    font: normal normal 600 19px/23px Montserrat-Arabic;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 23px;
}

.row2col1 div h5 {
    color: white;
    color: var(--wh-ffffff);
    text-align: left;
    font: normal normal bold 39px/56px Montserrat-Arabic;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

.form-group textarea {
    text-align: start;
}

.submit {
    width: 200px;
    height: 50px;
}

.row3 {
    margin-left: 160px;
    margin-right: 160px;
    background: var(--ma-262723) 0% 0% no-repeat padding-box;
    background: #262723 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 953px;
    box-sizing: border-box;
}

.row3 .col1 div {
    height: 152px;
    padding-top: 50px;
}

.row3 .col1 div {
    color: var(--wh-ffffff);
    text-align: left;
    font: normal normal 600 40px/55px Montserrat-Arabic;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

.bg-image {
    background: url(./1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.row3col2row1 {
    height: 500px;
}

.btn-Modal {
    background: var(--ma-262723) 0% 0% no-repeat padding-box;
    background: #262723 0% 0% no-repeat padding-box;
    opacity: 0.4;
    color: white;
    text-transform: capitalize;
}

.btn-Modal:hover {
    opacity: 1;
}

.btn-Floor {
    background: var(--ma-262723) 0% 0% no-repeat padding-box;
    background: #262723 0% 0% no-repeat padding-box;
    opacity: 0.4;
    color: white;
    text-transform: capitalize;
}

.btn-Floor:hover {
    opacity: 1;
}

.btn-Interior {
    background: var(--ma-262723) 0% 0% no-repeat padding-box;
    background: #262723 0% 0% no-repeat padding-box;
    opacity: 0.4;
    color: white;
    text-transform: capitalize;
}

.btn-Interior:hover {
    opacity: 1;
}

.btn-Exterior {
    background: var(--ma-262723) 0% 0% no-repeat padding-box;
    background: #262723 0% 0% no-repeat padding-box;
    opacity: 0.4;
    color: white;
    text-transform: capitalize;
}

.btn-Exterior:hover {
    opacity: 1;
}

.row3col2row2 {
    height: 150px;
}

.row3col2row2col1 {
    background: var(--ma-262723) 0% 0% no-repeat padding-box;
    background: #262723 0% 0% no-repeat padding-box;
    opacity: 0.43;
}

.row3col2row2 p {
    color: var(--wh-ffffff);
    text-align: left;
    font: normal normal bold 40px/50px Montserrat-Arabic;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding-top: 30px;
}

.row3col2row3 {
    height: 150px;
}

.row3col2row3col1 {
    background: var(--ma-262723) 0% 0% no-repeat padding-box;
    background: #262723 0% 0% no-repeat padding-box;
    opacity: 0.43;
    padding-top: 30px;
    text-align: center;
}

.btnorder {
    background: var(--wh-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 10px 10px 20px #221F2033;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
}

@media only screen and (min-width:1500px) and (max-width:2500px) {
    .page-contact-us-part {
        padding: 100px 100px 80px 100px;
        background-color: #262723;
    }
    .contact-us-container {
        border: 1px solid #4E515A;
        padding: 60px;
    }
    .contact-us-title {
        font-size: 12px;
        color: #FFFFFF;
    }
    .write-us-title {
        font-size: 24px;
        color: #FFFFFF;
        font-weight: bold;
    }
    .form-container {
        display: flex;
        justify-content: space-between;
    }
    .form-fields {
        width: 50%;
    }
    .form-input {
        height: 40px;
        background: #E9E9E90D;
        border: none;
        outline: none;
        font-size: 11px;
        padding-left: 20px;
        padding-right: 10px;
        color: #BEBFBD;
        /* text-indent: 5px; */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .form-fields-row {
        display: flex;
    }
    .form-fields-row .form-input {
        flex-grow: 1;
    }
    .form-input-textarea {
        width: 100%;
        height: 170px;
        padding-top: 10px;
        resize: none;
    }
    .location-map-container {
        width: 40%;
        margin-top: 10px;
        margin-bottom: 12px;
    }
    .location-map-container #googleMap {
        width: 100%;
        height: 100%;
    }
    .page-contact-us-part button {
        border: none;
        background: none;
        cursor: pointer;
        width: 145px;
        height: 40px;
        background: #565953 0% 0% no-repeat padding-box;
        /* box-shadow: 10px 10px 20px #FFFFFF; */
        opacity: 1;
        font-size: 11px;
        box-shadow: inset 0 0 0 0 #FFFFFF;
        -webkit-transition: ease-out 0.4s;
        -moz-transition: ease-out 0.4s;
        transition: ease-out 0.4s;
        color: #FFFFFF;
    }
    .page-contact-us-part button:hover {
        box-shadow: inset 400px 0 0 0 #FFFFFF !important;
        color: #565953 !important;
    }
    .row1 {
        /* margin-left: 160px;
        margin-right: 160px; */
        /* background: var(--ma-262723) 0% 0% no-repeat padding-box;
        background: #262723 0% 0% no-repeat padding-box; */
        border: 1px solid #E9E9E942;
        opacity: 1;
        /* height: 653px; */
    }
    .main1 {
        background: var(--ma-262723) 0% 0% no-repeat padding-box;
        background: #262723 0% 0% no-repeat padding-box;
    }
    .col2 .col2row1 {
        /* height: 326px; */
    }
    .col2 .col2row2 {
        /* height: 326px; */
    }
    .fa-cog {
        color: white;
        /* font-size: 56px;
        margin-top: 96px;
        margin-bottom: 56px; */
        font-size: 72px;
    }
    .fa-home {
        color: white;
        /* font-size: 56px;
        margin-top: 96px;
        margin-bottom: 56px; */
        font-size: 72px;
    }
    .row2 {
        margin-left: 160px;
        margin-right: 160px;
        background: var(--ma-262723) 0% 0% no-repeat padding-box;
        background: #262723 0% 0% no-repeat padding-box;
        border: 1px solid #E9E9E942;
        opacity: 1;
        height: 653px;
    }
    .row2col1 {
        margin-top: 74px;
        margin-bottom: 77px;
    }
    .row2col2 {
        margin-top: 74px;
        margin-bottom: 77px;
        padding-top: 100px;
    }
    .row2col1 div p {
        color: var(--wh-ffffff);
        text-align: left;
        font: normal normal 600 19px/23px Montserrat-Arabic;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        margin-bottom: 23px;
    }
    .row2col1 div h5 {
        color: white;
        color: var(--wh-ffffff);
        text-align: left;
        font: normal normal bold 39px/56px Montserrat-Arabic;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }
    .form-group textarea {
        text-align: start;
    }
    .submit {
        width: 200px;
        height: 50px;
    }
    .row3 {
        margin-left: 160px;
        margin-right: 160px;
        background: var(--ma-262723) 0% 0% no-repeat padding-box;
        background: #262723 0% 0% no-repeat padding-box;
        opacity: 1;
        height: 953px;
        box-sizing: border-box;
    }
    .row3 .col1 div {
        height: 152px;
        padding-top: 50px;
    }
    .row3 .col1 div {
        color: var(--wh-ffffff);
        text-align: left;
        font: normal normal 600 40px/55px Montserrat-Arabic;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
        opacity: 1;
    }
    .bg-image {
        background: url(./1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        height: 800px;
    }
    .row3col2row1 {
        height: 500px;
    }
    .btn-Modal {
        background: var(--ma-262723) 0% 0% no-repeat padding-box;
        background: #262723 0% 0% no-repeat padding-box;
        opacity: 0.4;
        color: white;
        text-transform: capitalize;
    }
    .btn-Modal:hover {
        opacity: 1;
    }
    .btn-Floor {
        background: var(--ma-262723) 0% 0% no-repeat padding-box;
        background: #262723 0% 0% no-repeat padding-box;
        opacity: 0.4;
        color: white;
        text-transform: capitalize;
    }
    .btn-Floor:hover {
        opacity: 1;
    }
    .btn-Interior {
        background: var(--ma-262723) 0% 0% no-repeat padding-box;
        background: #262723 0% 0% no-repeat padding-box;
        opacity: 0.4;
        color: white;
        text-transform: capitalize;
    }
    .btn-Interior:hover {
        opacity: 1;
    }
    .btn-Exterior {
        background: var(--ma-262723) 0% 0% no-repeat padding-box;
        background: #262723 0% 0% no-repeat padding-box;
        opacity: 0.4;
        color: white;
        text-transform: capitalize;
    }
    .btn-Exterior:hover {
        opacity: 1;
    }
    .row3col2row2 {
        height: 150px;
    }
    .row3col2row2col1 {
        background: var(--ma-262723) 0% 0% no-repeat padding-box;
        background: #262723 0% 0% no-repeat padding-box;
        opacity: 0.43;
    }
    .row3col2row2 p {
        color: var(--wh-ffffff);
        text-align: left;
        font: normal normal bold 40px/50px Montserrat-Arabic;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        padding-top: 30px;
    }
    .row3col2row3 {
        height: 150px;
    }
    .row3col2row3col1 {
        background: var(--ma-262723) 0% 0% no-repeat padding-box;
        background: #262723 0% 0% no-repeat padding-box;
        opacity: 0.43;
        padding-top: 30px;
        text-align: center;
    }
    .btnorder {
        background: var(--wh-ffffff) 0% 0% no-repeat padding-box;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 10px 10px 20px #221F2033;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
        opacity: 1;
    }
}

@media (min-width:1600px) {
    header {
        padding: 55px 160px;
    }
    .logo .logoimg {
        height: 50px;
        width: 220px;
    }
    .lang-bx {
        width: 35px;
        height: 35px;
        font-size: 18px;
        font-weight: 600;
        margin-right: 50px;
    }
    .ui-pattern-1 {
        width: 595px;
        height: 531px;
    }
    .sidebar-btn {
        width: 40px;
        height: 30px;
        row-gap: 8px;
    }
    .slogan-with-order-btn p {
        font-size: 18px;
    }
    .slogan-with-order-btn h1 {
        margin-bottom: 25px;
        font-size: 60px;
        font-weight: 900;
        line-height: 70px;
    }
    .slogan-with-order-btn button {
        width: 236px;
        height: 60px;
        font-size: 18px;
    }
    .bg-slider-options .bg-slider-img-container {
        height: 100px;
    }
    .bg-slider-options .bg-slider-img {
        height: 80px;
        width: 80px;
    }
    .bg-slider-options .bg-slider-img-container.active .bg-slider-img {
        height: 80px !important;
        width: 80px !important;
        padding: 4px !important;
    }
    .bg-slider-options .bg-slider-img-container.active .active-ln {
        height: 3.489px;
        width: 28.21px;
    }
    .slogan-with-order-btn {
        padding: 70px 0px 80px 160px;
    }
    .models-carosul-container {
        padding: 70px 0px 80px 160px;
    }
    .models-carosul-content {
        display: flex;
        flex-direction: column;
    }
    .models-carosul-content h3 {
        font-size: 40px;
        line-height: 50px;
        margin-top: 0px;
    }
    .models-carosul-content p {
        font-size: 25px;
        line-height: 50px;
    }
    .models-carosul-content .content-line-2 {
        font-size: 27px;
        line-height: 50px;
        margin-bottom: 45px;
    }
    .models-carosul-container {
        height: 735px;
    }
    .next-prev-button-container {
        margin-top: 80px;
    }
    .models-carosul-content .next-prev-button {
        font-size: 15px;
    }
    .model-carosul-item {
        position: relative;
        height: 548px;
        min-width: 66.3%;
    }
    .carosul-slider {
        margin-bottom: 20px;
    }
    .carosul-slider div {
        height: 9px;
        width: 9px;
    }
    .model-carosul-item-detail {
        font-size: 23px;
        padding-bottom: 20px;
    }
    .price-start-from-label {
        font-size: 13px;
    }
    .share-button {
        height: 38px;
        width: 38px;
    }
    .share-button svg {
        width: 11px;
        height: 12px;
    }
    .modal-categories-container {
        padding: 40px 160px 213px 160px;
    }
    .modal-categories-detail {
        padding: 50px 94px 60px 94px;
    }
    .row1 .col1 .headrow,
    .row1 .col1 .datarow,
    .contactus {
        padding-left: 0;
    }
    .row1 .col1 .headrow {
        font-size: 39px;
        font-weight: 900;
        padding-bottom: 36.36px;
        padding-top: 68.59px;
    }
    .row1 .col1 .datarow {
        line-height: 45px;
        font-size: 22px;
    }
    .contactusbtn {
        width: 236px;
        height: 60px;
        font-size: 18px;
    }

    .modal-category {
        height: 326.5px;
    }

    .modal-closup {
        margin: 0px 160px;
    }
    .modal-closup-container .modal-closup-head {
        padding-left: 160px;
        padding-bottom: 73.71px;
    }
    .designed-experience-external-container {
        padding: 150px 160px 150px 160px;
    }
    .designed-experience-container-2 {
        padding: 50px 160px 80px 160px;
    }
    .col2row1 .facility p {
        font-size: 22px;
    }
    .modal-closup-head h3 {
        font-size: 36px;
    }
    .modal-closup-box {
        height: 1000px;
    }
    .model-closup-tab {
        width: 253px;
        height: 83px;
        font-size: 18px;
    }
    .model-closup-detail {
        height: 300px;
        /* width: 770px; */
        width: 800px;
        padding: 55px 80px 55px 60.162px;
    }
    .model-closup-detail-logo {
        font-size: 40px;
        width: 230px;
        margin-right: 25px;
    }
    .model-closup-detail h3 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .model-closup-detail p {
        font-size: 15px;
    }
    .model-closup-detail button {
        width: 294px;
        height: 60px;
        font-size: 18px;
    }

    .designed-experience-container {
        height: 1000px;
    }

    .designed-experience-container .back-imgs .bathroom {
        height: 844px;
        width: 645px;
    }
    .designed-experience-container .back-imgs .bedroom {
        width: 745px;
        height: 600px;
        right: 420px;
    }

    .designed-experience-container-2 .back-imgs .bathroom {
        width: 645px;
        height: 844px;
    }
    .designed-experience-container-2 .back-imgs .bedroom {
        width: 856px;
        height: 439px;
        left: 340px;
    }

    .designed-experience-container .designed-exerinence-content .top-head {
        font-size: 18px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .designed-experience-container .designed-exerinence-content .top-head font {
        font-size: 20px;
    }
    .designed-experience-container .designed-exerinence-content h3 {
        font-size: 40px;
        line-height: 55px;
        padding-bottom: 0px;
        margin-bottom: 49px;
    }
    .designed-experience-container .designed-exerinence-content hr {
        border-top: 4px solid #141416;
        margin-top: 220px;
    }
    .designed-experience-container .designed-exerinence-content .designed-exerinence-content-body {
        font-size: 20px;
        line-height: 40px;
    }
    .designed-experience-external-container-2 {
        height: 1200px;
    }
    .designed-experience-container-2 .designed-exerinence-content .top-head {
        font-size: 18px;
        padding-bottom: 0px;
        margin-bottom: 50px;
    }
    .designed-experience-container-2 .designed-exerinence-content h3 {
        font-size: 45px;
        line-height: 55px;
        padding-bottom: 0px;
        margin-bottom: 83px;
    }
    .designed-experience-container-2 .designed-exerinence-content .designed-exerinence-content-body {
        font-size: 20px;
        line-height: 40px;
        padding-bottom: 0px;
        margin-bottom: 97PX;
    }
    .designed-experience-container-2 button {
        margin-top: 0px;
        font-size: 18px;
    }

    .designed-experience-container .back-imgs .gray-bitmap {
        width: 645px;
        height: 678px;
        position: absolute;
        right: 50px;
    }

    .designed-experience-container-2 .back-imgs .bitmap-pattern {
        height: 250px;
        position: absolute;
        right: -10px;
        top: 85px;
    }

    .designed-experience-container .back-imgs .bitmap-pattern {
        height: 250px;
        position: absolute;
        left: -215px;
        top: 15px;
    }

    .designed-experience-container-2 button {
        width: 236px;
        height: 60px;
    }
    .designed-experience-container-2 .designed-exerinence-content .designed-exerinence-content-body {
        margin-top: 30px;
    }
    .been-there-container {
        height: 651px !important;
        padding-right: 160px;
       
    }
    .been-there-bg-2 {
        width: 54.574%;
        height: 100%;
    }
    .been-there-content {
        padding: 130px 60px 40px 180px;
    }
    .been-there-content h3 {
        font-size: 39px;
        line-height: 56px;
        padding-bottom: 40px;
    }
    .been-there-content p {
        font-size: 22px;
        line-height: 45px;
        margin-left: 82px;
    }
    .been-there-content .been-there-quote .quote-signs svg {
        width: 48px;
        height: 80px;
    }
    .been-there-team-members {
        padding-top: 50px;
    }
    .been-there-team-members .been-there-team-member-img {
        width: 60px;
        height: 60px;
    }
    .been-there-team-members .active {
        border: 2px solid #FFFFFF !important;
        width: 60px !important;
        height: 60px !important;
    }
    .been-there-team-member-detail {
        font-size: 20px;
        line-height: 27.600000381469727px;
    }
    .been-there-team-member-detail .team-member-post {
        font-size: 17px;
        color: #777777;
    }

    .bg-slider-options {
        margin-bottom: -2px;
        margin-top: -2px;
    }
    .modal-categories-container,
    .modal-closup-container .modal-closup-head,
    .modal-closup-box-bg-1,
    .been-there-container {
        margin-top: -2px;
    }
    .been-there-bg-2-gradient {
        margin-left: -2px
    }
}

@media (min-width: 1500px) and (max-width: 2500px) {
    .designed-experience-external-container-2 {
        height: 1000px;
    }

    .designed-experience-container-2 .back-imgs .bathroom {
        width: 530px;
        height: 729px;
    }
    .designed-experience-container-2 .back-imgs .bedroom {
        width: 746px;
        height: 339px;
        left: 250px;
        top: 500px;
    }

    .been-there-container {
        height: 651px !important;
       
    }
    .been-there-content {
        padding: 130px 60px 40px 180px;
    }
}

@media (min-width: 1741px) and (max-width: 2500px) {
    .designed-experience-container-2 .back-imgs .bathroom {
        width: 600px;
        height: 799px;
    }
    .designed-experience-container-2 .back-imgs .bedroom {
        width: 826px;
        height: 409px;
    }
}

@media (max-width: 1110px) {
    .modal-categories-container {
        padding: 30px 60px 70px 60px;
    }
    .modal-categories-detail {
        padding: 50px 50px 60px 50px;
    }
    .modal-category img {
        height: 55px;
    }
}

@media (max-width: 1140px) {
    .designed-experience-container .back-imgs .gray-bitmap {
        width: 230px;
        height: 230px;
        right: 190px;
    }
    .designed-experience-container .back-imgs .bathroom {
        height: 470px;
    }
    .designed-experience-container .back-imgs .bedroom {
        width: 300px;
      
    }
    .designed-experience-container-2 .back-imgs .bedroom {
        width: 460px;
        left: 180px;
        top: 295px;
    }
    .designed-experience-container-2 .back-imgs .bathroom {
        height: 450px;
    }
}

@media (max-width: 1010px) {
    .designed-experience-container {
        height: 530px;
    }
    .designed-experience-container .back-imgs .gray-bitmap {
        width: 230px;
        height: 230px;
        right: 100px;
    }
    .designed-experience-container .back-imgs .bathroom {
        width: 285px;
    }
    .designed-experience-container .back-imgs .bedroom {
        width: 300px;
        right: 240px;
    }
    .designed-experience-container-2 .back-imgs .bedroom {
        width: 400px;
        left: 133px;
        top: 285px;
    }
    .designed-experience-container-2 .back-imgs .bathroom {
        height: 410px;
    }
}

@media (max-width: 900px) {
    header {
        padding: 30px 40px;
    }
    .logo .logoimg {
        height: 30px;
        width: 140px;
    }
    .slogan-with-order-btn {
        padding: 70px 0px 80px 40px;
    }
    .ui-pattern-1 {
        width: 350px;
        height: 310px;
    }
    .slogan-with-order-btn p {
        font-size: 11px;
    }
    .slogan-with-order-btn h1 {
        font-size: 30px;
    }
    .bg-slider-options .bg-slider-img {
        height: 40px;
        width: 40px;
    }
    .bg-slider-options .bg-slider-img-container.active .bg-slider-img {
        height: 40px !important;
        width: 40px !important;
    }
    .bg-slider-options .bg-slider-img-container {
        height: 50px;
    }
    .bg-slider-options .bg-slider-img-container.active .active-ln {
        width: 13px;
    }
    .slogan-with-order-btn button {
        width: 140px;
        height: 35px;
        font-size: 11px;
    }
    .models-carosul-container {
        padding: 40px 0px 40px 0px;
    }
    .models-carosul-container {
        display: flex;
        flex-direction: column;
    }
    .models-carosul-content {
        margin-right: 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 40px 40px;
    }
    .models-carosul-content h3 {
        margin-bottom: 0px;
    }
    .models-carosul-content p {
        margin-bottom: 10px;
    }
    .next-prev-button-container {
        margin-top: 15px;
        /* margin-bottom: 40px; */
        width: 20%;
        min-width: 160px;
    }
    .model-carosul {
        position: static;
    }
    .models-carosul-container {
        height: auto;
    }
    .model-carosul-outer-container {
        /* width: 200%;
        left: -425px; */
        width: 200%;
        height: 400px;
        left: -50%;
    }
    .model-carosul-item {
        margin: 0px 10px;
        /* min-width: auto;
        flex-grow: 1; */
        min-width: 31%;
    }
    #model-carosul-item-hidden-left {
        display: block;
    }
    body {
        overflow-x: hidden;
    }
    .modal-categories-container .row1 {
        display: flex;
        flex-direction: column;
    }
    .modal-categories-container {
        padding: 30px 40px 70px 40px;
    }
    .contactusbtn {
        width: 130px;
        height: 35px;
        font-size: 11px;
    }
    .modal-categories-detail {
        padding: 35px 35px 35px 35px;
    }
    .row1 .col1 .headrow {
        font-size: 21px;
    }
    .row1 .col1 .datarow {
        font-size: 12px;
        line-height: 24px;
    }
    .modal-category img {
        height: 50px;
    }
    .modal-category p {
        font-size: 12px;
    }
    .modal-closup {
        width: 100%;
    }
    .modal-closup-container .modal-closup-head {
        padding-left: 40px;
        padding-bottom: 30px;
    }
    .modal-closup-head h3 {
        font-size: 21px;
    }
    .model-closup-tab {
        font-size: 11px;
        width: 135px;
        height: 45px;
    }
    .model-closup-detail {
        padding: 35px 35px 35px 35px;
        width: 70%;
    }
    .model-closup-detail h3 {
        font-size: 21px;
    }
    .model-closup-detail button {
        width: 140px;
        height: 35px;
        font-size: 11px;
    }
    .designed-experience-container {
        height: 1200px;
    }
    .designed-experience-external-container {
        padding: 0;
    }
    .designed-experience-container {
        display: flex;
        flex-direction: column;
    }
    .designed-experience-container .designed-exerinence-content {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 40px 40px 40px 40px;
    }
    .designed-experience-container .designed-exerinence-content .top-head {
        font-size: 11px;
    }
    .designed-experience-container .designed-exerinence-content h3 {
        font-size: 21px;
        margin-top: 0px;
    }
    .designed-experience-container .designed-exerinence-content .designed-exerinence-content-body {
        width: 100%;
    }
    .designed-experience-container .designed-exerinence-content .top-head {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .designed-experience-container .back-imgs .bedroom {
        left: 0;
        right: auto;
        width: 60% !important;
        border-left: 0px;
    }
    .designed-experience-container .back-imgs .bathroom {
        width: 80%;
        height: auto;
    }
    .designed-experience-container .back-imgs .gray-bitmap {
        width: 100%;
        height: 420px;
        right: auto;
        left: 135px;
    }
    .designed-experience-external-container-2 {
        height: 1300px;
    }
    .designed-experience-container-2 {
        padding: 0px;
        flex-direction: column-reverse;
    }
    .designed-experience-container-2 .designed-exerinence-content {
        padding: 60px 40px 40px 40px;
    }
    .designed-experience-container-2 .designed-exerinence-content .top-head {
        padding-bottom: 0px;
        font-size: 11px;
    }
    .designed-experience-container-2 .designed-exerinence-content h3 {
        margin-top: 0px;
        font-size: 21px;
    }
    .designed-experience-container-2 .designed-exerinence-content .designed-exerinence-content-body {
        margin-top: 0px;
        padding-left: 0px;
    }
    .designed-experience-container-2 .designed-exerinence-content {
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .designed-experience-container-2 button {
        margin-top: 0px;
        background: #262723 0% 0% no-repeat padding-box;
        color: #fff;
        width: 140px;
        height: 35px;
        font-size: 11px;
    }
    .slide_right:hover {
        box-shadow: inset 400px 0 0 0 #FFFFFF;
        color: #262723;
    }
    .designed-experience-container-2 .back-imgs .bathroom {
        width: 70%;
        height: auto;
        border: none;
    }
    .designed-experience-container-2 .back-imgs .bedroom {
        width: 80% !important;
        left: auto;
        top: auto;
        right: 0;
        z-index: 1;
        bottom: 80px;
        border: 2px solid #262723;
        border-right: none;
    }
    .been-there-container {
        padding-right: 0px;
        padding: 20px;
        height: 450px;
    }
    .been-there-bg-1 {
        width: 100%;
        height: 30%;
        top: 0;
    }
    .been-there-bg-2 {
        width: 100%;
        height: 70%;
        bottom: 0;
        border: 2px solid #545552;
    }
    .been-there-bg-2-gradient {
        background: transparent linear-gradient(180deg, #262723 10%, #26272300 100%) 0% 0% no-repeat padding-box;
    }
    .been-there-content {
        padding: 20px 20px 20px 20px;
    }
    .been-there-content p {
        width: 90%;
        margin-left: 45px;
        font-size: 12px;
    }
    .been-there-content h3 {
        font-size: 21px;
    }
    .been-there-team-member-detail {
        font-size: 11px;
    }
    .been-there-team-member-detail .team-member-post {
        font-size: 10px;
    }
    .been-there-team-members .been-there-team-member-img {
        height: 30px;
        width: 30px;
        margin-right: 10px;
    }
    .been-there-team-members .active {
        height: 30px !important;
        width: 30px !important;
    }
    .page-contact-us-part {
        padding: 40px 40px 80px 40px;
    }
    .contact-us-container {
        padding: 40px;
    }
    .contact-us-title {
        font-size: 11px;
    }
    .write-us-title {
        font-size: 21px;
    }
    .contact-us-container form .form-container {
        display: flex;
        flex-direction: column;
    }
    .contact-us-container form .form-fields {
        width: 100%;
    }
    .contact-us-container form .form-fields .form-input {
        font-size: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .location-map-container {
        width: 100%;
        height: 400px;
    }
    .page-contact-us-part button {
        width: 140px;
        height: 40px;
        font-size: 10px;
    }
}

@media (max-width: 700px) {
    .designed-experience-container {
        height: 1100px;
    }
    .designed-experience-external-container-2 {
        height: 1200px;
    }
}

@media (max-width: 650px) {
    .designed-experience-container {
        height: 830px;
    }
    .designed-experience-container .back-imgs .bathroom {
        width: 60%;
    }
    .designed-experience-container .back-imgs .bedroom {
        width: 55%;
    }
    .designed-experience-container .back-imgs .gray-bitmap {
        left: 210px;
    }
    .designed-experience-external-container-2 {
        height: 960px;
    }
    .designed-experience-container-2 .back-imgs .bedroom {
        width: 70%;
    }
}

@media (max-width: 500px) {
    header {
        padding: 20px 20px;
    }
    .logo .logoimg {
        height: 25px;
        width: 120px;
    }
    .slogan-with-order-btn {
        padding: 80px 30px 80px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .ui-pattern-1 {
        width: 250px;
        height: 210px;
    }
    .slogan-with-order-btn h1 {
        font-size: 24px;
        line-height: 35px;
    }
    .model-carosul-outer-container {
        left: -76%;
    }
    .model-carosul-item {
        min-width: 40%;
    }
    .share-button {
        height: 22px;
        width: 22px;
    }
    .share-button svg {
        height: 8px;
    }
    .modal-categories-detail {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .model-closup-detail {
        width: 100%;
        text-align: center;
    }
    .designed-experience-container .back-imgs .gray-bitmap {
        left: 150px;
    }
    .designed-experience-container {
        height: 720px;
    }
    .designed-experience-container .back-imgs .gray-bitmap {
        height: 300px;
    }
    .designed-experience-external-container-2 {
        height: 830px;
    }
    .designed-experience-container-2 .back-imgs .bathroom {
        width: 60%;
    }
    .designed-experience-container-2 .back-imgs .bedroom {
        width: 70%;
    }
    .designed-experience-bg-1 {
        height: 35%;
    }
    .designed-experience-bg-2 {
        height: 65%;
    }
    .been-there-bg-1 {
        height: 42%;
    }
    .been-there-bg-2 {
        height: 63%;
    }
    .contact-us-container form .form-fields {
        width: 100%;
    }
    .contact-us-container form .form-fields .form-fields-row {
        flex-direction: column;
    }
    .form-fields-row .form-input {
        margin-right: 0px !important;
    }
}

@media (max-width: 420px) {
    .model-carosul-item {
        min-width: 39.7%;
    }
}

@media (max-width: 365px) {
    .model-carosul-outer-container {
        left: -77%;
    }
}

@media (max-width: 330px) {
    .model-carosul-item {
        margin: 0px 5px;
    }
    .model-carosul-outer-container {
        left: -73.6%;
    }
}

@media (max-width: 1110px) {
    .page-foot-part .footer-left {
        width: 70%;
    }
    .page-foot-part .footer-right {
        width: 30%;
    }
    .page-foot-part .footer-left-top {
        background-color: #262723;
        padding: 60px 0px 60px 60px;
    }
}