@font-face {
    font-family: montserrot-bold;
    src: url(../assets/fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: montserrot-reguler;
    src: url(../assets/fonts/Montserrat-Light.ttf);
}

@font-face {
    font-family: poppin-reguler;
    src: url(/draws/assets/fonts//Poppins-Regular.ttf);
}

@font-face {
    font-family: poppin-bold;
    src: url(/draws/assets/fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: alexendria-bold;
    src: url(/draws/assets/fonts/Alexandria-Bold.ttf);
}

@font-face {
    font-family: alexendria-extrabold;
    src: url(/draws/assets/fonts/Alexandria-ExtraBold.ttf);
}

/*body {
    background: url('../images/brand-img.png');*/
  /*   height: 100vh;
  width: 100%; */
    /*background-repeat: no-repeat;
    background-size: cover;
    font-family: poppin-reguler;
}*/

.counter {
    color: black;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.time_back {
    background: #7fa857;
    width: 70px;
    height: 80px;
    padding: 5px;
    border-radius: 10px;
    color: white;
    font-family: poppin-bold;
    font-size: 25px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid white;
    box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -webkit-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
}

.time_dots {
    font-size: 40px;
    color: black;
    font-weight: bold;
    margin: 0 10px
}

.card {
    border: 0 !important;
}

.card_with_left_img {
    flex-direction: row;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.your_bonus {
    margin: 1rem;
    color: #7fa857;
    font-family: poppin-bold;
}

    .your_bonus p {
        font-size: 20px;
    }

    .your_bonus span,
    .btn-red {
        background: #ff405b;
        padding: 2px 25px;
        color: white;
        border-radius: 15px;
        margin-left: 15px;
    }

.image_with_description .card,
.card-horizontal {
    overflow: hidden;
    border: 6px solid #a4c482 !important;
    border-radius: 15px;
    box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -webkit-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0);
}

.custom_card_img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.card-horizontal .img-square-wrapper img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.card-title {
    display: flex;
    align-items: flex-end;
}

    .card-title span:nth-child(2) {
        margin-left: 10px;
        font-family: poppin-bold;
        color: #7fa857;
        font-size: 16px;
    }

.card-text {
    font-size: 14px;
    color: #c2c2c2;
}

/*.getPrice {
    cursor: pointer !important;
    background: #ffcc21;
    padding: 2px 15px;
    border-radius: 20px;
    color: black;
    font-family: poppin-bold;
    text-transform: uppercase;
    text-decoration: none !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
}

    .getPrice img {
        margin-left: 10px;
    }*/
.badges_text .badge {
    font-size: 18px;
}

.lucky_draw {
    border: 6px solid #a4c482;
    border-radius: 15px;
    box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -webkit-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    margin-top: 1rem;
    background: #fff;
    text-align: center;
    padding: 1rem;
}

    .lucky_draw img {
        border-radius: 15px;
    }

.main_draw {
    border: 6px solid #a4c482;
    border-radius: 15px;
    box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -webkit-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    margin-top: 1.5rem !important;
    background: #fff;
    text-align: center;
    padding: 0.75rem;
}

    .main_draw img {
        border-radius: 15px;
    }


.badges_text {
    display: flex;
    justify-content: space-between;
    background-color: white;
    margin: 15px 0;
    border-radius: 15px !important;
    box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -webkit-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
}

    .badges_text input {
        outline: none;
        border: none;
        color: #7fa857;
        font-family: poppin-bold;
        font-size: 18px;
    }

    .badges_text span:nth-child(1) {
        color: #7fa857;
        font-family: poppin-bold;
        font-size: 19px;
    }

    .badges_text span.amount {
        background: #ff405b;
        padding: 2px 30px;
        border-radius: 20px;
        color: white;
        font-family: poppin-bold;
        text-transform: uppercase;
    }

.winner-section {
    display: flex;
    justify-content: center;
    align-content: center;
}

    .winner-section .winner {
        width: 50%;
    }

.list-group-item span.winning-street {
    font-size: 26px;
    text-align: center;
    width: 100%;
    display: block;
}

.reviewers {
    margin-top: .25rem;
    margin-right: 2rem;
    align-content: center;
    display: flex;
}

    .reviewers .number {
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 50%;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        background: #a4c482;
        color: #fff;
    }

    .reviewers-n ul,
    .reviewers ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-content: center;
        flex-direction: column;
    }

        .reviewers-n ul li,
        .reviewers ul li {
            color: #7fa857;
            line-height: 25px;
            font-weight: 700;
            margin-bottom: 5px;
        }

            .reviewers-n ul li span,
            .reviewers ul li span {
                min-width: 33px;
                height: 33px;
                vertical-align: middle;
                line-height: 25px;
                text-align: center;
            }

@media (max-width: 1024px) {
    .winner-section {
        display: block;
    }

        .winner-section .winner, .winner-section .reviewers {
            width: 100%;
            text-align: center;
            display: block;
        }
}

.ads {
    background: #a4c482;
    height: 400px;
    width: 100%;
    border-radius: 20px;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 50px;
    font-family: poppin-bold;
    border: 6px solid white;
    border-top-width: 6px !important;
    box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -webkit-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0);
}

.clock_digi {
    font-size: 10px !important;
}

.main_counter {
    /*height: 12.5%;*/
    padding: 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .main_counter .next_free_draw {
        color: red;
        font-family: poppin-bold;
    }

.refer_frnd a {
    background: #7fa857;
    color: white;
    padding: 7px 15px;
    font-family: poppin-bold;
    border-radius: 15px;
    text-decoration: none !important;
    font-size: 14px;
}

.main_footer {
    /*background: #a4c482;*/
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

body {
    padding-bottom: 150px;
}

.main_footer ul {
    margin: 0;
}

    .main_footer ul li {
        background: white;
        padding: 5px;
        width: 80px;
        height: 80px;
        margin: 10px 00px;
        border-radius: 15px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        flex-direction: row !important;
    }

        .main_footer ul li a {
            color: #7fa857;
            text-decoration: none;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 80px;
            height: 70px;
        }

.active_draw {
    background: #e4e4e4;
    /* padding: 20px; */
    border-radius: 15px;
}

.main_footer ul li a span:nth-child(1) {
    font-size: 13px;
    font-family: poppin-bold;
}

.main_footer ul li a span:nth-child(2) {
    font-size: 18px;
    font-family: poppin-bold;
}


.username span:nth-child(1) {
    color: #7fa857;
    font-family: poppin-bold;
    font-size: 13px !important;
}

.username span:nth-child(2) img {
    width: 30px;
    height: 30px;
}

.winners {
    border-radius: 0 !important;
    border: 6px solid #a4c482;
    padding: 8px;
    border-radius: 20px !important;
}

.winners-reviewers {
    border-radius: 0 !important;
    border: 6px solid #a4c482;
    padding: 8px;
    border-radius: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.winners ul {
    border-radius: 0 !important;
}

.img-square-wrapper {
    width: 50%;
    height: 206px !important;
}

    .img-square-wrapper img {
        width: 100%;
    }

.background__img {
    background: url("assets/landscape_card.jpg");
    background-size: cover;
    height: 206px;
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.card-horizontal .card-body {
    width: 50%;
    padding: 10px 28px !important;
}

.about,
.about_time {
    color: #7fa857;
    font-family: poppin-bold;
}

.about_text {
    color: #c2c2c2;
    font-size: 14px;
}

.about_secnd_text {
    color: #7fa857;
    font-family: poppin-bold;
    font-size: 20px;
}

.customLabel {
    color: #c2c2c2;
    font-size: 14px;
    padding-top: 2px;
}

.buttons {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-bottom: 10px;
    align-items: end;
}

    .buttons .submit {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        padding: 5px;
        border-radius: 15px;
        font-family: poppin-bold;
        color: white;
        background: #7fa857;
        border: 3px solid #7fa857;
        text-decoration: none !important;
    }

    .buttons .no_thanks {
        text-decoration: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        padding: 5px;
        border-radius: 15px;
        font-family: poppin-bold;
        color: #7fa857;
        border: 3px solid #7fa857;
        margin-top: 10px;
    }

.about_data {
    background: white;
    box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -webkit-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0);
    /* border: 6px solid #a4c482 !important; */
    border-radius: 15px;
}

.today_form input {
    border-radius: 10px;
    box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -webkit-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
}

.lucky-street-is {
    color: #7fa857 !important;
    font-size: 25px;
    font-family: poppin-bold;
}

.street-test {
    color: red
}

/*.square h2 {
    font-size: 20px !important;
}*/

.square-lucky {
    display: flex;
    align-items: center;
}

.works-sec {
    display: flex;
    justify-content: center;
    align-items: center;
}

.claimCoins {
    width: 100%;
    background-color: #7fa857;
    display: flex;
    padding: 12px;
    border-radius: 15px;
    text-align: center;
    justify-content: center;
    color: white !important;
    text-decoration: none !important;
    background-image: url('../img/btn-yellow.png');
    background-position: 50% 250%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out
}

    .claimCoins:hover {
        background-position: 50% 0%;
        color: black !important;
        font-family: poppin-bold;
    }

.claimSubmit {
    width: 100%;
    background: #7fa857;
    display: flex;
    padding: 12px;
    border-radius: 15px;
    text-align: center;
    justify-content: center;
    color: white !important;
    text-decoration: none !important;
}

.viewLuckyStreet {
    width: 100%;
    background: #7fa857;
    padding: 12px;
    border-radius: 15px;
    color: white !important;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    background-image: url('../img/btn-yellow.png');
    background-position: 50% 250%;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out
}

    .viewLuckyStreet:hover {
        background-position: 50% 0%;
        color: black !important;
        font-family: poppin-bold;
    }

.center-main-draw {
    border: 6px solid #a4c482;
    background: #fff;
    margin-top: 1rem;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -webkit-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 3px 3px 8px 5px rgba(199, 199, 199, 0.75);
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
    .card-horizontal {
        display: block;
    }

    .image_with_description {
        padding: 0 !important;
    }


    .buttons .submit, .buttons .no_thanks {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .col-lg-6.col-md-12.col-xs-12 .survey-cards {
        padding-left: 0;
        padding-right: 0;
        margin-left: -13px;
        margin-right: -13px;
    }

    .survey-card-body {
        padding: 0;
    }

    .survey-card-bottom-text {
        padding: 1.25rem;
    }

    .survey-card-form-check-inline {
        margin-right: 0.45rem;
    }

    .survey-card-points-text {
        padding: 0.80rem !important;
    }

    .survey-green-btn {
        padding: 1rem !important;
        font-size: 20px !important;
    }

    .card-horizontal {
        display: block;
    }

    .image_with_description {
        padding: 0 !important;
    }

    .time_back {
        width: 50px;
        height: 60px;
        font-size: 18px;
    }

    .clock_digi {
        font-size: 7px !important;
    }

    .main_counter .next_free_draw {
        font-size: 13px;
    }

    .badges_text {
        margin: 5px 0;
    }

    .winners-reviewers {
        padding: 3px;
    }

    .card-title span:nth-child(2) {
        font-size: 15px;
    }

    .refer_frnd a {
        padding: 5px 10px;
        font-size: 10px;
    }

    /*    .getPrice {
        font-size: 14px;
        padding: 2px 5px;
    }

        .getPrice img {
            width: 15px;
        }*/
    .center-main-draw {
        padding: 10px;
        margin-top: 1rem;
    }

    .your_bonus span, .btn-red {
        padding: 1px 5px;
        margin-left: 5px;
        font-size: 14px;
    }

    .giving_away p,
    .your_bonus p {
        font-size: 14px;
    }

    .your_bonus {
        margin: 0.25rem;
    }

    .badges_text {
        align-items: center;
    }

    .giving_away span {
        padding: 0px 5px;
        font-size: 14px;
    }

    .icon_with_name span:nth-child(2) {
        font-size: 14px;
    }

    .user_price {
        font-size: 14px;
    }

    .about_secnd_text {
        font-size: 15px;
    }

    .buttons .submit, .buttons .no_thanks {
        width: 100%;
    }
}
@media (max-width: 480px){
    .btn-font-sm {
        font-size:14px !important;
    }
}
@media (max-width: 575.98px) {
    .your_bonus {
        text-align: center;
    }

    .img-square-wrapper {
        width: 100%;
    }

    .card-horizontal .card-body {
        width: 100%;
    }

    .card-horizontal {
        margin-top: 30px;
    }

    .img-square-wrapper img {
        width: 100%;
    }

    .main_counter {
        /*margin-top: 50px;*/
    }

    .refer_frnd {
        /*padding-top: 50px;*/
        text-align: center;
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    }

    .carousel-control-next span, .carousel-control-prev span {
        padding: 10px;
    }

    .lucky_draw {
        margin-top: 1rem !important
    }
}

.text-accent {
    color: #81a855;
    font-family: poppin-bold;
}

.custom-text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.winner-street {
    font-size: 40px !important;
    font-family: poppin-bold;
}

.text-accent {
    color: #a4c482 !important;
}

.bg-accent {
    background: #a4c482 !important;
}

.border-accent {
    border-color: #a4c482 !important;
}

.border-6px {
    border-width: 6px !important;
}


.modal {
    z-index: 10000;
}

.footer-mb-item i {
    border: 5px solid white;
    border-radius: 15px;
    background: white;
    color: grey;
    margin-bottom: 0.15rem;
}

    .footer-mb-item i.checked {
        color: #7fa857;
    }

.footer-mb-item {
    font-size: 10px;
    font-family: poppin-bold;
    text-align: center;
    background: white;
    color: #7fa857;
    width: 100%;
    height: 100%;
    padding: 5px;
}

    .footer-mb-item.active {
        background: #7fa857;
        color: white;
    }

.sticky-refer {
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: 10001;
    position: fixed;
    bottom: 58px;
    left: 0;
    width: 30%;
}

.overflow-anywhere {
    overflow-wrap: anywhere !important;
}

.mask-image {
    mask-image: radial-gradient(rgba(0, 0, 0, 1) 60%, transparent 90%);
}

.mask-image-linear { /*
    -webkit-mask-image: linear-gradient(to top, transparent 10%, black 20%),linear-gradient(to bottom, transparent 10%, black 20%);
    mask-image: linear-gradient(to top, transparent 10%, black 20%),linear-gradient(to bottom, transparent 10%, black 20%);*/
    display: block;
    width: 100%;
    height: auto;
    -webkit-mask-image: linear-gradient(to top, transparent 30%, black 20%), linear-gradient(to bottom, transparent 30%, black 20%), linear-gradient(to left, transparent 30%, black 20%), linear-gradient(to right, transparent 30%, black 20%);
    mask-image: linear-gradient(to top, transparent 30%, black 20%), linear-gradient(to bottom, transparent 30%, black 20%), linear-gradient(to left, transparent 30%, black 20%), linear-gradient(to right, transparent 30%, black 20%);
    -webkit-mask-size: 100% 30%, 100% 30%, 30% 100%, 30% 100%;
    mask-size: 100% 30%, 100% 30%, 30% 100%, 30% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top, bottom, left, right;
    mask-position: top, bottom, left, right;
}

.fading-image {
    position: relative;
    display: inline-block;
    overflow: hidden; /* Ensure the gradient doesn't overflow the container */
    vertical-align: middle;
}

    .fading-image img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-mask-image: linear-gradient(to right, transparent, black 0%, black 90%, transparent), linear-gradient(to left, transparent, black 0%, black 90%, transparent),linear-gradient(to top, transparent, black 0%, black 90%, transparent), linear-gradient(to bottom, transparent, black 0%, black 90%, transparent);
        mask-image: linear-gradient(to right, transparent, black 0%, black 90%, transparent), linear-gradient(to left, transparent, black 0%, black 90%, transparent),linear-gradient(to top, transparent, black 0%, black 90%, transparent), linear-gradient(to bottom, transparent, black 0%, black 90%, transparent);
        -webkit-mask-size: 50% 100%, 50% 100%;
        mask-size: 50% 100%, 50% 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: right, left,top,bottom;
        mask-position: right, left,top,bottom;
    }

.g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
}

.survey-green-btn {
    background: #28a745;
    padding: 1.2rem 10px;
    color: white;
    border-radius: 6px;
}

.w-35 {
    width: 35% !important;
}

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

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