@import url('https://fonts.googleapis.com/css2?family=Barlow: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');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


/*reset css*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    /*line-height:1;*/
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3C413B;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

p {
    margin-bottom: 10px;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}
.bet-head {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1E211D;
    margin-bottom: 10px;
}

/*nav head start here*/
.nav-head {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(203, 203, 203, 0.25);
    padding: 25px 0;
    text-align: center;
}

.site-header {
    background: #079B49;
    padding: 20px 0;
}



.site-header a.nav-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF!important;
    margin-right: 30px;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
.navbar-light .navbar-toggler {
    border-color: #fff;
    opacity: 0.9;
}
/*banner-sec start here*/
.banner-sec {
    padding: 40px 0;
    background-image: url(../images/banner-bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.banner-sec:after {
    position: absolute;
    content: "'";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.37) 0%, #000000 100%);
    border-radius: 0px;
    z-index: -1;
}

.banner-heading h1 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
}

.site-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    padding: 30px 40px 30px 0;
    z-index: 0;
    margin-bottom: 30px;
}

.site-box:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #F2FDF4;
    border-radius: 10px 0px 0px 10px;
    z-index: -1;
}

.box-no {
    width: 50px;
    text-align: center;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #079B49;
}

.site-avail {
    max-width: 260px;
    width: 100%;
}

.site-avail h6 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1E211D;
    margin-bottom: 15px;
    margin-left: 20px;
}

.site-avail p {
    display: flex;
}

.site-avail p span i {
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    color: #079B49;
    margin-right: 5px;
}

.site-avail p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #1E211D;
}

.site-logo img {
    width: 100%;
}

.site-logo {
    background: #FBFBFB;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 30px;
    height: 150px;
    max-width: 230px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-bonus {
    background: #FFFCE3;
    border: 1px solid #FEE000;
    border-radius: 10px;
    padding: 20px 30px;
}

.site-bonus p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #1E211D;
}

.site-bonus p.bonus-price {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 33px;
    text-align: center;
    color: #1E211D;
}

.rate-join .site-rating {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    padding: 10px 23px;
    margin-bottom: 15px;
}

.rate-join .site-rating p b {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #1E211D;
}

.rate-join .site-rating p span i {
    color: #FEE000;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 900;
    line-height: 18px;
}

.rate-join .site-rating p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #1E211D;
}

.join-btn-1 {
    text-align: center;
}

.join-btn-1 a {
    background: #fff;
    border: 1px solid #243370;
    color: #243370;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    padding: 14px 0;
    max-width: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease-in-out;
    text-decoration: none;
    border-radius: 6px;
    text-decoration: none;
}

.join-btn a:hover {
    background: #079B49;
    border: 1px solid #079B49;
    color: #FFFFFF;
}

/*sports-bet section start here*/
.sport-bet-sec {
    padding: 60px 0;
}

.about-sport-bet p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3C413B;
}

.about-sport-bet,
.betting-market,
.betting-managment,
.betting-market-box {
    margin-bottom: 50px;
}

.betting-managment .row {
    align-items: center;
}

.bet-market-box {
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 30px 20px;
}

.bet-bonus h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #021C29;
}

.bet-bonus p {
    font-size: 14px;
    line-height: 17px;
}

.bet-bonus {
    margin-bottom: 30px;
}

.bet-logo {
    margin-bottom: 30px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bet-rating p span i {
    color: #FEE000;
    margin-left: 5px;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
}

.bet-rating p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #1E211D;
}

.bet-rating p b {
    font-size: 26px;
}

.bet-rating {
    margin-bottom: 30px;
}

.bet-join.bet-btn a {
    background: #fff;
    border: 1px solid #243370;
    border-radius: 6px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #243370;
    padding: 20px 0;
    max-width: 330px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease-in-out;
    text-decoration: none;
    border-radius: 6px;
}

.bet-join.bet-btn a:hover {
    background: #079B49;
    border: 1px solid #079B49;
    color: #FFFFFF;
}

/*disclamer page start here*/
section.disclamer-sec {
    background: #1E211D;
    padding: 60px 0;
}

.disclamer-text h3 {
    font-family: Barlow;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #ACACAC;
    margin-bottom: 20px;
}

.disclamer-text p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #ACACAC;
}

.copyright {
    border-top: 1px solid #3C413B;
    background: #1E211D;
    padding: 20px 0;
}

.copyright p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}

/* bet-365 starts here */
.bet-365-banner-sec {
    padding: 90px 0;
    background-image: url(../images/Rectangle\ 3.png);
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 0px;
    z-index: 0;
}
.bet-365-banner-sec:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.37) 0%, #000000 100%);
}

.bet-365-big-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 84px rgba(182, 182, 182, 0.25);
    border-radius: 20px;
    padding: 60px;
}

.bet-365-heading h3 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
}

.bet-365-sm-box{
    background: #FFFFFF;
    box-shadow: 0px 9px 34px rgba(164, 164, 164, 0.25);
    border-radius: 10px;
    padding: 40px;
    margin-top: 50px;
}



.bet-365-logo img {
    width: 100%;
}

.bet-365-logo {
    background: #F5F5F5;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: 20px;
    height: 64px;
    max-width: 128px;
    width: 100%;
    margin-right: 20px;
}

.bet-365-sport {
    display: flex;
    align-items: center;
}

.bet-365-sport .sports h4 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.bet-365-sport .sports p{
    font-size: 11px;
    font-weight: 400;
    line-height: 13.2px;
    font-family: 'Barlow';
}

.bet-365-flex .join-btn-1 a{
    width: 150px;
    height: 50px;
    border: 1px solid #243370;
    border-radius: 6px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #243370;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.bet-365-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bet-365-big-box{
    padding: 60px;
}
.bet-365-rating{
    padding-top: 57px;
}
.bet-365-rating .site-rating1 p b {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #1E211D;
}

.bet-365-rating .site-rating1 p span i {
    color: #FEE000;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 900;
    line-height: 18px;
}

.bet-365-rating .site-rating1 p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1E211D;
}
.bet-365-rating .site-rating1{
    max-width: 120px;
    text-align: center;
}
.bet-365-rating .site-rating-text p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #3C413B;
}
.bet-365-rating .rating-flex{
    display: flex;
    align-items: center;
}
.bet-365-rating .site-rating-text {
    max-width: 700px;
    padding-left: 30px;
}
.progress {
    height: 12px;
    background: #F3F3F3;
    margin-bottom: 30px;
    overflow: visible;
}
.progress-bar {
    height: 12px;
    background: #FEE000;
    position: relative;
    overflow: visible;
}
.progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 19px;
}
.progress-bar:after {
    content: url(../images/Group\ 48.png);
    position: absolute;
    right: -28px;
}

.bars{
    padding: 40px 0px;
    position: relative;
}
.bars h2{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #1E211D;
    padding-bottom: 0px;
   
}
.bars .percent {
    position: relative;
    text-align: right;
}
.bonus-sec{
    padding-top: 60px;
    padding-bottom: 60px;
}
.bonus-sec-content .head{
    padding-bottom: 10px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #1E211D;
}
.bonus-sec-content .para{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3C413B;
    padding-top: 10px;

}
.bonus-sec-content .safe{
    padding-top: 50px;
}
.bonus-sec-content .the-best{
    padding-top: 60px;
}
.bonus-sec-content .head-6{
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #1E211D;
    padding-top: 10px;
}
/*.site-header .site-header-content ul {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}*/
.site-header .site-header-content li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-right: 30px;
    display: block;
    padding: 8px 0;
}