HEX
Server: LiteSpeed
System: Linux server315.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: globfdxw (6114)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //home/globfdxw/www/wp-content/plugins/bearsthemes-addons/assets/css/_icon-box.scss
.elementor-icon-box {
  text-align: center;
  &--icon-position-left .elementor-icon-box {
      display: flex;
      text-align: left;
      &__icon-wrap {
        margin-right: 16px;
        margin-bottom: 0 !important;
      }
  }
  &--icon-position-right .elementor-icon-box {
      display: flex;
      flex-direction: row-reverse;
      text-align: right;
      &__icon-wrap {
        margin-left: 16px;
        margin-bottom: 0 !important;
      }
  }

  &--vertical-align-top .elementor-icon-box {
    align-items: flex-start;
  }

  &--vertical-align-middle .elementor-icon-box {
    align-items: center;
  }

  &--vertical-align-bottom .elementor-icon-box {
    align-items: flex-end;
  }

  &--icon-view-stacked .elementor-icon-box__icon,
  &--icon-view-framed .elementor-icon-box__icon {
    display: inline-flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
  }

  &--icon-view-stacked .elementor-icon-box__icon {
    background: $main-color;
    i {
      color: #FFFFFF;
    }
    svg {
      fill: #FFFFFF;
    }
  }

  &--icon-view-framed .elementor-icon-box__icon {
    background: #FFFFFF;
    border: 2px solid $main-color;
    i {
      color: $main-color;
    }
    svg {
      fill: $main-color;
    }
  }

  &--icon-shape-circle .elementor-icon-box__icon {
    border-radius: 50%;
  }

  &--icon-shape-square .elementor-icon-box__icon {
    border-radius: 0;
  }

  &--default {
    .elementor-icon-box {
      &__icon-wrap {
        margin-bottom: 24px;
      }
      &__icon {
        -webkit-transition: all .3s;
        transition: all .3s;
        i {
          font-size: 50px;
          margin-top: -2px;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
        svg {
          width: 50px;
          height: auto;
          margin-top: -2px;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__title {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 12px;
        a {
          color: inherit;
        }
      }
      &__desc {
        font-size: 16px;
      }
    }
  }

  &--skin-pumori {
    position: relative;
    display: flex;
    text-align: left;
    &:hover {
      .elementor-icon-box {
        &__icon {
          background: #002866;
          i {
            color: #FFFFFF;
          }
          svg {
            fill: #FFFFFF;
          }
        }
      }
    }
    .elementor-icon-box {
      &__icon {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 88px;
        height: 88px;
        background: #FFEE00;
        z-index: 3;
        border-radius: 50%;
        -webkit-transition: all .3s;
        transition: all .3s;
        i {
          font-size: 32px;
          color: #002866;
          margin-top: -2px;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
        svg {
          width: 32px;
          height: auto;
          fill: #002866;
          margin-top: -2px;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__content {
        width: calc(100% - 88px);
        padding-left: 24px;
      }
      &__title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.25;
        color: #002866;
        margin-bottom: 8px;
        a {
          color: inherit;
        }
      }
      &__desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.75;
        color: #4D6995;
      }
      &__read-more {
        position: absolute;
        top: 2px;
        right: 0;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        color: #002866;
        span {
          display: inline-block;
          border-bottom: 1px solid #cbd7e8;
        }
        svg {
          display: inline-block;
          vertical-align: middle;
          fill: currentColor;
          margin: -2px 0 0 4px;
        }
      }
    }
  }

  &--skin-baruntse {
    &:hover {
      .elementor-icon-box {
        &__icon {
          background: #FFEE00;
          &:before {
            border-color: transparent #FFEE00 transparent transparent;
          }
          i {
            color: #002866;
          }
          svg {
            fill: #002866;
          }
        }
      }
    }
    .elementor-icon-box {
      &__icon {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 124px;
        height: 124px;
        background: #002866;
        z-index: 3;
        border-radius: 50%;
        -webkit-transition: all .3s;
        transition: all .3s;
        &:before {
          content: "";
          position: absolute;
          bottom: -20px;
          left: 50%;
          width: 0;
          height: 0;
          border-width: 20px;
          border-style: solid;
          border-color: transparent #002866 transparent transparent;
          -webkit-transition: all .3s;
          transition: all .3s;
          -webkit-transform: translateX(-20px) rotate(-15deg);
          transform: translateX(-20px) rotate(-15deg);
          z-index: -1;
        }
        i {
          font-size: 48px;
          color: #FFEE00;
          margin-top: -2px;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
        svg {
          width: 48px;
          height: auto;
          fill: #FFEE00;
          margin-top: -2px;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__content {
        background: #F4F4F4;
        margin-top: -62px;
        padding: 62px 24px 32px;
      }
      &__title {
        font-size: 20px;
        font-weight: 800;
        line-height: 1.25;
        text-transform: uppercase;
        color: #002866;
        margin: 30px 0 8px;
        a {
          color: inherit;
        }
      }
      &__desc {
        font-size: 17px;
        font-weight: 400;
        line-height: 1.75;
        color: #555555;
      }
    }
  }

  &--skin-coropuna {
    position: relative;
    background: #FFFFFF;
    padding: 40px;
    border: 5px solid #4E3629;
    -webkit-transition: all .3s;
    transition: all .3s;
    &:before {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 50%;
      width: 56px;
      height: 9px;
      background: #BFCC80;
      margin-left: -28px;
    }
    &:hover {
      background: #BFCC80;
    }
    .elementor-icon-box {
      &__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
        i {
          font-size: 60px;
          color: #4E3629;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
        svg {
          width: 60px;
          height: auto;
          fill: #4E3629;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__title {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.25;
        color: #000000;
        margin-bottom: 8px;
        a {
          color: inherit;
        }
      }
      &__desc {
        font-size: 17px;
        font-weight: 400;
        line-height: 1.75;
        color: #215732;
      }
    }
  }

  &--skin-ampato {
    position: relative;
    text-align: center;
    background: #BE2B27;
    padding: 60px 30px;
    z-index: 1;
    &:hover {
      .elementor-icon-box {
        &__icon {
          -webkit-transform: scale(0.8);
          transform: scale(0.8);
          i {
            color: rgba(#ffffff, 0.3);
          }
          svg {
            fill: rgba(#ffffff, 0.3);
          }
        }
      }
    }
    .elementor-icon-box {
      &__icon {
        position: absolute;
        top: 40px;
        right: 40px;
        z-index: -1;
        -webkit-transition: all .6s;
        transition: all .6s;
        i {
          font-size: 124px;
          color: rgba(#000000, 0.3);
          -webkit-transition: all .3s;
          transition: all .3s;
        }
        svg {
          width: 124px;
          height: auto;
          fill: rgba(#000000, 0.3);
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.25;
        color: #FFFFFF;
        margin-bottom: 12px;
        a {
          color: inherit;
        }
      }
      &__desc {
        max-width: 260px;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.75;
        color: #FFFFFF;
        margin: 0 auto 32px;
      }
      &__read-more {
        display: inline-block;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        color: #FFFFFF;
        padding: 12px 35px;
        border: 2px solid #FFFFFF;
        &:hover {
          color: #1D2440;
          background: #FFFFFF;
        }
      }
    }

    @media( max-width: $break-xs - 0.02 ) {
      padding: 40px 16px;
    }

  }

  &--skin-andrus {
    &:hover {
      .elementor-icon-box {
        &__icon {
          background: #FDD704;
          &:before {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
          }
        }
      }
    }
    .elementor-icon-box {
      &__icon {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 125px;
        height: 125px;
        background: #efefef;
        margin-bottom: 30px;
        border-radius: 50%;
        -webkit-transition: all .3s;
        transition: all .3s;
        &:before {
          content: "";
          position: absolute;
          bottom: -6px;
          right: 30px;
          width: 26px;
          height: 26px;
          background: #ffffff;
          border-radius: 30px;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
        i {
          font-size: 62px;
          color: #333333;
          margin-top: -2px;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
        svg {
          width: 62px;
          height: auto;
          fill: #333333;
          margin-top: -2px;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__title {
        font-size: 22px;
        font-weight: 800;
        line-height: 1.25;
        color: #333333;
        margin-bottom: 12px;
        a {
          color: inherit;
        }
      }
      &__desc {
        max-width: 265px;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.75;
        color: #555555;
        margin: 0 auto 16px;
      }
      &__read-more {
        position: relative;
        font-size: 14px;
        font-weight: 800;
        line-height: 20px;
        text-transform: uppercase;
        color: #333333;
        padding: 0 4px;
        border: none;
        z-index: 1;
        &:after {
          content: "";
          position: absolute;
          top: 6px;
          left: 0;
          width: 100%;
          height: 7px;
          background: #fdd600;
          z-index: -1;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
    }
  }

  &--skin-saltoro {
    &:hover {
      .elementor-icon-box {
        &__icon {
          background: #f97a60;
        }
      }
    }
    .elementor-icon-box {
      &__icon-wrap {
        display: inline-block;
        position: relative;
        width: 140px;
        height: 140px;
        margin-bottom: 30px;
        z-index: 1;
        &:before, &:after {
          content: "";
          position: absolute;
          top: 60px;
          left: -30px;
          width: 198px;
          height: 3px;
          background: #f97a60;
          z-index: -1;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
        }
        &:after {
          top: 76px;
          left: -30px;
          background: #4b3381;
        }
      }
      &__icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background: #4b3381;
        border-radius: 50%;
        -webkit-box-shadow: 5px 0 32px rgba(#000000, 0.16);
        box-shadow: 5px 0 32px rgba(#000000, 0.16);
        -webkit-transition: all .3s;
        transition: all .3s;
        i {
          font-size: 62px;
          color: #FFFFFF;
          margin-top: -2px;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
        svg {
          width: 62px;
          height: auto;
          fill: #FFFFFF;
          margin-top: -2px;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__title {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.25;
        color: #4b3381;
        margin-bottom: 12px;
        a {
          color: inherit;
        }
      }
      &__desc {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.75;
        color: #716886;
      }
    }
  }

  &--skin-cholatse {
    margin-bottom: 55px;
    .elementor-icon-box {
      &__icon {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        width: 187px;
        height: 180px;
        background-color: #fff;
        -webkit-mask-image: url(../images/cls-ellipse47.svg);
        mask-image: url(../images/cls-ellipse47.svg);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        z-index: 3;
        border-radius: 50%;
        -webkit-transition: all .3s;
        transition: all .3s;
        i {
          font-size: 55px;
          color: #AB3493;
          margin-top: -25px;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
        svg {
          width: 60px;
          height: auto;
          fill: #AB3493;
          margin-top: -25px;
          -webkit-transition: all .3s;
          transition: all .3s;
        }
      }
      &__content {
        background-color: #AB3493;
        -webkit-mask-image: url(../images/cls-ellipse46.svg);
        mask-image: url(../images/cls-ellipse46.svg);
        margin-top: -120px;
        padding: 75px 50px 32px;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        mask-size: cover;
        max-width: 270px;
        height: 276px;
        margin-left: auto;
        margin-right: auto;
      }
      &__title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.25;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 30px 0 8px;
        a {
          color: inherit;
        }
      }
      &__read-more {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        text-transform: uppercase;
        color: #FFFFFF;
        border-bottom: 1px solid;
      }
    }
    @media( max-width: 1130px ) {
      .elementor-icon-box {
        &__icon {
          width: 140px;
          height: 140px;
          -webkit-mask-image: none;
          mask-image: none;
          top:-50px;
          i {
            font-size: 45px;
            margin-top: 0px;
          }
          svg {
            width: 50px;
            margin-top: 0px;
          }
        }
        &__content {
          -webkit-mask-image: none;
          mask-image: none;
          margin-top: -120px;
          padding: 75px 20px 32px;
          border-radius: 3px;
          max-width: 270px;
          height: auto;
        }
      }
    }
  }

  &--skin-jimara {
    position: relative;
    z-index: 1;
    &:before {
      content: "";
      position: absolute;
      top: -0;
      left: 50%;
      width: 130px;
      height: 130px;
      z-index: -1;
      background: #F7D86F;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .elementor-icon-box {
      &__icon {
        position: absolute;
        top: -0;
        left: 50%;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 50px;
        color: #FFFFFF;
        background: #306F5E;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        svg {
          width: 50px;
        }
      }
      &__content {
        background: #FFFFFF;
        overflow: hidden;
        margin-top: 65px;
        padding-top: 70px;
        border-radius: 20px;
        -webkit-box-shadow: 0px 20px 50px rgba(21, 21, 21, 0.1);
        box-shadow: 0px 20px 50px rgba(21, 21, 21, 0.1);
      }
      &__title {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.25;
        color: #151515;
        margin-bottom: 0;
        a {
          color: inherit;
          &:hover {
            color: #306F5E;
          }
        }
      }
      &__desc {
        font-size: 16px;
        line-height: 1.75;
        color: #8A8A8A;
        padding: 20px;
      }
      &__light {
        position: relative;
        z-index: 1;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.75;
        color: #306F5E;
        background: #EAF1EF;
        margin-top: 20px;
        padding: 0 20px 20px;
        &:before {
          content: "";
          position: absolute;
          top: -20px;
          left: -10%;
          width: 140%;
          height: 50px;
          z-index: -1;
          background: #EAF1EF;
          border-radius: 50%;
        }
      }
    }

    @media( max-width: $break-xs ) {
      .elementor-icon-box {
        &__desc {
          padding: 20px 15px;
        }
        &__light {
          padding: 0 15px 20px;
        }
      }
    }
  }

}