@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    font-family: 'Trajan-Pro-Bold';
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
    font-family: 'PlayfairDisplay-Regular';
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url(../fonts/PlayfairDisplay-Regular.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Trajan-Pro-Bold';
    src: url(../fonts/Trajan-Pro-Bold.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-regular';
    src: url(../fonts/montserrat-regular\ .ttf);
    font-weight: 400;
    font-style: normal
}
/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'PlayfairDisplay-Regular';
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'PlayfairDisplay-Regular';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 10px;
}

h3 {
    font-family: 'PlayfairDisplay-Regular';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'PlayfairDisplay-Regular';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'PlayfairDisplay-Regular';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'PlayfairDisplay-Regular';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}
.header-back {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    z-index: -1;
}

.header-back img {
    width: 100%;
    height: 107px;
}
.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 24px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}
.menuSec ul li a img {
    height: 113px;
    width: 153px;
    margin: 0 auto;
    /* margin-left: 70px; */
    object-fit: contain;
}
.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    /* padding: 0px 23px; */
    font-size: 18px;
}
a.CONSULTATION_btn {
    background: linear-gradient(90deg, rgba(70, 40, 6, 1) 7%, rgba(12, 8, 4, 1) 99%);
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 298px;
    height: 44px;
    font-size: 15.85px !important;
    color: #dfbe8b !important;
    border: 2px solid;
    padding: 0 !important;
}
.menuSec ul li a:after {
    /* content: ''; */
    /* position: absolute; */
    /* top: 35%; */
    /* right: 0; */
    /* width: 1px; */
    /* height: 13px; */
    /* background-color: #393939; */
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #dfbe8b;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */

header {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0px;
}
.banner_Sec:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000a8;
    z-index: -1;
}
.banner_Sec{
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 143px 0;
    height: 880px;
    position: relative;
    z-index: 1;
}


.banner_content {
    text-align: center;
    padding-bottom: 60px;
}

.banner_content h4 {
    color: #d2b588;
    font-size: 25.85px;
    border-bottom: 1px solid;
    padding-bottom: 11px;
    width: 56%;
    margin: 0 auto;
}

a.banner_tel {
    display: block !important;
    background: unset !important;
    border: unset !important;
    text-align: center;
    color: #fff !important;
    margin-top: 20px;
    margin-bottom: 0 !important;
}
.banner_text a {
    background: linear-gradient(90deg,rgba(70, 40, 6, 1) 7%, rgba(12, 8, 4, 1) 99%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 492px;
    height: 44px;
    font-size: 21.85px;
    color: #dfbe8b;
    border: 2px solid;
}

.banner_text h2 {
    font-size: 37px;
    color: #fff;
}

.banner_text p {
    color: #dfbe8b;
    font-size: 21px;
    line-height: 38px;
    margin-bottom: 22px;
}

.about .col-md-6 {
    padding: 0;
}

.about_text img {
    position: absolute;
    left: 0;
    width: 50%;
    height: 713px;
    z-index: -1;
    top: 0;
}

.about {
    position: relative;
    z-index: 1;
}
.about .row {
    align-items: center;
}
.about_img img {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 50%;
    height: 713px;
    top: 0;
}
.about_text h4 {
    font-size: 45px;
    color: #cfb998;
    transition: 0.5s;
}

.about_text h5 {
    font-size: 32px;
    color: #cfb999;
    margin-bottom: 29px;
    border-bottom: 1px solid;
    width: 72%;
    padding-bottom: 26px;
    transition: 0.5s;
}

.about_text p {
    font-size: 22px;
    color: #ceb997;
    line-height: 39px;
    transition: 0.5s;
}

.about_text {
    padding-top: 114px;
}
.bulding{
    background-image: url(../images/blufding.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 851px;
    padding: 100px 0;
}
.bulding_text {
    padding: 70px 0 0 73px;
}

.bulding_text h2 {
    font-size: 39px;
    color: #826a40;
}

.bulding_text p {
    font-size: 28.85px;
    color: #826a40;
    padding-bottom: 15px;
}
.contractor{
    background-image: url(../images/contractor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 113px 0;
    text-align: center;
    height: 504px;
    background-position: top;
    margin-top: 41px;
}
.contractor h2 {
    padding-top: 25px;
    font-size: 59px;
    color: #9f8a6a;
    padding-bottom: 25px;
}

.exceptional{
    background-image: url(../images/exceptional.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 730px;
    padding: 84px 0;
    background-position: top;
}
.exceptional_content {
    text-align: center;
}
.exceptional_content.con- {
    margin-top: 57px;
}
.exceptional_content h2 {
    color: #d3bfa4;
    padding-bottom: 41px;
    text-shadow: 0px 2px 15px #a5998f;
    margin-top: -14px;
}

.exceptional_content p {
    color: #d3bfa4;
    font-size: 28px;
    padding-bottom: 41px;
    text-shadow: 0px 2px 15px #a5998f;
}
.exceptional_text.two {
    position: relative;
    z-index: 1;
    margin-left: 74px;
}

.exceptional_text.two:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 68%;
    background: #C29A6F;
    left: -91px;
    /* right: 0; */
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
}
.exceptional_text p {
    color: #d3bfa4;
    font-size: 25px;
    display: flex;
    align-items: start;
    gap: 12px;
    padding-bottom: 21px;
    padding-top: 17px;
    text-shadow: 0px 2px 15px #a5998f;
    /* position: relative; */
    /* z-index: 1; */
}

}


.exceptional_text p img {
    height: 36px;
    width: 36px;
    margin-top: 0;
}
.services_sec{

background-image: url(../images/services.jpg);

background-repeat: no-repeat;

background-size: cover;

padding: 100px 0;

text-align: center;
}
.serives_content h2 {
    font-size: 46px;
    color: #000;
    margin-bottom: 10px;
}

.serives_content p {
    font-size: 25px;
    color: #000;
    font-weight: 400;
}


.services_card h4:before {
    position: absolute;
    content: '';
    width: 82%;
    bottom: 0;
    height: 2px;
    z-index: 1;
    left: 0;
    right: 0;
    top: 89px;
    margin: auto;
    background: linear-gradient(90deg, rgb(194 154 111 / 16%) 0%, rgba(194, 154, 111, 1) 30%, rgba(194, 154, 111, 1) 72%, rgb(194 154 111 / 25%) 100%);
}
.services_card h4 {
    z-index: 1;
    font-size: 31px;
    color: #816030;
    padding-bottom: 20px;
    position: relative;
}

.services_card {
    background: #fff;
    height: 288px;
    display: block;
    align-content: center;
    padding: 29px;
}

.services_card p {
    font-size: 22px;
    font-family: montserrat-regular;
}
.servi-text {padding-top: 55px;}

.servi-text p {
    font-size: 26px;
    margin: 0;
}
.steps_sec{
    background-image: url(../images/steps.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 783px; */
    background-position: bottom;
    /* text-align: center; */
    padding: 99px 0;
}
.Step_content h2 {
    color: #fff;
    margin-bottom: 18px;
    font-size: 50px;
    color: #c29a6f;
}
.Step_content {
    text-align: center;
}

.step-box {
    background: #ded5d0;
    height: 319px;
    display: block;
    padding: 35px 30px;
    width: 100%;
}
.step-box.left h4::before {
    position: absolute;
    content: '';
    width: 72px;
    height: 1px;
    background: #c5a079;
    bottom: 20px;
    left: 0;
}

.step-box.right h4:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #c5a079;
    bottom: 18px;
    right: 0;
}
.step-box h4 {
    text-align: center;
    font-size: 34px;
    color: #9f794b;
    margin-bottom: 33px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.step-box h4 img {
    position: absolute;
    right: -139px;
    bottom: 0;
}

.step-box h3 {
    font-size: 29px;
    color: #9f794b;
}

.step-box p {
    font-size: 17px;
    font-family: 'montserrat-regular';
}
.Step_content p {
    color: #c29a6f;
    font-size: 26px;
    position: relative;
    z-index: 1;
}
.Step_content p:after {
    position: absolute;
    content: '';
    width: 108px;
    height: 1px;
    z-index: 1;
    left: 43px;
    bottom: 15px;
    background: linear-gradient(90deg, rgb(194 154 111 / 36%) 0%, rgba(194, 154, 111, 1) 99%);
}
.Step_content p:before {
    position: absolute;
    content: '';
    width: 108px;
    height: 1px;
    z-index: 1;
    right: 43px;
    bottom: 15px;
    background: linear-gradient(90deg, rgba(194, 154, 111, 1) 0%, rgb(194 154 111 / 44%) 99%);
}
.Luxury_sec{
    background-image: url(../images/luxyarey.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 577px;
    display: block;
    align-content: center;
    background-position: bottom;
}
.Luxury_text {
    text-align: center;
}

.Luxury_text h2 {
    font-size: 46px;
    color: #664a28;
    margin-bottom: 99px;
    position: relative;
    z-index: 1;
}
.Luxury_text h2:before {
    position: absolute;
    content: '';
    width: 74%;
    height: 3px;
    bottom: -56px;
    left: 161px;
    margin: auto;
    align-content: center;
    display: block;
    background: linear-gradient(90deg, rgb(194 154 111 / 4%) 0%, rgba(194, 154, 111, 1) 30%, rgba(194, 154, 111, 1) 72%, rgb(194 154 111 / 18%) 100%);
}
.house img {
    width: 100%;
    height: 100%;
}
.Luxury_text p {
    color: #664a28;
    font-size: 26px;
    padding-bottom: 21px;
}
.footer{
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    /* height: 785px; */
    /* background-position: top; */
}
.footer_text h3 {
    font-size: 29px;
    color: #c79c56;
    margin-bottom: 38px;
    margin-top: 19px;
    font-weight: 400;
}

.footer_text {
    text-align: center;
}
.footer_text span {
    font-size: 19px;
    font-family: 'PlayfairDisplay-Regular';
    color: #c79c56;
}
.footer_text h2 {
    font-size: 42px;
    color: #c79c56;
    margin-bottom: 36px;
    margin-top: 50px;
}

.footer_text p {
    font-size: 24px;
    color: #c79c56;
    margin-bottom: 60px;
}

.footer_text a {
    background: linear-gradient(90deg, rgba(70, 40, 6, 1) 7%, rgba(12, 8, 4, 1) 99%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 492px;
    height: 44px;
    font-size: 21.85px;
    color: #dfbe8b;
    border: 2px solid;
    margin: 0 auto;
    margin-bottom: 14px;
    margin-top: 31px;
}

/* GLOBAL ANIMATION BASE */
.fade-up {
  opacity: 1;
  transform: translateY(18px);
  transition: opacity 900ms ease-out, transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.fade-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* SMALL TEXT VARIATION */
.fade-soft {
  opacity: 1;
  transform: translateY(15px);
  transition: opacity 800ms ease-out, transform 900ms ease-out;
}

.fade-soft.show {
  opacity: 1;
  transform: translateY(0);
}

/* BUTTON HOVER (Luxury subtle scale) */
.banner_text a {
  transition: all 260ms ease;
}

.banner_text a:hover {
  transform: scale(1.015);
  opacity: 0.9;
}
/* BASE STATE */
.motion {
  opacity: 0;
  transform: translateY(16px);
  transition: 
    opacity 900ms ease-out,
    transform 1000ms cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: opacity, transform;
}

/* VISIBLE STATE */
.motion.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* SMALL TEXT VARIANT */
.motion-soft {
  opacity: 0;
  transform: translateY(12px);
  transition: 
    opacity 800ms ease-out,
    transform 900ms ease-out;
}

.motion-soft.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* SUBTLE SCALE SETTLE (Allowed) */
.scale-settle {
  transform: translateY(16px) scale(0.995);
}

.scale-settle.in-view {
  transform: translateY(0) scale(1);
}

/* BUTTON HOVER (Allowed range) */
.banner_text a {
  transition: transform 260ms ease, opacity 260ms ease;
}

.banner_text a:hover {
  transform: scale(1.015);
  opacity: 0.9;
}