.heroSection {
  z-index: 1;
  height: 100vh;
  min-height: 786px;
  overflow: hidden;
}
.heroSection .flower {
  bottom: 0;
  left: -10.4rem;
  z-index: -1;
}
.heroSection .sec1-content {
  height: 100%;
}
.heroSection .sec1-content .lp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
  padding-right: 6.2rem;
}
.heroSection .sec1-content .lp .lpContent {
  max-width: 51rem;
  width: 100%;
}
.heroSection .sec1-content .lp .sloganContainer .welcomeMsg {
  color: var(--active-color);
  font-size: 2.4rem;
  font-weight: bold;
}
.heroSection .sec1-content .lp .sloganContainer .slogan {
  font-size: 7rem;
  font-family: var(--george-font);
  line-height: 8.2rem;
  font-weight: 500;
}
.heroSection .sec1-content .lp .heroPara {
  font-size: 1.9rem;
  margin-top: 2rem;
  margin-bottom: 3.2rem;
  line-height: 3rem;
}
.heroSection .sec1-content .lp .heroBtn {
  max-width: 22rem;
}
.heroSection .sec1-content .rp {
  max-width: 90rem;
  width: 50%;
  height: 100%;
  /* .heroBgBorderContainer{
      position: absolute;
      max-width: 56rem;
      width: 100%;
      height: 62.5rem;

      top: 50%;
      transform: translateY(-50%);
      overflow: hidden;

      .heroBgBorder{
          position: absolute;
          width: 100%;
          height: 100%;
          border: 4px solid white;
          border-radius: 0.8rem;
          left: -2.4rem;
      }
  }  */
}
.heroSection .sec1-content .rp .rpWrapper {
  margin-left: 4.8rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.heroSection .sec1-content .rp .rpWrapper .rpBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroSection .sec1-content .rp .rpWrapper .heroImgContainer {
  width: 100%;
  position: relative;
}
.heroSection .sec1-content .rp .rpWrapper .heroImgContainer .heroBorderContainer {
  overflow: hidden;
}
.heroSection .sec1-content .rp .rpWrapper .heroImgContainer .heroBorderContainer .border {
  max-width: 56rem;
  width: 100%;
  margin-left: -2rem;
  height: 62.5rem;
  border: 8px solid white;
  border-radius: 16px;
}
.heroSection .sec1-content .rp .rpWrapper .heroImgContainer .rpHeroBg {
  max-width: 55rem;
  width: 100%;
  height: 54.5rem;
  left: -4rem;
  border-radius: 16px;
  -webkit-box-shadow: 0 20px 60px hsla(192, 22%, 24%, 0.6);
          box-shadow: 0 20px 60px hsla(192, 22%, 24%, 0.6);
  overflow: hidden;
  border: unset;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.heroSection .sec1-content .rp .rpWrapper .heroImgContainer .rpHeroBg img {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 1.6rem;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 54.5rem;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.heroSection .sec1-content .rp .rpWrapper .heroImgContainer .rpHeroBg .activeImg {
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important;
}
.heroSection .sec1-content .rp .rpWrapper .heroImgContainer .controllers {
  max-width: 55rem;
  width: 100%;
  padding: 3.2rem 0;
  position: absolute;
  left: -4rem;
}
@media screen and (max-width: 1200px) {
  .heroSection .sec1-content .rp .rpWrapper .heroImgContainer .controllers {
    bottom: -1rem;
  }
}
.heroSection .sec1-content .rp .rpWrapper .heroImgContainer .controllers [data-back] .iconHolder {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 1024px) {
  .heroSection {
    height: auto;
  }
  .heroSection .flower {
    top: 20rem;
    opacity: 0.1;
    rotate: 30deg;
    width: 17rem;
    left: 50% !important;
    right: unset !important;
    z-index: -1;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .heroSection .sec1-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .heroSection .sec1-content .lp {
    padding-left: unset !important;
    padding-right: unset !important;
    max-width: unset;
  }
  .heroSection .sec1-content .lp .lpContent {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.6rem;
  }
  .heroSection .sec1-content .lp .lpContent .welcomeMsg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .heroSection .sec1-content .rp {
    max-width: unset;
    width: 100%;
    height: 49rem;
  }
  .heroSection .sec1-content .rp .rpWrapper .heroImgContainer {
    margin-top: unset !important;
    padding: 4rem 0;
  }
  .heroSection .sec1-content .rp .rpWrapper .heroImgContainer .heroBorderContainer .border {
    max-width: unset;
    height: 36.5rem;
  }
  .heroSection .sec1-content .rp .rpWrapper .heroImgContainer .rpHeroBg {
    max-width: unset;
    height: 32.5rem;
  }
  .heroSection .sec1-content .rp .rpWrapper .heroImgContainer .controllers {
    max-width: unset;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 768px) {
  .heroSection .sec1-content .lp .sloganContainer .slogan {
    font-size: 6rem;
  }
}

.sec2 {
  background-color: white;
}

.sec3 {
  background-color: var(--shade1-main-color);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.sec3 .flower {
  position: absolute;
  z-index: -1;
}
.sec3 .flowerRight {
  top: 12rem;
  right: -10.4rem;
  -webkit-transform: scaleX(-1) rotate(45deg);
      -ms-transform: scaleX(-1) rotate(45deg);
          transform: scaleX(-1) rotate(45deg);
}
.sec3 .flowerLeft {
  bottom: 12rem;
  left: -10.4rem;
}
.sec3 .sec3Wrapper {
  gap: 2.4rem;
}
.sec3 .aboutPara {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.sec3 .imgContainer {
  width: 54.6rem;
  height: 61.4rem;
}
.sec3 .imgContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .sec3 .flower {
    opacity: 0.1;
  }
  .sec3 .sec3Wrapper {
    padding: 0.8rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sec3 .imgContainer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .rp {
    width: 100%;
    border-radius: 1.6rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 420px) {
  .sec3 .imgContainer {
    height: 38rem;
  }
}

.sec4 {
  position: relative;
  z-index: 1;
  background-color: white;
  overflow: hidden;
}
.sec4 .flyingFlowers {
  position: absolute;
  top: -14rem;
  left: 0;
  z-index: -1;
}
.sec4 .head {
  max-width: 65.9rem;
  margin: 0 auto;
}
.sec4 .body {
  margin-top: 2.4rem;
  gap: 2.4rem;
}
.sec4 .body .lp {
  width: 58.8rem;
  height: 73.6rem;
  border-radius: 16px;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.sec4 .body .lp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.sec4 .body .rp {
  position: relative;
  z-index: 1;
}
.sec4 .body .rp .leaf {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec4 .body .rp .getAppointment {
  margin-top: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .sec4 .body .lp {
    width: 52.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .sec4 .body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sec4 .body .lp {
    -webkit-flex-shrink: unset;
        -ms-flex-negative: unset;
            flex-shrink: unset;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 48.6rem;
  }
}
@media screen and (max-width: 420px) {
  .sec4 .body .lp {
    height: 32rem;
  }
}

.sec5.sec5Bg {
  background-image: url(../../../assets/imgs/bgoverlay_5.png);
  background-size: cover;
  background-attachment: fixed;
}
.sec5 .sec5Wrapper {
  gap: 1.6rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sec5 .sec5Wrapper .lp, .sec5 .sec5Wrapper .rp {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sec5 .sec5Wrapper .lp {
  padding: 12rem 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 2.4rem;
}
.sec5 .sec5Wrapper .lp .secTitleDesc {
  font-size: 4.5rem;
}
.sec5 .sec5Wrapper .lp .para24 {
  margin-top: 3.2rem;
  font-size: 2.4rem;
  line-height: 4rem;
  color: white;
  position: relative;
}
.sec5 .sec5Wrapper .lp .sec5Btn {
  max-width: 40rem;
  width: 100%;
  height: 6.4rem;
  border-radius: 0.8rem;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .sec5 .sec5Wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec5 .sec5Wrapper .lp .sec5Btn {
    margin-top: 2rem;
  }
}

.sec6 {
  background-color: white;
}

.sec7.sec7Bg {
  background-image: url(../../../assets/imgs/TestimonialsBg.png);
  background-size: cover;
  background-attachment: fixed;
}

.sec8 {
  background-color: white;
  /* .head{
      margin-bottom: 4.2rem;
  } */
}

.sec9 {
  background-color: var(--shade1-main-color);
}
.sec9 .sec9Wrapper {
  gap: 11.5rem;
}
.sec9 .sec9Wrapper .lp .secTitleDesc {
  margin-top: 0.8rem;
  margin-bottom: 1.4rem;
}
.sec9 .sec9Wrapper .lp .paraDesc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 1.4rem;
}
.sec9 .sec9Wrapper .lp .ticketCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  max-width: 45.5rem;
  min-height: 15rem;
  height: 100%;
  width: 100%;
  background-color: white;
  border-radius: 1.6rem;
  overflow: hidden;
}
.sec9 .sec9Wrapper .lp .ticketCard .ticketInfoContainer {
  padding: 1.8rem 4rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.8rem;
}
.sec9 .sec9Wrapper .lp .ticketCard .ticketInfoContainer .ticketInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .sec9 .sec9Wrapper .lp .ticketCard .ticketInfoContainer .ticketInfo {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.sec9 .sec9Wrapper .lp .ticketCard .ticketInfoContainer .ticketInfo .ticketInfoContent p {
  margin-top: 1rem;
}
.sec9 .sec9Wrapper .lp .ticketCard .ticketLabel {
  background-color: var(--main-color);
  width: 16.7rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 15rem;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec9 .sec9Wrapper .lp .ticketCard .ticketLabel .ticketLabelContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.sec9 .sec9Wrapper .lp .ticketCard .ticketLabel .ticketLabelContent .p1 {
  font-size: 1.5rem;
  font-weight: 600;
}
.sec9 .sec9Wrapper .lp .ticketCard .ticketLabel .ticketLabelContent .p2 {
  font-size: 1.8rem;
  font-weight: 600;
}
.sec9 .sec9Wrapper .lp .ticketCard .ticketLabel .ticketLabelContent .discountLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.4rem;
}
.sec9 .sec9Wrapper .lp .ticketCard .ticketLabel .ticketLabelContent .discountLabel .discountNum {
  font-size: 4rem;
  font-weight: bold;
}
.sec9 .sec9Wrapper .lp .ticketCard .ticketLabel .ticketLabelContent .discountLabel .percent {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
.sec9 .sec9Wrapper .rp {
  background-color: white;
  border-radius: 1.6rem;
}
.sec9 .sec9Wrapper .rp form {
  padding: 6.6rem 1.6rem;
  max-width: 40rem;
  width: 100%;
  margin: 0 auto;
}
.sec9 .sec9Wrapper .rp form .inputContainer {
  position: relative;
  width: 100%;
  height: 6.5rem;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 0 0 1.5px var(--active-color);
          box-shadow: 0 0 0 1.5px var(--active-color);
  margin: 2rem 0;
  padding: 1.8rem 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.sec9 .sec9Wrapper .rp form .inputContainer input, .sec9 .sec9Wrapper .rp form .inputContainer textarea {
  border: none;
  background-color: unset;
  width: 100%;
  height: 100%;
  outline: none;
}
.sec9 .sec9Wrapper .rp form .inputContainer:has(textarea) {
  height: 13.6rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec9 .sec9Wrapper .rp form .inputContainer:has(textarea) textarea {
  resize: none;
  font-family: var(--publicsans-font);
}
.sec9 .sec9Wrapper .rp form .formBtn {
  width: 100%;
  height: 6.4rem;
}
@media screen and (max-width: 768px) {
  .sec9 .sec9Wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec9 .sec9Wrapper .lp .ticketCard {
    max-width: unset;
  }
  .sec9 .sec9Wrapper .lp .ticketCard .ticketInfoContainer {
    padding: 1.8rem 1.6rem;
  }
  .sec9 .sec9Wrapper .rp {
    width: 100%;
  }
}

.sec10 {
  background-color: white;
  position: relative;
  z-index: 1;
}
.sec10 .sec10Bg {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec10 .sec10Btn {
  max-width: 27.5rem;
  height: 6.7rem;
  margin: 4rem auto 0;
}

@media screen and (max-width: 420px) {
  .expertCard {
    width: 17rem;
    height: 28rem;
  }
  .expertCard .imgContainer {
    height: 14rem;
  }
  .expertCard .expertCardContent .para {
    display: none;
  }
}

.rdir .heroSection .sec1-content .rp .rpWrapper .heroImgContainer .controllers {
  left: unset;
  right: -4rem;
}
.rdir .heroSection .sec1-content .rp .rpWrapper .heroImgContainer .controllers [data-next] .iconHolder {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.rdir .heroSection .sec1-content .rp .rpWrapper .heroImgContainer .controllers [data-back] .iconHolder {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
/*# sourceMappingURL=home.css.map */