body {
  font-family: "Lato", sans-serif;
}
body header {
  background: linear-gradient(to right, #1c0033, #8c00ff, #1c0033);
}
body header .navbar-brand {
  display: flex;
  gap: 8px;
  align-items: center;
}
body header .navbar-brand img {
  max-width: 40px;
}
body header .navbar-brand .logo-text {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
body a {
  color: #ffe100;
}

h1 {
  font-family: "Anton", sans-serif;
  font-weight: 500;
}

/* header start  */
.nav-link {
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
}

.nav-link.active {
  color: #ffe100 !important;
}

.nav-link:hover {
  color: #ffe100;
}

.navbar-toggler-icon {
  background-image: url(../images/hamburger-menu.png);
}

/* header end  */
.alert-sec {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 10px 5px;
  margin-bottom: 0 !important;
  background-color: #2D2E2C;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}

/* banner start  */
.banner {
  padding: 80px 0 120px 0;
  background-image: url(../images/hero3.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.banner-wrapper {
  margin-bottom: 80px;
}

.banner-wrapper h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 4px;
  color: #fff;
}

.banner-wrapper h1 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 40px;
}

.banner-card-sec-title h1 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 30px;
}

.banner-wrapper h1 span {
  color: #ffe100;
}

.banner-card-sec-title h1 span {
  color: #ffe100;
}

.banner-wrapper p {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.banner-card-sec-title p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* banner end  */
/* bet-card start  */
.bet-card {
  padding: 50px 0 100px;
  background-color: #2D2E2C;
}

.single-card {
  margin-top: -120px;
  background-color: #FFFFFF;
}

.card-logo {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
  background-color: #000;
}

.card-logo img {
  width: 70%;
}

.card-score {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 250px;
  background-color: #8c00ff;
}

.stars i {
  color: #fff;
  font-size: 25px;
}

.score span {
  font-family: "Anton", sans-serif;
  font-weight: 500;
  font-size: 60px;
  color: #ffe100;
}

.security-label span {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.security-label span i {
  color: #ffe100;
  margin-right: 2px;
}

.card-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 30px;
  background-color: #000;
}

.card-desc h2 {
  font-family: "Anton", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffe100;
}

.card-desc ul li {
  color: #fff;
  margin: 5px 0;
  font-weight: 500;
  font-size: 15px;
}

.card-desc ul li i {
  margin-right: 5px;
  color: #ffe100;
}

.single-card p {
  margin-top: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

.single-card p a {
  color: #ffe100;
  text-underline-offset: 3px;
}

.card-btn-wrapper {
  padding: 5px;
  background-color: #8c00ff;
}

.card-btn {
  background-color: #ffe100;
  color: #fff;
  text-decoration: none;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  height: 45px;
  transition: 0.3s;
}

.card-btn:hover {
  background-color: #2D2E2C;
}

/* bet-card end  */
/* title wrapper start  */
.title-wrapper {
  margin-bottom: 50px;
  text-align: center;
}

.title-wrapper h1 {
  color: #fff;
  text-transform: capitalize;
}

.title-wrapper h2 {
  color: #fff;
  text-transform: capitalize;
  font-family: "Anton", sans-serif;
  font-weight: 500;
}

.title-wrapper h2 span {
  color: #ffe100;
}

.title-wrapper h1 span {
  color: #ffe100;
}

.title-wrapper p {
  color: #ddd;
  font-size: 16px;
}

/* title wrapper end  */
/* bonus start  */
.bonus {
  padding: 100px 0;
  background-color: #1f1f1f;
}

.single-bonus {
  padding: 30px 15px;
  background-color: #2D2E2C;
  text-align: center;
}

.bonus-icon i {
  font-size: 30px;
  color: #ffe100;
}

.single-bonus h2 {
  margin-top: 15px;
  font-weight: 700;
  font-size: 16px;
  color: #ffe100;
}

.single-bonus p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  color: #ddd;
}

/* bonus end  */
/* faq start  */
.faq {
  padding: 100px 0;
  background-color: #292929;
}

.accordion-button:not(.collapsed) {
  background-color: #1F1F1F;
  box-shadow: none;
  color: #fff;
  background-color: #1F1F1F;
}

.accordion-body {
  background-color: #282727;
  padding: 20px 20px 20px 20px;
  color: #fff;
}

.accordion-button {
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  background-color: #1F1F1F;
  padding-left: 20px;
}

.accordion-button:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.accordion-button::after {
  background-image: url(../images/plus.png);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.png);
}

/* faq end  */
/* why choose us start  */
.why-choose-us {
  padding: 100px 0;
  background-color: #2e2b2b;
}

.content-wrapper h1 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 1px;
}

.content-wrapper h1 span {
  color: #ffe100;
}

.content-wrapper h2 {
  font-family: "Anton", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffe100;
  font-weight: 500;
}

.content-wrapper p {
  font-weight: 400;
  font-size: 15px;
  color: #ddd;
  text-align: justify;
}

.content-wrapper ul li {
  font-weight: 400;
  font-size: 15px;
  color: #ddd;
  margin: 8px 0;
  text-align: justify;
}

.content-wrapper strong {
  color: #fff;
}

.content-wrapper img {
  border: 2px solid #fff;
}

/* why choose us end */
/* analyze start  */
.analyze {
  padding: 40px;
  background: linear-gradient(123deg, #8c00ff 61%, rgb(0, 0, 0) 61%);
}

.analyze h2 {
  font-weight: 500;
  font-size: 26px;
  color: #ffe100;
}

.analyze p {
  font-weight: 500;
  color: #fff;
}

.analyze img {
  border: 0;
}

/* analyze end  */
/* leading-swc start  */
.leading-swc {
  padding: 50px 0;
  background-color: #2D2E2C;
}

.leading-swc-wrapper {
  padding: 40px;
  background-color: #444;
}

.leading-swc-wrapper h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.leading-swc-wrapper p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.primary-btn {
  text-decoration: none;
  display: inline-block;
  padding: 10px 36px 8px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ffe100;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s;
}

.primary-btn:hover {
  background-color: #b39e00;
}

/* leading-swc end  */
/* footer start  */
.list-inline-item.active a {
  color: #ffe100;
}

footer {
  padding: 16px 0 16px 0;
  background-color: #1F1F1F;
}

.short-disclaimer {
  padding: 30px 20px;
  background-color: #141414;
  text-align: center;
}

.short-disclaimer p {
  font-size: 13px;
  color: #ddd;
}

.footer-page-link li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.footer-page-link li a:hover {
  color: #ffe100;
}

.copyright {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.copyright span {
  color: #ffe100;
}

/* footer end  */
/* BreadCrumb start  */
.breadcrumb-cc {
  background-image: linear-gradient(to right, rgba(3, 0, 0, 0.7294117647), rgba(3, 0, 0, 0.7294117647)), url(../images/breadcrumb.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 100px 0;
}

.breadcrumb-cc h1 {
  font-family: "Germania One", system-ui;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.breadcrumb-cc p {
  color: #fff;
  font-weight: 500;
}

.breadcrumb-cc a {
  text-decoration: none;
  color: #ffe100;
  font-weight: 600;
}

/* BreadCrumb end  */
/* content start  */
.content {
  padding: 100px 0;
  background-color: #141414;
}

.content h3 {
  color: #ffe100;
  font-size: 16px;
  font-weight: 700;
}

/* content end  */
/* about start  */
.about {
  padding: 50px 0;
  background-image: url(../images/hero2.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

/* Cookie end  */
.games {
  background: #2D2E2C;
  padding: 64px 0;
}

/*# sourceMappingURL=style.css.map */
