* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "DMSans-Regular";
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
  border: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

@font-face {
  font-family: "DMSans-Regular";
  src: url("../fonts/dmsans/DMSans_18pt-Regular.ttf");
}

@font-face {
  font-family: "DMSans-Medium";
  src: url("../fonts/dmsans/DMSans_18pt-Medium.ttf");
}

@font-face {
  font-family: "DMSans-Bold";
  src: url("../fonts/dmsans/DMSans_18pt-Bold.ttf");
}

@font-face {
  font-family: "DMSans-SemiBold";
  src: url("../fonts/dmsans/DMSans_18pt-SemiBold.ttf");
}

@font-face {
  font-family: "DMSans-ExtraBold";
  src: url("../fonts/dmsans/DMSans_18pt-ExtraBold.ttf");
}

@font-face {
  font-family: "DMSans-Light";
  src: url("../fonts/dmsans/DMSans_18pt-Light.ttf");
}

@font-face {
  font-family: "DMSans-Thin";
  src: url("../fonts/dmsans/DMSans_18pt-Thin.ttf");
}

@font-face {
  font-family: "Rubik-Regular";
  src: url("../fonts/rubik/Rubik-Regular.ttf");
}

@font-face {
  font-family: "Rubik-Medium";
  src: url("../fonts/rubik/Rubik-Medium.ttf");
}

@font-face {
  font-family: "Rubik-Bold";
  src: url("../fonts/rubik/Rubik-Bold.ttf");
}

@font-face {
  font-family: "Rubik-SemiBold";
  src: url("../fonts/rubik/Rubik-SemiBold.ttf");
}

.container {
  /* max-width: 1278px; */
  max-width: 1219px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

:root {
  --PrimaryColor: #E7E7E7;
  --SecondaryColor: #103EAD;
  --WhiteColor: #FFFFFF;
  --YellowColor: #F4A524;
  --BlackColor: #080808;
}


.btn,
.btn:hover {
  font-size: 16px;
  font-family: 'DMSans-Regular';
  line-height: 24px;
  padding: 10px 15px;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  border-color: transparent;
}

.btn.btn-primary {
  background: var(--SecondaryColor);
  border: 1px solid var(--SecondaryColor);
  color: var(--WhiteColor);
}

.btn.btn-primary:hover {
  background: transparent;
  color: var(--SecondaryColor);
  border-color: var(--SecondaryColor);
}

.btn.btn-secondary {
  background: transparent;
  border: 1px solid var(--YellowColor);
  color: var(--YellowColor);
}

.btn.btn-secondary:hover {
  background: var(--YellowColor);
  color: var(--WhiteColor);
  border-color: var(--WhiteColor);
}

.form-group .form-label {
  font-family: 'Rubik-Regular';
  color: var(--BlackColor);
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 20px;
}

/* Header CSS start */

.header-main {
  background-color: var(--SecondaryColor);
  padding: 13px 0px;
  overflow: hidden;
}

.header-flex-justify {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nav-header-inner .nav-header-list {
  display: flex;
  align-items: center;
  gap: 56px;
}

.nav-header-list .nav-head-listitem .redirect-navitem {
  color: var(--PrimaryColor);
  font-size: 16px;
  line-height: 24px;
  font-family: "DMSans-Regular";
  text-decoration: none;
  padding: 0px;
  position: relative;
  transition: color 0.3s ease;
}

.logo-header .redirect-logo {
  display: flex;
}

.redirect-logo .logo-header-img {
  max-width: 205px;
  width: 100%;
  height: 95px;
  object-fit: contain;
}

.nav-head-listitem .redirect-navitem::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  bottom: -4px;
  background-color: var(--YellowColor);
  transition: width 0.3s ease;
}

.nav-head-listitem .redirect-navitem:hover::after {
  width: 100%;
}

.nav-head-listitem.active .redirect-navitem {
  color: var(--YellowColor);
}

/* Header CSS end */

/* Hero CSS start */

.hero-main-content {
  padding: 80px 0px 108.98px 0px;
}

.grid-hero {
  display: grid;
  grid-template-columns: 1fr 464px;
  column-gap: 75px;
  /* align-items: center; */
}


.hero-content .hero-content-title,
.hero-main-title .hero-content-title {
  font-size: 74px;
  letter-spacing: -3px;
  line-height: 88px;
  font-family: "Rubik-Medium";
  color: var(--YellowColor);
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.hero-main-title .hero-content-title {
  text-align: center;
  margin-bottom: 60px;
}

.hero-content .hero-subtitle {
  font-family: 'Rubik-Medium';
  color: var(--BlackColor);
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.hero-description-details p {
  font-family: "Rubik-Regular";
  color: var(--BlackColor);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.hero-description-details p:last-child {
  margin-bottom: 0px;
}

.hero-description-details {
  margin-bottom: 30px;
}

.hero-comming-store p {
  font-family: "Rubik-Medium";
  color: var(--SecondaryColor);
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
  margin-bottom: 14px;
}

.hero-bg-main .hero-main-img {
  width: 100%;
  min-height: 467px;
  object-fit: contain;
}

.store-button-flex .btn-transparent-play,
.store-button-flex .btn-transparent-play:hover,
.store-button-flex .btn-transparent-play:active,
.store-button-flex .btn-transparent-play:focus {
  padding: 0px;
  border: 0px;
  max-width: 147px;
  width: 100%;
  background-color: transparent;
}

.store-button-flex .btn-transparent-play img {
  max-width: 147px;
  height: 42px;
  object-fit: contain;
  width: 100%;
}

.store-button-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Hero CSS end */

/* Company CSS start */

.companies-card {
  max-width: 135px;
  height: 48px;
}

.companies-card .companies-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.companies-slider-main {
  position: relative;
}

.companies-slider-main::after {
  background: linear-gradient(90deg, #F7F7F7, #F6F2FF80, #F7F7F7);
  content: '';
  width: 100%;
  min-height: 112px;
  position: absolute;
  top: -60%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.company-logo-main {
  background-color: #F7F7F7;
  padding: 20px 0px;
}

/* Company CSS end */

/* Enabled CSS start */

.enabled-content-details {
  background-color: #F7F7F7;
  padding: 64px 0px 64px 0px;
}

.max-enabled-details {
  max-width: 500px;
  margin: 0 auto;
}

.max-enabled-details p {
  text-align: center;
  font-family: "Rubik-Medium";
  color: var(--YellowColor);
  font-size: 24px;
  line-height: 34px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/* Enabled CSS end */

/* Discover CSS start */

.discover-content-details {
  background-color: #F7F7F7;
  padding: 70px 0px 70px 0px;
}

.discover-heading .discover-heading-title,
.discover-heading .discover-heading-title span {
  font-size: 48px;
  font-family: 'Rubik-Bold';
  color: var(--BlackColor);
  line-height: 51px;
}

.discover-heading .discover-heading-title {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.discover-heading {
  max-width: 720px;
  margin: 0 auto 88px auto;
  text-align: center;
}

.discover-heading .discover-heading-title span,
.yellow-color {
  color: var(--YellowColor);
}

.discover-item-card {
  border: 0.5px solid var(--SecondaryColor);
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0px 3px 2px 0px #23272E14;
  height: 100%;
}

.dicover-icon-box {
  max-width: 32px;
  height: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--SecondaryColor);
  border-radius: 5px;

}

.discover-details {
  margin-top: 24px;
}

.discover-details .discover-title {
  font-family: 'Rubik-Regular';
  color: var(--SecondaryColor);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.discover-details .disover-desc {
  font-family: 'Rubik-Regular';
  color: var(--BlackColor);
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.discover-grid.row .col-xl-4.col-lg-4.col-md-6.col-sm-12.col-12 .discover-details .disover-desc {
  max-width: 302px;

}

.discover-grid.row>* {
  padding: 0px 12px;
  margin-bottom: 20px;
}

/* Discover CSS end */


/* Birthday CSS start */

.birthday-content-details {
  background-color: #F7F7F7;
  padding: 64px 0px 64px 0px;
}

.max-birthday-details {
  max-width: 520px;
  margin: 0 auto;
}

.max-birthday-details p {
  text-align: center;
  font-family: "Rubik-Medium";
  color: var(--YellowColor);
  font-size: 24px;
  line-height: 34px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 6; */
  -webkit-box-orient: vertical;
}

/* Birthday CSS end */

/* Faq CSS start */

.faq-main-content {
  padding: 96px 0px 96px 0px;
  background-color: var(--SecondaryColor);
}

.faq-main-content .max-faq-center {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.faq-heading .faq-heading-title {
  text-align: center;
  font-size: 48px;
  line-height: 35.2px;
  margin-bottom: 24px;
  color: var(--PrimaryColor);
  font-family: 'DMSans-Bold';
  letter-spacing: -0.48px;
  word-break: break-word;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
}

.faq-heading p {
  text-align: center;
  font-size: 16px;
  color: var(--PrimaryColor);
  line-height: 25px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.faq-heading {
  margin-bottom: 72px;
}

.faq-accordion-details .accordion .accordion-item {
  margin-bottom: 20px;
  background: transparent;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid var(--PrimaryColor);
}

.faq-accordion-details .accordion .accordion-item .accordion-button {
  background: transparent;
  color: var(--PrimaryColor);
  font-size: 18px;
  line-height: 28px;
  box-shadow: none;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 30px;
  word-break: break-word;
}

.faq-accordion-details .accordion .accordion-item .accordion-button::after {
  display: none;
}


.faq-accordion-details .accordion .accordion-item .accordion-icon {
  background: var(--YellowColor);
  border-radius: 8px;
  max-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.faq-accordion-details .accordion .accordion-item .accordion-icon img {
  width: 100%;
  object-fit: contain;
  height: 32px;
  max-width: 32px;
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}

.faq-accordion-details .accordion .accordion-item .accordion-body {
  padding: 0px 30px 16px 30px;
}

.faq-accordion-details .accordion .accordion-item .accordion-body p {
  color: var(--PrimaryColor);
  font-size: 16px;
  line-height: 26px;
  font-family: 'Rubik-Regular';
  word-break: break-word;
}

.faq-accordion-details .accordion .accordion-item.active {
  background: var(--PrimaryColor);
}

.faq-accordion-details .accordion .accordion-item.active .accordion-button {
  color: var(--SecondaryColor);
}

.faq-accordion-details .accordion .accordion-item.active .accordion-icon .accordion-img {
  transform: rotate(45deg);
}

.faq-accordion-details .accordion .accordion-item.active .accordion-body p {
  color: var(--BlackColor);
}

.faq-accordion-details .accordion .accordion-item:last-child {
  margin-bottom: 0px;
}

/* Faq CSS end */

/* First to Know CSS start */

.firstknow-main {
  padding: 80px 0px 80px 0px;
  background-color: #F7F7F7;
  position: relative;
  overflow: hidden;
}

.firstknow-main::after {
  content: '';
  background-image: url('../images/png/Layer_1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 445px;
  height: 445px;
  background-position: right;
}

.firstknow-main .max-first-know {
  max-width: 929.82px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.first-know-contain .first-know-heading,
.why-love-sec .why-love-title {
  font-size: 40px;
  font-family: 'Rubik-Bold';
  color: var(--SecondaryColor);
  margin-bottom: 16px;
  line-height: 45px;
  word-break: break-word;
}

.grid-firstknow {
  display: grid;
  grid-template-columns: 1fr 384px;
  gap: 48px;
  align-items: center;
}

.first-know-contain .first-know-subtitle {
  font-size: 16px;
  color: var(--BlackColor);
  line-height: 26px;
  word-break: break-word;
  font-family: 'Rubik-Regular';
  margin-bottom: 32px;
}

.email-contact-details {
  max-width: 362px;
  width: 100%;
  position: relative;
}

.email-contact-details .form-group .form-control,
.common-input-control .form-group .form-control {
  background: var(--PrimaryColor);
  border-color: var(--SecondaryColor);
  font-size: 14px;
  line-height: 24px;
  color: #737373;
  font-family: 'DMSans-Regular';
  padding: 11px 60px 11px 10px;
  border-radius: 8px;
}

.email-contact-details .form-group .form-control:hover,
.common-input-control .form-group .form-control:hover {
  box-shadow: none;
}

.email-contact-details .btn-arrow-transparent {
  background: transparent;
  padding: 0px;
  max-width: 32px;
  height: 32px;
  width: 100%;
  border: 1px solid var(--SecondaryColor);
  border-radius: 8px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.first-mobile-img .firstknow-img {
  width: 100%;
  min-height: 788px;
  height: 100%;
  object-fit: contain;
}

/* First to Know CSS end */

/* Footer CSS start */

.footer-main .footer-top-content {
  padding: 47px 0px 28px;
  background: var(--SecondaryColor);
}

.footer-main .footer-bottom-content {
  background: var(--YellowColor);
  padding: 8px 0px;
}

.footer-center-content {
  text-align: center;
}

.footer-center-content .footer-logo-details .redirect-footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
  height: 101px;
  width: 100%;
}

.footer-center-content .footer-logo-details .redirect-footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-logo-details {
  margin-bottom: 28px;
}

.social-footer-listing .list-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0px;
}

.social-footer-listing .list-social .listitem-social {
  max-width: 40px;
  width: 100%;
  height: 40px;
}

.social-footer-listing .list-social .listitem-social a {
  background: #FFFFFF4D;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.social-footer-listing .list-social .listitem-social:hover a {
  background: var(--YellowColor);
}

.social-footer-listing .list-social .listitem-social a img {
  height: 20px;
  max-width: 20px;
  width: 100%;
  object-fit: contain;
}

.social-footer-listing,
.nav-footer-listing {
  margin-bottom: 28px;
}

.nav-footer-listing .list-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 37px;
  flex-wrap: wrap;
  row-gap: 10px;
}

.nav-footer-listing .list-nav .listitem-nav a {
  text-decoration: none;
  color: var(--PrimaryColor);
  font-size: 16px;
  line-height: 24px;
  font-family: 'Rubik-Regular';
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}

.nav-footer-listing .list-nav .listitem-nav:hover a {
  color: var(--YellowColor);
}

.footer-play-contain .store-button-flex {
  justify-content: center;
}

.store-button-flex {
  padding: 18px 0px;
}

.copyright-footer .copyright-title {
  text-align: center;
  font-size: 14px;
  font-family: 'Rubik-Regular';
  line-height: 30px;
  color: var(--WhiteColor);
}

/* Footer CSS end */

/* mobile menu css start */

.box-menu-mobile,
.remove-menu-responsive,
.mobile-logo-header {
  display: none;
}

.nav-header-inner .nav-header-list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.nav-header-inner .nav-header-list::-webkit-scrollbar-track {
  background: var(--PrimaryColor);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

/* Handle */
.nav-header-inner .nav-header-list::-webkit-scrollbar-thumb {
  background: var(--YellowColor);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

/* Handle on hover */
.nav-header-inner .nav-header-list::-webkit-scrollbar-thumb:hover {
  background: var(--YellowColor);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

/* Common modal */

.common-modal .modal-header {
  padding: 10px 20px;
  border-bottom: 0px;
  position: absolute;
  right: 0;
}

.common-modal .modal-title {
  font-size: 22px;
  font-family: 'Rubik-Regular';
  background: -webkit-linear-gradient(32deg, #103ead, #f4a524);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  margin-bottom: 20px;
}

.logo-modal-bg {
  background: #103ead;
  max-width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: -30px auto 20px auto;
}

.logo-modal-bg .logo-header-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.common-modal .modal-header .btn-close {
  font-size: 13px;
}

.common-modal .common-input-control {
  margin-bottom: 20px;
}

.common-modal .modal-body {
  padding: 20px;
  margin-right: -10px;
}

/* .common-modal .common-input-control:last-child {
  margin-bottom: 0px;
} */

.common-modal-scroll {
  max-height: calc(100vh - 270px);
  overflow: auto;
  padding-right: 10px;
}


.hero-details-content .dimond-hero-subitle {
  text-align: center;
  color: var(--main-white);
  font-weight: 300;
  font-size: 28px;
  line-height: 44px;
  max-width: 829px;
  margin: 0 auto;
}

/* Coming Soon */

.form-coming-details .row>* {
  padding: 0px 6px;
}

.form-coming-details .row {
  margin: 0px -6px;
}


.google-modal .modal-dialog {
  max-width: 950px;
}

.flex-comingsoon {
  display: grid;
  grid-template-columns: 1fr 250px;
  padding: 24px;
  gap: 30px;
  align-items: center;
}

.left-comingsoon .badge {
  display: inline-block;
  background: #ec9d1c2b;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
  color: #ec9d1c;
  margin-bottom: 10px;
}

.left-comingsoon .love-coming-title {
  margin: 6px 0 8px;
  font-size: 26px;
  font-family: 'DMSans-Bold';
  line-height: 1.04;
  color: var(--SecondaryColor);
}

.join-love-title {
  font-size: 16px;
  margin: 0 0 18px;
  font-family: 'DMSans-Regular';
  color: rgb(148 163 184);
}

.right-comingsoon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 8px;
}

.phone-comingsoon {
  width: 220px;
  height: 440px;
  border-radius: 28px;
  background: linear-gradient(180deg, #071a2b, #092233);
  box-shadow: inset 0 2px 10px rgba(255, 255, 255, 0.02), 0 18px 50px rgba(7, 20, 38, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.02);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.screen-comingsoon {
  max-width: 200px;
  height: calc(100% - 60px);
  border-radius: 20px;
  background: linear-gradient(180deg, #dddddd 0%, #dddddd 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-weight: 700;
  padding: 14px;
  text-align: center;
  overflow: hidden;
  position: relative;
}


.screen-title-details .screen-title {
  background: -webkit-linear-gradient(32deg, #103ead, #f4a524);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
  margin: auto;
  font-size: 17px;
  font-family: 'Rubik-Bold';
  margin-bottom: 3px;
}

.screen-title-details .screen-para {
  font-size: 11px;
  font-family: 'Rubik-Regular';
  color: #000;
  font-weight: 100;
}


.coming-ribbon {
  position: absolute;
  left: -46px;
  top: 18px;
  background: linear-gradient(90deg, #1c44a6, #f09c14);
  color: #ffffff;
  transform: rotate(326deg);
  padding: 6px 46px;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(255, 124, 140, 0.14);
  font-size: 10px;
  letter-spacing: 1px;
}

.why-love-list .why-love-listitem {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}

.why-love-list .why-love-listitem .why-love-icon {
  width: 35px;
  height: 35px;
  margin-top: 5px;
}

.why-love-listitem p {
  font-family: "Rubik-Regular";
  color: var(--BlackColor);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  word-break: break-word;
}

.why-love-listitem p span {
  font-family: "Rubik-Medium";
}

.why-love-sec .why-love-title {
  color: var(--BlackColor);
}

.why-love-sec .why-love-title span {
  color: var(--YellowColor);
  font-family: 'Rubik-Bold';
}

.hero-img-wrapper {
  display: flex;
  justify-content: space-between;
}


.mt-lol-content {
  margin-top: 30px;
}

.mt-lol-content p {
  font-size: 18px;
  line-height: 29px;
}

.hero-img-right-sec .hero-img {
  width: 100%;
  max-width: 240px;
  height: 240px;
  object-fit: contain;
}

.personal-assistant{
  padding-top: 80px;
  padding-bottom: 100px;
}

.personal-card {
  background: #f3f4f6;
  padding: 25px 20px;
  border-radius: 12px;
  transition: 0.3s;
  display: flex;
  height: 100%;
  flex-direction: column;
  gap: 12px;
  border: 0.5px solid var(--SecondaryColor);
  box-shadow: 0px 3px 2px 0px #23272E14;
}

.personal-card-title {
  font-size: 22px;
  /* color: var(--BlackColor); */
  color: var(--SecondaryColor);;
  margin-bottom: 6px;
  font-family: "DMSans-SemiBold";
}

.personal-ul {
  padding: 0 0 0 18px;
  list-style: disc;
}

.personal-li {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 8px;
  color: var(--BlackColor);
  font-family: 'Rubik-Regular';
}