@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
article,
aside,
details,
video,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

html,
body {
    width: 100%;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #fff;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

ul li {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    text-indent: 1px;
}

select::-ms-expand {
    display: none;
}

p {
    padding: 0;
    margin: 0;
}

p {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #231F20;
}

a {
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #132953;
}

ul,
ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}

select,
input,
button,
a {
    outline: none;
    border: none;
}

button:focus {
    outline: none;
    outline: none;
}

body a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.container {
    max-width: 1170px;
}

.container-fluid {
    max-width: 1600px;
}

header .navbar-nav .nav-link {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
    padding: 10px 15px !important;
}


/*-------- header css start --------*/

header .right-toggle .navbar-toggler {
    border: 0px;
}

header .right-toggle .navbar-toggler .bar {
    display: block;
    background-color: #056839;
    width: 25px;
    height: 2px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
}

header .right-toggle .navbar-toggler.clicked .bar.bar-1 {
    transform: rotate(45deg);
    margin: 0px auto -1px;
}

header .right-toggle .navbar-toggler.clicked .bar.bar-2 {
    transform: rotate(-45deg);
    margin: 0px auto 3px;
}

header .right-toggle .navbar-toggler.clicked .bar.bar-3 {
    display: none;
}

header>nav.navbar {
    justify-content: space-between;
    background-color: #620000;
    margin-top: 0px;
    padding: 10px;
}

#mynav a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

#mynav a:hover {
    color: #E18E11;
}

header .right-toggle .collapse-content-inner {
    position: absolute;
    right: 0px;
    width: 320px;
    top: 100%;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 11px 11px 9px rgb(191 167 167 / 8%);
}

nav.right-toggle-content {
    position: relative;
}

header .right-toggle .collapse-content-inner h4 {
    color: #000;
    margin: 0px 0px 0px;
}

header .right-toggle .collapse-content-inner span {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}

.main-nav.lightHeader {
    background-color: #6d0114;
    box-shadow: 0px 2px 11px 9px rgb(191 167 167 / 8%);
}

.main-nav.lightHeader .navbar-toggler {
    height: 70px;
}

.main-nav.lightHeader .navbar-nav .nav-link {
    color: #000;
}

.main-nav.lightHeader .navbar-nav .nav-link:hover {
    color: #c1ae63;
}

.navbar-brand img {
    transition: all 0.3s ease-in-out;
}


/*-------- header css end --------*/

.sidenav {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #FAFEF3;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
    box-shadow: 0px 3px 101px rgb(0 0 0 / 18%);
    height: 100%;
    max-width: 400px;
}

.sidenav a {
    padding: 8px 15px 8px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #231F20;
    display: inline-flex;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #fcc439;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #056839;
}

.navbar button.navbtn {
    background-color: transparent;
}

.navbtn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fcc439;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer;
}

.dropdown-content {
    display: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.pos-f-t.right-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
}

.lightHeader .pos-f-t.right-toggle {
    box-shadow: none
}

header.d_view .container-fluid {
    max-width: 1920px;
    width: 100%;
}

header.d_view.new-v a.donate_btn {
    width: 110px;
}

nav.navbar.navbar-expand-lg.fixed-top.main-nav.wow.fadeInDown.lightHeader {
    margin-top: 0;
}

.navbar-brand {
    max-width: 200px;
    width: 100%;
}

.btn.dropdown-toggle.selectpicker.btn-default {
    color: #fff;
}

.d_view.new-v .navbtn {
    display: none;
}

.d_view.new-v .lngg {
    display: none;
}
div#response_number span {
    color: aqua;
}
.btn_hlp {
    border: 1px solid #FFC93D;
    border-radius: 8px;
    width: 150px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    color: #FFC93D !important;
    transition: 0.5s;
}

.btn_hlp:hover {
    background-color: #fff;
    color: #E18E11;
    border: 0px;
}

.banbner_area {
    background-image: url('../images/banner-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
}

.bonus {
    background: rgba(255, 255, 255, 0.21);
    backdrop-filter: blur(44px);
    border-radius: 60px;
    padding: 40px;
    text-align: center;
    border-radius: 52px;
    /* outline: 2px dashed #FFC93D;
        outline-offset: -20px; */
    max-width: 100%;
}

.bonus h5 {
    font-weight: 700;
    font-size: 35px;
    line-height: 51px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
    max-width: 670px;
    margin: auto;
}

.bonus h1 {
    font-weight: 700;
    line-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    font-size: 100px;
    background: -webkit-linear-gradient(#FFC93D,#E99E2E,#FFC93D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #E99E2E;
    /*color: #FFC93D;
*/    position: relative;
    letter-spacing: 1px;
    font-family: 'Montserrat';
}

.background::after {
    -webkit-animation: myfirst 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    background-image: linear-gradient(0deg, transparent, transparent 50%, #f0ad28 50%, #f0ad28 100%), linear-gradient(0deg, transparent, transparent, transparent 50%, #f0ad28 50%, #f0ad28 99%), linear-gradient(90deg, transparent, transparent 50%, #f0ad28 50%, #f0ad28 100%), linear-gradient(90deg, transparent, transparent 50%, #f0ad28 50%, #f2b02a 100%);
    background-repeat: repeat-y, repeat-y, repeat-x, repeat-x;
    background-size: 3px 32px, 3px 32px, 32px 3px, 32px 3px;
    opacity: 0.7;
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 18px;
    right: 18px;
    content: '';
    border-radius: 12px;
}

@-webkit-keyframes myfirst {
    0% {
        background-position: 0 0, 100% 100%, 100% 0, 0 100%;
    }
    100% {
        background-position: 0 +100px, 100% 0%, 0 0, 100% 100%;
    }
}

.bonus span {
    font-weight: 700;
    font-size: 50px;
    line-height: 63px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin: 10px auto;
}

.banbner_area h4 {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 40px 0 20px 0;
}

.phone-list .form-control {
    position: relative;
}

.play {
    position: absolute;
}

.pay_method li {
    display: inline-block;
}

footer {
    background-color: #080B14;
    padding: 100px 0;
}

footer h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.pay_method li {
    margin-right: 10px;
}

.pay_method {
    margin: 20px 0 40px 0;
}

.links li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.links li a {
    padding: 0 15px;
}

.links li a:hover {
    color: #E18E11;
}

.links li a,
.links p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #C8C8C8;
    position: relative;
}

.links li:last-child::after {
    display: none !important;
    content: '';
}

ul.links {
    margin-top: 40px;
}

.links li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    font-size: 16px;
    right: 0;
    color: #FAFEF3;
    border-right: 1px solid #FAFEF3;
    height: 13px;
    margin: auto;
}

.links .lst:after {
    display: none;
}

.links p {
    margin: 10px 0;
}

.banbner_area input {
    background: #FFFFFF;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    position: relative;
    padding-left: 20px;
}

.banbner_area button {
    position: absolute;
    right: 0px;
    width: 140px;
    height: 60px;
    background: linear-gradient(180deg, #E18E11 0%, #FFC93D 52.6%, #E18E11 100%);
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

form.example {
    padding-bottom: 80px;
    display: flex;
    position: relative;
}
div#response_number {
    padding: 20px 5px;
    position: absolute;
    top: 60px;
}
.banbner_area select[name="code"] {
    max-width: 90px;
    margin-right: 2px;
    border-radius: 10px;
    padding-left: 20px;
}