@import url('https://fonts.googleapis.com/css2?family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');

/* Ensure the hero section background is full-screen and takes the header into account */
.hero-section {
    position: relative !important;
    background-size: cover !important;
    background-position: center !important;
   display:flex;
    z-index: 0;
    min-height: 100vh; /* Ensure it covers the full height of the viewport */
}


/* Optional: Style for the overlay to give a dark background */
.hero-section .overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the darkness */
    z-index: 1; /* Ensure the overlay is on top of the background image */
}

/* Slider content must appear above the overlay and background */
.hero-section .slider-content {
    position: relative !important;
    z-index: 2;
}

/* Ensure the header remains fixed */
#header.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000; /* Ensure the header is above everything else */
    background: transparent; /* Keep the header transparent */
  transition: background-color 0.3s ease; /* Smooth transition */
}

/* Header style after scrolling */
#header.main-header.scrolled {
    background-color: black !important; /* Background color when scrolled */
}

.top-header {
    display: none !important;
}

.main-header, .main-header .main-menu {
    background-color: #ffffff00 !important;
    color: #ffffff !important;
}
.main-header .main-menu .navigation>li>a {
    color: #ffffff !important;
}
.flat-slider.home-1 .overlay {
    background: #2d99c4d4 !important;
    opacity: .6;
}
.flat-slider.home-1 .slider-content {
    padding: 163px 0 !important;
}
.main-header .header-lower .nav-outer {
    margin-right: 15rem;
}
/* Applying Optima font to hero section */
.hero-section .slider-content {
    font-family: 'Optima', 'Arial', sans-serif !important;
}

.wd-find-select .tf-btn {
    top: 0.5rem !important;
    height: 3rem !important;
    padding: 1px 55px !important;
    position: relative !important;
  background-color : #063f5a !important;
}
.tf-btn.primary, .tf-btn:hover {
    background-color: var(--primary-color);
    border-color: #063f5a !important;
    color: #fff;
}
@font-face {
  font-family: 'OregonLdo';
  src: url('https://draft.novara.ae/public/font/oregon ldo.ttf');
}

.flat-slider.home-1 .slider-content .heading h1 {
  font-family: 'OregonLdo';
  font-weight: 100 !important;
}
.flat-slider.home-1 .overlay {
    background: #2d99c400 !important;
}
.main-header {
    border-bottom: 1px solid #f1000000 !important;
}
#header.main-header.scrolled {
    background-color: #063f5a !important;
}
.wd-find-select .inner-group .box-filter .icon {
    display: none !important;
}
.wd-find-select .inner-group .box-filter {
    text-decoration: underline;
    padding-top: inherit;
}
.main-header .header-lower .nav-outer {
    margin-right: 2rem !important;
}
/* For screens larger than 991px and less than 1028px */
@media (min-width: 991px) and (max-width: 1028px) {
  .main-header .header-lower .nav-outer {
    margin-right: -1rem !important;
  }
}

/* For screens between 922px and 1028px */
@media (min-width: 922px) and (max-width: 1028px) {
  .main-header .header-lower .nav-outer {
    margin-right: -1rem !important;
  }
}

.herologo a img{
max-height: 121px !important;
}
.flat-slider.home-1 .slider-content {
    padding: 123px 0 !important;
}
.animationtext.slide .cd-words-wrapper {
    width: unset !important;
}

.flat-slider.home-1 .slider-content .heading h1 {
        font-size: xxx-large !important;
}

.main-header .header-lower .nav-outer {
  font-family: "Proza Libre", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.main-header .main-menu .navigation>li {
    display: inline-block;
}
#header.main-header {
    padding: 60px 0 !important;
}
#header.main-header.scrolled {
   padding: 45px 0 !important;
}
.wd-find-select {
    transform: scale(0.9);
}
.fa-whatsapp:before {
    padding-right: 0.5rem;
}
.herologo a img {
    max-height: 115px !important;
}
.main-header .header-lower .nav-outer {
    margin-right: unset !important;
}


.main-header .header-lower {
margin: 0 auto !important;
    max-width: 1600px !important;
}
.grid-2 {
   display: flow !important;
    /* grid-template-columns: repeat(2, 1fr); */
    align-items: end !important;
    justify-content: space-around !important;
    align-content: stretch !important;
    gap: 30px; /* Adds space between items horizontally and vertically */
}

.property-item {
    flex: 1 1 calc(50% - 30px); /* Each item takes up 50% minus the gap */
    box-sizing: border-box;
    margin-bottom: 30px; /* Optional if you want vertical spacing */
}





:root {
    --primary-color: #3490dc;  /* Example color, replace with your actual primary color */
    --primary-dark-color: #2779bd;  /* Example color, replace with your actual primary dark color */
}

#services {
    width: 100%;
}

#services .container {
    max-width: 64rem; /* 5xl in Tailwind */
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

#services .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

#services .left-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    text-align: center;
}

#services .explore-text {
    color: var(--primary-color);
}

#services h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    color: var(--primary-color);
}

#services .description {
    color: #6b7280;
    font-size: 0.75rem;
    line-height: 1.8;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

#services button {
    background-color: var(--primary-color);
    min-width: 8rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.125rem;
    font-size: 0.875rem;
    color: white;
    transition: background-color 0.2s;
    border: none;
    cursor: pointer;
}

#services button:hover {
    background-color: var(--primary-dark-color);
}

#services .right-column {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

#services .image-1 {
    height: 75%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.25rem;
}

#services .image-2 {
    height: 80%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 0.25rem;
}

@media (min-width: 768px) {
    #services .grid {
        grid-template-columns: 1fr 1fr;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    #services .left-column {
        text-align: start;
    }

    #services h4,
    #services .description {
        margin-left: 0;
        margin-right: 0;
    }

    #services .right-column {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    #services .right-column {
        margin-left: 6rem;
        margin-right: 6rem;
    }
}

#services .description {
    text-align: justify;
}
#services h4 {
    font-family: 'OregonLdo'!important;
    font-size: 2.5rem !important;
    color: #000000 !important;
}
.wearenovara {
font-family: 'OregonLdo';
        text-align: center;
        /* font-size: var(--h1-size); */
        font-weight: 100;
        font-size: 2rem !important;
}
#services button {
    background-color: #063f5a !important;
    min-width: 8rem;
    padding: 0.55rem 1.5rem !important;
  font-size: 0.995rem !important;
}






    .project-section {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .project-info {
        flex: 1;
        background-color: #063f5c;
        color: white !important;
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: end;
      }
      .project-info-left {
        max-width: 33rem;
      }
      .project-image {
        background-image: url("https://draft.novara.ae/storage/rosewater-5.webp");
        flex: 1;
        background-size: cover;
        background-position: center;
      }
      .heading-latest {
        font-family: 'OregonLdo';
    font-weight: 100;
    letter-spacing: 0.08rem;
        color : white !important;
        font-size: 1.75rem !important;
        margin: 0 !important;
      }
      .paragraph-latest {
        color : white !important;
        margin: 0 !important;
        font-size: 14px !important;
        line-height: 1.5rem !important;
        font-weight: 400 !important;
      }
.pname {
        color : white !important;
        margin: 0 !important;
        margin-bottom: 30px !important;
        font-size: 14px !important;
        line-height: 1.5rem !important;
        font-weight: 400 !important;
      }
      .buttons {
        display: flex !important;
        gap: 10px !important;
        margin-bottom: 20px !important;
      }
      .latest-btn {
        padding: 10px 20px;
        border: 1px solid white;
        background-color: transparent;
        color: white;
        cursor: pointer;
        transition: background-color 0.3s;
      }
      .latest-btn.active {
        background-color: white;
        color: #063f5c;
      }
      .features {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
      }
      .parking {
        font-size: 20px;
        font-weight: bolder;
        border: 1px solid white;
        display: inline;
        margin: 0;
        padding: 2px 10px 5px;
      }
      .feature {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
      }

      @media (max-width: 768px) {
        .project-section {
          grid-template-columns: 1fr;
        }

        .project-info {
          align-items: center;
        }

        .project-image {
          height: 300px;
        }
      }
.addr{
padding-bottom: 11px !important;
}


.re-card {
    margin-bottom: 3rem !important;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
    max-width: 862px !important;
    margin: auto ;
    background-color: #fafafa !important;
    padding-right: 30px !important;
}

.re-card-content {
    display: flex !important;
}

.re-card-image {
    flex: 1 !important;
    max-width: 35% !important;
}

.re-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.re-card-details {
    flex: 1 !important;
    padding: 20px 30px 25px !important;
}

.re-card-title {
  color: #063f5c;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

.re-card-lrp {
    display: flex !important;
    align-items: center !important;
    margin: 15px 0 !important;
}

.re-card-location {
    color: gray !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.re-card-rating {
    color: #063f5c !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 10px 0 0 !important;
}

.re-card-rating-divider {
    margin: 0 15px !important;
}

.re-card-price {
    font-size: 28px !important;
    font-weight: bold !important;
    color: #063f5c !important;
    margin: 0 0 0 30px !important;
    padding: 0 0 3px 30px !important;
    border-left: 1px solid #3498db !important;
}

.re-card-features {
    display: flex !important;
    justify-content: space-between !important;
    margin-top: 20px !important;
}

.re-card-feature {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.re-card-feature-parking {
    font-size: 20px !important;
    font-weight: bolder !important;
    border: 2px solid black !important;
    display: inline !important;
    margin: 0 !important;
    padding: 0 8px 2px !important;
}

.re-card-feature-details {
    margin: 0 15px !important;
}

.re-card-feature-heading {
    margin: 0 !important;
    color: gray !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.re-card-feature-text {
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.re-card-button {
    display: inline-block !important;
    padding: 8px 20px 9px !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    border: 1.5px solid #063f5c !important;
    color: black !important;
    font-weight: bold !important;
    margin: 25px 0 0 !important;
}

.re-card-button:hover {
    background-color: #063f5c !important;
    color: white !important;
    transition-duration: 200ms !important;
}

@media screen and (max-width: 1024px) {
    .re-card {
        max-width: 90% !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .re-card-content {
        flex-direction: column !important;
    }
    .re-card-image {
        max-width: 100% !important;
    }
    .re-card-details {
        padding: 20px !important;
    }
    .re-card-lrp {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .re-card-price {
        margin: 15px 0 0 !important;
        padding: 0 !important;
        border-left: none !important;
    }
    .re-card-features {
        flex-wrap: wrap !important;
    }
    .re-card-feature {
        margin-bottom: 15px !important;
    }
}

@media screen and (max-width: 480px) {
    .re-card-title {
        font-size: 16px !important;
    }
    .re-card-location,
    .re-card-rating {
        font-size: 12px !important;
    }
    .re-card-price {
        font-size: 24px !important;
    }
    .re-card-button {
        margin: 15px 0 0 !important;
    }
}
h2.section-title {
   letter-spacing: 0.08rem;
    font-weight: 100;
    font-family: 'OregonLdo';
    font-size: 19px !important;
    color: #063f5c;
    display: flex !important; /* Add this line */
    justify-content: center !important; /* Center horizontally */
    align-items: center !important; /* Center vertically (if needed) */
    text-align: center !important; /* Ensure text is centered */
    font-size: var(--h4-size) !important;
}
.btn-view .text {
    color: #161e2d;
    font-family: 'OregonLdo';
}

  
     .container-location {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 20px !important;
    max-width: 1024px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

.property-card:nth-child(1),
.property-card:nth-child(4) {
    grid-column: span 1 !important;
}

.property-card:nth-child(2),
.property-card:nth-child(3) {
    grid-column: span 2 !important;
}

.property-card {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
}

.property-image {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
}

.property-info {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    background: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
}

.property-name {
  color: white;
    font-size: 20px !important;
    font-weight: 400 !important;
    margin: 0 0 5px !important;
}

.property-count {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.link-icon {
    border-radius: 100% !important;
    border: 2px solid rgb(14, 165, 233) !important;
    padding: 10px 10px 7px !important;
    margin-bottom: 10px !important;
}

@media screen and (max-width: 1024px) {
    .container-location {
        grid-template-columns: repeat(2, 1fr) !important;
        max-width: 768px !important;
    }
    .property-card:nth-child(n) {
        grid-column: span 1 !important;
    }
}

@media screen and (max-width: 768px) {
    .container-location {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
        padding: 10px !important;
    }
    .property-card:nth-child(n) {
        grid-column: span 1 !important;
    }
    .property-image {
        height: 250px !important;
    }
    .property-name {
        font-size: 18px !important;
    }
    .property-count {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 480px) {
    .property-image {
        height: 200px !important;
    }
    .property-name {
        font-size: 16px !important;
    }
    .property-count {
        font-size: 11px !important;
    }
}
.location-txt {
		letter-spacing: 0.06rem;
        font-weight: 100;
        font-family: 'OregonLdo';
        text-align: center;
        font-size: 33px !important;
}
.location-txt-sub {
color: #727272 !important;
        font-weight: 400 !important;
        text-align: center !important;
        font-size: medium !important;
}

.box-left{
display:none;
}
.box-title.style-1 {
    justify-content: flex-end;
}
.box-title {
    margin-bottom: -75px;
}

  .ft-listing-container {
    display: flex !important;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
    background-color: #f4f6f8 !important;
}
.ft-listing-child {
    display: flex !important;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 1200px !important;
}
.ft-listing-features {
    max-width: 250px !important;
    width: 100% !important;
}
.ft-listing-featured {
    font-size: 28px !important;
    font-weight: 400 !important;
    margin: 25px 0 0 !important;
}
.ft-listing-featured-p {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 2px 0 25px !important;
    color: gray !important;
}
.ft-listing-feature-item {
    display: flex !important;
    align-items: center !important;
    padding: 20px !important;
    border-bottom: 1px solid gray !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}
.ft-listing-feature-first-item {
    background-color: #e6eded !important;
}
.ft-listing-feature-icon {
    width: 20px !important;
    height: 20px !important;
}
.ft-listing-feature-icon p {
    font-size: 7px !important;
    font-weight: bolder !important;
    border: 0.1px solid black !important;
    margin: 6px 1px 0 !important;
    width: 9px !important;
    height: 9px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.ft-listing-details {
    width: 600px !important;
    background-color: #e6eded !important;
    padding: 0 45px 50px !important;
}
.ft-listing-title-div {
    display: flex !important;
    align-items: end !important;
}
.ft-listing-title-icon {
    padding: 50px 15px 15px !important;
    background-color: #063f5c !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    margin-right: 30px !important;
}
.ft-listing-title {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin: 0 0 10px !important;
}
.ft-listing-description {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    margin: 25px 0 !important;
    color: gray !important;
}
.ft-listing-amenities {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 10px !important;
    column-gap: 5px !important;
    margin-bottom: 25px !important;
    white-space: nowrap !important;
}
.ft-listing-amenity {
    display: flex !important;
    align-items: center !important;
}
.ft-listing-amenity p {
    margin: 0 5px 1px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #063f5c !important;
}
.ft-listing-phone {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 20px !important;
}
.ft-listing-phone-no {
    margin: -2px 10px 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.ft-listing-phone-toll {
    font-size: 12px !important;
    font-weight: 600 !important;
    margin: 10px !important;
    color: gray !important;
}
.ft-listing-button {
    display: inline-block !important;
    padding: 8px 30px 9px !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    background-color: #063f5c !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.ft-listing-image {
    flex-grow: 1 !important;
}
.ft-listing-image img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}
@media (max-width: 1200px) {
    .ft-listing-empty {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .ft-listing-container {
        flex-direction: column !important;
    }
    .ft-listing-child {
        flex-direction: column !important;
    }
    .ft-listing-image {
        width: 100% !important;
        height: 100% !important;
        aspect-ratio: 16/9 !important;
    }
    .ft-listing-details {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 20px 50px !important;
    }
    .ft-listing-features {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
    }
}
@media (max-width: 768px) {
    .ft-listing-amenities {
        grid-template-columns: 1fr !important;
    }
    .ft-listing-title-div {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .ft-listing-title-icon {
        margin-bottom: 15px !important;
    }
}
@media (max-width: 480px) {
    .ft-listing-details {
        padding: 0 15px 30px !important;
    }
    .ft-listing-features {
        padding: 0 !important;
    }
    .ft-listing-title {
        font-size: 20px !important;
    }
    .ft-listing-description {
        font-size: 12px !important;
        line-height: 20px !important;
    }
}

.ft-listing-title {
    font-family: 'OregonLdo';
}
.ft-listing-featured {
    letter-spacing: 2px;
    font-family: OregonLdo;
}

.listing-specs {
font-family: 'OregonLdo';
  letter-spacing: 1px;
}


.container-we {
    max-width: 1024px !important;
    margin: 0 auto !important;
    padding: 50px 20px 70px !important;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

.header-we {
    text-align: center !important;
    margin-bottom: 100px !important;
}

.header-we h1 {
  letter-spacing: 1px;
    font-family: 'OregonLdo';
    margin: 0 !important;
    font-size: 34px !important;
    font-weight: 600 !important;
}

.header-we p {
    margin: 5px 0 0 !important;
    font-size: 12px !important;
    color: gray !important;
}

.small-shape-container {
    width: 100px !important;
    height: 10px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 15px auto !important;
}

.small-shape-block {
    width: 8px !important;
    height: 9px !important;
    background-color: #dddddd !important;
    margin: 0 10px !important;
}

.small-shape-middle-block {
    width: 70px !important;
    height: 9px !important;
    background-color: #dddddd !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 3px !important;
}

.small-shape-middle-block-child {
    background-color: white !important;
    width: 30px !important;
    height: 5px !important;
}

.content-home {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.text-content {
    flex: 0 0 40% !important;
}

.text-content h2 {
    font-family: 'OregonLdo';
    margin: 0 !important;
    font-size: 28px !important;
    font-weight: 600 !important;
}

.text-content p {
    margin: 10px 0 20px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: gray !important;
}

.more-button {
  font-family: 'OregonLdo';
    background-color: #063f5c !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 45px !important;
    border: none !important;
    cursor: pointer !important;
    border-radius: 3px !important;
}

.image-content {
    flex: 0 0 100% !important;
    position: relative !important;
    max-width: 550px !important;
    margin-left: 20px !important;
}

.image-back {
    height: 250px !important;
    width: auto !important;
    object-fit: contain !important;
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1 !important;
}

.image-front {
    height: 350px !important;
    width: auto !important;
    object-fit: contain !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 2 !important;
}

.upper-line-container {
    width: 70px !important;
    height: 140px !important;
    margin: 0 auto !important;
}

.upper-line {
    width: 1px !important;
    height: 100% !important;
    margin: 0 auto !important;
    background-color: #063f5c !important;
}

.work-process {
    text-align: center !important;
}

.work-process h3 {
    font-size: 36px !important;
    margin-bottom: 10px !important;
}

.work-process p {
    font-size: 18px !important;
    margin-bottom: 40px !important;
}

.headerwork {
    position: relative !important;
}

.work-process-with-icon {
    display: flex !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -35px !important;
    white-space: nowrap !important;
}

.work-process-text {
    text-align: start !important;
    margin-left: 30px !important;
}

.work-process-text h2 {
  font-family: 'OregonLdo';
    margin: 0 !important;
    font-size: 27px !important;
    font-weight: 600 !important;
}

.work-process-text p {
    margin: 5px 0 0 !important;
    font-size: 12px !important;
    color: gray !important;
}

.icon-container {
    width: 70px !important;
    height: 70px !important;
    background-color: #063f5c !important;
    border-radius: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.process-steps {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    padding-top: 125px !important;
    margin-left: -70px !important;
}

.step {
    text-align: start !important;
}

.step-number {
    font-size: 54px !important;
    font-weight: bold !important;
    color: lightgray !important;
    margin: 0 0 22px !important;
}

.step h4 {
  font-family: 'OregonLdo';
    font-size: 16px !important;
    font-weight: 900 !important;
    margin: 0 !important;
}

.step p {
    font-size: 10px !important;
    font-weight: bold !important;
    color: #063f5c !important;
    margin: 8px 0 0 !important;
}

@media (max-width: 950px) {
    .container-we {
        padding: 40px 20px 40px !important;
    }

    .header-we {
        margin-bottom: 40px !important;
    }

    .header-we h1 {
        font-size: 28px !important;
    }

    .content-home {
        flex-direction: column !important;
        text-align: center !important;
    }

    .text-content {
        flex: 0 0 auto !important;
        margin-bottom: 70px !important;
        max-width: 640px !important;
        padding: 0 20px !important;
    }

    .image-content {
        flex: 0 0 auto !important;
        width: 100% !important;
        margin: 160px 0 !important;
    }

    .process-steps {
        grid-template-columns: repeat(1, 1fr) !important;
        padding-top: 200px !important;
        margin-left: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .step {
        text-align: center !important;
    }

    .work-process h3 {
        font-size: 28px !important;
    }

    .work-process p {
        font-size: 16px !important;
        margin-bottom: 30px !important;
    }

    .upper-line-container {
        height: 100px !important;
    }

    .work-process-with-icon {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        transform: translateX(-50%) !important;
        margin-left: 0 !important;
    }

    .work-process-text {
        text-align: center !important;
        margin-left: 0 !important;
        margin-top: 20px !important;
    }

    .work-process-text p {
        font-size: 14px !important;
    }
}

@media (max-width: 540px) {
    .image-back {
        height: 200px !important;
    }

    .image-front {
        height: 300px !important;
    }

    .image-content {
        margin: 150px 0 !important;
    }
}

@media (max-width: 480px) {
    .header-we h1 {
        font-size: 24px !important;
    }

    .text-content h2 {
        font-size: 24px !important;
    }

    .work-process-text h2 {
        font-size: 24px !important;
    }

    .step h4 {
        font-size: 16px !important;
    }

    .step p {
        font-size: 12px !important;
    }
    .process-steps {
        padding-top: 170px !important;
    }
}

.flat-title-page {
    color: white;
    background-image: url(https://draft.novara.ae/storage/background-website/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 100vh; */
    width: 100%;
    /* background-color: #f7f7f7; */
    padding: 50px 0;
}

.flat-title-page.style-2 .breadcrumb li a {
  font-family: 'OregonLdo';
    color: white;
}
.flat-title-page h2 {
  font-family: 'OregonLdo';
    color: #d6d6d6 !important;
}

.box-agent .content .list-info li .icon {
    display: none;
}

.box-agent .content .list-info a[href^="mailto:"] {
  display: none;
}



.box-agent {
    display: flex;
    flex-direction: column; /* Stack children vertically */
    align-items: center; /* Center align children */
    text-align: center; /* Center text */
}

.box-img {
    margin-bottom: 10px; /* Space between image and text */
}

.agent-img {
    width: 100%; /* Ensure full width */
    height: auto; /* Maintain aspect ratio */
    max-height: 200px; /* Set a maximum height for uniformity */
    object-fit: cover; /* Crop to fit if necessary */
}

.box-agent .content h6 {
    letter-spacing: 1px;
    font-family: 'OregonLdo';
}

.box-agent .content .list-info {
    letter-spacing: 1px;
    font-family: 'OregonLdo';
}

.tf-sw-partner .partner-item img{
	transform : scale(1.3) !important;
}

.flat-testimonial-v2 .tf-sw-testimonial{
max-width : 100%;
  padding : 105px;
}
.box-tes-item.style-1 {
width : auto;
}

.re-card-title {
    letter-spacing: 1px;
    font-family: 'OregonLdo';
   font-size: 22px !important;
}
   

.re-card-price {
    letter-spacing: 2px;
    font-family: OregonLdo;
}

.re-card-button {
    letter-spacing: 1px;
    font-family: OregonLdo;
    font-weight: 900;
}

.pname {
    font-size: 18px !important;
}

.flat-section .col-md-5 h3 {
  color : #063f5a !important;
  font-family: 'OregonLdo';
font-size: 70px;
font-weight: 100;
}

.novara-about {
  font-family: serif;
  text-align: justify;
padding: 20px 100px;
}

.novara-about-h {
  text-align: justify !important;
padding: 20px 100px !important;
  color: #063f5a !important;
    font-size: 41px !important;
    font-family: 'OregonLdo'!important;
}

.single-detail.ck-content p {
  text-align: justify;
  font-family: serif;
    font-size: 18px;
}

.ft-listing-description {
    font-family: 'OregonLdo';
}

.ft-listing-featured-p {
    font-family: 'OregonLdo';
    font-size: 18px !important;
}
.ft-listing-button {
    font-family: 'OregonLdo';
}

.pdescription{
font-size: 15px !important;
margin-bottom: 6px !important;

}

.latestheading {
color : white !important;
}
.latestheading:hover{
color : "#2e73d9" !important;
}

.pnamelocation{
color : white !important;
  font-family: 'OregonLdo';
}

.flat-contact .contact-content h5 {
    font-family: 'OregonLdo';
}
.contact-info h5 {
    font-family: 'OregonLdo';
}
.single-detail.ck-content p {
    text-align: justify;
    font-family: 'OregonLdo';
}
.tf-btn.primary, .tf-btn:hover {
    background-color: #063f5a;
}
.line-clamp-1, .line-clamp-2 {
    font-family: 'OregonLdo';
}
.archive-bottom .d-flex.align-items-center h6 {
   font-family: 'OregonLdo';
}
.archive-bottom .avatar {
    display: none !important;
}
.box-avatar .avatar {
    display: none !important;
}
.flat-testimonial-v2:before {
    background: #063f5a !important;
}
.wrap-form-comment{
display : none;
}
.single-wrapper-review .single-property-element{
display : none;
}

.single-wrapper-review .wrap-review {
    display: none;
}
.single-wrapper-review .box-title-review {
    color: white;
}
.single-property-contact .title {
    font-family: 'OregonLdo';
}
.single-property-contact .contact-form .ip-group label {
    font-family: 'OregonLdo';
}
.form-label {
    font-family: 'OregonLdo';
}
.single-property-contact .contact-form .ip-group .form-control {
    font-family: 'OregonLdo';
}
.tf-btn.primary, .tf-btn:hover {
    font-family: 'OregonLdo';
    background-color: #063f5a;
}
.main-header .header-lower .nav-outer {
    padding-left: 55px;
}
.mobile-menu .navigation li>a {
    font-family: 'OregonLdo';
}
.mobile-menu .login-box {
    display: none;
}
.mobile-menu .nav-logo {
    background: #0e354c;
}
.mobile-menu .bottom-canvas {
    background: #0e354c;
}
.mobile-menu .navigation li>a {
    color: #ffffff;
}
.mobile-menu .mobi-icon-box .box a { 
   color: #ffffff !important;
}
.mobile-menu .mobi-icon-box .icon {
    color: #f7faff;
}
@media (max-width: 767px) {
    .ft-listing-featured {
        text-align: center;
    }
  .ft-listing-featured-p {
    text-align: center;
  }
  .single-detail.ck-content p {
    line-height: 37px;
    padding: 25px;
  }
  .novara-about-h {
   line-height: 37px;
  }
  .novara-about-h {
    text-align: justify !important;
    padding: 4px 26px !important;
    color: #063f5a !important;
    font-size: 32px !important;
  }
}
.text-truncate {
    font-family: 'OregonLdo';
}
.post-author span {
    font-family: 'OregonLdo';
}
.flat-blog-item .date-post {
    font-family: 'OregonLdo';
}
.flat-blog-item .content-box .description {
    font-family: 'OregonLdo';
}
.flat-blog-detail h3 {
    font-family: 'OregonLdo';
}
.wd-find-select .inner-group .form-style .form-control {
    font-family: 'OregonLdo';
}

.wd-find-select .inner-group .box-filter .filter-advanced {
    font-family: 'OregonLdo';
}
.wd-find-select .inner-group .form-style .nice-select {
    color: #161e2d;
    font-family: 'OregonLdo';
}
.footer .wd-social span {
    color: #fff;
    font-family: 'OregonLdo';
}
footer .content-footer-bottom .copyright {
    color: #a3abb0;
    font-size: 16px;
}
.header-property-detail .content-top .title {
    font-weight: 100;
    font-family: 'OregonLdo';
}
.box-price d-flex align-items-center h4 {
    font-weight: 100 !important;
    font-family: 'OregonLdo' !important;
}
.header-property-detail .content-bottom .info-box .meta-item {
    font-family: 'OregonLdo';
}
.main-header .main-menu .navigation>li>a:before {
    background: #0c6b98;
}
alert.alert-sticky {
    display: none;
}