* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    overflow-x: hidden;
}
a {
    text-decoration: none !important;
}

.padding {
    padding: 0 160px;
}

body::-webkit-scrollbar {
    /*display: none;*/

}
.carousel-inner .carousel-item .col-lg-3, .carousel-inner .carousel-item .col-md-6{
    border:none;
}
.carousel-inner button{
    background-color: black;
}

  .property-card {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .property-image {
      width: 100%;
      height: 250px;
      overflow: hidden;
    position: relative;
  }
  
  .property-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .tag {
    position: absolute;
    top: 10px;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
  }
  
  .featured {
    left: 10px;
    background-color: #28a745;
  }
  
  .for-rent {
    right: 10px;
    background-color: #343a40;
  }
  
  .property-details {
    padding: 15px;
  }
  
  .property-title {
    font-size: 18px;
    margin: 0;
    color: #333;
  }
  
  .property-price {
    font-size: 16px;
    margin: 10px 0;
    color: #007bff;
  }
  
  .property-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 14px;
    color: #666;
  }
  .prop-icon{
    display: flex;
    align-items: center;
  }
  .property-info span {
    display: flex;
    align-items: center;
  }
  
  .property-info i {
    margin-right: 5px;
    font-size: 16px;
  }
  

/* ----------------------------------------------------nav section start--------------------------------------------------------- */
#nav {
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 0 150px;
    position: relative;
}

#nav .navbar-brand img {
    width: 8%;
    position: absolute;
    top: 10px;
}

ul {
    gap: 25px;
}

.nav-item ul li #active{
    color: #35364A;
}
.nav-item ul li #active:hover {
    color: #000;
}
.nav-item a {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.nav-item ul {
    width: 100%;
    display: none;
    padding: 0 0px 20px 0;
}

.nav-item ul li {
    list-style: none;
    padding: 0;
}

.nav-item ul li a {
    color: #fff;
}

.nav-item ul li:hover {
    border-radius: 5px;
}

.nav-item ul li:hover a {
    color: #35364A;
}

.nav-item:hover ul {
    width: 100%;
    display: block;
}

#nav button {
    border: none;
    background-color: transparent;
}

#nav button i {
    font-size: 30px;
}
.nav-item a:hover {
    color: #ff9c01;
}
.active {
   
    padding: 0px 10px;
    border-radius: 5px;
}
.active_header{
     /*background-color: #ff9c01;*/
    padding: 0px 10px;
    border-radius: 5px;
}


/* -------------------------------mob-menu---------------------------------------------------- */
.nav-bar {
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
    list-style: none;
    position: relative;
    padding: 12px 30px;
}

.nav-bar .menu .nav-item {
    color: #000000;
}

.nav-bar .menu .nav-item a {
    color: #000000;
}

.nav-bar .menu .nav-item i {
    float: right;
}

.nav-bar .menu .nav-item ul {
    padding: 0 20px;
}

.nav-bar .menu .nav-item ul li a {
    font-size: 14px;
}

.nav-bar .menu .nav-item ul li {
    border-bottom: 1px solid #ff9c01;
}

.nav-bar .menu .nav-item ul li:hover {
    background-color: #ff9c01;
}

.nav-bar .menu .nav-item ul li:hover a {
    color: #fff;
}

/* .menu {display: flex;} */
.menu li {
    padding: 0 20px 0 20px;
}

.menu li a {
    display: inline-block;
    text-decoration: none;
    transition: 0.15s ease-in-out;
    position: relative;
    text-transform: uppercase;
}

.menu li a:hover:after {
    width: 100%;
}

.open-menu,
.close-menu {
    position: absolute;
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}

.open-menu {
    color: #ff9c01;
    font-size:30px;
    font-weight:bold;
    top: 80%;
    /*right: 20px;*/
    transform: translateY(-50%);
}

.close-menu {
    top: 20px;
    right: 20px;
}
/*.open-menu:hover {*/
/*    color: #ff9c01;*/
/*}*/

#check {
    display: none;
}

@media(max-width: 3000px) {
    
    .menu {
        flex-direction: column;
        justify-content: center;
        width: 30%;
        height: 100%;
        position: fixed;
        top: 0;
        padding-top: 70px;
        right: -100%;
        z-index: 100;
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        transition: all 0.2s ease-in-out;
    }

    .menu li {
        margin-top: 0px;
    }

    .menu li a {
        padding: 10px;
    }

    .open-menu,
    .close-menu {
        display: block;
    }

    #check:checked~.menu {
        right: 0;
    }
}

@media(max-width: 3000px) {
    .menu {
        flex-direction: column;
        justify-content: center;
        width: 30%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        transition: all 0.2s ease-in-out;
    }

    .close-menu {
        top: 20px;
        right: 50px;
    }

}

@media(max-width: 768px) {
    .menu {
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: #fff;
        transition: all 0.2s ease-in-out;
    }

}

@media(max-width:768px) {
    #nav {
        padding: 0 15px;
    }

    #nav .navbar-brand img {
        width: 20%;
        position: absolute;
        top: 30px;
    }

    .padding {
        padding: 0 25px;
    }

}

@media(max-width: 1000px) {
    #navbarSupportedContent {
        display: none;
    }

    #boot-menu {
        display: none;
    }

}

/* ----------------------------------------------------nav section end-------------------------------------------------- */

.banner {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/Banner.webp) no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    width: 100%;
    height: 80vh;


}

.text {
    padding-top: 120px;
    color: #fff;
}

/* ------------------------------------------search form--------------------------------------------------- */
.banner form {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.banner .top-form {
    width: 100%;
    display: flex;
}

.banner .main-drop {
    width: 16%;
    margin-right: 5px;
}

.banner .main-drop option {
    background-color: #fff;
    color: #35364A;
}

.banner .main-drop select {
    width: 100%;
    padding: 12px 10px;
    border-radius: 0;
    background-color: #35364A;
    border: 1px solid #fff;
}

.banner .main-drop select option {
    width: 100%;
    padding-right: 20px;
}

.banner .searchbar {
    width: 84%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 0px 10px;
}

.banner .searchbar input {
    outline: none;
}

.banner .searchbar button {
    background-color: transparent;
    border: none;
    padding: 10px;
}

.banner select,
input {
    margin-right: 10px;
    background-color: #0057b300;
    padding: 10px;
    border-radius: 4px;
    border: none;
    flex: 1;
    /* Make inputs take available space */
}

select {
    color: #fff;
    outline: none;
    border-radius: 0px;

}

select option {
    color: #000000;
    border: none;
}

.more-option {
    width: 100%;
    display: none;
}

.more-option button {
    width: 100%;
    padding: 10px 10px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}

.more-option button:hover {
    background-color: #fff;
    color: #35364A;
}

#Search-form-2 {
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
    z-index: 1900000;
    position: fixed;
    top: 0;
    display: none;
    padding: 20px;
}

#Search-form-2 #mob-buy {
    width: 100%;
    color: #ffffff;
    background-color: #35364A;
    border: none;
    border: 1px solid #fff;;
    padding: 10px;
}

#Search-form-2 #mob-buy option {
    background-color: #35364A;
    color: #fff;
}

#Search-form-2 .mob-searchbar {
    width: 100%;
    border: 1px solid #35364A;
    display: flex;
    padding: 0 5px;
    margin-top: 5px;
    align-items: center;
    justify-content: space-between;
}

#Search-form-2 .mob-searchbar input {
    outline: none;
}

#Search-form-2 #mob-d {
    width: 100%;
    color: #000;
    padding: 10px;
    border: none;
    margin: 5px 0;
}

#Search-form-2 #mob-submit {
    background-color: #35364A;
    width: 100%;
    border: none;
    border-radius: 0;
    color: #fff;
}

.Search-form-2-logo-close {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.Search-form-2-logo-close img {
    width: 20%;
}

@media(max-width:767px) {
    #sec-dropdown {
        display: none;
    }

    .banner .main-drop {
        width: 100%;
        margin-right: 5px;
    }

    .banner .searchbar {
        width: 100%;
    }

    .banner .top-form {
        width: 100%;
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .more-option {
        padding-top: 10px;
        width: 100%;
        display: block;
    }

    /* #Search-form-2{
        display: block;
    } */
}

/* ------------------------------------------search form end--------------------------------------------------- */

.form-section {
    padding: 60px 150px;
}

.form-wrap {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
}

.form-section h4 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
}

.form-section p {
    color: #ffffff;
}

.form-wrap .leftt {
    padding: 100px;
    border-radius: 20px;
    background: linear-gradient(#35364ae1, #35364ae1), url(img/form-img.webp) no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

#form {
    padding: 40px 60px;
}

#form input,
[type="email"],
[type="tel"],
[type="text"] {
    width: 100%;
    border-radius: 10px;
    border-bottom: 2px solid #ff9c01;
    margin-bottom: 10px;
    outline: none;
}
#form textarea{
    width: 100%;
    border-radius: 10px;
    border-bottom: 2px solid #ff9c01;
    margin-bottom: 10px;
    outline: none;
}
#form #submit {
    margin-top: 30px;
    background-color: #ff9c01;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
}

@media(max-width:767px) {
    .form-section {
        padding: 60px 25px;
    }

    .form-section h4 {
        font-size: 26px;
        text-align: center;
    }

    .form-section p {
        text-align: center;
    }

    .form-wrap .leftt {
        padding: 30px;
    }

    #form {
        padding: 10px 25px;
    }
}

/* -------------------------------------------------property-section---------------------------------------- */
.my-container {
    margin: 0 auto;
    padding-bottom: 60px;
}

.my-container .load-more-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-container .heading {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.my-container .box-container {
    display: grid;
    padding-bottom: 20px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.my-container .box-container .box {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
    border-bottom: 4px solid #35364A;
    /* display: none; */
}

/* .my-container .box-container .box:nth-child(1),
.my-container .box-container .box:nth-child(2),
.my-container .box-container .box:nth-child(3) {
    display: inline-block;
} */

.my-container .box-container .box .image {
    margin-bottom: 20px;
    overflow: hidden;
    height: 250px;
    border-radius: 5px;
}

.my-container .box-container .box .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.my-container .box-container .box:hover .image img {
    transform: scale(1.05);
}

.my-container .box-container .box .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-container .box-container .box:hover .content a {
    color: #ff9c01;
}

.my-container .box-container .box .content a {
    font-size: 20px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: 600;
    transition: 0.2s;
}

.my-container .box-container .box span {
    color: #8c8c8c;
    font-weight: 500;
    font-size: 18px;

}

.my-container .box-container .box .property-icon-box {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
    gap:30px;
    /*justify-content: space-between;*/
}

.my-container .box-container .box .property-icon-box .icon-box {
    /*width: 50%;*/
}

.my-container .box-container .box .property-icon-box .icon-box i {
    margin-right: 10px;
}

.my-container .box-container .box .price-button {
    display: flex;
    padding-top: 15px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #35364A;
}

.my-container .box-container .box .price-button .price {
    color: #000;
    font-weight: 600;
}

.my-container .box-container .box .price-button button {
    border: none;
    background-color: #35364A;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
}

.my-container .box-container .box .price-button button a {
    text-decoration: none;
    color: #fff;

}

#load-more {
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    padding: 8px 50px;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
    background-color: #ff9c01;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width:450px) {

    .my-container .heading {
        font-size: 25px;
    }

    .my-container .box-container {
        grid-template-columns: 1fr;
    }

    .my-container .box-container .box .image {
        height: 200px;
    }

    .my-container .box-container .box .content p {
        font-size: 12px;
    }

    .my-container .box-container .box .content .icons span {
        font-size: 12px;
    }

}

/* -------------------------------------------------property-section end---------------------------------------- */
/* -------------------------------------------------Slider-section start---------------------------------------- */
.gray h3 {
    font-size: 30px;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding-bottom: 50px;
}

.slide-content {
    display: none;
}

.slide-show-sec {
    padding: 50px 0;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.prev-slide,
.next-slide {
    cursor: pointer;
    top: 0%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    /* position: absolute; */
    text-decoration: none;
}

.slide-content {
    padding: 0 50px;
}

.prev-slide,
.next-slide {
    padding: 15px 20px;
    background-color: #ff9c01;
    border-radius: 50px;
}

.arrows {
    padding-top: 50px;
}

/* -------------------------------------------------slider-section end---------------------------------------- */

/* -------------------------------------------------Client-card-section START--------------------------------------- */
.client-text h3 {
    font-size: 30px;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding-top: 30px;
}

.client-text p {
    font-size: 16px;
    text-align: center;
    color: #000;
    padding: 20px;
}

.client-card-sec {
    padding: 50px 0;
}

.client-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 15px;
    
}

.client-card h4 {
    font-size: 18px;
    font-weight: bold;
    color: #ff9c01;
}

.client-card h5 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.client-card p {
    font-size: 16px;
    color: #000000;
}
.client-card button{
    background-color:#ff9c01;
    color: #fff;
    border: none;
    padding: 1px 5px;
    border-radius: 5px;
    margin:0 10px;
}
.client-card img{
    border-radius: 50%;
    margin-bottom:20px;
}


/* -------------------------------------------------Client-card-section END--------------------------------------- */

/* ------------------------------------------------- STORY-section START--------------------------------------- */
.our-story {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #d4d4d4;
}

.story-img img {
    width: 100%;
}

.story-content {
    padding: 25px;
    background-color: #d4d4d4;
    color: #000000;
}

/* -------------------------------------------------OUR STORY-section END--------------------------------------- */


/* -------------------------------------------------Video-section Start--------------------------------------- */

.video-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.video-section .video-img img {
    width: 100%;
    position: absolute;
    transition: 1s;
    object-fit: cover;

}

.video-section .video-video video {
    width: 100%;
    object-fit: cover;

}

.our-story:hover .video-img img {
    opacity: 0;
}

/* -------------------------------------------------Video-section END--------------------------------------- */

/* -------------------------------------------------Footer-section Start---------------------------------------- */
#footer {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    margin-top: 100px;
    padding: 50px 0;
}

#footer #form {
    padding: 20px 0px;
}

#footer img {
    width: 100%;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.social-icons a {
    text-decoration: none;
}

.social-icons i {
    font-size: 18px;
    color: #fff;
    padding: 8px 8px;
    border-radius: 50px;
    transition: 0.3s;
}
.social-icons #blue {
    background-color: #0866ff;
}
.social-icons #red {
    background-color: #e83f3a;
}
.social-icons #nevy {
    background-color: #0678b6;
}
.social-icons #pink {
    background-color: #be3875;
}

.social-icons i:hover {
    font-size: 18px;
    color: #ffffff;
    padding: 8px 8px;
    background-color: #ff9c01;
    border-radius: 50px;
}

@media(max-width:767px) {
    #footer img {
        width: 60%;
    }
}

/* -------------------------------------------------Footer-section end---------------------------------------- */


/* **********************************************LISTING PAGE****************************************** */

.listing-page-banner {
    background: linear-gradient(#35364ab8, #35364ab8), url(img/Banner.webp) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    margin-top: 50px;
    border-radius: 25px;
    padding: 100px 50px;
}

.listing-page-banner h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
}

.listing-page form {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.listing-page .top-form {
    width: 100%;
    display: flex;
}

.listing-page .main-drop {
    width: 16%;
    margin-right: 5px;
}

.listing-page .main-drop option {
    background-color: #fff;
    color: #35364A;
}

.listing-page .main-drop select {
    width: 100%;
    padding: 12px 10px;
    border-radius: 0;
    background-color: #35364A;
}

.listing-page .main-drop select option {
    width: 100%;
    padding-right: 20px;
}

.listing-page .searchbar {
    width: 84%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 0px 10px;
}

.listing-page .searchbar input {
    outline: none;
}

.listing-page .searchbar button {
    background-color: transparent;
    border: none;
    padding: 10px;
}

.listing-page select,
input {
    margin-right: 10px;
    background-color: #0057b300;
    padding: 10px;
    border-radius: 4px;
    border: none;
    flex: 1;
    /* Make inputs take available space */
}

select {
    color: #fff;
    outline: none;
    border-radius: 0px;

}

select option {
    color: #000000;
    border: none;
}

.more-option {
    width: 100%;
    display: none;
}

.more-option button {
    width: 100%;
    padding: 10px 10px;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}

.more-option button:hover {
    background-color: #fff;
    color: #35364A;
}

.close {
    cursor: pointer;
}

@media(max-width:767px) {
    .listing-page-banner {
        padding: 20px;
    }

    .listing-page-banner h1 {
        font-size: 35px;
    }

    #sec-dropdown {
        display: none;
    }

    .listing-page .main-drop {
        width: 100%;
        margin-right: 5px;
    }

    .listing-page .searchbar {
        width: 100%;
    }

    .listing-page .top-form {
        width: 100%;
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .more-option {
        padding-top: 10px;
        width: 100%;
        display: block;
    }

    /* #Search-form-2{
        display: block;
    } */

}

/* --------------------------------ABOUT US START--------------------------------------------------- */

.about-section {
    padding: 60px 150px;
}

.about-wrap {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
}

.about-section h5 {
    color: #ffffff;
    font-size: 25px;
    position: relative;
}

.about-section h5::after {
    content: "";
    width: 30%;
    height: 5px;
    background-color: #ff9c01;
    border-radius: 50px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.about-section h4 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    padding-top: 20px;
}

.about-section p {
    color: #ffffff;
}

.about-wrap .leftt {
    padding: 60px;
    border-radius: 20px;
    background: linear-gradient(#35364ac4, #35364ac4), url(img/video-img-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-wrap .rightt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
}

.about-wrap .rightt p {
    color: #000;
}


/*---------------------------05/23/2025---------------------------------*/

#about-section h5 {
    color: #000;
    font-size: 25px;
    position: relative;
    margin-bottom:10px;
}

#about-section h4 {
    color: #000;
    font-size: 40px;
    font-weight: bold;
    padding-top: 20px;
}

#about-section p {
    color: #000;
}


#about-wrap{
    margin-top:50px;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

#about-wrap #rightt {
    align-items: center;
    justify-content: center;
    padding: 35px;
}

#about-wrap #rightt p {
    color: #000;
}


/*---------------------------05/23/2025---------------------------------*/

@media(max-width:767px) {
    .about-section {
        padding: 60px 25px;
    }

    .about-section h5 {
        font-size: 26px;
        text-align: center;
    }

    .about-section h5::after {
        left: 35%;
    }

    .about-section h4 {
        font-size: 26px;
        text-align: center;
    }

    .about-section p {
        text-align: center;
    }

    .about-wrap .leftt {
        padding: 30px;
    }
}
/* -------------------------------------MAP--------------------------------------------- */

.map-section {
    padding: 30px 150px;
}

.map-wrap {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
}

.map-section h5 {
    color: #ffffff;
    font-size: 25px;
    position: relative;
}

.about-section h4 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    padding-top: 20px;
}

.about-section p {
    color: #ffffff;
}

.map-wrap .leftt {
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-wrap .leftt iframe{
    width: 100%;
    height: 350px;
    border-radius: 10px;
    background-color: red;
}
.map-wrap .rightt {
    display: flex;
    align-items: center;
    padding: 35px;
}
.map-wrap .rightt .info h5{
    color: #000;
    text-align: left;
    font-weight: bold;
    padding-top: 15px;
}
.map-wrap .rightt .info li{
    list-style: none;
    font-weight: bold;
    color: #000;
}
.map-wrap .rightt .info li a{
    text-decoration: none;
    font-weight: 400;
    color: #000;
}
.map-wrap .rightt .info button{
    background-color: #35364A;
    border: none;
    border-radius: 50px;
    color: #fff;
    padding: 7px 35px;
    margin-top: 10px;
}
.map-wrap .rightt .info li span{
    font-weight: 400;
}
.map-wrap .rightt .info .social-icon a{
    text-decoration: none;
}
.map-wrap .rightt .info .social-icon i{
    background-color: #ff9c01;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    border-radius: 50px;
}
.blue{
    background-color: #35364A;
    padding: 30px 160px;
    color: #fff;
}
.img-boox{
    width: 100%;
    height: 220px;
    border-radius: 15px;
    overflow: hidden;
}
.blue img{
    width: 100%;
}
@media(max-width:767px) {
    .blue{
        padding: 30px 20px;
    }
    .map-section {
        padding: 60px 20px;
    }
    .home-auctions .auctions{
        padding-top: 30px;
    }
}
.home-auctions{
    padding: 50px 0;
    background: linear-gradient(#000000a0, #000000a0), url(img/video-img-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    color: #fff;
    text-align: center;
}
.home-auctions h5{
    padding-bottom: 15px;
}
.home-auctions a{
    text-decoration: none;
    color: #fff;
    background-color: #ff9c01;
    padding: 10px 20px;
}





#OFI-SEC{
    padding: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s;
    display: flex;
    align-items: center;
}
#OFI-SEC:hover{
    /* border-top:2px solid #35364A;
    border-bottom:2px solid #35364A; */
    scale: 0.97;
}
#OFI-SEC .ofi-image{
    height: 100%;
}
#OFI-SEC .ofi-image img{
    width: 100%;
    object-fit: cover;
    background-size: cover;
}
.ofi-text{
    padding: 20px;
    position: relative; /* relative positioning for child */
}
.ofi-text h3{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}
.ofi-property-icon-box{
    display: flex;
    align-items: center;
    gap: 15px;
}
.ofi-time{
    background-color: #35364A;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    position: absolute; /* absolute positioning */
    top: 20px; /* distance from top */
    right: 20px; /* distance from right */
}
#OFI_LINK{
    padding: 10px 0;
}

@media(max-width:767px){
    #OFI-SEC{
        display:block;
    align-items: center;
    }
    .ofi-text h3{
        display:block;
    }
    .ofi-time {
        position: static;
        display: inline-block;
        margin-top: 10px;
    }
}
#OFI_DATE{
    font-size: 40px;
    font-weight: bold;
}




















