@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Jost", serif;

}

.top-nabb {
    background-color: #16243E;
    width: 100%;
    align-items: center;
    padding: 6px 0;
    border-bottom: 0.5px solid rgba(192, 192, 192, 0.268);

}

.information-main {
    display: flex;
    justify-content: space-between;

}

.information-main .info a {
    text-decoration: none;
    color: rgb(227, 227, 227);
    font-size: 14px !important;
    font-weight: 600;


}

.information-main .info a:nth-child(2) {
    margin-left: 10px;
}

.information-main .info a span i {
    color: #E3572B;
    margin-right: 10px;

}

/* icon-div */


.icon-div {
    display: flex;

}

.expert-div {

    background-color: #FFF8F2;
}

.icon-div .login-register {
    margin-right: 20px;
}

.icon-div .login-register a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    font-weight: 600;
}

.icon-div .login-register .mid-text {
    color: white;
    font-size: 13px;
    color: rgb(188, 188, 188);
    font-weight: 600;
}

.icon-div .login-register a span {
    margin-right: 5px;
}

.icon-div .icons {
    width: 100px;
    display: flex;
    justify-content: space-between;
}

.icon-div .icons i {
    color: #D8D8D8;
    font-size: 14px;
}

/* nab bar start */
.navbar {
    background-color: #16243E;
    padding: 20px 0;
}

.navbar-toggler-icon i {
    color: white;
}

.navbar-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    padding: 10px;
    padding-bottom: 0px;
    border-radius: 50px;
    outline: none;
}
.navbar-brand {
    width: 20%;
}
.navbar-brand img {
    width: 60%;
}

.nav-item {
    margin-left: 15px;
}

.nav-item .nav-link {
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 16px;

}

.navbar-nav {
    margin-left: 5%;



}

.dropdown-toggle::after {
    margin-left: 0;
}

.cart-1 {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50%;
    padding: 15px 18px;
    margin-right: 10px;
    position: relative;

}

.cart-1::before {
    content: "0";
    color: white;
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E2572B;
    top: 0px;
    left: -5px;
}

.cart-1 i {
    color: white;
}

.search-1 i {
    color: white;
}

.search-1 {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 50%;
    padding: 15px 18px;
    margin-right: 20px;
}

.search-2 {
    background-color: transparent;
    border: 1px solid #C2DF93;
    border-radius: 30px;
    padding: 15px 25px !important;
    color: #C2DF93;
    font-weight: 600;
    display: block;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.search-2 span i {
    margin-right: 5px;
}

.search-2:hover {
    background-color: #C2DF93;
    color: #16243E;
    transition: 0.5s;
}

.carousel img {
    border-radius: 20px;
    height: auto;
}

.slider {
    background-color: #16243E;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    border-radius: 20px;
    padding-top: 200px;

}

.carousel-item {
    height: 100vh !important;
}

.carousel {
    position: relative;
    overflow: hidden;
    height: 100vh !important;
}

.overlay .content-slider h1 {
    color: white;
    font-size: 78px;
    font-weight: 700;
}

.carousel-control-prev {
    z-index: 0;
}

.nav-pills {
    margin-top: 30px;
}

.tab-content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.304);
    padding: 20px 25px 0 5px;
    border-top-left-radius: 0px !important;

}

.tab-pane {
    display: flex !important;

}


.nav-pills .nav-item .nav-link {
    margin-bottom: -25px !important;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    border-radius: 10px;
    padding: 15px 25px;
    border: 1px solid rgba(255, 255, 255, 0.304);




}

.nav-pills .nav-item #pills-home-tab {
    margin-left: -15px;
    border-bottom-left-radius: 0px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #E3572B;
    border: none;
}

.box {
    border-right: 1px solid rgba(255, 255, 255, 0.31);
    padding: 10px 15px;
}

.box p {
    color: white;
    font-size: 14px;
    margin-bottom: 5px;
}

.box input {
    background-color: transparent;
    border: none;
    outline: none;
    margin-top: 0;

}

.box input::placeholder {
    color: white;
    font-weight: 600;
}

.box button {
    background-color: #CE5631;
    padding: 15px 20px;
    text-decoration: none;
    border: none;
    color: white;
    border-radius: 10px;

}

.box button i {
    margin-right: 5px;
}

.box-last {
    border: none;
}

.button-div-slider {
    margin-top: 50px;
}

.button-div-slider a {
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 15px 25px;
    border-radius: 50px;
    margin-left: 10px;
    font-weight: 600;
    font-size: 16px;

}

.button-div-slider a:hover {
    background-color: #E3572B;
    transition: 0.5s;
}

.button-div-slider a:nth-child(1) {
    margin: 0 !important;
}

.button-div-slider a i {
    margin-left: 10px;
}

.tital {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 112px 0 0 0;
}

.tital span.tag {
    font-size: 18px;
    color: #E3572B;
    font-weight: 600;
}

/* services */
.services .swiper {
    width: 100%;
    height: 100%;
}

.carousel-item {
    background-image: url(../Images/slider-1.jpg);
    background-position: center;
    background-size: cover;

}

.services .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.services .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services {
    background-color: #16243E;
}

.tital span {
    color: white;
}

.tital h1 {
    font-size: 48px;
    font-weight: 700;
    color: white;
}

.tital h1 span {
    color: #AAC587;
}

.servise-main {
    display: flex;
    padding: 60px 0;
    justify-content: space-between;
}


.servise-main .service-box {
    width: 250px;
    color: white;
    text-align: center;
    padding: 40px;
    padding-bottom: 15px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.175);

    position: relative;
    z-index: 1;
    overflow: hidden;

}

.servise-main .service-box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #c2df93;

    inset: 5px;
    transition: 0.3s;
    z-index: -1;
    top: 100%;
    left: 0;
    border-radius: 20px;
}

.servise-main .service-box::after {
    content: "";
    position: absolute;
    height: 99%;
    width: 99%;
    inset: 5px !important;
    left: 1px !important;
    top: 1px !important;
    background-color: #16243E;
    z-index: -1;
    border-radius: 20px;
}

.servise-main .service-box:hover::before {
    top: 0;

}

.servise-main .service-box:nth-child(2)::before {
    top: 0;
    opacity: 0;

}


.servise-main .service-box:nth-child(2) {
    outline: 1px solid #c2df93;

}

.servise-main .service-box:nth-child(2)::before {
    border: none;
}

.servise-main .service-box h1 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 40px;
}

.servise-main .service-box p {
    font-size: 16px;
    font-weight: 400;
}

.servise-main .service-box .ic {
    display: inline-block;
    border: 1px solid white;
    border-radius: 20px;
    padding: 20px 25px;
}

.servise-main .service-box .ic i {
    font-size: 40px;
}


/* swiper sevice */

.swier-2 {
    display: none;
    padding: 30px 0;
}

.swier-2 .service-box {
    width: 90%;
    color: white;
    text-align: center;
    padding: 40px;
    padding-bottom: 15px;
    border-radius: 20px;
    border: 1px solid#c2df93;

    position: relative;
    z-index: 1;
    overflow: hidden;

}



.swier-2 .service-box h1 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 0;
}

.swier-2 .service-box p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    margin: 0;
}

.swier-2 .service-box .ic {
    display: inline-block;
    border: 1px solid #c2df93;
    border-radius: 20px;
    padding: 20px 25px;
}

.swier-2 .service-box .ic i {
    font-size: 40px;
    color: #c2df93;
}


.image-abt {
    background-color: #E9E5E0;
    width: 80%;
    height: 100%;
    margin: 0 auto;
}


.about-home {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    transition: 0.9s;
    background-size: 100% 100%;
    background-position: center !important;
    position: relative;
}

.about-home img {
    width: 100%;
    height: auto;
    mask-image: url(../Images/Frame.png) !important;
    -webkit-mask-image: url(../Images/Frame.png) !important;
    mask-repeat: no-repeat !important;
    mask-size: cover;
    -webkit-mask-size: cover;
    mask-position: center;
    -webkit-mask-position: center;
    transition: transform 0.5s ease-in-out;
    /* Smooth transition for scaling */
    position: absolute;
    transform: scale(1.1);
    margin-top: -10px;
}



.about-one {
    height: 93%;
    width: 80%;
    border-radius: 20px;
    background-color: #E9E5E0;
    position: relative;


}

.about-one::before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 5;
    top: 60px;
    padding: 25px;
    background-size: cover;

    right: 10px;
    background-color: #ffff;
    border-radius: 50%;
}

.bbb {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 2;
    top: 0;
    padding: 25px;
    background-size: cover;

    right: -50px;
    background-color: #E3572B;
    border-radius: 50%;
    animation: faizan linear 8s infinite;
}

@keyframes faizan {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bbb img {
    width: 100%;
}

.about-image {
    width: 100;
    height: 70vh;

}

.about-section {
    background-color: #FFF8F2;
    padding: 100px 0;

}

li {
    list-style-type: none !important;
}

.about-content span {
    font-size: 18px;
    color: #E3572B;
    font-weight: 600;

}

.about-content h1 {
    font-size: 48px;
    color: rgb(35, 34, 34);
    font-weight: 700;
    padding-top: 15px;
}

.about-content p {
    padding-top: 20px;
    line-height: 30px;
    color: gray;
}

.list-ul {
    padding: 0;
}

.list-ul li {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.list-ul li:nth-child(1) {
    margin-top: 30px !important;
}

.list-ul li i {
    color: #E3572B;
    margin-right: 20px;
}

.about-content {
    padding-top: 20px;
}

.main-circle {
    display: flex;
    margin-left: 40px;
}

.main-circle .circle {
    border-radius: 50%;
    border: 1px solid;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;

}

.main-circle .circle:nth-child(2) {
    margin-left: -10px;
}

.main-circle .circle h1 {
    font-size: 22px;
    font-weight: 800;
}

.main-circle .circle p {
    font-size: 15px;
    padding: 0;
    line-height: 20px;
}

.list-box {
    display: flex;

    align-items: center;
}

.about-content a {
    padding: 15px 30px;
    background-color: #16243E;
    border-radius: 50px;
    text-decoration: none;
    color: #B8D48E;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;

}

.about-content a:hover {
    background-color: #E97852;
    color: white;
    transition: 0.5s;
}

.about-content a i {
    margin-right: 10px;
}

.peoperties-div {
    background-color: #16243E;
    padding: 50px 0 0 80px;
    border-radius: 30px;
}

.peoperties-div h1 {
    font-size: 48px;
    color: white;
    font-weight: 600;
}

.peoperties-div p {
    color: #E2572B;
    font-weight: 600;
    font-size: 18px;
    margin-top: 40px;
}

.peoperties-div a {
    text-decoration: none;
    outline: 1px solid #C2DF93;
    color: #C2DF93;
    padding: 15px 30px;
    border-radius: 50px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
}

.peoperties-div a i {
    margin-right: 10px;
}

.peoperties-div a:hover {
    background-color: #E3572B;
    color: white;
    transition: 0.5s;
    outline: none;
}

.property-image {
    display: flex;
    justify-content: end;
}

.head-listing p {
    font-weight: 700;
    font-size: 18px;
    color: #E2572B;
    margin-bottom: 10px;
}

.head-listing h1 {
    color: #16243E;
    font-weight: 700;
    font-size: 48px;
}

.head-listing {
    padding: 50px 0;

}

.head-blog {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
}

.head-blog .btn a {
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 50px;
    background-color: #16243E;
    color: #ADC889;
}

.head-blog .btn a:hover {
    background-color: #CE5631;
    color: white;

}

.head-blog .btn {
    padding-top: 60px;
}

.tab-t {
    border: 1px solid gray;
    width: 200px;
    padding: 30px;
    display: flex;
    margin-left: auto;

}

.box-tab {
    padding: 150px 0 0 0;

}

/* listing swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.card .star-ul {
    display: flex;
    padding: 0;
}

.card .star-ul li img {
    width: 25px;
    opacity: 0;

}

.card .star-ul li {
    width: 20px;
    margin-left: 5px;
}

.card .star-ul li {
    background-color: #FEBB02;
    -webkit-mask: url(../Images/star.svg) no-repeat center;
    mask: url(../Images/star.svg) no-repeat center;
}

.card .star-ul li:nth-child(5) {
    background-color: gray;
}

.card {
    border-radius: 20px;
    text-align: start;
    background-color: #F1F3F3;
    position: relative;
}

.header-card {
    border-radius: 20px;
    overflow: hidden;
}

.icon-ul-card {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.icon-ul-card li {
    font-size: 15px;
}

.butn-card {
    display: block;
    justify-content: space-around;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    color: #16243E;
}

.card-text {
    font-size: 15px;
    color: gray !important;
    line-height: 20px !important;

}

.card-text i {
    margin-right: 10px;
    color: #E2572B;
}

.butn-card h1 {
    font-size: 18px;
    color: #E3572B;
    font-weight: 800 !important;
    padding: 0;
    margin: 0;
}

.butn-card {
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius: 20px;
    padding: 5px;
    padding-left: 20px;
    align-items: center;
}

.card-body {
    padding: 30px;
}

.butn-card a {
    text-decoration: none;
    color: #C2DF93;
    background-color: #16243E;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 12px;
    transition: 0.5s;
}

.butn-card a i {
    margin-right: 5px;
}

.icon-ul-card li i {
    margin-right: 8px;
}

.icon-ul-card li {
    border-right: 0.5px solid rgba(128, 128, 128, 0.414);
    padding-right: 20px;
    font-weight: 600;
    color: gray;
}

.facvoret-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #6A6A7B;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
    border: 0.2px solid rgba(255, 255, 255, 0.573);

}

.facvoret-btn:hover {
    background-color: #E3572B;
    transition: 0.5s;
}

.facvoret-btn i {
    color: white;
}

.card::before {
    content: "";
    background-color: green;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    top: 40%;
    right: 20px;
    background-image: url(../Images/user-1-175x175.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 999;

}

.card:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.card:hover a {
    background-color: #E3572B;
    color: white;

}

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



.accordion {
    display: flex;
    /* Flexbox for horizontal layout */
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.accordion-item {
    flex: 1;
    /* Equal width for all items */
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
    /* Full height */
    transition: flex 0.5s ease-in-out;
    /* Animate flex property */
}

.accordion-item:hover {
    flex: 3;
    /* Expand the hovered item */
}

.accordion-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.overlay-acc {
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(255, 0, 0, 0.126), #152b55cc);
    padding: 40px;
    opacity: 0;
    position: absolute;
    z-index: 9999;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.accordion-item:hover .overlay-acc {
    transform: translateY(0);
    opacity: 1;
}


/* Media Query for 668px
@media (max-width: 668px) {
    .accordion {
        flex-direction: column !important;  /* Ensure items are stacked vertically */

/*   .accordion-item {
        height: 200px;  Adjust height for mobile 
    }

    /*  .accordion-item:hover {
       height: 300px; Increase height on hover for mobile 
    }
} 
*/

.overlay-acc h1 {
    font-size: 18px;
    font-weight: 600;
    color: white;
    z-index: 999;

    padding-top: 230px;


}

.overlay-acc h2 {
    font-size: 30px;
    font-weight: 600;
    color: white;
    z-index: 999;
}

.overlay-acc .content p {
    color: white !important;
    z-index: 999;
}

.overlay-acc .content {
    z-index: 999;
    align-items: start;
    display: flex;
    flex-direction: column;


}

.overlay-acc .content a {
    z-index: 999;
    background-color: white;
    padding: 15px 20px;
    color: #E3572B;
    margin-left: auto;

}

.overlay-acc .content a i {
    transform: rotate(340deg);
}

.overlay-acc .content a:hover {
    background-color: #E3572B;
    color: white;
    transition: 0.5s;
}

.property-heder span {
    color: #E2572B;
    font-size: 22px;
    font-weight: 600;
}

.property-heder {
    padding: 50px 0;
    text-align: center;
}

.property-heder h1 {
    font-size: 48px;
    color: white;
    font-weight: 700;

}

.gallry-man {
    background-color: #16243E;
    padding: 80px 0;
}

.Our-listing-div {
    padding-bottom: 100px;
}

.expert-header span {
    color: #E2572B;
    font-weight: 600;
    font-size: 18px;

}

.expert-header h1 {
    font-size: 48px;
    color: #16243E;
    font-weight: 700;

}

.expert-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
}

.expert-header a {
    color: #AAC587;
    background-color: #16243E;
    padding: 15px 30px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    display: flex;

}

.expert-header a i {
    margin-right: 5px;

}

.expert-header .btn {
    padding-top: 30px;

}

.expert-header .btn a i {
    padding-top: 3px;
}

.expert-header a:hover {
    background-color: #E2572B;
    color: white;
    transition: 0.5s;
}

/* second swiper */
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom {
    opacity: 0;
}

.swiper-pagination-fraction .swiper-main-team .swiper {

    width: 100%;
    height: 100%;
}

.swiper-main-team .swiper-wrapper {
    height: 550px;

}

.swiper-main-team .swiper-slide {
    margin-top: -30px;
    font-size: 18px;
    background-color: transparent !important;
    display: flex;

}

.swiper-main-team .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.team-image {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    position: relative;


}

.team-image img {
    width: 100%;
    border-radius: 20px;
    height: 100%;

}

.up-content {
    position: absolute;
    z-index: 999 !important;
    bottom: -40px;
    margin-left: 35px;
    text-align: start !important;
    width: 85%;
    height: 110px;
    background-image: url(../Images/polygon-team.png);
    background-size: 100% 100%;
    border-radius: 20px;
    padding: 30px;

}

.up-content h1 {
    font-size: 18px;
    font-weight: normal;
    font-weight: 800;
    color: #16243E;
}

.up-content p {
    color: gray;
    font-size: 16px;
    padding: 0;
    margin-top: -8px;
}

.up-content span {
    color: gray;
    font-weight: 500;
    font-size: 20px;

}

.button-share {
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background-color: #E3572B;
    z-index: 999;
    right: 50px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;

}

.team-icon {
    position: absolute;


    width: 50px;
    bottom: 30px;
    right: 40px;
    transition: bottom 0.3s ease, opacity 0.3s ease;
    opacity: 0;

}

.swiper-main-team .swiper-slide:hover .team-icon {
    bottom: 75px;
    opacity: 1;
    transition: 0.5;
}

.team-icon .team-circle {
    width: 40px;
    border-radius: 50px;
    padding: 6px;
    background-color: white;
    margin-top: 5px;


}

.team-icon .team-circle:hover {
    background-color: #16243E;
    color: white;
    transition: 0.5s;
}

/* book property div started here */
.book-property {
    background-color: #16243E;
    padding-bottom: 100px;
}

.book-header span {
    color: #E2572B;
    font-weight: 600;
    font-size: 18px;

}

.book-header h1 {
    font-size: 48px;
    color: white;
    font-weight: 700;

}

.book-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 30px;
}

.book-header a {
    color: #AAC587;
    background-color: #16243E;
    padding: 15px 30px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    display: flex;
    outline: 1px solid #ADC889;

}

.book-header a:hover {
    background-color: #E2572B;
    color: white;
    outline: none;
    transition: 0.5s;
}

.book-header a i {
    margin-right: 5px;

}

.book-header .btn {
    padding-top: 60px;

}

.book-header .btn a i {
    padding-top: 3px;
}

.book-property .carousel-item {
    max-height: 650px;
}

/* swipper --3 */

.book-property .swiper {
    width: 100%;
    height: 100%;
    position: relative !important;
}

.book-property .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-image: url(../Images/s.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;

    height: 100vh;
}

.book-property .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px !important;

}

.book-property .overlay-content {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 80px;

}

.form {
    width: 400px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: 30px;
}

.form .premium {
    width: 100%;
    height: 100%;
    border: 8px solid white;
    text-align: start;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.form .premium p {
    font-size: 14px;
    color: rgb(255, 255, 255);
    margin: 0;

}

.form .premium h1 {
    color: white;
    font-size: 18px;
    margin-top: 10px;

}

.inner-form-property {
    width: 100%;
    height: 100%;
    background-color: white;
    margin-top: -10px;
    padding-bottom: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;



}

.inner-form-property .premium-1 {
    background-color: #F1F3F3;
    width: 96%;
    margin: 0 auto;
    text-align: start;
    padding: 15px 15px;
    border-radius: 16px;
    margin-top: 10px;

}

.inner-form-property .premium-1:nth-child(2) {
    padding: 25px 10px;
}

.inner-form-property .premium-1 p {
    font-size: 14px;
    color: rgb(27, 27, 27);
    margin: 0;

}

.inner-form-property .premium-1 h1 {
    color: #16243E;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 600;


}

.main-box-property {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

.box-property {
    border-right: 1px solid rgba(128, 128, 128, 0.34);
    padding: 0 20px;
    color: gray;
    font-size: 15px;
}

.box-property i {
    margin-right: 5px;
}

.box-property:nth-child(3) {
    border: none;
}

.inner-doller {
    display: flex;
    justify-content: space-between;
}

.inner-doller .img-div {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    overflow: hidden;

}

.inner-doller .img-div img {
    width: 100%;
    height: 100%;


}

.inner-doller h1 {
    font-size: 18px;
    color: #E2572B !important;
    font-weight: 800 !important;

}

.inner-form-property a {
    background-color: #16243E;
    color: white;
    padding: 18px 20px;
    text-decoration: none;
    display: inline-block;
    width: 96%;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
}

.inner-form-property a i {
    margin-left: 5px;
}

.inner-form-property a:hover {
    background-color: #C2DF93;
    color: #16243E;
    transition: 0.5s;
}

.swiper-scrollbar {
    width: 40% !important;
    /* Set the width of the scrollbar to 20% */
    background-color: white !important;
    bottom: 10% !important;
    height: 1.5px !important;
    left: 5% !important;
}

.swiper-scrollbar-drag {
    width: 50% !important;
    transform: translate3d(324px, 0px, 0px);
    background-color: #E3572B !important;
    transition: transform 0.9s ease;
    /* Adds a smooth transition for drag movements */
}

.button-div-main {
    display: flex;
    justify-content: space-between;
    width: 30%;
    margin-left: 30px;
    margin-top: -30px;
}

.cccc {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

.button-div-main a {
    padding: 10px 20px;
    outline: 1px solid white;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    color: white;
    display: inline-block;
    margin-top: 50px;
}

.button-div-main a i {
    margin-left: 5px;
}

.button-div-main a:hover {
    background-color: #E3572B;
    transition: 0.5s;
    outline: none;
}

.main-inner-teami {
    background-color: #ffffff34;
    backdrop-filter: blur(10px);
    padding: 30px;
    width: 40%;
    display: flex;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: 30px;
}

.main-bb {
    display: flex;
    justify-content: space-between;
}

.boxs .inner-bx img {
    width: 50%;
}

.boxs .inner-bx {
    display: flex;
    margin-top: 20px;
}

.boxs .inner-bx span ul {
    display: flex;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.boxs .inner-bx span ul li i {
    color: #FBB03B;
}

.boxs .inner-bx span ul span {
    color: white !important;
}

.boxs span i {
    color: #00B67A;
    margin-right: 5px;
}

.boxs span.headddd {
    font-size: 20px;
    margin-right: 40%;
    font-weight: 800;
    color: white;


}

.boxs {

    width: 50%;
    border-right: 1px solid white;
    padding: 10px;

}

.boxs:nth-child(2) {
    border: none;
}

.inner-bx span {
    margin-left: 5px;
}

/* our client say div */
.our-client-say .round-div {
    width: 100%;
    border-top-right-radius: 50%;
    height: 100vh;

}

.our-client-say {
    background-color: #FFF8F2;

}

.our-client-say .round-div img {
    height: 100%;
    width: 100%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;

}

.our-client-say .head span {
    color: #E2572B;
    font-weight: 600;
    font-size: 18px;

}

.our-client-say .head h1 {
    font-size: 48px;
    color: #16243E;
    font-weight: 700;

}

.our-client-say .head {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* swiper 3 */
.our-client-say .swiper {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.096);
    border-radius: 20px;
    background-color: transparent;

}

.our-client-say .swiper-slide {
    text-align: start !important;
    font-size: 18px;
    background: #FFFFFF;
    border-radius: 20px !important;
    justify-content: center;
    align-items: center;
    z-index: 5;


}

.our-client-say .swiper-slide img {
    display: block;

    object-fit: cover;
}

.client-say img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.cc-content ul {
    display: flex;
    padding: 0;
    font-size: 12px;
    color: #FFA436;
    margin-top: 8px;
}

.cc-content span {
    font-size: 16px;
    color: gray;
}

.cc-content h1 {
    font-size: 22px;
    font-weight: 600;
    color: #16243E;
}

.client-say {
    display: flex;
    width: 100%;

    justify-content: space-between;
}

.client-say svg {
    margin-left: 5px;
}

.cc-content h1 {
    padding: 0;
    margin: 0;
}

.swiper-slide p {
    font-size: 15px;
    color: #16243E;
    line-height: 50px;
}

.our-client-say .swiper-slide::before {
    content: "";
    width: 100%;
    height: 50%;
    border-radius: 20px;
    position: absolute;
    top: 0%;
    background-color: #E2572B;
    left: 0;
    z-index: -999 !important;
}

.inner-swiper-slide {
    background-color: white;
    padding: 50px;
    border-radius: 20px;
    margin-top: 3px;

}


.appint-mnt-head .head span {
    color: #E2572B;
    font-weight: 600;
    font-size: 18px;

}

.appint-mnt-head .head h1 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    padding-top: 20px;

}

.appint-mnt-head .head {
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-appontmnt {
    padding-left: 20%;
    padding-top: 80px;
}

/* aapontment */
.aapontment {
    background-color: #16243E;
}

.main-location-image {
    overflow: hidden;
    padding-top: 30%;

}

.main-location-image img {
    width: 100%;
    height: 100%;
    transform: scale(1.4);
    mix-blend-mode: screen;

}

/* appintment-form */
.appintment-form {
    width: 100%;
    padding-bottom: 100px;


}

.appintment-form .one-input {
    width: 100%;
    display: flex;
    justify-content: space-between;


}

.appintment-form .one-input input {
    width: 47%;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.242);
    outline: none;
}

.appintment-form .one-input input::placeholder {
    color: rgba(255, 255, 255, 0.742);
    font-size: 14px;

}

.appintment-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.742);
    font-size: 14px;

}

.appintment-form select {
    width: 100%;
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.242);
    outline: none;
    color: rgba(255, 255, 255, 0.742);
    font-size: 14px;
}

.appintment-form select option {
    color: black;

}

.appintment-form textarea {
    width: 100%;
    max-height: 200px;
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.242);
    outline: none;


}

.appintment-form a {
    text-decoration: none;
    padding: 15px 30px;
    color: #AEC989;
    outline: 1px solid #AEC989;
    border-radius: 50px;
    display: inline-block;
    margin-top: 20px;

}

.appintment-form a:hover {
    transition: 0.5s;
    background-color: #E2572B;
    color: white;
    outline: none;

}

/* swiper 5 */

/* partner-div */
.partner-div {
    padding: 50px 0;
}

.partner-div .swiper {
    width: 100%;
    height: 100%;
}

.partner-div .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-div .swiper-slide img {
    display: block;
    width: 65%;
    height: 65%;
    object-fit: cover;
    opacity: 0.5;
    transition: 0.5s;
}

.partner-div .swiper-slide:hover img {
    opacity: 1;
    animation: partner linear 1s infinite;
}

@keyframes partner {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

footer {
    background-color: #16243E;
    padding: 120px 0 0 0;
}

.info-phone {
    display: inline-block;
}

.icon-main {
    display: flex;


}

.icon-circle {
    border: 1px solid rgba(255, 255, 255, 0.244);
    border-radius: 50px;
    padding: 10px;
    height: 63px;
    width: 63px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.icon-circle .icon {
    border-radius: 50px;
    background-color: white;
    padding: 5px;
    height: 39px;
    width: 39px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.icon-circle .icon:hover i {
    animation: icon linear 1s infinite;
}

@keyframes icon {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }
}

.icon-circle .icon i {
    font-size: 15px;
    color: #E3572B;
    transition: 1s;

}

#fotr {
    background-color: #E3572B;
    border-radius: 20px;
    padding: 30px;
}

.infon-content {
    margin-left: 10px;
}

.infon-content p {
    font-size: 14px;
    color: white;
    margin-bottom: 2px;
}

.infon-content h1 {
    font-size: 20px;
    color: white;
    font-weight: 400;
    margin: 0;


}

.footer-one img {
    width: 40%;
}

.footer-one p {
    color: rgba(255, 255, 255, 0.732);
    margin-top: 30px;
    line-height: 30px;
    width: 80%;
}

.footer-one .follow-div {
    display: flex;
    margin-top: 30px;



}

.footer-one .follow-div ul {
    display: flex;
    padding: 0;
}

.footer-one .follow-div ul {
    margin-left: 20px;

}

.footer-one .follow-div ul li {
    width: 40px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;

}

.footer-one .follow-div h1 {
    color: rgba(255, 255, 255, 0.764);
    font-size: 16px;
}

.footer-one .follow-div ul li i {
    color: white;
    transition: 0.5s;
}

.footer-one .follow-div ul li:hover i {
    color: #E97852;
    transform: scale(1.2);
}

.footer-two {
    display: flex;
    padding-top: 10px;
}

.footer-two ul {

    padding: 0;
}

.footer-two ul h1 {
    color: white;
    font-size: 20px;
    padding-bottom: 30px;
    position: relative;
}

.footer-two ul h1::before {
    content: "";
    position: absolute;
    height: 3%;
    width: 15%;
    bottom: 20%;
    left: 0;
    background-color: #e3572b;

    transition: 0.5s;
    z-index: 999;
}

.footer-two ul h1::after {
    content: "";
    position: absolute;
    height: 3%;
    width: 50%;
    bottom: 20%;
    right: 30%;
    background-color: #ffffff;

    transition: 0.5s;
    z-index: 999;
}

.footer-two ul li {
    color: rgba(255, 255, 255, 0.715);
    font-size: 16px;
    margin-top: 20px;
}

.footer-two ul li i {
    color: #e3572b;
    font-size: 12px;
    margin-right: 10px;
    font-weight: 800;
}

.footer-two ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.737);
}

.footer-two ul:nth-child(2) {
    margin-left: 103px !important;
}

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

.footer-three ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3%;
    padding: 0;

    margin: 0;

}

.footer-three ul li {
    width: 100%;

    position: relative;
}

.footer-three ul li img {
    height: 100%;
    width: 100%;
}

.footer-three ul li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #e3562bbd;
    opacity: 0;
    transition: 0.5s;
}

.footer-three ul li:hover::before {
    opacity: 1;
}

.footer-three h1 {
    color: white;
    font-size: 18px;
    padding-bottom: 30px;
}

.footer-three {
    padding-top: 10px;
}

.line {
    width: 100%;
    height: 2px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.277);
    margin-top: 70px;
    display: flex;
    color: rgba(255, 255, 255, 0.679);
    justify-content: space-between;
    padding: 20px;
}

.last-two ul {
    display: flex;

}

.last-two ul li {
    margin-right: 20px;
}

@media (max-width:767.99px) {

    .overlay .content-slider h1 {
        font-size: 36px;
    }

    .button-div-slider a:nth-child(3) {
        margin-top: 100px !important;
    }

    .button-div-slider {
        display: inline-block;
    }

    .swier-2 {
        display: block;
    }

    .servise-main {
        display: none;
    }

    .tital h1 {
        font-size: 28px;
        margin-top: 5px;
    }

    .tital {
        padding: 72px 0 0 0;
    }

    .about-home img {
        position: relative;
        width: 100%;
        margin-left: 10px;
    }

    .peoperties-div h1 {
        font-size: 28px;
    }

    .property-image img {
        width: 70%;
    }

    .peoperties-div {
        padding: 0;
    }

    .property-head {
        padding: 60px 30px 30px;
    }

    .about-content h1 {
        font-size: 28px;
        padding: 10px 0;
    }

    .list-box {
        display: inline-block;
    }

    .main-circle {
        margin-left: 20px;
    }

    .main-circle .circle:nth-child(2) {
        margin-left: 15px;
    }

    .list-ul {
        padding-bottom: 30px;
    }

    .accordion {
        display: inline-grid;
    }

    .accordion-item:hover .overlay-acc {
        padding: 20px;

    }

    .overlay-acc h1 {
        padding: 10px;
    }

    .accordion {
        flex-direction: column !important;
        /* Ensure items are stacked vertically */
        height: auto;
        /* Adjust height for mobile */
    }

    .accordion-item {
        height: 100px;
        /* Adjust height for mobile */
    }

    .accordion-item:hover {
        height: 300px;
        /* Increase height on hover for mobile */
    }

    .expert-header h1 {
        font-size: 28px;
    }

    .expert-header {
        display: inline-block;
        padding-top: 70px;
    }

    .expert-header .btn {
        padding-left: 0;
        padding-top: 20px;
    }

    .book-header h1 {
        font-size: 28px;
    }

    .book-header {
        display: inline-block;
        padding-top: 70px;

    }

    .book-header .btn {
        padding: 20px 0 0 0;
    }

    .box-tab {
        padding: 0;

    }

    .tab-t {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .property-heder span {
        font-size: 18px;
    }

    .property-heder h1 {
        font-size: 28px;
    }

    .property-heder {
        padding-top: 0;
    }

    .button-div-main a {
        font-size: 15px;
        padding: 4px 15px 6px;
    }

    .main-inner-teami {
        position: absolute !important;
        width: 80%;
        margin-top: 50px;
        display: none;
    }

    .our-client-say .round-div img {
        height: auto;
    }

    .our-client-say .round-div {
        height: auto;
    }

    .form {
        width: 370px;
        margin: 0 auto;
    }

    .head-listing h1 {
        font-size: 28px;
    }

    .head-listing {
        padding: 50px 0 20px 0;
    }

    .button-div-main {
        display: inline-block;
    }

    .button-div-main a {
        font-size: 15px;
        display: flex;
        padding: 9px 23px 8px;
        justify-content: center;
        align-items: center;

    }

    .cccc .bbt:nth-child(2) {
        margin-left: 20px;
    }

    .sam {
        margin-top: 10px !important;
    }

    .swiper-scrollbar {
        left: 45% !important;
    }

    .our-client-say .head h1 {
        font-size: 28px;
    }

    .cc-content h1 {
        font-size: 18px;
    }

    .inner-swiper-slide {
        padding: 20px;
    }

    .client-say {
        align-items: center;
    }

    .swiper-slide p {
        font-size: 18px;
        line-height: 30px;
        margin-top: 10px;
    }

    .our-client-say {
        padding-bottom: 30px;
    }

    .aapontment {
        padding: 80px 0 50px 0;
    }

    .main-appontmnt {
        padding: 0;
    }

    .one-input {
        display: inline-block !important;
    }

    .appintment-form .one-input input {
        width: 100%;
        margin-top: 20px;
        padding: 12px 20px;
    }

    .appint-mnt-head .head {
        padding: 0;
    }

    .appint-mnt-head .head h1 {
        font-size: 28px;
        padding-top: 5px;
    }

    .appintment-form select {
        padding: 12px 20px;
    }

    .appintment-form textarea {
        padding: 12px 20px;
    }

    .head-blog {
        display: inline-block;
    }

    .head-blog .btn {
        padding-top: 20px;
        padding-left: 0;
    }

    .partner-div .swiper-slide img {
        width: 50%;
        height: 50%;
    }

    .infon-content h1 {
        font-size: 16px;
    }

    .info-phone {
        margin-top: 20px;
    }

    .footer-one p {
        width: 100%;
    }

    .footer-one .follow-div {
        margin-bottom: 10px;
    }

    .footer-one .follow-div ul li i {
        font-size: 20px;
    }

    .footer-two ul h1 {
        font-size: 18px;
        font-weight: 800;
    }

    .footer-two {
        display: inline-block;
    }

    .footer-two ul:nth-child(2) {
        margin-left: 0 !important;
        margin-top: 40px !important;
    }

    .footer-three ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .information-main .info {
        display: none;
    }

    .information-main {
        justify-content: end;
    }

    .navbar-brand img {
        width: 40%;
    }

    .peoperties-div {
        margin-top: 50px;
    }
}

@media (max-width:520px) {
    .navbar-brand {
        width: 65%;
    }

    .navbar-brand img {
        width: 50%;
    }

    .overlay {
        padding-top: 70px;
    }

    .nav-pills .nav-item .nav-link {
        font-size: 14px;
        padding: 6px 14px 5px;
    }

    .tab-content {
        margin-top: 22px;
    }

    .peoperties-div {
        margin-top: 50px !important;
    }

}