:root {
  --e-global-color-primary: #ba6827;
  --e-global-color-secondary: #5b3516;
  --e-global-color-text: #797979;
  --e-global-color-accent: #FFD012;
  --e-global-color-white: #fff;
  --e-global-typography-primary-font-family: 'Outfit', sans-serif;
  --e-global-typography-secondary-font-family: 'Outfit', sans-serif;
  --transition: all .4s ease;
  --wpte-primary-color: var(--e-global-color-primary);
  --primary-color: var(--e-global-color-primary);
  --wpte-primary-color-rgb: var(--e-global-color-primary);
  --primary-color-rgb: var(--e-global-color-primary);
}

.why-choose-wrapper2 {
  position: relative;
  z-index: 1;
  padding: 32px;
  border-radius: 30px;
  overflow: hidden;
}
.why-choose-wrapper2 .icon {
  margin-bottom: 24px;
}
.why-choose-wrapper2 .icon svg {
  width: 32px;
}
.why-choose-wrapper2 .title {
  color: var(--e-global-color-white);
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
.why-choose-wrapper2 .desc {
  color: #AAAAAA;
  font-size: 18px;
  max-width: 300px;
  line-height: 1.7;
}
.why-choose-wrapper2 .inner {
  background: #1C1C1C;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute !important;
  z-index: -3 !important;
}
.why-choose-wrapper2 .round-shape {
  position: absolute !important;
  z-index: 1 !important;
  width: 205px;
  height: 205px;
  border-radius: 50%;
  top: -100px;
  right: -100px;
  background: #2A58FF;
  filter: blur(100px);
}
.why-choose-wrapper2.rtsonhover2 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.why-choose-wrapper2.rtsonhover2 .gradient-border {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 300%;
  position: absolute;
  z-index: -1;
}
.why-choose-wrapper2.rtsonhover2 .gradient-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, rgba(0, 78, 235, 0) 0%, rgba(0, 78, 235, 0) 40%, #004EEB 100%);
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.5s, top 0s, left 0s;
  border-radius: 100px;
  z-index: 1;
  animation: rotate 5s linear infinite;
}
.why-choose-wrapper2.rtsonhover2:hover::before {
  opacity: 1;
}
.why-choose-wrapper2.rtsonhover2::after {
  content: "";
  position: absolute;
  inset: 1px;
  background: #0B0B0B;
  border-radius: 30px;
  z-index: -1;
}
.why-choose-wrapper2.rtsonhover2 > * {
  z-index: 2;
  position: relative;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=rt-feature-box.css.map */