body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  background-color: #fff8f2;
}
.btn {
  font-family: "Raleway", sans-serif;
  background-color: #018a84;
  color: #fff;
  padding: 6px 26px;
  box-shadow: rgba(132, 104, 76, 0.2) 0px 4px 10px;
}
.btn:hover,
.btn:active {
  background-color: #018a84 !important;
  color: #fff !important;
  box-shadow: rgba(132, 104, 76, 0.4) 0px 6px 12px;
}
/* navbar */
.navbar {
  background-color: #fff;
}
.navbar .nav-item {
  margin-right: 1rem;
}
.navbar .nav-item .nav-link {
  padding: 0;
}
.navbar .nav-item .nav-link:hover {
  border-bottom: 1px solid #018a84;
}
.navbar .nav-item .nav-link.active {
  border-bottom: 1px solid #018a84;
  font-weight: 600;
}
.navbar-toggler span {
  width: 30px;
  height: 3px;
  border-bottom: 1px solid #444444;
  border-radius: 10px;
  background-color: #444444;
  margin-bottom: 4px;
  display: block;
  transition: all 0.1s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] span:first-child {
  transform: rotate(45deg) translateY(5px) translateX(5px);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  width: 0;
}
/* banner section */
.sec_head h3 {
  font-family: "Baskervville", serif;
  font-size: 36px;
  color: #18456E;
}
.banner_sec .sec_head h3 {
  color: #fff;
}
.bhk_div {
  background-color: #000000b0;
  width: fit-content;
}
.banner_form {
  padding: 30px;
  background-color: #fff8f2;
}
.banner_form h5 {
  color: #018a84;
}
.banner_form .form-control,
.modal .form-control {
  border-color: #018a84;
  background-color: transparent;
}
.banner_form .form-control:focus,
.modal .form-control:focus {
  box-shadow: 0 0 0 2px #018a8455;
}
.banner_btn {
  bottom: -34px;
  width: fit-content;
  z-index: 99;
}
.banner_img picture img {
  /* height: 730px; */
  object-fit: cover;
}
/* overview section */
.pattern_bg1{
  background-image: url("../images/flowers.png");
  background-size: cover;
  background-repeat: repeat;
}
.overview_sec {
  padding-top: 6.4rem;
}
/* location section */
.location_div .container {
  width: 80%;
}
.location_div img {
  width: 150px;
}
/* gallery section */
.gallery_sec {
  background-image: url("../images/beije_bg.png");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.gallery_sec .sec_head h3 {
  color: #fff;
}
.gallery_sec .swiper-button-next::after,
.gallery_sec .swiper-button-prev::after {
  content: "";
}
/* master section */
.pattern_bg2 {
  background-image: url("../images/flowers.png");
  background-size: contain;
  background-repeat: repeat;
}
.master_div {
  border: 1px solid #018a84;
}
.master_div h3 {
  font-family: "Baskervville", serif;
  font-size: 28px;
  line-height: 60px;
  color: #3f4e60;
  border-bottom: 1px solid #018a84;
}
.master_img_div {
  width: fit-content;
}
.master_img_div .master_img {
  height: 400px;
}
/* footer */
footer {
  background-image: url("../images/footer_bg.svg");
  background-size: cover;
  background-position: center;
  color: #fff;
}
.footer_text{
  /* font-size:14px; */
}
footer ul {
  width: fit-content;
}
footer ul li {
  padding: 4px 0;
}
footer ul li a:hover {
  border-bottom: 1px solid #fff;
}
footer .rera_p span {
  font-size: 20px;
}
footer .contact_div a {
  font-size: 20px;
  color: #fff;
}
footer .contact_div a:hover {
  color: #018a84;
  transition: color 0.4s ease-in-out;
}
footer .contact_div a:hover i {
  color: #018a84;
  transition: color 0.4s ease-in-out;
}
footer .contact_div a span {
  padding: 6px;
  border: 1px solid #fff;
  margin-right: 10px;
}
footer .contact_div a:hover span {
  border: 1px solid #018a84;
  transition: color 0.4s ease-in-out;
}
.footer_bottom {
  background-color: #018a84;
}
/* modal popup */
.modal .modal-content {
  width: 80%;
  margin: auto;
  background-color: #fff8f2;
}
.modal .modal-header,
.modal .modal-body {
  padding: 26px;
}
/* media starts */
@media (max-width: 1399px) {
  /* banner section */
  .banner_img picture img {
    /* height: 630px; */
  }
}
@media (max-width: 1199px) {
  /* navbar */
  .navbar-brand img{
    width:340px;
  }
  /* banner section */
  .banner_img picture img {
    /* height: 550px; */
  }
  /* footer */
  footer .rera_p span {
    font-size: 18px;
  }
  footer .contact_div a {
    font-size: 18px;
  }
}
@media(max-width:992px){
  /* banner */
  .banner_form {
    padding: 24px;
}
}
@media (max-width: 991px) {
  /* navbar */
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar .nav-item .nav-link {
    margin: 6px 0;
  }
  /* banner section */
  .bhk_div {
    font-size: 12px;
  }
  .banner_img picture img {
    /* height: 500px; */
  }
  .banner_sec .sec_head h3{
    font-size:24px;
  }
  /* map div */
  .map_div iframe {
    width: 100%;
    height: 360px;
  }
  /* footer */
  footer .rera_p span {
    font-size: 16px;
  }
  footer .contact_div a span {
    margin-right: 4px;
  }
  footer .contact_div a {
    font-size: 14px;
  }
  .footer_bottom {
    font-size: 14px;
  }
  footer img {
    width: 340px;
  }
}
@media (max-width: 768px) {
  /* banner section */
  .banner_img picture img {
    /* height: 450px; */
  }
  .banner_sec .form-control {
    padding: 4px 0.75rem;
    font-size: 14px;
  }
  .sec_head h3 {
    font-size: 28px;
  }
  .banner_sec .banner_form {
    padding: 14px 22px;
  }
  /* location div */
  .location_div img {
    width: 120px;
  }
  /* master div */
  .master_img_div .master_img {
    height: 320px;
  }
  /* modal opoup */
  .modal .modal-header,
  .modal .modal-body {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  /* navbar */
  .navbar-brand img {
    width: 224px;
  }
  /* banner section */
  .banner_img picture img {
    /* height: 420px; */
  }
  .banner_img .banner_btn img{
    width:60px;
    height:60px;
  }
  /* overview section */
  .overview_sec {
    padding-top: 1rem;
  }
  .overview_sec .overview_text{
    width:100% !important;
  }
  /* gallery section */
  .gallery_sec {
    padding: 54px 0;
  }
  .gallery_sec img {
    height: 200px;
  }
  .swiper-button-next img,
  .swiper-button-prev img {
    width: 26px;
  }
  /* master section */
  .master_div h3 {
    font-size: 24px;
  }
  .master_img_div .master_img {
    height: 230px;
  }
  .master_img_div .zoom_icon {
    width: 22px;
  }
  /* map div */
  .sec_head h3 {
    margin-bottom: 14px;
  }
  .map_div iframe {
    height: 280px;
  }
  /* footer */
  footer {
    padding-top: 100px;
  }
  /* modal popup */
  .modal .modal-content {
    width: 90%;
  }
}

/* countrycode */
.iti-flag {
  background-image: url("../images/flags.png");
}

.intl-tel-input.separate-dial-code .selected-flag {
  background-color: transparent !important;
}

/* .intl-tel-input.separate-dial-code .selected-dial-code {
  color: #fff;
} */

.intl-tel-input .selected-flag .iti-arrow {
  border-top: 8px solid #fff !important;
}

@media (max-width: 767px) {
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
    padding-left: 100px !important;
  }

  .intl-tel-input .selected-flag {
    padding: 0 0 0 24px !important;
  }

  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 100px !important;
  }
  .logo_banner {
    position: absolute;
    top: 20px;
  }
}