@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
    font-family: "Jost", serif;
}

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #dd702e !important;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #DD702E;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}



.color {
    color: #16325A;
}

.color2 {
    color: #DD702E;
}

.font {
    font-family: "Cinzel", serif;
}

.text-color {
    color: #696969;
}

.color3 {
    color: #2E2E2E;
}

.color4 {
    color: #7D7D7D;
}

.btn_1 {
    border-radius: 50px;
    display: block;
    width: 186px;
    height: 50px;
    background: #16325a;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_1:hover {
    border: 1px solid #16325A;
    background: transparent;
    color: #16325A;
}


.btn_2 {

    border-radius: 50px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 186px;
    height: 50px;
    background: #DD702E;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    color: #fff;
}

.btn_2:hover {
    border: 1px solid #DD702E;
    background: transparent;
    color: #DD702E;
}

.btn_3 {

    border-radius: 50px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 186px;
    height: 50px;
    background: #fff;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    color: #DD702E;
    font-weight: 500;
}

.btn_3:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

header.fixed-top {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
}

header .logo {
    width: 190px;
}

header.fixed-top .logo {
    width: 150px;
}

.carousel,
.carousel-inner {
    overflow: hidden;
}






header.fixed-top .btn_1 {
    width: 150px;
}

header .nav-link {
    padding-left: 30px !important;
    font-weight: 500;
    color: #9A9A9A;
}

header .nav-link.active {
    color: #DD702E !important;
}


section.banner {
    color: white;
    margin-bottom:100px;

}

.swiper-slide img,
.swiper-slide,
.swiper-slide-active {
    transition: all 1s ease-in-out;
}

section.banner .content {
    position: absolute;
    top: 50%;
    /* left: 0; */
    transform: translateY(-50%);
    color: #fff;
}

section.banner h1 {
    font-size: clamp(30px, 2vw + 1rem, 67px);

}

section.banner p {
    font-size: 1.2rem;
    font-weight: 300;

}

/* Slider Styles */
section.banner .carousel-item {
    /*height: 98vh;*/
    /*min-height: 300px;*/
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}



.carousel-indicators {
    border-radius: 10px !important;
    bottom: 120px !important;
}


.carousel-indicators .active {
    background-color: #DD702E;
}



section.about .round {
    background-color: #fff;
    position: absolute;
    border-radius: 100px 100px 0 0;
    top: -59px;
    height: 59px;
    width: 100%;
}

section.about h2 {
    font-size: 40px;
    line-height: 39px;
}

section.about img {
    width: 170px;
    margin: 0 auto;
}


section.spaces {
    background: linear-gradient(180deg, #ebf2fd 0%, rgba(255, 255, 255, 0) 100%);
    /* overflow: hidden; */

}

section.spaces .card {
    border: 0.50px solid #dd702e;
    border-radius: 30px;
    height: 100%;
    position: relative;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.11);
}

section.spaces .card h3 {
    color: #DD702E;
    opacity: 16%;

}

section.spaces .card .box {
    background-color: #FFF5EF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    right: 19px;
    top: 15px;
}

section.spaces .card .box img {
    width: 40px;
}

section.featured .aprt {
    height: 450px;
    object-fit: cover;
    border-radius: 40px 40px 0 0;
}

section.featured .card {
    border-color: #DD702E;
    border-radius: 40px 40px 0 0;
    height: 100%;
    transition: all 0.5s ease;
}

section.featured .card:hover {
    transform: scale(0.98);
}

section.featured .rotate {
    transition: all 1s ease;
}

section.about .lh {
    line-height: 45px;
}


section.featured .box {
    color: #002963 !important;
}


section.ads {
    margin: 100px 0;
}

section.ads .box {
    backdrop-filter: blur(8.699999809265137px);
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #dd702e;
    border-radius: 35px;
    padding: 30px;
    position: absolute;
    top: 70px;
    right: 50px;
}



section.choose .box {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}

section.choose .box img {

    width: 60px;

}

section.choose {

    background: linear-gradient(180deg, #ebf2fd 0%, rgba(255, 255, 255, 0) 100%);
    padding-top: 100px;
}

section.choose .other img {

    width: 50px;
    height: 50px;
    object-fit: contain;
}


section.testimonials {
    margin-top: 100px;
    margin-bottom: 50px;
}

section.testimonials .card {
    box-shadow: 0 3px 29px 0 rgba(0, 0, 0, 0.13);
    background: #fff;
    border: 1px solid #dd702e;
    border-radius: 50px;
    padding: 50px;
}


section.testimonials .height {
    height: 300px;
    object-fit: cover;
    border-radius: 40px;
    position: absolute;
    top: -70%;
}


section.testimonials .owl-theme .owl-dots {
    display: none;
}


section.testimonials .owl-theme .owl-nav {
    position: absolute;
}

section.testimonials .owl-next {
    background-color: transparent !important;
}

section.testimonials .owl-prev {
    background-color: transparent !important;
}

section.testimonials .owl-theme .owl-nav {
    position: absolute;
    top: -74px;
    right: 0;
}


section.form {
    background-color: #FFF5EF;
}

section.form .contact-container {
    padding: 50px 0;
}

section.form .contact-form {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-form input {
    font-size: 16px !important;
}

.contact-form textarea {
    font-size: 16px !important;
}


section.form .form-control,
section.form .form-select {
    border-radius: 5px;
    height: 45px;
}

section.form .form-control:focus,
section.form .form-select:focus {
    border-color: #ff7f00;
    box-shadow: none;
}

section.form .contact-info {
    text-align: left;
    padding: 20px;
}


section.form .map-container {
    border-radius: 8px;
    overflow: hidden;

}



.footer {
    background: url('../Images/footer.webp') no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 50px 0;
    position: relative;
}


.footer p {
    font-size: 14px;
    line-height: 1.6;
}

.footer-links a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 8px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #f5a623;
    /* Orange */
}

.footer-icons {
    margin-top: 15px;
}

.footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: white;
    color: #0a2540;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    margin-right: 10px;
    transition: all 0.3s;
}

.footer-icons a:hover {
    background: #ffffff;
    color: white;
}

.footer-contact i {
    font-size: 18px;
    color: #f5a623;
    margin-right: 8px;
}



.footer-bottom {
    background: #002963;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}



section.banner .contact-form {
    position: absolute;
    top: 45%;
    right: 15%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: #fff;
    width: 400px;
    padding: 20px;
    border-radius: 20px;
}

section.banner .form-control:focus,
section.banner .form-select:focus {
    border-color: #ff7f00;
    box-shadow: none;
}


section.about .cricle {
    width: 240px;
    height: 240px;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid #DD702E;
    margin-bottom: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.about .cricle h2 {
    font-size: 50px;
}

section.about {
    margin-top: -100px;
}


section.search .form-control:focus,
section.search .form-select:focus {
    border-color: #ff7f00;
    box-shadow: none;
}

section.search .form-select {
    border: 0;
}

section.search .container {
    width: 50vw;
    padding: 20px;
    border-radius: 10px;
    transform: translateY(-50%);
}

section.featured .ongoing {
    position: absolute;
    padding: 10px;
    background: #fff75b;
    border-radius: 15px;
    top: 20px;
    right: 20px;
    font-size: 14px;
    transition: all 0.6s ease;


}

/* section.featured .card:hover .ongoing {
opacity: 1;

} */


section.featured .completed {
    position: absolute;
    padding: 10px;
    background: #89ff5b;
    border-radius: 15px;
    top: 20px;
    right: 20px;
    font-size: 14px;
    transition: all 0.6s ease;
}



.bottom-bar {
    width: 400px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    position: fixed;
    align-items: center;
    z-index: 10000;
    border-radius: 40px;
    border: 1px solid #d0d0d0;
    bottom: 20px;
    padding: 10px 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease;
    opacity: 0;
    pointer-events: none;
}


.bottom-bar.active {
    position: fixed;
    opacity: 1;
    pointer-events: all;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(19.200000762939453px);
    background: rgba(255, 255, 255, 0.38);
}

.bottom-bar .box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #000;
    padding: 15px;
    border-radius: 40px;
    /* background-color: #DD702E; */
    transition: all 0.5s ease;
}

.bottom-bar .box:hover {
    color: #ffffff;
    background-color: #DD702E;
    border-radius: 40px;
}

.bottom-bar .box:hover i {
    color: #fff;
}


.slider-container {
    width: 100%;
    height: 100px;
    overflow: hidden;
    display: flex;

    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-container-word {
    width: 100%;
    margin-bottom: 20px;
}

.text-container-word-wrapper {
    transition: transform 0.5s, opacity 0.5s;
    opacity: 0;
    transform: translateY(100%);
}

.text-container-word-wrapper.active {
    opacity: 1;
    transform: translateY(0);
}

.home-overview-word {
    font-size: 68px !important;
    color: #ff9933;
    letter-spacing: 2px;
}


.breadcam span {
    margin: 0px 10px 0px 10px;
}

.bg-blue {
    background-color: #16325A;
}

.bg-orange {
    background-color: #DD702E;
}

.border5 {
    border: 0.5px solid #16325A;
    border-radius: 20px 20px 0px 0px;
}

.border6 {
    border-radius: 20px 20px 0px 0px;
}

.p-details li {
    margin-bottom: 5px;
}


#test-slider .item img {
    height: 650px;
    /* height: 100%; */
    width: 100%;
    object-fit: cover;
}

.bgallpoints {
    background: linear-gradient(180deg, #EBF2FD 0%, rgba(255, 255, 255, 0) 100%);
}

.gap {
    margin-bottom: 100px;
}

.plan img {
    height: 450px;
    width: 100%;
    object-fit: contain;
}

.color5 {
    color: #6C757D;
}

.color6 {
    color: #343A40;
}

.accordion li {
    color: #6C757D;
    margin-bottom: 10px;
}


/* Accordion */
.accordion-button:focus {
    outline: none;
    box-shadow: unset;
}

.accordion-item:first-of-type {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.accordion-button:not(.collapsed) {
    background-color: unset !important;
}

.sticky {
    position: sticky;
    top: 70px;
    overflow: auto;
}


section.banner_project {
    background: url('../Images/our-project_banner.webp') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 180px;
    display: grid;
    place-content: center;
}
section.banner_contact {
    background: url('../Images/contact_banner.webp') no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 180px;
    display: grid;
    place-content: center;
}


/* section.discover_main {
    min-height: 300vh;
    position: relative;
    overflow: hidden;
} */

section.wrapper {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

section.wrapper .wrapper-inner {
  height: 100vh;
  position: relative;
    overflow: hidden !important;
}

section.wrapper .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  will-change: clip-path;
}

section.wrapper .img_1 {
    background-image: url("../Images/Mirage-Towers/1.webp");
}

section.wrapper .img_2 {
    background-image: url("../Images/Mirage-Towers/2.webp");
  
}

section.wrapper .img_3 {
    background-image: url("../Images/Mirage-Towers/3.webp");

}

section.wrapper .img_4 {
    background-image: url("../Images/Mirage-Towers/4.webp");

}

section.wrapper .img_5 {
    background-image: url("../Images/Mirage-Towers/5.webp");

}

section.wrapper .img_6 {
    background-image: url("../Images/Mirage-Towers/6.webp");
} 


section.wrapper .text_content{
    position:sticky;
    top: auto;
    left: 40px;
    z-index: 2;
    max-width: max-content;
    background-color: #f5a623;
    color: #fff;
    padding: 10px;
    bottom: 50px;
}


.tabs-container {
    display: flex;
    background-color: #ffffff; /* White background for the tab bar */
    border-radius: 50px; /* Highly rounded corners */
    padding: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    width: max-content;;
    margin: 0 auto;
}

.tab {
    padding: 12px 25px; /* Adjust padding for desired tab size */
    border-radius: 50px; /* Rounded corners for individual tabs */
    cursor: pointer;
    color: #555; /* Default text color for inactive tabs */
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap; /* Prevents text from wrapping */
}

/* 
.soon{
  position: absolute;
    padding: 10px;
    background: #fff75b;
    border-radius: 15px;
    top: 20px;
    right: 20px;
    font-size: 14px;
    transition: all 0.6s ease;
} */