@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v18/UcCo3FwrK3iLTcviYwY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  font-size: 62.5%;
  line-height: 62.5%;
}

/* 62.5% so each 0.1 rem is 1px */

body {
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  line-height: 150%;
  direction: ltr;
  text-align: left;
  padding: 0;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

@media screen and (max-width: 1023px) {

  /* tablet-view */
  body {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {

  /* mobile-view */
  body {
    font-size: 3.4vw;
    line-height: 150%;
  }
}

* {
  box-sizing: border-box;
}

textarea {
  font-family: 'Inter', sans-serif;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 0.5em 0;
  color: #42556a;
  font-weight: 700;
  line-height: 1.2em;
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-size: 5.4rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.7rem;
}

h6 {
  font-size: 1.6rem;
}

@media screen and (max-width: 1023px) {

  /* tablet view */
  h1 {
    font-size: 210%;
  }

  h2 {
    font-size: 185%;
  }

  h3 {
    font-size: 140%;
  }

  h4 {
    font-size: 125%;
  }

  h5 {
    font-size: 110%;
  }

  h6 {
    font-size: 100%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {

  /* mobile-view */
  h1 {
    font-size: 210%;
  }

  h2 {
    font-size: 175%;
  }

  h3 {
    font-size: 140%;
    line-height: 1.4em;
  }

  h4 {
    font-size: 120%;
    line-height: 1.4em;
  }

  h5 {
    font-size: 110%;
    line-height: 1.4em;
  }

  h6 {
    font-size: 100%;
    line-height: 1.4em;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  font-weight: inherit !important;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

table {
  font-size: inherit;
  line-height: inherit;
}

td {
  font-size: inherit;
}

p {
  padding: 0;
  margin: 0 0 1em 0;
  font-size: inherit;
}

ul {
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 20px 0px;
  font-size: inherit;
}

ol {
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 20px 0px;
  font-size: inherit;
}

ul li {
  padding: 0;
  margin: 0 0 8px 0;
  font-size: inherit;
  list-style: disc;
}

ol li {
  padding: 0px 0px 0px 5px;
  margin: 0 0 8px 0;
  font-size: inherit;
  list-style: decimal;
}

ol ul li {
  list-style: disc;
  padding-left: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 8px 0px 0px 0px;
}

@media screen and (max-width: 767px) and (orientation: portrait) {

  /* mobile-view */
  ul {
    padding: 0px 0px 0px 7vw;
    margin: 0px 0px 5vw 0px;
  }

  ol {
    padding: 0px 0px 0px 7vw;
    margin: 0px 0px 5vw 0px;
  }

  ul li {
    margin: 0 0 2vw 0;
  }

  ol li {
    padding: 0px 0px 0px 1.3vw;
    margin: 0 0 2vw 0;
  }

  ul ul,
  ul ol,
  ol ol,
  ol ul {
    margin: 2vw 0px 0px 0px;
  }
}

hr {
  height: 1px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  background-color: transparent;
  margin-bottom: 1em;
}

/********************** end global **********************/

.center {
	text-align: center;
}

.bold-text {
	font-weight: 600;
}

abutton,
a.button,
button.button {
	padding: 0.5em 1.2em 0.47em 1.2em;
	height: auto;
	line-height: normal;
	display: block;
	font-size: 3.6rem;
	white-space: nowrap;
	background: #00B109;
	color: #fff;
	text-align: center;
	border-style: none;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto;
	vertical-align: top;
	border: 0;
	cursor: pointer;
	-webkit-appearance: button;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
}
abutton.iblock,
a.iblock {
	display: inline-block;
}
abutton.red,
a.button.red,
button.button.red {
	background-color:#FF0000;
}
button.button:hover,
button.button:active,
button.button:focus	 {background:#038a2f; color:#fff;}
@media screen and (max-width: 767px) { /* mobile view */
	abutton,a.button,button.button	{font-size:6vw; padding:3.3vw 8vw 2.4vw 8vw; font-weight:700;}
} 

.banner {
	min-height: 468px;
	position:relative;
	margin-bottom:2em;
}

.banner img {
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}

.banner-terms {
	background-color: #E1D6C7;
	padding: 5px 12px;
	color: #000;
	font-size: 1rem;
}

.banner-terms a {
	color: #000 ;
	font-weight: normal;
	font-size: 1rem;
}

@media screen and (max-width: 1024px) {
	.banner {
		min-height: unset;
	}
}

@media screen and (max-width: 767px) {
	abutton,
	a.button,
	button.button {
		font-size: 2.5rem;
	}
}


/******************************** CONTENT ***************************************/

.area-wrapper-lp {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	max-width: 1320px;
}

.content-section {
	margin-bottom: 40px;
}

.header p {
	font-size:larger;
}

.center-container {
	width: 1100px;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}

.center-container .col-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 40px;
}

@media screen and (max-width: 1024px) {
	.center-container {
		width: 950px;
	}
}


@media screen and (max-width: 767px) {
	.center-container {
		width: 100%;
		box-sizing: border-box;
	}

    .center-container .col-4 {
		display: grid;
        grid-template-columns: 1fr;
		gap: 20px;
    }
}

ul.list-none li {
  list-style: none;
}

.center {
	text-align: center;
}

.bg-gray {
	background-color:#363636;
	padding-top:2em;
	padding-bottom:1em;
	margin-bottom:2em;
}

.btn-wrapper {
	margin-top: 3%;
	margin-bottom: 1%;
}

.bonus-wrapper {
	font-size:bigger;
}

/******************************** TABLE ***************************************/
.terms-section h3,
.terms-section h4,
.terms-section h5,
.terms-section p {
	margin: 15px 0;
}

.terms-section a {
}

.terms-section h5 {
	font-size: 3.2rem;
}

.terms-section span {
}


@media screen and (max-width: 767px) and (orientation: portrait) {
	.terms-section h3 {
		font-size: 2.8rem;
	}

	.terms-section h4 {
		font-size: 1.8rem;
	}

	.terms-section h5 {
		font-size: 2rem;
	}	
	
	.btn-wrapper {
		margin-top: 8%;
		margin-bottom: 3%;
	}
}


/******************************** END TABLE ***************************************/

.desktop {
	display: block;
}

.mobile {
	display: none;
}

@media screen and (max-width: 767px) {
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}
}

svg,
object {
	max-width:100%;
	width:100%;
	height:auto;
}

.w-80 {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}

/*************** main-item ***************/
.main-item {
  max-width: none;
  width: 100%;
  padding: 100px 0 100px 0;
  position: relative;
  background: linear-gradient(120.82deg, #ECECEC 24.74%, #E1D6C7 80.43%);
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.main-item:before,
.main-item:after {
  content: '';
  width: 100%;
  height: 120px;
  position: absolute;
  right: 0;
  left: 0;
}

.main-item:before {
  top: -1px;
  background: url('https://www.primecasino.co.uk/img/shadowed-block-top.svg') no-repeat center top;
}

.main-item:after {
  bottom: -1px;
  background: url('https://www.primecasino.co.uk//img/shadowed-block-bottom.svg') no-repeat center bottom;
}

.main-item {
  width: 98%;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {

  .main-item {
    background: linear-gradient(0deg, #ECECEC 25.48%, #E1D6C7 92.62%);
    padding: 8vw 2.5% 9.5vw 2.5%;
  }

  .main-item:before,
  .main-item:after {
    height: 11vw;
  }

  .main-item-bg:before,
  .main-item:before {
    background: url('https://www.primecasino.co.uk//img/shadowed-block-top-tablet.svg') no-repeat center top / 100vw;
  }

  .main-item-bg:after,
  .main-item:after {
    background: url('https://www.primecasino.co.uk//img/shadowed-block-bottom-tablet.svg') no-repeat center bottom / 100vw;
  }

  .main-item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {

  .main-item {
    padding: 12vw 4% 15vw 4%;
    margin-bottom: 7vw;
  }

  .main-item:before,
  .main-item:after {
    height: 23.66vw;
  }

  .main-item:before {
    background: url('https://www.primecasino.co.uk//img/shadowed-block-top-mobile.svg') no-repeat center top / 100vw;
  }

  .main-item:after {
    background: url('https://www.primecasino.co.uk//img/shadowed-block-bottom-mobile.svg') no-repeat center bottom / 100vw;
  }
  
  .main-item h2 {
	  text-align: center;
  }
}

.main-item img {
  margin: 0;
}

.main-item>div {
  width: 95%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .main-item>div {
    width: 100%;
  }
}

/*************** end main-item ***************/