/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
}

.wrap {
  padding: 50px;
}

p {
  color: #000;
}

.test {
  font-size: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transform: translate(0);
}

img {
  max-width: 100%;
}

.header_wrapper {
  margin: 0 auto;
  max-width: 1300px;
}

.header_title {
  color: white;
  font-size: 80px;
  margin: 0;
  padding: 40px 40px 40px;
  display: flex;
  justify-content: start;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
  background-color: rgba(0, 14, 136, 0.55);
  text-decoration: underline;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .header_title {
    font-size: 50px;
    padding: 40px;
  }
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .header_title {
    font-size: 30px;
    padding: 20px;
    justify-content: center;
  }
}

.main {
  background: url("../assets/images/background.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 100vh;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .main {
    height: 100%;
  }
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .main {
    height: 100%;
  }
}

.biograohy_paragraph {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  font-family: Roboto Condensed, sans-serif;
  margin-bottom: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .biograohy_paragraph {
    font-size: 16px;
    line-height: 20px;
    z-index: 100;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .biograohy_paragraph {
    font-size: 20px;
    width: 100%;
    margin: 0;
  }
}

.biography_wraper {
  margin: 0 auto;
  max-width: 1300px;
  background-color: rgba(0, 14, 136, 0.5);
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .biography_wraper {
    padding: 20px;
    flex-direction: column-reverse;
  }
}

.biography_paragraph_wraper {
  width: 60%;
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .biography_paragraph_wraper {
    width: 100%;
  }
}

.biography_picture {
  margin-right: -30px;
  margin-top: -200px;
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .biography_picture {
    display: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .biography_picture {
    -o-object-fit: contain;
       object-fit: contain;
    height: 650px;
    margin-top: 0;
    padding-bottom: 20px;
  }
}

.biography_picture_mbtr {
  display: none;
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .biography_picture_mbtr {
    display: block;
    padding-bottom: 20px;
  }
}

.banner_first-button-btn {
  letter-spacing: 5px;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 10px;
  margin-top: 30px;
  transition: 0.3s ease-in-out;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.banner_first-button-btn:hover {
  background-color: rgb(122, 17, 213);
  color: #fff;
}

.links {
  margin: 0 auto;
  max-width: 1300px;
  background-color: rgba(0, 14, 136, 0.55);
  padding: 15px;
  text-align: right;
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}

.link {
  padding-left: 50px;
}
@media screen and (min-width: 300px) and (max-width: 767px) {
  .link {
    padding-left: 0;
  }
}

.link_img {
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease-in-out;
}

.link_img:hover {
  background-color: rgb(122, 17, 213);
  border-radius: 5px;
  transform: scale(1.5);
}
