@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Yantramanav:wght@400;700&display=swap");
body {
  background-image: url(../img/fone.jpg);
  background-position: center;
  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 {
  height: 500px;
  background: url(../img/banner.jpg), url(../img/banner2.jpg);
  background-size: contain, contain;
  background-position: right, left;
  background-repeat: no-repeat, no-repeat;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  padding: 100px 0px;
}
@media (max-width: 1680px) {
  .banner {
    background: url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
    height: auto;
  }
}

.banner_inner {
  width: 750px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .banner_inner {
    width: 100%;
  }
}
.banner_inner img {
  width: 268px;
}
.banner_inner .text {
  width: 446px;
  margin: auto;
}
.banner_inner .text h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 37px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.banner_inner .text h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 36px;
  text-transform: uppercase;
  color: #00CE5F;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (max-width: 1250px) {
  .container {
    width: 100%;
  }
}
.container p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  padding: 0px 15px;
  padding-top: 30px;
}
.container .half {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .half_element {
  width: 45%;
  margin: auto 0;
}
@media (max-width: 1250px) {
  .container .half_element {
    width: 100%;
    padding: 15px;
  }
}
.container .half_element img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 10px black;
}
.container .half_element h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #00CE5F;
}
.container .half_element h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  padding-top: 8px;
  color: #00CE5F;
}
.container .half_element p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-top: 8px;
}
.container .half_element p b {
  padding-top: 8px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.form {
  background: url(../img/form.jpg);
  padding: 30px 0;
  background-size: cover;
  background-position: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.form .form_inner {
  width: 700px;
  margin: 0 auto;
  padding: 50px;
  background: rgba(0, 0, 0, 0.87);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  text-align: center;
}
@media (max-width: 800px) {
  .form .form_inner {
    width: 98%;
  }
}
.form .form_inner h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
}
.form .form_inner img {
  padding: 20px;
}
.form .form_inner h4 {
  font-family: "Yantramanav";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #00CE5F;
}
.form .form_inner form {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
}
.form .form_inner form input {
  font-family: "Yantramanav";
  font-size: 20px;
  width: 48%;
  border: 2px solid white;
  box-sizing: border-box;
  padding: 15px;
  color: white;
  background: none;
}
@media (max-width: 450px) {
  .form .form_inner form input {
    width: 100%;
  }
}
.form .form_inner form textarea {
  border: 2px solid white;
  background: none;
  padding: 15px;
  width: 100%;
  font-family: "Yantramanav";
  font-size: 20px;
  color: white;
}
.form .form_inner form button {
  font-family: "Yantramanav";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  margin: 0 auto;
  padding: 10px 50px;
  border: 2px solid #00CE5F;
  transition: 0.2s;
  background-color: #00CE5F;
}
.form .form_inner form button:hover {
  color: white;
  background: none;
  cursor: pointer;
}