@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");
@font-face {
  font-family: "tonnelier";
  src: url("../fonts/Tonnelier-HeavyItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "tonnelier";
  src: url("../fonts/Tonnelier-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tonnelier";
  src: url("../fonts/Tonnelier-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tonnelier";
  src: url("../fonts/Tonnelier-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tonnelier";
  src: url("../fonts/Tonnelier-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "tonnelier";
  src: url("../fonts/Tonnelier-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "tonnelier";
  src: url("../fonts/Tonnelier-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "tonnelier";
  src: url("../fonts/Tonnelier-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tonnelier";
  src: url("../fonts/Tonnelier-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tonnelier";
  src: url("../fonts/Tonnelier-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tonnelier";
  src: url("../fonts/Tonnelier-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "tonnelier";
  src: url("../fonts/Tonnelier-Regular.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tonnelier";
  src: url("../fonts/Tonnelier-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "tonnelier";
  src: url("../fonts/Tonnelier-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "tonnelier";
  src: url("../fonts/Tonnelier-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
.common-form .form-label {
  color: #110D42;
  /* P/Large Caption */
  font-family: "tonnelier";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.27px;
  margin-bottom: 9px;
}
.common-form .form-control,
.common-form .form-select {
  border-radius: 8px;
  background: #F4F4F4;
  height: 51px;
  padding: 14px 24px;
  color: #9B9B9B;
  /* P/Large Caption */
  font-family: "tonnelier";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.27px;
  border: 0;
}
.common-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9B9B9B;
}
.common-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9B9B9B;
}
.common-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #9B9B9B;
}
.common-form :-moz-placeholder {
  /* Firefox 18- */
  color: #9B9B9B;
}
.common-form .form-select {
  background: url(../images/select-icon.svg) no-repeat center right 16px;
  background-color: #F4F4F4;
}
.common-form .form-check {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 16px;
}
.common-form .form-check .form-check-input {
  margin: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #68667E;
}
.common-form .form-check .form-check-input:checked {
  background-color: #68667E;
}
.common-form .form-check .form-check-label {
  color: #0E0E0E;
  /* P/Medium Body */
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.common-form .form-check .form-check-label a {
  color: #FF7982;
}
.common-form textarea {
  height: 93px !important;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.primary-btn {
  border-radius: 8px;
  background: #5EFFBC;
  display: inline-block;
  padding: 16px 24px;
  color: #0E0E0E;
  /* P/Medium Caption */
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  text-align: center;
}

.secondary-btn {
  border-radius: 8px;
  background: #FF7982;
  display: inline-block;
  padding: 12px 24px;
  color: white;
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  text-align: center;
  border: 0;
}

.secondary-outline-btn {
  color: #FF7982;
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  display: inline-block;
  text-align: center;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid #FF7982;
}

.top-heading h1 {
  color: #fff;
  /* Heading/H1 */
  font-family: "tonnelier";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 67.2px */
  letter-spacing: 0.84px;
}
.top-heading p {
  color: #F4F4F4;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
}

.common-second-sec h4 {
  color: #110D42;
  /* Heading/H2 */
  font-family: "tonnelier";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: 0.72px;
  margin-bottom: 0;
}
.common-second-sec p {
  color: #68667E;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

header {
  padding: 24px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
header .desktop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .desktop-header nav ul {
  display: flex;
  align-items: center;
  gap: 56px;
}
header .desktop-header nav ul a {
  color: white;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
}
header .desktop-header nav ul a.active {
  color: #5EFFBC;
}
header .desktop-header .right-nav .right-nav-list {
  display: flex;
  gap: 32px;
  align-items: center;
}
header .desktop-header .right-nav .right-nav-list li {
  position: relative;
}
header .desktop-header .right-nav .right-nav-list a {
  color: white;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
}
header .desktop-header .right-nav .right-nav-list .active-img {
  display: none;
}
header .desktop-header .right-nav .right-nav-list .normal-img {
  display: inline;
}
header .desktop-header .right-nav .right-nav-list a[aria-expanded=true] {
  color: #5EFFBC;
}
header .desktop-header .right-nav .right-nav-list a[aria-expanded=true] .active-img {
  display: inline;
}
header .desktop-header .right-nav .right-nav-list a[aria-expanded=true] .normal-img {
  display: none;
}
header .desktop-header .right-nav .right-nav-list .cart-item-num {
  width: 20px;
  height: 20px;
  background-color: #FF7982;
  text-align: center;
  vertical-align: middle;
  leading-trim: both;
  text-edge: cap;
  font-family: "tonnelier";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: white;
  display: inline-block;
  line-height: 22px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  bottom: 0px;
}
header .desktop-header #gbr-menu {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
header .desktop-header #gbr-menu .card-body {
  width: 101px;
  padding: 16px;
  border-radius: 4px;
  background: #FFF;
  border: 0;
}
header .desktop-header #gbr-menu .card-body ul {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
header .desktop-header #gbr-menu .card-body a {
  color: #110D42;
  leading-trim: both;
  text-edge: cap;
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.5px;
}
header .desktop-header #gbr-menu .card-body a:hover {
  color: #FF7982;
}
header .desktop-header #gbr-menu .card-body a.active {
  color: #FF7982;
}
header .desktop-header #cart-menu {
  position: absolute;
  top: 40px;
  right: 0;
}
header .desktop-header #cart-menu .card {
  width: 453px;
  padding: 0;
  border-radius: 8px;
  background: #FFF;
  border: 0;
}

footer {
  background: url(../images/footer-bg.png) no-repeat center center;
  background-size: cover;
  padding: 48px 0 32px 0;
}
footer h5 {
  color: #fff;
  /* P/Large SB */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
}
footer .footer-flex {
  display: flex;
  justify-content: space-between;
}
footer .footer-flex .footer-detials-sec {
  max-width: 270px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
footer .footer-flex .footer-detials-sec a,
footer .footer-flex .footer-detials-sec address {
  color: #FFF;
  /* P/Medium Caption */
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 0;
}
footer .footer-flex .footer-detials-sec h5 {
  margin-bottom: 16px;
}
footer .footer-flex .navigation-sec {
  max-width: 336px;
  width: 100%;
}
footer .footer-flex .navigation-sec h5 {
  margin-bottom: 24px;
}
footer .footer-flex .navigation-sec nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
  justify-content: space-between;
}
footer .footer-flex .navigation-sec nav ul li:nth-child(odd) {
  flex: 1 1 100px;
}
footer .footer-flex .navigation-sec nav ul li:nth-child(even) {
  flex: 1 1 195px;
}
footer .footer-flex .navigation-sec nav ul li a {
  color: #FFF;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
}
footer .footer-flex .footer-right-sec {
  max-width: 359px;
  width: 100%;
  text-align: end;
}
footer .footer-bottom-sec {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #25205F;
  text-align: center;
}
footer .footer-bottom-sec p {
  color: white;
  /* P/Medium Body */
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.product-listing-sec {
  padding: 16px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 4px 4px 72px 0px rgba(68, 68, 68, 0.15);
}
.product-listing-sec .order-total-sec p {
  color: #68667E;
  /* P/Medium Body */
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.product-listing-sec .order-total-sec h5 {
  color: #110D42;
  /* Heading/H5 */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: 0.36px;
  margin-bottom: 0;
}

.product-list {
  display: flex;
  gap: 24px;
  padding: 16px;
  border-bottom: 1px solid #D3F2E9;
}
.product-list:last-child {
  border-bottom: 0;
}
.product-list .text-wrap {
  flex: 1 1 auto;
}
.product-list .text-wrap h5 {
  color: #110D42;
  /* Heading/H5 */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: 0.36px;
  margin-bottom: 0;
}

.counter-sec {
  display: flex;
  align-items: center;
  gap: 8px;
}
.counter-sec button {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.counter-sec input::-webkit-outer-spin-button,
.counter-sec input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.counter-sec input[type=number] {
  border-radius: 4px;
  border: 1px solid #68667E;
  width: 63px;
  height: 40px;
  text-align: center;
  padding: 0;
  color: #68667E;
  /* P/Medium Caption */
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
}

.welcome-sec {
  position: relative;
}
.welcome-sec .welcome-container {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translateX(-50%);
}
.welcome-sec .welcome-container .welcome-content-wrap {
  max-width: 1256px;
  margin: auto;
}
.welcome-sec .welcome-container .welcome-content-wrap .top-heading {
  max-width: 617px;
}
.welcome-sec .welcome-container .welcome-content-wrap .top-heading h1 {
  margin-bottom: 16px;
}
.welcome-sec .welcome-container .welcome-content-wrap .top-heading p {
  margin-bottom: 40px;
}
.welcome-sec .scroll-down {
  position: absolute;
  bottom: 8%;
  left: 2.5%;
}

.welcom-card-wrap {
  margin-top: -19%;
  position: relative;
}

.welcome-card-sec {
  max-width: 1256px;
  margin: auto;
  margin-top: 52px;
  display: flex;
  gap: 24px;
}
.welcome-card-sec .card-items {
  border-radius: 8px;
  background: #FFF;
  padding: 32px;
  box-shadow: 4px 4px 72px 0px rgba(68, 68, 68, 0.15);
  text-align: center;
  width: 296px;
}
.welcome-card-sec .card-items h6 {
  color: #0E0E0E;
  /* P/Large SB */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin: 24px 0 0 0;
}

.our-e-learning-sec {
  background: url(../images/our-e-learning-bg.png) no-repeat bottom right;
  background-size: 100%;
  padding-top: 92px;
}
.our-e-learning-sec .our-e-learning-wrap .common-second-sec {
  max-width: 568px;
  margin: auto;
  margin-bottom: 48px;
}
.our-e-learning-sec .our-e-learning-wrap .common-second-sec h4 {
  margin-bottom: 10px;
  line-height: 140%;
}
.our-e-learning-sec .our-e-learning-wrap .common-second-sec p {
  margin: 0;
  text-align: center;
}
.our-e-learning-sec .our-e-learning-wrap .our-e-learning-card {
  display: flex;
  gap: 40px;
  margin-bottom: 96px;
}
.our-e-learning-sec .our-e-learning-wrap .our-e-learning-card .our-learning-card-item {
  text-align: center;
  max-width: 330px;
  border-radius: 16px;
}
.our-e-learning-sec .our-e-learning-wrap .our-e-learning-card .our-learning-card-item .text-wrap {
  padding: 24px;
}
.our-e-learning-sec .our-e-learning-wrap .our-e-learning-card .our-learning-card-item h6 {
  color: #110D42;
  /* P/Large SB */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 24px;
}
.our-e-learning-sec .our-e-learning-wrap .our-e-learning-card .our-learning-card-item p {
  color: #68667E;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}
.our-e-learning-sec .our-e-learning-wrap .our-e-learning-card .our-learning-card-item a {
  color: #FF7982;
  /* P/Large Caption */
  font-family: "tonnelier";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.27px;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent !important;
}
.our-e-learning-sec .our-e-learning-wrap .our-e-learning-card .our-learning-card-item:hover {
  background-color: white;
}
.our-e-learning-sec .our-e-learning-wrap .our-e-learning-card .our-learning-card-item:hover a {
  border-bottom: 2px solid #FF7982 !important;
}

.pick-effectivly-sec {
  background: url(../images/pick-effectivly-sec-bg.png) no-repeat center right;
  background-size: cover;
  padding: 72px;
}
.pick-effectivly-sec .common-second-sec {
  max-width: 525px;
}
.pick-effectivly-sec .common-second-sec h4 {
  color: #FFF;
  margin-bottom: 16px;
}
.pick-effectivly-sec .common-second-sec p {
  margin-bottom: 16px;
  color: #F4F4F4;
}
.pick-effectivly-sec .common-second-sec a {
  margin-top: 40px;
}

.krussel-sellers-sec {
  background: url(../images/krussel-sellers-img.png) no-repeat center top;
  background-size: 100%;
  padding: 96px 0;
}
.krussel-sellers-sec .common-second-sec h4 {
  margin-bottom: 48px;
  text-align: center;
  color: #110D42;
}
.krussel-sellers-sec .kruseel-sellers-wrap {
  max-width: 1292px;
  margin: auto;
}
.krussel-sellers-sec .kruseel-sellers-flex {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.product-card {
  border-radius: 8px;
  background: #FFF;
  padding: 24px;
  max-width: 299px;
  /* Soft Shadow */
  box-shadow: 4px 4px 72px 0px rgba(68, 68, 68, 0.15);
}
.product-card span {
  display: inline-block;
  padding: 8px 16px;
  background-color: #110D42;
  margin: 16px 0;
  border-radius: 4px;
  color: #fff;
  /* P/Medium Caption */
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
}
.product-card h6 {
  color: #110D42;
  /* P/Large SB */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 0;
}
.product-card p {
  color: #68667E;
  /* P/Medium Body */
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 8px 0 16px 0;
}
.product-card .secondary-btn {
  padding: 8px 16px;
}

.ready-upgrade-sec {
  margin: 72px 0 96px 0;
}
.ready-upgrade-sec .container-max {
  position: relative;
}
.ready-upgrade-sec .ready-upgrade-wrap {
  position: absolute;
  top: 42%;
  left: 0;
  transform: translateY(-50%);
}
.ready-upgrade-sec .ready-upgrade-wrap .common-second-sec {
  padding-top: 161px;
  margin-left: 92px;
  max-width: 579px;
}
.ready-upgrade-sec .ready-upgrade-wrap .common-second-sec h4 {
  margin-bottom: 24px;
  color: white;
}

.providing-business-sec {
  padding-bottom: 96px;
  background: url(../images/providing-business-sec-img.png) no-repeat bottom center;
  background-size: 100%;
}
.providing-business-sec .providing-business-wrap .common-second-sec {
  max-width: 927px;
  margin: auto;
  text-align: center;
  margin-bottom: 48px;
}
.providing-business-sec .providing-business-wrap .common-second-sec h4 {
  margin-bottom: 16px;
}
.providing-business-sec .providing-business-wrap .common-second-sec p {
  margin-bottom: 0;
}
.providing-business-sec .providing-business-wrap .providing-wrap-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.providing-business-sec .providing-business-wrap .providing-wrap-flex .providing-items {
  max-width: 342px;
  border-radius: 8px;
  background: #FFF;
  padding: 32px;
  /* Soft Shadow */
  box-shadow: 4px 4px 72px 0px rgba(68, 68, 68, 0.15);
}
.providing-business-sec .providing-business-wrap .providing-wrap-flex .providing-items h6 {
  margin: 24px 0;
  color: #0E0E0E;
  /* P/Large SB */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
}
.providing-business-sec .providing-business-wrap .providing-wrap-flex .providing-items p {
  color: #68667E;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.grow-business-sec {
  position: relative;
}
.grow-business-sec .top-heading {
  position: absolute;
  max-width: 591px;
  width: 100%;
  margin: auto;
  text-align: center;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grow-business-sec .top-heading h1 {
  margin-bottom: 16px;
}

.pick-effectively-sec {
  margin-top: -13.2%;
  position: relative;
}
.pick-effectively-sec .container-max {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pick-effectively-sec .common-second-sec {
  max-width: 708px;
  margin-left: auto;
}
.pick-effectively-sec .common-second-sec h4 {
  color: #25205F;
  margin-bottom: 16px;
}
.pick-effectively-sec .common-second-sec p {
  color: #25205F;
  margin-bottom: 16px;
}

.begin-business-journey-sec {
  background: url(../images/begin-business-bg.png) no-repeat center top;
  background-size: 100%;
  padding: 96px 0 180px 0;
}
.begin-business-journey-sec .begin-business-wrap {
  max-width: 1074px;
  margin: auto;
}
.begin-business-journey-sec .begin-business-wrap .common-second-sec {
  max-width: 735px;
  margin: auto;
  text-align: center;
  margin-bottom: 48px;
}
.begin-business-journey-sec .begin-business-wrap .common-second-sec h4 {
  margin-bottom: 16px;
}
.begin-business-journey-sec .begin-business-wrap .common-second-sec p {
  margin-bottom: 0;
}
.begin-business-journey-sec .begin-business-wrap .begin-flex {
  display: flex;
  gap: 24px;
}
.begin-business-journey-sec .begin-business-wrap .begin-flex .begin-card {
  max-width: 342px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 4px 4px 72px 0px rgba(68, 68, 68, 0.15);
  padding: 32px;
}
.begin-business-journey-sec .begin-business-wrap .begin-flex .begin-card h6 {
  margin: 24px 0;
  color: #0E0E0E;
  /* P/Large SB */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
}
.begin-business-journey-sec .begin-business-wrap .begin-flex .begin-card p {
  color: #68667E;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.about-card-sec .about-card-wrap {
  display: flex;
  gap: 70px;
}
.about-card-sec .about-card-wrap .about-card-items {
  max-width: 434px;
  background: #FF7982;
  border-radius: 16px;
  overflow: hidden;
}
.about-card-sec .about-card-wrap .about-card-items .text-wrap {
  text-align: center;
  padding: 24px;
  background: url(../images/about-card-img.png) no-repeat center;
  background-size: cover;
}
.about-card-sec .about-card-wrap .about-card-items h6 {
  color: #110D42;
  /* P/Large SB */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 24px;
}
.about-card-sec .about-card-wrap .about-card-items p {
  color: #25205F;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.why-us-sec {
  background: url(../images/why-us-sec-bg.png) no-repeat center right;
  background-size: cover;
  margin-top: 96px;
}
.why-us-sec .why-us-content {
  padding: 148px 0 147px 0;
}
.why-us-sec .why-us-content .common-second-sec {
  max-width: 525px;
}
.why-us-sec .why-us-content .common-second-sec h4 {
  color: white;
  margin-bottom: 16px;
}
.why-us-sec .why-us-content .common-second-sec p {
  color: #F4F4F4;
  margin-bottom: 0;
}

.product-top {
  position: relative;
}
.product-top .top-heading {
  position: absolute;
  width: 100%;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.product-main-sec {
  padding-top: 56px;
  background: url(../images/product-main-bg.png) no-repeat top left;
  background-size: 100%;
}
.product-main-sec .product-main-flex {
  display: flex;
  gap: 105px;
}
.product-main-sec .product-main-flex .product-main-left {
  flex: 1 1 374px;
}
.product-main-sec .product-main-flex .product-main-right {
  flex: 1 1 961px;
}
.product-main-sec .product-main-flex .product-main-right .product-showing-btns {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.product-main-sec .product-main-flex .product-main-right .product-showing-btns .showing-num {
  color: #68667E;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.product-main-sec .product-main-flex .product-main-right .product-showing-btns .sort-btn {
  border-radius: 8px;
  background: #D3F2E9;
  padding: 11px 16px;
  border: 0;
  width: 268px;
  display: flex;
  justify-content: space-between;
  color: #68667E;
  /* P/Large Caption */
  font-family: "tonnelier";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.27px;
}
.product-main-sec .product-main-flex .product-main-right .product-card-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 32px 0;
}
.product-main-sec .filter-sec {
  max-width: 374px;
  border-radius: 8px;
  background: white;
  padding: 32px;
  /* Soft Shadow */
  box-shadow: 4px 4px 72px 0px rgba(68, 68, 68, 0.15);
}
.product-main-sec .filter-sec .form-search {
  border-radius: 8px;
  padding: 12px 16px;
  color: #68667E;
  /* P/Medium Caption */
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  height: 45px;
  padding-left: 44px;
  background: url(../images/input-search.svg) no-repeat center left 16px;
  background-color: #F4F4F4;
  margin-bottom: 24px;
}
.product-main-sec .filter-sec h6 {
  color: #110D42;
  color: #110D42;
  /* P/Large SB */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 16px;
}
.product-main-sec .filter-sec .form-check {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  gap: 16px;
}
.product-main-sec .filter-sec .form-check .form-check-input {
  margin: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #68667E;
}
.product-main-sec .filter-sec .form-check .form-check-input:checked {
  background-color: #68667E;
}
.product-main-sec .filter-sec .form-check .form-check-label {
  color: #110D42;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
}
.product-main-sec .filter-sec .form-check-wrap {
  margin-bottom: 24px;
}
.product-main-sec .filter-sec .range-input-wrap .range-input-sec {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-main-sec .filter-sec .range-input-wrap .range-input-sec .form-control {
  border-radius: 8px;
  border: 1px solid #68667E;
  text-align: center;
  color: #68667E;
  /* P/Medium Body */
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-main-sec .filter-sec .btn-wrap {
  margin-top: 24px;
}
.product-main-sec .filter-sec .btn-wrap .secondary-btn {
  border: 0;
}
.product-main-sec .filter-sec .btn-wrap .secondary-outline-btn {
  background: transparent;
  padding: 12px;
}
.product-main-sec .pagination-wrap {
  max-width: 281px;
  margin: auto;
}
.product-main-sec .pagination-wrap ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-main-sec .pagination-wrap ul a {
  display: block;
}
.product-main-sec .pagination-wrap ul .prev-btn,
.product-main-sec .pagination-wrap ul .next-btn {
  color: #110D42;
  /* P/Medium Caption */
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
}
.product-main-sec .pagination-wrap ul .next-btn {
  color: #FF7982;
}
.product-main-sec .pagination-wrap ul .num-btn {
  width: 30px;
  height: 30px;
  padding: 0px;
  text-align: center;
  color: #110D42;
  /* P/Medium Body */
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  line-height: 30px;
  vertical-align: middle;
}
.product-main-sec .pagination-wrap ul .num-btn.active {
  border-radius: 4px;
  background: #FF7982;
  color: white;
}
.product-main-sec .filter-wrap-btn[aria-expanded=false] .active-img {
  display: none;
}
.product-main-sec .filter-wrap-btn[aria-expanded=false] .normal-img {
  display: inline;
}
.product-main-sec .filter-wrap-btn[aria-expanded=true] .active-img {
  display: inline;
}
.product-main-sec .filter-wrap-btn[aria-expanded=true] .normal-img {
  display: none;
}

.single-product-top-sec {
  height: 238px;
  background: url(../images/single-product-top-img.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.single-product-top-sec .single-product-top-content {
  position: absolute;
  left: 54.6%;
  transform: translateX(-50%);
  bottom: 25px;
}
.single-product-top-sec .single-product-top-content .breadcrumb {
  gap: 16px;
}
.single-product-top-sec .single-product-top-content .breadcrumb-item a {
  color: white;
  /* P/Large Caption */
  font-family: "tonnelier";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.27px;
}
.single-product-top-sec .single-product-top-content .breadcrumb-item.active {
  color: #D0D0D0;
  /* P/Large Caption */
  font-family: "tonnelier";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.27px;
}
.single-product-top-sec .single-product-top-content .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.single-product-top-sec .single-product-top-content .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  float: left;
  width: 24px;
  height: 24px;
  background: url(../images/breadcrumb-icon.svg) no-repeat center center;
  background-size: contain;
  padding: 0 24px 0 0;
  margin-right: 16px;
}

.single-product-main-content {
  margin-bottom: 72px;
}
.single-product-main-content .single-flex {
  display: flex;
  gap: 56px;
  align-items: end;
}
.single-product-main-content .single-flex .single-audiobook-wrap {
  max-width: 859px;
  display: flex;
  gap: 24px;
}
.single-product-main-content .single-flex .single-audiobook-wrap .single-audiobook-main {
  max-width: 676px;
}
.single-product-main-content .single-flex .single-audiobook-wrap .single-audiobook-main span {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: start;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 4px;
  background: #110D42;
  color: #FFF;
  /* P/Medium Caption */
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  margin-bottom: 24px;
}
.single-product-main-content .single-flex .single-audiobook-wrap .single-audiobook-main h3 {
  color: #110D42;
  /* Heading/H3 */
  font-family: "tonnelier";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: 0.6px;
  margin-bottom: 24px;
}
.single-product-main-content .single-flex .single-audiobook-wrap .single-audiobook-main p {
  color: #68667E;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
}
.single-product-main-content .single-left-img {
  position: relative;
  margin-top: -65px;
}
.single-product-main-content .single-add-to-cart h4 {
  color: #110D42;
  /* Heading/H3 */
  font-family: "tonnelier";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: 0.6px;
  margin-bottom: 32px;
}
.single-product-main-content .single-add-to-cart .counter-sec {
  margin-bottom: 32px;
}

.you-may-sec {
  padding: 96px 0 0 0;
  background: url(../images/you-may-bg.png) no-repeat center top;
  background-size: 100%;
}
.you-may-sec .common-second-sec h4 {
  margin-bottom: 48px;
}
.you-may-sec .you-may-flex {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-bottom: 48px;
}

.contact-us-wrap {
  position: relative;
}
.contact-us-wrap .contact-form-wrap .form-wrap {
  padding: 82px 0;
  max-width: 708px;
  width: 100%;
}
.contact-us-wrap .contact-form-wrap .form-wrap .form-flex {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.contact-us-wrap .contact-form-wrap .form-wrap .form-flex .form-check {
  max-width: 337px;
}
.contact-us-wrap .contact-form-wrap .form-wrap .form-check-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-us-wrap .contact-form-wrap .contact-details-wrap {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.contact-us-wrap .contact-form-wrap .contact-details-wrap .contact-details-content {
  position: absolute;
  top: 88px;
  left: 116px;
}
.contact-us-wrap .contact-form-wrap .contact-details-wrap .contact-details-content a,
.contact-us-wrap .contact-form-wrap .contact-details-wrap .contact-details-content address {
  color: #110D42;
  /* P/Large Caption */
  font-family: "tonnelier";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.27px;
  margin: 0;
}
.contact-us-wrap .contact-form-wrap .contact-details-wrap .contact-details-content ol li {
  margin-bottom: 32px;
}
.contact-us-wrap .contact-form-wrap .contact-details-wrap .contact-details-img {
  height: inherit;
}
.contact-us-wrap .contact-form-wrap .contact-details-wrap .contact-details-img img {
  height: inherit;
}

.sign-up-top-sec {
  width: 100%;
  min-height: 354px;
  padding: 140px 0 93px 0;
  background: url(../images/sign-up-img.png) no-repeat center center;
  background-size: cover;
}
.sign-up-top-sec .sign-up-topsec {
  text-align: center;
}
.sign-up-top-sec .sign-up-topsec h1 {
  color: #FFF;
  /* Heading/H1 */
  font-family: "tonnelier";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 67.2px */
  letter-spacing: 0.84px;
  margin-bottom: 24px;
}
.sign-up-top-sec .sign-up-topsec p {
  color: #FFF;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.sign-up-top-sec .sign-up-topsec p a {
  color: #FF7982;
}

.sign-up-contant {
  position: relative;
  background: url(../images/sign-up-bg.png) no-repeat center center;
  background-size: cover;
}
.sign-up-contant .sign-form-content {
  max-width: 708px;
  margin-left: auto;
  padding: 99px 0;
}
.sign-up-contant .sign-form-content .form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.sign-up-contant .sign-form-content .form-flex .form-group {
  flex: 1 1 100%;
}
.sign-up-contant .sign-form-content .form-flex .form-col-2 {
  flex: 1 1 43%;
}
.sign-up-contant .sign-form-content .form-check-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sign-up-contant .sign-form-content .form-check-wrap .form-check {
  max-width: 337px;
}
.sign-up-contant .sign-left-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.sign-up-contant .sign-left-img img {
  height: inherit;
}

.lon-in-top-sec {
  background: url(../images/lon-in-img.png) no-repeat center center;
  background-size: cover;
}

.lon-in-content {
  background: url(../images/sign-up-bg.png) no-repeat center center;
  background-size: cover;
}
.lon-in-content .forgot-btn a {
  color: #FF7982;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.lon-in-content .sign-form-content {
  max-width: 708px;
  margin-left: auto;
  padding: 221px 0;
}

.sign-popup-toast {
  left: 50%;
  bottom: 50px;
  transform: translatex(-50%);
  max-width: 617px;
  width: 100%;
}

.toast {
  width: 100%;
  background: transparent;
}

.sign-popup {
  border-radius: 8px;
  background: #110D42;
  padding: 24px;
  /* Soft Shadow */
  box-shadow: 4px 4px 72px 0px rgba(68, 68, 68, 0.15);
  display: flex;
  align-items: start;
  width: 100%;
  gap: 66px;
}
.sign-popup button {
  background: transparent;
  padding: 0;
  border: 0;
}
.sign-popup h6 {
  color: #FFF;
  /* P/Large SB */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 14px;
}
.sign-popup p {
  color: #5EFFBC;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.reset-pass-sec {
  padding: 112px 0;
  background: url(../images/reset-pass-sec-bg.png) no-repeat center center;
  background-size: cover;
}
.reset-pass-sec .reset-pass-content {
  max-width: 708px;
  margin: auto;
}
.reset-pass-sec .reset-pass-content h3 {
  max-width: 442px;
  margin: auto;
  color: #110D42;
  /* P/Large SB */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
  margin-bottom: 56px;
  text-align: center;
}
.reset-pass-sec .reset-pass-content .form-flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cart-checkout-sec {
  padding: 72px 0;
}
.cart-checkout-sec .cart-flex {
  display: flex;
  gap: 78px;
}
.cart-checkout-sec .cart-address-wrap {
  max-width: 708px;
}
.cart-checkout-sec .cart-title-heading {
  color: #0E0E0E;
  /* Heading/H5 */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: 0.36px;
  margin-bottom: 0;
}
.cart-checkout-sec .cart-form-flex {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.cart-checkout-sec .cart-form-flex .form-group {
  flex: 1 1 100%;
}
.cart-checkout-sec .cart-form-flex .form-group-6 {
  flex: 1 1 45%;
}
.cart-checkout-sec .cart-form-flex .dates-wrap {
  display: flex;
  gap: 9px;
}
.cart-checkout-sec .cart-form-flex .form-group-7 {
  flex: 1 1 50%;
}
.cart-checkout-sec .cart-form-flex .form-group-8 {
  flex: 1 1 20%;
}
.cart-checkout-sec .cart-form-flex .robot-sec {
  text-align: end;
}
.cart-checkout-sec .cart-form-flex .secondary-btn {
  border: 1px solid #FF7982;
}
.cart-checkout-sec .cart-form-flex .secondary-outline-btn {
  background-color: white;
}
.cart-checkout-sec .cart-order-summary-wrap {
  max-width: 654px;
  width: 100%;
}
.cart-checkout-sec .cart-order-summary-wrap .cart-order-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.cart-checkout-sec .cart-order-summary-wrap .cart-order-card {
  border-radius: 8px;
  background: white;
  box-shadow: 4px 4px 72px 0px rgba(68, 68, 68, 0.15);
  margin-bottom: 32px;
}
.cart-checkout-sec .cart-order-summary-wrap .product-list {
  align-items: center;
  padding: 24px;
}

.subtotal-cart-sec h6 {
  color: #68667E;
  /* P/Medium Body */
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.subtotal-cart-sec .subtotal-apply {
  display: flex;
  gap: 24px;
}
.subtotal-cart-sec .subtotal-apply .form-control {
  flex: 1 1 auto;
}
.subtotal-cart-sec .subtotal-apply .secondary-btn {
  max-width: 131px;
  width: 100%;
}
.subtotal-cart-sec h4 {
  color: #110D42;
  /* Heading/H5 */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: 0.36px;
  margin-bottom: 0;
}

.succesfully-sec-top {
  padding: 113px 0 48px 0;
  background: url(../images/succesfully-bg.png) no-repeat center center;
  background-size: cover;
  min-height: 354px;
}
.succesfully-sec-top .succesfully-sec-wrap {
  text-align: center;
}
.succesfully-sec-top .succesfully-sec-wrap h1 {
  color: white;
  /* Heading/H1 */
  font-family: "tonnelier";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 67.2px */
  letter-spacing: 0.84px;
  margin: 16px 0;
}
.succesfully-sec-top .succesfully-sec-wrap p {
  color: white;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.succesfully-content-wrap {
  padding: 72px 0;
  background: white;
}
.succesfully-content-wrap .succesfully-content {
  max-width: 654px;
  margin: auto;
}
.succesfully-content-wrap .order-Total {
  margin: 32px 0;
}

.succesfully-items-wrap {
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 72px 0px rgba(68, 68, 68, 0.15);
  margin-bottom: 32px;
}
.succesfully-items-wrap .succesfully-items {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 8px 8px 0px 0px;
  border-bottom: 1px solid #D3F2E9;
}
.succesfully-items-wrap .succesfully-items .text-wrap {
  flex: 1 1 auto;
}
.succesfully-items-wrap .succesfully-items .text-wrap h6 {
  margin-bottom: 24px;
}
.succesfully-items-wrap .succesfully-items h6 {
  color: #110D42;
  /* Heading/H5 */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: 0.36px;
}
.succesfully-items-wrap .succesfully-items .input-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.succesfully-items-wrap .succesfully-items .input-wrap h6 {
  margin-bottom: 0;
}
.succesfully-items-wrap .succesfully-items .input-wrap .form-control {
  width: 63px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #68667E;
  text-align: center;
}

.failled-sec-top {
  background: url(../images/failled-bg.png) no-repeat center center;
  background-size: cover;
}

.account-top-sec {
  min-height: 354px;
  width: 100%;
  background: url(../images/accound-top-bg.png) no-repeat center center;
  background-size: cover;
}
.account-top-sec .account-top-content {
  padding: 140px 0 77px 0;
  text-align: center;
}
.account-top-sec .account-top-content h1 {
  color: #FFF;
  /* Heading/H1 */
  font-family: "tonnelier";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 67.2px */
  letter-spacing: 0.84px;
  margin-bottom: 24px;
}
.account-top-sec .account-top-content .btn-wrap {
  display: flex;
  justify-content: center;
}
.account-top-sec .account-top-content .btn-wrap a {
  display: inline-block;
  padding: 8px 32px;
  border-radius: 4px;
  color: #fff;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
}
.account-top-sec .account-top-content .btn-wrap a.active {
  background: #5EFFBC;
  color: #0E0E0E;
}

.account-content-sec {
  padding: 72px 0;
  background: #FFF;
}
.account-content-sec .form-wrap h3 {
  color: #0E0E0E;
  /* Heading/H5 */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: 0.36px;
  margin-bottom: 32px;
}
.account-content-sec .forgot-btn {
  color: #FF7982;
  /* P/Medium Caption */
  font-family: "tonnelier";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  display: inline-block;
  margin-bottom: 9px;
}

.account-second-content {
  max-width: 890px;
  margin: auto;
}
.account-second-content .Order-no-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.account-second-content .Order-no-wrap p {
  color: #110D42;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.account-second-content .Order-no-wrap p span {
  color: #110D42;
  /* P/Large Caption */
  font-family: "tonnelier";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.27px;
  margin-left: 8px;
}
.account-second-content .succesfully-items-wrap {
  margin-bottom: 24px;
}
.account-second-content .order-Total {
  margin-top: 32px;
}
.account-second-content .subtotal-cart-sec {
  padding: 0 41px;
}
.account-second-content .Order-no-wrap-second-sec {
  margin-top: 40px;
}

.error-sec {
  position: relative;
  max-height: 1079px;
}
.error-sec::before {
  content: "";
  background: linear-gradient(270deg, rgba(5, 0, 56, 0.95) 1.98%, rgba(5, 0, 56, 0.55) 98.65%);
  width: 100%;
  height: 100%;
  position: absolute;
}
.error-sec .error-wrap-sec {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 728px;
  width: 100%;
  text-align: center;
}
.error-sec .error-wrap-sec .text-wrap {
  max-width: 404px;
  margin: auto;
  margin-top: 56px;
}
.error-sec .error-wrap-sec .text-wrap p {
  color: white;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.term-content {
  padding: 72px 0;
  background: url(../images/term-bg.png) no-repeat center center;
  background-size: cover;
}
.term-content .term-content-wrap {
  max-width: 1074px;
  margin: auto;
}
.term-content .term-content-wrap h6 {
  color: #110D42;
  /* Heading/H5 */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: 0.36px;
  margin-bottom: 24px;
}
.term-content .term-content-wrap p {
  color: #68667E;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.term-content .text-wrap {
  margin-bottom: 32px;
}

.faq-sec {
  padding: 72px 0 0 0;
}
.faq-sec .accordion {
  max-width: 939px;
  margin: auto;
}
.faq-sec .accordion .accordion-item {
  margin-bottom: 24px;
  border-radius: 16px;
  border: 1px solid #F4F4F4;
}
.faq-sec .accordion .accordion-button {
  background-color: transparent;
  box-shadow: unset;
  color: #110D42;
  /* Heading/H5 */
  font-family: "tonnelier";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: 0.36px;
  padding: 24px;
}
.faq-sec .accordion .accordion-body {
  padding-top: 0;
}
.faq-sec .accordion p {
  color: #68667E;
  /* P/Large Body */
  font-family: "tonnelier";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.faq-sec .accordion .accordion-item:has(.show) {
  background: url(../images/accordion-bg.png) no-repeat center center;
  background-size: cover;
  box-shadow: 4px 4px 72px 0px rgba(68, 68, 68, 0.15);
}
.faq-sec .accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../images/accordion-arrow.svg);
  background-size: 24px !important;
  width: 24px;
  height: 24px;
}
.faq-sec .accordion .accordion-button::after {
  background-image: url(../images/accordion-arrow-close.svg);
}

.cant-find-what-sec .ready-upgrade-wrap .common-second-sec {
  padding-top: 185px;
}
.cant-find-what-sec .ready-upgrade-wrap .common-second-sec h4 {
  margin-bottom: 82px;
}

.stickyheader {
  position: fixed;
  background: #110D42;
}

video {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */


.our-e-learning-sec .our-e-learning-wrap .our-e-learning-card .our-learning-card-item .text-wrap {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}