
.header-banner {
    position: relative;
}
.sticky header {
    z-index: 9999;
}
.banner-cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: auto;
}
.banner-cnt h1 {
    color: #fff;
    font-size: 67.5px;
    margin-bottom: 20px;
    opacity: 0.5;
}
.mask.mask1 {
    position: absolute;
    top: -10px;
    left: 0;
    overflow: hidden;
    color: #c08830;
    font-size: 67.5px;
}
.luxury-effect {
    width: 545.17px;
}
.banner-cnt h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 50px;
}
.banner-cnt .btn {
    color: #fff;
    border: 2px solid #fff;
    font-size: 25px;
    padding: 6px 30px;
}
.all-projects {
    padding: 50px 0;
}
.title {
    text-align: center;
    margin-bottom: 30px; 
}
.title h3 {
    color: #000;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'latosemibold'; 
}
.title p {
    color: gray;
    font-size: 18px;
}
.project-items a {
    position: relative;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.project-items a:after {
    content: "";
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.project-items a span {
    display: block;
}
.project-text {
    position: absolute;
    left: -180px;
    top: 30%;
    color: #c08830;
    font-size: 50px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 100%;
    z-index: 9;
} 
.our-achievement-div {
    background-image: url("../images/home/our-achievement-bg.jpg");
    background-attachment: fixed;
    background-position: 100% 100%;
}
.achievement-item {
    text-align: center;
    padding: 50px 0;
}
.achievement-count {
    color: #c08830;
    font-size: 100px;
    font-family: 'latosemibold';
}
.achievement-item p {
    margin: 0;
    color: #c08830;
    font-size: 40px;
    font-family: 'latosemibold';
}
.feature-project {
    padding: 50px 0;
}
.feature-project-image {
    position: relative;
}
.feature-project-image span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c08830;
    color: #fff;
    padding: 10px;
    font-size: 12px;
}
.feature-project-cnt {
    background-color: #f8f8f8;
    padding: 20px;
}
.feature-project-cnt h4 {
    color: #c08830;
    text-align: center;
    font-size: 30px;
    font-family: 'latosemibold';
    margin: 0;
}
.feature-project-cnt p {
    color: gray;
    text-align: center;
    font-size: 18px;
}
.feature-project-cnt ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.feature-project-cnt ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid gray;
    padding: 12px 0;
}  
.feature-project-cnt ul li span b {
    color: #000;
    font-size: 20px;
}
.feature-project-cnt ul li span .btn {
    background-color: #c08830;
    color: #fff;
}
.top-builder-div {
    background-image: url("../assets/top-builder-bg.jpg");
    background-repeat: no-repeat;
    padding: 50px 0 100px 0;
    position: relative;
    background-size: 100% 100%; 
}
.top-builder-div .swiper-pagination-bullets {
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    position: absolute;
}
.top-builder-div .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fc0;
}       
.testimonials-section {
    padding: 50px 0;
}
.testimonials-div {
    background-color: #332532;
    padding: 20px 0;
    position: relative;       
}
.testimonials-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 0 10px gray;
    margin-top: 10px;
}
.testimonials-item p {
    color: #000;
}
.testimonials-item h5 {
    color: #000;
    font-family: 'latosemibold';
}
.testimonials-item em {
    color: gray;
}
.testimonials-div .swiper-container {
    margin-top: -80px;
    padding-left: 20px;
    padding-right: 20px;
}
.testimonials-section .title {
    margin-bottom: 100px;
}
.testimonials-div .container {
    position: relative;
}
.testimonials-div .container .swiper-button-prev {
    left: -20px;
    border: 1px solid #fff;
    padding: 10px;
    z-index: 1;
}
.testimonials-div .container .swiper-button-prev::after {
    font-size: 24px;
    color: #fff;
}
.testimonials-div .container .swiper-button-next {
    right: -20px;
    border: 1px solid #fff;
    padding: 10px;
    z-index: 1; 
}
.testimonials-div .container .swiper-button-next::after {
    font-size: 24px;
    color: #fff;
}
.btm-footer {
    background-color: #272727;
    padding: 15px 0;
}
.btm-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-icons a {
    background-color: #c08831;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
    border-radius: 100%;
    color: #fff;
    margin: 0 0 0 10px;
}
.form-footer .btn {
    background-color: #c08831;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #c08831;
    padding: 10px 25px;
}
.form-control option {
    color: #000;
}
.top-builder-slider .swiper-slide {
    text-align: center;
}
.view-all-project-btn {
    text-align: center;
    /* margin-top: 20px; */
}
.feature-project-item {
    margin-bottom: 20px;
}
.view-all-project-btn .btn {
    background-color: #c08830;
    color: #fff;
}
.header-banner {
    position: relative;
    background-image: url("../images/home/banner.jpg");
    height: 100vh;
} 
.banner-arrow {
    /* position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 25px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border: 2px solid #fff;
    color: #fff !important;
    overflow: hidden;
    text-decoration: none; */
    position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
z-index: 1;
width: auto;
height: auto;
display: flex;
align-items: center;
justify-content: center;
color: #c88d32 !important;
overflow: hidden;
text-decoration: none;
}
.banner-arrow .fa {
    font-size: 20px;
    /* animation: a9 1.2s infinite; */
}
@keyframes a9 { 
    0%   {transform: translateY(-30px)}
    100% {transform: translateY( 30px)}
} 
.header-banner-div {
    display: none;
}
.fix-mobile-strip {
    display: none;
} 
a.whatsapp {
    background-color: #2fb842;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    border-radius: 100%;
    text-align: center;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 10px;
    bottom: 20px;
    margin: 0;
    z-index: 990;
}
.project-items a .project-item-img img {
    -webkit-transition: all ease-in-out 2s;
    -o-transition: all ease-in-out 2s;
    transition: all ease-in-out 2s;
}
.project-items a:hover .project-item-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/***********************new mobile menu CSS *********************/

/* =========================================
   PROJECTS DROPDOWN - FINAL FIX
========================================= */

.projects-dropdown {
    position: relative !important;
}

/* Projects button */
.projects-btn {
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* Arrow */
.projects-arrow {
    font-size: 11px;
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Dropdown hidden by default */
.projects-menu {
    display: none !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    min-width: 210px !important;
    background: #ffffff !important;
    z-index: 99999 !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.20) !important;
}

/* SHOW DROPDOWN */
.projects-dropdown.open > .projects-menu {
    display: block !important;
}

/* Dropdown links */
.projects-menu li {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.projects-menu li a {
    display: block !important;
    width: 100% !important;
    padding: 12px 18px !important;
    color: #222 !important;
    background: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 600 !important;
}

/* Hover */
.projects-menu li a:hover {
    background: #f5f5f5 !important;
    color: #d89b00 !important;
}

/* Arrow rotation */
.projects-dropdown.open .projects-arrow {
    transform: rotate(180deg);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 1199px) {

    .projects-dropdown {
        position: relative !important;
        width: 100% !important;
    }

    .projects-btn {
        width: 100% !important;
    }

    /*
       IMPORTANT:
       On mobile the submenu stays INSIDE
       the yellow navigation panel.
    */
    .projects-menu {
        position: static !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 5px 0 10px 0 !important;
        padding: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .projects-menu li a {
        padding: 11px 20px 11px 35px !important;
        background: rgba(0, 0, 0, 0.08) !important;
        color: #222 !important;
        font-size: 14px !important;
    }

    .projects-menu li a:hover {
        background: rgba(0, 0, 0, 0.15) !important;
    }

}