@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary-font: "Poppins", sans-serif;
  --yellow-100: #ffe1a6;
  --red-100: #ffbdae;
  --red-200: #ed9b8b;
  --white: #fff;
  --gradient-100: linear-gradient(110deg, var(--yellow-100), var(--red-100));
  --black-100: #323336;
  --black: #000;
  --grey-100: #605c56;
  --grey-200: #f5f5f5;
  --grey-300: #eee;
}
html,
body {
  max-width: 100vw;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--primary-font);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) rgba(255, 255, 255, 0.2);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin-bottom: 0px;
}
.navbar-brand {
  max-width: 60px;
  padding: 0px;
}
.header-main {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
}
.hero-section-main {
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--gradient-100);
  position: relative;
  z-index: 1;
  background-image: url("../images/wave-image.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.navbar ul {
  list-style: none;
}

.image-wave {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
}
.image-wave img {
  width: 100%;
}
.hero-sectionInner h1 {
  font-size: 45px;
  font-weight: 700;
  color: var(--black-100);
  margin-bottom: 20px;
  line-height: 1.3;
}
.hero-sectionInner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 20px;
  color: var(--grey-100);
}
.app-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 20px;
  margin-top: 20px;
}
.app-linkbtn {
  border-radius: 30px;
  background-color: var(--red-200);
  color: var(--white);
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 210px;
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
}
.app-linkbtn:hover {
  background-color: var(--black-100);
}
.app-linkbtn .sm-text {
  font-size: 11px;
  display: block;
  line-height: 1.1;
}
.app-linkbtn strong {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}
.app-linkbtn .icon {
  max-width: 30px;
}
.dropdown-menu {
  border-radius: 6px;
  border-color: var(--grey-300);
}
.dropdown-menu li a {
  font-size: 16px;
  color: var(--grey-100);
  line-height: 1.5;
  font-weight: 500;
}
.dropdown-menu li a:active {
  background-color: var(--grey-200);
  color: var(--grey-100);
}

.dropdown-toggle::after {
  display: none;
}
.dropdown-toggle {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 12px;
  padding-right: 20px;
}
.dropdown-toggle .dropdown-menu {
  right: 0px;
  left: auto;
}
.navbar-toggler {
  border-radius: 0px;
  padding: 0px;
  border: none;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28237, 155, 139, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ed9b8b'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  background-size: 18px;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  transform: rotate(180deg);
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.contact-dropdown {
  padding: 0px;
}
.hero-sectionInner .row {
  align-items: center;
  gap: 30px 0;
}
.hero-sectionInner .right-section {
  text-align: center;
}
.custom-navbar ul li .nav-link {
  font-size: 16px;
  color: var(--grey-100);
  line-height: 1.2;
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  font-weight: 500;
}
.custom-navbar ul li .nav-link:hover {
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  color: var(--black-100);
}
.custom-navbar ul li .nav-link.active {
  color: var(--red-200);
}
.custom-navbar .navbar-nav {
  gap: 15px;
}

.aboutus-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.aboutInner h2 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--black-100);
  padding-bottom: 20px;
}
.aboutInner h3 {
  font-size: 16px;
  line-height: 1.3;
  color: var(--red-200);
  font-weight: 500;
  padding-bottom: 6px;
}
.aboutInner p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--grey-100);
  padding-bottom: 15px;
}
.aboutInner p:last-child {
  padding-bottom: 0px;
}
.header-main.scrolled {
  background: var(--white);
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDownHeader;
  position: fixed;
  box-shadow: 0 0px 30px rgba(25, 25, 25, 0.1);
}

@keyframes fadeInDownHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.aboutInner .row {
  align-items: center;
  gap: 30px 0;
}
.sceern-section {
  background-color: var(--grey-200);
  padding: 100px 0;
}
.screenInner h3,
.download-section h3 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--black-100);
  padding-bottom: 40px;
  text-align: center;
}
.screen-slider .swiper {
  padding-bottom: 40px;
}
.screen-slider .swiper-pagination {
  bottom: 0px !important;
}
.screen-slider .swiper-pagination-bullet-active {
  background-color: var(--red-200);
}
.screen-slider .swiper-slide {
  /* transform: scale(0.9) !important; */
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  opacity: 1;
}
.screen-slider .swiper-slide.swiper-slide-active {
  /* transform: scale(1) !important; */
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  opacity: 1;
}
.screen-slider .swiper-slide img {
  border-radius: 16px;
}
.screenInner h2 {
  font-size: 16px;
  line-height: 1.3;
  color: var(--red-200);
  font-weight: 500;
  padding-bottom: 2px;
  text-align: center;
}
.download-section {
  padding: 60px 0;
}
.download-section .downloadInner p {
  font-size: 18px;
  line-height: 1.4;
  color: var(--grey-100);
  text-align: center;
  padding-bottom: 10px;
}
.download-section h3 {
  font-size: 45px;
  padding-bottom: 10px;
  line-height: 1.2;
}
.download-section .app-link {
  justify-content: center;
  gap: 15px 15px;
}
.footer-main {
  border-top: 1px solid var(--grey-300);
  padding: 80px 0 0px 0;
}
.foterLogo-left a {
  display: block;
  max-width: 100px;
  margin: 0 auto;
}
.foterLogo-left {
  text-align: center;
  padding-bottom: 30px;
}
.footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-link ul {
  list-style: none;
}
.fotter-linklist ul {
  padding: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: center;
}
.fotter-linklist ul li {
  position: relative;
}
.fotter-linklist ul li a {
  font-size: 14px;
  line-height: 1.2;
  color: var(--red-200);
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  font-weight: 500;
  text-decoration: underline;
}
.fotter-linklist ul li a:hover {
  color: var(--grey-100);
  text-decoration: none;
}
.fotter-linklist ul li a.active {
  color: var(--black-100);
}

.fotter-linklist ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -15px;
  width: 1px;
  height: 10px;
  background-color: var(--grey-100);
}
.fotter-linklist ul li:last-child:after {
  display: none;
}
.fotter-linklist {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.copywrite-section {
  border-top: 1px solid var(--grey-300);
  padding-top: 25px;
  padding-bottom: 20px;
}
.copywrite-section p {
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  color: var(--grey-100);
}
.footerInner {
  padding-bottom: 40px;
}
.mobile-logo {
  display: none;
}
.dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 6px;
}
.dropdown-menu li a img {
  width: 18px;
}
.custom-navbar .dropdown-menu {
  right: 0px;
  left: auto;
}
.need-help-mob {
  display: none;
}

/* privacy policy */
.privacy-policy-main {
  padding: 120px 0 100px 0;
}

.privcy-inner .heading h1 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--black-100);
  padding-bottom: 20px;
}
.content-section-policy p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--grey-100);
  padding-bottom: 15px;
}
.content-section-policy h2,
.content-section-policy h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--black-100);
  padding-bottom: 10px;
}
.content-section-policy ul {
  padding-bottom: 15px;
  padding-left: 20px;
}
.content-section-policy ul li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--grey-100);
  margin-bottom: 6px;
}
.content-section-policy ul ul {
  padding-top: 10px;
  list-style: disc;
}

.content-section-policy a {
  color: var(--red-200);
  text-decoration: underline;
}
.content-section-policy a:hover {
  text-decoration: none;
  color: var(--red-200);
}
.privacy-policy-main .container {
  max-width: 1000px;
}
/* delete acccount */

.delete-account {
  background: var(--gradient-100);
  z-index: 1;
  position: relative;
}
.delete-account:after {
  content: "";
  background-image: url("../images/star-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.delete-account .custom-container {
  padding: 0 15px;
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
}
.delete-accoiuntWrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
.delete-accoiuntWrap .delete-inner {
  margin: auto;
  width: 100%;
  background-color: var(--white);
  padding: 40px 30px;
  border-radius: 20px;
}
.delete-accoiuntWrap .heading {
  padding-bottom: 30px;
}
.delete-accoiuntWrap .heading h1 {
  font-size: 32px;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  color: var(--black-100);
}
.delete-account-field .form-label {
  color: var(--black-100);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.2;
}
.delete-account-field .form-control {
  min-height: 45px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  font-size: 16px;
  color: #5e5e5e;
  padding: 4px 16px;
}
.delete-account-field .form-control::placeholder {
  color: #b3b3b3;
}
.delete-account-field .form-control:focus {
  box-shadow: none;
  outline: none;
}
.delete-account-field .form-btn {
  padding-top: 25px;
}
.deleteBtn {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  width: 100%;
  border: none;
  padding: 2px 15px;
  min-height: 45px;
  border-radius: 30px;
  background-color: var(--red-200);
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
}
.deleteBtn:hover {
  background-color: #f3aa9b;
  transition: all 300ms linear;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
}
.custom-deleteModal .modal-dialog {
  max-width: 360px;
  margin: 0 auto;
}
.custom-deleteModal .modal-header {
  border-bottom: none;
  padding-bottom: 0px;
}
.custom-deleteModal .iconbx-delete {
  text-align: center;
  padding-bottom: 20px;
}
.custom-deleteModal .modal-body {
  padding-bottom: 40px;
}
.custom-deleteModal .modal-title {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--black-100);
}
.custom-deleteModal .iconbx-delete svg {
  width: 70px;
  height: 70px;
}
.custom-deleteModal .btn-close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.custom-deleteModal .modal-content {
  border: none;
}

/* @media query */

@media only screen and (max-width: 991px) {
  .hero-sectionInner h1 {
    font-size: 36px;
  }
  .hero-sectionInner .app-link,
  .app-link {
    gap: 15px 10px;
  }
  .hero-sectionInner .app-linkbtn,
  .app-linkbtn {
    padding: 10px 15px;
    gap: 10px;
    min-width: 186px;
  }
  .hero-sectionInner .app-linkbtn .icon,
  .app-linkbtn .icon {
    max-width: 24px;
  }
  .hero-sectionInner .app-linkbtn .sm-text,
  .app-linkbtn .sm-text {
    font-size: 10px;
  }
  .hero-sectionInner .app-linkbtn strong,
  .app-linkbtn strong {
    font-size: 18px;
  }
  .aboutInner h2,
  .screenInner h3 {
    font-size: 28px;
  }

  .download-section h3 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-logo {
    display: block;
  }
  .custom-navbar .navbar-collapse {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 20px;
    width: 320px;
    background-color: var(--white);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    height: 100% !important;
    display: block;
    transform: translateX(-350px);
    transition: all 300ms linear;
    -webikit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
  }
  .custom-navbar .navbar-collapse.show {
    transform: translateX(0px);
    transition: all 300ms linear;
    -webikit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
  }
  .custom-navbar .navbar-nav {
    gap: 0;
  }
  .contact-dropdown .dropdown {
    padding: 8px 0;
  }
  .mobile-logo {
    border-bottom: 1px solid var(--grey-300);
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .mobile-logo .navbar-brand {
    display: block;
    margin: 0 auto;
    max-width: 60px;
  }
  .dropdown-menu {
    background-color: var(--grey-200);
  }
  .aboutInner .left-image {
    text-align: center;
  }
  .aboutInner .box1 {
    order: 2;
  }
  .aboutInner .box2 {
    order: 1;
  }
  .aboutInner h1,
  .aboutInner p {
    text-align: center;
  }
  .hero-sectionInner .left-section {
    text-align: center;
  }
  .hero-sectionInner h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .hero-sectionInner p {
    padding-bottom: 15px;
  }
  .app-linkbtn .sm-text {
    text-align: left;
  }
  .hero-sectionInner .app-link {
    justify-content: center;
  }
  .app-linkbtn,
  .hero-sectionInner .app-linkbtn {
    padding: 10px 10px;
    gap: 6px;
    min-width: 146px;
  }
  .app-linkbtn .icon,
  .hero-sectionInner .app-linkbtn .icon {
    max-width: 22px;
  }
  .app-linkbtn .sm-text,
  .hero-sectionInner .app-linkbtn .sm-text {
    font-size: 9px;
  }
  .app-linkbtn strong,
  .hero-sectionInner .app-linkbtn strong {
    font-size: 14px;
    line-height: 1;
  }
  .app-linkbtn .text {
    line-height: 1;
  }
  .aboutInner h2,
  .screenInner h3 {
    font-size: 24px;
  }
  .aboutInner h2 {
    text-align: center;
  }
  .download-section h3 {
    font-size: 28px;
  }
  .download-section .downloadInner p {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .app-link {
    gap: 15px 10px;
  }
  .download-section {
    padding: 40px 0;
  }
  .footer-main {
    padding: 40px 0 0 0;
  }
  .navbar-brand {
    max-width: 50px;
    padding: 0px;
  }
  .aboutus-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sceern-section {
    padding: 80px 0;
  }
  .hero-section-main {
    padding-bottom: 80px;
  }
  .fotter-linklist ul {
    gap: 10px 15px;
  }
  .fotter-linklist ul li:after {
    right: -8px;
  }
  .copywrite-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .download-section .app-link {
    gap: 15px 10px;
  }
  .fotter-linklist {
    padding-top: 20px;
  }
  .footerInner {
    padding-bottom: 20px;
  }
  .need-help-mob {
    display: block;
  }
  .need-help-mob {
    border-top: 1px solid #eee;
    margin-top: 8px;
    padding-top: 16px;
  }
  .need-help-mob h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--red-200);
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 16px;
  }
  .need-help-mob ul {
    padding: 0px;
  }
  .need-help-mob ul li a {
    font-size: 16px;
    color: var(--grey-100);
    line-height: 1.2;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .need-help-mob ul li a:hover {
    color: var(--black-100);
  }
  .need-help-mob ul li a img {
    width: 20px;
    flex: 0 0 20px;
  }
  .contact-dropdown {
    display: none;
  }
  .need-help-mob ul li {
    padding-bottom: 16px;
  }
  .header-main.scrolled {
    animation: none;
  }
  .privcy-inner .heading h1 {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .privacy-policy-main {
    padding: 100px 0 80px 0;
  }
  .aboutInner h3 {
    text-align: center;
  }
  .delete-accoiuntWrap .heading h1 {
    font-size: 26px;
    line-height: 1.2;
  }
  .delete-accoiuntWrap .delete-inner {
    padding: 40px 15px;
  }
  .delete-accoiuntWrap .heading {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .custom-navbar .navbar-collapse {
    padding: 20px 15px;
    width: 78%;
    transform: translateX(-100%);
  }
  .need-help-mob ul li a {
    font-size: 14px;
    gap: 6px;
  }
  .custom-navbar ul li .nav-link {
    font-size: 14px;
  }
}
