* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Alexandria", sans-serif;
  background-color: #ecf1fd;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* === Reuseable Code === */

.common-heading h2 {
  font-size: 60px;
  line-height: 66px;
  letter-spacing: -1px;
  text-align: center;
  color: #101044;
}

.header {
  padding: 10px 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  transition: all 0.3s ease-in;
}

.header .logo img {
  max-width: 183px;
}

.header .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.header .nav-link {
  font-weight: 500;
  color: #101044;
}

.header .sign-in-btn {
  min-width: 108.99px;
  height: 44px;
  border-radius: 4.5px;
  border: 1px solid #101044;
  padding: 7.5px 15px;
  gap: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header .sign-in-btn-nav {
  display: none;
}

.header .sign-in-btn:hover {
  color: inherit;
}

.header .navbar-toggler {
  border: none;
  outline: none;
}

.header .navbar-toggler-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .navbar-toggler-icon img {
  width: 25px;
}

/* === Hero === */

.hero {
  height: 818px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-car img:nth-child(1) {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.hero-car img:nth-child(2) {
  max-width: 778.26px;
  top: 395.88px;
  left: -254.92px;
  position: absolute;
  z-index: -1;
}

.hero-car img:nth-child(3) {
  max-width: 878.73px;
  top: 377.88px;
  right: -266.17px;
  position: absolute;
  z-index: -1;
}

.hero .hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero .hero-content .heading {
  max-width: 855px;
  width: 100%;
  margin-top: 133px;
}

.hero .hero-content .heading h1 {
  font-size: 90px;
  line-height: 99px;
  letter-spacing: -1px;
  color: #101044;
}

.hero .hero-content .heading h1:nth-child(1) {
  display: inline-flex;
  align-items: center;
  gap: 12.75px;
}

.hero .hero-content .heading h1:nth-child(2) {
  text-align: end;
  position: relative;
}

.hero .hero-content .heading h1:nth-child(2) svg {
  position: absolute;
  bottom: -10px;
  right: 30px;
}

.hero .hero-content .input-container {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  max-width: 753px;
  width: 100%;
  border-radius: 9.28px;
  padding: 15px;
  background-color: #ffffff;
}

.hero .hero-content .input-container input {
  width: 257px;
  height: 100%;
  border: 1px solid #675df433;
  padding: 16.7px 2.78px;
  background-color: #eef0ff;
  font-size: 22.49px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #101044;
  text-transform: uppercase;
  text-align: center;
}

.hero .hero-content .input-container .btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero .hero-content .input-container .btns button {
  border: none;
  outline: none;
  min-width: 150px;
  height: 100%;
  border-radius: 5.57px;
  padding: 10px 20px;
  background-color: #99f22b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18.55px;
}

.hero .hero-content .reviews {
  margin-top: 110px;
  margin-bottom: 59px;
}

.hero .hero-content .reviews img {
  max-width: 305px;
}

/* === Why === */

.why {
  padding: 100px 0px;
}

.why .common-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}

.why .common-heading h2 {
  max-width: 660px;
}

.why .common-heading h2 span {
  position: relative;
}

.why .common-heading h2 span img {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.why .common-heading p {
  max-width: 622px;
  font-size: 18px;
  line-height: 27px;
  color: #101044;
  text-align: center;
}

.why .why-cards {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-inline: auto;
  margin-top: 70px;
  max-width: 1250px;
}

.why .why-cards .card {
  height: 100%;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid transparent;
  transition: all 0.3s ease-in;
}

.why .why-cards .card:hover {
  border-color: #99f22b;
}

.why .why-cards .card h5 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #101044;
}

.why .birdseye-container {
  max-width: 1180px;
  margin-inline: auto;
  margin-top: 46px;
}

.why .birdseye-container .content p {
  max-width: 675px;
  margin-inline: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 30px;
}

.why .birdseye-container .content p a {
  color: #695dfd;
}

/* === Browse === */

.browse {
  padding: 75px 32px;
  background-color: #ffffff;
  border-radius: 30px;
}

.browse .common-heading {
  text-align: center;
  margin-bottom: 70px;
}

.browse .common-heading .subTitle {
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #101044;
}

.browse .common-heading h2 span {
  position: relative;
}

.browse .common-heading h2 span img {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.browse .swiper {
  max-width: 1250px;
  width: 100%;
  height: 100%;
}

.browse .swiper .cus-slide-btn-holder {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-top: 70px;
}

.browse .swiper .next-btn {
  rotate: 180deg;
}

.browse .swiper .prev-btn svg,
.browse .swiper .next-btn svg {
  border-radius: 50%;
  transition: all 0.3s ease-in;
}

.browse .swiper .prev-btn:hover svg,
.browse .swiper .next-btn:hover svg {
  background-color: #99f22b;
}

.browse .swiper .prev-btn svg rect,
.browse .swiper .next-btn svg rect {
  transition: all 0.3s ease-in;
}

.browse .swiper .prev-btn:hover svg rect,
.browse .swiper .next-btn:hover svg rect {
  stroke: transparent;
}

.browse .swiper .swiper-nav-btn {
  width: 48px;
  height: 48px;
}

.browse .swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.browse .swiper .swiper-slide .card {
  width: 156px;
  height: 161px;
  border-radius: 10px;
  border: 2px solid transparent;
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 23px;
  transition: all 0.3s ease-in;
}

.browse .swiper .swiper-slide .card:hover {
  border-color: #99f22b;
}

.browse .swiper .swiper-slide .card h6 {
  font-size: 14px;
  letter-spacing: -1px;
  color: #101044;
}

.browse .swiper-mob {
  display: none;
}

/* === Recently === */

.recently {
  padding: 75px 32px;
}

.recently .common-heading {
  text-align: center;
  margin-bottom: 70px;
}

.recently .common-heading .subTitle {
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #101044;
}

.recently .common-heading h2 {
  position: relative;
}

.recently .common-heading h2 img {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.recently .swiper {
  max-width: 1320px;
  width: 100%;
  height: 100%;
}

.recently .swiper .cus-slide-btn-holder {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-top: 70px;
}

.recently .swiper .next-btn {
  rotate: 180deg;
}

.recently .swiper .prev-btn svg,
.recently .swiper .next-btn svg {
  border-radius: 50%;
  transition: all 0.3s ease-in;
}

.recently .swiper .prev-btn:hover svg,
.recently .swiper .next-btn:hover svg {
  background-color: #99f22b;
}

.recently .swiper .prev-btn svg rect,
.recently .swiper .next-btn svg rect {
  transition: all 0.3s ease-in;
}

.recently .swiper .prev-btn:hover svg rect,
.recently .swiper .next-btn:hover svg rect {
  stroke: transparent;
}

.recently .swiper .swiper-nav-btn {
  width: 48px;
  height: 48px;
}

.recently .swiper .swiper-slide .card {
  background-color: #ffffff;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in;
  overflow: hidden;
}

.recently .swiper .swiper-slide .card:hover {
  border-color: #99f22b;
}

.recently .swiper .swiper-slide .card .image {
  height: 184px;
  width: 100%;
}

.recently .swiper .swiper-slide .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recently .swiper .swiper-slide .card .content {
  background-color: #ffffff;
  padding: 24px;
}

.recently .swiper .swiper-slide .card .content h6 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 13px 0px;
}

.recently .swiper .swiper-slide .card .content .price {
  display: flex;
  align-items: center;
  gap: 7px;
}

.recently .swiper .swiper-slide .card .content .price h5 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #101044;
  margin: 0;
}

.recently .swiper .swiper-slide .card .content .price span {
  display: block;
  height: 23px;
  width: 1px;
  background-color: #b9b9bb;
}

.recently .swiper .swiper-slide .card .content .price .location {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #101044;
}

.recently .swiper .swiper-slide .card .content ul {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 13px;
}

.recently .swiper .swiper-slide .card .content ul li {
  font-size: 14px;
  font-weight: 300;
  color: #101044;
}

.recently .swiper .swiper-slide .card .content .sold-btn {
  min-width: 72px;
  height: 44px;
  border-radius: 6px;
  padding: 12px 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: #f22b2b;
  color: #ffffff;
}

/* === Smart === */

.smart {
  padding: 0px 122px 0px 122px;
}

.smart .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}

.smart .top .common-heading h2 {
  text-align: left;
  font-size: 40px;
  line-height: 44px;
}

.smart .top .common-heading p {
  position: relative;
  font-size: 18px;
  color: #101044;
}

.smart .top .common-heading p img {
  position: absolute;
  bottom: -10px;
  left: 0;
}

.smart .top .right p {
  font-size: 14px;
  color: #101044;
  line-height: 17.07px;
  margin-bottom: 0px;
}

.smart .top .right a {
  font-size: 18px;
  font-weight: 500;
  color: #695dfd;
  text-decoration: underline;
}

.smart .bottom .smart-card {
  background-color: #ffffff;
  padding: 20px 20px 30px 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in;
  position: relative;
}

.smart .bottom .smart-card .advice-tag {
  position: absolute;
  top: 46%;
  right: 0;
}

.smart .bottom .smart-card:hover {
  border-color: #99f22b;
}

.smart .bottom .smart-card .image {
  width: 100%;
  height: 216px;
  overflow: hidden;
  border-radius: 10px;
}

.smart .bottom .smart-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.smart .bottom .smart-card .content h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #101044;
  margin-bottom: 0;
  margin-top: 20px;
}

.smart .bottom .smart-card .content a {
  font-size: 18px;
  font-weight: 500;
  color: #695dfd;
  margin: 20px 0px;
  display: inline-block;
  text-decoration: underline;
}

.smart .bottom .smart-card .content .profile {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}

.smart .bottom .smart-card .content .profile div {
  display: flex;
  flex-direction: column;
}

.smart .bottom .smart-card .content .profile div h6 {
  font-weight: 600;
  font-size: 20px;
  color: #101044;
  margin: 0;
}

.smart .bottom .smart-card .content .profile div span {
  font-size: 16px;
  color: #595959;
}

/* === Best === */

.best {
  padding: 75px 122px 75px 122px;
}

.best .common-heading {
  text-align: center;
  margin-bottom: 70px;
}

.best .common-heading h2 {
  position: relative;
}

.best .common-heading h2 img {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.best .best-banner .best-banner-card {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  height: 100%;
}

.best .best-banner .best-banner-card h3 {
  font-size: 44px;
  font-weight: 500;
  line-height: 48.4px;
  letter-spacing: -1px;
  color: #101044;
  margin: 0;
}

.best .best-banner .best-banner-card p {
  font-size: 18px;
  line-height: 27px;
  color: #101044;
  max-width: 536px;
  margin-bottom: 0;
}

.best .best-full-banner {
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 40px;
  margin-top: 30px;
}

.best .best-full-banner .best-full-banner-card {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 28px;
}

.best .best-full-banner .best-full-banner-card h3 {
  font-size: 44px;
  font-weight: 500;
  line-height: 48.4px;
  letter-spacing: -1px;
  color: #101044;
}

.best .best-full-banner .best-full-banner-card p {
  font-size: 18px;
  line-height: 27px;
  color: #101044;
  max-width: 536px;
}

.best .best-full-banner .best-full-banner-card-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.best .best-card-container {
  margin: 70px 0px;
}

.best .best-card-container .best-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 13px;
  height: 100%;
}

.best .best-card-container .best-card .content h5 {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 30px;
  color: #101044;
  font-weight: 700;
  margin: 0;
}

.best .review-container {
  max-width: 553px;
  margin-inline: auto;
}

.best .review-container .review-card {
  height: 76px;
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* === Sell === */

.sell {
  padding: 0px 122px 0px 122px;
}

.sell2 {
  padding: 75px 122px 75px 122px;
}

.sell .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}

.sell .top .common-heading h2 {
  text-align: left;
  position: relative;
  font-size: 40px;
  line-height: 44px;
}

.sell .top .common-heading h2 img {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 248px;
}

.sell .top .right .sort {
  min-width: 195px;
  height: 53px;
  border-radius: 6px;
  border: 1px solid #101044;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #101044;
}

.sell .top .right .sort select {
  border: none;
  outline: none;
  background-color: transparent;
  color: #675df4;
  cursor: pointer;
}

.sell .bottom .sell-card {
  background-color: #ffffff;
  padding: 20px 20px 30px 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in;
  position: relative;
}

.sell .bottom .sell-card .advice-tag {
  position: absolute;
  top: 46%;
  right: 0;
}

.sell .bottom .sell-card:hover {
  border-color: #99f22b;
}

.sell .bottom .sell-card .image {
  width: 100%;
  height: 216px;
  overflow: hidden;
  border-radius: 10px;
}

.sell .bottom .sell-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sell .bottom .sell-card .content h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #101044;
  margin-bottom: 0;
  margin-top: 20px;
}

.sell .bottom .sell-card .content a {
  font-size: 18px;
  font-weight: 500;
  color: #695dfd;
  margin: 20px 0px;
  display: inline-block;
  text-decoration: underline;
}

.sell .bottom .sell-card .content .profile {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}

.sell .bottom .sell-card .content .profile div {
  display: flex;
  flex-direction: column;
}

.sell .bottom .sell-card .content .profile div h6 {
  font-weight: 600;
  font-size: 20px;
  color: #101044;
  margin: 0;
}

.sell .bottom .sell-card .content .profile div span {
  font-size: 16px;
  color: #595959;
}

.sell .swiper {
  max-width: 1200px;
  width: 100%;
  height: 100%;
}

.sell .swiper .cus-slide-btn-holder {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-top: 70px;
}

.sell .swiper .next-btn {
  rotate: 180deg;
}

.sell .swiper .prev-btn svg,
.sell .swiper .next-btn svg {
  border-radius: 50%;
  transition: all 0.3s ease-in;
}

.sell .swiper .prev-btn:hover svg,
.sell .swiper .next-btn:hover svg {
  background-color: #99f22b;
}

.sell .swiper .prev-btn svg rect,
.sell .swiper .next-btn svg rect {
  transition: all 0.3s ease-in;
}

.sell .swiper .prev-btn:hover svg rect,
.sell .swiper .next-btn:hover svg rect {
  stroke: transparent;
}

.sell .swiper .swiper-nav-btn {
  width: 48px;
  height: 48px;
}

.sell .see-more {
  font-size: 18px;
  font-weight: 500;
  color: #695dfd;
  margin-top: 40px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: underline;
}

/* === See === */

.see {
  padding: 75px 0px 75px 0px;
}

.see .common-heading {
  text-align: center;
  margin-bottom: 70px;
}

.see .common-heading h2 {
  font-size: 40px;
  line-height: 48px;
}

.see .common-heading h2 span {
  position: relative;
}

.see .common-heading h2 span img {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.see .see-review-card {
  width: 100%;
  background-color: #ffffff;
  padding: 50px;
  border-radius: 10px;
}

.see .see-review-card p {
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  color: #101044;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 30px;
}

.see .see-review-card .profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.see .see-review-card .profile div {
  display: flex;
  flex-direction: column;
}

.see .see-review-card .profile div h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #101044;
  margin: 0;
}

.see .see-review-card .profile div span {
  color: #595959;
}

.see .swiper {
  width: 100%;
  height: 100%;
}

.see .swiper .cus-slide-btn-holder {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-top: 70px;
}

.see .swiper .next-btn {
  rotate: 180deg;
}

.see .swiper .prev-btn svg,
.see .swiper .next-btn svg {
  border-radius: 50%;
  transition: all 0.3s ease-in;
}

.see .swiper .prev-btn:hover svg,
.see .swiper .next-btn:hover svg {
  background-color: #99f22b;
}

.see .swiper .prev-btn svg rect,
.see .swiper .next-btn svg rect {
  transition: all 0.3s ease-in;
}

.see .swiper .prev-btn:hover svg rect,
.see .swiper .next-btn:hover svg rect {
  stroke: transparent;
}

.see .swiper .swiper-nav-btn {
  width: 48px;
  height: 48px;
}

/* === News === */

.news {
  padding: 0px 122px 0px 122px;
  border-radius: 30px;
}

.news .common-heading {
  text-align: center;
  margin-bottom: 70px;
}

.news .common-heading .subTitle {
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #101044;
}

.news .common-heading h2 span {
  position: relative;
}

.news .common-heading h2 span img {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.news .news-container .news-card {
  background-color: #ffffff;
  padding: 20px 20px 30px 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in;
  position: relative;
}

.news .news-container .news-card .advice-tag {
  position: absolute;
  top: 46%;
  right: 0;
}

.news .news-container .news-card:hover {
  border-color: #99f22b;
}

.news .news-container .news-card .image {
  width: 100%;
  height: 216px;
  overflow: hidden;
  border-radius: 10px;
}

.news .news-container .news-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .news-container .news-card .content h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #101044;
  margin-bottom: 0;
  margin-top: 20px;
}

.news .news-container .news-card .content a {
  font-size: 18px;
  font-weight: 500;
  color: #695dfd;
  margin: 20px 0px;
  display: inline-block;
  text-decoration: underline;
}

.news .news-container .news-card .content .profile {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
}

.news .news-container .news-card .content .profile div {
  display: flex;
  flex-direction: column;
}

.news .news-container .news-card .content .profile div h6 {
  font-weight: 600;
  font-size: 20px;
  color: #101044;
  margin: 0;
}

.news .news-container .news-card .content .profile div span {
  font-size: 16px;
  color: #595959;
}

.news .news-container .see-more {
  font-size: 18px;
  font-weight: 500;
  color: #695dfd;
  margin-top: 40px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: underline;
}

/* === Cta === */

.cta {
  padding: 120px 227px 120px 227px;
}

.cta2 {
  background-color: #ffffff;
}

.cta-container {
  max-width: 986px;
  padding: 60px;
  margin-inline: auto;
  border-radius: 30px;
  background-color: #695dfd;
  display: flex;
  flex-direction: column;
  row-gap: 26px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cta-container .green-ray {
  position: absolute;
  top: 40%;
  left: 50px;
}

.cta-container h3 {
  font-size: 44px;
  line-height: 48px;
  font-weight: 500;
  color: #ffffff;
}

.cta-container .input-container {
  max-width: 714px;
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  gap: 20px;
}

.cta-container .input-container input {
  width: 100%;
  height: 100%;
  outline: none;
  border: 1px solid #675df433;
  background-color: #eef0ff;
  padding: 22.27px 3.71px 22.27px 3.71px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  color: #101044;
  text-align: center;
}

.cta-container .input-container button {
  background-color: #99f22b;
  border: none;
  outline: none;
  width: 100%;
  border-radius: 7.42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16.74px;
  font-size: 24px;
  line-height: 46.88px;
}

/* === Cta Module === */

.cta-module {
  border-radius: 40px 40px 0px 0px;
  width: 100%;
  height: 430px;
  background-color: #101044;
  margin-bottom: -40px;
  position: relative;
  overflow: hidden;
}

.cta-module .cta-module-container {
  max-width: 1283px;
  height: 100%;
  margin-inline: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.cta-module .cta-module-container .cta-module-image {
  width: 715px;
  top: 48px;
  right: 0;
  position: absolute;
}

.cta-module .cta-module-container .cta-module-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.cta-module .cta-module-container .cta-module-content .heading {
  max-width: 586px;
  width: 100%;
}

.cta-module .cta-module-container .cta-module-content .heading h3 {
  font-size: 62px;
  line-height: 68px;
  letter-spacing: -1px;
  color: #eef0ff;
  margin: 0;
}

.cta-module .cta-module-container .cta-module-content .heading h3:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cta-module .cta-module-container .cta-module-content .heading h3:nth-child(2) {
  text-align: end;
}

.cta-module
  .cta-module-container
  .cta-module-content
  .heading
  h3:nth-child(1)
  img {
  max-width: 25px;
}

.cta-module .cta-module-container .cta-module-content p {
  font-size: 24px;
  color: #ffffff;
  margin-top: 23px;
}

.cta-module .cta-module-container .cta-module-content p span {
  font-weight: 600;
  color: #99f22b;
}

.footer {
  background-color: #695dfd;
  width: 100%;
  border-radius: 40px 40px 0px 0px;
  position: relative;
  z-index: 1;
}

.footer .footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1220px;
  margin-inline: auto;
  padding: 75px 0px;
}

.footer .footer-container .footer-col .footer-logo img {
  max-width: 250px;
}

.footer .footer-container .footer-col h5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 23.8px;
  color: #ffffff;
  margin-top: 27.57px;
  margin-bottom: 15px;
}

.footer .footer-container .footer-col .social-list {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 36px;
}

.footer .footer-container .footer-col .app h6 {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer .footer-container .footer-col .app .app-btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer .footer-container .footer-col .app .app-btns a {
  max-width: 157px;
  width: 100%;
  height: 49px;
}

.footer .footer-container .footer-col h4 {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer .footer-container .footer-col .nav-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.footer .footer-container .footer-col .nav-list .nav-item .nav-link {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  padding: 0;
}

.footer .footer-container .footer-col h3 {
  font-size: 26px;
  line-height: 31.2px;
  font-weight: 400;
  color: #ffffff;
  max-width: 236px;
  margin-bottom: 20px;
}

.footer .footer-container .footer-col .smart-hub-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 211px;
  height: 53px;
  background-color: #99f22b;
  padding: 9px 24px 9px 24px;
  font-size: 24px;
  font-weight: 700;
  color: #101044;
  border-radius: 5.58px;
}

.footer .copyright-container {
  display: flex;
  justify-content: space-between;
  max-width: 1220px;
  margin-inline: auto;
  padding: 18px 0px;
  border-top: 1px solid #ffffff0d;
}

.footer .copyright-container p {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}

.footer .copyright-container .copyright-list {
  display: flex;
  align-items: center;
  gap: 50px;
}

.footer .copyright-container .copyright-list li a {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
}

/* === How Page Css === */

/* === How Hero === */

.how-hero {
  width: 100%;
  padding-top: 133px;
}

.how-hero .hero-content h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12.75px;
  font-size: 89.97px;
  line-height: 98.97px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #101044;
}

.how-hero .hero-content p {
  max-width: 744px;
  margin-inline: auto;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #101044;
  margin-top: 57.77px;
}

/* === How Card === */

.how-card {
  max-width: 1220px;
  margin-inline: auto;
}

.how-card .card-container {
  padding-top: 120px;
  position: sticky;
  top: 0;
  background-color: #ecf1fd;
}

.how-card .card-container .card-image {
  height: 100%;
  width: 100%;
}

.how-card .card-container .card-content {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  padding: 40px;
}

.how-card .card-container .card-content .number {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  letter-spacing: -1px;
  font-weight: 400;
  color: #000000;
  background-color: #99f22b;
}

.how-card .card-container .card-content h3 {
  font-size: 57px;
  line-height: 66px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #101044;
  margin: 28px 0px;
}

.how-card .card-container .card-content h3 span {
  position: relative;
}

.how-card .card-container .card-content h3 span img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.how-card .card-container .card-content .para {
  font-size: 18px;
  line-height: 27px;
}

.how-card .card-container .card-content .para a {
  color: #695dfd;
  text-decoration: underline;
}

.how-card .card-container .card-content .terms {
  color: #919191;
  font-size: 12px;
  line-height: 18px;
  max-width: 496px;
}

/* === Sell My Car Page Css === */

/* === Hero === */

.sell-my-car-hero {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
}

.sell-my-car-hero .hero-content {
  position: absolute;
  max-width: 588px;
  width: 100%;
  top: 133px;
  left: 85px;
  padding: 0px 20px;
}

.sell-my-car-hero .hero-content h1 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 89.97px;
  font-weight: 500;
  line-height: 98.97px;
  letter-spacing: -1px;
}

.sell-my-car-hero .hero-content h1 span {
  position: relative;
}

.sell-my-car-hero .hero-content h1 span img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}

.sell-my-car-hero .hero-content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  max-width: 428px;
  margin-top: 25px;
  margin-bottom: 40px;
}

.sell-my-car-hero .hero-content .input-container {
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  gap: 13px;
  margin-bottom: 40px;
}

.sell-my-car-hero .hero-content .input-container input {
  width: 100%;
  height: 100%;
  outline: none;
  border: 1px solid #675df433;
  border-radius: 5.57px;
  background-color: #eef0ff;
  padding: 22.27px 3.71px 22.27px 3.71px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22.49px;
  color: #101044;
  text-align: center;
}

.sell-my-car-hero .hero-content .input-container button {
  background-color: #99f22b;
  border: none;
  outline: none;
  width: 100%;
  border-radius: 7.42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16.74px;
  font-size: 18px;
  padding: 10px, 18px, 10px, 18px;
}

.sell-my-car-hero .hero-content .reviews {
  max-width: 305px;
}

.sell-my-car-hero .hero-car-img img:nth-child(1) {
  max-width: 1000px;
  position: absolute;
  top: 205.28px;
  right: 0;
  z-index: -1;
}

.sell-my-car-hero .hero-car-img img:nth-child(2) {
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: -1;
}

.sell-my-car-hero .hero-car-img img:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: -328px;
  z-index: -2;
}

/* === Card Section === */

.card-section {
  padding: 73px 20px 73px 20px;
  max-width: 1200px;
  margin-inline: auto;
}

.card-section .frame {
  padding: 40px;
  gap: 28px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}

.card-section .frame .title h3 {
  font-size: 44px;
  font-weight: 500;
  line-height: 48.4px;
  letter-spacing: -1px;
  color: #101044;
}

.card-section .frame .description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #101044;
}

.card-section .frame .description p a {
  color: #695dfd;
}

/* === Banner Section === */

.banner-section {
  max-width: 1440px;
  margin-inline: auto;
  padding: 0px 20px;
}

.banner-container .frame {
  padding: 40px;
  gap: 28px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  height: 100%;
}

.banner-container .frame .title h3 {
  font-size: 44px;
  font-weight: 500;
  line-height: 48.4px;
  letter-spacing: -1px;
  color: #101044;
}

.banner-container .frame .description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #101044;
}

.banner-container .frame .description p a {
  color: #695dfd;
}

.banner-container .image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.banner-container-2 {
  background-color: #ffffff;
  border-radius: 40px;
  margin-top: 50px;
  overflow: hidden;
}

/* === Accordion Section === */

.accordion-section {
  padding: 122px 20px;
  background-color: #ffffff;
}

.accordion-container {
  max-width: 843px;
  margin-inline: auto;
}

.accordion-container .common-heading {
  max-width: 635px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
}

.accordion {
  margin-top: 40px;
}

.accordion .accordion-item {
  border: none;
  outline: none;
  border-bottom: 1px solid #eeeeee;
}

.accordion-item .accordion-button {
  font-size: 24px;
  font-weight: 500;
  color: #101044;
  background-color: transparent;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-item .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-item .accordion-button::after {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #99f22b;
  margin: 0;
  background-size: 16px;
  background-position: center;
}

.accordion-item .accordion-body p {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: -1px;
  color: #101044;
  max-width: 610px;
}

/* === Our Standard Page Css === */

/* === Our Standard Hero === */

.our-standard-hero {
  width: 100%;
  padding-top: 133px;
  padding-left: 20px;
  padding-right: 20px;
}

.our-standard-hero .hero-content h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12.75px;
  font-size: 89.97px;
  line-height: 98.97px;
  letter-spacing: -1px;
  font-weight: 500;
  color: #101044;
}

.our-standard-hero .hero-content h1 span {
  position: relative;
}

.our-standard-hero .hero-content h1 span img {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.our-standard-hero .hero-content p {
  max-width: 744px;
  margin-inline: auto;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #101044;
  margin-top: 40px;
}

/* === Our Standard Card Section === */

.our-standard-card-section {
  max-width: 1200px;
  margin-inline: auto;
  padding: 122px 20px;
}

.our-standard-card-section .card-container .frame {
  padding: 40px;
  gap: 18px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  height: 100%;
}

.our-standard-card-section .card-container .frame img {
  max-width: 62px;
}

.our-standard-card-section .card-container .frame .heading h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 41.6px;
  letter-spacing: -1px;
  color: #101044;
  margin: 0;
}

.our-standard-card-section .card-container .frame .description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #101044;
}

/* === Sell My Car Brand Page Css === */

/* === Hero === */

.sell-my-car-brand-hero {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
}

.sell-my-car-brand-hero .hero-content {
  position: absolute;
  max-width: 681px;
  width: 100%;
  top: 133px;
  left: 85px;
  padding: 0px 20px;
}

.sell-my-car-brand-hero .hero-content .brand-logo {
  max-width: 84px;
}

.sell-my-car-brand-hero .hero-content h1 {
  font-size: 72px;
  font-weight: 500;
  line-height: 79.2px;
  letter-spacing: -1px;
  margin-top: 16px;
  position: relative;
}

.sell-my-car-brand-hero .hero-content h1 .rays {
  position: absolute;
  top: 0;
  left: -50px;
}

.sell-my-car-brand-hero .hero-content h1 span {
  position: relative;
}

.sell-my-car-brand-hero .hero-content h1 span img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.sell-my-car-brand-hero .hero-content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  max-width: 550px;
  margin-top: 25px;
  margin-bottom: 40px;
}

.sell-my-car-brand-hero .hero-content .input-container {
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  gap: 13px;
  margin-bottom: 40px;
}

.sell-my-car-brand-hero .hero-content .input-container input {
  width: 100%;
  height: 100%;
  outline: none;
  border: 1px solid #675df433;
  border-radius: 5.57px;
  background-color: #eef0ff;
  padding: 22.27px 3.71px 22.27px 3.71px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22.49px;
  color: #101044;
  text-align: center;
}

.sell-my-car-brand-hero .hero-content .input-container button {
  background-color: #99f22b;
  border: none;
  outline: none;
  width: 100%;
  border-radius: 7.42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16.74px;
  font-size: 18px;
  padding: 10px, 18px, 10px, 18px;
}

.sell-my-car-brand-hero .hero-content .reviews {
  max-width: 305px;
}

.sell-my-car-brand-hero .hero-car-img img:nth-child(1) {
  max-width: 900px;
  position: absolute;
  bottom: -80px;
  right: -250px;
  z-index: -1;
}

.sell-my-car-brand-hero .hero-car-img img:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: -400px;
  z-index: -2;
}

.sell-my-car-brand-hero .hero-car-img img:nth-child(3) {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: -2;
}

/* === Details Card Section === */

.details-card-section {
  background-color: #ecf1fd;
  padding: 40px 20px;
}

.details-card-container {
  max-width: 1140px;
  margin-inline: auto;
}

.details-card-container .card-frame {
  width: 100%;
  background-color: #695dfd;
  border-radius: 20px;
  padding-top: 27px;
}

.details-card-container .col-lg-3:nth-child(1) .card-frame {
  height: 334px;
}

.details-card-container .col-lg-3:nth-child(2) .card-frame {
  height: 307px;
}

.details-card-container .col-lg-3:nth-child(3) .card-frame {
  height: 279px;
}

.details-card-container .col-lg-3:nth-child(4) .card-frame {
  height: 249px;
}

.details-card-container .card-frame .card-content {
  background-color: #ffffff;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 12px;
  padding: 24px;
}

.details-card-container .card-frame .card-content img {
  width: 31px;
}

.details-card-container .card-frame .card-content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -1px;
  color: #101044;
  margin: 0;
}

.details-card-container .card-frame .card-content p {
  font-size: 18px;
  font-weight: 300;
  line-height: 23.4px;
  letter-spacing: -1px;
  color: #101044;
}

/* === More Money Section === */

.more-money-section {
  padding: 80px 20px;
  background-color: #ffffff;
}

.more-money-container {
  max-width: 917px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.more-money-container h3 {
  font-size: 44px;
  font-weight: 500;
  line-height: 48.4px;
  letter-spacing: -1px;
  color: #101044;
}

.more-money-container p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #101044;
  max-width: 852px;
  margin-top: 28px;
  margin-bottom: 35px;
}

.more-money-container .black-box {
  width: 100%;
  height: 488px;
  border-radius: 20px;
  background-color: #000000;
}

/* === How We Section === */

.how-we-section {
  padding: 0px 20px;
  padding-top: 38px;
  padding-bottom: 300px;
}

.how-we-container {
  max-width: 1140px;
  margin-inline: auto;
}

.how-we-container .common-heading {
  text-align: center;
  margin-bottom: 70px;
}

.how-we-container .common-heading h2 {
  position: relative;
}

.how-we-container .common-heading h2 img {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.how-we-container .how-we-cards .col-12:nth-child(2),
.how-we-container .how-we-cards .col-12:nth-child(5) {
  position: relative;
  top: 120px;
}

.how-we-container .how-we-cards .col-12:nth-child(3),
.how-we-container .how-we-cards .col-12:nth-child(6) {
  position: relative;
  top: 240px;
}

.how-we-container .how-we-cards .card {
  width: 100%;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 10px;
  border: none;
  outline: none;
  height: 100%;
}

.how-we-container .how-we-cards .card .number-vector {
  max-width: 62px;
}

.how-we-container .how-we-cards .card h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 41.6px;
  letter-spacing: -1px;
  margin-top: 28px;
  margin-bottom: 12px;
  color: #101044;
}

.how-we-container .how-we-cards .card p {
  font-size: 18px;
  font-weight: 300;
  line-height: 23.4px;
  letter-spacing: -1px;
  margin-bottom: 28px;
  color: #101044;
}

/* === Breif Section === */

.breif-section {
  padding-bottom: 120px;
  padding-inline: 20px;
}

.breif-container {
  max-width: 1220px;
  margin-inline: auto;
}

.breif-container .breif-card {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 20px;
}

.breif-container .breif-card:not(:last-child) {
  margin-bottom: 22px;
}

.breif-container .breif-card h3 {
  font-size: 60px;
  font-weight: 500;
  line-height: 66px;
  letter-spacing: -1px;
  color: #101044;
}

.breif-container .breif-card h3 span {
  position: relative;
}

.breif-container .breif-card h3 span img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.breif-container .breif-card p {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: -1px;
  margin-top: 34px;
}

.breif-container .breif-card h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 35.2px;
  letter-spacing: -1px;
}

.breif-container .breif-card ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin: 34px 0px;
}

.breif-container .breif-card ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 300;
}

.breif-container .breif-card .car-details {
  gap: 10px;
}

.breif-container .breif-card .car-details li {
  flex-direction: column;
  row-gap: 10px;
  align-items: flex-start;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}

.breif-container .breif-card .car-details li h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.94px;
  margin: 0;
}

.breif-container .breif-card .car-details li p {
  font-size: 18px;
  font-weight: 300;
  line-height: 21.94px;
  margin: 0;
  padding: 0;
}

.breif-container .breif-card .value-container {
  background-color: #695dfd;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 34px;
  justify-content: center;
  align-items: center;
}

.breif-container .breif-card .value-container .input-container {
  border-radius: 12.37px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  background-color: #ffffff;
}

.breif-container .breif-card .value-container h5 {
  font-size: 32px;
  font-weight: 500;
  line-height: 35.2px;
  letter-spacing: -1px;
  text-align: center;
  color: #ffffff;
}

.breif-container .breif-card .value-container .input-container input {
  height: 65px;
  width: 100%;
  border-radius: 7.42px;
  border: 1px solid #675df433;
  padding: 22.27px 3.71px 22.27px 3.71px;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -1px;
  color: #101044;
  background-color: #eef0ff;
  outline: none;
}

.breif-container .breif-card .value-container .input-container button {
  width: 100%;
  height: 65px;
  border-radius: 7.42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: none;
  outline: none;
  background-color: #99f22b;
  font-weight: 400;
  line-height: 46.88px;
  text-align: center;
}

/* === Promo Section === */

.promo-section {
  background-color: #ffffff;
  padding: 60px 20px 60px 20px;
}

.promo-container {
  max-width: 1090px;
  margin-inline: auto;
}

.promo-container .common-heading {
  display: flex;
  justify-content: center;
}

.promo-container .common-heading h2 img {
  width: 100%;
}

.promo-container p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1px;
  text-align: center;
  max-width: 675px;
  margin-inline: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.promo-container p a {
  color: #675df4;
}

/* === Home2 Page Css === */

.home2-body {
  background-color: #101044;
}

.home2-body .header .nav-link {
  font-weight: 500;
  color: #ffffff;
}

.home2-body .header .home2-sign-up-btn {
  min-width: 88px;
  height: 44px;
  border-radius: 4.5px;
  border: 1px solid #99f22b;
  padding: 7.5px 15px;
  gap: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #99f22b;
  transition: all 0.3s ease-in;
  margin-right: 20px;
}

.home2-body .header .home2-sign-up-btn:hover {
  background-color: #99f22b;
  color: #000000;
}

.home2-body .header .home2-sign-in-btn {
  min-width: 88px;
  height: 44px;
  border-radius: 4.5px;
  border: 1px solid #99f22b;
  padding: 7.5px 15px;
  gap: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #99f22b;
  transition: all 0.3s ease-in;
}

.home2-body .header .home2-sign-in-btn:hover {
  color: #ffffff;
  background-color: transparent;
}

.home2-body .header .navbar-toggler-icon {
  border: none;
  outline: none;
  background-color: #99f22b;
  border-radius: 2px;
}

/* === Home2 Hero === */

.home-2-hero {
  height: 643px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.home-2-hero .hero-image img:nth-child(1) {
  position: absolute;
  bottom: 0;
  right: 0;
}

.home-2-hero .hero-image img:nth-child(2) {
  position: absolute;
  top: 200px;
  right: 0;
}

.home-2-hero .hero-image img:nth-child(3) {
  position: absolute;
  top: 120px;
  right: 100px;
}

.home-2-hero .hero-image img:nth-child(4) {
  position: absolute;
  top: 200px;
  right: 500px;
}

.home-2-hero .hero-content {
  position: absolute;
  top: 193px;
  left: 73px;
}

.home-2-hero .hero-content .heading {
  display: flex;
  align-items: flex-start;
  gap: 12.75px;
}

.home-2-hero .hero-content h1 {
  font-size: 89.97px;
  font-weight: 500;
  line-height: 98.97px;
  letter-spacing: -1px;
  max-width: 608px;
  color: #ffffff;
  position: relative;
}

.home-2-hero .hero-content h1 span {
  position: relative;
}

.home-2-hero .hero-content h1 span img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.home-2-hero .hero-content .sign-up-now-btn {
  width: 270px;
  height: 71.74px;
  padding: 12.37px 60px 12.37px 60px;
  border-radius: 7.42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 46.88px;
  text-align: center;
  color: #101044;
  background-color: #99f22b;
  margin-top: 50px;
  margin-left: 50px;
}

/* === Home2 Common Stuff === */

.home-2-see {
  background-color: #eef0ff;
  border-radius: 40px 40px 0px 0px;
  margin-bottom: -40px;
}

.home-2-cta-module {
  background-color: #675df4;
  position: relative;
  z-index: 1;
}

.home-2-footer {
  background-color: #101044;
}

.home-2-cta .cta-container {
  background-color: #ffffff;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.home-2-cta .cta-container .heading {
  display: flex;
  align-items: center;
  gap: 32px;
}

.home-2-cta .cta-container .heading img {
  position: static;
}

.home-2-cta .cta-container .heading h3 {
  color: #675df4;
  max-width: 431px;
}

.home-2-cta .cta-container .sign-up-now-btn {
  width: 270px;
  height: 71.74px;
  padding: 12.37px 60px 12.37px 60px;
  border-radius: 7.42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 46.88px;
  text-align: center;
  color: #101044;
  background-color: #99f22b;
}

/* === Home2 Card Section === */

.home-2-card-section {
  width: 100%;
  min-height: 725px;
}

.home-2-card-container {
  padding: 110px;
  height: 100%;
  width: 100%;
  background-color: #101044;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
}

.home-2-card-container:nth-child(even) .row {
  flex-direction: row-reverse;
}

.home-2-card-container .content h3 {
  font-size: 60px;
  font-weight: 500;
  line-height: 66px;
  letter-spacing: -1px;
  color: #ffffff;
  margin: 28px 0px;
}

.home-2-card-container .content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #ffffff;
}

.home-2-card-container .content .sign-up-now-btn {
  width: 270px;
  height: 71.74px;
  padding: 12.37px 60px 12.37px 60px;
  border-radius: 7.42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 46.88px;
  text-align: center;
  color: #101044;
  background-color: #99f22b;
  margin-top: 40px;
}
