.home-banner-sec {
      position: relative;
      color: white;
    }

    .home-banner-sec,
    .home-banner-sec * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    .home-banner-sec .home-banner-swiper .swiper-slide {
      min-height: 100vh;
      position: relative;
    }

    .home-banner-sec .home-banner-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .home-banner-sec .banner-title {
      font-size: 64px;
      margin-bottom: 20px;
    }

    .home-banner-sec .banner-btn {
      margin-top: 20px;
      font-family: Jost;
      font-size:15px;
      display: inline-block;
      font-weight: 500;
      color: rgb(255, 255, 255);
      text-transform: none;
      text-decoration: none;
      letter-spacing: 0px;
      line-height: 1;
      text-align: center;
      white-space: normal;
      overflow: visible;
      padding: 13px 16px;
      height: auto;
      border-radius: 0px;
      background: rgb(113, 155, 14);
      border-width: 0px;
      border-style: none;
      border-color: rgb(255, 255, 255);
    }

    .home-banner-sec .banner-content {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
      text-align: center;
    }

    .home-banner-sec .banner-content .banner-item {
      max-width: 800px;
      padding-inline: 16px;
      margin-inline: auto;
    }

    .home-banner-sec .banner-content .banner-description {
      max-width: 600px;
      margin-inline: auto;
    }

    @media(max-width : 768px) {
      .home-banner-sec .home-banner-swiper .swiper-slide {
        min-height: 400px;
      }
		.home-banner-sec .banner-btn{
			font-size:13px;
           height: auto;
			padding: 11px 16px;
		}

      .home-banner-sec .banner-title {
        font-size: 35px;
      }
    }