@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-Light.woff2') format('woff2'),
        url('../fonts/RedHatDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-Regular.woff2') format('woff2'),
        url('../fonts/RedHatDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-Medium.woff2') format('woff2'),
        url('../fonts/RedHatDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/RedHatDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-Bold.woff2') format('woff2'),
        url('../fonts/RedHatDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: url('../fonts/RedHatDisplay-Black.woff2') format('woff2'),
        url('../fonts/RedHatDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bungee Outline';
    src: url('../fonts/BungeeOutline-Regular.woff2') format('woff2'),
        url('../fonts/BungeeOutline-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

strong,
span,
a {
    display: inline-block;
}

:root {
    --primary-color: #0b95d7;
    --text-primary: #000000;
    --white-color: #ffffff;
    --gray-light: #e9e9e9;
}

.ts-12 {
    font-size: 0.75rem;
    line-height: 1.25rem;
}

.ts-14 {
    font-size: 0.875rem;
    line-height: 1.375rem;
}

.ts-16 {
    font-size: 1rem;
    line-height: 1.5rem;
}

.ts-18 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.ts-20 {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.ts-22 {
    font-size: 1.375rem;
    line-height: 2rem;
}

.ts-24 {
    font-size: 1.5rem;
    line-height: 2.125rem;
}

.ts-30 {
    font-size: 1.875rem;
    line-height: 2.5rem;
}

.ts-34 {
    font-size: 2.125rem;
    line-height: 2.75rem;
}

.ts-38 {
    font-size: 2.375rem;
    line-height: 3rem;
}

.ts-42 {
    font-size: 2.625rem;
    line-height: 3.25rem;
}

.ts-46 {
    font-size: 2.875rem;
    line-height: 3.5rem;
}

body {
    font-family: 'Red Hat Display';
    font-weight: 300;
    font-style: normal;
    overflow-x: hidden;
}

.container {
    /* max-width: 1200px; */
    margin: 0 auto;
    width: 87%;
}

.loading_row  {
    height: calc(100vh);
}

.loading_logo {
    margin-bottom: 40px;
}

/* .loading_des {
    padding-right: 50px;
} */

.loading_des {
    margin-bottom: 30px;
}

.loading_des h3 {
    font-weight: 400;
    letter-spacing: 0.5px;
    padding-left: 25px;
}

.loading_des h3 strong {
    font-weight: 500;
}

.explore_more {
    display: flex;
    gap: 0px 5px;
    align-items: center;
    padding-left: 20px;
    padding-top: 40px;
}

.explore_more img {
    width: 36px;
}

.explore_more span {
    background: linear-gradient(270deg, #00599B 0%, #739CBA 106.15%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 18px;
font-weight: 600;
}

header {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    z-index: 99999;
}

.nav_menu span {
    color: #ffffff;
    font-weight: 500;
}

.nav_menu img {
    width: 36px;
    display: block;
}

.side_menu {
    position: fixed;
    top: 5%;
    right: 2%;
    background: var(--primary-color);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
    width: 300px;
    height: 100vh;
    border-radius: 10px;
    transform: translateX(150%);
    transition: transform 0.3s ease-in-out;
    z-index: 2;
}

.side_menu ul li {
    padding: 10px 20px;
}

.side_menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.slider_item {
    position: relative;
}

.slider_image img {
    width: 100%;
}

.slider_text {
    position: absolute;
    /* max-width: 1200px; */
    width: 87%;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
}
.slider_text span{
    display: none;
}

.slider_text h1,
.slider_text p {
    color: var(--white-color);
    
    letter-spacing: 1px;
}
.bannerv2-slider .caption.slider_text h1,.bannerv2-slider .caption.slider_text P{
    color: #fff;
}

.slider_text p {
    font-weight: 500;
}

.about_row {
    position: relative;
    top: -40px;
    z-index: 1;
}

.about_card_parent {
    width: 92%;
    margin-left: auto;
    padding: 2px 2px 0px;
    /* background-image: linear-gradient(to bottom, #2f9dd1 30%, #000000 50%, #000000 50%, #f0f0f0 70%, #ffffff 100%); */
    background-image: url(../images/built_line.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.about_card {
    padding: 30px 50px 20px;
    text-align: center;
    /* background-image: conic-gradient(from 83.41deg at 50.24% 50.24%, rgb(37, 193, 111) -36.7deg, rgb(239, 199, 94) 13.28deg, rgb(255, 156, 35) 57.71deg, rgb(255, 73, 44) 98.29deg, rgb(189, 99, 196) 135.43deg, rgb(133, 18, 224) 172.9deg, rgb(69, 164, 236) 207.19deg, rgb(89, 241, 245) 244.06deg, rgb(37, 193, 111) 291.15deg, rgb(37, 193, 111) 323.3deg, rgb(239, 199, 94) 373.28deg); */
    background-color: var(--white-color);
}

.about_card h2 {
    margin-bottom: 20px;
    font-weight: 500;
}

.about_card p {
    margin-bottom: 30px;
}

.rounded_btn {
    padding: 5px 10px;
    border-radius: 10px;
}

.about_card .rounded_btn {
    border: 1px solid #A2A2A2;
}

.about_content {
    gap: 0px 40px;
    margin-top: 30px;
}

.about_content strong {
    font-family: 'Bungee Outline';
    font-weight: 400;
    font-size: 43px;
    line-height: 36px;
}

.about_content p {
    font-weight: 500;
    color: #636363;
    font-size: 19px;
}

.cover_image img {
    width: 100%;
}

.new_launch_image {
    position: relative;
    margin-bottom: 30px;
}

.cover_logo {
    position: absolute;
    top: 100px;
    left: 0px;
}

.cover_logo img {
    width: 176px;
}

.cover_title {
    position: absolute;
    top: 100px;
    right: 50px;
}

.cover_title h3 {
    font-size: 21px;
    letter-spacing: 0.5px;
}

.cover_title span {
    display: block;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.cover_title span::after {
    content: '';
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: 0px;
    width: 35px;
    height: 2px;
    background-color: #b2b2b2;
}

.new_launch_content {
    position: relative;
    padding: 1px;
    z-index: 1;
    margin-bottom: 50px;
}

.new_launch_content::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    background: linear-gradient(to right, #3c3c3c 0%, #3c3c3c 8%, #ffffff 8%, #ffffff 92%, #3c3c3c 92%, #3c3c3c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: -1;
}

.new_launch_row {
    padding: 15px 30px 15px 40px;
    border-radius: 17px;
    background-color: #ffffff;
}

.new_launch_col:nth-of-type(1) {
    padding-right: 50px;
}

.new_launch_col:nth-of-type(2) {
    padding-left: 40px;
    position: relative;
}

.new_launch_col span {
    font-weight: 400;
}

.new_launch_place h4 {
    position: relative;
    font-weight: 500;
}

.new_launch_place h4::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0px;
    width: 30px;
    height: 2px;
    background-color: #FF3636;
}

.new_launch_col:nth-of-type(2)::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1px;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.61) 32.91%, #000 56.73%, rgba(0, 0, 0, 0.00) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.commitment_area {
    padding: 10px 0px;
    position: relative;
}

/* .commitment_area::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/commitment-cover.png) no-repeat right top;
    background-size: contain;
} */

.commitment_image {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.commitment_content {
    max-width: 750px;
    width: 100%;
    padding: 80px 0px 70px;
}

.features_area  {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}


.features_row {
    justify-content: space-between;
    gap: 0px 20px;
    margin-bottom: 30px;
}

.features_cont {
    display: flex !important;
    align-items: center;
    gap: 0px 10px;
}

.features_cont img {
    width: 34px;
}

.features_cont h4 {
    line-height: 20px;
    font-weight: 700;
    color: #3A3636;
}

.features_cont span {
    line-height: 16px;
    font-weight: 500;
    color: #5B5A5A;
}

.view_project .btn {
    color: #ffffff;
    background-color: #2B2929;
    padding: 10px;
    line-height: 12px;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
}

.view_project {
    gap: 0px 20px;
    
}

.view_project span {
    width: calc(100% - 125px);
    border-bottom: 1px dashed #000000;

}

.plot_apartments {
    padding: 80px 0px 70px;
    /* background: url(../images/plot_apartment_cover.jpg) no-repeat center;
    background-size: cover; */
}

.plot_apartments_bg {
    background: url(../images/plot_apartment_cover.jpg) no-repeat center;
    background-size: cover;
}

.plot_content,
.completed_content {
    display: grid;
    gap: 40px 0px;
}

.plot_content {
    padding-top: 40px;
}


.plot_content h4,
.plot_content h3,
.completed_content h4,
.completed_content h3 {
    font-weight: 600;
    letter-spacing: 1px;
}

.plot_content h4,
.completed_content h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.plot_content h4::after,
.completed_content h4::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #2F80F9;
    height: 3px;
    width: 24px;
}


.plot_content h3,
.completed_content h3 {
    position: relative;
    padding-bottom: 20px;
}

.completed_content h3 {
    color: #ffffff;
}

.plot_content h3::after,
.completed_content h3::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -20%;
    background-color: #D3D3D3;
    height: 3px;
    width: 230px;
}

.plot_des p {
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.completed_des p {
    color: #E9E9E9;
    padding-bottom: 40px;
}

.plot_more,
.completed_more {
    padding-left: 20px;
}

.plot_more a,
.completed_more a {
    width: 220px;
    padding: 12px 0px;
    text-align: center;
    border: 1px solid #0D0C0C;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.plot_more a span,
.completed_more a span {
    font-size: 22px;
    line-height: 14px;
    margin-left: 5px;
}

.completed_more a {
    background-color: #2F9DD1;
    border: 1px solid transparent;
    color: #ffffff;
}

.plot_more a::before,
.completed_more a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -21px;
    width: 42px;
    height: 1px;
    background-color: #A1A1A1;
}

.completed_more a::before {
    background-color: #ffffff;
}

.plot_images img {
    width: 100%;
    height: 480px;
}

.plot_right {
    padding-left: 50px;
}

.completed_area {
    padding: 15px 0px;
    background: url(../images/completed_cover.jpg) no-repeat;
    background-size: cover;
}

.completed_card_cont {
    padding: 0px 25px;
    background: #222;
    gap: 30px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.completed_card_cont h4 {
    font-weight: 700;
    color: #ffffff;
}

.completed_card_cont p {
    color: #e9e9e9;
}

.completed_card_cont ul li {
    font-size: 16px;
    color: #e9e9e9;
    font-weight: 500;
    padding: 10px 0px 10px 5px;
    list-style: url(../images/list_icon.png);
    list-style-position: outside;
    margin-left: 20px;
}

.completed_card_image img {
    width: 100%;
}

.completed_right {
    padding-left: 50px;
}

.completed_card:nth-of-type(even) {
    flex-direction: row-reverse;
}

.completed_left {
    padding-right: 50px;
}

.completed_head h5 {
    color: #2F9DD1;
    font-weight: 400;
    letter-spacing: 0.5px;
    left: 150px;
    top: -18px;
    position: relative;
    display: inline-block;
}

.getin_touch {

    padding: 30px 0px;
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 60%,rgba(10,8,8,0.9) 60%,rgba(10,8,8,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.completed_area {
    margin-bottom: 30px;
}

.getin_rgt {
    padding-left: 60px;
}

.social_share {
    margin-bottom: 40px;
}

.social_share h4 {
    padding: 10px 0px;
    font-weight: 500;
    color: #000000;
    border-bottom: 1px dashed #ADADAD;
    text-align: center;
}


.social_list ul {
   justify-content: center;
    gap: 0px 50px;
    padding-top: 25px;
}

.social_list ul li a i {
    font-size: 26px;
}

.footer_row {
    padding: 7px 0px;
}

.footer_row p, .footer_row a {
    font-size: 13px;
    font-weight: 400;
    color: #BFBFBF;
}

footer {
    background-color: #181616;
}

.getin_info {
    padding: 20px 0px 0px;
}

.getin_address p {
    letter-spacing: 0.5px;
    margin-bottom: 40px;
    color: #ffffff;
}

.getin_actions a {
    color: #ffffff;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.5px;
}

.getin_actions i {
    font-size: 24px;
    color: #ffffff;
    margin: 10px 0px;
}

.getin_actions img {
    width: 138px;
    margin-bottom: 12px;
}

.getin_info_lft {
    padding: 20px 0px 10px;
}

.getin_actions {
    gap: 0px 20px;
}


.getin_lft iframe {
    display: block;
    margin-bottom: 0px !important; 
    border: none !important;
    padding: 2px !important;
}

.EmbedProfile div > div > div:nth-of-type(3) div {
    font-size: 16px !important;
    font-weight: 500;
}

.getin_row {
    align-items: flex-end;
}

.footer_logo {
    position: relative;
    left: 50px;
    padding: 15px 25px;
    box-shadow: -15px 0px 10px rgba(0,0,0,0.2);
}

.about_card .rounded_btn {
    cursor: pointer;
    font-weight: 400;
}

.about_card .rounded_btn:hover {
    background-color: var(--primary-color);
    border: 1px  solid var(--primary-color);
    color: var(--white-color);
}

.view_project .btn:hover {
    background-color: var(--primary-color);
}

.plot_more a:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
}

.completed_more a:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
}

.social_list ul li a {
    color: #646464;
    transition: 0.3s ease;
}
.social_list ul li a:hover {
    color: var(--primary-color);
}

.getin_actions a:hover {
    color: var(--primary-color);
}

.footer_row a:hover {
    color: var(--primary-color);
}

.slick-nav {
    top: calc(55% - 44px);
}

.plot_slider_one {
    padding-right: 2px;
}

.banner__slider .slick-dots {
    right: 100px;
}

.side_menu .close_icon{
    cursor: pointer;
}

 /* Popup Message */
 .bg-popup{
    position: fixed;
 width: 100%;
 /* background-color: rgba(0, 0, 0, 0.5); */
 background-color:  rgb(0 0 0 / 83%);
 z-index: 999999;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;

 }
 .submission-popup{
 width: 400px;
 background: #fff;
 border-radius: 5px;
 padding: 20px;
 position: relative;
 
}
.popupinner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.submission-popup .content{
text-align: center;
margin-top: 20px;
height: auto;
padding-bottom: 25px;
}
.submission-popup .content h2{
    font-size: 30px;
    padding-bottom: 8px;
}
.submission-popup .content  p{
font-size: 16px;
font-weight: 400;
}

.tick-icon{
width: 50px;
height: 50px;
/* background-image: linear-gradient(135deg,#c39f75 0%,#a47947 25%,#a47947 50%,#c39f75 75%,#8b673d 100%); */
background: #0b95d7;
border-radius: 50%;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 35px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
position: absolute;
top: -24px;
z-index: 1;
left: 50%;
transform: translateX(-50%);  
box-shadow: inset -1px -2px 5px 3px #1275a4;
}
.submit-closebtn{
background-color: #0b95d7;
color: #fff;
border-radius: 5px;
outline: none;
border: none;
display: block;
padding: 10px;
width: 100%;
cursor: pointer;
font-weight: 400;
font-size: 16px;
box-shadow: inset -1px -2px 11px 9px #1275a4;
transition: all 0.5s ease;
}
.submit-closebtn:hover{
    transform: scale(0.96) translateY(-5px);
    transition: all 0.5s ease;
    
}

@media (max-width:576px){
.submission-popup {
 width: 95%;
}
}

.address_sec p{
    letter-spacing: 1px;
}

.text-capitalize{
    text-transform: capitalize;
}
.pbtn {
    display: inline-block;
    font-weight: 400;
    /* padding: 17px 80px; */
    padding: 13px 83px;
    border: 0.4px solid #0D0C0C;
    margin: 0px 0 0 0;
    position: relative;
    transition: 0.3s ease;
    font-size: 17px;
    text-align: center;
    width: 100%;
    font-family: 'Red Hat Display';
    background-color: #008dc7;
    width: max-content;
    padding-left: 20px;
    padding-right: 20px;
    left: 50%;
transform: translateX(-50%);
padding-top: 8px;
padding-bottom: 8px;
}
.submit-closebtn.pbtn:hover{
    transform: translate(-50%) !important;
}


.elm_c_btn.is_main {
    opacity: 1;
    margin: 0;
    cursor: pointer;
	display: flex;
	animation: jump-shaking 3s infinite;
}
.elm_c_btn.is_main:hover, .elm_c_btn.is_main.is_active{
	animation: unset;
}
.elm_c_btn.is_main:before, .elm_c_btn.is_main:after{
	content:'';
	width: 45px;
	height: 45px;
	background-color: inherit;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
	visibility:hidden
}
.elm_c_btn.is_main:hover{
	box-shadow: none;
}
.elm_c_btn.is_main:hover:before{
	opacity: 0.2;
	visibility:visible;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.elm_c_btn.is_main:hover:after{
	opacity: 0.1;
	visibility:visible;
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
.elm_c_btn i{
    font-size: 25px;
}

.elm_c_btn.is_main .close, .elm_c_btn.is_main.is_active .open{
	display: none
}
.elm_c_btn.is_main.is_active .close{
	display: block;
}
.elm_c_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: var(--maincolor);
    color: white;
    border-radius: 50%;
    margin-top: 7px;
    box-shadow: 6px 7px 28px -12px rgba(16, 16, 16, 0.3);
    display: none
}
.elm_c_btn:hover:not(.is_main){
	transform: scale(0.9)
}
.elm_c_btn svg {
    fill: white;
    stroke: #FFF;
    width: 26px;
    height: 26px;
    margin: auto;
    display: block;
    margin-top: 16px;
    vertical-align: middle;
}
.elm_c_btn img {
	max-width: 26px;
    height: auto;
}


.elm_c_wrap {
    position: fixed;
    right: 25px;
    bottom: 45px;
    z-index: 999;
}
.body_ismobile .elm_c_wrap.elm_c_top{
	left: 12px;
    bottom: 90px;
}

.elm_c_btn.btn_c_all{
    background: #25d366;
}

@keyframes jump-shaking {
    0% { transform: translateX(0) }
    25% { transform: translateY(-9px) }
    35% { transform: translateY(-9px) rotate(17deg) }
    55% { transform: translateY(-9px) rotate(-17deg) }
    65% { transform: translateY(-9px) rotate(17deg) }
    75% { transform: translateY(-9px) rotate(-17deg) }
    100% { transform: translateY(0) rotate(0) }
  }