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

/* @font-face {
  font-family: Abril Display;
  src: url("../font/Abril_Display_Regular.otf");
} */

body {
  font-family: "Montserrat", sans-serif !important;
  font-weight: normal;
  font-style: normal;
  color: #6a6972;
  overflow-x: hidden;
  box-sizing: content-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
}

body > * {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* img {
    max-width: 100%;
} */

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  font-family: "Lato", sans-serif;
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Abril Display;
  font-weight: 400;
  color: #2e2e2e;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  line-height: 30px;
  letter-spacing: 1px;
}

section {
  padding: 70px 0;
}

.cust-container {
  width: 85%;
  margin: auto;
}

#header1 {
  display: none;
}

.navbar {
  background: #fff;
  box-shadow: 2px 2px 5px #888888;
  padding: 0;
}

.navbar-nav > li > a {
  /* font-family: "Lato", sans-serif; */
  color: #000;
  text-shadow: none;
  margin: 0 10px;
  text-transform: uppercase;
}

.navbar-nav > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(92deg, #b10038 4.8%, #ab3a30 97.55%);
  transition: width 0.5s ease-in-out;
}

.navbar-nav > li > a:hover::after {
  width: 100%;
}

.navbar-nav > li > a:focus {
  color: #ffffff;
  text-shadow: none;
}

.navbar-nav > li > a:hover {
  color: #7c1919;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover {
  background-image: none;
  box-shadow: none;
  background: transparent;
  color: #ff4f01;
}

.navbar .navbar-brand img {
  width: 100px;
}

.navbar-toggler,
.navbar-toggler:focus {
  background: transparent;
  border: none;
  box-shadow: none;
}

.navbar-toggler span {
  filter: invert(0);
}

.section-title h2 {
  color: #1e1e1e;
  font-weight: 400;
  font-size: 40px;
}

.section-title img {
  box-shadow: none !important;
  width: 180px;
}

.section-title span {
  /* background: linear-gradient(92deg, #B10038 4.8%, #AB3A30 97.55%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  color: #b10038;
  /* font-family: Abril Display; */
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
}

.section-title h3 {
  color: #1e1e1e;
  /* font-family: Abril Display; */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.section-title .ver-grad {
  /* background: linear-gradient(180deg, #FF5002 0%, #FF9802 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
  color: #b10038;
}

/* #carousel-banner {
    margin-top: 65px;
} */

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  margin: 0px 10px;
  background-color: #000;
}

.carousel-indicators .active {
  width: 13px;
  height: 13px;
  background-color: #ff5002;
}

.carousel-control-next,
.carousel-control-prev,
.carousel-indicators {
  z-index: 5;
}

.banner-form {
  position: absolute;
  top: 13%;
  left: 9px;
  padding: 13px;
  background: #524e4eab;
  z-index: 999;
  border-radius: 10px;
  backdrop-filter: blur(2px);
  font-weight: bold;
}

.banner-form h2 {
  font-size: 25px !important;
  color: #fff;
  font-weight: bold;
}

/* ==========overview section=========== */
#overview {
  padding: 60px 0 70px;
}

.overview-wrap img {
  /* width:450px; */
  box-shadow: 0px 0px 5px #6a6a6a;
}

.overview-wrap p {
  padding: 10px 0;
  color: #000000;
  /* box-shadow:-50px -50px 0 -40px #b98630,
    50px 50px 0 -40px #b98630; */
}

/* .img-wrap:before {
    content: "";
    display: block;
    width: 250px;
    height: 40px;
    background:linear-gradient(to right,#b98630,#ffd669,#b98630);
    margin: 0 auto;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}
.img-wrap:after {
    content: "";
    display: block;
    width: 250px;
    height: 40px;
    background:linear-gradient(to right,#b98630,#ffd669,#b98630);
    margin: 0 auto;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
} */

.overview-content p {
  margin: 1.5rem;
}

.float-img img {
  position: absolute;
  left: 50%;
  top: -20%;
}

.pricing_btn.learn-more {
  border-radius: 25px 0px;
  border: 1px solid #131313;
  background: #fff;
  font-size: 14px;
  color: #131313;
  width: 20%;
}

.highlight-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}

.highlight-wrap img {
  width: 30px;
  margin-right: 20px;
  transition: all 0.6s ease-in-out;
  box-shadow: none;
}

.highlight-wrap:hover {
  /* transform:translateY(-10px); */
  transform: scale(1.1);
}

.highlight-wrap p {
  color: #000;
  /* font-family: Abril Display; */
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: start;
  text-transform: capitalize;
}

.feature.bordered {
  padding: 32px;
  border: 1px solid #ccc;
  margin: 1rem;
}

.feature.bordered h2 {
  font-size: 25px !important;
}

.feature.bordered h5 {
  font-size: 16px !important;
}

/* ==========overview end=================== */

/* --------------------- configuration ----------------- */

.tg {
  border-collapse: inherit !important;
  border-spacing: 0;
  width: 100%;
  border: 0px;
}
.tg td {
  font-size: 13px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: #b0b0b052;
}
.tg th {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: #c5c5c5;
}
.tg .tg-baqh {
  text-align: center;
  vertical-align: top;
  color: #000;
  background-color: #f0eee7;
  background-color: #f0eee7 !important;
  font-weight: 400;
  font-size: 14px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.tg .tg-0lax {
  text-align: center;
  vertical-align: top;
  font-weight: 400;
  vertical-align: middle;
}
.tg .tg-0lay {
  text-align: center;
  vertical-align: top;
  font-weight: 800;
  padding: 6px 6px;
  color: #000;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
h1 {
  margin: 0.01em 0 !important;
}
.unlockerprice {
  color: #fff;
  font-weight: 800;
}
td.tg-0lay.unlocked {
  background: green;
  color: #fff;
  padding: 12px 6px !important;
}
.unlockbuttonstyler {
  background-color: #ce9600;
  border: none;
  margin-bottom: 0 !important;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  background-image: linear-gradient(315deg, #f0af00 0%, #ffc820 74%);
}
.unlockbuttonstyler:hover {
  background-color: green;
  background-color: #3bb78f;
  background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
  border: none;
  margin-bottom: 0 !important;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.leaddesc {
  font-size: 13px !important;
  padding: 10px;
}

.brochurebutton {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 23px;
  background-color: #ce9600;
  background-color: green;
  color: #000;
}
.brochurebutton:hover {
  border: none;
  margin-bottom: 0 !important;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 10px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  background-color: #ce9600;
  background-color: #00b712;
  background-color: #3bb78f;
  background-image: linear-gradient(315deg, #3bb78f 0%, #0bab64 74%);
  color: #fff;
}

.prime-location p {
  font-size: 18px !important;
  font-weight: 300;
  line-height: 32px;
  margin: 15px;
}

.cover {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  background-color: black;
}

/* ======================sustain Section====================== */
#sustain,
#location {
  background-color: #e7dcbf;
  padding: 60px 0;
}

#about {
  padding: 60px 0;
}

.sico-wrap {
  border-radius: 100px;
  border: 1px solid #fff;
  width: 60px;
  height: 60px;
  padding: 15px;
  margin: 5px auto 30px;
}

.sico-wrap img {
  width: 20px !important;
  transition: all 0.5s ease-in-out;
}

.sus-head {
  color: #ab3a30;
  /* font-family: Lato; */
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.sus-content p {
  color: #000;
  /* font-family: Lato; */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.flash {
  transition: 0.7s;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}

.flash::before {
  position: absolute;
  bottom: 13px;
  left: -130%;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 148, 66, 0.32);
  backdrop-filter: blur(1.6px);
  -webkit-backdrop-filter: blur(1.6px);
  transform: rotate(-70deg);
  transition: 0.8s;
}

.flash:hover::before {
  left: 130%;
}

.flash:hover .sico-wrap img {
  transform: translateY(-15px) scale(1.4);
}

.flash::after {
  position: absolute;
  bottom: 13px;
  left: -130%;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 148, 66, 0.32);
  backdrop-filter: blur(1.6px);
  -webkit-backdrop-filter: blur(1.6px);
  transform: rotate(-70deg);
  transition: 0.8s;
}

.flash:hover:after {
  left: 130%;
}

.flash:hover {
  box-shadow: 1px 1px 5px #000;
}

.sustain-carousel.owl-carousel .owl-nav .owl-next,
.sustain-carousel.owl-carousel .owl-nav .owl-prev {
  color: #b10038;
  margin: 0 10px;
  width: 35px;
  height: 35px;
  border: 1px solid #b10038;
  border-radius: 50%;
}

.sustain-carousel.owl-carousel .owl-nav .owl-next span,
.sustain-carousel.owl-carousel .owl-nav .owl-prev span {
  margin: 4px 0 0;
}

.sustain-carousel.owl-carousel .owl-nav .owl-next:hover,
.sustain-carousel.owl-carousel .owl-nav .owl-prev:hover {
  color: #fff;
  background: transparent;
}

.sustain-carousel.owl-carousel .owl-item.active .flash {
  background: linear-gradient(92deg, #b10038 4.8%, #ab3a30 97.55%);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 380px;
}

.sustain-carousel.owl-carousel .owl-item.active .flash .sico-wrap {
  border-color: #131313;
}

.sustain-carousel.owl-carousel .owl-item.active .sico-wrap img {
  filter: invert(1) brightness(0);
}

.sico-video video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ======================sustain Section End====================== */
/* =====================sustain2========================= */
#sustain2 {
  padding: 100px 0;
  background-size: cover;
  background: url(../images/bg.jpg) no-repeat;
  background-position: right;
  background-size: cover;
}

.sustain-img {
  width: 100%;
  height: fit-content;
  object-fit: cover;
  object-position: right;
}

.pione__img {
  text-align: left;
}

.pione__img img {
  width: 17%;
  height: auto;
}

/* ===============sustain2 end========================== */
.left-wrap .section-title h2 {
  color: #000;
  /* font-family: Abril Display; */
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
}

.bg-mob {
  background: transparent;
}

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

/* ==================amenities section============= */
.amenity-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.pricing_btn {
  border: 1px solid #b10038;
  background: #1e1e1e;
  font-size: 14px;
  color: #fff;
  width: 50%;
  padding: 10px 0;
  margin: 5px 0px;
  /* font-weight: 600; */
  outline: none;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.btn-txt {
  position: relative;
  transition: all 0.5s ease-in-out;
  /* font-family: Abril Display; */
}

.pricing_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  background: linear-gradient(92deg, #b10038 4.8%, #ab3a30 97.55%);
  transform: translate(-110%, 0) skew(-30deg);
  transition: 0.5s;
}

.pricing_btn:hover .btn-txt {
  color: #131313;
}

.pricing_btn:hover::before {
  transform: translate(-5%, 0) skew(-15deg);
}

.amenity-carousel.owl-carousel .owl-nav span {
  font-size: 20px;
  color: #131313;
  margin: 2px 10px;
}

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

.amenity-carousel.owl-carousel .owl-nav .owl-prev,
.amenity-carousel.owl-carousel .owl-nav .owl-next {
  transition: 0.5s ease-in-out;
}

.amenity-carousel.owl-carousel .owl-nav .owl-prev:hover,
.amenity-carousel.owl-carousel .owl-nav .owl-next:hover {
  background: transparent;
  transform: scale(1.1);
}

.amenity-name {
  position: absolute;
  bottom: 10%;
  right: 0%;
  background-color: #000000b8;
  padding: 10px;
}

.amenities-icon {
  text-align: center;
  /*box-shadow: 1px 1px 25px #e0e0e0;*/
  box-shadow: 0 8px 8px -6px rgb(0 0 0 / 30%);
  padding: 15px;
  background: white;
  margin-bottom: 30px;
  border: 2px solid white;
  transition: ease all 0.5s;
  border-radius: 20px;
  background-color: #ececec;
}

.amenities-icon:hover {
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.amenities-icon .icons-wrap {
  height: 90px;
  width: 90px;
  margin: 0px auto;
  /* border: 2px solid transparent; */
  border-radius: 50%;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease all 0.5s;
}

.amenities-icon:hover .icons-wrap {
  border-radius: 0;
  border-color: #fff;
  transition: ease all 0.5s;
}

.amenities-icon .icons-wrap img {
  /* background-color:#fff; */
  padding: 5px;
  border-radius: 10px;
  /* width: 70px !important; */
  /* border: none !important; */
  /*border-radius: 50%;*/
  /* filter: invert(26%) sepia(33%) saturate(703%) hue-rotate(62deg) brightness(98%) contrast(91%); */
}

.amenities-icon h3 {
  font-size: 13px;
  transition: ease all 0.5s;
  color: #491e18;
  font-weight: bold;
  min-height: 28px;
  /* font-weight: bold; */
}

.flex-wrap img {
  height: 80px !important;
  width: 80px !important;
}

/* ==================amenity section End============= */
/* ============Gallery Section====================== */
#myTabGallery {
  justify-content: center;
  border: none;
}

#myTabGallery .nav-item {
  margin: 0px 15px;
}

#myTabGallery .nav-item .nav-link.active,
#myTabGallery .nav-item .nav-link.active:focus,
#myTabGallery .nav-item .nav-link:hover {
  border-radius: 100px;
  border: 1px solid #312c28;
  background: #312c28;
  transition: all 0.5s ease-in-out;
  color: #fff;
  /* font-family: Lato; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#myTabGallery .nav-item .nav-link {
  border-radius: 100px;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  /* font-family: Lato; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ame-img {
  position: relative;
  overflow: hidden;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000080;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 0.5s ease;
}

.ame-img:hover .img-overlay {
  width: 100%;
}

.overtext {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.overtext a {
  text-decoration: none;
  color: #fff;
  transition: 0.5s ease-in-out;
}

.overtext a:hover {
  transform: scale(1.1);
}

.overtext i {
  background: #131313;
  padding: 20px 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

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

.floor-carousel.owl-carousel {
  position: relative;
}

.floor-carousel.owl-carousel .owl-nav span {
  font-size: 50px;
  color: #131313;
}

.floor-carousel.owl-carousel .owl-nav .owl-next,
.floor-carousel.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  transition: 0.6s ease-in-out;
}

.floor-carousel.owl-carousel .owl-nav .owl-next:hover,
.floor-carousel.owl-carousel .owl-nav .owl-prev:hover {
  background: transparent;
}

.floor-carousel.owl-carousel .owl-nav .owl-next:hover span,
.floor-carousel.owl-carousel .owl-nav .owl-prev:hover span {
  background: transparent;
  color: #b10038;
}

.floor-carousel.owl-carousel .owl-nav .owl-next {
  right: 0%;
}

.floor-carousel.owl-carousel .owl-nav .owl-prev {
  left: 0%;
}

/* =======================Gallery Section End========================== */
/* =========================Location Section============================ */
.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
}

#accordionLocation .accordion-item:first-of-type .accordion-button,
#accordionLocation .accordion-button {
  background: transparent;
  border-bottom: 1px solid #000;
  color: #000;
  /* font-family: Lato; */
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: scale(1.1);
}

#accordionLocation .accordion-body {
  background: transparent;
  position: relative;
  padding: 4px !important;
}

#accordionLocation .accordion-body p {
  color: #000;
  padding: 5px;
}

#accordionLocation .accordion-body p i {
  color: #b98630;
}

#accordionLocation .accordion-body .distance {
  position: absolute;
  right: 25px;
  font-weight: 600;
}

#accordionLocation .accordion-button::after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  color: #000;
  position: absolute;
  top: 25px;
  right: 20px;
  transition: all 0.3s ease 0s;
  background-image: none !important;
}

#accordionLocation .accordion-button.collapsed::after {
  content: "\f067";
  font-weight: 600;
}

#accordionLocation .accordion-button:hover::after,
#accordionLocation .accordion-button.collapsed:hover::after {
  transform: scale(1.1);
  color: #b10038;
}

#accordionLocation .accordion-button:focus {
  box-shadow: none;
}

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

.map-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.map-img:hover .img-overlay {
  width: 100%;
}

/* =========================Location Section End============================ */
/* =========================Contact Section================================= */
.form-group {
  height: 65px;
}

.input-group-addon p {
  color: #fff;
  /* font-family: Abril Display; */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-control {
  border: none;
}

.form-control:focus {
  box-shadow: none;
  background: #fff;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-bottom: 1px solid #fff;
  background: transparent;
  border-radius: 0;
  color: #fff;
}

select option {
  background-color: #1e1e1e;
  color: #fff;
}

#contact .pricing_btn {
  border-radius: 25px 0px;
  border: 1px solid #fff;
  color: #fff;
  /* font-family: Abril Display; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  width: 20%;
}

.add-wrap {
  width: 70%;
  margin: auto;
}

.add-wrap p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.add-wrap p a {
  text-decoration: none;
  color: #fff;
}

.add-wrap p a:hover,
.quick-links h3 a:hover {
  color: #ff4f01;
}

.social-links ul li a img:hover {
  filter: invert(47%) sepia(65%) saturate(5658%) hue-rotate(358deg)
    brightness(101%) contrast(103%);
}

.quick-links h3,
.quick-links h3 a {
  color: #fff;
  /* font-family: Abril Display; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
  text-decoration: none;
}

.quick-links h3 a {
  margin-bottom: 0;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 30px 0;
}

.copy-txt,
.copy-txt p {
  /* font-family: Abril Display; */
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

/* =========================Contact Section End================================= */
/* =====================about urbanrise============================ */
#contact {
  background-color: #1e1e1e;
}

.testimonial {
  border-left: 3px solid transparent;
  border-image: linear-gradient(180deg, #ab3a30 4.8%, #ab3a30 97.55%) 1;
  padding: 40px 0 40px 50px;
  position: relative;
}

.testimonial:before {
  border-top: 3px solid #ab3a30;
  top: 0;
}

.testimonial:before,
.testimonial:after {
  content: "";
  width: 600px;
  height: 35px;
  border-right: 3px solid transparent;
  border-image: linear-gradient(90deg, #b10038 4.8%, #ab3a30 97.55%) 1;
  position: absolute;
  left: 0;
}

.testimonial:after {
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, #b10038 4.8%, #ab3a30 97.55%) 1;
  bottom: 0;
}

.payment-card {
  border: 2px solid transparent;
  border-image: linear-gradient(92deg, #b10038 4.8%, #ab3a30 97.55%) 1;
  background: #1e1e1e;
  box-shadow: 1px 1px 5px #343434;
  height: 200px;
  margin: 20px 0;
}

.payment-card .payment-icon img {
  width: 64px;
  margin-top: 20px;
  filter: invert(1);
}

.testimonial .highlight-view {
  border: unset;
  padding: 15px;
  height: auto;
  text-align: center;
  line-height: 1;
}

.testimonial .highlight-view h2 {
  font-size: 30px;
  font-weight: 600;
  background: linear-gradient(180deg, #b10038 0%, #ab3a30 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

/* =======================about end=============================== */
/* ================Footer============ */
footer {
  padding: 15px 0;
  position: relative;
}

.footer-logo {
  border-radius: 15px;
  background: #fff;
  padding: 10px;
}

.footer-logo img {
  width: 100px;
}

footer h2 {
  color: #fff;
  /* font-family: Abril Display; */
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ================Footer End============ */
/* ======================thank you page css========================== */
.check-sign {
  background: #131313;
  padding: 20px;
  height: 100px;
  width: 100px;
  border: 3px solid #ff4f01;
  border-radius: 50%;
}

.check-sign i {
  font-size: 55px;
  color: #fff;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  font-size: 18px;
  color: #131313;
}

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

.go-home {
  width: 100%;
  padding: 10px;
}

/* ======================thank you page css end========================== */
/* ======================form css========================== */
.error {
  float: left;
  color: #df1000;
  /* background: #000000eb; */
}

/* ======================form css End========================== */
/* ====================floating-buttons & fixed footer css===================== */
.down-btn {
  position: fixed;
  z-index: 5;
  width: 13%;
  bottom: 5%;
  right: 1%;
}

.enq-btn {
  position: fixed;
  z-index: 5;
  bottom: 5%;
  left: 1%;
  width: 10%;
  /* transform: rotate(270deg); */
}

.fixed-footer {
  background: #131313;
}

.fixed-footer::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 2px;
  background: #ff4f01;
}

.fixed-footer a {
  color: #fff;
}

.banner-image {
  height: 600px;
  object-fit: cover;
  width: 100%;
}

/* ====================floating-buttons & fixed footer css End===================== */
/* ======================Modal Css========================= */
.modal-content {
  background: transparent;
  border: none;
}

.modal-body {
  background: #07070763;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  padding: 10px;
}

.modal-body h1{
  font-weight: bold;
}

.footer-form{
  background: #292828f2;
    padding: 20px;
}


.modal-body p {
  color: #fff;
}

.modal-body .pricing_btn {
  /* border-radius: 25px 0px; */
  border: 1px solid #fff;
  color: #fff;
  /* font-family: Abril Display; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  width: 20%;
}

.modal-body .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  filter: invert(1);
}

.modal-body .input-group-addon i {
  margin-top: 5px;
}

/* ======================Modal Css End========================= */
/* ================Preloader css============================ */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* ===============Preloader css end================================ */
/* ========================Responsive CSS======================== */
@media only screen and (max-width: 1400px) and (min-width: 993px) {
  .ame-img img {
    height: 60vh;
    object-fit: cover;
    object-position: center;
  }

  .navbar-nav > li > a {
    font-size: 14px;
  }

  .amenity-carousel.owl-carousel .owl-nav {
    top: -20.2%;
  }

  .over-big {
    width: 85%;
  }

  .float-img img {
    width: 40%;
  }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .mySwiper2 {
    width: 60%;
  }

  .highlight-wrap {
    width: 100%;
    height: 75px;
  }

  #amenities,
  #gallery,
  #contact {
    background-size: 30%, 30%, cover;
  }

  .footer-logo:after {
    top: 30%;
  }

  .banner-form {
    position: relative;
    top: unset;
    right: unset;
    padding: 13px;
    background: #000;
    z-index: 999;
    margin: auto;
    margin-top: 3rem;
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .navbar .navbar-brand img {
    width: 80px;
  }

  .mySwiper2 {
    width: 100%;
  }

  .mySwiper .swiper-slide img {
    height: 80px;
  }

  .skills .skills-flex-container {
    gap: 30px;
  }

  .highlight-wrap {
    width: 100%;
    height: auto;
  }

  #amenities,
  #gallery,
  #contact {
    background-size: 30%, 30%, cover;
  }

  .overview-content p{
    margin: 5px;
  }

  .prime-location p{
    margin: 5px;
  }

  .map-img img {
    height: 100%;
  }

  .footer-logo:after {
    display: none;
  }

  .over-big {
    width: 80%;
  }

  .float-img img {
    position: absolute;
    left: 50%;
    top: -30%;
    width: 35%;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .section-title h2 span {
    font-size: 30px;
  }

  .section-title .ver-grad {
    font-size: 30px;
  }

  .pricing_btn.learn-more {
    width: 35%;
  }

  .flash::after {
    transform: rotate(0deg);
    left: -130%;
  }

  .flash::before {
    transform: rotate(-0deg);
    left: -130%;
  }

  .flash:hover:after,
  .flash:hover:before {
    left: 130%;
  }

  .amenity-carousel.owl-carousel .owl-nav {
    top: -15.2%;
  }

  .floor-carousel.owl-carousel .owl-nav span {
    font-size: 25px;
  }

  .highlight-wrap p {
    font-size: 18px;
  }

  .bg-mob {
    background: #fff;
  }

  .sus-head {
    font-size: 18px;
  }

  .left-wrap .section-title h2 {
    font-size: 30px;
  }

  .section-title h3 {
    font-size: 12px;
  }

  #accordionLocation .accordion-item:first-of-type .accordion-button,
  #accordionLocation .accordion-button {
    font-size: 16px;
  }

  #accordionLocation .accordion-button::after {
    font-size: 16px;
    top: 20px;
  }

  .sico-wrap {
    padding: 20px;
  }

  #contact .pricing_btn,
  .modal-body .pricing_btn {
    width: 30%;
  }

  .enq-btn {
    right: -13.8%;
    width: 35%;
  }

  .testimonial {
    border-left: unset;
    padding: 10px;
  }

  .testimonial:before,
  .testimonial:after {
    display: none;
  }

  .testimonial .highlight-view h2 {
    font-size: 25px;
  }

  .pione__img img {
    width: 25%;
  }

  .banner-form {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    padding: 13px;
    background: #000;
    z-index: 999;
    margin: auto;
    margin-top: 3rem;
    width: 90%;
  }
}

@keyframes bouncing {
  from,
  to {
    transform: scale(0.9, 1);
  }

  25% {
    transform: scale(1, 1.1);
  }

  50% {
    transform: scale(1.1, 1);
  }

  75% {
    transform: scale(1, 0.9);
  }
}

@media (max-width: 992px) {
  .skills .skills-flex-container .box {
    flex: 1 0 30%;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* .amenity-carousel .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: cover !important;
  height: 400px !important;
} */

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  object-fit: COVER;
  height: 400px;
}

/* new changes */

.overview-content-text {
  text-align: center;
}

.owl-nav span {
  font-size: 56px;
  border: 1px solid;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20%;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #fff !important;
  color: #000000 !important;
}

.location-content-text {
  margin-top: 15px;
}

.section-head {
  font-weight: 600 !important;
}

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

.text-balance {
  text-wrap: balance !important;
}

.download-btn {
  max-width: 300px;
  margin: auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.add-wrap {
  width: 100%;
  margin-top: 20px;
}

.contact-head-text {
  font-weight: 600;
  font-size: 18px;
}

.vertical-center {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.section-head {
  color: #fff;
  font-weight: 600;
}
