@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700");
@font-face {
  font-family: "Arial";
  src: url("fonts/arial400.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Arial";
  src: url("fonts/arial700.ttf");
  font-weight: 700;
}
body {
  background: linear-gradient(0deg, rgba(94, 15, 27, 0.31), rgba(94, 15, 27, 0.31)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/fone-min.jpg);
  background-position: fixed;
  background-size: cover;
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

input, button, textarea {
  outline: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  color: white;
  font-family: "Saira Extra Condensed";
}

.banner {
  background: linear-gradient(0deg, rgba(94, 15, 27, 0.65), rgba(94, 15, 27, 0.65)), url(../img/banner_fone-min.jpg);
  background-position: center;
  background-size: cover;
}
.banner .banner_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner .text {
  width: 100%;
  text-align: center;
  padding: 60px 0px;
}
.banner .text h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 37px;
}
.banner .text h2 {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 41px;
  line-height: 44px;
  padding-bottom: 15px;
}
.banner .text h2 span {
  color: #C4C1A3;
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 41px;
  line-height: 44px;
}
.banner .text h3 {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

.container {
  margin-top: 30px;
  width: 1200px;
  padding: 50px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.38);
}
@media (max-width: 1250px) {
  .container {
    width: 100%;
    padding: 15px;
  }
}
.container .half {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (max-width: 800px) {
  .container .half .img {
    order: 1;
  }
}
@media (max-width: 800px) {
  .container .half .txt {
    order: 2;
  }
}
.container .half .half_element {
  width: 48%;
  margin: auto 0;
}
@media (max-width: 800px) {
  .container .half .half_element {
    width: 100%;
  }
}
.container .half .half_element img {
  width: 100%;
}
@media (max-width: 800px) {
  .container .half .half_element {
    padding: 30px 0px;
  }
}
.container .half .half_element h2 {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #C4C1A3;
}
.container .half .half_element h3 {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  color: #C4C1A3;
}
.container .half .half_element p {
  padding: 5px 0px;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.container .half .half_element p b {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.content {
  padding: 30px 0px;
}

.earn_chance {
  background: linear-gradient(0deg, rgba(94, 15, 27, 0.93), rgba(94, 15, 27, 0.93)), url(../img/adv_fone-min.jpg);
  text-align: center;
  padding: 80px 20%;
}
@media (max-width: 1300px) {
  .earn_chance {
    padding: 80px 10%;
  }
}
@media (max-width: 1300px) {
  .earn_chance {
    padding: 20px;
  }
}
.earn_chance h2 {
  font-family: "Arial";
  font-weight: 700;
  font-size: 43px;
  line-height: 44px;
  text-transform: uppercase;
  color: white;
}
.earn_chance h2 span {
  font-family: "Arial";
  font-weight: 700;
  font-size: 43px;
  line-height: 44px;
  text-transform: uppercase;
  color: #C4C1A3;
}
.earn_chance .mid {
  font-family: "Arial";
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  padding: 10px 0px;
}
.earn_chance .key {
  font-family: "Arial";
  font-weight: 400;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 20px 0px;
}
.earn_chance .advant {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 20px;
}
.earn_chance .advant .advant_element {
  width: 30%;
  min-height: 90px;
  border: 2px solid white;
  display: flex;
}
@media (max-width: 700px) {
  .earn_chance .advant .advant_element {
    width: 100%;
  }
}
.earn_chance .advant .advant_element .advant_element_inner {
  margin: auto;
  font-family: "Arial";
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
}
.earn_chance a {
  display: inline-block;
  margin-top: 30px;
  background: #C4C1A3;
  border: 2px solid #FFFFFF;
  text-decoration: none;
  font-family: "Arial";
  font-weight: 700;
  font-size: 20px;
  line-height: 44px;
  text-transform: uppercase;
  padding: 10px 30px;
  transition: 0.25s;
}
.earn_chance a:hover {
  background-color: transparent;
}

.form {
  background: url(../img/form_fone-min.jpg);
  text-align: center;
  padding: 60px 0px;
}
.form .form_inner {
  width: 720px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .form .form_inner {
    width: 95%;
  }
}
.form .form_inner h3 {
  font-family: "Arial";
  font-weight: 700;
  font-size: 43px;
  line-height: 44px;
  text-transform: uppercase;
  color: black;
}
.form .form_inner span {
  font-family: "Arial";
  color: #C4C1A3;
}
.form .form_inner h4 {
  margin-top: 10px;
  font-family: "Arial";
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: black;
}
.form .form_inner form {
  margin-top: 20px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 15px;
  justify-content: space-between;
}
.form .form_inner form input {
  font-family: "Arial";
  width: 49%;
  background: none;
  padding: 20px;
  border: 2px solid black;
  box-sizing: border-box;
  transition: 0.3s;
}
@media (max-width: 800px) {
  .form .form_inner form input {
    width: 100%;
  }
}
.form .form_inner form textarea {
  font-family: "Arial";
  transition: 0.3s;
  padding: 20px;
  width: 100%;
  background: none;
  border: 2px solid black;
  box-sizing: border-box;
}
.form .form_inner form input::-moz-placeholder {
  color: black;
}
.form .form_inner form input::placeholder {
  color: black;
}
.form .form_inner form textarea::-moz-placeholder {
  color: black;
}
.form .form_inner form textarea::placeholder {
  color: black;
}
.form .form_inner form input:focus {
  color: white;
  background-color: black;
}
.form .form_inner form textarea:focus {
  color: white;
  background-color: black;
}
.form .form_inner form button {
  background-color: transparent;
  margin: auto;
  border: 2px solid black;
  padding: 2px 30px;
  font-family: "Arial";
  font-weight: 700;
  font-size: 13px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  transition: 0.2s;
}
.form .form_inner form button:hover {
  color: white;
  background-color: black;
  cursor: pointer;
}