// ==============================================
// 🎨 Global Scss
// ==============================================

body{
  padding-top: 98px;
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    padding-top: 92px;
  }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    padding-top: 72px;
  }
  @media screen and (max-width: $screen-xs) {
    padding-top: 70px;
  }
}

// ----------------------------
// 🟢 Header Scss
// ----------------------------
.bb-header-widget-1 {
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: $white;
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    padding: 22px 0;
  }
  @media screen and (max-width: 991px) {
    padding: 22px 12px;
    //box-shadow: $box-shadow-01;
    //backdrop-filter: blur(30px)
  }
  &.not-fixed{
    position: relative;
  }
  .header-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 3;
    &.active {
      display: block;
    }
  }
  .logo-wrapper{
    text-align: right;
    a.logo {
      display: inline-block;
      img {
        max-width: 170px;
        @media screen and (max-width: 991px) and (min-width: 768px) {
          max-width: 140px;
        }
        @media screen and (max-width: $screen-xs) {
          max-width: 130px;
        }
      }
    }
  }
  .navbar-menu {
    text-align: left;
    @media screen and (max-width: 991px) {
      position: fixed;
      top: 0;
      left: -100%;
      text-align: left;
      width: 100%;
      height: 100vh;
      max-width: 250px;
      background: $white;
      transition: all .3s ease-in-out;
      z-index: 4;
      &.active {
        left: 0;
      }
    }

    .logo {
      display: none;
      @media screen and (max-width: 991px) {
        display: block;
        padding: 40px 20px 0;
      }
      img{
        @media screen and (max-width: $screen-xs) {
          max-width: 130px;
        }
      }
    }

    ul.menu {
      @media screen and (max-width: 991px) {
        padding: 40px 0 0;
      }

      li {
        vertical-align: middle;
        @media screen and (max-width: 991px) {
          display: block;
        }

        &:not(:last-of-type) {
          margin: 0 35px 0 0;
          @media screen and (max-width: 991px) {
            border-bottom: 1px solid $cool-gray-01;
            margin: 0;
          }
        }

        &:nth-last-of-type(3) {
          @media screen and (min-width: 1200px) {
            margin-right: 50px;
          }
        }

        &.active, &:hover {
          a {
            //color: $primary-01;

            &:before {
              width: 100%;
            }
          }
        }

        a {
          position: relative;
          transition: all .3s ease-out;
          @media screen and (max-width: 991px) {
            padding: 12px 20px;
            display: block;
          }
          &:not(.btn-style){
            @include font-size(20, 28, 500, $text-03);
          }
          &:before {
            //content: "";
            background: $primary-01;
            width: 0;
            height: 3px;
            border-radius: 3px;
            position: absolute;
            left: 0;
            bottom: -5px;
            transition: all .3s ease-out;
            @media screen and (max-width: 991px) {
              display: none;
            }
          }
        }
      }
    }
  }
  .hamburger-menu {
    display: none;
    text-align: left;
    @media screen and (max-width: 991px) {
      display: block;
      &.active {
        display: none;
      }
    }
    img {
      width: 24px;
    }
  }
}



// ----------------------------
// 🟢 Footer Scss
// ----------------------------
.bb-footer-widget-1{
  background: linear-gradient(180deg, #E0E1E3 0%, #F7F8FA 8.17%);
  box-shadow: 0 100px 50px -100px #7E8F9233 inset;
  .top-footer{
    .top-footer-wrapper{
      border-bottom: 1px solid $border-05;
      @media screen and (max-width: $screen-xs) {
        border-bottom: unset;
      }
      .signature-wrapper{
        h2{
          word-break: break-word;
        }
        h3{
          br{
            @media screen and (max-width: $screen-xs) {
              display: none;
            }
          }
        }
      }
      .pages-link{
        .col-md-3{
          &:not(:last-of-type){
            .link-card{
              .title{
                @media screen and (max-width: $screen-xs) {
                  border-bottom: 1px solid $border-05;
                }
              }
            }
          }
        }
        .link-card{
          .title{
            pointer-events: none;
            margin-bottom: 18px;
            @media screen and (max-width: $screen-xs) {
              display: flex;
              align-items: center;
              justify-content: space-between;
              padding: 20px 15px 20px 0;
              margin-bottom: 0;
              pointer-events: auto;
            }
            &.active{
              .icon{
                @media screen and (max-width: $screen-xs) {
                  transform: rotate(180deg);
                }
              }
            }
            .icon{
              display: none;
              transition: $transition-01;
              @media screen and (max-width: $screen-xs) {
                display: block;
              }
            }
          }
          .bb-list-widget-1{
            ul.feature-list{
              @media screen and (max-width: $screen-xs) {
                display: none;
                padding: 15px 0 20px;
              }
              li{
                a{
                  @media screen and (max-width: 991px) and (min-width: 768px) {
                    @include font-size(16, 24, 500, $text-06);
                  }
                }
              }
            }
          }
        }
      }
    }
  }
  .middle-footer{
    ul.contact-list{
      li{
        display: inline-block;
        vertical-align: bottom;
        @media screen and (max-width: $screen-xs) {
          display: block;
        }
        &:not(:last-of-type){
          margin: 0 32px 0 0;
          @media screen and (max-width: 991px) and (min-width: 768px) {
            margin: 0 12px 0 0;
          }
          @media screen and (max-width: $screen-xs) {
            margin: 0 0 12px 0;
          }
        }
        .symbol-card{
          display: grid;
          grid-template-columns: 80px 1fr;
          column-gap: 32px;
          @media screen and (max-width: 991px) and (min-width: 768px) {
            grid-template-columns: 60px 1fr;
            column-gap: 12px;
          }
          @media screen and (max-width: $screen-xs) {
            grid-template-columns: 60px 1fr;
            column-gap: 20px;
            margin-bottom: 24px;
          }
          .symbol-img{
            img{
              width: 100%;
            }
          }
        }
        .contact-card{
          display: grid;
          grid-template-columns: 17px 1fr;
          column-gap: 10px;
          align-items: center;
          @media screen and (max-width: 991px) and (min-width: 768px) {
            column-gap: 4px;
          }
          @media screen and (max-width: $screen-xs) {
            padding-left: 80px;
          }
          img{
            @media screen and (max-width: 991px) and (min-width: 768px) {
              max-width: 16px;
            }
          }
        }
      }
    }
    .logo-wrapper{
      text-align: right;
      @media screen and (max-width: $screen-xs) {
        text-align: center;
      }
    }
  }
  .bottom-footer{
    background: $primary-02;
    ul{
      @media screen and (max-width: 991px) and (min-width: 768px) {
        text-align: center;
      }
      li{
        display: inline-block;
        vertical-align: middle;
        @media screen and (max-width: $screen-xs) {
          display: block;
        }
        &:first-of-type{
          padding: 7px 12px;
          @media screen and (max-width: $screen-xs) {
            display: none;
          }
          a{
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            @media screen and (max-width: 991px) and (min-width: 768px) {
              width: auto;
              height: auto;
            }
          }
        }
        &:last-of-type{
          display: none;
          @media screen and (max-width: $screen-xs) {
            display: block;
          }
        }
        a{
          display: block;
          @include font-size(16, 20, 500, $white);
          padding: 21px 32px 17px;
          @media screen and (max-width: 1199px) and (min-width: 992px) {
            padding: 21px 25px 17px;
          }
          @media screen and (max-width: 991px) and (min-width: 768px) {
            padding: 12px;
            @include font-size(14, 20, 500, $white);
          }
          @media screen and (max-width: $screen-xs) {
            padding: 10px 0;
          }
        }
      }
    }
  }
}




// ----------------------------
// 🟢 Banner Scss
// ----------------------------
.bb-section-widget-1{
  .banner-wrapper{
    position: relative;
    .banner-img{
      width: 100%;
      height: 640px;
      @media screen and (max-width: 991px) and (min-width: 768px) {
        height: 550px;
      }
      @media screen and (max-width: $screen-xs) {
        height: 500px;
      }
      img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 32px;
        @media screen and (max-width: $screen-xs) {
          border-radius: 0;
        }
      }
    }
    .bb-card-widget-1{
      position: absolute;
      bottom: -76px;
      left: 60px;
      @media screen and (max-width: 991px) and (min-width: 768px) {
        left: 40px;
      }
      @media screen and (max-width: $screen-xs) {
        bottom: -62px;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }
}
.bb-section-widget-2{
  ul.arrow-list{
    text-align: right;
    li{
      display: inline-block;
      vertical-align: middle;
      &:not(:last-of-type){
        margin: 0 40px 0 0;
      }
      a{
        img{
          min-width: 18px;
        }
        &.swiper-button-disabled{
          pointer-events: none;
          img{
            filter: $btn-disable-filter;
          }
        }
      }
    }
  }
  .sec-header{
    position: relative;
    h2{
      margin-bottom: 0;
    }
    ul.arrow-list{
      @media screen and (max-width: $screen-xs) {
        display: none;
      }
    }
  }
  .swiper-container{
    max-width: 1140px;
    min-width: calc((100vw - 1140px) / 2 + 1105px);
    margin: 0 0 0 auto;
    @media screen and (max-width: 1199px) {
      min-width: auto;
    }
    .swiper{
      @media screen and (max-width: 1199px) and (min-width: 768px) {
        padding-left: 14px;
      }
      @media screen and (max-width: $screen-xs) {
        padding-left: 32px;
      }
      .swiper-wrapper{
        .swiper-slide{
          height: auto;
          .bb-card-widget-2{
            height: 100%;
            .card-widget{
              height: 100%;
            }
          }
        }
      }
    }
  }
}
.bb-section-widget-3{
  .img-wrapper{
    img{
      width: 100%;
    }
  }
}
.bb-section-widget-4{
  //background: url("../../assets/images/others/bb-section-widget-4-bg-img.png") no-repeat;
  //background-position: bottom;
  //background-size: 100% 575px;
  position: relative;
  max-width: 1920px;
  margin: auto;
  .bg-img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    max-height: 575px;
    @media screen and (max-width: $screen-xs) {
      height: 575px;
      object-fit: cover;
    }
  }
  .container{
    position: relative;
    z-index: 1;
  }
  .read-wrapper{
    max-width: 792px;
  }
  .newsletter-wrapper{
    max-width: 893px;
  }
}
.bb-section-widget-5{
  .quote-wrapper{
    h3 {
      text-decoration-line: underline;
      text-decoration-color: rgba(252, 72, 91, 0.5);
      text-decoration-thickness: 3px;
      text-underline-offset: 4px;
      @media screen and (min-width: 1200px) {
        line-height: 42px;
      }
      @media screen and (max-width: $screen-xs) {
        line-height: 28px;
      }
    }
    >p{
      text-align: right;
      @media screen and (max-width: $screen-xs) {
        text-align: left;
      }
    }
  }
}
.bb-section-widget-6{
  p{}
}
.bb-section-widget-7{
  .widget-wrapper{
    position: relative;
    .bg-img{
      width: 100%;
      height: 1411px;
      object-fit: cover;
      border-radius: 32px;
      object-position: top;
      @media screen and (max-width: 991px) and (min-width: 768px) {
        height: 1100px;
      }
      @media screen and (max-width: $screen-xs) {
        height: 1103px;
        border-radius: 0;
      }
    }
    .content-wrapper{
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 70px 100px;
      @media screen and (max-width: 991px) and (min-width: 768px) {
        padding: 0 40px 60px;
      }
      @media screen and (max-width: $screen-xs) {
        padding: 0 32px 48px;
      }
    }
  }
}
.bb-section-widget-8{
  ul.committees-list{
    li{
      display: inline-block;
      vertical-align: top;
      position: relative;
      @media screen and (max-width: $screen-xs) {
        display: block;
      }
      &:not(:last-of-type){
        margin: 0 88px 0 0;
        @media screen and (max-width: 991px) and (min-width: 768px) {
          margin: 0 60px 0 0;
        }
        @media screen and (max-width: $screen-xs) {
          padding: 0 0 24px;
          margin: 0 0 24px;
          border-bottom: 1px solid $border-05;
        }
        &:before{
          content: "";
          background: $border-05;
          width: 40px;
          height: 1px;
          position: absolute;
          top: calc(50% - 24px);
          right: -65px;
          transform: translateY(-50%);
          @media screen and (max-width: 991px) and (min-width: 768px) {
            width: 30px;
            right: -48px;
          }
          @media screen and (max-width: $screen-xs) {
            display: none;
          }
        }
      }
      .bb-card-widget-6{

      }
    }
  }
}
.bb-section-widget-9{
  .btn-wrapper{
    .btn-style{
      @media screen and (max-width: $screen-xs) {
        min-width: 100%;
      }
    }
  }
}
.bb-section-widget-10{
  .img-wrapper{
    text-align: right;
    @media screen and (max-width: $screen-xs) {
      text-align: left;
    }
    img{
      width: 100%;
      max-width: 287px;
      @media screen and (max-width: $screen-xs) {
        max-width: 185px;
      }
    }
  }
}
.bb-section-widget-12{
  ul.partner-list{
    li{
      display: inline-block;
      vertical-align: top;
      position: relative;
      @media screen and (max-width: $screen-xs) {
        display: block;
      }
      &:not(:last-of-type){
        margin: 0 75px 0 0;
        @media screen and (max-width: 991px) and (min-width: 768px) {
          margin: 0 60px 0 0;
        }
        @media screen and (max-width: $screen-xs) {
          margin: 0 0 8px;
        }
        &:before{
          content: "";
          background: $border-05;
          width: 40px;
          height: 1px;
          position: absolute;
          top: calc(50% - 24px);
          right: -59px;
          transform: translateY(-50%);
          @media screen and (max-width: 991px) and (min-width: 768px) {
            width: 30px;
            right: -48px;
          }
          @media screen and (max-width: $screen-xs) {
            display: none;
          }
        }
      }
      .bb-card-widget-9{
        .card-widget{
          @media screen and (max-width: $screen-xs) {
            margin: auto;
          }
          .img-wrapper{
            @media screen and (max-width: $screen-xs) {
              padding: 20px 0;
            }
          }
        }
      }
    }
  }
}
.bb-section-widget-14{

}
.bb-section-widget-15{
  ul.gallery-list{
    display: grid;
    grid-template-columns: repeat(4, 250px);
    align-items: center;
    column-gap: 18px;
    row-gap: 18px;
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      grid-template-columns: repeat(4, calc(25% - 14px));
    }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      grid-template-columns: repeat(3, calc(33% - 6px));
      column-gap: 12px;
      row-gap: 12px;
    }
    @media screen and (max-width: $screen-xs) {
      grid-template-columns: repeat(2, calc(50% - 6px));
      column-gap: 12px;
      row-gap: 11px;
    }
    li{
      display: block;
      position: relative;
      // Apply left padding to all items in the 2nd row
      &:nth-child(n + 5):nth-child(-n + 8) {
        left: 60px;
        @media screen and (max-width: 1199px) {
          left: 0;
        }
      }
      .gallery-card{
        display: block;
        img{
          width: 100%;
          height: 187px;
          border-radius: 16px;
          object-fit: cover;
          object-position: center;
          @media screen and (max-width: 991px) and (min-width: 768px) {
            height: 160px;
          }
          @media screen and (max-width: $screen-xs) {
            height: 116px;
          }
        }
      }
    }
  }
}
.bb-section-widget-16{

}
.bb-section-widget-18{
  .form{
    &.w-680{
      max-width: 680px;
    }
    .form-group{
      margin: 0 0 44px;
      @media screen and (max-width: $screen-xs) {
        margin: 0 0 39px;
      }
      &.submit{
        .btn-style{
          min-width: 320px;
        }
      }
    }
  }
}
.bb-section-widget-19{
  .form-wrapper{
    max-width: 100%;
    .form{
      .form-group{
        margin: 0 0 44px;
        @media screen and (max-width: $screen-xs) {
          margin: 0 0 39px;
        }
        .title-flex{
          display: flex;
          align-items: center;
          gap: 24px;
        }
      }
    }
    .submit-btn{
      .btn-style{
        min-width: 320px;
      }
    }
  }
}


// ----------------------------
// 🟢 Card Scss
// ----------------------------
.bb-card-widget-1{
  .card-widget{
    width: 536px;
    height: 536px;
    padding: 90px 80px;
    border-radius: 50%;
    background: $bg-03;
    box-shadow: $box-shadow-02;
    display: flex;
    align-items: center;
    justify-content: center;
    @media screen and (max-width: 1199px) and (min-width: 768px) {
      width: 450px;
      height: 450px;
      padding: 50px 60px;
    }
    @media screen and (max-width: $screen-xs) {
      padding: 42px 32px;
      width: 340px;
      height: 340px;
    }
    .content-wrapper{
      text-align: center;
      h1{

      }
      p{

      }
      .btn-style{
        min-width: 250px;
        @media screen and (max-width: 1199px) {
          min-width: 190px;
        }
      }
    }
  }
}
.bb-card-widget-2{
  .card-widget{
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    &.bg-sea{
      background: $sea-01;
    }
    &.bg-purple{
      background: $purple-02;
    }
    &.bg-green{
      background: $green-02;
    }
    .img-wrapper{
      img{
        width: 100%;
        height: 380px;
        object-fit: cover;
        object-position: center;
        @media screen and (max-width: 991px) and (min-width: 768px) {
          height: 300px;
        }
        @media screen and (max-width: $screen-xs) {
          height: 200px;
        }
      }
    }
    .content-wrapper{
      padding: 48px 48px 136px;
      @media screen and (max-width: 991px) and (min-width: 768px) {
        padding: 36px 36px 136px;
      }
      @media screen and (max-width: $screen-xs) {
        padding: 24px 24px 104px;
      }
      .location{
        display: flex;
        align-items: center;
        gap: 10px;
        img{
          @media screen and (max-width: $screen-xs) {
            max-width: 15px;
          }
        }
      }
      .btn-wrapper{
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 48px 48px;
        @media screen and (max-width: 991px) and (min-width: 768px) {
          padding: 0 36px 36px;
        }
        @media screen and (max-width: $screen-xs) {
          padding: 0 24px 24px;
        }
        .btn-style{
          @media screen and (max-width: $screen-xs) {
            min-width: 100%;
          }
        }
      }
    }
  }
}
.bb-card-widget-3{
  .range-slider-input{
    position: relative;
    max-width: 558px;
    .slider{
      -webkit-appearance: none;
      width: 100%;
      height: 6px;
      border-radius: 5px;
      background: linear-gradient(to right, #FF4557 50%, rgba(4, 13, 61, 0.05) 50%);
      outline: none;
      transition: background 150ms ease-in-out;
      box-shadow: $box-shadow-04;
      &::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: $white;
        cursor: pointer;
        box-shadow: $box-shadow-05;
        margin-top: 0;
      }
      &::-moz-range-thumb {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #FF4557;
        cursor: pointer;
      }
    }

    .range-value {
      font-weight: 600;
      position: absolute;
      bottom: -25px;
      transform: translateX(-50%);
      pointer-events: none;
      margin-bottom: 0;
    }

    .range-hidden-value {
      display: none;
    }
  }
  .price-card{
    margin: auto;
    max-width: 281px;
    @media screen and (max-width: $screen-xs) {
      max-width: 100%;
    }
    p{
      min-height: 72px;
      b{
        font-weight: 700;
      }
    }
  }
}
.bb-card-widget-4{
  .card-widget{
    ul.read-list{
      li{
        display: block;
        &:not(:last-of-type){
          .read-card{
            border-bottom: 1px solid $border-05;
          }
        }
        &:first-of-type{
          .read-card{
            padding-top: 0;
          }
        }
        .read-card{
          padding: 21px 0 23px;
          display: grid;
          grid-template-columns: 1fr 116px;
          column-gap: 16px;
          row-gap: 16px;
          @media screen and (max-width: $screen-xs) {
            grid-template-columns: 1fr;
          }
          .content-wrapper{

          }
          .btn-wrapper{

          }
        }
      }
    }
  }
}
.bb-card-widget-5{
  .card-widget{
    padding: 32px 50px;
    border-radius: 8px;
    backdrop-filter: blur(50px);
    background: rgba(169, 233, 164, 0.2);
    @media screen and (max-width: $screen-xs) {
      padding: 28px 24px;
    }
    .form{
      .form-group{
        .input-container{
          .form-control{
            background: transparent;
          }
        }
      }
    }
    .btn-wrapper{
      .btn-style{
        min-width: 320px;
        @media screen and (max-width: $screen-xs) {
          min-width: 100%;
        }
      }
    }
  }
}
.bb-card-widget-6{
  max-width: 182px;
  @media screen and (max-width: $screen-xs) {
    max-width: 100%;
  }
  .card-widget{
    text-align: center;
    @media screen and (max-width: $screen-xs) {
      display: grid;
      grid-template-columns: 99px 1fr;
      align-items: center;
      column-gap: 14px;
      text-align: left;
    }
    .user-img{
      img{
        width: 182px;
        height: 182px;
        border-radius: 50%;
        object-fit: cover;
        object-position: top;
        @media screen and (max-width: $screen-xs) {
          width: 99px;
          height: 99px;
        }
      }
    }
    .user-content{

    }
  }
}
.bb-card-widget-7{
  .card-widget{
    ul.information-list{
      li{
        display: block;
        &:not(:last-of-type){
          .information-card{
            border-bottom: 1px solid $border-05;
          }
        }
        &:first-of-type{
          .information-card{
            padding-top: 0;
          }
        }
        .information-card{
          padding: 21px 0 23px;
          display: grid;
          grid-template-columns: 1fr 106px;
          column-gap: 16px;
          row-gap: 16px;
          @media screen and (max-width: $screen-xs) {
            grid-template-columns: 1fr;
          }
          .content-wrapper{

          }
          .btn-wrapper{

          }
        }
      }
    }
  }
}
.bb-card-widget-8{
  .card-widget{
    .table-wrapper{
      background: $white;
      @media screen and (max-width: 991px) {
        overflow: auto;
      }
      .financial-table{
        @media screen and (max-width: 991px) and (min-width: 768px) {
          min-width: 1000px;
        }
        @media screen and (max-width: $screen-xs) {
          min-width: 800px;
        }
        .grid-5{
          display: grid;
          grid-template-columns: 80px 50px 280px 1fr 160px;
          column-gap: 12px;
          @media screen and (max-width: $screen-xs) {
            grid-template-columns: 80px 50px 220px 1fr 120px;
          }
        }
        .table-column{
          padding: 16px 0;
          @media screen and (max-width: 991px) {
            padding: 19px 0;
          }
          &:first-of-type{
            padding-left: 8px;
          }
          &:last-of-type{
            text-align: right;
            padding-right: 8px;
          }
          a{
            font-weight: 600;
            color: $primary-01;
          }
        }
        .table-header{
          border-bottom: 3px solid $border-05;
        }
        .table-body{
          .table-row{
            border-bottom: 1px solid $border-05;
            &:last-of-type{
              border-bottom: none;
            }
          }
        }
      }
    }
  }
}
.bb-card-widget-9{
  .card-widget{
    text-align: center;
    max-width: 160px;
    @media screen and (max-width: $screen-xs) {
      max-width: 100%;
    }
    .img-wrapper{
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 160px;
      @media screen and (max-width: $screen-xs) {
        max-width: 160px;
        margin: auto;
      }
      img{
        width: 100%;
      }
    }
    .content-wrapper{
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 62px;
      @media screen and (max-width: $screen-xs) {
        min-height: auto;
      }
      strong{
        line-height: 20px;
      }
    }
  }
}
.bb-card-widget-10{
  max-width: 394px;
  .card-widget{
    padding: 32px;
    border-radius: 32px;
    background: $sea-01;
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      padding: 26px 18px;
    }
    @media screen and (max-width: $screen-xs) {
      padding: 16px 20px;
    }
    .step-logo{
      img{
        max-width: 183px;
        @media screen and (max-width: $screen-xs) {
          max-width: 140px;
        }
      }
    }
    ul.step-list{
      li{
        display: block;
        padding-left: 15px;
        padding-bottom: 22px;
        margin-bottom: 14px;
        @media screen and (max-width: 1199px) and (min-width: 992px) {
          padding-left: 0;
        }
        &:not(:last-of-type){
          border-bottom: 1px solid $white;
        }
        .step-card{
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 10px;
          .name-wrapper{
            display: grid;
            grid-template-columns: 20px 1fr;
            column-gap: 14px;
            @media screen and (max-width: $screen-xs) {
              column-gap: 12px;
            }
            .icon{
              img{
                max-width: 20px;
              }
            }
            .content{

            }
          }
          .user-img{
            img{
              width: 83px;
              height: 83px;
              border-radius: 50%;
              object-fit: cover;
              @media screen and (max-width: 1199px) and (min-width: 992px) {
                width: 60px;
                height: 60px;
              }
            }
          }
        }
      }
    }
    .btn-wrapper{
      .btn-style{
        @media screen and (max-width: $screen-xs) {
          min-width: 100%;
        }
      }
    }
  }
}
.bb-card-widget-11{

  .card-widget{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    .video-wrapper{
      video{
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 16px;
      }
      .video-content{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 38px 42px 49px 42px;
        display: flex;
        align-items: self-end;
        @media screen and (max-width: 991px) {
          padding: 22px 22px 20px 16px;
        }
        &.active{
          &:before{
            display: none;
          }
          .video-progress{
            display: grid;
          }
          a.logo, .title-wrapper{
            display: none;
          }
        }
        &:before{
          content: "";
          background: linear-gradient(90deg, rgba(255, 69, 87, .7) 0%, rgba(35, 47, 101, .7) 100%);
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1;
        }
        a.logo{
          position: absolute;
          top: 38px;
          right: 43px;
          z-index: 2;
          @media screen and (max-width: 991px) {
            top: 22px;
            right: 21px;
          }
          img{
            width: 100%;
            max-width: 171px;
            @media screen and (max-width: 991px) {
              max-width: 90px;
            }
          }
        }
        .video-action{
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translateY(-50%) translateX(-50%);
          z-index: 3;
          img{
            max-width: 80px;
            @media screen and (max-width: 991px) {
              max-width: 64px;
            }
          }
        }
        .title-wrapper{
          position: relative;
          z-index: 2;
          h3{
            color: $white;
          }
          h4{
            color: $white;
          }
        }
        .video-progress{
          display: none;
          width: 100%;
          padding: 0 20px 0 14px;
          //display: grid;
          grid-template-columns: 14px 1fr 20px;
          align-items: center;
          column-gap: 14px;
          position: absolute;
          left: 0;
          bottom: 14px;
          z-index: 2;
          @media screen and (max-width: $screen-xs) {
            bottom: 13px;
          }
          .play-button{
            img{
              max-width: 14px;
            }
          }
          .volume-button{
            img{
              max-width: 20px;
            }
          }
          .progress-bar{
            width: 100%;
            height: 8px;
            border-radius: 4px;
            background: rgba(255, 255, 255,.30);
            position: relative;
            cursor: pointer;
            .progress{
              position: absolute;
              left: 0;
              top: 0;
              height: 100%;
              background: $primary-01;
              cursor: pointer;
            }
          }
        }
      }
    }
  }
}
.bb-card-widget-12{
  max-width: 394px;
  .card-widget{
    padding: 32px;
    border-radius: 32px;
    background: $green-02;
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      padding: 26px 18px;
    }
    @media screen and (max-width: $screen-xs) {
      padding: 16px 20px;
    }
    .step-logo{
      img{
        max-width: 183px;
        @media screen and (max-width: $screen-xs) {
          max-width: 140px;
        }
      }
    }
    ul.step-list{
      li{
        display: block;
        padding-left: 15px;
        padding-bottom: 22px;
        margin-bottom: 14px;
        @media screen and (max-width: 1199px) and (min-width: 992px) {
          padding-left: 0;
        }
        &:not(:last-of-type){
          border-bottom: 1px solid $white;
        }
        .step-card{
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 10px;
          .name-wrapper{
            display: grid;
            grid-template-columns: 20px 1fr;
            column-gap: 14px;
            @media screen and (max-width: $screen-xs) {
              column-gap: 12px;
            }
            .icon{
              img{
                max-width: 20px;
              }
            }
            .content{

            }
          }
          .user-img{
            img{
              width: 83px;
              height: 83px;
              border-radius: 50%;
              object-fit: cover;
              @media screen and (max-width: 1199px) and (min-width: 992px) {
                width: 60px;
                height: 60px;
              }
            }
          }
        }
      }
    }
    .btn-wrapper{
      .btn-style{
        @media screen and (max-width: $screen-xs) {
          min-width: 100%;
        }
      }
    }
  }
}
.bb-card-widget-13{
  .card-widget{
    ul.funding-list{
      li{
        display: block;
        padding-bottom: 24px;
        margin-bottom: 24px;
        &:not(:last-of-type){
          border-bottom: 1px solid $border-05;
        }
      }
    }
  }
}
.bb-card-widget-14{
  max-width: 394px;
  .card-widget{
    padding: 32px;
    border-radius: 32px;
    background: $purple-02;
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      padding: 26px 18px;
    }
    @media screen and (max-width: $screen-xs) {
      padding: 16px 20px;
    }
    .step-logo{
      img{
        max-width: 183px;
        @media screen and (max-width: $screen-xs) {
          max-width: 140px;
        }
      }
    }
    ul.step-list{
      li{
        display: block;
        padding-left: 15px;
        padding-bottom: 22px;
        margin-bottom: 14px;
        @media screen and (max-width: 1199px) and (min-width: 992px) {
          padding-left: 0;
        }
        &:not(:last-of-type){
          border-bottom: 1px solid $white;
        }
        .step-card{
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 10px;
          .name-wrapper{
            display: grid;
            grid-template-columns: 20px 1fr;
            column-gap: 14px;
            @media screen and (max-width: $screen-xs) {
              column-gap: 12px;
            }
            .icon{
              img{
                max-width: 20px;
              }
            }
            .content{

            }
          }
          .user-img{
            img{
              width: 83px;
              height: 83px;
              border-radius: 50%;
              object-fit: cover;
              @media screen and (max-width: 1199px) and (min-width: 992px) {
                width: 60px;
                height: 60px;
              }
            }
          }
        }
      }
    }
    .btn-wrapper{
      .btn-style{
        @media screen and (max-width: $screen-xs) {
          min-width: 100%;
        }
      }
    }
  }
}
.bb-card-widget-15{
  .card-widget{
    padding: 48px;
    border-radius: 32px;
    background: rgba(252, 72, 91, 0.05);
    @media screen and (max-width: $screen-xs) {
      padding: 32px;
    }
  }
}
.bb-card-widget-16{
  .card-widget{
    ul.upload-list{
      li{
        display: block;
        &:not(:last-of-type){
          margin-bottom: 12px;
        }
        .upload-card{
          padding: 6px 16px;
          display: grid;
          grid-template-columns: 1fr 160px;
          align-items: center;
          column-gap: 16px;
          background: $white;
          border-radius: 8px;
          box-shadow: $box-shadow-06;
          @media screen and (max-width: $screen-xs) {
            //display: flex;
            //align-items: center;
            //gap: 16px;
            grid-template-columns: 1fr 82px;
            column-gap: 0;
          }
          // Loader
          .circle-loader {
            @include circle-loader();
          }
          // Loader

          .name-wrapper{
            p{
              display: flex;
              align-items: center;
              gap: 16px;
              @media screen and (max-width: $screen-xs) {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 90%;
                display: block;
              }
              img{
                max-width: 20px;
                @media screen and (max-width: $screen-xs) {
                  margin-right: 13px;
                }
              }
            }
          }
          ul.card-actions{
            opacity: 0;
            transition: all .3s ease-in-out;
            @media screen and (max-width: $screen-xs) {
              display: none;
            }
            &.active{
              opacity: 1;
              @media screen and (max-width: $screen-xs) {
                display: block;
              }
            }
            li{
              display: inline-block;
              vertical-align: middle;
              &:not(:last-of-type){
                margin: 0 8px 0 0;
                @media screen and (max-width: $screen-xs) {
                  margin: 0;
                }
              }
              a{
                padding: 8px;
                display: inline-flex;
                align-items: center;
                gap: 10px;
                //min-width: 36px;
                height: 36px;
                span{
                  //color: $cool-gray-12;
                  @media screen and (max-width: $screen-xs) {
                    display: none;
                  }
                }
                img{
                  max-width: 20px;
                }
              }
            }
          }
        }
      }
    }
  }
}
.bb-card-widget-17{
  .card-widget{
    padding: 24px 54px;
    background: #ECFDF3;
    border-radius: 8px;
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      padding: 24px 36px;
    }
    @media screen and (max-width: 991px) {
      padding: 24px;
    }
    .success-card{
      display: grid;
      grid-template-columns: 20px 1fr;
      align-items: self-start;
      column-gap: 16px;
      .icon{
        img{
          width: 100%;
        }
      }
      .content{
        p{
          color: #19B06B;
        }
      }
    }
    .btn-wrapper{
      text-align: center;
      a{
        text-decoration-line: underline;
        text-decoration-color: #19B06B;
        text-decoration-thickness: 2px;
        text-underline-offset: 4px;
        @include font-size(18, 24, 600, #19B06B);
      }
    }
  }
}
.bb-card-widget-18{
  .card-widget{
    .support-card{
      padding: 42px;
      border-radius: 32px;
      box-shadow: $box-shadow-07;
      backdrop-filter: blur(30px);
      background: rgba(255, 255, 255, 0.95);
      @media screen and (max-width: $screen-xs) {
        padding: 26px;
      }
      .support-header{
        .title-wrapper{
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 16px;
          @media screen and (max-width: $screen-xs) {
            gap: 8px;
          }
          h3{

          }
          .cross-icon{
            a{
              img{
                max-width: 16px;
                @media screen and (max-width: $screen-xs) {
                  max-width: 14px;
                }
              }
            }
          }
        }
      }
      .support-body{
        .form{
          .form-card{
            &:not(:last-of-type){
              margin-bottom: 26px;
              @media screen and (max-width: $screen-xs) {
                margin-bottom: 16px;
              }
            }
            >h5{
              margin-bottom: 8px;
              @media screen and (max-width: $screen-xs) {
                @include font-size(18, 24, 700, $text-03);
              }
            }
            .form-group{
              margin-bottom: 10px;
              .input-container{
                .form-control{
                  background: transparent;
                }
              }
            }
          }
          ul.btn-list{
            li{
              display: inline-block;
              vertical-align: middle;
              &:not(:last-of-type){
                margin: 0 16px 0 0;
                @media screen and (max-width: $screen-xs) {
                  margin: 0 8px 0 0;
                }
              }
              .btn-style:not(.btn-text){
                @media screen and (max-width: $screen-xs) {
                  font-size: 16px;
                  padding: 12px 20px;
                }
              }
              .btn-text{
                @media screen and (max-width: $screen-xs) {
                  font-size: 16px;
                  padding: 0;
                }
              }
            }
          }
        }
      }
    }
  }
}
.bb-card-widget-19{
  .card-widget{
    padding: 14px;
    display: grid;
    grid-template-columns: 14px 1fr;
    column-gap: 14px;
    align-items: self-start;
    border-radius: 8px;
    background: rgba(127, 189, 45, 0.1);
    .icon{
      img{
        max-width: 14px;
      }
    }
    .content{
      p{
        color: $text-04;
      }
    }
  }
}
.bb-card-widget-20{
  .card-widget{
    .support-card{
      padding: 42px;
      border-radius: 32px;
      box-shadow: $box-shadow-07;
      backdrop-filter: blur(30px);
      background: rgba(255, 255, 255, 0.95);
      @media screen and (max-width: $screen-xs) {
        padding: 26px;
      }
      .support-header{
        .title-wrapper{
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 16px;
          @media screen and (max-width: $screen-xs) {
            gap: 8px;
          }
          h3{

          }
          .cross-icon{
            a{
              img{
                max-width: 16px;
                @media screen and (max-width: $screen-xs) {
                  max-width: 14px;
                }
              }
            }
          }
        }
      }
      .support-body{
        .form{
          .form-card{
            &:not(:last-of-type){
              margin-bottom: 26px;
              @media screen and (max-width: $screen-xs) {
                margin-bottom: 16px;
              }
            }
            >h5{
              margin-bottom: 8px;
              @media screen and (max-width: $screen-xs) {
                @include font-size(18, 24, 700, $text-03);
              }
            }
            .form-group{
              margin-bottom: 10px;
              &.checkbox-group{
                ul.checkbox-list{
                  li{
                    display: grid;
                    width: 100%;
                    &.label-flex{
                      align-items: center;
                      @media screen and (max-width: $screen-xs) {
                        align-items: self-start;
                      }
                      input{
                        top: 1px;
                        @media screen and (max-width: $screen-xs) {
                          top: 5px;
                        }
                      }
                      label{
                        display: inline-flex;
                        align-items: center;
                        gap: 10px;
                        @media screen and (max-width: $screen-xs) {
                          display: grid;
                          grid-template-columns: 1fr;
                          align-items: self-start;
                          width: 100%;
                        }
                      }
                    }
                  }
                }
              }
            }
          }
          ul.btn-list{
            li{
              display: inline-block;
              vertical-align: middle;
              &:not(:last-of-type){
                margin: 0 16px 0 0;
                @media screen and (max-width: $screen-xs) {
                  margin: 0 8px 0 0;
                }
              }
              .btn-style:not(.btn-text){
                @media screen and (max-width: $screen-xs) {
                  font-size: 16px;
                  padding: 12px 20px;
                }
              }
              .btn-text{
                @media screen and (max-width: $screen-xs) {
                  font-size: 16px;
                  padding: 0;
                }
              }
            }
          }
        }
      }
    }
  }
}
.bb-card-widget-21{
  .card-widget{
    .blog-card{
      overflow: hidden;
      background: $white;
      border-radius: 16px;
      box-shadow: $box-shadow-07;
      backdrop-filter: blur(30px);
      .img-wrapper{
        position: relative;
        .thumbnail-img{
          width: 100%;
          height: 400px;
          object-fit: cover;
          object-position: center;
          @media screen and (max-width: $screen-xs) {
            height: 220px;
          }
        }
        .cross-icon{
          position: absolute;
          right: 50px;
          top: 50px;
          @media screen and (max-width: $screen-xs) {
            right: 20px;
            top: 20px;
          }
          img{
            max-width: 16px;
          }
        }
      }
      .content-wrapper{
        padding: 42px;
        @media screen and (max-width: $screen-xs) {
          padding: 22px;
        }
        ul.feature-list{
          border-bottom: 1px solid $border-05;
          li{
            display: inline-block;
            &:not(:last-of-type){
              margin: 0 42px 0 0;
            }
          }
        }
        p{
          @include ellipsis(4);
        }
      }
    }
  }
}




// ----------------------------
// 🟢 List Scss
// ----------------------------
.bb-list-widget-1{
  ul{
    li{
      display: block;
      position: relative;
      padding-left: 22px;
      transition: $transition-01;
      @include font-size(18, 24, 500, $text-06);
      &:not(:last-of-type){
        margin-bottom: 3px;
      }
      &:before{
        content: "";
        background: url("../../assets/icons/arrows/short-arrow-right-dark-gray-icon.svg") no-repeat center;
        background-size: cover;
        width: 12px;
        height: 12px;
        position: absolute;
        left: 0;
        top: calc(50% + 1px);
        transform: translateY(-50%);
        transition: $transition-01;
      }
      a{
        @include font-size(18, 24, 500, $text-06);
      }
    }
  }
}
.bb-list-widget-2{
  &.make-f-20{
    ul{
      li{
        @media screen and (min-width: 1200px) {
          @include font-size(20, 26, 400, $text-03);
        }
        &:before{
          top: 10px;
        }
      }
    }
  }
  ul{
    li{
      display: block;
      padding-left: 21px;
      position: relative;
      //@include font-size(14, 24, 400, $text-01);
      @media screen and (max-width: $screen-xs) {
        padding-left: 18px;
      }
      &:not(:last-of-type) {
        margin-bottom: 4px;
      }
      &:before{
        content: "";
        background: $primary-01;
        width: 8px;
        height: 8px;
        border-radius: 50px;
        position: absolute;
        left: 0;
        top: 12px;
        @media screen and (max-width: 1199px) and (min-width: 768px) {
          top: 10px;
        }
        @media screen and (max-width: $screen-xs) {
          width: 6px;
          height: 6px;
          top: 9px;
        }
      }
    }
  }
}




// ----------------------------
// 🟢 Breadcrumb Scss
// ----------------------------
.bb-breadcrumb-widget-1{
  ul.breadcrumb-list{
    >li{
      height: 58px;
      //min-width: 97px;
      padding: 24px 32px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      vertical-align: middle;
      @media screen and (max-width: $screen-xs) {
        height: 49px;
        padding: 16px 24px;
      }
      &:first-of-type{
        padding: 7px 12px;
        @media screen and (max-width: $screen-xs) {
          padding: 2.5px 8px;
        }
      }
      &:last-of-type{
        a.page-name{
          //color: $primary-01;
          font-weight: 600;
          pointer-events: none;
        }
      }
      &:not(:last-of-type){
        border-right: 1px solid $cool-gray-03;
      }
      >ul.action-list{
        >li{
          height: auto;
          vertical-align: middle;
          &:not(:last-of-type){
            margin: 0 10px 0 0;
          }
          .icon{
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            img{
              max-width: 16px;
            }
          }
        }
      }
      a.page-name{
        display: inline-block;
        @include font-size(16, 22, 500, $border-05);
        @media screen and (max-width: $screen-xs) {
          @include font-size(15, 22, 500, $border-05);
        }
      }
    }
  }
}



// ----------------------------
// 🟢 Modal Scss
// ----------------------------
.support-modal{
  .modal-dialog{
    max-width: 768px;
    .modal-content{
      padding: 0;
      border: none;
      border-radius: 0;
      background: transparent;
      .modal-body{
        padding: 0;
      }
    }
  }
}
.page-load-modal{
  .modal-dialog{
    max-width: 768px;
    .modal-content{
      padding: 0;
      border: none;
      border-radius: 0;
      background: transparent;
      .modal-body{
        padding: 0;
      }
    }
  }
}
.terms-condition-modal{
  .modal-dialog{
    max-width: 768px;
    .modal-content{
      padding: 0;
      border: none;
      border-radius: 0;
      background: transparent;
      .modal-body{
        padding: 0;
      }
    }
  }
}
