// ==============================================
// 🎨 Components Global Scss
// ==============================================
.sec-components-layout{
  &.fix-responsive{
    .component-card-wrapper{
      .component-card-main{
        @media screen and (max-width: 1199px) {
          padding: 0;
          border: unset;
          border-radius: 0;
        }
      }
    }
  }
  .container{
    max-width: 1320px;
    &.w-1140{
      max-width: 1140px;
    }
  }
  .layout-heading{
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
    >h2{
    }
    >p{
    }
  }
  .component-card-wrapper{
    &:not(:last-of-type){
      margin-bottom: 100px;
    }
    .component-card-main{
      padding: 30px 40px 40px;
      border-radius: 16px;
      border: 2px solid $border-01;
      border-left: 8px solid $primary-01;
      &.full-component-card-main{
        padding: 0;
        border: none;
        .component-card{
          border: 2px solid $primary-01;
          border-left: 8px solid $primary-01;
          padding-bottom: 40px;
          border-radius: 20px;
          @media screen and (max-width: $screen-xs) {
            padding-bottom: 0;
            border: none;
          }
        }
      }
      >h4{
        font-weight: 600;
        margin-bottom: 30px;
        padding-bottom: 30px;
        text-align: center;
        border-bottom: 2px solid $primary-01;
        color: $primary-01;
      }
      .component-card{
        &:not(:last-of-type){
          //margin-bottom: 60px;
        }
        >h5{
          font-weight: 600;
          margin-bottom: 16px;
        }
        h5.title-divider{
          text-align: center;
          padding: 16px 0;
          background: $primary-01;
          color: $white!important;
          //border-bottom: 2px solid $primary-01;
          //border-top: 2px solid $primary-01;
        }
        ul.btn-grid{
          li{
            vertical-align: middle;
            margin: 0 12px 12px 0;
          }
        }
        .form-wrapper{
          max-width: 600px;
        }
      }
    }
  }
}


// ----------------------------
// 🟢 Header Scss
// ----------------------------
.header-1 {
  padding: 0 0;
  position: relative;
  z-index: 4;
  border-bottom: 1px solid $border-01;
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    padding: 20px 0;
  }
  @media screen and (max-width: 991px) {
    padding: 12px 0;
  }
  .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;
    }
  }
  a.logo {
    display: inline-block;
    img {
      max-width: 160px;
      @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: end;
    @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;
      }
    }
    ul.menu {
      @media screen and (max-width: 991px) {
        padding: 40px 0 0;
      }
      li {
        @media screen and (max-width: 991px) {
          display: block;
        }
        &:not(:last-of-type) {
          margin: 0 30px 0 0;
          @media screen and (max-width: 991px) {
            border-bottom: 1px solid $border-01;
            margin: 0;
          }
        }
        &.active, &:hover {
          a {
            &:not(.btn-style) {
              color: $primary-01;
            }
            &:before {
              border-color: $primary-01;
              transform-origin: 5px 3px;
              transform: rotate(225deg) translateY(-50%);
              @media screen and (max-width: $screen-xs) {
                transform: rotate(315deg) translateY(-50%);
              }
            }
          }
          .mega-menu{
            display: block;
          }
        }
        &.has-dropdown {
          margin: 0 52px 0 0;
          @media screen and (max-width: 991px) {
            margin: 0;
          }
          a {
            position: relative;
            &:before {
              display: inline-block;
            }
          }
        }
        >a {
          position: relative;
          transition: all .3s ease-out;
          @media screen and (max-width: 991px) {
            padding: 12px 20px;
            display: block;
          }
          &:not(.btn-style) {
            padding: 28px 0;
            display: inline-block;
            color: $text-01;
            @media screen and (max-width: 991px) {
              padding: 18px;
              display: block;
            }
          }
          &:before {
            content: "";
            border: solid $text-01;
            border-width: 0 1.9px 1.9px 0;
            padding: 3px;
            transform: rotate(45deg) translateY(-50%);
            position: absolute;
            right: -16px;
            top: calc(50% - 2px);
            display: none;
            transition: $transition-01;
            transform-origin: center;
            @media screen and (max-width: 991px) {
              right: 20px;
              transform: rotate(315deg) translateY(-50%);
            }
          }
        }
        .mega-menu{
          background: $white;
          width: 100%;
          min-height: 391px;
          position: absolute;
          left: 0;
          top: 78px;
          z-index: 2;
          display: none;
          padding: 24px;
          border-top: 1px solid $border-01;
          box-shadow: $box-shadow-03;
          @media screen and (max-width: 991px) {
            padding: 12px;
            height: 100vh;
            max-width: 250px;
            overflow: auto;
            position: fixed;
            top: 0;
            left: -100%;
            display: block;
            box-shadow: unset;
            transition: $transition-01;
            &.menu-open{
              left: 0;
            }
          }
          .mega-menu-wrapper{
            .container{
              @media screen and (max-width: 991px) {
                padding: 0;
              }
            }
            .mobile-title{
              display: none;
              @media screen and (max-width: 991px) {
                display: flex;
                align-items: center;
                gap: 8px;
              }
              .arrow-back{
                img{
                  max-width: 18px;
                }
              }
            }
            .mega-card-1{
              ul.info-list{
                display: grid;
                grid-template-columns: repeat(2, calc(50% - 16px));
                column-gap: 32px;
                row-gap: 4px;
                @media screen and (max-width: 991px) {
                  grid-template-columns: 1fr;
                }
                li{
                  @media screen and (max-width: 991px) {
                    margin-bottom: 12px;
                  }
                  .info-card{
                    padding: 12px;
                    cursor: pointer;
                    text-align: left;
                    border-radius: 4px;
                    background: transparent;
                    transition: $transition-01;
                    pointer-events: none;
                    @media screen and (max-width: 991px) {
                      padding: 0 0 18px;
                    }
                    &:hover{
                      background: #eef6ff;
                    }
                    strong{
                      color: $text-01;
                    }
                    p{
                      //line-height: 21px;
                    }
                  }
                }
              }
              .listen-wrapper{
                .listen-img{
                  img{
                    width: 100%;
                    height: 230px;
                    object-fit: cover;
                    object-position: center;
                    border-radius: 4px;
                    @media screen and (max-width: 991px) {
                      height: 160px;
                    }
                  }
                }
                .wave-card{
                  margin-top: 20px;
                  padding: 12px;
                  border-radius: 4px;
                  background: #eef6ff;
                  display: grid;
                  grid-template-columns: 74px 1fr;
                  align-items: center;
                  column-gap: 12px;
                  text-align: left;
                  @media screen and (max-width: 991px) {
                    grid-template-columns: 60px 1fr;
                  }
                  .wave-img{
                    img{
                      width: 74px;
                      height: 74px;
                      object-fit: cover;
                      @media screen and (max-width: 991px) {
                        width: 60px;
                        height: 60px;
                      }
                    }
                  }
                  .wave-content{
                    p{
                      i{
                        font-style: italic;
                      }
                      b{
                        font-weight: 700;
                      }
                    }
                    strong{

                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
  .hamburger-menu {
    display: none;
    text-align: right;
    @media screen and (max-width: 991px) {
      display: inline-block;
      &.active {
        display: none;
      }
    }
    img {
      width: 25px;
    }
  }
}

.header-2 {
  padding: 15px 0;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid $border-01;
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    padding: 20px 0;
  }
  @media screen and (max-width: 991px) {
    padding: 12px 0;
  }
  .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;
    }
  }
  a.logo {
    display: inline-block;
    img {
      max-width: 160px;
      @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: end;
    @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;
      }
    }

    ul.menu {
      @media screen and (max-width: 991px) {
        padding: 40px 0 0;
      }

      li {
        @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;
          }
        }

        &.active, &:hover {
          a {
            //color: $primary-01;

            &:before {
              width: 100%;
            }
          }
        }

        a {
          position: relative;
          transition: all .3s ease-out;
          font-weight: 500;
          @media screen and (max-width: 991px) {
            padding: 12px 20px;
            display: block;
          }

          &: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: right;
    @media screen and (max-width: 991px) {
      display: inline-block;
      &.active {
        display: none;
      }
    }
    img {
      width: 25px;
    }
  }
}

.header-3 {
  padding: 16px 0;
  .header-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 4;
    display: none;
    &.active {
      display: block;
    }
  }
  a.logo {
    img {
      max-width: 160px;
      @media screen and (max-width: 991px) and (min-width: 768px) {
        max-width: 140px;
      }
      @media screen and (max-width: $screen-xs) {
        max-width: 130px;
      }
    }
  }
  .menu-wrapper{
    display: flex;
    align-items: center;
    justify-content: right;
    .navbar-menu {
      text-align: right;
      @media screen and (max-width: 991px) {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        max-width: 250px;
        text-align: left;
        background: $white;
        backdrop-filter: blur(12px);
        z-index: 4;
        transition: $transition-01;
        &.active {
          left: 0;
        }
      }
      .logo {
        display: none;
        @media screen and (max-width: 991px) {
          display: block;
          padding: 40px 20px 0;
        }
      }
      ul.menu {
        @media screen and (max-width: 991px) {
          padding: 40px 0 0;
        }
        li {
          @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 $border-01;
              margin: 0;
            }
          }
          &.current-menu-item, &:hover {
            a {
              color: $primary-01;
            }
          }
          a {
            position: relative;
            transition: all .3s ease-out;
            color: $text-01;
            @media screen and (max-width: 991px) {
              color: $black;
              padding: 12px 20px;
              display: block;
            }
          }
        }
      }
    }
    ul.shop-options{
      padding-left: 30px;
      margin-left: 30px;
      position: relative;
      @media screen and (max-width: 991px) {
        padding-left: 0;
        margin-left: 0;
        padding-right: 16px;
        margin-right: 14px;
      }
      &:before{
        content: "";
        background: $border-01;
        height: 20px;
        width: 1px;
        position: absolute;
        left: 0;
        top: calc(50% + 2px);
        transform: translateY(-50%);
        @media screen and (max-width: 991px) {
          left: unset;
          right: 0;
        }
      }
      li{
        position: relative;
        vertical-align: middle;
        &:not(:last-of-type){
          margin: 0 12px 0 0;
          @media screen and (max-width: 365px) {
            margin: 0 8px 0 0;
          }
        }
        a{
          &:hover{
            img{
              filter: $primary-filter;
            }
          }
          img{
            max-width: 20px;
            transition: $transition-01;
          }
        }
      }
    }
  }
  .hamburger-menu {
    display: none;
    text-align: right;
    @media screen and (max-width: 991px) {
      display: inline-block;
      &.active {
        display: none;
      }
    }
    img {
      width: 20px;
    }
  }
}



// ----------------------------
// 🟢 Banner Scss
// ----------------------------
.sec-banner-widget-1{
  background: linear-gradient(to right bottom, oklch(0.97 0.014 254.604) 0%, oklch(0.977 0.014 308.299) 100%);
  .content-wrapper{
    ul.tag-list{
      li{
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 6px;
        &:not(:last-of-type){
          margin-right: 12px;
        }
      }
    }
    h1{
      //line-height: 74px;
    }
    h4{
      //line-height: 34px;
    }
    ul.btn-list{
      li{
        vertical-align: middle;
        display: inline-block;
        &:not(:last-of-type){
          margin: 0 8px 0 0;
        }
      }
    }
  }
  .img-wrapper{
    img{
      width: 100%;
      height: 100%;
      border-radius: 16px;
      object-fit: cover;
      object-position: top;
      box-shadow: $box-shadow-01;
    }
  }
}
.sec-banner-widget-2{
  background: url("../../assets/images/banner/banner-2-img.png") no-repeat center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  @media screen and (max-width: 1199px) {
    height: auto;
  }
  &:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .content-wrapper{
    text-align: center;
    position: relative;
    z-index: 2;
    .consulting-tag{
      background: $white;
      padding: 14px 26px;
      border-radius: 5px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      @media screen and (max-width: 991px) and (min-width: 768px) {
        padding: 10px 18px;
      }
      @media screen and (max-width: 767px) {
        padding: 7px 16px;
      }
      img{
        filter: $primary-filter;
        max-width: 18px;
        @media screen and (max-width: $screen-xs) {
          max-width: 15px;
        }
      }
    }
    h1{
      @media screen and (max-width: $screen-xs) {
        br{
          display: none;
        }
      }
    }
    p{
      @media screen and (max-width: $screen-xs) {
        br{
          display: none;
        }
      }
    }
  }
  .scroll-line-wrapper{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    .scroll-line{
      height: 100%;
      width: 1px;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.2);
      position: relative;
      &:after{
        content: "";
        position: absolute;
        top: -10%;
        left: 0;
        height: 10%;
        width: 1px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #fff);
        animation: move 3s infinite;
      }
      &:nth-child(1) {
        &:after {
          animation-delay: 0s;
        }
      }
      &:nth-child(2) {
        &:after {
          animation-delay: 1s;
        }
      }
      &:nth-child(3) {
        &:after {
          animation-delay: 1.5s;
        }
      }
      &:nth-child(4) {
        &:after {
          animation-delay: 2s;
        }
      }
      @keyframes move {
        0% {
          top: -10%;
        }
        100% {
          top: 100%;
        }
      }
    }
  }
}



// ----------------------------
// 🟢 Accordion Scss
// ----------------------------
.accordion-widget-1{
  .accordion {
    //max-width: 1000px;
    margin: auto;
    .accordion-item {
      background: $white;
      border: unset;
      border-radius: 14px;
      &:not(:last-of-type) {
        margin-bottom: 15px;
        @media screen and (max-width: $screen-xs) {
          margin-bottom: 10px;
        }
      }
      &.bg-blue{
        button{
          border-left: 4px solid #2b7fff;
        }
        .accordion-body{
          background: #EFF6FF;
          border-color: #2b7fff;
        }
      }
      &.bg-purple{
        button{
          border-left: 4px solid #AD47FB;
        }
        .accordion-body{
          background: #FAF5FF;
          border-color: #AD47FB;
        }
      }
      &.bg-deep-purple{
        button{
          border-left: 4px solid #716EFB;
        }
        .accordion-body{
          background: #EFF2FF;
          border-color: #716EFB;
        }
      }
      &.bg-orange{
        button{
          border-left: 4px solid #FF6B20;
        }
        .accordion-body{
          background: #FFF7ED;
          border-color: #FF6B20;
        }
      }
      button {
        padding: 23px 24px;
        background: transparent;
        border: 1px solid $border-01;
        box-shadow: unset !important;
        border-radius: 14px !important;
        @include font-size(16, 24, 600, $text-01);
        @media screen and (max-width: $screen-xs) {
          padding: 16px;
          @include font-size(14, 22, 600, $text-01);
        }
        &:after{
          @media screen and (max-width: $screen-xs) {
            width: 16px;
            height: 16px;
            background-size: 16px;
          }
        }
      }
    }
    .accordion-body{
      padding: 24px;
      margin-top: 8px;
      border-radius: 14px;
      border: 1px solid $border-01;
      @media screen and (max-width: $screen-xs) {
        padding: 16px;
      }
      p{
        margin-bottom: 0;
        @include font-size(14, 22, 400, $text-01);
      }
    }
  }
}
.accordion-widget-2{
  .accordion {
    //max-width: 1000px;
    margin: auto;
    .accordion-item {
      background: $white;
      border-radius: 10px;
      border: 1px solid $border-01;
      &:not(:last-of-type) {
        margin-bottom: 16px;
        @media screen and (max-width: $screen-xs) {
          margin-bottom: 10px;
        }
      }
      button {
        border: unset;
        padding: 23px 24px;
        background: transparent;
        box-shadow: unset !important;
        border-radius: 14px !important;
        @include font-size(16, 24, 600, $text-01);
        @media screen and (max-width: $screen-xs) {
          padding: 16px;
          @include font-size(14, 22, 600, $text-01);
        }
        &:after{
          @media screen and (max-width: $screen-xs) {
            width: 16px;
            height: 16px;
            background-size: 16px;
          }
        }
      }
    }
    .accordion-body{
      border: unset;
      background: $white;
      border-radius: 14px;
      padding: 0 24px 24px;
      @media screen and (max-width: $screen-xs) {
        padding: 16px;
      }
      p{
        margin-bottom: 0;
        @include font-size(14, 22, 400, $text-02);
      }
    }
  }
}
.accordion-widget-3{
  .accordion {
    //max-width: 1000px;
    margin: auto;
    .accordion-item {
      background: $white;
      border: 1px solid $border-01;
      border-radius: 10px;
      &:not(:last-of-type) {
        margin-bottom: 15px;
        @media screen and (max-width: $screen-xs) {
          margin-bottom: 10px;
        }
      }
      button {
        border: 0;
        background: transparent;
        border-radius: 10px !important;
        padding: 23px 70px 23px 30px;
        box-shadow: unset !important;
        @include font-size(16, 24, 600, $text-01);
        @media screen and (max-width: $screen-xs) {
          padding: 16px 45px 16px 16px;
          @include font-size(14, 22, 600, $text-01);
        }
        &:before {
          content: "";
          background: url("../../assets/icons/others/minus-black-icon.svg") no-repeat center;
          background-size: cover;
          display: block;
          width: 12px;
          height: 2px;
          position: absolute;
          right: 35px;
          top: calc(50%);
          transform: translateY(-50%);
          transition: $transition-01;
          @media screen and (max-width: $screen-xs) {
            right: 20px;
          }
        }
        &.collapsed {
          &:before {
            background: url("../../assets/icons/others/plus-black-icon.svg") no-repeat center;
            background-size: cover;
            height: 14px;
            width: 14px;
          }
        }
        &:after {
          display: none;
        }
      }
    }
    .accordion-body{
      padding: 20px 45px;
      border-top: 1px solid $border-01;
      @media screen and (max-width: $screen-xs) {
        padding: 16px;
      }
      p{
        margin-bottom: 0;
        @include font-size(14, 22, 400, $text-02);
      }
    }
  }
}



// ----------------------------
// 🟢 Tab Scss
// ----------------------------
.tab-widget-1{
  ul.nav-tabs {
    padding: 8px;
    border: none;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 8px;
    background: $bg-01;
    display: inline-flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
    li.nav-item {
      button {
        width: 100%;
        height: 40px;
        border: unset;
        position: relative;
        border-radius: 8px;
        border: unset!important;
        padding: 13px 22px 12px;
        @include font-size(14, 22, 500, $text-01);
        display: flex;
        align-items: center;
        justify-content: center;
        &.active {
          color: $white;
          background: $primary-01;
        }
      }
    }
  }
  .tab-content{
    padding: 22px 0;
    border-radius: 0;
    background: $white;
    p{
      margin-bottom: 0;
      @include font-size(14, 22, 400, $text-02);
    }
  }
}
.tab-widget-2{
  ul.nav-tabs {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    gap: 0;
    border-bottom: unset;
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
    li.nav-item {
      button {
        width: 100%;
        height: 45px;
        border: unset;
        margin: 0;
        border-radius: 0;
        padding: 14px 20px;
        position: relative;
        background: transparent;
        border-bottom: 1px solid $border-01;
        display: inline-flex;
        align-items: center;
        @include font-size(14, 22, 500, $text-01);
        &:before {
          content: "";
          background: $primary-01;
          width: 0;
          height: 3px;
          position: absolute;
          bottom: -1px;
          left: 0;
          transition: $transition-01;
        }
        &.active {
          color: $primary-01;
          background: transparent;
          &:before {
            width: 100%;
          }
        }
      }
    }
  }
  .tab-content{
    padding: 22px 0;
    border-radius: 0;
    background: $white;
    p{
      margin-bottom: 0;
      @include font-size(14, 22, 400, $text-02);
    }
  }
}
.tab-widget-3{
  ul.nav-tabs {
    border: none;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 8px;
    background: $bg-01;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    align-items: center;
    li.nav-item {
      button {
        width: 100%;
        height: 45px;
        border: unset;
        position: relative;
        border-radius: 0;
        border: unset!important;
        padding: 13px 22px 12px;
        @include font-size(14, 22, 500, $text-01);
        display: flex;
        align-items: center;
        justify-content: center;
        &.active {
          color: $white;
          background: $primary-01;
        }
      }
    }
  }
  .tab-content{
    padding: 22px 0;
    border-radius: 0;
    background: $white;
    p{
      margin-bottom: 0;
      @include font-size(14, 22, 400, $text-02);
    }
  }
}
.tab-widget-4{
  ul.nav-tabs {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    gap: 0;
    border-bottom: unset;
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
    li.nav-item {
      button {
        width: 100%;
        height: 45px;
        border: unset;
        margin: 0;
        border-radius: 0;
        padding: 14px 16px;
        position: relative;
        background: transparent;
        border-bottom: 1px solid $border-01;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        @include font-size(14, 22, 500, $text-02);
        &:before {
          content: "";
          background: $primary-01;
          width: 0;
          height: 2px;
          position: absolute;
          bottom: -1px;
          left: 0;
          transition: $transition-01;
        }
        &.active {
          color: $primary-01;
          background: transparent;
          &:before {
            width: 100%;
          }
          img{
            filter: $primary-filter;
          }
        }
        img{
          max-width: 15px;
          filter: $text-filter;
        }
      }
    }
  }
  .tab-content{
    padding: 22px 0;
    border-radius: 0;
    background: $white;
    p{
      margin-bottom: 0;
      @include font-size(14, 22, 400, $text-02);
    }
  }
}
.tab-widget-5{
  .tab-grid{
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: self-start;
    column-gap: 16px;
    @media screen and (max-width: $screen-xs) {
      grid-template-columns: 1fr;
      row-gap: 16px;
    }
    ul.nav-tabs {
      display: block;
      gap: 0;
      border-bottom: unset;
      margin-bottom: 0;
      border-radius: 0;
      overflow: hidden;
      li.nav-item {
        display: block;
        @media screen and (max-width: $screen-xs) {
          display: inline-block;
        }
        &:not(:last-of-type){
          margin-bottom: 16px;
          @media screen and (max-width: $screen-xs) {
            margin-bottom: 6px;
          }
        }
        button {
          width: 100%;
          height: 45px;
          border: unset;
          margin: 0;
          border-radius: 6px;
          padding: 15px 16px 12px;
          position: relative;
          background: $bg-01;
          display: flex;
          align-items: center;
          gap: 8px;
          @include font-size(15, 24, 500, $text-02);
          @media screen and (max-width: $screen-xs) {
            width: auto;
          }
          &.active {
            color: $white;
            background: $primary-01;
            img{
              filter: $white-filter;
            }
          }
          img{
            max-width: 16px;
            filter: $text-filter;
          }
        }
      }
    }
    .tab-content{
      padding: 22px;
      border-radius: 6px;
      background: $bg-01;
      p{
        margin-bottom: 0;
        @include font-size(14, 22, 400, $text-02);
      }
    }
  }
}



// ----------------------------
// 🟢 Modal Scss
// ----------------------------
.modal-widget-1{
  .modal{
    .modal-dialog{
      max-width: 550px;
      .modal-content{
        padding: 0;
        border-radius: 24px;
        background: $white;
        .modal-header{
          display: block;
          margin-bottom: 23px;
          padding: 23px 26px 18px;
          border-bottom: 1px solid $border-01;
          @media screen and (max-width: $screen-xs) {
            margin-bottom: 18px;
            padding: 16px 22px 16px;
          }
          .cross-icon{
            text-align: right;
            a{
              img{
                max-width: 14px;
              }
            }
          }
        }
        .modal-body{
          padding: 0 26px 26px;
          @media screen and (max-width: $screen-xs) {
            padding: 0 22px 20px;
          }
          .form-wrapper{
            >h3{
            }
            .form{
              .form-group{
                margin-bottom: 0;
                &:not(:last-of-type){
                  margin-bottom: 12px;
                }
                &.submit{
                  margin-top: 30px;
                }
              }
            }
          }
        }
      }
    }
  }
}
.modal-widget-2{
  .modal{
    .modal-dialog{
      max-width: 468px;
      .modal-content{
        padding: 0;
        background: $white;
        border-radius: 20px;
        .modal-header{
          display: block;
          margin-bottom: 20px;
          padding: 16px 20px 16px;
          border-bottom: 1px solid $border-01;
          @media screen and (max-width: $screen-xs) {
            margin-bottom: 18px;
            padding: 16px 22px 16px;
          }
          .user-wrapper{
            display: grid;
            grid-template-columns: 40px 1fr;
            align-items: center;
            column-gap: 14px;
            .icon{
              width: 40px;
              height: 40px;
              background: $white;
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              border: 1px solid $border-01;
              img{
                max-width: 14px;
              }
            }
            .content{

            }
          }
          .cross-icon{
            text-align: right;
            a{
              width: 20px;
              height: 20px;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              img{
                max-width: 10px;
              }
            }
          }
        }
        .modal-body{
          padding: 0 20px 20px;
          @media screen and (max-width: $screen-xs) {
            padding: 0 22px 20px;
          }
          .form-wrapper{
            .col-grid-2{
              display: grid;
              grid-template-columns: repeat(2, 1fr);
              align-items: self-start;
              column-gap: 12px;
              margin-bottom: 12px;
              .form-group{
                margin-bottom: 0;
              }
            }
            .form{
              .form-group{
                margin-bottom: 0;
                &:not(:last-of-type){
                  margin-bottom: 12px;
                }
                &.submit{
                  margin-top: 30px;
                }
              }
            }
          }
        }
        .modal-footer{
          display: block;
          padding: 16px 20px;
          border-top: 1px solid $border-01;
          @media screen and (max-width: $screen-xs) {
            padding: 12px 20px;
          }
          ul.btn-list{
            display: grid;
            grid-template-columns: repeat(2, calc(50% - 6px));
            align-items: center;
            column-gap: 12px;
            &.auto-grid{
              grid-template-columns: repeat(2, auto);
            }
            li{
              list-style: none;
              .btn-style{
                min-width: 100%;
              }
            }
          }
        }
      }
    }
  }
}
.modal-widget-3{
  .modal{
    .modal-dialog{
      max-width: 468px;
      .modal-content{
        padding: 0;
        background: $white;
        border-radius: 20px;
        .modal-body{
          padding: 20px;
          .success-card{
            text-align: center;
            .icon{
              width: 40px;
              height: 40px;
              margin: auto;
              border-radius: 10px;
              background: #E0FAEC;
              display: flex;
              align-items: center;
              justify-content: center;
              img{
                max-width: 18px;
              }
            }
            .content{

            }
          }
        }
        .modal-footer{
          display: block;
          padding: 16px 20px;
          border-top: 1px solid $border-01;
          @media screen and (max-width: $screen-xs) {
            padding: 12px 20px;
          }
          ul.btn-list{
            display: grid;
            grid-template-columns: repeat(2, calc(50% - 6px));
            align-items: center;
            column-gap: 12px;
            &.auto-grid{
              grid-template-columns: repeat(2, auto);
            }
            li{
              list-style: none;
              .btn-style{
                min-width: 100%;
              }
            }
          }
        }
      }
    }
  }
}
.modal-widget-4{
  .modal{
    .modal-dialog{
      max-width: 468px;
      .modal-content{
        padding: 0;
        background: $white;
        border-radius: 20px;
        .modal-body{
          padding: 20px;
          .confirm-card{
            text-align: center;
            .icon{
              width: 40px;
              height: 40px;
              margin: auto;
              border-radius: 10px;
              background: #FFF1EB;
              display: flex;
              align-items: center;
              justify-content: center;
              img{
                max-width: 18px;
              }
            }
            .content{

            }
          }
        }
        .modal-footer{
          display: block;
          padding: 16px 20px;
          border-top: 1px solid $border-01;
          @media screen and (max-width: $screen-xs) {
            padding: 12px 20px;
          }
          ul.btn-list{
            display: grid;
            grid-template-columns: repeat(2, calc(50% - 6px));
            align-items: center;
            column-gap: 12px;
            &.auto-grid{
              grid-template-columns: repeat(2, auto);
            }
            li{
              list-style: none;
              .btn-style{
                min-width: 100%;
              }
            }
          }
        }
      }
    }
  }
}
.modal-widget-5{
  .modal{
    .modal-dialog{
      max-width: 800px;
      .modal-content{
        padding: 0;
        background: $white;
        border-radius: 12px;
        .modal-header{
          display: block;
          padding: 0;
          border: unset;
          .cross-icon{
            text-align: right;
            position: absolute;
            right: 0;
            top: -25px;
            a{
              width: 20px;
              height: 20px;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              img{
                filter: $white-filter;
                max-width: 16px;
              }
            }
          }
        }
        .modal-body{
          padding: 6px 6px 0;
          .iframe-wrapper{
            iframe{
              width: 100%;
              height: 442px;
              object-fit: cover;
              border-radius: 12px;
              @media screen and (max-width: $screen-xs) {
                height: 285px;
              }
            }
          }
        }
      }
    }
  }
}
.modal-widget-6{
  .modal{
    .modal-dialog{
      max-width: 800px;
      .modal-content{
        padding: 0;
        background: $white;
        border-radius: 12px;
        .modal-header{
          display: block;
          padding: 0;
          border: unset;
          .cross-icon{
            text-align: right;
            position: absolute;
            right: 0;
            top: -25px;
            a{
              width: 20px;
              height: 20px;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              img{
                filter: $white-filter;
                max-width: 16px;
              }
            }
          }
        }
        .modal-body{
          padding: 6px 6px 0;
          .video-wrapper{
            video{
              width: 100%;
              height: 415px;
              object-fit: cover;
              border-radius: 12px;
              @media screen and (max-width: $screen-xs) {
                height: 210px;
              }
            }
          }
        }
      }
    }
  }
}



// ----------------------------
// 🟢 List Scss
// ----------------------------
.list-widget-1{
  ul{
    li{
      display: block;
      position: relative;
      padding-left: 22px;
      transition: $transition-01;
      @include font-size(14, 24, 400, $text-01);
      &:not(:last-of-type){
        margin-bottom: 6px;
      }
      &:before{
        content: "";
        background: url("../../assets/icons/arrows/short-arrow-right-black-icon.svg") no-repeat center;
        background-size: cover;
        width: 14px;
        height: 14px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: $transition-01;
      }
    }
  }
}
.list-widget-2{
  ul{
    li{
      display: block;
      position: relative;
      padding-left: 22px;
      transition: $transition-01;
      @include font-size(14, 24, 400, $text-01);
      &:not(:last-of-type){
        margin-bottom: 6px;
      }
      &:before{
        content: "";
        background: url("../../assets/icons/others/tick-black-icon.svg") no-repeat center;
        background-size: cover;
        width: 12px;
        height: 10px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: $transition-01;
      }
    }
  }
}
.list-widget-3{
  ul{
    li{
      display: block;
      padding-left: 18px;
      position: relative;
      @include font-size(14, 24, 400, $text-01);
      &:not(:last-of-type) {
        margin-bottom: 6px;
      }
      &:before{
        content: "";
        background: $primary-01;
        width: 6px;
        height: 6px;
        border-radius: 50px;
        position: absolute;
        left: 0;
        top: 9px;
      }
    }
  }
}
.list-widget-4{
  ol{
    li{
      display: list-item;
      position: relative;
      list-style: decimal inside;
      @include font-size(14, 24, 400, $text-01);
      &:not(:last-of-type) {
        margin-bottom: 6px;
      }
    }
  }
}
@media screen and (max-width: 767px) {
}
// ----------------------------
// 🟢 Video Scss
// ----------------------------
.video-widget-1{
  .video-card-1{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    &:before{
      content: "";
      background: linear-gradient(180deg, rgba(255, 69, 87, 0) 0%, rgba(21, 93, 225, .3) 100%);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
    }
    .video-wrapper{
      video{
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 8px;
      }
      .video-action{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 2;
        img{
          max-width: 70px;
          @media screen and (max-width: $screen-xs) {
            max-width: 50px;
          }
        }
      }
      .video-title{
        width: 100%;
        padding: 0 32px;
        position: absolute;
        left: 0;
        bottom: 55px;
        z-index: 2;
        @include ellipsis(2);
        @media screen and (max-width: $screen-xs) {
          display: none;
        }
      }
      .video-progress{
        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;
          }
        }
      }
    }
  }
}
.video-widget-2{
  .video-card-2{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    .video-wrapper{
      video{
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 8px;
      }
      .video-content{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 26px 32px;
        display: flex;
        align-items: self-end;
        @media screen and (max-width: $screen-xs) {
          padding: 16px;
        }
        &.active{
          &:before{
            display: none;
          }
          .video-progress{
            display: grid;
          }
          a.logo, .title-wrapper{
            display: none;
          }
        }
        &:before{
          content: "";
          background: linear-gradient(90deg, rgba(21, 93, 225, .70) 0%, rgba(41, 123, 125, .70) 100%);
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1;
        }
        a.logo{
          position: absolute;
          top: 20px;
          right: 20px;
          z-index: 2;
          img{
            width: 100%;
            max-width: 140px;
            @media screen and (max-width: $screen-xs) {
              max-width: 110px;
            }
          }
        }
        .video-action{
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translateY(-50%) translateX(-50%);
          z-index: 3;
          img{
            max-width: 70px;
            @media screen and (max-width: $screen-xs) {
              max-width: 50px;
            }
          }
        }
        .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;
            }
          }
        }
      }
    }
  }
}
.video-widget-3{
  .video-card-3{
    video{
      display: block;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      border-radius: 8px;
    }
  }
}



// ----------------------------
// 🟢 Breadcrumb Scss
// ----------------------------
.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(14, 22, 500, $text-01);
      }
    }
  }
}
.breadcrumb-widget-2{
  ul.breadcrumb-list{
    border-bottom: 1px solid $border-01;
    li{
      display: inline-block;
      vertical-align: middle;
      &:last-of-type{
        a{
          color: $primary-01;
          border-right: unset;
          pointer-events: none;
        }
      }
      a{
        display: block;
        padding: 17px 30px;
        border-right: 1px solid $border-01;
        @include font-size(14, 22, 500, $text-01);
      }
    }
  }
}
.breadcrumb-widget-3{
  ul.breadcrumb-list{
    li{
      display: inline-block;
      vertical-align: middle;
      position: relative;
      &:not(:last-of-type){
        margin: 0 30px 0 0;
      }
      &:last-of-type{
        &:before{
          display: none;
        }
        a{
          color: $primary-01;
          border-right: unset;
          pointer-events: none;
        }
      }
      &:before{
        content: "";
        background: url("../../assets/icons/arrows/double-arrow-right-black-icon.svg") no-repeat center;
        background-size: cover;
        width: 12px;
        height: 10px;
        position: absolute;
        right: -22px;
        top: 50%;
        transform: translateY(-50%);
        transition: $transition-01;
      }
      a{
        display: block;
        @include font-size(14, 22, 500, $text-01);
      }
    }
  }
}



// ----------------------------
// 🟢 Card Scss
// ----------------------------
.card-widget-1{
  .card-widget{
    overflow: hidden;
    border-radius: 16px;
    box-shadow: $box-shadow-01;
    transition: $transition-01;
    &:hover{
      transform: translateY(-8px);
      box-shadow: $box-shadow-03;
    }
    .img-wrapper{
      img{
        width: 100%;
        height: 240px;
        object-fit: cover;
        object-position: top;
        @media screen and (max-width: $screen-xs) {
          height: 184px;
        }
      }
    }
    .content-wrapper{
      padding: 28px 28px 80px;
      position: relative;
      @media screen and (max-width: $screen-xs) {
        padding: 24px 24px 78px;
      }
      ul{
        li{
          display: block;
          padding-left: 18px;
          position: relative;
          @include font-size(14, 24, 400, $text-02);
          &:not(:last-of-type) {
            margin-bottom: 3px;
          }
          &:before{
            content: "";
            background: $primary-01;
            width: 6px;
            height: 6px;
            border-radius: 50px;
            position: absolute;
            left: 0;
            top: 9px;
          }
        }
      }
      .btn-wrapper{
        position: absolute;
        left: 32px;
        bottom: 25px;
        @media screen and (max-width: $screen-xs) {
          bottom: 24px;
        }
      }
    }
  }
}
.card-widget-2{
  .card-widget{
    padding: 32px;
    background: $bg-01;
    border-left: 4px solid $primary-01;
    &.bg-yellow{
      border-color: $yellow-01;
    }
    &.bg-green{
      border-color: $green-01;
    }
    &.bg-pink{
      border-color: $pink-01;
    }
    &.bg-blue{
      border-color: $blue-01;
    }
  }
}
.card-widget-3{
  .card-widget{
    height: 100%;
    padding: 32px;
    background: $bg-01;
    ul.detail-list{
      li{
        display: block;
        position: relative;
        &:not(:last-of-type) {
          margin-bottom: 22px;
        }
      }
    }
  }
}
.card-widget-4{
  .card-widget{
    height: 100%;
    padding: 32px;
    background: $bg-01;
    @media screen and (max-width: 991px) {
      padding: 26px;
    }
    ul.feature-list{
      li{
        display: block;
        padding-left: 18px;
        position: relative;
        color: $text-02;
        &:not(:last-of-type) {
          margin-bottom: 4px;
        }
        &:before{
          content: "";
          background: $primary-01;
          width: 6px;
          height: 6px;
          border-radius: 50px;
          position: absolute;
          left: 0;
          top: 9px;
        }
      }
    }
  }
}
.card-widget-5{
  .card-widget{
    height: 100%;
    padding: 32px;
    background: $black;
    @media screen and (max-width: 991px) {
      padding: 26px;
    }
    ul.feature-list{
      li{
        display: block;
        padding-left: 18px;
        position: relative;
        color: $white;
        &:not(:last-of-type) {
          margin-bottom: 4px;
        }
        &:before{
          content: "";
          background: $primary-01;
          width: 6px;
          height: 6px;
          border-radius: 50px;
          position: absolute;
          left: 0;
          top: 9px;
        }
      }
    }
  }
}
.card-widget-6{
  .card-widget{
    .table-wrapper{
      //padding: 32px;
      background: $white;
      @media screen and (max-width: 991px) {
        overflow: auto;
      }
      .financial-table{
        @media screen and (max-width: 991px) {
          min-width: 600px;
        }
        .grid-5{
          display: grid;
          grid-template-columns: 400px 188px 188px 188px 188px;
          @media screen and (max-width: 1199px) and (min-width: 992px) {
            grid-template-columns: 200px 188px 188px 188px 188px;
          }
          @media screen and (max-width: 991px) {
            grid-template-columns: 200px 100px 100px 100px 100px;
          }
        }
        .table-column{
          padding: 16px;
          strong{
            color: $text-01;
          }
        }
        .table-header{
          border-bottom: 2px solid $border-01;
        }
        .table-body{
          .table-row{
            border-bottom: 1px solid $border-01;
          }
        }
      }
    }
  }
}
.card-widget-7{
  .card-widget{
    height: 100%;
    padding: 32px;
    background: $bg-01;
  }
}
.card-widget-8{
  .card-widget{
    text-align: center;
    strong{
      background: linear-gradient(90deg, #FB755C 0%, #E04023 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
  }
}
.card-widget-9{
  .card-widget{
    text-align: center;
    .perfect-grid{
      .perfect-card{
        &:not(:last-of-type){
          margin-bottom: 113px;
          @media screen and (max-width: $screen-xs) {
            margin-bottom: 60px;
          }
        }
        &:nth-of-type(odd){
          .col-md-6{
            &:first-of-type{
              order: 2;
              @media screen and (max-width: $screen-xs) {
                order: 1;
              }
            }
            &:last-of-type{
              order: 1;
              @media screen and (max-width: $screen-xs) {
                order: 2;
              }
            }
          }
          .img-wrapper{
            margin-left: auto;
          }
          .content-wrapper{
            margin-right: auto;
          }
        }
        &:nth-of-type(even){
          .col-md-6{
            &:first-of-type{
              order: 1;
            }
            &:last-of-type{
              order: 2;
            }
          }
          .img-wrapper{
            margin-right: auto;
          }
          .content-wrapper{
            margin-left: auto;
          }
        }
        .content-wrapper{
          text-align: left;
          max-width: 612px;
          .tag-btn{
            height: 38px;
            background: $white;
            border: 1px solid $border-01;
            padding: 8px 16px;
            border-radius: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            img{
              max-width: 13px;
            }
          }
          h2{}
          p{}
          ul.feature-list{
            li{
              display: block;
              position: relative;
              padding-left: 22px;
              &:not(:last-of-type){
                margin-bottom: 8px;
                @media screen and (max-width: 991px) {
                  margin-bottom: 6px;
                }
              }
              &:before{
                content: "";
                background: url("../../assets/icons/others/tick-black-icon.svg") no-repeat center;
                background-size: cover;
                width: 12px;
                height: 8px;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
              }
            }
          }
        }
        .img-wrapper{
          width: 100%;
          height: 500px;
          overflow: hidden;
          border-radius: 24px;
          position: relative;
          @media screen and (max-width: 991px) and (min-width: 768px) {
            height: 336px;
            border-radius: 16px;
          }
          @media screen and (max-width: $screen-xs) {
            height: 220px;
            border-radius: 16px;
            margin-bottom: 24px;
          }
          &:before{
            content: "";
            background: linear-gradient(180deg, rgba(255, 69, 87, 0) 0%, rgba(21, 93, 225, 0.3) 100%);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
          }
          img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: relative;
            z-index: 1;
          }
        }
      }
    }
  }
}
.card-widget-10{
  .card-widget{
    padding: 32px;
    text-align: center;
    border-radius: 16px;
    border: 1px solid $border-01;
    background: linear-gradient(246.26deg, #0F0915 56%, #12174B 100%);
    @media screen and (max-width: $screen-xs) {
      padding: 26px;
    }
    p{
      text-align: center;
    }
  }
}
.card-widget-11{
  .card-widget{
    position: relative;
    padding: 26px;
    background: $white;
    border-radius: 16px;
    box-shadow: $box-shadow-01;
    .tag-btn{
      height: 32px;
      background: linear-gradient(90deg, #FB755C 0%, #E04023 100%);
      padding: 7px 21px;
      border-radius: 30px;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
      display: inline-flex;
      position: absolute;
      top: -16px;
      left: 50%;
      transform: translateX(-50%);
    }
    .pricing-header{
      .amount{
        display: flex;
        align-items: self-end;
        gap: 7px;
        strong{}
        p{}
      }
      .btn-wrapper{
        .btn-style{
          height: 50px;
          min-width: 100%;
          border-radius: 30px;
        }
      }
    }
    .pricing-body{
      ul.feature-list{
        li{
          color: rgba(18, 9, 27, 0.77);
          display: block;
          position: relative;
          font-weight: 500;
          padding-left: 24px;
          &:not(:last-of-type){
            margin-bottom: 9px;
          }
          &:before{
            content: "";
            background: url("../../assets/icons/others/tick-black-icon.svg") no-repeat center;
            background-size: cover;
            width: 15px;
            height: 10px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
          }
        }
      }
    }
  }
}
.card-widget-12{
  .card-widget{
    position: relative;
    padding: 26px;
    background: $white;
    border-radius: 16px;
    box-shadow: $box-shadow-01;
    .pricing-header{
      .amount{
        strong{}
        p{}
      }
    }
    .pricing-body{
      ul.feature-list{
        li{
          color: rgba(18, 9, 27, 0.77);
          display: block;
          position: relative;
          font-weight: 500;
          padding-left: 24px;
          &:not(:last-of-type){
            margin-bottom: 9px;
          }
          &:before{
            content: "";
            background: url("../../assets/icons/others/tick-black-icon.svg") no-repeat center;
            background-size: cover;
            width: 15px;
            height: 10px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
          }
        }
      }
      .btn-wrapper{
        .btn-style{
          height: 50px;
          min-width: 100%;
        }
      }
    }
  }
}
.card-widget-13{
  .card-widget{
    position: relative;
    padding: 26px;
    background: $white;
    border-radius: 16px;
    box-shadow: $box-shadow-01;
    .pricing-header{
      border-bottom: 1px solid $border-01;
      .amount{
        display: flex;
        align-items: self-end;
        gap: 7px;
        strong{}
        p{}
      }
    }
    .pricing-body{
      ul.feature-list{
        li{
          color: rgba(18, 9, 27, 0.77);
          display: block;
          position: relative;
          font-weight: 500;
          padding-left: 24px;
          &:not(:last-of-type){
            margin-bottom: 9px;
          }
          &:before{
            content: "";
            background: url("../../assets/icons/others/tick-black-icon.svg") no-repeat center;
            background-size: cover;
            width: 15px;
            height: 10px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
          }
        }
      }
      .btn-wrapper{
        .btn-style{
          height: 50px;
          min-width: 100%;
        }
      }
    }
  }
}
.card-widget-14{
  .card-widget{
    .pricing-table{
      .table-responsive{
        table{
          border: 1px solid $border-01;
          th, td{
            padding: 16px;
            min-width: 280px;
            border: 1px solid $border-01;
            @media screen and (max-width: 1199px) {
              min-width: 220px;
            }
          }
          thead{
            tr{
              th{
                .plan-detail{
                  .plan-name{
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 4px;
                  }
                  .btn-wrapper{
                    .btn-style{
                      min-width: 100%;
                    }
                  }
                }
              }
            }
          }
          tbody{
            tr{
              td{
                &:not(:first-of-type){
                  text-align: center;
                }
                strong{
                  color: $text-01;
                  font-weight: 500;
                }
                img{
                  max-height: 20px;
                }
              }
            }
          }
        }
      }
    }
  }
}
.card-widget-15{
  .card-widget{
    .img-wrapper{
      position: relative;
      a.feature-img{
        width: 100%;
        display: inline-block;
        img{
          width: 100%;
          height: 250px;
          object-fit: cover;
          border-radius: 10px;
          object-position: center;
        }
      }
      .tag-btn{
        height: 30px;
        background: linear-gradient(to right, rgb(254, 79, 112) 0%, rgb(255, 163, 135) 100%, rgb(254, 79, 112) 100%);
        padding: 7px 16px;
        border-radius: 30px;
        align-items: center;
        justify-content: center;
        display: inline-flex;
        position: absolute;
        top: 16px;
        left: 16px;
        &:hover{
          color: $white;
        }
      }
    }
    .content-wrapper{
      ul.feature-list{
        li{
          position: relative;
          vertical-align: middle;
          display: inline-block;
          &:not(:last-of-type) {
            margin: 0 26px 0 0;
            &:before{
              content: "";
              background: $primary-01;
              width: 5px;
              height: 5px;
              border-radius: 50px;
              position: absolute;
              right: -18px;
              top: 50%;
              transform: translateY(-50%);
            }
          }
          .author-detail{
            display: grid;
            grid-template-columns: 30px 1fr;
            column-gap: 8px;
            align-items: center;
            &:hover{
              .author-content{
                p{
                  color: $primary-01;
                }
              }
            }
            .author-img{
              img{
                width: 30px;
                height: 30px;
                border-radius: 50%;
                object-fit: cover;
                object-position: top;
              }
            }
          }
        }
      }
      .title{
        transition: $transition-01;
        &:hover{
          color: $primary-01;
        }
      }
      p{
        @include ellipsis(3);
      }
    }
  }
}
.card-widget-16{
  .card-widget{
    padding: 16px;
    background: $white;
    border-radius: 16px;
    border: 1px solid $border-01;
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    column-gap: 26px;
    @media screen and (max-width: 991px) {
      grid-template-columns: 1fr;
      row-gap: 16px;
    }
    .img-wrapper{
      position: relative;
      a.feature-img{
        width: 100%;
        display: inline-block;
        img{
          width: 100%;
          height: 170px;
          object-fit: cover;
          border-radius: 10px;
          object-position: center;
        }
      }
      .tag-btn{
        height: 26px;
        background: linear-gradient(to right, rgb(254, 79, 112) 0%, rgb(255, 163, 135) 100%, rgb(254, 79, 112) 100%);
        padding: 7px 16px;
        border-radius: 30px;
        align-items: center;
        justify-content: center;
        display: inline-flex;
        position: absolute;
        top: 12px;
        left: 12px;
        &:hover{
          color: $white;
        }
      }
    }
    .content-wrapper{
      ul.feature-list{
        li{
          position: relative;
          vertical-align: middle;
          display: inline-block;
          &:not(:last-of-type) {
            margin: 0 26px 0 0;
            &:before{
              content: "";
              background: $primary-01;
              width: 5px;
              height: 5px;
              border-radius: 50px;
              position: absolute;
              right: -18px;
              top: 50%;
              transform: translateY(-50%);
            }
          }
          .author-detail{
            display: grid;
            grid-template-columns: 30px 1fr;
            column-gap: 8px;
            align-items: center;
            &:hover{
              .author-content{
                p{
                  color: $primary-01;
                }
              }
            }
            .author-img{
              img{
                width: 30px;
                height: 30px;
                border-radius: 50%;
                object-fit: cover;
                object-position: top;
              }
            }
          }
        }
      }
      .title{
        transition: $transition-01;
        &:hover{
          color: $primary-01;
        }
      }
      p{
        @include ellipsis(2);
      }
    }
  }
}
.card-widget-17{
  .card-widget{
    overflow: hidden;
    background: $white;
    border-radius: 10px;
    border: 1px solid $border-01;
    &:hover{
      .img-wrapper{
        a.feature-img{
          img{
            transform: scale(1.1);
          }
        }
      }
      .content-wrapper{
        .title{
          color: $primary-01;
        }
      }
    }
    .img-wrapper{
      overflow: hidden;
      position: relative;
      a.feature-img{
        width: 100%;
        display: inline-block;
        img{
          width: 100%;
          height: 220px;
          object-fit: cover;
          object-position: center;
          border-radius: 10px 10px 0 0;
          transition: $transition-01;
        }
      }
      .tag-btn{
        height: 30px;
        background: linear-gradient(to right, rgb(254, 79, 112) 0%, rgb(255, 163, 135) 100%, rgb(254, 79, 112) 100%);
        padding: 7px 16px;
        border-radius: 30px;
        align-items: center;
        justify-content: center;
        display: inline-flex;
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 1;
        &:hover{
          color: $white;
        }
      }
    }
    .content-wrapper{
      padding: 22px;
      ul.feature-list{
        li{
          position: relative;
          vertical-align: middle;
          display: inline-block;
          &:not(:last-of-type) {
            margin: 0 26px 0 0;
            &:before{
              content: "";
              background: $primary-01;
              width: 5px;
              height: 5px;
              border-radius: 50px;
              position: absolute;
              right: -18px;
              top: 50%;
              transform: translateY(-50%);
            }
          }
          .author-detail{
            display: grid;
            grid-template-columns: 30px 1fr;
            column-gap: 8px;
            align-items: center;
            &:hover{
              .author-content{
                p{
                  color: $primary-01;
                }
              }
            }
            .author-img{
              img{
                width: 30px;
                height: 30px;
                border-radius: 50%;
                object-fit: cover;
                object-position: top;
              }
            }
          }
        }
      }
      .title{
        transition: $transition-01;
      }
      p{
        @include ellipsis(3);
      }
    }
  }
}


// ----------------------------
// 🟢 Footer Scss
// ----------------------------
.footer-widget-1 {
  background: $bg-02;
  .logo-wrapper{
    display: none;
    @media screen and (max-width: $screen-xs) {
      display: block;
      text-align: center;
    }
    img{
      max-width: 200px;
    }
  }
  .tagline-wrapper{
    h3 {
      margin: 0;
      @media screen and (max-width: $screen-xs) {
        text-align: center;
      }
    }
    .btn-wrapper {
      text-align: right;
      @media screen and (max-width: $screen-xs) {
        text-align: center;
        margin: 30px 0 0;
      }
      .btn-style {
        height: 55px;
        min-width: 200px;
        padding: 8px 14px 9px;
        @media screen and (max-width: 991px) and (min-width: 768px) {
          min-width: 170px;
          height: 50px;
        }
      }
    }
  }
  .copyright-wrapper {
    padding: 30px 0;
    margin: 80px 0 35px;
    border-top: 1px solid $border-02;
    border-bottom: 1px solid $border-02;
    @media screen and (max-width: 991px) {
      padding: 19px 0 20px;
      margin: 30px 0 30px;
      text-align: center;
    }
    .copyright-text {
      text-align: left;
      @media screen and (max-width: $screen-xs) {
        display: none;
      }
    }
    ul.links-list {
      text-align: right;
      @media screen and (max-width: $screen-xs) {
        text-align: center;
      }
      li {
        &:not(:last-of-type) {
          margin: 0 25px 0 0;
          @media screen and (max-width: 991px) {
            margin: 0 12px 0 0;
          }
        }
        a {
          color: $white;
          transition: $transition-01;
          &:hover {
            color: $primary-01;
          }
        }
      }
    }
  }
  .footer-bottom {
    @media screen and (max-width: $screen-xs) {
      text-align: center;
    }
    a.logo {
      @media screen and (max-width: $screen-xs) {
        display: none;
      }
      img {
        max-width: 200px;
        //filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(251deg) brightness(105%) contrast(101%);
      }
    }
    .social-links {
      text-align: right;
      @media screen and (max-width: $screen-xs) {
        text-align: center;
      }
      li {
        &:not(:last-of-type) {
          margin: 0 12px 0 0;
        }
        a {
          width: 60px;
          height: 60px;
          border-radius: 50px;
          border: 1px solid $border-02;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: $transition-01;
          @media screen and (max-width: 991px) {
            width: 50px;
            height: 50px;
          }
          &:hover {
            background: $primary-01;
            border-color: $primary-01;
          }
          i {
            color: $white;
            font-size: 18px;
            font-weight: 400;
          }
        }
      }
    }
    .copyright-text{
      display: none;
      @media screen and (max-width: $screen-xs) {
        display: block;
      }
    }
  }
}
.footer-widget-2{
  background: $black;
  .title-primary{
    color: $white;
    position: relative;
    @media screen and (max-width: $screen-xs) {
      @include font-size(18, 26, null, $white)
    }
    &:before{
      content: "";
      background: linear-gradient(90deg, $primary-01 0%, #121B2E 100%);
      width: 83px;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: -10px;
    }
  }
  .top-footer{
    .about-wrapper{
      h4{
        display: block;
        @media screen and (max-width: $screen-xs) {
          display: none;
        }
      }
      a.logo{
        display: none;
        @media screen and (max-width: $screen-xs) {
          display: inline-block;
        }
        img{
          width: 100%;
          max-width: 160px;
        }
      }
      p{
        max-width: 300px;
      }
      ul.social{
        li{
          display: inline-block;
          &:not(:last-of-type){
            margin: 0 8px 0 0;
          }
          a {
            width: 40px;
            height: 40px;
            border-radius: 2px;
            background: $white;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: $transition-01;
            &:hover {
              background: $primary-01;
              img{
                filter: $white-filter;
              }
            }
            img {
              max-width: 17px;
              filter: $primary-filter;
            }
          }
        }
      }
    }
    .link-card{
      @media screen and (max-width: $screen-xs) {
        margin-bottom: 30px;
      }
      ul.link-list{
        li{
          display: block;
          position: relative;
          padding-left: 20px;
          transition: $transition-01;
          &:not(:last-of-type){
            margin-bottom: 12px;
            @media screen and (max-width: $screen-xs) {
              margin-bottom: 2px;
            }
          }
          &:hover{
            &:before{
              filter: $primary-filter;
            }
            a{
              color: $primary-01;
            }
          }
          &:before{
            content: "";
            background: url("../../assets/icons/arrows/double-arrow-right-white-icon.svg") no-repeat center;
            background-size: cover;
            width: 14px;
            height: 16px;
            position: absolute;
            top: 2px;
            left: 0;
            filter: $white-filter;
          }
          a{
            color: $white;
            transition: $transition-01;
          }
        }
      }
    }
  }
  .bottom-footer{
    background: $bg-02;
    padding: 24px 28px;
    border-radius: 10px;
    margin: 80px 0 0;
    @media screen and (max-width: 991px) and (min-width: 768px) {
      margin: 40px 0 0;
    }
    @media screen and (max-width: $screen-xs) {
      margin: 0;
    }
    a.logo{
      @media screen and (max-width: $screen-xs) {
        display: none;
      }
      img{
        width: 100%;
        max-width: 160px;
        @media screen and (max-width: $screen-xs) {
          max-width: 140px;
        }
      }
    }
    .scroll-top{
      text-align: center;
      @media screen and (max-width: $screen-xs) {
        text-align: right;
        display: none;
      }
      a{
        width: 58px;
        height: 58px;
        border-radius: 50%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        background: $primary-01;
        transition: $transition-01;
        @media screen and (max-width: $screen-xs) {
          width: 40px;
          height: 40px;
          margin: 0 0 0 auto;
        }
        &:hover{
          background: $white;
          img{
            max-width: 14px;
            filter: $black-filter;
          }
        }
        img{
          max-width: 14px;
          filter: $white-filter;
        }
      }
    }
    p.copyright{
      text-align: right;
      @media screen and (max-width: $screen-xs) {
        text-align: center;
      }
    }
  }
}
.footer-widget-3{
  background: #121B2E;
  .title-primary{
    color: $white;
    position: relative;
    @media screen and (max-width: $screen-xs) {
      @include font-size(18, 26, null, $white)
    }
    &:before{
      content: "";
      background: linear-gradient(90deg, $primary-01 0%, #121B2E 100%);
      width: 83px;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: -10px;
    }
  }
  .top-footer{
    .logo-wrapper{
      a.logo{
        img{
          width: 100%;
          max-width: 200px;
          @media screen and (max-width: $screen-xs) {
            max-width: 160px;
          }
        }
      }
      p{
        max-width: 300px;
      }
      ul.social{
        li{
          display: inline-block;
          &:not(:last-of-type){
            margin: 0 8px 0 0;
          }
          a {
            width: 40px;
            height: 40px;
            border-radius: 2px;
            background: $white;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: $transition-01;
            &:hover {
              background: $primary-01;
              img{
                filter: $white-filter;
              }
            }
            img {
              max-width: 17px;
              filter: $primary-filter;
            }
          }
        }
      }
    }
    .link-card{
      @media screen and (max-width: $screen-xs) {
        margin-bottom: 30px;
      }
      ul.link-list{
        li{
          display: block;
          position: relative;
          padding-left: 24px;
          transition: $transition-01;
          &:not(:last-of-type){
            margin-bottom: 12px;
            @media screen and (max-width: 991px) and (min-width: 768px) {
              margin-bottom: 6px;
            }
            @media screen and (max-width: $screen-xs) {
              margin-bottom: 2px;
            }
          }
          &:hover{
            &:before{
              filter: $primary-filter;
            }
            a{
              color: $primary-01;
            }
          }
          &:before{
            content: "";
            background: url("../../assets/icons/arrows/double-arrow-right-white-icon.svg") no-repeat center;
            background-size: cover;
            width: 14px;
            height: 16px;
            position: absolute;
            top: 4px;
            left: 0;
            filter: $white-filter;
          }
          a{
            @include font-size(16, 24, 400, $white);
            transition: $transition-01;
            @media screen and (max-width: 1199px) and (min-width: 992px) {
              @include font-size(14, 24, 400, $white);
            }
            @media screen and (max-width: $screen-xs) {
              @include font-size(14, 24, 400, $white);
            }
          }
        }
      }
    }
  }
  .bottom-footer{
    padding: 24px 0;
    margin: 80px 0 0;
    background: #1D2639;
    @media screen and (max-width: 991px) and (min-width: 768px) {
      margin: 40px 0 0;
    }
    @media screen and (max-width: $screen-xs) {
      margin: 16px 0 0;
      padding: 16px 0;
    }
    p.copyright{
      @media screen and (max-width: $screen-xs) {
        text-align: center;
      }
    }
    ul.page-list{
      text-align: right;
      @media screen and (max-width: $screen-xs) {
        text-align: center;
      }
      li{
        display: inline-block;
        position: relative;
        &:not(:last-of-type){
          margin: 0 20px 0 0;
          &:before{
            content: "";
            background: $white;
            width: 1px;
            height: 13px;
            position: absolute;
            top: 5px;
            right: -14px;
          }
        }
        a{
          color: $white;
          transition: $transition-01;
          &:hover{
            color: $primary-01;
          }
        }
      }
    }
  }
}
.footer-widget-4{
  background: #121B2E;
  .title-primary{
    color: $white;
    position: relative;
    @media screen and (max-width: $screen-xs) {
      @include font-size(18, 26, null, $white)
    }
    &:before{
      content: "";
      background: linear-gradient(90deg, $primary-01 0%, #121B2E 100%);
      width: 83px;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: -10px;
    }
  }
  .top-footer{
    .logo-wrapper{
      a.logo{
        img{
          width: 100%;
          max-width: 200px;
          @media screen and (max-width: $screen-xs) {
            max-width: 160px;
          }
        }
      }
      p{
        max-width: 300px;
      }
      ul.social{
        li{
          display: inline-block;
          &:not(:last-of-type){
            margin: 0 8px 0 0;
          }
          a {
            width: 40px;
            height: 40px;
            border-radius: 2px;
            background: $white;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: $transition-01;
            &:hover {
              background: $primary-01;
              img{
                filter: $white-filter;
              }
            }
            img {
              max-width: 17px;
              filter: $primary-filter;
            }
          }
        }
      }
    }
    .link-card{
      @media screen and (max-width: $screen-xs) {
        margin-bottom: 30px;
      }
      ul.link-list{
        li{
          display: block;
          position: relative;
          padding-left: 24px;
          transition: $transition-01;
          &:not(:last-of-type){
            margin-bottom: 12px;
            @media screen and (max-width: 991px) and (min-width: 768px) {
              margin-bottom: 6px;
            }
            @media screen and (max-width: $screen-xs) {
              margin-bottom: 2px;
            }
          }
          &:hover{
            &:before{
              filter: $primary-filter;
            }
            a{
              color: $primary-01;
            }
          }
          &:before{
            content: "";
            background: url("../../assets/icons/arrows/double-arrow-right-white-icon.svg") no-repeat center;
            background-size: cover;
            width: 14px;
            height: 16px;
            position: absolute;
            top: 4px;
            left: 0;
            filter: $white-filter;
          }
          a{
            @include font-size(16, 24, 400, $white);
            transition: $transition-01;
            @media screen and (max-width: 1199px) and (min-width: 992px) {
              @include font-size(14, 24, 400, $white);
            }
            @media screen and (max-width: $screen-xs) {
              @include font-size(14, 24, 400, $white);
            }
          }
        }
      }
    }
    .newsletter-wrapper{
      @media screen and (max-width: $screen-xs) {
        max-width: 280px;
      }
      .form{
        .form-group{
          margin-bottom: 0;
          .input-container{
            position: relative;
            .form-control{
              height: 42px;
              border-radius: 4px;
            }
            .submit-btn{
              width: 50px;
              height: 42px;
              background: $primary-01;
              border-radius: 4px;
              display: flex;
              align-items: center;
              justify-content: center;
              position: absolute;
              right: 0;
              top: 0;
              img{
                max-width: 18px;
              }
            }
          }
        }
      }
    }
  }
  .bottom-footer{
    padding: 24px 0;
    margin: 80px 0 0;
    background: #1D2639;
    @media screen and (max-width: 991px) and (min-width: 768px) {
      margin: 40px 0 0;
    }
    @media screen and (max-width: $screen-xs) {
      margin: 36px 0 0;
      padding: 16px 0;
    }
    p.copyright{
      @media screen and (max-width: $screen-xs) {
        text-align: center;
      }
    }
    ul.page-list{
      text-align: right;
      @media screen and (max-width: $screen-xs) {
        text-align: center;
      }
      li{
        display: inline-block;
        position: relative;
        &:not(:last-of-type){
          margin: 0 20px 0 0;
          &:before{
            content: "";
            background: $white;
            width: 1px;
            height: 13px;
            position: absolute;
            top: 5px;
            right: -14px;
          }
        }
        a{
          color: $white;
          transition: $transition-01;
          &:hover{
            color: $primary-01;
          }
        }
      }
    }
  }
}
.footer-widget-5{
  p, a, ul li, ol li, strong{
    color: #717184;
  }
  .top-footer{
    padding-bottom: 64px;
    margin-bottom: 51px;
    border-bottom: 1px solid $border-01;
    @media screen and (max-width: $screen-xs) {
      margin-bottom: 30px;
      padding-bottom: 10px;
    }
    .social-wrapper{
      @media screen and (max-width: 991px) and (min-width: 768px) {
        display: grid;
        grid-template-columns: auto auto;
        align-items: self-start;
      }
      .logo-wrapper{
        a.logo{
          img{
            width: 100%;
            max-width: 200px;
            @media screen and (max-width: $screen-xs) {
              max-width: 140px;
            }
          }
        }
        p{}
      }
      .social-card{
        ul.social-list{
          li{
            display: inline-block;
            vertical-align: middle;
            &:not(:last-of-type){
              margin: 0 22px 0 0;
            }
            a{
              img{
                max-width: 18px;
                filter: brightness(0) saturate(100%) invert(45%) sepia(11%) saturate(515%) hue-rotate(202deg) brightness(96%) contrast(89%);
              }
            }
          }
        }
        p{}
      }
    }
    .link-wrapper{
      .link-card{
        @media screen and (max-width: $screen-xs) {
          margin-bottom: 30px;
        }
        &:first-of-type{
          min-height: 181px;
          @media screen and (max-width: $screen-xs) {
            min-height: auto;
          }
        }
        &:not(:last-of-type){
          margin-bottom: 44px;
          @media screen and (max-width: $screen-xs) {
            margin-bottom: 30px;
          }
        }
        strong, a{}
        strong{
          display: block;
          color: $text-01;
          margin-bottom: 12px;
        }
        ul.link-list{
          li{
            display: block;
            &:not(:last-of-type){
              margin-bottom: 3px;
            }
            a{}
          }
        }
      }
    }
  }
  .bottom-footer{
    strong, p{
      font-size: 13px;
      line-height: 19px;
      font-weight: 300;
    }
    strong{
      font-weight: 500;
    }
    p{
      margin-bottom: 0;
      &:not(:last-of-type){
        margin-bottom: 18px;
      }
    }
  }
}
.footer-widget-6{
  background: $black;
  p.copyright{
    @media screen and (max-width: $screen-xs) {
      text-align: center;
    }
  }
  ul.page-list{
    text-align: right;
    @media screen and (max-width: $screen-xs) {
      text-align: center;
    }
    li{
      display: inline-block;
      position: relative;
      &:not(:last-of-type){
        margin: 0 20px 0 0;
        &:before{
          content: "";
          background: $white;
          width: 1px;
          height: 13px;
          position: absolute;
          top: 5px;
          right: -14px;
        }
      }
      a{
        color: $white;
        transition: $transition-01;
        &:hover{
          color: $primary-01;
        }
      }
    }
  }
}
.footer-widget-7{
  background: linear-gradient(to right, oklch(0.21 0.034 264.665) 0%, oklch(0.373 0.034 259.733) 50%, oklch(0.21 0.034 264.665) 100%);
  .top-footer{
    @media screen and (max-width: $screen-xs) {
      text-align: center;
    }
    a.logo{
      img{
        width: 100%;
        max-width: 200px;
        @media screen and (max-width: 991px) {
          max-width: 170px;
        }
      }
    }
    ul.page-list{
      text-align: right;
      @media screen and (max-width: $screen-xs) {
        text-align: center;
      }
      li{
        display: inline-block;
        position: relative;
        &:not(:last-of-type){
          margin: 0 26px 0 0;
          @media screen and (max-width: $screen-xs) {
            margin: 0 16px 0 0;
          }
        }
        a{
          @include font-size(16, 24, 400, $white);
          transition: $transition-01;
          @media screen and (max-width: 991px) {
            @include font-size(14, 24, 400, $white);
          }
          &:hover{
            color: $primary-01;
          }
        }
      }
    }
  }
  .bottom-footer{
    padding: 32px 0;
    text-align: center;
    margin-top: 28px;
    border-top: 1px solid $border-03;
    @media screen and (max-width: 991px) and (min-width: 768px) {
      padding: 20px 0;
    }
    @media screen and (max-width: $screen-xs) {
      padding: 12px 0 22px;
    }
    p.copyright{
      @media screen and (max-width: $screen-xs) {
        text-align: center;
      }
    }
  }
}
