@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
}

.height-200 {
  height: 200px;
  width: 200px;
}

.border-left {
  border-left: 2px solid #fff;
}

.b-dark {
  background-color: #242424 !important;
}

.b-blue {
  background-color: #4084fa !important;
}

.red-clr {
  color: #e23660;
}

.clr {
  color: #4084fa;
}

a {
  text-decoration: none !important;
}

.nav-logo {
  width: 70px;
}

.your-web {
  font-weight: bold;
  font-size: 20px;
}

.navbar-main {
  padding: 0px 100px;
}

#sidemenu {
  display: none;
}

.open-nav {
  display: none;
}

.navbar-sub {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  padding: 0px 30px;
  height: 110px;
}

.logo-text {
  font-size: 22px;
  font-weight: 600;
  color: #242424;
}

.heart-icon {
  position: absolute;
  left: 10px;
  top: 10px;
}

.nav-link-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0px 10px 3px 10px;
  padding-bottom: 3px;
  color: #242424;
  position: relative;
}

.nav-link-btn-active {
  color: #4084fa;
}

.nav-link-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  border-radius: 10px;
  transition: width 0.2s ease-in;
  bottom: 0;
  left: 0%;
  background-color: black;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color: black;
  font-size: 25px;
  display: none;
}

.get-app-btn {
  font-size: 18px;
  font-weight: 600;
  padding: 16px 32px 16px 32px;
  border-radius: 62px;
  background: #4084fa;
  color: #fff;
  transition: 0.5s ease;
}
.get-app-btn:hover {
  transform: scale(1.1) !important;
}
.alertify-notifier .ajs-message.ajs-success {
  background-color: rgba(0, 0, 0, 0.719) !important;
  border: none;
  border-radius: 5px;
}

.nav-link i {
  font-size: 22px;
}

.nav-link-btn:hover {
  text-decoration: none;

  &::after {
    width: 100%;
  }
}

.main {
  padding-top: 50px;
  min-height: 100vh;
  background: #4084fa;
  border-radius: 0px 0px 20px 20px;
}

.arrow-sec {
  display: flex;
  justify-content: center;
}

.arrow-img {
  box-shadow: 0px 10.73px 41.38px 0px #00000021;
  background: #ffffff;
  padding: 15px 7px;
  border-radius: 40px;
  transform: translateY(16px);
  position: relative;
  z-index: 60;
}

.banner {
  padding: 0px 100px;
  display: flex;
  align-items: center;
  min-height: 100vh;
  position: relative;
}

.banner-title {
  font-size: 58px;
  font-weight: 600;
  line-height: 70.19px;
  text-align: left;
  color: #fff;
}

.banner-title-span {
  color: #e23660;
  border-bottom: 2px solid #e23660;
}

.banner-left {
  width: 50%;
}

.banner-right {
  width: 50%;
  position: relative;
  height: 100vh;
}

.celebrate-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  color: #fff;
}

.banner-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  margin: 30px 0px;
}

.banner-images:first-child {
  margin-right: 20px;
}

.banner-images img {
  width: 30%;
  height: 100%;
  margin-right: 20px;
}

.home-main {
  position: absolute;
  width: 60%;
  bottom: -85px;
  height: 500px;
  left: 50px;
  border-radius: 28px;
  border: 5px solid #ffffff;
}

.home-2 {
  bottom: -200px;
  left: 200px;
  transform: rotate(7.33deg);
  background: url(../images/banner2.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}

.home-1 {
  background: url(../images/banner1.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 20;
}

.ftr {
  padding: 100px;
  background-color: #242424;
}

.ftr-sub {
  padding-top: 200px;
}

.ftr-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.2px;
  margin-bottom: 30px;
}

.ftr-text {
  margin-top: 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
}

.ftr-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #ffffff;
  margin-bottom: 18px;
  transition: 0.3s ease;
}

.ftr-link:hover {
  color: #4084fa;
}

.ftr-logo {
  width: 100px;
}

.ftr-second {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ftr-sec-sub {
  display: flex;
}

/* footer  */
.feature-sub {
  display: flex;
  justify-content: space-between;
}

.privacy {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  position: relative;
  background: url(../images/bg-ph.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-direction: column;
  overflow: hidden;
}

.app-download {
  background-color: #fff;
  position: relative;
  z-index: 40;
  padding: 100px;
}

.app-sub {
  display: flex;
  justify-content: space-between;
}

.app-sub-left {
  width: 50%;
}

.app-sub-right {
  width: 50%;
}

.app-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48.41px;
  color: #242424;
}

.app-text {
  padding: 10px 0px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #797979;
}

.app-sub-right {
  display: flex;
  justify-content: space-between;
}

.app-sub-right-left {
  width: 48%;
  background: #f4f5f9;
  border-radius: 16px;
  height: 250px;
  padding: 20px;
  position: relative;
}

.app-sub-right-right {
  width: 48%;
  background: #f4f5f9;
  border-radius: 16px;
  height: 250px;
  padding: 20px;
  position: relative;
}

.app-sub-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 33.89px;
  color: #242424;
}

.app-sub-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  color: #242424;
  margin-bottom: 30px;
}

.app-sub-icon {
  padding: 15px;
  border-radius: 100px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 20;
}

.left-flower {
  position: absolute;
  top: 46px;
  left: 0px;
}

.right-message {
  position: absolute;
  bottom: 10px;
  right: 0px;
}

.advantage {
  padding: 100px;
  background: #f4f5f9;
  border-radius: 20px;
}

.advantage-sm-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  text-align: center;
  color: #242424;
}

.advantage-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48.41px;
  text-align: center;
  color: #242424;
}

.advantage-sub {
  display: flex;
  justify-content: space-between;
}

.advantage-card {
  width: 32%;
}

.advance-card-icon {
  background-color: #fff;
  padding: 14px;
  border-radius: 12px;
  display: inline-block;
  margin-bottom: 20px;
}

.advance-card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
  color: #242424;
}

.advance-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  color: #797979;
}

/* Features  */
.features {
  padding: 50px 0px;
}

.feature-dark {
  padding: 100px;
  background-color: #242424;
  border-radius: 20px;
  height: 500px;
}

.feature-sm-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  color: #fff;
}

.feature-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48.41px;
  color: #fff;
}

.feature-sub {
  display: flex;
  justify-content: space-between;
  /* transform: translateY(252px); */
}

.feature-card {
  width: 32%;
  background: #ffffff;
  box-shadow: 0px 9.79px 172.72px 0px #00000012;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 500px;
  overflow: hidden;
}

.feature-card img {
  width: 100%;
  object-fit: cover;
}

.ss {
  padding: 0px 20px;
}

.feature-card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #242424;
}

.feature-card-two {
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
}

.feature-card-two img {
  /* transform: translateY(-23px); */
}

.feature-card-text-main {
  padding: 20px;
}

.feature-card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #797979;
}

/* Features  */
/* How  */
.how {
  padding: 100px;
  background: #fff;
  margin-top: 240px;
  position: relative;
}

.how-sm-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  text-align: center;
  color: #242424;
}

.how-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48.41px;
  text-align: center;
  color: #242424;
}

.how-sub {
  display: flex;
  justify-content: space-between;
}

.how-sub-left {
  width: 50%;
  position: relative;
}

.how-sub-right {
  width: 50%;
}

.how-right-card {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}

.how-sub-left-circle {
  width: 407.28px;
  height: 407.28px;
  background: #4084fa;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-text {
  box-shadow: 0px 17.23px 303.9px 0px #00000012;
  border: 1.57px solid #0000001a;
  padding: 9.4px;
  border-radius: 203.64px;
  font-size: 31.33px;
  font-weight: 600;
  line-height: 32.9px;
  text-align: center;
  background-color: #fff;
}

.circle-text-g {
  position: absolute;
  padding: 9.4px 18px;
  border-radius: 250.64px;
  background: #e23660;
  border: 1.57px solid #ffffff;
  font-size: 25.06px;
  font-weight: 600;
  line-height: 32.9px;
  text-align: center;
  color: #fff;
}

.dance {
  bottom: -5%;
  right: 123px;
}

.circle-heart {
  position: absolute;
  right: -43px;
  top: 35%;
}

.jalebi {
  position: absolute;
  right: 95px;
  top: -11%;
}

.jalebi-r {
  position: absolute;
  left: 30px;
  bottom: 6%;
}

.cup {
  position: absolute;
  left: 0px;
  bottom: 5%;
}

.music {
  top: 20%;
  left: 20px;
}

.cone {
  position: absolute;
  top: -50px;
  left: -100px;
}

.foot {
  position: absolute;
  top: -72px;
  left: -30px;
}

.cone-r {
  position: absolute;
  bottom: -50px;
  right: -30px;
}

.wire-r {
  position: absolute;
  bottom: -50px;
  right: -30px;
}

.how-right-card-title {
  color: #242424;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
}

.how-right-card-icon {
  /* height: 70px;
    width: 70px; */
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #f4f5f9;
  box-shadow: 0px 4px 54px 0px #00000008;
}

.how-right-card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #797979;
}

/* How  */
/* benefots  */
.benefits {
  padding: 100px;
  background: #f4f5f9;
  border-radius: 20px;
}

.benefit-sub {
  display: flex;
  justify-content: space-between;
}

.benefit-sub-card {
  width: 31%;
  border: 1px solid #d3d3d3;
  background: #ffffff;
  box-shadow: 0px 14px 26px 0px #00000005;
  border-radius: 12px;
  padding: 60px 20px 70px 20px;
  transition: 0.5s ease;
}

.benefit-sub-card:hover {
  transform: translateY(-15px);
}

.benefit-sub-card-title {
  font-size: 23px;
  font-weight: 500;
  line-height: 27.84px;
  color: #242424;
}

.benefit-sub-card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #797979;
}

/* benefits  */
/* start  */
.start-sec {
  padding: 100px;
  background: #fff;
  height: 270px;
}

.start-sub {
  width: 100%;
  background-color: #4084fa;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
  transform: translateY(2px);
}

.start-sec p {
  font-size: 24px;
  font-weight: 500;
  line-height: 29.05px;
  color: #ffffff;
}

.start-sec h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 62.93px;
  color: #ffffff;
  margin: 20px 0px;
}

/* start  */
@media (max-width: 1000px) {
  .app-download {
    padding: 100px 50px;
  }

  .advantage {
    padding: 100px 50px;
  }

  .how {
    padding: 80px 30px 80px 80px;
  }

  .how-sub-left-circle {
    width: 340.28px;
    height: 340.28px;
  }

  .benefits {
    padding: 100px 50px;
  }

  .start-sec {
    padding: 100px 50px;
  }

  .start-sub {
    padding: 30px 20px;
  }
}

@media (max-width: 900px) {
  .banner {
    padding: 0px 50px;
  }

  .home-2 {
    left: 149px;
  }

  .app-sub {
    flex-direction: column;
  }

  .app-sub-left {
    width: 100%;
  }

  .app-sub-right {
    width: 100%;
  }

  .feature-dark {
    padding: 100px 50px;
  }

  .benefit-sub-card {
    width: 32%;
    padding: 30px 20px 21px 20px;
  }
}

@media (max-width: 856px) {
  .advantage-sub {
    flex-direction: column;
  }

  .advantage-card {
    width: 100%;
    margin-bottom: 20px;
  }

  .how-sub {
    flex-direction: column;
  }

  .how-sub-left {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .how-sub-right {
    width: 100%;
    padding-top: 70px;
  }

  .start-sec p {
    text-align: center;
    font-size: 19px;
  }

  .start-sec h1 {
    font-size: 35px;
    margin: 10px 0px;
    line-height: 100%;
    text-align: center;
  }
}

@media (max-width: 800px) {
  .main {
    padding-top: 20px;
  }

  .navbar-main {
    padding: 0px 13px;
  }

  .banner {
    flex-direction: column;
  }

  .banner-left {
    padding-top: 75px;
    width: 100%;
  }

  .banner-right {
    width: 100%;
    height: 500px;
  }

  .home-2 {
    left: 190px;
  }

  .banner-title {
    font-size: 40px;
    line-height: 50px;
  }

  .ftr {
    padding: 50px;
  }

  .ftr-sub {
    padding-top: 130px;
  }

  .ftr-second {
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .feature-dark {
    height: 100%;
  }

  .feature-sub {
    flex-direction: column;
  }

  .feature-card {
    width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
  }

  .feature-card-two {
    flex-direction: column;
  }

  .ss {
    padding: 20px;
  }

  .how {
    margin-top: 2px;
  }

  .benefit-sub {
    flex-direction: column;
  }

  .benefit-sub-card {
    width: 100%;
    margin-bottom: 20px;
  }

  .ftr-title {
    font-size: 30px;
    margin-top: 10px;
  }

  .ftr-sec-sub a {
    margin-top: 10px;
  }
}

@media (max-width: 620px) {
  #sidemenu {
    display: block;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100%;
    width: 200px;
    padding: 70px 0px 0px 20px;
    transition: 0.3s;
    background-color: #fff;
    z-index: 50;
  }

  .d-not-side {
    display: none;
  }

  .open-nav {
    display: block;
  }

  .open-nav i {
    font-size: 30px;
  }

  .close-btn {
    display: block;
  }

  .start-sec {
    padding: 68px 16px;
  }
}

@media (max-width: 530px) {
  .home-main {
    width: 70%;
  }

  .home-1 {
    left: 0px;
  }

  .banner-right {
    height: 450px;
  }

  .home-2 {
    left: 100px;
  }

  .app-sub-right {
    flex-direction: column;
  }

  .app-sub-right-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .app-sub-right-right {
    width: 100%;
  }

  .app-download {
    padding: 50px 20px;
  }

  .advantage {
    padding: 50px 20px;
  }

  .advantage-title {
    font-size: 33px;
    line-height: 35.41px;
  }

  .feature-dark {
    padding: 50px 20px;
  }

  .feature-card-text {
    margin-bottom: 0px;
  }

  .how {
    padding: 50px 20px;
  }

  .how-title {
    font-size: 30px;
    line-height: 33.41px;
  }

  .circle-text {
    font-size: 18px;
    padding: 3px 9px;
  }

  .circle-text-g {
    padding: 2.4px 12px;
    background: #e23660;
    border: 1px solid #ffffff;
    font-size: 17.06px;
  }

  .circle-heart {
    right: 0px;
  }

  .wire-r {
    right: 0px;
  }

  .height-200 {
    height: auto;
    width: 170px;
  }

  .cone {
    left: -30px;
  }

  .foot {
    left: 30px;
  }

  .music {
    top: 27%;
    left: 93px;
  }

  .cone-r {
    bottom: -35px;
    right: 8px;
  }

  .how-sub-left-circle {
    width: 319.28px;
    height: 319.28px;
  }

  .benefits {
    padding: 50px 20px;
  }

  .start-images {
    display: flex;
  }

  .start-images a img {
    width: 90%;
  }

  .start-sec h1 {
    font-size: 30px;
  }

  .ftr {
    padding: 50px 20px;
  }

  .ftr-sec-sub {
    margin-top: 10px;
  }

  .ftr-second p {
    text-align: center;
  }
}

@media (max-width: 430px) {
  .banner {
    padding: 0px 22px;
  }

  .banner-images img {
    width: 41%;
  }

  .banner-right {
    height: 280px;
  }

  .home-main {
    height: 333px;
  }

  .home-2 {
    bottom: -158px;
    left: 80px;
  }

  .navbar-sub {
    height: 60px;
  }

  .nav-logo {
    width: 53px;
  }

  .start-sec p {
    font-size: 16px;
  }
}
