@font-face {
  font-family: SSPB;
  src: url(../fonts/SourceSansPro-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: SSPL;
  src: url(../fonts/SourceSansPro-Light.ttf);
  font-display: swap;
}

@font-face {
  font-family: SSPR;
  src: url(../fonts/SourceSansPro-Regular.ttf);
  font-display: swap;
}

body,
html,
div,
p,
h1,
a,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

body {
  position: relative;
  line-height: 1;
  font-family: 'SSPR', Geneva, sans-serif;
  color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background: #1c0c0e;
}

h1 {
  font-family: 'SSPR', Geneva, sans-serif;
  font-weight: 700;
  font-size: 100%;
  padding: 2px 0;
  margin: 0;
}

.page__entry {
  padding: 0 50px 30px 50px;
  font-family: 'SSPR';
  font-weight: 400;
  line-height: 1.4;
}

.page__entry p {
  font-size: 18px;
  color: #e8e8e8;
  text-align: justify;
  padding: 15px 0px 15px;
  font-family: 'SSPR';
  font-weight: 400;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

html {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

body {
  padding: 0px 0 0;
}

header {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #18040d;
  font-weight: bold;
  text-align: center;
}

footer {
  width: 100%;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

.header {
  display: inline-block;
  height: auto;
}

body.front-settings h1.page__title {
  padding-top: 30px;
}

.page__title {
  padding: 15px 90px 10px 90px;
}

table {
  margin: auto auto 10px;
  border: 0px;
  border-radius: 4px;
  background: linear-gradient(to right bottom, #ffffff, #d18cbe);
  width: 85%;
  height: 125px;
  margin-top: 10px;
}

tr {
  height: 35px;
}

td {
  text-align: center;
  width: 50%;
  border: 2px solid #f06;
  border-radius: 4px;
  color: #fff;
  height: 15px;
  background: #ed136e;
}

.page h1 {
  padding-top: 20px;
  color: #f06;
  font-family: 'SSPR';
  font-weight: 700;
  font-size: 25px;
  width: auto;
  display: block;
  text-transform: uppercase;
  text-align: center;
}

.page {
  min-height: 650px;
  -webkit-box-shadow: 0 0 50px 10px #000;
  -moz-box-shadow: 0 0 50px 10px #000;
  box-shadow: 0 0 50px 10px #000;
  padding: 0px 0 0px;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #240713;
  max-width: 1370px;
  display: block;
  margin: 0 auto;
}

.footer {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  background-color: #000;
}

#top_container {
  padding: 19px 0;
  width: auto;
  max-width: 1170px;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  width: 180px;
  display: block;
  font-size: 38px;
  color: #f06;
}

p.copy_word {
  font-size: 13px;
  color: #7a7a7a;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

::-webkit-input-placeholder {
  font-weight: 600;
  color: #717b93;
}

::-moz-placeholder {
  font-weight: 600;
  color: #717b93;
}

:-moz-placeholder {
  font-weight: 600;
  color: #717b93;
}

:-ms-input-placeholder {
  font-weight: 600;
  color: #717b93;
}

.cf_submit {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  height: 50px;
  max-height: 50px;
  position: relative;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  font: 400 20px/1.3 'SSPR', sans-serif;
  text-align: center;
  text-transform: uppercase;
  padding: 0 60px;
  overflow: hidden;
  border-style: solid;
  -webkit-transition: -webkit-transform 0.25s, -webkit-box-shadow 0.25s;
  transition: -webkit-transform 0.25s, -webkit-box-shadow 0.25s;
  transition: transform 0.25s, box-shadow 0.25s;
  transition: transform 0.25s, box-shadow 0.25s, -webkit-transform 0.25s,
    -webkit-box-shadow 0.25s;
  outline: none;
}

.cover-table {
  max-width: 100%;
  overflow: auto;
}

@media (max-width: 1080px) {
  .page__title {
    padding: 20px 25px 0px;
    line-height: 1.2;
  }
  #top_container {
    padding: 20px;
  }
  #top_container div {
    padding: 20px 0;
  }
}

@media (max-width: 950px) {
  .footer__main {
    margin-bottom: 0px;
    justify-content: center;
    text-align: center;
  }
  body {
    background-position: center 10%;
    background-size: auto;
  }
}

@media screen and (max-width: 600px) {
  .cf_submit.c-form__btn.first {
    margin-top: 10px;
  }
  .cf_submit.c-form__btn.second {
    margin-top: 10px;
  }
  #top_container {
    margin-top: 20px;
  }
  #top_container .ref {
    margin-top: 20px;
  }
  #top_container a {
    padding: 0;
  }
  #top_container div {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
  }

  .header__logo {
    width: 180px;
    height: 55px;
    background-size: contain;
    background-position: center;
    display: block;
  }
}

.ref {
  display: flex;
  flex-wrap: wrap;
}

.ref .cf_submit {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  padding: 0 30px;
  border-width: 0;
  margin: 4px;
  font-weight: bold;
}

.c-form__btn.first {
  background: transparent;
  color: #fff;
  font-style: italic;
  transform: skewX(-10deg);
  border: 1px solid;
  border-color: #f06;
  border-radius: unset;
}

.c-form__btn.first:hover {
  background: #f06;
  text-decoration: none;
}

.c-form__btn.second {
  background: linear-gradient(90deg, #6100ff 3.21%, #00f0ff 99%);
  color: #fff;
  font-style: italic;
  transform: skewX(-10deg);
  border-radius: unset;
}

.c-form__btn.second:hover {
  background: linear-gradient(30deg, #00f0ff 5%, #6100ff 99%);
  text-decoration: none;
}

@media (max-width: 1080px) {
  #top_container div {
    padding: 10px 0 10px;
  }
}

@media (max-width: 768px) {
  #top_container {
    display: flex;
    flex-direction: column;
  }
  .header {
    width: 100%;
  }
}

@media (max-width: 480px) {
  body {
    background: #18040d;
  }
  .page__title {
    padding: 20px 10px 0px;
  }
  .page__entry {
    padding: 0 20px;
  }
  h1 {
    text-align: center;
  }
}

.btn {
  display: flex;
  justify-content: center;
  padding: 15px 10px;
  width: 200px;
  margin: 20px auto;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.btn-1 {
  background: linear-gradient(135deg, #68ce3a, #0eb682);
}
.btn-1:hover {
  background: linear-gradient(135deg, #0eb682, #68ce3a);
}
.btn-2 {
  background: linear-gradient(135deg, #58d6fb, #1a83b9);
}
.btn-2:hover {
  background: linear-gradient(135deg, #1a83b9, #58d6fb);
}

/* rate */

.rate {
  background-color: rgba(51, 40, 81, 0.43);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
  border-radius: 20px;
}
.rate h2 {
  text-align: center;
  margin-bottom: 0;
}
.rate .rate__blocks {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.rate .rate__blocks .rate__block h5 {
  margin-bottom: 5px;
}
.rate .rate__blocks .rate__block .rate__line {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.rate .rate__blocks .rate__block .rate__line span {
  background-color: #f06;
  display: flex;
  justify-content: flex-end;
  border-radius: 10px;
  padding: 2px 5px;
  font-size: 14px;
}
.kent-nav {
  background: #1a001a;
  padding: 20px;
  border-radius: 12px;
  max-width: 800px;
  margin: 40px auto;
  box-shadow: 0 0 15px rgba(255, 0, 255, 0.4);
}

.kent-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 0;
  margin: 0;
}

.kent-nav li {
  transition: transform 0.2s ease;
}

.kent-nav li:hover {
  transform: scale(1.05);
}

.kent-nav a {
  display: inline-block;
  padding: 10px 18px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  background: linear-gradient(135deg, #f06, rgb(176, 0, 70));
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(255, 0, 102, 0.641);
}

.kent-nav a:hover {
  background: linear-gradient(135deg, #00fff7, #7b2ff7);
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.6);
}
