body * {
    font-family: "Poppins", sans-serif;
}
.logo{
    max-width: 80px;
}
.navbar {
    position: relative;
    padding: 25px 0 0;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 0px 16px 0px, rgba(85, 85, 85, 0.05) 2px 5px 10px 0px;
}

.navbar:before {
    content: '';
    display: block;
    height: 25px;
    width: 100%;
    background-color: rgb(1, 89, 83);
    position: absolute;
    top: 0;
    left: 0;
}

a.navbar-brand {
    position: relative;
    /* padding: 0; */
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: rgb(14, 27, 25);
    font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link.nav-link-red {
    color: rgb(203, 58, 96);
}
.navbar-expand-lg .navbar-nav a.nav-link.nav-link-btn {
    background-color: rgb(203 58 96);
    border-color: rgb(203 58 96);
    color: rgb(255 255 255);
    padding: .75rem 1.5rem;
    border-radius: .25rem;
    margin-left: 8px;
}

ul.navbar-nav.ms-auto {
    align-items: center;
}

ul.navbar-nav.ms-auto {
    align-items: center;
}
.nav-item+.nav-item {
    margin-left: 15px;
}
.hero-section {
    background-color: rgb(0, 108, 103);
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}
.hero-section:before {
    /* background-image: url(../img/header-leaf-green.svg); */
    background-image: url(../img/4.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 55rem;
    inset: 0;
    position: absolute;
    width: 49rem;
    z-index: 1;
    transform: translate(-10.8rem,-14rem);
    display: none;
}
/*.hero-section:after{
    height: 467px;
    width: 676px;
    background-image: url(../img/header-foliage.svg);
    background-position: top;
    background-size: contain;
    inset: auto;
    right: 0;
    top: 0;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    transform: translate(187px, -36px);
}*/
.hero-section:after {
    height: 714px;
    width: 773px;
    background-image: url(../img/3.svg);
    background-position: top;
    background-size: contain;
    inset: auto;
    right: 0;
    top: 0;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    transform: translate(187px, -36px);
}
.hero-prc {
    background-color: rgb(1, 76, 70);
    color: #fff;
    padding: 1.4rem;
    border-radius: .375rem;
    position: relative;
    overflow: hidden;
    /*background-image: url(../img/button-foliage.svg), url(../img/draw-prize.png);
    background-position: calc(100% + 5rem) -5rem, 100%;
    background-repeat: no-repeat;*/
}
.hero-prc:before{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-image:url(../img/draw-prize-new.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    z-index: 1;

}
/*.hero-prc:after{
    content: '';
    position: absolute;
    width: 70%;
    height: 150%;
    right: 0;
    top: 0;
    background-image:url(../img/button-foliage.svg);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}*/

.herolist-item-icon {
    width: 32px;
    height: 32px;
    background-color: rgb(51, 137, 133);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}


ul.herolist {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin: 2rem 0 0;
    color: #fff;
}

li.herolist-item {
    text-align: center;
    padding: 0 0.6rem;
    min-width: 33.3333%;
    flex: 0 0 33.3333%;
}

.herolist-item-icon svg {
    color: #fff;
    max-width: 20px;
    height: 15px;
}

.herolist-item+.herolist-item {border-left: 1px solid;}

.herolist-item-title {
    font-size: .875rem;
    margin: .75rem 0 0;
}

.herolist-item-description {
    font-size: 1.5rem;
    margin: 0.5rem 0 0;
}
.herolist-item-description p{
    margin: 0;
}
.tp-prc-dt {
    margin: 0.25rem 0 0;
    font-size: 1.5rem;
    position: relative;
    z-index: 2;
}

.tp-prc {
    font-size: .875rem;
    color: rgb(230 244 242);
    position: relative;
    z-index: 2;
}

.tp-prc-amt {
    font-size: 3.75rem;
    font-weight: bold;
    z-index: 2;
    position: relative;
}

.btn.btn-light {
    background-color: rgb(7 59 54);
    border: 0;
    color: #fff;
    position: relative;
    z-index: 2;
}

.hero-rght-cnt {max-width: 400px;margin: 0 auto;background-color: #e3023c;border-radius: .375rem;padding: 2rem  1rem;}
.hero-rght-cnt-img img {display: block;margin: 0 auto;}
.hero-section .container{z-index: 1;}
.hero-rght-dt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 5px;
    font-size: 1.25rem;
    font-weight: 700;
    color: rgb(64 68 70 );
}

.hero-rght-dt svg {
    width: 20px;
}
.wn-nmb{
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 0 10px;
    padding: 0;
    margin: 0.5rem 0;
}
.wn-nmb li{
    font-size: 1.125rem;
    height: 2.5rem;
    width: 2.5rem;
    background-color: rgb(246 243 235);
    color: rgb(14, 27, 25);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
}
.hero-rght-cnt .btn-light{
    color: rgb(203, 58, 96);
    background-color: rgb(255, 245, 247);
}
body {
    background-color: #faf9f5;
}

.result-card {
    background-color: #fff;
    margin: 0 0 1rem;
    padding: 1rem;
    border-radius: 0.375rem;
}

.result-card img {border-radius: 0.375rem;}

.section-title {
    font-size: 3.75rem;
    color: rgb(14 27 25);
    font-weight: bold;
}

.section-title+p.text-center.text-muted {
    font-size: 1.25rem;
    color: rgb(0 108 103) !important;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.result-card .wn-nmb {
    margin-bottom: 0;
}
footer * {
    color: #fff !important;
}
footer {
    background-color: rgb(1, 89, 83);
}
.bottom-tble  .section-title {}

.tbl-wrpr {
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 5rem;
    border-radius: .375rem;
}

.tbl-wrpr .table {
    margin: 0;
}

.tbl-wrpr .table thead th {
    background-color: rgb(203 58 96);
}

.tbl-wrpr .table tbody tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(#006c67);
    --bs-table-striped-bg: #006c67;
}

.tbl-wrpr .table tbody tr:nth-of-type(even)>* {
    --bs-table-bg: #014c46;
}

.bottom-tble .container {
    position: relative;
}

.bottom-tble .container:before {content: '';position: absolute;width: 300px;height: 200px;background-image: url(../img/6.svg);background-size: contain;background-repeat: no-repeat;background-position: bottom left;top: -80px;left: -28px;display: none;}
.bottom-tble .container:after {
    content: '';
    position: absolute;
    width: 300px;
    height: 200px;
    background-image: url(../img/6.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    top: -80px;
    right: -28px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    display: none;
}
.hero-rght-cnt .hero-rght-dt {
    font-size: 2.5rem;
    color: #fff;
    margin: -1rem 0 4rem;
    justify-content: center;
}
.dr-tbl.table {
    display: none;
}

.series {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.875rem;
    padding: 0.3rem 1rem;
    line-height: 1.2;
    background-color: #cb3a60;
    color: #fff;
    border-radius: 0 0 0 0.375rem;
}

.result-card {
    position: relative;
    overflow: hidden;
}

.result-card>div>div {
    padding: 1rem 0;
}

.mr-rslt {
    position: absolute;
    right: 21px;
    bottom: 5px;
    color: #cb3a60;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1rem;
}
#md-table .dr-tbl.table{
    display: block;
}
@media(max-width: 991px){
    .hero-section .container {
        max-width: 100%;
    }
    .navbar-collapse {
    position: absolute;
    left: 0;
    top: 114px;
    z-index: 2;
    height: calc(100vh - 115px);
    background-color: #faf9f5;
    width: 285px;
    padding: 10px 0 0;
    border-top: 4px solid #cb3a60;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
}
  .navbar-collapse.show {
      transform: translateX(0);
    }

.navbar-expand-lg .navbar-nav a.nav-link.nav-link-btn {
    margin: 16px 0 0;
}

.navbar-collapse ul.navbar-nav li {margin: 0;padding: 7px 0;}

.navbar-collapse ul.navbar-nav {
    display: block;
    padding: 0 15px;
}

.navbar-collapse ul.navbar-nav li+li {
    border-top: 1px solid #006c67;
    margin-top: 1px;
}

nav.navbar.navbar-expand-lg {
    background-color: #faf9f5;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
}
.menu-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.4);
      z-index: 1;
    }

    .menu-overlay.active {
      display: block;
    }
}
@media(max-width: 767px){
    .section-title {
        font-size: 3rem;
    }
    .hero-prc:before,.bottom-tble .container:before,.bottom-tble .container:after{display: none;}
    .hero-section:before{height: 26rem;}
    ul.herolist {
        margin: 2rem 0 4rem;
    }
    .hero-section:after {
        height: 537px;
        width: 611px;
        transform: translate(101px, 107px);
    }
    .tbl-wrpr{padding: 1rem;}
    
    .bottom-tble{padding-top: 0;}
    .hero-rght-cnt{margin-top: 2rem;}
}

