/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2021 | 14:58:00 */
      .bodyclassbar {
        box-sizing: border-box;
        font-family: "Neuville", sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        margin: 0;
      }

      .containerforbarsection {
        display: flex;
        flex-wrap: wrap;
        width: 1170px;
      }

      .panelforbaruse {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 60vh;
        border-radius: 0px;
        color: #fff;
        cursor: pointer;
        flex: 1;
        margin: 10px;
        position: relative;
        -webkit-transition: all 700ms ease-in;
        transition: all 700ms ease-in;
        z-index: 3;
      }

      .panelforbaruse h3 {
        font-size: 30px;
        position: absolute;
        bottom: 28px;
        left: 20px;
        margin: 0;
        opacity: 1;
        writing-mode: tb-rl;
        transform: rotate(-180deg);
        transition: all 700ms ease-in;
        font-weight: 600;
      }

      .panelforbaruse span {
        font-size: 16px;
        position: absolute;
        bottom: 4px;
        left: 20px;
        margin: 0;
        opacity: 0;
        color: #67c3d8;
        font-weight: 400;
      }

      .panelforbaruse p {
        font-size: 13px;
        position: absolute;
        bottom: 28px;
        left: 2px;
        margin: 0;
        opacity: 1;
        writing-mode: tb-rl;
        transform: rotate(-180deg);
        color: #67c3d8;
        font-weight: 600;
      }

      .panelforbaruse.active p {
        position: absolute;
        bottom: 52px;
        left: 20px;
        opacity: 1;
        writing-mode: horizontal-tb;
        transform: rotate(-360deg);
        transition: all 700ms ease-in;
        margin-bottom: 50px;
        margin-left: 0;
      }

      .fa-arrow-leftuseforbarsec {
        width: 50px;
        height: 60px;
        margin-top: 220px;
        font-size: 22px;
        padding: 15px;
        background: linear-gradient(to left, white 50%, #67c3d8 50%) right;
        background-size: 200%;
        transition: 0.5s ease-out;
      }

      .fa-arrow-rightforbarsec {
        width: 50px;
        height: 60px;
        margin-top: 220px;
        font-size: 22px;
        margin-left: 4px;
        padding: 15px;
        background: linear-gradient(to left, white 50%, #67c3d8 50%) right;
        background-size: 200%;
        transition: 0.5s ease-out;
      }

      .fa-arrow-rightforbarsec:hover,
      .fa-arrow-leftuseforbarsec:hover {
        opacity: 1;
        background-color: #67c3d8;
        color: white;
        padding: 15px;
        background-position: left;
        cursor: pointer;
      }

      .panelforbaruse.active {
        flex: 3;
      }

      .panelforbaruse.active span {
        opacity: 1;
        transition: all 700ms ease-in;
        margin-bottom: 30px;
      }

      .panelforbaruse.active h3 {
        opacity: 1;
        writing-mode: horizontal-tb;
        transform: rotate(-360deg);
        transition: all 700ms ease-in;
        margin-bottom: 50px;
        margin-left: 0;
      }

      .panelforbaruse h3 {
        margin-left: 35px;
        font-size: 22px;
        letter-spacing: 1px;
      }

      .panelforbaruse p {
        margin-left: 30px;
      }

      @media (max-width: 480px) {
        .containerforbarsection {
          width: 80vw;
        }

        .panelforbaruse:nth-of-type(4),
        .panelforbaruse:nth-of-type(5) {
          display: none;
        }
      }