:root {
  --bodyFont: "Jost", sans-serif;
  --titleFont: "Jost", sans-serif;
  --transition: all .3s ease;
  --body_bg: #ffffff;
  --globalColor: #F5F5F5;
  --borderColor: #DFE0E4;
  --bodyColor: #404A60;
  --titleColor: #222E48;
  --primaryColor: #2660B5;
  --secondaryColor: #EB7A23;
  --whiteColor: #ffffff;
  --blackColor: #171717;
  --linkColor: #2660B5;
  --hoverColor: var(--secondaryColor);
  --boxBorderRadius: 5px;
  --imageBorderRadius: 4px;
  --btnBorderRadius: 5px;
  --btnBgColor: #2660B5;
  --btnHoverBgColor: #EB7A23;
  --btnColor: #ffffff;
  --btnHoverColor: #ffffff;
  --btnBgColor2: transparent;
  --btnHoverBgColor2: #2660B5;
  --btnColor2: #222E48;
  --btnHoverColor2: #ffffff;
}

.wc-btn-wrapper {
  display: inline-block;
}

.btn-text-flip svg,
.wc-btn-wrapper svg {
  width: 1em;
  height: 1em;
}

/* Button 1 and 2 */
.wc-btn-group {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.wc-btn-group .wc-btn-primary {
  padding: 21px 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #0A1A3D;
  text-transform: capitalize;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  gap: 30px;
  white-space: nowrap;
  border-radius: 30px;
  text-decoration: none;
}

.wc-btn-group .wc-btn-play {
  color: #fff;
  fill: #fff;
  border-radius: 50px;
  background-color: #0A1A3D;
  border: 1px solid transparent;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.wc-btn-group > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}

.wc-btn-group:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}

/* Style 1 */
.style1 .wc-btn-group > *:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-right: calc(var(--icon-width, 60px) * -1);
  opacity: 0;
}

.style1 .wc-btn-group > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-left: 0;
  opacity: 1;
}

.style1 .wc-btn-group:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-right: 0;
  opacity: 1;
}

.style1 .wc-btn-group:hover > *:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-left: calc(var(--icon-width, 60px) * -1);
  opacity: 0;
}

/* Style 2 */
.style2 .wc-btn-group > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-right: 0;
  opacity: 1;
}

.style2 .wc-btn-group > *:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-left: calc(var(--icon-width, 60px) * -1);
  opacity: 0;
}

.style2 .wc-btn-group:hover > *:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-right: calc(var(--icon-width, 60px) * -1);
  opacity: 0;
}

.style2 .wc-btn-group:hover > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-left: 0;
  opacity: 1;
}

/* Button Flip */
.btn-text-flip {
  perspective: 1000px;
  text-decoration: none;
}

.btn-text-flip:hover {
  color: #fff;
  fill: #fff;
}

.btn-text-flip:hover span {
  color: #fff;
  transform: rotateX(90deg) translateY(-12px);
}

.btn-text-flip span {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #121212;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

.btn-text-flip span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  transition: color 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}

/* Style 4 */
.style4 .btn-border-crop {
  display: inline-block;
}

.style4 .btn-border-crop:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(105.52deg, var(--b-color-1, #FF856A) 0%, var(--b-color-2, #FFED4E) 34%, var(--b-color-3, #4BFFF4) 69%, var(--b-color-4, #7F52FF) 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-image: var(--btn-bg, url(../images/btn-image.webp));
          mask-image: var(--btn-bg, url(../images/btn-image.webp));
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.builder-btn-width-full .wc-btn-wrapper {
  width: 100%;
}

.builder-btn-width-full a {
  width: 100%;
  justify-content: center;
}

/* Style 5 */
.style5 .wc-btn-primary {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: var(--white);
  background-color: var(--primary);
  padding: 18px 42px;
  border-radius: 5px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.style5 .wc-btn-primary span {
  position: absolute;
  width: 0;
  height: 0;
  background: #121212;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  z-index: -1;
}

.style5 .wc-btn-primary strong {
  width: 50px;
  display: inherit;
  height: 1px;
  background: #fff;
  margin-left: 5px;
  margin-bottom: 5px;
  position: relative;
}

.style5 .wc-btn-primary strong::after {
  position: absolute;
  content: "";
  top: -5px;
  right: 30px;
  border: solid var(--white);
  border-width: 0 1px 1px 0;
  padding: 5px;
  transform: rotate(-45deg);
  transition: all 0.3s;
  opacity: 0;
}

.style5 .wc-btn-primary:hover span {
  width: 500px;
  height: 500px;
}

.style5 .wc-btn-primary:hover strong::after {
  right: 0;
  opacity: 1;
}

.helo--btn {
  gap: 5px;
  display: inline-flex;
  align-items: center;
}

.helo--btn-wrapper svg,
.helo--btn svg {
  width: 1em;
  height: 1em;
}

/* Button One */
.btn-border-divide {
  align-items: flex-end;
  overflow: hidden;
}

.btn-border-divide .text,
.btn-border-divide .icon {
  border-bottom: 1px solid;
}

.btn-border-divide .icon {
  display: inline-flex;
  padding-bottom: 3px;
  position: relative;
}

.btn-border-divide .icon i:first-child,
.btn-border-divide .icon svg:first-child {
  position: absolute;
  transform: translate(-10px, 10px);
  transition: all 0.3s;
  opacity: 0;
}

.btn-border-divide .icon i:last-child,
.btn-border-divide .icon svg:last-child {
  transition: all 0.3s;
  opacity: 1;
}

/* Hover */
.btn-border-divide:hover .icon i:first-child,
.btn-border-divide:hover .icon svg:first-child {
  transform: translate(0, 0);
  opacity: 1;
}

.btn-border-divide:hover .icon i:last-child,
.btn-border-divide:hover .icon svg:last-child {
  transform: translate(10px, -10px);
  opacity: 0;
}

/* Button Flip */
.wc-btn-wrapper {
  display: inline-block;
}

.btn-text-flip svg,
.wc-btn-wrapper svg {
  width: 1em;
  height: 1em;
}

.btn-text-flip {
  perspective: 1000px;
}

.btn-text-flip:hover span {
  transform: rotateX(90deg) translateY(-12px);
}

.btn-text-flip span {
  position: relative;
  display: inline-block;
  padding: 0;
  color: #121212;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}

.btn-text-flip span:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  transition: color 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}

/* Style 4 */
.style4 .wc-btn-primary {
  display: inline-flex;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: var(--white);
  background-color: var(--primary);
  padding: 18px 42px;
  border-radius: 5px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.style4 .wc-btn-primary span {
  position: absolute;
  width: 0;
  height: 0;
  background: #121212;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  z-index: -1;
}

.style4 .wc-btn-primary strong {
  width: 50px;
  display: inherit;
  height: 1px;
  background: #fff;
  margin-left: 5px;
  position: relative;
}

.style4 .wc-btn-primary strong::after {
  position: absolute;
  content: "";
  top: -5px;
  right: 30px;
  border: solid var(--white);
  border-width: 0 1px 1px 0;
  padding: 5px;
  transform: rotate(-45deg);
  transition: all 0.3s;
  opacity: 0;
}

.style4 .wc-btn-primary:hover span {
  width: 500px;
  height: 500px;
}

.style4 .wc-btn-primary:hover strong::after {
  right: 0;
  opacity: 1;
}

.btn-text-flip {
  align-items: center;
}

/* Button 1 and 2 */
.wc-btn-group {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.wc-btn-group .wc-btn-primary {
  padding: 21px 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #0A1A3D;
  text-transform: capitalize;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  gap: 30px;
  white-space: nowrap;
  border-radius: 30px;
  text-decoration: none;
}

.wc-btn-group .wc-btn-play {
  color: #fff;
  fill: #fff;
  border-radius: 50px;
  background-color: #0A1A3D;
  border: 1px solid transparent;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.wc-btn-group > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}

.wc-btn-group:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}

/* Style 1 */
.style5 .wc-btn-group > *:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-right: calc(var(--icon-width, 60px) * -1);
  opacity: 0;
}

.style5 .wc-btn-group > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-left: 0;
  opacity: 1;
}

.style5 .wc-btn-group:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-right: 0;
  opacity: 1;
}

.style5 .wc-btn-group:hover > *:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-left: calc(var(--icon-width, 60px) * -1);
  opacity: 0;
}

/* Style 2 */
.style6 .wc-btn-group > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-right: 0;
  opacity: 1;
}

.style6 .wc-btn-group > *:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-left: calc(var(--icon-width, 60px) * -1);
  opacity: 0;
}

.style6 .wc-btn-group:hover > *:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-right: calc(var(--icon-width, 60px) * -1);
  opacity: 0;
}

.style6 .wc-btn-group:hover > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-left: 0;
  opacity: 1;
}

.btn-hover-divide {
  overflow: hidden;
  position: relative;
  transition: all 1s;
  z-index: 1;
}
.btn-hover-divide::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-divide:hover::after {
  height: 400%;
  opacity: 1;
  background-color: var(--black-2);
}/*# sourceMappingURL=buttonpro.css.map */