.btn-border {
    border: 1px solid rgba(33, 49, 62, 1);
}

.text-home {
    color: rgba(0, 0, 0, 1);
}

.bg-home {
    background: linear-gradient(358.47deg, rgba(255, 255, 255, 0.5) 22.36%, rgba(49, 70, 88, 0.5) 208.35%);
    position: relative;
}

.text-header {
    color: rgba(33, 49, 62, 1);
}

.ellipse-pic {
    position: absolute;
    top: 0;
    left: 0;
}

.background-main {
    z-index: 0;
}

.header-home-content {
    z-index: 1;
}

.header-home-content p {
    line-height: 30px;
}

.main-section {
    background-image: url(../images/image-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.home-btn {
    background-color: rgba(33, 49, 62, 1);
    color: rgba(255, 255, 255, 1);
    /* text-decoration: underline; */
}

.home-header-img {
    margin-left: 45px;
}

.arrow-pic {
    position: absolute;
    bottom: 0.5rem;
    right: 11rem;
}

.padding-lf {
    padding-left: 130px;
    padding-right: 130px;
}

.margin-left {
    margin-left: 380px;
}

.line-height {
    line-height: 30px;
}

.line-h-18 {
    line-height: 18px;
}

.arrow-img {
    position: absolute;
    top: -80px;
    left: 50%;
}

.workflow-img {
    height: 500.67px;
    margin-left: 8rem;
}

.icon-round {
    height: 70px;
    width: 70px;
    background-color: rgba(221, 229, 255, 1);
    border-radius: 50%;
}

.border-round-content {
    height: 345px;
    width: 756px;
    background-color: transparent;
    background-image: repeating-linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1) 23.49px, transparent 29px, transparent 53.3px, rgba(0, 0, 0, 1) 59px), repeating-linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1) 23.49px, transparent 29px, transparent 53.3px, rgba(0, 0, 0, 1) 59px), repeating-linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1) 23.49px, transparent 29px, transparent 53.3px, rgba(0, 0, 0, 1) 59px), repeating-linear-gradient(270deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1) 23.49px, transparent 29px, transparent 53.3px, rgba(0, 0, 0, 1) 59px);
    background-size: 1px calc(100% + 59px), calc(100% + 59px) 1px, 1px calc(100% + 59px), calc(100% + 59px) 1px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    animation: borderAnimation 1s infinite linear;
    position: absolute;
    top: 8rem;
    left: -5rem;
    z-index: 1;
    border-radius: 5px;
}

@keyframes borderAnimation {
    from {
        background-position: 0 0, -59px 0, 100% -59px, 0 100%;
    }

    to {
        background-position: 0 -59px, 0 0, 100% 0, -59px 100%;
    }
}

.count-number {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 1);
    line-height: 91.99px;
}

.round {
    position: relative;
    height: 169px;
    width: 169px;
    border-radius: 50%;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}

.round.active {
    background-color: rgba(52, 97, 119, 1);
}

.progress-filled,
.progress-unfilled,
.progress-filled1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
}

.progress-filled {
    background-color: transparent;
    border: 8px solid transparent;
    border-right-color: rgba(38, 50, 56, 1);
    transform: rotate(120deg);
    top: 3px;
    z-index: 99;
    left: -3px;
    transition: transform 0.5s;

}

.progress-filled.active {
    transform: rotate(222deg);
    top: -3px;
    left: -3px;
}

.progress-filled1 {
    background-color: transparent;
    border: 8px solid transparent;
    border-right-color: rgba(38, 50, 56, 1);
    transform: rotate(-45deg);
    top: -2px;
    z-index: 99;
    left: 2px;
    transition: transform 0.5s;
}

.progress-filled1.active {
    transform: rotate(48deg);
    top: 3px;
}

.progress-unfilled {
    background-color: transparent;
    border: 2px solid rgba(38, 50, 56, 1);
    transform: rotate(90deg);
}

.features-content {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.box1 {
    height: auto;

    border: 1px dashed rgba(38, 50, 56, 1);
    position: absolute;
    top: 0;
    left: 19rem;
    border-radius: 10px;
    padding: 8px 15px;
    z-index: 999;
    background-color: white;
    display: none;
}

.box2 {
    height: auto;
    border: 1px dashed rgba(38, 50, 56, 1);
    position: absolute;
    top: 0;
    left: 32rem;
    border-radius: 10px;
    padding: 8px 15px;
    z-index: 999;
    background-color: white;
    display: none;
}

.box3 {
    height: auto;
    border: 1px dashed rgba(38, 50, 56, 1);
    position: absolute;
    top: 0;
    left: 45rem;
    border-radius: 10px;
    padding: 8px 5px;
    padding-left: 8px !important;
    z-index: 999;
    background-color: white;
    display: none;
}

.box4 {
    height: auto;
    border: 1px dashed rgba(38, 50, 56, 1);
    position: absolute;
    top: 0;
    left: 58rem;
    border-radius: 10px;
    padding: 8px 15px;
    z-index: 999;
    background-color: white;
    display: none;
}

.box5 {
    height: auto;
    border: 1px dashed rgba(38, 50, 56, 1);
    position: absolute;
    top: 0;
    left: 71rem;
    border-radius: 10px;
    padding: 8px 5px;
    padding-left: 8px !important;
    z-index: 999;
    background-color: white;
    display: none;
}

.box6 {
    height: auto;
    border: 1px dashed rgba(38, 50, 56, 1);
    position: absolute;
    top: 0;
    left: 55rem;
    border-radius: 10px;
    padding: 8px 15px;
    z-index: 999;
    background-color: white;
    display: none;
}

.box7 {
    height: auto;
    border: 1px dashed rgba(38, 50, 56, 1);
    position: absolute;
    top: 0;
    right: 20rem;
    border-radius: 10px;
    padding: 20px 0px;
    padding-left: 15px !important;
    z-index: 999;
    background-color: white;
    display: none;
}

.arrow-icon {
    position: absolute;
    top: -3rem;
    right: 21rem;
}

.couter-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 470px;
    width: 350px;
    border: 10px solid rgba(33, 49, 62, 1);
    z-index: -1;
}

.counter-text {
    z-index: 1;
    background-color: white;
}

.background-vector-img {
    position: absolute;
    top: 10rem;
    left: -12px;
}

.sharelyze-box {
    position: absolute;
    top: -40px;
    right: -20px;
    height: 550px;
    width: 350px;
    border: 10px solid rgba(33, 49, 62, 1);
}

.with-shadow {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.integration-content {
    background-color: rgba(248, 248, 248, 1);
}

.footer-image-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-image-1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer {
    z-index: 999;
}

.mt-100 {
    margin-top: 100px;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pt-150 {
    padding-top: 130px !important;
}

.footer-icon-color {
    color: rgba(38, 50, 56, 1);
}

.footer a:hover {
    color: rgba(38, 50, 56, 1);
}

.login-link {
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
}

.login-link:hover {
    color: rgba(33, 49, 62, 1);

}

.footer-section {
    margin-top: 3rem;
}

.centered {
    position: absolute;
    top: 55%;
    padding: 0 6%;
}

.font-18 {
    font-size: 18px;
}

.feature-bg {
    background-color: rgba(241, 241, 241, 1);
}

.flip-card {
    background-color: transparent;
    /* width: 300px; */
    height: 300px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 17rem;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 17rem;
    /* height: 100%; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

.flip-card-inner .card-link {
    height: 3rem;
    justify-content: center;
    align-items: center;
    display: flex;
}


.filtering .flip-card-inner .flip-content {
    height: 6rem;


}

.flip-card-inner .flip-card-front {
    background-color: rgba(33, 49, 62, 1);
    color: white;
}

.flip-card-back {
    background-color: rgba(33, 49, 62, 1);
    color: white;
    transform: rotateY(180deg);
}

.flip-card-front .fa-arrow-right {
    transform: rotate(-45deg);
}

.flip-card-back .fa-arrow-right {
    transform: rotate(0);
}

.flip-card-back p {
    line-height: 20px;
}

.flip-card-front .card-title {
    height: 4rem;

}

#pricingModal .table tr th:nth-child(3), #pricingModal .table tr td:nth-child(3){
    background-color: #f3f0f0;
}
.logo-font{
 font-size: 6rem;
}
.navbar-toggler {
    display: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.logo-font {
    font-size: 6rem;
}