@import url();
:root {
  --primary-color:#0B55EE;
  --second-color:#041037;
  --thrid-color:#0C1C50;
  --four-color:#6262A0;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  overflow-x: hidden;
  height: 100% !important;
  font-family: "Roboto", sans-serif !important;
}

ins {
  font-family: "Roboto", sans-serif !important;
}

del {
  font-family: "Roboto", sans-serif !important;
}

.c-spacing {
  margin: auto 40px;
}

.top-header-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  position: fixed;
  padding: 10px 50px;
  z-index: 9999;
}
.top-header-nav a {
  color: #041037;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  padding: 0px 34px;
  text-decoration: none;
}
.top-header-nav a:hover {
  color: #5359EE;
  font-weight: 500 !important;
  margin: 0 10px;
}

.bule-theme {
  background: #0C1C50 !important;
}
.bule-theme a {
  color: #fff;
}
.bule-theme .white-theme {
  background: transparent;
  color: #fff;
}

.site-home {
  background: #f7fbff;
  width: 100%;
  position: relative;
}

.logo {
  width: 80%;
  cursor: pointer;
}

.primary-theme {
  background: linear-gradient(138.49deg, #0064EC 1.28%, #0840EC 118.7%);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  border: none;
  padding: 13px 20px;
  min-width: 130px;
}
.primary-theme:hover {
  color: #C1C2EB;
  transform: scale(0.98);
}

.white-theme {
  color: #0553ED;
  background: #FFFFFF;
  border: 1px solid #E2E3F3;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  padding: 13px 20px;
  min-width: 130px;
}
.white-theme:hover {
  color: #C1C2EB;
  transform: scale(0.98);
}

.blue-white-theme {
  color: #0553ED;
  border: 1px solid #0553ED;
  border-radius: 7px;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 13px 20px;
  min-width: 130px;
}
.blue-white-theme:hover {
  color: #484ae2;
  transform: scale(0.98);
}

.white-btn-theme {
  background: #FFFFFF;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 500;
  padding: 13px 20px;
  color: #0550EC;
  align-items: center;
  border: none;
  min-width: 130px;
}
.white-btn-theme:hover {
  color: #7375f8;
  transform: scale(0.98);
  font-weight: bold;
}

.card-bagged-items {
  display: flex;
  background: #FFFFFF;
  border: 1px solid #EBEFFA;
  box-shadow: 0px 0px 8px rgb(240, 239, 247);
  border-radius: 10px;
  padding: 20px 26px;
  text-align: left;
  margin-bottom: 20px;
}
.card-bagged-items .cricle-random {
  width: 26px;
  height: 26px;
  background: #0553ED;
  border-radius: 50%;
  color: #fff;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
}
.card-bagged-items h5 {
  color: #0C1C50;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.card-bagged-items p {
  color: #5B5BA0;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0px;
  padding-top: 10px;
}

.main-section-h {
  text-align: center;
  margin: 0px 52px;
  background: #f7fbff;
  height: 100%;
}

.side-left-blur {
  position: absolute;
  left: 0;
  top: 30px;
}
.side-left-blur img {
  width: 500px;
  height: 800px;
}

.side-right-blur {
  position: absolute;
  right: 0;
  top: 30px;
}
.side-right-blur img {
  width: 350px;
  height: 600px;
}

.header-title {
  color: #041037;
  -webkit-background-clip: text;
          background-clip: text;
  -text-fill-color: transparent;
  font-weight: 900;
  font-size: 50px;
  padding-bottom: 15px;
}

.span-head {
  color: #0553ED !important;
}

.header-sub-paragraph {
  color: rgba(85, 85, 156, 0.96);
  font-weight: 400;
  font-size: 16px;
}

.vecter-ico {
  position: relative;
  top: -27px;
  right: -118px;
  width: 20px;
}

.menu-avter img {
  width: 90%;
}

.img-s {
  position: relative;
  top: 265px;
  left: -52%;
  transform: rotate(90deg);
}
.img-s .circle-set {
  display: flex;
  margin: 15px 0px;
}
.img-s .circle-set div {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #C4C4C4;
  margin: 0px 15px;
}

.logo-items {
  display: flex;
  align-items: center;
}
.logo-items label {
  color: #100362;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  padding-right: 18px;
}
.logo-items img {
  width: 80%;
}

.section-blue-theme {
  background: #f7fbff;
  text-align: center;
}
.section-blue-theme .b-card-box {
  padding: 54px 30px;
  background: #0B55EE;
  box-shadow: 0px 0px 30px rgb(211, 208, 233);
  border-radius: 20px;
  margin: 60px 68px 44px;
}
.section-blue-theme .b-card-box .sbu-header {
  display: flex;
  justify-content: center;
}
.section-blue-theme .b-card-box .items {
  margin-right: 30px;
  position: relative;
  bottom: 0;
}
.section-blue-theme .b-card-box .items img {
  width: 23px;
  margin-right: 10px;
}
.section-blue-theme .b-card-box .items label {
  font-size: 14px;
  padding-bottom: 7px;
}
.section-blue-theme .b-card-box .items label:active {
  font-weight: 500;
}

.sub-header-title {
  color: #fff;
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 26px;
  line-height: 42px;
}

.sub-header-title-two {
  color: #041037;
  font-weight: 600;
  font-size: 24px;
  margin: 26px;
  line-height: 36px;
  margin: 0 273px;
}

.sub-paragraph {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 34px;
}

.b-img {
  width: 100%;
  position: relative;
  top: -10px;
  right: -63px;
}

.vecter-line {
  position: relative;
  top: 55px;
  width: 12%;
  right: -7%;
}

.section-white-theme {
  background: #fff;
  padding: 60px 70px 0px 70px;
  text-align: center;
}

.two-section {
  position: relative;
  z-index: 10;
  background: #fff !important;
  top: 0px;
  height: 400px;
  padding: 60px 70px 0px 70px;
}

.footer-section {
  padding: 60px 70px 0px 70px;
  background: #fff;
}
.footer-section h5 {
  color: var(--thrid-color);
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
}

.sub-header-title-graident {
  background: linear-gradient(90.85deg, #186CD9 6.49%, #1F4795 55.43%, #1D6CD3 95.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -text-fill-color: transparent;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 74px;
}

.top-messge img {
  position: relative;
  top: -61px;
}
.top-messge label {
  font-size: 14px;
  font-weight: 500;
  color: #1E335A;
}

.smaill-header-title {
  color: #100362;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 14px;
}

.gray-p {
  color: #69759E;
  font-weight: 400;
  font-size: 14px;
}

.foot-span {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 13px;
}

.lbl-btn-theme {
  color: #015DEC;
  font-weight: 800;
  font-size: 11px;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
}
.lbl-btn-theme:hover {
  transform: scale(0.98);
  font-weight: bold;
}

.bb-light {
  border-bottom: 1px solid #CFD3E0 !important;
}

.tab-wrap {
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
}
.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
}
.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tab:checked + label {
  color: #1F43F0 !important;
  font-weight: 500 !important;
  border-bottom: 2px solid #1F43F0;
  cursor: pointer;
}
.tab + label {
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #041037 !important;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  box-sizing: border-box;
}
.tab__content {
  padding: 40px 25px 10px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
}

@-webkit-keyframes sideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes sideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.bagged-show {
  display: flex;
}

.profile {
  margin-right: 18px;
}
.profile img {
  width: 40px;
}

.text-data label {
  font-size: 17px !important;
  font-weight: 500 !important;
}
.text-data p {
  font-size: 14px !important;
  font-weight: 300 !important;
  margin: 0 !important;
  width: inherit !important;
}

.tab-p {
  padding: 0 322px 30px !important;
}

.accorian-section {
  text-align: center;
  padding: 60px 0;
}
.accorian-section .tab-header ul {
  justify-content: center;
}
.accorian-section .menu-logo div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #D2D9EF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 30px;
}
.accorian-section .menu-logo .active-b {
  background-color: #0553ED;
}
.accorian-section .menu-logo img {
  width: 18px;
}
.accorian-section .menu-logo h6 {
  font-size: 13px;
  font-weight: 500;
  color: #0A0A50;
}
.accorian-section .menu-logo .active {
  color: #0553ED !important;
}
.accorian-section .nav-pills > li.active > a {
  background-color: #0553ED !important;
  font-size: 13px;
  font-weight: 400;
  padding: 16px 30px;
}
.accorian-section .nav-pills > li.active > a:hover {
  background: #eef3f9 !important;
}
.accorian-section .nav-pills > li.active > a:hover {
  background-color: #eef3f9 !important;
}
.accorian-section .nav-pills > li.active > a {
  background-color: transparent !important;
  color: #0553ED !important;
}
.accorian-section .nav > li > a {
  padding: 16px 30px;
}

.center-header {
  text-align: center;
  padding-top: 30px;
}
.center-header h1 {
  color: var(--thrid-color);
  margin: 0 !important;
  padding-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
}
.center-header p {
  color: var(--thrid-color);
  margin: 0 !important;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}
.center-header h4 {
  color: #fff;
  padding-bottom: 14px;
  font-size: 38px;
  font-weight: 700;
}

.show-border {
  width: 50px !important;
  height: 50px !important;
  border: 5px solid #e2ecff !important;
  cursor: pointer;
}
.show-border:hover {
  border: 6px solid #e2ecff !important;
}

.show-border-pink {
  background: #ED0572 !important;
  width: 50px !important;
  height: 50px !important;
  border: 5px solid #f7cce0 !important;
  cursor: pointer;
}
.show-border-pink:hover {
  border: 6px solid #f7cce0 !important;
}

.container-fluid {
  background: #100362;
  padding: 40px 60px 30px;
}
.container-fluid h4 {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}

.center-header {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1200px;
}

.grid-three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin: 34px 0;
}

.grid-four {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  margin: 34px 0;
}

.pop-styled .modal-content {
  padding: 24px 38px 24px 60px;
  border-radius: 20px;
  width: 100%;
  height: 623px;
  left: -58%;
  bottom: -100px;
}
.pop-styled .close-i {
  border: none;
  background: transparent;
  display: flex;
  justify-content: flex-end;
}
.pop-styled .pop-header {
  padding-top: 140px;
}
.pop-styled .pop-header h1 {
  font-weight: 500;
  font-size: 18px;
  color: var(--primary-color);
  padding-bottom: 14px;
}
.pop-styled .pop-content p {
  color: #100362;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 26px;
}

.pop-styled-two .modal-content {
  left: 58%;
}

.center-pop .modal-content {
  left: 0 !important;
  height: inherit;
}
.center-pop .modal-dialog {
  max-width: 900px !important;
}

.top-product {
  display: flex;
  align-items: flex-start;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 33px;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #000;
  position: absolute;
  height: 2px;
  width: 20px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -7px;
}

.menu-button::after {
  content: "";
  margin-top: 7px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}/*# sourceMappingURL=style.css.map */