:root {
  --white: #ffffff;
  --black: #000000;
  --yellow-100: #fffdc4;
  --yellow-200: #f1cb7e;
  --yellow-300: #fffdc4;
  --warning-50: #fffaeb;
  --gray: #dfdfdf;
  --gray-100: #f3f4f6;
  --gray-200: #f9fafb;
  --gray-300: #f5f5f6;
  --gray-900: #111927;
  --font-family-nunito: "Nunito", serif;
}

html,
body {
  overflow-x: hidden;
  min-height: 100vh;
}

body {
  font-family: var(--font-family-nunito);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  background-color: var(--white);
}
::selection {
  color: var(--black);
  background: var(--yellow-200);
}
a {
  text-decoration: none;
}
.navbar-brand img{
height: 40px;
}
img {
  max-width: 100%;
  height: auto;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: var(--yellow-200);
  border-radius: 6px;
}
td,
th {
  padding: 10px !important;
}
table {
  margin: 30px 0 !important;
}
ul,
ol {
  padding: 0;
  list-style: none;
}

.container {
  padding: 0 20px;
}

.wrapper {
  min-height: 100vh;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
}
.main {
  flex: 1;
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.navbar {
  display: flex;
  gap: 10px;
  background: linear-gradient(to left, var(--yellow-100), var(--yellow-200));
}

.navbar ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  padding: 10px 24px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  border-radius: 40px;
  background: var(--gray-900);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-color: transparent;
}

.form-control {
  padding: 10px 24px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 600;
  box-shadow: none;
  border-radius: 40px;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--yellow-200);
}

.btn-lg {
  font-size: 20px;
}

.btn img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.btn:hover {
  color: var(--black);
  border-color: var(--black);
  background: var(--yellow-200);
}

.btn:hover img {
  filter: invert(1) !important;
}

.navbar ul {
  margin-left: auto;
}

.navbar ul li a {
  padding: 6px 20px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
}

section {
  padding: 80px 0;
}

.title-1,
.title-2,
.title-3 {
  font-weight: 700;
  line-height: 1.2;
}
.title-1 {
  font-size: 56px;
}

.title-1 span {
  font-size: 36px;
}

.title-2 {
  font-size: 48px;
}

.title-3 {
  font-size: 38px;
}
.title-4 {
  font-size: 24px;
  font-weight: 700;
}
.title-5 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 14px;
}
h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 14px;
}
.gradient-txt {
  background-image: linear-gradient(
    180deg,
    var(--yellow-300) -66.41%,
    var(--yellow-200) 51.66%
  );
  color: transparent;
  background-clip: text;
}
.title-1 .gradient-txt {
  font-size: 48px;
}

@media (max-width: 991px) {
  .title-1 {
    font-size: 40px;
  }
  .title-1 .gradient-txt {
    font-size: 34px;
  }
  .title-1 span {
    font-size: 26px;
  }

  .title-2 {
    font-size: 38px;
  }

  .title-3 {
    font-size: 28px;
  }
  .title-4 {
    font-size: 18px;
  }
  br {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .title-1,
  .title-1 .gradient-txt,
  .title-2 {
    font-size: 34px;
  }

  .title-1 span {
    font-size: 20px;
  }

  .title-3 {
    font-size: 28px;
  }
  .title-4 {
    font-size: 18px;
  }
  h3 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .title-1 {
    font-size: 24px;
  }

  .title-1 span {
    font-size: 20px;
  }

  .title-2,
  .title-3 {
    font-size: 22px;
  }
  .title-4 {
    font-size: 18px;
  }
  h3 {
    font-size: 24px;
  }
}
.banner {
  background: linear-gradient(to left, var(--yellow-100), var(--yellow-200));
  position: relative;
  padding: 80px 0 0;
}

.banner .logo {
  height: 40px;
  display: block;
}

.banner::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding: 14%;
  background: transparent url("../images/wave-vector.png") no-repeat center
    top/cover;
  z-index: 1;
}

.b-card-shape {
  position: relative;
  width: 100%;
  padding-top: 4%;
  background: transparent url("../images/line-vector.svg") no-repeat left
    top/contain;
  z-index: 2;
}

.b-img-card {
  max-width: 1024px;
  margin: 80px auto 0;
  position: relative;
  width: 100%;
  padding-top: 40%;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 12px 12px 0px 0px #000;
}

.b-img-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .b-img-card {
    padding-top: 48%;
  }
}
.social-link {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.social-link img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: contain;
}

.why-snappily .mobile-screen {
  margin: 110px 0;
}
.why-snappily .mobile-screen img {
  filter: drop-shadow(8px 16px 22px #0000001f);
}
@media (max-width: 767px) {
  .why-snappily .mobile-screen {
    margin: 0 0 40px;
  }
}
.banner {
  padding: 40px 0;
}
.why-snappily .card-list .card {
  background: var(--gray-100);
  text-align: center;
  border-radius: 16px;
  border: none;
  padding: 24px;
  margin-top: 80px;
}

.why-snappily .icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin: 0 auto;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.why-snappily .card-list p,
.how-it-works .hw-card p {
  margin-bottom: 0;
}
.why-snappily .card-list p {
  font-size: 16px;
}

.how-it-works {
  background: var(--gray-200);
}

.how-it-works .hw-img {
  position: relative;
  padding-bottom: 40%;
  border-radius: 20px;
  overflow: hidden;
  background: var(--gray);
}

.how-it-works .hw-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hw-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 0;
}

.hw-card .hw-img {
  flex: 0 0 300px;
  width: 100%;
}

.hw-card .hw-text {
  flex: 1 0 50%;
}

.hw-card p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .how-it-works .hw-img {
    padding-bottom: 100%;
  }
  .hw-card {
    flex-direction: column;
  }
}
.how-to-use-snappily {
  background: var(--warning-50);
}

.how-to-use-snappily .title {
  font-size: 50px;
}

.how-to-use-snappily .device-screen {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  background: transparent url("../images/blob-shape.svg") no-repeat right
    top/80%;
}

.how-to-use-snappily .device-screen::before {
  content: "";
  padding-bottom: 75%;
  display: block;
}

.how-to-use-snappily .device-screen > img,
.how-to-use-snappily .device-screen > video {
  width: 100%;
  height: 94%;
  border-radius: 0 0 20px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}

.how-to-use-snappily .device-screen > .media {
  top: 47.88%;
  width: 86.56%;
  height: 68%;
  object-fit: contain;
  background: #000;
}

.play-btn {
  background: transparent;
  width: 130px;
  height: 130px;
  padding: 0;
  border-radius: 50%;
}

.play-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.how-to-use-snappily .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.download-app {
  background: var(--gray-900);
  padding: 100px 0 120px;
}

.download-app .download-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  max-width: 350px;
  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
}

.download-app .download-link a {
  padding: 10px;
}

.download-app .download-link img {
  height: 44px;
  object-fit: contain;
}

.subscribe .title,
.our-story .title,
.our-mission .title {
  font-size: 40px;
}

.what-people-saying .title-3 {
  margin-bottom: -54px;
}

.what-people-saying-slider {
  width: 100%;
  height: 100%;
  padding: 120px 0;
}

.what-people-saying-slider .swiper-slide {
  height: auto;
}

.what-people-saying-slider .swiper-slide .card {
  padding: 24px;
  border-radius: 20px;
  background: #F9FAFB;
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: 0px 12px 32px 0px #061c3d0a;
}

.what-people-saying-slider .swiper-slide .rating {
  width: 114px;
  height: 24px;
  object-fit: contain;
  margin-bottom: 8px;
}
.what-people-saying-slider .swiper-pagination{
width: auto;
}

.what-people-saying-slider  .swiper-wrapper{
  align-items: center;
}
@media (max-width: 575px) {
  .what-people-saying .title-3 {
    margin-bottom: 30px;
  }
  .what-people-saying-slider {
    padding-top: 80px;
  }
  .how-to-use-snappily .play-btn {
    width: 60px;
    height: 60px;
  }
}
.swiper-button-prev,
.swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 10px;
  top: 10px;
  margin: 0;
  box-shadow: 0px 12px 32px 0px #061c3d0a;
  background: #fff url("../images/ArrowLeft.svg") no-repeat center center/26px;
}

.swiper-button-next {
  background: #000 url("../images/ArrowRight.svg") no-repeat center center/26px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none;
}

.swiper-pagination-bullet {
  transition: all 0.3s linear;
  border-radius: 40px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 26px;
  background: var(--gray-900);
}

.what-people-saying .card h3 {
  font-size: 18px;
  font-weight: 700;
}

.what-people-saying .card p {
  font-size: 15px;
  margin: 0;
}

.what-people-saying .profile {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.what-people-saying .profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}

.our-mission {
  background: #111927 url("../images/our-mission-bg.png") no-repeat center
    center/cover;
}

.img-box {
  position: relative;
  padding-bottom: 100%;
}

.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-story {
  background: var(--gray-900);
}

.our-story p {
  color: var(--black);
}

.our-story .name {
  font-weight: 200;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

.our-story .name::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--black);
  position: absolute;
  top: 7px;
  left: 0;
}

.subscribe {
  position: relative;
  background: linear-gradient(to left, var(--yellow-100), var(--yellow-200));
}

.subscribe > div {
  position: relative;
  z-index: 1;
}

.subscribe::before,
.subscribe::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: transparent url("../images/subscribe-left.png") no-repeat left
    center/contain;
}

.subscribe::after {
  right: 0;
  left: auto;
  background: transparent url("../images/subscribe-right.png") no-repeat right
    center/contain;
}

.subscribe .form-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 360px;
  margin: 0 auto;
}

.footer {
  background: var(--gray-900);
  padding: 20px 0;
}

.footer ul {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  margin-bottom: 0;
}

.footer a {
  font-size: 15px;
  color: var(--white);
  line-height: 1.2;
}

@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
  .download-app {
    padding: 80px 0;
  }
  .subscribe::before,
  .subscribe::after {
    width: 100%;
    height: 100%;
  }
}

.header-none {
  padding-top: 0;
}
.header-none .header,.header-none .footer {
  display: none !important;
}

#privacyPolicy .container,
#privacyPolicy .row,
#privacyPolicy .col-md-8,
#termsOfService .container,
#termsOfService .row,
#termsOfService .col-md-8 {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  margin: 0 auto !important;
  padding: 0 !important;
}


#privacyPolicy *,
#termsOfService *,
#aboutUs *{
  font-family: var(--font-family-nunito) !important;
  text-align: left !important;
}

#privacyPolicy table,
#termsOfService table,
#aboutUs table{
  width: 100% !important;
}
