@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Light.woff2") format("woff2"),
    url("../fonts/Outfit-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Medium.woff2") format("woff2"),
    url("../fonts/Outfit-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("../fonts/Outfit-Regular.woff2") format("woff2"),
    url("../fonts/Outfit-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Collier";
  src: url("../fonts/Collier-Book.woff2") format("woff2"),
    url("../fonts/Collier-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Collier";
  src: url("../fonts/Collier-Semibold.woff2") format("woff2"),
    url("../fonts/Collier-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Collier";
  src: url("../fonts/Collier-Light.woff2") format("woff2"),
    url("../fonts/Collier-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* colors */
:root {
  --textColor: rgba(35, 11, 20, 0.69);
  --headingfz: 16px;
  --fontfm1: "Collier";
  --fontfm2: "Outfit";
}

.home {
  overflow: hidden;
}

/* .doublesharing {
  overflow: hidden;
} */

ul {
  padding-left: 0;
}

p,
label {
  margin-bottom: 0;
}

/* Header Start */

header {
  padding: 12px 0px;
  background-color: #fff;
  box-shadow: 0 6px 12px rgb(193 61 96 / 8%) !important;
  position: relative;
  z-index: 10;
}


header .row {
  align-items: center;
}

header .headermenus ul {
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0;
  gap: 5px;
  flex-direction: inherit;
}

header .headermenus ul li {
  list-style: none;
  font-family: var(--fontfm1);
  font-weight: 300;
  padding: 1px 9px;
  position: relative;
}

header .headermenus ul li:hover {
  border-radius: 55px;
  background: rgba(243, 236, 239, 1);
}

header .headermenus ul li a {
  color: var(--textColor);
  text-decoration: none;
}

header .headermenus ul li a.activemenu {
  font-family: var(--fontfm1);
  font-size: 16px;
  font-weight: 600 !important;
}

header .headermenus ul li a.activemenu::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  border-radius: 55px;
  padding: 1px;
  background: linear-gradient(90.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  cursor: pointer;
}

header .headermenus ul li a.activemenu a {
  color: rgb(35, 11, 20) !important;
}

header .contant-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .whatsapplabel {
  vertical-align: bottom;
  margin-left: 5px;
  font-family: var(--fontfm1);
  font-size: 16px;
  font-weight: 600 !important;
  background: -webkit-linear-gradient(0.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header .whatsapplabel span {
  margin-right: 6px;
}

header .phonenumber {
  vertical-align: bottom;
  margin-left: 5px;
  font-family: var(--fontfm1);
  font-size: 16px;
  font-weight: 600 !important;
  background: -webkit-linear-gradient(0.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header .phonenumber span {
  margin-right: 6px;
}


header .callsupport p {
  font-family: "Outfit";
  color: rgba(35, 11, 20, 0.69);
  font-size: 16px;
  font-weight: 400 !important;
  margin-left: 5px;
  margin-bottom: 5px !important;
}

.desktop-header {
  display: block !important;
}

.logo-responsive {
  width: 50%;
}

header .headermenus .dropdown-item span {
  background: #fff;
  color: var(--textColor);
}

header .headermenus .dropdown-item:hover span {
  background: linear-gradient(90.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header .headermenus .dropdown-menu {
  padding: 5px;
  border-radius: 8px;
  left: 9px;
  top: 26px;

}

.dropdown-menu.show {
  top: 4px !important;
  ;
}

header .headermenus .dropdown:hover .dropdown-menu {
  display: block;
}

header .headermenus .dropdown-item:active {
  background-color: #fff;

}

header .headermenus .dropdown-item:hover {
  background: rgba(243, 236, 239, 1);
  border-radius: 5px;
}

header .headermenus .dropdown-toggle::after {
  vertical-align: 2px !important;
}

/* Mobile Header */
.mobile-header {
  display: none !important;
  position: absolute;
  /* left: 150px; */
  width: 100%;
  z-index: 999;
  background: #fff;
}

.mobile-header .menus {
  height: 100vh;
}

.mobile-header .logosection .logo-responsive {
  width: 40%;
}

.headermenus-mobile ul {
  padding: 0;
}

.headermenus-mobile ul li a {
  color: #000 !important;
  text-decoration: none !important;
}

.headermenus-mobile ul li {
  list-style: none;
  font-size: 20px;
  font-weight: 350;
  margin: 15px 0;
  font-family: 'Collier';
}

.headermenus-mobile ul li a.activemenu {
  background: -webkit-linear-gradient(0.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.headermenus-mobile ul li.active {
  border: 1px solid transparent;
  border-radius: 32px;
  padding: 5px 10px 5px 20px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(rgb(243 236 239), rgb(243 236 239)), -webkit-linear-gradient(0.33deg, #c281f1 4.21%, #a53860 90.93%)
}

.menus .divider {
  border-top: 1px solid #ECD8FC;
}

.menus .social-links {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.mobile-header .dropdown-menu.show {
  display: block;
  border: none;
  width: 100%;
}

a.dropdown-item {
  font-size: 16px;
  opacity: 80%;
}

/* Mobile Header End*/
/* Header End */

/* Footer Start */
footer {
  background: linear-gradient(132.72deg, #a53860 42.76%, #c281f1 99.95%);
  padding-top: 25px;
  padding-bottom: 10px;
  position: relative;
}

footer .contant-sec .footerlogo {
  margin-bottom: 30px;
}

footer .contant-sec span {
  padding: 5px 0;
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

footer .contant-sec span p {
  font-family: "Outfit";
  font-weight: 400;
  color: #faf7f8;
  display: flex;
  align-items: center;
}

footer .contant-sec span p span {
  margin-right: 6px;
}

footer .contant-sec span p a {
  color: #faf7f8;
  text-decoration: none;
}

footer .footermenus h6 {
  font-family: "Collier";
  font-weight: 600;
  font-size: 16px;
  color: #faf7f8;
  margin-bottom: 20px;
}

footer .footermenus ul li {
  list-style: none;
  padding: 8px 0;
}

footer .footermenus ul li a {
  color: rgba(250, 247, 248, 0.8);
  text-decoration: none;
  font-family: "Outfit";
  font-size: 14px;
  font-weight: 300;
}

footer .footermenus ul li a:hover {
  color: #faf7f8;
}

/* .folowus {
  margin-top: 40px;
} */

.folowus h6 {
  margin-bottom: 15px !important;
}

.socialmedias a svg:hover rect {
  fill: rgba(243, 236, 239, 1) !important;
}

.backgroundImage img.right {
  position: absolute;
  top: 3px;
  right: 3px;
}

.backgroundImage img.left {
  position: absolute;
  bottom: 5px;
  left: 3px;
}

.goto-sec {
  position: absolute;
  bottom: 7rem;
  right: 1rem;
}

.goto-sec img {
  cursor: pointer;
}

.goto-sec p {
  font-family: "Collier";
  font-weight: 600;
  font-size: 16px;
  color: #faf7f8;
  margin-right: 20px;
  margin-bottom: 0;
}

.goto-sec span {
  display: flex;
  align-items: center;
}

.goto-sec p {
  font-family: "Collier";
  font-weight: 600;
  font-size: 16px;
  color: #faf7f8;
  margin-right: 20px;
}

footer.secondary {
  background: #faf7f8 !important;
  padding: 10px 0;
}

footer.secondary p {
  font-family: "Outfit";
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 14px;
  background: -webkit-linear-gradient(0.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Footer End */

/* Common CSS */
.sub_title {
  color: rgba(35, 11, 20, 1);
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 5px;
  font-family: "Collier";
}

.Enquiry-btn button {
  font-family: "collier";
  font-weight: 600;
  border-radius: 32px;
  background: linear-gradient(90.23deg, #C281F1, #A53860);
  padding: 8px 32px;
  height: 45px;
  font-size: 18px;
  color: #FAF7F8;
  border: none;
}

/* Common CSS */

/* Contact-us Start */
.contact-banner {
  width: 100%;
}

.contactus-formsection {
  margin-top: 35px;
  margin-bottom: 35px;
}

.default_section_title h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 35px;
  font-family: "Collier";
}

.default-sub {
  font-weight: 600;
  background: -webkit-linear-gradient(0.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-background-clip: text;
  margin-left: 8px;
  line-height: 35px;
  -webkit-text-fill-color: transparent;
}

.ourteam-content {
  color: rgba(35, 11, 20, 0.69);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 18px;
  margin-bottom: 25px;
  font-family: "Outfit";
}

.contactus-Formsection h6 {
  color: rgba(35, 11, 20, 1);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Collier";
}

.our_team h6 {
  color: rgba(35, 11, 20, 1);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Collier";
}

.defult-line {
  padding: 5px 0;
  margin: 0px 0px;
  display: flex;
  margin-bottom: 0px;
  align-items: center;
  gap: 10px;
}

.defult-line p {
  margin-bottom: 0px;
  color: rgba(35, 11, 20, 0.69);
  font-size: 14px;
  font-family: "Outfit";
}
.info-number{
 margin-bottom: 0px;
  color: rgba(35, 11, 20, 0.69);
  font-size: 14px;
  font-family: "Outfit";
}

.visit-content {
  margin-top: 30px;
  padding: 30px;
  background-color: rgba(243, 236, 239, 1);
  border-radius: 12px;
  margin-bottom: 35px;
}

.textunderline {
  width: 13%;
  margin-top: 2px;
  border-top: 0.5px solid rgba(165, 56, 96, 1);
}

.visit-time {
  padding: 5px 0;
  margin: 15px 0px;
  display: flex;
  margin-bottom: 0px;
  align-items: center;
  gap: 10px;
}

.visit-time p {
  margin-bottom: 0px;
  color: rgba(35, 11, 20, 0.69);
  font-size: 14px;
  font-family: "Outfit";
}

.timing-line {
  width: 65%;
  margin-top: 2px;
  border-top: 0.8px solid rgba(236, 216, 252, 1);
}

.ContactusForm {
  width: 100%;
}

.ContactusForm .form-leftsec {
  display: inline-block;
  width: 49%;
}

.ContactusForm .form-rightsec {
  display: inline-block;
  width: 49%;
}

.ContactusForm label {
  width: 100%;
  font-weight: 500;
  font-family: "Outfit";
}

::placeholder {
  font-family: "Outfit";
}

.form-label {
  color: rgba(35, 11, 20, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-top: 24px;
}

.form-control-outline {
  border: 1px solid #ecd8fc;
  border-radius: 5px;
  height: 45px;
  font-size: 14px;
  font-family: "Outfit";
  margin-top: 10px;
  padding-left: 10px;
  color: rgba(35, 11, 20, 0.69);
  width: 87%;
}

.form-control-message {
  border: 1px solid #ecd8fc;
  border-radius: 5px;
  height: 130px;
  padding-bottom: 80px !important;
  font-size: 15px;
  margin-top: 10px;
  padding-left: 20px !important;
  color: rgba(35, 11, 20, 0.69);
  width: 99%;
}

.form-control-outline:focus {
  outline: none;
  box-shadow: 0 0 0 2px hsl(337.5deg 37.29% 53.73%);
}

.form-control-message:focus {
  outline: none;
  box-shadow: 0 0 0 2px hsl(337.5deg 37.29% 53.73%);
}

.form-top {
  width: 100%;
}

.social-media h5 {
  text-align: center;
  color: rgba(35, 11, 20, 1);
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 4px;
  font-family: "Collier";
}

.social-icon {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 26px;
}

#grad1 {
  background: linear-gradient(236.26deg,
      rgba(165, 56, 96, 0.7),
      rgba(106, 70, 82, 0.7));
  width: 100%;
  height: 500px;
  backdrop-filter: blur(62px);
}

.map {
  margin: 54px 0px;
}

.map iframe {
  border-radius: 16px;
}

.social-media .under-line {
  width: 7%;
  text-align: center;
  margin-left: 38%;
  /* margin-top: 14px; */
  border-top: 0.5px solid rgba(165, 56, 96, 1);
}

.contactus-circle img {
  position: absolute;
  z-index: 1111;
  right: 84%;
  top: 38%;
  width: 22%;
}

.social-media {
  position: relative;
}

.Enquiry-btn {
  margin-top: 24px;
  margin-right: 20px;
  text-align: end;
}

.contact-bg {
  position: relative;
}

.banneruscontent {
  position: absolute;
  top: 42%;
  left: 40px;
}

.banneruscontent h1 {
  font-family: "collier";
  font-weight: 600;
  color: #faf7f8;
  font-size: 34px;
}

.banneruscontent p {
  font-family: "outfit";
  font-weight: 500;
  color: #faf7f8cc;
  font-size: 18px;
  margin-bottom: 0px;
}

.border-line {
  border-top: 1px solid rgba(236, 216, 252, 1);
  width: 74%;
  margin-left: 13%;
  margin-top: 2px;
}
.bannercontentamenities h2 {
  font-family: collier;
  font-weight: 560;
  color: #FAF7F8;
  font-size: 34px;
  padding: 0px 28px;
}

.mandatory {
  color: #ff0000;
  margin-left: 5px;
}

.contact-enquiryform {
  background-color: #ffffff;
  padding: 10px 14px;
}

/* Contact-us End */




/* Home Start */
.offcanvas .close {
  width: 95%;
  margin-top: 5px;
}

/* Home Slider Section */
.socialmedias a{
  margin-right: 15px;
}
.home-background {
  /* margin-bottom: 46px; */
  /* padding-bottom: 46px !important; */
}

.home .home-slider .carousel-item img {
  height: 550px;
}

.home .home-slider .banner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.home .home-slider .banner img {
  width: 100%;
}

.home .home-slider .carousel-control-prev,
.home .home-slider .carousel-control-next {
  width: 6% !important;
}

.home .home-slider .carousel-control-prev svg,
.home .home-slider .carousel-control-next svg {
  transition: transform 0.3s ease;
}

.home .home-slider .carousel-control-prev:hover svg,
.home .home-slider .carousel-control-next:hover svg {
  transform: scale(1.1);
}

.home .home-slider .carousel-control-prev:hover .normal,
.home .home-slider .carousel-control-next:hover .normal {
  display: none;
}

.home .home-slider .carousel-control-prev:hover .effect,
.home .home-slider .carousel-control-next:hover .effect {
  display: block;
}

.home .home-slider .effect {
  display: none;
}

.home .home-slider .carousel-indicators li {
  content: "";
  height: 8px !important;
  width: 8px !important;
  display: inline-block;
  border-radius: 6px !important;
  cursor: pointer;
  margin-right: 3px;
  margin-left: 3px;
  border: 0 !important;
  opacity: 1;
  position: relative;
}

.home .home-slider .carousel-indicators .active {
  opacity: 1;
  width: 60px !important;
  height: 8px;
  background: #fff;
  position: relative;
}

.home .home-slider .carousel-indicators li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 8px;
  width: 8px;
  background: #fff;
  border-radius: 6px;
  transition: all 400ms ease-in-out;
  transform: translateY(-50%);
}

.home .home-slider .carousel-indicators .active::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(90.33deg, #c281f1 4.21%, #a53860 90.93%);
  animation: loading-left-to-right 8s infinite;
  border-radius: 6px;
}

.home .home-slider .carousel-indicators.paused .active::before {
  animation-play-state: paused;
}

@keyframes loading-left-to-right {
  0% {
    width: 0;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

.home .home-slider .carousel-inner p,
h5 {
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  margin: 0;
}

.homecon-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  margin: 0;
}

.home .home-slider .carousel-caption {
  bottom: 130px;
  left: 10% !important;
  text-align: left !important;
  top: 30%;
}

.home .home-slider .carousel-caption .text {
  font-size: 16px;
  font-family: 'Collier';
  text-transform: capitalize;
  font-weight: 600;
}

.home .home-slider .caption-buttons .default-button {
  font-size: 16px;
  font-family: 'Collier';
  text-transform: capitalize;
  font-weight: 600;
  background: linear-gradient(90.33deg, #c281f1 4.21%, #a53860 90.93%);
  padding: 10px 20px 10px 20px;
  border: none;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  text-decoration: none;
}

.home .home-slider .caption-buttons .Visit-button {
  background: #fffdf9;
  padding: 8px 20px 8px 20px;
  border: none;
  border-radius: 32px;
  text-decoration: none;
}

.home .home-slider .caption-buttons .Visit-button span {
  font-size: 16px;
  font-family: 'Collier';
  font-weight: 600;
  background: linear-gradient(90.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home .home-slider .default-button,
.home .home-slider .Visit-button {
  display: inline-block;
}

.home .home-slider .caption-buttons {
  margin-top: 40px;
  margin-bottom: 20px;
}

.home .home-slider .carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: scale(0.95);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.home .home-slider .carousel-fade .carousel-item.active {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.home .home-slider .carousel-fade .carousel-item .carousel-caption {
  display: inline-block;
  animation: slideLeft 1s forwards;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.home .home-slider .carousel-inner p,
h5 {
  text-align: left;
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(800px);
  }

  to {
    opacity: 1;
    transform: translateX(0%);
  }
}

/* Home Slider Section  End*/


/* Explore Section Start */
.home .explore {
  padding-bottom: 40px;
}

.home .ex-heading {
  font-weight: 600;
  font-size: 30px;
  line-height: 28px;
  text-align: center;
  margin: 30px 0 20px 0px;
  font-family: "Collier";
}

.home .explore .doubleroom {
  position: relative;
  padding: 35px 25px;
  padding-right: 0;
  border-radius: 10px;
  margin-right: 40px;
  margin-top: 20px;
}

.home .explore .doubleroom-mobile {
  display: none;
}

.home .explore .doubleroom::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(90.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  cursor: pointer;
}

.home .explore .sharingroom h5 {
  font-family: "collier";
  font-weight: 600;
  font-size: 20px;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  color: rgba(35, 11, 20);
  margin-right: 10px;
}

.home .explore .ratings span {
  font-size: 12px;
  font-family: "Outfit";
  font-weight: 500;
  vertical-align: text-bottom;
}

.home .explore .sharingroom .details {
  display: flex;
}

.home .explore .sharingroom .detail {
  display: inline-block;
  width: 35%;
  vertical-align: baseline;
  position: relative;
}



.home .explore .sharingroom .content {
  font-size: 14px;
  font-family: "Outfit";
  color: rgba(35, 11, 20, 0.69);
  margin-bottom: 20px;
}

.home .explore .detail .sub-heading {
  font-family: "collier";
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  color: rgba(35, 11, 20);
}

.home .explore .detail p {
  font-family: "Outfit";
  font-weight: 400;
  font-size: 12px;
  color: rgba(35, 11, 20, 0.69);
}

.home .explore .sharingroom .border {
  border-right: 1px solid rgba(165, 56, 96, 0.3) !important;
  height: 40px;
  margin: 16px 0;
  margin-right: 19px;
}

.home .explore .btn-sec button {
  font-family: "collier";
  font-weight: 600;
  border-radius: 32px;
  background: linear-gradient(90.23deg, #c281f1, #a53860);
  padding: 8px 16px;
  font-size: 14px;
  color: #faf7f8;
  border: none;
  margin-right: 5px;
}

.home .explore .btn-sec .schedule-btn {
  background: none;
  background: -webkit-linear-gradient(0.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  border-radius: 32px;
}



.home .explore .btn-sec .schedule-btn::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  border-radius: 32px;
  padding: 1px;
  background: linear-gradient(90.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  cursor: pointer;
}

.home .explore .tripleroom {
  margin-left: 40px;
  margin-right: 0;
}

.home .explore .doubleroom .doubleroom-img {
  top: -37px;
  position: absolute;
  width: 283px;
  height: 345px;
  right: -270px !important;
}

.home .explore .tribleroom-img {
  right: -230px !important;
}


/* Explore Section End */

/* Amenities Section Start */
.home .amenities {
  position: relative;
}

.home .amenities .gallery-sec {
  background-image: url("../images/home/amenities-banner.webp");
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover;
}


.home .amenities .items {
  margin: 15px 0;
}

.home .amenities .item {
  text-align: center;
  border: 1.6px solid rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  height: 100%;
  padding: 10px;
  background: radial-gradient(50% 50%at 50% 50%,
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0));
  backdrop-filter: blur(30px);
  box-shadow: -1.5px -1.5px 76.78px rgba(255, 255, 255, 0.02) inset;
}

.home .amenities .item p {
  font-family: "Outfit";
  font-size: 16px;
  font-weight: 500;
  color: rgba(250, 247, 248, 1);
  margin: 0;
}

.home .amenities .nopaddingright {
  padding-right: 0 !important;
  margin: 0 auto;
  margin-bottom: 15px;
}

.home .amenities .gallery-sec button {
  margin-top: 20px;
  font-family: 'Collier';
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  outline: none;
  background: radial-gradient(0 50%at 50% 50%,
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0));
  border-radius: 32px;
  color: rgba(255, 255, 255, 1);
  padding: 8px 16px;
  border: 2.38px solid rgba(255, 255, 255, 1)
}


.home .amenities .backgroundimg {
  position: absolute;
  bottom: -179px;
  left: -70px;
  z-index: 1;
}

/* Amenities Section End*/

/* Join Form Section Start*/
.home .joinform .formsection {
  background-image: url('../images/home/whyjoiningus.png');
  padding-top: 60px;
  padding-bottom: 25px;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .joinform .formsection .formdetails img {
  margin-bottom: 15px;
}

.home .joinform .formsection .formdetails h5 {
  font-family: "collier";
  font-weight: 600;
  font-size: 18px;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  color: rgba(250, 247, 248, 1);
  margin-right: 10px;
}

.home .joinform .formsection .formdetails p {
  color: rgba(250, 247, 248, 0.8);
  font-size: 14px;
  font-family: 'Outfit';
  font-weight: 400;
}

.home .joinform .formsection button {
  margin-top: 20px;
  font-family: 'Collier';
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  outline: none;
  background: radial-gradient(0 50%at 50% 50%,
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0));
  border-radius: 32px;
  color: rgba(255, 255, 255, 1);
  padding: 10px 17px;
  border: 2.38px solid rgba(255, 255, 255, 1)
}


.home .joinform .form {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  padding: 15px 10px;
  border-radius: 12px;
}

.home .joinform .form h5 {
  text-align: center !important;
  font-size: 24px;
  font-family: 'Collier';
  font-weight: 600;
}

.home .joinform .form p {
  text-align: center;
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 400;
  margin-bottom: 30px;
}

.home .joinform .form .inputbox {
  display: inline-block;
  border: 1px solid rgba(236, 216, 252, 1);
  width: 49%;
  border-radius: 8px;
  padding: 10px 10px;
  margin-bottom: 10px;
  margin-left: 2px;
}

.home .joinform .form .inputbox:focus-within {
  outline: none;
  box-shadow: 0 0 0 2px hsl(337.5deg 37.29% 53.73%) !important;
}

.home .joinform .form .inputbox span {
  border-right: 1px solid rgba(236, 216, 252, 1);
  padding: 13px 0;
  padding-right: 10px;
  font-size: 14px;
  font-family: 'Outfit';
  font-weight: 300;
  color: rgba(35, 11, 20, 1) !important;
}

.home .joinform .form input {
  background: transparent;
  border: none;
  outline: none;
}

.home .joinform .form .inputbox ::placeholder {

  font-size: 14px;
  font-family: 'Outfit';
  font-weight: 300;
  color: rgba(35, 11, 20, 0.69);
}

.home .joinform .form select {
  background: transparent;
  border: none;
  outline: none;
  width: 98%;
  font-size: 14px;
  font-family: 'Outfit';
  font-weight: 300;
  color: rgba(35, 11, 20, 0.69);
}

.home .joinform .form button {
  font-family: "Collier";
  font-weight: 600;
  border-radius: 32px;
  background: linear-gradient(90.23deg, #c281f1, #a53860);
  padding: 8px 20px;
  width: 70%;
  font-size: 20px;
  color: #faf7f8;
  border: none;
  margin-right: 5px;
  margin-top: 10px;
}


/* Merged Changes */

/* section-5 gallery start */
/* Center website */
.home .gallery .main {
  max-width: 1000px;
  margin: auto;
}

.home .gallery .gallery-sec h1 {
  font-size: 50px;
  word-break: break-all;
}

.home .gallery .gallery-sec .items-section {
  margin: 10px -16px;
}

.home .gallery .gallery-sec .items-section,
.home .gallery .gallery-sec .items-section>.home .gallery .gallery-sec .items {
  padding: 8px;
}

.home .gallery .items {
  float: left;
  width: 33.33%;
  display: none;
  padding: 6px;
}

.home .gallery .slick-track {
  width: unset !important;
}

.home .gallery .content.slick-slide.slick-current.slick-active {
  width: unset !important;
}


.home .gallery .show {
  display: block;
}


.home .gallery .btn {
  border: none;
  outline: none;
  padding: .375rem 1.75rem !important;
  cursor: pointer;
  font-family: 'Collier';

}

.home .gallery button.btn.active {
  box-shadow: none !important;
  position: relative;
}

.home .gallery button.btn.active::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  border-radius: 0;
  padding: 0 0 2px 0;
  background: linear-gradient(90.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.home .gallery button.btn:focus {
  box-shadow: none !important;
}

.home .gallery #myBtnContainer {
  text-align: center;
  border-bottom: 1px solid #230B1466;
  background-color: #faf7f8;
}

.home .gallery .gallery-item {
  position: relative;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  transform: translateX(0);
}

.home .gallery .gallery-item.hide {
  opacity: 0;
  transform: translateX(-100%);
}

.home .gallery .btn-container span {
  color: #230B14B0;

}


.home .gallery button.btn svg.after {
  display: none;
}

.home .gallery button.btn.active svg.after {
  display: inline;
}


.home .gallery button.btn.active svg.before {
  display: none !important;
}

.home .gallery button.btn.active img.before {
  display: none !important;
}

/* section-5 gallery end */


/* section-6 slider */
.home .residents .dot-icon {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
}

.home .residents .ourresidents {
  position: relative;
}

.home .residents .ourresidents .row {
  margin: 0;
  padding: 0;
}

.home .residents .ourresidents .circle {
  width: 340px;
  position: absolute;
  right: -104px;
  bottom: -64px;
}

.home .residents .swiper-container {
  /* height: 400px; */
  align-items: center;
  background-color: hsl(334.29deg 22.58% 93.92%);
  border-radius: 30px;
}

.home .residents .swiper-slide {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background: #ffff;
  width: 300px;
  /* Width of each slide */
  transition: transform 0.9s;
  border-radius: 10px;
  padding: 0 16px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.home .residents .swiper-slide-active {
  width: 300px;
  /* Width of the active slide */
}

.home .residents .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
  padding-left: 22px;
  padding-right: 22px;
  /* align-content: center; */
  text-align: center;
  margin-top: 20px !important;
}

.home .residents .swiper-slide-prev {
  transform: translate3d(-175px, 0px, -616.981px) rotateX(0deg) rotateY(0deg) scale(1) !important;
}



.home .residents .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
  width: 395px;
  margin-right: 10px;
  transition-duration: 0ms;
  transform: translate3d(-57px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1) !important;
}


.home .residents .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-next {
  transform: translate3d(36.863px, 0px, -306.41px) rotateX(0deg) rotateY(0deg) scale(1) !important;
  width: 379px !important;
  margin-top: 62px !important;
  /* padding-left: 20px; */
}

.home .residents .swiper-slide {
  height: 380px !important;
  margin-right: 28px !important;
  transform: translate3d(163.721px, 0px, -614.162px) rotateX(0deg) rotateY(0deg) scale(1);
  margin-top: 62px;
  /* padding-left: 10px; */
}


.home .residents .swiper-container.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-watch-progress {
  padding-bottom: 10px;
}


.home .residents .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
  width: 390px !important;
}


/* .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
  left: -100px;
  bottom: -6px;
} */
.home .residents h1 {
  color: black;
  text-align: center;


}

.home .residents .heading {
  color: linear-gradient(90.33deg, #C281F1 4.21%, #A53860 90.93%);


}

.home .residents .our {
  color: hsl(293.72deg 42.16% 60%);
  background-color: (90deg, hsl(300deg 25% 82.75%), hsl(334.29deg 62.38% 28.61%));


}

.home .residents ::after {
  margin-right: 60px;
}

.home .residents .swiper-pagination-bullet {
  /* background-color: hsl(300deg 34.21% 44.71%) */
  background: linear-gradient(90.5deg, #C281F1 -5.3%, #A53860 90.86%);

}

.home .residents .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, hsl(300deg 25% 82.75%), hsl(300deg 68.27% 35.1%));


  padding: 0px 9px 0px 33px !important;
  border-radius: 5px !important;
}

.home .residents .swiper-button-next,
.swiper-button-prev {

  color: hsl(300deg 68.27% 35.1%);
}

.home .residents .resi {
  color: linear-gradient(90.33deg, #C281F1 4.21%, #A53860 90.93%);


}

.home .residents .swiper-button-next:after,
.swiper-button-prev:after {
  font-size: medium !important;
  font-weight: 900;
}



.home .residents .swiper-container {
  position: relative;

}

.home .residents .swiper-pagination {
  /* position: absolute; */
  bottom: 10px;
  /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);

}

.home .residents .swiper-button-prev {
  position: absolute;
  top: 95%;
  left: 43%;
}

.home .residents .swiper-button-next {
  position: absolute;
  top: 95%;
  right: 38%;
}


.home .residents .swiper-pagination-bullets.swiper-pagination-horizontal {
  /* bottom: var(--swiper-pagination-bottom, 340px) !important; */
  top: var(--swiper-pagination-top, auto) !important;
  left: 550px !important;
  margin-bottom: 5px;
  width: 100% !important;


}


.home .residents .swiper-button-prev:after {
  font-weight: bolder !important;
  color: linear-gradient(90deg, hsl(300deg 25% 82.75%), hsl(300deg 68.27% 35.1%));
  text-shadow: 2px 4px 6px linear-gradient(90deg, hsl(300deg 25% 82.75%), hsl(300deg 68.27% 35.1%));
}

/* .checked {
  color: orange;
  display: inline-block;
} */



.home .residents .fa-star {
  font-size: 24px;
  /* Adjust the size if necessary */
}

.home .residents .fa-star.checked {
  color: orange;
  /* Color for checked stars */
  display: inline-block;
}

.home .residents .fa-star.unchecked {
  color: transparent;
  /* Make the inside transparent */
  -webkit-text-stroke: 1px orange;
  /* Add a gold border */
  text-stroke: 1px orange;
  /* Add a gold border for other browsers */
}

.home .residents .fa-star:before {
  font-size: medium;
}

.home .residents .swiper-slide.swiper-slide-visible.swiper-slide-next {
  transform: translate3d(29.221px, 0px, -317.338px) rotateX(0deg) rotateY(0deg) scale(1) !important;
}

.home .residents .image {
  background-color: red;
  ;
}

.home .residents .logo {
  display: inline-block;
  width: 85px;
  transform: translateY(-15px);
}

.home .residents .leo {
  display: inline-block;
}

.home .residents .logo-sec {
  text-align: justify;
  padding-top: 25px;
}

.home .residents .logo-sec h3 {
  font-family: 'Collier';
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 3px;
  color: rgba(35, 11, 20, 1);
}

.home .residents .row2 h3 {
  font-size: 20px;
  font-family: 'Collier';
  font-weight: 600;
  margin-bottom: 25px;
  color: rgba(35, 11, 20, 1);
}

.home .residents .row2 {
  text-align: center;
}

.home .residents .swiper-slide p {
  font-family: 'Outfit';
  font-weight: 500;
  font-size: 16px;
  color: rgba(35, 11, 20, 0.69);
}

.home .residents .logo-sec .ratings h4 {
  font-family: 'Outfit';
  font-weight: 400;
  font-size: 16px;
  color: rgba(35, 11, 20, 0.69);
}

.home .residents .logo-sec .ratings {
  display: flex;
  align-items: baseline;
}

.home .residents .logo-sec .ratings .person-label {
  width: 130px;
}



/* Mobile Slider */

/* Home review slider */
.home .residents .ourresidents .review-section {
  background-color: hsl(334.29deg 22.58% 93.92%);
  border-radius: 30px;
  position: relative;
  padding: 20px;
  padding-top: 7rem;
  display: none;
}

.home .residents .ourresidents .review-section .review-head {
  font-size: 24px;
  border-bottom: 2px solid rgb(236 216 252);
  margin: 0;
  padding: 14px 0px 14px 0px;
  font-weight: 600;
  font-family: 'Collier';
}

.home .residents .ourresidents .review-section .review-head p {
  margin: 0;
}

.home .residents .ourresidents .review-section .slick-slide {
  margin: 10px;
}

.home .residents .ourresidents .review-section .checked {
  color: orange;
  margin-right: 4px;
}

.home .residents .ourresidents .review-section .unchecked {
  color: transparent;
  -webkit-text-stroke: 1px orange;
}

.home .residents .ourresidents .review-section .logo {
  display: inline-block;
  transform: translateY(-15px);
  width: 80px;
}

.home .residents .ourresidents .review-section .leo {
  display: inline-block;
}

.home .residents .ourresidents .review-section .logo-sec {
  text-align: justify;
  padding-top: 10px !important;
  display: flex;
}

.home .residents .ourresidents .review-section .logo-sec h3 {
  font-size: 20px !important;
  margin: 0 !important;
}

.home .residents .ourresidents .review-section .row2 h3 {
  font-size: 20px !important;
  margin-bottom: 0px 0px 25px 0px !important;
}

.home .residents .ourresidents .review-section .row2 {
  text-align: center;
}

.home .residents .ourresidents .person-label h4 {
  font-size: 12px !important;
}

.reviewstars {
  display: flex;
}

.home .residents .ourresidents .review-section .logo-sec .ratings h4 {
  font-size: 12px !important;
}

.home .residents .ourresidents .review-section .logo-sec .ratings {
  display: flex;
  align-items: baseline;
}

.home .residents .ourresidents .review-section .logo-sec .ratings .person-label {
  width: 85px;
}

.home .residents .ourresidents .review-section .slick-slide {
  width: 289px !important;
}

.home .residents .ourresidents .review-section .swiper {
  box-shadow: 0 6px 12px rgba(193, 61, 96, 0.1);
  border-radius: 10px;
  padding: 20px;

  background-color: #fff;
}

.home .residents .ourresidents .review-section .swiper p {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 17.54px;
  font-family: 'Outfit';
}

.home .residents .ourresidents .review-section .swiper h3 {
  font-size: 14px;
  font-family: 'Collier';
  font-weight: 600;
}

.home .residents .ourresidents .review-section .slick-slider .slick-list {
  height: 390px;
}

.home .residents .ourresidents .review-section .slick-prev:before,
.home .residents .ourresidents .review-section .slick-next:before {
  content: "" !important;
}

.home .residents .ourresidents .review-section .slick-prev.slick-arrow {
  background-image: url(../images/accomadation/right-arrow.svg);
  width: 20px;
  position: absolute;
  top: -30px;
  right: 0px;
  left: 85%;
}

.home .residents .ourresidents .review-section .slick-next.slick-arrow {
  width: 20px;
  position: absolute;
  top: -30px;
  background-image: url(../images/accomadation/left-arrow.svg);
  right: 25px;
}

/* Home review slider end */

/* section-6 slider end */


/* Home End */



/* About-us Start */


.finding .title-content {
  font-size: 42px;
}

.downarrow {
  display: none;
}

.accommpdation-button-1 {
  display: none;
}



.about-infinity .infinity-content .about-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  font-family: "Outfit";
}

.corner-img {
  position: absolute;
  right: 0%;
  bottom: 146px;
  width: 19%;
  overflow: hidden;
}


.corner-img-1 {
  position: relative;
}

.finding-text {
  text-align: center;
  font-weight: 600 !important;
  background: -webkit-linear-gradient(0.0deg, #C281F1 4.21%, #A53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--fontfm1);
  font-size: 45px;
  font-weight: 600 !important;
}

.section-1 {
  padding-top: 50px;
  margin-bottom: 55px;
}

.living-offers-section .living-offers {
  text-align: center;
  font-weight: 500;
  font-family: "Outfit";

}

.about-infinity .about {
  text-align: center;
  color: black;
  font-family: var(--fontfm1);
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0px !important;
}

.about-infinity p {
  margin-left: 10px;
}

.about-infinity .about .infinity-living {
  background: -webkit-linear-gradient(0.33deg, #C281F1 4.21%, #A53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 8px;
}

.about-infinity .infinity-img {
  float: left;
  /* position: relative; */
}

.about-infinity .infinity-content {
  float: right;
  margin: 56px 0;
}

.about-infinity .infinity-img img {
  width: 85%;
  position: absolute;
  left: 73px;
  right: 0;
  top: 50px;
  bottom: 0;
}

.about-infinity {
  margin: 20px 0;
}

.about-infinity .infinity-content .about-text {
  font-size: 15px;
  font-weight: 500;
  font-family: "Outfit";
}

.living-offers-section {
  margin-top: 25px;
}

.why-us-section .why {
  text-align: center;
  color: black;
  font-family: var(--fontfm1);
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px !important;
}

.why-us-section p {
  margin-left: 10px;
}

.why-us-section .why .choose-us {
  background: -webkit-linear-gradient(0.33deg, #C281F1 4.21%, #A53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 8px;
}

.why-us-section .choose-section-text {
  display: flex;
  padding: 10px 10px;
  height: fit-content;
}

.why-us-section .choose-section {
  border: none;
  background-color: #FFFFFF;
  margin-bottom: 52px;
  border-radius: 8px;
}

.why-us-section .policy {
  width: 25%;
  padding: 0 11px;

}


.why-us-section .policy img {
  width: 55px;
  padding-left: 8px;
}

.policy .policy-text {
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 6px;
  font-family: "collier";
}

.policy .policy-para {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Outfit';
}

.vl {
  border-right: 2px solid rgba(165, 56, 96, 0.3);
  height: 146px;
  margin: 28px 0;
  left: 50%;
  /* margin-left: -3px; */
  top: 37px;
}

.accum-button {
  float: right;
}

.accommodation-processes .accomdation-processing {
  background: -webkit-linear-gradient(0.33deg, #C281F1 4.21%, #A53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-family: var(--fontfm1);
  font-size: 24px;
  margin-right: 5px;
}

.accommodation-processes p {
  margin-left: 10px;
}

.accommodation-processes .accommodation-text {
  color: black;
  font-family: var(--fontfm1);
  display: flex;
  font-weight: 600;
  padding-left: 0px !important;
  font-size: 24px;
}

.accommodation-processes {
  background-color: #F3ECEF;
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
}

.accommodation-processes .accommpdation-button {
  padding-right: 0px;
}

.accum-button {
  font-family: "collier";
  font-weight: 600;
  border-radius: 32px;
  background: linear-gradient(90.23deg, #C281F1, #A53860);
  padding: 10px 20px;
  font-size: 14px;
  color: #FAF7F8;
  border: none;
  margin-right: 5px;
}

.accommodation-processes .accomdation-processing-section .no-1 {
  width: 46px;
  height: 43px;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "collier";
  border-radius: 10px;
  Opacity: 60%;
  background: linear-gradient(90.23deg, #C281F1, #A53860);
}

.accommodation-processes .accomdation-processing-section {
  text-align: center;
  margin-top: 38px;
  display: flex;
}

.accommodation-processes .select-room {
  font-weight: 600;
  font-size: 18px;
  margin-top: 5px;

  height: 27px;

  margin-bottom: 3px;
  color: #230B14;
  font-family: "collier";
}

.accomdation-processing-section .explanation-text {
  font-size: 14px;
  font-family: 'Outfit';
  font-weight: 400;
}

.accom-sec1 {
  width: 75%;
}

.accom-sec-1 {
  width: 67%;
}

.accom-sec2 {
  width: 25%;
  /* padding-top: 80px;
  padding-left: 36px; */
  margin-top: 59px;
  margin-left: 35px;
}

.three-section {
  display: flex;

}

.accommodation-processes .accom-sec2 img {
  width: 50px;
  height: 40px;
}

.corner-img {
  position: absolute;
  right: 0%;
  bottom: 45%;
  width: 19%;
  overflow: hidden;
}

.why-us-section {
  margin: 20px 0;
}


/* About-us End */




/* faq-start */
.faq-section .faq-bg {
  position: relative;
}

.offer-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.offer-list {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.offer-list li {
  margin-bottom: 5px;
}

.faq-section h4.ex-heading1 {
  font-weight: 600;
}

.faq-section a:hover {
  text-decoration: none;
}

.main-background {
  background-color: #FAF7F8;
  margin-bottom: 46px;
}

#go-to-top {
  position: fixed;
  right: 2%;
  bottom: 25%;
  display: none;
}

.faq-section .faq-banner {
  width: 100%;
  margin-top: 25px;
}

.faq-section .bannercontent {
  position: absolute;
  top: 40%;
  left: 52px;
}

.faq-section .bannercontent h1 {
  font-family: "collier";
  font-weight: 600;
  color: #faf7f8;
  font-size: 34px;
}

.faq-section .rooms-btn button {
  font-family: "collier";
  font-weight: 600;
  background: linear-gradient(90.23deg, #c281f1, #a53860);
  color: #faf7f8;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  border-radius: 32px;
  margin-right: 5px;
}


.faq-section .rooms-btn {
  margin-top: 68px;
  margin-left: 5px;
}

.faq-section .faq-formsection .inputbox-section:focus-within {
  z-index: 3;
  border-color: hsl(337.5deg 37.29% 53.73%) !important;
  outline: 1;
  box-shadow: 0 0 0 2px hsl(337.5deg 37.29% 53.73%);
}

.faq-section .Schedule-btn button {
  font-family: "collier";
  font-weight: 600;
  padding: 10px 20px 10px 20px;
  border: none;
  border-radius: 32px;
}

.faq-section .Schedule-btn {
  margin-top: 68px;
  margin-left: 7px;
  background: white;
  font-family: "collier";
  font-weight: 600;
  border-radius: 30px;
  padding: 14px 2px;
  font-size: 14px;
  color: #FAF7F8;
}

.faq-section .Schedulevisit-btn button {
  font-family: "collier";
  font-weight: 600;
  border-radius: 30px;
  font-size: 14px;
  border: none;
  padding: 10px 13px;
  border: 1px solid white;
  margin-left: 10px;
}

/* .Schedulevisit-btn {
  margin-top: 68px;
  margin-left: 7px;
  background: white;
  font-family: "collier";
  font-weight: 600;
  border-radius: 7px;
  padding: 14px 2px;
  font-size: 14px;
  color: #FAF7F8;
} */

.faq-section .schedule-visit {
  background: -webkit-linear-gradient(0.33deg, #C281F1 4.21%, #A53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-section .button-sec {
  /* display: inline-block; */
  margin-top: 28px;
  margin-left: 4px;
}

.faq-section .button-sec1 {
  /* display: inline-block; */
  /* margin-top: 64px; */
  margin-left: 4px;
  width: 100%;
}

.faq-section .faq-formsection {
  margin-top: 35px;
  margin-bottom: 35px;
}

.faq-section .question {
  font-weight: 600;
  background: -webkit-linear-gradient(0.33deg, #C281F1 4.21%, #A53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 8px;

}

.faq-section #main-accordion #faq .card {
  margin-bottom: 9px;
  border: 0;
  border-radius: 8px;
  font-family: "Outfit";
}

.faq-section #main-accordion #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.faq-section #main-accordion #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  /* background-color: rgba(243, 236, 239, 1); */
  color: #222;
  padding: 15px;

  /* font-weight: 900; */
  font-size: 17px;
}

/* #main-accordion #faq .card .card-header .btn-header-link:after {
  /* content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
} */
.faq-section #main-accordion #faq .card .card-header .arrowmark:after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.faq-section #main-accordion #faq .card .card-header .btn-header-link.collapsed {
  /* background: #faf7f8; */
  color: rgba(35, 11, 20, 1);
}

.faq-section #main-accordion #faq .card .card-header .btn-header-link.collapsed:after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.faq-section #main-accordion #faq .card .collapsing {
  background-color: rgba(243, 236, 239, 1);
  line-height: 30px;
}

.faq-section #main-accordion #faq .card .collapse {
  border: 0;
}

.faq-section #main-accordion #faq .card .collapse.show {
  background-color: rgba(243, 236, 239, 1);
  line-height: 30px;
  color: #222;
  color: #230b14cc;
}

.faq-section #main-accordion #faq .card .arrowmark .collapse.show {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.faq-section .card {
  width: 100%;
  border: 1px solid #ECD8FC !important;
}

.faq-section .hostel h5 {
  color: rgba(35, 11, 20, 1);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Collier";
}

.faq-section .hostel {
  color: rgba(35, 11, 20, 1);
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 5px;
  font-family: "Collier";
}


.faq-section .faq_form {
  box-shadow: 0 6px 12px rgba(193, 61, 96, 0.1);
  padding: 12px 15px;
  border-radius: 8px;
  background-color: #ffffff;
}

.faq-section .faq_form .our_team {
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  border-bottom: 1px solid #ECD8FC !important;
}

.faq-section .faq_form .tell_contact {
  font-size: 12px;
  margin-top: 23px;
  color: rgba(35, 11, 20, 0.69);
  font-family: 'Outfit';
}

.faq-section .faq_form span {
  /* border: 1px solid #ECD8FC; */
  padding: 10px 6px 13px 1px;
  font-size: 13px;
}

.faq-section input#contact {
  border-left: none;
  width: 80%;
}

.faq-section .accordion {
  font-family: "Collier";
}

.faq-section .form-control-outline {
  border: 1px solid #ECD8FC;
  border-radius: 5px;
  height: 45px;
  font-size: 14px;
  font-family: "Outfit";
  margin-top: 10px;
  padding-left: 16px;
  color: rgba(35, 11, 20, 0.69);
  width: 100%;
}


.faq-section .callback-btn button {
  font-family: "collier";
  font-weight: 600;
  border-radius: 30px;
  background: linear-gradient(90.23deg, #c281f1, #a53860);
  padding: 10px 0px;
  font-size: 18px;
  color: #faf7f8;
  border: none;
  width: 100%;
}


.faq-section .callback-btn {
  margin-top: 20px;
}

.faq-section .bottom-background {
  background-color: hsl(338.4deg 22.12% 55.69%);
}

.faq-section .explore {
  padding-bottom: 40px;
  /* backdrop-filter: blur(61.7px); */
  /* background: linear-gradient(
    236.26deg,
    rgba(165, 56, 96, 0.7),
    rgba(106, 70, 82, 0.7)
  ) */
}

.faq-section .explore1 {
  padding-bottom: 40px;
  margin-bottom: 50px;
  backdrop-filter: blur(61.7px);
  background: linear-gradient(236.26deg,
      rgba(165, 56, 96, 0.7),
      rgba(106, 70, 82, 0.7));
  position: relative;
}

.faq-section .ex-heading {
  font-weight: 600;
  font-size: 32px;
  line-height: 28px;
  text-align: center;
  margin: 40px 0;
  font-family: "Collier";
}

.faq-section .doubleroom {
  position: relative;
  padding: 26px 14px;
  padding-right: 0;
  border-radius: 10px;
  margin-right: 40px;
  margin-top: 20px;
  height: 358px;
}

.faq-section .doubleroom::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  border: 1px solid #ECD8FC;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  cursor: pointer;
}


.faq-section .sharingroom h5 {
  font-family: "collier";
  font-weight: 600;
  font-size: 18px;
  display: flex;
  margin-bottom: 5px;
  justify-content: space-between;
  color: rgba(35, 11, 20);
  margin-right: 10px;
}


.faq-section .sharingroom .ratings span {
  font-size: 12px;
  font-family: "Outfit";
  font-weight: 500;
  vertical-align: middle;
}

.faq-section .sharingroom .details {
  display: flex;
}

.faq-section .faq .sharingroom .detail {
  display: inline-block;
  /* width: 35%; */
  padding-right: 11px;
  vertical-align: baseline;

  padding-left: 6px;
  border-right: 1px solid #ffffff73;
  height: 40px;
  margin: 16px 0;
  margin-right: 19px;
}
.border-detail{
  border-right: 1px solid #ffffff73;
}

.faq-section .sharingroom .content {
  font-size: 14px;
  font-family: "Outfit";
  color: rgba(35, 11, 20, 0.69);
  margin-bottom: 12px;
}

.faq-section .detail .sub-heading {
  font-family: "collier";
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  color: rgba(35, 11, 20);
}

.faq-section .detail p {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 12px;
  color: rgba(35, 11, 20, 0.69);
}

.faq-section .sharingroom .deposit {
  /* border-image: linear-gradient(90.33deg, #c281f1 4.21%, #a53860 90.93%) 1 100%; */
}

.faq-section .btn-sec button {
  font-family: "collier";
  font-weight: 600;
  border-radius: 4px;
  background: linear-gradient(90.23deg, #c281f1, #a53860);
  padding: 10px 19px;
  font-size: 14px;
  color: #faf7f8;
  border: none;
  margin-right: 5px;
}

.faq-section .btn-sec .schedule-btn {
  background: #fff;
  /* background: -webkit-linear-gradient(0.33deg, #c281f1 4.21%, #a53860 90.93%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-section .tripleroom {
  margin-left: 40px;
  margin-right: 0;
}

.faq-section .doubleroom .doubleroom-img {
  top: -15px;
  position: absolute;
  width: 283px;
  height: 345px;
  right: -270px;
  z-index: 1111;
}

.faq-section .tribleroom-img {
  right: 260px !important;
}

.faq-section h4.ex-heading {
  text-align: center;
  /* margin-top: 15px; */
  font-size: 32px;
}

.faq-section .bottom_content {
  font-family: "Collier";
}

.faq-section .faq .content {
  text-align: left;
  font-family: "Outfit";
  padding-left: 0px;
  color: #faf7f8cc;
  font-weight: 100;
  margin-top: 0px;
  font-size: 14px;
}

.faq-section .faq .sharingroom h5 {
  color: #FAF7F8;
}

.faq-section .faq .detail p {
  color: #FAF7F8;
}

.faq-section .ex-heading1 {
  text-align: center;
  /* margin-top: 15px; */
  font-size: 32px;
  font-family: "Collier";
  margin: 40px 0;
}

.faq-section .faq .ratings {
  background-color: #FAF7F8;
  color: #000 !important;
  float: right;
  width: 20%;
  padding: 4px 1px 4px 8px;
  border-radius: 14px;
  font-size: 12px;

}

.faq-section .faq .ratings span {
  vertical-align: middle;
}

.faq-section .faq .room-text {
  font-family: "Collier";
}

.faq-section .arrowmark {
  display: inline-block;
  /* margin-left: 10px; */
  float: right;
  margin-right: 20px;
  position: relative;
  line-height: 1;
  /* Adjust line height to align icons properly */
}

.faq-section .arrow-icon {
  width: 24px;
  /* Adjust size as needed */
  height: 24px;
  /* Adjust size as needed */
  position: absolute;
  transition: opacity 0.3s ease;
  object-fit: contain;
  /* Ensure the icon fits within its container */
}

.faq-section .arrow-down {
  opacity: 1;
  top: 0;
  /* Adjust positioning as needed */
}

.faq-section .arrow-up {
  opacity: 1;
  top: 0;
  /* Adjust positioning as needed */
}

.faq-section .card-header .collapsed .arrowmark .arrow-down {
  opacity: 0;
}

.faq-section .card-header .collapsed .arrowmark .arrow-up {
  opacity: 1;
}

.faq-section .arrowmark {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  line-height: 1;
}

.faq-section .arrow-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  transition: opacity 0.3s ease;
  object-fit: contain;
}

.faq-section .arrow-down {
  opacity: 1;
}


.faq-section .arrow-up {
  display: none;
}

.faq-section .card-header .collapsed .arrowmark .arrow-down {
  opacity: 1;
}

.faq-section .card-header .collapsed .arrowmark .arrow-up {
  opacity: 1;
}

.faq-section .faq .detail .sub-heading {
  font-family: "collier";
  font-weight: 100 !important;
  font-size: 14px;
  margin-bottom: 8px;
  color: #FAF7F8;
  text-align: left;
}

.faq-section .explore1 .contactus-circle img {
  position: absolute;
  z-index: 100;
  left: 85%;
  top: -38%;
  width: 15%;
}

.faq-section .faq p {
  padding-left: 0;
}

.faq-section .btn1 {
  border: none;
  outline: none;
  /* padding: .375rem 1.75rem !important; */
  background-color: white;
  cursor: pointer;

}

.faq-section .faq .btn1:hover {
  text-decoration: none;
  /* Prevent underline on hover */
}

.faq-section .faq .sharingroom .details {
  display: flex;
  margin-bottom: 18px;
}

.faq-section .faq_form .contact-input {
  display: flex;
  align-items: center;
  border: 1px solid #ECD8FC;
  border-radius: 4px;
  width: 100%;
  margin-top: 10px;
}


.faq-section .faq_form .contact-input .country-code {
  font-size: 14px;
  color: rgba(35, 11, 20, 0.69);
  margin-right: 8px;
  border-right: 1px solid #ECD8FC;
  margin-left: 15px;
}

.faq-section .faq_form .contact-input input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  padding: 11px 15px;
  color: rgba(35, 11, 20, 0.69);
}

.faq-section .faq_form .contact-input input::placeholder {
  color: rgba(35, 11, 20, 0.69);
  /* Placeholder color */
}

.faq-section .faq .required-star {
  color: red;
  margin-left: 4px;
}

/* form span {
  border: 1px solid #ECD8FC;
  padding: 10px 6px 13px 1px;
  font-size: 13px;
} */
.faq-section .faq .sharingroom .detail2 {
  display: inline-block;
  /* width: 35%; */
  padding-right: 11px;
  vertical-align: baseline;
  /* border-right: 1px solid #A5396142; */
  padding-left: 6px;
  margin-top: 10px;
}

.faq-section .faq .detail2 p {
  font-family: "Outfit";
  font-weight: 300;
  font-size: 12px;
  /* color: rgba(35, 11, 20, 0.69); */
}

.faq-section .detail2 p {
  color: #FAF7F8;
}


.faq-section .faq .detail2 .sub-heading {
  font-family: "collier";
  font-weight: 100 !important;
  font-size: 14px;
  margin-bottom: 8px;
  color: #FAF7F8;
  text-align: left;
}

.faq-section .faq .explore1 .contactus-circle img {
  position: absolute;
  /* z-index: 100; */
  left: 85%;
  top: -35%;
  width: 15%;
}

.faq-section #faq .card:focus {
  z-index: 3;
  border-color: hsl(337.5deg 37.29% 53.73%) !important;
  outline: 1;
  box-shadow: 0 0 0 .25rem #ecd8fc !important;
}

.faq-section .faq_form .card {
  border: 1px solid #ddd;
  /* Default border for card */
  transition: border 0.3s, box-shadow 0.3s;
  /* Smooth transition for focus effect */
}

.faq-formsection .card:focus-within {
  border: 2px solid hsl(329.11deg 42.26% 46.86%);
  box-shadow: 0 0 0 3px hsl(329.11deg 42.26% 46.86%);
  /* Optional: Adds a box-shadow for extra focus effect */
}

.faq-section .faq_form .btn-header-link:focus {
  outline: none;
  /* Removes default focus outline */
}

.faq-section .faq_form .form-input-faq input:focus {
  outline: none;
  box-shadow: 0 0 0 3px hsl(337.5deg 37.29% 53.73%) !important;
}

.faq-section .faq_form .contact-input:focus-within {
  outline: none;
  box-shadow: 0 0 0 3px hsl(337.5deg 37.29% 53.73%) !important;
}

.faq-section .faq_form .form-control-outline:focus {
  outline: none;
  box-shadow: 0 0 0 2px hsl(337.5deg 37.29% 53.73%);
}

.faq-section .faq_form .accordion .card-header:focus {
  outline: none;
  box-shadow: 0 0 0 3px hsl(337.5deg 37.29% 53.73%) !important;
}

.faq-section .explore1 .doubleroom-mobile {
  display: none;
}

.faq-section .faq .visit-btn {
  font-family: "collier";
  font-weight: 600;
  border-radius: 32px;
  background: transparent;
  padding: 8px 16px;
  font-size: 14px;
  color: #FAF7F8;
  border: 1px solid #fff;
}



.inputbox-section {
  display: inline-block;
  border: 1px solid rgba(236, 216, 252, 1);
  /* width: 49%; */
  border-radius: 8px;
  padding: 10px 10px;
  margin-bottom: 10px;
  margin-left: 2px;
  width: 100%;
  margin-top: 10px;
}

.faq-section select#accommodationtype {
  background: transparent;
  border: none;
  outline: none;
  width: 98%;
  font-size: 14px;
  font-family: 'Outfit';
  font-weight: 300;
  color: rgba(35, 11, 20, 0.69);
}

.inputbox-section {
  display: inline-block;
  border: 1px solid rgba(236, 216, 252, 1);
  /* width: 49%; */
  border-radius: 8px;
  padding: 10px 10px;
  margin-bottom: 10px;
  margin-left: 2px;
  width: 100%;
  margin-top: 10px;
}

select#Occupation {
  background: transparent;
  border: none;
  outline: none;
  width: 98%;
  font-size: 14px;
  font-family: 'Outfit';
  font-weight: 300;
  color: rgba(35, 11, 20, 0.69);
}

/* faq-end */




/* Accomadation  Start */

.doublesharing .head-star {
  position: relative;
  top: 10px;
  background-color: #ffff;
  left: 10px;
  z-index: 1;
}

.doublesharing .default-head-content {
  display: inline-block;
  background-color: #FAF7F8;
  position: relative;
  z-index: 1;
}

.doublesharing .default-head {
  display: flex;
  margin: 0px 0px 20px 0px;
  align-items: center;
}

.doublesharing .default-head h4 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38.4px;
  /* text-align: center; */
  font-family: "Collier";
  margin: 30px 0px 0px 0px !important;
}

.maincontent .doublesharing h2 {
  margin: 15px 0px 15px 0px;
  font-weight: 600;
  font-size: 22px;
  line-height: 38.4px;
  font-family: "Collier";
}
.shar-title{
  margin: 15px 0px 15px 0px;
  font-weight: 600;
  font-size: 22px;
  line-height: 38.4px;
  font-family: "Collier";
}

.Schedulevisitdpicker h3 {
  padding-top: 8px !important;
  padding-bottom: 6px !important;
  margin: 0 !important;
}

.doublesharing .default-head .circle1 {
  position: absolute;
  z-index: 0;
  top: 20px;
  height: 250px;
  width: 245px;
  margin-left: 35px;
  /* display: none; */
}

.doublesharing .default-head .text {
  font-family: "Collier";
  font-weight: 600;
  font-size: 16px;
  line-height: 19.2px;
  background: -webkit-linear-gradient(0.33deg, #C281F1 4.21%, #A53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.doublesharing .text {
  font-family: 'Outfit';
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background: -webkit-linear-gradient(0.33deg, #C281F1 4.21%, #A53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.number {
  font-family: 'Outfit';
  font-size: 18px;
  font-weight: 500;
  margin-top: 3px;
  line-height: 24px;
  background: -webkit-linear-gradient(0.33deg, #C281F1 100%, #A53860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.doublesharing .text-1 {
  font-family: 'Outfit';
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  background: -webkit-linear-gradient(0.33deg, #C281F1 4.21%, #A53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.doublesharing .default-head .videotour {
  width: 110px;
  margin: 0px 15px 0px 15px;
  position: relative;
  left: 28%;
  top: 10px;
}

.doublesharing .default-head .videotour-button {
  outline: none;
  border: none;
  background-color: #fff;
}

.doublesharing .default-head .share {
  width: 80px;
  margin: 0px 15px 0px 15px;
  position: relative;
  left: 28%;
  top: 10px;
  display: inline-block;
  z-index: 4;
}

.doublesharing .default-head .share #share-button-span {
  pointer-events: none;
}

.doublesharing .default-head .share-button {
  outline: none;
  border: none;
  background-color: #fff;
  width: 100%;
}

.doublesharing .share .share-dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.doublesharing .share .share-dropdown-menu a {
  color: var(--textColor);
  text-decoration: none;
  font-family: 'Collier';
  font-size: 16px;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
}

.doublesharing .share .share-dropdown-menu a:hover {
  background-color: #f1f1f1;
}


.doublesharing .overview-div {
  /* width: 15%;
  margin-left: 10px; */
  width: fit-content;
  margin-left: 34px;
}

.doublesharing .overview-section p {
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 400;
  line-height: 28.35px;
  color: #230B14;
}

.doublesharing .about-data {
  border-bottom: 2px solid rgb(236 216 252);
  margin-bottom: 10px;
}

.doublesharing .monthly-rent {
  /* border-bottom: 2px solid rgb(236 216 252 / 43%); */
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 10px 0px 5px 0px;
}

.doublesharing .total-payable {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  background-color: #F3ECEF;
  padding: 18px;
}

.doublesharing .paragraph {
  font-family: 'Outfit';
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #230B14;
}

.doublesharing .carouselslidecontainer {
  background: rgb(255 255 255);
  margin: 20px 0px 20px 0px;
  padding: 20px 0px 20px 0px;
  z-index: 2;
  position: relative;
}

.doublesharing .carousel-inner img {
  width: 100%;
}

.doublesharing .carousel-indicators {
  position: static;
  margin-top: 20px;
}

.doublesharing .carousel-indicators>li {
  width: 100px;
}

.doublesharing .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

.doublesharing .carousel-indicators li:hover img {
  opacity: 0.75;
}

.doublesharing .carousel-item img {
  width: 100%;
  border-radius: 8px;
}

.doublesharing .carousel-indicators li {
  text-indent: 0;
}

.doublesharing .carousel-indicators li:active img {
  opacity: 1;
}

.doublesharing .carousel-control-next {
  justify-content: end;
}

.doublesharing .carousel-control-prev {
  justify-content: start;
}

.lightbox {
  top: 100px !important;
  position: fixed !important;
}

.lightboxOverlay {
  backdrop-filter: blur(61.7px) !important;
  background: linear-gradient(236.26deg,
      rgba(165, 56, 96, 0.7),
      rgba(106, 70, 82, 0.7)) !important;
}

.lb-outerContainer {
  width: 900px !important;
  border-radius: 12px;
}

.lb-outerContainer .lb-container .lb-image {
  width: 100% !important;
  border: none;
  border-radius: 12px;
  height: 497px !important;
}

.lb-number {
  color: #ffff !important;
}

.list-inline-item {
  margin-right: 0px !important;
  padding: 3px 8px 5px 8px;
}

.nav-slider {
  margin: 0px;
}

.doublesharing .img-fluid {
  border-radius: 8px;
  height: 214px !important;
  cursor: pointer;
}

.carousel-item img {
  height: 440px;
}

.doublesharing .viewall::after {
  content: '';
  pointer-events: none;
  top: 3px;
  border-radius: 8px;
  left: 8px;
  width: 159px;
  right: 0;
  bottom: 5px;
  position: absolute;
  background: linear-gradient(#A53860, #6A4652);
  opacity: 0.7;
}

.doublesharing #carousel-selector-3 {
  z-index: 3;
}

.doublesharing .overlaycontent {
  position: absolute;
  top: 55px;
  left: 50px;
  pointer-events: none;
  z-index: 10;
}

.doublesharing .overlaycontent p,
.overlaycontent span {
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}

.lb-dataContainer {
  position: absolute;
  top: -40px;
  left: 10%;
  width: 80% !important;
}

.lb-data .lb-close {
  background-image: url("../images/accomadation/frame-2.svg");
}

.doublesharing .carousel-control-prev,
.doublesharing .carousel-control-next {
  width: 6% !important;
}

.doublesharing .carousel-control-prev svg,
.doublesharing .carousel-control-next svg {
  transition: transform 0.3s ease;
}

.doublesharing .carousel-control-prev:hover svg,
.doublesharing .carousel-control-next:hover svg {
  transform: scale(1.1);
}

.doublesharing .carousel-control-prev:hover .normal,
.doublesharing .carousel-control-next:hover .normal {
  display: none;
}

.doublesharing .carousel-control-prev:hover .effect,
.doublesharing .carousel-control-next:hover .effect {
  display: block;
}

.doublesharing .effect {
  display: none;
  cursor: pointer;
}

.doublesharing .lb-nav a.lb-next {
  background-image: url("../images/accomadation/nextimage.svg");
  margin-right: 10px;
}

.doublesharing .lb-nav a.lb-prev {
  background-image: url("../images/accomadation/previmage.svg");
  margin-left: 10px;
}

.doublesharing .paragraph-div {
  margin-bottom: 20px;
}

.doublesharing .overview-listss {
  margin-bottom: 20px;
}

.doublesharing .overview-list {
  display: inline-block;
  margin: 20px 15px 10px 0px;
}

.doublesharing .aminities-list {
  margin: 25px 15px 0px 15px;
}

.doublesharing .aminities-list-1 {
  width: 33.33%;
}

.doublesharing .aminities-list-2 {
  width: 33.33%;
}

.doublesharing .aminities-list-3 {
  width: 33.33%;
}

.doublesharing .rent-details {
  width: 98%;
  margin-left: 7px;
}

.doublesharing .rentdetails-content {
  font-size: 16px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
}

.doublesharing .rentdetails-value {
  font-size: 20px;
  font-family: 'Outfit';
  font-weight: 500;
  line-height: 24px;
}

.doublesharing .text-2 {
  margin-top: 15px;
}

.doublesharing .dodont-left {
  display: inline-block;
  width: 49%;
}

.doublesharing .dodont-right {
  display: inline-block;
  width: 48%;
  position: relative;
  bottom: 20px;
}

.doublesharing .do-left {
  display: inline-block;
  width: 45%;
}

.doublesharing .do-right {
  display: inline-block;
  position: relative;
  bottom: 67px;
  left: 10px;
  width: 43%;
}

.doublesharing .dont-left {
  display: inline-block;
  margin-right: 20px;
}

.doublesharing .dont-right {
  display: inline-block;
}

.doublesharing .do-list {
  margin: 5px 0px 5px 0px;
  font-size: 14px;
  list-style-type: none;
  font-family: 'Outfit';
  padding-left: 18px;
  text-indent: -18px;
}

.doublesharing .do-list::before {
  content: "•";
  font-size: 20px;
  background: linear-gradient(to right, #C281F1 0%, #A53860 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}

.doublesharing .dodont {
  margin-bottom: 15px;
}

.doublesharing h3 {
  margin: 15px 0px 15px 0px;
  font-weight: 600;
  font-size: 24px;
  line-height: 38.4px;
  font-family: "Collier";
}

.doublesharing .lock-period {
  display: inline-block;
  margin: 10px 0px 8px 0px;
}

.doublesharing .schedule-input {
  border: none;
  padding: 10px;
  width: 100%;
  outline-color: #A53860;
}

.doublesharing .contactnum {
  width: 100%;
}

.doublesharing .schedule-input-num {
  padding: 10px;
  width: 100%;
  border: none;
  outline: none;
}

.doublesharing .schedule-div,
.doublesharing .contact-number {
  border: 1px solid rgb(236, 216, 252);
  border-radius: 4px;
}

.doublesharing .contact-number {
  display: flex;
  margin: 15px 0;
  position: relative;
  /* Added for proper positioning */
}

.doublesharing .contact-pre {
  border-right: 1px solid rgb(236, 216, 252);
  padding: 10px;
}

.doublesharing .time {
  border: none;
  background-color: #FAF7F8;
  color: #230B14 !important;
  border-radius: 32px;
  width: 100%;
  cursor: pointer;
  font-family: 'Outfit';
  position: relative;
  margin-left: 12px;
  padding: 7px;
}

.time-slot-1 {
  width: 45%;
  align-items: center;
  display: flex;
  padding: 5px;
}

.time-slot-2 {
  width: 45%;
  align-items: center;
  display: flex;
  padding: 5px;
}

.time-slot-3 {
  width: 45%;
  align-items: center;
  display: flex;
  padding: 5px;
}

.time-slot-4 {
  width: 45%;
  align-items: center;
  display: flex;
  padding: 5px;
}

.doublesharing .time.selected {
  background-color: #F3ECEF;
  /* Background color for active button */
  color: #230B14;
  /* Optional: Adjust text color if needed */
}

.doublesharing .time.selected::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  border-radius: 55px;
  padding: 1px;
  background: linear-gradient(90.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}


.doublesharing .schedule-submit {
  font-family: "collier";
  font-weight: 600;
  border-radius: 32px;
  background: linear-gradient(90.23deg, #c281f1, #a53860);
  padding: 10px 20px;
  font-size: 18px;
  color: #ffff;
  border: none;
  width: 80%;
  margin-left: 10%;
  margin-top: 15px;
}

.doublesharing .or-divider {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: 'Outfit';
  margin: 14px 27px;
  width: 85%;
}

.doublesharing .or-divider::before,
.doublesharing .or-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ECD8FC;
}

.doublesharing .or-divider:not(:empty)::before {
  margin-right: .25em;
}

.doublesharing .or-divider:not(:empty)::after {
  margin-left: .25em;
}

.doublesharing .connect {
  text-align: center;
}

.doublesharing .connect-content {
  margin: 10px;
  font-family: 'Outfit';
}




/*schedule start */
.doublesharing .residentreview-content {
  width: 45%;
  margin-bottom: 20px;
}

.doublesharing .residentreview-content h3 {
  margin: 0px !important;
}

.doublesharing .logo {
  display: inline-block;
  width: 85px;
  transform: translateY(-15px);
}

.doublesharing .leo {
  display: inline-block;
}

.doublesharing .logo-sec {
  text-align: justify;
  padding-top: 25px;
}

.doublesharing .logo-sec h3 {
  font-family: 'Collier';
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 3px;
  color: rgba(35, 11, 20, 1);
}

.doublesharing .row2 h3 {
  font-size: 20px;
  font-family: 'Collier';
  font-weight: 600;
  margin-bottom: 25px;
  color: rgba(35, 11, 20, 1);
}

.doublesharing .row2 {
  text-align: center;
}

.doublesharing .swiper-slide p {
  font-family: 'Outfit';
  font-weight: 500;
  font-size: 16px;
  color: rgba(35, 11, 20, 0.69);
}

.doublesharing .logo-sec .ratings h4 {
  font-family: 'Outfit';
  font-weight: 400;
  font-size: 16px;
  color: rgba(35, 11, 20, 0.69);
  margin: 0px !important;
}

.doublesharing .logo-sec .ratings {
  display: flex;
  align-items: baseline;
}

.doublesharing .logo-sec .ratings .person-label {
  width: 130px;
}

/* datepicker slider*/
.doublesharing .datepicker {
  margin-top: 25px;
}

.doublesharing .datepicker-content {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Outfit';
  font-size: 16px;
  font-weight: 400;
  line-height: 28.35px;
}

.doublesharing .time-section {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-around;
}

.doublesharing .slick-prev.slick-arrow {
  background-image: url(../images/accomadation/right-arrow.svg);
  width: 20px;
  position: absolute;
  top: -20px;
  right: 0px;
  left: 80%;
}

.doublesharing .slick-disabled {
  cursor: unset !important;
  opacity: 0.52 !important;
}

.doublesharing .slick-prev:before,
.doublesharing .slick-next:before {
  display: none;
}

.doublesharing .slick-next.slick-arrow {
  width: 20px;
  position: absolute;
  top: -20px;
  background-image: url(../images/accomadation/left-arrow.svg);
  left: 90%;
}

.doublesharing .slick-slide {
  text-align: center;
  padding: 10px;
}

.doublesharing .slick-slide img {
  width: 100%;
  height: auto;
}

.doublesharing .slick-prev,
.doublesharing .slick-next {
  color: #000;
}

.doublesharing .datepicker .slick-current .item,
.item.active {
  background-color: #F3ECEF;
  border-radius: 12px;
  border: none !important;
}

.doublesharing .datepicker .slick-current .item,
.item.active::before {
  background: linear-gradient(90.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border: none;
}

.doublesharing .datepicker .slick-current .item,
.item.active .date {
  background: -webkit-linear-gradient(90.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.doublesharing .slick-current .item,
.item.active .days {
  color: rgba(35, 11, 20) !important;
}

.doublesharing .multiple-items .item {
  width: 120px;
  position: relative;
  width: 85px !important;
  margin: 0 6px;
  border: 1px solid #ECD8FC;
  border-radius: 12px;
}

.doublesharing .multiple-items .item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  cursor: pointer;

}

.doublesharing .multiple-items .item .days {
  font-family: 'Collier';
  font-weight: 600;
  font-size: 16px;
  margin: 6px 0;
  color: rgba(35, 11, 20, 0.69);
}

.doublesharing .multiple-items .item .date {
  font-size: 24px;
  font-family: 'Collier';
  font-weight: 600;
  margin: 6px 0;
  color: rgba(35, 11, 20, 0.69);
}

/* datepisker slider end*/

/* review slider start*/
.doublesharing .review-section .review-head {
  font-size: 24px;
  border-bottom: 2px solid rgb(236 216 252);
  margin: 0;
  padding: 14px 0px 14px 0px;
  font-weight: 600;
  font-family: 'Collier';
}

.doublesharing .review-section .review-head p {
  margin: 0;
}

.doublesharing .review-section .slick-slide {
  margin: 10px;
}

.doublesharing .review-section .checked {
  color: orange;
}

.doublesharing .review-section .unchecked {
  color: transparent;
  -webkit-text-stroke: 1px orange;
}

.doublesharing .review-section .logo {
  display: inline-block;
  transform: translateY(-15px);
  width: 100px;
}

.doublesharing .review-section .leo {
  display: inline-block;
}

.doublesharing .review-section .logo-sec {
  text-align: justify;
  padding-top: 10px !important;
  display: flex;
}

.doublesharing .review-section .logo-sec h3 {
  font-size: 20px !important;
  margin: 0 !important;
}

.doublesharing .review-section .row2 h3 {
  font-size: 20px !important;
  margin-bottom: 0px 0px 25px 0px !important;
}

.doublesharing .review-section .row2 {
  text-align: center;
}

.doublesharing .person-label h4 {
  font-size: 12px !important;
}

.doublesharing .review-section .logo-sec .ratings h4 {
  font-size: 12px !important;
}

.doublesharing .review-section .logo-sec .ratings {
  display: flex;
  align-items: baseline;
}

.doublesharing .review-section .logo-sec .ratings .person-label {
  width: 85px;
}

.doublesharing .review-section .slick-slide {
  width: 345px !important;
}

.doublesharing .review-section .swiper {
  box-shadow: 0 6px 12px rgba(193, 61, 96, 0.1);
  border-radius: 10px;
  padding: 20px;
}

.review-section .swiper p {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 17.54px;
  font-family: 'Outfit';
}

.doublesharing .review-section .swiper h3 {
  font-size: 14px;
  font-family: 'Collier';
  font-weight: 600;
}

.doublesharing .review-section .slick-slider .slick-list {
  height: 390px;
}

.doublesharing .review-section .slick-prev.slick-arrow {
  background-image: url(../images/accomadation/right-arrow.svg);
  width: 20px;
  position: absolute;
  top: -30px;
  right: 0px;
  left: 85%;
}

.doublesharing .review-section .slick-next.slick-arrow {
  width: 20px;
  position: absolute;
  top: -30px;
  background-image: url(../images/accomadation/left-arrow.svg);
  right: 25px;
}

/* review slider end */


/* extra new scroll start */
.overview-data {
  /* height: 570px; */
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.overview-data::-webkit-scrollbar {
  display: none;
}

.overview-section-headimg {
  filter: grayscale(100%);
}

.highlight {
  position: relative;
  display: inline-block;
  background: -webkit-linear-gradient(0.33deg, #C281F1 4.21%, #A53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.highlight::after {
  content: "";
  position: absolute;
  left: 60%;
  top: 29px;
  bottom: 0;
  width: 80%;
  height: 2px;
  background: -webkit-linear-gradient(0.33deg, #C281F1 4.21%, #A53860 90.93%);
  transform: translateX(-50%);
}

.highlight .overview-section-headimg {
  filter: none;
}

.overview-section .overview-div a {
  background: -webkit-linear-gradient(0.33deg, #C281F1 4.21%, #A53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.overview-section {
  position: sticky;
  top: 0;
  /* Adjust this value as needed to set the distance from the top */
  background-color: white;
  /* Optional: Set a background color to cover content behind */
  z-index: 1000;
  /* Ensure it stays on top of other content */
  padding: 10px;
  /* Optional: Add some padding */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Optional: Add a subtle shadow for better visibility */
}

.Schedule {
  position: sticky;
  top: 0px;
}

.doublesharing .schedule-container {
  background-color: #fff;
  padding: 0px 10px 10px 10px;
  margin-bottom: 10px;
  box-shadow: 0 6px 12px rgba(193, 61, 96, 0.1);
  position: sticky;
  z-index: 2;
  top: 0px;
}

.doublesharing .overview-section {
  margin: 10px 0px 10px 0px;
  padding: 16px;
  background-color: rgb(244 224 235);
  border-radius: 4px;
  position: sticky;
  top: 0px;
}

.doublesharing .circle-2 {
  position: absolute;
  z-index: 0;
  top: 560px;
  left: 217px;
  height: 250px;
  width: 245px;
  /* display: none; */
}

/* extrs new scroll end */


.doublesharing .default-head-content .rent {
  font-weight: 600;
  font-size: 22px;
  line-height: 38.4px;
  font-family: "Collier";
  margin-top: 0px !important;
}

.doublesharing .default-head-content .month {
  font-weight: 600;
  background: -webkit-linear-gradient(0.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-background-clip: text;
  margin-left: 8px;
  -webkit-text-fill-color: transparent;
}

.overview-data p.overview-text {
  font-family: 'Outfit';
  font-size: 16px;
  font-weight: 400;
}

.month-section {
  font-family: 'Outfit';
}

.note-text {
  font-family: 'Outfit';
  font-weight: 400;
  margin-left: 10px;
  color: #212529;
}

.food-content {
  margin-left: 10px;
  color: #212529;
  font-weight: 400;
  font-family: 'Outfit';
}

.food-sec {
  display: flex;
  padding: 8px;
}

/* Accomadation  End */



/* Amenities css start */

.contact-bgamenities {
  position: relative;
  margin: 29px 0px 45px;
}

.bannercontentamenities {
  position: absolute;
  top: 32%;
  text-align: center;
  /* right: 18%; */
  font-family: "collier";
  font-weight: 600;
}

.bannercontentamenities h1 {
  font-family: collier;
  font-weight: 560;
  text-align: center;
  color: #FAF7F8;
  font-size: 34px;
  padding: 0px 28px;
}

.bannercontentamenities h3 {
  font-family: collier;
  font-weight: 560;
  text-align: center;
  color: #FAF7F8;
  font-size: 34px;
  padding: 0px 28px;
}

.bannercontentamenities h2 {
  font-family: "outfit";
  font-weight: 500;
  color: #FAF7F8;
  font-size: 18px;
  margin-bottom: 6px;
  padding: 0px 0px 15px;
}


.visitlabel {
  background: -webkit-linear-gradient(0.33deg, #C281F1 4.21%, #A53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* .corner-img {
  position: absolute;
  right: 1%;
  top: 538px;
  width: 19%;
  overflow: hidden;
} */

.accommodation-processes {
  position: relative;
}

.banner_content {
  font-size: 24px;
  padding: 10px;
}

.visitamenities {
  font-family: "collier";
  font-weight: 600;
  border-radius: 24px;
  background: #FAF7F8;
  padding: 10px 16px;
  font-size: 18px;
  color: #B05497;
  border: none;
  margin: 0px 29px;
}

.unsplash-icon {
  align-self: stretch;
  position: relative;
  border-radius: 8px;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}

.card-type-one {
  width: 387px;
  height: 486px;
  box-shadow: 0 6px 12px rgba(193, 61, 96, 0.1);
  /* box-shadow: 0 4px 4px rgba(35, 11, 20, 0.10); */
  border-radius: 8px;
  background-color: #fff;
  max-width: 100%;
  padding-top: 16px;
  padding-right: 8px;
  padding-bottom: 16px;
  padding-left: 8px;
  box-sizing: border-box;
  gap: 10px;
  line-height: normal;
  letter-spacing: normal;
  margin: 0px 2px 45px;
}

.requiredname {
  margin: 0;
  position: relative;
  font-size: 22px;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-family: Collier;
  background: linear-gradient(90.23deg, #C281F1, #A53860);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  min-width: 64px;
}

.requiredname-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 12px 16px 16px 12px;
}

.needed_content {
  align-self: stretch;
  position: relative;
  font-size: 16px;
  text-align: center;
  line-height: 25px;
  font-family: outfit;
}

.main-amenitiesbackground {

  margin-bottom: 46px;
}

.contactamenities-banner {
  width: 100%;
}

.required-list {
  background-color: #faf7f8;
}

.contact-bgamenities {
  position: relative;
  margin: 29px 0px 45px;
  display: block !important;
}


.contactmobile-bgamenities {
  display: none !important;
}

/* .corneramenties-img {
  position: absolute;
  right: 0%;
  bottom: 64%;
  width: 19%;
  overflow: hidden;
} */
/* Amenities css end */

.contact-bg {
  display: block !important;
}

.contact-mobilebg {
  display: none !important;
}

.ajax-response {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #a53860;
}

.font-mail-alt {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #a53860;

}

.footermenus {
  justify-content: center;
  margin-left: 50%;
}

/* Home slide-Out start */
/* Offcanvas styles */

.offcanvas {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: -350px;
  /* Initially hidden offscreen to the right */
  width: 350px;
  background-color: #fff;
  padding: 10px;
  transition: right 0.3s ease-in-out;
  z-index: 9999;
  /* Make sure it's above other elements */
}

.offcanvas.show {
  right: 0;
  /* Slide in the offcanvas from the right */
  border-radius: 5px;
}

.offcanvas-header div {
  display: inline-block;
}

.offcanvas-header .heading {
  vertical-align: bottom;
  width: 270px;
  color: #faf6f7;
}

.offcanvas-header {
  padding: 0 10px 0px 10px;
  border-bottom: 1px solid #ECD8FC;
}

.offcanvas .offcanvas-header h5 {
  font-family: "collier";
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 6px;
}

.offcanvas .form-section {
  margin-top: 20px;
}

.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 11, 20, 0.69);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
  backdrop-filter: blur(5px);
}

.offcanvas-overlay.show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

/* Off Canvas Form - Start */
/* datepicker slider*/
.offcanvas .datepicker {
  margin-top: 25px;
}

.offcanvas .datepicker-content {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Outfit';
  font-size: 15px;
  font-weight: 400;
  line-height: 28.35px;
}

.offcanvas .time-section {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-around;
}

.offcanvas .slick-prev.slick-arrow {
  background-image: url(../images/accomadation/right-arrow.svg);
  width: 20px;
  position: absolute;
  top: -20px;
  right: 0px;
  left: 80%;
}

.offcanvas .slick-disabled {
  cursor: unset !important;
  opacity: 0.52 !important;
}

.offcanvas .slick-prev:before,
.offcanvas .slick-next:before {
  display: none;
}

.offcanvas .slick-next.slick-arrow {
  width: 20px;
  position: absolute;
  top: -20px;
  background-image: url(../images/accomadation/left-arrow.svg);
  left: 90%;
}

.offcanvas .slick-slide {
  text-align: center;
  padding: 10px;
}

.offcanvas .slick-slide img {
  width: 100%;
  height: auto;
}

.offcanvas .slick-prev,
.offcanvas .slick-next {
  color: #000;
}

.offcanvas .datepicker .slick-current .item,
.item.active {
  background-color: #F3ECEF;
  border-radius: 12px;
  border: none !important;
}

.offcanvas .datepicker .slick-current .item,
.item.active::before {
  background: linear-gradient(90.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border: none;
}

.offcanvas .datepicker .slick-current .item,
.item.active .date {
  background: -webkit-linear-gradient(90.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.offcanvas .slick-current .item,
.item.active .days {
  color: rgba(35, 11, 20) !important;
}

.offcanvas .multiple-items .item {
  width: 120px;
  position: relative;
  width: 85px !important;
  margin: 0 6px;
  border: 1px solid #ECD8FC;
  border-radius: 12px;
}

.offcanvas .multiple-items .item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 2px;
  cursor: pointer;
  width: 86px;
}

.offcanvas .multiple-items .item .days {
  font-family: 'Collier';
  font-weight: 600;
  font-size: 16px;
  margin: 6px 0;
  color: rgba(35, 11, 20, 0.69);
}

.offcanvas .multiple-items .item .date {
  font-size: 24px;
  font-family: 'Collier';
  font-weight: 600;
  margin: 6px 0;
  color: rgba(35, 11, 20, 0.69);
}

/* .offcanvas .slick-list{
  margin-bottom: 20px;
} */
/* datepisker slider end*/


.offcanvas .schedule-input {
  border: none;
  padding: 10px;
  width: 100%;
  outline-color: #A53860;
  font-size: 14px;
}

.offcanvas .schedule-input-num {
  padding: 10px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
}

.offcanvas .schedule-div,
.offcanvas .contact-number {
  border: 1px solid rgb(236, 216, 252);
  border-radius: 4px;
}

.offcanvas .contact-number {
  display: flex;
  margin: 15px 0;
  position: relative;
  /* Added for proper positioning */
  height: 46px;
}

.offcanvas .contact-pre {
  border-right: 1px solid rgb(236, 216, 252);
  padding: 10px;
}

.offcanvas .time {
  border: none;
  background-color: #FAF7F8;
  color: #230B14 !important;
  padding: 5px 35px;
  border-radius: 32px;
  cursor: pointer;
  position: relative;
}

.offcanvas .time.selected {
  background-color: #F3ECEF;
  /* Background color for active button */
  color: #230B14;
  /* Optional: Adjust text color if needed */
}

.offcanvas .time.selected::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0;
  border-radius: 55px;
  padding: 1px;
  background: linear-gradient(90.33deg, #c281f1 4.21%, #a53860 90.93%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}


.offcanvas .schedule-submit {
  font-family: "collier";
  font-weight: 600;
  border-radius: 32px;
  background: linear-gradient(90.23deg, #c281f1, #a53860);
  padding: 8px 20px;
  font-size: 16px;
  color: #ffff;
  border: none;
  width: 80%;
  margin-left: 10%;
  margin-top: 5px;
}

.offcanvas .or-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 6px 27px;
  width: 85%;
}

.offcanvas .or-divider::before,
.offcanvas .or-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #ECD8FC;
}

.offcanvas .or-divider:not(:empty)::before {
  margin-right: .25em;
}

.offcanvas .or-divider:not(:empty)::after {
  margin-left: .25em;
}

.offcanvas .connect {
  text-align: center;
}

.offcanvas .connect-content {
  margin: 10px;
  font-family: 'Outfit';
}

/* Off Canvas Form - End */
/* Offcanvas end */
/* Home slide-Out end */
.offcanvas-header {
  background-color: #A53860;
  border-radius: 5px;
}
a:hover {
  text-decoration: none;
}
.home  input[type="number"]::-webkit-outer-spin-button,
.home  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.offcanvas-body input[type="number"]::-webkit-outer-spin-button,
.offcanvas-body input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.schedule-container input[type="number"]::-webkit-outer-spin-button,
.schedule-container input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.con input[type="number"]::-webkit-outer-spin-button,
.con input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.content-sub{
  font-size: 17px;
  font-family: "Outfit";
  color: rgba(35, 11, 20, 0.69);
  /* margin-top: 0px; */
  text-align: center;
  margin: 20px 3px;
}