
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraBold.woff') format('woff'),
        url('../fonts/Poppins-ExtraBold.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.eot');
    src: url('../fonts/Poppins-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-ExtraLight.woff') format('woff'),
        url('../fonts/Poppins-ExtraLight.ttf') format('truetype'),
        url('../fonts/Poppins-ExtraLight.svg#Poppins-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Black.eot');
    src: url('../fonts/Poppins-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Black.woff') format('woff'),
        url('../fonts/Poppins-Black.ttf') format('truetype'),
        url('../fonts/Poppins-Black.svg#Poppins-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.eot');
    src: url('../fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Thin.woff') format('woff'),
        url('../fonts/Poppins-Thin.ttf') format('truetype'),
        url('../fonts/Poppins-Thin.svg#Poppins-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Rancho';
  src: url('../fonts/Rancho-Regular.eot');
  src: url('../fonts/Rancho-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Rancho-Regular.woff') format('woff'),
      url('../fonts/Rancho-Regular.ttf') format('truetype'),
      url('../fonts/Rancho-Regular.svg#Rancho-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*{
  box-sizing: border-box;
}

body {
  font-family: "Poppins";
  font-weight: normal;
  font-size: 14px;
  color: #000000;
  background: #ffffff;
  margin: 0;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1,
h2 {
  font-weight: 700;
  color: #000000;
  font-family: "Poppins";
  margin: 0;
}

h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 600;
  font-family: "Poppins";
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

a:hover,
a:focus {
 color: #ff702a;
}

p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #5D5D5D;
  font-family: "Poppins";
  letter-spacing: .25px;
}

a,
button,
input,
textarea {
  transition: all 300ms;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

::placeholder {
  color: #fff;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: unset;
}


  input, textarea {
    width: 100%;
    border: 1px solid #D1D1D1;
    background: #ffffff;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    resize: none;
    color: #000000;
    font-family: "Poppins";
    /* box-shadow: 0px 1px 2px 0px #0000000D; */
}

input:focus-visible,
textarea:focus-visible {
  outline: unset;
}

input:focus,
textarea:focus {
  border: 1px solid #909090;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}

::-ms-input-placeholder {
  color: #7c7c7c;
}

::placeholder {
  color: #7c7c7c;
}
.d-flex {
  display: flex;
}

.btn {
  display: block;
  width: 100%;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  font-weight: 500;
  font-family: "Poppins";
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #ededed;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.btn:hover {
  animation: bounce 1s ease-in infinite;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: unset;
}
.btn-primary {
    background: linear-gradient(92.75deg, #A7B1FF 2.52%, #000080 131.28%);
    box-shadow: 0px 2px 10px 0px #00008036;
    border: unset;
    color: #ffffff;
}

.btn-primary:hover {
    background: linear-gradient(92.75deg, #8a96f3 2.52%, #2323b7 131.28%);
    box-shadow: 1px 6px 15px 0px #00008033;
    border: unset;
    color: #ffffff;
}

.btn-secondary {
  color: #000;
  background-color: #FFFFFF;
  border-color: #ffffff;
  box-shadow: 2px 8px 25px 0px #00008033;
}


.btn-secondary:hover {
  color: #fff;
  background-color: #747bd9;
  border-color: #747bd9;
  box-shadow: 2px 8px 25px 0px #00008033;
}

.btn {
  outline: none;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #000000;
  background-color: #fce824;
  border-color: #fce824;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #fce824;
  background-color: #fce824;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  border-color: #fce824;
  background-color: #fce824;
  box-shadow: unset;
}






/* start header */

header {
  padding: 0px 0;
  z-index: 999;
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent;
  background-color: #ffffff;
  box-shadow: 0px 4px 12px 0px #0000001A;
  /* box-shadow: 0px 4px 12px 0px #0000001A; */
}

.hdr-main {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo a {
  display: inline-block;
}

.logo a {
  display: block;
}

.hdr-navigation nav {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.hdr-navigation nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  padding: 0px 0px 0 0px;
  gap: 5px;
}

.hdr-navigation nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0px;
}

.hdr-navigation nav ul li a {
  display: block;
  color: #3D3D3D;
  font-size: 16px;
  text-transform: uppercase;
  padding: 25px 10px;
  letter-spacing: 0.5px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.hdr-navigation nav ul li a:hover,
.hdr-navigation nav ul li a.active,
.hdr-navigation nav ul li a:focus {
   color: #FF34C4;
}


.menu-icon,
.close-menu {
  display: none;
}

.close-menu {
  position: absolute;
  top: 10px;
  left: 100%;
  width: 40px;
  background: #fff;
  padding: 20px 10px;
  box-shadow: 4px 0 5px rgb(0 0 0 / 10%);
  border-radius: 0 5px 5px 0;
}

.close-menu span {
  display: block;
  height: 2px;
  position: relative;
}

.close-menu span:after,
.close-menu span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  top: 0;
  background: #000000;
}

.close-menu span:after {
  transform: rotate(45deg);
}

.close-menu span:before {
  transform: rotate(-45deg);
}

.menu-icon {
  width: 40px;
  height: 35px;
  padding: 16px 8px;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
}

.menu-icon span {
  display: block;
  height: 2px;
  background: #000;
  position: relative;
}

.menu-icon span:after,
.menu-icon span:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
}

.menu-icon span:before {
  top: -7px;
}

.menu-icon span:after {
  bottom: -7px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 13%);
  z-index: 998;
  transition: all 300ms;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
}

.menu-open .overlay {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

/* Header end */

main {
  padding-top: 74px;
}
.banner-section {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  max-height: 610px;
}

.banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:#00000033;
}
.banner-section .container{
height: 100%;
}

.banner-main {
    position: relative;
    z-index: 9;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content {
  text-align: center;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}

.banner-content h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.banner-content h1 span {
    color: #FF34C4;
}

.banner-content p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    color: #ffffff;
}

.banner-content .barcode-image {
    margin-top: 15px;
}

.banner-content .main-btn {
    max-width: 216px;
    width: 100%;
    margin: 20px auto 0;
}

.main-btn{
    margin-top: 15px;
}

.gardient-bg{
    background: linear-gradient(180deg, #FFFFFF 0%, #FAEFFA 100%);

}
.main-flex {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.inner-flex-50 {
    width: 50%;
}

.inner-flex-40 {
    width: 40%;
}

.inner-flex-60 {
    width: 60%;
}

.about-section {
    padding: 80px 0;
}

.about-card {
    padding: 20px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.about-card .main-content {
    max-width: 570px;
    width: 100%;
}
.main-content h3 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

.main-content h3 span {
    color: #767FFF;
}

.main-content h3+p {
    margin-top: 10px;
}

.main-content .main-btn {
    max-width: 170px;
}


.testimonial-section{
    background-color: #fef2fe;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.testimonial-slider {
  margin-top: 25px;
}
.testimonial-card {
  border-color: #EFF0F6;
  box-shadow: 0px 5px 14px 0px #080F340A;
  border-radius: 20px;
  padding: 20px;
}

.testimonial-head .testimonial-prfldtl {
    width: calc(100% - 70px);
}

.testimonial-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: #e6e4ff;
}

.testimonial-img span {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}

.testimonial-head {
    display: flex;
    gap: 10px;
    align-items: center;
}

.testimonial-head .testimonial-prfldtl h3 {
    font-size: 16px;
    line-height: 24px;
}
.testimonial-head+.testimonial-descrp {
  margin-top: 15px;
}

.owl-nav, .owl-dots {
  display: none;
}

.top-heading {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.top-heading h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}

.top-heading h3 span {
  color: #767FFF;
}

.contact-section {
  padding: 80px 0;
}

.contact-main {
  background-color: #fef2fe;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px;
  border-radius: 24px;
  overflow: hidden;
}

.form-flex {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.form-inner {
  flex: 48%;
}

.singel-input label {
  display: block;
}

.singel-input label span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 5px;
  display: inline-block;
}



.select-box {
  width: 100%;
}
.select-box .select2-selection__clear {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f107";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: fontAwesome;
  color: #161616;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  transform: rotate(180deg);
}

.select-box .select2-container--default.select2-container--focus .select2-selection--single {
    border-color:  #909090;
}


.main-fileupldr label input[type=file] {
  position: relative;
  display: block;
}

.main-fileupldr label input[type=file] {
  position: absolute;
  opacity: 0;
  inset: 0;
  display: none;
}

.main-fileupldr label input[type=file] ~ .upldr-box {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

.main-fileupldr label input[type=file] ~ .upldr-box .uploder-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #767FFF;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #767FFF;
  font-size: 28px;
}
.main-fileupldr label input[type=file] ~ .upldr-box .uploder-cntnt h3{
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.main-fileupldr+.fileuplodr-list {
  margin-top: 15px;
}

.fileuplodr-list ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fileuplodr-list ul li {
  width: 49%;
}
.fileuplodr-sheet {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  padding: 15px 40px 15px 15px;
  position: relative;
}
.pdffile-descrp {
  position: relative;
  padding-left: 34px;
}
.pdficon-img {
  position: absolute;
  left: 0;
  top: 0;
}
.pdficon-img span, .pdficon-img span svg {
  display: block;
}

.pdffile-descrp h4 {
  font-size: 14px;
  line-height: 1.4;
}

.pdffile-descrp p {
  font-size: 12px;
  line-height: 12px;
}

.pdffile-descrp h4+p {
  margin-top: 5px;
}
.remove-pdficon {
  position: absolute;
  top: 15px;
  right: 15px;
}
.remove-pdficon span {
  display: block;
  cursor: pointer;
}
.remove-pdficon span svg{
display: block;
}
.remove-pdficon span:hover svg path {
  stroke: #ed2024;
}

.contact-form .form-flex + .file-uploader {
  margin-top: 15px;
}
.contact-form .main-btn {
  max-width: 170px;
  width: 100%;
  margin: 15px 0 0 auto;
}


footer {
  border: 1px solid #fcfcfc;
  padding-top: 50px;
  background: #fcfcfc;
}

.ftr-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.ftr-top .logo a img {
  width: 151px;
}

.apk-btn {
  display: flex;
  gap: 10px;
  align-items: center;
}

.apk-btn a {
  display: block;
  cursor: pointer;
  transition: all 300ms;
}

.apk-btn a img {
  width: 145px;
}

.apk-btn a:hover img {
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.3));
}

.ftr-mdl {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 0;
}

.ftr-links ul li+li{
  margin-top: 3px;
}
.ftr-links a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  color: #5D5D5D;
  cursor: pointer;
  transition: all 300ms;
  display: block;
  padding: 4px 0px;
}

.ftr-links a:hover {
  color: #FF34C4;
}
.ftr-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 15px 0px;
}

.social-links ul {
  display: flex;
  align-items: center;
  gap: 5px;
}

.social-links ul a {
  display: block;
  cursor: pointer;
}

.social-links ul a:hover img {
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.3));
}


.ftr-top+.ftr-mdl {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
}

.ftr-mdl+.ftr-btm {
  border-top: 1px solid #e5e5e5;
}


.common-banner-section {
  max-height: 540px;
}

.common-banner-section .banner-content h3 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.common-banner-section .banner-content h3 span{
  color: #FF34C4;
}

.whychoose-section {
  padding: 80px 0;
}
.whychosse-main ul li+li {
  margin-top: 50px;
}
.whychosse-main ul li:nth-child(even) .main-flex {
  flex-direction: row-reverse;
}

.main-content p+p {
  margin-top: 10px;
}


.common-section {
  padding: 80px 0;
}
.our-mission {
  padding: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fef2fe;
  border-radius: 16px;
  overflow: hidden;
}

.mission-image {
  margin-top: 15px;
}

.policy-banner-section {
  max-height: 380px;
  padding: 50px 0;
  background-color: #fff;
}
.policy-banner-section h3,.policy-banner-section h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  color: #FF34C4;
}
.policy-banner-section:before {
 display: none;
}
.policy-section {
  padding: 70px 0;
}
.policy-head {
  margin-bottom: 20px;
}
.policy-head h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

.policy-head h3+p {
  margin-top: 6px;
}
.policy-main {
  counter-reset: section;
}
.policy-description > h3 {
  counter-reset: subsection;
  counter-increment: section;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.policy-description > h3::before {
  content: counter(section) ". ";
  font-weight: bold;
  font-size: 1.2em;
}


.policy-description > h6 {
  counter-reset: subsubsection;
  counter-increment: subsection;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #5D5D5D;
}

.policy-description > h6::before {
  content: counter(section) "." counter(subsection) " ";
  font-weight: 600;
  color: #000;
}


.policy-description > h4 {
  counter-reset: subsubsection;
  counter-increment: subsection;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.policy-description > h4::before {
  content: counter(section) "." counter(subsection) " ";
  font-weight: 600;
  color: #000;
}
.policy-description  h6 ~ p{
margin-left: 8px;
}

.policy-description  h4 ~ p, .policy-description  h5 ~ p, .policy-description  h6 ~ p{
  position: relative;
    padding-left: 15px;
}

.policy-description h4 ~ p:before, .policy-description h5 ~ p:before, .policy-description h6 ~ p:before{
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}
.policy-description p span {
  font-weight: 500;
  color: #000;
}


.policy-description > h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #3D3D3D;
}

.policy-description+.policy-description {
  margin-top: 25px;
}

.policy-description > h3+h5, .policy-description > h3+h4, .policy-description > h3+h6 {
  margin-top: 10px;
}
.policy-description > h3+p {
  margin-top: 10px;
}
.policy-description h5+p, .policy-description h4+p {
  margin-top: 13px;
}

.policy-description p+h4 {
  margin-top: 15px;
}
.policy-description > h6 + h6 {
  margin-top: 13px;
}

.policy-description h6 + p {
  margin-top: 10px;
}

.policy-description h4 ~ p + p, .policy-description h5 ~ p + p , .policy-description h6 ~ p + p {
  margin-top: 10px;
}
.policy-description > h3 ~ p+p {
  margin-top: 10px;
}

.normal-para {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  color: #5D5D5D;
  font-family: "Poppins";
}

.policy-description .normal-para+p {
  margin-top: 8px;
}

.policy-description  .normal-para+h4 {
  margin-top: 15px;
}
.policy-description  h4 + .normal-para {
  margin-top: 10px;
}
.comingsoon-section {
  padding: 80px 0;
  height: calc(100vh - 385px);
}

.comingsoon-section .container{
  height: 100%;
}

.coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.coming-soon-content h3 {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 700;
  color: #FF34C4;
}


.top-badge {
  display: inline-block;
  padding: 4px;
  border-radius: 20px; 
  position: relative;
  border: 1px solid transparent; 
  border-image-source: radial-gradient(100% 400% at 100% 0%, #FCB045 0%, #FD1D1D 50.17%, #833AB4 100%);
  border-image-slice: 1;
}

.top-badge span {
  background: radial-gradient(100% 400% at 100% 0%, rgba(252, 176, 69, 0.12) 0%, rgba(253, 29, 29, 0.12) 50.17%, rgba(131, 58, 180, 0.12) 100%);
  display: block;
  padding: 8px 16px;
  border-radius: 20px; 
  position: relative;
  z-index: 2;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  letter-spacing: -0.02em;
  text-align: center;
}

.top-badge::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  /* background: radial-gradient(100% 400% at 100% 0%, rgba(252, 176, 69, 0.5) 0%, rgba(253, 29, 29, 0.5) 50.17%, rgba(131, 58, 180, 0.5) 100%); */
  border-radius: 20px;
  z-index: 1;
  filter: blur(4px);
}

.connection-section {
  padding: 80px 0;
}


.features-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0;
  background-color: #ece7fd;
}

.features-list {
  margin-top: 30px;
}

.features-list ul {
  display: flex;
  justify-content: space-between;
  gap: 35px 15px;
  flex-wrap: wrap;
  counter-reset: section;
}

.features-list ul li {
  width: 48%;
}

.features-list ul li .featurse-detail {
  counter-increment: section;
  position: relative;
  padding-left: 60px;
}

.features-list ul li .featurse-detail:before {
  content: counter(section);
  position: absolute;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #767FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.20000000298023224px;
}

.featurse-detail h3 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.20000000298023224px;
  text-align: left;
  color: #767FFF;
  padding: 6px 0;
}

.featurse-detail h3 + p {
  margin-top: 5px;
}
.joinus-section {
  padding: 50px 0;
}
.joinus-card {
  background: #271B33;
  border-radius: 20px;
  padding: 20px;
}

.joinus-card {
  background: #271B33;
  border-radius: 20px;
  padding: 40px;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.joinus-card:after {
content: "";
position: absolute;
top: 0;
right: 0;
background-image: url(../images/join-heart.png);
background-size: 265px 222px;
background-repeat: no-repeat;
background-position: center calc();
width: 265px;
height: 222px;
}

.joinus-card-body {
  max-width: 65%;
  width: 100%;
  margin: 0 0 0 auto;
}
.joinus-card h3 {
  font-family: "Rancho";
  font-size: 74.81px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.3740740716457367px;
  color: #ff34c4;
}
.joinus-card h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.3740740716457367px;
  color: #ffffff;
}

.joinus-card p {
  color: #FFE4F9CC;
  max-width: 470px;
  width: 100%;
}
.joinus-card h4+p {
  margin-top: 7px;
}
.joinus-btm {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: flex-end;
}
.email-detail span {
  color: #FFFFFFCC;
}
.join-logo img {
  width: 140px;
}


.prtnr-feture-list {
  margin-top: 30px;
}


.prtnr-feture-list ul li+li {
  margin-top: 25px;
}

.prtnr-feture-content {
  position: relative;
  padding-left: 60px;
}

.prtnr-feture-content span {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #767fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prtnr-feture-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.20000000298023224px;
  color: #767FFF;
}
.how-strated {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f7e8fa;
  padding: 50px 0;
}

.how-started-content p {
  color: #000000CC;
  max-width: 90%;
  width: 100%;
}

.prtnr-feture-content h3+p {
  margin-top: 7px;
}
.how-started-main {
  display: flex;
  gap: 20px;
}

.how-started-main .how-started-image {
  width: 157px;
}

.how-started-main .how-started-content {
  width: calc(100% - 172px);
}

.how-started-content h3 {
  font-family: "Rancho";
  font-size: 74.81px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.3740740716457367px;
  color: #ff34c4;
}

.how-started-content h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.3740740716457367px;
}

.how-started-content h4 + p{
margin-top: 5px;
}

.how-started-content p a {
  color: #FF34C4;
}

.faq-section{
  padding: 80px 0;
}
.faq-main {
  background-color: #fef2fe;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #fef2fe;
}
.faq-list ul li+li {
  margin-top: 15px;
}
.single-faq {
  overflow: hidden;
}

.faq-head {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  color: #000000;
  padding: 15px;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  padding-right: 40px;
}
.faq-head:before {
  content: "\f107";
  font-family: fontAwesome;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 18px;
  color: #000000;
}
.faq-head h4 {
  font-size: 16px;
  line-height: 1.2;
}

.faq-desc {
  display: none;
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-top: unset;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.faq-desc ul {
  padding-left: 5px;
}
.faq-desc ul li {
  position: relative;
  padding-left: 17px;
  font-size: 14px;
  line-height: 1.4;
  color: #5D5D5D;
  font-family: "Poppins";
}

.faq-desc ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #535252;
}
.faq-desc p+p {
  margin-top: 10px;
}
.faq-desc p+ul {
  margin-top: 15px;
}

.faq-para-dark {
  color: #2b2b2b;
  font-size: 16px;
}
.faq-desc strong {
  font-weight: 600;
  color: #494949;
}


.faq-desc ul+.faq-cmndata {
  margin-top: 15px;
}

.faq-cmndata p {
  color: #2b2b2b;
  font-size: 16px;
}

.faq-list .faq-desc ul li+li{
  margin-top: 10px;
}

.faq-desc ul+.faq-para-dark {
  margin-top: 15px;
}
.faq-head:hover {
  background: rgb(118 127 255 / 8%);
}
.faq-head:hover:before {
  color: #767FFF;
}
.faq-head:hover h4 {
  color: #767FFF;
}
.single-faq.open .faq-head {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: rgb(118 127 255 / 8%);
}

.single-faq.open .faq-head:before {
  content: "\f106";
  transition: all 300ms;
  color: #767FFF;
}
.single-faq.open .faq-head h4 {
  color: #767FFF;
}

.single-faq.open .faq-desc {
  display: block;
}


/* blog css */
.blog-banner-section {
  max-height: 350px;
}
.bloglist-section {
  padding: 80px 0 40px;
}

.blog-listing ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.blg-crd {
  border: 1px solid #efeeee;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
  overflow: hidden;
}

.blg-crd:hover {
  box-shadow: 0 4px 10px rgb(0 0 0 / 18%);
  transition: all .6s ease-out;
}

.blog-bg {
  height: 252px;
  width: 100%;
  background: #f4f5ff;
}

.blog-bg span {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
.blog-description {
  padding: 20px;
}
.blog-description h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #323232;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog-description h3 + p {
  margin-top: 10px;
}
.blog-description p {
  color: #000;
  text-align: unset;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blogdetail-section {
  padding: 80px 0;
}

.blogdetail-section .blog-description {
  padding: 0;
}
.blogdetail-section .blog-description ul {
  margin-left: 10px;
  margin-top: 10px;
}
.blogdetail-section .blog-description + .blog-description {
  margin-top: 15px;
}
.blogdetail-section .blog-heading h3 + p {
  margin-top: 5px;
}
.blogdetail-section .blog-heading {
  margin-bottom: 20px;
}
.blogdetail-section .blog-description h3 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
}

.blogdetail-section .blog-description ul li {
  position: relative;
  padding-left: 10px;
}

.blogdetail-section .blog-description ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
}

.blogdetail-section .blog-description ul li + li {
  margin-top: 5px;
}


::-webkit-scrollbar-track{
	-webkit-box-shadow: unset;
	background-color: #eeeeee;
}

::-webkit-scrollbar{
	width: 5px;
	background-color: #eeeeee;
  height: 5;
}


::-webkit-scrollbar-thumb
{
	background-color: #767dda;
	border: unset;
}


@keyframes topToBottom {
  from {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}

.testimonial-slider .owl-carousel .owl-nav, .testimonial-slider .owl-carousel .owl-dots {
  display: block;
}

.testimonial-slider .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #767fff;
  background: #767fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.testimonial-slider .owl-carousel .owl-nav button span {
  font-size: 0;
}
.testimonial-slider .owl-carousel .owl-nav button span:before {
  content: "";
  font-family: fontAwesome;
 position: absolute;
 left: 0;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
 font-size: 20px;
 line-height: 16px;
 color: #fff;
}

.testimonial-slider .owl-carousel .owl-nav button:hover {
  background: #767fff;
  border-color: #767fff;
}

.testimonial-slider .owl-carousel .owl-nav button.owl-prev {
  left: -12px;
}

.testimonial-slider .owl-carousel .owl-nav button.owl-next {
  right: -12px;
}

.testimonial-slider .owl-carousel .owl-nav button.owl-prev span:before {
content: "\f104";
}

.testimonial-slider .owl-carousel .owl-nav button.owl-next span:before {
  content: "\f105";
}
.testimonial-slider .owl-carousel .owl-nav button.owl-prev:hover span:before,.testimonial-slider .owl-carousel .owl-nav button.owl-next:hover span:before{
color: #fff;
}

.testimonial-slider .owl-carousel .owl-nav button.owl-prev.disabled, .testimonial-slider .owl-carousel .owl-nav button.owl-next.disabled {
  opacity: .5;
  cursor: no-drop;
}


.testimonial-slider .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.testimonial-slider .owl-carousel .owl-dots .owl-dot {
  border: unset;
  background: transparent;
  height: 8px;
  width: 8px;
}

.testimonial-slider .owl-carousel .owl-dots .owl-dot span {
  display: block;
  width:8px;
  height: 8px;
  border-radius: 50%;
  background: #767fff;
  opacity: .6;
}

.testimonial-slider .owl-carousel .owl-dots .owl-dot.active span {
  opacity: 1 ;
}

.testimonial-top {
  margin-bottom: 10px;
}

.testimonial-top h3 {
  font-size: 20px;
  line-height: 1.2;
}

.testimonial-stars-rtng {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 5px;
}

.testimonial-stars-rtng span {
  display: block;
  color: #e3ab06;
  font-size: 16px;
  line-height: 1.2;
}

.testimonial-descrp h4 {
  font-size: 16px;
  line-height: 1.2;
}

.testimonial-descrp p+h4 {
  margin-top: 5px;
}

.main-content h3+h4 {
    margin-top: 10px;
}

.main-content h4 {
    font-size: 24px;
    line-height: 1.2;
}

.main-content h4+p {
    margin-top: 6px;
}

.main-content h6 {
    font-size: 16px;
    line-height: 1.2;
}

.main-content p+h6 {
    margin-top: 10px;
}

.common-section+.about-section {
  padding-top: 0;
}

.about-section+.about-section {
  padding-top: 0;
}
.blogdetail-section .blog-heading h1+p {
    margin-top: 10px;
}