/*
Theme Name: Vasudev Theme
Theme URI: https://vasudevrealtors.com/
Author: Webwork
Author URI: https://webwork.in/
Description: A custom WordPress theme for Vasudev Realtors.
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
	font-family: "Montserrat", sans-serif !important;
}
body{
  color: #3f4448;
}
.c1{
    color: #d3a465;
}
.c2{
    color: #3f4448;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Merriweather", serif !important;
	font-weight: 500 !important;
  /* text-transform: uppercase; */
}
a{
	text-decoration: none!important;

}
.vs-btn {
    border: 1px solid #d1a773;
    color: #d1a773;
    font-weight: 600;
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
    transition: 0.5s;
    background-color: #d1a773;
  }
  .vs-btn:hover {
    border: 1px solid #d1a773;
    background-color: #b17b3a;
    color: #fff;
    /* font-weight: bold; */
    border-radius: 0px;
    padding: 10px 20px;
  }
/* Container Size */

@media (min-width:1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl{
      max-width: 1310px !important;
    }
  }
  @media (min-width:1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
      max-width: 1510px !important;
    }
  }
   
  /* Container Size End*/
  
.navbar-brand img {
    width: 210px;
    /* height: 40px; */
    margin-right: 10px;
  }

  .nav-link.active {
    color: #d1a773 !important;
    font-weight: 500;
  }
  .nav-item .nav-link{
    padding: 0 28px !important;
  }
  .dropdown-item {
    padding: 13px 25px;
    border-bottom: 1px solid #d1a773;
}
.dropdown-menu > li:nth-child(2n) .dropdown-item {
  border-bottom: none;
}
.dropdown{
  position: relative;
}
.dropdown::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  width: 159px;
  height: 39px;
  background-color: #ffffff00;
  /* opacity: 0; */
  transition: 0.5s;
  z-index: 2;
}

  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 59px;
        border: 1px solid #d1a773;
        border-radius: 0;
        padding: 0;
    }
}
  .pro-bg{
    background-color: #f9f9f9;
  }
  .ame-list{
    list-style: none;
    padding-left: 0;
    li {
      position: relative;
      padding-left: 30px; /* space for custom bullet */
      margin-bottom: 10px; /* space between items */
    }
    li::before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0;
      width: 12px;
      height: 12px;
      background-image: url('img/Asset 34.png');
      background-size: contain;
      background-repeat: no-repeat;
  }
}
input.form-control {
  height: 45px;
  border-radius: 4px;
}
.form-control {
  border-radius: 4px;
}
.form-control:focus{
  border-color: #d1a773;
  box-shadow: none !important;
}
.form-control::placeholder{
  color: #d1a773;
}
.form-select {
  height: 45px;
  border-radius: 4px;
}
.form-select:focus{
  border-color: #d1a773;
  box-shadow: 0 0 0 0.25rem rgb(209 167 115 / 25%); 
}
.form-select::placeholder{
  color: #d1a773;

}
.form-check-input:checked {
  background-color: #d1a773;
  border-color: #d1a773;  
}
/* Footer */
footer{
  border-top: 2px solid  #d1a773;
}
.footer-logo{
  width: 220px;
}
footer ul{
  padding-left: 0;
}
.footer-link{
  list-style: none;
  padding-left: 0;
  padding: 3px 0;

}
.footer-link a{
  color: #3f4448;
  text-decoration: none;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 600;
}

/* Project */

.inner-banner {
  position: relative;
  background: linear-gradient(135deg, #ffeaa2 -35%, #ffffff 70%, #ffe5a6 100%);
  overflow: hidden;
}

.inner-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: url('img/bg-1.png') no-repeat center center; */
  background-size: cover;
  opacity: 0.2;
  z-index: 0;
}

.inner-banner > * {
  position: relative;
  z-index: 1;
}
.img-icon img{
  width: 35px;
  margin-bottom: 25px;
}
.loc-card{
  font-size: 13px;
  font-weight: 600;
  color: #d1a773;
  padding: 15px 0;
}
/* Add right border to each .loc-card by default */
.loc-card {
  border-right: 1px solid #d1a773;
  padding-right: 15px;
}

/* Remove right border from last card in each row */
@media (min-width: 992px) {
  .row-cols-lg-3 > .col-12:nth-child(3n) .loc-card {
    border-right: none;
  }
  .row-cols-lg-3 > .col-12:nth-child(5n) .loc-card {
    border-right: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .row-cols-md-2 > .col-12:nth-child(2n) .loc-card {
    border-right: none;
    border-bottom: 1px solid #d1a773;
  }
}

@media (max-width: 767.98px) {
  .row-cols-1 > .col-12 .loc-card {
    border-right: none;
    border-bottom: 1px solid #d1a773;
  }
}

.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
  font-weight: var(--fa-style, 600) !important;
}
.project-img{
  height: 800px;
  width: 500px;
  object-fit: cover;
}
.plan h2{
 border-bottom: 2px solid #d1a773;
 padding: 0px 0px 8px 0;
}
.amenity-icon {
    font-size: 1.5rem;
    color: #d1a773;
    margin-right: 20px;
    background: #d1a773;
    padding: 10px;
    border-radius: 5px;
}
.amenity-icon img {
    width: 35px;
}
.amenity-card {
  height: 100%;
  /* background-color: #f8f8f8; */
  border-radius: 12px;
  padding: 10px 15px;
  border: 1px solid #d1a773;
  font-weight: 600;
  margin-bottom: 15px;
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.05); */
}
/* Gallery S... */
.masonry-container {
  column-count: 3;
  column-gap: 1rem;
  padding: 1rem;
}
@media (max-width: 992px) {
  .masonry-container {
    column-count: 2;
  }
}
@media (max-width: 576px) {
  .masonry-container {
    column-count: 1;
  }
}
.masonry-container a {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%;
  break-inside: avoid;
}
.masonry-img {
  width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.masonry-img:hover {
  transform: scale(1.02);
}
/* Gallery E.. */




@media (max-width:767px){
  .pro-img{
    height: 410px;
    object-fit: cover;
  }
  .navbar-brand img{
    width: 170px;
  }
  .nav-item .nav-link {
    padding: 20px 28px !important;
}
.nav-item .vs-btn{
  margin-top: 24px;
  margin-left: 24px;
  display: inline-block;
}
.navbar-toggler{
  border: none;
}
.navbar-toggler:focus{
  box-shadow: none;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(209,167,115,0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

}
