@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

:root {
  --main-bg: #1B0D44;
  --page-content-bg: #fff;
  --page-bg: #25214E;
  --footer: #000;
  --header: #25214E;
  --main-font: #fff;
  --page-font: #787780;
  --highlight: #E7B958;
  --title: #285237;
  --btn: #DE1F2A;
  --btn-hover: #F91C5F;
  --black: #000;
  --white: #fff;
  --error: #ff2e2e;
  --d: 2500ms;
	--angle: 90deg;
	--gradX: 100%;
	--gradY: 50%;
	--c1: #FFD700;
	--c2: rgba(168, 239, 255, 0.1);
}

@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}

.offers-page-container {
  margin-top: 1rem;
  padding: 0 1rem;
}
.leo{
  background: linear-gradient(to right,#BFA100,#FFD700,#BFA100  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.offers-wrap {
  width: 100%;
  background: #352563;
  padding: 40px 0 0;
}
.offers-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.offer-block {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.offers-page-container .offer-block:nth-child(n+4) {
  display: none;
}
.mobile-link {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.offer-inner-block {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(#394FAC 0%, #5D3B90 100%);
  min-height: 131px;
  border-radius: unset;
}
.flag{
  display: block;
  position: absolute;
  z-index: 9;
  top: -13px;
  left: -5px;
  background: #C572EC;
  padding: 3px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  max-width: 7.429rem;
  width: 100%;
  text-align: center;
  border-radius: 0.214rem;
  box-shadow: 0px 5px 9px 0px #3d3737;
}
.offer-left-block,
.offer-right-block {
  width: 50%;
  display: flex;
  align-items: center;
}
.offer-logo {
  width: 48%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem .3rem 1rem 1rem;
  background-color: #4858BA;
  border-radius: 0 25px 25px 0;
}
.offer-logo:hover {
  background-color: #404454a1;
}
.offer-logo img {
  width: 100%;
  padding: 0 .5rem;
}
.rating-container {
  width: 50%;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  padding: 0;
  /*flex-direction: column;*/
}
.offer-votes,
.offer-score {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.stars-container {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 20px;
  margin-bottom: 0.7rem;
}
.stars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  color: #d3d3d3;
}
.stars-container:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  color: #FFB800;
  overflow: hidden;
}
.star-100:after {
  width: 100%;
}
.star-90:after {
  width: 90%;
}
.star-80:after {
  width: 80%;
}
.star-70:after {
  width: 70%;
}
.star-50:after {
  width: 50%;
}
.offer-votes span {
  /*font-size: 1rem;*/
  /*font-weight: 600;*/
  /*display: flex;*/
  /*width: 100%;*/
}
.offer-score {
  align-items: flex-end;
  padding-right: 1rem;
}
.offer-score-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.site-rating {
  margin-bottom: 0.3rem;
  font-size: 2rem;
  font-weight: 600;
}
.site-rating-text {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  margin: .3rem 0;
  border: 1px solid #BE6BE5;
  border-radius: 10px;
  padding: 0.3rem 0.2rem;
  max-width: 8.429rem;
  width: 100%;
}
.site-rating-number{
  color: #fff;
  font-size: 1.071rem;
  margin-left: 0.2rem
}
.offer-right-block {
  background-color: transparent;
  border-radius: unset;
}
.offers-page-container .offer-right-block {
  border-radius: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
/*.offer-right-block:hover {*/
/*  background-color: #262072;*/
/*}*/
.welcome-bonus-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: normal;
}

@keyframes borderRotate {
	100% {
		--angle: 420deg;
	}
}

@keyframes borderRadial {
	20% {
		--gradX: 100%;
		--gradY: 50%;
	}
	40% {
		--gradX: 100%;
		--gradY: 100%;
	}
	60% {
		--gradX: 50%;
		--gradY: 100%;
	}
	80% {
		--gradX: 0%;
		--gradY: 50%;
	}
	100% {
		--gradX: 50%;
		--gradY: 0%;
	}
}

.welcome-title{
  font-weight: 700;
  border: 0.35rem solid;
  padding: 5px;
  border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30;
	animation: borderRotate var(--d) linear infinite forwards;
}

.welcome-bonus-block span.welcome-title,
.welcome-bonus-block span.welcome-bonus {
  margin-bottom: 0.1rem;
  font-weight: 700;
  font-size: 1.071rem;
  text-align: center;
}
.welcome-bonus-block .policy {
  text-align: center;
  font-weight: normal;
  font-size: 0.786rem;
}
.btn-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.offer-btn {
  width: 11.857rem;
  height: 2.857rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.286rem;
  font-weight: 700;
  text-transform: capitalize;
  transform: scale(1);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: linear-gradient(#FDBC64 0%, #F37207 100%);
  border-radius: 0.714rem;
}
.offer-btn:hover {
  transform: scale(1.1);
  background: linear-gradient(#E19420 0%, #FFDD86 100%);
}
.mindeposit-block {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: -8px;
  gap: 10px;
}
#tab-cards {
  display: none;
}
@media (max-width: 1024px) {
  .mindeposit-block {
    flex-wrap: wrap;
  }
}
.mindeposit-block .min-deposit {
  width: 100%;
  margin-bottom: 8px;
  /*font-weight: 600;*/
}
.mindeposit-block .min-deposit span {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .mindeposit-block {
    gap: 7px;
  }
}
.label-container {
  width: 100%;
  padding: .2rem .5rem 1.4rem;
  color: #fff;
  font-size: .75rem;
  background: #141315;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .mobile-link {
    display: block;
  }
  .welcome-bonus-block {
    margin-bottom: 1rem;
    line-height: normal;
  }
  .btn-block,
  .welcome-bonus-block {
    width: 100%;
  }
  .offer-left-block {
    flex-direction: column;
    padding: 1.25rem 0.6rem;
  }
  .offer-logo {
    width: 90%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0;
  }
  .rating-container {
    /*width: 100%;*/
    width: 70%;
    justify-content: space-between;
    padding: 0 0 1rem 0;
  }
  .offer-votes {
    align-items: center;
  }
  .offer-btn {
    width: 11.514rem;
    height: 3.129rem;
    font-size: 1.143rem;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    transition: .15s ease-out;
  }
  .welcome-bonus-block span.welcome-title,
  .welcome-bonus-block span.welcome-bonus{
    font-size: 1rem;
  }
  .welcome-bonus-block .policy {
    font-size: 0.643rem;
  }
}


html {
  scroll-behavior: smooth;
  font-size: 14px;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--main-font);
  background-color: var(--main-bg);
  background-image: url('../images/main-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
footer{
  background: var(--main-bg);
}
a {
  color: var(--main-font);
}
.home-page-cover {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  padding: 0 0 16.7rem;
}
.main-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.sub-header-container {
  position: relative;
  padding: 2.3rem 1.3rem;
  background: #40337E;
  min-height: 9.429rem;
}

.sub-header-container::before {
  content: '';
  width: 172px;
  height: 150px;
  position: absolute;
  bottom: 0;
  right: 99px;
  background-image: url('../images/sub-header.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sub-header-text {
  width: 100%;
  text-transform: uppercase;
}
.sub-header-container h1 {
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.857rem;
  font-weight: 600;
}
.sub-header-container p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
.advertiser-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .2rem 1.3rem;
  text-align: end;
  background-color: #25214E;
}
.advertiser-container p {
  font-family: "Montserrat", sans-serif;
  font-size: .9rem;
  font-weight: 700;
  color: #ffffff25;
}
.content-container {
  width: 100%;
  padding: 1.3rem;
  background-color: var(--main-bg);
}
.content-container h4 {
  text-transform: uppercase;
  font-weight: 700;
}
.content-container h4,
.content-container ul,
.content-container p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.3rem;
}
.content-container p strong {
  font-weight: 700;
}
.content-container ul {
  list-style-type: disc;
  padding-left: 2.4rem;
}
.adv-footer-container h4 {
  margin-bottom: .5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  text-transform: none;
}
.adv-footer-container p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.3rem;
}

.view-footer-links>a:not(:last-child) {
  font-size: 0.875rem !important;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #bcbbb6;
}
.break{
  display: block;
}
/* RESPONSIVE */
@media (max-width: 1100px) {
  .main-container {
    max-width: 900px;
  }
  .sub-header-container {
    background-position: 65%;
  }
  /*.sub-header-text {*/
  /*  width: 70%;*/
  /*}*/
}
@media (max-width: 900px) {
  .main-container {
    max-width: 767px;
    overflow-x: hidden;
  }
  .sub-header-container::before {
    right: 4px;
  }
}
@media (max-width: 767px) {
  body {
    background: var(--main-bg);
  }

  .main-container {
    max-width: inherit;
  }
  .sub-header-container::before {
    width: 216px;
    height: 111px;
    bottom: 14px;
    right: 30px;
    background-image: url('../images/sub-header-mob.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .sub-header-text {
    width: 60%;
  }

  .sub-header-container h1 {
    font-size: 20px;
    line-height: 23px;
  }

  .sub-header-container p {
    /*font-family: Josefin Sans;*/
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
  }

  .sub-header-container {
    padding: 0.68rem 1.5rem;
    min-height: auto;
  }
  .offer-right-block {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .break{
    font-style: italic;
    text-transform: capitalize;
  }
  .break::before {
    content: "\a";
    /*white-space: pre;*/
  }
  .sub-header-container h1 {
    font-size: 16px;
    line-height: 21px;
  }

  .sub-header-container p {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
  }
  .sub-header-container::before {
    right: 0;
    bottom: 15px;
  }
  .sub-header-text {
    width: 55%;
  }
  .flag{
    left: 0;
    right: unset;
  }
  .offer-left-block {
    padding: 1.25rem 0.6rem;
  }
  .offer-right-block {
    padding: 1.25rem 0.6rem;
  }
  .stars-container {
    /*margin-right: auto;*/
    font-size: 16px;
    margin-bottom: 0.5rem;
  }
  .site-rating-text {
    font-size: 1rem;
    margin: 0.2rem auto 0.2rem 0;
  }
  .offer-score-inner {
    margin-right: auto;
  }
}
