a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{margin:0;padding:0;box-sizing:border-box}a,button{border:none;outline:0;text-decoration:none;background-color:none}
@font-face {
    font-family: subjectivityextrabold;      
    src: url('../fonts/subjectivity-extrabold.otf') format('opentype');
}
 @font-face {
    font-family: thunderextraboldlc;      
    src: url('../fonts/thunder-extraboldlc.ttf') format('truetype');
}

@font-face {
    font-family: thundermediumlc;      
    src: url('../fonts/thunder-mediumlc.ttf') format('truetype');
}

body {
    background: #000;
    background-size: cover;
    min-height: 100dvh;
padding:0px 40px;
}
.main{
background:#fff;
min-height:100vh;
position:relative;
}

.logo_u img {
    height: 22px;
}

.auth_cta {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.ham_u{
    display: none;
}

.btn_theme,
.btn_border {
    background: #000;
    color: #fff;
    padding: 14px 24px;
    border-radius: 36px;
    display: block;
    border: 1px solid #000;
}

.btn_border {
    background: transparent;
    border-color: #00000080;
    color: #000;
}

.header_u {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    position: absolute;
width:100%;
    top: 0;
    background:#fff;
 -webkit-border-bottom-right-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-bottomright: 40px;
-moz-border-radius-bottomleft: 40px;
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
    z-index: 15;
}

.navLinks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.navLinks a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.navLinks>li>a>img {
    height: 10px;
}

.navLinks>li {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.drops_u {
    min-width: 400px;
    background-color: #fff;
    min-height: 150px;
    padding: 1rem;
    display: none;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 -16rem 0;
    position: absolute;
    left: 0;
    box-shadow: 0 0 15px #00000011;
    border-radius: 15px;
    z-index: 1;
}

.drops_u li {
    display: block;
    width: 100%;
}

.drops_u a {
    padding: 1.2rem 12px;
    width: 100%;
    border-radius: 5px;
    justify-content: flex-start;
}

.drops_u a:hover {
    background: #e0d1ba4f;
}

.city_hov:hover .city_drops,
.more_hov:hover .more_drops {
    display: flex;
}

.section_main {
    background: url('../images/abode-colive-banner.jpg') no-repeat;
    background-size: cover;
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section_main .container_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 1rem;
    width: 100%;
    height: 100%;
}

.section_main .container {
    padding-top: 8rem;
}
.home-banner{
position:relative;
}
.home-banner .home-banner-content{
position:absolute;
bottom:10px;
left:0px;
width:100%; 
color:#fff;
display:flex; 
padding:20px; 
  justify-content: space-between;
}
.home-banner-content-left{
width:70%;
}

.home-banner-content-right{
width:30%;
}
  .home-banner .home-banner-content p{
font-size:16px;
line-height:26px;
  font-family: 'Helvetica' !important;
}
.home-banner .home-banner-content .home-banner-btn{
margin-top:10px;
}
.home-banner .home-banner-content .home-banner-btn a{
background:#fff;
padding:10px 20px;
display:inline-block;
border-radius:36px;
margin-right:10px;
color:#000;
font-size:13px;
}
.home-banner .home-banner-content .home-banner-btn a.our-serives{
background:rgba(255,255,255,0.10);
color:#fff;

}
 .home-banner .home-banner-content .home-banner-btn a:hover{
background:#000 !important;
color:#fff !important;
}
.home-banner .home-banner-content h2{
 font-family: thunderextraboldlc;     
font-size: 6vw; 
text-transform:uppercase;
position:relative;
}
.home-banner .home-banner-content h2 img{
position:absolute;
top:-70px;
left:0px;
}
.home-banner .home-banner-content h2 span{
display:block; font-family: thundermediumlc;
}
.home-banner .home-banner-slider img{
-webkit-border-bottom-right-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-bottomright: 40px;
-moz-border-radius-bottomleft: 40px;
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
width:100%;
}


.ccd-exceptional-spaces{
padding:160px 0px;
-webkit-border-bottom-right-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-bottomright: 40px;
-moz-border-radius-bottomleft: 40px;
border-bottom-right-radius: 40px;
border-bottom-left-radius: 40px;
box-shadow: 0px 5px 25px -10px rgba(0,0,0,0.25);
-webkit-box-shadow: 0px 5px 25px -10px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 25px -10px rgba(0,0,0,0.25);

background:#fff;
position:relative;
z-index:2;
}
.ccd-exceptional-spaces .ccd-exceptional-spaces-img{
position:absolute;
    animation: float 6s ease-in-out infinite;
}
@keyframes float {
    0% {
     transform: translatey(0px);
 }
 50% {

    transform: translatey(-20px);
}
100% {

    transform: translatey(0px);
}
}
.ccd-exceptional-spaces .ccd-exceptional-spaces-img.ccd-exceptional-spaces-img-1{
top: 9px;
    left: 8%;
    width: 160px; animation-delay: -1s;
}
.ccd-exceptional-spaces .ccd-exceptional-spaces-img.ccd-exceptional-spaces-img-2{
bottom: 4%;
    left: 16%;
    width: 230px; animation-delay: -5s;
}
.ccd-exceptional-spaces .ccd-exceptional-spaces-img.ccd-exceptional-spaces-img-3{
bottom: 3%;
    right: 11%;
    width: 160px; animation-delay: -8s;
}

.ccd-exceptional-spaces .ccd-exceptional-spaces-inner{
width:76%;
margin:0 auto;
}
.ccd-exceptional-spaces .ccd-exceptional-spaces-inner p{
font-family: thunderextraboldlc;     
font-size: 6vw; 
text-transform:uppercase;

}

.ccd-project-ab-sec{
position:relative;
z-index:1;
margin-top:-40px;
}
.ccd-project-ab-sec-btn{
position:absolute;
bottom:10%;
width:100%;
display:flex;
 
    align-items: center;
    text-align: center;
    justify-content: center;
}
.ccd-project-ab-sec-btn .ccd-project-ab-sec-btn-inner{
background:#000;
border-radius:36px;    display: flex;
    gap: 0px;    box-shadow: 1px 1px 19px rgb(0 0 0 / 40%); 
}
.ccd-project-ab-sec-btn .ccd-project-ab-sec-btn-inner a{
background:none;
color:#fff;
border-radius:36px;
    padding: 10px 15px;
    display: inline-block;
    font-size: 16px;
    width: 110px;
    text-align: center;
    margin: 0px;}

.ccd-project-ab-sec-btn .ccd-project-ab-sec-btn-inner a.active{
 
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%);  

border-radius:36px;
color:#000;
}

.head1 {
    color: #fff;
    font-size: 100px;
    font-weight: 400;
    text-align: center;
}

.head2 {
    color: #ffffff94;
    font-size: 100px;
    font-weight: 400;
    text-align: center;
}

.para {
    color: #fff;
    font-weight: 400;
    font-size: 25px;
    margin-top: 48px;
    text-align: center;
}

.theme_btn {
    background: #fff;
    color: #000;
    border-radius: 6px;
    padding: 12px 1.5rem;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 45px;
}

.down_btn {
    width: 56px;
    height: 56px;
    border-radius: 40px 40px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff27;
    position: absolute;
    bottom: 0;
}

.down_btn img {
    width: 50%;
}

.agent_card_row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 4rem;
    padding-bottom: 3rem;
}

.agent_card {
    border-radius: 16px;
    padding: 10px;
    background: #ffffff34;
    backdrop-filter: blur(5px);
    border: 1px solid #ffffff52;
}

.profile {
    position: relative;
    overflow: hidden;
}

.profile a {
    position: absolute;
    background: #fff;
    color: #000;
    padding: 14px 24px;
    border-radius: 10px;
    display: block;
    text-align: center;
    bottom: 10px;
    left: 10px;
    right: 10px;
    transition: 0.5s ease;
    transform: translateY(150%);
}

.agent_card:hover .profile a {
    transform: translateY(0%);
}

.profile img {
    aspect-ratio: 1/1.1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.agent_detail p {
    color: #0000009d;
    font-size: 12px;
    margin-top: 7px;
}

.agent_detail h2 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-top: 7px;
}

.agent_detail span {
    color: #000;
    font-size: 12px;
    margin-top: 8px;
    font-size: 400;
    display: flex;
    gap: 5px;
}
.section_2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 1rem;
    position: relative;
}
.section_2:before{
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    background: linear-gradient(#fefbf100, #FEFBF1);
    position: absolute;
    bottom: 0;
}
.section_2>img{
    height: 22px;
}
.section_2 h2{
    color: #000;
    font-size: 60px;
    margin-top: 45px;
    font-weight: 400;
    line-height: 1;
}

@media (max-width:1680px) {
    .head1,.head2 {
        font-size: 85px;
    }
    .para {
        font-size: 22px;
        margin-top: 32px;
    }
    .section_2 h2 {
        font-size: 50px;
        margin-top: 40px;
    }
}
@media (max-width: 1440px) {
    .head1, .head2 {
        font-size: 72px;
    }
    .para {
        font-size: 16px;
        margin-top: 28px;
    }
    .section_2 h2 {
        font-size: 36px;
        margin-top: 28px;
    }
    .down_btn img {
        width: 35%;
    }
    .btn_theme, .btn_border {
        font-size: 14px;
    }
    .logo_u img {
        height: 20px;
    }
}
@media (max-width: 1200px) {
    .navLinks {
        gap: 28px;
    }
    .navLinks a {
        font-size: 14px;
    }
    .head1, .head2 {
        font-size: 62px;
    }
}

@media (max-width: 991px) {
    .btn_theme, .btn_border {
        padding: 12px 20px;
    }
    .logo_u img {
        height: 16px;
    }
    .drops_u {
        min-width: 270px;
    }
    .navLinks {
        gap: 22px;
    }
    .header_u{
        padding:1rem;
    }
}

@media (max-width: 767px) {
    .for_web{
        display: none;
    }
    .ham_u{
        font-size: 22px;
        display: block;
    }
    .navLinks {
        gap: 10px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .navLinks>li>a>img {
        height: 8px;
    }
    .head1, .head2 {
        font-size: 50px;
    }
    .para{
        line-height: 1.3;
    }
}
@media (max-width: 767px) {
    .theme_btn {
        padding: 12px 1.5rem;
        margin-top: 38px;
        font-size: 12px;
    }
    .section_main {
        height: 540px;
    }
    .section_2:before {
        content: '';
        height: 65px;
    }
}
@media (max-width: 650px) {
.home-banner-slider{
  min-height: 90vh;
  height: 90%;

}
.home-banner .home-banner-content h2 {
  font-family: thunderextraboldlc;
  font-size: 12vw;
margin-bottom:15px;
}
.home-banner-content-left,.home-banner-content-right {
  width: 100%;
}
.home-banner .home-banner-content {
   
  padding: 15px;
   flex-direction: column;
}
.home-banner-slider img {
  width: 100%;
  min-height: 90vh;
  height: 90%;
  object-fit: cover;
  object-position: center;
}


.ccd-project-ab-sec img {
  width: 100%;
  min-height: 60vh;
  height: 60%;
  object-fit: cover;
  object-position: center;
}


.home-banner .home-banner-content {
   bottom: 20%;
}
.ccd-exceptional-spaces .ccd-exceptional-spaces-inner p {
   font-size: 10vw;
   
}
.ccd-exceptional-spaces .ccd-exceptional-spaces-img.ccd-exceptional-spaces-img-3 {
  bottom: 3%;
  right: 9%;
  width: 100px;
  animation-delay: -8s;
}
.ccd-exceptional-spaces {
  padding: 110px 0px;
}
.ccd-exceptional-spaces .ccd-exceptional-spaces-img.ccd-exceptional-spaces-img-2 {
  bottom: 4%;
  left: 0%;
  width: 113px;
  animation-delay: -5s;
}
.ccd-exceptional-spaces .ccd-exceptional-spaces-img.ccd-exceptional-spaces-img-1 {
  top: 19px;
  left: 2%;
  width: 96px;
  animation-delay: -1s;
}
    body {
  
  padding: 0px 15px;
}
    .section_2 h2 {
        font-size: 28px;
        margin-top: 28px;
    }
    .section_2>img {
        height: 16px;
    }
    .head1, .head2 {
        font-size: 42px;
    }
    .para {
        font-size: 12px;
        margin-top: 26px;
    }
    .auth_cta {
        gap: 7px;
    }
    .btn_theme, .btn_border {
        font-size: 12px;
        padding: 8px 10px;
 
    }
    .logo_u img {
        height: 18px;
    }
    .section_2 h2 {
        font-size: 26px;
    }
}