@font-face {
    font-family: 'Franklin Gothic Demi';
    src: url('../fonts/franklin-FranklinGothic-Demi.eot');
    src: url('../fonts/franklin-FranklinGothic-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/franklin-FranklinGothic-Demi.woff2') format('woff2'), url('../fonts/franklin-FranklinGothic-Demi.woff') format('woff'), url('../fonts/franklin-FranklinGothic-Demi.ttf') format('truetype'), url('/webfonts/franklin/FranklinGothic-Demi.svg#FranklinGothic-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Do Gothic Lt';
    src: url('../fonts/franklin-DoGothic-Light.eot');
    src: url('../fonts/franklin-DoGothic-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/franklin-DoGothic-Light.woff2') format('woff2'), url('../fonts/franklin-DoGothic-Light.woff') format('woff'), url('../fonts/franklin-DoGothic-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* width */
::-webkit-scrollbar {
	width: 6px;
	background-color: #ffffff;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #cccccc;
	border-radius: 30px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background-color: #333333;
	border-radius: 30px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #48B415;
  }
  
:root {
    --header-bg-color: #2f4757;
    --header-font-color: #fff;
    --primary-bg-color-update: #000;
    --primary-font-color-update: #fff;
    --active-color: #343a40;
    --active-font-color: #fff;
    /* basic topbar Font size */
    --t-fs: calc(13px + 2 * ((100vw - 320px) / 1600));
    --b-fs: calc(14px + 2 * ((100vw - 425px) / 1600));
}


/* Fluid Space variables */

:root {
    --fluid-min-width: 320;
    --fluid-max-width: 1920;
    --fluid-screen: 100vw;
    --fluid-bp: calc((var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) / (var(--fluid-max-width) - var(--fluid-min-width)));
}

:root {
    --fc-3xs-min: (var(--fc-s-min) * 0.25);
    --fc-3xs-max: (var(--fc-s-max) * 0.25);
    --fc-2xs-min: (var(--fc-s-min) * 0.5);
    --fc-2xs-max: (var(--fc-s-max) * 0.5);
    --fc-xs-min: (var(--fc-s-min) * 0.75);
    --fc-xs-max: (var(--fc-s-max) * 0.75);
    --fc-s-min: (var(--f-0-min, 10));
    --fc-s-max: (var(--f-0-max, 15));
    --fc-m-min: (var(--fc-s-min) * 1.5);
    --fc-m-max: (var(--fc-s-max) * 1.5);
    --fc-l-min: (var(--fc-s-min) * 2);
    --fc-l-max: (var(--fc-s-max) * 2);
    --fc-xl-min: (var(--fc-s-min) * 3);
    --fc-xl-max: (var(--fc-s-max) * 3);
    --fc-2xl-min: (var(--fc-s-min) * 4);
    --fc-2xl-max: (var(--fc-s-max) * 4);
    --fc-3xl-min: (var(--fc-s-min) * 6);
    --fc-3xl-max: (var(--fc-s-max) * 6);
    /* T-shirt sizes */
    --space-3xs: calc(((var(--fc-3xs-min) / 16) * 1rem) + (var(--fc-3xs-max) - var(--fc-3xs-min)) * var(--fluid-bp));
    --space-2xs: calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-2xs-max) - var(--fc-2xs-min)) * var(--fluid-bp));
    --space-xs: calc(((var(--fc-xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-xs-min)) * var(--fluid-bp));
    --space-s: calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-s-max) - var(--fc-s-min)) * var(--fluid-bp));
    --space-m: calc(((var(--fc-m-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-m-min)) * var(--fluid-bp));
    --space-l: calc(((var(--fc-l-min) / 16) * 1rem) + (var(--fc-l-max) - var(--fc-l-min)) * var(--fluid-bp));
    --space-xl: calc(((var(--fc-xl-min) / 16) * 1rem) + (var(--fc-xl-max) - var(--fc-xl-min)) * var(--fluid-bp));
    --space-2xl: calc(((var(--fc-2xl-min) / 16) * 1rem) + (var(--fc-2xl-max) - var(--fc-2xl-min)) * var(--fluid-bp));
    --space-3xl: calc(((var(--fc-3xl-min) / 16) * 1rem) + (var(--fc-3xl-max) - var(--fc-3xl-min)) * var(--fluid-bp));
    /* One-up pairs */
    --space-3xs-2xs: calc(((var(--fc-3xs-min) / 16) * 1rem) + (var(--fc-2xs-max) - var(--fc-3xs-min)) * var(--fluid-bp));
    --space-2xs-xs: calc(((var(--fc-2xs-min) / 16) * 1rem) + (var(--fc-xs-max) - var(--fc-2xs-min)) * var(--fluid-bp));
    --space-xs-s: calc(((var(--fc-xs-min) / 16) * 1rem) + (var(--fc-s-max) - var(--fc-xs-min)) * var(--fluid-bp));
    --space-s-m: calc(((var(--fc-s-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-s-min)) * var(--fluid-bp));
    --space-m-l: calc(((var(--fc-m-min) / 16) * 1rem) + (var(--fc-l-max) - var(--fc-m-min)) * var(--fluid-bp));
    --space-l-xl: calc(((var(--fc-l-min) / 16) * 1rem) + (var(--fc-xl-max) - var(--fc-l-min)) * var(--fluid-bp));
    --space-xl-2xl: calc(((var(--fc-xl-min) / 16) * 1rem) + (var(--fc-2xl-max) - var(--fc-xl-min)) * var(--fluid-bp));
    --space-2xl-3xl: calc(((var(--fc-2xl-min) / 16) * 1rem) + (var(--fc-3xl-max) - var(--fc-2xl-min)) * var(--fluid-bp));
    /* Custom pairs */
    --space-xs-m: calc(((var(--fc-xs-min) / 16) * 1rem) + (var(--fc-m-max) - var(--fc-xs-min)) * var(--fluid-bp));
}

:root {
    --p-fs: calc(18px + 4 * ((100vw - 320px) / 1600));
}

body,
* {
    font-family: "Franklin Gothic Demi", sans-serif;
}

body {
    --h-height: 67px;
    background: var(--primary-bg-color-update);
    color: var(--primary-font-color-update);
    padding-top: var(--h-height);
}

.gap-sm {
    gap: var(--space-s);
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

a,
a:hover {
    color: inherit;
}

p {
    margin-bottom: 0;
    font-size: var(--p-fs);
}

button {
    border: none;
}

button:hover {
    filter: brightness(95%) saturate(95%);
}

header {
    position: fixed;
    top: 0;
    z-index: 9;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    height: var(--h-height);
    width: 100%;
    color: #fff;
    padding: 0;
}

.navbar-toggler {
    padding: 0;
}

.navbar-style {
    position: relative;
    right: 7.2rem;
}

.header-logo-style {
    margin-bottom: 10px;
}

.header-style {
    border-bottom: var(--lp-header-nav-border);
    background: var(--lp-header-nav-bg-color);
}

.footer-style {
    background: var(--lp-footer-bg-color);
}

.mobile-navbar {
	position: relative;
	z-index: 9999;
}

.header-logo-style {
    margin-left: 3.2rem;
}

.navbar-item {
    position: relative;
    right: 2.8rem;
    bottom: 5px;
}

.nav-font {
    font-family: 'Inter', sans-serif !important;
}

.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.95);
	background-image: url(../images/landing-page14-mobile-navbar-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	overflow-y: hidden;
	transition: 0.5s;
	background-position: center top;
}
.overlay-content {
	position: relative;
	top: 30px;
	width: 100%;
	text-align: center;
	margin-top: 0;
}
.overlay a {
	padding: 15px;
	text-decoration: none;
	font-size: 20px;
	color: #ffffff;
	display: block;
	transition: 0.3s;
	line-height: 24px;
	background-color: rgba(255, 255, 255, 0.1);
	margin: 5px 15px;
	border-radius: 8px;
}
.overlay a:hover,
.overlay a:focus, .overlay a.active {
	color: #ffffff;
}
.overlay .closebtn {
	position: absolute;
	top: 6px;
	right: 0px;
	padding: 0;
}

.navbar-bottom-logo {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar-bottom-logo img {
	max-height: 50px;
}

.nav-link:focus, .nav-link:hover {
    color: #ffffff;
}

.auth-btn {
	box-shadow: var(--auth-btn-shadow);
    border-radius: 12px;
	background-color: #201515;
	font-weight: 500;
    font-family: 'Inter', sans-serif;
}

.lm-1 {
	margin-right: 1.1rem;
}

.auth-menu {
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

a.nav-link {
	color: #A6AAB0;
	font-size: 21px;
}

a.nav-link:hover,
.navbar-nav .nav-link.active {
	color: #FFFFFF;
}

header .container {
    padding: 0 !important;
}

.navbar-brand img {
    max-height: 80px;
}

.navbar-brand {
    position: relative;
    left: 0;
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    max-height: 50px;
}

.footer-logo img {
    max-height: 80px;
}

.footer-logo {
    padding: 0;
    margin: 0;
}

.footer-logo img {
    max-height: 50px;
}

.login-button {
    background: #fdb223;
    color: #000;
    padding: 5px var(--space-s-m);
    border-radius: 0.1rem;
    text-transform: uppercase;
    border: 1px solid #d2d2d2;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.21) inset;
    -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.21) inset;
    -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.21) inset;
}

.login-button:hover {
    filter: brightness(80%) saturate(80%);
}

.game-list-con {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
}

.game-list {
    display: flex;
    align-items: center;
    padding: 0 var(--space-s-m);
    margin-left: auto;
    margin-right: auto;
}

.game-list>*+* {
    margin-left: var(--space-s);
}

.game-list a {
    display: flex;
    text-decoration: none;
    background: var(--header-bg-color);
    color: var(--header-font-color);
    padding: var(--space-2xs) var(--space-m);
    border-radius: .25rem;
    white-space: nowrap;
}

.icon-image {
    height: 25px;
    width: 25px;
    margin-right: 0.5rem;
}


/* skew text  */

.skew {
    transform: skew(-5deg);
}


/* Punter  */

.punter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    background: rgb(0, 0, 0, 0.7);
}

.punter::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/landing-page3-p-back.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

.punter>div {
    flex: 50%;
    max-width: 50%;
}

.lucky-roller {
    width: 100%;
}

.p-heading {
    font-size: calc(35px + 45 * ((100vw - 320px) / 1600));
    line-height: 0.95;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.p-para {
    font-size: calc(20px + 20 * ((100vw - 320px) / 1600));
    line-height: 1;
    margin-bottom: 1.5rem;
}

.p-heading,
.p-para,
.w-slang,
.w-link span {
    transform: skew(-5deg);
    background: rgb(255, 237, 164);
    background: linear-gradient(17deg, rgba(255, 237, 164, 1) 0%, rgba(255, 190, 211, 1) 50%, rgba(255, 237, 164, 1) 100%);
    color: transparent;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
}

.w-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 2rem;
    font-size: calc(20px + 10 * ((100vw - 320px) / 1600));
    border: 4px solid #fff;
    border-radius: 0.2rem;
    margin-bottom: 1rem;
}

.w-link:hover {
    background: #fdb223;
}

.w-link:hover span {
    color: #000;
}

.pw-img {
    margin-right: 0.5rem;
    width: 43px;
}

.social-w-icon {
    height: 3.2rem;
}

.social-t-icon {
    height: 2.8rem;
}

.w-slang {
    text-transform: uppercase;
    font-size: calc(18px + 15 * ((100vw - 320px) / 1600));
}

/* Get ID Bar  */

.get-id {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    padding: var(--space-m) 8%;
    background: rgb(250, 234, 17);
    background: linear-gradient(45deg, rgba(250, 234, 17, 1) 0%, rgba(250, 234, 17, 1) 30%, rgba(255, 178, 37, 1) 47%, rgba(250, 234, 17, 1) 63%, rgba(250, 234, 17, 1) 100%);
}

.get-id h1 {
    color: #000;
    margin-bottom: 0;
    font-size: calc(18px + 18 * ((100vw - 320px) / 1600));
}

.get-id button {
    padding: var(--space-s);
    line-height: 1;
    color: #fff;
    background-color: #f60400;
    border-radius: 0.2rem;
    text-transform: uppercase;
    font-size: calc(15px + 9 * ((100vw - 320px) / 1600));
}


/* common section padding */

.s-padding {
    padding: var(--space-l-xl);
}

.jumbo-text {
    font-size: calc(26px + 10 * ((100vw - 320px) / 1600));
    font-weight: 300;
}

.join-now-btn {
    padding: var(--space-xs) var(--space-l-xl);
    background: var(--header-bg-color);
    color: var(--header-font-color);
    border-radius: 100vw;
}

.features {
    display: flex;
    flex-wrap: wrap;
    padding: 0 var(--space-m-l);
}

.feature-block {
    flex: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    line-height: 1;
    margin-bottom: calc(20px + 10 * ((100vw - 320px) / 1600));
}

.feature-block img {
    max-width: calc(80px + 50 * ((100vw - 320px) / 1600));
    max-height: calc(80px + 4 * ((100vw - 320px) / 1600));
    margin-bottom: 0.5rem;
}

.section-heading {
    margin-bottom: 1.5rem;
    font-size: calc(20px + 15 * ((100vw - 320px) / 1600));
}


/* About section */

.about {
    background: url("../images/landing-page3-desert.jpg") no-repeat center;
    background-size: cover;
    min-height: 35vh;
}

.about>*+* {
    margin-top: var(--space-m-l);
    font-size: var(--p-fs);
}


/* Exchnage section */

.e-heading {
    font-size: calc(25px + 40 * ((100vw - 320px) / 1600));
    margin-bottom: 1rem;
    line-height: 1;
    background: rgb(255, 237, 164);
    background: linear-gradient(17deg, rgba(255, 237, 164, 1) 0%, rgba(255, 190, 211, 1) 50%, rgba(255, 237, 164, 1) 100%);
    color: transparent;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
}

.e-para {
    font-size: calc(18px + 17 * ((100vw - 320px) / 1600));
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.exch-block {
    display: flex;
    justify-content: center;
    padding: var(--space-s) var(--space-l);
    margin-bottom: var(--space-m);
    border-radius: 0.25rem;
    height: 100%;
}

.exch-block a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.logo-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.logo-name img {
    max-height: calc(70px + 30 * ((100vw - 425px) / 1600));
    border: 1px white solid !important;
    padding: 1rem;
    border-radius: 5px;
}

.exch-heading {
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-family: 'Do Gothic Lt', sans-serif;
    font-size: calc(18px + 6 * ((100vw - 425px) / 1600));
    text-transform: uppercase;
}

.mobile-login-reg{
	display: none;
}

.navbar{
    padding: 0.5rem 0;
}

.mobile-login-reg a.nav-link {
    color: #A6AAB0;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
}

.mobile-login-reg a.nav-link {
    padding: 0;
}

.mobile-login-reg a.nav-link:hover {
    color: #FFFFFF;
}

.mobile-login-reg .nav-link {
    display: inline-block;
    margin-right: 15px;
}

/* More Section */

.more {
    min-height: 35vh;
    position: relative;
    background: linear-gradient(90deg, rgba(22, 34, 42, 0.8) 0%, rgba(58, 96, 115, 0.8) 100%);
    padding-left: 40px;
    padding-right: 40px;
}

.more::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/landing-page3-more-bg.jpg") no-repeat center;
    background-size: cover;
    z-index: -1;
}

.more-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    margin-inline: 10px;
}

.more-card img {
    width: 100%;
}

.more-card .card-name {
    position: absolute;
    text-align: center;
    font-size: var(--p-fs);
    color: #fff;
    width: 100%;
    bottom: 0;
    height: 40px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background: radial-gradient(93.53% 1532.31% at 96.76% 50%, #000000 0%, rgba(196, 196, 196, 0) 100%);
    border: 2px solid #d0d0d0;
}


/* testimonials section */

.testimonials {
    min-height: 35vh;
    position: relative;
    display: flex;
    flex-direction: column;
    color: #fff;
    background: rgb(0, 0, 0, 0.7);
    padding-top: var(--space-xl-2xl);
    padding-bottom: var(--space-xl-2xl);
}

.testimonials::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/landing-page3-p-back.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

.tm-h1 {
    font-size: calc(25px + 30 * ((100vw - 320px) / 1600));
    margin-bottom: 0.5rem;
    line-height: 1;
    background: rgb(255, 237, 164);
    background: linear-gradient(17deg, rgba(255, 237, 164, 1) 0%, rgba(255, 190, 211, 1) 50%, rgba(255, 237, 164, 1) 100%);
    color: transparent;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
}

.tm-h2 {
    font-size: calc(16px + 20 * ((100vw - 320px) / 1600));
    margin-bottom: var(--space-xl-2xl);
    line-height: 1;
    text-transform: uppercase;
}

.testimonial-carousel img {
    width: 100%;
}

.testimonial-video-carousel video {
    width: 100%;
}


/* Provider section */

.providers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 25vh;
    position: relative;
    background: linear-gradient(90deg, rgb(35, 37, 38, 0.6) 0%, rgb(65, 67, 69, 0.6) 100%);
}

.providers::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/landing-page3-provider-bg.jpg") no-repeat center;
    background-size: cover;
    z-index: -1;
}

.provider-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 3px solid #fff;
    border-radius: 1rem;
    margin-right: 1rem;
}

.provider-block img {
    max-width: 90%;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}


/* Downlaod section */

.download {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.download .p-img {
    position: absolute;
    inset: 0;
}


/* To Top button  */

.get-to-top {
    position: fixed;
    bottom: 100px;
    left: -90px;
    height: 40px;
    width: 80px;
    background: var(--primary-bg-color-update);
    color: var(--primary-font-color-update);
    border: 1px solid var(--border-color);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 99;
    transition: all 0.3s ease;
    border: 1px solid var(--primary-font-color-update);
}

.get-to-top.show {
    left: -5px;
}


/* footer  */


/* sticky links */

footer {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    background: #000;
    color: #fff;
    padding: calc(20px + 30 * ((100vw - 320px) / 1600));
}

.f-h1 {
    text-align: center;
    font-size: calc(25px + 30 * ((100vw - 320px) / 1600));
    margin-bottom: 0.5rem;
    line-height: 1;
    background: rgb(255, 237, 164);
    background: linear-gradient(17deg, rgba(255, 237, 164, 1) 0%, rgba(255, 190, 211, 1) 50%, rgba(255, 237, 164, 1) 100%);
    color: transparent;
    background-clip: text;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
}

.f-para {
    text-align: center;
    font-size: calc(16px + 20 * ((100vw - 320px) / 1600));
    margin-bottom: var(--space-l);
    line-height: 1;
    text-transform: uppercase;
}

.fw-row {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.fw-row>a {
    flex: 30%;
    max-width: fit-content;
    text-align: center;
}

.fw-row>a+a {
    margin-left: 2rem;
}

.fl-row,
.fp-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fl-row>div {
    flex: 40%;
    max-width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fp-row>img {
    flex: 21%;
    max-width: 21%;
    margin-bottom: 1rem;
}

.fp-para {
    margin-top: 1rem;
    font-size: calc(20px + 20 * ((100vw - 320px) / 1600));
    text-transform: capitalize;
    font-family: 'Do Gothic Lt', sans-serif;
}

.footer-logo {
    max-width: 80%;
}

.ss-links {
    position: fixed;
    bottom: 15%;
    right: 1%;
    display: flex;
    flex-direction: column;
}

.ss-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    /* background: #262626; */
    margin-bottom: 0.5rem;
}

.social-links {
    display: flex;
    justify-content: center;
}

.social-links>*+* {
    margin-left: 0.5rem;
}

.soc-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    /* background: #262626; */
    margin-bottom: var(--space-l);
}

.terms {
    display: flex;
    justify-content: space-around;
}

.footer-download {
    display: block;
    text-align: center;
    padding: 0.25rem 1rem;
    background: green;
    color: #fff;
    border-radius: 0.25rem;
    width: 100%;
    margin-top: 1rem;
    cursor: pointer;
}

.support {
    color: #12abc3;
    text-align: center;
}

.modal-content {
    border: 1px solid #484848;
    background: transparent;
    overflow: hidden;
    font-family: 'Do Gothic Lt', sans-serif;
}

.modal-body input::placeholder {
    font-family: "Franklin Gothic Demi", sans-serif
}

.modal-body .form-group,
.submit-button {
    font-family: 'Do Gothic Lt', sans-serif;
}

@media screen and (min-width: 1920px) {
    :root {
       --fluid-screen: calc(var(--fluid-max-width) * 1px);
   }
}

@media screen and (max-width: 1466px) {
    .navbar-style {
        position: relative;
        right: 0;
    }
    .header-logo-style {
        margin-left: 3.2rem;
    }
}

@media screen and (max-width: 1346px) {
    .navbar-item {
        position: relative;
        right: 0.8rem;
        bottom: 5px;
    }
}

@media screen and (max-width: 1024px) {
    .navbar-item {
        position: relative;
        right: 2px;
        bottom: 0px;
    }
    .header-logo-style {
        margin-left: 0;
    }
}

@media screen and (max-width: 991px) {
   .punter>div {
       flex: 100%;
       max-width: 100%;
   }
   .punter .right {
       text-align: center;
   }
   .hide-mobile-auth-btn{
        display:none;
    }
   .fw-row {
       flex-direction: column;
       align-items: center;
   }
   .fw-row>a {
       flex: unset;
       max-width: fit-content;
   }
   .fw-row>a+a {
       margin-left: 0;
       margin-bottom: 1rem;
   }
   header .container{
       width: 100%;
       max-width: 100%;
       min-width: 100%;
   }
   .mobile-login-reg {
       display: block;
       position: absolute;
       right: 36px;
   }
   .bonus>*,
   .promotion>div {
       flex: 100%;
   }
   .promotion .left {
       align-items: center;
       margin-bottom: 1rem;
   }
   .bonus-info {
       align-items: center;
   }
   .features {
       margin-top: 1.5rem;
   }
   .download>* {
       flex: 100%;
       align-items: center;
   }
}

@media screen and (max-width: 767px) {
   .exchange {
       text-align: center;
   }
   .fl-row>div {
       flex: 100%;
       max-width: 100%;
   }
   .fw-row {
       margin-bottom: 1rem;
   }
   .footer-logo {
       max-width: 50%;
       margin-bottom: 1rem;
   }
   footer .row>div+div {
       margin-top: 1.5rem;
   }
   .soc-block img {
       width: 40px;
       height: 40px;
   }
   .social-links {
       align-items: center;
   }
}

@media screen and (max-width: 575px) {
   .social-links {
       display: flex;
       justify-content: space-between;
   }
}

@media screen and (max-width:479px) {
   .mobile-login-reg a.nav-link {
       font-size: 14px;
       margin-right: 10px;
   }
   .navbar-brand img {
       width: 100px;
   }
    .lm-1 {
        margin-right: 0.8rem;
    }
}

@media screen and (max-height: 450px) {
   .overlay {
       overflow-y: auto;
   }
   .overlay .closebtn {
       top: 6px;
       right: 0px;
       z-index: 9;
   }
}