@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "ABCArizonaMix";
  src: url("../fonts/ABCArizonaMix-Light.otf");
}

@font-face {
  /* font-family: "GraphikRegular"; */
  src: url("../fonts/Graphik-Regular.otf");
}

@font-face {
  font-family: "Abel";
  src: url("../fonts/Abel-Regular.ttf");
}

body {
  font-size: 14px;
  font-family: "Abel", sans-serif !important;
}

section {
  position: relative;
}

.section-head {
  /* font-family: "ABCArizonaMix", sans-serif !important; */
  text-transform: uppercase;
  color: #312100;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 30px;
  margin: 0px;
}

.ban-title {
  text-align: center;
  font-size: 15px;
  padding: 10px 0px;
  font-weight: 600;
  background: #ececec;
  margin: 0;
}

.nopadding {
  padding: 0;
}

.nomargin {
  margin: 0;
}

.heading-hr {
  margin-top: 0px;
  margin-bottom: 10px;
  border: 0;
  width: 8%;
  border: 1px solid #28442e;
}

.heading-hr1 {
  margin-top: 0px;
  margin-bottom: 10px;
  border: 0;
  width: 12%;
  border: 1px solid #28442e;
}

.heading-hr1-white {
  margin-top: 0px;
  margin-bottom: 30px;
  border: 0;
  width: 12%;
  border: 1px solid #fbfffc;
}

#lock {
  display: none;
}

.bg-hover {
  position: relative;
}

.bg-hover:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  background-color: #7676765e;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.bg-hover1:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  background: #28442e;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.bg-hover:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  z-index: -1;
}

.pd0 {
  padding: 0% !important;
}

.pd25 {
  padding: 25px;
}

/* new footer */

.navigationo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  bottom: 0px;
  background-color: black;
  position: fixed;
  width: 100vw;
  padding-bottom: 0px;
  z-index: 999;
}

.navigationo ul {
  display: flex;
  width: 325px;
  padding: 0;
  justify-content: space-between;
}

.navigationo ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.navigationo ul li .icon {
  position: relative;
  display: block;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  transition: 0.5s;
  width: 50px;
  height: 40px;
  /* color: blue; */
  color: #fff !important;
  padding-bottom: 30px;
  border-radius: 50%;
}

.navigationo ul li .text {
  color: #fff;
}

/* ======================= Navbar start ======================= */

header .container {
  display: flex;
  align-items: center;
}

.navbar-default {
  background-color: #000 !important;
  position: fixed;
  margin-bottom: 0;
  background-image: none !important;
  height: 70px !important;
}

.nav>li>a {
  color: #fff !important;
  padding: 20px 28px;
  text-transform: uppercase;
  line-height: 30px;
}

.navbar-nav>li {
  padding: 0px;
}

.navbar-brand {
  height: auto;
  padding: 10px 15px;
  width: 100%;
}

.navbar-brand>img {
  margin: 0 auto;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  /*background-color: #008fd4;*/
  color: #f0ad4e !important;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  margin-left: inherit;
  text-align: center;
}

.navbar-toggle {
  margin-top: 15px !important;
}

#dropdownMenuButton {
  background: inherit;
  color: #424242;
  font-weight: bold;
  padding: 6px 12px;
  border-bottom: 1px solid #424242;
  border-radius: inherit;
}

.dropdown-menu {
  background-color: #424242;
  min-height: 100px;
  border-radius: inherit;
}

.dropdown-item {
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 0;
  color: #fff;
}

.dropdown-menu {
  min-width: 120px;
}

.dropbtn {
  background-color: inherit;
  text-transform: uppercase;
  color: #424242;
  padding: 4px 0;
  border-bottom: 1px solid #424242;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #424242;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #424242;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 30px;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #424242;
  color: #a68749;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: inherit;
}

.imagelogo {
  width: 245px;
  margin: 16px 0px;
}

.imagelogo1 {
  width: 118px;
  margin-top: -1px;
}

a.smoothScroll {
  color: #fff !important;
  /*background: #008fd4;*/
}

a.smoothScroll {
  color: #000;
  /*font-weight: bold;*/
  font-size: 18px;
  font-weight: 600;
}

.circle1 {
  text-align: right;
}

/* ======================= Navbar End ======================= */

/* ======================= Slider Start ======================= */

#slider {
  margin-top: 70px;
}

.left.carousel-control span {
  position: absolute;
  top: 40%;
  font-size: 40px;
  left: 40%;
}

.right.carousel-control span {
  position: absolute;
  top: 40%;
  font-size: 40px;
  left: 40%;
}

/* ======================= Slider End ======================= */

.bg-green {
  background-color: #f2fbf4;
  padding: 50px 0;
  background-color: #efefef;
}

/* ======================= Overview Start ======================= */

.innerOverview {
  padding: 40px 0px;
  background: url("../img/overviewbg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.overviewtext {
  color: #141414;
  font-size: 15px;
  margin-top: 3%;
  /* font-family: "GraphikRegular"; */
  text-align: center;
  line-height: 2;
}

#ContactForm .input-group {
  width: 100%;
  margin: 10px 0px;
  padding: 10px;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}

.form-div {
  /* margin-bottom: 50px; */
}

form#ContactForm {
  border: linear-gradient(to right, #7fa954, #0871ad);
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

button#submitf {
  border: 1px solid #ccc;
  color: #fff;
}

.form-buttons {
  /* padding-bottom: 30px !important; */
}

#message_post h3 {
  margin: 0px;
  padding: 15px;
  background-color: #000;
  color: #fff !important;
  font-size: 20px;
}

.innerOverview span {
  color: #000;
}

/* ======================= Overview End ======================= */

/* ======================= Project Highlight Start ======================= */

.projecthighlight-inner {
  /* padding: 50px 0; */
}

.additional-amenities {
  margin-top: 3%;
}

.project-text {
  border-image: linear-gradient(to right, #b68b33, #eacc45, #b68b33) 30;
  border-width: 2px;
  border-style: solid;
  padding: 12px;
  text-align: center;
  height: 100px;
  width: 100px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  background-color: #fff;
}

.project-box p {
  margin-top: 10px;
  color: #fff;
  text-align: center;
}

.project-box {
  margin-bottom: 20px;
  overflow: hidden;
  /* height: 180px; */
  display: flex;
  background: #000;
  justify-content: center;
}

.project-text:hover {
  -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  transform: translateY(-15px);
  transition: ease all 0.5s;
}

/*.project-text:hover  img {
	filter: invert(1);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}*/

.project-box:hover .project-text p {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.projecthighlight-inner .carousel-wrap {
  margin: 35px auto;
  padding: 0 5%;
  width: 100%;
  position: relative;
}

.projecthighlight-inner .owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.projecthighlight-inner .owl-nav .owl-prev {
  left: -50px;
  position: absolute;
}

.projecthighlight-inner .owl-nav .owl-next {
  right: -50px;
  position: absolute;
}

.projecthighlight-inner .owl-nav i {
  font-size: 40px;
  color: #28442e;
}

.projecthighlight-inner .owl-carousel .owl-nav button.owl-next,
.projecthighlight-inner .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  margin: 5px;
  position: absolute;
  top: 26%;
}

.item button.info {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.item button.info {
  margin: 10px;
  font-weight: 400;
  border: 1px solid #fff;
  background: #0000008a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 95%;
  height: 92%;
}

.item:hover button.info {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item button.info:hover {
  box-shadow: 0 0 5px #fff;
}

/* ======================= Project Highlight End ======================= */

/* ======================= Configuration Start ======================= */

#overview,
#LocationAdvantages,
#Infrastructure,
#Gallery {
  background-color: #fff;
  padding: 30px 0 50px 0;
  background-image: linear-gradient(26deg, #f4f4f4, #fff, #f4f4f4);
}

#gallery1 {
  background: url(../img/gallery/amenities/15.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.tabRow {
  display: flex;
  flex-direction: row;
}

.test_video video {
  width: 60% !important;
  height: auto !important;
}

.videoWrap1 {
  display: flex;
  justify-content: flex-end;
}

.white {
  color: #fff !important;
}

.dark-overlay {
  padding: 50px 0px;
  background-color: #00000087;
}

#overview h3 {
  color: #141414;
}

#overview .heading-hr {
  border: 1px solid #fff;
}

.heading-hr2 {
  margin-top: 0px;
  margin-bottom: 10px;
  border: 0;
  width: 15%;
  border: 1px solid #fff;
}

.desktopConfig {
  display: block;
}

.mobileConfig {
  display: none;
}

#configuration,
#configuration2 {
  background: url(../img/gallery/amenities/11.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.configareasection {
  margin-top: 3%;
}

.Configurationbox {
  background-image: linear-gradient(1deg, black, transparent);
  border: 5px solid #fff;
  /* background: url(../img/aboutbg.webp); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.Configurationbox:hover {
  -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  transform: translateY(-15px);
  transition: ease all 0.5s;
}

.Configurationbox:hover .heading-hr2 {
  border: 1px solid #fff;
}

.Configurationbox:hover .innerConfigurationbox h4 {
  color: #ffffff !important;
  transition: ease all 0.5s;
}

.eqClick {
  padding: 5px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
  border: unset;
}

.eqClick a {
  color: #000;
  /* font-family: "GraphikRegular"; */
  font-weight: 600;
}

.Configurationbox:hover .eqClick a {
  color: #000;
}

.Configurationbox:hover .eqClick {
  background-image: linear-gradient(to right, #f0ad4e, #d7c7b1, #f0ad4e);
}

.Configurationbox:hover .heading-hr1 {
  border: 1px solid #000;
}

.innerConfigurationbox {
  text-align: center;
}

.innerConfigurationbox h4 {
  color: #fff;
}

.configarea {
  margin: 25px;
}

.Configurationbox:hover .bg-hover {
  position: relative;
}

.Configurationbox:hover .bg-hover:after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0px;
  top: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  background-color: #000;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.Configurationbox:hover .bg-hover:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: -1;
}

/* ======================= Configuration End ======================= */

/* ======================= Amenities Start ======================= */

.inneramenities {
  padding: 50px 0px;
  background: url("../img/amenitiesbg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.inneramenities h3 {
  color: #000;
}

.inneramenities .heading-hr {
  border: 1px solid #000 !important;
}

.ame-border {
  width: 100%;
  position: absolute;
  top: 28px;
  right: -15px;
}

.amenities-circle {
  border-radius: 50%;
  border: 3px solid #b68b33;
  width: 100px;
  height: 100px;
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  transition: 0.5s ease-in-out;
}

.white {
  display: block;
}

.black {
  display: none;
}

.amenities-circle:hover .black {
  display: block;
  position: absolute;
  top: 0;
}

.amenities-circle:hover .white {
  display: none;
}

.amenities-circle:hover {
  border-radius: unset;
}

.amenities-circle img {
  margin: 15px;
  padding: 2px;
  position: absolute;
}

.circle-block {
  height: 185px;
  position: relative;
  top: 42px;
}

.circle-block h4 {
  font-size: 14px;
  text-transform: capitalize;
  color: #000;
  text-align: center;
  /* font-family: "GraphikRegular"; */
  margin-top: 20px;
}

/* ======================= Amenities End ======================= */

/* ======================= Location Advantages Start ======================= */

.innerLocationAdvantages {
  padding: 30px;
}

.LocationAdvantagessection {
  margin-top: 3%;
}

.accordion {
  position: relative;
  width: 100%;
}

.LocationAdvantageimg {
  border-image: linear-gradient(to right, #7fa954, #0871ad) 30;
  border-width: 1px;
  border-style: solid;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.accordiontab {
  margin-bottom: 5px;
}

[id*="open-accordion"],
[id*="close-accordion"] {
  border: 1px solid #000;
  line-height: 40px;
  height: 44px;
  display: block;
  margin: 0 auto;
  position: relative;
  /* width: 90%; */
  margin-left: 10%;
  transition: 0.5s ease-in-out;
}

[id*="open-accordion"]:hover {
  text-decoration: none;
}

[id*="open-accordion"]:focus {
  background-color: #000;
}

.accordiontab img {
  background-color: #9c8253;
  float: left;
  width: 44px;
  padding: 5px;
}

[id*="close-accordion"] {
  display: none;
}

.accordion a {
  color: #fff !important;
  font-size: 1.25em;
  font-weight: normal;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  background-color: #000;
  margin: 0;
}

[id*="open-accordion"]:after,
[id*="close-accordion"]:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 5px;
  top: 15px;
  z-index: 999;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.conn {
  padding: 0;
}

.conn li {
  list-style: none;
  background: #a3b7a7;
  margin: 2px 0px;
  padding: 6px 25px;
  text-align: left;
}

.target-fix {
  display: block;
  top: 0;
  left: 0;
  position: fixed;
}

.accordion-content {
  background: #fff;
  height: 0;
  /* margin: 5px auto 0; */
  padding: 0 2.5%;
  position: relative;
  overflow: hidden;
  /* width: 90%; */
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  text-align: center;
}

.accordion span:target~.accordion-content {
  display: block;
  height: auto;
  padding: 5px;
}

.accordion span:target~[id*="close-accordion"] {
  display: block;
}

.accordion span:target~[id*="open-accordion"] {
  display: none;
}

.accordion span:target~[id*="close-accordion"]:after {
  border-top: 10px solid #fff;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

/* ======================= Location Advantages End ======================= */

/* ======================= Gallery Start ======================= */

.innergallery {
  /* padding: 40px 0px; */
  background: url("../img/gallerybg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.innergallery .nav>li>a {
  color: #000 !important;
  background-color: #fff;
  border: 1px solid #04567c;
  padding: 5px;
}

.innergallery .nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff !important;
  background-color: #000 !important;
}

.nav-pills>li {
  width: 19%;
  text-align: center;
  color: #04567c !important;
  border-radius: 4px;
  padding: 5px;
}

.innergallery .nav.nav-pills {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 3%;
}

.innergallery .carousel-wrap {
  margin: 35px auto;
  padding: 0 5%;
  width: 100%;
  position: relative;
}

.innergallery .owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}

.innergallery .owl-nav .owl-prev {
  left: -50px;
  position: absolute;
}

.innergallery .owl-nav .owl-next {
  right: -50px;
  position: absolute;
}

.innergallery .owl-nav i {
  font-size: 40px;
  color: #28442e;
}

.innergallery .owl-carousel .owl-nav button.owl-next,
.innergallery .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  margin: 5px;
  position: absolute;
  top: 40%;
}

.item button.info {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.item button.info {
  margin: 10px;
  font-weight: 400;
  border: 1px solid #fff;
  background: #0000008a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 95%;
  height: 92%;
}

.item:hover button.info {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item button.info:hover {
  box-shadow: 0 0 5px #fff;
}

.item:hover .overlay {
  background-color: #000000ab;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.overlay>img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border: none !important;
  width: 25px !important;
}

.item a:hover>.overlay>img {
  opacity: 1;
}

/* ======================= Gallery End ======================= */

/* ======================= Infrastructure Start ======================= */

.innerInfrastructure {
  padding: 40px 0px;
}

.Infrastructuresection {
  margin-top: 3%;
}

.Infrastructurebox img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

p.Infrastructure_content {
  text-align: center;
  margin-top: 10px;
  /* font-family: "GraphikRegular"; */
}

/* ======================= Infrastructure End ======================= */

/* ======================= theworld Start ======================= */

.innertheworld {
  padding: 40px 0;
  background-color: #ededed;
}

.projecttext {
  border-bottom: 3px solid transparent;
  /*border-image: #165536;*/
  border-image-slice: 2;
  padding: 20px 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 120px;
  margin-top: 10px;
}

.projecttext p {
  margin-bottom: 0px;
  color: #000;
  letter-spacing: 1px;
  /* font-family: "GraphikRegular"; */
  font-size: 13px;
}

.projecttext h3 {
  margin: 5px;
  font-weight: 600;
}

.additionalAmenities {
  margin-top: 2%;
}

.projectbox {
  overflow: hidden;
}

.projectbox:hover .projecttext img {
  filter: invert(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.projectbox:hover .projecttext h3 {
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.projectbox:hover .projecttext p {
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.projectbox:hover .bg-hover {
  position: relative;
}

.projectbox:hover .projecttext {
  -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
  transition: ease all 0.5s;
}

/* ======================= theworld End ======================= */

/* ======================= AboutProject Start ======================= */

.innerAboutProject {
  padding: 30px 0px;
  /*background: url('../img/aboutbg.webp');*/
  background-repeat: no-repeat;
  background-size: cover;
}

.AboutProjectboxnew {
  margin-top: 2%;
}

.AboutProject_highlight {
  margin-top: 2%;
}

.AboutProjectboxnew p {
  /* font-family: "GraphikRegular"; */
  text-align: center;
  line-height: 2;
}

.AboutProjectbox {
  text-align: center;
  border: 1px solid #000;
  padding: 25px 10px;
}

.AboutProjectbox h3 {
  margin: 0px;
}

.AboutProjectbox p {
  padding: 5px 0px;
}

.AboutProjectbox img {
  margin: 0px auto;
}

.AboutProjectbox:hover {
  -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  transform: translateY(-15px);
  transition: ease all 0.5s;
}

/*.AboutProjectbox:hover img {
	filter: invert(1);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}*/

.AboutProjectbox:hover h3 {
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.AboutProjectbox:hover p {
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* ======================= AboutProject End ======================= */

/* ======================= ContactUs Start ======================= */

.innercontact {
  padding: 30px 0px;
  background: url("../img/contactbg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.innercontact h3 {
  color: #fff;
}

.innercontact .heading-hr {
  border: 1px solid #fff !important;
}

.contactbox {
  margin-top: 3%;
}

.formbackground {
  background: url("../img/contactformbg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
}

#ContactForm1 .input-group {
  width: 100%;
  margin: 10px 0px;
  padding: 5px 10px;
}

form#ContactForm1 {
  border: linear-gradient(to right, #7fa954, #0871ad);
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.contactcontent {
  text-align: center;
  margin-top: 4%;
  color: #fff;
}

.contactcontent p {
  /* font-family: "GraphikRegular"; */
}

.contactcontent h3 {
  font-weight: 600;
}

.contactcontent h4 {
  font-weight: 600;
}

/* ======================= ContactUs End ======================= */

/* ======================= Disclaimer Start ======================= */

.innerDisclaimer {
  padding: 30px 0px;
  background: url(../img/aboutbg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2%;
}

.Disclaimerbox img {
  margin: 0px auto;
  width: 140px;
}

.Disclaimercontent h4 {
  text-align: center;
  font-weight: 600;
}

.Disclaimercontent {
  margin-top: 10px;
}

.Disclaimercontent p {
  text-align: center;
  font-size: 11px;
  /* font-family: "GraphikRegular"; */
}

/* ======================= Disclaimer End ======================= */

/* =============== Popup Form Start =============== */

.modal-dialog {
  width: 35%;
}

.modal-header {
  background-color: #000;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

h3.modal-title {
  font-size: 16px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

button#submitf {
  color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  background-color: #000;
}

.modal-content {
  border-radius: inherit;
  background-color: #fff;
  border: 2px solid #fff;
}

.road-content {
  background-color: #e3ecf3 !important;
}

.input-group {
  position: relative;
  display: table;
  text-align: center;
  margin: 4px auto;
  width: 100%;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

#popupModal img {
  padding: 13px;
}

#popupModal .modal-dialog {
  width: 65%;
  margin: 75px auto;
}

#popupModal .modal-body {
  position: relative;
  padding: 0px 10px;
}

#popupModal form {
  margin-bottom: 0px;
}

.formwidth {
  width: 20%;
  float: left;
  padding: 0px 5px;
}

.inputwidth input::placeholder {
  color: #fff;
}

#popupModal input.form-control {
  background: #fff;
  color: #000 !important;
  /* font-weight: bold; */
}

#popupModal select#banner-cta-CountryCode1 {
  color: #000;
  background: #fff;
}

#popupModal .modal-header .close {
  margin-top: -2px;
  color: #000;
  position: absolute;
  right: 0px;
}

#popupModal h3.modal-title {
  color: #794925;
}

#popupModal .modal-header {
  border-bottom: 1px solid #3d1e19;
  background-color: #ffffff;
  padding: 0px;
}

#popupModal .inputwidth {
  width: 20% !important;
  float: left;
  padding: 0px 5px;
}

#popupModal button#submitf {
  background-color: #d3742f;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* =============== Popup Form End =============== */

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

.modal-header {
  /*border-radius: 20px 20px 0px 0px;*/
}

.modal-body {
  border-radius: 0px 0px 20px 20px;
}

.modal-content {
  border-radius: 21px;
}

.modal-header {
  border: none;
  background-color: #000;
  color: #ffff;
  padding: 10px !important;
}

.modal-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* font-family: "HELVET"; */
  font-size: 18px;
}

.price-btn {
  margin: 0px auto;
  display: block;
  background-image: none;
  text-shadow: none;
  color: #165536;
  border: 2px solid #165536;
  background: transparent;
  border-radius: 0px;
  padding: 8px 30px;
  transition: all 0.5s ease;
  font-weight: 800;
}

.price-btn:hover {
  color: #165536;
  background-color: #165536 !important;
  border-color: #165536;
  transition: ease 0.5s;
  background-position: 0% !important;
}

.modal-header .close {
  opacity: 1;
  color: #fff;
  font-size: 35px !important;
  box-shadow: none;
  position: absolute;
  right: 13px;
  top: -6px;
  outline: none;
}

.modal-header .close:hover,
.modal-header .close:focus {
  background: transparent !important;
}

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

#float-form input,
#float-form select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#float-form .input-group-addon {
  background-color: #000;
  color: #fff;
  border: 0;
}

#float-form .form-ico {
  font-size: 19px !important;
}

#float-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#floor-form input,
#floor-form select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#floor-form .input-group-addon {
  background-color: #000;
  color: #fff;
  border: 0;
}

#floor-form .form-ico {
  font-size: 19px !important;
}

#floor-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#float-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#plans-pop input,
#plans-pop select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#plans-pop .input-group-addon {
  background-color: #000;
  color: #fff;
  border: 0;
}

#plans-pop .form-ico {
  font-size: 19px !important;
}

#plans-pop .form-group {
  height: 40px;
  margin-bottom: 23px;
}

#broch-model input,
#broch-model select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#broch-model .input-group-addon {
  background-color: #000;
  color: #fff;
  border: 0;
}

#broch-model .form-ico {
  font-size: 19px !important;
}

#broch-model .form-group {
  height: 40px;
  margin-bottom: 23px;
}

/*---- main popup--------------*/

.road-b {
  width: 100%;
  cursor: pointer;
}

#main-popup input,
#main-popup select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#main-popup .input-group-addon {
  background-color: #000;
  color: #fff;
  border: 0;
}

#main-popup .form-ico {
  font-size: 19px !important;
}

#main-popup .form-group {
  height: 40px;
  margin-bottom: 23px;
}

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

.error {
  color: red;
}

.fixed-footer-cust {
  background-color: #000;
  text-align: center;
  padding: 10px 0px 10px 0px;
  width: 100% !important;
  position: fixed !important;
  bottom: 0px;
  z-index: 99;
  height: 70px;
}

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

.fix-link {
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
}

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

.free-call:hover {
  color: #ffffff;
}

/* .i-am {
    border: none;
    background-image: none;
    box-shadow: none;
    outline: none !important;
    font-weight: 900;
    padding: 0px!important;
    background: transparent!important;
    margin: -6px!important;
} */

/* .i-am:hover,
.i-am:focus {
    background: transparent !important;
} */

.thank-banner {
  width: 100%;
}

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

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

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
}

.oops span {
  font-weight: 300;
}

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

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

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

.oops-greet {
  color: #165536;
  font-size: 25px;
  /*font-weight: 600;*/
  margin-bottom: 15px;
}

#pageloader {
  background: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
  top: 0;
}

#pageloader img {
  left: 50%;
  width: 100px;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.cust-container {
  width: 90%;
  display: table;
  margin: 0px auto;
}

.disclaimer {
  /* background: #f1f1f1; */
  /* padding: 50px 0px; */
}

#reasons {
  background: #f1f1f1;
  /* padding: 50px 0px; */
  /* background-image: url(../images/bg1.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%; */
}

.disclaimer h2 {
  text-align: center;
  margin: 0;
  font-size: 20px;
  margin-bottom: 7px;
}

.para {
  text-align: justify;
  font-size: 14px;
  /* font-weight: 700; */
  letter-spacing: 1px;
  padding: 0px;
  margin-top: 45px;
  margin-bottom: 41px;
}

.para1 {
  text-align: justify;
  font-size: 14px;
  /* font-weight: 700; */
  letter-spacing: 1px;
  padding: 0px;
  position: relative;
  /* left: -21px; */
  /* padding: 25px 28px; */
}

.disclaimer p {
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  /* width: 72%; */
  text-align: center;
  font-size: 15px;
  /* font-weight: 700; */
  letter-spacing: 1px;
  padding: 0px 3px;
  /* margin-top: 56px; */
  /* margin-bottom: 41px; */
  position: relative;
  /* left: -21px; */
  /* padding: 3px 30px; */
  margin: 0px auto;
}

.disclaimer h1 {
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  color: #010a21;
}

.disclaimer .wrap {
  border: 2px solid #010a21;
  min-height: 400px;
  width: 200px;
  border-radius: 150px 150px 0 0;
  padding-top: 50px;
  margin: 0 auto;
}

.disc-click {
  color: #fff;
  font-weight: 600;
  margin: 6px 0px;
  display: block;
  display: inline;
}

.desc-click {
  color: #fff;
  font-weight: 600;
  margin: 6px 0px;
  display: block;
  display: inline;
}

.fix-form-wrap {
  position: fixed;
  width: 100%;
  bottom: 0px;
  background: #ffffff;
  padding-top: 14px;
  box-shadow: 0px 0px 7px 0px;
  z-index: 99;
  position: absolute;
  right: 0px;
  left: 0px;
}

#enquire-now h3 {
  /* font-family: "HELVET"; */
  font-size: 20px;
  color: #165536;
  text-align: right;
  color: #001639;
  margin: 0px auto;
}

#enquire-now p {
  text-align: right;
  color: #001639;
}

.enq-button {
  border: none;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  /* font-family: "HELVET"; */
  text-shadow: none;
  padding: 12px 30px;
}

.callnow {
  color: #322020 !important;
  font-size: 22px;
  font-weight: 900;
  line-height: 42px;
}

#price-model .modal-header {
  background: #213171;
  color: #fff;
}

#price-form .input-group-addon {
  background-color: #000;
  color: #fff;
  border: 0;
}

#price-form select {
  height: 40px;
  width: 100%;
  padding-left: 9px;
  border: none;
  background: #f3f3f3;
}

#price-form .input-group-addon {
  background-color: #000;
  color: #fff;
  border: 0;
}

#video-form .input-group-addon {
  background-color: #000;
  color: #fff;
  border: 0;
}

#video-form select {
  height: 40px;
  width: 100%;
  padding-left: 9px;
  border: none;
  background: #f3f3f3;
}

#video-form .input-group-addon {
  background-color: #000;
  color: #fff;
  border: 0;
}

.video-click {
  position: relative;
}

.video-click::after {
  position: absolute;
  content: "";
  background: transparent;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#myModal1 .modal-header,
#price-model .modal-header {
  background-color: #000;
  color: #fff;
}

.modal-header .close,
#price-model .close {
  color: #fff !important;
  opacity: 1 !important;
  margin-top: 10px !important;
  margin-right: 0px;
}

/*---- main popup--------------*/

#price-form input,
#price-form select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #f3f3f3;
}

#price-form .input-group-addon {
  background-color: #000;
  color: #fff;
  border: 0;
}

#price-form .form-ico {
  font-size: 19px !important;
}

#price-form .form-group {
  height: 40px;
  margin-bottom: 23px;
}

.why {
  margin-top: 50px;
}

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

#enquire-now input,
#enquire-now select {
  height: 40px;
  border: none;
  padding-left: 9px;
  width: 100%;
  background: #eae4e4;
  border-radius: 0;
}

#enquire-now .input-group-addon {
  background-color: #000;
  color: #fff;
  border: 0;
  /* border-radius: 25px 0 0 25px; */
}

#enquire-now .form-ico {
  font-size: 19px !important;
}

#enquire-now .form-group {
  height: 40px;
  margin-bottom: 14px;
}

.amen-img {
  width: 65px !important;
}

.sec-amenities img {
  width: 100px !important;
  text-align: center;
  position: relative;
  margin: 0 auto;
  border: 3px solid;
  border-radius: 82px;
}

.sec-amenities h3 {
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0px;
  position: relative;
  margin: 0px auto;
}

.amen-carousel .owl-nav {
  position: absolute;
  left: 50%;
  font-size: 40px;
}

#about {
  /* padding: 50px 0px; */
  /* background: #f1f1f1; */
  background-image: url(../images/bg1.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
}

.highlight-wrapper {
  padding: 20px 0px;
}

.highlights {
  padding: 20px;
}

.highlights img,
.about-wrap img {
  pointer-events: none;
}

.overlay {
  padding: 50px 0px;
  background: #969c9f54;
}

@media screen and (max-width: 767px) {
  .desktopConfig {
    display: none;
  }

  .mobileConfig {
    display: block;
  }

  .innerDisclaimer {
    padding: 30px 0px;
    background: url(../img/aboutbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0%;
  }

  .project-box.mobile-project p {
    margin-top: 10px;
    color: #fff;
    text-align: center;
  }

  .mobile-conf {
    background: #fff !important;
    border: 10px solid #e3ecf3 !important;
    border-bottom: 40px solid #e3ecf3 !important;
    margin-bottom: 20px;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    box-shadow: 1px 5px 5px #7c7c7c !important;
  }

  .mobile-conf .configarea h4 {
    color: #312100 !important;
  }

  .mobile-conf-button {
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: unset;
    background-color: #000;
  }

  .mobile-conf-button a {
    color: #312100;
  }

  .heading-hr2 {
    margin-top: 0px;
    margin-bottom: 10px;
    border: 0;
    width: 15%;
    border: 1px solid rgb(35 35 35 / 90%);
  }
}

.btn {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 12px 27px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #999999;
  background: #ffffff;
  border: 3px solid #999999;
  cursor: pointer;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
}

.btn.btn-border-3::after,
.btn.btn-border-3::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: 0.5s;
}

.btn.btn-border-3::after {
  top: -9px;
  left: -9px;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}

.btn.btn-border-3::before {
  bottom: -9px;
  right: -9px;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
}

.btn.btn-border-3:hover {
  color: #222222;
}

.btn.btn-border-3:hover::after,
.btn.btn-border-3:hover::before {
  width: 30px;
  height: 30px;
  border-color: #222222;
}

.price-btn {
  display: block !important;
  margin: 0px auto;
  background-image: linear-gradient(45deg, #845b07, #be8000) !important;
  padding: 10px !important;
  color: #fff !important;
}

#Disclaimer {
  /* margin-bottom: 3%; */
}

.innerDisclaimer-4 {
  padding: 30px 0px;
  /* background: url(../img/aboutbg.webp); */
  background-repeat: no-repeat;
  /* margin-bottom: 2%; */
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #090909;
}

/*-------------------------------------------------------*/
button.btn.btn-danger.interested {
  position: fixed;
  bottom: 10%;
  right: 15px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: transparent !important;
  background-image: linear-gradient(to right,
      #f0ad4e,
      #d7c7b1,
      #f0ad4e) !important;
  /* width: 160px; */
  font-weight: 600;
  font-size: 20px;
  padding: 5px;
  border: 2px solid #ffffff;
  color: #393939 !important;
}

button.btn.btn-danger.down-bro {
  position: fixed;
  bottom: 10%;
  left: 15px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: tranparent !important;
  background-image: linear-gradient(to right,
      #f0ad4e,
      #d7c7b1,
      #f0ad4e) !important;
  /* width: 200px; */
  font-weight: 600;
  font-size: 20px;
  padding: 4px 6px;
  border: 2px solid #8f8475;
  color: #393939 !important;
}

button.btn.btn-danger.brochure {
  transition: 0.4s ease-in;
  /* z-index: 999; */
  background-color: #001639;
  /* width: 160px; */
  font-weight: 600;
  position: relative;
  font-size: 20px;
  padding: 4px 6px;
  border: 2px solid #001639;
  color: #ffffff;
  margin: 30px auto;
}

button.btn.btn-danger.interested1 {
  position: fixed;
  bottom: 128px;
  right: -2px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: #272727;
  width: 66px;
  font-weight: 600;
  font-size: 20px;
  padding: 12px;
  border: 2px solid #ffffff;
  color: #001639;
}

@media screen and (max-width: 768px) {
  header .container {
    display: block;
  }

  button.btn.btn-danger.down-bro {
    position: fixed;
    bottom: 45%;
    left: 76%;
    display: block;
    transform: rotate(-90deg);
    transition: 0.4s ease-in;
    z-index: 999;
    background-color: #000;
    /* width: 200px; */
    font-weight: 600;
    font-size: 16px;
    padding: 4px 6px;
    border: 2px solid #ffffff;
    color: #312100;
  }
}

#floorsowl .owl-nav .owl-prev {
  left: -50px;
  position: absolute;
}

#floorsowl .owl-nav .owl-next {
  right: -50px;
  position: absolute;
}

#floorsowl .owl-nav i {
  font-size: 40px;
  color: #28442e;
}

#floorsowl .owl-carousel .owl-nav button.owl-next,
#floorsowl .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  margin: 5px;
  position: absolute;
  top: 40%;
}

#floorsowl img {
  filter: blur(2px);
}

.head-line.white3 {
  background: #b68b33 !important;
}

.head-line {
  height: 3px;
  background: #222;
  width: 60px;
  margin: 15px auto 20px;
}

.road {
  position: relative;
  z-index: 9999;
  bottom: 25px;
  /* left: 41%; */
  display: block !important;
  margin: 20px auto;
  font-size: 15px !important;
  background: #b68b33;
  border: 2px solid !important;
  color: #fff;
  padding: 8px 12px 10px 12px;
  border-radius: 20px;
  font-weight: 600;
  outline: none !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff !important;
  text-decoration: none;
  background-position: 0 !important;
}

#Disclaimer .container .row {
  display: flex;
  align-items: center;
}

.qr__img {
  text-align: center;
}

.qr__img img {
  width: 80%;
}

.floor-img {
  filter: blur(2px);
}

@media screen and (max-width: 767px) {
  #Disclaimer {
    margin-bottom: 12%;
  }

  .tabRow {
    display: flex;
    flex-direction: column;
  }

  .videoWrap1,
  .videoWrap2 {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .innerConfiguration {
    padding: 0px;
    background: url(../img/aboutbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .imagelogo1 {
    width: 118px;
    margin-top: -1px;
    margin-left: 20px;
    position: absolute;
    right: 92px;
    top: 14px;
  }

  #Disclaimer .container .row {
    flex-direction: column;
    align-items: normal;
  }

  .qr__img img {
    width: 40%;
  }
}

.position-relative {
  position: relative;
}


/* -----------video starts------- */
#testi-video {
  padding: 4rem 0rem;
}

.video-container {
  width: 70vw;
  /* background-color: #165536; */
  max-width: 100%;
  margin: auto;
  position: relative;
}

.video-card {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  /* max-width: 400px; */
}

.video-card video {
  width: 100%;
  height: auto;
  display: block;
  /* height: 500px; */
  /* object-fit: cover; */
}


.swiper-wrapper {
  padding: 10rem 0 2rem 0;
}

.swiper-slide.swiper-slide-active {
  position: relative;
  top: -80px;
  z-index: 8;
  transform: scale(1.1);
}

/* Navigation arrows style */
.swiper-button-next-1::after,
.swiper-button-prev-1::after {
  font-size: 20px !important;
  color: #fff;
}


.swiper-button-prev-1 {
  background-color: #bfae82;
  color: #fff;
  border-radius: 50%;
  padding: 23px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute !important;
  left: -6% !important;
  z-index: 9;
  width: 40px;
  height: 40px;
}

.swiper-button-next-1 {
  background-color: #bfae82;
  color: #fff;
  border-radius: 50%;
  padding: 23px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute !important;
  right: -6% !important;
  z-index: 9;
  width: 40px;
  height: 40px;
}

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

  .swiper-slide.swiper-slide-active {
    top: 0px;
  }

  .swiper-button-prev-1 {
    left: -18% !important;
  }

  .swiper-button-next-1 {
    right: -18% !important;
  }
}