@import url('alegreya.css');
@import url('questa.css');
@import url('adelle-script.css');
@import url('//fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('//fonts.googleapis.com/css2?family=Bebas+Neue&family=Dancing+Script:wght@400..700&display=swap');

body{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
p,
ul{
    font-size: 15px !important;
}
.header{
    background-color: #e8ae4b;
}

.header .contact .fa-phone{
    color: #fff;
    font-size: 20px;
    width: 43px;
    height: 43px;
    border-radius: 36px;
    margin-left: 20px;
    background-color: #0aa106;
    border: 0px solid #0aa106;
    align-items: center;
    display: flex;
    justify-content: center;
}

.header .contact{
    align-items: center;
    display: flex;
   
}
.contact-text a:hover{
    text-decoration: none;
}
.header .contact .contact-text{
  padding: 0px 17px;
   
}
.header .contact h4{
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}
.header .contact p{
    font-size: 25px !important;
    letter-spacing: -1px;
    line-height: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
}
.end{
    display: flex;
    justify-content: end;
}
.part{
    display: flex;
    gap: 15px;
    padding-right: 40px;
}
.navbar-nav{
    flex-direction: row !important;
    justify-content: end;
   gap: 15px;
    
}
hr{
    border: 1px solid #000 !important;
    margin-top: 13px !important;
    height: 14px !important;
    margin-bottom: 0px !important;
}
     /* Custom styles for navbar */
     .navbar {
        background-color: #f4a900; /* Match the gold background */
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 0px !important;
    }
    .navbar-brand {
        padding: 10px 24px !important ;
        background-color: #000;
    }
    .navbar-brand img {
        max-width: 189px;
    }
    .dropdown-toggle::after{
        display: none !important;
    }
    .nav-link {
        color: #0a0f0a;
        font-weight: 700;
        margin: 0 10px;
        font-size: 18px;
        text-decoration: none;
    }
    .nav-link:hover {
        color: #555;
    }
  .title-sec a{
    color: #000 !important;
    font-weight: bold;
  }
.amenities-text a{
    color: #000 !important;
    font-weight: bold;
}
.text-c a{
    color: #000 !important;
    font-weight: bold;
}
.borderr{
    border-left: 2px solid #000;
}



/* banner */


.banner{
    background: url(https://emaarvidaresidencesclubpoint.com/assets/images/banner.jpg);
    height: 850px;
    
}
.banner .banner-text{
    display: flex;
    text-align: center;
    /* margin-top: 20px; */
    position: relative;
    top: 10%;
    right: 0%;
    flex-direction: column;
    align-items: center;
}

.banner-text h5{
     /* width: 180px; */
     color: #fff;
     /* height: 28px; */
     padding: 2px 6px;
     font-size: 18px;
     margin-bottom: 0px;
     letter-spacing: 3px;
     /* border-radius: 6px; */
     background-color: #000;
}
.banner .banner-text h1{
    font-size: 80px;
    letter-spacing: 3px;
    line-height: 26px;
    font-weight: 100;
    margin-top: 13px;
    margin-bottom: 30px;
    color: #000000;
    font-family: "Dancing Script", serif;   

}
.banner .banner-text h2{
    font-family: 'Bebas Neue';
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 0px;
}
.banner .banner-text p{
    font-size:38px !important;
letter-spacing: 1px;
font-weight:bold;
line-height: 40px;
color: #000000;
font-family: "Bebas Neue", serif;
}
.banner .banner-text h4{
    font-size: 50px;
    margin-bottom: 2px;
    font-family: "D IN Condensed";
}

.banner .form{
    object-fit: cover;
    max-width: 687px;
    margin: 0 auto;
    align-items: center;
    height: 800px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    border: 0px solid #0b0e11;
}
form{
    width: 100%;
padding: 29px 30px;
background-color: #ffffff;
border: 0px solid #131314;

}

.banner .form-title h4{
    font-size: 23px;
color: #000000;
font-weight: 700;
}
.banner .form-title p{
    font-size: 15px;
color: #8c8c8c;
font-weight: 700;
}
.ph-number{
    display: flex;
}
.phone{
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;

}
select{
    font-size: 13px !important;
    border: none;
    width: 52px;
    border-top-left-radius: .25rem;
    background: #000000;
    border-bottom-left-radius: .25rem;
    color: #ffffff;
}
.banner .form-title p{
    font-size: 14px !important;
    margin-bottom: 20px !important;
}
.banner .check p{
    font-size: 11px !important;
    margin-top: 10px !important;
}
::placeholder{
    font-size: 15px;
}
.banner .form label{
    font-size: 13px;
letter-spacing: 0px;
line-height: 13px;
margin-bottom: 8px;
color: #8c8c8c;
font-weight: 600;
}
.banner .form p{
    font-size: 12px !important;
letter-spacing: 0px;
line-height: 13px;
margin-bottom: 0px;
color: #8c8c8c;
font-weight: 600;
}
.marginn{
    margin-bottom: 6px !important;
}
.check{
    display: flex;
    gap: 13px;
    margin-bottom: 15px;
}
.check p{
    margin-bottom: 0px;
}
.btn{
    width: 50%;
    padding: 10px !important;
border-radius: 5px !important;
border-color: #ffffff !important;
background-color: #000000 !important;
}
.part-sec .btn{
    width: 100%;
}
.faq .btn{
    width: 100%;
}
.faq .btn-link{
    padding-left: 20px !important;
}
textarea{
    resize: none !important;
}
input[type=number] {
    -moz-appearance: textfield;
  }
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-back{
    background-color: #00000038;
    padding: 20px;
    /* width: 80%; */
}

/* sec-2 */

.sec-2{
    padding: 50px 0px;
    padding-bottom: 10px;
    background-color: #000;
}

.sec-2 .text-1{
    padding: 0px 30px;
}
.sec-2 .text-1 h2{
    font-size: 35px;
letter-spacing: -2px;
line-height: 46px;
color: #ffffff;
font-family: "Questa";
}
.sec-2 .text-1 p{
    font-size: 16px;
letter-spacing: 0px;
line-height: 23px;
color: #ffffff;
font-weight: 400;
font-family: "Roboto", sans-serif;
}
.sec-2 .text-1 a{
    color: #fff;
    font-weight: bold;
}
/* sec-3 */
.sec-3{
    padding-bottom: 50px;
    
}
.text-3{
    margin-top: 30px !important;
}

.sec-3 .text-3 p{
    margin-bottom: 0px;
    font-size: 15px;
letter-spacing: 0px;
line-height: 28px;
color: #000000;
font-family: "Roboto", sans-serif;
}
.sec-3 .sec-3-img img{
    width: 300px;
    border: 10px solid #000;
}
.sec-3 .sec-3-img{
    margin-left: -16px;
    margin-top: -255px;
}
.section-part{
    background-color: #d7cebe;
    padding: 15px 30px;
}
.section-part-1{
    background-color: #dcdcdc;
    padding: 15px 30px;
}
.section-part-2{
    background-color: #d7b980;
    padding: 15px 30px;
}

.sec-3 .section-part h3{
    font-size: 35px;
letter-spacing: -1px;
line-height: 46px;
margin-bottom: 0px;
color: #000000;
font-family: "Questa";
}
.sec-3 span{
    font-weight: bold;
}
.sec-3 .section-part p{
    width: 110px;
    padding: 2px 5px;
    color: #fff;
    /* height: 28px; */
    font-size: 16px !important;
    margin-bottom: 0px;
    border-radius: 6px;
    background-color: #000;
}

/* sec-4 */
.sec-4 {
    padding: 50px 0px;
    background-color: #e5e0d8;
}
.sec-4 .title h2{
font-size: 35px;
letter-spacing: -1px;
line-height: 20px;
color: #000000;
font-family: "Questa";
}
.table-container {
    width: 100%;
    margin: 20px auto;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

thead {
    background-color: #000;
    color: #fff;
}

th, td {
    padding: 12px 20px;
    text-align: left;
    border: 1px solid #ddd;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

tbody tr:hover {
    background-color: #f1f1f1;
}


.sec-5{
    padding: 50px 0px;
    overflow: hidden;
}
.sec-5 .title-sec{
    padding: 31px 13px;;
}
.bk-col{
    background-color: #e3e3e3;
}
.bdr{
    border-right: 1px solid #b2bbb2;
    padding-right: 20px;
}
.sec-5 .title-sec h3{
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 42px;
    width: 62%;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    background: #000;
    margin-bottom: 20px;
    font-family: "Questa";
}
.sec-5 .title-sec p{
    font-size: 15px;
color: #000000;
font-family: "Roboto", sans-serif;
}
.sec-5 .title-sec ul{
    font-size: 14px;
    padding-left: 20px;
letter-spacing: 0px;
line-height: 24px;
color: #171716;
font-family: "Roboto", sans-serif;;
}

.icon-sec{
    padding: 50px 0px;
}
.icon-sec .text h3{
font-size: 24px;
letter-spacing: -1px;
line-height: 30px;
color: #292e2e;
font-weight: bold;
font-style: italic;
font-family: "Adelle";
padding: 25px 0px;
margin-bottom: 0px;
text-align: center;
}
.icon-sec .icon img{
    width: 33%;
    margin: 20px 0px;
}
.icon-sec .icon-heading h2{
    font-size: 33px;
letter-spacing: -1px;
line-height: 46px;
color: #292e2e;
margin-bottom: 30px;
font-family: "Questa";
text-align: center;
}
.icon-sec .icon-heading span{
    position: relative;
}
.icon-sec .icon-heading span::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e0a32c;
}

.icon-sec .text span{
    padding: 2px 10px;
    color: #fff;
    /* height: 28px; */
    font-size: 17px;
    margin-bottom: 0px;
    border-radius: 6px;
    background-color: #000;
}
.border-icon{
    border-right: 1px solid #c3c4c4;
}
.borderrr{
    border-top: 1px solid #c3c4c4;
}
.icon-sec .col-md-3{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.colr{
    background-color: #fbf7ed;
}



.amenities-sec{
    padding: 50px 0px;
    position: relative;
    
}

.amenities-sec .amenities-text{
    background-color: #f2e3c6;
    padding: 30px 59px;
}
.amenities-sec .amenities-text h3{
    font-size: 32px;
letter-spacing: -1px;
line-height: 46px;
color: #383838;
font-weight: bold;

font-family: "Questa";
}
.amenities-sec .amenities-text p{
    font-size: 13px;
color: #000000;
font-family: "Roboto", sans-serif;
}
.amenities-sec .amenities-text .list{
    display: flex; 
    justify-content: space-between;
}
.amenities-sec .amenities-text .list ul{
    font-size: 15px !important;
color: #1f1f1f;
padding-left: 20px;
font-family: "Roboto", sans-serif;
}
.amenities-sec .arrow img{
    width: 21.1%;
}
.amenities-sec .iner{
    display: flex;
    justify-content: end;
}
.amenities-sec .rit{
    padding-right: 0px !important;
}

.amenities-sec .rit::before{
    content: '';
    position: absolute;
    top: -30px;
    left: -50px;
    width: 73%;
    height: 100%;
    z-index: -1;
    background-color: #f2e3c6;
}
.amenities-sec .back-g{
    position: absolute;
    bottom: 0;
    left: -50px;
    
}

/* .amenities-sec .emarrr::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 42%;
    height: 18%;
    background-color: #d3a143;
} */

.amenities-sec .left{
    padding-left: 0px !important;
}
.faq .btn-link{

    color: black !important;
    background: white !important;
}
.faq .btn-link:hover{
    text-decoration: none !important;
    background-color: #000000 !important;
    color: #fff !important;
} 
.faq .btn {
    text-align: start !important;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    text-decoration: none !important;
}

.faq{
    padding: 50px 0px;
}
.card {
    margin-bottom: 4px !important;
}
/* .card::before{
    content: '';
    position: absolute;
    top: 17px;
    left: -5px;
    width: 9px;
    background: #000;
    height: 9px;
    border-radius: 36px;
} */
.card-body {
  background-color: #fff !important;
  color: #000;
  font-size: 16px;
}
.faq-heading{
    font-size: 35px;
letter-spacing: -1px;
line-height: 46px;
color: #383838;
font-weight: bold;
text-decoration: none;
font-family: "Questa";
}

.part-sec{
    padding: 50px 0px;
    background-color: #ebebeb;
    position: relative;
}

.part-sec .head{
    position: absolute;
    display: flex;
    justify-content: center;
    top: -3%;
    left: 50%;
    transform: translateX(-50%);
}
.contnt{
    background-color: #ffffff;
    padding: 25px 28px;
    min-height: 92%;
}
.part-sec .contnt p{
    font-size:13px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    margin-top: 15px;

}
.part-sec .head h3{
 
    padding: 5px 20px;
    text-align: center;
    margin-bottom: 0px;
    border-radius: 6px;
    text-decoration: underline;
    background-color: #d3a243;
    font-size: 21px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Questa";
}
.text-c{
    text-align: center;
}
.part-sec .btn{
    color: #000000;
    background-color: #ffffff !important;
    font-weight: bold;
    font-size: 16px;
}
.part-sec .btn:hover{
    color: #000;
}
.part-sec .btn-part{
    border-top: 1px solid #000;
}

.copyright{
    padding: 20px 0px;
    background: #000;
}

.copyright .copy h3{
    font-size: 15px;
    color: #fff;
}



.sec-5 .pdng::before{
    content: '';
    position: absolute;
    bottom: -9px;
    left: -9px;
    z-index: -1;
    width: 55%;
    height: 53%;
    background-color: #dfa32d;
}



.bkgrnd{
    background-color: #000;
    padding: 3px 0px;
    position: absolute;
    width: 80%;
    border-radius: 6px;
    height: 41px;
    top: -2.9px;
    z-index: -1;
}

.modal-body p{
    font-size: 12px !important;
}
.modal-body label{
    font-size: 14px;
}
.modal-body input::placeholder{
    font-size: 14px !important;
}
.navbar-toggler-icon {
    background-image: url(https://emaarvidaresidencesclubpoint.com/assets/images/toggle.svg) !important;
    width: 65px !important;
    height: 36px !important;
}
.dropdown-item {
    font-family: "Myriad Pro" !important;
    font-weight: 500 !important;
   
}
.part .dropdown-item:hover{
    background-color: #000000 !important;
    color: #ffffff !important;
}
.sidebar .dropdown-item:hover{
    background-color: #000000 !important;
    color: #ffffff !important;
}
.nav-item:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    transition: all 0.3s ease-in-out;
}
.nav-item .dropdown-menu {
    display: none;
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
 
}
/* Sidebar styles */
.sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #282828;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    transition: all 0.3s ease-in-out;
    z-index: 1050;
}
.part .nav-item a{
    color:  #0a0f0a !important;
    font-family: "Myriad Pro";
}
.sidebar.active {
    left: 0;
}
.nav-item a{
    color: #fff !important;
}
.dropdown-menu a{
    color: #000000 !important;
}
.sidebar .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.navbar-toggler-icon{
    display: none !important;
}
body.sidebar-open {
    overflow: hidden;
} 
.sidebar .navbar-nav {
    position: absolute;
    top: 7%;
    left: 4%;
    display: block;
}


.footer{
    padding: 50px 0px;
    background-color: #f2e3c6;
  }

  .footer .footer-wrapper a{
    color: #000;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    font-weight: 500;
  }
  .footer .footer-wrapper img{
    width: 241px;
    margin-bottom: 5px;
  }
  .footer .footer-wrapper ul{
    list-style: none;
    padding-left: 0px;
  }
.footer .footer-wrapper li{
    margin-bottom: 7px;
}
  .footer .footer-wrapper h4{
    color: #000;
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 700;
    font-family: "Adelle";
  }
  .footer .footer-wrapper span{
    font-weight: bold;
  }

.footer .discription p{
    font-family: "Roboto", sans-serif;
    line-height: 25px;
    font-size: 14px !important;
    color: #000;
    font-weight: 500;
}
.footer .discription h4{
    color: #000;
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 700;
    font-family: "Adelle";
}
.social{
    display: flex;
    gap: 20px;
    margin-top: 30px;
    padding-left: 20px;
}
.social a{
    font-size: 20px !important;
}

.discription{
    padding: 5px 6px 0px 6px;
}