
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap');

.countdown-title, .countdown-content{
    color: #000 !important;
}
.countdown-content__time {
    border: 2px solid #000000;
    -webkit-box-shadow: 1px -1px 17px -2px rgba(0,0,0,0.54);
    -moz-box-shadow: 1px -1px 17px -2px rgba(0,0,0,0.54);
    box-shadow: 1px -1px 17px -2px rgba(0,0,0,0.54);
    font-size: 48px !important;
}
.fixed-down-style {
position: fixed !important;
    bottom: -0.5rem;
    background: #000;
    right: auto;
    left: 15px;
    display: none;
    z-index: 999;
    padding-top: -0.5rem !important;
    border-top: 8px #BE1E2D solid;
}
.tj-1 .mt-2{
    text-align: justify !important;
    font-family: 'Montserrat';
}

.fixed-down-style img {
   width: 28%;
}
.main-container {
    background-image: url('https://s3.us-west-2.amazonaws.com/joinnus.com/prime/acho/back.png');
    background-repeat: repeat;
    background-position: top;
    background-size:  contain;
    background-color: #fff;
    font-family: 'Montserrat';

}
.bg-prices {
    background-image: url('https://s3.us-west-2.amazonaws.com/joinnus.com/prime/acho/back1.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size:  auto;

}
.header-logo{
    width: 30% !important;
}
.p-5{
    padding: 0 !important;
}
.bg-sponsor{
    background-color: #000;
    background-size:  contain;
}
.bg-date{
    background-color: #E6E7E8;
    background-size:  contain;
}

.card {
    border: 2px solid rgb(0 0 0) !important;
    background: transparent !important;
}
.footer-logo{
    width: 13rem !important;
}


@media (max-width: 799px) {
    .bg-prices {
    background-image: none;

}
.fixed-down-style img {
   width: 100%;
}
    .faq-p{
        padding-right: 2rem;
        padding-left: 2rem ;
    }
    .header-logo{
    width: 60% !important;
}


}