/* CENTER MENU */
.navbar-nav {
  gap: 20px;
}
.dropdown-item
{
    color: white;
}
.nav-link:hover
{
    color: white!important;
}
.sticky-top
{
    padding: 20px 0px!important;
}
/* HOVER DROPDOWN */
.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  background: black;
}

.dropdown-menu {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

/* NAV LINK STYLE */
.nav-link {
        color: #fff !important;
    font-weight: 500;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Montserrat';
    padding: 0px 20px;
    text-transform: uppercase;
}
li.nav-item {
    padding: 0px 20px;
}

.nav-link:hover {
  color: #ffc107 !important;
}

/* SOCIAL ICONS */
.social-icons a {
  color: #fff;
  font-size: 18px;
  margin-left: 15px;
}

.social-icons a:hover {
  color: #ffc107;
}
.hero-text-section {
      /* height: 65vh; */
    background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
    url('https://realtorneerajan.com/fassets/img/slider.jpg') center/cover no-repeat;
    /* display: flex; */
    align-items: center;
    text-align: center;
    /* padding-top: 16%; */
    padding-top: 275px !important;
    padding-bottom: 275px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}

.hero-text-section .small-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f1f1f1;
}

.hero-text-section h1 {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
}
section.background_black {
    background: black;
    padding: 50px 0px;
}
p.para {
    font-family: 'Montserrat';
    font-weight: normal;
}
@media (max-width: 768px) {
  .hero-text-section h1 {
    font-size: 36px;
  }
  .col-md-4.col-img {
    padding: 10px 0px;
}
.profile-image.images_profile>img {
    height: auto!important;
}
  .contact-form
  {
      max-width: 100%!important;
  }
  .contact-form button
  {
      width: 75%!important;
  }
  a.btn.button-home
  {
      width:75%!important;
  }
}
img.img-fluid.w-75.about_img {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
    text-align: center;
}
h2.heading_2 {
        font-size: 35px!important;
    font-family: 'Playfair Display';
    color: white;
    width: 100%;
    float: left;
    padding: 15px 0;
    position: relative;
    box-sizing: border-box;
}
h3.heading_h3 {
    font-family: 'Playfair Display';
    text-align: center;
    padding: 20px 0px;
    font-size: 48px;
    font-weight: normal;
    text-transform: uppercase;
}
.contents
{
  color: white;
}
.content_button {
    width: 100%;
    float: left;
    padding: 15px 0;
    position: relative;
    box-sizing: border-box;
}
a.btn.button-home {
    width: 30%;
    min-height: 45px;
    float: left;
    font-size: 15px;
    color: #000000 !important;
    background-color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-sizing: border-box;
    font-family: Montserrat;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
h3.h3 {
    width: 100%;
    float: left;
    padding: 15px 0;
    position: relative;
    box-sizing: border-box;
    font-size: 28px;
    font-family: 'Playfair Display';
    text-transform: uppercase;
    text-align: center;
}
p.paras {
    font-family: 'Montserrat';
    font-size: 18px;
    text-align: center;
}
.footer-bottom {
    background: black;
    padding: 10px;
}
a{
  text-decoration: none!important;
}
a.button-black
{
      width: 50%;
    min-height: 45px;
    float: none;
    font-size: 15px;
    color: #ffffff !important;
    background-color: #000000;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-sizing: border-box;
    font-family: Montserrat;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
        line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.listing-card img {
  height: 240px;
  object-fit: cover;
}


.listing-card .price {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 5px;
}

.listing-card .card-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 400; /* NORMAL like sample site */
  margin-bottom: 10px;
}

.listing-card .card-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}
a.button-black:hover {
    color: #000000 !important;
    background-color: #ffffff;
    box-shadow-color: none;
    -webkit-box-shadow-color: none;
    -moz-box-shadow-color: none;
    border: 2px solid black;
}

.feature-image {
  background: url('https://nextskytech.com/dev/neeraj/fassets/img/s1.jpg') center/cover no-repeat;
  height: 100%;
  padding: 300px 0px;
}
.feature-images.h-100 {
    background: url('https://nextskytech.com/dev/neeraj/fassets/img/s2.jpg') center/cover no-repeat!important;
    height: 100%;
    padding: 300px 0px;
}

.feature-text h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 42px;
  color: #000;
  margin-bottom: 20px;
}

.feature-text .small-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #555;
}

.feature-text p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #555;
}

@media (max-width: 992px) {
  .feature-section .feature-image {
    height: 300px;
  }
}
  .contact-section {
    background: #000;
    padding: 60px 20px;
    display: flex;
    flex-direction: column;   
    align-items: center;      
}

/* CONTACT SECTION */
.contact-section {
    background: #000;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.contact-form {
    width: 100%;
    max-width: 45%;
}

/* FORM GRID */
.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.form-row.single {
    flex-direction: column;
}

/* INPUTS */
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-radius: 0px;
    background: #fff;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #666;
}

/* TEXTAREA */
.contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* BUTTON */
.contact-form button {
       font-size: 15px;
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0 3px 0 transparent;
    -webkit-box-shadow: 0 3px 0 transparent;
    -moz-box-shadow: 0 3px 0 transparent;
    width: 30%;
    height: 45px;
    font-family: Montserrat;
    border: 1px solid #ffffff;
    border-radius: 0;
}

.contact-form button:hover {
    background: #e5e5e5;
}

/* RESPONSIVE */
@media (max-width: 600px) {
    .form-row {
        flex-direction: column;
    }
}
h3.contact-title {
    color: white;
    font-family: 'Playfair Display';
    margin-bottom: 20px;
    font-size: 58px;
}
/*.profile-section {*/
/*    background: #000;*/
/*    padding: 0px 0px;*/
/*}*/

/*.profile-container {*/
/*    max-width: 1100px;*/
/*    margin: auto;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 40px;*/
/*    min-height: 300px;*/
/*    text-align: center;*/
/*}*/


/*.profile-image img {*/
/*    width: 180px;*/
/*    height: 180px;*/
/*    border-radius: 50%;*/
/*    border: 5px solid #fff;*/
/*    object-fit: cover;*/
/*}*/
/*.profile-content>h3 {*/
/*    font-family: 'Montserrat';*/
/*    color: white;*/
/*    font-size: 24px;*/
/*}*/
/*.profile-content {*/
/*  text-align: left;*/
/*}*/
/*.profile-content h2 {*/
/*    color: #fff;*/
/*    font-size: 36px;*/
/*    font-weight: 600;*/
/*    margin: 0;*/
/*}*/

/*.profile-content h2 span {*/
/*    font-weight: 700;*/
/*}*/

/*.profile-content p {*/
/*    color: #cfcfcf;*/
/*    font-size: 18px;*/
/*    margin-top: 8px;*/
/*}*/
