*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow-x: hidden;
  cursor: default;
}

body {
  overflow-x: hidden;
  overflow-y: hidden;
  font-size: 1.8rem;
  font-family: Instrument_Sans;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .container {
    padding: 0 15px;
  }
}

/* Responsive padding for smaller screens */
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
  padding-bottom: 0;
}

ul, ol {
  margin: 0 0 1em 0.75em;
  padding: 0 0 1em 0.75em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

h1 {
  font-size: 7rem;
}

h2 {
  font-size: 6rem;
}

h3 {
  font-size: 5rem;
}

h4 {
  font-size: 3rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

p, li {
  font-size: 1.8rem;
}

.white-popup {
  position: relative;
  background: #F1F8FF;
  padding: 50px;
  width: auto;
  max-width: 600px;
  margin: 1vw auto;
  border-radius: 10px;
  line-height: 26px;
  font-size: 16px;
  color: #000;
}

.board-popup {
  position: relative;
  background: #fff;
  padding: 55px;
  width: auto;
  max-width: 1100px;
  margin: 1vw auto;
  border-radius: 0px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #6F7380;
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: 0 !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 999999;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@font-face {
  font-family: "Instrument_Sans";
  src: url("../fonts/Instrument_Sans/static/InstrumentSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument_Sans";
  src: url("../fonts/Instrument_Sans/static/InstrumentSans-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument_Sans";
  src: url("../fonts/Instrument_Sans/static/InstrumentSans-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument_Sans";
  src: url("../fonts/Instrument_Sans/static/InstrumentSans-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Crushed Font */
@font-face {
  font-family: "Crushed";
  src: url("../fonts/Crushed/Crushed-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.header-sec {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header-sec .outer {
  padding-top: 4rem;
}
.header-sec .outer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 375px) {
  .header-sec .outer .logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-sec .outer .logo img {
  width: 100%;
  max-width: 25rem;
  height: 8.3rem;
}
@media (max-width: 550px) {
  .header-sec .outer .logo img {
    max-width: 15rem;
    height: 6.3rem;
  }
}
@media (max-width: 375px) {
  .header-sec .outer .logo img {
    max-width: 14rem;
    height: 7.3rem;
  }
}

.banner-sec {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 900px;
}
@media (max-width: 500px) {
  .banner-sec {
    min-height: 0;
    height: unset;
  }
}
.banner-sec .banner-overlay {
  background-image: url("../images/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
@media (max-width: 500px) {
  .banner-sec .banner-overlay {
    height: unset;
  }
}
.banner-sec .banner-overlay .main-content {
  padding-top: 230px;
}
@media (max-width: 500px) {
  .banner-sec .banner-overlay .main-content {
    padding-top: 220px;
  }
}
.banner-sec .banner-overlay .main-content h1 {
  font-family: Instrument Sans;
  color: #FFFFFF;
  font-weight: 600;
  font-style: SemiBold;
  line-height: 8rem;
  letter-spacing: 0%;
  text-transform: capitalize;
  padding-bottom: 1.5rem;
}
@media (max-width: 952px) {
  .banner-sec .banner-overlay .main-content h1 {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media (max-width: 500px) {
  .banner-sec .banner-overlay .main-content h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.banner-sec .banner-overlay .main-content h4 {
  font-family: Instrument Sans;
  color: #FFFFFF;
  font-weight: 500;
  font-style: Medium;
  line-height: 4.5rem;
  letter-spacing: 0%;
  padding-bottom: 3.9rem;
}
@media (max-width: 952px) {
  .banner-sec .banner-overlay .main-content h4 {
    font-size: 2.5rem;
  }
}
@media (max-width: 500px) {
  .banner-sec .banner-overlay .main-content h4 {
    font-size: 1.6rem;
    line-height: 3rem;
    padding-bottom: 1rem;
  }
}
.banner-sec .banner-overlay .main-content span {
  font-family: Instrument Sans;
  color: #FF50CA;
  font-weight: 500;
  font-style: Medium;
  line-height: 4.5rem;
  letter-spacing: 0%;
}
@media (max-width: 500px) {
  .banner-sec .banner-overlay .main-content span {
    line-height: 3rem;
  }
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk {
  padding-top: 16.4rem;
}
@media (max-width: 952px) {
  .banner-sec .banner-overlay .banner-bottom-blk .bottom-blk {
    padding-top: 14rem;
  }
}
@media (max-width: 500px) {
  .banner-sec .banner-overlay .banner-bottom-blk .bottom-blk {
    padding-top: 8rem;
  }
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 915px) {
  .banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 500px) {
  .banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 5rem;
  }
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .contact-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 16px 5px 0;
  border: 1.5px solid transparent;
  border-radius: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) padding-box, -webkit-gradient(linear, left top, right top, from(rgba(49, 5, 80, 0)), to(#FF5087)) border-box;
  background: linear-gradient(transparent, transparent) padding-box, linear-gradient(90deg, rgba(49, 5, 80, 0) 0%, #FF5087 100%) border-box;
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .contact-blk .cnt-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .contact-blk .cnt-icon .icon {
  background: #FF5087;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .contact-blk .cnt-icon .icon:last-of-type {
  background: #42BF1C;
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .contact-blk .cnt-icon .icon.icon1:hover {
  -webkit-animation: pulse 1.5s ease-out infinite;
          animation: pulse 1.5s ease-out infinite;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .contact-blk .cnt-icon .icon.icon2:hover {
  -webkit-animation: pulse1 1.5s ease-out infinite;
          animation: pulse1 1.5s ease-out infinite;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .contact-blk h4 {
  font-family: Instrument Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 2.5rem;
  line-height: 2rem;
  letter-spacing: 0%;
  color: #FFC727;
}
@media (max-width: 500px) {
  .banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .contact-blk h4 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .contact-blk .yellow-lnk {
  color: #FFC727;
  text-decoration: none;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .contact-blk .yellow-lnk:hover {
  color: #FF5087;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .contact-blk .yellow-lnk:hover h4 {
  color: #ffffff;
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .contact-blk .yellow-lnk:focus-visible {
  outline: none;
  border: none;
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .trusted-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .trusted-block p {
  font-family: Instrument Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.8rem;
  line-height: 2rem;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-left: 0.5rem;
  max-width: 17rem;
  margin: 0;
}
@media (max-width: 500px) {
  .banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .trusted-block p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 350px) {
  .banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .trusted-block p {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .trusted-block .trust-image-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .trusted-block .trust-image-blk .trust-blk {
  position: relative;
  margin-right: -1.3rem;
  z-index: auto;
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .trusted-block .trust-image-blk .trust-blk .trust-image {
  max-width: 4rem;
  max-height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 0;
  z-index: 10;
  left: -2.5rem;
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .trusted-block .trust-image-blk .trust-blk .trust-image img {
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.2rem solid #FF5087;
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .trusted-block .trust-image-blk .trust-blk .without-image {
  max-width: 4rem;
  max-height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
}
.banner-sec .banner-overlay .banner-bottom-blk .bottom-blk .trusted-blk .trusted-block .trust-image-blk .trust-blk .without-image img {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 67%;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 80, 135, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 80, 135, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(255, 80, 135, 0);
            box-shadow: 0 0 0 14px rgba(255, 80, 135, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 80, 135, 0);
            box-shadow: 0 0 0 0 rgba(255, 80, 135, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 80, 135, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 80, 135, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(255, 80, 135, 0);
            box-shadow: 0 0 0 14px rgba(255, 80, 135, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 80, 135, 0);
            box-shadow: 0 0 0 0 rgba(255, 80, 135, 0);
  }
}
@-webkit-keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.founder-sec {
  position: relative;
  background: radial-gradient(40rem 40rem at 15% 85%, #F8E9F3 0%, transparent 70%), radial-gradient(40rem 40rem at 30% 20%, #FFF6DB 0%, transparent 70%), radial-gradient(40rem 40rem at 50% 90%, #F2F2F2 0%, transparent 70%), radial-gradient(40rem 40rem at 85% 60%, #E9F5FE 0%, transparent 70%);
  z-index: 1;
  overflow: hidden;
}
.founder-sec .outer .founder-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10.1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10.3rem;
  padding-bottom: 13.9rem;
}
@media (max-width: 1024px) {
  .founder-sec .outer .founder-block {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .founder-sec .outer .founder-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5rem;
  }
}
.founder-sec .outer .founder-block .founder-left {
  position: relative;
}
.founder-sec .outer .founder-block .founder-left img {
  width: 285px;
  border-radius: 6rem 6rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .founder-sec .outer .founder-block .founder-left img {
    height: 410px;
  }
}
.founder-sec .outer .founder-block .founder-left .found-name-blk {
  background: #FFFFFF;
  padding: 21px 26px;
  position: absolute;
  -webkit-transform: translate(48%, 45%);
          transform: translate(48%, 45%);
  top: 40%;
  left: 50%;
  border-radius: 0 30px 30px;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(84, 14, 112, 0.1490196078);
          box-shadow: 0px 15px 20px 0px rgba(84, 14, 112, 0.1490196078);
}
@media (max-width: 768px) {
  .founder-sec .outer .founder-block .founder-left .found-name-blk {
    -webkit-transform: translate(15%, 80%);
            transform: translate(15%, 80%);
  }
}
.founder-sec .outer .founder-block .founder-left .found-name-blk .pink-mark {
  width: 30px;
  height: 30px;
  background-color: #FF4C84;
  border-radius: 30px 30px 30px 0;
  position: absolute;
  top: -15px;
  right: 10px;
}
.founder-sec .outer .founder-block .founder-left .found-name-blk h5 {
  font-family: Instrument Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0%;
  color: #540E70;
}
.founder-sec .outer .founder-block .founder-left .found-name-blk h6 {
  font-family: Instrument Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0%;
}
.founder-sec .outer .founder-block .founder-right .content-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 57px;
}
@media (max-width: 768px) {
  .founder-sec .outer .founder-block .founder-right .content-blk {
    gap: 10px;
  }
}
.founder-sec .outer .founder-block .founder-right .content-blk li {
  font-family: "Instrument Sans";
  font-weight: 600;
  font-style: normal;
  font-size: 6rem;
  padding-bottom: 9px;
  text-transform: uppercase;
  color: #1C003D;
}
@media (max-width: 1280px) {
  .founder-sec .outer .founder-block .founder-right .content-blk li {
    font-size: 4rem;
    line-height: 100%;
  }
}
@media (max-width: 1024px) {
  .founder-sec .outer .founder-block .founder-right .content-blk li {
    font-size: 3rem;
    line-height: 100%;
  }
}
.founder-sec .outer .founder-block .founder-right .content-blk li:first-child {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.founder-sec .outer .founder-block .founder-right .content-blk li:nth-child(2) {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.founder-sec .outer .founder-block .founder-right .content-blk li:last-child {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.founder-sec .outer .founder-block .founder-right .content-blk li span {
  font-family: Instrument Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 6rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FF5087;
}
@media (max-width: 1280px) {
  .founder-sec .outer .founder-block .founder-right .content-blk li span {
    font-size: 4rem;
    line-height: 100%;
  }
}
@media (max-width: 1024px) {
  .founder-sec .outer .founder-block .founder-right .content-blk li span {
    font-size: 3rem;
    line-height: 100%;
  }
}
.founder-sec .outer .founder-block .founder-right .limit-blk {
  padding: 85px 75px;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(84, 14, 112, 0.0588235294);
          box-shadow: 0px 15px 20px 0px rgba(84, 14, 112, 0.0588235294);
  background: #FFFFFF;
  border-radius: 30px;
}
@media (max-width: 1280px) {
  .founder-sec .outer .founder-block .founder-right .limit-blk {
    padding: 45px 45px;
  }
}
.founder-sec .outer .founder-block .founder-right .limit-blk h5 {
  font-family: Instrument Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0%;
  text-align: center;
  text-align: center;
  padding-bottom: 2rem;
}
@media (max-width: 1280px) {
  .founder-sec .outer .founder-block .founder-right .limit-blk h5 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 1024px) {
  .founder-sec .outer .founder-block .founder-right .limit-blk h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.founder-sec .outer .founder-block .founder-right .limit-blk h2 {
  font-family: Crushed;
  font-weight: 400;
  font-style: Regular;
  font-size: 6rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  text-align: center;
  color: #1C003D;
  padding-bottom: 1rem;
}
@media (max-width: 1280px) {
  .founder-sec .outer .founder-block .founder-right .limit-blk h2 {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  .founder-sec .outer .founder-block .founder-right .limit-blk h2 {
    font-size: 3rem;
  }
}
.founder-sec .outer .founder-block .founder-right .limit-blk h2 .smile-img {
  width: 5rem;
  height: 5rem;
}
@media (max-width: 1280px) {
  .founder-sec .outer .founder-block .founder-right .limit-blk h2 .smile-img {
    width: 4rem;
    height: 3.5rem;
  }
}
@media (max-width: 1024px) {
  .founder-sec .outer .founder-block .founder-right .limit-blk h2 .smile-img {
    width: 3rem;
    height: 3rem;
  }
}
.founder-sec .outer .founder-block .founder-right .limit-blk h4 {
  font-family: Instrument Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 3rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  text-align: center;
  color: #1C003D;
}
@media (max-width: 1280px) {
  .founder-sec .outer .founder-block .founder-right .limit-blk h4 {
    font-size: 2rem;
  }
}

.counter-sec .outer .counter-blk {
  padding-top: 9rem;
  padding-bottom: 7.7rem;
}
@media (max-width: 1024px) {
  .counter-sec .outer .counter-blk {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.counter-sec .outer .counter-blk h4 {
  font-family: Instrument Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #1C003D;
  padding-bottom: 4.3rem;
}
@media (max-width: 1024px) {
  .counter-sec .outer .counter-blk h4 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .counter-sec .outer .counter-blk h4 {
    font-size: 25px;
  }
}
.counter-sec .outer .counter-blk h4 img {
  position: relative;
  top: 15px;
}
.counter-sec .outer .counter-blk h4 .uae-txt {
  font-family: Instrument Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #FF3E3E;
}
@media (max-width: 1024px) {
  .counter-sec .outer .counter-blk h4 .uae-txt {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (max-width: 500px) {
  .counter-sec .outer .counter-blk h4 .uae-txt {
    font-size: 25px;
    line-height: 1.4;
  }
}
.counter-sec .outer .counter-blk h4 .driving-txt {
  font-family: Instrument Sans;
  font-weight: 700;
  font-style: Bold;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .counter-sec .outer .counter-blk h4 .driving-txt {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .counter-sec .outer .counter-blk h4 .driving-txt {
    font-size: 25px;
    line-height: 1.4;
  }
}
.counter-sec .outer .counter-blk .counter-card-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 895px) {
  .counter-sec .outer .counter-blk .counter-card-blk {
    gap: 6rem;
  }
}
@media (max-width: 768px) {
  .counter-sec .outer .counter-blk .counter-card-blk {
    gap: 5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .counter-sec .outer .counter-blk .counter-card-blk {
    gap: 3rem;
  }
}
.counter-sec .outer .counter-blk .counter-card-blk .count-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.counter-sec .outer .counter-blk .counter-card-blk .count-card h2 {
  font-family: Instrument Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 10rem;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width: 1140px) {
  .counter-sec .outer .counter-blk .counter-card-blk .count-card h2 {
    font-size: 8rem;
  }
}
@media (max-width: 768px) {
  .counter-sec .outer .counter-blk .counter-card-blk .count-card h2 {
    font-size: 6rem;
  }
}
.counter-sec .outer .counter-blk .counter-card-blk .count-card h5 {
  font-family: Instrument Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: 0%;
  color: #111D24;
  padding-bottom: 0.3rem;
}
@media (max-width: 1140px) {
  .counter-sec .outer .counter-blk .counter-card-blk .count-card h5 {
    font-size: 1.5rem;
  }
}
.counter-sec .outer .counter-blk .counter-card-blk .count-card h3 {
  font-family: Instrument Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 4.5rem;
  line-height: 3.6rem;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #111D24;
}
@media (max-width: 1140px) {
  .counter-sec .outer .counter-blk .counter-card-blk .count-card h3 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (max-width: 768px) {
  .counter-sec .outer .counter-blk .counter-card-blk .count-card h3 {
    font-size: 3rem;
    line-height: 2rem;
  }
}

.violet-bg-sec {
  background: -webkit-gradient(linear, left top, left bottom, from(#381938), to(#1C161F));
  background: linear-gradient(180deg, #381938 0%, #1C161F 100%);
}
.violet-bg-sec .our-license-sec .outer .license-blk h3 {
  font-family: Instrument Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 5rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  padding-top: 9.5rem;
  padding-bottom: 8.6rem;
}
@media (max-width: 1024px) {
  .violet-bg-sec .our-license-sec .outer .license-blk h3 {
    font-size: 4rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .violet-bg-sec .our-license-sec .outer .license-blk h3 {
    font-size: 3.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 500px) {
  .violet-bg-sec .our-license-sec .outer .license-blk h3 {
    font-size: 2.8rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media (max-width: 1300px) {
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px 12px;
  }
}
@media (max-width: 1180px) {
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk {
    gap: 100px 12px;
  }
}
@media (max-width: 1200px) {
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 580px) {
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area {
  width: 16.6666666667%;
  border-radius: 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; /* Adds smooth transition for the hover effect */
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); /* Slightly scale the card */
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Add a shadow */
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area::before {
  content: "";
  background: url("../images/process2.svg") center no-repeat;
  background-size: cover;
  height: 48px;
  width: 92px;
  top: -40px;
  left: -43px;
  position: absolute;
}
@media (max-width: 580px) {
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area::before {
    display: none;
  }
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area:nth-child(1) .license-card {
  background-color: #571CA9;
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area:nth-child(1)::before {
  display: none;
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area:nth-child(2) .license-card {
  background-color: #3022B4;
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area:nth-child(3) .license-card {
  background-color: #2244B4;
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area:nth-child(4) .license-card {
  background-color: #1B679E;
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area:nth-child(5) .license-card {
  background-color: #129094;
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area:nth-child(6) .license-card {
  background-color: #0D9345;
}
@media (max-width: 1300px) {
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area {
    width: calc(20% - 12px);
  }
}
@media (max-width: 1200px) {
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area {
    width: calc(25% - 12px);
  }
}
@media (max-width: 991px) {
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area {
    width: calc(33.3333333333% - 12px);
  }
}
@media (max-width: 680px) {
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area {
    width: calc(50% - 12px);
  }
}
@media (max-width: 580px) {
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area::before {
    display: none;
  }
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area .card-no {
  color: rgba(255, 80, 135, 0.1);
  font-size: 80px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: -66px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 580px) {
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area .card-no {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area:nth-child(even) {
  position: relative;
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area:nth-child(even) .card-no {
  top: auto;
  bottom: -66px;
}
@media (max-width: 580px) {
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area:nth-child(even) .card-no {
    bottom: auto;
    top: auto;
  }
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area:nth-child(even)::before {
  content: "";
  background: url("../images/process1.svg") center no-repeat;
  background-size: cover;
  height: 48px;
  width: 92px;
  bottom: -40px;
  left: -43px;
  position: absolute;
  top: auto;
}
@media (max-width: 580px) {
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card-area:nth-child(even)::before {
    display: none;
  }
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  height: 19rem;
  border-radius: 1.5rem;
}
@media (max-width: 500px) {
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card {
    width: 100%;
  }
}
.violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card h5 {
  font-family: Instrument Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  max-width: 15rem;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card h5 {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 930px) {
  .violet-bg-sec .our-license-sec .outer .license-blk .license-card-blk .license-card img {
    width: 35px;
  }
}

.why-choose-sec .outer .why-choose-blk h3 {
  font-family: Instrument Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 5rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFFFFF;
  padding-top: 11.1rem;
  padding-bottom: 3.6rem;
}
@media (max-width: 1024px) {
  .why-choose-sec .outer .why-choose-blk h3 {
    font-size: 4rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 768px) {
  .why-choose-sec .outer .why-choose-blk h3 {
    font-size: 3.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 500px) {
  .why-choose-sec .outer .why-choose-blk h3 {
    font-size: 2.8rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.why-choose-sec .outer .why-choose-blk .choose-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.319rem;
  padding: 8.5rem 8rem;
  background: #FFFFFF;
  border-radius: 2.5rem;
}
@media (max-width: 1250px) {
  .why-choose-sec .outer .why-choose-blk .choose-blk {
    padding: 4.5rem 4rem;
  }
}
@media (max-width: 1024px) {
  .why-choose-sec .outer .why-choose-blk .choose-blk {
    gap: 5rem;
  }
}
@media (max-width: 660px) {
  .why-choose-sec .outer .why-choose-blk .choose-blk {
    gap: 2.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4.5rem 4rem;
  }
}
@media (max-width: 500px) {
  .why-choose-sec .outer .why-choose-blk .choose-blk {
    padding: 2.5rem 2rem;
  }
}
.why-choose-sec .outer .why-choose-blk .choose-blk .choose-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 995px) {
  .why-choose-sec .outer .why-choose-blk .choose-blk .choose-left {
    gap: 2.8rem;
  }
}
.why-choose-sec .outer .why-choose-blk .choose-blk .choose-left li {
  font-family: Instrument Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 2.8rem;
  line-height: 2.7rem;
  letter-spacing: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
}
@media (max-width: 1070px) {
  .why-choose-sec .outer .why-choose-blk .choose-blk .choose-left li {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 995px) {
  .why-choose-sec .outer .why-choose-blk .choose-blk .choose-left li {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 500px) {
  .why-choose-sec .outer .why-choose-blk .choose-blk .choose-left li {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
}

.uae-driving-sec {
  color: #fff;
  padding: 76px 0 0;
}
@media (max-width: 1024px) {
  .uae-driving-sec {
    padding: 50px 0 0;
  }
}
.uae-driving-sec h2 {
  text-align: center;
  font-family: "Instrument Sans";
  font-weight: 400;
  font-size: 3.5rem;
  margin-bottom: 5rem;
}
@media (max-width: 550px) {
  .uae-driving-sec h2 {
    font-size: 3rem;
  }
}
.uae-driving-sec h2 span {
  font-weight: 600;
  text-transform: uppercase;
  color: #FFB031;
}
.uae-driving-sec .grid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.uae-driving-sec .grid-box .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1170px) {
  .uae-driving-sec .grid-box .card {
    gap: 8rem;
  }
}
@media (max-width: 1140px) {
  .uae-driving-sec .grid-box .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .uae-driving-sec .grid-box .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}
@media (max-width: 1140px) {
  .uae-driving-sec .grid-box .card.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .uae-driving-sec .grid-box .card.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.uae-driving-sec .grid-box .card .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  position: relative;
  z-index: 1;
}
.uae-driving-sec .grid-box .card .text::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background-image: url("../images/question-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 95%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}
.uae-driving-sec .grid-box .card .text h3, .uae-driving-sec .grid-box .card .text ul {
  position: relative;
  z-index: 1;
}
.uae-driving-sec .grid-box .card .text h3 {
  font-family: "Instrument Sans";
  font-weight: 500;
  font-size: 5rem;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .uae-driving-sec .grid-box .card .text h3 {
    font-size: 4rem;
  }
}
.uae-driving-sec .grid-box .card .text h3 span {
  font-weight: 400;
  font-size: 4rem;
  color: #FF5087;
}
@media (max-width: 550px) {
  .uae-driving-sec .grid-box .card .text h3 span {
    font-size: 3.5rem;
  }
}
.uae-driving-sec .grid-box .card .text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.uae-driving-sec .grid-box .card .text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Instrument Sans";
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 12px;
  gap: 2rem;
  color: #DBDBDB;
}
@media (max-width: 550px) {
  .uae-driving-sec .grid-box .card .text ul li {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
.uae-driving-sec .grid-box .card .text ul li img {
  width: 18px;
  height: 18px;
  margin-top: 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.uae-driving-sec .grid-box .card .video {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  border-radius: 25px;
}
.uae-driving-sec .grid-box .card .video .person-img {
  width: 100%;
  max-width: 407px;
  min-width: 407px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.uae-driving-sec .grid-box .card .video .person-img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 550px) {
  .uae-driving-sec .grid-box .card .video .person-img {
    max-width: 100%;
    min-width: 100%;
  }
}
.uae-driving-sec .grid-box .card .video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.uae-driving-sec .grid-box .card .video .play-btn img {
  width: 80px;
  height: 80px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.uae-driving-sec .grid-box .card .video .play-btn img:hover {
  -webkit-animation: breathing 1.5s ease-in-out infinite;
          animation: breathing 1.5s ease-in-out infinite;
}
@-webkit-keyframes breathing {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes breathing {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .uae-driving-sec .grid-box .card .text, .uae-driving-sec .grid-box .card .video {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.commitment-sec .outer .commitment-blk {
  padding-top: 9.5rem;
  padding-bottom: 10.5rem;
}
@media (max-width: 1024px) {
  .commitment-sec .outer .commitment-blk {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.commitment-sec .outer .commitment-blk .commitment-bg {
  position: relative;
  border-radius: 25px;
  border: 1px solid rgba(165, 108, 173, 0.29);
}
.commitment-sec .outer .commitment-blk .commitment-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  background: linear-gradient(101.44deg, rgba(28, 0, 61, 0) 25.87%, #1C003D 80.05%);
  z-index: 1;
}
.commitment-sec .outer .commitment-blk .commitment-bg .commitment-img {
  position: relative;
  width: 100%;
  height: 547px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  display: block;
  z-index: 0;
}
.commitment-sec .outer .commitment-blk .commitment-bg .commit-cntnt {
  position: absolute;
  top: 50%;
  right: 85px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 605px) {
  .commitment-sec .outer .commitment-blk .commitment-bg .commit-cntnt {
    right: 35px;
  }
}
@media (max-width: 500px) {
  .commitment-sec .outer .commitment-blk .commitment-bg .commit-cntnt {
    right: 0;
    padding: 10px;
  }
}
.commitment-sec .outer .commitment-blk .commitment-bg .commit-cntnt h3 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: 5rem;
  line-height: 1.3;
  color: #FFFFFF;
  max-width: 50rem;
  padding-bottom: 1.7rem;
}
@media (max-width: 605px) {
  .commitment-sec .outer .commitment-blk .commitment-bg .commit-cntnt h3 {
    font-size: 4rem;
    line-height: 1.2;
  }
}
@media (max-width: 500px) {
  .commitment-sec .outer .commitment-blk .commitment-bg .commit-cntnt h3 {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.commitment-sec .outer .commitment-blk .commitment-bg .commit-cntnt h5 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3.6rem;
  color: #DBDBDB;
  max-width: 50rem;
  padding-bottom: 2.2rem;
}
@media (max-width: 550px) {
  .commitment-sec .outer .commitment-blk .commitment-bg .commit-cntnt h5 {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}

.happy-customer-sec .outer {
  background: rgba(165, 108, 173, 0.1);
  padding-bottom: 11.2rem;
}
@media (max-width: 1024px) {
  .happy-customer-sec .outer {
    padding-bottom: 5rem;
  }
}
.happy-customer-sec .outer .happyswipper {
  position: relative;
}
.happy-customer-sec .outer .happyswipper h3 {
  font-family: "Instrument Sans";
  font-weight: 600;
  font-size: 5rem;
  text-align: center;
  color: #1C003D;
  padding-top: 9.3rem;
}
@media (max-width: 1024px) {
  .happy-customer-sec .outer .happyswipper h3 {
    padding-top: 5rem;
  }
}
.happy-customer-sec .outer .happyswipper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: visible;
  padding: 0 0 35px;
}
.happy-customer-sec .outer .happyswipper .swiper-slide {
  position: relative;
}
.happy-customer-sec .outer .happyswipper .swiper-slide.has-divider::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  height: 80%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.happy-customer-sec .outer .happyswipper .swiper-slide .custom-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.3rem;
  padding: 38px 31px;
}
@media (max-width: 1024px) {
  .happy-customer-sec .outer .happyswipper .swiper-slide .custom-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.happy-customer-sec .outer .happyswipper .swiper-slide .custom-slide .custom-pic {
  width: 183px;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50px 50px 0 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.happy-customer-sec .outer .happyswipper .swiper-slide .custom-slide .cntnt-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.happy-customer-sec .outer .happyswipper .swiper-slide .custom-slide .cntnt-blk p {
  font-family: "Instrument Sans";
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
.happy-customer-sec .outer .happyswipper .swiper-slide .custom-slide .name-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.happy-customer-sec .outer .happyswipper .swiper-slide .custom-slide .name-blk h5 {
  font-family: "Instrument Sans";
  font-weight: 700;
  font-size: 1.8rem;
}
.happy-customer-sec .outer .happyswipper .swiper-pagination {
  margin-top: 3rem;
  text-align: center;
}
.happy-customer-sec .outer .happyswipper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #5B2275;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.happy-customer-sec .outer .happyswipper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.our-course-sec .coursetitle-sec {
  padding-top: 84px;
}
@media (max-width: 768px) {
  .our-course-sec .coursetitle-sec {
    padding-top: 50px;
  }
}
@media (max-width: 500px) {
  .our-course-sec .coursetitle-sec {
    padding-top: 50px;
  }
}
.our-course-sec .coursetitle-sec h3 {
  color: #1C003D;
  margin-bottom: 2px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .our-course-sec .coursetitle-sec h3 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .our-course-sec .coursetitle-sec h3 {
    font-size: 3.5rem;
  }
}
@media (max-width: 500px) {
  .our-course-sec .coursetitle-sec h3 {
    font-size: 2.8rem;
  }
}
.our-course-sec .coursetitle-sec .sub-text {
  color: #263238;
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
}
@media (max-width: 2000px) {
  .our-course-sec .coursetitle-sec .head-txt-blk {
    position: relative;
    bottom: 45px;
  }
}
@media (max-width: 1440px) {
  .our-course-sec .coursetitle-sec .head-txt-blk {
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .our-course-sec .coursetitle-sec .head-txt-blk {
    position: relative;
    bottom: 45px;
  }
}
@media (max-width: 999px) {
  .our-course-sec .coursetitle-sec .head-txt-blk {
    position: relative;
    bottom: 0;
  }
}
.our-course-sec .outer {
  position: relative;
}
.our-course-sec .outer .road-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.our-course-sec .outer .road-img.desktop-img {
  max-width: 1328.6px;
  height: 1072.93px;
  margin-top: -280px;
  -o-object-position: right;
     object-position: right;
}
.our-course-sec .outer .road-img.mobile-img {
  display: none;
  width: 100%;
  height: auto;
  margin-top: -25px;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 500px) {
  .our-course-sec .outer .road-img.mobile-img {
    margin-top: 0;
  }
}
.our-course-sec .outer .step {
  position: absolute;
  width: 38px;
  height: 38px;
  background: #FFD23F;
  border-radius: 50%;
  color: #263238;
  font-family: "Instrument Sans";
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-course-sec .outer .step::after {
  content: attr(data-label);
  position: absolute;
  top: -57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ff4081;
  color: #fff;
  font-family: Instrument Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  padding: 15px 15px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 1024px) {
  .our-course-sec .outer .step::after {
    top: -40px;
    left: 115%;
    font-size: 12px;
    padding: 8px 7px;
  }
}
.our-course-sec .outer .step01 {
  top: 315px;
  left: 1125px;
}
@media (max-width: 1024px) {
  .our-course-sec .outer .step01 {
    top: 385px;
    left: 745px;
  }
}
.our-course-sec .outer .step02 {
  top: 405px;
  left: 1025px;
}
@media (max-width: 1024px) {
  .our-course-sec .outer .step02 {
    top: 385px;
    left: 575px;
  }
}
.our-course-sec .outer .step03 {
  top: 360px;
  left: 815px;
}
@media (max-width: 1024px) {
  .our-course-sec .outer .step03 {
    top: 315px;
    left: 365px;
  }
}
.our-course-sec .outer .step04 {
  top: 300px;
  left: 635px;
}
@media (max-width: 1024px) {
  .our-course-sec .outer .step04 {
    top: 335px;
    left: 120px;
  }
}
.our-course-sec .outer .step05 {
  top: 335px;
  left: 430px;
}
@media (max-width: 1024px) {
  .our-course-sec .outer .step05 {
    top: 480px;
    left: 25px;
  }
}
.our-course-sec .outer .step06 {
  top: 490px;
  left: 340px;
}
@media (max-width: 1024px) {
  .our-course-sec .outer .step06 {
    top: 660px;
    left: 115px;
  }
}
.our-course-sec .outer .step07 {
  top: 685px;
  left: 500px;
}
@media (max-width: 1024px) {
  .our-course-sec .outer .step07 {
    left: 350px;
    top: 670px;
  }
}
.our-course-sec .outer .step08 {
  top: 620px;
  left: 840px;
}
@media (max-width: 1024px) {
  .our-course-sec .outer .step08 {
    top: 610px;
    left: 535px;
  }
}
.our-course-sec .outer .step09 {
  top: 615px;
  left: 1190px;
}
@media (max-width: 1024px) {
  .our-course-sec .outer .step09 {
    top: 590px;
    left: 795px;
  }
}
.our-course-sec .outer .step10 {
  top: 865px;
  left: 1260px;
}
@media (max-width: 1024px) {
  .our-course-sec .outer .step10 {
    top: 775px;
    left: 924px;
  }
}
.our-course-sec .outer .step11 {
  top: 1000px;
  left: 1055px;
}
@media (max-width: 1024px) {
  .our-course-sec .outer .step11 {
    top: 960px;
    left: 840px;
  }
}
.our-course-sec .outer .step12 {
  top: 980px;
  left: 755px;
}
@media (max-width: 1024px) {
  .our-course-sec .outer .step12 {
    top: 1000px;
    left: 590px;
  }
}
.our-course-sec .outer .step13 {
  top: 865px;
  left: 460px;
}
@media (max-width: 1024px) {
  .our-course-sec .outer .step13 {
    top: 940px;
    left: 345px;
  }
}
@media (max-width: 799px) {
  .our-course-sec .outer .desktop-img {
    display: none !important;
  }
  .our-course-sec .outer .mobile-img {
    display: block !important;
  }
  .our-course-sec .outer .step {
    display: none !important;
  }
}

.form-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(rgba(137, 137, 137, 0.75)), color-stop(rgba(21, 0, 40, 0.2)), to(rgba(21, 0, 40, 0))), url(../images/form-bg.png);
  background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgba(137, 137, 137, 0.75), rgba(21, 0, 40, 0.2), rgba(21, 0, 40, 0)), url(../images/form-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.form-bg .form-sec {
  padding: 60px 0;
  color: #fff;
  font-family: "Instrument Sans", sans-serif;
}
.form-bg .form-blk {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 71px 102px 99px 80px;
  gap: 224px;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#540E70), to(#381938));
  background: linear-gradient(180deg, #540E70 0%, #381938 100%);
}
@media (max-width: 1300px) {
  .form-bg .form-blk {
    gap: 100px;
  }
}
@media (max-width: 1024px) {
  .form-bg .form-blk {
    padding: 71px 60px 71px 60px;
  }
}
@media (max-width: 768px) {
  .form-bg .form-blk {
    gap: 30px;
  }
}
@media (max-width: 645px) {
  .form-bg .form-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
@media (max-width: 550px) {
  .form-bg .form-blk {
    padding: 40px 30px 40px 30px;
  }
}
.form-bg .form-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-bg .form-content h3 {
  font-family: Instrument Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0%;
}
@media (max-width: 1170px) {
  .form-bg .form-content h3 {
    font-size: 35px;
  }
}
@media (max-width: 770px) {
  .form-bg .form-content h3 {
    font-size: 30px;
  }
}
.form-bg .form-content h3 .highlight {
  color: #FF3B7C;
}
.form-bg .form-content h5 {
  font-family: Instrument Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #DBDBDB;
  padding-top: 1.8rem;
  padding-bottom: 3.9rem;
}
@media (max-width: 770px) {
  .form-bg .form-content h5 {
    font-size: 19px;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  .form-bg .form-content h5 {
    padding-bottom: 1rem;
  }
}
.form-bg .form-content h5 strong {
  font-weight: 600;
  color: #DBDBDB;
}
.form-bg .form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-bg form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.form-bg input[type=text],
.form-bg input[type=email],
.form-bg input[type=tel] {
  width: 100%;
  padding: 14px;
  border-radius: 6px;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  margin-top: 0.9rem;
}
.form-bg ::-webkit-input-placeholder {
  color: #ddd;
}
.form-bg ::-moz-placeholder {
  color: #ddd;
}
.form-bg :-ms-input-placeholder {
  color: #ddd;
}
.form-bg ::-ms-input-placeholder {
  color: #ddd;
}
.form-bg ::placeholder {
  color: #ddd;
}
.form-bg .contact-number-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.form-bg .contact-number-group input:first-child {
  width: 80px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
}
.form-bg .submit-btn {
  background-color: #FFC928;
  color: #000;
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-bg .submit-btn:hover {
  background-color: #e0af1a;
}
.form-bg .error-msg {
  color: red;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

.faq-sec {
  background: rgba(165, 108, 173, 0.1);
  padding: 74px 0 126px;
}
@media (max-width: 1024px) {
  .faq-sec {
    padding: 50px 0 50px;
  }
}
.faq-sec h2 {
  text-align: center;
  font-family: Instrument Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 8rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1C003D;
  padding-bottom: 1.4rem;
}
@media (max-width: 768px) {
  .faq-sec h2 {
    font-size: 6rem;
  }
}
@media (max-width: 600px) {
  .faq-sec h2 {
    font-size: 5rem;
  }
}
.faq-sec .faq-blk {
  max-width: 800px;
  margin: 0 auto;
}
.faq-sec .faq-blk .faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-sec .faq-blk .faq-item .faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 14px 30px;
  font-family: Instrument Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 2.6rem;
  line-height: 3.6rem;
  letter-spacing: 0%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #220030;
}
@media (max-width: 1024px) {
  .faq-sec .faq-blk .faq-item .faq-question {
    font-size: 2.4rem;
  }
}
@media (max-width: 550px) {
  .faq-sec .faq-blk .faq-item .faq-question {
    font-size: 2.1rem;
  }
}
.faq-sec .faq-blk .faq-item .faq-question .icon {
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  font-size: 20px;
}
.faq-sec .faq-blk .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  background: #fff;
  -webkit-transition: max-height 0.4s ease, padding 0.4s ease;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.faq-sec .faq-blk .faq-item .faq-answer p {
  font-family: Instrument Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.8rem;
  line-height: 3.2rem;
  letter-spacing: 0%;
  margin: 0;
  max-width: 57rem;
}
.faq-sec .faq-blk .faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 30px 20px;
}
.faq-sec .faq-blk .faq-item.active .faq-question .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-sec .faq-blk .faq-item:hover:not(.active) .faq-question {
  background-color: #f0e3f0;
}

.contact-sec .outer .contact-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(56, 25, 56, 0.7)), to(rgba(30, 7, 39, 0.9))), url("../images/contact-bg.jpg");
  background-image: linear-gradient(180deg, rgba(56, 25, 56, 0.7), rgba(30, 7, 39, 0.9)), url("../images/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 447px;
  width: 100%;
}
.contact-sec .outer .contact-bg .contact-cntnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  z-index: 10;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 768px) {
  .contact-sec .outer .contact-bg .contact-cntnt {
    padding: 0 15px;
  }
}
.contact-sec .outer .contact-bg .contact-cntnt h3 {
  font-family: Instrument Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 5rem;
  line-height: 1.2;
  letter-spacing: 0%;
  text-align: center;
  max-width: 70rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .contact-sec .outer .contact-bg .contact-cntnt h3 {
    font-size: 3.5rem;
  }
}
@media (max-width: 550px) {
  .contact-sec .outer .contact-bg .contact-cntnt h3 {
    font-size: 3rem;
  }
}
.contact-sec .outer .contact-bg .contact-cntnt h3 span {
  color: #FF5087;
}
.contact-sec .outer .contact-bg .contact-cntnt h4 {
  font-family: Instrument Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 2.5rem;
  line-height: 3.6rem;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 3.6rem;
  color: #DBDBDB;
}
@media (max-width: 768px) {
  .contact-sec .outer .contact-bg .contact-cntnt h4 {
    padding-bottom: 1.6rem;
  }
}
@media (max-width: 550px) {
  .contact-sec .outer .contact-bg .contact-cntnt h4 {
    padding-bottom: 1.5rem;
  }
}
.contact-sec .outer .contact-bg .contact-cntnt .contact-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-sec .outer .contact-bg .contact-cntnt .contact-blk .cnt-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.contact-sec .outer .contact-bg .contact-cntnt .contact-blk .cnt-icon .icon {
  background: #FF5087;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.contact-sec .outer .contact-bg .contact-cntnt .contact-blk .cnt-icon .icon.icon1:hover {
  -webkit-animation: pulse 1.5s ease-out infinite;
          animation: pulse 1.5s ease-out infinite;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.contact-sec .outer .contact-bg .contact-cntnt .contact-blk .cnt-icon .icon.icon2:hover {
  -webkit-animation: pulse1 1.5s ease-out infinite;
          animation: pulse1 1.5s ease-out infinite;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.contact-sec .outer .contact-bg .contact-cntnt .contact-blk .cnt-icon .icon:last-of-type {
  background: #42BF1C;
}
.contact-sec .outer .contact-bg .contact-cntnt .contact-blk h4 {
  font-family: Instrument Sans;
  font-weight: 500;
  font-size: 4rem;
  line-height: 2rem;
  padding-bottom: 0;
  color: #FFC727;
}
@media (max-width: 768px) {
  .contact-sec .outer .contact-bg .contact-cntnt .contact-blk h4 {
    font-size: 3rem;
  }
}
@media (max-width: 550px) {
  .contact-sec .outer .contact-bg .contact-cntnt .contact-blk h4 {
    font-size: 2.5rem;
  }
}
.contact-sec .outer .contact-bg .contact-cntnt .contact-blk .yellow-lnk {
  color: #FFC727;
  text-decoration: none;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.contact-sec .outer .contact-bg .contact-cntnt .contact-blk .yellow-lnk:hover {
  color: #FF5087;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.contact-sec .outer .contact-bg .contact-cntnt .contact-blk .yellow-lnk:hover h4 {
  color: #FF5087;
}
.contact-sec .outer .contact-bg .contact-cntnt .contact-blk .yellow-lnk:focus-visible {
  outline: none;
  border: none;
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 80, 135, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 80, 135, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(255, 80, 135, 0);
            box-shadow: 0 0 0 14px rgba(255, 80, 135, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 80, 135, 0);
            box-shadow: 0 0 0 0 rgba(255, 80, 135, 0);
  }
}
@keyframes pulse1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    -webkit-box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.footer-sec {
  background-color: #1A121E;
  color: #ccc;
  padding: 100px 0 81px;
}
.footer-sec .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-sec .footer-content .foot-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 240px;
}
.footer-sec .footer-content .foot-left .logo {
  width: 250px;
  margin-bottom: 8px;
}
.footer-sec .footer-content .foot-left .about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.footer-sec .footer-content .foot-left .about p {
  font-family: Instrument Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 0%;
  max-width: 26rem;
  margin: 0;
  color: rgba(255, 204, 242, 0.6);
}
.footer-sec .footer-content .foot-left .about .female-icon {
  width: 50px;
}
.footer-sec .footer-content .foot-right-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 550px) {
  .footer-sec .footer-content .foot-right-blk {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
}
.footer-sec .footer-content .foot-right-blk .foot-middle,
.footer-sec .footer-content .foot-right-blk .foot-right {
  min-width: 200px;
}
.footer-sec .footer-content .foot-right-blk .foot-middle h5,
.footer-sec .footer-content .foot-right-blk .foot-right h5 {
  font-family: Instrument Sans;
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer-sec .footer-content .foot-right-blk .foot-middle h5 img,
.footer-sec .footer-content .foot-right-blk .foot-right h5 img {
  width: 26px;
}
.footer-sec .footer-content .foot-right-blk .foot-middle p,
.footer-sec .footer-content .foot-right-blk .foot-right p {
  font-family: Instrument Sans;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 4rem;
  letter-spacing: 0%;
  margin: 0;
  color: rgba(255, 204, 242, 0.6);
}
.footer-sec .footer-content .foot-right-blk .foot-middle .ct-link,
.footer-sec .footer-content .foot-right-blk .foot-right .ct-link {
  color: rgba(255, 204, 242, 0.6);
  text-decoration: none;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.footer-sec .footer-content .foot-right-blk .foot-middle .ct-link:focus-visible,
.footer-sec .footer-content .foot-right-blk .foot-right .ct-link:focus-visible {
  outline: none;
  border: none;
}
.footer-sec .footer-content .foot-right-blk .foot-middle .ct-link:focus-visible p,
.footer-sec .footer-content .foot-right-blk .foot-right .ct-link:focus-visible p {
  outline: none;
}
.footer-sec .footer-content .foot-right-blk .foot-middle .ct-link:hover,
.footer-sec .footer-content .foot-right-blk .foot-right .ct-link:hover {
  color: rgba(255, 204, 242, 0.4);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.footer-sec .footer-content .foot-right-blk .foot-middle .ct-link:hover p,
.footer-sec .footer-content .foot-right-blk .foot-right .ct-link:hover p {
  color: rgba(255, 204, 242, 0.4);
}
.footer-sec hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 38px 0 25px;
}
.footer-sec .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: Instrument Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.6rem;
  line-height: 4rem;
  letter-spacing: 0%;
  color: #FFFFFF;
  opacity: 60%;
}
.footer-sec .footer-bottom p {
  margin: 0;
  line-height: 1.2;
}
.footer-sec .footer-bottom .credit {
  text-align: right;
  color: #FFFFFF;
  opacity: 30%;
}
.footer-sec .footer-bottom .credit a {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}
.footer-sec .footer-bottom .credit a:focus-visible {
  outline: none;
  border: none;
}
.footer-sec .footer-bottom .credit a:hover {
  color: rgba(255, 204, 242, 0.4);
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all;
}

.yellow {
  color: #FFB031;
}

.pink {
  color: #FF5087;
}

.violet {
  color: #540E70;
}

a.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px;
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #FF5087;
}
@media (max-width: 500px) {
  a.button {
    height: 40px;
    padding: 9.5px 13px;
  }
}

.button__wrapper {
  position: relatife;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  border-radius: 6px;
  height: 45px;
  padding: 12.5px 22px;
}
@media (max-width: 500px) {
  .button__wrapper {
    height: 40px;
    padding: 9.5px 13px;
  }
}

a.button:hover .button__text {
  color: #FFC727 !important;
}

.button__text {
  position: relative;
  z-index: 2;
  border-radius: 6px;
  text-decoration: none;
  font-family: Instrument Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #FFC727 !important;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}
@media (max-width: 500px) {
  .button__text {
    font-size: 12px;
    line-height: 20px;
  }
}

.button__spotlight {
  position: absolute;
  z-index: 1;
  height: 10px;
  width: 10px;
  opacity: 1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#4f0b69), to(#FF5087));
  background: linear-gradient(to right, #4f0b69, #FF5087);
  inset: 0;
  top: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.popup-form-wrap {
  background: #F5F9FE;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 760px) {
  .popup-form-wrap {
    max-width: 90%;
  }
}
.popup-form-wrap .popup-form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 760px) {
  .popup-form-wrap .popup-form-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.popup-form-wrap .left-contnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup-form-wrap .left-contnt .popup-logo {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 226px;
  max-height: 75px;
  text-align: center;
}
@media (max-width: 760px) {
  .popup-form-wrap .left-contnt {
    gap: 50px;
  }
}
.popup-form-wrap .left-form {
  background: -webkit-gradient(linear, left top, left bottom, from(#3022B4), to(#571CA9));
  background: linear-gradient(180deg, #3022B4 0%, #571CA9 100%);
  padding: 50px 32px 60px 52px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .popup-form-wrap .left-form {
    padding: 50px 30px;
  }
}
@media (max-width: 760px) {
  .popup-form-wrap .left-form {
    max-width: 100%;
    padding: 40px 20px 30px 20px;
  }
}
.popup-form-wrap .left-form h4 {
  font-weight: 600;
  color: #FFFFFF;
  max-width: 85%;
}
.popup-form-wrap .right-form {
  width: calc(100% - 350px);
  padding: 60px;
}
@media (max-width: 768px) {
  .popup-form-wrap .right-form {
    padding: 50px;
  }
}
@media (max-width: 760px) {
  .popup-form-wrap .right-form {
    width: 100%;
    padding: 30px 20px;
  }
}
.popup-form-wrap .right-form form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popup-form-wrap .right-form form ul li {
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 6px;
}
.popup-form-wrap .right-form form ul li:last-child {
  margin-bottom: 0;
}
.popup-form-wrap .right-form form ul li.submit-item {
  margin-top: 29px;
}
.popup-form-wrap .right-form form label {
  font-size: 18px;
  line-height: 30px;
  color: #747F7A;
}
@media (max-width: 760px) {
  .popup-form-wrap .right-form form label {
    font-size: 15px;
  }
}
.popup-form-wrap .right-form form input[type=text],
.popup-form-wrap .right-form form input[type=email], .popup-form-wrap .right-form form input[type=tel] {
  border: 1px solid rgba(55, 71, 79, 0.1215686275);
  border-radius: 6px;
  background-color: #FFFFFF;
  min-height: 45px;
  padding: 10px 15px;
  font-size: 18px;
  color: #747F7A;
  outline: none;
}
@media (max-width: 760px) {
  .popup-form-wrap .right-form form input[type=text],
  .popup-form-wrap .right-form form input[type=email], .popup-form-wrap .right-form form input[type=tel] {
    font-size: 15px;
  }
}
.popup-form-wrap .right-form form input[type=text]:focus-visible,
.popup-form-wrap .right-form form input[type=email]:focus-visible, .popup-form-wrap .right-form form input[type=tel]:focus-visible {
  outline: none;
  border: 1px solid #FF5087;
}
.popup-form-wrap .right-form form .btn-grad {
  background-image: -webkit-gradient(linear, left top, right top, from(#314755), color-stop(51%, #26a0da), to(#314755));
  background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
}
.popup-form-wrap .right-form form input[type=submit] {
  background-image: linear-gradient(92.23deg, #FF5087 -0.67%, #540E70 87.63%);
  background-size: 100% auto;
  color: #FFFEFD;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  padding: 15px 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup-form-wrap .right-form form input[type=submit]:hover {
  background-size: 170% auto;
  color: #FFFFFF;
  text-decoration: none;
}
.popup-form-wrap .popup-close {
  opacity: 1;
  right: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto;
  line-height: 1;
  height: auto;
  top: 21px;
}
@media (max-width: 760px) {
  .popup-form-wrap .popup-close {
    right: 10px;
    top: 10px;
  }
}
.popup-form-wrap .popup-close .close-text {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #1C003D;
}
@media (max-width: 760px) {
  .popup-form-wrap .popup-close .close-text {
    color: #FFFFFF;
    font-size: 13px;
  }
}
.popup-form-wrap .popup-close .close-icon {
  color: #FF3E3E;
  background-image: url("../images/X.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 11px;
  height: 18px;
  display: block;
}
.popup-form-wrap .error-msg {
  color: red;
  font-size: 12px;
  display: block;
}