.content video {
    width: 100%;
    margin-top: -2px;
  }

  body {
    position: relative;
    height: 100%;
  }

  .intro-para {
    text-align: center;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: rgb(52, 197, 52);
  }

  body {
    overflow-x: hidden;
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
  }


  .header-img {
    width: 100%;
    height: 700px;
  }



  h2{
    text-align: center;
    font-size: 50px !important;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: green;
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .banner-img {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 300px;


  }

  .banner-1 {
    width: 49%;
    background-image: url(./pages/assets/home-page/images/B-IMG-1.PNG);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 30px;

  }

  .banner-1:hover {
    border: 3px solid green;


  }

  .banner-2 {
    width: 49%;
    background: url(./pages/assets/home-page/images/B-IMG-2.PNG);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 30px;
  }

  .banner-2:hover {
    border: 3px solid green;

  }



  .nutss {
    height: 300px;
    display: flex;
    justify-content: space-around;
    /* background-color: #003185; */
  }


  .carousal {
    margin-top: -5px;
  }

  /* CARDS CSS  */
  .collection-img img {
    width: 70%;
  }

  .rating i {
    color: #008000 !important;
  }

  .title h2:hover {
    color: #008000 !important;
  }

  .title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 75px;
  }

  .text-center p {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 500;
  }

  .text-center button {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 300;
  }


  .heading_dryfruit h1 {
    text-align: center;
    margin-top: 50px;
    font-weight: 550;
    margin-bottom: 30px;
    color: green;

  }

  .heading_dryfruit p {
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
  } 
  body {
    --sb-track-color: #ffffff;
    --sb-thumb-color: #008000;
    --sb-size: 15px;
  }
  
  body::-webkit-scrollbar {
    width: var(--sb-size);
  }
  
  body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 10px;
  }
  
  body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 10px;
  }
  
  @supports not selector(::-webkit-scrollbar) {
    body {
        scrollbar-color: var(--sb-thumb-color)
                       var(--sb-track-color);
    }
  }
    /*-------------------------------scroll-start-----------------------------------*/
    #scrollUp {
      bottom: 20px;
      right: 20px;
      background-image: url('./pages/assets/top.png');
      width: 38px;
      height: 38px;
    }
    
    /*----------------------------------scroll-up-end------------------------------------*/
    /*-----------------------------------------aldo-cards--------------------------------*/
  .collection-img img {
    width: 70%;
    height: 200px;
  }
  
  .rating i {
    color: #008000 !important;
  }
  
  .title h2:hover {
    color: #008000 !important;
  }
  
  .title h2 {
    font-family: 'Playfair Display', serif;
  }
  
  .text-center p {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 500;
  }
  
  .text-center button {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 300;
  }
  /*--------------------------aldo-cards-end-------------------------------------------*/