/***************
    next slider
    ***************/

    .sectiotitle {
      margin-bottom: 20px;
    }

    .sectiotitle h4 {
      color: #AA151B;
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 5px;
    }

    .sectiotitle h2 {
      color: #323232;
      font-size: 28px;
      font-weight: 600;
    }

    .sectiotitle h2 span {
      color: #AA151B;
      font-weight: 600;
    }
    .gegrtg {
      position: relative;
      overflow: hidden;
      box-shadow: 4px 4px 7.2px 3px rgba(0, 0, 0, 0.20);
      height: 395px !important;
      min-width: 100%;
    }

    .hovecontent {
      padding: 5px 15px;
      h2 {
        color: #323232;
        font-size: 24px;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 25px;
        letter-spacing: 5px;
        text-transform: uppercase;
      }

      p {
        color: #424242;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
      }

      a {
        border-radius: 8px;
        background: linear-gradient(90deg, #FFA500 29.33%, rgba(255, 243, 222, 0.74) 99.58%);
        color: #313131;
        font-size: 16px;
        border: none;
        font-weight: 600;
        text-transform: capitalize;
      }
    }

    .owl-carousel .item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.4s ease;
    }

    .overlye {
      position: absolute;
      inset: 0;
    }

    .contenslid {
      position: absolute;
      bottom: 25px;
      width: 100%;
      color: #fff;
      z-index: 2;
    }

    .contenslid h3 {
      color: #FFF;
      font-size: 24px;
      font-weight: 600;
      text-align: center;
      letter-spacing: 8px;
      margin-bottom: 10px;
      text-transform: uppercase;
    }

    .contenslid p {
      font-size: 14px;
      line-height: 1.6;
      max-width: 250px;
    }

    .btnslide {
      display: inline-block;
      margin-top: 15px;
      background: #f4b400;
      color: #000;
      padding: 10px 18px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
    }

    .ppriceto {
      position: absolute;
      top: 20px;
      right: 35px;
      background: #fff;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #1A911A;
      font-size: 15px;
      font-weight: 700;
      color: #1A911A;
      z-index: 2;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .pricenext {
      position: absolute;
      top: 10px;
      right: 15px;
      background: #fff;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #1A911A;
      font-size: 10px;
      font-weight: 700;
      color: #1A911A;
      z-index: 2;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .owl-nav {
      position: absolute;
      top: -80px;
      right: 0;
      display: flex;
      gap: 10px;
    }


    .nav-img {
      width: 40px;
      height: 40px;
      object-fit: contain;
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
      background: transparent !important;
    }

    .owl-stage {
      display: flex;
      height: 390px;
    }

    .hovecontent {
      transform: scaleX(0);
      transform-origin: left center;
      transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
      opacity: 0;


    }

    /* ONLY FIRST ACTIVE ITEM */
    .owl-item.first-active {
      width: 500px !important;

    }

    .lohtht {
      display: flex;
      cursor: pointer;
    }

    .owl-item.first-active .hovecontent {
      transform: scaleX(1);
      width: 45%;
      opacity: 1;
    }

    .owl-item.first-active .gegrtg {
      min-width: 55% !important;
      max-width: 55%;
    }

    .owl-item.active {
      overflow: hidden;
    }

    @media only screen and (max-width: 767px) {
      .sectiotitle h4 {
        font-size: 14px;
      }

      .sectiotitle h2 span {
        font-size: 22px;
      }

      .sectiotitle h2 {
        font-size: 22px;
      }

      .nav-img {
        width: 30px;
        height: 30px;
      }

      .owl-item.first-active .hovecontent {
        transform: scaleX(0);
        opacity: 0;
      }

      .owl-item.first-active {
        width: 336px !important;
      }

      .owl-item.first-active .gegrtg {
        min-width: 100% !important;
        max-width: 100%;
      }

      .contenslid h3 {
        text-shadow: 1px 1px 2px black;
      }
    }

    /*********
    End Next Slider
    ********/