@font-face {
  font-family: 'Prompt-Regular';
  src: url('../fonts/Prompt/Prompt-Regular.eot');
  src: url('../fonts/Prompt/Prompt-Regular.eot?') format('embedded-opentype'),
    url('../fonts/Prompt/Prompt-Regular.woff') format('woff'),
    url('../fonts/Prompt/Prompt-Regular.ttf') format('ttf');
}

@font-face {
  font-family: 'Prompt-Light';
  src: url('../fonts/Prompt/Prompt-Light.eot');
  src: url('../fonts/Prompt/Prompt-Light.eot?') format('embedded-opentype'),
    url('../fonts/Prompt/Prompt-Light.woff') format('woff'),
    url('../fonts/Prompt/Prompt-Light.ttf') format('ttf');
}

@font-face {
  font-family: 'Prompt-Bold';
  src: url('../fonts/Prompt/Prompt-Bold.eot');
  src: url('../fonts/Prompt/Prompt-Bold.eot?') format('embedded-opentype'),
    url('../fonts/Prompt/Prompt-Bold.woff') format('woff'),
    url('../fonts/Prompt/Prompt-Bold.ttf') format('ttf');
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto/Roboto-Regular.eot');
  src: url('../fonts/Roboto/Roboto-Regular.eot?') format('embedded-opentype'),
    url('../fonts/Roboto/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto/Roboto-Regular.ttf') format('ttf');
}

@font-face {
  font-family: 'Roboto-Light';
  src: url('../fonts/Roboto/Roboto-Light.eot');
  src: url('../fonts/Roboto/Roboto-Light.eot?') format('embedded-opentype'),
    url('../fonts/Roboto/Roboto-Light.woff') format('woff'),
    url('../fonts/Roboto/Roboto-Light.ttf') format('ttf');
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto/Roboto-Bold.eot');
  src: url('../fonts/Roboto/Roboto-Bold.eot?') format('embedded-opentype'),
    url('../fonts/Roboto/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto/Roboto-Bold.ttf') format('ttf');
}

html,
body {
  font-family: 'Prompt-Regular' !important;
  font-weight: normal !important;
}

header nav .nav__logo {
  transform: translate(0, -30px);
}
@media only screen and (max-width: 980px) {
  header nav .nav__logo {
    transform: translate(0, 35px);
  }
}
@media only screen and (max-width: 768px) {
  header nav .nav__logo {
    position: static !important;
    transform: translate(0, 15px);
	  
	  a{
			display: block !important;
	  }
  }
  header nav .nav__logo img {
	  max-width: 50% !important;
	  margin: auto;
	  top: -4rem !important;
	  display: block;
  }
	
		button, .button, html [type="button"], [type="reset"]{
			background-color:transparent !important;
			border: none !important;
	}
}

.home {
  --main-color: #e8c829;
  --main-color-darker: #f2ad00;
  --title-color: #ffffff;
  --Strong-font-color: #ffffff;
  --font-color: #ffffff;
  --link-font-color: #ffffff;
  --menu-font-color: #ffffff;
  --hover-menu-color: #ffffff;
  --bg-img: url('../bg/rope-line-1.png');
}

.style-button {
  border: none;
  background-color: transparent;
}

/* menu mobile */
#account-actions-mobile .-center-wrapper {
}

#account-actions-mobile .-left-wrapper {
  background: linear-gradient(
    186.34deg,
    #fff8d8 -10.4%,
    #ffe56f 35.28%,
    #af7a00 84.64%
  );
}
#account-actions-mobile .-right-wrapper {
  background: linear-gradient(
    186.34deg,
    #fff8d8 -10.4%,
    #ffe56f 35.28%,
    #af7a00 84.64%
  );
}
#account-actions-mobile .-fake-center-bg-wrapper svg path {
  fill: url(#rectangleGradient);
}

#account-actions-mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
}

#account-actions-mobile .-register-btn {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#036368),
    to(#152021)
  );
  background: -webkit-linear-gradient(top, #036368 0, #152021 100%);
  background: -o-linear-gradient(top, #036368 0, #152021 100%);
  background: linear-gradient(180deg, #036368 0, #152021 100%);
  border-radius: 15px 15px 0 0;
  text-align: center;
}

#account-actions-mobile .-register-btn span {
  display: inline-block;
  color: #fff;
  background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(0.5, var(--s-accent-border)), to(#fff));
  background-position: -200px top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: x-shimmer;
  animation-name: x-shimmer;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#account-actions-mobile .-outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#account-actions-mobile .-left-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 2;
  height: 70px;
  padding-bottom: 6px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff8d8 -10.4%),
    to(#af7a00 84.64%)
  );

  background: -webkit-linear-gradient(
    top,
    #fff8d8 -10.4%,
    #ffe56f 35.28%,
    #af7a00 84.64%
  );
  background: -o-linear-gradient(
    top,
    #fff8d8 -10.4%,
    #ffe56f 35.28%,
    #af7a00 84.64%
  );
  background: linear-gradient(
    180deg,
    #fff8d8 -10.4%,
    #ffe56f 35.28%,
    #af7a00 84.64%
  );
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  -o-transition: filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  border-top-left-radius: 10px;
  border-top-right-radius: 22px;
}

#account-actions-mobile .-right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 2;
  height: 70px;
  padding-bottom: 6px;
  background: linear-gradient(
    186.34deg,
    #fff8d8 -10.4%,
    #ffe56f 35.28%,
    #af7a00 84.64%
  );
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  -o-transition: filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  border-top-right-radius: 10px;
  border-top-left-radius: 22px;
}

#account-actions-mobile .-center-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  width: 85px;
  height: 85px;
  margin: 0 2px 10px;
  margin-bottom: 14px;
  padding-bottom: 0;
  color: #fff;
  margin-right: 4px;
  background: url('../icons/Ellipse.png');
  border: 1px solid rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

#account-actions-mobile .-center-wrapper .-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: 60px;
  background-position: 10px 8px;
  border-radius: 50%;
}

#account-actions-mobile .-center-wrapper .-selected .-text {
  position: relative;
  top: -10px;
  font-size: 0.875rem;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.75px;
}

#account-actions-mobile .-center-wrapper .-selected .-bottom-curve {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 85%;
  height: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3px;
}

#account-actions-mobile .-center-wrapper .-selected .-top-curve {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 85%;
  height: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 3px;
}

#account-actions-mobile .-center-wrapper .-selecting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

#account-actions-mobile .-center-wrapper:hover {
  color: #fff;
  text-decoration: none;
}

#account-actions-mobile .-center-wrapper.-active {
  -webkit-filter: drop-shadow(2px 4px 6px #fff);
  filter: drop-shadow(2px 4px 6px #fff);
}

#account-actions-mobile .-fake-center-bg-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  -o-transition: filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
  overflow: hidden;
}

#account-actions-mobile .-fake-center-bg-wrapper svg {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 108px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#account-actions-mobile .-fake-center-bg-wrapper svg path {
  fill: url(#rectangleGradient);
}

#account-actions-mobile .-sub-menu-lobby-wrapper {
  position: absolute;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  visibility: hidden;
  top: -75px;
  left: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translateX(-50%) translateY(200px) scaleY(2.5) scaleX(0.2);
  -ms-transform: translateX(-50%) translateY(200px) scaleY(2.5) scaleX(0.2);
  transform: translateX(-50%) translateY(200px) scaleY(2.5) scaleX(0.2);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#account-actions-mobile .-sub-menu-lobby-wrapper .nav-item .-img {
  margin-top: -8px;
  width: 56px;
  height: auto;
}

#account-actions-mobile .-sub-menu-lobby-wrapper .nav-item .-text {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}

#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 66px;
  height: 66px;
  margin: 0 3px;
  padding: 0;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#393854),
    to(#131228)
  );
  background: -webkit-linear-gradient(top, #393854, #131228);
  background: -o-linear-gradient(top, #393854, #131228);
  background: linear-gradient(180deg, #393854, #131228);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link .-nav-icon-bg {
  background-size: 360px;
  background-repeat: no-repeat;
  width: 100%;
  height: 40px;
  top: -15px;
  position: relative;
}

#account-actions-mobile .-sub-menu-lobby-wrapper .nav-link:focus {
  outline: 0;
  text-decoration: none;
}

#account-actions-mobile .-item-wrapper {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
}

#account-actions-mobile .-item-wrapper .-ic-img {
  width: 40px;
  height: auto;
}

#account-actions-mobile .-item-wrapper .-text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #fff;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

#account-actions-mobile .-item-wrapper:active {
  text-decoration: none;
}

#account-actions-mobile .-item-wrapper:active .-text {
  color: #fff;
}

#account-actions-mobile .-item-wrapper:hover {
  text-decoration: none;
}

#account-actions-mobile .-item-wrapper:hover .-text {
  color: #fff;
}

#account-actions-mobile .-item-wrapper.-active {
  -webkit-filter: drop-shadow(2px 4px 6px #fff);
  filter: drop-shadow(2px 4px 6px #fff);
}

#account-actions-mobile .-item-wrapper.-shimmer .-text {
  display: inline-block;
  color: #fff;
  background: #97a7c1 -webkit-gradient(linear, 100% 0, 0 0, from(#97a7c1), color-stop(0.5, #fff), to(#97a7c1));
  background-position: -200px top;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-animation-name: x-shimmer;
  animation-name: x-shimmer;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: x-shimmer-shorter;
  animation-name: x-shimmer-shorter;
}

#account-actions-mobile .-item-wrapper.-register {
  position: relative;
}

#account-actions-mobile .-item-wrapper.-register .-ic-img {
  -webkit-filter: drop-shadow(0 0 3px #56e8ff);
  filter: drop-shadow(0 0 3px #56e8ff);
  -webkit-animation: x-register-bottom-blink 0.5s infinite alternate;
  animation: x-register-bottom-blink 0.5s infinite alternate;
}

#account-actions-mobile .-fully-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}

#account-actions-mobile.-active .-fake-center-bg-wrapper {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

#account-actions-mobile.-active .-fake-center-bg-wrapper a {
  pointer-events: none;
}

#account-actions-mobile.-active .-left-wrapper {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

#account-actions-mobile.-active .-left-wrapper a {
  pointer-events: none;
}

#account-actions-mobile.-active .-right-wrapper {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

#account-actions-mobile.-active .-right-wrapper a {
  pointer-events: none;
}

#account-actions-mobile.-active .-center-wrapper {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(251, 200, 68, 0.85)),
    to(rgba(248, 128, 18, 0.85))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(251, 200, 68, 0.85),
    rgba(248, 128, 18, 0.85)
  );
  background: -o-linear-gradient(
    bottom,
    rgba(251, 200, 68, 0.85),
    rgba(248, 128, 18, 0.85)
  );
  background: linear-gradient(
    0deg,
    rgba(251, 200, 68, 0.85),
    rgba(248, 128, 18, 0.85)
  );
}

#account-actions-mobile.-active .-center-wrapper .-selected {
  display: none;
}

#account-actions-mobile.-active .-center-wrapper .-selecting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#account-actions-mobile.-active .-sub-menu-lobby-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: translateX(-50%) translateY(0) scaleY(1) scaleX(1);
  -ms-transform: translateX(-50%) translateY(0) scaleY(1) scaleX(1);
  transform: translateX(-50%) translateY(0) scaleY(1) scaleX(1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

#account-actions-mobile.-active .-fully-overlay {
  display: block;
}

.image-position {
  transform: translate(0, -15px);
}

.font-size-mobile {
  font-size: 16px;
}

p {
  font-size: 16px;
}

h2 {
  font-size: 24px;
}

.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 200%;
  height: auto;
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.modal-content-login {
  width: 480px;
  height: 540px;

  background: rgba(0, 0, 0, 0.9);
  border: 4px solid #f8cb57;
  border-radius: 40px;
}
.modal-content-register {
  max-width: 100%;
  width: 858px;
  height: auto;
  background: rgba(0, 0, 0, 0.8);
  border: 4px solid #f8cb57;
  border-radius: 40px;
}
@media only screen and(max-width: 420px) {
  .modal-body {
    min-height: 100vh;
  }
}
.modal-header {
  border-bottom: none;
  position: relative;
  padding-bottom: 10px;
}
.close-modal {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 38px;
  height: 38px;
  background: #ffffff;
  border: none;
  border-radius: 40px;
  color: #f8cb57;
  font-size: 20px;
  font-weight: bold;
  z-index: 100 !important;
}
@media only screen and (max-width: 420px) {
  .close-modal {
    width: 38px;
    height: 38px;
    padding: 0 !important;
  }
}
.modal-body {
  border-bottom: none;
}
.form-group-modal {
  max-width: 100%;
  width: 80%;
  margin: auto;
}
.set-padding {
  padding-top: 5px;
}
.label-input {
  max-width: 100%;
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  /* or 154% */
  padding-left: 5%;
  color: #ffffff;
}
.input-form {
  max-width: 100%;
  width: 100%;
  background: #ffffff;
  border-radius: 50px;
  height: 45.08px;
  padding-left: 10px;
  border: none;
  color: #602e00;
}
.input-form:focus {
  background: #ffffff;
  border: none !important;
  color: #602e00;
}
.text-title-modal {
  font-weight: bold;
  font-size: 40px;
  color: #f8cb57;
  text-align: center;
  padding-top: 40px;
}
.text-muted-modal {
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  /* identical to box height, or 154% */
  text-decoration-line: underline;
  color: #f8cb57;
  text-align: right;
  padding-right: 5%;
}
.modal-footer {
  border-top: none;
  display: flex;
  justify-content: center;
}
.button-modal {
  border: none;
  background: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  background-image: url('../icons/arrow.png');
  background-repeat: no-repeat;
  background-position: center right 5%;
  border-radius: 50px;
  height: 45.08px;
  max-width: 100%;
  width: 100%;
  padding-left: 10px;
  color: #602e00;
}

.form-check {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

.form-check input[type='radio'] {
  display: none;
}

.form-check label {
  color: #666;
  font-weight: normal;
}

.form-check label:before {
  content: ' ';
  display: inline-block;
  position: relative;
  top: 5px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 11px;
  border: 1px solid #f8cb57;
  background-color: transparent;
}

.form-check input[type='radio']:checked + label:after {
  border-radius: 11px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 11px;
  content: ' ';
  display: block;
  background: #f8cb57;
}

.set-space {
  padding-bottom: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}
