@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

* {
    padding: 0;
    margin: 0;
    border: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong,
b {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

u {
    text-decoration: underline;
}

a {
    text-decoration: none;
    transition: color 0.4s ease-in-out;
}

*:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}

button[type="button"]:focus {
    outline: none;
}

/* 1.1 SVG default css*/
svg:not(:root).svgImg {
    overflow: visible;
}

.svgImg {
    display: inline-block;
    font-size: inherit;
    width: 1em;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.svg-icons {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

/*SVG default css*/

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

p {
    font: 400 16px/1.4 "Poppins", sans-serif;
    color: #fff;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: #000;
}

a:hover {
    color: #0086f5;
}

html {
    font-size: 16px;
}

body {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    background-color: #000;
    position: relative;
}

.trans {
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}

.container {
    max-width: 1296px;
    padding: 0 15px;
}

.container-fluid {
    max-width: 1450px;
    padding: 0 15px;
}

/* Buttons */
.btn {
    display: inline-block;
    vertical-align: middle;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #000 !important;
    border-radius: 50px;
    background: #ffffff;
    min-width: 204px;
    border-radius: 100px !important;
    padding: 11px 38px !important;
    position: relative;
    letter-spacing: 2px;
    overflow: hidden;
    transition: color 0.4s ease-in-out, border 0.4s ease-in-out,
        background-color 0.4s ease-in-out, transform 0.4s ease-in-out,
        box-shadow 0.4s ease-in-out;
    text-transform: uppercase;
    line-height: 1.5 !important;
}



.footer-main .btn.btn-green,
.banner-con .whatapp-btn {
    background: #1a980f !important;
    color: #fff !important;
}

.btn:focus {
    box-shadow: none;
}

/*  Slick slider */

.slick-slide {
    outline: none;
}

.slick-dots {
    display: block;
    text-align: center;
    margin-top: 35px;
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    width: auto;
    list-style: none;
    padding: 0 5px;
}

.slick-dots li button {
    font-size: 0;
    border: none;
    background: #c5c7c2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    outline: none;
    position: relative;
}

.slick-dots li.slick-active button {
    background: #000;
}

.homeSlider .slick-dots {
    bottom: 40px;
    margin-top: 0;
    position: absolute;
    bottom: 50px;
}

.homeSlider .slick-dots li button {
    width: 50px;
    border-radius: 10px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
}

.homeSlider .slick-dots li.slick-active button {
    background: #ffffff;
}

/*---cms-Con---*/
.cmsCon {
    display: block;
    width: 100%;
    color: #fff;
    text-transform: capitalize;
}

.cmsCon p {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.3;
    font-weight: 400;
    font-size: 16px;
}

.cmsCon p a {
    text-transform: initial;
}

.cmsCon ul {
    list-style: none;
    font-size: 0;
    margin-bottom: 30px;
}

.cmsCon ul li {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.cmsCon ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background: #fff;
}

.cmsCon ul li:last-child {
    margin-bottom: 0;
}

.cmsCon ul li ul li {
    padding-left: 16px;
}

.cmsCon ul li ul li:before {
    width: 0.8rem;
    height: 2px;
    border-radius: 0;
    top: 10px;
}

.cmsCon h1 {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    padding-top: 0;
    text-transform: capitalize;
}

.cmsCon h2 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    padding-top: 0;
    text-transform: capitalize;
}

.cmsCon h3 {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    padding-top: 0;
    text-transform: capitalize;
}

.cmsCon h4 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    padding-top: 0;
    text-transform: capitalize;
}

.cmsCon h5 {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    padding-top: 0;
    text-transform: capitalize;
}

.cmsCon h6 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    padding-top: 0;
    text-transform: capitalize;
}

.cmsCon iframe {
    width: 100%;
    height: 500px;
}

.cmsCon .alignleft {
    float: left;
    width: auto;
    max-width: 50%;
    margin: 0 30px 30px 0;
}

.cmsCon .alignright {
    float: right;
    width: auto;
    max-width: 50%;
    margin: 0 0 30px 30px;
}

.cmsCon .aligncenter {
    width: auto;
    max-width: 100%;
    margin: 68px auto 66px;
    text-align: center;
}

.cmsCon .aligncenter.mb-100 {
    margin-bottom: 100px;
}

.cmsCon .mb-70 {
    margin-bottom: 70px;
}

.cmsCon .aligncenter img {
    margin: auto;
}

.cmsCon hr {
    background: #ccc;
    height: 17px;
    opacity: 1;
    margin: 55px 0;
}

.cmsCon ol {
    padding: 0;
    display: inline-block;
    counter-reset: cmscon-counter;
    list-style-type: none;
}

.cmsCon ol li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    list-style: none;
    margin-bottom: 15px;
    padding-left: 0;
}

.cmsCon ol li:before {
    counter-increment: cmscon-counter;
    content: "" counter(cmscon-counter) ".";
    line-height: 1.3;
}

.cmsCon ol li ul {
    margin-top: 30px;
}

.cmsCon ol li ul li {
    padding-left: 24px;
    position: relative;
}

.cmsCon ol li ul li:before {
    counter-increment: none;
    content: no-close-quote;
}

.cmsCon ul.half li {
    width: 50%;
    display: inline-block;
}

.cmsCon p b {
    margin-bottom: 0;
    display: inline;
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
    margin-bottom: 0;
}

.cmsCon a {
    transition: color 0.4s ease-in-out;
    color: #fff;
}

.cmsCon a:hover {
    color: #DFAF1D;
}

.cmsCon p a {
    transition: color 0.4s ease-in-out;
    color: #fff;
    font-weight: 500;
}

.cmsCon p a:hover {
    color: #DFAF1D;
}

.cmsCon p a.btn:hover {
    color: #DFAF1D;
}

/*---cms-Con---*/

.sec-head {
    position: relative;
}

.sec-title {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
}

.sec-title-lg {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    display: block;
}

.common-sec {
    position: relative;
    padding: 115px 0;
}

/* header-start */
.header-main {
    display: block;
    width: 100%;
    padding: 32px 214px 32px 310px;
    background-color: #141B2E !important;
    z-index: 1;
}

.header-main {
    position: absolute;
    background: none;
}

.sidebar-overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    z-index: 998;
    transition: visibility 0 linear 0.4s,
        opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100vh;
}

.site-logo {
    max-width: 300px;
    height: 100%;
    display: block;
}

.navigationBar {
    margin-left: 30px;
    display: inline-block;
}

.menuMain {
    display: inline-block;
    width: auto;
    margin: 0;
}

.m_menuLogo {
    display: none;
}

.m-header-btn {
    display: none;
}

.menuMain ul {
    display: inline-block;
}

.menuMain li {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.menuMain li a {
    display: block;
    color: #fff;
    transition: all 0.4s ease-in-out;
    padding: 10px 0;
    position: relative;
}

.menuMain li a:hover {
    color: #eed04d;
}

.header-btn {
    display: inline-block;
    padding-left: 85px;
}

.header-main.has_sticky {
    z-index: 99;
    position: fixed;
    padding: 20px 100px;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
    background: #26221b;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* .header-main.has_sticky .btn:hover {
    background-color: #000 !important;
}

.header-btn .btn:hover {
    background-color: #000 !important;
} */

.menuIcon {
    display: none;
    width: 32px;
    height: 32px;
    position: relative;
    padding: 0px;
    margin-top: 0px;
    margin-left: 35px;
    color: #fff;
}

.menuIcon span {
    display: block;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: currentColor;
    margin: auto;
}

.menuIcon span:before {
    content: "";
    width: 30px;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 2px;
    background: currentColor;
    width: 80%;
}

.menuIcon span:after {
    content: "";
    width: 30px;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 2px;
    background: currentColor;
    width: 80%;
}

/* header-end */

.banner-sec {
    position: relative;
    background: #161616;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.banner-inner-img {
    width: 684px;
    height: 486px;
    display: block;
    position: absolute;
    top: 140px;
    right: 210px;

}

.banner-wrap {
    padding-top: 220px;
    padding-left: 300px;
}

.banner-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobile-banner-sec {
    display: none;
}


.banner-con .sec-head {
    max-width: 90%;
}

.banner-con .sec-head span {
    border-radius: 50px;
    background: #2b33a2;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 8px 17px;
}

.banner-con .sec-head .sec-title {
    margin-top: 22px;
}

.banner-desc {
    max-width: 50%;
    position: relative;
    margin-top: 12px;
}

.banner-desc::before {
    content: "";
    width: 58px;
    height: 1px;
    background-color: #fff;
    display: block;
}

.banner-desc p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    padding-top: 10px;
}


.whatapp-btn {
    display: flex;
    align-items: center;
    max-width: 280px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: normal;
    padding: 8px 20px;
    justify-content: space-between;
    margin-top: 45px;
    line-height: 1;
    border-radius: 10px !important;
    gap: 10px;
    border: solid 1px #ffffff;
}

.whatapp-btn img {
    filter: invert(1);
    width: 25px;
    height: 25px;
}

.exchange-sec {
    text-align: center;
    padding: 170px 0 100px;
    background: #141b2e;
}

.exchange-sec .sec-head .sec-title-lg span {
    background: linear-gradient(94deg, #F1D968 0%, #DFAF1D 36.03%, #FEF786 65.72%, #EEC341 97.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.exchange-con-title {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding-top: 22px;
    padding-bottom: 42px;
}

.exchange-desc {
    max-width: 100%;
    margin-top: 35px;
}

.exchange-desc p {
    font-size: 18px;
    font-weight: 400;
}

.pulse {
    animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
    from {
        transform: scale(0.9);
    }

    to {
        transform: scale(1);
    }
}


.why-choose-sec {
    background: #6c2660;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    text-align: center;
}

.how-to-play-box.wow.fadeInUp {
    background: #fff;
    padding: 40px 30px;
    border-radius: 30px;
}

.how-to-play-box.wow.fadeInUp h6,
.how-to-play-box.wow.fadeInUp p {
    color: #000;
}

.star {
    position: relative;
    left: 84px;
}

.sec-head.wow.fadeInUp {
    padding-bottom: 20px;
}

section.why-choose-sec.one {
    background: #171717;
}

.why-choose-sec .sec-title-lg {
    color: #fff;
}

.why-choose-con {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
}

.why-choose-item {
    width: 33.3%;
    padding: 0 12px;
}

.why-choose-item-box {
    border-radius: 15px;
    border: 1.5px solid #fff;
    background: rgba(4, 4, 4, 0.40);
    border-radius: 10px;
    min-height: 272px;
    width: 100%;
    padding-top: 63px;
}

.why-choose-item-img {
    width: 120px;
    height: 120px;
    margin: auto;
}

.why-choose-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0) invert(1);
}

.why-choose-item-box span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 30px;
    display: block;
}

.how-to-play-sec {
    padding: 65px 0 100px;
    text-align: center;
    background: #128549;
}

.how-to-play-sec .sec-head {
    margin-bottom: 30px;
}

.profile {
    width: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
    padding-bottom: 20px;
}

.profile img {
    max-width: 70px;
}

.profile h6 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

/* .how-to-play-sec .sec-title-lg {
    background: linear-gradient(94deg, #F1D968 0%, #DFAF1D 36.03%, #FEF786 65.72%, #EEC341 97.37%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

} */

.how-to-play-sec .how-to-play-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.how-to-play-sec .how-to-play-box span {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 20px;
    display: block;
}

.footer-top {
    border-radius: 20px 20px 0px 0px;
    border: 1px solid #ccc;
    background: rgb(255 158 8);
    max-width: 696px;
    padding: 12px 45px;
    margin: auto;
}

.footer-top span {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.footer-main {
    display: block;
    width: 100%;
    background: #141b2e;

    padding: 60px 0;
}

.foot-box .whatapp-btn {
    margin-top: 0;
    font-weight: 600;
}

.foot-contact {
    position: relative;
    margin-top: 30px;
}

.foot-contact a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding-left: 28px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.4s ease-in-out;
}

.foot-contact a:hover,
.foot-con ul li a:hover {
    color: #fff;
}

.foot-contact img {
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    height: 17px;
}

.foot-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    display: block;
    padding-bottom: 32px;
}

.foot-con ul {
    padding: 0;
    margin: 0;
    font-size: 0;
}

.foot-con ul li {
    display: block;
    position: relative;
    margin-bottom: 16px;
}

.foot-con ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    display: block;
    transition: all 0.4s ease-in-out;
}

.operate-age {
    display: flex;
    justify-content: end;
}

.operate-age-img {
    width: 90px;
    height: 90px;
    margin-top: 40px;
}

.operate-age-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-disclaimer {
    border: 1px solid #0910b7;
    background: rgb(255 255 255);
    padding: 30px 60px;
    margin-top: 60px;
    text-align: center;
}

.footer-disclaimer-title {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: block;
    padding-bottom: 23px;
}

.footer-disclaimer p {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    max-width: 93%;
    margin: auto;
}




.not-found-sec {
    padding: 95px 0;
}

.commonboxcon img {
    height: 220px;
    object-fit: cover;
    margin: 0 auto;
}

.commontitle {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 10px;
}

.not-found-con .cms-con p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}

.commontitle.lg-title {
    font-size: 140px;
}

/* form */

.contactform .form-select,
.contactform .form-control {
    padding: 15px 18px;
    border-radius: 15px;
    border: 1px solid #fff;
    background-color: rgb(255 255 255 / 20%);
    width: 100%;
    color: #fff;
    resize: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.contactform .form-select {
    background-image: url("data:images/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23eccd49' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

.contactform .form-control:focus,
.contactform .form-select:focus {
    border-color: #e2e2e2;
    box-shadow: none;
}

.contactform {
    border-radius: 15px;
    border: 1.5px solid #fff;
    background: rgba(232, 196, 58, 0.10);
    padding: 50px 40px;
    position: relative;
    text-align: start;
}

.form-group {
    margin-bottom: 20px;
}

.contactform .sec-head .sec-title {
    font-size: 30px;

    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.t-header {
    position: unset;
    background-color: #14247b;
}

.innerpadeSec {
    padding: 50px 0;
}


.not-found-sec {
    width: 100%;
    text-align: center;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.not-found-sec .commonboxcon {
    text-align: center;
    margin-bottom: 15px;
}

.not-found-sec .commonboxcon .commontitle {
    font-size: 70px;
    font-weight: 800;
    color: #000;
    line-height: 0.8;
    margin-bottom: 25px;
    display: block;
}

.not-found-sec .commonboxcon .sub-title {
    font-size: 40px;
    line-height: 1;
    color: #000;
    font-weight: 800;
    margin-bottom: 25px;
    display: block;
}

.not-found-sec .cms p {
    line-height: 1.3;
    font-size: 18px;
    color: #8b8b8b;
    font-weight: 400;
    max-width: 35%;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}




/* Welcome Popup */
.offer-model {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.offer-model .modal-dialog {
    margin: auto;
    display: flex;
    align-items: center;
    height: 100vh;
    padding: 10px;
}

.offer-model .modal-body {
    padding: 22px;
}

.offer-model.show {
    opacity: 1;
    visibility: visible;
}

.offer-model .modal-title.sec-title {
    color: #cf2f41;
    font-size: 28px;
}

.offer-model .modal-header {
    justify-content: center;
    position: relative;
    padding-top: 20px;
    border-bottom: 0;
}

.offer-model .modal-header button.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    opacity: 1;
}

.offer-model .modal-body ul {
    padding-bottom: 25px;
}

.offer-model .modal-body ul li {
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.offer-model .btn-close:focus {
    box-shadow: none;
}

.offer-model .modal-header img {
    height: 100px;
    object-fit: cover;
    object-position: center;
}

.offer-model .btn {
    min-width: fit-content;
    max-width: fit-content;
    display: block;
    margin: 0 auto;
    font-size: 16px;
}



@media only screen and (max-width: 568px) {
    .offer-model .modal-body ul {
        padding-bottom: 15px;
    }

    .offer-model .modal-body ul li {
        font-size: min(3.9vw, 18px);
    }

    .offer-model .modal-title.sec-title {
        font-size: 25px;
    }

    .offer-model .modal-body {
        padding: 10px 22px 22px 22px;
    }
}

.screen-reader-response {
    display: none;
}

span.wpcf7-not-valid-tip {
    color: red;
    top: 10px;
    position: relative;
    padding-left: 10px;
}

select option {
    background-color: #000;
}


.w-f-btn {
    background: linear-gradient(to bottom right, #49c559, #49c559);
    padding: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.w-f-btn:hover {
    box-shadow: 0 2px 7px rgba(73, 197, 89, 0.5);
}

.w-f-btn img {
    max-width: 25px;
}

.sticky-whatsapp-icon {
    position: fixed;
    bottom: 30px;
    right: 18px;
    z-index: 50;
}

.sticky-whatsapp-icon .w-f-btn {
    display: block;
    z-index: 50;
}

.sticky-whatsapp-icon img {
    max-width: 30px;
}

.contactform .submitting .btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: -28%;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid;
    border-color: #333;
    border-right-color: #EED14F;
    animation: spinner-d3wgkg 1s infinite linear;
}

@keyframes spinner-d3wgkg {
    to {
        transform: rotate(1turn);
    }
}

.wpcf7-form.submitting {
    pointer-events: none;
}