#mobile_menu {
    display: none;
  }
  @font-face {
    font-family: custom;
    src: url(assets/Roboto/Roboto-Medium.ttf);
  }
  * {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: custom;
  }
  .header {
    width: 100%;
    height: 12vh;
    display: flex;
    background-color: #026a38;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 100;

  }
  .logo {
    flex-basis: 25%;
  }
  
  .menu {
    flex-basis: 65%;
    display: flex;
    align-items: center;
  }
  .menu nav {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .menu nav ul {
    display: flex;
    width: 100%;
    margin-top: 10px;
  }
  .menu nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-right: 40px;
  }
  .landing-page {
    width: 100%;
    height: 100vh;
    background: url(assets/images/landing.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .landing-inner-text {
    width: 50%;
  }
  .landing-logo {
    display: flex;
    justify-content: center;
  }
  .landing-text {
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    color: #ffffff;
    text-align: center;
  }
  .landing-text2 {
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
  
    text-align: center;
  
    color: #ffffff;
  }
  .landing-buttons {
    margin-top: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .landing-buttons span {
    cursor: pointer;
  }
  .app {
    margin-right: 15px;
  }
  .soulmate {
    display: inline-block;
    background-image: url(assets/images/Rectangle\ 5.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .landing-text2 {
    margin-bottom: 25px;
  }
  
  .about {
    width: 100%;
  }
  .about-boxes {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
  }
  .box-about-img {
    width: 40% !important;
  }
  .about-msg {
    font-size: 24px;
    color: #1e1e1e;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .bold-text-about {
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 500;
    font-style: normal;
  }
  .light-text-about {
    display: inline-block;
    color: #3d3d3d;
    font-size: 13px;
    font-style: normal;
    margin-top: 15px;
  }
  .box-about-content {
    width: 50%;
    padding-top: 30px;
    padding-right: 20px;
  }
  .about {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 80px;
  }
  @media screen and (min-width: 834px) {
    .about-boxes {
      width: 870px;
    }
    .box-about-content {
      padding-left: 20px;
    }
    .about-msg {
      font-size: 30px;
    }
  }
  
  .about::after {
    position: absolute;
    content: url(assets/images/left.png);
    left: -1%;
    top: 20%;
  }
  .about::before {
    position: absolute;
    content: url(assets/images/right.png);
    right: -1%;
    top: 3%;
  }
  .success-story {
    width: 100%;
    background: rgba(2, 106, 56, 0.07);
  }
  .product {
    position: relative;
    overflow: hidden;
    padding: 20px;
  }
  @media screen and (max-width: 610px) {
    .dounload-now {
      background-position: 75% !important;
    }
  }
  
  .product-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    border: 1px solid #eee;
    width: 780px;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
  
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.15);
    border-radius: 35px;
    margin-bottom: 40px;
  }
  
  .product-container::-webkit-scrollbar {
    display: none;
  }
  
  .product-card {
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    /* margin-right: 40px; */
    background-color: #ffffff;
  }
  
  .product-image {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
  }
  
  .product-card:hover .card-btn {
    opacity: 1;
  }
  
  .product-info {
    width: 100%;
    height: 100px;
    padding-top: 10px;
  }
  
  .product-brand {
    text-transform: uppercase;
  }
  
  .pre-btn,
  .nxt-btn {
    border: none;
    width: 2vw;
    position: absolute;
    top: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 8;
    background-color: transparent;
  }
  
  .pre-btn {
    left: 50px;
  }
  
  .nxt-btn {
    right: 50px;
  }
  .success-heading {
    padding-top: 40px;
    color: #202020;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 49px;
    text-align: center;
  }
  .card-data {
    width: 80%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .pro-images {
    width: 300px;
    height: 300px;
  }
  .pro-images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 6px solid rgba(2, 106, 56, 0.3);
    border-radius: 19px;
  }
  .story-person {
    margin-top: 10px;
    color: #202020;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
  }
  .story-line {
    color: #3d3d3d;
    font-style: normal;
    font-size: 11px;
    line-height: 14px;
  }
  .story-date {
    color: #525252;
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 10px;
  }
  .card-text {
    width: 50%;
    margin-left: 20px;
  }
  
  @media screen and (max-width: 814px) {
    .landing-inner-text {
      width: 100% !important;
    }
    .product-container {
      width: 80%;
    }
    .pro-images {
      margin-top: 25px;
    }
    .card-data {
      flex-direction: column;
    }
    .product-card {
      min-height: 350px !important;
      padding-bottom: 25px;
    }
    .product-image {
      height: 100%;
    }
    .card-text {
      margin-top: 25px;
      text-align: center;
      width: 100%;
      order: -1;
    }
  }
  
  /*  */
  .dounload-now {
    width: 100%;
    height: 80vh;
    background: url(assets/images/couple.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .inner-download-data {
    width: 990px;
    display: flex;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    align-items: center;
  }
  .download-img-box {
    margin-top: 80px;
    width: 40%;
    margin-right: 25px;
  }
  .download-text {
    width: 60%;
  }
  .Download-now {
    font-style: normal;
    font-weight: 900;
    font-size: 55px;
    line-height: 64px;
    text-align: center;
    color: #ffffff;
  }
  @media screen and (max-width: 1010px) {
    .inner-download-data {
      width: 100%;
    }
    .download-text {
      width: 50%;
    }
  }
  .newsletter {
    width: 100%;
    height: 140px;
    background: rgba(2, 106, 56, 0.07);
  }
  .inner-news-lettes {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .news-letter-input {
    display: flex;
    padding: 4px;
    padding-right: 10px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 25px;
  }
  .news-letter-input input {
    border-radius: 25px;
    border: none;
    padding-left: 10px;
  }
  .news-letter-input input:focus {
    border: none;
    outline: none;
  }
  .news-letter-input input::placeholder {
    font-size: 12px;
    color: #867f7f;
  }
  .newsletter-text {
    color: #202020;
    height: 100%;
    line-height: 140px;
    font-size: 13px;
    margin-right: 20px;
  }
  .footer {
    width: 100%;
    height: 230px;
    background-color: #026a38;
  }
  .inner-footer {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .footer ul {
    display: flex;
  }
  .footer ul li {
    padding-left: 50px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
  }
  .footer-copyright {
    font-size: 10px;
    color: rgb(201, 197, 197);
    font-style: normal;
    margin-top: 25px;
  }
  @media screen and (max-width: 602px) {
    .box-about-img img {
      width: 100% !important;
      margin-left: auto;
      margin-right: auto;
    }
    .download-img-box img {
      display: flex;
      margin-left: auto;
      margin-right: auto;
      width: 100% !important;
    }
  }
  @media screen and (max-width: 855px) {
    .landing-page {
      background-position: 43% !important;
    }
    .about::after {
      position: absolute;
      content: url(assets/images/left.png);
      left: -1%;
      top: 40%;
    }
  
    .footer ul li {
      padding-left: 20px;
    }
    .dounload-now {
      background-position: 70% !important;
    }
    .inner-download-data {
      flex-direction: column;
      justify-content: center !important;
    }
    .footer ul {
      padding-left: 0;
    }
    .download-img-box {
      width: 100% !important;
      margin-top: 50px !important;
    }
    .download-img-box img {
      display: flex;
      margin-left: auto;
      margin-right: auto;
    }
    .download-text {
      width: 90% !important;
      order: -1;
      padding-top: 55px;
    }
    .dounload-now {
      min-height: 100vh !important;
    }
    .about-boxes {
      flex-direction: column;
      align-items: center;
    }
    .box-about-img {
      width: 100% !important;
      margin-top: 30px;
      display: flex;
    }
    .about {
      padding-top: 0;
    }
    .box-about-img img {
      margin-left: auto;
      margin-right: auto;
    }
    .box-about-content {
      width: 100%;
      order: -1;
      text-align: center;
      padding-top: 0;
    }
    .about-msg {
      padding-top: 0;
    }
  }
  
  @media screen and (max-width: 524px) {
    .footer ul li {
      padding-left: 11px;
      font-size: 10px;
    }
    .landing-text {
      font-size: 30px !important;
    }
  }
  
  body {
    font-family: "Roboto", sans-serif;
    font-size: 0.925rem;
  }
  
  a {
    text-decoration: none;
  }
  
  .container {
    width: 1170px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .navbar,
  .navbar > .container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  @media (max-width: 802px) {
    .navbar,
    .navbar > .container {
      display: block;
    }
    #mobile_menu {
      display: block !important;
    }
  }
  
  .navbar {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    background-color: #026a38;
    padding: 1rem 1.15rem;
    border-bottom: 1px solid #eceef3;
    position: fixed;
    top: 0;
    z-index: 1000;
    /*
  |-----------------------------------
  | Start navbar logo or brand etc..
  |-----------------------------------
  */
    /*
  |-----------------------------------
  | Start navbar menu
  |-----------------------------------
  */
  }
  @media (min-width: 576px) {
    .navbar .container {
      max-width: 540px;
    }
  }
  @media (min-width: 802px) {
    .navbar .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .navbar .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .navbar .container {
      max-width: 1140px;
    }
  }
  .navbar .navbar-header {
    display: flex;
    align-items: center;
  }
  @media (max-width: 802px) {
    .navbar .navbar-header {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: row-reverse;
    }
  }
  .navbar .navbar-header .navbar-toggler {
    cursor: pointer;
    border: none;
    display: none;
    outline: none;
  }
  @media (max-width: 802px) {
    .navbar .navbar-header .navbar-toggler {
      display: block;
    }
  }
  .navbar .navbar-header .navbar-toggler span {
    height: 2px;
    width: 22px;
    background-color: #ffffff;
    display: block;
  }
  .navbar .navbar-header .navbar-toggler span:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .navbar .navbar-header > a {
    font-weight: 500;
    color: #3c4250;
  }
  .navbar .navbar-menu {
    display: flex;
    align-items: center;
    flex-basis: auto;
    flex-grow: 1;
  }
  @media (max-width: 802px) {
    .navbar .navbar-menu {
      display: none;
      text-align: center;
    }
  }
  .navbar .navbar-menu.active {
    display: flex !important;
  }
  .navbar .navbar-menu .navbar-nav {
    margin-left: auto;
    flex-direction: row;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  @media (max-width: 802px) {
    .navbar .navbar-menu .navbar-nav {
      width: 100%;
      display: block;
      border-top: 1px solid #eee;
      margin-top: 1rem;
    }
  }
  .navbar .navbar-menu .navbar-nav > li > a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 0.5rem 1rem;
  }
  
  @media (max-width: 802px) {
    .navbar .navbar-menu .navbar-nav > li > a {
      border-bottom: 1px solid #eceef3;
    }
  }
  .navbar .navbar-menu .navbar-nav > li.active a {
    color: #ffffff;
  }
  .navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown {
    list-style: none;
    position: absolute;
    top: 150%;
    left: 0;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    min-width: 160px;
    width: auto;
    white-space: nowrap;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    z-index: 99999;
    border-radius: 0.75rem;
    display: none;
  }
  @media (max-width: 802px) {
    .navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown {
      position: relative;
      box-shadow: none;
    }
  }
  .navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown li a {
    color: #3c4250;
    padding: 0.25rem 1rem;
    display: block;
  }
  .navbar .navbar-menu .navbar-nav .navbar-dropdown .dropdown.show {
    display: block !important;
  }
  .navbar .navbar-menu .navbar-nav .dropdown > .separator {
    height: 1px;
    width: 100%;
    margin-top: 9px;
    margin-bottom: 9px;
    background-color: #eceef3;
  }
  .navbar .navbar-dropdown {
    position: relative;
  }
  
  .navbar .navbar-header > a span {
    color: #66f;
  }
  
  .navbar .navbar-header h4 {
    font-weight: 500;
    font-size: 1.25rem;
  }
  @media (max-width: 802px) {
    .navbar .navbar-header h4 {
      font-size: 1.05rem;
    }
  }
  @media screen and (max-width: 802px) {
    #desktop_menu {
      display: none !important;
    }
  }
  @media screen and (max-width: 504px) {
    .pre-btn {
      left: 25px !important;
    }
    .nxt-btn {
      right: 25px !important;
    }
    .pro-images {
      width: 250px;
      height: auto;
    }
  }
  .social-medial-links{
    display: flex;
  }
  .social-medial-links{
    display: flex;
  }
  .social-medial-links img{
    padding-left: 14px;
  }