/* Define the @font-face rule to link to your font files */
@font-face {
    font-family: 'BariolBoldItalic';
    src: url('../fonts/bariol/bariol_bold_italic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'BariolBold';
    src: url('../fonts/bariol/bariol_bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BariolLightItalic';
    src: url('../fonts/bariol/bariol_light_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'BariolLight';
    src: url('../fonts/bariol/bariol_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BariolThinItalic';
    src: url('../fonts/bariol/bariol_thin_italic-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'BariolThin';
    src: url('../fonts/bariol/bariol_thin-webfont.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'BariolRegularItalic';
    src: url('../fonts/bariol/bariol_regular_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'BariolRegular';
    src: url('../fonts/bariol/bariol_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratSemiBold';
    src: url('../fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
}

.marquee-row{
  width: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  border-top: 1px solid orange;
  border-bottom: 1px solid orange;
  font-family: montserratSemiBold;
  cursor: pointer;
  padding: 5px 0px;
  color: #1877F2;
}

.marquee-block{
  position:relative;
  display: flex;
  width: 100%;  
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}
.marquee-item-list{
 display: inline-flex;
}
.marquee-item-list li{
width: 100%;
list-style: none;
padding-right: 30px;
font-size: 18px;
white-space: nowrap
}

.marquee-highlight {
  background-color: white;
  padding: 2px 5px;
  border: 2px solid orange;
  border-radius: 5px;
  margin: 5px;
}

.marquee-block:hover{
    animation-play-state: paused;
}

.marquee1{
    animation-name: marquee1;
}
@keyframes marquee1 {
  0% { left: 0; }
  100% {left: -100%;}
}

li#my_profileimg_div {
    width: 400px;
}

a#menu-item-home img,
a#menu-item-lottery img,
a#menu-item-result img,
a#menu-item-winners img,
a#menu-item-cart img {
    width: 20%;
}

a#menu-item-home span,
a#menu-item-lottery span,
a#menu-item-result span,
a#menu-item-winners span,
a#menu-item-cart span {
    font-weight: bold;
    font-size: 17px;
    vertical-align: middle;
}

a#menu-item-wallet img {
    width: 25%;
}

a#menu-item-wallet span {
    font-size: 17px;
    vertical-align: middle;
}

.navbar-light .navbar-nav .nav-link {
    color: black !important;
}

img#menu-icons {
    margin-right: 6px;
}

/* Apply the font to elements as needed */
body {
    /* For example, apply BariolRegular to all text */
    font-family: 'BariolRegular', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/*--------------------Desktop footer css start ---------------------------*/
.footer_black {
    display: block;
    width: 100%;
    background-color: #27374d;
    /* height: 320px; */
    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);
}

.footer_black a {
    color: white;
    text-decoration: none;
    /* font-size: 14px; */
}

.marg_left_top {
    margin-left: 130px;
    margin-top: 20px;
}

footer.footer_black li {
    cursor: pointer;
}

/*--------------------Desktop footer css End ---------------------------*/
/*-------------------------- desktop myprofile css start ---------------------*/
li#menu span {
    font-size: 17px;
}

li#menu\ wallet span {
    font-size: 17px;
}

li#menu img {
    width: 12%;
    margin-right: 5px;
}

li#menu\ wallet img {
    width: 12%;
}

span#menu-item-signin {
    font-size: 18px;
    margin-left: -45px;
}

#n {
    box-shadow: 0px 2px 4px 0px #EFEFEF;
}

li#menu\ wallet,
a#menu-item-wallet {
    margin-left: 70px !important;
    /* margin-left: 56px !important; */
}

/* ul.nav.navbar-nav li {
    margin-right: -77px;
    margin-left: 35px;
} */
/* ul.nav.navbar-nav li {
    margin-right: -110px;
    margin-left: 18px;
}

ul.nav.navbar-nav {
    margin-left: 2px;
} */

/*-------------------------- desktop myprofile css end ---------------------*/

/************ New Css ADD ----------------*/
button.accordion-button {
    background-color: #f4f5f8 !important;
}

img.img-responsive.rounded-circle.photo {
    height: 54px;
    width: 54px;
    border: 1px solid #000;
}

/* span#hello {
    font-size: 19px;
    font-weight: 500;
    margin-left: 20px;
} */

div#top-content {
    margin: 29px 20px;
}

a#home-screen-load img {
    /*    height: 54px !important;
    width: 191px !important;*/
    height: auto !important;
    width: 160px !important;
}

span#rupees {
    font-size: 18px;
    margin-left: 0.3rem;
    font-weight: 800;
}

span#my-Profiles {
    font-size: 20px;
    font-family: system-ui;
}

i.fa.fa-user {
    color: white;
    background-color: #d70b0b;
    padding: 12px 17px;
    font-size: 37px;
    border-radius: 50%;
}

div#terms {
    background-color: #9ac127;
    border-radius: 20px;
    color: white;
    padding: 17px 0px;
    text-align: center;
    margin-top: 15px;
}

div#terms img {
    width: 55%;
}

div#results {
    background-color: #a2560a;
    border-radius: 20px;
    color: white;
    padding: 17px 0px;
    text-align: center;
    margin-top: 15px;
}

div#results img {
    width: 55%;
}

button#hemburgerBtn img {
    width: 62%;
}

button#hemburgerBtn {
    border: 0px;
    background-color: white;
}

nav#n {
    position: sticky;
    top: 0px;
    z-index: 2;
}

.dropdown.pt-2 {
    position: absolute;
    left: 75%;
}

.dropdowns.pt-2 {
    position: absolute;
    left: 66%;
}

#my_account {
    font-size: 10px !important;
}


/*.navbar-toggler-icon {
    margin-left: 344px !important;
}*/

/*----------------------New Css End-------------------*/
#navbarNav li a:hover {

    color: #ffc107;
    transition: width 2s;
}


@media(max-width:1110px) {
    .marg_left_top {
        margin-left: 50px;
    }

    .footer_black {
        padding: 40px 20px
    }

}

@media(max-width:750px) {
    .marg_left_top {
        margin-left: 0px;
    }

    .footer_black {
        padding: 40px 10px
    }

}


@media (min-width: 576px) {

    #signup-container,
    #sign-in-container {
        max-width: 400px;
        border: 1px solid #e5e5e5;
    }

    .footer_black {
        padding: 40px 2px
    }

}

.modal-header {
    border-bottom: 0px;
}

.modal-footer {
    border-top: 0px;
}

#facebook-btn,
#google-btn {
    background-color: #EFEFEF;
}

#c-new-user {
    font-weight: 600;
    background-color: #FFF;
    border: 1px solid #E3E3E3;
}

#result-panel {
    display: none;
    background-color: #F1F3F7;
}

.reslut-view {
    font-weight: bold;
    text-align: center;
    padding: 5px;
    background-color: #FFB53D;
    color: white;
}

.col-md-3 {
    display: inline-block;
    margin-left: -4px;
}

.col-md-3 img {
    width: 100%;
    height: auto;
}

.carousel-indicators li {
    background-color: red;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #565050;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.pre-next {
    padding: 15px 0px 0px 25px;
}

.pre-pad {
    /*  left: -70px; */
    width: 65px
}

.next-pad {
    width: 35px
        /*  right: -80px; */
}

.result-pre-pad {
    max-width: 20%;
}

.card-body-content {
    color: white;
    text-align: center;
    font-weight: bold;
    padding: 7px;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.icon-size {
    width: 15px;
    height: 43px;
}

.result-function {
    color: black;
    padding: 15px;
}

.result-card-size {
    min-height: 192px;
    /*  max-height: 192px; */
}

.result-logo {
    height: 154px;
    max-height: 154px;
    text-align: center;
}

.verify-pwt,
.result-option {
    cursor: pointer;
}


.fa-heart {
    color: red;
}


.cancel-btn>.swal2-actions>.swal2-cancel {
    background: white;
    color: black;
    border: 1px solid grey
}

.tooltip-content::before {
    content: '';
    position: absolute;
    width: 10%;
    height: 10%;
    background: #aadbf9;
    bottom: -3%;
    left: 87%;
    z-index: 1;
    transform: rotate(45deg);
}

a#home-screen-load img {
    height: 42px;
    width: 168px;
}

@media only screen and (min-width: 1210px) and (max-width: 1275px) {
    #menu-item-login\ login {
        margin-left: -63px !important;
    }

    span#menu-item-signin {
        font-size: 18px;
        margin-left: -1px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1225px) {
    span#menu-item-signin {
        font-size: 18px;
        margin-left: -1px;
    }

    li#my_profileimg_div {
        width: 440px;
    }
}


@media only screen and (min-width: 350px) and (max-width: 361px) {
    a#home-screen-load img {
        height: 30px;
        width: 150px;
    }

    img#notification-img {
        height: 25px !important;
    }

    div#notification-batchs {
        font-size: 12px !important;
        left: 33px !important;
    }
}

@media only screen and (min-width: 328px) and (max-width: 340px) {
    a#home-screen-load img {
        height: 30px !important;
        width: 143px !important;
    }

    a#menu-item-notification {
        left: 70.5% !important;
    }

    div#notification-batchs {
        left: 31px !important;
        bottom: 10px !important;
        min-width: 18px !important;
        padding: 3px 3px !important;
    }

    img#notification-img {
        height: 23px !important;
    }

    div#notification-batch {
        left: 31px !important;
        bottom: 10px !important;
        min-width: 18px !important;
        padding: 3px 3px !important;
    }

    img#cart-img {
        height: 22px !important;
    }
}

@media only screen and (min-width: 300px) and (max-width: 325px) {
    a#home-screen-load img {
        height: 30px !important;
        width: 133px !important;
    }

    a#menu-item-notification {
        left: 70.5% !important;
    }

    div#notification-batchs {
        left: 31px !important;
        bottom: 10px !important;
        min-width: 18px !important;
        padding: 3px 3px !important;
    }

    img#notification-img {
        height: 23px !important;
    }

    div#notification-batch {
        left: 31px !important;
        bottom: 10px !important;
        min-width: 18px !important;
        padding: 3px 3px !important;
    }

    img#cart-img {
        height: 22px !important;
    }
}

/*************Left Side Sticky Button*********************/
/*************Left Side Sticky Button*********************/
.switch-sticky-button {
    position: fixed;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1055;
    right: 0;
    background: linear-gradient(45deg, #F17C58, #E94584, #24AADB, #27DBB1, #FFDC18, #FF3706);
    animation: gradient 5s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
    animation-direction: alternate;
    -webkit-animation: gradient 3s ease infinite;
    height: 18vh;
    width: 33px;
    background-size: 600%;
    cursor: pointer;
    font-weight: 600;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.switch-try-button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.switch-try-modal-gradient {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1055;
    right: 0;
    background: linear-gradient(45deg, #F17C58, #E94584, #24AADB, #27DBB1, #FFDC18, #FF3706);
    animation: gradient 5s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
    animation-direction: alternate;
    -webkit-animation: gradient 3s ease infinite;
    background-size: 600%;
    color: white !important;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.switch-sticky-button label {
    /*left: calc(50% - 0.5rem);*/
    /*position: relative;*/
    left: -70%;
    position: fixed;
    line-height: 1;
    padding-top: 0.5rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: horizontal-tb;
    top: 40%;
    margin-right: 0px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

.switch-sticky-button {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 14px;
    border-radius: 15px 0px 0px 15px;
}

.switch-sticky-button a:hover {
    background-color: #000;
}

.switch-modal {
    /*display: none;*/
    position: fixed;
    z-index: 10000000;
    left: 0;
    top: 0;
    /*    width: 100%;
        height: 100%;*/
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

/*.switch-modal.show {
    display: block;
    opacity: 1;
}*/

.switch-modal_height_width {
    width: 100%;
    height: 100%;
}

.switch-modal-content {
    position: fixed;
    top: 40%;
    right: -300px;
    width: 300px;
    padding: 20px;
    box-shadow: -3px 0 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
    transition: right 0.5s ease-in-out, border-radius 0.5s ease-in-out;
    border-radius: 15px;
    text-align: center;
    transition: left .3s ease-out;
    left: 101%
}

.switch-modal.show .switch-modal-content {
    right: 0;
}

.switch-modal .switch-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.switch-hidden {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: none;
}

.try-now:hover {
    background-color: #0056b3;
}

.switch-active {
    left: 76%;
}

@media only screen and (min-width: 1000px) and (max-width: 1030px) {
  span#menu-item-signin {
    font-size: 18px;
    margin-left: -18px !important;
  }

  a#menu-item-home span,
  a#menu-item-lottery span,
  a#menu-item-result span,
  a#menu-item-winners span,
  a#menu-item-cart span {
    font-size: 14px !important;
  }

  span#menu-item-signin {
    font-size: 14px !important;
    margin-left: -30px !important;
  }

  #menu-item-signup {
    font-size: 14px !important;
  }

  #menu-item-cart {
    margin-left: 60px !important;
  }
}
.cursor_pointer{
    cursor: pointer;
}



#home_top_carosel .owl-nav {
    display: none;
}

/*-------------Modal Css Start ----------------*/
/* The Modal (background) */
.hamburger_modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 63px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: transparent;
  /* Black w/ opacity */
}

/* Modal Content */
.hamburger_modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

span.closes {
  margin-top: 10px;
  font-size: 42px;
  float: right;
  color: #df1a1a;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* .modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
} */

.hamburger_modal-body {
  padding: 2px 16px;
}

span#hello {
    font-size: 19px;
    font-weight: 500;
    margin-left: 20px;
}

div#my-Profiles {
  background-color: #104899;
  border-radius: 20px;
  color: white;
  padding: 17px 0px;
  text-align: center;
}

div#my-Profiles img {
  width: 55%;
}

div#my-wallets {
  background-color: #3f898c;
  border-radius: 20px;
  color: white;
  padding: 17px 0px;
  text-align: center;
}

div#my-wallets img {
  width: 55%;
}

/* div#my-orders { */
div#myOrders-opt {
  background-color: #e94661;
  border-radius: 20px;
  color: white;
  padding: 17px 0px;
  text-align: center;
  margin-top: 15px;
}

/* div#my-orders img {
    width: 55%;
} */

div#myOrders-opt img {
  width: 55%;
}

div#how-to-play {
  background-color: #ee542c;
  border-radius: 20px;
  color: white;
  padding: 17px 0px;
  text-align: center;
  margin-top: 15px;
}

div#how-to-play img {
  width: 55%;
}

div#faqs {
  background-color: #ffb100;
  border-radius: 20px;
  color: white;
  padding: 17px 0px;
  text-align: center;
  margin-top: 15px;
}

div#faqs img {
  width: 55%;
}

div#help-support {
    background-color: #ffb100;
    border-radius: 20px;
    color: white;
    padding: 17px 0px;
    text-align: center;
    margin-top: 15px;
}

div#help-support img {
    width: 55%;
}

div#privacy-policies {
  background-color: #844e99;
  border-radius: 20px;
  color: white;
  padding: 17px 0px;
  text-align: center;
  margin-top: 15px;
}

span#rupees {
  font-size: 18px;
  margin-left: 0.3rem;
  font-weight: 800;
}

div#privacy-policies img {
  width: 55%;
}

span#my-Profiles {
  font-size: 20px;
  font-family: system-ui;
}

i.fa.fa-user {
  color: white;
  background-color: #d70b0b;
  padding: 12px 17px;
  font-size: 37px;
  border-radius: 50%;
}

span#my-wallets {
  font-size: 20px;
  font-family: system-ui;
}

span#my-orders {
  font-size: 20px;
  font-family: system-ui;
}

span#how-plays {
  font-size: 20px;
  font-family: system-ui;
}

span#faqs {
  font-size: 20px;
  font-family: system-ui;
}

span#help-support {
    font-size: 20px;
    font-family: system-ui;
}

span#privacy-policies {
  font-size: 20px;
  font-family: system-ui;
}

span#terms {
  font-size: 20px;
  font-family: system-ui;
}

span#helps {
  font-size: 20px;
  font-family: system-ui;
}

span#results {
  font-size: 20px;
  font-family: system-ui;
}

div#terms {
  background-color: #9ac127;
  border-radius: 20px;
  color: white;
  padding: 17px 0px;
  text-align: center;
  margin-top: 15px;
}

div#helps {
  background-color: #6d0528;
  border-radius: 20px;
  color: white;
  padding: 17px 0px;
  text-align: center;
  margin-top: 15px;
}

div#terms img {
  width: 55%;
}

div#helps img {
  width: 55%;
}

div#results {
  background-color: #a2560a;
  border-radius: 20px;
  color: white;
  padding: 17px 0px;
  text-align: center;
  margin-top: 15px;
}

div#results img {
  width: 55%;
}

button#hemburgerBtn img {
  width: 62%;
}

button#hemburgerBtn {
  border: 0px;
  background-color: white;
}
div#download {
  background-color: #52d85b;
  border-radius: 20px;
  color: white;
  padding: 17px 0px;
  text-align: center;
  margin-top: 15px;
}

p#download img {
  width: 55%;
}

span#download {
  font-size: 20px;
  font-family: system-ui;
}

span#download a {
  color: white !important;
}
#home_middel_carosel #middle_Carousel.owl-carousel .owl-controls .owl-nav{
    display: none;
}


.mobile-responsive{
    display: none !important;
}
@media only screen and (min-width: 300px) and (max-width: 576px) {
    .mobile-responsive{
    display: block !important;
}
.destop-size{
    display: none !important;
}
}



@media only screen and (min-width: 300px) and (max-width: 576px) {
    .get-in-touch{
        margin-bottom: 50px;
    }
    #home_top_carosel,
    #home_middel_carosel{
    height: 240px !important;
}
    #home_top_carosel .owl-carousel .owl-item img,
    #middle_Carousel.owl-carousel .owl-item img{
        height: 240px !important;
    }
    #switch-button{
        right: 0% !important;
    }
    #switch-button:hover {
    transform: translateX(0px) !important;
}
.home_lottery_padding {
    text-align: left;
}
a#menu-item-home img, a#menu-item-lottery img, a#menu-item-result img, a#menu-item-winners img, a#menu-item-cart img {
    width: 8%;
}
span#menu-item-signin{
    margin-left: 0px;
}
#menu-item-login-div{
    display: flex !important;
}
.nav-item.cart{
    display: none;
}
.winner_cart {
        width: 315px !important;
    }
    #top_carosel #Carousel.owl-carousel .owl-controls .owl-nav,
    #bumper-attraction_Carousel.owl-carousel .owl-controls .owl-nav,
    #middle_Carousel.owl-carousel .owl-controls .owl-nav,
    #Carousel.owl-carousel .owl-controls .owl-nav,
    #winner_Carousel.owl-carousel .owl-controls .owl-nav {
    display: none !important;
}
#bumper-attraction_Carousel.owl-carousel .owl-dots,
#winner_Carousel.owl-carousel .owl-controls .owl-dots,
#shop-lottery-page-upcoming .owl-carousel .owl-controls .owl-dots{
    position: relative;
}
.mobile_container_for_switching #upcoming-attraction_Carousel .upcoming_card {
    border-radius: 3vh;
    width: 100%;
}
.mobile_container_for_switching #upcoming-attraction_Carousel .upcoming_card .lottery_card_upper_part {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 204px;
}
.mobile_container_for_switching #upcoming-attraction_Carousel .upcoming_card .lottery_card_lower_part {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0.5rem;
}
.mobile_container_for_switching #upcoming-attraction_Carousel .upcoming_card .marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 224px;
  /* Container width */
  position: relative;
}
.win_card_content {
    width: 250px !important;
    height: 280px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px !important;
}
    .winner_cart {
        width: 160px !important;
        left: 0px;
        height: 261px !important;
        margin-bottom: 0px !important;
    }
    .winner_border {
    border-radius: 50%;
}
footer#footer2 {
    position: fixed;
    z-index: 4;
    bottom: 0;
    background-color: #fff;
    color: black;
    font-size: inherit;
    border: none;
    padding: 12px;
    box-shadow: rgb(97 99 104 / 40%) 0px 1px 9px 0px, rgb(78 78 80 / 37%) 6px 2px 11px 4px;
    width: 100%;
}
.footer_black {
        padding-bottom: 70px;
    }
    #upcoming-attraction_Carousel .owl-nav, #bumper-attraction_Carousel .owl-nav{
        display: none !important;
    }

}

@media only screen and (min-width: 300px) and (max-width: 767px) {
    body{
        padding-bottom: 80px !important;
        height: auto;
    }
}
