@font-face {
    font-family: "Aachen BT";
    src: url("../fonts/AachenBT-Roman.eot");
    src:
        url("../fonts/AachenBT-Roman.eot?#iefix") format("embedded-opentype"),
        url("../fonts/AachenBT-Roman.woff2") format("woff2"),
        url("../fonts/AachenBT-Roman.woff") format("woff"),
        url("../fonts/AachenBT-Roman.ttf") format("truetype"),
        url("../fonts/AachenBT-Roman.svg#AachenBT-Roman") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight:500;
    color: #ffffff;
}
@media (min-width: 1200px) {
    .header-content .container {
        max-width: 720px !important;
    }
}
@media (min-width: 992px) {
    .header-content .container {
        max-width: 700px !important;
    }
}
@media (min-width: 1450px) {
    .header-content .container {
        max-width: 930px !important;
    }
}

.header-content {
    position: relative;
}
.navbar {
    border: 0;
    z-index: 9999;
    letter-spacing: 4px;
}
.logo {
    display: block;
    height: auto;
    width: 52px;
    padding-top: 5px;
    margin-right: 15px;
}
.navbar-brand {
    position: absolute;
    height: 250px;
    top: -75px;
    left: 5%;
}
.navbar-brand > img {
    height: 100%;
    padding: 15px;
    width: auto;
}

.top-bar {
    background-image: url(../images/Website-Header-BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height:90px;
    padding: 16px;
    box-shadow:
        0 0.5rem 1rem rgba(0, 0, 0, 0.15),
        inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.social-media .fa {
    padding: 8px;
    font-size: 24px;
    width: 42px;
    text-align: center;
    text-decoration: none;
    margin: 4px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    height: 42px;
    color: white;
}
.social-media .bi {
    padding: 6px 9px;
    font-size: 20px;
    width: 42px;
    text-align: center;
    text-decoration: none;
    margin: 4px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    height: 42px;
    color: white;
}

.social-media .fa-facebook:hover {
    background-color: #3b5998;
}
.social-media .bi-twitter-x:hover {
    background-color: black;
}
.right-sm {
    display: flex;
    align-items: center;
    margin-left: auto;
    justify-content: end;
    gap: 20px;
}
.btn-lor {
    display: flex;
    gap: 24px;
}

.btn-lor .btn {
    width: 200px;
    border-radius: 30px;
    padding: 10px 14px;
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Aachen BT";
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}
.bi-arrow-right-short {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    line-height: 1;
}
.org-btn .btn {
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3sease-in-out;
    background-image: url(../images/Button-BG.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.org-btn .btn:hover {
    background: #fff;
    border: 2px solid #000;
    color:#000;
}

.org-btn .btn:hover .bi-arrow-right-short {
    background: linear-gradient(to bottom, #ffcc00, #ff6600);
    border-radius: 50%;
}
.trg-btn .btn {
    background-color: transparent;
    border: 2px solid #ffffff;
}
.trg-btn .btn .bi-arrow-right-short {
    background: linear-gradient(to bottom, #ffcc00, #ff6600);
    border-radius: 50%;
}
.trg-btn .btn:hover {
    transition: all 0.3sease-in-out;
    background: #fff;
    border: 2px solid #000;
    color:#000;
   
}

.ticket-contact {
    max-width: 350px;
    background: rgb(255, 102, 0);
    background: linear-gradient(0deg, rgba(255, 102, 0, 1) 0%, rgba(255, 204, 0, 1) 35%);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    border-left: 6px solid green;
    z-index: 9999;
    padding: 45px 18px 40px 32px;
}

.ticket-contact p {
    font-family: "Aachen BT";
    font-size: 15px;
    color: #001510;
    margin: 0;
}

p.contact-no a {
    text-decoration: none;
    font-size: 28px;
    color: #001510;
}
.ticket-contact p .bi {
    background-color: #023525;
    border-radius: 50%;
    font-size: 16px;
    padding: 4px 6px;
    color: #ffffff;
}
.navbar {
    padding: 0;
}
ul.navbar-nav li a {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #1f1f1f;
}
ul.navbar-nav li.nav-item:nth-child(4) {
    border: 0;
}
ul.navbar-nav li.nav-item {
    border-right: 1px solid #c9c9c9;
    padding: 10px 24px 4px;
    border-bottom: 4px solid #ffffff;
}
ul.navbar-nav li.nav-item:hover {
    background: linear-gradient(0deg, #f5768c -50%, rgb(255 255 255) 50%);
    border-bottom: 4px solid #db1a3c;
    border-right: 1px solid #ffffff;
}
ul.navbar-nav li.nav-item.active{
    background: linear-gradient(0deg, #f5768c -50%, rgb(255 255 255) 50%);
    border-bottom: 4px solid #db1a3c;
    border-right: 1px solid #ffffff;
}
ul.navbar-nav li.nav-item:hover a {
    color: #dd1d3f;
}
.language-dp .btn {
    font-family: "Aachen BT";
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    border: 0;
    color: #ff5722;
}
.language-dp img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.dropdown.language-dp ul {
    z-index: 99999;
    background-color: #00120e;
    border: 0;
    padding: 0;
    border-radius: 8px;
/*    width:120px;*/
}
.dropdown.language-dp ul li a {
    font-family: "Aachen BT";
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
/*    width: 180px;*/
    padding-bottom: 8px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    width: 100% !important;
    background: rgb(255, 102, 0);
    background: linear-gradient(0deg, rgba(255, 102, 0, 1) 0%, rgba(255, 204, 0, 1) 35%);
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-toggle .fa-chevron-down {
    transition: transform 0.3s ease-in-out;
}

.dropdown-toggle.show .fa-chevron-down {
    transform: rotate(180deg);
}
.social-media {
    display: flex;
    align-items: center;
}
.navbar-collapse{
    z-index: 9;
}

/* banner section css start */

.banner-slider {
    width: 100%;
}
.banner-static{
    width: 100%;
    background-image: url('../images/Home-Page-Banner.png');
    min-height: 705px;    
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.banner .slide {
    width: 100%;
    background-image: url('../images/Home-Page-Banner.png');
    min-height: 705px;
}


.banner-slider .slick-slide{
    border-radius: 0;
}

.banner .slick-dots {
    right: 15%;
    bottom: 1.25rem;
    left: 10%;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.banner .slick-dotted.slick-slider {
    margin-bottom: 0;
    overflow: hidden;
}
section.banner {
    position: relative;
}
.banner .slick-dots li.slick-active button:before {
    color: #ffffff;
    opacity: 1;
}

.banner .slick-dots li button:before {
    font-size: 10px;
    color: #fff;
    opacity: 0.50;
}

.banner .slick-dots li {
    width: 8px;
}

.banner .carousel-caption {
    right: 6%;
    bottom: 27%;
}

.banner .carousel-indicators{
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.banner .carousel-inner .carousel-caption {
    right: 6%;
    bottom: 15%;
}
.carousel-caption .btn-lor .btn{
    width: 228px;
    height: 53px;
}
.banner .carousel-indicators {
    left: 26%;
    margin-bottom: 2rem;
}
.carousel-btn{
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-btn {
    right: 5%;
    bottom: 16%;
}
.banner .card {
    background: transparent;
}

.banner .card-body {
    background-image: url(../images/Home-Page-Counter-BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    border-radius: 6px;
    gap: 6px;
    background-position: center top;
    padding:12px 20px 12px 16px;
}
.carousel-caption, .carousel-btn{
    max-width: 620px;
}
.row.carousel-caption .card {
    margin: 0;
    padding: 0;
}
.banner .lucky-text {
    width: 150px;
    padding: 0 10px;
}

.banner .lucky-text h2 {
    text-align: left;
    font-family: "Aachen BT";
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    line-height: 32px;
}

.banner .countdown {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.banner .countdown #days,
.banner .countdown #hours,
.banner .countdown #minutes,
.banner .countdown #seconds {
    background: rgb(200, 197, 197);
    background: linear-gradient(360deg, rgba(200, 197, 197, 1) 3%, rgba(255, 255, 255, 1) 52%);
    border-radius: 6px;
    padding: 10px 6px;
    font-family: "Aachen BT";
    font-size: 46px;
    color: #0d1114;
    width:75px;
    height:75px;
}

.banner .countdown p {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.banner .countdown .count-dot {
    margin-top: -28px;
}

.banner .countdown .count-dot span {
    font-weight: 700;
    color: #fff;
    font-size: 40px;
}

/* banner section css end */

/* live-prize section css start */
.live-prize {
    background-image: url(../images/Live-Prize-BG.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding:60px  0;
}

.title img {
    width: 40px;
}


.title span {
    color: #ffb600;
}

.live-prize .live-prize-ticket {
    padding: 20px 0 80px 0;
    position: relative;
}

.live-prize .live-prize-ticket .row {
    padding: 0 30px;
}
.pf-item{
    position:relative;
    overflow:hidden;
}
.row.box-cs {
    display: grid;
    /* gap: 30px; */
    padding: 10px;
    margin: 0 auto;
    grid-template-columns: 3fr 4fr 3fr;
    max-width:1280px;
    justify-content: center;
    align-items: end;
}
.card-bg{
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    background-size: 100% 100%;
    aspect-ratio: 1 / 1;
    position:relative;
}
.live-prize-ticket2 .item{ 
    background-image: url(../images/Live-Prize-Ticket-2nd.png);
    max-width: 340px;  
}

.live-prize-ticket1 .item{
    background-image: url(../images/Live-Prize-Ticket-1st.png);
    max-width: 400px;  
}

.live-prize-ticket3 .item{
    background-image: url(../images/Live-Prize-Ticket-3rd.png);
    max-width: 340px;    
}


.live-prize .live-prize-ticket .live-prize-ticket2,
.live-prize .live-prize-ticket .live-prize-ticket3 {
    align-self: self-end;
}

.live-prize-ticket1 .content {
    margin-top: 70px;  
}
.content {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    padding: 16px;
    top: 0;
    bottom: 0;
    margin-top: 65px;
}

.live-prize-ticket1 .content .money{
    font-family: "Aachen BT";
    font-size: 45px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom:5px;
}
.live-prize-ticket2 .content .money,
.live-prize-ticket3 .content .money {
    font-family: "Aachen BT";
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom:5px;
}

.live-prize .lottery-number-list {
    align-items: center;
    justify-content: center;
    gap: 10px;
    display: flex;
}

.lottery-number {
    background: linear-gradient(360deg, rgba(200, 197, 197, 1) 3%, rgba(255, 255, 255, 1) 52%);
    padding: 4px;
    border-radius: 6px;
}
.live-prize .lottery-number-list .lottery-number p {
    font-family: "Aachen BT";
    font-size: 28px;
    color: #035339;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.live-prize .live-prize-ticket3 .lottery-number-list .lottery-number p{
    color: #f30000;
}
.live-prize .live-prize-ticket1 .lottery-number-list .lottery-number p {
    color: #f30000;
}
.live-prize .lottery-number-list .lottery-number:nth-child(6) p {
    color: #0d1114;
}
.lp-btn .btn {
    background-color: #fff;
    border-radius: 30px;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    border: 2px solid #32a32c;
    font-size: 14px;
    font-family: "Aachen BT";
    text-transform: uppercase;
    height: 48px;
}
.lp-btn.orgn-btn .btn{
    width: 220px;
    height:55px;
    border:2px solid #732100;
}

.lp-btn.orgn-btn .btn .bi{
    background: linear-gradient(0deg, rgba(255, 102, 0, 1) 0%, rgba(255, 204, 0, 1) 35%);
}
.lp-btn.orgn-btn .btn:hover{
background:#732100;
}
.lp-btn .btn:hover {
    background-color: #32a32c;
    color: #fff;
}
.lp-btn .btn .bi{
    background: linear-gradient(to bottom, #000000, #272727);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
}
.lp-btn .btn:hover .bi{
  background:#fff;
  color:#000;   
}
.lp-btn.red-bt .btn {
    border: 2px solid #872400;
}
.lp-btn.red-bt .btn:hover {
    background:#872400;
    color:#fff;
}
.lp-btn.red-bt .bi{
    background:#872400;
}
.lp-btn.red-bt .btn:hover .bi{
    background:#fff;
    color:#872400;
}
.live-prize-ticket .content .lottery-winner {
    font-family: "Aachen BT";
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    margin:0;
    padding:0;
}
.lottery-sm {
    position: absolute;
    left: 0;
    right: 0;
    padding:4px;
}
.lottery-container.lottery-bk{
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    background-size: 100% 100%;
    position: relative;
    margin: 0 auto;
}
.live-prize-ticket2 .lottery-container {
    background-image: url(../images/Live-Prize-Ticket-2nd-Counter-BG.png);
    max-width: 320px;
    height: 83px;
}
.live-prize-ticket3 .lottery-container {
    background-image: url(../images/Live-Prize-Ticket-3rd-Counter-BG.png);
    max-width: 320px;
    height: 83px;
}
.live-prize-ticket1 .lottery-container {
    background-image: url(../images/Live-Prize-Ticket-1st-Counter-BG.png);
    max-width: 375px;
    height: 88px;
}

/* .lottery-winner {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
} */

.live-prize .live-prize-ticket1 .lottery-number-list .lottery-number p {
    font-size: 36px;
}

/* promotion section css start */

.promotion {
    background-image: url(../images/Promotions-BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:60px 0;
}
.promotion .title{
padding-bottom:30px;
}

.carousel picture {
    min-width: 100%;
    transition: transform 0.5s ease-in-out;
}

.slider {
    max-width: 1040px;
    margin: 0 auto 80px;
}

.slick-slide {
    text-align: center;
    background-image: url(../images/Promotions-Ticket.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    background-size: cover;
    background-position: 100% 100%;
    height: 227px;
}

.win-big {
    font-family: "Aachen BT";
    font-size: 72px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.bonus {
    font-family: "Aachen BT";
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.call p {
    font-family: "Aachen BT";
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.promotion .slick-dots {
    bottom: 0px;
}
.slick-slider .pd-s {
    margin: 0 25px;
}
.promotion .slick-dotted.slick-slider {
    padding-bottom: 50px;
    margin-bottom: 0;
}

.promotion .slick-dots li.slick-active button:before {
    color: #ffffff;
    opacity: 1;
}

.promotion .slick-dots li button:before{
    font-size: 10px;
    color: #fff;
    opacity: 0.50;
}

.promotion .slick-dots li{
    width: 8px;
}

/* promotion section css end */


/**********************Past-Lottery-Result***********************/

.past-lottery-result {
    background-image: url(../images/Past-Lottery-Winners-BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 60px 0;
}
.past-lottery-title {
    max-width: 660px;
    margin: 0 auto;
}
.title h2 {
    font-family: "Aachen BT";
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.title h2:before {
    content: "";
    background-image: url(../images/Live-Prize-Rectangle-Left.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 35px;
    height: 5px;
    display: block;
    margin-right:24px;
}
.title h2:after {
    content: "";
    background-image: url(../images/Live-Prize-Rectangle-Right.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 35px;
    height: 5px;
    display: block;
    margin-left:24px;
}

.calender-box {
    max-width: 700px;
    margin: 0 auto;
    background: #000;
    border-radius: 8px;
    padding: 16px;
}
.past-lottery-result p {
    text-align: center;
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.past-lottery-result p:nth-child(3){
    margin: 0;
}
.calender-box .input-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
} 

.calender-box label {
    font-family: "Aachen BT";
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.calender-box .form-select {
    width: 210px;
    height: 40px;
    color: #000;
    font-weight: 500;
}
.calender-box .form-control {
    width: 200px;
    height: 40px;
    color: #000;
    font-weight: 500;
}
.form-select:focus {
    border-color: red;
    box-shadow: none;
}
.form-control:focus {
    border-color: red;
    box-shadow: none;
}
.or-t {
    padding-top: 30px;
}
.btn-search .btn {
    width: 150px;
    border-radius: 30px;
    padding: 10px 5px 10px 16px;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Aachen BT";
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3sease-in-out;
    background-image: url(../images/Button-BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 23px;
    background-position: 100% 100%;
    border: none;
    border: 2px solid #1f1f1f;
}
.btn-search .btn:hover{
background:transparent;
border-2ps
}
.btn-search .btn:hover {
    background-color: transparent;
    border: 2px solid #ffffff;
}
.btn-search .btn .bi-arrow-right-short {
    background: linear-gradient(to bottom, #ffcc00, #ff6600);
    border-radius: 50%;
}

table.table.table-bordered {
    max-width: 900px;
    margin: 0 auto;
}
.table-r .table{
    max-width: 900px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #1f1f1f;
}
.table-r .table tr th{
    text-align:center;
    color:#fff;
    align-items: center;
    font-family: "Aachen BT";
    text-transform:uppercase;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #1f1f1f;
}
.table>:not(caption)>*>*{
    background-color:#f3f3f3;
}
.table-r .table tr th:nth-child(1){
    background-color:#1f1f1f;
}
.table-r .table tr th:nth-child(2){
    background-image: url(../images/Lottery-Table-Gradient-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.table-r .table tr th:nth-child(3){
    background-image: url(../images/Lottery-Table-Gradient-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.table-r .table tr th:nth-child(4){
    background-color:#e9001f;
}
.table-r .table tr td {
    text-align: center;
    font-weight: 600;
    padding: 16px 16px 8px;
    font-size: 11px;
}
.table-r .accordion-item button{
text-align:center;
color:#fff;
align-items: center;
font-family: "Aachen BT";
text-transform:uppercase;
font-size: 16px;
font-weight: normal;
}
.table-r .accordion-item{
    border:1px solid #1f1f1f;
}
.table-r .accordion-item:nth-child(1) button{
    background-color:#1f1f1f;  
}
.table-r .accordion-item:nth-child(2) button{
    background-image: url(../images/Lottery-Table-Gradient-1.png);
    background-size: cover;
    background-repeat: no-repeat;  
}
.table-r .accordion-item:nth-child(3) button{
    background-image: url(../images/Lottery-Table-Gradient-2.png);
    background-size: cover;
    background-repeat: no-repeat; 
}
.table-r .accordion-item:nth-child(4) button{
    background-color:#e9001f; 
}
.table-r .accordion-button::after{
    filter: invert(1);
}
.table-r .accordion-button:focus{
    box-shadow:none;
}
.table-r .accordion-button {
    position: relative;
    display: inline;
}
.table-r .accordion-body{
    background-color: #f4f4f4;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #1f1f1f;
}
.table-r .accordion-button::after {
    display: block;
    margin-top: -20px;
}

footer{
    padding:60px 0 0;
    background-image: url(../images/Footer-BG.png);
    background-size: cover;
    background-repeat: no-repeat;   
}
footer .f-logo img{
  max-width:200px;  
}
footer h5{
    font-family: "Aachen BT";
text-transform:uppercase;
font-size: 16px;
padding-bottom: 16px;
}
footer a{
    color:#fff;
    font-size:12px;
    text-decoration:none;
}
footer a:hover{
    color:#e9001f;
}
.nav a{
    color:#fff;
    font-size:12px;
    text-decoration:none; 
}
.nav a:hover{
    color:#e9001f;
}

footer label{
    font-family: "Aachen BT";
text-transform:uppercase;
font-size: 12px;
}
.call-txt a{
    font-family: "Aachen BT";
    text-transform:uppercase;
    font-size: 20px;
}
.copy-right {
    border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
}
.copy-right p {
    padding: 24px 0;
    margin: 0;
    text-align: center;
    font-size: 12px;
    text-transform:uppercase;
}
.what-lottery {
    padding: 24px 0;
}
.what-lottery h4{
    font-family: "Aachen BT";
    text-transform:uppercase;
    font-size: 18px;
}
.what-lottery p{
    font-size:12px;
    color:#898989;
}

/************ How To Play ****************/

.how-to-play-conatiner{
    padding: 60px 0 ;
    background-image: url(../images/How-To-Play-BG.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.how-to-play-inner {
    max-width: 1000px;
    margin: 0 auto;
    display:grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: repeat(5, 1fr);
}
.how-to-play-inner .img-cs{
max-width:220px;
}
.arrow-n {
    text-align: center;
}
.how-to-play-conatiner .title h2 {
    color: #001121;
}
.slick-dots li {
    width: 10px;
    height: 10px;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    opacity: 0.50;
}

.slick-dots li.slick-active {
    width: 30px;
    height: 10px;
}

.slick-dots li.slick-active button {
    border-radius: 5px;
    background-color: #fff;
    opacity: 1
}

.slick-dots li button:before{
    content: '';
}
/**********************Past-Lottery-Result***********************/

@media (max-width: 1450px) {
    .btn-lor .btn {
        width: 180px;
        height: 43px;
    }
    ul.navbar-nav li.nav-item {
        padding: 10px 16px 4px;
    }
    .top-bar {
        height: 85px;
    }
    .navbar-brand > img {
        height: 220px;
    }
    .language-dp img {
        height: 35px;
        width:35px;
    }
    .dropdown.language-dp ul li a {
/*        width: 120px;*/
    }
    ul.navbar-nav li a {
        font-size: 14px;
    }
    p.contact-no a {
        font-size: 24px;
    }
    .ticket-contact p {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .ticket-contact {
        padding: 45px 18px 40px 16px;
    }
    p.contact-no a {
        font-size: 19px;
    }
    .language-dp .btn {
        font-size: 12px;
        padding:8px  0;
    }
    .navbar-brand > img {
        height: 180px;
    }
    .social-media .fa {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
    .social-media .bi {
        padding: 4px 8px;
        font-size: 14px;
        width: 32px;
        height: 32px;
    }
    .right-sm,
    .btn-lor {
        gap: 14px;
    }
    .btn-lor .btn {
        width: 160px;
        height: 38px;
    }
    .org-btn .btn {
        padding: 10px 14px;
    }
    .bi-arrow-right-short {
        font-size: 20px;
    }
    .slick-slide{
        height:203px;
    }
    .win-big{
        font-size:58px;
    }
}

@media (max-width: 991px) {
    .banner .countdown #days, .banner .countdown #hours, .banner .countdown #minutes, .banner .countdown #seconds {
        font-size: 26px;
        font-weight: 500;
        padding: 10px 8px;
        width: 58px;
    height: 58px;
    padding: 12px 12px;
    }
    .dropdown.language-dp ul li a {
        font-size: 12px;
        padding: 10px;
    }
    .dropdown.language-dp ul li {
        width:120px;
    }
    .dropdown.language-dp ul{
        min-width:120px;
        left: -10px !important;
    }
    .banner .carousel-inner .carousel-caption {
        right: 0;
        bottom: 34px;
        left: 0;
        top: -113px;
        padding: 50px;
    }

    .banner .lucky-text h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .banner .countdown p {
        padding:0;
        font-size:10px;
    }
    .banner .lucky-text{
        padding: 0 10px 0 0;
    }
    .banner .countdown .count-dot span {
        font-size: 46px;
    }

    .banner .carousel-indicators {
        left: 0;
    }

    .banner .card-body {
        padding-top: 6px;
        padding-bottom: 5px;
    }

    .banner picture img {
        width: 100%;
    }

    .live-prize-ticket {
        /* display: none; */
        /* Hide desktop layout on mobile */
    }
    .row.box-cs{
        display: flex;
        flex-direction: column;
    }
    .live-prize-ticket1{
        order: -1;
    }
    .live-prize-ticket2 .item{
        margin-right: auto;
        margin-bottom: 16px;
        max-width: 290px;
    }
    .live-prize-ticket1 .item{
        max-width: 290px;
        margin-bottom:16px;
    }
    .live-prize-ticket3 .item{
        margin-left: auto;
        max-width:290px;
    }
    .lottery-container.lottery-bk{
        padding:4px;
    }
    .live-prize-ticket1 .content .money{
        font-size:36px;
    }
    .live-prize-ticket3 .lottery-container{
        height:70px;
    }
    .live-prize-ticket2 .content .money, .live-prize-ticket3 .content .money{
        font-size:36px;
    }
    .live-prize .live-prize-ticket1 .lottery-number-list .lottery-number p{
        font-size:20px;
    }
    .live-prize .live-prize-ticket .row{
        padding:0;
    }
    .live-prize-ticket1 .lottery-container{
        max-width: 290px;
        height: 70px;
        margin-bottom: 20px !important;
        
    }
    .live-prize .live-prize-ticket{
        padding-bottom:0;
        padding-top:6px;
    }
    .live-prize-ticket1 .content, .live-prize-ticket2 .content, .live-prize-ticket3 .content{
        margin-top:45px;
    }
    .content{
        margin-top:45px;
    }
    .live-prize .lottery-number-list .lottery-number p{
        font-size:20px;
    }
    .live-prize-ticket2 .lottery-container{
        height:70px;
        max-width: 290px;
    }
    .live-prize-slider {
        display: block;
        /* Show slider on mobile */
    }

    .live-prize #livePrizeCarousel {
        padding: 16px 0;
    }
    .live-prize{
        padding: 40px 0px 50px;
    }

    .live-prize .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    .lottery-container{
        position:relative;

    }
    .lp-btn.orgn-btn .btn {
        width: 190px;
        height: 48px;
    }
    .live-prize .lottery-container .thumb1-img {
        max-width: 310px;
        height: 80px;
    }

    #livePrizeCarousel .content .money {
        color: #fff;
        font-size: 42px;
        font-family: "Aachen BT";
        color: #ffffff;
        text-transform: uppercase;
        margin:0;
    }
    .carousel-item .thumb img{
        max-width: 330px;
    }
    .lottery-sm{
        top:0;
    }
    .carousel-item  .thumb {
        position: relative;
    }
    .lottery-winner {
        font-size: 18px;
    }

    #livePrizeCarousel .carousel-indicators {
        bottom: -40px;
    }

    .title h6 {
        font-size: 26px;
        padding: 0px 18px;
    }
    .right-sm {
        display: none;
    }
    .ticket-contact {
        display: none;
    }
    .header {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
    }
    .navbar-brand {
        left: 50%;
        top: 0;
        transform: translate(-50%, 0%);
        position: absolute;
        margin: 0;
        padding: 0;
        height: unset;
    }
    .navbar-brand > img {
        height: 150px;
        padding: 0;
    }
    .top-bar {
        height: 60px;
        padding: 3px 0px;
    }
    .navbar-toggler {
        background: linear-gradient(0deg, rgba(255, 102, 0, 1) 0%, rgba(255, 204, 0, 1) 35%);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        margin: 10px 0;
    }
    ul.navbar-nav {
        background: #ffffff;
    }
    ul.navbar-nav li.nav-item {
        padding: 4px 16px;
        border-bottom: 1px solid #c9c9c9;
    }
    .navicon {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 40px;
        height: 16px;
        cursor: pointer;
        position: relative;
        align-items: center;
    }

    .navicon span {
        background-color: #fff;
        height: 3px;
        width: 100%;
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
        position: absolute;
    }

    /* Positioning the Three Lines */
    .navicon span:nth-child(1) {
        top: 0;
        width: 14px;
    }
    .navicon span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
        width: 22px;
    }
    .navicon span:nth-child(3) {
        bottom: 0;
        width: 14px;
    }

    /* Open (Close 'X') Animation */
    .navbar-toggler[aria-expanded="true"] .navicon span:nth-child(1) {
        transform: rotate(45deg);
        top: 45%;
        width: 20px;
    }

    .navbar-toggler[aria-expanded="true"] .navicon span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] .navicon span:nth-child(3) {
        transform: rotate(-45deg);
        top: 45%;
        width: 20px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }

    .calender-box{
        max-width:540px;
    }
    .calender-box .input-group{
        flex-direction:column;
    }
    .calender-box .form-select, .calender-box .form-control{
        width:265px;
    }
    .btn-search .btn{
        margin:0;
    }
    .past-lottery-title{
        max-width:350px;
    }
    .past-lottery-title h2{
        font-size:28px;
    }
    .past-lottery-title h2:before, .past-lottery-title h2::after{
        margin-top:-32px;
    }
    .accordion {
        max-width: 300px;
        margin: 0 auto;
    }
      .carousel-inner .content{
        margin-top: 50px;
    }
    .how-to-play-inner{
        grid-template-columns: 1fr;
        gap: 40px;
        justify-content: center;
    }
    .ticket-one, .ticket-two, .ticket-three{
        margin: 0 auto;
    }  
    .slider {
        margin: 0px auto 0;
    }

    .win-big {
        font-size: 72px;
        margin: 0;
    }
    .nh-m {
        padding: 24px 0;
    }
    
    .bonus {
        font-size: 30px;
        line-height: 36px;
    }
    .call p {
        font-size: 34px;
        font-weight: 400;
        display: flex;
        flex-direction: column;
        line-height: 38px;
    }
    .promotion{
        padding:40px 0;
    }
    .promotion .title{
        padding-bottom:0px;
        margin-bottom: -20px;
        }
        .promotion .slick-dotted.slick-slider{
            padding-bottom:0;
        }
        .past-lottery-result, .how-to-play-conatiner, footer{
            padding:40px 0;
        }
        .banner .slick-dots{
            left:0;
        }
    .call {
        font-size: 43px;
        padding: 8px 16px;
        line-height: 1;
        font-weight: 600;
        flex-direction: column;
    }

    .slick-slide {
        text-align: center;
        background-image: url(../images/Promotions-Ticket-Mobile.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 338px;
        /* background-size: contain; */
    }
    .promotion .slick-slide{
        background-size: contain; 
    }
    .banner-slider .slide {
        background-image: url('../images/Home-Page-Banner-Mobile-2.png');
    } 
    .banner-static{
        background-image: url('../images/Home-Page-Banner-Mobile-2.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .carousel-caption{
        max-width:420px;
    }
    .banner .carousel-caption{
        left: 16px;
        right: 16px;
        margin: 0 auto;
        bottom: 50%;
    }
    .carousel-btn{
        bottom: 7%;
        left: 6px;
        right: 6px;
        margin: 0 auto;
    }
    .btn-lor .btn {
        width: 172px;
        height: 40px;
        font-size: 14px;
    }
    .btn-lor{
        align-items: center;
        justify-content: center;
    }
    .dropdown{
        z-index: 99999;
    }
    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 50%; /* Default dots are circles */
        background-color: gray; /* Default dot color */
        transition: all 0.3s ease;
        border-top: 0;
        border-bottom: 0;
      }
      .carousel-indicators .active {
        width: 30px;
        height: 10px;
        border-radius: 50px;
        background-color: #fff;
      }
    
}

@media (max-width:575px){
    footer .f-logo img{
        margin:0 auto;
        margin-bottom:24px;
    }
    .copy-right p{
        max-width: 230px;
        margin: 0px auto;
        padding: 15px 0;
    }

    .banner .carousel-inner .carousel-caption {
        right: 0;
        bottom: 0;
        left: 0;
        top: -80px;
        padding: 50px;
    }

    .banner .countdown p {
        font-size: 9px;
    }

    .banner .countdown .count-dot span {
        font-size: 30px;
    }
    .win-big{
        font-size: 60px;
    }
  
    .bonus{
        font-size:32px;
    }
    .call p{
        font-size:26px;
        line-height:32px;
    }
    .nh-m {
        padding: 36px 0;
    }
}

@media (max-width: 480px) {
    .carousel-caption {
        max-width: 310px;
    }
    .banner .carousel-inner .carousel-caption {
        right: 0;
        bottom: 0;
        left: 0;
        top: -80px;
        padding: 50px;
    }

    .banner .countdown p {
        font-size: 8px;
    }
    .banner .countdown #days, .banner .countdown #hours, .banner .countdown #minutes, .banner .countdown #seconds{
        width: 42px;
        height: 42px;
        font-size: 20px;
        line-height: 34px;
        padding: 5px;
        margin-bottom: 3px;
    }
    .banner .countdown .count-dot {
        margin-top: -22px;
    }
    .banner .card-body{
        gap:2px;
        padding: 6px;
    }
    .banner .carousel-caption{
        left: 10px;
        right: 10px;
    }
    .timer-m{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .banner .countdown {
        gap: 6px;
    }
    .banner .lucky-text h2 {
        font-size: 16px;
    }
}

@media (max-width:380px){
    .bonus{
        font-size:28px;
        line-height: 30px;
    }
    .trg-btn {
        order: -1;
    }
    .btn-lor {
        flex-direction: column;
    }
    .carousel-btn{
        bottom: 3%;
    }

}
