@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital, wght@0, 400;0, 700;1, 400;1, 700 &family=Nunito+Sans:ital, opsz, wght@0, 6..12, 200;0, 6..12, 400;0, 6..12, 500;0, 6..12, 600;0, 6..12, 700;0, 6..12, 800;0, 6..12, 900;0, 6..12, 1000;1, 6..12, 200;1, 6..12, 300;1, 6..12, 400;1, 6..12, 600;1, 6..12, 800;1, 6..12, 900;1, 6..12, 1000&display=swap');
/* 
font-family: 'Amaranth', sans-serif;
 */:root
{
    --text-primary: #111d32;
}

.banner-top {

    background-image: linear-gradient(to bottom, #111d32d9, #111d32), url('./../images/soccer_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 753px;
    background-position: center;
}
.banner-pricing {
    background-image: linear-gradient(to bottom, #111d32d9, #111d32), url('./../images/soccer_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-pricing-combo {
    background-image: linear-gradient(to bottom, #111d32d9, #111d32), url('./../images/illustration.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.combo-img {
    max-width: 220px
}


/* NEWS BLOG */
.news-image > img {
    height: 235px;
}
.news-image > .post-date {
    display: inline-block;
    background: #c40c49;
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    bottom: 48px;
    left: 33px;
    color: white;
    padding: 6px;
    line-height: 19px;
    font-family: fantasy;
    font-weight: 600;
    border: 2px solid white;
    z-index: 3;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


.news-text.px-2 {
    padding-top: 37px;
    padding-bottom: 9px;
    padding-left: 33px !important;
}

.no-underline {
    text-decoration: none;
}
.overlay-combo {


    /* background-color: var(--text-primary); */
    background-image: url('./../images/combo.png');
    background-repeat: no-repeat;
    /* background-position: top 260px right 10px,top 200px right 0; */
    position: relative;
    background-size: auto;
    height: 100%;
}
.logo-main {
    width: 200px;
}
.nav-item .nav-link {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;

}

.card-announcement {
    background-color: #ffff;
}
.navbar-nav .nav-item {

    margin-left: 41px;
}
a.nav-link {
    color: #fbe3e3;

}
.nav-item.active .nav-link,
.nav-item .nav-link:hover {
    color: #fbe3e3;


}

.first-banner-text {
    background-image: linear-gradient(to right, #CD2653, gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-top: 9px; /* Set the text color to transparent */
}

.first-reverse-text {
    background-image: linear-gradient(to left, #CD2653, gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-top: 9px; /* Set the text color to transparent */
}

.second-banner-text,
.third-banner-text {
    color: white;

}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Amaranth', sans-serif;
}
.second-banner-text {
    font-weight: 600;
    font-size: 44px;
}

.offer.offer-radius.offer-success {
    text-align: center;
    background-image: linear-gradient(to right, #ffffff, white);
    padding: 26px 9px;
    text-align: white;
    color: var(--text-primary);
    display: flex;
    margin-bottom: 15px;
    text-decoration: none !important;
    border-radius: 7px;
    border: 2px solid #EF306B;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
}


.offer.offer-radius.offer-success:hover {
    text-align: center;
    background-image: linear-gradient(to left, #CD2653, gold);
    /* padding: 33px 9px; */
    text-align: white;
    color: white;
    margin-bottom: 15px;
    text-decoration: none !important;
    transition: cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transition: cubic-bezier(0.47, 0, 0.745, 0.715);
    -moz-transition: cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: cubic-bezier(0.47, 0, 0.745, 0.715);
}

@media(max-width: 978px) {
    .nopaddingsmall {
        padding: 0 !important;
    }

    .myTableSmall {
        font-size: 13px !important;
    }

    .newEmbed {
        height: 380px !important;
    }

    .hideSM {
        display: none;
    }

    .hideLG {
        display: block !important;
    }
}

.hideLG {
    display: none
}
.register-btn {
    ;
    /* background-image: linear-gradient(to left, #CD2653, gold); */
}


.register-btn:hover {
    background: linear-gradient(to right, #CD2653, gold);
    transition: 3s all ease-in-out;
    -webkit-transition: 3s all ease-in-out;
    -moz-transition: 3s all ease-in-out;
    -ms-transition: 3s all ease-in-out;
    -o-transition: 3s all ease-in-out;
}
.bg-dark-light {
    background-color: #dbdbdb29;
}
.bg-primary {
    background-color: var(--text-primary);
}
.btn-primary-linear {
    background: linear-gradient(56deg, #CD2653, var(--text-primary));
}


.investment-bar {
    box-shadow: -1px 12px 7px 4px #8b8b8b94;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    font-size: bolder;
    background-color: var(--text-primary);
    font-weight: bolder;
}

.nav-pills .nav-link {
    border-radius: 73px;
    border-bottom-right-radius: 1px;
    border-top-left-radius: 1px;
}


.nav-pills .nav-link {
    border-radius: 0.25rem;
    color: var(--text-primary);
    font-weight: 900;
    border: 1px solid var(--text-primary);
    /*margin: -20px;
    */
    border-radius: 5px;

}
@media(min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
    }
}

.strabar-1,
.strabar-2,
.strabar-3 {
    width: 29px;
    height: 2px;
    display: block;
    background: white;
    /* padding-bottom: 3px; */
    margin-bottom: 7px;
}

.btn-green {
    border: 1px solid transparent;
    color: white;
    background-image: linear-gradient(97deg, #CD2653,#CD2653,#CD2653, gold);
    padding: 0 4px;
    font-size: 15px;

}
.btn-telegram {
    /* .btn-green { */
    border: 1px solid transparent;
    color: white;
    background-image: linear-gradient(97deg, #498cc5,#268fcd,#268fcd, #268fcd);
    padding: 0 4px;
    font-size: 15px;

}

.blinking-text {
    animation: blink-animation 1.5s infinite;
}

@keyframes blink-animation {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.blink_me2 {
    animation: blink-me2 1.5s infinite;

}

@keyframes blink-me2 {
    5% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.blink_me3 {
    animation: blink-me3 1.8s infinite;

}

@keyframes blink-me3 {
    2% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.table > thead > * > * {
    padding: 0.5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    /* background-color: var(--bs-table-bg); */
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    background-image: linear-gradient(to right, #CD2653, gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: white;
    margin-top: 9px;
}

body {
    color: var(--text-primary);
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 96%;
}
.fixed-top-bg {
    background-image: linear-gradient(to bottom, #111d32d9, #111d32d9), url('./../images/soccer_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid gray;
    opacity: .25;
}

.fixed-top {

    box-shadow: 3px 3px 2px 0 #a3a0a038;
}
@media(max-width:600px) {
    .news-text.px-2 {
        padding-top: 4px;
        padding-bottom: 1px;
        padding-left: 9px !important;
    }

    .offer.offer-radius.offer-success {
        padding: 13px 9px 4px;
        margin-bottom: 13px;
        min-height: 66px;
    }

    .lead {
        font-size: 1.2rem;
        font-weight: 300;
        font-size: 17px;
        line-height: 17px;
        font-weight: 500;
    }

    .smalltext {
        font-size: 13px;
    }

    .banner-top {
        height: 100%;
        padding-top: 59px;
    }

    .second-banner-text {
        font-weight: 600;
        font-size: 24px;
    }

    .third-banner-text {
        font-size: 13px;
    }

    .logo-main {
        width: 145px;
    }

    .fixed-top {
        background-image: linear-gradient(to bottom, #111d32d9, #111d32d9), url('./../images/soccer_bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;

    }

    .navbar-nav .nav-item {
        margin-left: 1px;
        margin-bottom: 2px;
        background: #80808040;
        padding: 2px 10px;
    }
}

.bg-white {
    background-color: white;
}

.bg-black {
    background-color: black;
}

li > a > i.fa.fa-angle-right.pull-right {
    display: none;
}

.useful-links ul li {
    position: relative;
}

.useful-links ul li a {
    display: inline-block;
    font-size: 15px;
    color: #ccc;
    padding: 7px 0 7px 20px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

.useful-links ul li a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    background: #ee5253;
    border-radius: 50%;
}

.text-linear,
.footer-title h4 {
    background-image: linear-gradient(to right, #CD2653, gold);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 700;
}

.footer-text p {
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
}


.active > .page-link,
.page-link.active,
.gradient-button {
    background-image: linear-gradient(to left, #CD2653, gold);
    /* background-image: linear-gradient(45deg, #ff9a9e, #fad0c4, #fad0c4, #ff9a9e); */
    animation: gradientAnimation 3s linear infinite;

}
.active > .page-link,
.page-link.active {

    border-color: #0d6efd00;
}


.page-link {

    color: #8b5e0b;
}
@keyframes gradientAnimation {
    0,
    100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.login-img {
    filter: blur(0.6px);
    /* -webkit-filter: brightness(40); */
    filter: brightness(0.5);
}


.item {
    background: #1b2e50;
    padding: 11px;
    font-size: 13px;
    border-radius: 14px;
    box-shadow: 2px 5px 20px 0 #80808057;
}
a.btn.btn-block.btn-primary.hover_btn {
    width: 100%;
    margin-top: 19px;
    background: 0;
    border: 1px solid #817f79;
}

.panel-body {
    background: #80808040;
    padding: 8px 3px;
    margin-top: 14px;
    /* font-size: 13px!important; */
    margin-bottom: 12px;
    border-radius: 5px;
}
.text-green-light {
    color: greenyellow;
}
.view-tips-btn > li {
    background-color: #e3e6e9;
}
.view-tips-btn > li {
    background-color: #e3e6e9;
    padding: 5px;
    color: white;
    list-style: none;
    border-radius: 4px;
}

.view-tips-btn > li > a {
    color: white;
}

.blink_text {
    animation: blink 2s infinite;
}

@keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

a.nav-link.text-danger {
    border: 1px solid;
    border-radius: 6px;
}
.panel-body-gray {
    background-color: rgb(231, 231, 231);
}

@media(max-width:1000px) {
    .banner-top {

        height: fit-content;
    }

}

a {

    word-break: break-all;

}
