section.banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 700px;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
}

body section.banner.full-height {
    height: 100vh !important;
    min-height: unset !important;
}

section.banner h1 {
    font-size: 50px;
    font-weight: normal;
    color: #fff;
    text-transform: capitalize;
    padding: 0 50px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.banner h1 span{
    color: #fff;
}

.about-us-text{
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    max-width: 500px;
    margin: 10px auto 0;
    text-align: center;
}

.featured-properties-btn-wrap{
  text-align: center;
}
.featured-properties-btn-wrap a{
  margin-top: 20px;
  margin-bottom: 2px;
  color: var(--text-color);
}
.featured-properties-grid .feature-thumb-bx-main .image-wrap .swiper .swiper-button-next.featured{
    right: var(--swiper-navigation-sides-offset, 10px) !important;
}
.featured-properties-grid .feature-thumb-bx-main .image-wrap .swiper .swiper-button-prev.featured{
    left: var(--swiper-navigation-sides-offset, 10px) !important;
}
.featured-properties-grid .feature-thumb-bx-main .image-wrap .swiper .swiper-button-next.featured,
.featured-properties-grid .feature-thumb-bx-main .image-wrap .swiper .swiper-button-prev.featured{
    top: var(--swiper-navigation-top-offset, 50%) !important;
}
.featured-properties-grid .feature-thumb-bx-main .image-wrap .swiper .swiper-slide{
    aspect-ratio: 3/2;
}
.featured-properties-grid .feature-thumb-bx-main .image-wrap .swiper .swiper-pagination{
    width: calc((8px + calc(12px / 2))* 5);
    position: absolute;
    bottom: 12px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    display: flex;
}
.featured-properties-grid .feature-thumb-bx-main .image-wrap .swiper .swiper-button-prev,
.featured-properties-grid .feature-thumb-bx-main .image-wrap .swiper .swiper-button-next{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #fff;
    box-shadow: 0px 4px 8px rgb(0, 0, 0, 0.24);
    opacity: 0;
}
.featured-properties-grid .feature-thumb-bx-main .image-wrap .swiper .swiper-button-prev:hover,
.featured-properties-grid .feature-thumb-bx-main .image-wrap .swiper .swiper-button-next:hover{
    transform: scale(1);
    background-color: #f6f6f4;
}
.featured-properties-grid .feature-thumb-bx-main .image-wrap .swiper .swiper-button-prev svg,
.featured-properties-grid .feature-thumb-bx-main .image-wrap .swiper .swiper-button-next svg{
    all: unset;
}
.featured-properties-grid .feature-thumb-bx-main:hover .swiper-button-prev,
.featured-properties-grid .feature-thumb-bx-main:hover .swiper-button-next{
    opacity: 1 !important;
}
.featured-properties-grid .feature-thumb-bx-main .swiper-button-prev::after,
.featured-properties-grid .feature-thumb-bx-main .swiper-button-next::after{
    display: none !important;
}
.network-hr{
    margin: 2rem 0!important;
    width: 5rem !important;
    border-radius: .25rem !important;
    border-bottom: .2rem solid var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.btn-global {
  outline: none;
  cursor: pointer;
  border: 3px solid var(--primary-color);
  padding: 10px 25px;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  background: var(--primary-color);
  color: #000;
  position: relative;
  z-index: 10;
  transition: color 0.3s;
  line-height: 26px;
 }

 .btn-global::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
 }

 .btn-global::after {
  content: "";
  background: #f0f0f0;
  width: 120%;
  left: -10%;
  transition: transform 0.55s cubic-bezier(0.3, 1, 0.8, 1);
 }

 .btn-global:hover::after {
  transform: translate3d(100%, 0, 0);
 }

 .btn-global:hover{
  color: #fff;
 }
 .btn-global.white::after{
  background-color: #fff;
 }
 .btn-global.get-in-touch::after{
    background: var(--primary-color);
}
.btn-global.get-in-touch{
    border: 2px solid #bc8418;
    background-color: #bc8418;
    color: #fff;
}
.mySwiper img {
    width: 100%;
}

section {
    /* background-color: #f0f0f0; */
}

section.featured-properties-section {
    background-color: #fff;
}
section.banner.network-banner{
    min-height: 100vh;
}
.service-content {
    /* padding: 30px 0; */
    padding: 40px 0 10px;
}

.service-content h6 {
    /* font-size: 30px; */
    font-size: 28px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.service-content p {
    /* font-size: 20px; */
    font-size: 18px;
    font-weight: lighter;
    line-height: 26px;
    /* margin-bottom: 40px; */
    margin-bottom: 20px;
    color: var(--text-color);
}

.service-content h5 {
    font-size: 30px;
    color: var(--primary-color);
    font-weight: bold;
    /* padding-bottom: 15px; */
    padding-bottom: 20px;
}

.properties-link-box a {
    font-size: 20px;
    color: var(--text-color);
    text-decoration: none;
    line-height: 30px;
}

.properties-link-box a:nth-child(1) {
    margin-right: 24px;
}

.properties-link-box a:nth-child(2) {
    margin-left: 30px;
    position: relative;
}

.properties-link-box a:nth-child(2):before {
    content: "";
    position: absolute;
    top: -5px;
    left: -30px;
    height: 150%;
    width: 3px;
    background-color: #000;
}

.view-website-links {
    gap: 15px;
    margin-bottom:60px;
}

.view-website-links a {
    /* border: 2px solid var(--primary-color);     */
    font-weight: bold;
    justify-content: center;
    font-size: 20px;
    color: var(--text-color);
    text-decoration: none;
    width: fit-content;
    border-radius: 50px;
    /* min-width: 220px; */

}

.view-website-links .office-ad-bx {
    margin-top: 25px;
    position: relative;
}

.view-website-links a.close-btn {
    position: absolute;
    right: -9px;
    top: -5px;
    color: #404040;
    font-size: 20px;
    padding: 0;
    border: 0;
}

.office-ad-bx p {
    margin-bottom: 15px !important;
    color: var(--text-color);
}

i.icons {
    margin-right: 10px;
}

.f-cont-list {
    display: flex;
    margin-bottom: 10px;
}

.f-cont-list a {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    border: 0;
    text-align: start;
}

.service-content hr,
.service-box hr {
    border: 2px solid #bc8418;
    opacity: 1;
    width: 300px;
    background-color: transparent;
    margin: 20px auto 0;
}

.service-box hr {
    margin: 70px auto 0;
}

/* .service-section {
    padding: 60px 0;
} */

.service-section h2 {
    font-size: 30px;
    color: var(--primary-color);
    /* font-weight: bold; */
    /* padding-bottom: 15px; */
    padding-bottom: 20px;
}

.service-section .service-box .service-card ul {
    list-style: inside square;
    padding-left: 35px;
}

.service-section .service-box .service-card ul li {
    padding: 5px 0;
    font-size: 18px;
    color: var(--text-color);
}

.service-card:nth-child(2n) .row {
    flex-direction: row-reverse;
}

.service-section .service-card:nth-child(2n-1) .row {
    flex-direction: row-reverse;
}

.service-section .service-card:nth-child(2n) .row {
    flex-direction: row;
}

.service-section .service-card .service-card-content h4 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 15px;
}

.service-section .service-card .service-card-content p {
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
}

.service-section .service-card .service-card-image img {
    height: 300px;
}

.brand-marketer-message {
    background-color: var(--primary-color);
    padding: 60px 0;
}

.brand-marketer-message span.brand-marketer-text {
    font-size: 27px;
    color: #fff;
    position: relative;
    margin-bottom: 0;
}

.brand-marketer-message span.brand-marketer-text::before,
.brand-marketer-message span.brand-marketer-text::after {
    content: '“';
    position: absolute;
    top: -5px;
    left: -10px;
    font-size: 70px;
    line-height: 0;
}

.brand-marketer-message span.brand-marketer-text::after {
    bottom: 5px;
    right: 0;
    top: unset;
    left: unset;
    transform: rotate(180deg);
}

.brand-marketer-message .brand-marketer-image {
    max-width: 350px;
    width: 100%;
    max-height: 450px;
    min-height: 450px;
    object-fit: cover;
}

.brand-marketer-message .brand-marketer-name {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-top: 10px;
}

.brand-marketer-message .brand-marketer-name+p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.location-gallery {
    /* padding: 100px 0 60px; */
    padding: 30px 0;
}

.location-gallery .col {
    width: calc(100% / 4);
    flex-grow: 0;
    flex-basis: calc(100% / 4);
    max-height: 650px;
    padding: 0 15px;
}

.location-gallery .col img {
    max-height: 650px;
    height: 100%;
    object-fit: cover;
    min-height: 650px;
}

.visit-our-site {
    background-color: var(--primary-color);
    padding: 30px 0;
}

.visit-our-site a {
    text-decoration: none;
    width: fit-content;
    font-weight: 700;
    text-align: center;
    border: 2px solid #b7812f;
    margin: 0 auto;
    border-radius: 50px;
    text-transform: uppercase;
    position: relative;
}

.featured-properties-section {
    padding: 30px 0;
}

.featured-properties-section .row {
    justify-content: flex-start;
    row-gap: 0;
}

.featured-properties-section h3 {
    font-size: 42px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.featured-properties-section .col {
    width: calc(100% / 3);
    flex-basis: calc(100% / 3);
    flex-grow: 0;
}

.featured-properties-section .property-card .property-image {
    height: 350px;
}

.featured-properties-section .property-card .property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-properties-section .property-card .property-meta {
    border-bottom: 1px solid #8b8577;
    border-left: 1px solid #8b8577;
    border-right: 1px solid #8b8577;
    padding: 10px 10px 23px 10px;
}

.featured-properties-section .property-card .location-name {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-size: 16px;
}

.featured-properties-section .property-card .property-title {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    min-height: 100px;
    display: block;
    line-height: 30px;
}

.featured-properties-section .property-card .property-features {
    display: flex;
    gap: 20px;
}

.featured-properties-section .property-card .property-features span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: bold;
}

.featured-properties-section .property-card .property-features img {
    width: 28px;
}

.featured-properties-section .property-card .property-price {
    padding-top: 15px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
}

.place-size {
    font-weight: 800;
}

.featured-properties-grid [class*="col"] {
    margin: 25px 0;
}

.featured-properties-grid [class*="col"] .amenitites [class*="col"],
.featured-properties-grid [class*="col"] .amenitites [class*="col"] img {
    padding: 0;
    margin: 0;
}

.featured-properties-grid .amenitites .row {
    gap: 20px;
    margin: 0;
}

.featured-properties-grid .amenitites {
    min-height: auto;
    margin: 15px;
    min-height: 24px;
}

.featured-location-card-box .featured-location-card-box-meta {
    padding: 10px 10px 0 10px;
}

.feature-thumb-bx-main .location {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    display: block;
}

.featured-location-card-box {
    /* border-bottom-left-radius: 10px;  */
    overflow: hidden;
    /* border-bottom-right-radius: 10px; */
    background-color: #fff;
    padding-top: 10px;
}

.feature-thumb-bx-main h2 {
    /* font-size: 20px;  */
    font-size: 17px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    /* min-height: 100px; */
    display: block;
    /* line-height: 30px; */
    line-height: 26px;
    letter-spacing: 0.1px;
    /* margin-bottom: 20px; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.feature-thumb-bx-main h3 {
    /* font-size: 20px;  */
    font-size: 17px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    /* min-height: 100px; */
    display: block;
    /* line-height: 30px; */
    line-height: 26px;
    letter-spacing: 0.1px;
    /* margin-bottom: 20px; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feature-thumb-bx-main .hm-feature-thumb-bx {
    margin-bottom: 0;
}

.feature-thumb-bx-main .price {
    margin: 10px 0 15px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    display: block;
    padding: 0;
    transition: 0.3s ease-in-out;
    /* margin-top: 20px; */
    /* border-top: 1px solid #8b8577; */
}

.feature-thumb-bx-main:hover {
    box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.32) !important;
}

/* .feature-thumb-bx-main:hover .price {
    background-color: var(--primary-color);
    color: #fff;
} */

.propert-column-box .image-wrap {
    /* height: 350px; */
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
}

.feature-thumb-bx-main .hm-feature-thumb-bx img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.feature-thumb-bx-main {
    text-decoration: none;
    display: block;
    box-shadow: 0px 1px 2px rgb(0, 0, 0, 0.32);
    border-radius: 2px;
}

.for-hover-effect {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    background: rgba(250, 250, 250, 0.89);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px;
}

.feature-thumb-bx-main:hover .for-hover-effect {
    bottom: 0;
}

.feature-thumb-bx-main .for-hover-effect p {
    color: #1A1B26;
    line-height: 24px;
}

.featured-properties-grid [class*="col"] .amenitites [class*="col"],
.featured-properties-grid [class*="col"] .amenitites [class*="col"] img {
    padding: 0;
    margin: 0;
}

.feature-thumb-bx-main .amenitites [class*="col"] {
    margin: 20px 0;
}

.featured-properties-grid [class*="col"] {
    margin: 25px 0 0;
}

.network-page-description{
    color: var(--text-color);
}

@media (min-width: 1800px) {
    .amts-box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .featured-properties-section .container, .service-content .container {
        max-width: 1440px !important;
        padding: 0 40px;
    }
}
@media only screen and (max-width: 1799px){
    .featured-properties-section .container, .service-content .container {
        max-width: 1440px !important;
        padding: 0 40px;
    }
}
@media(min-width:1410px){
    .service-content p{
        margin-bottom: 20px;
    }
}
.amts-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.amts-box .count {
    font-weight: 400;
    color: var(--text-color);
    margin-left: 5px;
}

.feature-thumb-bx-main .hm-feature-thumb-bx {
    margin-bottom: 0;
}

.feature-thumb-bx-main .hm-feature-thumb-bx {
    position: relative;
}

.for-overlay-hover {
    overflow: hidden;
}

.button-4.arrow {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    color: #404040;
    border-bottom: 1px solid #404040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-4.arrow:after {
    background: url(/public/images/button-arrow.svg) no-repeat center center;
    content: "";
    display: block;
    height: 10px;
    width: 16px;
    margin-left: 12px;
}
@media(max-width: 1200px){
    .featured-properties-section .container, .service-content .container {
        padding: 0 35px;
    }
}
@media only screen and (max-width: 991px) {
    .featured-properties-section .col {
        flex-basis: calc(100% /2);
    }

    .location-gallery .col {
        flex-basis: calc(100% / 3);
        overflow-x: scroll;
    }

    .location-gallery .row {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .service-section h2 {
        margin-bottom: .5rem;
    }
    body .service-content p {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .featured-properties-section .container, .service-content .container {
        padding: 0 30px;
    }
    .service-box hr {
        margin-top: 30px;
    }

    .service-section h2 {
        font-size: 30px;
    }

    .brand-marketer-message .col-md-6:nth-child(2) {
        padding-top: 80px;
    }

    .brand-marketer-message span.brand-marketer-text {
        margin-top: 45px;
        font-size: 22px;
        padding-bottom: 22px
    }

    .view-website-links {
        margin-top: 40px;
        padding: 0;
    }

    .featured-properties-section h3 {
        font-size: 35px;
    }

    .location-gallery .row {
        overflow: scroll;
    }

    .location-gallery .col {
        flex-basis: calc(100% / 2);
    }

    .view-website-links .office-ad-bx {
        width: 300px;
    }

    .featured-properties-grid [class*="col"] {
        width: 50%;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 575px) {
    .visit-our-site a {
        font-size: 20px;
    }

    .featured-properties-section .col {
        flex-basis: 100%;
    }

    .location-gallery .col {
        flex-basis: calc(100%);
    }

    .view-website-links {
        flex-direction: column !important;
    }

    .view-website-links a:not(.close-btn) {
        width: 100%;
    }

    .service-content h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .service-section .service-box .service-card ul {
        list-style: square;
    }

    .featured-properties-grid [class*="col"] {
        width: 100%;
    }
}

@media only screen and (max-width: 503px) {
    .properties-link-box {
        flex-direction: column;
    }

    .properties-link-box a {
        margin: 0 !important;
        display: block;
    }

    .properties-link-box a:nth-child(2):before {
        content: none;
    }
}

@media only screen and (max-width:375px) {

    .service-content hr,
    .service-box hr {
        width: 80%;
    }
}
