@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
select,
option,
label,
button,
.select-dropdown,
::placeholder,
input {
  font-family: "DM Sans", sans-serif !important;
}

a {
  text-decoration: none !important;
}

.get-in-touch {
  padding: 8px 16px 8px 16px;
  border-radius: 18px;
  background: #fff;
  display: block;
  width: max-content;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
}
@media (max-width: 575px) {
  .get-in-touch {
    width: 80%;
  }
}
.get-in-touch span {
  display: block;
  color: #ff7575;
  font-size: 12px;
  line-height: 20px;
}
.get-in-touch:hover {
  color: #000;
}

.talk-to {
  background-color: #ffffff;
  border-radius: 18px;
  border: 2px solid #f2f2f2;
  text-align: center;
  width: calc(100% - 30px) !important;
  margin: 0px auto 20px;
}

.error {
  color: red !important;
  font-size: 14px;
  font-weight: 400;
}

.banner-holder {
  position: relative;
}
.banner-holder .banner-img {
  background: linear-gradient(104deg, #011932 0%, #34016a 100%);
}
.banner-holder .banner-img img {
  opacity: 0.5;
  object-fit: cover;
  height: 650px;
}
@media (max-width: 767px) {
  .banner-holder .banner-img img {
    height: 494px;
  }
}
.banner-holder .banner-content .logo {
  display: flex;
  align-items: center;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0px);
  opacity: 0.7;
}
.banner-holder .banner-content .logo p {
  color: #ffffffe0;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 1.2;
  text-align: left;
  font-weight: 700;
  margin-bottom: 0;
}
.banner-holder .banner-content .logo .logo-img {
  width: 42px;
}
.banner-holder .banner-content .banner-text {
  position: absolute;
  bottom: 36px;
  right: 0;
  left: 0;
  text-align: center;
}
.banner-holder .banner-content .banner-text h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .banner-holder .banner-content .banner-text h1 {
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .banner-holder .banner-content .banner-text h1 span {
    display: block;
  }
}
.banner-holder .banner-content .banner-text p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin: 28px auto 24px;
}
@media (max-width: 767px) {
  .banner-holder .banner-content .banner-text p span {
    display: block;
  }
}

.slider-holder {
  display: flex;
  overflow-x: auto;
  padding-right: 20px;
}
.slider-holder .slider-img {
  position: relative;
  flex-shrink: 0;
  margin: 12px 0px 20px 6px;
  border-radius: 20px;
  overflow: hidden;
}
.slider-holder .slider-img:first-child {
  margin: 12px 0px 20px 12px;
}
.slider-holder .slider-img img {
  height: 145px;
  width: 280px;
  object-fit: cover;
  border-radius: 20px;
}
.slider-holder .slider-img .slider-text {
  position: absolute;
  top: 16px;
  left: 18px;
  transition: 0.3s ease-in;
}
.slider-holder .slider-img .slider-text p {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.slider-holder .slider-img .anim-text {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  transition: 0.3s ease-in;
}
.slider-holder .slider-img .anim-text p:nth-child(1) {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in;
}
.slider-holder .slider-img .anim-text p:nth-child(2) {
  font-size: 10px;
  margin-top: -5px;
  color: #ffffffd4;
  transition: 0.3s ease-in;
}
.slider-holder .slider-img .slider-gradient {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.6) 100%);
}
.slider-holder .slider-img:hover .slider-text {
  transition: 0.3s ease-in;
}
.slider-holder .slider-img:hover .anim-text {
  transition: 0.3s ease-in;
}

.celebrations-holder h2 {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  margin: 25px 0px 20px;
}
@media (max-width: 767px) {
  .celebrations-holder h2 span:nth-child(1) {
    display: block;
  }
}
.celebrations-holder h2 span:nth-child(2) {
  color: #ababaa;
}

.celebrations-holder .nav-tabs {
  justify-content: center;
  border-bottom: none !important;
  padding: 1px 1px 4px;
  width: calc(100% - 24px);
  margin: 0 auto 16px;
  border-radius: 18px;
  background-color: #f0f0f0;
  border: 2px solid #EDEDED;
}
.celebrations-holder .nav-tabs .nav-link {
  background: transparent;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 2;
  text-align: center;
  font-weight: 500;
  color: #3d3d3d;
}
.celebrations-holder .nav-tabs .nav-item {
  width: 50%;
}
.celebrations-holder .nav-tabs .nav-item.show .nav-link,
.celebrations-holder .nav-tabs .nav-link.active {
  color: #000;
  border-radius: 15px;
  border-color: transparent;
}

.cards-holder {
  display: flex;
  overflow-x: auto;
}
.cards-holder .location-cards {
  width: 272px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 20px;
  flex-shrink: 0;
  margin: 0px 0px 20px 10px;
}
.cards-holder .location-cards:first-child {
  margin: 0px 0px 20px 12px;
}
.cards-holder .location-cards .location img {
  height: 256px;
  object-fit: cover;
  width: max-content;
  border-radius: 20px 20px 0px 0px;
}
.cards-holder .benefits {
  padding: 16px 20px 20px;
  height: 245px;
  background-color: #f7f7f7;
}
.cards-holder .benefits h4 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
.cards-holder .benefits ul {
  padding: 0px 4px 0px 15px;
  margin-bottom: 0;
}
.cards-holder .benefits ul li {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
.cards-holder .outside-bangalore {
  height: 212px;
}

.limited-vacancies {
  margin-top: 64px;
}
.limited-vacancies h5 {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 16px;
}
.limited-vacancies h5 span {
  color: #ababaa;
}

.packages {
  margin-top: 54px;
}
.packages h5 {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 16px;
  margin-bottom: 20px;
}
.packages h5 span {
  color: #ababaa;
}
.packages h5 span:nth-child(3) {
  color: #26a0d9;
}
.packages .packages-holder {
  display: flex;
  margin-bottom: 64px;
}
.packages .packages-holder .package-card {
  padding: 28px 24px 24px 24px;
  border-radius: 26px;
  margin-bottom: 8px;
}
.packages .packages-holder .package-card p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0;
}
.packages .packages-holder .package-card p span {
  color: #ffffffc2;
}
.packages .packages-holder .package-card .iconify {
  color: #fff;
  font-size: 30px;
  margin-bottom: 26px;
}
.packages .packages-holder .card1 {
  background: linear-gradient(147deg, #545454 0%, black 100%);
}
.packages .packages-holder .card2 {
  background-color: var(--Verified, #9531ed);
}
.packages .packages-holder .card3 {
  background-color: var(--Award, #fa9e00);
}
.packages .packages-holder .card4 {
  background-color: var(--Heart, #e33b3b);
}
.packages .packages-holder .card5 {
  background-color: var(--Locations, #55b823);
}
.packages .packages-holder .card6 {
  background-color: var(--Chill, #26a0d9);
}
.packages h6 {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.5;
  padding: 0px 32px;
}
.packages h6 span {
  color: #e33b3b;
}
.packages .quality-time {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 35px 0px;
  text-align: center;
  padding: 0px 32px;
}
.packages .quality-img img {
  -webkit-filter: brightness(100%) contrast(100%) hue-rotate(194deg) saturate(200%) sepia(0%);
  filter: brightness(100%) contrast(100%) hue-rotate(194deg) saturate(200%) sepia(0%);
}

.contact-holder {
  background-color: #f7f7f7;
  border-radius: 24px;
  padding: 40px 32px;
  margin: 30px 0px 70px;
}
.contact-holder h6 {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: left;
}
.contact-holder .contact-details {
  margin-top: 48px;
}
.contact-holder .contact-details p,
.contact-holder .contact-details a {
  color: #212121ab;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 14px;
}
.contact-holder .contact-details a {
  color: var(--Text, #212121);
  font-size: 14px;
  text-decoration: none;
  display: block;
}
.contact-holder .contact-details .connect-btn {
  background-color: var(--Text, #212121);
  border-radius: 12px;
  border: 2px solid #f2f2f2;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  padding: 14px 16px;
  width: 100%;
}
.contact-holder .contact-details .connect-btn:focus {
  box-shadow: none !important;
}
.contact-holder .contact-field {
  border: none;
  border-radius: 10px;
  background-color: #aaaaaa40;
  margin-top: 10px;
  font-size: 14px;
  padding: 23px 15px;
}
.contact-holder .contact-field:focus {
  box-shadow: none !important;
}

.px-dummy {
  padding: 0px 6px;
}

.custom-container {
  padding: 0px 12px;
}

.modal-contact .modal-body {
  padding: 0 !important;
}
.modal-contact .modal-body .contact-holder {
  margin: 0 !important;
}
.modal-contact .modal-content {
  border-radius: 24px;
}

.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
.owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}

.owl-theme .owl-dots .owl-dot span {
  width: 7px !important;
  height: 7px !important;
  margin: 5px !important;
  background: #c1bdbdc7 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #dde2e0 !important;
}

.thankyou--page .banner-img img {
  height: 100vh !important;
}
.thankyou--page .banner-content .banner-text {
  top: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  display: inline-table;
  left: 50%;
  width: 100%;
}
.thankyou--page .banner-content .banner-text p {
  margin: 2px auto;
  font-size: 18px;
  font-weight: 400;
}

.hide-text {
  opacity: 0;
  transition: 0.3s ease-in;
}

.slider-gradient-opacity {
  opacity: 0.9 !important;
}

footer {
  background: #dee2e657;
  padding: 25px 0px;
}
footer .menu-list {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  footer .menu-list {
    padding: 0px 34px;
  }
}
footer .menu-list h6 {
  color: #595959;
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  font-weight: 700;
}
footer .menu-list a {
  color: #595959;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  display: block;
}

.line {
  margin: 30px 0px 17px;
}

.copy-right p,
.copy-right a {
  color: #595959;
  font-size: 14px;
  line-height: 2.4;
  text-align: center;
  font-weight: 400;
}
.copy-right a {
  display: block;
  text-align: left;
}
.copy-right ul {
  width: max-content;
  list-style: none;
  position: relative;
  padding: 0 0 70px;
  margin: 0 auto;
}
.copy-right ul li {
  padding-left: 11px;
}
.copy-right ul li::before {
  position: absolute;
  content: "•";
  color: #aaa;
  left: 0;
  margin-top: 4.3px;
}

/*# sourceMappingURL=master.css.map */
