


html {
}

body {
  /* overflow-x: hidden !important; */
   font-family: "Prompt", sans-serif;
}


* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
  color:#41a845;
}

section {
  overflow: hidden;
}

img {
  max-width: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 29px;
  text-align: justify;
  font-size: 15px;
}
h1, h2{
  font-weight: 600;
}
.type-section h4{
  font-size: 20px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

.plus-captcha{
  display: flex;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 999;
  background: #fff;
  /* height: 70px; */
  box-shadow: 0px 0px 5px 5px #00000024;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #000;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

.nav-link:focus,
.nav-link:hover {
  /* color: #fff !important; */
}

.navbar-nav .nav-link {
  color: #fff;
  /* font-family: Barlow; */
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
}

section.price-table {
  text-align: center;
}

section.price-table h3.heading1.hike {
  text-align: center;
}

.para-price p {
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}

.price-section-info {
  background: #0140a3;
  color: #fff;
  text-align: center;
  padding: 40px 20px 0 20px;
  box-shadow: 0 0 5px #000;
  position: relative;
  margin-bottom: 40px;
      border: 2px dashed #fff;
}


button.btn.submit-section {
  background: #000 !important;
  border: none;
  width: 100%;
  font-size: 16px;
  color: #fff;
}

.btn-button .btn {
  background: #fff;
  margin: 20px 0;
}

.btn-button .btn:hover {
  color: #000;
}

.type-section p {
  text-align: center;
}

.type-section.size {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin: 15px 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #000 !important;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  border-bottom: 2px solid #000;
}

.overlay2 {
  padding: 80px 0;
}
.price-table .overlay2 {
 display: flex;
    height: 100%;
    width: 100%;
    padding: 40px 0px;
    background: url(../images/contact-bg.png) #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
}



.navigation-type-split.fixMenu {
  background: #000;
  transition: ease all 0.5s;
}

.nav-item .nav-link {
  /* color: #000 !important; */
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.navbar-brand img {
  width: 170px;
  padding: 0px;
}

.white {
  color: #fff !important;
}

.extim img {
  margin-right: 15px;
}

button.navbar-toggler {
  border: 2px solid #000;
}

@media screen and (max-width: 767px) {
  .icon_box {
    left: 25px !important;
  }

  .navbar-toggler {
    position: absolute;
    right: 8px;
    top: 8px;
  }

  .navbar>.container,
  .navbar>.container-fluid,
  .navbar>.container-lg,
  .navbar>.container-md,
  .navbar>.container-sm,
  .navbar>.container-xl,
  .navbar>.container-xxl {
    justify-content: left !important;
  }
}

/* .navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(196, 149, 72, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23c49548' width='30px' height='30px' viewBox='0 0 0.9 0.9' xmlns='http://www.w3.org/2000/svg' id='cross' class='icon glyph'%3E%3Cpath d='m0.503 0.45 0.236 -0.236a0.037 0.037 0 1 0 -0.053 -0.053L0.45 0.397l-0.236 -0.236a0.037 0.037 0 0 0 -0.053 0.053l0.236 0.236 -0.236 0.236a0.037 0.037 0 0 0 0 0.053 0.037 0.037 0 0 0 0.053 0l0.236 -0.236 0.236 0.236a0.037 0.037 0 0 0 0.053 0 0.037 0.037 0 0 0 0 -0.053Z'/%3E%3C/svg%3E") !important;
} */

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/

#home {
  position: relative;
  /* display: flex; */
  /* align-items: center; */
}

#home .btn-get-started {

  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}


.contact-img{
  height: 100%;
}
.contact-img img{
  height: 100%;
  object-fit: cover;
}


.overview-section h3.heading1 {
  color: #000;
}

#home p {
  color: #fff;

  font-size: 20px;
  text-transform: capitalize;
}

.ban-ext {
  margin-top: -13px !important;
  position: absolute !important;
  top: 26px !important;
  z-index: 9999;
  right: 16px !important;
}

.banner-enquire {
  border-radius: 30px;
  border: 1px solid #fff;
  padding: 9px 29px;
  /* width: 13%; */
  background: transparent;
  color: #fff;
  margin-top: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.ext-fixed {
  position: absolute;
  left: 8%;
  top: 15%;
  z-index: 99;
}

.carousel-item {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#home h3,
#home p,
#home button {
  color: white;
}

.carousel-caption h3 {
  text-align: left;
}

.carousel-caption {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  left: 11% !important;
  top: 0;
  width: 100%;
}

@media (max-width: 991px) {
  #home {
    /* height: 100vh; */
    text-align: center;
  }

  #home .animated {
    animation: none;
  }

  #home .hero-img {
    text-align: center;
  }

  #home .hero-img img {
    width: 50%;
  }

}

@media (max-width: 768px) {
 


  #home .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #home .hero-img img {
    width: 80%;
  }

  #home .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }

  .banner-section {
    margin-top: 0;
  }

  .config-icon {
    background: #000 !important;
  }

  .about-sec h2 {
    font-size: 25px !important;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

.accordion {
  --bs-accordion-border-color: none !important;
  --bs-accordion-btn-icon-transform: rotate(0deg) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/up.png) !important;
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  transform: rotate(180deg);
  /* filter: invert(1); */
}

.accordion-item {
  margin-top: 14px;
  /* box-shadow: 5px 5px #000; */
  border: 0px !important;
}

.accordion-button img {
  position: absolute;
  left: 1%;
  filter: invert(1);
  width: 30px;
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.accordion-button {
 font-size: 16px !important;
    padding-left: 10% !important;
    border-left: 2px solid #41a845 !important;
    height: 45px;
    background-color: #000;
    color: #ffffff;
}

.accordion-body p {
  color: #000;
  margin-bottom: 14px;
}

.accordion-body {
  position: relative;
}

.accordion-body span {
  position: absolute;
  right: 22px;
}

.accordion-header {}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: #000 !important;
  text-align: left;
  background-color: #fff !important;
  border: 0;
  border-radius: 0 !important;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  background-color: #0140a3 !important;
  color: #ffffff !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none !important;
}

.contact-us {
  background: #fff;
}

.border-bottom {
  border-width: 0 0 2px 0;
  border-color: #000;
  /* You can customize the border color */
  border-radius: 0;
}

.submit-btn {
  background: #000;
  color: #fff;
  font-size: 17px;
  padding: 4px 35px;
  display: block;
  margin: 0px auto;
}

.form-control {
  background-color: #fff !important;
  border: 2px solid #000 !important;
  color: #000 !important;
}

.contact-us h3 {
  text-align: center;
  margin-bottom: 30px;
}

.error {
  color: red;
}

.formcls {
  border-bottom: 2px solid #e3af5a;
  padding: 70px 138px;
  background: #222;
}

.formcls h3 {
  color: #fff;
  text-align: center;
  font-size: 45px;
  margin-bottom: 30px;
}

/*----------------------- */

.footerw1 {
  /* background: #000; */
  padding: 20px 0px;
  position: relative;

}

.carousel1 {
  margin-top: 0 !important;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
}

.terms {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.maharera p {
  text-align: center;
  color: #000;
  width: 64%;
  display: block;
  margin: 22px auto;
}

.disclaimer p {
  text-align: center;
  color: #000;
  display: block;
  margin: 0 auto;
  font-size: 13px;
  width: 80%;
  line-height: 20px;
}

.Privacy {
  text-align: center;
}

.Privacy a {
  text-align: center;
  color: #000;
}

.terms {
  color: #fff;
}

.flex-about {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px 15px 0px 15px;
  gap: 5px;
}

.pd0 {
  padding: 0px;
}



.gallery-content h3 {
  color: #e3af5a;
  font-size: 15px;
}

section#Amenities .heading1 {
  color: #000;
}

.nav-tabs {
  border-bottom: none !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  border-color: #41a845 !important;
  background: #41a845 !important;
  font-size: 15px;
}

.nav-link {
  color: #000 !important;
}

.nav_link {
  color: #fff !important;
}

.navbar-toggler {
  /* background-color: black !important; */
}

.nav-tabs .nav-link {
  border: 2px solid #41a845 !important;
}

.modal-dialog {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: hidden !important;
  margin-top: 0;
}

/*---------------gallery----------------------*/

.amenities-gallery .actual {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 0px 10px 2px 10px;
  z-index: 99;
}



.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  margin-bottom: 10px;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  /* border: 2px solid #fff; */
}

.amenities-gallery img {
  width: 100% !important;
  display: block !important;
  height: 320px;
  object-fit: cover;
  transition: all 0.5s;
}

#location .amenities-gallery img {
  width: 100% !important;
  display: block !important;
  height: 420px;
  transition: all 0.5s;
}

#Amenities .amenities-gallery img {
  width: 100% !important;
  display: block !important;
  
  transition: all 0.5s;
}



.amenities-gallery:hover img {
  transform: scale(1.19);
  transition: all 0.5s;
}

.amenities-gallery:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../hovericon.html), auto !important;
}

.amenities-gallery .ami-overlay h3 {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 18px;
}

/*---Gallery Optional--*/

.gall-txt {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}

.gall-patch {
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 0;
  background: #333;
  font-size: 14px;
  padding: 0 10px;
}

.amenities-gallery.gall-fiximg img {
  height: 280px;
  object-fit: cover;
}

/*-------End Of Gallery ------------*/

.nav {
  margin-bottom: 30px !important;
}

.owl-carousel {
  position: relative;
}

.ameni-carousel .owl-nav {
  position: absolute;
  top: -31%;
  right: 13%;
}

.location {
      background: url(../images/contact-bg.png) #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.over-img img {
  width: 100%;
}

.navbar-toggler-icon {
  filter: invert(88%) sepia(43%) saturate(3771%) hue-rotate(322deg) brightness(109%) contrast(78%);
  -webkit-filter: invert(88%) sepia(43%) saturate(3771%) hue-rotate(322deg);
}

.justify-ext {
  justify-content: center;
}

#highlight {
  position: relative;
  background: #0140a3;
}

.over-content {
  margin-top: 30px;
}

.side-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.side-img img {
  width: 350px;
}
.modal-body form .form-control{
  box-shadow: none !important;
  outline: none !important;
  border: none !important;;
  border-bottom:1px solid #000 !important;
  border-radius: 0 !important;
  padding: 6px 0;
  color: #000;
}

.enq-btn {
  position: fixed !important;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  /* width: 113px; */
  font-size: 20px !important;
  background: #000 !important;
  color: #fff !important;
  border: 0px solid #fff !important;
  position: fixed !important;
  z-index: 999;
  /* width: 113px; */
  font-size: 16px !important;
  background: #000 !important;
  color: #fff !important;
  border: 0px solid #fff !important;
  border-radius: 0px !important;
  box-shadow: none;
  color: #41a845 !important;
}

.enq-btn-2 {
  position: fixed !important;
    left: 17px;
    bottom: 7px;
    z-index: 999;
    font-size: 25px !important;
    background: #0140a3 !important;
    border: 0px solid #fff !important;
}

.enqbtn {
  left: 20px;
  bottom: 20px;
  z-index: 999;
  font-size: 16px !important;
  background: #000 !important;
  color: #fff !important;
  border: 0px solid #fff !important;
  border-radius: 0px !important;
  box-shadow: none;
  color: #ffff !important;
  ;
}


#float-form .form-control,
#bro-form .form-control {
  background: none !important;
  color: #000 !important;
  border-radius: 0px;
}

#float-form .form-group,
#bro-form .form-group {
  height: 40px;
  margin-bottom: 30px;
}

.banner-enquire img {
  margin-left: 10px;
}

.btn-1 {
  background: #000;
  border: none;
  color: #fff;
  font: 500 1rem sans-serif;
  padding: 10px 26px;
  position: relative;
  cursor: pointer;
  margin: 1rem;
  display: block;
  margin: 0px auto;
}
.modal-content .modal-header{
  border-radius: 0;
  text-align: center;
}
.modal-content {
      outline-offset: 2px !important;
    background-color: #d2d3d5 !important;
    color: #41a845 !important;
    border-radius: 0;
}
.modal-content .modal-body{
  border-radius: 0;
}

/*.btn-close {*/
/*  filter: invert(1);*/
/*  -webkit-filter: invert(1);*/
/*}*/

.btn-animation {
  border: 2px solid #000;
  outline: 2px solid #41a845;
  transition: outline-offset 200ms ease;
  background-color: #000 !important;
  color: #41a845 !important;
}

.btn-animation:hover {
  outline: 2px solid #fff;
  outline-offset: -6px;
}

.modal-header {
    background: white;
    
    align-items: center;
    justify-content: center;
}
.formcls .form-control {
  height: 40px;
  /* margin-bottom: 30px; */
}

.price-click {
  cursor: pointer;
}

a:hover {
  /* color: #fff !important; */
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #080808;
  color: #fff;
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  /*color: #fff;*/
  text-align: center;
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.oops-subtitle {
  /*color: #fff;*/
  font-size: 18px;
}

.go-home {
  color: #000;
  background: #fff;
  font-size: 19px;
  padding: 10px;
  width: 225px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #080808;
  border-radius: 25px;
}

.oops-greet {
  color: #000;
  font-size: 25px;
  margin-bottom: 15px;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
}

#contact-form .form-group {
     height: 23px;
  margin-bottom: 7%;
}
#contact-form .form-group .plus-captcha p, #contact-form .form-group .plus-captcha span{
  color: #fff;
}
.modal-body .form-group .plus-captcha input{
  width: 100%;
  box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    padding: 6px 0;
    color: #000;
    padding-left: 1rem;
}
.modal-body .form-group button.btn{
font-size: 16px !important;
    background: #0140a3 !important;
    width: 140px;
    text-transform: uppercase;
    border-radius: 0px !important;
    box-shadow: none;
    color: #ffffff !important;
    border: none !important;
}

.custom-btn {
  /* box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1); */
  /* outline: none; */
}

.btn-5 {
  line-height: 42px;
  padding: 0px 15px;
  border: none;
  background: rgb(255, 27, 0);
  background: linear-gradient(0deg,
      rgba(255, 27, 0, 1) 0%,
      rgba(251, 75, 2, 1) 100%);
}

.btn-5:hover {
  color: #f0094a;
  background: transparent;
  box-shadow: none;
}


.fixed-footer-cust {
      background: #0140a3;
    text-align: center;
    padding: 3px 0px 3px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 38px;
    z-index: 99;
    border-top: 1px dashed #34a92e;
}

.div-line {
  border-right: 1px solid #fff;
  padding: 0px;
}

.modal-body {
  background: #fff;
}

.form-group {
  margin-bottom: 20px;
}

li.nav-item {
  margin-right: 25px;
}

.modal-title {
      text-align: center;
    
    font-size: 22px !important;
    display: inline-block;

}

.btn-close {
  position: absolute;
  right: 15px;
  top: 8px;
}

.form-inner {
  border: 2px dashed #31af2a;
}

.fix-link {
  color: #fff !important;
  font-size: 13px !important;
  padding: 3px !important;
}

.small-circle {
  position: relative;
  width: 50px;
  /* Adjust as needed */
  height: 50px;
  /* Adjust as needed */
  border-radius: 50%;
  background-color: #c1ad9b;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.know-more {
  transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 11px;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #c1ad9b;
}

.carousel {
  position: relative;
  margin-top: 58px;
}

.arrow-image {
  display: none;
}

.small-circle:hover .know-more {
  opacity: 0;
  position: absolute;
}

.small-circle:hover .arrow-image {
  display: block;
  transform: rotate(138deg);
  filter: invert(1) brightness(100);
}

.ameni-carousel {
  margin-left: 146px;
}

/* Add additional styles for your PNG arrow image as needed */

.f-icon {
  height: 14px;
  width: 14px;
  padding-top: 4px;
  position: relative;
}

.blured {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 628px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {

  .navbar-nav .nav-link.active,
  .navbar-nav .show>.nav-link {
    color: #000 !important;

  }

  .footerw1 {
            height: auto;
        padding: 10px;
        padding-bottom: 3rem;
  }

  .footerw1 .disclaimer p {
    font-size: 16px;
        color: rgb(0 0 0);
  }


  .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: flex !important;
    justify-content: space-between;
    top: 0%;
    position: absolute;
    width: 100%;
  }

  #header {
    transition: all 0.5s;
    z-index: 999;
    padding: 0px;
  }

  #navbarSupportedContent {
    background: #ffffff;
    color: #000;
  }

  .nav-link {
    font-size: 12px !important;
    padding: 5px 5px;
  }

  .ameni-carousel {
    margin-left: 0;
  }

  .ameni-carousel .owl-nav {
    position: absolute;
    top: 0%;
    right: 0;
  }

  .navbar-nav .nav-link {
    color: #000 !important;
    text-align: center;
  }

  .flex-over {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0px 15px 0px 15px;
    gap: 5px;
    margin-top: 36px;
  }

  .justify-ext {
    justify-content: center;
  }

  .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: block !important;
    position: relative;
    width: 100%;
  }

  .formcls {
    border-bottom: 2px solid #e3af5a;
    padding: 38px 29px;
    background: #222;
  }

  .accordion-button {
    font-size: 15px !important;
    padding-left: 11% !important;
    border-bottom: 1px solid !important;
  }

  .accordion-button img {
    width: 27px;
  }

  .carousel {
    position: relative;
    margin-top: 10%;
  }

  .loc32 {
    margin-top: 20px;
  }

  .con-41 {
    width: 100%;
  }

  .con-4 p {
    margin-bottom: 20px;
    width: 100%;
  }

  .navbar-toggler:focus {
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
  }

  .maharera p {
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    margin: 22px auto;
  }

  .descri1 p {
    text-align: center;
    margin: 30px auto;
    color: #fff;
    letter-spacing: 1px;
    height: 10px;
  }

  .banner-enquire {
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 9px 29px;
    width: 56%;
    background: transparent;
    color: #fff;
    margin-top: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin: 0px auto;
    display: block;
  }

  #home h3 {
    color: #000000;
    /* font-family: Quattrocento; */
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
    margin: 15px auto;
  }
  .banner-inner .brand-types {
    font-size: 16px;
    font-weight: 600;
}

  #home p {
    color: #fff;
   
    font-size: 15px;
    text-transform: capitalize;
  }

  .carousel-caption {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 0% !important;
    top: 0;
    width: 100%;
  }

  .carousel-caption h3 {
    text-align: center;
  }

  .disclaimer p {
    text-align: center;
    color: #000;
    width: 100%;
    display: block;
    margin: 22px auto;
  }

  .terms {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .overview h2 {
    color: #000;
    font-size: 21px;
  }

  .extim img {
    position: absolute;
    top: 8px;
    right: 66px;
  }
}

.qr-img img {
  width: 120px !important;
  display: block !important;
  margin: 25px auto !important;
  margin-bottom: 0px !important;
}

.padding1 {
  padding: 40px 0px;
}
.overview-section .hike{
  text-align: center!important;
}

.pad {
  padding: 40px 0px 40px;
}

.testimonial {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.testimonial .pic {
  /* width: 22%; */
  padding: 20px 0;
  margin: 0 6% 0 2%;
  float: left;
  position: relative;
  z-index: 1;
}

.testimonial .pic:before,
.testimonial .pic:after {
  content: "";
  width: 120px;
  height: 120px;
  background: #000;
  position: absolute;
  z-index: -1;
}

.testimonial .pic:before {
  top: 0;
  right: -20px;
}

.testimonial .pic:after {
  bottom: 0;
  left: -20px;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
  border: 3px solid #41a845;
  background-color: #000 !important;
  color: #41a845 !important;
}

.testimonial .testimonial-content {
  /* width: 70%;
  float: right; */
}

.testimonial-content h2 {
  font-size: 18px;
}

.testimonial .title {
  display: block;
  font-size: 18px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.testimonial .post {
  display: block;
  font-size: 14px;
  line-height: 27px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 25px;
  padding-left: 15px;
}

.testimonial .description {
  font-size: 16px;
  color: #000;
  margin: 0;
  position: relative;
  line-height: 32px;
  text-align: justify;
}

.testimonial .description:before,
.testimonial .description:after {
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  color: #000;
  position: relative;
}

.testimonial .description:before {
  content: "\f10d";
  margin-right: 5px;
  top: 0;
  left: 0;
}

.testimonial .description:after {
  content: "\f10e";
  margin-left: 5px;
  position: relative;
  bottom: 0;
  right: 0;
}

.heading1 {
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #0140a3;
}

span.overview-head {
  color: #41a845;
  font-size: 18px;
  font-weight: 600;
}
.bhk-img img {
  width: 100%;
  filter: blur(3px);
  /* margin-bottom: 35px; */
}

.btm-border {
  border-bottom: 1px solid #41a845;
  padding: 1em;
}

.no-btm-border {
  padding: 1em;
}

h3 {
  /* font-family: 'Montserrat' !important; */
  font-size: 20px;
}

.bhk-txt h6 {
  color: #000;
  font-size: 18px;
}

.bhk-txt p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
}



/*banner form css starts*/
.banner-form {
  position: absolute;
  right: 20px;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
}

.banner-form .form-control {
  background-color: #fff !important;
  border: none !important;
  color: #000 !important;
}
.banner-form .enquiry-form {
  background-color: #00317dde;
  padding: 1rem;
  border-radius: 10px;
}

.banner-form .enquiry-form .btn-primary {
  background: #ffffff;
  border-color: #000000;
  padding: 5px 25px;
  border-radius: 10px;
  font-size: 16px;
  transition: 0.3s ease-out;
  color: #0140a3;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
@media screen and (max-width:767px){
.banner-form {
  position: relative;
  right: 0;
  z-index: 99;
  top: auto;
  transform: none;
}
.banner-form .enquiry-form {
  background-color: #0140a3;
  padding: 1rem;
  border-radius: 0;
}
  .banner-form .enquiry-form h3 {
      color: #7ddf05!important;
      font-size: 22px!important;
    }

}


/*banner form css ends*/



.modal form .form-group {
  margin-bottom: 10px;
}


.my-tab {
  color: #fff;
  padding: 10px 5px !important;
  border: 2px solid #fff;
  border-radius: 0;
  font-size: 11px;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: ease all 0.5s;
}

.conf-maintitle {
  font-size: 24px;
  margin-bottom: 22px;
  color: #000;
}

.con-title {
  font-size: 21px;
  text-align: center;
  color: #000;
}

.transparent-btn {
  background: transparent !important;
  color: #000;
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: 0 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.round-btn {
  color: #fff;
  background: #000 !important;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  z-index: 1;
  margin: 11px;
  overflow: hidden;
  border-radius: 25px;
}

.round-btn:hover {
  color: #fff;
}

#floor-plan {
  background: #eceadf;
  background-image: url(../images/img-12.html);
  background-size: cover;
  background-repeat: no-repeat;
}

.conf-wraper {
  text-align: center;
  background: url("../confbg.html"), rgba(255, 255, 255, 0.8);
  background-position: bottom;
  background-size: cover;
  padding: 2rem 1rem;
  border-radius: 25px;
  border: 2px solid #000;
}

.round-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: #745c2c;
  transition: all 0.3s ease;
}

.owl-prev span {
  margin: 4px auto;
}

.owl-next span {
  margin: 4px auto;
}

.hike {
  color: #000000;
  text-align: left;
  font-weight: 600;
}

.gallery-para {
  color: #fff;
}

.gallery-para p {
  text-align: center;
}

.owl-theme .owl-nav [class*="owl-"] {
  margin: 10px 5px;
  position: relative;
  background: #0140a3 !important;
  bottom: 0px;
  color: #ffffff !important;
  font-size: 7px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid !important;
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  outline: none !important;
}

.about-ima{
  height: 100%;
}

.banner-section {
  margin-top: 55px;
}

.counter {
  color: #ffffff;
  /* font-family: "Mada", sans-serif; */
  text-align: center;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  /* background-image: url(../images/footer-logo.png); */
  /* z-index: 36; */
  background: #0140a3 !important;
  height: 100%;
}

.counter-icon:before,
.counter-icon:after {
  content: "";
    /* border-top: 80px solid var(--main-color); */
    /* border-right: 5px solid var(--main-color); */
    width: 50px;
    height: 50px;
    position: absolute;
    top: -7px;
    right: -7px;
    z-index: -1;
    background: #41a845;
}

.counter-icon:after {
  border-top: none;
  /* border-right: none; */
  /* border-bottom: 5px solid var(--main-color); */
  /* border-left: 5px solid var(--main-color); */
  top: auto;
  bottom: -7px;
  right: auto;
  left: -7px;
  width: 50px;
  height: 50px;
  background: #41a845;
}


.counter h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 10px 0 5px;
}
.counter .counterc-value {
    /* font-size: 17px; */
    display: block;
    color: #ffffff;
    text-transform: capitalize;
}

.counter.orange {
  --main-color: #000;
  margin: 25px 0px;
}

.service-icon img {
  width: 61px !important;
  filter: invert(1);
  margin: 0px auto;
  filter: brightness(2) saturate(0%) !important;
}

.heading1-white {
 color: #0140a3;
    padding: 5px;
  
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.features-carousel.owl-theme .owl-nav [class*="owl-"] {
  margin: 10px 5px;
  position: relative;
  background: transparent !important;
  bottom: 0px;
  color: #ffffff !important;
  font-size: 7px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid !important;
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  outline: none !important;
}

#contact {
  /* background: #B48D60; */
  background: #0140a3;
  padding: 20px 0px;
  position: relative;
}

.form-bg {
  /* background: url(../images/purple_patch.jpg) no-repeat; */
  background-size: cover;
  background-position: center;
  width: 100%;
  /* background: #AE8662; */
  height: 100%;
  padding: 33px 19px;
}

.contact-form .form-group {
  height: 40px;
  margin-bottom: 30px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.form-sec{
  margin-top: 3rem;
}

#contact-form input,
#contact-form select {
  height: 40px;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  padding-left: 8px;
  color: #fff;
  /* background: transparent; */
  border-bottom: 1px dashed #fff;
  background-color: #fff0 !important;
  border: 1px dashed #fff !important;
  color: #fff !important;
}
#contact-form input::placeholder{
  color: #fff;
  letter-spacing: 1px;
}
#contact-form select option {
  margin: 40px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.contact-form .form-group {
  height: 40px;
  margin-bottom: 30px;
}

.contact-info p {
  color: #ffffff;
  line-height: 29px;
}

.b-top-bot {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  margin: 20px 0;
}

.contact-info p {
  color: #ffffff;
  line-height: 29px;
}

@media screen and (max-width: 990px) {
  .counter {
    margin-bottom: 40px;
  }

  .config-icon {
    padding: 15px 0 !important;
  }

  .counter.orange {
    --main-color: #000;
    margin: 20px auto;
    width: 90%;
  }

  .over-flow {
    display: block !important;
  }

  .counter .counterc-value {
    font-size: 16px;
  }

  .navbar-brand img {
    width: 125px;
    padding: 0px;
  }

  .offset-md-1 {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .testimonial {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-direction: column;
  }

  .bhk-img img {
    width: 100%;
    margin-bottom: 35px;
  }

  .banner-section {
    margin-top: 77px;
  }

  .contact-info p {
    color: #ffffff;
    line-height: 33px;
    font-size: 14px;
    text-align: center;
  }

  .navbar-brand img {
    width: 120px;
    padding: 0px;
    /* margin-top: 8px; */
  }

  #header {
    transition: all 0.5s;
    z-index: 999;
    background: #fff;
    /* height: 59px; */
  }

  .heading1-white {
    /* text-align: center; */
    /* font-size: 25px; */
    /* margin: 16px auto; */
    /* padding: 5px; */
    /* border: 1px solid #ffffff; */
    /* width: 100%; */
    /* box-shadow: 5px 4px 0px 1px #ffffff; */
    /* color: #fff; */
  }

  .heading1 {
    margin: 0 0 10px 0;
    line-height: 24px;
    font-size: 22px;
  }

  .etxt {
    margin-bottom: 30px;
  }

  #contact-form .form-group {
    height: 40px;
    /* margin-bottom: 1%; */
  }

  .amenities-gallery img {
    
  }
}

@media only screen and (max-width: 990px) {
  .testimonial {
    text-align: center;
  }

  .testimonial .pic {
    width: 80%;
    margin: 0 auto;
    float: none;
  }

  .testimonial .pic:before,
  .testimonial .pic:after {
    width: 80px;
    height: 100px;
  }

  .testimonial .testimonial-content {
    width: 100%;
    float: none;
  }

  .testimonial .title {
    padding: 15px 0 0 0;
  }

  .testimonial-content h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .testimonial .post {
    padding: 0;
    margin-bottom: 10px;
  }
}

.serviceBox {
  text-align: center;
  position: relative;
}

.serviceBox .service-icon {
  width: 130px;
  height: 140px;
  line-height: 145px;
  background: linear-gradient(to bottom, transparent 49%, #41a845 50%);
  margin: 0 auto 15px;
  font-size: 45px;
  color: #fff;
  -webkit-clip-path: polygon(50% 0%,
      100% 25%,
      100% 75%,
      50% 100%,
      0% 75%,
      0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: relative;
  transition: all 0.3s ease 0s;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.serviceBox:hover .service-icon {
  font-size: 60px;
}

.serviceBox .service-icon:before,
.serviceBox .service-icon:after {
  content: "";
  width: 93%;
  height: 93%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-clip-path: polygon(50% 0%,
      100% 25%,
      100% 75%,
      50% 100%,
      0% 75%,
      0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transform: translate(-50%, -50%);
}

.serviceBox .service-icon:after {
  width: 85%;
  height: 85%;
  background: #000;
  transition: all 0.3s ease 0s;
}

.serviceBox:hover .service-icon:after {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset;
}

.serviceBox .title {
  font-size: 16px;
  color: #505050;
  text-transform: capitalize;
  margin: 0 0 10px 0;
  position: relative;
  transition: all 0.3s ease 0s;
}

.serviceBox:hover .title {
  color: #000;
}

.serviceBox .title:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #000;
  background: #000;
  box-shadow: 0 0 0 3px #fff inset;
  position: absolute;
  top: -50px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
}

.serviceBox:hover .title:before {
  opacity: 1;
  top: -24px;
}

.serviceBox .description {
  font-size: 15px;
  color: #505050;
  line-height: 27px;
  margin: 0;
}

.serviceBox.blue .service-icon {
  background: linear-gradient(to bottom, transparent 49%, #1b87a4 50%);
}

.serviceBox.blue .service-icon:after {
  background: #1b87a4;
}

.serviceBox.blue:hover .title {
  color: #1b87a4;
}

.serviceBox.blue .title:before {
  border-color: #1b87a4;
  background: #1b87a4;
}

.serviceBox.darkblue .service-icon {
  background: linear-gradient(to bottom, transparent 49%, #4c3f8f 50%);
}

.serviceBox.darkblue .service-icon:after {
  background: #4c3f8f;
}

.serviceBox.darkblue:hover .title {
  color: #4c3f8f;
}

.serviceBox.darkblue .title:before {
  border-color: #4c3f8f;
  background: #4c3f8f;
}

.serviceBox.purple .service-icon {
  background: linear-gradient(to bottom, transparent 49%, #9f2369 50%);
}

.serviceBox.purple .service-icon:after {
  background: #9f2369;
}

.serviceBox.purple:hover .title {
  color: #9f2369;
}

.serviceBox.purple .title:before {
  border-color: #9f2369;
  background: #9f2369;
}

@media only screen and (max-width: 990px) {
  .serviceBox {
    margin-bottom: 10px;
  }
}

/*---------------------------*/

.serviceBox4 {
  color: var(--main-color);
  padding-left: 110px;
  position: relative;
}

.serviceBox4 .service-icon4 {
  color: var(--main-color);
  background-color: #eee;
  font-size: 40px;
  text-align: center;
  line-height: 90px;
  height: 90px;
  width: 90px;
  box-shadow: 5px 5px var(--main-color);
  position: absolute;
  left: 0;
  top: 0;
}

.serviceBox4 .title4 {
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 5px;
}

.serviceBox4 .description4 {
  color: #555;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 22px;
  margin: 0;
}

.loc-para p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  position: relative;
  line-height: 32px;
  text-align: center;
}

.serviceBox4.pink {
  --main-color: #ff0282;
}

.serviceBox4.purple {
  --main-color: #8154a2;
}

.bhk-txt {
  background: #fff;
}

.overlay1 {
  display: flex;
  height: 100%;
  width: 100%;
  padding: 40px 0px;
  background: url(../images/pattern.png) #fff;
  background-repeat: no-repeat;
}

.floor__div {
  position: absolute;
  top: 45%;
  right: 36%;
  width: fit-content;
  padding: 10px;
  background-color: #000;
  color: #41a845;
  cursor: pointer;
}

.floor__div h2 {
  font-size: 20px;
  margin-bottom: 0;
}

.Privacy__sec {
  width: 100%;
  margin-top: 5%;
}

.pri_title h2 {
  text-align: center;
  font-size: 28px;
  text-transform: uppercase;
  padding: 5px;
  letter-spacing: 1px;
  color: #000000;
}

.check-txt {
  color: #fff;
  /* display: flex; */
  font-size: 12px;
  line-height: 13px;
  text-align: left;
  padding-left: 8px;
}

.checkbox-wrap .input-group {
  flex-wrap: nowrap;
  display: flex;
}

.checkbox {
  width: initial !important;
  float: left;
  height: initial !important;
  margin-right: 4px;
  /* position: relative; */
  top: -3px;
}

@media only screen and (max-width: 1199px) {
  .serviceBox4 {
    margin: 0 0 40px;
  }

  .over-flow {
    display: none;
  }

  .navbar-nav .nav-link {
    font-size: 14px;
  }

  .nav-item .nav-link {
    padding-right: 0px !important;
  }

  .enqbtn {
    font-size: 13px !important;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .show>.nav-link {
    font-size: 13px;
  }

  .navbar-brand img {
    width: 135px;
    padding: 0px;
  }
}

@media only screen and (max-width: 479px) {
  .serviceBox4 {
    padding: 0;
  }

  .serviceBox4 .service-icon4 {
    margin: 0 0 20px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .floor__div {
    top: 35%;
    right: 27%;
  }

  .floor__div h2 {
    font-size: 15px;
  }

  .Privacy__sec {
    margin-top: 20%;
  }

  .checkbox-wrap .input-group {
    padding-bottom: 10px;
  }
}

.tab-txt {
  color: #fff !important;
}

.amenities p {
  text-align: center !important;
}

.mapheight {
  width: 100%;
  height: 360px;
}

.config-icon {
  padding: 10px 0;
  overflow: hidden;
}

.bann_icon {
  padding: 17px;
  font-size: 24px;
  color: #000;
  background-color: #f1f1f1;
  border-radius: 100%;
  margin: 10px;
  line-height: 0;
  width: 60px;
  height: 60px;
  box-shadow: rgba(26, 0, 173, 0.1) 0px 20px 25px -5px, rgba(26, 0, 173, 0.04) 0px 10px 10px -5px;
}

.bann_icon-2 {
  padding: 20px;
  font-size: 24px;
  color: #000;
  background-color: #f1f1f1;
  border-radius: 100%;
  margin: 10px;
  line-height: 0;
  width: 60px;
  height: 60px;
  box-shadow: rgba(26, 0, 173, 0.1) 0px 20px 25px -5px, rgba(26, 0, 173, 0.04) 0px 10px 10px -5px;
}

.bann_content {
  margin-top: 20px;
  color: #fff;
}

.about-sec {
  padding: 80px 0;
}

.about-sec h2 {
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-sec p {
  text-align: center;
  color: #fff;
}

.icon_box {
       padding: 14px;
    background-color: #fff;
    border: 2px dashed #2bad2c;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 25px;
    color: #2bad2c;
    margin: 10px 0;
    line-height: 0;
}

.about_box {
   text-align: left;
    padding: 15px 10px;
    border: 2px dashed #fff;
    border-radius: 20px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.abt_desc {
  margin-bottom: 20px;
  min-height: 20px;
}
.about-sec .about_box p {
    text-align: left;
    color: #fff;
    margin-bottom: 0;
    margin-left: 10px;
}




.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.logo-small {
  width: 127px;
  margin-left: -5%;
}

.navbar-navigation {
  display: flex;
  align-items: center;
  margin-left: -100px;
}

.navbar-icon {
    margin-left: -10%;
    background-color: #0140a3;
    color: #fff;
    padding: 7px 8px;
    border-radius: 7px;
}
.navbar-icon:hover{
  color: #fff;
}
.nav-link {
      font-style: normal;
    /* color: rgb(28, 56, 99); */
    font-size: 12px;
    line-height: 29px;
    /* text-decoration: none; */
    cursor: pointer;
    transition: background-color 0.3s;
    padding: 10px 5px;
    margin: 0 5px;
    border-bottom: 2px solid transparent;
}

.nav-link:hover,
.nav-link:focus {
  background-color: transparent;
  color: #00419c;
  border-bottom: 2px solid #00419c;
}

.navbar-icon .fa-2x {
  transition: filter 0.3s ease-in-out;
}

.navbar-icon:hover .fa-2x {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.9));

}

.navbar-hamburger {
  display: none;
  cursor: pointer;
  margin-left: 10px;
}





.banner-inner {
      position: absolute;
    bottom: 100px;
    left: 20px;
    /* right: 50%; */
    /* transform: translate(-50%, -50%); */
    color: #fff;
    z-index: 2;
    width: 100%;
    text-align: left;
    text-shadow: 1px 1px 1px #000;
    font-weight: 600;
}
.banner-inner .brand-types {
  font-size: 19px;
  font-weight: 600;
}
.banner-inner .brand-name {
  font-size: 40px;
  font-weight: 700;
}
.banner-inner .brand-address {
  font-weight: 600;
}

.banner-section {
  position: relative;
}

.banner-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); 
  z-index: 1; 
}

.banner-section img {
  position: relative;
  z-index: 0;
}

@media (max-width: 1600px) {
  /* Styles for desktop 13-14 inch screens */
  .navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }

  .navbar-navigation {
    margin-left: -100px;
  }
}



@media (max-width: 767px){
  .banner-inner {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    color: #000;
    text-shadow: none;
    width: 100%;
    bottom: 0 ;
}
.banner-inner .brand-type{
  font-size: 20px;
}
.banner-inner .brand-types {
    font-size: 16px;
    font-weight: 600;
}
   /* Styles for iOS phones */
   .navbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 80px;
  }

  .logo-small {
    width:125px;
    margin-left: 0;
  }

  .navbar-navigation {
    display: none;
    flex-direction: column;
    width: 150%;
    margin-top: 3%;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: white;
  }

  .navbar-navigation.visible {
    display: flex;
  }

  .navbar-hamburger {
    display: block;
  }

  .navbar-icon {
    margin-left: auto;
    margin-right: 5%;
            font-size: 9px;
  }
  #xyz {
    display: none;
  }

  #locationimg {
    margin-top: 5%;
  }
  .banner-inner .brand-name {
    font-size: 29px;
    font-weight: 700;
}
}


.sale {
  background-image: url(../sale6.html);
  background-size: cover;
  padding: 8.2%;
}


@media (max-width: 430px) {
  .sale {
    background-image: url(../sale5.html);
    background-size: cover;
    height: 145px;

  }
}



@media (max-width: 395px) {
  .sale {
    background-image: url(../sale5.html);
    background-size: cover;
    height: 120px;

  }
}

