@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap');

* {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?11568221');
    src: url('../font/fontello.eot?11568221#iefix') format('embedded-opentype'),
        url('../font/fontello.woff2?11568221') format('woff2'),
        url('../font/fontello.woff?11568221') format('woff'),
        url('../font/fontello.ttf?11568221') format('truetype'),
        url('../font/fontello.svg?11568221#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.contact__form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-form {
  width: 395px;
  margin-left: 100px;
}

.header-wrapper {
  position: relative;
  box-sizing: border-box;
}

.header-text {
  position: absolute;
  top: 40%;
  font-weight: bold;
  font-size: 2.5rem;
  left: 1rem;
  padding-right: 70rem;
  line-height: 1.6;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-flash:before, .icon-flash.black:before {
    content: '\e800';
    left: -.2em;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
    top: .15em;
    font-size: 25px;
    color: #f7b72f
}

.icon-flash.black:before {
  color: #25262e;
}

.wpcf7-form-control {
  padding: 5px;
  border-radius: 5px;
  outline: none;
  border-color: transparent;
  font-size: 1rem;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-list-item-label {
  font-size: 0.6rem;
}

.wpcf7-list-item label {
  display: flex;
}

.wpcf7-list-item label input[type="checkbox"] {
  display: flex;
  justify-content: normal;
  align-items: end;
  position: relative;
  top: -23px;
}

footer.wp-block-template-part {
  margin: 0;
}

p:empty {
  display: none;
}

.contact__form-icon {
  position: absolute;
  z-index: 1;
  left: 375px;
  top: -10px;
}

.contact__form {
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 1600px) { 
  .header-text {
    top: 15%;
  }
}

@media screen and (max-width: 1466) {
  .header-text {
    padding-right: 45rem;
  }
}

@media screen and (max-width: 1366px) {
  .header-text {
    padding-right: 40rem;
  }
}

@media screen and (max-width: 1280px) {
  header.wp-block-template-part .wp-block-group.is-layout-flex.wp-container-core-group-is-layout-2.wp-block-group-is-layout-flex {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: unset;
    gap: unset;
    width: 100%;
  }

  .wp-block-site-logo {
      margin-left: auto !important;
      margin-right: auto !important;
      display: flex;
  }
}

@media screen and (max-width: 1150px) {
  .header-text {
    padding-right: unset;
    margin-left: 1rem;
    margin-right: 1rem;
    left: unset;
    text-align: center;
  }

  ul.wp-block-navigation__container.is-responsive.items-justified-right.wp-block-navigation {
    justify-content: center;
  }
}

@media screen and (max-width: 1000px) {
  .header-text {
    font-size: 1.5rem;
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .header-text {
    font-size: 1.5rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .header-wrapper {
    height: 30vh;
    overflow: hidden;
  }
}

@media screen and (max-width: 500px) {
  .header-text {
    font-size: 1.3rem;
    margin-left: 1rem;
    margin-right: 1rem;
    top: 5%;
  }
}


/* '' */