:root {
  --primary-font: "Poppins", sans-serif;
  --primary-color: #8830ad;
  --primary-color-header: #470663;
  --secondary-color: #242323;
  --white-background-color: #fff;
  --footer-bg: #000000;
  --text-color: #000;
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
}
a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
a:hover {
  color: #fff;
}
::selection {
  background: #fff;
  color: #010101;
}
::-moz-selection {
  background: #fff;
  color: #010101;
}
::-webkit-selection {
  background: #fff;
  color: #010101;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  margin: 0;
  padding: 0;
}
p {
  padding: 0;
  margin: 0 0 15px 0;
  font-weight: normal;
  font-size: 15px;

  color: #010101;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.offcanvas {
  background: var(--primary-color) !important;
  .offcanvas-header .btn-close {
    opacity: 1;
    padding: 0;
    width: auto;
    height: auto;
    position: relative;
    right: 7px;
  }
  .offcanvas-header .btn-close i {
    color: #fff;
    font-size: 25px;
  }
  .btn-close:focus {
    box-shadow: none;
  }
  .headerMainFlexMobile {
    ul {
      margin: 0;
      padding: 0;
      li {
        a {
          font-weight: 400;
          font-size: 20px;
          color: #fff;
          display: block;
          padding-bottom: 18px;
          &:hover {
            color: var(--secondary-color);
          }
        }
      }
    }

    button {
      border-radius: 8px;
      width: 160px;
      height: 43px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      background: #d55261;
      border: none;
      transition: 0.4s;
      margin-top: 20px;
      &:hover {
        background: #fff;
        color: #d55261;
      }
    }
  }
}

.logoFooter {
  img {
    @media (max-width: 767px) {
      width: 161px;
    }
  }
}
.mainContainer {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  @media (max-width: 767px) {
    padding: 0 20px;
  }
}
.termsConditonBgSec {
  padding: 40px 0px 40px;

  @media (max-width: 1200px) {
    padding: 50px 0px 0px;
  }
  h3 {
    font-size: 30px;
    color: #844D9B;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
  
    position: relative;
    @media (max-width: 1200px) {
      font-size: 35px;
      margin-bottom: 16px;
    }
    @media (max-width: 570px) {
      font-size: 24px;
    }
  }
  span {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
    display: block;
    @media (max-width: 570px) {
      font-size: 16px;
    }
  }

  ul {
    margin: 0;
    padding: 0 0 30px;
    li {
      color: #000;
      padding-bottom: 10px;
      font-weight: 300;
      font-size: 14px;
      position: relative;
      padding-left: 20px;
      &::before {
        position: absolute;
        left: 0;
        top: 6px;
        width: 6px;
        height: 6px;
        background: #333;
        content: "";
        border-radius: 50%;
      }
    }
  }

  h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;

    @media (max-width: 570px) {
      font-size: 19px;
    }
  }
  p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #000;

    text-align: left;
    @media (max-width: 570px) {
      font-size: 14px;
    }
    &:last-child {
      margin-bottom: 0px;
    }
  }
}
.flexTermcontact {
  display: flex;
  gap: 23px;
  @media (max-width: 570px) {
    flex-direction: column;
    gap: 17px;
  }
}
.flexMainFooterPhn {
  display: flex;
  gap: 12px;
  align-items: center;
  span {
    margin-bottom: 0px;
  }
  a {
    color: #d55261;
  }
}

.termsConditionBanner {
background: linear-gradient(180deg, #844d9b 46.15%, #ae5ca4 100%);

  height: 60vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  @media (max-width: 570px) {
    height: 243px;
  }

  h3 {
    font-size: 48px;

    color: #fff;
    font-weight: 900;
    text-transform: uppercase;

    position: relative;
    @media (max-width: 570px) {
      font-size: 30px;
    }
  }
}
.accordion-button:focus {
  box-shadow: none !important;
  border-color: none !important;
}
.headerAllfix {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.bgVdomain {
  z-index: 1;
  padding: 80px 20px 42px;
  height: 100%;
  position: relative;
  .main-slider-one__bg {
    video {
      overflow: hidden;
      border-radius: 20px;
      height: 100%;
      width: 100vw;
      object-fit: cover;
      max-width: 100%;
      position: relative;
      margin-top: 17px;
      &::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #000;
        z-index: 100;
      }
    }

    &:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: linear-gradient(
        180deg,
        var(--hyperfly-black, #030d17) 0%,
        rgba(var(--hyperfly-black-rgb, 3, 13, 23), 0) 100%
      );
    }
  }

  .flexButtonStore {
    display: flex;
    gap: 7px;
    button {
      border: none;
      background: transparent;
      img {
        @media (max-width: 1200px) {
          width: 114px;
        }
      }
    }
  }
}
.mobileBtn {
  display: none;
  i {
    color: #fff;
    font-size: 30px;
  }
  @media (max-width: 1200px) {
    display: block;
  }
}
.faqBannerSec {
  display: flex;

  justify-content: space-between;
  background: url(../img/page-header-banner.jpg) no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
  z-index: 1;
  align-items: center;
  text-align: center;
  padding-top: 152px;
  ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin-bottom: 0px;

    li {
      padding: 0px 6px 0;
      color: #fff;
      position: relative;
      &:first-child:after {
        display: none;
      }
      &::after {
        position: absolute;
        left: -7px;
        top: 11px;
        width: 5px;
        height: 5px;
        content: "";
        background: #d0ad5e;
        border-radius: 50%;
      }
      a {
        color: #d0ad5e;
      }
    }
  }

  @media (max-width: 570px) {
    height: 403px;
  }

  .maxWidthmainFaqBanner {
    max-width: 706px;
  }
  .overLayLayer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #010101c4;
    z-index: -1;
    content: "";
  }
  h3 {
    margin-bottom: 20px;
    font-size: 55px;
    color: #fff;
    font-weight: 600;

    @media (max-width: 1200px) {
      font-size: 45px;
    }
    @media (max-width: 570px) {
      font-size: 24px;
    }
  }
}

.faqsubBgSec {
  padding: 160px 0px 0px;
  background: #010101;
  @media (max-width: 1200px) {
    padding: 50px 0px 0px;
  }
  .accordionEverthing {
    .accordion-item {
      border-radius: 0px;
      margin-bottom: 12px;
      border: 1px solid #fefefe29;
      background: transparent;

      border-radius: 16px;
      &:last-child {
        margin-bottom: 0px;
      }
    }
    .accordion-button {
      background: transparent;
      padding: 24px 20px;
      color: #fff;
      font-size: 20px;
      font-weight: 600;
      box-shadow: none;
      @media (max-width: 1200px) {
        font-size: 18px;
      }
      &::after {
        background-image: url(../img/pluse-button.png);
        background-repeat: no-repeat;
      }
    }
    .accordion-button:not(.collapsed)::after {
      background-image: url(../img/minus.png);
      background-repeat: no-repeat;
    }
    .accordion-body {
      padding-top: 0px;

      p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;

        line-height: 23px;
        text-align: left;
        margin-bottom: 0px;
      }
    }
  }
  h3 {
    font-size: 48px;
    font-family: "Prompt", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-style: italic;
    position: relative;
    @media (max-width: 1200px) {
      font-size: 35px;
      margin-bottom: 20px;
    }
    @media (max-width: 570px) {
      font-size: 24px;
    }
  }
  .accordionSectionDiv {
    margin-bottom: 100px;
    @media (max-width: 1200px) {
      margin-bottom: 40px;
    }
  }
}
.maxWidthFaqBanner1 {
  max-width: 938px;
}

.needHelpBg {
  background: url(../img/need-help-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  @media (max-width: 570px) {
    padding: 50px 0px;
  }
  h4 {
    font-size: 48px;
    font-family: "Prompt", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-style: italic;
    position: relative;
    @media (max-width: 992px) {
      font-size: 24px;
    }
  }
  button {
    background: rgb(213, 82, 97);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    width: 186px;
    height: 52px;
    color: rgb(255, 255, 255);
    border-radius: 8px;
    border: medium;
    transition: 0.4s;
    margin: 0 auto;
    i {
      margin-left: 10px;
      margin-top: 4px;
    }
    &:hover {
      background: #fff;
      color: rgb(213, 82, 97);
    }
  }
  p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 23px;
    text-align: left;
    margin-bottom: 30px;
    @media (max-width: 992px) {
      font-size: 15px;
      margin-bottom: 20px;
      text-align: center;
    }
  }
  &::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #010101a8;
  }
}

.contactMainBgSec {
  padding: 100px 0px;
  background: #fff;
  @media (max-width: 1200px) {
    padding: 40px 0px;
  }
  .loacationTxtmain {
    .iconMain {
      font-size: 45px;
      color: var(--secondary-color);
      margin-bottom: 27px;
    }
    h6 {
      font-size: 25px;
      color: var(--primary-color);
      font-weight: 600;
      margin-bottom: 20px;
    }

    p {
      color: #333;
      font-size: 16px;
      line-height: 29px;
      text-align: left;
      margin-bottom: 44px;
    }
  }
  h4 {
    font-size: 55px;
    line-height: 65px;
    margin: 0 0 70px;
    font-weight: 600;
    @media (max-width: 1199px) {
      font-size: 35px;
      margin-bottom: 30px;
      line-height: 45px;
    }

    @media (max-width: 767px) {
      font-size: 25px;
      line-height: 35px;
    }
  }
  .upcomingNewsDivCommon {
    border-radius: 32px;
    padding: 40px;
    margin-bottom: 24px;
    @media (max-width: 1200px) {
      padding: 20px;
      margin-bottom: 16px;
    }
    &:last-child {
      margin-bottom: 0px;
    }
    .flexMainNewWrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      @media (max-width: 1200px) {
        flex-direction: column;
        align-items: start;
        gap: 20px;
      }
      .contentmainall {
        h4 {
          font-size: 32px;
          font-family: "Prompt", sans-serif;
          color: #fff;
          font-weight: 900;
          text-transform: uppercase;
          font-style: italic;
          text-align: left;
          margin-bottom: 24px;
          @media (max-width: 570px) {
            font-size: 24px;
            margin-bottom: 16px;
          }
        }

        .datemainNav {
          margin: 0;
          padding: 0;
          display: flex;
          gap: 40px;
          @media (max-width: 570px) {
            flex-direction: column;
            gap: 10px;
          }
          li {
            display: flex;
            gap: 8px;
            p {
              font-size: 16px;
              font-weight: 400;
              color: #fefefe;
              margin-bottom: 0px;
              @media (max-width: 570px) {
                font-size: 12px;
              }
            }
          }
        }
      }
    }
  }
  .buttonSecitonmain {
    display: flex;
    gap: 16px;
    @media (max-width: 570px) {
      flex-direction: column;
      width: 100%;
    }
    .vieDetailsBtn {
      border: 1px solid #fefefe;
      &:hover {
        background: #d55261;
        border: 1px solid #d55261;
      }
    }
    .registerBtn {
      background: #d55261;
      &:hover {
        background: #fff;
        border: 1px solid #fff;
        color: #d55261;
      }
    }
    button {
      border: none;
      background: transparent;
      width: 164px;
      height: 52px;
      border-radius: 8px;
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      transition: 0.4s;
      cursor: pointer;
      @media (max-width: 570px) {
        width: 100%;
      }
    }
  }
  .newSectionBg1 {
    border: 1px solid #fefefe14;
    background-image: linear-gradient(
      to right top,
      rgb(1, 1, 1),
      rgb(13, 7, 24),
      rgb(21, 13, 38),
      rgb(27, 17, 53),
      rgb(36, 17, 67)
    );
  }
  .newSectionBg2 {
    border: 1px solid #fefefe14;
    background-image: linear-gradient(
      to right top,
      #010101,
      #171c24,
      #193341,
      #0c4d59,
      #066867
    );
  }
  .newSectionBg3 {
    border: 1px solid #fefefe14;
    background-image: linear-gradient(
      to right top,
      #010101,
      #0f0a17,
      #1a1023,
      #27122f,
      #371138
    );
  }
  h3 {
    font-size: 27px;
    font-weight: 600;

    color: var(--primary-color);

    text-transform: capitalize;

    margin-bottom: 20px;
  }
  label {
    font-size: 17px;
    margin-bottom: 9px;
    color: var(--primary-color);
  }
  p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;

    line-height: 23px;
    text-align: center;
    margin-bottom: 30px;
    @media (max-width: 1200px) {
      font-size: 14px;
      margin-bottom: 20px;
    }
    @media (max-width: 992px) {
      max-width: 100%;
    }
  }
  .flexMainTab {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
    @media (max-width: 570px) {
      margin-bottom: 30px;
      flex-direction: column;
      gap: 30px;
    }
    .form-select:focus {
      box-shadow: none;
    }
    .formMainSelect {
      width: 167px;
      background: #010101
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
        no-repeat right 0.75rem center;
      border: 1px solid #fefefe3d;
      background-size: 14px;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      text-align: center;
      height: 52px;
    }
    .tabMainallTab {
      display: flex;
      gap: 16px;
      align-items: center;

      .nav-link {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 14px 31px;
        border-radius: 8px;
        @media (max-width: 570px) {
          padding: 9px 19px;
        }
      }
      .nav-link.active {
        background-color: #fff !important;
        color: #333 !important;
      }
    }
  }
}

.everthingYouNeed {
  padding: 160px 0px 0px;
  background: #010101;
  @media (max-width: 1200px) {
    padding: 50px 0px 0px;
  }
  .gridMainEverthing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    @media (max-width: 992px) {
      display: block;
    }
    .accordionEverthing {
      .accordion-item {
        border-radius: 0px;
        margin-bottom: 12px;
        border: 1px solid #fefefe29;
        background: transparent;

        border-radius: 16px;
        &:last-child {
          margin-bottom: 0px;
        }
      }
      .accordion-button {
        background: transparent;
        padding: 24px 20px;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        box-shadow: none;
        @media (max-width: 1200px) {
          font-size: 18px;
        }
        &::after {
          background-image: url(../img/pluse-button.png);
          background-repeat: no-repeat;
        }
      }
      .accordion-button:not(.collapsed)::after {
        background-image: url(../img/minus.png);
        background-repeat: no-repeat;
      }
      .accordion-body {
        padding-top: 0px;

        p {
          font-size: 16px;
          font-weight: 400;
          color: #fff;

          line-height: 23px;
          text-align: left;
          margin-bottom: 0px;
        }
      }
    }
    .contentTxtmain {
      max-width: 373px;
      @media (max-width: 992px) {
        max-width: 100%;
        margin-bottom: 20px;
      }
      h3 {
        font-size: 48px;
        font-family: "Prompt", sans-serif;
        color: #fff;
        font-weight: 900;
        text-transform: uppercase;
        font-style: italic;
        max-width: 498px;
        margin-bottom: 16px;
        @media (max-width: 1200px) {
          font-size: 35px;
        }
        @media (max-width: 570px) {
          font-size: 24px;
        }
      }
      p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        max-width: 350px;
        line-height: 23px;
        text-align: left;
        margin-bottom: 30px;
        @media (max-width: 1200px) {
          font-size: 14px;
          margin-bottom: 20px;
        }
        @media (max-width: 992px) {
          max-width: 100%;
        }
      }
      button {
        background: #d55261;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        font-size: 16px;
        width: 186px;
        height: 52px;
        color: #fff;
        border-radius: 8px;
        border: none;
        transition: 0.4s;
        &:hover {
          background: #fff;
          color: #d55261;
        }
        svg {
          margin-left: 5px;
        }
      }
    }
  }
}

.bannerInnovation {
  padding: 160px 0px 0px;
  background: #010101;
  @media (max-width: 1200px) {
    padding: 50px 0px 0px;
  }
  .bannermainallBottom {
    background-image: linear-gradient(
      to left top,
      #241141,
      #1d1136,
      #180f2c,
      #140b21,
      #0d0717,
      #0d0717,
      #0d0718,
      #0d0718,
      #140c23,
      #180f2d,
      #1d1138,
      #241143
    );
    border: 1px solid #241143;
    border-radius: 32px;
    padding: 40px 0px 0px 60px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 0px;
    @media (max-width: 992px) {
      padding: 29px 20px 0px 29px;
      gap: 17px;
      margin-bottom: 0px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .bannerTopPadding {
      padding-top: 15px;
      @media (max-width: 992px) {
        padding-top: 0px;
        text-align: center;
      }
    }
    h3 {
      font-size: 48px;
      font-family: "Prompt", sans-serif;
      color: #fff;
      font-weight: 900;
      text-transform: uppercase;
      font-style: italic;
      max-width: 498px;
      margin-bottom: 16px;
      @media (max-width: 1200px) {
        font-size: 35px;
      }
      @media (max-width: 992px) {
        max-width: 100%;
      }
      @media (max-width: 570px) {
        font-size: 24px;
      }
    }
    p {
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      max-width: 449px;
      line-height: 23px;
      margin-bottom: 30px;
      text-align: left;
      @media (max-width: 992px) {
        margin: 0 auto 20px;
        text-align: center;
      }
      @media (max-width: 570px) {
        font-size: 14px;
      }
    }
    button {
      background: #d55261;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 600;
      font-size: 16px;
      width: 186px;
      height: 52px;
      color: #fff;
      border-radius: 8px;
      border: none;
      transition: 0.4s;
      @media (max-width: 992px) {
        margin: 0 auto;
      }
      &:hover {
        background: #fff;
        color: #d55261;
      }
      svg {
        margin-left: 5px;
      }
    }
  }
}





.bannerTxtMain {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000000;
  width: 100%;
  background: #33333391;
  height: 100%;
  padding-top: 102px;
  @media (max-width: 767px) {
    top: auto;
    bottom: 20px;
    padding-top: 70px;
  }
  @media (max-width: 570px) {
    display: none;
  }
  .flexTxtmainall {
    backdrop-filter: blur(20px);
    border: 1px solid #fefefe1f;
    border-radius: 30px;
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 12px;
    @media (max-width: 767px) {
      display: none;
    }
    label {
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      @media (max-width: 1200px) {
        font-size: 14px;
      }
    }
  }
  h1 {
    font-size: 72px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 557px;
    @media (max-width: 1200px) {
      font-size: 34px;
    }
    @media (max-width: 767px) {
      font-size: 24px;
    }
  }
  p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    max-width: 557px;
    line-height: 23px;
    margin-bottom: 30px;
    @media (max-width: 1200px) {
      font-size: 14px;
      margin-bottom: 20px;
    }
    @media (max-width: 767px) {
      display: none;
    }
  }
}

.commonBtnMain {
  background: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border: none;
  outline: none !important;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  padding: 12px 18px;
  transition: 0.4s;
  display: flex;
  gap: 7px;
  width: 190px;
  label {
    cursor: pointer;
  }
  &:hover {
    background: var(--primary-color);
    color: #fff;
  }
}


.logoFooter {
  width: 150px;
  display: block;
  img {
    width: 150px;
  }
}
.mobileMenuFlex {
  display: flex;
  align-items: center;

  label {
    cursor: pointer;
  }
}

.mobileSpaceMain {
  @media (max-width: 1199px) {
    margin-bottom: 50px;
  }
  @media (max-width: 767px) {
    margin-bottom: 0px;
  }
}

.mobileSpaceMain2 {
  @media (max-width: 767px) {
    margin-bottom: 30px;
  }
}




.aboutSubPageMain {
  border-bottom: 1px #ddd solid;
  .contentFlexTabMain {
    display: flex;
    padding-bottom: 64px;
    justify-content: space-between;
    gap: 50px;
    @media (max-width: 1199px) {
      flex-direction: column;
      gap: 10px;
      padding-bottom: 30px;
    }
    h3 {
      font-size: 50px;
      line-height: 65px;
      font-weight: 600;
      color: var(--primary-color);
      margin-bottom: 0px;
      @media (max-width: 1199px) {
        font-size: 35px;
        line-height: 49px;
      }
    }
    p {
      max-width: 525px;
      font-size: 18px;
      line-height: 35px;
      font-weight: 500;
      color: #566879;
      margin-bottom: 0px;
      @media (max-width: 1199px) {
        max-width: 100%;
      }
    }
  }
  .gridTabDivAll {
    .classContentTab {
      h5 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        letter-spacing: -3%;
        margin: 0 0 25px;
      }

      p {
        margin: 0 0 30px;
        font-weight: 400;
        font-size: 16px;
        line-height: 35px;
        color: #6e6e6e;
      }
      h3 {
        font-size: 20px;
        font-weight: 600;
        color: var(--primary-color);
        margin-bottom: 15px;
      }

      ul {
        margin: 0 0 45px;
        padding: 0;
        li {
          position: relative;
          display: flex;
          gap: 10px;
          align-items: center;
          font-size: 16px;
          font-weight: 500;
          margin: 0 0 10px;
        }
      }
    }

    .classContentImgTab {
      img {
        width: 100%;
      }
    }
  }
  .nav-pills .nav-link.active {
    background: var(--secondary-color);
  }
  .nav-pills {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    border: 1px solid #ddd;
    @media (max-width: 1199px) {
      margin: 0 0 50px;
      overflow: auto;
      white-space: nowrap;
    }
    .nav-link {
      &:hover {
        background: var(--secondary-color);
        color: #fff;
      }
    }

    li {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: center;
      flex-direction: column;
      width: 100%;
      cursor: pointer;
      justify-content: center;
      border-right: 1px solid #ddd;
      padding: 10px 10px;
      font-size: 18px;
      text-transform: capitalize;
      font-weight: 600;
      color: #030d17;
      letter-spacing: -2%;
      transition: all 0.4s ease;
      text-align: center;
      @media (max-width: 1199px) {
        padding: 22px 32px;
      }
    }
  }
}

.socialMediaMainContact {
  display: flex;
  gap: 20px;
  margin: 0px 0 0;
  padding: 0;
  li {
    a {
      background: #253148;

      font-size: 18px;
      color: #fff;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      &:hover {
        background: var(--secondary-color);
      }
    }
  }
}

.carousel-company-logo {
  overflow: hidden;
  border-radius: 20px;
  .owl-dots {
    display: none !important;
  }
}

.testmonialBgSec {
  padding: 100px 0px;
  background: #dddddd4d;
  @media (max-width: 992px) {
    padding: 40px 0px;
  }

  .clientWrapperMain {
    padding: 39px 65px 35px;
    background: #fff;
    text-align: center;
    border-radius: 8px;
  }
}

.testmonialMainBgSec {
  padding: 100px 0px 50px;
  @media (max-width: 992px) {
    padding: 40px 0px;
  }

  .destination-details__content {
    position: relative;
    margin-top: 40px;
  }
  .destination-details__content__list {
    margin: 43px 0;
    padding: 0;
    list-style: none;
  }
  .destination-details__content__list li {
    color: #030d17;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 10px;
  }
  .destination-details__content__list li i {
    display: inline-block;
    margin-right: 12px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .destination-details__image {
    overflow: hidden;
    border-radius: 10px;
    &:hover img {
      transform: scale(1.1);
    }
    img {
      width: 100%;
      transition: 0.4s;
    }
  }
}

.bookPopupMain {
  .modal-content {
    position: relative;
  }
  .modal-header {
    border-bottom: none !important;
  }
  .modal-body {
    padding: 7px;
    background: #f3f4f8;
    border-radius: 15px;
    overflow: hidden;
    .flexPopUpMain {
      display: flex;
      gap: 0px;
      .imgFlexWrapper {
        max-width: 322px;
        @media (max-width: 1199px) {
          display: none;
        }
        img {
          border-radius: 0px 0px 122px 0;
          height: 100%;
          width: 100%;
        }
      }
      .fieldWrapper {
        .contactUsBgSec {
          max-width: 520px;
          margin: 0 auto;
          border-radius: 32px;
          padding: 40px 25px;
          @media (max-width: 1199px) {
            padding-top: 0px;
          }

          h3 {
            font-size: 25px;
            margin: 0 0 20px;
            font-weight: 600;
            color: var(--primary-color);
          }
          label {
            margin-bottom: 10px;
          }
          @media (max-width: 1199px) {
            max-width: 100%;
            margin-top: 30px;
          }

          @media (max-width: 570px) {
            padding: 20px;
          }
          .commonBtnMain {
            text-transform: uppercase;
            &:hover {
              background: var(--primary-color) !important;
            }
            label {
              margin-bottom: 0px !important;
              color: #fff !important;
            }
          }

          input {
            border: 1px solid rgba(254, 254, 254, 0.24);
            border-radius: 8px;
            background: #fff !important;
            font-size: 16px;
            font-weight: 600;
            color: var(--primary-color);
            padding: 0 20px;
            height: 52px;
            width: 100%;
            background: transparent;
            margin-bottom: 12px;
            outline: none;
            box-shadow: none;
          }
          textarea {
            background: #fff !important;
            border: 1px solid rgba(254, 254, 254, 0.24);
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            color: var(--primary-color);
            padding: 10px 20px;
            outline: none;
            box-shadow: none;
            width: 100%;
            background: transparent;
            margin-bottom: 12px;
            resize: none;
          }
          button {
            width: 100%;
            &:hover {
              background: #fff;
            }
          }
        }
      }
    }
  }
  .btn-close {
    position: absolute;
    right: 14px !important;
    top: 10px !important;
    z-index: 100000;
    opacity: 1;
  }
  .btn-close:focus {
    box-shadow: none;
  }
}

.loyalityBgSecMain {
  padding: 100px 0px;
  @media (max-width: 992px) {
    padding: 40px 0px;
  }

  .flexGridDiv1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    @media (max-width: 992px) {
      grid-template-columns: 1fr;
    }
    .companyPalnDeatil {
      width: 100%;
      background: #ececec;
      border-radius: 50px 0px 0px 50px;
      padding: 40px;
      text-align: center;
      display: flex;
      flex-direction: column;
      &:nth-child(2) {
        border-radius: 0px 50px 50px 0px;
      }

      p {
        margin-bottom: 0px;
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
        color: var(--primary-color);
      }
      label {
        font-weight: 900;
        font-size: 70px;
        line-height: 65px;
      }
      a {
        color: var(--primary-color);
        &:hover {
          color: var(--secondary-color);
        }
      }
    }
  }

  .flexGridDiv2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 20px;

    @media (max-width: 992px) {
      flex-direction: column;
      display: block;
    }
    .companyPalnDeatil {
      width: 100%;
      background: #ececec;
      border-radius: 50px;
      padding: 40px;
      text-align: center;
      display: flex;
      flex-direction: column;
      .divgridGutterFlex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        @media (max-width: 992px) {
          flex-direction: column;
          gap: 10px;
        }
        button {
          background: var(--secondary-color);
          border-radius: 21px;
          height: 70px;
          width: 284px;
          font-size: 29px;
          color: #fff;
          border: 1px var(--secondary-color) solid;
          transition: 0.4s;
          &:hover {
            background: var(--secondary-color);
            border-radius: 21px;

            font-size: 22px;
            color: #fff;
            border: 1px var(--secondary-color) solid;
            transition: 0.4s;
          }

          &:hover {
            background: var(--primary-color);
          }
        }
      }

      p {
        margin-bottom: 0px;
        font-weight: 700;
        font-size: 20px;
        text-transform: uppercase;
        color: var(--primary-color);
      }
      label {
        font-weight: 900;
        font-size: 70px;
        line-height: 65px;
      }
      a {
        color: var(--primary-color);
        &:hover {
          color: var(--secondary-color);
        }
      }
    }
  }
  .mainHeaderAll {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    @media (max-width: 992px) {
      font-size: 25px;
    }
  }
  .memberShipCard {
    background: var(--primary-color);
    max-width: 900px;
    border-radius: 10px;
    position: relative;
    padding: 40px 0px;
    margin-bottom: 40px;
    span {
      background: var(--secondary-color);
      color: #fff;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 700;
      padding: 4px 21px;
      border-radius: 0px 20px 20px 0;
    }
    .totalspaceMain {
      padding: 30px 50px 0px;
      @media (max-width: 570px) {
        padding: 30px 22px 0px;
      }
      h5 {
        font-size: 30px;
        color: #fff;
        font-weight: 300;
        text-transform: uppercase;
        margin-bottom: 5px;
        @media (max-width: 570px) {
          font-size: 20px;
        }
        strong {
          font-weight: 700;
        }
      }

      p {
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 0px;
        strong {
          font-weight: 700;
        }
      }

      ul {
        margin: 0;
        padding: 9px 0 21px;
        display: flex;
        gap: 10px;
        @media (max-width: 570px) {
          flex-direction: column;
        }

        li {
          color: #fff;
          position: relative;
          border-right: 1px #ddd solid;
          padding: 0 10px;
          line-height: 13px;
          @media (max-width: 570px) {
            border: none;
            padding: 0px;
          }
          &:first-child {
            padding-left: 0px;
          }
          &:last-child {
            border-right: none;
          }
        }
      }

      .viewProfileBtn {
        background: var(--secondary-color);
        display: flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
        border: none;
        outline: none !important;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        border-radius: 30px;
        padding: 6px 7px;
        transition: 0.4s;
        display: flex;
        gap: 7px;
        width: 127px;
        &:hover {
          background: #ba9753a1;
        }
      }
    }
  }
}

.loyalityBgSecMain1 {
  padding: 100px 0px;
  background: var(--primary-color);
  @media (max-width: 992px) {
    padding: 40px 0px;
  }
  .nav-tabs {
    background: #fff;
    max-width: 400px;
    padding: 6px 11px;
    border-radius: 30px;
  }
  .nav-link {
    color: var(--primary-color);
    border: none !important;
    padding: 10px 31px;
    border-radius: 30px !important;
    text-transform: uppercase;
    @media (max-width: 570px) {
      width: 100%;
    }
    &:hover {
      color: var(--primary-color);
    }
  }
  .nav-tabs .nav-link.active {
    background: var(--primary-color);
    color: var(--secondary-color);
    border: none;
    border-radius: 30px;
  }
  .tab-pane {
    p {
      margin: 30px 0 30px;
      color: #fff;
      font-size: 16px;
      line-height: 29px;
    }
    h3 {
      font-size: 20px;
      color: #fff;
      font-weight: 600;
      margin-bottom: 20px;
    }
    .whiteBgSec {
      padding: 20px;
      background: #fff;
      border-radius: 20px;
      max-width: 1000px;
      a {
        color: var(--primary-color);
        font-size: 14px;
        display: block;
        text-align: center;
        &:hover {
          color: var(--secondary-color);
        }
      }

      .galleryFlexWrapper {
        display: flex;
        gap: 18px;
        margin-bottom: 20px;

        @media (max-width: 1199px) {
          flex-direction: column;
        }

        .flexGallerDivImg {
          border-radius: 5px;
          overflow: hidden;
          img {
            width: 100%;
          }
        }
        .flexGallerDiv {
          display: flex;
          flex-direction: column;
          gap: 18px;
          .imgwrapper1 {
            border-radius: 5px;
            overflow: hidden;
            img {
              width: 100%;
            }
          }
        }
      }
    }
  }
}

.loyalityBgSecMain2 {
  padding: 100px 0px;

  background: #d9eaff;
  @media (max-width: 992px) {
    padding: 40px 0px;
  }
  .loyalityCard {
    img {
      width: 100%;
    }
  }

  .loyalityThirdFlex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    @media (max-width: 1199px) {
      flex-direction: column;
    }
  }
  .loyalityThirdFlexContent {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    h3 {
      font-size: 18px;
      color: var(--secondary-color);
      margin-bottom: 20px;
      font-weight: 700;
      @media (max-width: 1199px) {
        font-size: 17px;
      }
    }
    h5 {
      font-size: 50px;
      color: var(--primary-color);
      margin-bottom: 0px;
      font-weight: 400;

      @media (max-width: 1199px) {
        font-size: 30px;
      }
    }
  }
}

.clientSayBgSec {
  background: #ebebeb;
  padding: 32px 0px 40px;
  @media (max-width: 1199px) {
    padding: 40px 0px;
  }

  .carousel-ourpartner {
    padding: 0 10px;
    height: 99px;
    .owl-nav {
      display: none;
    }
    .owl-dots {
      display: none;
    }
  }
  .testMonialcontent {
    h3 {
      font-size: 30px;

      margin: 0 0 20px;
      font-weight: 300;
      color: #000;
      text-transform: uppercase;
      strong {
        font-weight: 700;
        color: var(--primary-color-header);
      }
      @media (max-width: 992px) {
        font-size: 35px;
        margin-bottom: 20px;
      }

      @media (max-width: 767px) {
        font-size: 25px;
        margin-bottom: 20px;
      }
    }
  }
  .clientWrapperMain {
    background: #fff;
    width: 100%;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: 47px;

    img {
      width: 100%;
    }
  }
}

.footerBgSecMain {
  background: var(--footer-bg) no-repeat bottom;
  padding: 50px 0px 40px;
  background-size: cover;
  @media (max-width: 992px) {
    text-align: center;
    padding: 40px 0px 20px;
  }

  .mobileSpaceMain2 {
    @media (max-width: 992px) {
      margin-bottom: 20px;
    }
  }
  .logoFooter {
    @media (max-width: 992px) {
      margin: 0 auto;
    }
  }

  .footerMainSec2 {
    .socialMediaMain {
      display: flex;
      gap: 20px;
      padding: 0;
      @media (max-width: 992px) {
        justify-content: center;
      }
      li {
        a {
          border: 0.5px solid #d9d9d9;
          font-size: 18px;
          color: #fff;
          width: 41px;
          height: 41px;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 50%;
          &:hover {
            background: var(--primary-color);
          }
        }
      }
    }

    .footerContent {
      margin: 30px 0 30px;
      color: #e3e3e3;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      max-width: 465px;
      text-transform: capitalize;
      @media (max-width: 992px) {
        margin: 20px auto 20px;
      }
    }
    .downLoadBtn {
      width: 259px;
      height: 39px;
      border-radius: 10px;
      background: #844d9b;
      color: #fff;
      font-weight: 400;
      font-size: 16px;
      border: 1px #844d9b solid;
      transition: 0.4s;
      &:hover {
        background: transparent;
        color: #844d9b;
      }
    }

    .footerContent1 {
      color: #e3e3e3;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      margin-bottom: 30px;

      text-transform: capitalize;
      @media (max-width: 992px) {
        margin: 0px auto 20px;
        max-width: 465px;
      }
    }
    .commonFooterHeader {
      font-size: 20px;
      color: #fff;
      font-weight: 600;
      margin-bottom: 20px;

      text-transform: uppercase;
    }
    .navLinkMain {
      margin: 0;
      padding: 0;
      li {
        a {
          padding-bottom: 10px;
          color: #fff;
          font-size: 16px;
          display: block;
          font-weight: 400;
          &:hover {
            color: var(--primary-color);
          }
        }
      }
    }
  }

  .flexEndFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 0.25px solid #ffffff1c;
    margin-top: 40px;
    @media (max-width: 992px) {
      margin-top: 0px;
    }
    @media (max-width: 570px) {
      flex-direction: column;
      padding-top: 10px;
    }

    p {
      margin-bottom: 0px;
      color: #fff;
      font-size: 15px;
      font-weight: 300;
    }

    ul {
      margin: 0;
      padding: 0;
      display: flex;
      gap: 3px;
      align-items: center;
      li {
        a {
          font-weight: 300;
          font-size: 15px;
          color: #fff;
          padding: 0 10px;
          &:hover {
            color: var(--primary-color);
          }
          &:last-child {
            padding-right: 0px;
          }
        }
      }
    }
  }
}

.componyLogoSlider {
  background: linear-gradient(180deg, #844d9b 46.15%, #ae5ca4 100%);
  height: 100dvh;

  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  @media (max-width: 1199px) {
    padding-top: 140px;
    height: 100%;
  }
  @media (max-width: 992px) {
    height: 100%;
  }
  @media (max-width: 767px) {
    padding-top: 100px;
  }

  .flexBannerMainDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    @media (max-width: 1199px) {
      flex-direction: column;
      height: 100%;
    }
    @media (max-width: 767px) {
      gap: 40px;
    }
    .bannerContent {
      width: 100%;
      h3 {
        font-size: 35px;
        font-weight: 300;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 20px;
        @media (max-width: 767px) {
          font-size: 24px;
          margin-bottom: 10px;
        }

        span {
          display: block;
          font-weight: 700;
        }
      }

      p {
        font-weight: 400;
        font-size: 17px;
        color: #fff;
        line-height: 30px;
        margin-bottom: 30px;
        @media (max-width: 767px) {
          font-size: 15px;
          margin-bottom: 15px;
        }
      }
      button {
        background: #844d9b;
        border: 1px solid #b8b8b8;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        height: 55px;
        width: 232px;
        border-radius: 14px;
        transition: 0.4s;
        @media (max-width: 767px) {
          height: 43px;
          width: 164px;
          font-size: 14px;
        }
        cursor: pointer;
        &:hover {
          background: var(--primary-color);
        }
      }
    }
    .bannerImg {
      width: 100%;
      text-align: right;
      @media (max-width: 1199px) {
        text-align: left;
      }
      img {
        width: 650px;
        @media (max-width: 767px) {
          width: 100%;
        }
      }
    }
  }
}

header {
  @media (max-width: 1200px) {
    padding: 0px 20px;
  }
}

.fleMainHedaer {
  display: flex;
  justify-content: space-between;
}

.headerMainFlex {
  position: fixed;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  padding: 20px 0px;
  left: 0;
  top: 0;
  transition: 0.4s;

  @media (max-width: 767px) {
    padding: 6px 0px;
  }
  .logoImg {
    width: 161px;
  }
  .becomeParter {
    border-radius: 8px;
    width: 198px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #844d9b;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    border: none;
    text-transform: uppercase;
    transition: 0.4s;
    &:hover {
      background: var(--primary-color);
      color: #fff;
    }

    @media (max-width: 1200px) {
      display: none;
    }
  }
  ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 3px;
    align-items: center;
    @media (max-width: 1200px) {
      display: none;
    }
    li {
      padding: 0px 25px;
    }
    a {
      font-weight: 400;
      font-size: 16px;
      color: #fff;

      text-transform: uppercase;
      position: relative;
      &:hover::before {
        width: 100%;
      }
      &::before {
        position: absolute;
        left: 0;
        width: 0px;
        height: 1px;
        content: "";
        bottom: 0;
        background: #fff;
        transition: 0.4s;
      }
      &:hover {
        color: #fff;
      }
    }
  }
}

header.sticky {
  background:var(--primary-color);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2509803922);
  z-index: 100;
  padding: 0px;
  transition: 0.4s;
}
.flexMainCustomer {
  display: flex;
  gap: 12px;
  align-items: center;
  @media (max-width: 570px) {
    display: none;
  }
  span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ba9753;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    i {
      color: #fff;
    }
  }
  h3 {
    font-weight: 400;
    display: block;
    font-size: 13px;
    color: #566879;
    margin-bottom: 3px;
  }
  p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #030d17;

    text-align: left;
    margin-bottom: 0px;
  }
}

.aboutSecMainAll {
  padding: 35px 0px;
  h3 {
    color: #8830ad;
    font-weight: 300;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
	  @media (max-width: 1199px) {
  font-size: 25px;
  margin-bottom: 20px;
	  }
    span {
      font-weight: 600;
      display: block;
    }
  }

  .displexMainAbout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
	  @media (max-width: 1199px) {
    grid-template-columns:1fr;
	  }
    .displayImgWrapperMain {
      display: flex;
      flex-direction: column;
      gap: 10px;

      .displayImgWrapperMainAll {
        display: flex;
        gap: 10px;
        justify-content: space-between;
      }
      .imgDiv1 {
        overflow: hidden;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        transition: 0.4s;

        img {
          width: 100%;
          transition: 0.4s;
          &:hover {
            transform: scale(1.1);
          }
        }
      }
    .imgDiv2 {
        overflow: hidden;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        transition: 0.4s;

        img {
          width: 100%;
          transition: 0.4s;
          &:hover {
            transform: scale(1.1);
          }
        }
      }

     .imgDiv3 {
        overflow: hidden;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        transition: 0.4s;

        img {
          width: 100%;
          transition: 0.4s;
          &:hover {
            transform: scale(1.1);
          }
        }
      }
      .imgDiv4 {
        overflow: hidden;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
        transition: 0.4s;

        img {
          width: 100%;
          transition: 0.4s;
          &:hover {
            transform: scale(1.1);
          }
        }
      }
    }
    .aboutContentAll {
      .textContentSec {
        background: #fff5fe;
        padding: 50px 50px 127px 50px;
        border-radius: 20px;
		  @media (max-width: 1199px) {
padding: 25px 15px 60px 31px;
		  }
        p {
          font-weight: 400;
          font-size: 26px;
          line-height: 43px;
          margin-bottom: 0px;
          color: #303030;
		  	  @media (max-width: 1199px) {
font-size: 20px;
          line-height: 31px;
			  }
			    @media (max-width: 767px) {
font-size: 17px;
				}
        }
      }

      img {
        margin-top: -81px;
		 @media (max-width: 767px) {
margin-top: -58px;
		 }
      }
    }
  }
}

.howItWorkMainAll{
	background: linear-gradient(180deg, #844D9B 46.15%, #AE5CA4 100%);
	padding: 50px 0px;
	.marginSpaceAll{
		  @media (max-width: 1199px) {
margin-bottom: 15px;
		  }
}
h3{
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 35px;
	font-size: 35px;
		  @media (max-width: 767px) {
	font-size: 25px;
	margin-bottom: 20px;
		  }
	span{
		display: block;
		font-weight: 700;
	}
}
.whiteBoxWrapper{
	background: #fff;
	text-align: center;
	box-shadow: 0px 18px 36px -18px #0000004D;
height: 100%;
box-shadow: 0px 30px 60px -12px #32325D40;
border-radius: 10px;
padding: 30px;
display: flex;
align-items: center;
flex-direction: column;
gap:20px;
p{
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
}



}
}
.reviewsBgScroll {
	.owl-dots{
		display: none;
	}
}
.reviewBgSecMainAll{
	background: #EBEBEB;
	padding: 50px 0px;
		  @media (max-width: 992px) {
	padding:40px 0px;
		  }
	h3{
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	color: #242323;
	margin-bottom: 35px;
	font-size: 35px;
		  @media (max-width: 767px) {
	font-size: 25px;
	margin-bottom: 20px;
		  }
	span{
		display: block;
		font-weight: 700;
	}
}

.reviewBoxWrapper{
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	p{
		line-height: 26px;
		font-size: 16px;
		font-weight: 300;
		color: #000000;
		margin-bottom: 0px;
		margin-top: 20px;
	}
	.profileIconwrapper{
		display: flex;
		gap:13px;
		.profileIconImg{
			overflow: hidden;
		
		}
		.profileIconContent{
			span{
				color: #000000;
				font-size: 19px;
				font-weight: 500;
				margin-bottom: 0px;
				display: block;
			}

			p{
					color: #000000;
				font-size: 16px;
				font-weight: 300;
				margin-bottom: 0px;
				margin-top: 0px!important;
			
			}

			ul{
				margin: 0;
				padding: 0;
					display: flex;
					gap:2px;
			
			}
		}
	}
}
}

.downLoadSecMainAll{
	background: #fff;
	position: relative;
	padding: 30px 0px;

	.rowSpaceMain{
		margin-bottom: 40px;
	}
	.contactUsBgSec{
	background: linear-gradient(90deg, #844D9B 0%, #AE5CA4 100%);
    border-radius: 21px;
    padding: 30px 459px 40px 30px;
    position: relative;
    	    @media (max-width: 1199px) {
   padding: 30px;
          }

.imgPos{
	position: absolute;
top: -44px;
      right: -110px;
	    @media (max-width: 1199px) {
display: none;
		}
}
		p{
			font-weight: 400;
			font-size: 20px;
			line-height: 32px;
			color: #fff;
			text-transform: capitalize;
			margin-bottom: 0px;
		}
		h3{
			font-weight: 700;
			font-size: 22px;
		
			color: #fff;
			text-transform: capitalize;
		margin-bottom: 50px;
      margin-top: 40px;
		}
		button{
				background: transparent;
        border: 1px solid #B8B8B8;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        height: 55px;
        width: 232px;
        border-radius: 14px;
        transition: 0.4s;
		&:hover{
			background: var(--primary-color);
		}
		}

	}
	h3{
		
    font-weight: 300;
    text-transform: uppercase;
    color: #242323;
    margin-bottom: 35px;
    font-size: 35px;
	@media (max-width: 767px) {

font-size:25px;
margin-bottom: 20px;
	}
	span{
		display: block;
      font-weight: 700;
	}
	}
	.pinkBoxWrapper{
		background: #844D9B;
		border-radius: 10px;
		padding: 40px 40px 0px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		@media (max-width: 767px) {
	padding: 20px 20px 0px;
		}
		h4{
			font-size: 30px;
			font-weight: 300;
			margin-bottom: 20px;
			color: #fff;
			text-align: right;
			text-transform: uppercase;
				@media (max-width: 767px) {
font-size: 25px;
				}
			span{
font-weight: 700;
display: block;
			}
		}
		ul{
			margin: 0;
			padding: 0;
			li{
				text-align: right;
			border-bottom: 1px #ffffff40 solid;
				font-size: 16px;
				text-transform: uppercase;
				font-weight: 400;
			padding-bottom: 14px;
        margin-bottom: 14px;
				color: #fff;
					@media (max-width: 767px) {
	font-size: 14px;
					}
				&:last-child{
					border-bottom: none;
					padding-bottom: 0px;
					margin-bottom: 0px;
				}
			}
		}
	}

		.pinkLightBoxWrapper{
		background: #FDF3FC;
		border-radius: 10px;
		padding: 40px 40px 0px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		 @media (max-width: 1199px) {
margin-top: 20px;
		 }
		 		 @media (max-width: 767px) {
		padding: 20px 20px 0px;
				 }
		.flexQr{
			display: flex;
			gap:0px;
			justify-content: space-between;
			
		 		 @media (max-width: 767px) {
flex-direction: column;
				 }
			img{
				width: 100%;
			}
		}
		h4{
			font-size: 30px;
			font-weight: 300;
			margin-bottom: 20px;
			color: #470663;
			text-align: left;
			text-transform: uppercase;
				 @media (max-width: 767px) {
font-size: 25px;
				 }
			span{
font-weight: 700;
display: block;
			}
		}

		p{
			font-size: 16px;
			font-weight: 400;
			line-height: 28px;
			color: #000;
			margin-bottom: 20px;
				 @media (max-width: 767px) {
font-size: 14px;
				 }
		}

		button{
			background: #844D9B;
        border: 1px solid #844D9B;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        height: 55px;
        width: 232px;
        border-radius: 14px;
        transition: 0.4s;
		 @media (max-width: 767px) {
font-size: 14px;
width: 100%;
				 }
		&:hover{
			background: var(--primary-color);
		}
		}
	
	}
}

.subBannerSec{
	height: auto!important;
	margin-bottom: -59px;

	.flexBannerMainDiv{
			height: auto!important;
			padding-top: 114px;
				 @media (max-width: 992px) {
		padding-top: 0px;
				 }
	}



}
		.contactUsBgSec{


padding: 100px 0px;
   	 @media (max-width: 992px) {

padding: 60px 0px 60px;
	 }
	
	
	h3{
	font-size: 35px;
    color:#844D9B;
    font-weight: 600;
    margin-bottom: 20px;
	text-transform: uppercase;	
	@media (max-width: 992px) {
	font-size: 25px;
	}
	}
	label{
		margin-bottom: 10px;
	}
	   @media (max-width: 1199px) {
max-width: 100%;
margin-top: 30px;
	   }

   @media (max-width: 570px) {
    
   }
   .commonBtnMain{
	text-transform: uppercase;
	margin-top: 35px;
	padding: 15px 18px;
	&:hover{
		background: var(--primary-color)!important;
	}
	label{
		margin-bottom: 0px!important;
		color: #fff!important;
	}
   }
   .commonBtnMain{
	  background: #844d9b;
        border: 1px solid #b8b8b8;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        height: 55px;
        width: 300px;
        border-radius: 14px;
        transition: 0.4s;
		float: right;
   }
   .docFileHeader{
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	color: #000000; 
	margin-top: 10px;
	margin-bottom: 13px;
  }
  .noteContent{
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #000;
  }
.file-upload-box {
  width: 100%;
    border-radius: 10px;
	  	background: #EBEBEB!important;
  display: flex;
  align-items: center;
  justify-content: space-between;
padding: 0 20px;
height: 58px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-bottom: 20px;
 

.file-upload-box:hover {
  background-color: #e5e5e5;
}

.file-label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 15px;
  color: #000;
  font-weight: 300;
  margin-bottom: 0px;
}

.file-label i {
  font-size: 16px;
  color: #333;
}
}
input{
border: none;
      border-radius: 10px;
	  	background: #EBEBEB!important;
      font-size: 15px;
      font-weight: 300;
      color:#000;
padding: 0 20px;
      height: 58px;
	  width: 100%;
	  background: transparent;
	  margin-bottom: 20px;
	  outline: none;
	  box-shadow: none;
}

select{
	border:none;
      border-radius: 8px;
  	background: #EBEBEB!important;
      font-size: 16px;
      font-weight: 600;
      color:var(--primary-color);
padding: 0 20px;
      height: 52px;
	  width: 100%;

	  margin-bottom: 20px;
	  outline: none;
	  box-shadow: none;
}
textarea{
  	background: #EBEBEB!important;
	border:none;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 600;
          color:var(--primary-color);
padding: 10px 20px;
     outline: none;
	  box-shadow: none;
	  width: 100%;
	  background: transparent;
	  margin-bottom: 20px;
	  resize: none;
}
button{
width: 100%;
	&:hover{
		  background: #fff;
		     
	}
}
}



