@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");

/* Fonts */
:root {
  --default-font: "Poppins", sans-serif;
  --heading-font: "Poppins", sans-serif;
}

/* Global Colors */

body {
  position: relative;
  padding: 0px;
  margin: 0px;
  font-family: var(--default-font);
}

* {
  font-family: var(--default-font);
  box-sizing: border-box;
}

:after,
:before {
  box-sizing: border-box;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1220px;
  width: 100%;
  padding: 0 15px;
}


/* ------  */

.hero_banner {
    background-image: url(../img/Banner.jpg);
    padding: 250px 0 150px;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.hero_banner h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.hero_banner h1 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
}

.hero_banner p {
    color: #fff;
}

.hero_banner .download {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 40px 0 0;
}

.download a img {
    width: 160px;
    border-radius: 6px;
}

section.hero_banner::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #0e2a10, #00000045);
    top: 0;
    left: 0;
    position: absolute;
}

.hero_banner .banner_conatnt {
    position: relative;
}

.hero_banner .banner_conatnt span.logo {
    display: block;
    margin: 0 0 20px;
}


section.About_The_app {
    margin: 100px 0 100px;
    overflow: hidden;
    position: relative;
}

section.About_The_app .app_img img {
    width: 100%;
}

section.About_The_app .about_contant h4 {
    font-size: 18px;
    font-weight: 400;
    color: #43a02d;
}

section.About_The_app .about_contant h2 {
    font-weight: 600;
    color: #222;
    font-size: 42px;
}

.download {
    display: flex;
    gap: 10px;
}

.download img {
    width: 150px;
}

section.About_The_app .row {
    gap: 60px;
    align-items: center;
}

section.About_The_app::before {
    content: '';
    width: 200px;
    height: 100%;
    background-image: url(../img/burgeright.jpg);
    right: -50px;
    top: 0;
    position: absolute;
    transform: rotate(-10deg);
    z-index: -1;
}

.hero_banner .banner_conatnt span.logo img {
    width: 120px;
}

section.Features {
    margin: 150px 0 0px;
    padding: 0 0 100px;
}

section.Features .heading {
    margin: 0 0 80px;
    text-align: center;
}

section.Features .heading h2 {
    margin: 0;
    font-weight: 600;
    color: #222;
    font-size: 42px;
    line-height: 150%;
}

section.Features .heading h2 span.clr {
    font-weight: 400;
    color: #42a727;
}

section.Features .img img {
    width: 100%;
}

section.Features .row {
    justify-content: space-between;
    align-items: center;
}

section.Features .contant {
    text-align: right;
}

section.Features .contant .data span {
    display: inline-block;
    background: #42a726;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 22px;
    margin: 0 0 15px;
    text-align: center;
    align-content: center;
    font-weight: 600;
    border-radius: 5px;
}

section.Features .contant .data {
    margin: 0 0 50px;
}

section.Features .contant .data  h4 {
    font-size: 22px;
    font-weight: 600;
    color: #222;
}

section.Features .contant .data p {
    margin: 0;
    font-size: 14px;
}

section.Features .img {
    position: relative;
}

section.Features .img::before {
    content: '';
    position: absolute;
    left: -185px;
    right: 0px;
    width: 650px;
    height: 650px;
    top: 0;
    bottom: 0px;
    margin: auto;
    animation: zoom-in-zoom-out 2s 
ease infinite;
    background-image: url(../img/Features_bg.svg);
    z-index: -1;
    background-size: 100%;
    opacity: 0.4;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

section.Features {
    position: relative;
    overflow: hidden;
}

section.Features::before {
    content: '';
    width: 200px;
    height: 100%;
    background-image: url(../img/Features_left.jpg);
    left: -10px;
    top: -100px;
    position: absolute;
    background-size: 250%;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    z-index: -1;
}

.download a {
    transition: 0.3s;
    text-decoration: none;
}

.download a:hover img {
    transform: scale(1.05);
}

.download a img {
    transition: 0.3s;
}

section.download_app .img img {
    width: 100%;
}

section.download_app .row {
    align-items: center;
}

section.download_app .contant h2 {
    font-weight: 600;
    color: #222;
    font-size: 42px;
}

section.download_app .contant h2 span.clr {
    font-weight: 400;
    display: block;
    color: #42a727;
}

.img img {
    width: 100%;
}

section.download_app_banner {
    background: #42a727;
    padding: 40px 0px 0 100px;
    margin: 50px 0 100px;
}

section.download_app_banner .data .contant h2 {
    font-size: 68px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

section.download_app_banner .data .contant h2 span.clr {
    display: block;
    font-weight: 400;
}

section.download_app_banner .data .contant p {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}

section.download_app_banner .data .contant .download img {margin: 15px 0 0;}


section.download_app_banner .data .img {
    width: 50%;
}

section.download_app_banner .data {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

section.download_app_banner .data .contant {
    width: 50%;
    margin: 0 0 30px;
}

section.FAQ {
    margin: 100px 0 100px;
}

section.FAQ .heading {
    text-align: center;
    margin: 0 0 50px;
}

section.FAQ .heading h2 {
    margin: 0;
    font-weight: 600;
    color: #222;
    font-size: 42px;
}

section.FAQ .faq_main .accordion-item {
    margin: 0 0 25px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

section.FAQ .faq_main .accordion-item button.accordion-button {
    font-size: 18px;
    font-weight: 500;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: #51a71721;
    color: #000;
}

/* -------NEw------ */

.site_footer {
    background: #42a727;
    padding: 50px 0 15px;
}

.site_footer .footer_data .address strong {
    color: #fff;
    font-weight: 600;
}

.site_footer .footer_data .address span {
    color: #fff;
}

.site_footer .footer_data .address a {
    color: #fff;
    text-decoration: none;
}

.site_footer .foooter_links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0;
    border-top: 1px solid #ffffff4d;
    padding: 15px 0 0;
}
.site_footer .foooter_links p {
    color: #fff;
    margin: 0;
}

.site_footer .foooter_links .links {
    display: flex;
    gap: 15px;
}

.site_footer .foooter_links .links a {
    color: #fff;
    text-decoration: none;
}


/* -------NEw------ */


/* Responsive_css_start */

@media(max-width:1541px){
  section.download_app_banner .data .contant h2 {
    font-size: 56px;
}
section.download_app_banner .data .contant p {
    font-size: 14px;
}
}

@media(max-width:1440px){
  .hero_banner {
    background-size: cover;
}
}

@media(max-width:1380px){
section.Features::before {
    left: -60px;
    top: -200px;
    background-size: 200%;
}
}


@media(max-width:1180px){
section.About_The_app .about_contant h2 {
    font-size: 32px;
}

section.About_The_app .about_contant p {
    font-size: 14px;
}

section.About_The_app .row {
    gap: 0;
}

section.About_The_app::before {
    width: 170px;
}

section.Features .heading h2 {
    font-size: 32px;
}

section.Features .contant .data h4 {
    font-size: 20px;
}

section.Features .contant .data p {
    font-size: 12px;
}

section.Features .row .col-md-3 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

section.download_app .contant h2 {
    font-size: 32px;
}

section.download_app .contant p {
    font-size: 14px;
}

section.download_app_banner .data .contant h2 {
    font-size: 38px;
}

section.FAQ .heading h2 {
    font-size: 32px;
}
}


@media(max-width:991px){
  .hero_banner {
    padding: 80px 0;
}

.hero_banner h1 {
    font-size: 32px;
}

.hero_banner p {
    font-size: 14px;
}

section.About_The_app .row .col-md-4 {
    width: 100%;
}

section.About_The_app .row .col-md-4 .app_img {
    width: 50%;
    margin: auto;
}

section.About_The_app .row .col-md-7 {
    width: 100%;
    margin: 50px 0 0;
}

section.Features .contant .data h4 {
    font-size: 16px;
}

section.download_app_banner .data .contant h2 {
    font-size: 32px;
}

section.download_app_banner .data .contant {
    margin: 0 0 15px;
}

section.download_app_banner .data .img {
    top: 8px;
    position: relative;
}

section.download_app .row .col-md-5 {
    width: 100%;
}

section.download_app .row .col-md-5 .img {
    width: 50%;
    margin: auto;
}

section.download_app .row .col-md-7 {
    width: 100%;
}

section.About_The_app::before {
    transform: rotate(0deg);
    background-repeat: no-repeat;
}

section.Features .img::before {
    left: -210px;
}

}


@media(max-width:767px){
  section.download_app_banner .data .contant {
    width: 100%;
}

section.download_app_banner {
    padding: 40px 0px 0px 20px;
    margin: 50px 0 50px;
}

section.download_app_banner .data .img {
    top: 0;
    width: 100%;
}

section.About_The_app .row .col-md-4 .app_img {
    width: 100%;
}

section.About_The_app::before {
    width: 160px;
    background-size: contain;
    right: -110px;
    top: 0px;
    background-position: center;
}

section.About_The_app {
    margin: 50px 0px;
}

section.Features {
    margin: 0 0 0px;
    padding: 0 0 0;
}

section.Features .contant {
    text-align: center !important;
}

section.Features .row .col-md-3 {
    width: 70%;
    margin: 0 auto 40px;
}

section.Features .img::before {
    width: 350px;
    height: 350px;
    left: -60px;
}

section.Features::before {
    opacity: 0;
}

section.download_app .row .col-md-5 .img {
    width: 100%;
}

section.FAQ {
    margin: 0 0 50px;
}

section.FAQ .faq_main .accordion-item button.accordion-button {
    font-size: 14px;
}

section.About_The_app .about_contant h2 {
    font-size: 24px;
}

section.Features .heading h2 {
    font-size: 24px;
}

section.download_app .contant h2 {
    font-size: 24px;
}

section.download_app_banner .data .contant h2 {
    font-size: 24px;
}

section.FAQ .heading h2 {
    font-size: 24px;
}
}


/* Responsive_css_end */