@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap");

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.mein-header {
  background: linear-gradient(180deg, #4526FF 0%, #873EFF 101.42%);
  padding-bottom: 50px;
}

.top-header {
  display: flex;
  justify-content: space-between;
}

.Right-img {
  padding-top: 24px;
  padding-left: 51px;
}

.Right-img img {
  max-width: 151.82px;
  width: 100%;
}

.left-img {
  padding-right: 50px;
  padding-top: 24px;
}

.left-img img {
  max-width: 112px;
  width: 100%;
}

.panel,
.panel-body {
  box-shadow: none;
}

.panel-group .panel-heading {
  padding: 0;
}

.panel-group .panel-heading a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  position: relative;
}

.panel-group .panel-heading a:after {
  content: "-";
  float: right;
}

.panel-group .panel-heading a.collapsed:after {
  content: "+";
}

.slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .slide {
    flex-direction: column-reverse;
  }
}

.slide .Right-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
  flex: 1;
  flex-basis: 30%;
}

.slide .info-1 {
  display: flex;
}

.slide .info-1 .info-mein {
  padding: 8px;
  border: 2px solid #ffffff;
  border-radius: 13px;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 91.47%;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.slide .info-1 .info-mein h4 {
  margin: 0;
}

.slide .info-1 .info-mein .price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.slide .info-1 .info-mein .price .price-2 p {
  font-weight: 400;
  background-color: white;
  line-height: 105.47%;
  color: #4526ff;
  padding: 0 10px;
  margin: 0;
}

.slide .info-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slide .info-2 .get {
  background-color: #000;
  color: #fff;
  padding: 2px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
}

.slide .info-2 .offer-item {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 300px;
  text-align: center;
  margin-top: 0;
}

.left-slide {
  flex: 1;
  flex-basis: 50%;
  padding: 23px 0 33px;
}

.left-slide img {
  width: 100%;
  aspect-ratio: 876/475;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.form-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: -50px;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 580px) {
  .form-section {
    flex-direction: column;
  }
}

.form-section .form-info,
.form-section .contact {
  background-color: white;
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.25);
  padding: 10px 25px 25px;
  border-radius: 11px;
}

@media (max-width: 1050px) {

  .form-section .form-info,
  .form-section .contact {
    padding-top: 25px;
  }
}

.form-section .action-icons {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.form-section .contact {
  background-color: #A32FFF;
  color: white;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  /* position: fixed; */
  /* z-index: 1000; */
  /* right: 0; */
  /* bottom: 75px; */
}

.bottom-botton button {
  display: inline-block;
  right: 0;
  background-image: linear-gradient(270deg, #A32FFF -52.94%, #4526FF 242.65%);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  z-index: 10000;
  bottom: 24px;
}

.form-section .contact p {
  margin: 0;
}

.form-section .form,
.form-section .input-fields {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

@media (max-width: 580px) {

  .form-section .form,
  .form-section .input-fields {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 1050px) {
  .form-section .field-group.group-1 {
    flex: 1;
    flex-basis: 30%;
  }
}

@media (max-width: 1050px) {
  .form-section .field-group.group-2 {
    flex: 1;
    flex-basis: 63%;
  }
}

.form-section .field-group h6 {
  text-align: center;
  color: #873EFF;
}

.form-section .input-field {
  position: relative;
}

@media (max-width: 1050px) {
  .form-section .input-field {
    flex: 1;
    flex-basis: 30%;
  }
}

.form-section .input-field input {
  outline: none;
  border: none;
  border-bottom: 1px solid #873EFF;
  width: 100%;
  min-width: 120px;
}

.form-section .input-field input:focus {
  border-bottom: 1px solid #4526ff;
}

.form-section .input-field input::-moz-placeholder {
  color: transparent;
}

.form-section .input-field input::placeholder {
  color: transparent;
}

.form-section .input-field input:focus+label {
  top: -13px;
  font-size: 10px;
  color: #4526ff;
}

.form-section .input-field label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  padding: 0;
  transition: 0.3s;
  font-weight: 400;
  color: #873EFF;
  pointer-events: none;
}

.form-section .input-submit input[type=submit] {
  background-image: linear-gradient(270deg, #A32FFF -52.94%, #4526FF 242.65%);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.info-3 img {
  width: 230px;
  height: 95px;
}

.price-1 h4 {
  font-size: 14px;
  margin: unset;
}

.Experience {
  display: grid;
  justify-content: center;
}

@media (max-width: 768px) {
  .Experience {
    text-align: center;
  }
}

.Experience h2 {
  font-style: revert;
  font-weight: 600;
  font-size: 42px;
  line-height: 50px;
  color: #a32fff;
}

.heading-one h2 {
  font-weight: 600;
  text-align: center;
  color: #873eff;
}

.Package {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  gap: 20px;
  margin-top: 40px;
  justify-content: center;
}

.Package .Package-img {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 229px;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.Package .info {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 107.81px;
  height: 105px;
  color: white;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 5px;
}

.Package .info::after {
  content: " ";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(161.27deg, #a32fff 33.32%, #873eff 78.75%);
  transform: rotate(13.78deg);
  bottom: -20px;
  right: -15px;
  border-top-left-radius: 15px;
}

.Package .details {
  background: linear-gradient(180deg, #4526FF 0%, #873EFF 100%);
  height: 100%;
  color: #fff;
  padding: 20px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Package .details p {
  margin-bottom: 20px;
}

.offer-banner {
  text-align: center;
  background-color: #873EFF;
  border-radius: 19px;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 5px 20px;
  margin: auto;
  color: white;
  margin-top: 50px;
}

.offer-banner h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}

.offer-banner p {
  margin-top: 0;
  font-size: 20px;
}

.accordion {
  max-width: 1280px;
  margin: 60px auto;
}

.accordion .panel {
  border: none;
}

.accordion .panel .panel-heading {
  color: #333;
  border: 1px solid #BBBBBB;
  background-color: white;
  border-radius: 10px;
}

.accordion .panel .panel-heading a {
  padding: 2px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion .panel .panel-heading a:after {
  font-size: 3rem;
}

.accordion .panel .panel-heading:has([aria-expanded=true]) {
  background-image: linear-gradient(180deg, rgba(163, 47, 255, 0.47) -79.24%, rgba(255, 255, 255, 0) 173.4%);
  border: none;
}

.accordion .panel .panel-heading:has([aria-expanded=true]) span {
  color: #A32FFF;
}

.accordion .panel .panel-heading:has([aria-expanded=true]).inclusions {
  background-image: linear-gradient(180deg, rgba(0, 123, 12, 0.47) -79.24%, rgba(255, 255, 255, 0) 173.4%);
}

.accordion .panel .panel-heading:has([aria-expanded=true]).inclusions span {
  color: #000;
}

.accordion .panel .panel-heading:has([aria-expanded=true]).exclusions {
  background-image: linear-gradient(180deg, rgba(254, 0, 0, 0.47) -79.24%, rgba(255, 255, 255, 0) 173.4%);
}

.accordion .panel .panel-heading:has([aria-expanded=true]).exclusions span {
  color: #000;
}

.accordion h3 {
  color: #A32FFF;
  font-weight: 600;
}

.accordion .items {
  list-style: none;
  padding: 0;
  display: flex;
  margin-top: 25px;
  gap: 6px;
}

.accordion .items li:not(:last-child)::after {
  content: " |";
}

.accordion .items .heading {
  font-weight: 600;
}

.CAT {
  min-height: 350px;
  background-image: url("../img/booknow-background.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}

.CAT .info {
  background: linear-gradient(89.04deg, #A32FFF 39.04%, rgba(189, 109, 252, 0) 88.3%);
  min-width: 50vw;
  color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5vw;
}

.CAT .info p {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  max-width: 400px;
}

.CAT .info .cta-btn {
  background-color: #000;
  color: #fff;
  padding: 5px 20px;
  border: none;
  border-radius: 50vh;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

.Powered {
  margin: 50px 0;
}

.Powered h2 {
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 25px;
}

.Powered .Powered-by,
.Powered .top-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  max-width: 1280px;
  margin: 20px auto;
}

.Powered .Powered-by .Powered-Div,
.Powered .top-3 .Powered-Div {
  width: 170px;
  height: 100px;
  border-radius: 15px;
  border: 1px solid #D3D3D3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials {
  background: linear-gradient(180deg, #A32FFF 0%, #873EFF 100%);
  display: flex;
  padding: 5vw;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .testimonials {
    flex-direction: column;
  }
}

.testimonials .testimonial {
  flex: 1;
  flex-basis: 20%;
  max-width: 400px;
}

.testimonials .testimonial blockquote {
  background-color: white;
  border-radius: 11px;
  position: relative;
  padding: 20px 30px;
}

.testimonials .testimonial blockquote::before,
.testimonials .testimonial blockquote::after {
  content: "“";
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-size: 8rem;
  color: #873EFF;
  top: -10px;
  left: 0;
}

.testimonials .testimonial blockquote::after {
  content: "”";
  top: initial;
  left: initial;
  right: 10px;
  top: 77%;
}

.testimonials .testimonial__author {
  color: white;
  padding: 1px 20px;
  position: relative;
}

.testimonials .testimonial__author::before,
.testimonials .testimonial blockquote.testimonial__author::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  top: -10px;
  left: 30px;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.testimonials .testimonial__author__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimonials .testimonial__author__info .stars {
  font-size: 2rem;
  color: #FFDE2E;
}

.testimonials .testimonial__author__info .stars span {
  letter-spacing: -6px;
}

.limited-time-offer {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin: 80px auto;
}

@media screen and (max-width: 768px) {
  .limited-time-offer {
    flex-direction: column;
    padding: 20px;
  }
}

.limited-time-offer .image-container,
.limited-time-offer .text-container {
  flex: 1;
}

.limited-time-offer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.limited-time-offer .text-container h2 {
  color: #A32FFF;
  font-weight: 600;
  font-size: 30px;
}

.limited-time-offer .text-container h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}

.limited-time-offer .text-container .cta-btn {
  background-color: #000;
  color: #fff;
  padding: 5px 20px;
  border: none;
  border-radius: 50vh;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

footer {
  background: #873EFF;
  color: #fff;
}

footer .footer {
  max-width: 1280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

footer p {
  margin: 0;
}

html {
  min-height: 100%;
  position: relative;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.slide-text {
  color: #fff;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .slide-text {
    text-align: center;
  }
}

.slide-text h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}

.slide-text p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.error {
  min-height: 83vh;
}

.error .back {
  background-color: #000;
  color: #fff;
  padding: 5px 20px;
  border: none;
  border-radius: 50vh;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}

.input-container input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: .75rem;
  position: relative;
  width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.bottom-botton {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-botton span {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.form-info {
  position: relative;
}

@media screen and (max-width: 428px) {
  .Package .Package-img {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 167px;
    height: 255px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
  }
}

.form-section .input-field input:not(:-moz-placeholder-shown)+label {
  top: -13px;
  font-size: 10px;
  color: #4526ff;
}

.form-section .input-field input:focus+label,
.form-section .input-field input:not(:placeholder-shown)+label {
  top: -13px;
  font-size: 10px;
  color: #4526ff;
}

.display-form {
  position: fixed;
  bottom: 10px;
  z-index: 100;
}

@media screen and (max-width: 580px) {
  .new {
    display: none;


  }

  html {
    margin-bottom: 64px;
  }

  .form-section .field-group.group-1 {
    width: 100%;
  }

  .display-form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
  }

  span.sclose {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    z-index: 1001;
    background-color: #0000009a;
    color: #Fff;
    border-radius: 50vh;
  }



  span.sclose:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 581px) {
  .display-form {
    width: 100%;
  }

  span.sclose {
    display: none;
  }

  .bottom-botton {
    display: none;
  }

}

.swiper,
swiper-container {
  border-radius: 15px;
}