@font-face {
  font-family: 'Manrope';
  src: url(../fonts/Manrope-ExtraLight.ttf);
  font-weight: 200;
}

@font-face {
  font-family: 'Manrope';
  src: url(../fonts/Manrope-Light.ttf);
  font-weight: 300;
}

@font-face {
  font-family: 'Manrope';
  src: url(../fonts/Manrope-Regular.ttf);
  font-weight: 400;
}

@font-face {
  font-family: 'Manrope';
  src: url(../fonts/Manrope-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: 'Manrope';
  src: url(../fonts/Manrope-SemiBold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: 'Manrope';
  src: url(../fonts/Manrope-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: 'Manrope';
  src: url(../fonts/Manrope-ExtraBold.ttf);
  font-weight: 800;
}

@font-face {
  font-family: 'Manrope';
  src: url(../fonts/Manrope-Light.ttf);
  font-weight: 300;
}

*{
  font-family: 'Manrope';
}

.nav-link:focus, .nav-link:hover{
  color: #ff7131;
}

.nav-link{
  padding: 10px 15px!important;
}

.nav-link dotlottie-player{
  width: 50px;
  height: auto;
  position: absolute;
  left: -30px;
  top: 4px
}

.nav-link i{
  color: #ff7131;
  margin-right: 4px;
}

.btn-primary{
    background-color: #872b95;
    border: 1px solid #872b95;
}

.btn-primary:hover{
    border: 1px solid #ff7131;
    background-color: #ff7131;
}

.btn-outline-primary{
    color: #872b95;
    border: 1px solid #872b95;
}

.btn-outline-primary:hover{
    background-color: #ff7131;
    border: 1px solid #ff7131;
    color: #fff;
}

.header-hero h1{
    font-size: 40px;
    margin: 0px 0px 32px;
    font-weight: 700;
}

.header-hero h1 span{
    position: relative;
}

.header-hero h1 span::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    top: calc(100% - 8px);
    left: 0px;
    background: url('../images/highlight.svg') center center / contain no-repeat;
}

.header-hero h1 span::after{
  content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: block;
    position: absolute;
    background: #ff7131;
    background: linear-gradient(90deg, rgba(255, 113, 49, 1) 0%, rgba(255, 72, 220, 1) 67%, rgba(255, 113, 49, 1) 100%);
    filter: blur(25px);
    z-index: -1;
}

.heading-title {
    text-align: center;
}

.heading-title dotlottie-player{
    display: inline-block;
    width: 64px;
    height: 48px;
    pointer-events: none;
    position: relative;
    top: 10px;
}

.heading-title h3{
    display: inline;
}

.tool-cards{
  position: relative;
  margin: 15px;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
  overflow: hidden;
  transition: 0.5s;
  box-shadow: #872b951b 0px 2px 3px;
  padding: 18px 36px;
  text-align: center;
  transition: cubic-bezier(0.55, 0.055, 0.675, 0.19) all 250ms;
}

.tool-cards i{
  font-size: 20px;
  margin-right: 10px;
  color: #ff7131;
}

.tool-cards img{
  width: 120px;
  display: inline-block;

}

.tool-cards p{
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}

.tool-cards:hover p{
  color: #ff7131;
}

.tool-cards:hover{
  box-shadow: #872b951b 0px 6px 9px;
}

/* From Uiverse.io by OliverZeros */ 
.button_cus {
  all: unset;
}

.button_cus {
  position: relative;
  display: inline-flex;
  height: 4.5rem;
  align-items: center;
  border-radius: 9999px;
  font-family: Segoe UI;
  font-size: 1.2rem;
  font-weight: 640;
  color: #fafaf6;
  letter-spacing: -0.06em;
  width: 100%;
  justify-content: center;
}

.button-item {
  background-color: transparent;
  color: #fff;
}

.button-item .button-bg {
  border-color: #ff7131;
  background-color: rgb(255, 113, 49);

  
}

.button-inner,
.button-inner-hover,
.button-inner-static {
  pointer-events: none;
  display: block;
}

.button-inner {
  position: relative;
}

.button-inner-hover {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translateY(70%) translateX(-50%);
}

.button-inner-hover i{
  font-size: 50px;
}

.button-bg {
  overflow: hidden;
  border-radius: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 1.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.button-bg,
.button-bg-layer,
.button-bg-layers {
  display: block;
}

.button-bg-layers {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -60%;
  aspect-ratio: 1 / 1;
  width: max(200%, 10rem);
}

.button-bg-layer {
  border-radius: 9999px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
}

.button-bg-layer.-purple {
  --tw-bg-opacity-purple: .5;
  background-color: rgba(255, 113, 49, var(--tw-bg-opacity-purple));
}

.button-bg-layer.-turquoise {
  --tw-bg-opacity-turquoise: .5;
  background-color: rgba(136, 44, 150, var(--tw-bg-opacity-turquoise));
}

.button-bg-layer.-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 44, 150, var(--tw-bg-opacity));
}

.button_cus:hover .button-inner-static {
  opacity: 0;
  transform: translateY(-70%);
  transition:
    transform 1.4s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.3s linear;
}

.button_cus:hover .button-inner-hover {
  opacity: 1;
  transform: translateY(-10px) translateX(-50%);
  transition:
    transform 1.4s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.button_cus:hover .button-bg-layer {
  transition:
    transform 1.3s cubic-bezier(0.19, 1, 0.22, 1),
    opacity 0.3s linear;
}

.button_cus:hover .button-bg-layer-1 {
  transform: scale(1);
}

.button_cus:hover .button-bg-layer-2 {
  transition-delay: 0.1s;
  transform: scale(1);
}

.button_cus:hover .button-bg-layer-3 {
  transition-delay: 0.2s;
  transform: scale(1);
}

.header-tools-title h4{
  margin: 0px;
  font-size: 24px;
  color: #000;
  transition: 0.25s;
  font-weight: 700;
  cursor: pointer;
}

.header-tools-title h4:hover{
  color: #ff7131;
}

.header-tools-title h4 span{
  color: #ff7131;
  margin-right: 5px;
}

.header-tools-title a{
  text-decoration: none;
  font-weight: 600;
  color: #872b95;
}

.tool-card-main{
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: #872b951b 0px 2px 3px;
  margin: 15px 0;
  transition: cubic-bezier(0.19, 1, 0.22, 1) all 250ms;
}

.row .col-md-4:nth-child(odd) .tool-card-main i{
  color: #872b95;
}

.row .col-md-4:nth-child(even) .tool-card-main i {
  color: #ff7131;
}

.tool-card-main:hover{
  box-shadow: #872b951b 0px 6px 9px;
}

.tool-card-main i{
  font-size: 30px;
  color: #ff7131;
  margin-bottom: 30px;
}

.tool-card-main h5{
  font-size: 17px;
  font-weight: 700;
}

.tool-card-main p{
  font-size: 16px;
  color: rgb(99, 99, 136);
  width: 100%;
  line-height: 1.5;
  margin-top: 8px;
}

.tool-card-main a{
  margin-top: 16px;
  font-size: 14px;
  color: #872b95;
  font-weight: 600;
  text-decoration: none;
}

.tool-card-main a:hover{
  text-decoration: underline;
}

.footer-hero h3{
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-hero p{
  margin: 8px 0px;
  font-size: 17px;
  line-height: 1.75;
}

.page-content{
  background-color: #fbe2ff4e;
}

.page-content h1{
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 30px;
}

.page-content ul{
  margin-left: 50px;
}

.page-content ul li{
  padding: 10px 0;
}

.container-custom{
  width: 85%;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.container-custom .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-custom .content .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.container-custom .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.container-custom .left-side .details{
  margin: 14px;
  text-align: center;
}
.container-custom .left-side .details i{
  font-size: 30px;
  color: #ff7131;
  margin-bottom: 10px;
}
.container-custom .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
}
.container-custom .left-side .details .text-one,
.container-custom .left-side .details .text-two{
  font-size: 14px;
  color: #afafb6;
}
.container-custom .right-side{
  width: 75%;
  margin-left: 75px;
}
.container-custom .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #872b95;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #872b95;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #872b95;
}
@media (max-width: 950px) {
  .container-custom{
    width: 90%;
    padding: 30px 40px 40px 35px ;
  }
  .container-custom .content .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  .container-custom{
    margin: 40px 0;
    height: 100%;
  }
  .container-custom .content{
    flex-direction: column-reverse;
  }
 .container-custom .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .container-custom .content .left-side::before{
   display: none;
 }
 .container-custom .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}

.page-hero{
  position: relative;
  background: url('../images/pbn-hero.jpg') center center no-repeat;
  background-size: cover;
  z-index: 1;
  padding: 30px 0;
}

.page-hero::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  z-index: 0;
}

.page-hero::after{
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 180px;
  height: 65px;
  display: block;
  
  background-repeat: no-repeat;
  background-size: contain;
}

.pbn-content{
  position: relative;
  z-index: 9;
}

.pbn-content iframe{
  width: 100%;
  height: 100%;
}

.pbn-content h1{
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #78ba1a;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 0 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}

.pbn-content h1 span{
  color: #fff;
  display: block;
  font-size: 36px;
  font-weight: 900;
}

.pbn-content p{
  color: #fff;
  font-weight: 400;
  text-align: left;
  font-size: 16px;
}

.pbn-content p span{
  font-weight: bold;
}

.pbn-content .free-trial {
  --bg: #78ba1a;
  --hover-bg: #195432;
  --hover-text: #fff;
  color: #fff;
  cursor: pointer;
  border: 1px solid var(--bg);
  border-radius: 4px;
  padding: .6em 2em;
  background: var(--bg);
  transition: 0.2s;
  text-decoration: none;
  font-weight: 800;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-top: 25px;
}

/* .pbn-content .free-trial:hover {
  text-decoration: underline;
}

.pbn-content .free-trial:active {
  transform: translate(0);
  box-shadow: none;
} */

.page-hero small{
  color: #fff;
  font-size: 12px;
  margin: auto;
  display: block;
  text-align: center;
}

/* Button Container */
.whatsapp-button {
  transform-origin: left;
  transform: scale(0.8);
  position: relative;
  display: flex;
  align-items: center;
  background-color: #111;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: fit-content;
  margin-top: 20px;
}

/* Hover Effect */
.whatsapp-button:hover {
  background-color: #1ebe5d;
}

/* WhatsApp Icon */
.whatsapp-button img {
  width: 75px;
  height: 75px;
  margin-right: 10px;
  position: absolute;
  left: -20px;
}

/* Click to Chat Text */
.whatsapp-text {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 10px
}

.whatsapp-text span {
  display: block;
  line-height: 1.2;
}

.whatsapp-text .title {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.whatsapp-text .subtitle {
  font-size: 12px;
  color: #17ff6d; /* Light green */
}

/* Messenger Button Container */
.messenger-button {
  transform: scale(0.8);
  transform-origin: left;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #111;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 25px;
  text-decoration: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: fit-content;
  margin-top: 25px;
}

/* Hover Effect */
.messenger-button:hover {
  background-color: #006fd6;
}

/* Messenger Icon */
.messenger-button img {
  width: 65px;
  height: 65px;
  margin-right: 10px;
  position: absolute;
  left: -20px;
}

/* Click to Chat Text */
.messenger-text {
  display: flex;
  flex-direction: column;
  padding-left: 40px;
  padding-right: 10px
}

.messenger-text span {
  display: block;
  line-height: 1.2;
}

.messenger-text .title {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

.messenger-text .subtitle {
  font-size: 12px;
  color: #cfe5ff; /* Light Blue */
}

.pbn-content .btn-conteiner{
  justify-content: center;
  gap: 0;
}

.floating_btns{
  position: absolute;
  top: 15px;
  right: 65px;
  width: auto;
}

.floating_btns a{
  margin-left: 20px;
  color: #ff7131;
  text-decoration: none;
  font-size: 20px;
}

.floating_btns a:hover{
  color: #872b95;
  text-decoration: underline;
}

.ABN_benefits{
  padding: 60px 0;
}

.ABN_benefits h2{
  text-align: center;
  font-size: 45px;
  font-weight: 700;
}

.ABN_benefits .icon-box{
  margin-bottom: 5px;
}

.ABN_benefits .icon-box.right{
  text-align: right;
}

.ABN_benefits .icon-box.left{
  text-align: left;
}

.ABN_benefits .icon-box.center{
  text-align: center;
}

.ABN_benefits .icon-box.left .icon-box-inner{
  display: flex;
  flex-direction: row-reverse;
}

.ABN_benefits .icon-box.center .icon-box-inner{
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}

.ABN_benefits .icon-box.center .icon-box-inner img{
  width: 50%;
}

.ABN_benefits .icon-box.center .icon-box-inner h3{
  font-size: 35px;
  font-weight: 700;
}

.ABN_benefits .icon-box.center .icon-box-inner p{
  font-size: 18px;
}

.ABN_benefits .icon-box-inner{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
}

.ABN_benefits .icon-box-media img{
  width: 50px;
}

.ABN_benefits .icon-box-content h4{
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.ABN_benefits .icon-box-content p{
  font-size: 14px;
}

.ABN_pricing_table h2{
  text-align: center;
  font-weight: 800;
  font-size: 50px;
}

.ABN_pricing_table p{
  text-align: center;
  font-size: 16px;
}

.pricing_table h5{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.ABN_pricing_table p{
  margin: 0;
}

.table_header{
  padding: 10px 0;
  background-color: #fff;
  border: 4px solid;
  margin: 0 15px;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.pricing_table{
  margin: 30px 0;
  margin-bottom: 50px;
}

.pricing_table strong{
  padding: 20px 5px;
  display: block;
  border-right: 1px solid;
}

.pricing_table p{
  padding: 20px;
}

.features_section h2{
  text-align: center;
  font-weight: 800;
  font-size: 50px;
}

.header_top .col-md-2.gx-0{
  padding: 1rem 0;
}

.icon-square{
  background-color: #ff7131;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.features_section{
  padding-top: 50px;
  margin-bottom: 70px;
}

.content-section{
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-section h3{
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 2.25rem;
}

.content-section p{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.features_section img{
  border: 1px solid #872b95;
  border-radius: 5px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.btn-conteiner {
  display: flex;
  justify-content: center;
  --color-text: #ffffff;
  --color-background: #872b95;
  --color-outline: #c449d7;
  --color-shadow: #00000080;
}

.btn-content {
  display: flex;
  align-items: center;
  padding: 5px 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  color: var(--color-text);
  background: var(--color-background);
  transition: 1s;
  border-radius: 100px;
  box-shadow: 0 0 0.2em 0 var(--color-background);
}

.btn-content:hover, .btn-content:focus {
  transition: 0.5s;
  -webkit-animation: btn-content 1s;
  animation: btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 var(--color-background);
  color: var(--color-text);
}

.btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}

.btn-content:hover .icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}

.icon-arrow {
  width: 20px;
  margin-left: 15px;
  position: relative;
  top: 6%;
}
  
/* SVG */
#arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}

#arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.btn-content:hover #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}

.btn-content:hover #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.btn-content:hover #arrow-icon-two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */
@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: var(--color-background);
  }

  100% {
    fill: white;
  }
}

/* Button animations */
@-webkit-keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

@keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

.layout_expand{
  transition: cubic-bezier(0.215, 0.610, 0.355, 1) all 500ms;
}

@media (max-width: 1200px) {
  .floating_btns{
    right: 0;
  }
}