@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');





html {
  font-size: 16px;
  /* cursor: none; */
  /* overflow-x: hidden; */
}

body {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  /* background: #540944; */
  overflow-x: hidden;
}

/*.container {
    max-width: 1170px;
}*/

:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --theme-color: #39b24a;
  --primary-color: 313131;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #313131;
  margin: 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

h2 {
  font-size: 3.75rem;
  color: var(--primary-color);
  font-weight: 600;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}


.heading h2 {
  font-size: 3.75rem;
  color: var(--primary-color);
  font-weight: 600;
}



.main-navigate nav {
  padding: 10px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
}



/* services-sec */

.services-sec {
  padding: 6rem 0;
}

.heading h4 {
  font-size: 2rem;
  font-weight: 600;
}

.heading {
  text-align: center;
}


.services-info {
  margin-top: 65px;
}

.services-info figure img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services-info h5 {
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
  line-height: 25px;
}


.services-info figure img:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(0.8);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  display: table;
  margin: 0 auto;
  border-radius: 10px;
}


.services-info figure {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.services-info figure:before {
  content: '';
  background-color: rgb(19, 127, 183, 0.4);
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  left: -75px;
  right: 0;
  margin: 0 auto;
  top: -32px;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}


.services-info figure:hover:before {
  opacity: 1;
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 450px;
  height: 450px;
}

/* services-sec */

/* rental-sec */

.rental-sec {
  padding: 6rem 0;
  background-color: #540944;
}

.heading h3 {
  color: #fff;
  font-size: 35px;
}

.heading p {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
}

.rental-info h2 {
  font-size: 35px;
  font-weight: 500;
  text-shadow: -10px 5px 17px rgb(0 0 0 / 90%);
  color: #fff;
}

.rental-info {
  text-align: center;
  padding: 15px 0;
  border: 4px solid #FFC416;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
  border-radius: 150px 0px 150px 0px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);

}

.rental-form .form-control {
  display: flex;
  margin: 0 5px;
  flex: 0 0 40%;
  max-width: 25%;
  min-height: 50px;
  border-radius: 4px;
  margin-top: 0;
  padding: 0 0px 0 30px;
  position: relative;
}

.rental-form {
  display: flex;
  margin-top: 25px;
}

.rental-form .form-control input[type="text"] {
  border: none;
  width: 80%;
  border-radius: 0px;
  position: absolute;
  top: 0;
  min-height: 100%;
}

.rental-form button {
  padding: 10px 45px;
  background-color: #fec41a;
  border: 1px solid #fec41a;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
}

.rental-form .form-control i {
  position: absolute;
  left: 8px;
  top: 15px;
  color: #01d200;
}

.swiper-container {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 1000px;
  overflow: hidden;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 380px;
  height: 380px;
  overflow: hidden;
}


.swiper-3d .swiper-slide-shadow-left {
  display: none;
}

.swiper-3d .swiper-slide-shadow-right {
  display: none;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}


.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  color: #fff;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  color: #fff;
}

.curve svg {
  overflow: hidden;
  filter: invert(92%) sepia(66%) saturate(3871%) hue-rotate(297deg) brightness(94%) contrast(101%);
}

path.elementor-shape-fill {
  filter: invert(100%) sepia(0%) saturate(7468%) hue-rotate(67deg) brightness(109%) contrast(109%);
}

.direct-booking {
  padding-bottom: 0;
  position: relative;
  background-color: #540944;
}

.curve {
  position: absolute;
  width: 100%;
  bottom: -180px;
}

/* rental-sec */


/* longmentals-sec */

.longmentals-sec {
  background-color: #fff;
  padding: 13rem 0 6rem;
}

.longmentals-sec .heading h3 {
  color: #000;
  font-weight: 600;
  color: #000000;
  font-family: "Montserrat", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.longmentals-info img {
  width: 100%;
}

.longmentals-info {
  text-align: center;
  padding: 0;
  border: 4px solid #FFC416;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
  border-radius: 150px 0px 150px 0px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  overflow: hidden;
  position: relative;
}

.longmentals-info .overlay {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.longmentals-info .overlay h3 {
  color: #fff;
  font-weight: 600;
  font-size: 35px;
  text-shadow: -10px 5px 17px rgb(0 0 0 / 90%);
}


.icon-tag {
  width: 100px;
  height: 100px;
  background-color: #fec41a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin: 0 auto;
}

.icon-tag i {
  font-size: 40px;
  color: #540944;
}

.longmentals-icon h5 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 35px;
  line-height: 24px;
}

.longmentals-icon {
  text-align: center;
  margin-top: 80px;
}

/* longmentals-sec */

/* awards-sec */

.awards-sec {
  padding: 100px 0 125px;
  background-color: #fff !important;
  background: url(../images/purplebg.png);
  background-size: cover;
  background-position: center center;
}

.awards-info {
  border: 3px solid #fec41a;
  padding: 25px 35px;
  text-align: center;
  margin-top: 55px;
}

/* awards-sec */


/* gallery-sec */



section.gallery-sec {
  background-color: #fff;
}

.gallery-item {
  text-align: center;
  padding: 0;
  border: 4px solid #540944;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100px 0px 100px 0px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  overflow: hidden;
  position: relative;
  margin: 40px 20px;
}

.gallery-item img {
  width: 100%;
}

.gallery-sec .heading h3 {
  color: #000;
}

/* gallery-sec */

/* testimonials-sec  */


.testimonials-sec .heading h3 {
  color: #333;
}

.testimonials-sec {
  padding: 6rem 0;
  background-color: #fff;
}

.testi-slider {
  margin-top: 6rem;
}

/* testimonials-sec  */



/* footer-sec */

footer.footer-sec {
  padding: 6rem 0;
  background-color: #540944;
}

.footer-info h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 35px;
}

.footer-info p {
  color: #fff;
  font-size: 13px;
}

.footer-copy .d-flex img {
  width: 40%;
  background-color: #fff;
  margin-right: 10px;
}

.footer-copy h5 {
  color: #fff;
}

.footer-copy .d-flex {
  margin-top: 30px;
}


.footer-info img.mr-3 {
  width: 30%;
}

.footer-info .media-body h5 {
  color: #fff;
  font-size: 13px;
}

.footer-info .media-body p {
  margin: 0;
  font-size: 10px;
}

.footer-info .media {
  margin-top: 20px;
}


.quickList ul li {
  padding-bottom: 5px;
}

.gettouch ul li {
  color: #828282;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}

.gettouch ul li span p {
  font-size: 14px;
}

.gettouch ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.gettouch ul li span {
  display: flex;
  align-items: flex-start;
}

.gettouch ul li span p {
  color: #fff;
  margin: 0;
}

.gettouch ul li a i {
  padding-right: 10px;
}

.gettouch ul li span i {
  color: #fff;
  margin-right: 11px;
}

.gettouch h4 {
  color: #828282;
  margin-bottom: 35px;
}


.copy-sec p {
  color: #fff;
  font-size: 14px;
}

.copy-sec p a {
  color: #fff;
}

/* footer-sec */


/* bannner-main */

.bannner-main {
  position: relative;
}

.bannner-main .banner-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(0, 0, 0, 0.3);
}

.bannner-main img {
  width: 100%;
}

.bannner-main h2 {
  color: #fff;
  font-size: 6rem;
  text-align: center;
  font-weight: 500;
}

.bannner-main img.bannner-border {
  position: absolute;
  bottom: -5px;
  width: 100%;
  z-index: 999;
  left: 0;
  right: 0;
}

.custom-slider {
  background-color: #540944;
}

.copy-sec {
  background-color: #540944;
}

/* bannner-main */

/* aboutus */

.aboutus {
  padding: 6rem 0;
}

a.yellow-btn {
  background-color: #fec41a;
  padding: 15px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #fec41a;
}

a.yellow-btn:hover {
  background-color: #fff;
  border: 1px solid #fec41a;
  color: #fec41a;
}

a.yellow-btn {
  background-color: #fec41a;
  padding: 15px;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #fec41a;
}

a.yellow-btn:hover {
  background-color: #fff;
  border: 1px solid #fec41a;
  color: #fec41a;
}

section.aboutus article h3 {
  color: #484848;
  font-family: "Roboto", Sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 59px;
}

section.aboutus article h4 {
  color: #484848;
  font-family: "Roboto", Sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 0;
}

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

.img-frame {
  position: relative;
}

.img-frame:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #6ec1e4;
  position: absolute;
  left: 45px;
  z-index: -1;
  bottom: -35px;
  opacity: 0.4;
}

.aboutus-sec {
  background-color: #000000;
  padding: 6rem 0;
}

.aboutus-info {
  text-align: center;
  margin-top: 100px;
}

.aboutus-info h4 {
  color: #fff;
  margin-top: 30px;
}

.aboutus-info p {
  color: #fff;
}


/* aboutus */


/* property */

 
.bannner-main .rental-form .form-control input[type="text"] {
  border: none;
  width: 90%;
  border-radius: 0px;
  position: absolute;
  top: 0;
  min-height: 100%;
}


.bannner-main .rental-form {
  display: flex;
  margin-top: 25px;
  background-color: rgb(0, 0, 0, 0.3);
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px 0px;
}

.bannner-main .rental-form .form-control {
  flex: 0 0 35%;
  max-width: 21%;
}


.property-sec {
  padding: 6rem 0;
}

.property-item article h4 {
  margin-bottom: 10px;
  display: inline-block;
  line-height: 1.1em;
  font-size: 20px;
  font-weight: 600;
  color: #484848;
}

.property-item article {
  margin-top: 25px;
  padding: 15px 25px;
}

 
.property-item article ul li i {
  margin-right: 10px;
}

.property-item article ul li {
  margin-bottom: 10px;
  margin-top: 8px;
  color: #5d6475;
  font-size: 13px;
  font-weight: 600;
}

.property-item {
  box-shadow: 0 2px 11px 0 rgb(181 127 250 / 10%);
  margin-top: 65px;
}

.property-item img {
  width: 100%;
}

.property-item span a.heart {
  background-color: #E5645F;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.8;
  z-index: 1;
  display: inline-block;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.property-item .d-flex {
  align-items: center;
  justify-content: space-between;
}

.property-item .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}

.property-item .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 100%;
  font-size: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.property-item .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 100%;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}


/* property */

/* rental */

.rental-ul ul li {
  display: inline-block;
  padding-right: 20px;
}

.rental-ul ul li a {
  color: #586475;

}

.rental-ul ul li a i {
  margin-right: 15px;
  color: #586475;

}


.rental-main {
  padding: 6rem 0;
}

.rental-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px solid #e7e9ef;
  padding-bottom: 50px;
}

a.checked {
  border: 1px solid #01d200!important;
  color: #fff;
  padding: 14px 25px;
  border-radius: 50px;
  background-color: #01d200;
}

a.checked:hover {
  border: 1px solid #01d200!important;
  background-color: #333;
  border: 1px solid #01d200!important;
}

.rental-description {
  margin-top: 50px;
}

.rental-description p {
  margin: 5px 0;
  font-size: 14px;
}

.rental-ul h4 {
  margin-top: 33px;
}

.rental-description h4 {
  margin-bottom: 30px;
}



.rental-container {
  display: grid;
  grid-template-columns: 4.3fr 0.1fr;
  grid-template-rows: 3.9fr 3.1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "add01 . ."
    "add01 . .";
}

.add01 {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 1.2fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "area1 area2 area3"
    "area4 area4 area5";
  grid-area: add01;
}

.area1 {grid-area: area1;width: 100%;object-fit: cover;}

.area2 {grid-area: area2;width: 100%;object-fit: cover;}

.area3 {grid-area: area3;width: 100%;object-fit: cover;}

.area4 { grid-area: area4; }

.area5 { grid-area: area5; }

.area4 {height: 220px;overflow: hidden;object-fit: cover;}

.area4 img {
    width: 100%;
}

.rental-gallery {
  margin-top: 60px;
}

.rental-detail article {
  box-shadow: 0 2px 11px 0 rgb(181 127 250 / 10%);
  margin-top: 40px;
  padding: 30px;
}

.rental-detail article h5 {
  font-size: 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.rental-detail article h5 i {
  margin-right: 15px;
  font-size: 25px;
  color: #01d200;
}


.rental-detail .d-flex {
  align-items: center;
  justify-content: space-between;
}

.rental-detail .d-flex span ul li span {
  font-weight: 600;
  font-size: 14px;
}

.rental-detail .d-flex span ul li span small {
  font-size: 13px;
  font-weight: 600;
  color: #787878;
  padding-left: 7px;
}


.rental-detail .d-flex span {
  flex: 0 0 58.666667%;
  max-width: 58.666667%;
}

.area1 img {
  width: 100%;
}

.area2 img {
  width: 100%;
}
 
.area3 img {
  width: 100%;
  object-fit: cover;
}


.rental-form-main .rental-form {
  display: inherit;
  padding: 30px 25px 25px 25px;
  box-shadow: 0 2px 11px 0 rgb(181 127 250 / 10%);
  margin-top: 0;
}

.rental-form-main .rental-form .form-control {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 25px;
}


.rental-form-main .rental-form button {
  padding: 10px 45px;
  background-color: #01d200;
  border: 1px solid #01d200;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  width: 100%;
}
.rental-form .d-flex a.add-btn {
    width: 100%;
    padding: 10px 0px;
    background-color: #bbc0cb;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid #bbc0cb;
    border-radius: 2px;
}

.rental-form .d-flex a.add-btn:nth-child(1) {
    background-color: #fff;
    color: #bbc0cb;
    margin-right: 10px;
}

.form-link ul li {
  display: inline-block;
}

.form-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.form-link ul li a {
  text-decoration: none;
  padding: 7px 0px 0px 0px;
  margin-left: 2px;
  width: 40px;
  height: 40px;
  border: 1px solid #8A8F9A;
  border-radius: 50%;
  display: inherit;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  color: #8A8F9A;
}

.form-link h5 {
  font-size: 15px;
  font-weight: 600;
  color: #8A8F9A;
  margin-bottom: 0;
  margin-right: 10px;
  text-transform: capitalize;
}

.rental-form h5.mb-4 {
  font-size: 17px;
}
 
/* rental */

/* testimonial-sec */

.testimonial-sec {
  padding: 6rem 0;
}


.testimonial-sec .item img {
  width: inherit;
  margin: 0 auto;
}


.testimonial-sec .owl-nav {
  position: absolute;
  width: 100%;
  top: 45%;
}

.testimonial-sec .owl-nav button.owl-prev {
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  color: #540944;
  /* border-radius: 100%; */
  font-size: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-sec .owl-nav button.owl-next {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #540944;
}

.review-borer {
  border: 2px solid #ccc;
  margin-bottom: 25px;
  margin-top: 50px;
}


/* testimonial-sec */


/* contactus */

.contactus {
  padding: 6rem 0;
}

.contact-address .media i {
  font-size: 30px;
  margin-right: 26px;
}

.contact-address .media .media-body p {
  margin: 15px 0;
  font-size: 14px;
}

.contactus .media {
  align-items: center;
  margin-bottom: 15px;
}

.contactus .media .media-body h5 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
}

.contactus input.form-control {
  margin-top: 0;
}

.contactus label {
  margin-top: 30px;
  font-weight: 500;
  text-transform: capitalize;
}


.contactus button {
  background-color: #fec41a;
  padding: 10px 30px;
  margin-top: 25px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid #fec41a;
  border-radius: 4px;
}

.contactus button:hover {
  border: 1px solid #fec41a;
  color: #fec41a;
  background-color: #fff;
}

.terms-sec h4 {
  font-size: 21px !important;
}

#button {
  display: inline-block;
  background-color: #fec41a;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#button::after {
  content: "\f077";
  content: "\f106";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
  border-radius: 100%;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

.side-links ul li a {
  padding: 10px 0px;
  text-align: center;
}

.side-links ul li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}

.side-links {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 11rem;
}

.side-links ul li:nth-child(1) {
  background-color: #4a66a0;
}

.side-links ul li:nth-child(2) {
  background-color: #c4302b;
}

.side-links ul li a i {
  color: #fff;
}

.side-links ul li:nth-child(3) {
  background-color: #405DE6;
}
/* contactus */