a {
  text-decoration: none !important;
}
/* des-section */
.des-section {
  background: #f6faed;
  padding: 80px 0px;
  border-top: 1px solid #b0bab3;
}
.des-left {
  width: 270px;
  min-width: 270px;
  height: fit-content;
  border-radius: 135px;
  background: #7eb58e;
}
.book-icon {
  width: 48px;
  height: 70px;
  border-radius: 24px;
  border: 5px solid #fff;
  background: #d2eef6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.des-title {
  color: #fff;
  text-align: center;
  font-family: "Noah";
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 110%; /* 26.4px */
  margin-bottom: 0px;
}
.des-horizontal-line {
  border-radius: 100px;
  background: #e6e5e0;
  width: 155px;
  height: 4px;
}
.des-subtitle {
  color: #fff;
  text-align: center;
  font-family: "Noah";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  margin-bottom: 0px;
  width: 163px;
}
.ticket-icon {
  width: 53px;
  height: 53px;
  border-radius: 53px;
  border: 4px solid #fff;
  background: #d2eef6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.email-arrow-button {
  min-width: 61px;
  height: 56px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.email-button {
  display: flex;
  width: 100%;
  height: 56px;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
  border: 2px solid #fff;
  max-width: 200px;
}
.des-left {
  display: flex;
  flex-direction: column;
  gap: 26px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 60px;
}
.email-text {
  color: #fff;
  font-family: "Noah";
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%; /* 16px */
  padding: 0px 20px;
  margin-bottom: 0px;
  background-color: transparent;
  border: none;
  width: 150px;
}

input:focus {
  outline: none;
  border-color: transparent;
}

input::placeholder {
  color: white;
}
.des-main-section {
  display: flex;
  gap: 70px;
}
.help-circle {
  width: 48px;
  height: 70px;
  border-radius: 24px;
  border: 5px solid #fff;
  background: #d2eef6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.help-circle-title {
  color: #1e1e1e;
  font-family: "Noah";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
  margin-bottom: 0px;
  margin-top: 22px;
}
.help-circle-horizontal-line {
  height: 4px;
  border-radius: 100px;
  background: #32bfbf;
  margin-top: 18px;
}
.des-right-head {
  display: flex;
  gap: 16px;
}
.des-section {
  position: relative;
}
.des-section::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  background-image: url("../images/svg/des_after_img.svg");
  top: 24px;
  right: 20px;
}
.des-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.custom-accordion {
  border-radius: 15px;
  overflow: hidden;
}

.custom-accordion .accordion-item {
  border: none;
  background: #3cb7b7;
}

.custom-accordion .accordion-item + .accordion-item {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.custom-accordion .accordion-button {
  background: #3cb7b7;
  color: white;
  border: none;
  padding: 1.25rem 1.5rem;
  font-weight: 500;
  box-shadow: none;
  position: relative;
  width: 100%;
}
button.accordion-button.collapsed {
  color: #fff;
  font-family: "Noah";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #3cb7b7;
  color: white;
  box-shadow: none;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
  border: none;
}

.custom-accordion .accordion-button::after {
  display: none;
}

.custom-accordion .accordion-button .icon {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3cb7b7;
  font-size: 20px;
  font-weight: bold;
}
.plus-icon {
  margin-bottom: -2px !important;
}
.minus-icon {
  margin-bottom: 2px !important;
}

.custom-accordion .accordion-button:not(.collapsed) .icon {
  background-color: white;
  color: #3cb7b7;
}

.custom-accordion .accordion-body {
  background-color: #3cb7b7;
  color: white;
  padding: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-family: "Noah";
}

.custom-accordion .accordion-button .plus-icon {
  display: inline-block;
}

.custom-accordion .accordion-button .minus-icon {
  display: none;
}

.custom-accordion .accordion-button:not(.collapsed) .plus-icon {
  display: none;
}

.custom-accordion .accordion-button:not(.collapsed) .minus-icon {
  display: inline-block;
}
p.accordion-param {
  margin-bottom: 0px;
  width: 90%;
}

/* footer */
.footer-section {
  background-color: #3cb7b7;
  padding-top: 30px;
  padding-bottom: 10px;
}
.footer-icon-main {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 2px solid #1f6679;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-text {
  color: #1f6679;
  font-family: "Noah";
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 100%; /* 16px */
  margin-bottom: 0px !important;
}
.footer-link {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.footer-social-icon {
  width: 30px !important;
  height: 43px !important;
  border-radius: 15px;
  border: 3.14px solid #eae7e7;
  background: #d2eef6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icons-main {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-main-sec {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.footer-logo {
  margin-right: 80px;
  margin-top: -10px;
}
.footer-copyright {
  color: #1f6679;
  text-align: right;
  font-family: "Noah";
  font-size: 16px;
}
.footer-copyright p {
  margin-bottom: 0px !important;
}
.footer-span {
  text-decoration-line: underline;
}

/* ratez section */
.ratez-section {
  padding: 40px 0px;
}
.ratez-main-section {
  /* display: flex;
    gap: 20px;
    align-items: center; */
}
.ratez-title {
  font-family: "Noah";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  display: flex;
  flex-direction: column;
  max-width: 580px;
}
.ratez-red-text {
  color: #f15930;
}
.ratez-black-text {
  color: #1e1e1e;
}
.ratez-horizontal-line {
  width: 218px;
  height: 3.5px;
  border-radius: 100px;
  background: #32bfbf;
}
.ratez-subtitle {
  color: #f15930;
  font-family: "Noah";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 32px */
  margin-top: 28px;
  margin-bottom: 28px;
}
.ratez-text {
  color: #1e1e1e;
  font-family: "Noah";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
.scannez-button {
  width: 266px;
  height: 61px;
  border-radius: 10px;
  border: 1px solid #31b4b4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 8px;
}
.scannez-vertical-line {
  border-radius: 100px;
  background: #997d82;
  height: 40px;
  width: 4px;
}
.scannez-head {
  display: flex;
  flex-direction: column;
  color: #31b4b4;
  font-family: "Noah";
  line-height: 100%;
  margin-bottom: 0px;
}
.scannez-title {
  font-size: 20px;
  font-weight: 600;
}
.scannez-text {
  font-size: 16px;
  font-weight: 400;
}
.scannez-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
.ratez-section {
  position: relative;
}
.ratez-section::after {
  position: absolute;
  content: "";
  width: 205px;
  height: 205px;
  background-image: url("../images/png/ratez_after_img.png");
  top: 45px;
  right: 45px;
}

/* plus-section */
.plus-section {
  padding: 32px 0px;
  background-color: #3cb7b7;
  position: relative;
}
.plus-main-sec {
  position: relative;
}
.plus-main-sec::after {
  position: absolute;
  content: "";
  width: 198px;
  height: 205px;
  background-image: url("../images/svg/hero-vector-2.svg");
  top: -32px;
  right: 5px;
  rotate: -90deg;
}
.plus-head {
  color: #fff;
  text-align: center;
  font-family: "Noah";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 44px */
  max-width: 80%;
  margin: auto;
}
.plus-horizontal-line {
  border-radius: 100px;
  background: #ffca3e;
  width: 218px;
  height: 3.5px;
  margin: 30px auto;
}
.plus-icons-class {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.plus-main-circle {
  position: relative;
  top: 22%;
  left: 50%;
  transform: translate(-50%, 22%);
}
.plus-slide-card {
  border-radius: 17px 12px 10px 10px;
  border: 10px solid #fff;
  background: #c4f2fe;
  width: 100%;
}
.plus-slider {
  margin-top: -6%;
}
.plus-main {
  position: relative;
  z-index: 0;
}
.plus-card-main {
  display: flex;
}
.plus-title {
  color: #7eb58e;
  font-family: "Noah";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
}
.plus-card-head {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: end;
  width: 100%;
  margin-right: 10px;
}
.plus-card-subtitle {
  color: #fff;
  font-family: "Noah";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  margin-bottom: 0px;
}
.plus-card-right {
  width: 100%;
  /* padding-right: 15px;
  padding-top: 12px; */
}
.plus-card-main {
  padding: 14px;
  gap: 14px;
}
.plus-card-subtitle-main {
  border-radius: 1000px;
  background: #7eb58e;
  padding: 6px 22px;
  width: fit-content;
  margin-bottom: 17px;
}
.plus-card-text {
  color: #1e1e1e;
  font-family: "Noah";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 17.6px */
  margin-bottom: 0px;
}
.plus-card-button {
  border-radius: 100px;
  border: 4px solid #fdab95;
  background: #f15930;
  display: flex;
  width: fit-content;
  padding: 8px 22px;
  gap: 10px;
}
.plus-card-button-text {
  color: #fff;
  text-align: center;
  font-family: "Noah";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0px;
}
.plus-card-main-button {
  display: flex;
  width: 100%;
  justify-content: end;
}
/* .plus-slide-img img {
    rotate: 15deg;
} */
.swiper-button-next.swiper-button-disabled {
  position: absolute;
  top: 95% !important;
}
.plus-section {
  position: relative;
}
.plus-section::after {
  top: 50%;
  position: absolute;
  content: "";
  width: 170px;
  height: 64px;
  background-image: url(/front/assets/images/png/plus_after_img.png);
  left: -51px;
  rotate: 180deg;
}
.plus-section::before {
  top: 30%;
  position: absolute;
  content: "";
  width: 274px;
  height: 97px;
  background-image: url(/front/assets/images/png/plus_before_img.png);
  right: 0px;
  rotate: 180deg;
}
.swiper-button-next1,
.swiper-button-prev1 {
  width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-next3,
.swiper-button-prev3 {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-prev1.swiper-button-disabled svg path,
.swiper-button-next1.swiper-button-disabled svg path,
.swiper-button-prev3.swiper-button-disabled svg path,
.swiper-button-next3.swiper-button-disabled svg path {
  stroke: white;
}
.swiper-button-prev1.swiper-button-disabled,
.swiper-button-next1.swiper-button-disabled,
.swiper-button-prev3.swiper-button-disabled,
.swiper-button-next3.swiper-button-disabled {
  background-color: #3cb7b7;
}
.swiper-button-next1:hover svg path,
.swiper-button-prev1:hover svg path,
.swiper-button-next3:hover svg path,
.swiper-button-prev3:hover svg path {
  stroke: white;
}
.swiper-button-next1:hover,
.swiper-button-prev1:hover,
.swiper-button-next3:hover,
.swiper-button-prev3:hover {
  background-color: #3cb7b7;
}
/* .hero-slider-navigation {
  position: absolute;
  bottom: 22%;
  z-index: 999999999;
} */
.hero-slider-navigation{
  margin-top: 20px;
}