.bg-gradient-fz {
    background-image: linear-gradient(310deg, #ff84001b, #00649617);
}

.card-background-mask-fz {
    background-image: linear-gradient(310deg, #006496c0, #089ee9b7) !important;
}

.card-background-mask-fz::after {
    background-image: linear-gradient(310deg, #006496c0, #089ee9b7) !important;

    opacity: .85;
}
.bg-gradient-faded-color1{
  background-image: linear-gradient(310deg, #7928ca, #ff0080)
}

.change {
    display: inline-block;
}

.change::after {
    content: "85";
    animation: change 4s linear infinite;
    -webkit-animation: change 4s linear infinite;
    -moz-animation: change 4s linear infinite;
    -o-animation: change 4s linear infinite;
}


.text-gradient.text-primary {
    background-image: linear-gradient(310deg, #7928ca, #ff0080)
}
.min-vh-70{
  min-height: 70vh;
}


@-webkit-keyframes change {
    0% {
        -webkit-content: "85";
    }

    25% {
        -webkit-content: "87";
    }

    50% {
        -webkit-content: "89";
    }

    75% {
        -webkit-content: "97";
    }

    100% {
        -webkit-content: "85";
    }
}

@keyframes change {
    0% {
        content: "85";
    }

    25% {
        content: "87";
    }

    50% {
        content: "89";
    }

    75% {
        content: "97";
    }

    100% {
        content: "85";
    }
}

@-moz-keyframes change {
    0% {
        -moz-content: "85";
    }

    25% {
        -moz-content: "87";
    }

    50% {
        -moz-content: "89";
    }

    75% {
        -moz-content: "97";
    }

    100% {
        -moz-content: "85";
    }
}
@-o-keyframes change {
    0% {
        -o-content: "85";
    }

    25% {
        -o-content: "87";
    }

    50% {
        -o-content: "89";
    }

    75% {
        -o-content: "97";
    }

    100% {
        -o-content: "85";
    }
}
#change-visa {
    display: inline-block;
}
#change-visa::after {
    content: "2";
    animation: change-visa 2s linear infinite;
    -webkit-animation: change-visa 2s linear infinite;
    -moz-animation: change-visa 2s linear infinite;
    -o-animation: change-visa 2s linear infinite;
}
.sup-charter{
    position: relative;
    margin: 100px 0px 0px -25px;
    /* top:0; */
}
.sup{
    position: relative;
    margin: -10px 0px 0px -25px;
    /* top:0; */
}

@-webkit-keyframes change-visa {
    0% {
        -webkit-content: "2";
    }

    50% {
        -webkit-content: "3";
    }

    100% {
        -webkit-content: "2";
    }
}

@keyframes change-visa {
    0% {
        content: "2";
    }

    50% {
        content: "3";
    }

    100% {
        content: "2";
    }
}

@-moz-keyframes change-visa {
    0% {
        -moz-content: "2";
    }

    50% {
        -moz-content: "3";
    }

    100% {
        -moz-content: "2";
    }
}

@-o-keyframes change-visa {
    0% {
        -o-content: "2";
    }

    50% {
        -o-content: "3";
    }

    100% {
        -o-content: "2";
    }
}
