/** @format */
@import url("../fonts/fonts.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

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

body {
  font-family: "Nexa";
  overflow-x: hidden;
  color: #000;
}

h1,
h2 {
  color: #000;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: bold;
  line-height: 3.125rem; /* 104.167% */
}
h1 span,
h2 span {
  color: #d60e21;
  font-family: "Nexa Rust Sans";
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 900;
  line-height: 3.125rem;
  display: block;
}

p {
  color: #000;
  font-family: "Proxima Nova";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.3125rem;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.btn-sec a:not(:last-child) {
  margin-right: 0.6875rem;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  background: #000;
  padding: 2rem 0;
  z-index: 99;
  background: linear-gradient(90deg, #d81721 0%, #ec8d1c 100%);
}
header .logo-sec a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  font-style: normal;
  line-height: normal;
}
@media (min-width: 62rem) {
  header nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header nav ul li a {
    display: flex;
    align-items: center;
    margin-right: 3.5rem;
    color: #fff;
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  header nav ul li a:hover {
    color: #000;
  }
  header nav ul li:last-child a {
    margin-right: 0;
  }
  header nav ul .active a {
    font-weight: 500;
    color: #3fb7b4;
  }
}

.page-wrap {
  position: relative;
}
.page-wrap .body-bg-img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 1;
}
.page-wrap .page-content {
  position: relative;
  z-index: 2;
}

.banner {
  padding: 7.44rem 0 6.19rem;
}
.banner > img {
  display: block;
  margin: auto;
}
.banner .bntx {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 5.87rem;
}
.banner .bntx h4 {
  max-width: 17.625rem;
  color: #000;
  font-weight: bold;
  font-size: 1.75rem;
  font-style: normal;
  line-height: 2.3125rem;
}
.banner .bntx h4 span {
  color: #000;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: normal;
  line-height: 2.3125rem;
}

.tx {
  max-width: 34.9375rem;
}
.tx h2 {
  margin-bottom: 3rem;
}
.tx p {
  margin-bottom: 2rem;
}
.tx + img {
  margin-top: 1.5rem;
}

.hm-sec2 {
  padding: 2rem 0 7.56rem;
  overflow: hidden;
}
.hm-sec2 .image-sec img {
  max-width: 36.1875rem;
  width: 100%;
  display: block;
  margin-left: auto;
}

.hm-sec3 {
  padding-top: 8rem;
}
.hm-sec3 h2 {
  color: #d60e21;
  margin-bottom: 0;
  padding-bottom: 1.32rem;
}
.hm-sec3 .heading {
  position: relative;
}
.hm-sec3 .heading .ab {
  position: absolute;
  left: 0;
  right: 8%;
  margin: auto;
  bottom: 0;
}
.hm-sec3 .icon-sec {
  padding: 3.19rem 6.62rem;
  border: 0.5px solid #000;
}
.hm-sec3 .icon-card {
  text-align: center;
  margin-bottom: 1.62rem;
}
.hm-sec3 .icon-card img {
  width: 5.625rem;
  height: 5.625rem;
  margin-bottom: 2rem;
}
.hm-sec3 .icon-card h6 {
  color: #000;
  text-align: center;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: bold;
  line-height: 2.5rem; /* 125% */
}

.hm-sec4 {
  padding: 6.13rem 0 6.72rem;
}
.hm-sec4 h2 {
  color: #d60e21;
  font-weight: normal;
}
.hm-sec4 h6 {
  max-width: 36.625rem;
  color: #000;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: bold;
  line-height: 2.8125rem; /* 140.625% */
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}
.hm-sec4 h6 span {
  color: #d60e21;
}

.rocket-sec {
  position: relative;
  top: 17rem;
  margin-top: -17rem;
}
.rocket-sec img {
  display: block;
  margin: auto;
}

footer {
  background: linear-gradient(180deg, #d60e21 0%, #fae118 150%);
  padding: 21.44rem 0 5rem;
}
footer h2 {
  color: #fff;
  font-family: "Nexa Rust Sans";
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 900;
  line-height: 3.25rem; /* 108.333% */
  margin-bottom: 4.63rem;
}
footer form {
  max-width: 26rem;
  margin: 0 auto 7.19rem;
}
footer form .input-wrap {
  margin-bottom: 1.5rem;
}
footer form input:not([type=submit]) {
  width: 100%;
  padding: 1.2rem 1.2rem;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 0.6rem;
  color: #fff;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
}
footer form input:not([type=submit])::-moz-placeholder {
  color: white;
}
footer form input:not([type=submit])::placeholder {
  color: white;
}
footer form input:not([type=submit]):focus {
  outline: none;
  border: 1px solid #fff;
}
footer form input[type=submit] {
  padding: 0.8rem 2rem 0.6rem;
  background: #fff;
  color: #000;
  font-weight: bold;
  border: 0px;
  border-radius: 0.6rem;
}
footer h4 {
  color: #fff;
  text-align: center;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: bold;
  line-height: 3.25rem; /* 144.444% */
  margin-bottom: 0rem;
}
footer h4 a {
  color: #fff;
  text-align: center;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: bold;
  line-height: 3.25rem;
}
footer .loc {
  display: flex;
  justify-content: center;
}
footer .loc li {
  color: #fff;
  text-align: center;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: bold;
  line-height: 3.25rem;
  position: relative;
}
footer .loc li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin: 0 0.7rem;
}

div#responseMessage {
  color: #fff;
  margin-top: 1.8rem;
  font-size: 1.4rem;
  font-weight: bold;
}

.sponser-cara {
  padding: 2rem 0;
}
.sponser-cara .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23.5rem;
  height: 23.5rem;
  margin: auto;
  border-radius: 50%;
  background: linear-gradient(180deg, #db201f 0%, #fe9102 100%);
}
.sponser-cara img {
  width: auto !important;
  margin: auto;
  max-width: 80%;
}/*# sourceMappingURL=style.css.map */