:root{
  --nav-clr:#18191b;
  --dark-clr1: #123038;
  --dark-clr2: #131313;
  --light-clr: #fff;
  --light-txt: #eceff3;
  --dark-txt: #787878 ;
  --hilit-clr: #ED1C24;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
body{
  font-family: 'Noto Sans JP', sans-serif;
 overflow-x: hidden;
}
nav{
  border-bottom: 1px solid #f8f8f8;
}
p{
  color: var(--dark-txt);
  line-height: 1.7;
}
.navbar-brand img{
  height: 40px;
}
.navbar-nav .nav-item{
  margin-right: 20px;
}
.navbar-collapse{
  padding-top: 30px;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--hilit-clr);
}
.hero{
  display: flex;
  height: 80vh;
  width: 100vw;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.hero-caption h1{
  font-weight: 700;
  letter-spacing: 8px;
  font-size: 3.4rem;
}
.hero-caption p{
  color: #fff;
}
#main-hero{
  background: linear-gradient(to bottom, rgba(0, 48, 53, 0.8), rgba(0,0,0,0.5)), url(../assets/hero.jpg);
  background-position: bottom;
  background-size: cover;
}
#gv-hero{
  background: linear-gradient(to bottom, rgba(0, 48, 53, 0.8), rgba(0,0,0,0.5)), url(../assets/projects/green_valley/slides/gv-02.jpg);
  background-position: bottom;
  background-size: cover;
}
#prx-hero{
  background: linear-gradient(to bottom, rgba(0, 48, 53, 0.8), rgba(0,0,0,0.5)), url(../assets/projects/proximity/slides/02.jpg);
  background-position: bottom;
  background-size: cover;
}
#e5-hero{
  background: linear-gradient(to bottom, rgba(0, 48, 53, 0.8), rgba(0,0,0,0.5)), url(../assets/projects/e5/slides/e5-02.jpg);
  background-position: bottom;
  background-size: cover;
}
#iksa-hero{
  background: linear-gradient(to bottom, rgba(0, 48, 53, 0.8), rgba(0,0,0,0.5)), url(../assets/projects/iksa/hero/lg.jpg);
  background-position: bottom;
  background-size: cover;
}
#prm-hero{
  background: linear-gradient(to bottom, rgba(0, 48, 53, 0.8), rgba(0,0,0,0.5)), url(../assets/projects/raaga_mayuri/slides/prm.jpg);
  background-position: center;
  background-size: cover;
}
#rp-hero{
  background: linear-gradient(to bottom, rgba(0, 48, 53, 0.8), rgba(0,0,0,0.5)), url(../assets/projects/royal_province/slides/rp-06.jpg);
  background-position: center;
  background-size: cover;
}
#pre-hero{
  background: linear-gradient(to bottom, rgba(0, 48, 53, 0.8), rgba(0,0,0,0.5)), url(../assets/projects/royal_estates/slides/rp-03.jpg);
  background-position: center;
  background-size: cover;
}
.hero-bottom-bar{
  width: 80%;
  background: var(--hilit-clr);
  margin: 0 auto;
  margin-top: -70px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.hero-bottom-icon-div{
  padding: 25px;
  text-align: center;
  color: #fff;
}
.hero-bottom-icon-div img{
  height: 40px;
  margin-bottom: 10px;
}
.hero-bottom-icon-div p{
  margin: 0px;
  color: #fff;
  line-height: 1.3;
  font-size: 14px;
}
.underline{
  height: 2px;
  width: 100px;
  background: var(--hilit-clr);
  margin-bottom: 20px;
  display: inline-block;
}
#about{
  padding-top: 60px;
}
#about-img{
  background: url(../assets/img/about.jpg);
  height: 500px;
  background-position: center;
  background-size: cover;
}

.gap-30{
  height: 30px;
  width: 100%;
}
.project-card {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    max-width: 100%;
    /* border: 1px solid #f1f8ff; */
    font-size: 13px;
    background-color: #ffffff;
    transition: 0.3s ease-out;
    float: left;
    margin: 15px;
    padding-bottom: 10px; 
}
.project-card:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.project-card-img-wrapper {
    position: relative;
    float: left;
    background: #000;
    overflow: hidden;
}
.featured_gradient {
    background-image: linear-gradient( to top, #000, rgba(0,0,0, 0) 56%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.67;
    z-index: 1;
}
.project-card-img {
    display: block;
    height: auto;
    width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all ease 2.0s;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.tag-wrapper {
    position: absolute;
    width: 100%;
    padding: 0px 20px;
    top: 0;
}
.status-wrapper {
    float: right;
}
.action_tag_wrapper {
    font-size: 12px;
    float: left;
    background-color: #37464e;
    color: #fff;
    position: relative;
    padding: 0px 15px;
    top: 20px;
    text-align: center;
    line-height: 23px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.project-card h4 {
    padding: 0px 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 22px;
}
.project_highlight_wrapper {
    position: relative;
    margin-top: 5px;
    color: var(--hilit-clr);
    margin-left: 20px;
    font-size: 15px;
    float: left;
    line-height: 30px;
    font-weight: 600;
}
.project_details {
    margin: 0px;
    line-height: 22px;
    float: left;
    padding: 0px 20px;
    margin: 5px 0px 5px 0px;
    width: 100%;
    min-height: 160px;
}
.project_location_wrapper {
    border-top: 1px solid #eef3f6;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    padding: 13px 0px;
    color: #8593a9;
    line-height: 16px;
    max-width: 100%;  
}
.project_location {
    float: left;
    font-weight: 600;
    color: var(--dark-clr1);
}
.project_btn_wrapper {
    float: right;
}
.project_details_x a, .projects_x {
    font-size: 12px;
    padding: 4px 7px;
    color: #fff;
    background-color: var(--hilit-clr);
    border: 1px solid var(--hilit-clr);
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s all ease;
}
.project_details_x a:hover, .projects_x:hover{
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0,0,0,0.6);
}
.icon-div{
  padding: 15px;
}
.icon-div p{
  color: #d6d6d6;
  font-size: 14px;
}
.icon-div img{
  height: 60px;
  margin-bottom: 10px;
}
.icon-div h3{
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;   
}
.blog-card{
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  position: relative;
  background: #fff;
  margin: 10px;
  min-height: 500px;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
}
.blog-card:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.6);  

}

.blog-card img{

}
.blog-card-preview{
  padding: 15px;
}
.blog-card-preview p{
  font-size: 14px;
}
.e2e{
  width: 20%
}
#contact{
  background: var(--hilit-clr);
  color: #fff;
  padding-bottom: 100px;
}
.contact-form-div{
  margin-top: -80px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  margin-bottom: 60px;
}
.contact-part{
  background:url(../assets/contact.jpg);
  background-position: bottom;
  background-size: cover;

  color: #fff;
}
.contact-part p{
  color: #fff;
  
}
.content-padding{
  padding: 30px;
}
form{
  font-size: 14px;  
}
footer{
  background: var(--dark-clr2);
  color: #bdbdbd;
}
.footer-nav{
  list-style-type: none;
}
.footer-nav li{
  margin-bottom: 10px;
}
.footer-nav a{
  color: #bdbdbd;
}
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 99;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    left: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: var(--hilit-clr);
    color: #fff;
}
.right-fixed{
 z-index: 99;
}
.btn-side1, .btn-side2, .btn-side3 {
    width: 180px;
    border: 1px solid #fff;
    position: fixed;
    right: -135px;
    display: flex;
    background: var(--hilit-clr);
    color: var(--dark-clr2);
    font-size: 1.2rem;
    padding: 7px 15px;
    -webkit-transition: 0.8s ease;
    transition: 0.3 ease;
}

.right-fixed a{
  color: #fff;
}
.right-fixed a:hover{
  color: #fff;
  text-decoration: underline;
}
.right-fixed i {
    margin-right: 20px;
}
.btn-side1{
  top: 200px;
}
.btn-side2{
  top: 260px;
}
.btn-side3{
  top: 320px;
}
.btn-side1:hover, .btn-side2:hover, .btn-side3:hover {
    right: 0;
    -webkit-transition: 0.8s ease;
    transition: 0.3 ease;
}
.mob_enquire{
  display: none;
}
.openup {
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    animation-name: open;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-delay: 0.7s;
}
@keyframes open {
    from { height: 0 }
}
.pop-up-from{
  background: var(--hilit-clr);
  color: #fff;

}
.dropdown-item:focus, .dropdown-item:hover{
  color: var(--hilit-clr);
  background-color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--hilit-clr);
}
.close{
  position: absolute;
    top: 10px;
    right: 10px;
}
.sl-overlay {
    background: #000;
}
.sl-wrapper .sl-close, .sl-wrapper .sl-navigation button {
    color: #fff;
}
a, a:hover{
  color: var(--hilit-clr);
}
.project-gallery li{
  padding: 10px;
}
.project-gallery img{
  height: 250px;
}
.list {
    padding-left: 15px !important;
    list-style: none;
    line-height: 2;
}.list li::before {
    content: "\2022";
    color: var(--hilit-clr);
    margin-right: 10px;
    margin-left: -1em;
    font-weight: bold;
}
.amenities-list {
    list-style: none;
    padding-inline-start: 0px;

}
.amenities-list li img {
    margin-right: 10px;
    height: 30px;
}
.amenities-list p{
  color: #fff;
}