@font-face {
    font-family: IntroFont;
    font-style: normal;
    font-weight: normal;
    src: url("../font/Intro-Regular-Regular.otf") format("opentype");
      font-display: swap;
}

@font-face {
    font-family: IntroLightFont;
    font-style: normal;
    font-weight: normal;
    src: url("../font/Intro-Book-Regular.otf") format("opentype");
      font-display: swap;
}

@font-face {
    font-family: IntroBookFont;
    font-style: normal;
    font-weight: normal;
    src: url("../font/Intro-Book-Regular.otf") format("opentype");
      font-display: swap;
}

@font-face {
    font-family: IntroBoldFont;
    font-style: normal;
    font-weight: normal;
    src: url("../font/Intro-Bold.otf") format("opentype");
      font-display: swap;
}

.navbar {
    padding: 0 1rem;
}

.jumbotron {
    background-color: transparent !important;
}

.jumbotron .banner-area {
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.banner-area .banner-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    z-index: -1;
}

.banner-area .banner-shape-1 img {
    width: 100%;
}


.footer-banner-area {
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.footer-banner-area .banner-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 53%;
    z-index: -1;
}

.footer-banner-area .banner-shape-2 img {
    width: 100%;
}

.bg-numero-primary {
    background-color: #9D1747
}

.numero-btn-primary {
    background-color: #ffffff
}

.numero-btn-primary:hover {
    color: #ffffff;
    background-color: #9D1747;
    border-color: #9D1747 !important;
}


.numero-btn-second {
    color: #ffffff;
    background-color: #9D1747
}

.numero-text-primary {
    color: #9D1747
}

.radius-1 {
    border-radius: 1rem !important;
}

.radius-1-5 {
    border-radius: 1.5rem !important;
}

.radius-2 {
    border-radius: 2rem !important;
}

/***
SLIDER
 */

.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
    background-color: #9d1747 !important;
''
}


.download {
    width: 200px;
    height: 75px;
    background: #F0F0F0;
    /*float: left;*/
    border-radius: 50px;
    position: relative;
    color: #000;
    cursor: pointer;
    border: 1px solid #fff;
}

.download > img {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.df,
.dfn {
    position: absolute;
    left: 70px;
}

.df {
    top: 20px;
    font-size: .68em;
}

.dfn {
    top: 33px;
    font-size: 1.08em;
}

/*.download:hover {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}*/


.social-icon {
    margin-top: .625em;
    width: 25px;
    height: 25px;
    /* opacity: .6;*/
    filter: alpha(opacity=60); /* For IE8 and earlier */
    /*border-radius: 25px;*/
    margin-left: 2px;
    margin-right: 2px;
}

.social-icon:hover {
    /* -webkit-filter: invert(100%);
     filter: invert(100%);*/
    opacity: .6;
}

.footer-link {
    color: #ffffff;
}

/*.landing-navbar .nav-link {
    color: #ffffff !important;
}*/


.font-intro-regular {
    font-family: "IntroFont", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.font-intro-light {
    font-family: "IntroLightFont", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
!important;
}


.navbar-nav a:hover {
    color: #131313;
}


.navbar-nav .active {
    font-family: "IntroFont", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #ffffff;
}


.font-intro-book {
    font-family: "IntroBookFont", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.font-intro-bold {
    font-family: "IntroBoldFont", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: bolder;
}

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;

}

.font-16 {
    font-size: 16px !important;

}

.font-18 {
    font-size: 18px !important;

}

.font-20 {
    font-size: 20px !important;

}

.font-30 {
    font-size: 30px !important;

}

.font-34 {
    font-size: 34px !important;

}

@media (min-width: 576px) {
    .jumbotron {
        padding: 2rem 3rem;
    }
}


@-webkit-keyframes ImgBounce1 {
    0% {
        -webkit-transform: translateY(0) rotate(1deg);
        -moz-transform: translateY(0) rotate(1deg);
        -ms-transform: translateY(0) rotate(1deg);
        -o-transform: translateY(0) rotate(1deg);
        transform: translateY(0) rotate(1deg);
    }
    100% {
        -webkit-transform: translateY(-20px) rotate(1deg);
        -moz-transform: translateY(-20px) rotate(1deg);
        -ms-transform: translateY(-20px) rotate(1deg);
        -o-transform: translateY(-20px) rotate(1deg);
        transform: translateY(-20px) rotate(1deg);
    }
}

@keyframes ImgBounce {
    0% {
        -webkit-transform: translateY(0) rotate(15deg);
        -moz-transform: translateY(0) rotate(15deg);
        -ms-transform: translateY(0) rotate(15deg);
        -o-transform: translateY(0) rotate(15deg);
        transform: translateY(0) rotate(15deg);
    }
    100% {
        -webkit-transform: translateY(-20px) rotate(15deg);
        -moz-transform: translateY(-20px) rotate(15deg);
        -ms-transform: translateY(-20px) rotate(15deg);
        -o-transform: translateY(-20px) rotate(15deg);
        transform: translateY(-20px) rotate(15deg);
    }
}


@-webkit-keyframes ImgBounce3 {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes ImgBounce {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}


.first-mobile {
    max-width: 480px;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
    -webkit-animation: ImgBounce1 2s ease-in-out infinite alternate;
    -moz-animation: ImgBounce1 2s ease-in-out infinite alternate;
    -o-animation: ImgBounce1 2s ease-in-out infinite alternate;
    animation: ImgBounce1 2s ease-in-out infinite alternate;
}

.second-mobile {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-animation: ImgBounce3 2s ease-in-out infinite alternate;
    -moz-animation: ImgBounce3 2s ease-in-out infinite alternate;
    -o-animation: ImgBounce3 2s ease-in-out infinite alternate;
    animation: ImgBounce3 2s ease-in-out infinite alternate;
}

.news-card {
    background: rgb(2, 158, 216);
    background: linear-gradient(22deg, rgba(2, 158, 216, 1) 0%, rgba(98, 0, 127, 1) 50%, rgba(169, 0, 62, 1) 100%);
    border-top-left-radius: 1.4rem;
    border-top-right-radius: 1.4rem;
}

.news-card img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.news-card:hover img {
    opacity: .5;
}

.counter-div {
    height: 190px;
    width: 190px;
    background: rgb(2, 158, 216);
    background: linear-gradient(52deg, rgba(2, 158, 216, 1) 0%, rgba(98, 0, 127, 1) 50%, rgba(169, 0, 62, 1) 100%);
    border: 5px solid #ffffff;
    transition: 0.3s;
}


.counter-div:hover {
    background: rgb(169, 0, 62);
    background: linear-gradient(52deg, rgba(169, 0, 62, 1) 0%, rgba(98, 0, 127, 1) 50%, rgba(2, 158, 216, 1) 100%);
}


#floatingBtn1 {
    position: fixed;
    top: 150px;
    left: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent !important;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#floatingBtn2 {
    position: fixed;
    top: 220px;
    left: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent !important;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}


/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .banner-area .banner-shape-1 {
        width: 75%;
    }

    .navbar-nav a {
        color: #a3a4a6 !important;
    }

    .navbar-nav a:active {
        color: #000000 !important;
    }

    .first-mobile {
        max-width: 300px;
    }

    #floatingBtn1 {
        left: 5px;
    }

    #floatingBtn2 {
        left: 5px;
    }

    .mob-slider {
        width: 328px !important;
    }

    .support-avatar {
        top: 0;
        left: 38%;
        margin-top: -40px !important;
        margin-bottom: 15px !important;
    }

    .support-card {
        margin-top: 25px !important;
    }

    .card-ms {
        margin-inline-start: 1px;
    }

    .price-card {
        background-position: initial;
        background-image: none;
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .banner-area .banner-shape-1 {
        width: 75%;
    }

    .navbar-nav a {
        color: #a3a4a6 !important;
    }

    .navbar-nav a:active {
        color: #000000 !important;
    }

    .first-mobile {
        max-width: 300px;

    }

    #floatingBtn1 {
        left: 5px;
    }

    #floatingBtn2 {
        left: 5px;
    }

    .mob-slider {
        width: 328px !important;
    }

    .support-avatar {
        top: 0;
        left: 40%;
        margin-top: -40px !important;
        margin-bottom: 15px !important;
    }

    .support-card {
        margin-top: 25px !important;
    }

    .card-ms {
        margin-inline-start: 85px;
    }

    .price-card {
        background-position: initial;
        background-image: url('../img/bg/bg-card.png');
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .banner-area .banner-shape-1 {
        width: 75%;
    }

    .navbar-nav a {
        color: #a3a4a6 !important;
    }

    .navbar-nav a:active {
        color: #000000 !important;
    }

    .first-mobile {
        max-width: 300px;
    }

    #floatingBtn1 {
        left: 5px;
    }

    #floatingBtn2 {
        left: 5px;
    }

    .mob-slider {
        width: 688px !important;
    }

    .support-avatar {
        top: 0;
        left: 45%;
        margin-top: -40px !important;
        margin-bottom: 15px !important;
    }

    .support-card {
        margin-top: 25px !important;
    }

    .card-ms {
        margin-inline-start: 85px;
    }

    .price-card {
        background-position: initial;
        background-image: url('../img/bg/bg-card.png');
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .mob-slider {
        width: 688px !important;
    }

    .support-avatar {
        top: 0;
        left: 43%;
        margin-top: -40px !important;
        margin-bottom: 15px !important;
    }

    .card-ms {
        margin-inline-start: 85px;
    }

    .price-card {
        background-position: initial;
        background-image: url('../img/bg/bg-card.png');
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .mob-slider {
        width: 688px !important;
    }

    .support-avatar {
        top: 0;
        left: 43%;
        margin-top: -40px !important;
        margin-bottom: 15px !important;
    }

    .card-ms {
        margin-inline-start: 85px;
    }

    .price-card {
        background-position: initial;
        background-image: url('../img/bg/bg-card.png');
    }
}


.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #9D1747;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}


.read-more-cls {
    /*color: #a3a4a6 !important*/
    color: #666666 !important
}

.read-more-cls:hover {
    color: #9D1747 !important
}


.card-bg {
    background: #f7f7f7 !important;
    border-color: transparent;
}

.card-text {
    color: #666666 !important;
}

.py-4-half {
    padding-top: 2.5rem !important;
}


.ui-window-numero {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ui-window-numero:before {
}

.ui-window-numero .window-content {
    width: 100%
}

.ui-window-numero .window-content img {
    display: block;
    width: 100%
}


.ui-window-numero:after, .ui-window-numero .window-content:before, .ui-window-numero .window-content:after {
    top: 6px;
    z-index: 4;
    width: 11px;
    height: 11px;
    border-radius: 50%
}

.ui-window-numero:after {
    left: 10px;
    background: #ccc
}

.ui-window-numero .window-content:before {
    left: 26px;
    background: #ccc
}

.ui-window-numero .window-content:after {
    left: 43px;
    background: #ccc
}


.numero-btn-light {
    border-color: rgba(0, 0, 0, 0);
    background: #F0F0F0;
    color: #0a0b0d
}

.numero-btn-light:hover {
    border-color: rgba(0, 0, 0, 0);
    background: #d4d4d4;
    color: #0a0b0d
}

.numero-btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 2px rgba(24, 28, 33, 0.027)
}

.numero-btn-light.disabled, .numero-btn-light:disabled {
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(24, 28, 33, 0.06) !important;
    box-shadow: none !important;
    color: #0a0b0d !important
}

.numero-btn-light .badge {
    background: #0a0b0d;
    color: #fff
}

.numero-btn-light:active, .numero-btn-light.active, .show > .numero-btn-light.dropdown-toggle {
    border-color: rgba(0, 0, 0, 0);
    background: rgba(24, 28, 33, 0.19);
    box-shadow: none
}

.btn-group .numero-btn-light, .input-group-prepend .numero-btn-light, .input-group-append .numero-btn-light {
    border-right: 1px solid rgba(24, 28, 33, 0.19);
    border-left: 1px solid rgba(24, 28, 33, 0.19)
}


.bg-numero-gradient {
    background: rgb(2, 158, 216);
    background: linear-gradient(22deg, rgba(2, 158, 216, 1) 0%, rgba(98, 0, 127, 1) 50%, rgba(169, 0, 62, 1) 100%);
}


.list-group-item {
    padding: 0;
}

.list-group-item .icon {
    width: 20px;
    height: 20px;
    margin-inline-end: 4px;
}

.list-group-item p {
    font-family: "IntroLightFont", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}


.faq-item {
    border: 2px solid rgba(24, 28, 33, 0.06);
}


#faq-left-nav .nav-item a {
    border: 0;
}

#faq-left-nav .nav-item a:hover {
    color: #9D1747;
    border-left: 5px solid #9D1747;
    transition: 0.3s;
}

#faq-left-nav .nav-item a.active {
    color: #9D1747;
    border-left: 5px solid #9D1747;
}


#faq-left-nav .nav-item a:hover img {
    opacity: 1;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

#faq-left-nav .nav-item a.active img {
    opacity: 1;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

#faq-left-nav .nav-item img {
    opacity: 0.4;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
