

.home_top_div{
    background-color: white;
}
#lottery-heading {
    color: #0027ecd6;
    font-weight: bold;
}

#home_top_carosel{
    height: 440px;
    width: 100%;
    display: block;
}
.home_lottery_bg{
    background:#f5f6f7;
}
.home_lottery_div_padding11{
    padding:0% 11%;
}
.home_lottery_padding{
    padding:20px 0px;
}
.home_lottery_height_div{
    height:75px;
}
#home_middel_carosel{
    height: 440px;
    width: 100%;
    display: block;
}
/*.view_all_btn{
    width:130px;
    padding:4px 0px;
}*/
.footer_text {
    color: #5c6e78;
}

.tooltip {
    margin-left: -220px;
    margin-right: 0px;
}

.tooltip-inner {
    background-color: #aadbf9;
    color: black;
    text-align: left;
    min-width: 500px;
    max-width: 500px;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #aadbf9 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #aadbf9 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #aadbf9 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #aadbf9 !important;
}

.footer {
    background-color: #30444d;
}

.text-yellow {
    color: #ffbd39 !important;
}

.swal2-popup {
    width: 60% !important;
    padding: 40px;
}

.padding_30px {
    padding: 30px;
}

@media (max-width: 800px) {
    .swal2-popup {
        width: 100% !important;
        padding: 40px;
    }

}

.owl-item {
    width: 100%;
}

.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

#home_Carousel .owl-dot,
#middle_Carousel .owl-dot {
    margin: 0px 3px;
}

i.fa.fa-angle-left {
    font-size: 38px;
    color: brown;
    font-weight: bold;
    margin-left: 8px;
}

i.fa.fa-angle-right {
    font-size: 38px;
    color: brown;
    font-weight: bold;
}

i.fa.fa-angle-left:hover {
    color: white;
}

i.fa.fa-angle-right:hover {
    color: white;
}


.Sub_Script {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    color: #2d7dc3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Sub_Script input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;

}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #F1F3F7;
    border: 1px solid #2d7dc3;
    border-radius: 3px;
}



.Sub_Script input:checked~.checkmark {
    background-color: #2d7dc3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.Sub_Script input:checked~.checkmark:after {
    display: block;
}

.Sub_Script .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 60px;
    height: 70px;
    z-index: 2;
}


.latest_result,
.support_faq_guide {
    width: 90%;
    display: flex;
    margin: auto;
    padding: 20px 0px;
    justify-content: space-between;
}

.result_content,
.guide_container {
    /* width: 400px; */
    height: 300px;
    /* padding: 10px; */
    text-align: center;
    margin: 10px 0px;
    ;
}

.show_img_info {
    position: relative;
}

.show_img_info img {
    width: 100%;
    height: 250px;
    border-radius: 5px;
}


.home_result_padding_x {
    padding: 0% 3%;
}

.touch_guide_content {
    position: relative;
    height: 250px;
}

.touch_faq_text {
    width: 100%;
    height: 100%;
    background: #27374d;
    color: white;
    padding: 20px;
    border-radius: 12px;
}

.butn_box {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    bottom: 15px;
    height: 40px;
    width: 100%;
}

.buy_common_btn {
    width: 155px;
    border-radius: 24px;
    background-color: #a21c1c;
    padding: 10px 0px;
    border: 1px solid white;
    color: white;
    cursor: pointer;
}

.feedback_container {
    background: #a21c1c;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0px;
    margin: 20px 0px;
}

/*.feedback_container button {
    border: none;
    background: white;
    color: #a21c1c;
    border-radius: 24px;
    margin-top: 20px;
    width: 155px;
    padding: 10px 0px;
    cursor: pointer;
    border: 1px solid white;
}*/

#web_winner_Carousel .owl-nav {
    position: absolute;
    top: 37%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: -1;
}

#upcoming-attraction_Carousel .owl-nav,
#bumper-attraction_Carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: -1;
}

.owl-nav .owl-prev {
    position: relative;
    left: -6%;
}

.owl-nav .owl-next {
    position: relative;
    right: -6%;
}


#web_winner_Carousel .owl-item {
    width: 250px;
}

.fa-chevron-circle-left,
.fa-chevron-circle-right {
    font-size: 30px;
    color: #808080
}

.fa-chevron-circle-left:hover,
.fa-chevron-circle-right:hover {
    color: #a21c1c
}

#switch-button{
    position:absolute;
    right:9%;
    top:18px;
    z-index:1;
    border:none;
    background:#f5f6f7;
    cursor:pointer;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out ;
    transition-delay: 0s ;

}

#switch-button:hover {
    transform: translateX(-10px);
}

.container_for_switching {
    display: flex;
    flex-direction: column;
    position: relative;
}

.home_lottery_bg {
    transition: opacity 0.5s ease, transform 2s ease;
}

#home_middel_carosel {
    order: 2;
}

#div_bumper_lottery {
    order: 1;
    height: auto;
    position: relative;
}

#div_upcommin_lottery {
    order: 3;
    height: auto;
    position: relative;
}

.fade-in {
    animation: fadeIn 0.5s forwards;
}

.fade-out {
    animation: fadeOut 0.5s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.flip {
    transition: transform 2s ease;
    transform: rotateX(360deg);
}



@media (min-width:800px) {
    .responsive_max_width {
        max-width: 75%;
    }

    .padding_30px {
        padding: 10px;
    }
}

@media (min-width:1200px) {
    .responsive_max_width {
        max-width: 76%;
    }

    .padding_30px {
        padding: 30px;
    }
}

@media (min-width:1600px) {
    .responsive_max_width {
        max-width: 77%;
    }
}

@media (min-width:2200px) {
    .responsive_max_width {
        max-width: 77%;
    }
}


/****Next Grip Animation***************************/

.home-button--greip {
    overflow: hidden;
    margin-top: 1vh;
    width :155px;
    border-radius:24px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    padding:10px 0px;
}

.home-buy-cart-color{
    background-color: #c22222;
    border: 1px solid white;
    color: white;
}

.home-button-buy {
    pointer-events: auto;
    cursor: pointer;
    font-family: inherit;
    /*font-size: inherit;*/
    position: relative;
    display: inline-block;
}
.home-button--greip span {
    position: relative;
    overflow: hidden;
}

.home-button--greip:hover {
    animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}
.home-common-button--greip::before {
    content: '';
    background: #a21c1c;
    transform-origin: 50% 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: clip-path 0.2s, -webkit-clip-path 0.2s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.home-button--greip:hover::before {
    transition-duration: 0.3s;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
}

.home-button-buy::before, .home-button-buy::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*********Add css give feed back********/
.home-give-cart-color{
    background-color: lightgray;
    border: 1px solid white;
    color: #a21c1c;
}
.home-give-common-button--greip::before {
    content: '';
    transform-origin: 50% 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: clip-path 0.2s, -webkit-clip-path 0.2s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.home-give-background::before {
    background: white;
}

/************View All Button*************************/
/*.view_all_btn {
    width:130px;
    padding:4px 0px;
}
.view-all-lottery-upcoming-button {
    font-size: .9rem;
    padding: 0.25rem 0.5rem;
    border-radius: 30px;
    font-weight: 600;
    border: 2px solid #534e4eeb;
}*/

.home-view-all-color{
    width:130px;
    padding: 0.35rem 0.5rem;
    font-size: .9rem;
    border-radius: 30px;
    font-weight: 600;
    border: 2px solid #534e4eeb;
    background: #534e4eeb;
}
.home-view-all-background::before {
    background: #f5f6f7;
    color: #534e4eeb;
}

.home-view-all-color:hover {
    color: white;
}
.home_top_div{
    background-color: white;
}
#lottery-heading {
    color: #0027ecd6;
    font-weight: bold;
}

#home_top_carosel{
    height: 440px;
    width: 100%;
    display: block;
}
.home_lottery_bg{
    background:#f5f6f7;
}
.home_lottery_div_padding11{
    padding:0% 11%;
}
.home_lottery_padding{
    padding:20px 0px;
}
.home_lottery_height_div{
    height:75px;
}
#home_middel_carosel{
    height: 440px;
    width: 100%;
    display: block;
}
/*.view_all_btn{
    width:130px;
    padding:4px 0px;
}*/
.footer_text {
    color: #5c6e78;
}

.tooltip {
    margin-left: -220px;
    margin-right: 0px;
}

.tooltip-inner {
    background-color: #aadbf9;
    color: black;
    text-align: left;
    min-width: 500px;
    max-width: 500px;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #aadbf9 !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #aadbf9 !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #aadbf9 !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #aadbf9 !important;
}

.footer {
    background-color: #30444d;
}

.text-yellow {
    color: #ffbd39 !important;
}

.swal2-popup {
    width: 60% !important;
    padding: 40px;
}

.padding_30px {
    padding: 30px;
}

@media (max-width: 800px) {
    .swal2-popup {
        width: 100% !important;
        padding: 40px;
    }

}

.owl-item {
    width: 100%;
}

.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

#home_Carousel .owl-dot,
#middle_Carousel .owl-dot {
    margin: 0px 3px;
}

i.fa.fa-angle-left {
    font-size: 38px;
    color: brown;
    font-weight: bold;
    margin-left: 8px;
}

i.fa.fa-angle-right {
    font-size: 38px;
    color: brown;
    font-weight: bold;
}

i.fa.fa-angle-left:hover {
    color: white;
}

i.fa.fa-angle-right:hover {
    color: white;
}


.Sub_Script {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    color: #2d7dc3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.Sub_Script input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;

}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #F1F3F7;
    border: 1px solid #2d7dc3;
    border-radius: 3px;
}



.Sub_Script input:checked~.checkmark {
    background-color: #2d7dc3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.Sub_Script input:checked~.checkmark:after {
    display: block;
}

.Sub_Script .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 60px;
    height: 70px;
    z-index: 2;
}


.latest_result,
.support_faq_guide {
    width: 90%;
    display: flex;
    margin: auto;
    padding: 20px 0px;
    justify-content: space-between;
}

.result_content,
.guide_container {
    /* width: 400px; */
    height: 300px;
    /* padding: 10px; */
    text-align: center;
    margin: 10px 0px;
    ;
}

.show_img_info {
    position: relative;
}

.show_img_info img {
    width: 100%;
    height: 250px;
    border-radius: 5px;
}


.home_result_padding_x {
    padding: 0% 3%;
}

.touch_guide_content {
    position: relative;
    height: 250px;
}

.touch_faq_text {
    width: 100%;
    height: 100%;
    background: #27374d;
    color: white;
    padding: 20px;
    border-radius: 12px;
}

.butn_box {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    bottom: 15px;
    height: 40px;
    width: 100%;
}

.buy_common_btn {
    width: 155px;
    border-radius: 24px;
    background-color: #a21c1c;
    padding: 10px 0px;
    border: 1px solid white;
    color: white;
    cursor: pointer;
}

.feedback_container {
    background: #a21c1c;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0px;
    margin: 20px 0px;
}

/*.feedback_container button {
    border: none;
    background: white;
    color: #a21c1c;
    border-radius: 24px;
    margin-top: 20px;
    width: 155px;
    padding: 10px 0px;
    cursor: pointer;
    border: 1px solid white;
}*/

#web_winner_Carousel .owl-nav {
    position: absolute;
    top: 37%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: -1;
}

#upcoming-attraction_Carousel .owl-nav,
#bumper-attraction_Carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: -1;
}

.owl-nav .owl-prev {
    position: relative;
    left: -6%;
}

.owl-nav .owl-next {
    position: relative;
    right: -6%;
}


#web_winner_Carousel .owl-item {
    width: 250px;
}

.fa-chevron-circle-left,
.fa-chevron-circle-right {
    font-size: 30px;
    color: #808080
}

.fa-chevron-circle-left:hover,
.fa-chevron-circle-right:hover {
    color: #a21c1c
}

#switch-button{
    position:absolute;
    right:9%;
    top:18px;
    z-index:1;
    border:none;
    background:#f5f6f7;
    cursor:pointer;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out ;
    transition-delay: 0s ;

}

#switch-button:hover {
    transform: translateX(-10px);
}

.container_for_switching {
    display: flex;
    flex-direction: column;
    position: relative;
}

.home_lottery_bg {
    transition: opacity 0.5s ease, transform 2s ease;
}

#home_middel_carosel {
    order: 2;
}

#div_bumper_lottery {
    order: 1;
    height: auto;
    position: relative;
}

#div_upcommin_lottery {
    order: 3;
    height: auto;
    position: relative;
}

.fade-in {
    animation: fadeIn 0.5s forwards;
}

.fade-out {
    animation: fadeOut 0.5s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.flip {
    transition: transform 2s ease;
    transform: rotateX(360deg);
}



@media (min-width:800px) {
    .responsive_max_width {
        max-width: 75%;
    }

    .padding_30px {
        padding: 10px;
    }
}

@media (min-width:1200px) {
    .responsive_max_width {
        max-width: 76%;
    }

    .padding_30px {
        padding: 30px;
    }
}

@media (min-width:1600px) {
    .responsive_max_width {
        max-width: 77%;
    }
}

@media (min-width:2200px) {
    .responsive_max_width {
        max-width: 77%;
    }
}


/****Next Grip Animation***************************/

.home-button--greip {
    overflow: hidden;
    margin-top: 1vh;
    width :155px;
    border-radius:24px;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    padding:10px 0px;
}

.home-buy-cart-color{
    background-color: #c22222;
    border: 1px solid white;
    color: white;
}

.home-button-buy {
    pointer-events: auto;
    cursor: pointer;
    font-family: inherit;
    /*font-size: inherit;*/
    position: relative;
    display: inline-block;
}
.home-button--greip span {
    position: relative;
    overflow: hidden;
}

.home-button--greip:hover {
    animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}
.home-common-button--greip::before {
    content: '';
    background: #a21c1c;
    transform-origin: 50% 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: clip-path 0.2s, -webkit-clip-path 0.2s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.home-button--greip:hover::before {
    transition-duration: 0.3s;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
}

.home-button-buy::before, .home-button-buy::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*********Add css give feed back********/
.home-give-cart-color{
    background-color: lightgray;
    border: 1px solid white;
    color: #a21c1c;
}
.home-give-common-button--greip::before {
    content: '';
    transform-origin: 50% 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: clip-path 0.2s, -webkit-clip-path 0.2s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.home-give-background::before {
    background: white;
}

/************View All Button*************************/
/*.view_all_btn {
    width:130px;
    padding:4px 0px;
}
.view-all-lottery-upcoming-button {
    font-size: .9rem;
    padding: 0.25rem 0.5rem;
    border-radius: 30px;
    font-weight: 600;
    border: 2px solid #534e4eeb;
}*/

.home-view-all-color{
    width:130px;
    padding: 0.35rem 0.5rem;
    font-size: .9rem;
    border-radius: 30px;
    font-weight: 600;
    border: 2px solid #534e4eeb;
    background: #534e4eeb;
}
.home-view-all-background::before {
    background: #f5f6f7;
    color: #534e4eeb;
}

.home-view-all-color:hover {
    color: white;
}




/* .footer_black {
    display: block;
    width: 100%;
    background-color: #27374d;
    height: auto;
    color: white;
    padding: 40px;
    --m: conic-gradient(from 135deg at top, #0000, #000 1deg 89deg, #0000 91deg) top / 40px 100% repeat-x;
    -webkit-mask: var(--m);
    mask: var(--m);
}

div#other-links {
    margin-top: 20px;
    margin-bottom: 15px;
}

.footer_black a {
    color: white;
    text-decoration: none;
    font-size: 16.5px;
}

.marg_left_top {
    margin-left: 130px;
    margin-top: 20px;
}

footer.footer_black li {
    cursor: pointer;
}

#lottery-heading {
    color: #0027ecd6;
    font-weight: bold;
}

.footer_text {
    color: #5c6e78;
}

.footer {
    background-color: #30444d;
} */

i.fa.fa-angle-left {
    font-size: 38px;
    color: brown;
    font-weight: bold;
    margin-left: 8px;
}

i.fa.fa-angle-right {
    font-size: 38px;
    color: brown;
    font-weight: bold;
}

i.fa.fa-angle-left:hover {
    color: white;
}

i.fa.fa-angle-right:hover {
    color: white;
}

/*.owl-prev:hover {
    background-color: red;
    height: 44px;
    border-radius: 4px;
    color: white;
    width: 32px;
}

.owl-next:hover {
    background-color: red;
    height: 45px;
    border-radius: 4px;
    color: white;
    padding: 0px 22px 0px 11px;
}*/

.text-yellow {
    color: #ffbd39 !important;
}

.swal2-popup {
    width: 20% !important;
    padding: 40px;
}

@media (max-width: 800px) {
    .swal2-popup {
        width: 100% !important;
        padding: 40px;
    }
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: -10px;
    display: block !important;
    border: 0px solid black;
    color: red;
}

.owl-next img {
    width: 15px;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -10px;
    display: block !important;
    border: 0px solid black;
    color: red;
}

#Carousel .owl-dots {
    position: absolute;
    top: 94%;
    width: 100%;
}

.home-mid-crousal .owl-dots {
    position: absolute;
    top: 94%;
    width: 100%;
}

#Carousel .owl-dot {
    margin-top: 0px;
    margin-bottom: 2px
}

#middle_Carousel .owl-dot {
    margin-top: 0px;
    margin-bottom: 2px
}

.feature_p_slider .owl-dots .owl-dot.active {
    background-color: black;
}

.feature_p_slider .owl-dots .owl-dot {
    /*background-color: white;*/
    background-color: #c0d5da;
}

/* Here  change bmr */
.latest_result,
.support_faq_guide {
    width: 100%;
    display: flex;
    margin: auto;
    padding: 20px 0px;
    flex-wrap: wrap;
    background-color: white;
}

.result_content,
.guide_container {
    width: 100%;
    height: 300px;
    padding: 10px;
    text-align: center;
    margin: 10px auto;
}

.show_img_info {
    position: relative;
}

.show_img_info img {
    width: 100%;
    height: 250px;
    border-radius: 5px;
}

.show_img_info button {
    position: absolute;
    width: 100px;
    bottom: 30px;
    left: 142px;
    font-size: 13px;
    padding: 4px 0px;
    border: 2px solid white;
    background: #9b0606;
    color: white;
    border-radius: 18px;
}

.touch_guide_content {
    position: relative;
    height: 270px;
}

.touch_faq_text {
    width: 100%;
    height: 100%;
    background: #2e3332;
    color: white;
    padding: 20px;
    border-radius: 12px;
}

.touch_faq_text h2 {
    padding: 0px 30px;
}

.butn_box {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: space-evenly;
    bottom: 15px;
    height: 80px;
    width: 100%;
}

.butn_box button {
    width: 120px;
    font-size: 13px;
    padding: 4px 0px;
    border: 2px solid white;
    background: #cc0e04;
    color: white;
    border-radius: 18px;
    margin: 0px 3px;
}

/*----------------- Animation code start ---------------------*/
.butn_box button:hover {
    transition-duration: 0.1s;
    background-color: rgb(11, 90, 11);
}

.butn_box button:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 4em;
    left: 0;
    top: 0;
    /* width: 100%; */
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 0 10px 40px rgb(237, 153, 26);
}

.butn_box button:active:after {
    box-shadow: 0 0 0 0 rgb(237, 153, 26);
    position: absolute;
    border-radius: 4em;
    left: 0;
    top: 0;
    opacity: 1;
    transition: 0s;
}

.butn_box button:active {
    top: 1px;
}

/*-------------------Animation code End -------------------------*/
.touch_faq_text p {
    padding: 10px 20px;
}

/* change bmr  */

/* } */


#mobile-switch-button {
    position: absolute;
    width: 35px;
    left: 2%;
    top: 10px;
    z-index: 1;
    border: none;
    background: #f5f6f7;
    cursor: pointer;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    background: none;

}


.mobile_container_for_switching {
    display: flex;
    flex-direction: column;
    position: relative;
}

.mobile_home_lottery_bg {
    transition: opacity 0.5s ease, transform 2s ease;
}

#middel_carosel {
    order: 2;
}

#mobile_div_bumper_lottery {
    order: 1;
    height: auto;
    position: relative;
}

#mobile_div_upcommin_lottery {
    order: 3;
    height: auto;
    position: relative;
}

.fade-in {
    animation: fadeIn 0.5s forwards;
}

.fade-out {
    animation: fadeOut 0.5s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.flip {
    transition: transform 2s ease;
    transform: rotateX(360deg);
}


@media screen and (max-width: 376px) {
    .touch_faq_text h2 {
        padding: 0px 5px;
    }

    .touch_faq_text p {
        padding: 10px 1px;
    }

    .show_img_info button {
        left: 124px;
    }
}

@media screen and (max-width: 321px) {
    .touch_faq_text h2 {
        padding: 0px 1px;
        font-size: 24px;
    }

    .show_img_info button {
        left: 103px;
    }

}




/* winner cart  */


/* feedback container  */
.feedback_container {
    background: #cc0e04;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 32px 0px;
    margin: 20px 0px;
}

.feedback_container button {
    width: 135px;
    padding: 5px;
    border: 1px solid white;
    background: #30444d;
    color: #a21c1c;
    border-radius: 20px;
}

.feedback_container h4 {
    font-size: 26px;
    padding: 0px 80px;
}

.feedback_container p {
    padding: 1px 75px;
    text-align: center;
}

/* new BMR Updation */
@media screen and (max-width: 378px) {
    .feedback_container h4 {
        padding: 1px 50px;
    }

    .feedback_container p {
        padding: 1px 50px;
    }
}

/* feedback container  */

@font-face {
    font-family: 'Akrobat Black';
    /*    src: url('/app.static/fonts/akrobat/Akrobat-Black.otf') format('woff2'),
            url('/fonts/Akrobat-Black.woff') format('woff');*/
    src: url('./app.static/fonts/akrobat/Akrobat-Black.otf') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'montserratSemiBold';
    src: url('./app.static/fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
}

.marquee-scroll-text {
    /* font-family: 'Akrobat Black'; */
    font-family: 'montserratSemiBold';
    /*sans-serif*/
}

@keyframes blink {
    0% {
        background-color: #1877F2
    }
    50% {
        background-color: #ffa500
            /*#ffa500 #ff000080*/
    }
    100% {
        background-color: #1877F2
    }
}
@-webkit-keyframes blink {
    0% {
        background-color: #1877F2
    }
    50% {
        background-color: #ffa500
            /*#ffa500 #ff000080*/
    }
    100% {
        background-color: #1877F2
    }
}

.download-app {
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-animation:blink normal 1.5s infinite ease-in-out;
    /* Firefox */
    -webkit-animation:blink normal 1.5s infinite ease-in-out;
    /* Webkit */
    -ms-animation:blink normal 1.5s infinite ease-in-out;
    /* IE */
    animation:blink normal 1.5s infinite ease-in-out;
    /* Opera */
}

