HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/kollect/wp-content/themes/kollect/scss/plus.scss
@import "partials";
.make-easy-rev {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 186px 0;
  @media ($sm-1679) {
    padding: 90px 0;
  }
  @media ($sm-1441) {
    padding: 80px 0;
  }
  @media ($sm-1199) {
    padding: 60px 0;
  }
  @media ($sm-991) {
    padding: 40px 0;
  }
  .sec-wrp {
    display: flex;
    @media ($sm-579) {
      flex-direction: column;
    }
    .img-wrp {
      width: 491px;
      border-radius: 10px;
      margin-left: 69px;
      @media ($sm-1679) {
        margin-left: 60px;
      }
      @media ($sm-1441) {
        margin-left: 50px;
      }
      @media ($sm-1199) {
        margin-left: 40px;
      }
      @media ($sm-991) {
        margin-left: 30px;
      }
      @media ($sm-767) {
        margin-left: 20px;
      }
      @media ($sm-579) {
        margin-right: auto;
        margin-left: auto;
        margin-top: 20px;
        width: 100%;
        max-width: 340px;
      }
      img {
        max-width: 100%;
      }
    }
    .content-area {
      word-wrap: break-word;
      word-break: break-word;
      display: flex;
      flex-direction: column;
      justify-content: center;
      max-width: 855px;
      width: 100%;
      color: $primaryColor;
      .sub-title {
        font-weight: 700;
        margin-bottom: 11px;
        &.spc-width {
          max-width: 716px;
          @media ($sm-1679) {
            max-width: 552px;
          }
        }
        br{
          @media ($sm-579){
            display: none;
          }
        }
      }
      .mid-title {
        font-size: 25px;
        line-height: 30px;
        color: $primaryColor;
        font-weight: 600;
        margin-bottom: 5px;
        @media ($sm-1679) {
          font-size: 22px;
          line-height: 27px;
        }
        @media ($sm-1441) {
          font-size: 20px;
          line-height: 25px;
        }
        @media ($sm-1199) {
          font-size: 18px;
          line-height: 23px;
        }
        @media ($sm-991) {
          font-size: 16px;
          line-height: 21px;
        }
      }
      .sep-sec {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        // padding-bottom: 40px;
        // &:first-child {
        //   border-bottom: 1px solid #c7c8c8;
        // }
        // &:last-child {
        //   padding-bottom: 0;
        // }
        @media ($sm-1679) {
          margin-top: 29px;
          // padding-bottom: 29px;
        }
        @media ($sm-1441) {
          margin-top: 24px;
          // padding-bottom: 24px;
        }
        @media ($sm-1199) {
          margin-top: 19px;
          // padding-bottom: 19px;
        }
        @media ($sm-991) {
          margin-top: 14px;
          // padding-bottom: 14px;
        }
        @media ($sm-767) {
          margin-top: 10px;
          // padding-bottom: 10px;
        }
        @media ($sm-579) {
          margin-top: 9px;
          // padding-bottom: 9px;
        }
        .para {
          max-width: 687px;
          @media ($sm-1679) {
            max-width: 637px;
          }
        }
      }
    }
  }
  &.dreaming {
    background-color: #f3f6f8;
    position: relative;
    .content-area {
      .sep-sec {
        margin-top: 10px;
      }
    }
    &::before {
      content: "";
      width: 55px;
      height: 259px;
      background: url(../images/bubble-left-bg.svg) no-repeat center;
      background-size: contain;
      position: absolute;
      left: 0px;
      bottom: 160px;
    }
    &::after {
      content: "";
      width: 263px;
      height: 238px;
      background: url(../images/hand-vertical-bg.svg) no-repeat center;
      background-size: contain;
      position: absolute;
      right: 81px;
      bottom: 0px;
      @media ($sm-1679) {
        width: 120px;
        height: 104px;
      }
      @media ($sm-1441) {
        width: 120px;
        height: 104px;
      }
      @media ($sm-1199) {
        width: 150px;
        height: 130px;
      }
      @media ($sm-991) {
        width: 100px;
        height: 95px;
      }
      @media ($sm-767) {
        width: 100px;
        height: 80px;
      }
      @media ($sm-579) {
        display: none;
      }
    }
  }
  &.row-reverse {
    flex-direction: row-reverse;
    padding-top: 0;
    padding-bottom: 0;
    .sec-wrp {
      display: flex;
      @media ($sm-579) {
        flex-direction: column-reverse;
      }
      .img-wrp {
        width: 491px;
        border-radius: 10px;
        margin-right: 69px;
        @media ($sm-1679) {
          margin-right: 60px;
        }
        @media ($sm-1441) {
          margin-right: 50px;
        }
        @media ($sm-1199) {
          margin-right: 40px;
        }
        @media ($sm-991) {
          margin-right: 30px;
        }
        @media ($sm-767) {
          margin-right: 20px;
        }
        @media ($sm-579) {
          margin-right: auto;
          margin-left: auto;
          margin-top: 20px;
          width: 100%;
          max-width: 340px;
        }
        img {
          max-width: 100%;
        }
      }
      .content-area {
        word-wrap: break-word;
        word-break: break-word;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 855px;
        width: 100%;
        color: $primaryColor;
        .sub-title {
          font-weight: 700;
          margin-bottom: 11px;
          &.spc-width {
            max-width: 716px;
            @media ($sm-1679) {
              max-width: 552px;
            }
          }
        }
        .mid-title {
          font-size: 25px;
          line-height: 30px;
          color: $primaryColor;
          font-weight: 600;
          margin-bottom: 5px;
          @media ($sm-1679) {
            font-size: 22px;
            line-height: 27px;
          }
          @media ($sm-1441) {
            font-size: 20px;
            line-height: 25px;
          }
          @media ($sm-1199) {
            font-size: 18px;
            line-height: 23px;
          }
          @media ($sm-991) {
            font-size: 16px;
            line-height: 21px;
          }
        }
        .sep-sec {
          display: flex;
          flex-direction: column;
          margin-top: 10px;

          .para {
            max-width: 687px;
            @media ($sm-1679) {
              max-width: 637px;
            }
          }
        }
      }
    }
  }
}

.intro-blk {
  display: flex;
  flex-direction: column;
  background-color: $whiteColor;
  .intro-title {
    color: $primaryColor;
    max-width: 80%;
    @media ($sm-579){
      max-width: 100%;
    }
    .sub-title {
      margin-bottom: 16px;
      @media ($sm-1679) {
        margin-bottom: 10px;
      }
    }
  }
}

.collect-lists {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 33px 0 120px;
  position: relative;
  overflow: hidden;
  @media ($sm-1679) {
    padding-bottom: 90px;
  }
  @media ($sm-1441) {
    padding-bottom: 70px;
  }
  @media ($sm-1199) {
    padding-bottom: 50px;
  }
  @media ($sm-991) {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  &:after {
    content: "";
    width: 193px;
    height: 290px;
    position: absolute;
    right: 0px;
    top: 45%;
    background: url(../images/bg-dollar-rt.png) no-repeat center;
    background-size: contain;
    @media ($sm-1679) {
      width: 70px;
      height: 100px;
    }
    @media ($sm-1199) {
      width: 75px;
      height: 110px;
    }
    @media ($sm-767) {
      display: none;
    }
  }
  .title-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .list-blks {
    margin-top: 65px;
    background-color: #e7f9ff;
    border: 1px solid #e1f0f6;
    border-radius: 17px;
    display: flex;
    align-items: center;
    padding: 36px 44px;
    position: relative;
    z-index: 1;
    &:nth-child(2){
      background-color: #E4FFF5;
    }
    &:nth-child(3){
      background-color: #E7F9FF;
    }
    @media ($sm-1679) {
      margin-top: 50px;
      padding: 36px 40px;
    }
    @media ($sm-1441) {
      margin-top: 40px;
      padding: 30px 40px;
    }
    @media ($sm-1199) {
      margin-top: 30px;
      padding: 30px;
    }
    @media ($sm-991) {
      margin-top: 20px;
      padding: 25px;
    }
    @media ($sm-579) {
      flex-direction: column;
      padding: 20px;
    }
    &:nth-child(even) {
      flex-direction: row-reverse;
      @media ($sm-579) {
        flex-direction: column;
      }
      .img-sec {
        margin-right: 0;
        margin-left: 70px;
        padding: 0px;
        @media ($sm-1679) {
          margin-left: 50px;
        }
        @media ($sm-1441) {
          margin-left: 40px;
        }
        @media ($sm-1199) {
          margin-left: 30px;
        }
        @media ($sm-991) {
          margin-left: 20px;
        }
        @media ($sm-579) {
          margin-left: 0;
          max-width: 100%;
          padding: 0px;
        }
      }
    }
    .img-sec {
      padding: 0px;
      border-radius: 22px;
      margin-right: 70px;
      max-width: 553px;
      @media ($sm-1679) {
        max-width: 440px;
        margin-right: 50px;
      }
      @media ($sm-1441) {
        max-width: 400px;
        margin-right: 40px;
      }
      @media ($sm-1199) {
        max-width: 350px;
        margin-right: 30px;
      }
      @media ($sm-991) {
        max-width: 270px;
        margin-right: 20px;
      }
      @media ($sm-767) {
        max-width: 180px;
      }
      @media ($sm-579) {
        margin-right: 0px;
        margin-bottom: 20px;
        max-width: 100%;
        padding: 0px;
      }
      img {
        max-width: 100%;
        display: block;
      }
    }
    .content-left {
      font-weight: 600;
      margin-bottom: 20px;
      padding-right: 36px;
      flex: 1;
      @media ($sm-1199) {
        padding-right: 0;
      }
      @media ($sm-579) {
        padding-right: 0;
        margin-bottom: 0;
      }
      .sub-title {
        margin-bottom: 10px;
        @media ($sm-579) {
          margin-bottom: 10px;
        }
      }
    }
  }
}
.built-showcase {
  .intro-title {
    color: $primaryColor;
    margin-bottom: 60px;
    @media ($sm-1679) {
      margin-bottom: 50px;
    }
    @media ($sm-1441) {
      margin-bottom: 40px;
    }
    @media ($sm-1199) {
      margin-bottom: 30px;
    }
    @media ($sm-991) {
      margin-bottom: 20px;
    }
  }
}
.thumb-listing-wrp {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  @media ($sm-1679){
    gap: 18px;
  }
  @media ($sm-1199){
    gap: 14px;
  }
  @media ($sm-579){
    gap: 10px;
  }
  .thumbs {
    display: flex;
    align-items: flex-end;
    border: 0.7px solid #d4e5ea;
    border-radius: 12px;
    padding: 25px 32px 0;
    width: calc((100% / 3) - 22px);
    flex: 1 0 calc((100% / 3) - 22px);
    transition: all 0.3s linear;
    @media ($sm-1679){
      padding: 25px 25px 0;
      width: calc((100% / 3) - 18px);
      flex: 1 0 calc((100% / 3) - 18px);
    }
    @media ($sm-1199){
      padding: 20px 20px 0;
      width: calc((100% / 3) - 14px);
      flex: 1 0 calc((100% / 3) - 14px);
    }
    @media ($sm-767){
      padding: 15px 15px 0;
      width: calc((100% / 2) - 10px);
      flex: 1 0 calc((100% / 2) - 10px);
    }
    @media ($sm-479){
      width: 100%;
      flex: 0 0 100%;
    }
    &:hover {
      box-shadow: 1px -2px 18.8px 2px #2c313340;
    }
  }
}

.change-driven-wrps {
  display: flex;
  flex-direction: column;
  padding: 120px 103px;
  position: relative;

  .custom-container {
    max-width: 1713px !important;
  }
  @media ($sm-1679) {
    padding: 90px 0;
  }
  @media ($sm-1441) {
    padding: 70px 0;
  }
  @media ($sm-1199) {
    padding: 50px 0;
  }
  @media ($sm-991) {
    padding: 40px 0;
  }

  .inner-wrp {
    background-color: #f3f6f8;
    border-radius: 18px;
    padding: 114px 120px 120px 140px;
    position: relative;

      &::after{
    content: "";
    width: 117px;
    height: 92px;
    background: url(../images/consider-after.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 30%;
    right: 85px;
    @media ($sm-1679) {
      width: 60px;
      height: 60px;
      right: 55px;
      top: 25%;
    }
    @media ($sm-991) {
      top: 15%;
    }
      @media ($sm-767) {
        display: none;
      }
  }
    @media ($sm-1679) {
      padding: 90px 90px 90px 90px;
    }
    @media ($sm-1441) {
      padding: 60px;
    }
    @media ($sm-1199) {
      padding: 40px;
    }
    @media ($sm-991) {
      padding: 30px;
    }
    @media ($sm-579) {
      padding: 20px;
    }

    .sub-title {
      text-align: center;
      margin-bottom: 72px;
      @media ($sm-1679) {
        margin-bottom: 40px;
      }
      @media ($sm-1441) {
        margin-bottom: 30px;
      }
      @media ($sm-1199) {
        margin-bottom: 20px;
      }
      @media ($sm-767) {
        margin-bottom: 10px;
        text-align: left;
      }
      br {
        @media ($sm-579) {
          display: none;
        }
      }
    }
    .wave-steps-wrp {
      display: flex;
      justify-content: center;
      max-width: 100%;
      position: relative;
      height: 180px;
      margin: 0 auto 65px;
      @media ($sm-1679){
        margin: 0 auto 85px;
      }
      @media ($sm-1441){
        margin: 0 auto 50px;
      }
      @media ($sm-991) {
        height: auto;
        margin: 0 auto 0px;
      }
      @media ($sm-767){
        margin-bottom: 0;
      }
    }
      .wave-bg {
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
        @media (max-width:1750px) {
          margin-left: -105px;
        }
        @media ($sm-1679){
          margin-left: -70px;
        }
        @media ($sm-1441){
          margin-left: -120px;
        }
        @media ($sm-1199){
          margin-left: -90px;
        }
        @media ($sm-991){
          margin-left: -90px;
        }
        @media ($sm-767) {
          flex-direction: column;
          margin-left: 0;
        }
        &::before {
          content: "";
          background: url(../images/four-col-curve.png) no-repeat center;
          background-size: contain;
          width: 100%;
          height: 106px;
          position: absolute;
          @media ($sm-767){
            display: none;
        }
        }
        @media ($sm-1441) {
          width: 790px;
        }
        @media ($sm-1199) {
          width: 590px;
        }
        @media ($sm-991) {
          width: 450px;
        }
        @media ($sm-767) {
          width: 100%;
          background: none;
          position: static;
          height: auto;
        }
                  &::after{
    content: "";
    width: 104px;
    height: 86px;
    background: url(../images/consider-before.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top:-182px;
    left: 65px;
    @media ($sm-1679) {
      width: 80px;
      height: 82px;
      left: 65px;
      top: -140px;
    }
     @media ($sm-1441) {
      width: 80px;
      height: 82px;
      left: -20px;
      top: -120px;
    }
    // @media ($sm-1281) {
    //   left: 0;
    // }
    @media ($sm-1199) {
      width: 70px;
      height: 70px;
      left: -20px;
      top: -100px;
    }
    @media ($sm-991) {
      width: 60px;
      height: 60px;
      left: -40px;
      top: -85px;
    }
    @media ($sm-767) {
      display: none;
    }
      }
      .blks {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        width: calc(100% / 4);
        padding-top: 0px;
        text-align: left;
        max-width: 232px;
        // position: absolute;
        position: relative;
        z-index: 1;
        @media ($sm-767) {
          padding-top: 20px;
          flex-direction: row;
          width: 100%;
          max-width: 100%;
          justify-content: flex-start;
          align-items: flex-start;
          text-align: left;
          padding-top: 10px;
        }
        &::after{
            content: "";
            width: 1px;
            height: 100%;
            border: dashed 1px #c7c8c8;
            position: absolute;
            left: 17px;
            display: none;
            @media ($sm-767){
              display: block;
            }
        }
        &:last-child{
            &::after{
                @media ($sm-767){
                display: none;
                }
            }
        }
        &:nth-child(1) {
          //   left: 0;
          //   @media ($sm-1199) {
          //     top: 13%;
          //   }
          //   @media ($sm-991) {
          //     left: -59px;
          //   }
          margin-top: 108px;
          margin-left: 88px;
          @media (max-width:1750px) {
            margin-top: 50px;
            margin-left: 18px;
          }
          @media ($sm-1679) {
            margin-top: 20px;
            margin-left: 70px;
          }
          @media ($sm-1441) {
            margin-top: 30px;
            margin-left: -3px;
          }
          @media ($sm-767) {
            margin-top: 0;
            margin-left: 0;
          }
        }
        &:nth-child(2) {
          //   left: 290px;
          //   top: 5%;
          //   @media ($sm-1199) {
          //     top: 23%;
          //     left: 250px;
          //   }
          //   @media ($sm-991) {
          //     left: 170px;
          //     top: 15%;
          //   }
          //   .icon-blk {
          //     @media ($sm-1441) {
          //       top: 20%;
          //     }
          //   }
          margin-top: -20px;
          @media ($sm-767) {
            margin-top: 0;
            margin-left: 0;
          }
        }
        &:nth-child(3) {
          //   left: 290px;
          //   top: 5%;
          //   @media ($sm-1199) {
          //     top: 23%;
          //     left: 250px;
          //   }
          //   @media ($sm-991) {
          //     left: 170px;
          //     top: 15%;
          //   }
          //   .icon-blk {
          //     @media ($sm-1441) {
          //       top: 20%;
          //     }
          //   }
          margin-top: 155px;
          @media ($sm-1441) {
            margin-top: 100px;
          }
          @media ($sm-991) {
            margin-top: 30px;
          }
          @media ($sm-767) {
            margin-top: 0;
            margin-left: 0;
          }
        }
        &:nth-child(4) {
          //   right: -115px;
          //   top: 4%;
          //   @media ($sm-1679) {
          //     right: -135px;
          //   }
          //   @media ($sm-991) {
          //     right: -80px;
          //     top: 11%;
          //   }
          margin-top: 90px;
          margin-right: -60px;
          @media (max-width:1750px) {
            margin-top: 70px;
            margin-right: -142px;
          }
          @media ($sm-1679) {
            margin-top: 30px;
            margin-right: -99px;
          }
          @media ($sm-1441) {
            margin-top: 60px;
            margin-right: -165px;
          }
          @media ($sm-1199) {
            margin-top: 60px;
            margin-right: -122px;
          }
          @media ($sm-991) {
            margin-top: 20px;
            margin-right: -97px;
          }
          @media ($sm-767) {
            margin-top: 0;
            margin-right: 0;
            max-width: 100%;
          }
           .blk-desc{
            max-width: 210px;
            @media ($sm-1679) {
              max-width: 200px;
            }
            @media ($sm-767){
              max-width: 100%;
            }
           }
        }
        // &:nth-child(1){
        //     position: absolute;
        //     .icon-blk{
        //         left: -16px;
        //     }
        // }
        // &:nth-child(2){
        //     .icon-blk{
        //      left: 438px;
        //      top: 22%;
        //     }
        // // }
        // &:nth-child(3){
        //     .icon-blk{
        //      right: 0px;
        //     }
        // }

        .blk-desc {
          color: $primaryColor;
          font-weight: 500;
          font-size: 15px;
          padding-top: 30px;
          max-width: 244px;
          @media ($sm-1679) {
            font-size: 14px;
            padding-top: 25px;
            max-width: 210px;
          }
          @media ($sm-1441) {
            max-width: 230px;
            padding-top: 20px;
          }
          @media ($sm-1199) {
            font-size: 13px;
            max-width: 230px;
            padding-top: 15px;
          }
          @media ($sm-991) {
            max-width: 230px;
            padding-top: 10px;
          }
          @media ($sm-767){
           padding-top: 0px;
           max-width: 100%;
        }
        }
        .mid-title {
          color: $primaryColor;
          font-size: 24px;
          font-weight: 600;
          margin-bottom: 10px;
          @media ($sm-1679) {
            font-size: 20px;
          }
          @media ($sm-1441) {
            font-size: 18px;
          }
          @media ($sm-1199) {
            font-size: 16px;
          }
          @media ($sm-991) {
            font-size: 14px;
          }
        }
        .icon-blk {
          width: 72px;
          height: 72px;
          border-radius: 72px;
          //   position: absolute;
          //   top: 7%;
          @media ($sm-1679) {
            width: 64px;
            height: 64px;
          }
          @media ($sm-1441) {
            width: 50px;
            height: 50px;
          }
          @media ($sm-991) {
            width: 40px;
            height: 40px;
          }
          @media ($sm-767) {
            position: relative;
            z-index: 1;
            margin-bottom: 0px;
            flex-shrink: 0;
            margin-right: 20px;
            width: 34px;
            height: 34px;
          }
          img {
            max-width: 100%;
          }
        }
      }
    }
  }
}

.motivation-wrp {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 170px 0;
  background-color: #f3f6f8;
  position: relative;
  &::before {
    content: "";
    width: 117px;
    height: 92px;
    position: absolute;
    left: 60px;
    top: 59%;
    transform: translateY(-59%);
    background: url(../images/motivation-left.png) no-repeat center;
    background-size: contain;
    @media ($sm-1679) {
      width: 100px;
      height: 80px;
      left: 40px;
    }
    @media ($sm-1199) {
      width: 70px;
      height: 65px;
      left: 20px;
    }
    @media ($sm-991) {
      width: 50px;
      height: 45px;
      left: 10px;
    }
    @media ($sm-767) {
      display: none;
    }
  }
  @media ($sm-1679) {
    padding: 90px 0;
  }
  @media ($sm-1441) {
    padding: 80px 0;
  }
  @media ($sm-1199) {
    padding: 60px 0;
  }
  @media ($sm-991) {
    padding: 40px 0;
  }
  .inner-wrp {
    display: flex;
    flex-direction: column;
    position: relative;
    &::before {
      content: "";
      width: 104px;
      height: 86px;
      background: url(../images/motivation-top.png) no-repeat center;
      background-size: contain;
      position: absolute;
      right: 0;
      top: -50px;
      @media ($sm-1679) {
        width: 100px;
        height: 80px;
        top: -40px;
      }
      @media ($sm-1199) {
        width: 70px;
        height: 65px;
        top: -20px;
      }
    }
    .sub-title {
      margin-bottom: 75px;
      @media ($sm-1679) {
        margin-bottom: 50px;
      }
      @media ($sm-1441) {
        margin-bottom: 40px;
      }
      @media ($sm-1199) {
        margin-bottom: 30px;
      }
      @media ($sm-991) {
        margin-bottom: 25px;
      }
      @media ($sm-767) {
        margin-bottom: 20px;
      }
    }
    .blks-wrp {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      @media ($sm-1679) {
        gap: 20px;
      }
      @media ($sm-1199) {
        gap: 15px;
      }
      @media ($sm-991) {
        gap: 10px;
      }
      .blks {
        width: calc((100% / 3 - 24px));
        flex: 1 0 calc((100% / 3 - 24px));
        background-color: $whiteColor;
        border-radius: 13px;
        padding: 45px 33px;
        color: $primaryColor;
        @media ($sm-1679) {
          width: calc((100% / 3 - 20px));
          flex: 1 0 calc((100% / 3 - 20px));
          padding: 40px 30px;
        }
        @media ($sm-1199) {
          width: calc((100% / 3 - 20px));
          flex: 1 0 calc((100% / 3 - 20px));
          padding: 30px;
        }
        @media ($sm-767) {
          width: calc((100% / 2 - 20px));
          flex: 0 0 calc((100% / 2 - 20px));
          padding: 20px;
        }
        @media ($sm-579) {
          width: 100%;
          flex: 0 0 100%;
        }
        .icon-blk {
          width: 67px;
          height: 67px;
          @media ($sm-1679) {
            width: 60px;
            height: 60px;
          }
          @media ($sm-1199) {
            width: 55px;
            height: 55px;
          }
          @media ($sm-767) {
            width: 50px;
            height: 50px;
          }
          @media ($sm-579) {
            width: 45px;
            height: 45px;
          }
          img {
            max-width: 100%;
            display: block;
          }
        }
        .box-title {
          color: $primaryColor;
          font-weight: 600;
          font-size: 24px;
          padding: 27px 0 15px;
          @media ($sm-1679) {
            font-size: 20px;
            padding: 20px 0 15px;
          }
          @media ($sm-1199) {
            font-size: 18px;
            padding: 15px 0 15px;
          }
          @media ($sm-767) {
            font-size: 16px;
            padding: 10px 0;
          }
          @media ($sm-579) {
          }
        }
        .box-cont {
          font-size: 15px;
          @media ($sm-1679) {
            font-size: 14px;
          }
          @media ($sm-1199) {
            font-size: 13px;
          }
        }
      }
    }
  }
}

.keep-tracking-wrp {
  padding: 120px 0;
  background-color: $whiteColor;
  position: relative;
  overflow-x: hidden;
  @media ($sm-1679) {
    padding: 90px 0;
  }
  @media ($sm-1441) {
    padding: 80px 0;
  }
  @media ($sm-1199) {
    padding: 60px 0;
  }
  @media ($sm-991) {
    padding: 40px 0;
  }
  &:after {
    content: "";
    width: 193px;
    height: 290px;
    position: absolute;
    right: 0px;
    top: 30%;
    background: url(../images/bg-dollar-rt.png) no-repeat center;
    background-size: contain;
    @media ($sm-1679) {
      width: 70px;
      height: 100px;
    }
    @media ($sm-1199) {
      width: 75px;
      height: 110px;
    }
    @media ($sm-767) {
      display: none;
    }
  }
  &::before {
    background: url(../images/investment-doller.svg) no-repeat;
    background-size: contain;
    width: 138px;
    height: 300px;
    position: absolute;
    bottom: 10%;
    left: 0;
    content: "";
    @media ($sm-1679) {
      width: 100px;
    }
  }
  .top-listing-wrp {
    display: flex;
    flex-wrap: wrap;
    column-gap: 100px;
    @media ($sm-1679) {
      column-gap: 80px;
    }
    @media ($sm-1441) {
      column-gap: 60px;
    }
    @media ($sm-1199) {
      column-gap: 40px;
    }
    @media ($sm-991) {
      column-gap: 20px;
    }
    .blks {
      width: calc((100% / 3) - 100px);
      flex: 0 0 calc((100% / 3) - 100px);
      background-color: $whiteColor;
      border-radius: 13px;
      color: $primaryColor;
      margin-top: 85px;
      @media ($sm-1679) {
        margin-top: 50px;
        width: calc((100% / 3) - 80px);
        flex: 0 0 calc((100% / 3) - 80px);
      }
      @media ($sm-1441) {
        margin-top: 40px;
        width: calc((100% / 3) - 60px);
        flex: 0 0 calc((100% / 3) - 60px);
      }
      @media ($sm-1199) {
        margin-top: 30px;
        width: calc((100% / 2) - 40px);
        flex: 0 0 calc((100% / 2) - 40px);
      }
      @media ($sm-991) {
        margin-top: 20px;
        width: calc((100% / 2) - 20px);
        flex: 0 0 calc((100% / 2) - 20px);
      }
      @media ($sm-767) {
        margin-top: 15px;
      }
      @media ($sm-579) {
        margin-top: 20px;
        width: 100%;
        flex: 0 0 100%;
      }
      .box-title {
        color: $primaryColor;
        font-weight: 600;
        font-size: 24px;
        padding: 0 0 15px;
        @media ($sm-1679) {
          font-size: 20px;
        }
        @media ($sm-1199) {
          font-size: 18px;
          padding: 0 0 10px;
        }
        @media ($sm-767) {
          font-size: 16px;
        }
      }
      .box-cont {
        font-size: 15px;
        @media ($sm-1679) {
          font-size: 14px;
        }
        @media ($sm-1199) {
          font-size: 13px;
        }
      }
    }
  }
  .raffle-wrp {
    background-color: #00506b;
    border-radius: 18px;
    padding: 0;
    margin-top: 120px;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    @media ($sm-1679) {
      margin-top: 90px;
    }
    @media ($sm-1441) {
      margin-top: 80px;
    }
    @media ($sm-1199) {
      margin-top: 60px;
    }
    @media ($sm-991) {
      margin-top: 40px;
    }
    .content-area {
      display: flex;
      flex-direction: column;
      color: $whiteColor;
      max-width: 713px;
      margin-right: 46px;
      padding: 98px 0 98px 76px;
      @media ($sm-1679) {
        padding: 70px 0 70px 50px;
        margin-right: 40px;
      }
      @media ($sm-1199) {
        padding: 50px 0 50px 50px;
        margin-right: 30px;
      }
      @media ($sm-991) {
        padding: 40px 0 40px 40px;
        max-width: 305px;
        margin-right: 20px;
      }
      @media ($sm-767) {
        max-width: 100%;
        padding: 30px;
      }
      @media ($sm-579) {
        max-width: 100%;
        padding: 20px;
      }
      .sub-title {
        margin-bottom: 36px;
        color: $whiteColor;
        @media ($sm-1679) {
          margin-bottom: 30px;
        }
        @media ($sm-1441) {
          margin-bottom: 25px;
        }
        @media ($sm-1199) {
          margin-bottom: 20px;
        }
        @media ($sm-991) {
          margin-bottom: 15px;
        }
      }
    }
    .img-wrp {
      max-width: 525px;
      width: 100%;
      @media ($sm-767) {
        display: none;
      }
      img {
        max-width: 100%;
      }
    }
  }
}

.need-outer-blue {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 120px 0 0;
  @media ($sm-1679) {
    padding: 90px 0 0;
  }
  @media ($sm-1441) {
    padding: 80px 0 0;
  }
  @media ($sm-1199) {
    padding: 60px 0 0;
  }
  @media ($sm-991) {
    padding: 40px 0 0;
  }
  .need-wrp {
    background: #15789a url(../images/platform-fee-img.png) no-repeat right 0px
      bottom -24px;
    background-size: contain;
    border-radius: 16px;
    padding: 96px 0 96px 90px;
    word-wrap: break-word;
    word-break: break-word;
    @media ($sm-1441) {
      background: #15789a url(../images/platform-fee-img.png) no-repeat right
        0px bottom -24px;
      background-size: 340px;
    }
    @media ($sm-1199) {
      background: #15789a url(../images/platform-fee-img.png) no-repeat right
        0px bottom -24px;
      background-size: 250px;
      padding: 60px 0 60px 60px;
    }
    @media ($sm-991) {
      background: #15789a url(../images/platform-fee-img.png) no-repeat right
        0px bottom -24px;
      background-size: 200px;
      padding: 40px 0 40px 40px;
    }
    @media ($sm-767) {
      background: #15789a url(../images/platform-fee-img.png) no-repeat right
        0px bottom -24px;
      background-size: 170px;
      padding: 30px 0 30px 30px;
    }
    @media ($sm-579) {
      background: #15789a url(../images/platform-fee-img.png) no-repeat right
        0px bottom -24px;
      background-size: 120px;
      padding: 20px 0 20px 20px;
    }
    @media ($sm-479) {
      background: #15789a;
      padding: 20px;
    }
    .sub-title {
      color: $whiteColor;
      margin-bottom: 16px;
      @media ($sm-1679){
        margin-bottom: 10px;
      }
    }
    .para {
      color: $whiteColor;
      @media ($sm-991) {
        max-width: 60%;
      }
      @media ($sm-479) {
        max-width: 100%;
      }
    }
  }
}

.static-testimonial-wrp {
  position: relative;
  &::before {
    content: "";
    width: 55px;
    height: 50px;
    background: url(../images/featured-left-bg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 64px;
    @media ($sm-1679) {
      width: 45px;
      height: 40px;
    }
    @media ($sm-1441) {
      width: 40px;
      height: 35px;
    }
    @media ($sm-767) {
      display: none;
    }
  }
  .content-wrap {
    border-radius: 15px;
    border: 1px solid #d4e5ea;
    padding: 72px 128px 25px 48px;
    position: relative;
    height: auto;
    @media ($sm-1679) {
      padding: 50px 90px 25px 40px;
    }
    @media ($sm-991) {
      padding: 30px 20px 20px 20px;
    }
    &:after {
      position: absolute;
      right: 60px;
      top: 40px;
      width: 94px;
      height: 70px;
      background: url(../images/quote.svg) no-repeat;
      background-size: cover;
      content: "";
      @media ($sm-1679) {
        width: 60px;
        height: 45px;
        right: 30px;
        top: 20px;
      }
      @media ($sm-1199) {
        width: 50px;
        height: 38px;
      }
      @media ($sm-991) {
        width: 35px;
        height: 27px;
      }
    }
    .star {
      padding-bottom: 60px;
      @media ($sm-1679) {
        padding-bottom: 40px;
      }
      @media ($sm-1199) {
        padding-bottom: 20px;
      }
      img {
        @media ($sm-1679) {
          max-width: 200px;
        }
        @media ($sm-1199) {
          max-width: 150px;
        }
        @media ($sm-991) {
          max-width: 120px;
        }
      }
    }
    .test-title {
      font-size: 31px;
      color: #00506b;
      font-weight: 600;
      margin: 0;
      padding: 0 0 30px 0;
      @media ($sm-1679) {
        font-size: 26px;
        padding: 0 0 20px 0;
      }
      @media ($sm-1481) {
        font-size: 24px;
      }
      @media ($sm-1199) {
        font-size: 22px;
        padding: 0 0 15px 0;
      }
      @media ($sm-991) {
        font-size: 20px;
        padding: 0 0 10px 0;
      }
    }
    .test-para {
      font-size: 18px;
      color: #000000;
      line-height: 1.6;
      @media ($sm-1679) {
        font-size: 16px;
      }
      @media ($sm-1199) {
        font-size: 14px;
      }
    }
    .test-footer {
      display: flex;
      gap: 20px;
      border-top: 1px solid #d6f2fb;
      padding: 30px 0 0 0;
      margin: 30px 0 0 0;
      align-items: center;
      @media ($sm-1679) {
        gap: 15px;
        padding: 20px 0 0 0;
        margin: 20px 0 0 0;
      }
      @media ($sm-991) {
        gap: 10px;
      }
      .img {
        margin: 0;
        padding: 0;
        width: 64px;
        height: 64px;
        @media ($sm-1679) {
          width: 50px;
          height: 50px;
        }
        @media ($sm-1199) {
          width: 40px;
          height: 40px;
        }
        @media ($sm-991) {
          width: 30px;
          height: 30px;
        }
        img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          max-width: 100%;
        }
      }
      .name-dest-wrap {
        flex: 1;
        .name {
          font-size: 21px;
          color: #00506b;
          font-weight: 600;
          padding: 0 0 5px 0;
          line-height: 1.4;
          @media ($sm-1679) {
            font-size: 18px;
          }
          @media ($sm-1199) {
            font-size: 16px;
            padding: 0 0 3px 0;
          }
          @media ($sm-991) {
            font-size: 14px;
          }
        }
        .des {
          font-size: 14px;
          color: #00506b;
          line-height: 1.4;
          @media ($sm-1679) {
            font-size: 12px;
          }
          @media ($sm-991) {
            font-size: 10px;
          }
        }
      }
    }
  }
}