body{margin: 0px; padding: 0px;font-family: "Urbanist", sans-serif !important;}
/* h1, h2, h3, h4, h5{ font-family: "Playfair Display", serif;  } */
:root{
    --bg_black_heading: #06210B;
    --bg_gray_pargh: #49544E;
    --text_light_grey: #121212;
    --btn_bg_green_light:#C7DCCA;
    --btn_bg_green_dark:#136D23;
  
  }
  .black_heading{
   color: var(--bg_black_heading);
  }
  .gray_pargh{
    color: var(--bg_gray_pargh);
  }
  .fs-52{font-size: 52px;}

  .fs-18{font-size: 18px !important;}

  .fs-28{font-size:28px;}

  .fs-14{font-size: 14px;}

  .fs-12{font-size: 12px;}

  .fs-16{font-size: 16px;}

  .fs-48{font-size: 48px;}

  .fs-24{font-size: 24px;}

  .fs-40{font-size: 40px;}

  .h-15{height:15%;}
  
  .font-300{font-weight: 300;}

  .font-400{font-weight: 400;}
  
  .font-600{font-weight: 600;}

  .font-900{font-weight: 900;}

  .border-0{border:0px}

  .radius16{border-radius: 16px;}

  .h-43{height:45px;}

  .mb-40{margin-bottom: 40px;}

  .pb-84{padding-bottom: 84px;}

  .opacity70{opacity: 70%;}

  .green_light_btn{background-color: var(--btn_bg_green_light); color:#136D23; border-radius: 100px;}

  .green_dark_btn{background-color: var(--btn_bg_green_dark); color:#fff; border-radius: 100px;}

  .nav-block li a {
    color: #121212;
    font-weight:500;
}
.nav-block li{
    padding:0px 14px;
    font-family: "Urbanist", sans-serif;
}
.nav-link:focus, .nav-link:hover {
    color:#136D23 !important;
}
.banner-block {
    background-image: url('../images/header-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 75px;
}
.navbar {

    position: fixed !important;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 999;
}

ul.listing-block {
    padding: 0;
    margin: 0;
}
ul.listing-block li {
    list-style: none;
    line-height: 47px;
    color: #fff;
    font-size: 18px;
    /* display: inline-block; */
}
ul.listing-block li span {
    background-color: #ffffff29;
    border-radius: 100px;
    width: 28px;
    height: 28px;
    display: inline-block;
    padding: 7px;
    margin-right:-1px;
}

 /*introducing-block*/
 .introducing-block{background-color:#EFF5EF;}

 .mobile-block img {
    width: 100%;
    height:auto;
}
.mobile-block {
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 0 20px #dddddd;
}

 /*Subscription Plans section*/
.card {
    border-radius: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  .tag {
    font-weight: 600;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background-color: #E8F1E9;
    color: #0f5132;
    letter-spacing:1px;
  }
  .feature-list {
    text-align: left;
  }
  ul.list-unstyled.feature-list li {
    display: inline-flex;
    gap: 4px;
    padding-bottom: 12px;
    color: #0C120D;
    width: 100%;
    align-items: baseline;
}
ul.list-unstyled.feature-list {
    margin: 0px;
    padding: 0px;
    min-height: 182px;
}
.card {
    border: 0 !important;
    border-radius: 18px !important;
    box-shadow: 0 6px 2px rgba(0, 0, 0, 0.05) !important;
}
.btn-success .buy-now{background-color:#136D23;}

.carousel img {
    width:45px;
    max-height:45px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
  }
  .carousel-inner {
    padding: 1em;
  }
  .still-block {
    padding-top: 77px;
}
  @media screen and (min-width: 576px) {
    .carousel-inner {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item {
      display: block !important;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }
  @media screen and (min-width: 768px) {
    .carousel-item {
      display: block;
      margin-right: 0 !important;
      flex: 0 0 calc(100% / 5);
    }
  
  }
  .carousel .card {
    margin: 0 0.5em;
    border: 0;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  .testimonial-block{background-color:#F0F7F1 !important; border-radius: 10px !important;}
  .card-text {
    font-size: 23px;
    color: #1D2B20;
    font-weight: 500;
    height: 173px;
}

.carousel-control-next, .carousel-control-prev {
  top: -60px !important;
  justify-content: end !important;
  width:81% !important;
  border: 0;
  opacity: 1 !important;
}
#testimonialCarousel::before {
  position: absolute;
  content: '';
  width: 210px;
  left: 0;
  height: 360px;
  z-index: 999;
  background: linear-gradient(90deg, rgb(255 255 255) 24%, rgb(251 251 251 / 25%) 78%);
  top: 0;
}
.carousel-control-next {
  right: 309px !important;
}
#testimonialCarousel::after {
  position: absolute;
  content: '';
  width: 210px;
  right: 0;
  height: 360px;
  z-index: 999;
  background: linear-gradient(90deg, rgb(251 251 251 / 25%) 13%, rgb(255 255 255) 100%);
  top: 0;
}
.ready-make-block {
  background-color: #31662A;
  padding: 58px;
}
.start_btn {
    background-color: #082B0E;
    height: 62px;
    border-radius: 100px;
    width:50% !important;
}
.white_btn {
    background-color: #fff;
    height: 62px;
    border-radius: 100px;
    color: #136D23;
    font-weight:800;
     width:50% !important;
}

/*footer section*/
footer{background-color:#06210B;}

ul.listing-block li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
}

ul.pink-text li a {
  color: #7BFF68;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
}
ul.pink-text {
  padding: 0;
  margin: 0;
}
ul.pink-text li{
  padding-bottom:10px;
  padding-top: 10px;
  list-style: none;
}
ul.social-link-block li {
  list-style: none;
  display: inline-flex;
  margin-bottom: 0;
}

ul.social-link-block {
  margin-bottom: 0;
  width: 142px;
}
.copy-right-block {
  border-top: 1px solid #2a3629;
}
.left-img img {
  border-radius: 21px;
}
.right-stay-trial input {
  height: 49px;
  border-radius: 100px;
}
.phone-block select {
  border: 0px;
  width: 93px;
  margin: 5px;
}

.right-stay-trial .phone-block input {
    padding-left: 5px;
    border: 0;
    margin: 0;
    height: 45px;
}

.phone-block {
    border: 1px solid #ccc;
    border-radius: 100px;
    height: 49px;
    display: flex;
    align-items: center;
}
.textarea-block {
  border-radius: 16px !important;
  height: 152px;
}
span.user-icon {
  position: absolute;
  top: 41px;
  left: 24px;
}
.right-stay-trial input {
  height: 49px;
  border-radius: 100px;
  padding-left: 46px;
  font-size: 14px;
}
.right-stay-trial .textarea-block {
  padding-left: 46px;
}

/*slider section*/
.wrapper {
  min-height: 100vh;
  margin: 0 1rem;
  max-width:100%;
  margin: auto;
}
.slider-top {
    border-top: 2px solid #6AAF69;
    width: 83%;
    position: absolute;
    top: 238px;
    margin-left: auto;
    right: 0;
}
.horizontal-slider {
  width:83%;
  height: 370px;
  margin:42px 17% 30px 17%;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
  overflow-y: hidden;
}
.horizontal-slider1 {
  width:83%;
  height: 330px;
  margin:0px 17% 30px 17%;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
  overflow-y: hidden;
}
.roadmap-block {
  position: absolute;
  top: 2px;
  left: 17%;
  z-index: 9;
}
/* .horizontal-slider::before {
  border-top: 2px solid #6AAF69;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0px;
} */

/* .vertical_scroll{
  border-top: 2px solid #6AAF69;
  width: 100%;
    display: flex;
  align-items: center;
} */
.active {
  scroll-snap-type: none;
}
.horizontal-slider::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}
.horizontal-slider1::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}
.card-block {
  margin-left: 1.5rem;
  height: 90%;
  scroll-snap-align: start;
  padding: 1rem;
  display: flex;
  /* align-items: center; */
  /* flex-direction: column; */
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 2px 10px #ebeaea;
  width: 388px;
  flex-shrink: 0;
  border: 1px solid #ebeaea;
  height: 232px;
  margin-top: 99px;
  position: relative;
}
.horizontal-slider1 .card-block {
    margin-top: 0px;
    width: 758px;
    height: 262px;
    background-color: #EFF5EF;
    box-shadow: inherit;
    padding: 18px 27px;
}

/* .horizontal-slider::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('../images/roadmap-img.png');
  width: 75px;
  height: 75px;

} */
.horizontal-slider1 .card-block::before {
  background-image: inherit !important;

}
.card-block::before {
  background-image: url('../images/circle-point.png');
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: -100px;
  left: 0%;
  width: 48px;
  height: 48px;
}

/* .card-block:nth-child(2n) {
  background-color: indigo;
}

.card-block:nth-child(3n) {
  background-color: navy;
}

.card-block:nth-child(4n) {
  background-color: palegreen;
}

.card-block:nth-child(5n) {
  background-color: yellow;
}

.card-block:nth-child(6n) {
  background-color: orange;
}

.card-block:nth-child(7n) {
  background-color: tomato;
} */ */

.hor-scroll .btn {
  position: absolute;

  top: 185px;
  transform: translateY(-50%);

  height: 30px;
  width: 30px;

  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: 50% 50%;
  background-repeat: no-repeat;

  z-index: 1;
}
.btn-success{background-color:#136D23 !important;}

.pargh-block {
    background-color: #EFF5EF;
    min-width: 22%;
    max-width:50%;
    padding: 18px 22px;
    border-radius: 100px;
    line-height: 21px;
}

    /* marquee slider */

.marquee-wrapper {
    overflow: hidden;
    white-space: normal;
    width: 100%;
    padding-top: 48px;
    /* background: #f9f9f9; */
}
.marquee-content {
    display: block;
    animation: scroll-left 10s linear infinite;
}

.marquee-section {
    display: inline-flex;
    gap: 19px;
    margin-bottom: 31px;
}

.pargh-block {
    display: flex;
    align-items: start;
    justify-content: left;
    background: #eef6ef;
    border-radius: 100px;
    padding: 10px 50px;
    min-width: 420px;
    /* max-width: 320px; */
    height: 76px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    color: #0f3d0f;
    text-align: left;
    white-space: nowrap;
}

    .pargh-block p {
      font-size:20px;
      font-weight: 600;
      margin: 0;
      line-height: 1.4;
    }

    .grey-text{
      color:#49544E;
    }


    @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-70%);
      }
    }

    @media (min-width:768px) and (max-width:1023px){
       .carousel-item {
      flex: 0 0 calc(100% / 2);
    }
.carousel-control-next {
    right: 29px !important;
}
.carousel-control-prev {
    left: 8% !important;
}
.carousel-control-next, .carousel-control-prev {
    top: -108px !important;
}
  .navbar-brand img {
    width: 139px;
}
.nav-block li {
    padding: 0px 2px;
    font-family: "Urbanist", sans-serif;
}
.green_light_btn {
    font-size: 14px;
    white-space: nowrap;
}
.green_dark_btn {
    font-size: 14px;
    white-space: nowrap;
}
.fs-48 {
    font-size: 30px;
}
.horizontal-slider {
    margin: 42px 17% 30px 5%;
    width: 90%;
}
.horizontal-slider1{
      width:92%;
      margin: 0px 17% 30px 6%;
}
.banner-block{    margin-top: 66px;}
.horizontal-slider1 .card-block {
    width: 588px;
    height: 283px;
}
.fs-18 {
    font-size: 14px !important;
}
.fs-28 {
    font-size: 22px;
}
.roadmap-block {
    position: absolute;
    top: 22px;
    left: 5%;
    z-index: 9;
}
.card-block::before {
    top: -71px;
}
.slider-top {
    top: 238px;
        width: 88%;
}
.card-block{width: 331px;}
.mobile-view{display: flex;}
.banner-block h2 {
    font-size: 31px;
}
ul.listing-block li {
    line-height: 34px;
    font-size: 13px;
}
ul.pink-text li {
    word-wrap: break-word;
}
.banner-block p {
    font-size: 15px;
}
.app-link img {
    width: 100%;
}
}

@media (min-width:1300px) and (max-width:1400px){
  .card-text {
    height: 213px;
}
.carousel-control-next {
  right: 199px !important;
}
.start_btn {
  width: auto;
}
.horizontal-slider {
  margin:44px 17% 30px 9%;
}
.slider-top {
  width: 90%;
}
.roadmap-block {
  position: absolute;
  top: 2px;
  left: 8%;
  z-index: 9;
}
.horizontal-slider {
    margin: 42px 17% 30px 4%;
    width: 89%;
}
.slider-top {
    width: 95%;
}
.roadmap-block {
    left:4%;
}
.horizontal-slider1 {
    width: 95%;
    height: 330px;
    margin: 0px 17% 30px 4%;
}
}

@media (min-width:320px) and (max-width:767px){
  .horizontal-slider1 {
    width: 96%;
    height: 360px;
    margin: 0px 12% 30px 2%;
}
.horizontal-slider1 .card-block {
    margin-top: 0px;
    width: 100%;
    height: auto;
    background-color: #EFF5EF;
    box-shadow: inherit;
    padding: 18px 27px;
}
  .fs-52 {
    font-size: 31px;
}
.app-link img {
  width: 100%;
}
.fs-48 {
  font-size: 30px;
}
.carousel-control-next {
  right: 0 !important;
}
.carousel-control-next, .carousel-control-prev {
  top: 8px !important;
  width: 83% !important;
}
#testimonialCarousel::before{display: none;}
#testimonialCarousel::after{display: none;}
.card.testimonial-block {
  margin-top: 22px;
}
.ready-make-block {
  background-color: #31662A;
  padding: 10px;
}
.fs-40 {
  font-size: 27px;
}
.start_btn {
  height: 61px;
  width: auto;
}
.fs-24 {
  font-size: 20px;
}
.white_btn {
  background-color: #fff;
  height: 51px;
  border-radius: 100px;
  width: auto !important;
}
.copy-right-block {
  text-align: center;
}
.fs-18 {
  font-size: 16px;
}
.h-15 {
  height: 4%;
}
.horizontal-slider {
  width: 92%;
  height: 370px;
  margin: 20px 17% 30px 3%;
}
.slider-top {
  top: 226px;
}
.fs-28 {
  font-size: 19px;
}
ul.list-unstyled.feature-list li {
  font-size: 14px;
}
.card-block {
  margin-left: 1.5rem;
  height: 90%;
  border: 1px solid #ebeaea;
  height: 185px;
  margin-top: 99px;
  position: relative;
}
.roadmap-block {
  position: absolute;
  top: 37px;
  left: 2%;
  z-index: 9;
}
}
